@charset "UTF-8";
/*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
}

/**
 * Remove all Style fro select elements. Does not quite work cross-browser
 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix placeholder font properties inheritance.
 */
::-webkit-input-placeholder {
  font: inherit;
}

:-ms-input-placeholder {
  font: inherit;
}

::-ms-input-placeholder {
  font: inherit;
}

::-moz-placeholder {
  font: inherit;
}

::placeholder {
  font: inherit;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

ol {
  list-style-type: decimal;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo,
    sans-serif;
  font-size: 1.4rem;
  line-height: 160%;
  font-weight: 400;
}

html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  background-color: #fff;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:link,
a:visited {
  color: #0400ff;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

.pc_only {
  display: block;
}

.sphone_only {
  display: none;
}

.sphone_tab_only {
  display: none;
}

.desktop .tab_only {
  display: none;
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

.mt3 {
  margin-top: 3rem;
}

.mt5 {
  margin-top: 5rem !important;
}

.mb1 {
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.mb3 {
  margin-bottom: 3rem;
}

.mb5 {
  margin-bottom: 5rem !important;
}

.mb10 {
  margin-bottom: 10rem !important;
}

.my2 {
  margin: 2rem 0 !important;
}

.object-fit-img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

p {
  text-align: justify;
  /* 両端揃え */
  text-justify: inter-ideograph;
  /* 両端揃えの種類 Edge日本語用*/
}

/* 電話*/
@media (min-width: 736px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.small {
  font-size: 80%;
}

@media (min-width: 736px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* YouTube*/
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto 0 auto;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.title1 {
  clear: both;
  background: #0067b1;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 2rem 0;
}

/* フレーム*/
#container {
  background: #ecf1ff;
  min-height: 100vh;
}

#header {
  background: #fff;
  margin: 0 auto;
}
#header #header_title {
  background: #0067b1;
  color: #fff;
  padding: 0.2rem 1.5rem 0.2rem 1.5rem;
  font-size: 1rem;
}
#header #header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 0.5rem 0.5rem;
  max-width: 1000px;
}
#header #header_logo #logo1 {
  text-align: left;
  width: 180px;
}
#header #header_logo #logo1 img {
  width: 100%;
  height: auto;
}
#header #header_logo #logo2 {
  width: 150px;
  margin-top: 5px;
}

#mainimage {
  position: relative;
  background-color: #fff;
}
#mainimage_wrap .comment {
  font-size: 10px;
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 10px;
}
@media (min-width: 768px) {
  #mainimage_wrap .comment {
    font-size: 12px;
  }
}
#mainimage #mainimage1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  height: 100%;
  width: 100%;
  max-width: 1100px;
  background-image: url("../../images/mainimage1_sp.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#mainimage #mainimage_wrap {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#mainimage #mainimage_wrap .catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: bold;
  color: #0067b1;
  background-color: #fff;
  padding: 0.5rem 2.5rem;
  margin: 0.6rem 0;
  z-index: 2;
}
#mainimage #mainimage_wrap .blue {
  color: #fff;
  background-color: #009ce5;
}
#mainimage #mainimage_wrap .other_catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: bold;
  color: #e66900;
  background-color: #fff;
  padding: 0.5rem 2.5rem;
  margin: 0.6rem 0;
  z-index: 2;
}
#mainimage #mainimage_wrap .main_catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  background-color: #0063b2;
  padding: 1.5rem 2.5rem;
  margin: 0 0 0.6rem;
  z-index: 2;
}

#main .main_note {
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
}

@media (min-width: 768px) {
  #main .main_note {
    font-size: 14px;
  }
}

#main .form_note {
  font-size: 12px;
  width: 550px;
  margin: 0 auto 20px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #main .form_note {
    width: 100%;
    padding: 0 2rem;
  }
}

/* タブ*/
.cv_area {
  margin: 5px 0 15px 0;
  text-align: center;
}

a.cv_btn {
  width: 100%;
  background-color: #ffa037;
  color: #fff;
  padding: 6px 30px 6px;
  text-decoration: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  width: 345px;
  display: block;
  line-height: 1.3;
  margin: 0 auto;
}
a.cv_btn span {
  font-size: 14px;
}
@media (min-width: 768px) {
  a.cv_btn {
    font-size: 18px;
    padding: 6px 30px 8px;
  }
}

