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: sans-serif;
  font-size: 1rem;
  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: 96px;
}

@media only screen and (min-width: 1024px) {
  html {
    scroll-padding-top: 64px;
  }
}

body {
  font-family: sans-serif;
  font-weight: 400;
  color: #333;
  background-color: #f9f7eb;
}

a {
  color: #ff9000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
}

sub {
  font-size: small;
}

sup {
  font-size: 70%;
  vertical-align: super;
}

strong,
em {
  font-weight: 700;
}

picture,
figure {
  display: block;
}

picture img,
figure img {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 744px) {
  picture img,
  figure img {
    width: auto;
  }
}

picture.fit img,
figure.fit img {
  width: 100%;
}

picture.mainimg,
figure.mainimg {
  margin-top: 24px;
}

picture.mainimg img,
figure.mainimg img {
  margin: 0 auto;
  text-align: center;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media only screen and (min-width: 744px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

.mv {
  background-color: #ff9000;
}

@media only screen and (min-width: 744px) {
  .mv {
    padding: 0 20px 40px;
  }
}

.mv__title {
  padding: 16px 0;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}

.mv__inner {
  max-width: 1040px;
  height: 560px;
  padding: 32px 20px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

@media only screen and (min-width: 744px) {
  .mv__inner {
    height: 494px;
    padding: 32px 0;
    border-radius: 9px;
  }
}

.mv__heading {
  font-weight: 800;
  color: #6a3906;
  text-align: center;
}

.mv__heading p {
  line-height: 1;
}

.mv__heading .subtext {
  font-size: 5.3333333333vw;
}

@media only screen and (min-width: 744px) {
  .mv__heading .subtext {
    font-size: 3.2rem;
  }
}

.mv__heading .maintext {
  margin-top: 8px;
  line-height: 1.2;
  font-size: 8.5333333333vw;
}

@media only screen and (min-width: 744px) {
  .mv__heading .maintext {
    font-size: 4rem;
  }
}

.mv__itemlist {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 8px;
       column-gap: 8px;
  justify-content: center;
  padding: 0;
  margin-top: 16px;
}

@media only screen and (min-width: 744px) {
  .mv__itemlist {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}

.mv__itemlist .listitem {
  flex: 1;
  padding: 16px 8px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  font-size: 5.3333333333vw;
}

@media only screen and (max-width: 743px) {
  .mv__itemlist .listitem {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 744px) {
  .mv__itemlist .listitem {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .mv__itemlist .listitem {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 744px) {
  .mv__itemlist .listitem {
    flex: none;
    padding: 12px;
  }
}

.mv__itemlist .listitem span {
  display: block;
}

@media only screen and (min-width: 744px) {
  .mv__itemlist .listitem span {
    display: inline-block;
  }
}

@media only screen and (max-width: 743px) {
  .mv__itemlist .listitem span small {
    display: block;
    font-size: 80%;
  }
}

.mv__itemlist .listitem em {
  color: #6a3906;
}

.mv .note_area {
  margin-top: 10px;
  text-align: center;
}

.wrapper {
  margin-top: 96px;
  font-size: 4.2666666667vw;
  line-height: 1.625;
  line-height: 1.75;
}

@media only screen and (min-width: 744px) {
  .wrapper {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 744px) {
  .wrapper {
    margin-top: 64px;
  }
}

.block {
  padding: 80px 0;
  word-break: break-all;
}

.block:nth-of-type(even) {
  background-color: #f4f4f3;
}

.inner {
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .inner {
    padding: 0;
  }
}

.box {
  padding: 20px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
}

@media only screen and (min-width: 744px) {
  .box {
    padding: 40px;
  }
}

.box + .box {
  margin-top: 24px;
}

@media only screen and (min-width: 1024px) {
  .box + .box {
    margin-top: 40px;
  }
}

.box.is-ex {
  background-color: #f4f4f3;
  border: 1px solid #dfe0e0;
}

.col_area {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

@media only screen and (min-width: 744px) {
  .col_area {
    flex-direction: row;
    -moz-column-gap: 24px;
         column-gap: 24px;
    justify-content: space-between;
  }
}

.col_area.spreverse {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 744px) {
  .col_area.spreverse {
    flex-direction: row;
  }
}

.cont {
  margin-top: 10px;
}

.titlearea {
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto 24px;
  text-align: center;
}

@media only screen and (min-width: 744px) {
  .titlearea {
    padding: 0;
  }
}

.titlearea .title {
  font-size: 7.4666666667vw;
  font-weight: 800;
  line-height: 1.4;
  color: #6a3906;
}

@media only screen and (min-width: 744px) {
  .titlearea .title {
    font-size: 3.2rem;
  }
}

.titlearea .title span {
  display: block;
  margin: 8px 0;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  color: #333;
}

.titlearea .lead {
  margin-top: 10px;
  text-align: left;
}

@media only screen and (min-width: 744px) {
  .titlearea .lead {
    text-align: center;
  }
}

.heading {
  font-size: 6.4vw;
  line-height: 1.2857142857;
  font-weight: 800;
}

@media only screen and (min-width: 744px) {
  .heading {
    font-size: 2.8rem;
  }
}

.heading em {
  color: #6a3906;
}

.subtitle {
  font-weight: 700;
}

@media only screen and (max-width: 743px) {
  .subtitle span {
    display: block;
  }
}

.subtitle span.sub {
  display: block;
  font-size: 4.2666666667vw;
  line-height: 1.625;
  line-height: 1.625;
}

@media only screen and (min-width: 744px) {
  .subtitle span.sub {
    font-size: 1.6rem;
  }
}

.leadtitle {
  margin-top: 1em;
  font-weight: 700;
}

.leadtitle:first-of-type {
  margin-top: 0;
}

.table_area .scrollArea {
  overflow-x: scroll;
}

table {
  width: 100%;
  table-layout: fixed;
}

table.autowidth {
  margin: 0 auto;
}

@media only screen and (min-width: 744px) {
  table.autowidth {
    width: auto;
  }
}

table tr.is-accent th,
table tr.is-accent td {
  background-color: #f4f4f3;
}

table th,
table td {
  padding: 6px 4px;
  font-size: 3.2vw;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
}

@media only screen and (min-width: 744px) {
  table th,
  table td {
    padding: 8px 16px;
    font-size: 4.2666666667vw;
    line-height: 1.625;
  }
}

@media only screen and (min-width: 744px) and (min-width: 744px) {
  table th,
  table td {
    font-size: 1.6rem;
  }
}

table th figure,
table td figure {
  display: inline-block;
}

table th.lt_corner,
table td.lt_corner {
  border-top-left-radius: 8px;
}

table th.rt_corner,
table td.rt_corner {
  border-top-right-radius: 8px;
}

table th.lb_corner,
table td.lb_corner {
  border-bottom-left-radius: 8px;
}

table th.rb_corner,
table td.rb_corner {
  border-bottom-right-radius: 8px;
}

table th {
  font-weight: 700;
}

table.cellbg th,
table.cellbg td {
  background-color: #f9f7eb;
}

table.separate {
  border-collapse: separate;
  border-radius: 8px;
}

table.separate th,
table.separate td {
  border: 2px solid #fff;
}

table.emcolor thead tr:first-child th {
  color: #fff;
  background-color: #6a3906;
}

table.emcolor tbody th {
  color: #333;
}

table.keycolor thead tr:first-child th {
  color: #fff;
  background-color: #ff9000;
}

table.keycolor tbody th {
  color: #333;
}

table.radius {
  border-collapse: separate;
  border-radius: 8px;
}

table.radius thead th:first-of-type {
  border-radius: 8px 0 0;
}

table.radius thead th:last-of-type {
  border-radius: 0 8px 0 0;
}

table.radius tbody tr:last-of-type th {
  border-radius: 0 0 0 8px;
}

table.radius tbody tr:last-of-type td {
  border-radius: 0 0 8px;
}

table.border th,
table.border td {
  border: 1px solid #dfe0e0;
}

table.border.radius th,
table.border.radius td {
  border: 0 none;
}

table.border.radius thead th {
  border-top: 1px solid #dfe0e0;
  border-left: 1px solid #dfe0e0;
}

table.border.radius thead th:last-of-type {
  border-right: 1px solid #dfe0e0;
}

table.border.radius tbody th {
  border-top: 1px solid #dfe0e0;
  border-left: 1px solid #dfe0e0;
}

table.border.radius tbody td {
  border-top: 1px solid #dfe0e0;
  border-left: 1px solid #dfe0e0;
}

table.border.radius tbody td:last-of-type {
  border-right: 1px solid #dfe0e0;
}

table.border.radius tbody tr:last-of-type th {
  border-bottom: 1px solid #dfe0e0;
}

table.border.radius tbody tr:last-of-type td {
  border-bottom: 1px solid #dfe0e0;
}

table.price {
  table-layout: auto;
  border-collapse: separate;
  border: 1px solid #dfe0e0;
  border-radius: 8px;
}

table.price thead tr:first-of-type th:first-of-type {
  border-top-left-radius: 8px;
}

table.price thead tr:first-of-type th:last-of-type {
  border-top-right-radius: 8px;
}

table.price thead th {
  color: #6a3906;
  white-space: nowrap;
  background-color: #f9f7eb;
}

table.price thead th:not(:first-of-type) {
  border-left: 1px solid #dfe0e0;
}

table.price tbody th {
  font-weight: 800;
  border-right: 1px solid #dfe0e0;
}

table.price tbody th[rowspan] {
  width: 56px;
  color: #fff;
  letter-spacing: 0.12em;
  white-space: nowrap;
  background-color: #6a3906;
}

table.price tbody th[scope] {
  width: 120px;
  color: #6a3906;
  white-space: nowrap;
}

table.price tbody th.vt {
  width: 40px;
  text-align: center;
}

table.price tbody th.vt span {
  letter-spacing: 0.5em;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

table.price tbody td {
  white-space: nowrap;
}

table.price tbody td:not(:first-of-type) {
  border-left: 1px solid #dfe0e0;
}

table.price tbody td:has(span) {
  text-align: center;
}

table.price tbody td span {
  display: inline-block;
  width: 56px;
  text-align: right;
}

@media only screen and (min-width: 744px) {
  table.price tbody td span {
    width: 80px;
  }
}

table.price th,
table.price td {
  border-top: 1px solid #dfe0e0;
}

@media only screen and (max-width: 743px) {
  .scroll_area {
    overflow-x: scroll;
  }
}

.note, .note_area {
  font-size: 3.4666666667vw;
  line-height: 1.5384615385;
  color: #666;
  letter-spacing: -0.03em;
}

@media only screen and (min-width: 744px) {
  .note, .note_area {
    font-size: 1.3rem;
  }
}

.note_area {
  margin-top: 0.5em;
}

.note_area li + li {
  margin-top: 0.2em;
}

.btn_area {
  max-width: 270px;
  margin: 32px auto 0;
  text-align: center;
}

@media only screen and (min-width: 744px) {
  .btn_area {
    max-width: 350px;
  }
}

.btn_area span {
  font-weight: 700;
  color: #6a3906;
  white-space: nowrap;
}

.btn_area .btn {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 18px 0;
  margin: 8px auto 0;
  font-size: 4.8vw;
  font-weight: 800;
  line-height: 1;
  color: #6a3906;
  text-decoration: none;
  cursor: pointer;
  background-color: #ffe178;
  border: 1px solid #6a3906;
  border-radius: 8px;
}

@media only screen and (min-width: 744px) {
  .btn_area .btn {
    padding: 20px 0;
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .btn_area .btn {
    font-size: 2rem;
  }
}

.action-between-section {
  padding: 64px 0;
  text-align: center;
  background-color: #ff9000;
}

.action-between-section .btn_area {
  margin: 0 auto;
}

@media only screen and (min-width: 744px) {
  .action-between-section .btn_area {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

.action-between-section .btn_area a.btn {
  color: #6a3906;
  background-color: #ffe178;
  border-color: #6a3906;
}

.action-between-section span {
  display: block;
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #ffffff;
}

@media only screen and (min-width: 744px) {
  .action-between-section span {
    font-size: 2.8rem;
  }
}

ol.decimal li {
  list-style: decimal;
}

ul.disc li {
  list-style: disc;
}

.detailsbox {
  margin-top: 1em;
}

.detailsbox details {
  position: relative;
}

.detailsbox details summary {
  position: relative;
  cursor: pointer;
}

.detailsbox.is-note details summary {
  text-decoration: underline;
}

.detailsbox.is-note details summary ~ .cont {
  font-size: 3.4666666667vw;
  color: #666;
}

@media only screen and (min-width: 744px) {
  .detailsbox.is-note details summary ~ .cont {
    font-size: 1.3rem;
  }
}

.detailsbox.is-note details summary ~ .cont .title {
  margin-top: 1em;
  font-weight: 700;
}

.detailsbox.is-note details summary ~ .cont .mg {
  margin-top: 1em;
}

.detailsbox.is-note details summary ~ .cont ul,
.detailsbox.is-note details summary ~ .cont ol {
  margin-top: 0;
}

.detailsbox.is-note details summary ~ .cont ol {
  margin-top: 1em;
  margin-left: 1.5em;
  list-style: decimal;
}

.detailsbox.is-note details summary ~ .cont .disc li {
  margin-left: 1em;
  list-style: disc;
}

.header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 96px;
  background-color: #fff;
  border-bottom: 1px solid #dfe0e0;
}

@media only screen and (min-width: 744px) {
  .header {
    height: 64px;
  }
}

.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;
    justify-content: space-around;
    border: 0 none;
  }
}

@media only screen and (min-width: 1024px) {
  .header__inner {
    justify-content: space-between;
  }
}

@media only screen and (max-width: 743px) {
  .header__logo {
    border-bottom: 1px solid #dfe0e0;
  }
}

@media only screen and (min-width: 744px) {
  .header__logo {
    display: flex;
    align-items: center;
  }
}

.header__logo .logo {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 12px 0;
  margin-left: 12px;
  line-height: 1;
}

@media only screen and (min-width: 744px) {
  .header__logo .logo {
    padding: 0;
  }
}

.header .headermenu {
  display: flex;
  background-color: #fff;
}

@media only screen and (min-width: 744px) {
  .header .headermenu {
    justify-content: flex-start;
  }
}

.header .headermenu li {
  position: relative;
}

@media only screen and (max-width: 743px) {
  .header .headermenu li {
    flex: 1;
  }
}

.header .headermenu li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  color: #333;
  text-align: center;
  text-decoration: none;
}

@media only screen and (min-width: 744px) {
  .header .headermenu li a {
    padding: 21px 16px;
  }
}

.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 (max-width: 743px) {
  .header .headermenu li a::after {
    border-bottom: 3px solid #eaeaea;
  }
}

@media only screen and (min-width: 744px) {
  .header .headermenu li:not(:first-of-type) {
    margin-left: 36px;
  }
}

@media only screen and (min-width: 744px) {
  .header .headermenu li:not(:first-of-type)::before {
    position: absolute;
    top: 50%;
    left: -18px;
    width: 1px;
    height: 20px;
    content: "";
    background-color: #c4c4c4;
    transform: translateY(-50%);
  }
}

body.healthcare .headermenu .navitem_healthcare a,
body.cancer .headermenu .navitem_cancer a,
body.care .headermenu .navitem_care a,
body.faq .headermenu .navitem_faq a {
  font-weight: 700;
}

body.healthcare .headermenu .navitem_healthcare a::after,
body.cancer .headermenu .navitem_cancer a::after,
body.care .headermenu .navitem_care a::after,
body.faq .headermenu .navitem_faq a::after {
  border-bottom: 3px solid #6a3906;
}

/* footer style */

.footer {
  position: relative;
  padding: 40px 24px 100px;
  font-size: 3.4666666667vw;
  line-height: 1.6;
  color: #fff;
  background-color: #333;
}

@media only screen and (min-width: 744px) {
  .footer {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 1024px) {
  .footer {
    padding: 64px 24px 140px;
  }
}

.footer__inner {
  max-width: 1040px;
  margin: 0 auto;
}

.footer__head .col_area {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.footer__btm {
  margin-top: 24px;
  color: #fff;
}

.footer .support {
  padding: 16px;
  text-align: center;
  background-color: #535353;
  border-radius: 8px;
}

.footer .support .title {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.625;
  color: #fff;
}

@media only screen and (min-width: 744px) {
  .footer .support .title {
    font-size: 1.6rem;
  }
}

.footer .support .title span {
  display: block;
}

.footer .support .cont {
  font-size: 4.2666666667vw;
  line-height: 1.5625;
  color: #fff;
}

@media only screen and (min-width: 744px) {
  .footer .support .cont {
    font-size: 1.6rem;
  }
}

.footer .support .cont .tel {
  font-size: 5.3333333333vw;
}

@media only screen and (min-width: 744px) {
  .footer .support .cont .tel {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .footer .support .cont .tel {
    font-size: 2rem;
  }
}

.footer .support .cont .time {
  margin-top: 8px;
  font-size: 1.3rem;
  line-height: 1.6923076923;
  white-space: nowrap;
}

.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 {
  margin-top: 8px;
}

.footer .importantLink a {
  color: #fff;
}

.footer .text {
  margin-top: 0.5em;
  word-break: break-all;
}

.floatbox {
  position: fixed;
  bottom: 20px;
  left: 50%;
  z-index: 9;
  width: 270px;
  transform: translateX(-50%);
}

@media only screen and (min-width: 744px) {
  .floatbox {
    bottom: 50px;
    width: 350px;
  }
}

.floatbox .btn_area {
  margin: 0 auto;
}

.compare_section {
  margin-top: 16px;
}

.compare_section .plancompare {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 16px;
       column-gap: 16px;
  justify-content: space-between;
}

@media only screen and (min-width: 744px) {
  .compare_section .plancompare {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

.compare_section .plancompare .listitem {
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
}

.compare_section .plancompare .listitem .title {
  position: relative;
  padding: 12px 0;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5625;
  color: #fff;
  text-align: center;
  background-color: #f9b139;
}

@media only screen and (min-width: 744px) {
  .compare_section .plancompare .listitem .title {
    font-size: 1.6rem;
  }
}

.compare_section .plancompare .listitem .cont {
  padding: 2px 7px;
  margin-top: 0;
  font-size: 3.4666666667vw;
  line-height: 1.3;
  color: #333;
  text-align: center;
}

@media only screen and (min-width: 744px) {
  .compare_section .plancompare .listitem .cont {
    font-size: 4.2666666667vw;
    line-height: 1.625;
  }
}

@media only screen and (min-width: 744px) and (min-width: 744px) {
  .compare_section .plancompare .listitem .cont {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .compare_section .plancompare .listitem .cont {
    padding: 0 88px;
  }
}

.compare_section .plancompare .listitem .cont > ul > li {
  padding: 12px 0;
}

.compare_section .plancompare .listitem .cont > ul > li + li {
  border-top: 1px solid #c9c9c9;
}

.compare_section .plancompare .listitem .cont 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 .listitem .cont li > p {
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}

.compare_section .plancompare .listitem .cont li > p em {
  display: block;
  font-weight: 700;
  color: #6a3906;
}

.compare_section .plancompare .listitem:first-of-type {
  border-color: #f9b139;
}

.compare_section .plancompare .listitem:nth-of-type(2) {
  border-color: #f39800;
}

.compare_section .plancompare .listitem:nth-of-type(2) .title {
  background-color: #f39800;
}

.benefits .cont {
  margin-top: 18px;
}

.benefits .support_list {
  font-size: 1.3rem;
  line-height: 1.6923076923;
}

.benefits .support_list .item {
  position: relative;
  padding-left: 2.5em;
  font-weight: 700;
  list-style-type: none;
}

.benefits .support_list .item:not(:first-of-type) {
  margin: 1em 0 0;
}

@media only screen and (min-width: 1024px) {
  .benefits .support_list .item {
    padding-left: 32px;
  }
}

.benefits .support_list .item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
}

.benefits .support_list .item.services::before {
  background-image: url("/assets/images/common/serviceicon_services.svg");
}

.benefits .support_list .item.phoneconsult::before {
  background-image: url("/assets/images/common/serviceicon_phoneconsult.svg");
}

.benefits .support_list .item.phone::before {
  background-image: url("/assets/images/common/serviceicon_phone.svg");
}

.benefits .support_list .item.hospital::before {
  background-image: url("/assets/images/common/serviceicon_hospital.svg");
}

.benefits .support_list .item.emergency::before {
  background-image: url("/assets/images/common/serviceicon_emergency.svg");
}

.benefits .support_list .item.coordinate::before {
  background-image: url("/assets/images/common/serviceicon_coordinate.svg");
}

.benefits .support_list .item.consult2::before {
  background-image: url("/assets/images/common/serviceicon_consult2.svg");
}

.benefits .support_list .item.consult::before {
  background-image: url("/assets/images/common/serviceicon_consult.svg");
}

.benefits .support_list .item.cancer::before {
  background-image: url("/assets/images/common/serviceicon_cancer.svg");
}

.benefits .support_list .item.society::before {
  background-image: url("/assets/images/common/serviceicon_society.svg");
}

.benefits .support_list .item.hunt::before {
  background-image: url("/assets/images/common/serviceicon_hunt.svg");
}

.benefits .support_list .item.brain_functions::before {
  background-image: url("/assets/images/common/serviceicon_brain_functions.svg");
}

.benefits .support_list .item.brain_health::before {
  background-image: url("/assets/images/common/serviceicon_brain_health.svg");
}

.benefits .support_list .item_child {
  margin: 0.5em 0 0 2.4em;
  color: #333;
}

.benefits .support_list .item_child .emergency_list {
  padding-left: 1em;
}

.benefits .support_list .item_child .emergency_list li {
  text-indent: -1em;
}

.benefits .support_list .item_child .emergency_list li + li {
  margin-top: 4px;
}

.benefits .support_list .item_child .services_list {
  padding-left: 1.5em;
  list-style-type: disc;
}

.claim .telnum {
  margin-top: 8px;
}

.insurance .scrollArea {
  overflow-x: auto;
}

@media only screen and (min-width: 1024px) {
  .insurance .scrollArea {
    overflow: hidden;
  }
}

.insurance .scrollArea .price td {
  white-space: nowrap;
}

.insurance .table_area table {
  margin: 16px 0;
}

@media only screen and (min-width: 744px) {
  .insurance .table_area table {
    margin: 40px 0 16px;
  }
}

.join .mainimg {
  margin-top: 24px;
}

.join .table_area {
  margin-top: 16px;
}

@media only screen and (min-width: 744px) {
  .join .table_area {
    margin-top: 24px;
  }
}

.join .table_area tbody td {
  padding: 16px 0;
}

.join .table_area tbody td figure {
  display: block;
  line-height: 1;
}

.join .table_area tbody td figure img {
  width: 22px;
  height: auto;
  margin: 0 auto;
}

.join .table_area.pc table {
  table-layout: auto;
}

@media only screen and (min-width: 1024px) {
  .join .table_area.pc table {
    table-layout: fixed;
  }
}

.join .table_area.pc table tbody th[scope] {
  white-space: nowrap;
}

.join .table_area.sp table tbody th[scope=row] {
  color: #fff;
  white-space: nowrap;
  background-color: #6a3906;
}

.faq__area .listitem > dt {
  padding: 16px;
  font-weight: 700;
  color: #333;
  background-color: #f4f4f3;
  border-radius: 5px;
}

.faq__area .listitem > dt span {
  position: relative;
  display: block;
  padding-left: 44px;
}

.faq__area .listitem > dt span::before {
  position: absolute;
  top: 1em;
  left: 0;
  width: 36px;
  height: 36px;
  content: "";
  background: url(/assets/images/common/icon_faq.svg) no-repeat 0 0/cover;
  transform: translateY(-50%);
}

@media only screen and (min-width: 744px) {
  .faq__area .listitem > dt span::before {
    top: 50%;
  }
}

.faq__area .listitem > dd {
  margin-top: 8px;
}

@media only screen and (min-width: 744px) {
  .faq__area .listitem > dd {
    padding: 0 40px;
  }
}

.faq__area .listitem + .listitem {
  margin-top: 24px;
}

.faq__area .listitem .table_area {
  margin: 8px 0;
}

.faq__area .listitem .table_area th {
  white-space: nowrap;
}

.faq__area .listitem .table_area th p,
.faq__area .listitem .table_area th ul,
.faq__area .listitem .table_area td p,
.faq__area .listitem .table_area td ul {
  text-align: left;
}

.faq__area .listitem .faqlist {
  margin-left: 2em;
}

.mv__inner {
  background-image: url(/assets/images/8942e45b674623b3/healthcare/mv_sp.jpg);
}

@media only screen and (min-width: 744px) {
  .mv__inner {
    background-image: url(/assets/images/8942e45b674623b3/healthcare/mv_pc.jpg);
  }
}