@charset "UTF-8";
@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,
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%;
}
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;
  font-weight: 500;
  line-height: 1.6;
  color: #382f2c;
  letter-spacing: 0;
  background-color: #f5f5f5;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #fc822b;
  text-decoration: underline;
  transition: opacity 0.2s;
}
sub {
  font-size: small;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
strong,
em {
  font-weight: 700;
}
.marker {
  background: linear-gradient(transparent 60%, rgba(255, 236, 87, 0.4) 0%);
}
picture,
figure {
  display: block;
}
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;
  }
}
picture.img,
figure.img {
  margin: 1em 0;
}
picture.img img,
figure.img img {
  width: 100%;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
.num {
  font-family: Helvetica, sans-serif;
  letter-spacing: -0.02em;
}
.small {
  font-size: small;
}
.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 {
  position: relative;
  margin-top: 97px;
}
@media only screen and (min-width: 1024px) {
  .mv {
    margin-top: 57px;
  }
}
.mv__inner {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .mv__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1040px;
    height: 332px;
    padding: 0;
    margin: 0 auto;
  }
}
.mv__inner::after {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media only screen and (min-width: 1024px) {
  .mv__inner::after {
    top: 0;
    left: 314px;
    width: 1040px;
  }
}
.mv__head {
  position: relative;
  z-index: 2;
  padding: 8px 12px;
}
@media only screen and (min-width: 1024px) {
  .mv__head {
    padding: 0;
  }
}
.mv__head .title figure img {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .mv__head .title figure img {
    width: auto;
  }
}
.mv__head .lead {
  margin-top: 8px;
  font-size: 3.6vw;
  line-height: 1.4375;
}
@media only screen and (min-width: 1024px) {
  .mv__head .lead {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
.mv .feature {
  position: relative;
  z-index: 2;
  display: flex;
  row-gap: 8px;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: stretch;
  justify-content: space-between;
  padding: 8px 12px;
  margin-top: 90px;
}
@media only screen and (min-width: 742px) {
  .mv .feature {
    justify-content: center;
    padding-top: 220px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 800px) {
  .mv .feature {
    -moz-column-gap: 8px;
         column-gap: 8px;
    justify-content: flex-start;
    width: auto;
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .mv .feature {
    padding: 0;
  }
}
.mv .feature li {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  padding: 16px;
  font-size: 1.3rem;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  background: #fffff4;
  border-radius: 8px;
}
@media only screen and (min-width: 742px) {
  .mv .feature li {
    font-size: 1.1rem;
    font-size: 2.9333333333vw;
  }
}
@media only screen and (min-width: 800px) {
  .mv .feature li {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .mv .feature li {
    flex: none;
  }
}
.mv .feature li div {
  width: 100%;
}
.mv .feature li em {
  display: block;
  font-size: 1.2rem;
  font-size: 3.2vw;
  line-height: 1.2;
  color: #fc822b;
}
@media only screen and (min-width: 800px) {
  .mv .feature li em {
    font-size: 1.6rem;
  }
}
.mv .feature li strong {
  display: block;
  font-size: 1.8rem;
  font-size: 4.8vw;
  color: #fc822b;
  line-height: 1.25;
}
@media only screen and (min-width: 742px) {
  .mv .feature li strong {
    font-size: 1.4rem;
    font-size: 3.7333333333vw;
  }
}
@media only screen and (min-width: 800px) {
  .mv .feature li strong {
    font-size: 2rem;
  }
}
.mv .note {
  padding: 8px 12px 24px;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1;
}
@media only screen and (min-width: 1024px) {
  .mv .note {
    padding: 0;
  }
}
.wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .wrapper {
    flex-direction: row;
    justify-content: space-evenly;
    max-width: 1040px;
    margin: 40px auto 0;
  }
}
@media only screen and (min-width: 1025px) {
  .wrapper {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 800px) {
  .contents {
    max-width: 760px;
  }
}
@media only screen and (min-width: 1024px) {
  .block {
    padding: 0;
  }
}
@media only screen and (min-width: 742px) {
  .block:not(:first-of-type) {
    margin-top: 40px;
  }
}
.block__title {
  padding: 5%;
  font-size: 2.4rem;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #fac301 0%, #f78213 116.45%);
  border-radius: 20px 20px 0 0;
}
@media only screen and (min-width: 742px) {
  .block__title {
    padding: 18px 40px;
    font-size: 2.4rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .block__title {
    text-align: left;
  }
}
.block__title + .inner {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.block .inner {
  padding: 30px;
  font-size: 1.6rem;
  font-size: 4.2666666667vw;
  background-color: #fff;
}
@media only screen and (min-width: 742px) {
  .block .inner {
    padding: 30px 40px;
    font-size: 1.6rem;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
.block .inner__title {
  font-size: 5.9vw;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 742px) {
  .block .inner__title {
    font-size: 2.2rem;
    text-align: left;
  }
}
.block .inner__title strong {
  color: #fc822b;
}
.block .inner__title:nth-of-type(n + 2) {
  margin-top: 2em;
}
.block .inner hr {
  margin: 16px auto;
  border: 1px dashed #f5f5f5;
}
.block.movie {
  padding: 0 12px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 742px) {
  .block.movie {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .block.movie {
    padding: 0;
  }
}
.block.movie .inner {
  padding: 22px;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
}
@media only screen and (min-width: 1024px) {
  .block.movie .inner {
    padding: 30px 40px;
  }
}
.block.movie .youtube {
  display: block;
  max-width: calc(100vw - 72px);
  height: unset;
  aspect-ratio: 560/315;
  margin: 0 auto;
}
.block.movie .youtube + p {
  margin-top: 24px;
  text-align: center;
}
.block.movie .youtube + p a {
  color: #25b3cc;
}
.block.intro {
  margin: 4%;
}
@media only screen and (min-width: 800px) {
  .block.intro {
    margin: 0;
  }
}
.block.intro .inner {
  border: 1px solid #d4d4d4;
  border-radius: 8px;
}
.block.intro .inner .intro-title {
  margin-bottom: 6vw;
  font-size: 2.8rem;
  font-size: 7.4666666667vw;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 742px) {
  .block.intro .inner .intro-title {
    margin-bottom: 40px;
    font-size: 3.2rem;
  }
}
.block.intro .inner .intro-title strong {
  color: #fc822b;
}
.block.intro .introbox {
  margin: 16px 0;
}
@media only screen and (min-width: 1024px) {
  .block.intro .introbox {
    width: 75%;
  }
}
.block.intro .introbox .title {
  padding: 10px 0;
  text-align: center;
  background-color: #f5f5f5;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media only screen and (max-width: 500px) {
  .block.intro .introbox .title {
    font-size: 3.7vw;
  }
}
.block.intro .introbox .item {
  padding: 5% 3%;
  border: 1px solid #e7e7e7;
  border-top: 0 none;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.block.intro p + picture {
  margin-top: 20px;
}
.block.intro .fit img {
  width: 100%;
  height: auto;
}
.block .subtitle {
  padding-left: 12px;
  font-size: 1.9rem;
  font-weight: 700;
  color: #fc822b;
  border-left: 5px solid #fc822b;
}
@media only screen and (max-width: 500px) {
  .block .subtitle {
    font-size: 4.2vw;
  }
}
.block .subtitle:not(:first-of-type) {
  margin-top: 40px;
}
.block .subtitle .note {
  font-weight: normal;
  color: #382f2c;
}
.block p + .subtitle,
.block .subtitle + p {
  margin-top: 1em;
}
.block + .btnArea {
  margin-top: 24px;
}
.block .img_row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .block .img_row {
    flex-direction: row-reverse;
    align-items: center;
  }
}
.block .img_row img {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .block .img_row picture {
    max-width: 378px;
  }
}
.block .img_row figure {
  max-width: 50%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .block .img_row figure {
    max-width: 246px;
    margin: 0;
  }
}
table {
  width: 100%;
  margin: 1em 0;
}
table caption {
  padding: 12px;
  font-weight: 700;
}
table th,
table td {
  padding: 12px 6px;
  font-size: 1.3rem;
  font-size: 3.4666666667vw;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (min-width: 742px) {
  table th,
  table td {
    padding: 12px;
    font-size: 1.4rem;
  }
}
table.double th,
table.double td {
  padding: 8px 4px;
  font-size: 2.2vw;
}
@media only screen and (min-width: 742px) {
  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 {
    width: 75%;
  }
}
table.price caption {
  color: #fff;
  background-color: #29556e;
  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: 742px) {
  table.price.double th,
  table.price.double td {
    border: 2px solid #fff;
  }
}
table.price th,
table.price td {
  background-color: #fdf4e7;
  border: 2px solid #fff;
}
table.price th.norm,
table.price td.norm {
  font-weight: normal;
}
@media only screen and (min-width: 1024px) {
  table.price th,
  table.price td {
    white-space: nowrap;
  }
}
table.price th {
  color: #fc822b;
}
@media only screen and (min-width: 1024px) {
  table.price tbody th {
    width: 155px;
  }
}
table.price .tableicon {
  position: relative;
}
table.price .tableicon::before {
  position: absolute;
  top: -8vw;
  right: -16%;
  z-index: 2;
  width: 12vw;
  height: 12vw;
  content: "";
}
@media only screen and (min-width: 742px) {
  table.price .tableicon::before {
    top: -38px;
    right: -28px;
    width: 60px;
    height: 60px;
  }
}
table.price .tableicon.osusume::before {
  background: url(/assets/images/common/icon_osusume.svg) no-repeat 0/contain;
}
table.price .tableicon.new::before {
  background: url(/assets/images/common/icon_new.svg) no-repeat 0/contain;
}
table.common {
  border-collapse: separate;
  border-radius: 5px;
}
@media only screen and (min-width: 1024px) {
  table.common {
    width: 75%;
  }
}
table.common thead th {
  color: #fff;
  white-space: nowrap;
}
table.common thead th:first-of-type {
  background-color: #557689;
  border-radius: 5px 0 0;
}
table.common thead th:not(:first-of-type) {
  background-color: #29556e;
}
table.common thead th:last-of-type {
  border-radius: 0 5px 0 0;
}
table.common tbody th {
  background-color: #fdf4e7;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
@media only screen and (min-width: 1024px) {
  table.common tbody th {
    width: 250px;
  }
}
table.common tbody td {
  color: #fc822b;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
table.common tbody td p {
  font-weight: normal;
  color: #382f2c;
}
table.common tbody tr > *:last-child {
  border-right: 1px solid #e5e5e5;
}
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.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;
}
@media only screen and (min-width: 1024px) {
  table.common.care tbody th {
    width: 120px;
  }
}
table.common.care.faq th:first-of-type {
  width: unset;
  white-space: nowrap;
}
table.common.care.faq td {
  min-width: 5em;
}
table.common.care.faq td p {
  text-align: left;
}
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;
}
.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;
}
.note dl {
  display: flex;
}
.note dl dt {
  white-space: nowrap;
}
.action-between-section {
  margin: 32px 16px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .action-between-section {
    margin: 32px auto 48px;
  }
}
.action-between-section span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #25b3cc;
}
.action-between-section a em {
  font-size: 2.4rem;
}
.action-between-section a.btn.form, .action-between-section a.btn.entry {
  width: calc(100% - 16px);
  padding: 8px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .action-between-section a.btn.form, .action-between-section a.btn.entry {
    width: 50%;
    padding: 8px 0;
  }
}
.compare .inner {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.compare_section .inner__title {
  color: #fc822b;
  text-align: center;
}
.compare_section .plan {
  margin-top: 40px;
  border: 1px solid #e5e5e5;
}
@media only screen and (min-width: 742px) {
  .compare_section .plan {
    margin-top: 40px;
  }
}
.compare_section .plan th,
.compare_section .plan td {
  padding: 10px 4px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  font-size: 1.1rem;
  font-size: 2.9333333333vw;
}
@media only screen and (min-width: 1024px) {
  .compare_section .plan th,
  .compare_section .plan td {
    padding: 24px 0;
    font-size: 1.4rem;
  }
}
.compare_section .plan thead th {
  position: relative;
  font-size: 1.5rem;
  font-size: 4vw;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
  .compare_section .plan thead th {
    font-size: 1.8rem;
  }
}
.compare_section .plan thead th .popularityicon {
  position: absolute;
  top: -25%;
  right: 0;
  left: 0;
}
.compare_section .plan thead th .popularityicon span {
  position: relative;
  display: block;
  width: 6em;
  padding: 6px;
  margin: 0 auto;
  line-height: 1;
  color: #fa6d1d;
  background-color: #fff7bc;
  border: 1px solid #fa6d1d;
  border-radius: 4px;
  font-size: 1.3rem;
  font-size: 3.4666666667vw;
}
@media only screen and (min-width: 742px) {
  .compare_section .plan thead th .popularityicon span {
    width: 90px;
    padding: 6px 8px;
    font-size: 1.5rem;
  }
}
.compare_section .plan thead th .popularityicon span::before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid #fff7bc;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  right: 0;
  bottom: -8px;
  left: 0;
  margin: 0 auto;
}
.compare_section .plan tbody th {
  font-weight: normal;
}
.compare_section .plan tbody td {
  font-weight: normal;
}
.compare_section .plan tbody td em {
  display: block;
  line-height: 1.3;
  color: #333;
  font-size: 1.2rem;
  font-size: 3.2vw;
}
@media only screen and (min-width: 742px) {
  .compare_section .plan tbody td em {
    font-size: 1.8rem;
  }
}
.compare_section .plan tbody td em small {
  display: block;
  font-size: 1.2rem;
  font-size: 3.2vw;
}
@media only screen and (min-width: 742px) {
  .compare_section .plan tbody td em small {
    font-size: 1.6rem;
  }
}
.compare_section .plan tbody td em.price {
  font-weight: 700;
  color: #ff9123;
}
.compare_section .plan tbody td .note {
  display: inline-block;
  margin-top: 0.3em;
  font-size: 0.9rem;
  font-size: 2.4vw;
  line-height: 1.3;
}
@media only screen and (min-width: 1024px) {
  .compare_section .plan tbody td .note {
    font-size: 1.3rem;
  }
}
a.btn {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 5px 3% 5px 1%;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
}
@media only screen and (min-width: 800px) {
  a.btn {
    padding: 12px 3% 12px 1%;
  }
}
a.btn::after {
  position: absolute;
  top: 50%;
  right: 4.5%;
  line-height: 1;
  transform: translateY(-50%);
}
a.btn.form {
  color: #25b3cc;
  background-color: #f0fafc;
  border: 1px solid #25b3cc;
  box-shadow: 0 4px 0 #25b3cc;
}
a.btn.form::after {
  content: url(/assets/images/common/arrow_blue.svg);
}
@media only screen and (max-width: 500px) {
  a.btn.form {
    font-size: 4.8vw;
  }
}
a.btn.entry {
  color: #fff;
  background-color: #25b3cc;
  border: 1px solid #25b3cc;
  box-shadow: 0 4px 0 #218698;
}
a.btn.entry::after {
  content: url(/assets/images/common/arrow_white.svg);
}
@media only screen and (max-width: 500px) {
  a.btn.entry {
    font-size: 4.8vw;
  }
}
.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 ~ .cont .coveragebox {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 24px;
  margin: 24px 0 40px;
  text-align: center;
  background-color: #fffaf5;
  border-radius: 8px;
}
@media only screen and (min-width: 1024px) {
  details summary ~ .cont .coveragebox {
    flex-direction: row;
    align-items: center;
    max-width: 450px;
    text-align: left;
  }
  details summary ~ .cont .coveragebox .image {
    width: 30%;
  }
  details summary ~ .cont .coveragebox .cont {
    width: 70%;
  }
}
details summary ~ .cont .coveragebox span {
  display: block;
}
details summary ~ .cont .coveragebox strong {
  font-size: 7.4vw;
  color: #fc822b;
}
@media only screen and (min-width: 1024px) {
  details summary ~ .cont .coveragebox strong {
    font-size: 2.8rem;
  }
}
details summary ~ .cont .coveragebox em {
  font-size: 4.6vw;
  color: #fc822b;
}
@media only screen and (min-width: 1024px) {
  details summary ~ .cont .coveragebox em {
    font-size: 1.7rem;
  }
}
details summary ~ .cont .featurebox {
  margin-top: 24px;
}
details summary ~ .cont .featurebox .title {
  padding: 10px 0;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: linear-gradient(270deg, #f78213 0%, #fac301 100%);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
details summary ~ .cont .featurebox .item {
  padding: 5% 3%;
  border: 1px solid #adadad;
  border-top: 0 none;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media only screen and (min-width: 1024px) {
  details summary ~ .cont .featurebox .item {
    padding: 20px 30px;
  }
}
details summary ~ .cont .featurebox .fit img {
  width: 100%;
  height: auto;
}
details summary ~ .cont .annotation {
  padding: 32px 24px;
  margin-top: 24px;
  font-size: 3.2vw;
  color: #382f2c;
  background: #f3f3f3;
  border-radius: 8px;
}
@media only screen and (min-width: 1024px) {
  details summary ~ .cont .annotation {
    font-size: 1.6rem;
  }
}
details summary ~ .cont .annotation dt {
  margin-top: 16px;
}
details summary ~ .cont .annotation dt:first-child {
  margin-top: 0;
}
details summary ~ .cont .annotation ul {
  margin-top: 0;
}
details summary ~ .cont .annotation li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
details summary ~ .cont .annotation.detail .title {
  margin-bottom: 0.5em;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  details summary ~ .cont .annotation.detail .title {
    font-size: 1.8rem;
  }
}
details summary.subtitle.bg {
  padding: 5% 17% 5% 5%;
  margin-bottom: 1em;
  line-height: 1.4;
  background-color: #f3f3f3;
}
@media only screen and (min-width: 742px) {
  details summary.subtitle.bg {
    padding: 3% 2% 3% 16px;
  }
}
details summary.subtitle::after {
  position: absolute;
  top: 50%;
  right: 2%;
  line-height: 1;
  content: url(/assets/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: 742px) {
  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(/assets/images/common/icon_question.svg);
  transform: translateY(-50%);
}
details summary.is-detail {
  margin: 1em 0 0.5em;
  font-size: 1.3rem;
  font-weight: 700;
  list-style-type: marker;
}
details summary.is-detail::-webkit-details-marker {
  display: inline-block;
}
details summary.is-detail span {
  color: #fc822b;
  text-decoration: underline;
}
@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;
  border: 1px solid #fc822b;
  border-radius: 8px;
}
@media only screen and (min-width: 1024px) {
  details summary.is-detail ~ .cont.border {
    font-size: 1.4rem;
  }
}
details summary.is-detail ~ .cont .item {
  position: relative;
  padding-left: 2.5em;
  font-size: 1.4rem;
  font-weight: 700;
  list-style-type: none;
}
details summary.is-detail ~ .cont .item:not(:first-of-type) {
  margin: 1em 0 0;
}
@media only screen and (min-width: 1024px) {
  details summary.is-detail ~ .cont .item {
    padding-left: 6%;
    font-size: 1.6rem;
  }
}
details summary.is-detail ~ .cont .item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
details summary.is-detail ~ .cont .item.cancer::before {
  content: url(/assets/images/common/icon_cancer.svg);
}
details summary.is-detail ~ .cont .item.consult::before {
  content: url(/assets/images/common/icon_consult.svg);
}
details summary.is-detail ~ .cont .item.consult2::before {
  content: url(/assets/images/common/icon_consult2.svg);
}
details summary.is-detail ~ .cont .item.coordinate::before {
  content: url(/assets/images/common/icon_coordinate.svg);
}
details summary.is-detail ~ .cont .item.hospital::before {
  content: url(/assets/images/common/icon_hospital.svg);
}
details summary.is-detail ~ .cont .item.phone::before {
  content: url(/assets/images/common/icon_phone.svg);
}
details summary.is-detail ~ .cont .item.phoneconsult::before {
  content: url(/assets/images/common/icon_phoneconsult.svg);
}
details summary.is-detail ~ .cont .item.services::before {
  top: -14%;
  content: url(/assets/images/common/icon_services.svg);
}
details summary.is-detail ~ .cont .item.brain_functions::before {
  content: url(/assets/images/common/icon_brain_functions.svg);
}
details summary.is-detail ~ .cont .item.brain_health::before {
  content: url(/assets/images/common/icon_brain_health.svg);
}
details summary.is-detail ~ .cont .item.society::before {
  content: url(/assets/images/common/icon_society.svg);
}
details summary.is-detail ~ .cont .item_child {
  padding-left: 2.5em;
  margin-top: 0.5em;
}
details summary.is-detail ~ .cont .item_child li:not(:first-of-type) {
  margin-top: 0.8em;
}
details summary.is-detail ~ .cont .document {
  margin-top: 1.5em;
  font-size: 1.4rem;
}
details summary.is-more {
  margin: 1em 0 0.5em;
  font-size: 1.3rem;
  font-weight: 700;
  list-style-type: marker;
}
details summary.is-more::-webkit-details-marker {
  display: inline-block;
}
details summary.is-more span {
  color: #fc822b;
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  details summary.is-more {
    font-size: 1.4rem;
  }
}
details[open] summary.subtitle::after {
  content: url(/assets/images/common/icon_minus.svg);
}
details[disabled] summary.subtitle::after {
  content: "";
}
details[disabled] summary {
  pointer-events: none;
  cursor: auto;
}
details > summary.is-detail:first-of-type,
details > summary.is-more:first-of-type {
  list-style: inside disclosure-closed;
}
details[open] > summary.is-detail:first-of-type,
details[open] > summary.is-more:first-of-type {
  list-style-type: disclosure-open;
}
.floatbox {
  position: fixed;
  bottom: -6vw;
  z-index: 9;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
@media only screen and (max-width: 500px) {
  .floatbox {
    bottom: -14vw;
  }
}
@media only screen and (min-width: 800px) {
  .floatbox {
    bottom: 30px;
  }
}
.floatbox .btnArea {
  margin: 24px 7% 64px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 800px) {
  .floatbox .btnArea {
    max-width: 540px;
    margin: 0 auto;
  }
}
/* 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: 0;
  }
}
.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: #f5f5f5 url(/assets/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: 5vw;
  transition: 0.25s 0s ease-in-out;
  animation-name: fadeBlock;
  animation-duration: 0.5s;
}
.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: 4% 5%;
  line-height: 1;
  text-decoration: none;
}
@media only screen and (max-width: 500px) {
  .header .gnav__menu .contentsnav .list > li a {
    padding: 5vh 7vw;
  }
}
@media only screen and (min-width: 800px) {
  .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(/assets/images/common/arrow_icon.svg);
  transform: translateY(-50%);
}
.header .gnav__menu .contentsnav .btnArea {
  padding: 8% 5%;
  background: #fbfaf8;
}
.header .gnav__menu .contentsnav .banner {
  padding-bottom: 20vh;
  background: #fbfaf8;
}
.header .gnav__menu .contentsnav .banner li {
  font-size: 3.4vw;
  background-color: #fdf4e7;
}
@media only screen and (max-width: 500px) {
  .header .gnav__menu .contentsnav .banner li {
    font-size: 4.8vw;
  }
}
.header .gnav__menu .contentsnav .banner li a::after {
  content: url(/assets/images/common/arrow_orange.svg);
}
.header .gnav__menu .contentsnav .banner span {
  display: block;
  font-size: 2.4vw;
}
@media only screen and (max-width: 500px) {
  .header .gnav__menu .contentsnav .banner span {
    margin-right: 16px;
    font-size: 3.4vw;
  }
}
.header .gnav__menu input {
  display: none;
}
.header .gnav__menu input:checked + .menu {
  background-image: url(/assets/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: 0;
  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.2rem;
  color: #382f2c;
  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 {
  transition: all 0.2s ease;
}
.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 11px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  color: #382f2c;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.75;
}
.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 #fc822b;
}
.cancer .header .spnav li.navitem_cancer a,
.care .header .spnav li.navitem_care a,
.healthcare .header .spnav li.navitem_healthcare a {
  border-bottom: 4px solid #fc822b;
}
/* footer style */
.footer {
  position: relative;
  margin-top: 50px;
  font-size: 1.2rem;
}
.footer .inner {
  max-width: 1040px;
  padding: 40px 0;
  margin: 0 auto;
  line-height: 1.8;
}
.footer__head {
  padding: 0 7%;
  background-color: #fdf4e7;
}
@media only screen and (min-width: 800px) {
  .footer__head {
    padding: 0 2%;
  }
}
.footer__btm {
  padding: 0 7% 80px;
  color: #fff;
  background-color: #382f2c;
}
@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: 5vw;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (min-width: 800px) {
  .footer .info dt {
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 800px) {
  .footer .info .logo img {
    width: 336px;
  }
}
.footer .info dd {
  margin-top: 1em;
  font-size: 3.5vw;
  color: #fc822b;
}
@media only screen and (min-width: 800px) {
  .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.4vw;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 800px) {
  .footer .info dd strong {
    font-size: 4.2rem;
  }
}
.footer .text {
  margin-top: 1.5em;
}
.footer .text p + p {
  margin-top: 1.5em;
}
.footer .text .note {
  margin: 1em 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;
}
.pagetop {
  position: absolute;
  top: -4%;
  right: 10%;
}
.pagetop .arrow {
  position: absolute;
  width: 92px;
  height: 92px;
  background-color: #fff;
  border: 2px solid #fc822b;
  border-radius: 20px;
  box-shadow: 0 3px 0 #fc822b;
}
.pagetop .arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
.pagetop .arrow span::before {
  display: block;
  width: 18px;
  height: 12px;
  margin: 0 auto 5px;
  line-height: 1;
  content: "";
  background: url(/assets/images/common/icon_pagetop.svg) no-repeat 0 0;
}
/* menu style */
aside {
  display: none;
  width: 220px;
}
@media only screen and (min-width: 1024px) {
  aside {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  aside {
    width: 240px;
  }
}
aside .stickyWrap {
  position: sticky;
  top: 77px;
}
aside .pagenav li:not(:first-of-type) {
  margin-top: 26px;
}
aside .pagenav li a {
  position: relative;
  display: block;
  padding: 5% 4% 4%;
  background: linear-gradient(142.9deg, #fff 21.6%, #f6f6f6 81.32%);
  border-radius: 7px;
}
aside .pagenav li a img {
  width: 100%;
}
aside .pagenav li a.cancer {
  border: 2px solid #3b85dd;
}
aside .pagenav li a.healthcare {
  border: 2px solid #64d875;
}
aside .pagenav li a.care {
  border: 2px solid #96f;
}
aside .banner {
  margin-top: 30px;
}
aside .banner li {
  position: relative;
}
aside .banner a {
  position: relative;
  display: block;
  padding: 6% 14% 6% 6%;
  font-size: 1.6rem;
  text-align: left;
  text-decoration: none;
  background: #fdf4e7;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
aside .banner a::after {
  position: absolute;
  right: 6%;
  content: url(/assets/images/common/arrow_orange.svg);
}
aside .banner .note {
  font-size: 1.1rem;
}
/* modal style */
.modal {
  position: fixed;
  top: 3%;
  left: 50%;
  z-index: 50;
  display: none;
  width: 90%;
  height: 92vh;
  overflow: hidden;
  overflow: scroll;
  outline: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  transform: translateX(-50%);
}
@media only screen and (max-width: 500px) {
  .modal {
    padding-bottom: 60px;
  }
}
.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: 742px) {
  .modal {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .modal::-webkit-scrollbar {
    display: none;
  }
}
.modal-dialog {
  position: relative;
  max-width: 840px;
  margin: 60px auto 0;
}
.modal-dialog .close-btn {
  position: absolute;
  top: -7%;
  right: 0;
  display: inline-block;
  font-size: 4rem;
  color: #fff;
  cursor: pointer;
}
.modal-dialog .close-txt {
  position: relative;
  display: block;
  padding: 4%;
  margin-top: 1em;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fc822b;
  text-align: center;
  cursor: pointer;
  border: 1px solid #fc822b;
  border-radius: 8px;
}
@media only screen and (min-width: 1024px) {
  .modal-dialog .close-txt {
    max-width: 322px;
    padding: 2%;
    margin: 24px auto 0;
  }
}
.modal-content {
  position: relative;
  padding: 40px 16px;
  margin: 0;
  font-size: 1.6rem;
  background: #fff;
  background-clip: padding-box;
  border-radius: 8px;
}
@media only screen and (min-width: 742px) {
  .modal-content {
    width: auto;
    padding: 40px 36px;
  }
}
.modal-content .menu {
  font-size: 1.4rem;
}
.modal-content .menu__title {
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fc822b;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .modal-content .menu__title {
    font-size: 3.2rem;
  }
}
.modal-content .menu__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-top: 1em;
}
.modal-content .menu__list li {
  position: relative;
  padding: 10px;
  font-size: 1.4rem;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
.modal-content .menu__list li em {
  line-height: 1.4;
}
.modal-content .menu__list li a {
  display: block;
  margin-top: 0.5em;
  font-size: 1.2rem;
  color: #999;
  text-decoration: none;
}
.modal-content .menu__list li a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.modal-content .menu__list img {
  width: 100%;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.modal-backdrop.show {
  opacity: 1;
}
.simulator_area {
  max-width: 1040px;
  margin: 20px 12px;
}
@media only screen and (min-width: 800px) {
  .simulator_area {
    margin: 24px auto 0;
  }
}
.simulator_area input[type=submit] {
  border-style: none;
}
.simulator_area input[type=submit]:hover, .simulator_area input[type=submit]:focus {
  outline: none;
}
.simulator_area input[type=submit]::-moz-foucus-inner {
  border: none;
}
.simulator_area select {
  background: none;
  border: none;
}
.simulator_area select:focus {
  outline: none;
  box-shadow: none;
}
.simulator_area select::-ms-expand {
  display: block;
}
.simulator_area .simulator {
  padding: 24px 12px;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
}
@media only screen and (min-width: 1024px) {
  .simulator_area .simulator {
    padding: 24px 90px;
  }
}
.simulator_area .simulator__title {
  padding: 2px 16px;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (min-width: 742px) {
  .simulator_area .simulator__title {
    font-size: 3.7vw;
  }
}
@media only screen and (min-width: 800px) {
  .simulator_area .simulator__title {
    font-size: 1.7rem;
  }
}
.simulator_area .simulator .tabarea {
  margin-top: 24px;
}
@media only screen and (min-width: 1024px) {
  .simulator_area .simulator .tabarea {
    margin-top: 0;
  }
}
.simulator_area .simulator .tabarea ul {
  display: flex;
  -moz-column-gap: 6px;
       column-gap: 6px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .simulator_area .simulator .tabarea ul {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.simulator_area .simulator .tabarea ul li {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .simulator_area .simulator .tabarea ul li {
    font-size: 1.4rem;
  }
}
.simulator_area .simulator .tabarea ul li input {
  display: none;
}
.simulator_area .simulator .tabarea ul li input:checked + label {
  color: #fff;
  background-color: #ff9023;
}
.simulator_area .simulator .tabarea ul li .label-btn {
  display: block;
  padding: 6px 7%;
  font-size: 3.4vw;
  font-weight: 700;
  line-height: 1.2;
  color: #ff9023;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ff9023;
  border-radius: 6px;
}
@media only screen and (min-width: 742px) {
  .simulator_area .simulator .tabarea ul li .label-btn {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .simulator_area .simulator .tabarea ul li .label-btn {
    width: 96px;
    padding: 8px 0;
    white-space: nowrap;
  }
}
.simulator_area .simulator__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .simulator_area .simulator__content {
    flex-direction: row;
    -moz-column-gap: 32px;
         column-gap: 32px;
    align-items: center;
    margin-top: 24px;
  }
}
.simulator_area .simulator__content .resultarea {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: space-between;
  margin: 10px 0 16px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 1024px) {
  .simulator_area .simulator__content .resultarea {
    flex: 1;
    -moz-column-gap: 16px;
         column-gap: 16px;
    margin: 0;
  }
}
.simulator_area .simulator__content .resultarea .selectarea {
  display: flex;
  -moz-column-gap: 6px;
       column-gap: 6px;
  align-items: center;
  width: 36%;
}
.simulator_area .simulator__content .resultarea .selectarea .selectbox {
  flex: 1;
  text-align: center;
}
.simulator_area .simulator__content .resultarea .selectarea .selectbox select {
  width: 100%;
  padding: 10px 12px 10px 0;
  margin-right: 8px;
  font-size: 1.4rem;
  color: #382f2c;
  text-indent: 20%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: url(/assets/images/common/icon_arrow_gray.svg) no-repeat right 8px center/contain;
  background-color: #fff;
  background-size: 10px 8px;
  border: 1px solid #bbb;
  border-radius: 6px;
}
@media only screen and (min-width: 1024px) {
  .simulator_area .simulator__content .resultarea .selectarea .selectbox select {
    padding: 15px 12px 15px 0;
    font-size: 1.6rem;
    text-align: center;
    text-indent: 8%;
  }
}
.simulator_area .simulator__content .resultarea .selectarea .selectbox select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  outline: none;
  box-shadow: none;
}
.simulator_area .simulator__content .resultarea .selectarea span {
  width: 1em;
}
.simulator_area .simulator__content .resultarea .resultbox {
  flex: 1;
  font-weight: 700;
  color: #6c3e13;
}
.simulator_area .simulator__content .resultarea .resultbox .price {
  line-height: 1;
  text-align: right;
  border-bottom: 4px solid #ff9123;
}
.simulator_area .simulator__content .resultarea .resultbox .num {
  margin-right: 6px;
  font-size: 3.2rem;
  color: #f1627c;
}
.simulator_area .simulator__content .resultarea .resultbox small {
  display: block;
  font-size: 1.1rem;
  font-weight: normal;
  color: #666;
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  .simulator_area .simulator__content .btnArea {
    width: 256px;
  }
}
.simulator_area .simulator__content .btnArea a.btn.entry {
  background-color: #ff9023;
  border-color: #ff9023;
  box-shadow: 0 4px 0 #a85d13;
}
.simulator_area .simulator__content .note {
  font-size: 1.1rem;
  text-align: center;
}
.simulator_area .simulator__content .note a {
  display: inline-block;
  padding: 4px 6px;
  margin: 0 2px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background-color: #25b3cc;
  border-radius: 50px;
}
.simulator_area .feature {
  position: absolute;
  top: 23vw;
  bottom: auto;
  width: 84%;
}
@media only screen and (min-width: 742px) {
  .simulator_area .feature {
    top: 17vw;
  }
}
@media only screen and (min-width: 800px) {
  .simulator_area .feature {
    top: auto;
    bottom: 14px;
    left: 7%;
    width: 35%;
  }
}
@media only screen and (min-width: 1024px) {
  .simulator_area .feature {
    left: 90px;
    width: 344px;
  }
}
.simulator_area .feature li {
  height: auto;
  padding: 2%;
}
.simulator_area .feature li strong.num {
  font-family: "Arial Black", sans-serif;
}
.simulator_area .feature li em {
  margin-top: 6px;
}
@media only screen and (min-width: 1024px) {
  .simulator_area .feature li em strong {
    line-height: 1;
  }
}
.mv {
  background-color: #f6e9ff;
}
.mv__inner::after {
  background-image: url(/assets/images/care/mv_bg_top-sp.png);
}
@media only screen and (min-width: 1024px) {
  .mv__inner::after {
    background-image: url(/assets/images/care/mv_bg_top.png);
  }
}
.mv__head .lead strong {
  color: #96f;
}
.simulator_area .simulator__title {
  color: #96f;
}
.coverage .detailsbox table.common tbody th {
  white-space: nowrap;
}
.person .img {
  max-width: 480px;
}
.faq .detailsbox table.common.faq tbody th:not(:first-of-type) {
  width: 30%;
}