#tab {
  background: #fff;
  margin: 5rem 1rem 7rem 1rem;
  max-width: 1000px;
  width: 90%;
  margin: 2% auto;
}

#tab_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0 0;
}

#tab_menu li {
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
  background: #fff;
  border: 1px solid #0067b1;
  border: border-box;
}

#tab_menu li:last-child {
  margin-right: 0;
}

#tab_menu li.selected {
  background: #0067b1;
}
#tab_menu li.selected a {
  color: #fff;
}

@media (hover: hover) {
  #tab_menu li:hover {
    background: #4896ce;
  }
}
#tab_menu li a {
  display: block;
  padding: 0.6rem 0;
  color: #0067b1;
  text-decoration: none;
  font-size: 1.7rem;
}
#tab_menu li a:hover {
  color: #fff;
}

#tab_menu li img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
  padding: 13.5px 0.4em 13.5px 0;
}

.tab_panel {
  padding: 0.5rem 1.8rem 1.8rem;
}
.tab_panel h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #0067b1;
  text-align: center;
  padding: 1.3rem 0 1.3rem 0;
  font-family: Inter;
}
.tab_panel h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0067b1;
  text-align: left;
  padding: 3rem 0 0 0;
}
.tab_panel p {
  padding: 0.5rem 0;
}
.tab_panel span {
  padding: 0.5rem 0;
  font-size: 1.4rem;
  text-align: center;
  display: block;
}
.tab_panel img {
  width: 100%;
  margin: 0.5rem 0;
}
.tab_panel a {
  color: #00a6e4;
  font-weight: bold;
}
.flex1 .wrap ul {
  padding-left: 10px;
  list-style-type: disc;
  list-style-image: url("../../images/check.jpg");
}

#nagare {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 30px 0;
}
.nagare_list {
  margin: 15px 15px;
  font-weight: bold;
  list-style: none;
  padding: 0;
  position: relative;
}
@media (min-width: 1024px) {
  .nagare_list {
    margin: 15px 55px;
  }
}
.list_space {
  margin: 0 auto;
}

.step_list {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  line-height: 1.6;
}

/* 円形の点 */
.step_list::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #009ce5;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 8px;
}

/* 縦線 - left位置で統一 */
.step_list::after {
  content: "";
  width: 2px;
  height: calc(100% + 15px);
  background-color: #009ce5;
  position: absolute;
  left: 12px;
  top: 18px;
}

/* 最初の要素は上線なし、最後の要素は下線なし */
.step_list:last-child::after {
  display: none;
}

.nagare_list .step {
  color: #0067b1;
  font-weight: bold;
}

/* より安定した代替案 */
.nagare_list_v2 {
  margin: 50px 0;
  font-weight: bold;
  list-style: none;
  padding: 0;
  border-left: 2px solid #009ce5;
  margin-left: 13px;
}

.step_list_v2 {
  position: relative;
  padding: 10px 20px;
  margin-left: -13px;
  line-height: 1.6;
}

.step_list_v2::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #009ce5;
  border-radius: 50%;
  position: absolute;
  left: -6px;
  top: 18px;
}

h2 {
  color: #333;
  border-bottom: 2px solid #009ce5;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

#faq {
  background-color: #fff;
  padding: 20px 15px 60px;
}

.faq_block {
  margin-top: 20px;
}

.faq_title {
  color: #0c559b;
  background-color: #ecf1ff;
  padding: 7px 0;
  padding-left: 40px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}

