@charset "UTF-8";
@keyframes fadeBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
/* HTML5 display-role reset for older browsers */
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
/* 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: #333;
  letter-spacing: 0;
  background-color: #f5f5f5;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #1581c9;
  text-decoration: underline;
  transition: opacity 0.2s;
}
sup {
  font-size: 80%;
  vertical-align: top;
}
strong,
em {
  font-weight: 700;
}
.marker {
  background: linear-gradient(transparent 60%, #e8eb4f 0%);
}
picture,
figure {
  display: block;
}
picture.illust,
figure.illust {
  margin: 1em 0;
}
picture.illust img,
figure.illust img {
  display: block;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
@media only screen and (min-width: 1024px) {
  picture.illust,
  figure.illust {
    max-width: 322px;
  }
}
@media only screen and (min-width: 1024px) {
  picture.illust2,
  figure.illust2 {
    max-width: 540px;
  }
}
picture.fit img,
figure.fit img {
  height: auto;
}
@media only screen and (max-width: 500px) {
  picture.fit img,
  figure.fit img {
    width: 100%;
  }
}
picture.round img,
figure.round img {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
.is-center {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
.num {
  font-family: Helvetica, sans-serif;
}
@media only screen and (max-width: 500px) {
  .sp-menulink {
    display: block;
    padding-top: 56px;
    margin-top: -56px;
  }
}
.mt8 {
  margin-top: 8px;
}
.mt12 {
  margin-top: 12px;
}
.mb8 {
  display: inline-block;
  margin-bottom: 8px;
}
.mb-8 {
  margin-bottom: -8px;
}
.mb12 {
  display: inline-block;
  margin-bottom: 12px;
}
.wrapper {
  margin-top: 68px;
}
@media only screen and (max-width: 320px) {
  .wrapper {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .wrapper {
    margin-top: 74px;
  }
}
.mv {
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .mv {
    height: 75vw;
    padding-top: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .mv {
    height: 660px;
    padding-top: 48px;
  }
}
@media only screen and (min-width: 769px) {
  .mv__btn {
    margin-top: 16px;
  }
}
.mv__inner {
  position: relative;
  padding-top: 81.6%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
@media only screen and (min-width: 769px) {
  .mv__inner {
    width: 96%;
    height: 0;
    padding-top: 50%;
    margin: 0 auto;
    background-size: cover;
    border-radius: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .mv__inner {
    max-width: 1040px;
    height: 534px;
  }
}
.mv__head {
  position: absolute;
  top: 2%;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
  .mv__head {
    top: 6%;
    left: 3%;
    width: 46%;
    transform: none;
  }
}
@media only screen and (min-width: 1024px) {
  .mv__head {
    top: 5%;
    left: 3%;
    width: auto;
    max-width: 540px;
    transform: none;
  }
}
.mv__head img {
  width: 100%;
}
.mv__head .feature {
  width: 50%;
  margin-top: 8px;
}
@media only screen and (min-width: 769px) {
  .mv__head .feature {
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .mv__head-top {
    top: 8%;
    left: 4%;
    max-width: 380px;
  }
}
.mv__body {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 7%;
  margin-top: 20px;
}
@media only screen and (min-width: 769px) {
  .mv__body {
    position: absolute;
    top: 21vw;
    left: 3%;
    justify-content: space-between;
    width: 54%;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .mv__body {
    top: 200px;
    width: 540px;
  }
}
@media only screen and (min-width: 769px) {
  .mv__body div {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .mv__body div {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) {
  .mv__body div h4 {
    width: 100%;
    padding: 5px 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1581c9;
    text-align: center;
    background: #f1faff;
    border-radius: 8px 8px 0 0;
  }
}
@media only screen and (max-width: 500px) {
  .mv__body div h4 {
    display: none;
  }
}
.mv__01 ul {
  font-size: 1.1rem;
  background: white;
  border-radius: 8px;
}
@media only screen and (min-width: 744px) {
  .mv__01 ul {
    padding: 4% 5%;
    font-size: 1.2rem;
    border-radius: 8px;
  }
}
.mv__01 ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 2em;
  font-weight: 700;
}
.mv__01 ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  content: url(/assets/images/common/icon_mv_check.svg);
}
.mv__01 ul li:not(:first-of-type) {
  margin-top: 0.2em;
}
.mv__01 ul li:not(:last-of-type) {
  padding-bottom: 0.6em;
}
@media only screen and (max-width: 500px) {
  .mv__01 ul li {
    font-size: 1.2rem;
  }
}
.mv__01 ul strong {
  padding-left: 2px;
  font-size: 4vw;
  color: #1581c9;
}
@media only screen and (min-width: 744px) {
  .mv__01 ul strong {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 500px) {
  .mv__01 ul strong {
    font-size: 4.4vw;
  }
}
.mv__01 ul .strong {
  position: absolute;
  left: 132px;
}
.mv__01 ul .strong::before {
  content: "：";
}
@media only screen and (max-width: 500px) {
  .mv__01 ul .strong {
    left: 124px;
    letter-spacing: -0.7px;
  }
}
@media only screen and (max-width: 500px) {
  .mv__01 ul span {
    font-size: 3.2vw;
  }
}
.mv__01 ul em {
  margin-left: -2px;
  color: #1581c9;
}
.mv__price {
  position: relative;
  width: 88%;
  padding-bottom: 40px;
  margin: auto;
}
@media only screen and (min-width: 744px) {
  .mv__price {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 769px) {
  .mv__price {
    position: absolute;
    left: 50%;
    padding: 0;
    margin-top: 0;
    transform: translateX(-50%);
  }
}
.mv__price > div {
  max-width: 520px;
  margin: 0 auto;
}
.mv__price > div > p {
  margin-top: 8px;
  font-size: 3.2vw;
}
@media only screen and (min-width: 769px) {
  .mv__price > div > p {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 769px) {
  .mv__price .pricelist {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
.mv__price .pricelist > dt {
  padding: 1.5% 0;
  font-size: 3.7vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #1581c9;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media only screen and (min-width: 769px) {
  .mv__price .pricelist > dt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4%;
    font-size: 1.5rem;
    border-radius: 8px 0 0 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .mv__price .pricelist > dt {
    width: 100px;
    padding: 3%;
  }
}
.mv__price .pricelist > dd {
  flex: 1;
  background-color: #f1faff;
  border: 1px solid #1581c9;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media only screen and (min-width: 769px) {
  .mv__price .pricelist > dd {
    border-radius: 0 8px 8px 0;
  }
}
.mv__price .pricelist > dd ul {
  display: flex;
  justify-content: space-around;
  padding: 3% 5%;
}
@media only screen and (min-width: 769px) {
  .mv__price .pricelist > dd ul {
    padding: 4% 8%;
  }
}
.mv__price .pricelist > dd ul li {
  font-size: 3.4vw;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .mv__price .pricelist > dd ul li {
    width: 200px;
    font-size: 2rem;
    line-height: 1.2;
  }
}
.mv__price .pricelist > dd .num {
  display: block;
  font-size: 3.4vw;
}
@media only screen and (min-width: 769px) {
  .mv__price .pricelist > dd .num {
    font-size: 1.4rem;
  }
}
.mv__price .pricelist > dd em {
  font-size: 4vw;
  color: #1581c9;
}
@media only screen and (min-width: 769px) {
  .mv__price .pricelist > dd em {
    font-size: 1.7rem;
  }
}
.mv__price p.arrowlink {
  margin-top: 16px;
  font-size: 3.2vw;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .mv__price p.arrowlink {
    font-size: 1.2rem;
  }
}
.mv__price p.arrowlink span {
  position: relative;
}
.mv__price p.arrowlink span::after {
  position: absolute;
  top: 40%;
  left: -18%;
  content: url(/assets/images/common/arrow_black.svg);
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .mv__price p.arrowlink span::after {
    top: 50%;
    content: url(/assets/images/common/arrow_blue.svg);
  }
}
.mv__price small {
  display: block;
  margin-top: 0.3em;
  font-size: 3.2vw;
}
@media only screen and (min-width: 769px) {
  .mv__price small {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 500px) {
  .mv__price a {
    color: black;
  }
}
.container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 32px;
}
@media only screen and (min-width: 769px) {
  .container {
    padding: 20px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    flex-direction: row;
    max-width: 1040px;
    padding: 0;
    margin: 74px auto;
  }
}
.container aside {
  width: 240px;
}
@media only screen and (min-width: 1024px) {
  .contents {
    width: 760px;
  }
}
.contents__header {
  width: 86%;
  padding: 5%;
  margin: 0 auto 32px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
@media only screen and (min-width: 1024px) {
  .contents__header {
    width: 100%;
    max-width: 1040px;
    margin: 0 0 40px;
  }
}
.contents__header .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.375;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .contents__header .title {
    font-size: 32px;
  }
}
.contents__header .title em {
  color: #1581c9;
}
.contents__header .title.title-standard_a em {
  color: #5ec800;
}
.contents__header .title.title-standard_b em {
  color: #00b2eb;
}
.contents__header .title.title-syotoku em {
  color: #266aff;
}
.contents__header .title.title-premium em {
  color: #96f;
}
.contents__header .title.title-care em {
  color: #c59800;
}
.block > .title {
  padding: 4% 7%;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .block > .title {
    padding: 16px 45px;
    font-size: 2.2rem;
    text-align: left;
    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: 5% 7%;
  font-size: 4.3vw;
  background-color: #fff;
}
@media only screen and (min-width: 744px) {
  .block .inner {
    padding: 3% 5%;
    font-size: 3vw;
  }
}
@media only screen and (min-width: 769px) {
  .block .inner {
    padding: 20px 50px;
    font-size: 1.6rem;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
  }
}
.block .inner + .inner {
  margin-top: 4px;
}
.block .inner.is-gray {
  background-color: #f5f5f5;
}
.block .inner .title {
  font-size: 5.2vw;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (min-width: 744px) {
  .block .inner .title {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 769px) {
  .block .inner .title {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.block .inner .title.bg {
  padding: 3% 2% 3% 16px;
  margin-bottom: 1em;
  line-height: 1.4;
  background-color: #d5e8f4;
  border-left: 5px solid #1581c9;
}
.block .inner .title.is-line {
  padding-left: 10px;
  margin-top: 2em;
  font-size: 4vw;
  border-width: 5px;
  border-left-style: solid;
}
@media only screen and (min-width: 769px) {
  .block .inner .title.is-line {
    font-size: 1.8rem;
  }
}
.block .inner p {
  font-weight: 400;
}
.block .inner p + .title,
.block .inner .title + p {
  margin-top: 1em;
}
.block .inner .option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5em;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.block .inner .option::before {
  margin-right: 8px;
}
.block.common > .title {
  background-color: #1581c9;
}
.block.common .inner .title {
  color: #1581c9;
}
.block.common .inner .title.is-line {
  border-left-color: #1581c9;
}
.block.common .assist {
  font-size: 3.7vw;
}
@media only screen and (min-width: 769px) {
  .block.common .assist {
    font-size: 1.4rem;
  }
}
.block + .block {
  margin-top: 40px;
}
.block + .btnArea {
  margin-top: 24px;
}
.box {
  width: 100%;
}
.box__inner {
  padding: 5%;
}
.pagenav {
  width: 86%;
  margin: 30px auto;
}
.pagenav li:first-of-type a {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.pagenav li a {
  position: relative;
  display: block;
  padding: 4% 4% 4% 14%;
  font-size: 3.4vw;
  font-weight: 700;
  color: #333;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
@media only screen and (min-width: 744px) {
  .pagenav li a {
    padding: 4% 4% 4% 10%;
  }
}
@media only screen and (min-width: 769px) {
  .pagenav li a {
    padding: 4% 4% 4% 14%;
    font-size: 1.2rem;
  }
}
.pagenav li a::after {
  position: absolute;
  top: 50%;
  left: 5%;
  content: url(/assets/images/common/arrow_black.svg);
  transform: translateY(-50%);
}
.pagenav li:last-of-type a {
  border-bottom: 1px solid #e5e5e5;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.pagenav.innerlink {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .pagenav.innerlink {
    max-width: 322px;
    margin: 30px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .pdfDownload {
    max-width: 268px;
    margin: 30px 0;
  }
}
.pdfDownload li a {
  position: relative;
  display: block;
  padding: 4% 0 4% 8%;
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
.pdfDownload li a::after {
  position: absolute;
  top: 55%;
  right: 5%;
  content: url(/assets/images/common/icon_pdf.svg);
  transform: translateY(-50%);
}
aside.asidemenu {
  display: none;
}
@media only screen and (min-width: 1024px) {
  aside.asidemenu {
    display: block;
  }
}
aside .stickyWrap {
  position: sticky;
  top: 116px;
}
aside .pagenav {
  width: auto;
  margin: 0;
}
aside .pagenav li a {
  padding: 6% 14% 6% 6%;
  font-size: 1.6rem;
  color: #1581c9;
  text-decoration: none;
  background-color: #f1faff;
}
aside .pagenav li a::after {
  right: 5%;
  left: auto;
  transform: translateY(-50%) rotate(270deg);
}
table {
  width: 100%;
  margin: 1em 0;
}
table th,
table td {
  padding: 6px 7px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
}
table th.head,
table td.head {
  color: #fff;
}
table th {
  font-size: 3.8vw;
  font-weight: 700;
}
@media only screen and (min-width: 744px) {
  table th {
    font-size: 2.6vw;
  }
}
@media only screen and (min-width: 769px) {
  table th {
    font-size: 1.4rem;
  }
}
table th .small {
  font-weight: 400;
}
@media only screen and (max-width: 500px) {
  table th .small {
    font-weight: 400;
  }
}
table th.vt {
  width: 40px;
  text-align: center;
  letter-spacing: 0.3em;
}
table th.vt span {
  display: block;
  margin: 0 auto;
  white-space: pre;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
table td,
table tbody th:not(.head) {
  font-size: 3vw;
  font-weight: 600;
}
table td .small,
table tbody th:not(.head) .small {
  font-weight: 400;
}
@media only screen and (min-width: 744px) {
  table td,
  table tbody th:not(.head) {
    font-size: 2.4vw;
  }
}
@media only screen and (min-width: 769px) {
  table td,
  table tbody th:not(.head) {
    font-size: 1.35rem;
  }
}
table.prices tr:hover {
  background: #f1faff;
}
table.prices thead th {
  padding: 12px 0 10px;
  line-height: 1.3;
  background-color: #f5f5f5;
}
table.prices th,
table.prices td {
  border: 0 none;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
table.prices thead tr th:first-of-type,
table.prices th[scope=row] {
  border-left: 1px solid #e5e5e5;
}
table.prices thead tr th:last-of-type,
table.prices tr td:last-of-type {
  border-right: 1px solid #e5e5e5;
}
table.prices.type_care th,
table.prices.type_care td {
  white-space: nowrap;
  border: 1px solid #e5e5e5;
}
table.prices.type_care tr:hover {
  background: #fff9e6;
}
table.coverage thead {
  background-color: #e6e6e6;
}
table.coverage thead th {
  font-weight: 700;
}
table.coverage thead th.women {
  background-color: #ffcff4;
}
table.coverage tbody th {
  font-weight: 700;
}
table.coverage tbody th.black {
  color: #333;
}
table.coverage tbody td.women {
  background-color: #fff2fc;
}
table.text td {
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  table.is-center {
    width: 50%;
    margin: 24px auto 0;
  }
}
table.state thead th {
  color: #fff;
  background-color: #333;
  border: 1px solid #fff;
}
table.state thead th:first-of-type {
  width: 20%;
}
table.state tbody th {
  white-space: nowrap;
  background-color: #e5e5e5;
  border: 1px solid #fff;
}
table.state tbody tr.high th {
  color: #fff;
  background-color: #d4bf77;
}
table.state tbody tr.high th.head {
  color: #fff;
  background-color: #c59800;
}
table.state tbody tr.high td {
  background-color: #fff9e7;
}
table.state tbody td {
  background-color: #f5f5f5;
}
table.switch tr th {
  font-weight: 700;
  background-color: #f5f5f5;
}
table.switch tr th:nth-of-type(2) {
  background-color: #f1faff;
}
table.switch tr th:nth-of-type(3) {
  background-color: #fff2fc;
}
table.switch tr:nth-of-type(n + 2) td:first-of-type {
  background-color: #f1faff;
}
table.switch tr:nth-of-type(n + 2) td:nth-of-type(2) {
  background-color: #fff2fc;
}
@media only screen and (min-width: 744px) {
  table.switch {
    -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
  }
  table.switch th,
  table.switch td {
    height: 2.2em;
    line-height: 1;
  }
  table.switch th span,
  table.switch td span {
    display: inline-block;
    white-space: pre;
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
  }
}
.is-scroll {
  overflow-x: scroll;
}
@media only screen and (min-width: 1024px) {
  .is-scroll {
    overflow-x: unset;
  }
}
.is-scroll table {
  width: 100%;
  min-width: 500px;
}
@media only screen and (max-width: 500px) {
  .is-scroll table {
    min-width: 434px;
  }
}
.listitem {
  margin-left: 1.5em;
}
.listitem li {
  list-style-type: disc;
}
.listitem .list-style-none {
  list-style-type: none;
}
.nocountitem li {
  padding-left: 1em;
  text-indent: -1em;
  list-style-type: none;
}
.note {
  margin-top: 1em;
  font-size: 3.2vw;
}
@media only screen and (min-width: 744px) {
  .note {
    font-size: 2.2vw;
  }
}
@media only screen and (min-width: 769px) {
  .note {
    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;
}
.calcbox {
  padding: 5%;
  margin-top: 1.5em;
  background-color: #f5f5f5;
  border-radius: 4px;
}
@media only screen and (min-width: 1024px) {
  .calcbox {
    padding: 3%;
  }
}
.casebox {
  margin-top: 1.5em;
}
.casebox > dl {
  margin: 0;
}
.casebox > dl > dt,
.casebox > dl > dd {
  padding: 5%;
  border: 1px solid #e5e5e5;
}
@media only screen and (min-width: 1024px) {
  .casebox > dl > dt,
  .casebox > dl > dd {
    padding: 3%;
  }
}
.casebox > dl > dt {
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media only screen and (min-width: 769px) {
  .casebox > dl > dt {
    font-size: 1.8rem;
  }
}
.casebox > dl > dd {
  font-size: 3.7vw;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media only screen and (min-width: 769px) {
  .casebox > dl > dd {
    font-size: 1.4rem;
  }
}
.casebox > dl > dd .head {
  font-weight: 700;
}
.casebox > dl > dd em {
  font-size: 3.7vw;
}
@media only screen and (min-width: 769px) {
  .casebox > dl > dd em {
    font-size: 1.6rem;
  }
}
.casebox > dl > dd em strong {
  font-size: 5vw;
}
@media only screen and (min-width: 769px) {
  .casebox > dl > dd em strong {
    font-size: 2.2rem;
  }
}
.total {
  margin-top: 1.5em;
}
.flow {
  margin-top: 2em;
}
@media only screen and (min-width: 1024px) {
  .flow {
    margin-bottom: 24px;
  }
}
.flow li {
  position: relative;
  padding: 8% 5% 8% 18%;
  font-size: 3.7vw;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: 5% 30%;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
@media only screen and (min-width: 744px) {
  .flow li {
    padding: 5% 5% 8% 12%;
  }
}
@media only screen and (min-width: 769px) {
  .flow li {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .flow li {
    width: 62%;
    padding: 3% 5% 3% 11%;
    font-size: 1.4rem;
  }
}
.flow li::after {
  position: absolute;
  top: 22%;
  left: 5%;
  width: 32px;
  height: 32px;
  content: "";
}
.flow li:first-of-type::after {
  background-image: url(/assets/images/common/numicon_01.svg);
}
.flow li:nth-of-type(2)::after {
  background-image: url(/assets/images/common/numicon_02.svg);
}
.flow li:nth-of-type(3)::after {
  background-image: url(/assets/images/common/numicon_03.svg);
}
.flow li:nth-of-type(4)::after {
  background-image: url(/assets/images/common/numicon_04.svg);
}
.flow li:not(:first-of-type) {
  margin-top: 50px;
}
.flow li:not(:first-of-type)::before {
  position: absolute;
  top: -35%;
  left: 50%;
  width: 52px;
  height: 18px;
  content: "";
  background: url(/assets/images/common/arrow_24.svg) no-repeat 0 center/contain;
  transform: translateX(-50%);
}
@media only screen and (min-width: 744px) {
  .flow li:not(:first-of-type)::before {
    top: -24%;
  }
}
@media only screen and (min-width: 1024px) {
  .flow li:not(:first-of-type)::before {
    top: -56%;
  }
}
.flow li span {
  position: relative;
  display: block;
}
.flow li span::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-50%);
}
.flow li span.tel::after {
  background-image: url(/assets/images/common/icon_tel.svg);
}
.flow li span.track::after {
  background-image: url(/assets/images/common/icon_track.svg);
}
.flow li span.paper::after {
  background-image: url(/assets/images/common/icon_paper.svg);
}
.flow li span.pay::after {
  background-image: url(/assets/images/common/icon_pay.svg);
}
a.is-icon {
  position: relative;
  padding-right: 1em;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
a.is-icon.pdf {
  background-image: url(/assets/images/common/icon_pdf.svg);
}
a.mvbtn {
  position: relative;
  display: block;
  font-size: 3.4vw;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  a.mvbtn {
    padding: 5%;
    color: #333;
  }
}
@media only screen and (min-width: 769px) {
  a.mvbtn {
    font-size: 1.2rem;
  }
}
a.mvbtn span {
  position: relative;
}
@media only screen and (max-width: 500px) {
  a.mvbtn span {
    display: inline-block;
    text-decoration: underline;
  }
}
@media only screen and (min-width: 1024px) {
  a.mvbtn span {
    display: block;
    margin: auto;
  }
}
a.mvbtn span::after {
  position: absolute;
  top: 40%;
  left: -18%;
  width: 20px;
  content: url(/assets/images/common/arrow_black.svg);
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  a.mvbtn span::after {
    top: 50%;
    content: url(/assets/images/common/arrow_blue.svg);
  }
}
@media only screen and (min-width: 1024px) {
  a.mvbtn span::after {
    left: 26%;
  }
}
a.btn {
  position: relative;
  display: inline-block;
  width: 90%;
  padding: 4% 3% 4% 1%;
  margin-top: 4px;
  font-size: 4.8vw;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: #ff8c00;
  border-radius: 8px;
  box-shadow: 0 4px 0 #d67900;
}
@media only screen and (min-width: 744px) {
  a.btn {
    width: 80%;
    padding: 2% 3% 2% 1%;
    font-size: 4vw;
  }
}
@media only screen and (min-width: 769px) {
  a.btn {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  a.btn {
    width: 100%;
  }
}
a.btn::after {
  position: absolute;
  top: 50%;
  right: 4.5%;
  line-height: 1;
  content: url(/assets/images/common/arrow_white.svg);
  transform: translateY(-50%);
}
a.btn.form {
  width: 86%;
  padding: 3%;
}
a.btn.form::after {
  content: url(/assets/images/common/arrow_floatbtn.svg);
}
a.btn.side {
  padding: 4% 10%;
  font-size: 4.8vw;
}
@media only screen and (min-width: 744px) {
  a.btn.side {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 769px) {
  a.btn.side {
    padding: 2% 6%;
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1024px) {
  a.btn.side {
    padding: 6% 14% 6% 6%;
    font-size: 1.6rem;
    text-align: left;
  }
}
a.btn.side::after {
  right: 6%;
  content: url(/assets/images/common/arrow_white.svg);
}
a.btn.white {
  color: #ff8c00;
  background-color: #fff;
}
a.btn em {
  padding: 2%;
  margin-right: 0.3em;
  color: #f1870b;
  background-color: #fff;
  border-radius: 8px;
}
a.a_btn {
  position: relative;
  display: block;
  padding: 16px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
a.a_btn::after {
  position: absolute;
  top: 50%;
  left: 16px;
  content: url(/assets/images/common/arrow_black.svg);
  transform: translateY(-50%) rotate(90deg);
}
.btnArea {
  margin: 24px 0 64px;
  font-size: 3.2vw;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .btnArea {
    font-size: 3.8vw;
    font-weight: 400;
  }
}
@media only screen and (min-width: 769px) {
  .btnArea {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .btnArea .btn {
    width: 322px;
  }
}
@media only screen and (min-width: 1024px) {
  .btnArea .btn.side {
    width: 100%;
  }
}
.txtBtnArea {
  width: 240px;
  margin: 24px 0 64px;
  border: 1px solid #e5e5e5;
}
.page-top {
  position: fixed;
  top: 7px;
  right: 68px;
  padding: 12px 15px;
  color: #fff;
  background: #f3f3f3;
  border-radius: 22px;
  box-shadow: 0 2px 0 #b1b1b1;
}
.page-top img {
  position: relative;
  top: -3px;
  width: 24px;
}
.floatbox {
  position: fixed;
  bottom: -6%;
  z-index: 9;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 744px) {
  .floatbox {
    bottom: -3%;
    left: 50%;
    transform: translateX(-50%);
  }
}
details {
  position: relative;
}
details.has-detail {
  margin: 1.4rem 0 1.2rem;
}
details.insert {
  margin-top: 3em;
}
@media only screen and (min-width: 769px) {
  details.insert {
    margin-top: 40px;
  }
}
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 {
  padding-bottom: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0;
}
details summary ~ .cont dl dd + dt {
  margin-top: 1em;
}
details summary ~ .cont dl + .title,
details summary ~ .cont p + p {
  margin-top: 1em;
}
details summary ~ .cont details {
  margin-top: 1em;
}
details summary ~ .cont .bg_gray {
  padding: 5%;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 3.7vw;
  line-height: 1.7;
  background-color: #f5f5f5;
  border-radius: 8px;
}
@media only screen and (min-width: 769px) {
  details summary ~ .cont .bg_gray {
    font-size: 1.4rem;
  }
}
details summary ~ .cont .bg_gray dt {
  font-weight: 700;
}
details summary.is-title div {
  display: flex;
  padding: 3% 14% 3% 0;
}
@media only screen and (min-width: 744px) {
  details summary.is-title div {
    align-items: center;
    padding: 2% 14% 2% 0;
  }
}
details summary.is-title::after {
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 1;
  transform: translateY(-50%);
}
details summary.is-title ~ .cont {
  padding-bottom: 2.4rem;
  margin-top: 2rem;
}
details summary.is-detail {
  margin: 0;
  font-size: 3.7vw;
  font-weight: 700;
  color: #1581c9;
  list-style-type: marker;
}
@media only screen and (min-width: 769px) {
  details summary.is-detail {
    font-size: 1.4rem;
  }
}
details summary.is-detail::-webkit-details-marker {
  display: inline-block;
}
details summary.is-detail span {
  text-decoration: underline;
}
details summary.is-detail ~ .cont {
  font-size: 1.2rem;
}
details summary.is-detail ~ .cont.border {
  padding: 4% 5%;
  font-size: 3vw;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
@media only screen and (min-width: 769px) {
  details summary.is-detail ~ .cont.border {
    font-size: 1.4rem;
  }
}
details summary.is-detail ~ .cont .item {
  position: relative;
  padding-left: 12%;
  font-size: 3.4vw;
  font-weight: 700;
  list-style-type: none;
}
@media only screen and (min-width: 744px) {
  details summary.is-detail ~ .cont .item {
    padding-left: 7%;
  }
}
details summary.is-detail ~ .cont .item:not(:first-of-type) {
  margin: 1em 0 0;
}
@media only screen and (min-width: 769px) {
  details summary.is-detail ~ .cont .item {
    font-size: 1.6rem;
  }
}
@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: 24px;
  height: 24px;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
}
details summary.is-detail ~ .cont .item.cancer::before {
  background-image: url(/assets/images/common/icon_cancer.svg);
}
details summary.is-detail ~ .cont .item.consult::before {
  background-image: url(/assets/images/common/icon_consult.svg);
}
details summary.is-detail ~ .cont .item.consult2::before {
  background-image: url(/assets/images/common/icon_consult2.svg);
}
details summary.is-detail ~ .cont .item.coordinate::before {
  background-image: url(/assets/images/common/icon_coordinate.svg);
}
details summary.is-detail ~ .cont .item.hospital::before {
  background-image: url(/assets/images/common/icon_hospital.svg);
}
details summary.is-detail ~ .cont .item.phone::before {
  top: -8%;
  background-image: url(/assets/images/common/icon_phone.svg);
}
details summary.is-detail ~ .cont .item.phoneconsult::before {
  background-image: url(/assets/images/common/icon_phoneconsult.svg);
}
details summary.is-detail ~ .cont .item.services::before {
  top: -14%;
  background-image: url(/assets/images/common/icon_services.svg);
}
details summary.is-detail ~ .cont .item.coffee::before {
  background-image: url(/assets/images/common/icon_coffee.svg);
}
details summary.is-detail ~ .cont .item.idea::before {
  top: -14%;
  background-image: url(/assets/images/common/icon_idea.svg);
}
details summary.is-detail ~ .cont .item.health::before {
  background-image: url(/assets/images/common/icon_health.svg);
}
details summary.is-detail ~ .cont .item.hunt::before {
  background-image: url(/assets/images/common/icon_hunt.svg);
}
details summary.is-detail ~ .cont .item.training::before {
  background-image: url(/assets/images/common/icon_training.svg);
}
details summary.is-detail ~ .cont .item_child {
  margin-top: 1em;
}
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: 3vw;
}
@media only screen and (min-width: 769px) {
  details summary.is-detail ~ .cont .document {
    font-size: 1.4rem;
  }
}
details summary.is-title.title.bg::after {
  right: 2%;
}
details summary em {
  display: inline-block;
  width: 54px;
  height: 54px;
  padding: 2.5% 3% 1.5%;
  margin-right: 8px;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  border-radius: 8px;
}
@media only screen and (min-width: 744px) {
  details summary em {
    height: auto;
    padding: 2.5% 2%;
  }
}
@media only screen and (min-width: 1024px) {
  details summary em {
    height: 54px;
    padding: 1% 1.8%;
  }
}
details summary em span {
  display: block;
  font-size: 2.8rem;
}
.common summary.is-title::after {
  content: url(/assets/images/common/icon_plus.svg);
}
.common details[open] summary.is-title::after {
  content: url(/assets/images/common/icon_minus.svg);
}
details > summary.is-detail:first-of-type {
  list-style: inside disclosure-closed;
}
details[open] > summary.is-detail:first-of-type {
  list-style-type: disclosure-open;
}
.cont {
  margin-bottom: 16px;
  font-weight: 400;
}
.displayFlex {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 500px) {
  .displayFlex p,
  .displayFlex ul {
    order: 2;
  }
  .displayFlex figure {
    order: 1;
  }
  .displayFlex .note {
    order: 3;
  }
}
.sample dt {
  padding: 0.5em 0;
  margin: 1.5em 0 0.5em;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1581c9;
  border-bottom: 1px solid #1581c9;
}
.sample dt.claim-dt {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 0;
}
.sample dt.claim-dt::before, .sample dt.claim-dt::after {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 240px;
  height: 1px;
  content: "";
  background-color: #1581c9;
}
@media only screen and (max-width: 500px) {
  .sample dt.claim-dt::before, .sample dt.claim-dt::after {
    width: 60px;
  }
}
.sample dt.claim-dt::before {
  left: 0;
}
.sample dt.claim-dt::after {
  right: 0;
}
@media only screen and (min-width: 1024px) {
  body.price .container {
    margin-top: 154px;
  }
}
body.price .contents__header .title {
  font-size: 6.2vw;
}
@media only screen and (min-width: 769px) {
  body.price .contents__header .title {
    font-size: 2.9rem;
  }
}
body.price .lead {
  margin-top: 20px;
  font-size: 3.4vw;
}
@media only screen and (min-width: 769px) {
  body.price .lead {
    font-size: 1.4rem;
    text-align: center;
  }
}
body.price .option {
  color: #333;
}
body.price .option::before {
  content: url(/assets/images/common/icon_option_black.svg);
}
body.price table.coverage tbody th.head {
  color: #333;
  background-color: #e6e6e6;
}
body.price table th.vt {
  width: 36px;
}
#pc-fixed-btn {
  position: fixed;
  bottom: 40px;
  z-index: 2;
  width: 1040px;
  text-align: center;
  transition: 0.2s;
}
#pc-fixed-btn img {
  width: 280px;
}
.hide {
  opacity: 0;
}
.show {
  opacity: 100;
}
.additionalarea + .container {
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .additionalarea + .container {
    margin-top: 40px;
  }
}
.additionalarea .infoarea {
  padding: 24px;
  font-size: 1.4rem;
  background-color: #fff;
  border: 1px solid #1581c9;
  border-radius: 8px;
}
@media only screen and (min-width: 1024px) {
  .additionalarea .infoarea {
    padding: 24px 32px;
  }
}
.additionalarea .infoarea .title {
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 500px) {
  .top .mv__inner {
    margin-bottom: 23vw;
  }
}
.bannerarea {
  max-width: 842px;
  margin: 32px 22px;
}
@media only screen and (min-width: 1024px) {
  .bannerarea {
    margin: 38px auto 0;
  }
}
.bannerarea__block {
  padding: 14px 16px;
  font-size: 1.4rem;
  background: white;
  border: 1px solid #1581c9;
  border-radius: 8px;
}
@media only screen and (min-width: 1024px) {
  .bannerarea__block {
    padding: 10px 30px;
    font-size: 1.6rem;
  }
}
.bannerarea__block .note {
  margin-top: 0;
  letter-spacing: -0.03em;
}
.campaign-banner {
  display: none;
}
@media only screen and (max-width: 500px) {
  .campaign-banner {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.campaign-banner .cont {
  padding: 16px;
  background: #fff;
}
.campaign-banner img {
  margin-bottom: 8px;
}
.campaign-banner ul {
  padding-left: 16px;
}
.campaign-banner ul li {
  list-style-type: disc;
}
.contents_bannerarea img {
  width: 100%;
}
.is-banner + .is-banner,
.is-banner + .block {
  margin-top: 32px;
}
.is-banner {
  margin: 0 22px;
}
@media only screen and (min-width: 1024px) {
  .is-banner {
    margin: 0 auto;
  }
}
.infobar {
  background: #f1faff;
}
.infobar__inner {
  display: flex;
}
.infobar__inner dl {
  display: flex;
  padding: 8px 20px 6px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 744px) {
  .infobar__inner dl {
    align-items: center;
    max-width: 1040px;
    padding: 12px 0 10px;
    margin: 0 auto;
    font-size: 1.4rem;
  }
}
.infobar__inner dt {
  margin-right: 6px;
}
@media only screen and (min-width: 744px) {
  .infobar__inner dt {
    margin-right: 12px;
  }
}
.infobar__inner dt span {
  display: inline-block;
  padding: 2px 6px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background-color: #1581c9;
  border-radius: 8px;
}
@media only screen and (min-width: 1024px) {
  .infobar__inner dt span {
    padding: 6px 10px;
  }
}
.infobar__inner dd {
  flex: 1;
}
/* header style */
.header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 68px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 320px) {
  .header {
    height: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .header {
    height: 74px;
  }
}
.header__inner {
  position: relative;
  max-width: 1040px;
  height: 100%;
  margin: 0 auto;
}
.header__logo {
  position: absolute;
  top: 52%;
  z-index: 10;
  transform: translateY(-50%);
}
@media only screen and (max-width: 500px) {
  .header__logo {
    margin-right: 68px;
  }
}
.header__logo a {
  display: inline-block;
  height: auto;
  padding: 12px;
}
.header__logo img {
  width: 420px;
}
@media only screen and (max-width: 500px) {
  .header__logo img {
    width: 100%;
  }
}
.header .gnav__menu .menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
  display: block;
  width: 68px;
  height: 68px;
  cursor: pointer;
  background: #f5f5f5 url(/assets/images/common/menu.svg) no-repeat center center;
}
@media only screen and (max-width: 320px) {
  .header .gnav__menu .menu {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .header .gnav__menu .menu {
    display: none;
  }
}
.header .gnav__menu .contentsnav {
  position: fixed;
  top: 0;
  z-index: 20;
  display: none;
  width: 100vw;
  padding-top: 68px;
  font-size: 5vw;
  transition: 0.25s 0s ease-in-out;
  animation-name: fadeBlock;
  animation-duration: 0.5s;
}
@media only screen and (max-width: 320px) {
  .header .gnav__menu .contentsnav {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .header .gnav__menu .contentsnav {
    padding-top: 0;
  }
}
.header .gnav__menu .contentsnav__item {
  font-size: 1.4rem;
}
.header .gnav__menu .contentsnav dl dt {
  padding: 5% 5% 2%;
  font-weight: 700;
  background-color: #f5f5f5;
}
.header .gnav__menu .contentsnav ul > li {
  position: relative;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}
.header .gnav__menu .contentsnav ul > li:last-of-type {
  border-bottom: 1px solid #e5e5e5;
}
.header .gnav__menu .contentsnav ul > li em {
  font-size: 1.7rem;
}
@media only screen and (max-width: 320px) {
  .header .gnav__menu .contentsnav ul > li em {
    font-size: 1.5rem;
  }
}
.header .gnav__menu .contentsnav ul > li span {
  font-size: 1.3rem;
}
.header .gnav__menu .contentsnav ul > li a {
  display: block;
  padding: 3% 5%;
  color: #333;
  text-decoration: none;
}
@media only screen and (max-width: 320px) {
  .header .gnav__menu .contentsnav ul > li a {
    padding: 6px 5%;
  }
}
.header .gnav__menu .contentsnav ul > li a::after {
  position: absolute;
  top: 50%;
  right: 10%;
  content: url(/assets/images/common/arrow_black.svg);
  transform: translateY(-50%) rotate(270deg);
}
.header .gnav__menu .contentsnav .nav03 {
  margin-top: 2em;
}
@media only screen and (max-width: 320px) {
  .header .gnav__menu .contentsnav .nav03 li a {
    padding: 3% 5%;
  }
}
.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 #f5f5f5;
}
@media only screen and (max-width: 1039px) {
  .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 .gnav__pc {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header .gnav__pc {
    display: block;
  }
}
.header .gnav__list {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  transition: 0.25s 0s ease-in-out;
  transform: translateY(-50%);
}
.header .gnav__list li {
  position: relative;
}
.header .gnav__list li a {
  position: relative;
  display: block;
  padding: 0 8px;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
  text-decoration: none;
  letter-spacing: -0.3px;
}
.header .gnav__list li a:hover {
  transition: all 0.2s ease;
}
.header .gnav__list li a::after {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  content: "";
}
.header .gnav__list li:not(:first-of-type) {
  margin-left: 12px;
}
.header .gnav__list li:not(:first-of-type)::before {
  position: absolute;
  top: 50%;
  left: -6px;
  height: 20px;
  content: "";
  border-left: 1px solid #e5e5e5;
  transform: translateY(-50%);
}
a:hover {
  text-decoration: none;
  opacity: 0.75;
}
.simple .header .gnav__list li.navitem_simple a,
.standard_a .header .gnav__list li.navitem_standard_a a,
.standard_b .header .gnav__list li.navitem_standard_b a,
.premium .header .gnav__list li.navitem_premium a,
.care .header .gnav__list li.navitem_care a,
.syotoku .header .gnav__list li.navitem_syotoku a {
  font-weight: 700;
}
.simple .header .gnav__list li.navitem_simple a::after,
.standard_a .header .gnav__list li.navitem_standard_a a::after,
.standard_b .header .gnav__list li.navitem_standard_b a::after,
.premium .header .gnav__list li.navitem_premium a::after,
.care .header .gnav__list li.navitem_care a::after,
.syotoku .header .gnav__list li.navitem_syotoku a::after {
  border-bottom: 3px solid #1581c9;
}
/* footer style */
.footer {
  font-size: 3.2vw;
  background-color: #f1faff;
}
@media only screen and (min-width: 744px) {
  .footer {
    font-size: 2.2vw;
  }
}
@media only screen and (min-width: 769px) {
  .footer {
    margin-top: 80px;
    font-size: 1.2rem;
  }
}
.footer .pagetop {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
}
.footer .pagetop .arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 52px 10px 32px;
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  background-color: #f1faff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.footer .pagetop .arrow span::after {
  position: absolute;
  top: 50%;
  right: 10%;
  line-height: 1;
  content: url(/assets/images/common/arrow_pagetop.svg);
  transform: translateY(-50%);
}
.footer__inner {
  max-width: 1040px;
  padding: 6%;
  margin: 0 auto;
  line-height: 1.8;
}
@media only screen and (min-width: 744px) {
  .footer__inner {
    padding: 4%;
  }
}
@media only screen and (min-width: 769px) {
  .footer__inner {
    padding: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__inner {
    display: flex;
    justify-content: space-between;
    padding: 2% 0;
  }
  .footer__inner > div {
    width: 48%;
  }
}
.footer__inner p + p,
.footer__inner dl + dl {
  margin-top: 2em;
}
.footer__inner .title {
  margin-top: 1.5em;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4;
  color: #1581c9;
}
@media only screen and (max-width: 500px) {
  .footer__inner .title {
    padding-left: 8px;
    border-left: 5px solid #1581c9;
  }
}
@media only screen and (min-width: 744px) {
  .footer__inner .title {
    font-size: 3.2vw;
    border-bottom: 2px solid #1581c9;
  }
}
@media only screen and (min-width: 769px) {
  .footer__inner .title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 500px) {
  .footer__inner .column + .column {
    margin-top: 3em;
  }
}
.footer .text {
  margin-top: 1em;
}
.footer .list {
  margin-bottom: 16px;
  margin-left: 1.5em;
}
.footer .list li {
  list-style-type: disc;
}
.footer .info {
  padding: 6%;
  background-color: #d5e8f4;
}
@media only screen and (min-width: 744px) {
  .footer .info {
    padding: 4%;
  }
}
@media only screen and (min-width: 769px) {
  .footer .info {
    padding: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer .info {
    padding: 40px 0;
  }
}
.footer .info .inner {
  max-width: 1040px;
  margin: 0 auto;
}
.footer .info__head {
  padding: 5%;
  text-align: center;
  background-color: #f1faff;
  border-radius: 8px;
}
@media only screen and (min-width: 1024px) {
  .footer .info__head {
    padding: 2% 5%;
  }
}
.footer .info__head dt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (min-width: 1024px) {
  .footer .info__head dt {
    font-size: 1.6rem;
  }
}
.footer .info__head dd {
  font-size: 1.3rem;
  color: #1581c9;
}
.footer .info__head .num {
  display: block;
  font-size: 3.2rem;
}
@media only screen and (min-width: 1024px) {
  .footer .info__head .num {
    font-size: 2.8rem;
  }
}
.footer .info__body {
  margin-top: 1em;
}
.footer .info__body dl,
.footer .info__body p {
  margin-top: 1em;
}
@media only screen and (min-width: 1024px) {
  .footer .info__body .address {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer .info__body .documentNumber {
    margin-top: 2em;
  }
}
.footer .txtnav {
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .footer .txtnav {
    padding: 24px 0;
  }
}
.footer .txtnav ul {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .footer .txtnav ul {
    flex-direction: row;
    max-width: 1040px;
    margin: 0 auto;
  }
  .footer .txtnav ul + ul {
    margin-top: 16px;
  }
}
.footer .txtnav ul li a {
  position: relative;
  display: block;
  padding: 4%;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  border-top: 1px solid #e5e5e5;
}
@media only screen and (min-width: 744px) {
  .footer .txtnav ul li a {
    padding: 2% 4%;
  }
}
.footer .txtnav ul li a::after {
  position: absolute;
  top: 50%;
  right: 6%;
  content: url(/assets/images/common/arrow_black.svg);
  transform: translateY(-50%) rotate(270deg);
}
@media only screen and (min-width: 1024px) {
  .footer .txtnav ul li a {
    font-size: 1.2rem;
    text-decoration: underline;
    border: 0 none;
  }
  .footer .txtnav ul li a::after {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .footer .txtnav ul li:not(:first-of-type) {
    margin-left: 2em;
  }
}
.footer .copy {
  padding: 6% 6% 26%;
  margin: 0 auto;
  background-color: #1581c9;
}
@media only screen and (min-width: 1024px) {
  .footer .copy {
    padding: 24px 0;
  }
}
.footer .copy ul {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .footer .copy ul {
    flex-direction: row;
    max-width: 1040px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 500px) {
  .footer .copy ul li:not(:first-of-type) {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer .copy ul li:not(:first-of-type) {
    margin-left: 20px;
  }
}
.footer .copy ul li a {
  font-size: 1.2rem;
  color: #fff;
}
/* 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: 744px) {
  .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: #1581c9;
  text-align: center;
  cursor: pointer;
  background-color: #f1faff;
  border: 1px solid #1581c9;
  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: 744px) {
  .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: #1581c9;
  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;
}
/* page style */
.block .inner .box {
  font-size: 1.4rem;
}
.block .inner .box + .box {
  margin-top: 40px;
}
.block .inner .box p + p {
  margin-top: 1em;
}
.block .inner .box figure.fit {
  max-width: 322px;
}
.block .inner .box figure.fit img {
  width: 100%;
}
.block .inner .title {
  padding-left: 10px;
  font-size: 1.8rem;
  color: #1581c9;
  border-left: 5px solid #1581c9;
}
.block .inner .list {
  margin-top: 10px;
}
.block .inner .list li:not(:first-of-type) {
  margin-top: 8px;
}
.block .inner .list2 {
  margin-top: 10px;
}
.block .inner .list2 li:not(:first-of-type) {
  margin-top: 40px;
}
.download .inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .flow li {
    margin: auto;
  }
}