@keyframes fadeBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
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,
button,
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-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: 117px;
}
@media only screen and (min-width: 1024px) {
  html {
    scroll-padding-top: 77px;
  }
}
body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #222;
  letter-spacing: 0;
  background-color: #f3f3f3;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #4e5b73;
  text-decoration: underline;
  transition: 0.2s;
}
a:hover {
  text-decoration: none;
}
sub {
  font-size: small;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
strong,
em {
  font-weight: 700;
}
picture,
figure {
  display: block;
}
picture.image,
figure.image {
  margin: 1em 0;
}
picture.image img,
figure.image img {
  display: block;
  width: 100%;
}
picture.illust,
figure.illust {
  margin: 1em 0;
}
picture.illust img,
figure.illust img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  picture.illust,
  figure.illust {
    max-width: 322px;
    margin-right: auto;
    margin-left: auto;
  }
}
.sp {
  display: block;
}
.pc {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media only screen and (min-width: 744px) {
  br.sp {
    display: none;
  }
}
.sponly {
  display: none;
}
@media only screen and (max-width: 500px) {
  .sponly {
    display: block;
  }
}
.num {
  font-family: "Noto sans", sans-serif;
  letter-spacing: -0.01em;
}
.small {
  font-size: small;
}
.is-center {
  text-align: center;
}
.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.svg);
}
.mv {
  position: relative;
  padding-top: 128%;
  margin-top: 97px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
@media only screen and (min-width: 744px) {
  .mv {
    padding-top: 78vh;
  }
}
@media only screen and (min-width: 1024px) {
  .mv {
    max-width: 1040px;
    height: 484px;
    padding-top: 0;
    margin: 121px auto 0;
  }
}
.mv__inner {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 91%;
  padding: 24px 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1024px) {
  .mv__inner {
    top: 50%;
    right: 9.5%;
    left: auto;
    width: 374px;
    height: 71%;
    padding: 24px;
    transform: translateY(-50%);
  }
}
.mv__inner .text {
  font-size: 5.8666666667vw;
  line-height: 1.4;
  color: #4e5b73;
  text-align: center;
}
@media only screen and (min-width: 744px) {
  .mv__inner .text {
    font-size: 5.8666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mv__inner .text {
    font-size: 2.4rem;
  }
}
.mv__inner .feature {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  color: #cc7b9f;
}
.mv__inner .feature li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  padding: 10px 0;
  font-size: 4.2666666667vw;
  line-height: 1.2;
  text-align: center;
  background: #fff0f4;
  border-radius: 4px;
}
@media only screen and (min-width: 744px) {
  .mv__inner .feature li {
    font-size: 2.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mv__inner .feature li {
    width: 98px;
    height: auto;
    padding: 16px 8px;
    font-size: 1.6rem;
  }
}
.mv__inner .feature li em {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .mv__inner .feature li em {
    font-size: 1.8rem;
  }
}
.mv__inner .feature li em strong {
  display: block;
  font-size: 7.4666666667vw;
  font-weight: 700;
}
@media only screen and (min-width: 744px) {
  .mv__inner .feature li em strong {
    font-size: 5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mv__inner .feature li em strong {
    font-size: 2.8rem;
  }
}
.mv__inner .case {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: baseline;
  justify-content: center;
  margin-top: 16px;
  font-size: 4.5333333333vw;
  line-height: 1;
}
@media only screen and (min-width: 744px) {
  .mv__inner .case {
    font-size: 4.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mv__inner .case {
    font-size: 1.6rem;
  }
}
.mv__inner .case em {
  color: #cc7b9f;
}
.mv__inner .case em strong {
  font-size: 8.5333333333vw;
}
@media only screen and (min-width: 744px) {
  .mv__inner .case em strong {
    font-size: 5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mv__inner .case em strong {
    font-size: 3.2rem;
  }
}
.mv__inner .note {
  margin-top: 4px;
  font-size: 3.2vw;
}
@media only screen and (min-width: 744px) {
  .mv__inner .note {
    font-size: 1.2rem;
  }
}
.wrapper {
  margin-top: 48px;
}
@media only screen and (min-width: 800px) {
  .wrapper {
    max-width: 760px;
    margin: 120px auto 0;
  }
}
@media only screen and (min-width: 1024px) {
  .block {
    padding: 0;
  }
}
.block__title {
  padding: 5%;
  font-size: 6.9333333333vw;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #4e5b73 0%, #7283a3 95%);
}
@media only screen and (min-width: 744px) {
  .block__title {
    padding: 18px 40px;
    font-size: 2.4rem;
    border-radius: 20px 20px 0 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.block__title + .inner {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.block .inner {
  padding: 24px;
  font-size: 4.2666666667vw;
  background-color: #fff;
}
@media only screen and (min-width: 744px) {
  .block .inner {
    font-size: 1.6rem;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .block .inner {
    padding: 24px 40px 40px;
  }
}
.block .inner__title {
  font-size: 6.9333333333vw;
  font-weight: 500;
  color: #4e5b73;
  text-align: center;
}
@media only screen and (min-width: 744px) {
  .block .inner__title {
    font-size: 2.4rem;
  }
}
.block .inner hr {
  margin: 16px auto;
  border: 1px dashed #f5f5f5;
}
.block.intro {
  margin: 0 4%;
}
@media only screen and (min-width: 800px) {
  .block.intro {
    margin: 0;
  }
}
.block.intro .inner {
  border: 1px solid #d4d4d4;
  border-radius: 8px;
}
@media only screen and (min-width: 1024px) {
  .block.intro .inner {
    padding: 40px;
  }
}
.block.intro .inner .intro-title {
  margin-bottom: 30px;
  font-size: 7.4666666667vw;
  font-weight: 500;
  color: #4e5b73;
  text-align: center;
}
@media only screen and (min-width: 744px) {
  .block.intro .inner .intro-title {
    margin-bottom: 40px;
    font-size: 3.2rem;
  }
}
.block.intro .inner .intro-title strong {
  color: #4e5b73;
}
.block .titlebox {
  display: flex;
  justify-content: space-between;
}
.block .subtitle {
  padding-left: 12px;
  font-size: 4.2666666667vw;
  font-weight: 500;
  color: #4e5b73;
  border-left: 5px solid #cc7b9f;
}
@media only screen and (min-width: 744px) {
  .block .subtitle {
    font-size: 1.8rem;
  }
}
.block .subtitle:not(:first-of-type) {
  margin-top: 40px;
}
.block .subtitle.noline {
  padding-left: 0;
  border: 0 none;
}
.block p + .subtitle,
.block .subtitle + p {
  margin-top: 1em;
}
@media only screen and (min-width: 744px) {
  .block + .block {
    margin-top: 40px;
  }
}
.block + .btnArea {
  margin-top: 24px;
}
.block em {
  color: #cc7b9f;
}
.block.offers .block__title {
  background: 0 #cc7b9f;
}
.block.offers .assist .subtitle {
  margin-top: 40px;
}
.scrollArea {
  overflow: auto;
  white-space: nowrap;
}
table {
  margin: 1em auto;
}
@media only screen and (max-width: 500px) {
  table {
    width: 100%;
  }
}
table caption {
  padding: 12px;
  font-weight: 700;
}
table th,
table td {
  padding: 10px 3px;
  font-size: 3.4666666667vw;
  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 {
  font-weight: 700;
}
table th .comment {
  margin-top: 0;
  font-weight: normal;
  color: #4e5b73;
}
table.double th,
table.double td {
  padding: 8px 4px;
  font-size: 1.3rem;
}
@media only screen and (min-width: 744px) {
  table.double th,
  table.double td {
    padding: 12px;
    font-size: 1.4rem;
  }
}
table.price {
  border-collapse: separate;
  border-radius: 8px;
}
@media only screen and (min-width: 1024px) {
  table.price {
    min-width: 72%;
  }
}
table.price caption {
  color: #fff;
  background-color: #4e5b73;
  border: 2px solid #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
table.price.double th,
table.price.double td {
  border: 1px solid #fff;
}
@media only screen and (min-width: 744px) {
  table.price.double th,
  table.price.double td {
    border: 2px solid #fff;
  }
}
table.price th,
table.price td {
  font-weight: 700;
  white-space: nowrap;
  background-color: #edeff1;
  border: 2px solid #fff;
}
table.price th.norm,
table.price td.norm {
  font-weight: normal;
}
table.price th {
  color: #4e5b73;
}
table.common {
  border-spacing: 3px;
  border-collapse: separate;
  border-radius: 5px;
}
@media only screen and (min-width: 1024px) {
  table.common {
    width: 72%;
    border-spacing: 4px;
  }
}
table.common thead th {
  color: #fff;
  background-color: #4e5b73;
}
table.common thead th:first-of-type {
  border-radius: 5px 0 0;
}
table.common thead th:last-of-type {
  border-radius: 0 5px 0 0;
}
table.common tbody th {
  color: #4e5b73;
  white-space: nowrap;
  background-color: #edeff1;
  border-bottom: 1px solid #edeff1;
  border-left: 1px solid #edeff1;
}
@media only screen and (min-width: 1024px) {
  table.common tbody th {
    width: 250px;
  }
}
table.common tbody td {
  background-color: #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
  border-left: 1px solid #f8f8f8;
}
table.common tbody td p,
table.common tbody td li {
  font-weight: normal;
  color: #222;
}
table.common tbody tr > *:last-child {
  border-right: 1px solid #f8f8f8;
}
table.common tbody tr:last-of-type th {
  border-radius: 0 0 0 5px;
}
table.common tbody tr:last-of-type td {
  border-radius: 0 0 5px;
}
table.common tbody tr.has-last-cell td {
  border-radius: 0;
}
table.common tbody tr.has-last-cell td:last-of-type {
  border-radius: 0 0 5px;
}
table.common tbody tr.has-last-cell td:nth-of-type(n + 1) {
  text-align: left;
}
table.common tbody tr.no-last-cell td {
  border-radius: 0;
}
table.common tbody tr.no-last-cell > *:last-child {
  border-right: 0;
}
table.common tbody tr.has-last-head th:first-of-type {
  border-radius: 0 0 0 5px;
}
table.common tbody tr.no-last-head th {
  border-radius: 0;
}
table.common.care thead th:first-of-type {
  width: 20%;
}
@media only screen and (min-width: 1024px) {
  table.common.care.faq th {
    width: unset;
    white-space: nowrap;
  }
}
table.common.faq {
  width: 100%;
}
.listitem {
  margin-left: 1.5em;
}
.listitem li {
  list-style-type: disc;
}
.nocountitem li {
  padding-left: 1em;
  text-indent: -1em;
  list-style-type: none;
}
.note {
  margin-top: 1em;
  font-size: 1.3rem;
  color: #656565;
}
.note > .indent01 li {
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.note > .indent02 li {
  padding-left: 2em;
  text-indent: -2em;
}
.note > .indent02 li ul {
  margin-left: -2em;
}
.note > .indent02 li ul li {
  text-indent: -1em;
}
.action-between-section {
  padding: 40px 0;
  text-align: center;
  background-color: #f3f3f3;
}
@media only screen and (min-width: 1024px) {
  .action-between-section {
    padding-bottom: 48px;
  }
}
.action-between-section span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #cc7b9f;
}
.action-between-section a.btn.form, .action-between-section a.btn.entry {
  width: calc(100% - 48px);
  padding: 10px 0;
  margin: 8px auto 0;
}
@media only screen and (min-width: 1024px) {
  .action-between-section a.btn.form, .action-between-section a.btn.entry {
    width: 323px;
    padding: 20px 0;
  }
}
.action-between-section:last-of-type {
  padding-bottom: 0;
}
a.btn {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
}
a.btn.form {
  padding: 10px 3% 10px 1%;
  color: #cc7b9f;
  background-color: #faf2f5;
  border: 1px solid #cc7b9f;
  border-radius: 8px;
}
a.btn.form::after {
  position: absolute;
  top: 50%;
  right: 4.5%;
  line-height: 1;
  content: url(../images/common/arrow.svg);
  transform: translateY(-50%);
}
a.btn.form:hover {
  border-color: #faf2f5;
}
@media only screen and (max-width: 500px) {
  a.btn.form {
    font-size: 4.8vw;
  }
}
@media only screen and (min-width: 800px) {
  a.btn.form {
    padding: 12px 3% 12px 1%;
  }
}
a.btn.entry {
  position: relative;
  padding: 10px 1%;
  color: #fff;
  background: #f7a7b0;
  border-radius: 50px;
}
a.btn.entry span {
  position: relative;
  z-index: 1;
}
a.btn.entry::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, #ef6877 0%, #f4838f 95%);
  border-radius: 50px;
  transition: 0.2s;
}
a.btn.entry:hover::before {
  opacity: 0;
}
.btnArea {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.btnArea li {
  width: 100%;
  margin: 0 auto;
  pointer-events: auto;
}
.btnArea li:last-child {
  display: none;
}
@media only screen and (min-width: 800px) {
  .btnArea li {
    width: 70%;
  }
}
.detailsbox {
  margin-top: 1em;
}
.detailsbox details {
  margin-top: 1em;
}
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: 2.5em;
  list-style: decimal;
}
details summary ~ .cont ul {
  margin-top: 1em;
}
details summary ~ .cont dl dd {
  margin-left: 1em;
}
details summary ~ .cont dl + dl {
  margin-top: 1em;
}
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.subtitle.bg {
  padding: 5% 17% 5% 5%;
  margin-bottom: 1em;
  line-height: 1.4;
  background-color: #f3f3f3;
  transition: 0.2s;
}
@media only screen and (min-width: 744px) {
  details summary.subtitle.bg {
    padding: 3% 2% 3% 16px;
  }
}
details summary.subtitle::after {
  position: absolute;
  top: 50%;
  right: 2%;
  line-height: 1;
  content: url(../images/common/icon_plus.svg);
  transform: translateY(-50%);
}
details summary.subtitle.is-question {
  padding: 5% 17% 5% 18%;
  border: 0 none;
  border-radius: 5px;
}
@media only screen and (min-width: 744px) {
  details summary.subtitle.is-question {
    padding: 3% 9% 3% 10%;
  }
}
details summary.subtitle.is-question::before {
  position: absolute;
  top: 50%;
  left: 2%;
  line-height: 1;
  content: url(../images/common/icon_question.svg);
  transform: translateY(-50%);
}
details summary.subtitle:hover {
  background-color: #fafafb;
}
details summary.is-detail {
  margin: 1em 0 0.5em;
  font-size: 1.3rem;
  list-style-type: marker;
}
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;
}
@media only screen and (min-width: 1024px) {
  details summary.is-detail {
    font-size: 1.4rem;
  }
}
details summary.is-detail ~ .cont {
  font-size: 1.2rem;
}
details summary.is-detail ~ .cont.border {
  padding: 4% 5%;
  margin-top: 1em;
  font-size: 1.2rem;
  color: #4e5b73;
  border: 1px solid #cc7b9f;
  border-radius: 8px;
}
@media only screen and (min-width: 1024px) {
  details summary.is-detail ~ .cont.border {
    padding: 28px 25px;
    font-size: 1.4rem;
  }
}
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-size: 1.4rem;
  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%;
    font-size: 1.6rem;
  }
}
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: #222;
}
details summary.is-detail ~ .cont .document {
  margin-top: 1.5em;
  font-size: 1.4rem;
}
details[open] summary.subtitle::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;
}
.floatbox {
  position: fixed;
  bottom: 0;
  z-index: 9;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
@media only screen and (min-width: 800px) {
  .floatbox {
    bottom: 30px;
  }
}
.floatbox .btnArea {
  margin: 24px 7% 40px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 800px) {
  .floatbox .btnArea {
    max-width: 540px;
    margin: 0 auto;
  }
}
.error {
  display: block;
  padding: 10% 0;
}
.error h1 {
  font-size: 4rem;
  font-weight: 700;
  color: #d4d4d4;
  text-align: center;
}
.error p {
  font-size: 1.4rem;
  color: #000;
  text-align: center;
}
.prices .titlebox {
  margin-top: 24px;
}
/* header style */
.header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 97px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 1024px) {
  .header {
    height: 57px;
  }
}
.header__inner {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  border-bottom: 1px solid #f5f5f5;
}
@media only screen and (min-width: 1024px) {
  .header__inner {
    border: 0 none;
  }
}
.header__logo a {
  position: relative;
  z-index: 20;
  display: inline-block;
  height: auto;
  padding: 15px 0;
  margin-left: 16px;
  line-height: 1;
}
@media only screen and (max-width: 500px) {
  .header__logo a {
    padding: 17px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header__logo a {
    margin-left: 30px;
  }
}
.header__logo img {
  width: 268px;
  height: auto;
}
@media only screen and (max-width: 500px) {
  .header__logo img {
    width: 228px;
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .header .gnav {
    display: none;
  }
}
.header .gnav__menu .menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 57px;
  height: 57px;
  cursor: pointer;
  background: transparent url(../images/common/menu.svg) no-repeat center center;
}
.header .gnav__menu .contentsnav {
  position: fixed;
  top: 57px;
  z-index: 20;
  display: none;
  width: 100vw;
  font-size: 5.0666666667vw;
  transition: 0.25s 0s ease-in-out;
  animation-name: fadeBlock;
  animation-duration: 0.5s;
}
@media only screen and (min-width: 744px) {
  .header .gnav__menu .contentsnav {
    font-size: 1.9rem;
  }
}
.header .gnav__menu .contentsnav .list > li {
  position: relative;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}
.header .gnav__menu .contentsnav .list > li:last-of-type {
  border-bottom: 1px solid #e5e5e5;
}
.header .gnav__menu .contentsnav .list > li a {
  display: block;
  padding: 20px 26px;
  line-height: 1;
  text-decoration: none;
}
@media only screen and (min-width: 744px) {
  .header .gnav__menu .contentsnav .list > li a {
    padding: 4% 5%;
  }
}
.header .gnav__menu .contentsnav .list > li a::after {
  position: absolute;
  top: 50%;
  right: 7%;
  content: url(../images/common/arrow_listicon.svg);
  transform: translateY(-50%);
}
.header .gnav__menu .contentsnav .action-between-section {
  padding-bottom: 50vh;
}
.header .gnav__menu input {
  display: none;
}
.header .gnav__menu input:checked + .menu {
  background-image: url(../images/common/menu_close.svg);
  box-shadow: 0 50vh 0 100vw #fff;
}
@media only screen and (max-width: 1023px) {
  .header .gnav__menu input + .menu + .contentsnav {
    display: none;
    opacity: 0;
  }
  .header .gnav__menu input:checked + .menu + .contentsnav {
    display: block;
    opacity: 1;
  }
  .header .gnav__menu input:checked + .menu .txt {
    display: none;
  }
  .header .gnav__menu .nav_block {
    margin-top: 24px;
  }
}
.header .headermenu {
  position: absolute;
  top: 0;
  right: 50px;
  display: flex;
  transition: 0.25s 0s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .header .headermenu {
    display: none;
  }
}
.header .headermenu li {
  position: relative;
}
.header .headermenu li a {
  position: relative;
  display: block;
  padding: 22px 20px;
  font-size: 1.3rem;
  color: #222;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .header .headermenu li a {
    padding: 18px 20px;
  }
}
.header .headermenu li a:hover {
  color: #646464;
}
.header .headermenu li a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  content: "";
}
.header .headermenu li:not(:first-of-type) {
  margin-left: 20px;
}
.header .headermenu li:not(:first-of-type)::before {
  position: absolute;
  top: 50%;
  left: -6px;
  height: 20px;
  content: "";
  border-left: 1px solid #e5e5e5;
  transform: translateY(-50%);
}
@media only screen and (min-width: 800px) {
  .header .headermenu li {
    white-space: nowrap;
  }
}
.header .spnav {
  display: flex;
}
.header .spnav li {
  width: 50%;
  text-align: center;
}
.header .spnav li a {
  display: block;
  padding: 12px 0;
  font-size: 1.3rem;
  line-height: 1;
  color: #222;
  text-decoration: none;
}
.cancer .header .headermenu li.navitem_cancer a,
.care .header .headermenu li.navitem_care a,
.healthcare .header .headermenu li.navitem_healthcare a {
  font-weight: 700;
}
.cancer .header .headermenu li.navitem_cancer a::after,
.care .header .headermenu li.navitem_care a::after,
.healthcare .header .headermenu li.navitem_healthcare a::after {
  border-bottom: 3px solid #cc7b9f;
}
.cancer .header .spnav li.navitem_cancer a,
.care .header .spnav li.navitem_care a,
.healthcare .header .spnav li.navitem_healthcare a {
  font-weight: 700;
  border-bottom: 4px solid #cc7b9f;
}
/* footer style */
.footer {
  position: relative;
  margin-top: 40px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 1024px) {
  .footer {
    margin-top: 116px;
  }
}
.footer .inner {
  max-width: 1040px;
  padding: 40px 0;
  margin: 0 auto;
  line-height: 1.8;
}
.footer__head {
  padding: 0 7%;
  color: #4e5b73;
  background-color: #edeff1;
}
@media only screen and (min-width: 800px) {
  .footer__head {
    padding: 0 2%;
  }
}
.footer__btm {
  padding: 0 7% 80px;
  color: #fff;
  background-color: #4e5b73;
}
@media only screen and (min-width: 800px) {
  .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;
  line-height: 1.3;
}
@media only screen and (min-width: 744px) {
  .footer .info dt {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 744px) {
  .footer .info .logo img {
    width: 336px;
  }
}
.footer .info dd {
  margin-top: 1em;
  font-size: 1.3rem;
}
@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 em {
  font-size: 7.4666666667vw;
  font-weight: normal;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 744px) {
  .footer .info dd em {
    font-size: 3.6rem;
  }
}
.footer .text {
  margin-top: 1.5em;
}
.footer .text hr {
  margin: 2em 0;
}
@media only screen and (min-width: 1024px) {
  .footer .address {
    display: flex;
    justify-content: flex-start;
  }
  .footer .address > dl:not(:first-of-type) {
    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;
}
/* modal style */
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 50;
  display: none;
  width: 90%;
  overflow: hidden;
  outline: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  transform: translate(-50%, -50%);
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}
.modal.show {
  opacity: 1;
}
@media only screen and (min-width: 744px) {
  .modal {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .modal::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (min-width: 744px) {
  .modal.is-pdf {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .modal.is-pdf::-webkit-scrollbar {
    display: none;
  }
}
.modal.is-pdf .modal-dialog .modal-content {
  height: 86svh;
  padding: 12px 12px 80px;
}
@media only screen and (min-width: 1024px) {
  .modal.is-pdf .modal-dialog .modal-content {
    height: 90vh;
    padding: 54px 72px 126px;
  }
}
.modal.is-pdf .modal-dialog .modal-content div {
  height: 100%;
  overflow-y: auto;
}
.modal.is-pdf .modal-dialog .modal-content img {
  width: 100%;
}
.modal.is-pdf .modal-dialog .modal-footer {
  position: absolute;
  bottom: 16px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1024px) {
  .modal.is-pdf .modal-dialog .modal-footer {
    bottom: 54px;
  }
}
.modal-dialog {
  position: relative;
  max-width: 910px;
}
@media only screen and (min-width: 800px) {
  .modal-dialog {
    margin: 40px auto;
  }
}
.modal-dialog .modal-content {
  position: relative;
  padding: 20px 16px;
  margin: 0;
  background-color: #f8f8f8;
  background-clip: padding-box;
  border-radius: 8px;
}
.modal-dialog .modal-content.is-modal {
  background-color: #fff;
}
.modal-dialog .modal-content.is-modal .simulator__inner {
  padding: 0 0 20px;
}
@media only screen and (min-width: 800px) {
  .modal-dialog .modal-content {
    width: auto;
    padding: 64px;
  }
}
.modal-dialog .modal-content__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #cc7b9f;
  text-align: center;
}
.modal-dialog .close-txt {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: inherit;
}
.modal-dialog .close-txt span {
  display: inline-block;
  padding: 10px 62px;
  font-size: 3.4666666667vw;
  font-weight: 700;
  color: #4e5b73;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #4e5b73;
  border-radius: 8px;
}
@media only screen and (min-width: 800px) {
  .modal-dialog .close-txt span {
    font-size: 1.6rem;
  }
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.5019607843);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.modal-backdrop.show {
  opacity: 1;
}
.is-campaign {
  display: none;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .is-campaign {
    margin-bottom: 110px;
  }
}
.is-campaign img {
  width: 100%;
}
.mv {
  padding-top: 136%;
  background-image: url(../images/cancer/mv_sp.jpg.webp);
}
@media only screen and (min-width: 744px) {
  .mv {
    padding-top: 78vh;
  }
}
@media only screen and (min-width: 1024px) {
  .mv {
    height: 484px;
    padding-top: 0;
    background-image: url(../images/cancer/mv_pc.jpg.webp);
  }
}
.intro table.common th,
.intro table.common td {
  padding: 12px 5px;
}
@media only screen and (min-width: 1024px) {
  .intro table.common {
    width: 300px;
  }
}
.intro table.common thead th {
  width: 50%;
}
.intro table.common thead th:first-of-type {
  background-color: #838c9d;
}
.intro table.common tbody th {
  font-weight: normal;
  color: #222;
  letter-spacing: -0.05em;
  white-space: inherit;
}
.intro table.common tbody td {
  font-weight: 700;
  color: #4e5b73;
}
table.common thead th {
  width: 50%;
}
table.price thead tr:first-child th {
  color: #fff;
  background-color: #4e5b73;
}
@media only screen and (min-width: 1024px) {
  table.price tbody th {
    width: 155px;
  }
}
.newpremium .subtitle {
  border-color: #b58637;
}
.newpremium em {
  color: #b58637;
}
.newpremium .headingbox {
  position: relative;
}
.newpremium .headingbox .titleimage {
  position: relative;
  height: 0;
  padding-top: 58%;
  background: url(/assets/images/cancer/bg_newpremium_sp.jpg) no-repeat 0 0/cover;
}
@media only screen and (min-width: 1024px) {
  .newpremium .headingbox .titleimage {
    height: 254px;
    padding: 0;
    background-image: url(/assets/images/cancer/bg_newpremium_pc.jpg);
  }
}
.newpremium .headingbox .titleimage img {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 25%;
  max-width: 168px;
  transform: translate(50%, -50%);
}
@media only screen and (min-width: 744px) {
  .newpremium .headingbox .titleimage img {
    left: 20%;
    max-width: 357px;
  }
}
.newpremium .point {
  margin-top: 40px;
}
.newpremium .compare_section {
  margin-top: 40px;
}
@media only screen and (max-width: 500px) {
  .newpremium .compare_section .inner__title {
    font-size: 5.0666666667vw;
  }
}
.newpremium .featurebox {
  margin: 18px 0;
  border: 1px solid #4e5b73;
  border-radius: 8px;
}
.newpremium .featurebox__title {
  padding: 8px 0;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #4e5b73;
}
.newpremium .featurebox__cont {
  padding: 20px 10px;
}
@media only screen and (min-width: 1024px) {
  .newpremium .featurebox__cont {
    padding: 30px;
  }
}
.newpremium .featurebox__cont dt {
  font-size: 5.8666666667vw;
  text-align: center;
}
@media only screen and (min-width: 744px) {
  .newpremium .featurebox__cont dt {
    font-size: 5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .newpremium .featurebox__cont dt {
    font-size: 2.6rem;
  }
}
.newpremium .featurebox__cont dt span {
  display: block;
  font-size: 1.6rem;
}
.newpremium .featurebox__cont dd img {
  width: 100%;
  margin: 40px 0 20px;
}
.newpremium .featurebox__cont dd .text {
  text-align: center;
}
.newpremium .featurebox__cont dd .text .notice {
  font-size: 5.8666666667vw;
}
@media only screen and (min-width: 744px) {
  .newpremium .featurebox__cont dd .text .notice {
    font-size: 5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .newpremium .featurebox__cont dd .text .notice {
    font-size: 2.6rem;
  }
}
.newpremium .plancompare {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}
@media only screen and (min-width: 1024px) {
  .newpremium .plancompare {
    margin-top: 40px;
  }
}
.newpremium .plancompare__item {
  width: 33.3333333333%;
  border-style: solid;
  border-width: 1px;
}
.newpremium .plancompare__item dt {
  position: relative;
  padding: 12px 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 744px) {
  .newpremium .plancompare__item dt {
    font-size: 1.6rem;
  }
}
.newpremium .plancompare__item dt .popularityicon {
  position: absolute;
  top: -36%;
  right: 0;
  left: 0;
  font-size: 1.5rem;
  color: #875500;
}
.newpremium .plancompare__item dd {
  padding: 2px 6px;
  margin: 0;
  font-size: 3.2vw;
  line-height: 1.3;
  color: #666;
  text-align: center;
}
@media only screen and (min-width: 744px) {
  .newpremium .plancompare__item dd {
    padding: 4px 16px;
    font-size: 1.5rem;
  }
}
.newpremium .plancompare__item dd ul {
  margin: 0;
}
.newpremium .plancompare__item dd li {
  padding: 12px 0;
}
.newpremium .plancompare__item dd li + li {
  border-top: 1px solid #c9c9c9;
}
.newpremium .plancompare__item dd li span {
  display: block;
}
.newpremium .plancompare__item dd em {
  display: block;
  margin-top: 4px;
  font-size: 3.4666666667vw;
  font-weight: normal;
  line-height: 1.3;
}
@media only screen and (min-width: 744px) {
  .newpremium .plancompare__item dd em {
    font-size: 1.8rem;
  }
}
.newpremium .plancompare__item dd em.price {
  font-weight: 700;
}
.newpremium .plancompare__item dd span {
  margin-top: 4px;
  font-size: 3.4666666667vw;
  color: #4e5b73;
}
@media only screen and (min-width: 744px) {
  .newpremium .plancompare__item dd span {
    font-size: 1.8rem;
  }
}
.newpremium .plancompare__item:first-of-type {
  overflow: hidden;
  border-color: #838c9d;
  border-radius: 8px 0 0 8px;
}
.newpremium .plancompare__item:first-of-type dt {
  background-color: #838c9d;
}
.newpremium .plancompare__item:first-of-type dd .price {
  color: #4e5b73;
}
.newpremium .plancompare__item:nth-of-type(2) {
  border-color: #4e5b73;
}
.newpremium .plancompare__item:nth-of-type(2) dt {
  background-color: #4e5b73;
}
.newpremium .plancompare__item:nth-of-type(2) dd .price {
  color: #4e5b73;
}
.newpremium .plancompare__item:nth-of-type(3) {
  border-color: #875500;
  border-radius: 0 8px 8px 0;
}
.newpremium .plancompare__item:nth-of-type(3) dt {
  padding: 16px 0 12px;
  margin: -35px -1px 0;
  font-size: 1.6rem;
  color: #875500;
  background-color: #ffe38c;
  border: 1px solid #875500;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media only screen and (min-width: 744px) {
  .newpremium .plancompare__item:nth-of-type(3) dt {
    padding: 20px 0;
    margin: -24px -1px 0;
    font-size: 2rem;
  }
}
.newpremium .plancompare__item:nth-of-type(3) dd {
  background-color: #fff7df;
  border-bottom-right-radius: 8px;
}
.newpremium .plancompare__item:nth-of-type(3) dd .price {
  color: #875500;
}
.newpremium .plancompare__item ul li:nth-of-type(5) {
  display: flex;
  flex-direction: column;
  height: 180px;
}
@media only screen and (min-width: 1024px) {
  .newpremium .plancompare__item ul li:nth-of-type(5) {
    height: 160px;
  }
}
.newpremium .plancompare__item ul li:nth-of-type(5) span {
  display: flex;
  flex: 1;
  align-items: anchor-center;
  justify-content: center;
}
.newpremium .plancompare__item .note {
  font-size: 1.1rem;
}
@media only screen and (min-width: 744px) {
  .newpremium .plancompare__item .note {
    font-size: 1.2rem;
  }
}
.scrollArea table {
  width: 100%;
}