@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  overflow-x: hidden;
  font-family: -apple-system, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* base style */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  scroll-padding-top: 136px;
}
@media only screen and (min-width: 1024px) {
  html {
    scroll-padding-top: 100px;
  }
}
body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  background-color: #f4f5f7;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #d20000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
sub {
  font-size: small;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
.sup-note {
  vertical-align: baseline;
}
strong,
em {
  font-weight: 700;
  color: #d20000;
}
strong.black,
em.black {
  color: #333;
}
picture,
figure {
  display: block;
}
picture img,
figure img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  picture img,
  figure img {
    width: auto;
  }
}
picture.fit img,
figure.fit img {
  width: 100%;
}
picture.insertimg img,
figure.insertimg img {
  margin: 24px auto;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
@media only screen and (min-width: 744px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
.hidden {
  display: none;
}
hr.hidden {
  display: block;
  visibility: hidden;
}
.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.icon::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 14px;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.icon.phone::before {
  background-image: url(/assets/images/common/icon_phonenum.png.webp);
}
.mv {
  background-color: #fef4f2;
}
.mv__inner {
  max-width: 1040px;
  padding: 24px 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 744px) {
  .mv__inner {
    padding: 40px 24px;
  }
}
.mv__top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .mv__top {
    flex-direction: row;
    align-items: flex-start;
  }
}
.mv__top .title_area {
  display: grid;
  grid-template-columns: 1fr min-content;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .mv__top .title_area {
    width: 64%;
  }
}
.mv__top .title_area span {
  display: block;
  line-height: 1;
}
.mv__top .title_area .sub {
  grid-row: 1/2;
  grid-column: 1/2;
  align-self: end;
  font-size: 5.3333333333vw;
}
@media only screen and (min-width: 744px) {
  .mv__top .title_area .sub {
    font-size: 3.6rem;
  }
}
.mv__top .title_area .sub .logo2 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 744px) {
  .mv__top .title_area .sub .logo2 {
    margin-bottom: 16px;
  }
}
.mv__top .title_area .sub .logo2 img {
  width: 123px;
}
@media only screen and (min-width: 744px) {
  .mv__top .title_area .sub .logo2 img {
    width: 174px;
  }
}
.mv__top .title_area .sub span + span {
  margin-top: 8px;
}
@media only screen and (min-width: 744px) {
  .mv__top .title_area .sub span + span {
    margin-top: 12px;
  }
}
.mv__top .title_area .title {
  grid-row: 2/3;
  grid-column: 1/2;
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.4;
  color: #d20000;
  font-size: 7.4666666667vw;
}
@media only screen and (min-width: 744px) {
  .mv__top .title_area .title {
    margin-top: 14px;
    font-size: 5.2rem;
  }
}
.mv__top .title_area .title span + span {
  margin-top: 8px;
}
.mv__top .title_area .badge {
  grid-row: 1/3;
  grid-column: 2/3;
  align-self: end;
}
.mv__top .title_area .badge img {
  width: 94px;
  transform: rotate(12deg);
}
@media only screen and (min-width: 744px) {
  .mv__top .title_area .badge img {
    width: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .mv__top .title_area .badge img {
    width: 150px;
  }
}
.mv__top .img_area {
  margin-top: 16px;
}
@media only screen and (min-width: 744px) {
  .mv__top .img_area {
    margin-top: 0;
  }
}
.mv__top .img_area figure {
  width: 68%;
  margin: 0 auto;
}
@media only screen and (min-width: 744px) {
  .mv__top .img_area figure {
    width: 100%;
  }
}
.mv__btm {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .mv__btm {
    flex-direction: row;
    -moz-column-gap: 30px;
         column-gap: 30px;
    justify-content: space-between;
    padding: 0;
    margin-top: 16px;
  }
}
.mv__btm div {
  padding: 16px 0;
  background-color: #fff;
  border-radius: 12px;
}
@media only screen and (min-width: 1024px) {
  .mv__btm div {
    padding: 24px 44px;
  }
}
.mv__btm div sup {
  font-size: 50%;
  color: #777;
}
.mv__btm div + div {
  margin-top: 16px;
}
@media only screen and (min-width: 1024px) {
  .mv__btm div + div {
    margin-top: 0;
  }
}
.mv__btm .title {
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 744px) {
  .mv__btm .title {
    font-size: 2.2rem;
  }
}
.mv__btm .price_list {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 5vw;
       column-gap: 5vw;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 744px) {
  .mv__btm .price_list {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.mv__btm .price_list .note {
  display: block;
  font-size: 3.2vw;
}
@media only screen and (min-width: 744px) {
  .mv__btm .price_list .note {
    -moz-column-gap: 30px;
         column-gap: 30px;
    font-size: 1.4rem;
  }
}
.mv__btm .price_list .price {
  display: block;
  font-size: 3.6vw;
}
@media only screen and (min-width: 744px) {
  .mv__btm .price_list .price {
    font-size: 2rem;
  }
}
.mv__btm .protection {
  flex: 1;
  padding: 16px;
}
@media only screen and (min-width: 744px) {
  .mv__btm .protection {
    padding: 24px 40px;
  }
}
.mv .note_area {
  margin-top: 10px;
}
.bannerarea {
  max-width: 760px;
  margin: 40px 20px;
}
@media only screen and (min-width: 1024px) {
  .bannerarea {
    margin: 40px auto;
  }
}
.bannerarea .banneritem {
  background-color: #fff6ca;
}
.bannerarea .banneritem + .banneritem {
  margin-top: 40px;
}
.bannerarea .banneritem a {
  transition: all 0.25s ease-out;
}
.bannerarea .banneritem a:hover, .bannerarea .banneritem a:active {
  opacity: 0.8;
}
.wrapper {
  margin-top: 136px;
  font-size: 4.2666666667vw;
  line-height: 1.5625;
}
@media only screen and (min-width: 744px) {
  .wrapper {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 744px) {
  .wrapper {
    margin-top: 100px;
  }
}
.block {
  max-width: 760px;
  margin: 0 auto;
  word-break: break-all;
  background-color: #fff;
  border-radius: 8px;
}
.block__heading {
  padding: 5%;
  background-color: #fff1f1;
}
@media only screen and (min-width: 744px) {
  .block__heading {
    padding: 18px 18px 26px;
    border: 1px solid #e5e5e5;
    border-radius: 20px 20px 0 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.block__title {
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.4;
  color: #d20000;
  text-align: center;
}
@media only screen and (min-width: 744px) {
  .block__title {
    font-size: 2.4rem;
  }
}
.block .leadtitle {
  font-size: 6.4vw;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 744px) {
  .block .leadtitle {
    font-size: 2.4rem;
  }
}
.block .subtitle {
  padding-left: 12px;
  margin-top: 40px;
  font-size: 4.8vw;
  font-weight: 700;
  border-left: 5px solid #d20000;
}
@media only screen and (min-width: 744px) {
  .block .subtitle {
    font-size: 1.8rem;
  }
}
.block .subtitle:first-of-type {
  margin-top: 0;
}
.block .inner {
  padding: 24px;
}
@media only screen and (min-width: 744px) {
  .block .inner {
    padding: 24px 40px;
  }
}
.block .text_area {
  margin-top: 0.5em;
}
.block .text_area + .note_area,
.block .note_area + .text_area,
.block .text_area + .subtitle {
  margin-top: 24px;
}
.block + .block {
  margin-top: 48px;
}
table {
  margin: 1em auto;
}
table caption {
  padding: 12px;
  font-weight: 700;
}
table th,
table td {
  padding: 6px;
  font-size: 3.7333333333vw;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (min-width: 744px) {
  table th,
  table td {
    padding: 12px;
    font-size: 1.4rem;
  }
}
table th figure,
table td figure {
  display: inline-block;
}
table th {
  font-weight: 700;
}
table.common {
  width: 100%;
  border-collapse: separate;
  border-radius: 8px;
}
table.common thead tr:first-child th {
  color: #fff;
  background-color: #4e5b73;
}
table.common th,
table.common td {
  font-weight: 700;
  white-space: nowrap;
  background-color: #edeff1;
  border: 2px solid #fff;
}
table.common th.norm,
table.common td.norm {
  font-weight: 400;
}
table.common th {
  color: #4e5b73;
}
table.fixed {
  table-layout: fixed;
}
@media only screen and (min-width: 1024px) {
  table.price tbody th {
    width: 155px;
  }
}
table.introtable {
  border-collapse: separate;
}
table.introtable thead th {
  color: #fff;
  background-color: #838c9d;
}
table.introtable thead th:first-of-type {
  border-radius: 5px 0 0;
}
table.introtable thead th:last-of-type {
  border-radius: 0 5px 0 0;
}
table.introtable thead th:not(:first-of-type) {
  background-color: #4e5b73;
}
table.introtable tbody th {
  font-weight: 400;
  color: #222;
  white-space: nowrap;
  background-color: #f3f4f5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
@media only screen and (min-width: 1024px) {
  table.introtable tbody th {
    width: 250px;
  }
}
table.introtable tbody td {
  font-weight: 700;
  color: #4e5b73;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
table.introtable tbody tr > *:last-child {
  border-right: 1px solid #e5e5e5;
}
table.introtable tbody tr:last-of-type th {
  border-radius: 0 0 0 8px;
}
table.introtable tbody tr:last-of-type td {
  border-radius: 0 0 8px;
}
.listitem {
  margin-left: 1.5em;
}
.listitem li {
  list-style-type: disc;
}
details {
  position: relative;
}
details summary {
  position: relative;
  align-items: baseline;
  list-style-type: none;
  cursor: pointer;
  outline: none;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary ~ .cont {
  margin-top: 0.5em;
}
details summary ~ .cont details {
  margin-top: 0.5em;
}
details summary ~ .cont ol {
  margin-top: 1em;
  margin-left: 1.5em;
  list-style: decimal;
}
details summary ~ .cont ol.nocountitem {
  margin-left: 1em;
}
details summary ~ .cont ol.nocountitem li {
  padding-left: 1em;
  text-indent: -1em;
  list-style-type: none;
}
details summary ~ .cont ul {
  margin-top: 1em;
}
details summary ~ .cont dl + dl {
  margin-top: 1em;
}
details summary ~ .cont .disc li {
  margin-left: 1em;
  list-style: disc;
}
details summary ~ .cont .mg {
  margin-top: 1em;
}
details summary ~ .cont a {
  color: #333;
}
details summary ~ .cont.faq dl {
  font-size: 90%;
}
@media only screen and (min-width: 1024px) {
  details summary ~ .cont.faq dl {
    font-size: unset;
  }
}
details summary ~ .cont.faq dl dd {
  margin-left: 0;
}
@media only screen and (min-width: 1024px) {
  details summary ~ .cont.faq dl dd {
    margin-left: 1em;
  }
}
details summary.is-gray {
  padding: 5% 17% 5% 5%;
  margin: 24px 0 0.5em;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.4;
  color: #d20000;
  background-color: #edeff1;
  border: 0 none;
  border-radius: 5px;
  transition: 0.2s;
}
@media only screen and (min-width: 744px) {
  details summary.is-gray {
    padding: 3% 2% 3% 16px;
    font-size: 1.8rem;
  }
}
details summary.is-accordion {
  padding-right: 12%;
}
@media only screen and (min-width: 744px) {
  details summary.is-accordion {
    padding-right: 9%;
  }
}
details summary.is-accordion span {
  display: block;
  padding-left: 50px;
}
details summary.is-accordion::after {
  position: absolute;
  top: 50%;
  right: 2%;
  line-height: 1;
  content: url(../images/common/icon_plus.svg);
  transform: translateY(-50%);
}
details summary.is-accordion:hover {
  background-color: #fafafb;
}
details summary.is-question::before {
  position: absolute;
  top: 50%;
  left: 2%;
  line-height: 1;
  content: url(../images/common/icon_question.svg);
  transform: translateY(-50%);
}
details summary.is-detail {
  margin: 1em 0 0.5em;
  font-size: 3.4666666667vw;
  line-height: 1.5384615385;
  list-style-type: marker;
}
@media only screen and (min-width: 744px) {
  details summary.is-detail {
    font-size: 1.3rem;
  }
}
details summary.is-detail::-webkit-details-marker {
  display: inline-block;
}
details summary.is-detail span {
  color: #4e5b73;
  text-decoration: underline;
}
details summary.is-detail span:hover {
  text-decoration: none;
}
details summary.is-detail ~ .cont {
  font-size: 3.7333333333vw;
}
@media only screen and (min-width: 744px) {
  details summary.is-detail ~ .cont {
    font-size: 1.4rem;
  }
}
details summary.is-detail ~ .cont.border {
  padding: 4% 5%;
  margin-top: 1em;
  color: #4e5b73;
  border: 1px solid #d20000;
  border-radius: 8px;
}
@media only screen and (min-width: 1024px) {
  details summary.is-detail ~ .cont.border {
    padding: 28px 25px;
  }
}
details summary.is-detail ~ .cont.border ul {
  margin-top: 0;
}
details summary.is-detail ~ .cont.border dd {
  padding: 0;
  margin: 0;
}
details summary.is-detail ~ .cont.border .item {
  position: relative;
  padding-left: 2.5em;
  font-weight: 700;
  list-style-type: none;
}
details summary.is-detail ~ .cont.border .item:not(:first-of-type) {
  margin: 1em 0 0;
}
@media only screen and (min-width: 1024px) {
  details summary.is-detail ~ .cont.border .item {
    padding-left: 6%;
  }
}
details summary.is-detail ~ .cont.border .item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
details summary.is-detail ~ .cont.border .item.cancer::before {
  content: url(../images/common/icon_cancer.svg);
}
details summary.is-detail ~ .cont.border .item.consult::before {
  content: url(../images/common/icon_consult.svg);
}
details summary.is-detail ~ .cont.border .item.consult2::before {
  content: url(../images/common/icon_consult2.svg);
}
details summary.is-detail ~ .cont.border .item.coordinate::before {
  content: url(../images/common/icon_coordinate.svg);
}
details summary.is-detail ~ .cont.border .item.hospital::before {
  content: url(../images/common/icon_hospital.svg);
}
details summary.is-detail ~ .cont.border .item.phone::before {
  content: url(../images/common/icon_phone.svg);
}
details summary.is-detail ~ .cont.border .item.phoneconsult::before {
  content: url(../images/common/icon_phoneconsult.svg);
}
details summary.is-detail ~ .cont.border .item.services::before {
  content: url(../images/common/icon_services.svg);
}
details summary.is-detail ~ .cont.border .item.brain_set::before {
  content: url(../images/common/icon_brain_set.svg);
}
details summary.is-detail ~ .cont.border .item.brain_heart::before {
  content: url(../images/common/icon_brain_heart.svg);
}
details summary.is-detail ~ .cont.border .item.hunt::before {
  content: url(../images/common/icon_hunt.svg);
}
details summary.is-detail ~ .cont.border .item.society::before {
  content: url(../images/common/icon_society.svg);
}
details summary.is-detail ~ .cont.border .item_child {
  margin-top: 0.5em;
  color: #333;
}
details summary.is-detail ~ .cont .document {
  margin-top: 1.5em;
  font-size: 3.7333333333vw;
}
@media only screen and (min-width: 744px) {
  details summary.is-detail ~ .cont .document {
    font-size: 1.4rem;
  }
}
details[open] summary.is-accordion::after {
  content: url(../images/common/icon_minus.svg);
}
details[open] > summary.is-detail:first-of-type {
  list-style-type: disclosure-open;
}
details[disabled] summary {
  pointer-events: none;
  cursor: auto;
}
details[disabled] summary.subtitle::after {
  display: none;
}
details > summary.is-detail:first-of-type {
  list-style: inside disclosure-closed;
}
.scroll_area {
  overflow: scroll;
}
@media only screen and (min-width: 744px) {
  .scroll_area {
    overflow: hidden;
  }
}
.note_area {
  margin-top: 0.5em;
  font-size: 3.4666666667vw;
  line-height: 1.5384615385;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 744px) {
  .note_area {
    font-size: 1.3rem;
  }
}
.note_area li + li {
  margin-top: 0.2em;
}
.graph_box {
  margin: 1em 0;
}
@media only screen and (min-width: 744px) {
  .graph_box {
    padding: 0 36px;
  }
}
.graph_box .title {
  padding: 10px;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  background-color: #f3f3f3;
}
@media only screen and (min-width: 744px) {
  .graph_box .title {
    font-size: 1.4rem;
  }
}
.graph_box .cont {
  padding: 10px;
  font-size: 3.4666666667vw;
  line-height: 1.5384615385;
  border: 1px solid #e5e5e5;
}
@media only screen and (min-width: 744px) {
  .graph_box .cont {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 744px) {
  .graph_box .cont {
    text-align: center;
  }
}
.graph_box figcaption {
  margin-bottom: 2em;
}
.btn_area {
  max-width: 320px;
  margin: 40px auto;
  text-align: center;
}
.btn_area.action-between-section span {
  display: block;
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1.5625;
  color: #d20000;
}
@media only screen and (min-width: 744px) {
  .btn_area.action-between-section span {
    font-size: 1.6rem;
  }
}
.btn_area .btn {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  margin: 8px auto 0;
  font-size: 4.8vw;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
}
@media only screen and (min-width: 744px) {
  .btn_area .btn {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 744px) {
  .btn_area .btn {
    width: 323px;
    padding: 20px 0;
  }
}
.btn_area .btn.form {
  color: #fff;
  background-color: #d20000;
  transition: all 0.25s ease-out;
}
.btn_area .btn.form:hover, .btn_area .btn.form:active {
  background-color: #e46666;
}
.btn_area .btn.is-arrow {
  position: relative;
}
.btn_area .btn.is-arrow::after {
  position: absolute;
  top: 50%;
  right: 4.5%;
  line-height: 1;
  content: url(../images/common/arrow.svg);
  transform: translateY(-50%);
}
@media only screen and (min-width: 744px) {
  .btn_area .btn.is-arrow::after {
    right: 30px;
  }
}
.btn_area .btn.faq {
  color: #d20000;
  background-color: #fff;
  border: 1px solid #d20000;
}
.btn_area .btn.faq::after {
  content: url(../images/common/icon_arrow_red.svg);
}
.btn_area .btn.entry {
  color: #333;
  background-color: #ffde3e;
  transition: all 0.25s ease-out;
}
.btn_area .btn.entry::after {
  content: url(../images/common/icon_arrow_black.svg);
}
.btn_area .btn.entry:hover, .btn_area .btn.entry:active {
  background-color: #ffec92;
}
.compare_section {
  margin-top: 16px;
}
.compare_section .plancompare {
  display: flex;
  flex-direction: row;
}
.compare_section .plancompare__item {
  border-style: solid;
  border-width: 1px;
}
.compare_section .plancompare__item dt {
  position: relative;
  padding: 12px 0;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5625;
  color: #fff;
  text-align: center;
  background-color: #e46666;
}
@media only screen and (min-width: 744px) {
  .compare_section .plancompare__item dt {
    font-size: 1.6rem;
  }
}
.compare_section .plancompare__item dt .popularityicon {
  position: absolute;
  top: -1.6em;
  right: 0;
  left: 0;
  font-weight: 400;
  color: #d20000;
}
.compare_section .plancompare__item dd {
  padding: 2px 7px;
  font-size: 3.4666666667vw;
  line-height: 1.3;
  color: #656565;
  text-align: center;
}
@media only screen and (min-width: 744px) {
  .compare_section .plancompare__item dd {
    padding: 4px 30px;
    font-size: 1.5rem;
  }
}
.compare_section .plancompare__item dd > ul > li {
  padding: 12px 0;
}
.compare_section .plancompare__item dd > ul > li + li {
  border-top: 1px solid #c9c9c9;
}
.compare_section .plancompare__item dd li > p {
  display: block;
  margin-top: 4px;
  font-size: 4.2666666667vw;
  font-weight: 400;
  line-height: 1.3;
  color: #333;
}
@media only screen and (min-width: 744px) {
  .compare_section .plancompare__item dd li > p {
    font-size: 1.8rem;
  }
}
.compare_section .plancompare__item dd li > p em.price {
  display: block;
  font-size: 4.2666666667vw;
  font-weight: 700;
}
@media only screen and (min-width: 744px) {
  .compare_section .plancompare__item dd li > p em.price {
    font-size: 1.6rem;
  }
}
.compare_section .plancompare__item dd .tooltipBox {
  position: relative;
  padding: 0;
}
.compare_section .plancompare__item dd .tooltipBox .tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.compare_section .plancompare__item dd .tooltipBox .tooltip::after {
  position: absolute;
  width: 16px;
  height: 16px;
  content: "";
  background: url(/assets/images/common/icon_tooltip.svg) no-repeat 0 0/contain;
}
.compare_section .plancompare__item dd .tooltipBox .description {
  position: absolute;
  z-index: 2;
  display: none;
  width: 180px;
  padding: 10px;
  color: #454545;
  text-align: left;
  background-color: #fff;
  border: 1px solid #656565;
  border-radius: 5px;
  font-size: 3.4666666667vw;
  line-height: 1.5384615385;
}
@media only screen and (min-width: 744px) {
  .compare_section .plancompare__item dd .tooltipBox .description {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 744px) {
  .compare_section .plancompare__item dd .tooltipBox .description {
    width: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .compare_section .plancompare__item dd .tooltipBox .description {
    width: 280px;
  }
}
.compare_section .plancompare__item dd .tooltipBox:hover .description {
  top: 0;
  right: -200px;
  display: block;
}
@media only screen and (min-width: 744px) {
  .compare_section .plancompare__item dd .tooltipBox:hover .description {
    right: -220px;
  }
}
@media only screen and (min-width: 1024px) {
  .compare_section .plancompare__item dd .tooltipBox:hover .description {
    right: -300px;
  }
}
.compare_section .plancompare__item:first-of-type {
  border-color: #e46666;
  border-radius: 8px 0 0 8px;
}
.compare_section .plancompare__item:nth-of-type(2) {
  border-color: #db3333;
  border-radius: 0 8px 8px 0;
}
.compare_section .plancompare__item:nth-of-type(2) dt {
  background-color: #db3333;
  border-top-right-radius: 8px;
}
.compare_section .plancompare__item.single {
  width: 100%;
  border-radius: 8px;
}
@media only screen and (min-width: 744px) {
  .compare_section .plancompare__item.single {
    width: auto;
  }
}
.compare_section .plancompare__item.single dt {
  background-color: #d20000;
  border-color: #d20000;
  border-radius: 8px 8px 0 0;
}
@media only screen and (max-width: 743px) {
  .compare_section .plancompare__item.anshin dd .tooltipBox:hover .description, .compare_section .plancompare__item.single dd .tooltipBox:hover .description {
    top: auto;
    right: -16px;
    display: block;
  }
}
.compare_section .plancompare:has(.single) {
  margin-top: 30px;
}
.compare_section .plannote {
  font-size: 3.4666666667vw;
  line-height: 1.5384615385;
  color: #656565;
}
@media only screen and (min-width: 744px) {
  .compare_section .plannote {
    font-size: 1.3rem;
  }
}
.compare_section .plannote dt {
  margin-top: 1.5em;
  font-weight: 700;
}
.compare_section .plannote ul {
  margin-top: 0;
}
.intro {
  margin: 0 20px;
}
@media only screen and (min-width: 744px) {
  .intro {
    padding: 0;
    margin: 0 auto;
  }
}
.intro .inner {
  border: 1px solid #d4d4d4;
  border-radius: 8px;
}
@media only screen and (min-width: 744px) {
  .intro .inner {
    padding: 40px;
  }
}
.intro .inner .intro-title {
  margin-bottom: 6vw;
  font-size: 7.4666666667vw;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 744px) {
  .intro .inner .intro-title {
    margin-bottom: 40px;
    font-size: 3.2rem;
  }
}
.intro .inner .intro-title strong {
  color: #d20000;
}
.coverage .coverage_03_list {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin-top: 24px;
  font-size: 3.7333333333vw;
}
@media only screen and (min-width: 744px) {
  .coverage .coverage_03_list {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 744px) {
  .coverage .coverage_03_list {
    flex-direction: row;
  }
}
.coverage .coverage_03_list .listitem {
  flex: 1;
  margin: 0;
  border: 1px solid #e5e5e5;
}
.coverage .coverage_03_list .listitem + .listitem {
  margin-top: 1em;
}
@media only screen and (min-width: 744px) {
  .coverage .coverage_03_list .listitem + .listitem {
    margin-top: 0;
  }
}
.coverage .coverage_03_list .title {
  padding: 8px 0;
  font-weight: 700;
  line-height: 1.3;
  color: #4e5b73;
  text-align: center;
  background-color: #edeff1;
}
.coverage .coverage_03_list .cont {
  padding: 16px 20px;
}
.coverage .coverage_03_list .sticker {
  margin: 24px 0;
  font-size: 3.7333333333vw;
}
@media only screen and (min-width: 744px) {
  .coverage .coverage_03_list .sticker {
    font-size: 1.4rem;
  }
}
.coverage .coverage_03_list .sticker .top {
  padding: 8px 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #4e5b73;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.coverage .coverage_03_list .sticker .btm {
  padding: 8px 24px;
  color: #4e5b73;
  text-align: center;
  background-color: #edeff1;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.coverage .coverage_03_list .sticker .btm strong,
.coverage .coverage_03_list .sticker .btm em {
  font-size: 2rem;
  font-weight: 700;
  color: inherit;
}
.coverage .coverage_03_list .sticker .btm span {
  display: block;
}
@media only screen and (max-width: 743px) {
  .coverage .table_area table thead th {
    font-size: 2.9333333333vw;
  }
}
.coverage .table_area table tbody th,
.coverage .table_area table tbody td {
  font-size: 3.7333333333vw;
}
@media only screen and (min-width: 744px) {
  .coverage .table_area table tbody th,
  .coverage .table_area table tbody td {
    font-size: 1.4rem;
  }
}
.coverage .table_area table tbody th {
  width: 24%;
}
.coverage .table_area table tbody td img {
  width: 80%;
}
@media only screen and (min-width: 744px) {
  .coverage .table_area table tbody td img {
    width: 100%;
  }
}
.coverage .merit_area .common thead th:first-of-type {
  width: 26%;
}
.coverage .fit img {
  margin: 16px 0;
}
.prices .titlebox:has(.subtext) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.prices .titlebox:has(.subtext) .subtitle {
  margin-top: 0;
}
.prices .titlebox:has(.subtext) .subtext {
  font-size: 3.4666666667vw;
}
.addplan .block__heading {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: flex-end;
  justify-content: space-around;
  padding-bottom: 0;
}
@media only screen and (min-width: 744px) {
  .addplan .block__heading {
    align-items: center;
  }
}
.addplan .block__title {
  flex: 1;
  padding-bottom: 10px;
  text-align: left;
}
.addplan .block__title span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .addplan .block__title span {
    font-size: 2rem;
  }
}
.header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 136px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (min-width: 744px) {
  .header {
    height: 101px;
  }
}
.header__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
}
@media only screen and (min-width: 744px) {
  .header__inner {
    flex-direction: row;
    -moz-column-gap: 20px;
         column-gap: 20px;
    align-items: center;
    justify-content: space-around;
    padding: 0 24px;
    border: 0 none;
  }
}
@media only screen and (min-width: 1024px) {
  .header__inner {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 743px) {
  .header__inner .title {
    border-bottom: 1px solid #e5e5e5;
  }
}
.header__logo {
  display: inline-block;
  height: auto;
  padding: 12px 32px;
}
@media only screen and (min-width: 744px) {
  .header__logo {
    padding: 13px 20px;
    border: 0 none;
  }
}
.header__logo img {
  width: 170px;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .header__logo img {
    width: 220px;
  }
}
.header .headermenu {
  display: flex;
}
@media only screen and (min-width: 744px) {
  .header .headermenu {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .header .headermenu {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.header .headermenu li {
  position: relative;
  flex: 1;
}
@media only screen and (min-width: 744px) {
  .header .headermenu li {
    flex: auto;
  }
}
.header .headermenu li a {
  position: relative;
  display: block;
  padding: 13px 12px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 744px) {
  .header .headermenu li a {
    padding: 19px 20px;
    font-size: 1.8rem;
  }
}
.header .headermenu li a:hover {
  color: #646464;
  transition: 0.3s;
}
.header .headermenu li a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  content: "";
}
@media only screen and (min-width: 1024px) {
  .header .headermenu li a::before {
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid;
    border-color: transparent transparent #d20000 #d20000;
    transform: translateY(-50%) rotate(-135deg);
    right: 0;
  }
}
.pagemenu_area {
  background-color: #fff;
  border-top: 2px solid #e5e5e5;
}
.pagemenu_area .pagemenu {
  display: flex;
  gap: 1%;
  justify-content: center;
  max-width: 1040px;
}
@media only screen and (min-width: 744px) {
  .pagemenu_area .pagemenu {
    gap: 24px;
    margin: 0 auto;
  }
}
.pagemenu_area .pagemenu a {
  position: relative;
  display: block;
  padding: 16px 10px;
  font-size: 1.1rem;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (min-width: 744px) {
  .pagemenu_area .pagemenu a {
    padding: 14px 16px;
    font-size: 1.2rem;
  }
}
.pagemenu_area .pagemenu a:hover, .pagemenu_area .pagemenu a:active {
  opacity: 0.75;
  transition: 0.3s;
}
.pagemenu_area .pagemenu span {
  position: relative;
}
.pagemenu_area .pagemenu span::before {
  position: absolute;
  top: 55%;
  left: -11px;
  width: 8px;
  height: 6px;
  content: "";
  background: url(/assets/images/common/icon_arrow_menu.svg) no-repeat 0 0/contain;
  transform: translateY(-50%);
}
@media only screen and (min-width: 744px) {
  .pagemenu_area .pagemenu span::before {
    left: -15px;
    width: 10px;
    height: 6px;
  }
}
.pagemenu_area .scroll_area .pagemenu {
  -moz-column-gap: 6px;
       column-gap: 6px;
  justify-content: flex-start;
  margin-left: 14px;
}
@media only screen and (min-width: 744px) {
  .pagemenu_area .scroll_area .pagemenu {
    -moz-column-gap: 24px;
         column-gap: 24px;
    justify-content: center;
    margin: 0 auto;
  }
}
body.is-healthcare .headermenu .navitem_healthcare a,
body.is-cancer .headermenu .navitem_cancer a,
body.is-faq .headermenu .navitem_faq a {
  font-weight: 700;
}
body.is-healthcare .headermenu .navitem_healthcare a::after,
body.is-cancer .headermenu .navitem_cancer a::after,
body.is-faq .headermenu .navitem_faq a::after {
  border-bottom: 2px solid #d20000;
}
.block.mileage {
  max-width: 100%;
  padding: 64px 0 36px;
  margin-top: 80px;
  background-color: #fff6ca;
}
.block.mileage .inner {
  max-width: 1040px;
  margin: 0 auto;
}
.block.mileage .title {
  font-size: 8.5333333333vw;
  font-weight: 700;
  line-height: 1.5;
  color: #d20000;
  text-align: center;
}
@media only screen and (min-width: 744px) {
  .block.mileage .title {
    font-size: 3.2rem;
  }
}
.block.mileage .text_area {
  margin-top: 10px;
  font-size: 4.2666666667vw;
  line-height: 1.5625;
}
@media only screen and (min-width: 744px) {
  .block.mileage .text_area {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 744px) {
  .block.mileage .text_area {
    text-align: center;
  }
}
.block.mileage .img_area {
  margin-top: 24px;
}
.block.mileage .img_area ul {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 40px;
       column-gap: 40px;
  justify-content: center;
}
@media only screen and (min-width: 744px) {
  .block.mileage .img_area ul {
    flex-direction: row;
  }
}
.block.mileage .img_area ul li + li {
  margin-top: 24px;
}
@media only screen and (min-width: 744px) {
  .block.mileage .img_area ul li + li {
    margin-top: 0;
  }
}
.block.mileage .btn_area {
  margin-top: 24px;
}
@media only screen and (min-width: 744px) {
  .block.mileage .btn_area {
    margin-top: 40px;
  }
}
.block.mileage .note_area .item + .item {
  margin-top: 24px;
}
.block.mileage a {
  color: #333;
}
/* footer style */
.footer {
  position: relative;
  font-size: 3.4666666667vw;
  line-height: 1.5384615385;
}
@media only screen and (min-width: 744px) {
  .footer {
    font-size: 1.3rem;
  }
}
.footer .inner {
  max-width: 1040px;
  padding: 40px 0;
  margin: 0 auto;
  line-height: 1.8;
}
.footer__head {
  padding: 0 7%;
}
@media only screen and (min-width: 744px) {
  .footer__head {
    padding: 0 2%;
  }
}
.footer__btm {
  padding: 0 7% 80px;
  color: #fff;
  background-color: #333;
}
@media only screen and (min-width: 744px) {
  .footer__btm {
    padding: 0 2% 80px;
  }
}
.footer .info {
  padding: 6%;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
}
@media only screen and (min-width: 1024px) {
  .footer .info {
    padding: 24px 0;
  }
}
.footer .info dt {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.3;
  color: #d20000;
}
@media only screen and (min-width: 744px) {
  .footer .info dt {
    font-size: 1.6rem;
  }
}
.footer .info dd {
  margin-top: 1em;
  font-size: 4.2666666667vw;
  line-height: 1.5625;
  color: #d20000;
}
@media only screen and (min-width: 744px) {
  .footer .info dd {
    font-size: 1.6rem;
  }
}
.footer .info dd span {
  display: block;
}
.footer .info dd span + span {
  margin-top: 1em;
}
.footer .info dd strong {
  font-size: 7.4666666667vw;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 744px) {
  .footer .info dd strong {
    font-size: 3.6rem;
  }
}
.footer .text_area {
  margin-top: 24px;
}
.footer .address {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .footer .address {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.footer .address > dl:not(:first-of-type) {
  margin-top: 1em;
}
@media only screen and (min-width: 1024px) {
  .footer .address > dl:not(:first-of-type) {
    margin: 0;
    margin-left: 50px;
  }
}
.footer .documentNumber {
  margin-top: 1em;
}
@media only screen and (min-width: 1024px) {
  .footer .documentNumber {
    margin-top: 2em;
  }
}
.footer .securityLink {
  margin-top: 1em;
}
.footer .securityLink a {
  color: #fff;
}
.footer .importantLink a {
  color: #fff;
}
.floatbox {
  position: fixed;
  bottom: -6vh;
  z-index: 9;
  width: 100%;
}
@media only screen and (min-width: 744px) {
  .floatbox {
    bottom: 50px;
  }
}
.floatbox .btn_area {
  margin: 24px auto 64px;
  font-size: 4.8vw;
}
@media only screen and (min-width: 744px) {
  .floatbox .btn_area {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 744px) {
  .floatbox .btn_area {
    max-width: 540px;
    margin: 0 auto;
  }
}
.floatbox .btn_area .btn.form {
  border: 2px solid #fff;
}
@media only screen and (min-width: 1024px) {
  .mv__top .title_area {
    width: 56%;
  }
}
@media only screen and (min-width: 1024px) {
  .mv__top .badge {
    padding-left: 20px;
  }
}
.mv__btm {
  margin-top: -20px;
}
@media only screen and (min-width: 1024px) {
  .mv__btm {
    margin-top: 10px;
  }
}
.pagemenu_area.page {
  display: block;
}
.intro .introtable {
  table-layout: fixed;
}
@media only screen and (min-width: 744px) {
  .intro .introtable {
    width: 66%;
  }
}