.faq_title::before {
  content: "";
  background-image: url(../../images/q.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 25px;
  left: 10px;
}

.faq_answer {
  padding: 7px 0;
  padding-left: 40px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}

.faq_answer::before {
  content: "";
  background-image: url(../../images/a.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 25px;
  left: 10px;
}

.faq_answer_text {
  line-height: 0.8;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .faq_answer_text {
    line-height: 1.2;
  }
}

#koe {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.doctor {
  background-color: #ecf1ff;
  width: 90%;
  max-width: 1000px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 35px;
}
.doctor .doctor_img {
  margin: 0 40px;
}
.doctor .doctor_name {
  display: flex;
}
.doctor .doctor_name p {
  color: #0067b1;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
}
.doctor .shuunyuu {
  display: flex;
}
.doctor .shuunyuu p {
  font-weight: bold;
  font-size: 18px;
}
.doctor .number {
  color: #f28947;
}
.doctor .voice {
  background-color: #fff;
  margin: 10px 40px 20px;
  border-radius: 10px;
  padding: 15px 10px 10px;
}
.doctor .voice_title {
  color: #0067b1;
  font-weight: bold;
}
.doctor .voice p {
  font-size: 16px;
  margin-right: 2%;
  margin-left: 2%;
}
.doctor .voice_point {
  color: #0067b1;
}

.accordion {
  width: 100%;
}

/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 1rem 5rem 1rem 1rem;
  cursor: pointer;
  margin: 0;
  position: relative;
  border: 1px solid #0067b1;
  font-size: 1.6rem;
}

.accordion-inner {
  margin-bottom: 1rem;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: "";
  width: 16px;
  height: 1px;
  background: #0067b1;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#shoukai {
  display: flex;
  justify-content: center;
  align-items: center;
}
#shoukai a {
  margin: 5%;
}

#footer {
  text-align: center;
  padding: 2rem 0 6rem 0;
  margin-bottom: 2rem;
}
#footer .link a {
  text-decoration: underline;
  margin-bottom: 5px;
}
#footer .copyright {
  width: 100%;
  background-color: #0067b1;
  color: #fff;
  margin: 4rem 0 0 0;
  padding: 2rem 0;
}
#footerbutton {
  position: fixed;
  width: 100%;
  height: 70px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 3;
}
#footerbutton #toroku {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#footerbutton #toroku a {
  display: block;
  background: #ffb906;
  color: #fff;
  line-height: 1.3;
  padding-top: 1rem;
  height: 70px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  box-shadow: 2px 0 8px 0 rgba(0, 0, 0, 0.5);
}
#footerbutton #toroku a span {
  font-size: 14px;
}
#footerbutton #line {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#footerbutton #line a {
  display: block;
  background: #06c755;
  color: #fff;
  line-height: 1.3;
  padding-top: 1rem;
  height: 70px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  box-shadow: 2px 0 8px 0 rgba(0, 0, 0, 0.5);
}
#footerbutton #line a span {
  font-size: 14px;
}

@media (max-width: 736px) {
  body {
    margin: 0;
    font-size: 1.6rem;
    line-height: 170%;
  }
  strong {
    font-size: 100%;
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sphone_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
  #mainimage #mainimage_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  #mainimage #mainimage_wrap .catch {
    font-size: 18px;
    font-weight: bold;
    color: #0067b1;
    background-color: #fff;
    padding: 0.3rem 1.5rem;
    margin: 0.3rem 0;
    z-index: 2;
  }
  #mainimage #mainimage_wrap .blue {
    background-color: #009ce5;
    color: #fff;
  }
  #mainimage #mainimage_wrap .other_catch {
    font-size: 18px;
    font-weight: bold;
    color: #e66900;
    background-color: #fff;
    padding: 0.3rem 1.5rem;
    margin: 0.3rem 0;
    z-index: 2;
  }
  #mainimage #mainimage_wrap .main_catch {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    background-color: #0063b2;
    padding: 1rem 1rem 1rem 1.5rem;
  }

  #koe {
    padding-bottom: 5%;
  }
  .doctor .doctor_block {
    margin: 5% 2%;
  }
  .doctor .doctor_main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 35px;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .doctor .doctor_img {
    margin: 0 auto;
  }
  .doctor .doctor_name {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 10px;
  }
  .doctor .shuunyuu {
    display: flex;
    flex-direction: column;
  }
  .doctor .voice {
    background-color: #fff;
    margin: 5% 4%;
    border-radius: 10px;
  }
  #footer .link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #footer .link a {
    margin-bottom: 5px;
  }
  #footer .copyright {
    font-size: 10px;
  }
  .long_title {
    display: flex;
    flex-direction: column;
  }
  .long_title p {
    text-align: center;
  }
}
@media (min-width: 736px) {
  #main {
    font-size: 120%;
    line-height: 180%;
  }
  #main h2 {
    font-size: 160%;
  }
  #header {
    width: 100%;
    background: #fff;
  }
  #header #header_title {
    width: 100%;
    background: #0067b1;
    color: #fff;
    padding: 0.8rem 1.5rem 0.2rem 1.5rem;
    font-size: 1.2rem;
  }
  #header #header_title #header_title_inner {
    max-width: 1000px;
    margin: auto;
  }
  #header #header_logo {
    height: 90px;
    margin: auto;
    padding: 1rem 0;
  }
  #header #header_logo #logo1 {
    text-align: left;
    width: 250px;
  }
  #header #header_logo #logo2 {
    width: 186px;
  }
  #header #header_logo #logo2 #logo21 {
    width: 200px;
  }
  #mainimage #mainimage1 {
    background-position: center;
    background-image: url("../../images/mainimage1_pc.png");
  }
  #mainimage #mainimage1::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 15px 0 10px -10px #fff, inset -15px 0 10px -10px #fff;
  }
  .flex1 {
    font-family: "Noto Sans JP";
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4rem;
  }
  .flex1 .wrap {
    margin: 0 auto;
  }
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4rem;
  }
  .flex2 .wrap_photo {
    width: 47%;
  }
  .flex2 .wrap {
    width: 49%;
  }
  .flex2 .wrap h3 {
    padding: 0;
  }
  .flex3 {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 4rem;
  }
  .flex3 .wrap_photo {
    width: 75%;
    margin: 0 auto;
  }
  .flex3 .wrap {
    width: 100%;
  }
  .flex3 .wrap h3 {
    padding: 0;
  }
  .tab_panel {
    max-width: 800px;
    margin: 0 auto;
  }
  .tab_panel h2 {
    font-size: 2.8rem;
    font-weight: bold;
    color: #0067b1;
    text-align: center;
    padding: 3rem 0 3rem 0;
  }
  .tab_panel h3 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #0067b1;
    text-align: left;
    padding: 3rem 0 0 0;
  }
  .tab_panel p {
    padding: 0.5rem 0;
  }
  .tab_panel img {
    width: 100%;
    margin: 0.5rem 0;
  }
  .tab_panel a {
    color: #00a6e4;
    font-weight: bold;
  }
  #tab {
    max-width: 1000px;
    width: 90%;
    margin: 3rem auto;
    padding: 0;
  }
  #tab_menu li a {
    padding: 2rem 0;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .doctor .doctor_main {
    display: flex;
    margin-left: 25px;
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 16px;
  }
  #mainimage {
    position: relative;
    height: 377px;
  }
  #mainimage #mainimage1 {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
  #mainimage #button1 {
    position: absolute;
    top: inherit;
    bottom: 0;
    left: 50%;
    width: 50%;
    padding-left: 0;
  }
  #mainimage #button1::after {
    position: absolute;
    top: 1.6rem;
    left: 32rem;
    content: "";
    /*何も入れない*/
    display: inline-block;
    width: 30px;
    /*画像の幅*/
    height: 30px;
    /*画像の高さ*/
    background-image: url("../../images/icn_allow.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  #mainimage #button2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    text-align: right;
  }
  #mainimage #button2::after {
    position: absolute;
    top: 1.6rem;
    right: 6rem;
    content: "";
    /*何も入れない*/
    display: inline-block;
    width: 30px;
    /*画像の幅*/
    height: 30px;
    /*画像の高さ*/
    background-image: url("../../images/icn_allow.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  #mainimage .mainimage_button a {
    position: relative;
    display: block;
    background-color: hsla(0, 0%, 0%, 0.2);
    color: #fff;
    border: 0;
    padding: 2rem 10rem 2rem 5rem;
    font-size: 2.4rem;
    font-weight: bold;
  }
  #mainimage .mainimage_button a::after {
    display: none;
  }
  #mainimage .mainimage_button a img {
    width: 40px;
    height: auto;
    vertical-align: middle;
  }
  #mainimage #mainimage_wrap {
    max-width: 1000px;
    height: 377px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: left;
  }
  #mainimage #mainimage_wrap .form {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .faq_container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .faq_title::before {
    top: 12px;
  }

  .faq_answer::before {
    top: 12px;
  }
  .faq_block {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  #koe {
    padding-bottom: 6rem;
  }
  .form {
    display: flex;
    z-index: 9999;
    margin: 0 auto;
    justify-content: center;
    padding-bottom: 20px;
  }
  .form #toroku {
    background-color: #ffb906;
    height: 56px;
    width: 260px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
  }
  .form #toroku a {
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 3px;
  }
  .form #toroku a span {
    font-size: 14px;
  }
  .form #line a span {
    font-size: 14px;
  }
  .form #line {
    background-color: #06c755;
    height: 56px;
    width: 260px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
  }
  .form #line a {
    font-size: 21px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 3px;
  }
  #footer {
    text-align: center;
    padding: 2rem 0 0 0;
  }
  #footer .copyright {
    width: 100%;
    background-color: #0067b1;
    color: #fff;
    margin: 2rem 0 0 0;
    padding: 1rem 0;
  }
  #footerbutton {
    display: none;
  }
  #footer .link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: underline;
  }
  #footer .link a {
    margin-left: 1%;
    margin-right: 1%;
  }
  .long_title {
    display: flex;
    justify-content: center;
  }
}

.partner-section {
  width: 100%;
}

.partner-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .partner-title {
    font-size: 32px;
    margin-top: 30px;
  }
}

.partner-container {
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  .partner-container {
    display: flex;
    max-width: 1088px;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    margin: 0 auto;
  }
}

.partner-clinic {
  display: flex;
  border-top: 1px solid #e1e4eb;
  border-bottom: 1px solid #e1e4eb;
  padding: 2rem 2rem;
  margin: 30px 0 40px;
}
@media (max-width: 768px) {
  .partner-clinic {
    flex-direction: column;
    padding: 2rem 1rem;
    margin: 30px 0 40px;
  }
}

.clinic-name {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .clinic-name {
    font-size: 16px;
  }
}

.clinic-info {
  margin-left: 50px;
  font-size: 16px;
  color: #333333;
}
@media (max-width: 768px) {
  .clinic-info {
    font-size: 14px;
  }
}

.footer_float {
  position: fixed;
  bottom: 100px;
  right: 10px;
  display: flex;
  flex-direction: column;
}

.footer_float #line {
  margin: 30px 0 0 0;
}

/* 追加分 */
#pankuzu {
  font-size: 12px;
  line-height: 1;
}
#pankuzu_inner {
  max-width: 1000px;
  margin: auto;
}
#pankuzu span {
  display: inline-block;
}
#pankuzu .link:after {
  content: ">";
  padding-right: 4px;
  padding-left: 4px;
}
#pankuzu .link a {
  color: #0067b1;
  text-decoration: none;
}
#pankuzu .link a:hover {
  text-decoration: underline;
}
#pankuzu.upper {
  margin-top: 16px;
}
#pankuzu.lower {
  display: none;
  margin: 0 20px 20px;
}
@media (max-width: 736px) {
  #pankuzu.upper {
    display: none;
  }
  #pankuzu.lower {
    display: block;
  }
}

#header_logo {
  align-items: center;
}
#header_logo #symbol {
  width: 240px;
}
#header_logo #statement {
  width: 390px;
}
#header_logo #statement .for_sp {
  display: none;
}
@media (max-width: 736px) {
  #header_logo #symbol {
    width: 180px;
  }
  #header_logo #statement {
    width: 152px;
  }
  #header_logo #statement .for_sp {
    display: block;
  }
  #header_logo #statement .for_pc {
    display: none;
  }
}

@media (max-width: 736px) {
  #tab {
    margin: 2% auto 6%;
  }
  .form_note.-first,
  .form_note.-second,
  .form_note.-third {
    display: none;
  }
  #koe {
    padding-bottom: 0;
  }
}

#footer {
  padding: 3rem 0 0 0;
  background: #ecf1ff;
}
#footer .symbol {
  width: 180px;
  margin: 0 auto;
  line-height: 1;
}
#footer .copyright {
  font-size: 12px;
  background-color: transparent;
  color: #aab3bb;
  margin: 1rem 0 0 0;
  padding: 0 0 2rem;
}
@media (max-width: 736px) {
  #footer {
    padding: 3rem 0 8rem;
  }
}
