@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,
button,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}
/* 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 {
  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%;
  scroll-padding-top: 136px;
}
@media only screen and (min-width: 769px) {
  html {
    scroll-padding-top: 106px;
  }
}
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: #222;
  letter-spacing: 0;
  background-color: #f3f3f3;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: underline;
  transition: opacity 0.2s;
}
a:hover, a:active {
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (min-width: 744px) {
  a[href*="tel:"] {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}
a figure {
  transition: opacity 0.2s;
}
a figure:hover {
  opacity: 0.7;
}
sup {
  font-size: 80%;
}
strong,
em {
  font-weight: 700;
}
table {
  width: 100%;
}
table th,
table td {
  text-align: center;
  vertical-align: middle;
}
picture,
figure {
  display: block;
}
picture.icon img,
figure.icon img {
  width: auto;
  height: auto;
}
picture.fit img,
figure.fit img {
  width: 100%;
  height: auto;
}
picture.fit_s img,
figure.fit_s img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 769px) {
  picture.fit_s img,
  figure.fit_s img {
    max-width: 254px;
  }
}
picture.fit_m img,
figure.fit_m img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 769px) {
  picture.fit_m img,
  figure.fit_m img {
    max-width: 80%;
  }
}
@media only screen and (min-width: 769px) {
  picture img,
  figure img {
    width: 100%;
    height: auto;
  }
}
picture.border img,
figure.border img {
  border: 1px solid #d4d4d4;
}
picture.round img,
figure.round img {
  border-radius: 8px;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
@media only screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
.is-right {
  text-align: right;
}
.is-center {
  text-align: center;
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.note {
  margin-top: 1em;
  font-size: 4vw;
  color: #4a4a4a;
}
.note.indent {
  padding-left: 1.4em;
  text-indent: -1.4em;
}
@media only screen and (min-width: 744px) {
  .note {
    font-size: 1.4rem;
  }
}
.note.upper {
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .sp-menulink {
    display: block;
    padding-top: 56px;
    margin-top: -56px;
  }
}
.pagemenu_area {
  position: sticky;
  top: 96px;
  z-index: 10;
  background-color: #fff;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (max-width: 768px) {
  .pagemenu_area {
    transition: transform 0.3s 0.2s;
  }
  .pagemenu_area.toggle {
    transform: translatey(-56px);
  }
}
@media only screen and (min-width: 769px) {
  .pagemenu_area {
    top: 56px;
  }
}
@media only screen and (min-width: 1080px) {
  .pagemenu_area {
    top: 56px;
    padding-right: 460px;
  }
}
.pagemenu_area .pagemenu {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  justify-content: center;
  max-width: 760px;
}
@media only screen and (min-width: 769px) {
  .pagemenu_area .pagemenu {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1080px) {
  .pagemenu_area .pagemenu {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.pagemenu_area .pagemenu a {
  position: relative;
  display: block;
  padding: 8px 12px;
  font-size: 1.3rem;
  color: #222;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  .pagemenu_area .pagemenu a {
    padding: 8px 16px;
  }
}
.pagemenu_area .pagemenu a:hover, .pagemenu_area .pagemenu a:active {
  opacity: 0.75;
  transition: 0.3s;
}
.pagemenu_area .pagemenu span {
  position: relative;
}
.pagemenu_area .pagemenu span::before {
  position: absolute;
  top: 55%;
  left: -11px;
  width: 8px;
  height: 6px;
  content: "";
  background: url(/assets/images/common/icon_arrow_menu.svg) no-repeat 0 0/contain;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .pagemenu_area .pagemenu span::before {
    left: -15px;
    width: 10px;
    height: 6px;
  }
}
.mv {
  position: relative;
  margin-top: 96px;
  background: #1669be url(/assets/images/common/mv_bg_border_sp.svg) bottom center no-repeat;
}
@media only screen and (max-width: 768px) {
  .mv {
    padding-bottom: 20px;
    background-position: top -27vw center;
    background-size: 120%;
  }
}
@media only screen and (min-width: 769px) {
  .mv {
    margin-top: 56px;
    background-image: url(/assets/images/common/mv_bg_border_pc.svg);
    background-size: cover;
  }
}
.mv .inner {
  max-width: 1240px;
  padding: 0 16px;
  margin: 0 auto;
}
@media only screen and (min-width: 744px) {
  .mv .inner {
    padding: 20px 16px;
  }
}
@media only screen and (min-width: 1080px) {
  .mv .inner {
    padding: 36px 10px 24px;
  }
}
.mv__cont {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media only screen and (min-width: 1080px) {
  .mv__cont {
    flex-direction: row;
    -moz-column-gap: 50px;
         column-gap: 50px;
    align-items: center;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .mv__cont img {
    width: 100%;
  }
}
.mv__cont div {
  width: 100%;
}
@media only screen and (min-width: 1080px) {
  .mv__cont div {
    width: auto;
  }
}
.mv__cont .itemIMG {
  margin-top: 10px;
}
@media only screen and (min-width: 1080px) {
  .mv__cont .itemIMG {
    margin-top: 0;
  }
}
.mv__cont .itemLIST {
  margin-top: 8px;
}
@media only screen and (min-width: 1080px) {
  .mv__cont .itemLIST {
    margin-top: 20px;
  }
}
.mv__cont .itemLIST .note {
  margin-top: 2px;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 1080px) {
  .mv__cont .itemLIST .note {
    text-align: left;
  }
}
@media only screen and (min-width: 1080px) {
  .mv__cont .itemSIM {
    display: none;
  }
}
.mv__cont .contlist {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  justify-content: center;
  margin-top: 12px;
  text-align: center;
}
@media only screen and (min-width: 1080px) {
  .mv__cont .contlist {
    justify-content: inherit;
    padding: 0;
  }
}
.mv__cont .formbtn {
  padding: 10px 0;
}
aside {
  position: relative;
  margin-top: 6vh;
  font-size: 4.8vw;
}
@media only screen and (min-width: 769px) {
  aside {
    display: none;
  }
}
@media only screen and (min-width: 1080px) {
  aside {
    position: fixed;
    top: 0;
    right: 50%;
    left: 50%;
    z-index: 101;
    display: block;
    width: 320px;
    height: 100vh;
    margin: 0;
    margin-left: 450px;
    font-size: 1.6rem;
    background-color: #fff;
    border-right: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    transform: translate(-50%);
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1200px) {
  aside {
    right: 0;
    left: auto;
    margin-left: 0;
    transform: translate(0);
  }
}
@media only screen and (min-width: 1080px) {
  aside .asideinner {
    padding: 0 18px;
  }
}
aside .asideinner .lp-Quote {
  margin-top: 16px;
}
aside .asideinner .lp-Quote a {
  width: 100%;
}
@media only screen and (min-width: 1080px) {
  aside .asideinner .lp-Quote a {
    line-height: 1;
  }
}
aside .asideinner .lp-Quote a::before, aside .asideinner .lp-Quote a::after {
  display: none;
}
@media only screen and (max-width: 768px) {
  aside .asideinner .simulator {
    display: none;
  }
}
@media only screen and (min-width: 744px) {
  aside .asideinner .simulator .btnarea ul {
    flex-direction: column;
  }
  aside .asideinner .simulator .btnarea ul li {
    width: 100%;
  }
  aside .asideinner .simulator .btnarea ul li + li {
    margin-top: 6px;
  }
}
@media only screen and (min-width: 1100px) {
  aside .asideinner .simulator .btnarea ul {
    flex-direction: row;
  }
  aside .asideinner .simulator .btnarea ul li + li {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1080px) {
  .contentsnav {
    margin-top: 24px;
  }
}
.contentsnav > ul > li,
.contentsnav > ul > li li:nth-of-type(n + 2) {
  border-top: 1px solid #d4d4d4;
}
.contentsnav > ul li {
  background-color: #fff;
}
.contentsnav > ul li a {
  display: block;
  padding: 4.5% 6%;
  color: #222;
  text-decoration: none;
}
@media only screen and (min-width: 1080px) {
  .contentsnav > ul li a {
    padding: 12px 16px;
    font-size: 1.3rem;
  }
}
.contentsnav > ul li .information {
  padding: 5% 6%;
}
.contentsnav > ul li .information dd {
  line-height: 1.8;
}
@media only screen and (min-width: 769px) {
  .contentsnav > ul li .information {
    padding: 8% 6%;
  }
}
.contentsnav > ul li.cancer a {
  color: #1669be;
}
@media only screen and (min-width: 1080px) {
  .contentsnav > ul li.cancer a {
    color: #222;
  }
}
.contentsnav > ul li.healthcare a {
  color: #009b55;
}
@media only screen and (min-width: 1080px) {
  .contentsnav > ul li.healthcare a {
    color: #222;
  }
}
.contentsnav > ul li.care a {
  color: #1296d7;
}
@media only screen and (min-width: 1080px) {
  .contentsnav > ul li.care a {
    color: #222;
  }
}
.contentsnav h3 {
  padding: 28px 0 4px 22px;
  font-size: 70%;
  font-weight: 700;
  color: #444;
}
.contentsnav h3:first-child {
  margin-top: -16px;
}
.contentsnav a {
  position: relative;
}
.contentsnav .nav_bnr:first-child {
  padding-top: 0;
}
@media only screen and (min-width: 769px) {
  .contentsnav .nav_bnr {
    border: 1px solid #d4d4d4;
    border-radius: 10px;
  }
  .contentsnav .nav_bnr li:first-of-type {
    border-top: 0 none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .contentsnav .nav_bnr li:first-of-type a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .contentsnav .nav_bnr li:last-of-type {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
.contentsnav .nav_bnr .quote {
  width: 84%;
  margin: 24px auto 0;
  margin-bottom: 28px;
  text-align: center;
  background: #ff9123;
  border-radius: 8px;
}
.contentsnav .nav_bnr .quote a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .contentsnav .nav_bnr .quote a::after {
    background: url(/assets/images/common/icon_arrow_white.svg) no-repeat 0 0/contain;
  }
  .contentsnav .nav_bnr .quote a::before {
    position: absolute;
    top: 14%;
    left: 4px;
    width: 68%;
    height: 68%;
    content: "";
    background: url(../images/common/icon_quote.svg) no-repeat;
    background-size: contain;
  }
}
.contentsnav .nav_bnr a::after {
  position: absolute;
  top: 50%;
  right: 8%;
  width: 8px;
  height: 16px;
  content: "";
  background: url(/assets/images/common/icon_arrow_black.svg) no-repeat 0 0/contain;
  transform: translateY(-50%);
}
.contentsnav .nav_bnr small {
  display: block;
  padding-top: 4px;
  font-size: 1rem;
  line-height: 1;
}
@media only screen and (min-width: 1080px) {
  .contentsnav .nav_block {
    display: none;
  }
}
.contentsnav .nav_block a::after {
  position: absolute;
  top: 50%;
  right: 8%;
  width: 2vw;
  height: 4.5vw;
  content: "";
  background: url(/assets/images/common/icon_arrow_black.svg) no-repeat 0 0/contain;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .contentsnav .nav_block a::after {
    width: 8px;
    height: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contentsnav .nav_block a::after {
    top: 54%;
    width: 0.85vw;
    height: 2vw;
  }
}
.contentsnav .nav_card li {
  margin-top: 25px;
  background: 0 none;
  border-radius: 8px;
}
.contentsnav .nav_card li a {
  padding: 16px 32px 16px 10px;
}
.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1240px;
  margin-top: 40px;
}
@media only screen and (min-width: 769px) {
  .wrapper {
    padding: 2% 2% 10%;
  }
}
@media only screen and (min-width: 1080px) {
  .wrapper {
    display: block;
    flex-direction: row;
    padding: 60px 0 100px;
    margin: 0 auto;
  }
}
main {
  font-size: 4.8vw;
  background-color: #f3f3f3;
}
@media only screen and (min-width: 744px) {
  main {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1080px) {
  main {
    max-width: 760px;
  }
}
article section {
  margin-bottom: 11vw;
}
@media only screen and (min-width: 769px) {
  article section {
    margin-bottom: 40px;
  }
}
/* common page style */
.heading {
  padding: 5% 0 5% 21%;
}
@media only screen and (min-width: 769px) {
  .heading {
    padding: 25px 0 25px 14.5%;
    border: 1px solid #d4d4d4;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.heading .title {
  position: relative;
  font-size: 5.8666666667vw;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .heading .title {
    display: flex;
    align-items: center;
    font-size: 2.2rem;
  }
}
.heading .title.icon::before {
  position: absolute;
  top: 50%;
  left: -24%;
  width: 14vw;
  height: 14vw;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .heading .title.icon::before {
    left: -12%;
    width: 62px;
    height: 62px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .heading .title.icon::before {
    left: -7.5vw;
    width: 7vw;
    height: 7vw;
  }
}
.heading .title.iconA-01::before {
  background-image: url("/assets/images/common/icon_pontaillustA-01.svg");
}
.heading .title.iconA-02::before {
  background-image: url("/assets/images/common/icon_pontaillustA-02.svg");
}
.heading .title.iconA-03::before {
  background-image: url("/assets/images/common/icon_pontaillustA-03.svg");
}
.heading .title.iconA-04::before {
  background-image: url("/assets/images/common/icon_pontaillustA-04.svg");
}
.heading .title.iconA-05::before {
  background-image: url("/assets/images/common/icon_pontaillustA-05.svg");
}
.heading .title.iconA-06::before {
  background-image: url("/assets/images/common/icon_pontaillustA-06.svg");
}
.heading .title.iconA-07::before {
  background-image: url("/assets/images/common/icon_pontaillustA-07.svg");
}
.heading .title.iconA-08::before {
  background-image: url("/assets/images/common/icon_pontaillustA-08.svg");
}
.heading .title.iconA-09::before {
  background-image: url("/assets/images/common/icon_pontaillustA-09.svg");
}
.heading .title.iconA-10::before {
  background-image: url("/assets/images/common/icon_pontaillustA-10.svg");
}
.heading .title.iconA-11::before {
  background-image: url("/assets/images/common/icon_pontaillustA-11.svg");
}
.heading .title.iconA-12::before {
  background-image: url("/assets/images/common/icon_pontaillustA-12.svg");
}
.heading .title.iconPoint::before {
  background-image: url("/assets/images/common/icon_pontaillustPoint.svg");
}
.heading .title.iconPoint2::before {
  background-image: url("/assets/images/common/icon_pontaillustPoint2.svg");
}
.heading .title img {
  display: block;
  width: 220px;
}
@media only screen and (min-width: 769px) {
  .heading .title img {
    display: inline-block;
    margin-right: 10px;
  }
}
.heading.cmn {
  background-color: #fdf8b9;
}
.heading.cmn .title {
  color: #222;
}
.heading.is-icon {
  padding: 5% 14% 5% 19%;
}
@media only screen and (min-width: 769px) {
  .heading.is-icon {
    padding: 3.5% 14%;
  }
  .heading.is-icon .icon::before {
    left: -14%;
  }
}
@media only screen and (max-width: 768px) {
  .anchor {
    scroll-margin-top: 60px;
  }
}
.box {
  position: relative;
  padding: 6% 7% 10%;
  margin-top: 40px;
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .box {
    padding: 24px 40px 40px;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .box {
    padding: 4%;
  }
}
@media only screen and (max-width: 768px) {
  .box.pageinfo {
    padding: 5%;
    margin: 0 4%;
    font-size: 4.3vw;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
  }
}
@media only screen and (min-width: 769px) {
  .box.pageinfo {
    z-index: 2;
    margin-top: -1px;
    font-size: 1.6rem;
  }
}
.box.pageinfo h1 {
  font-size: 6.45vw;
  font-weight: 700;
  text-align: center;
}
.box.pageinfo h1 span {
  display: block;
}
.box.pageinfo h1 .span-404 {
  margin: 0.5em 0;
  font-size: 4.2666666667vw;
}
@media only screen and (min-width: 769px) {
  .box.pageinfo h1 .span-404 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 769px) {
  .box.pageinfo h1 {
    font-size: 3.2rem;
  }
}
.box.pageinfo em {
  color: #f50028;
}
.box.top {
  margin-top: 0;
  border-top: 0 none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.box .stitle {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  font-size: 5.0666666667vw;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .box .stitle {
    font-size: 2.2rem;
  }
}
.box .stitle.cmn {
  display: block;
  color: #222;
}
.box .stitle.cmn strong {
  color: #ff9123;
}
.box .stitle span.numicon {
  margin-right: 10px;
  line-height: 1;
}
.box .sstitle {
  padding-left: 2vw;
  margin: 40px 0 10px;
  font-size: 5.0666666667vw;
  font-weight: 700;
  border-left-style: solid;
  border-left-width: 5px;
}
@media only screen and (min-width: 769px) {
  .box .sstitle {
    padding-left: 8px;
    font-size: 2rem;
  }
}
.box .lead {
  font-size: 4.8vw;
}
@media only screen and (min-width: 769px) {
  .box .lead {
    font-size: 1.6rem;
  }
}
.box .lead strong {
  background: linear-gradient(transparent 64%, #ff6 64%);
}
.bggray {
  padding: 32px 24px;
  margin-top: 24px;
  font-size: 4vw;
  color: #222;
  background: #f4f4f4;
  border-radius: 8px;
}
@media only screen and (min-width: 769px) {
  .bggray {
    font-size: 1.6rem;
  }
}
.bggray > .title {
  font-weight: 700;
}
.bggray > .title:not(:first-of-type) {
  margin-top: 2em;
}
.bggray .cont {
  margin-top: 0.8em;
}
.bggray ol,
.bggray ul,
.bggray dl {
  margin-top: 0.5em;
}
.bggray .note {
  margin-top: 2em;
}
.annotation dt {
  margin-top: 16px;
}
.annotation dt:first-child {
  margin-top: 0;
}
.annotation li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.annotation.detail .title {
  margin-bottom: 0.5em;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .annotation.detail .title {
    font-size: 1.8rem;
  }
}
.listbox {
  max-width: 400px;
  margin: 40px auto 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .listbox {
    width: 60%;
  }
}
.listbox dt {
  position: relative;
}
.listbox dt span {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 1.3% 3%;
  font-size: 3vw;
  font-weight: 700;
  color: #fff;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .listbox dt span {
    width: 64%;
  }
}
@media only screen and (min-width: 769px) {
  .listbox dt span {
    font-size: 1.6rem;
  }
}
.listbox dd li {
  padding: 5% 0;
  font-size: 3.6vw;
  font-weight: 700;
}
.listbox dd li:first-of-type {
  padding: 10% 0 5%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media only screen and (min-width: 769px) {
  .listbox dd li:first-of-type {
    padding: 7% 0 2%;
  }
}
.listbox dd li:last-of-type {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media only screen and (min-width: 769px) {
  .listbox dd li {
    padding: 2%;
    font-size: 1.5rem;
  }
}
.listbox dd span.block {
  display: block;
}
.listbox dd span.black {
  font-weight: 500;
  color: #222;
}
.listbox dd span.inline {
  display: inline;
}
@media only screen and (max-width: 768px) {
  .listbox dd span.inline {
    display: none;
  }
}
.tablebox {
  position: relative;
  margin-top: 24px;
}
.tablebox.osusume table {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .tablebox.osusume table {
    width: auto;
  }
}
.tablebox.osusume table::before {
  position: absolute;
  top: -4%;
  right: -5%;
  z-index: 2;
  width: 12vw;
  height: 12vw;
  content: "";
  background: url(/assets/images/common/icon_osusume.svg) no-repeat 0/contain;
}
@media only screen and (min-width: 769px) {
  .tablebox.osusume table::before {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .tablebox.osusume table::before {
    right: -3%;
  }
}
.tablebox caption {
  padding: 8px 0;
  font-weight: 700;
  color: #fff;
  border-bottom: solid 4px #fff;
}
.tablebox th,
.tablebox td {
  padding: 12px 0;
  font-weight: 700;
  white-space: nowrap;
  border-bottom: solid 4px #fff;
}
@media only screen and (min-width: 769px) {
  .tablebox th,
  .tablebox td {
    padding: 14px 18px;
  }
}
.tablebox th {
  font-size: 3.7vw;
}
@media only screen and (min-width: 769px) {
  .tablebox th {
    font-size: 1.6rem;
  }
}
.tablebox td {
  font-size: 3.7vw;
}
@media only screen and (min-width: 769px) {
  .tablebox td {
    font-size: 1.5rem;
  }
}
.tablebox tr:first-of-type th {
  border-left: solid 4px #fff;
}
.tablebox tr:nth-of-type(n + 2) td {
  border-left: solid 4px #fff;
}
.imgbox {
  margin: 24px 0;
}
.btn_wrap {
  margin-top: 30px;
}
.cancer {
  font-weight: 700;
  color: #1669be;
}
.healthcare {
  font-weight: 700;
  color: #009b55;
}
.care {
  font-weight: 700;
  color: #1296d7;
}
.opensummary {
  font-weight: 700;
  color: #1669be;
}
.detailbox {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-wrap: unset;
  padding: 24px;
  margin-top: 24px;
  text-align: center;
  background-color: #fffaf5;
  border-radius: 8px;
}
@media only screen and (min-width: 769px) {
  .detailbox {
    flex-direction: row;
    max-width: 450px;
    text-align: left;
  }
  .detailbox .image {
    width: 30%;
  }
  .detailbox .cont {
    width: 70%;
  }
}
.detailbox p {
  line-height: 1.4;
}
.detailbox p + p {
  margin-top: 5px;
}
.detailbox strong {
  font-size: 7.4vw;
  color: #ff9123;
}
@media only screen and (min-width: 769px) {
  .detailbox strong {
    font-size: 2.8rem;
  }
}
.detailbox em {
  font-size: 4.6vw;
  color: #ff9123;
}
@media only screen and (min-width: 769px) {
  .detailbox em {
    font-size: 1.7rem;
  }
}
.detailbox .note {
  text-align: left;
}
.detailbox .planlist {
  padding: 4%;
  margin-top: 14px;
  font-size: 4vw;
  background: #fff;
  border-radius: 8px;
}
@media only screen and (min-width: 769px) {
  .detailbox .planlist {
    padding: 4% 4% 4% 6%;
    font-size: 1.5rem;
  }
}
.compare_section {
  margin-top: 40px;
}
.compare_section .plancompare {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.compare_section .plancompare__item {
  width: 33.3333333333%;
  border-style: solid;
  border-width: 1px;
}
.compare_section .plancompare__item dt {
  position: relative;
  padding: 12px 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 744px) {
  .compare_section .plancompare__item dt {
    font-size: 1.6rem;
  }
}
.compare_section .plancompare__item dt .popularityicon {
  position: absolute;
  top: -28%;
  right: 0;
  left: 0;
  font-size: 1.5rem;
  color: #f08404;
}
.compare_section .plancompare__item dd {
  padding: 2px 7px;
  font-size: 3.2vw;
  line-height: 1.3;
  color: #666;
  text-align: center;
}
@media only screen and (min-width: 744px) {
  .compare_section .plancompare__item dd {
    padding: 4px 16px;
    font-size: 1.5rem;
  }
}
.compare_section .plancompare__item dd li {
  padding: 12px 0;
}
.compare_section .plancompare__item dd li + li {
  border-top: 1px solid #c9c9c9;
}
.compare_section .plancompare__item dd li span {
  display: block;
}
.compare_section .plancompare__item dd em {
  display: block;
  margin-top: 4px;
  font-size: 3.4vw;
  font-weight: normal;
  line-height: 1.3;
}
@media only screen and (min-width: 744px) {
  .compare_section .plancompare__item dd em {
    font-size: 1.8rem;
  }
}
.compare_section .plancompare__item dd em.price {
  font-weight: 700;
}
.compare_section .plancompare__item:first-of-type {
  overflow: hidden;
  border-radius: 8px 0 0 8px;
}
.compare_section .plancompare__item:nth-of-type(3) {
  border-color: #f08404;
  border-radius: 0 8px 8px 0;
}
.compare_section .plancompare__item:nth-of-type(3) dt {
  padding: 16px 0 12px;
  margin: -13px -1px 0;
  font-size: 1.6rem;
  background-color: #f08404;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media only screen and (min-width: 744px) {
  .compare_section .plancompare__item:nth-of-type(3) dt {
    padding: 20px 0 12px;
    margin: -20px -1px 0;
    font-size: 2rem;
  }
}
.compare_section .plancompare__item:nth-of-type(3) dd {
  background-color: #fffad2;
  border-bottom-right-radius: 8px;
}
.compare_section .plancompare__item:nth-of-type(3) dd .price {
  color: #f08404;
}
.feature__info {
  padding: 24px 16px;
  margin-top: 40px;
  font-size: 4.3vw;
  border-radius: 6px;
}
@media only screen and (min-width: 769px) {
  .feature__info {
    padding: 30px 40px;
    font-size: 1.3rem;
  }
}
.feature__title {
  margin-bottom: 0.5em;
  font-size: 5.8666666667vw;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .feature__title {
    font-size: 2.2rem;
    text-align: left;
  }
}
.feature .fit img {
  border-radius: 0;
}
.feature__note {
  margin-top: 0.8em;
  font-size: 4vw;
  line-height: 1.8;
  color: #666;
}
@media only screen and (min-width: 769px) {
  .feature__note {
    font-size: 1.1rem;
  }
}
.services .accordion .cont {
  padding: 24px;
}
@media only screen and (min-width: 769px) {
  .services .accordion .cont {
    padding: 24px 40px;
  }
}
.services .accordion .popup {
  margin-top: 1em;
  color: #1669be;
}
.services .accordion .popup a {
  color: #1669be;
}
.iconlist {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media only screen and (min-width: 769px) {
  .iconlist {
    flex-direction: row;
  }
}
.iconlist li {
  position: relative;
  padding: 4vw 0;
}
@media only screen and (min-width: 769px) {
  .iconlist li {
    width: 100%;
    padding: 12px 0;
  }
}
.iconlist li.icon::before {
  position: absolute;
  left: 0;
  width: 8vw;
  height: 8vw;
  margin-top: 12px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .iconlist li.icon::before {
    width: 30px;
    height: 30px;
  }
}
.iconlist li.icon.brain:before {
  background-image: url("/assets/images/common/serviceicon_brain.svg");
}
.iconlist li.icon.building:before {
  background-image: url("/assets/images/common/serviceicon_building.svg");
}
.iconlist li.icon.car:before {
  background-image: url("/assets/images/common/serviceicon_car.svg");
}
.iconlist li.icon.contact:before {
  background-image: url("/assets/images/common/serviceicon_contact.svg");
}
.iconlist li.icon.coffee:before {
  background-image: url("/assets/images/common/serviceicon_coffee.svg");
}
.iconlist li.icon.diamond:before {
  background-image: url("/assets/images/common/serviceicon_diamond.svg");
}
.iconlist li.icon.internet:before {
  background-image: url("/assets/images/common/serviceicon_internet.svg");
}
.iconlist li.icon.line:before {
  background-image: url("/assets/images/common/serviceicon_line.svg");
}
.iconlist li.icon.phone:before {
  background-image: url("/assets/images/common/serviceicon_phone.svg");
}
.iconlist li.icon.service:before {
  background-image: url("/assets/images/common/serviceicon_service.svg");
}
.iconlist li.icon.support:before {
  background-image: url("/assets/images/common/serviceicon_support.svg");
}
.iconlist li.icon.walking:before {
  background-image: url("/assets/images/common/serviceicon_walking.svg");
}
.iconlist li.icon.brain_health:before {
  background-image: url("/assets/images/common/serviceicon_brain_health.svg");
}
.iconlist li.icon.brain_functions:before {
  background-image: url("/assets/images/common/serviceicon_brain_functions.svg");
}
.iconlist li.icon.hunt:before {
  background-image: url("/assets/images/common/serviceicon_hunt.svg");
}
.iconlist li.icon.society:before {
  background-image: url("/assets/images/common/serviceicon_society.svg");
}
.iconlist li span {
  display: block;
  padding-left: 12vw;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .iconlist li span {
    padding-left: 40px;
  }
}
.iconlist li p {
  color: #222;
}
.note__list li {
  display: flex;
}
.note__list li span:first-of-type {
  margin-right: 5px;
}
.liststyle ol {
  list-style-type: decimal;
}
.liststyle ul {
  list-style-type: disc;
}
.liststyle li {
  margin-left: 1em;
}
.liststyle li + li {
  margin-top: 0.3em;
}
.liststyle .nostyle {
  list-style-type: none;
}
.liststyle .nostyle li {
  margin: 0;
}
.liststyle dl dd + dt {
  margin-top: 1em;
}
.liststyle dl dd ul {
  margin-left: 1em;
}
.information {
  font-size: 4vw;
  font-size: 3.7333333333vw;
}
@media only screen and (min-width: 769px) {
  .information {
    font-size: 1.4rem;
  }
}
.information dt {
  font-weight: 700;
}
.information dt::before {
  margin-right: 5px;
  color: #ff9123;
  content: "■";
}
.information span {
  display: block;
}
.formbtn {
  width: 240px;
  margin-top: 12px;
}
@media only screen and (min-width: 769px) {
  .formbtn {
    width: 240px;
  }
}
.formbtn a {
  position: relative;
  display: block;
  padding: 7% 10%;
  line-height: 1;
  background-color: #fffaf5;
  border: 1px solid #ff9123;
  border-radius: 8px;
}
.formbtn a::after {
  position: absolute;
  top: 50%;
  right: 4%;
  width: 8px;
  height: 16px;
  content: "";
  background: url(/assets/images/common/icon_arrow_orange.svg) no-repeat 0 0/contain;
  transform: translateY(-50%);
}
.formbtn a .note {
  font-size: 1rem;
  text-align: center;
}
.formbtn.appdl {
  width: 280px;
}
.formbtn.appdl a {
  padding: 7% 11% 7% 5%;
}
.bnrbtn {
  padding: 2% 2% 3%;
}
@media only screen and (max-width: 768px) {
  .bnrbtn {
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 9;
    width: 100%;
    transform: translate(-50%);
  }
}
.mt-24 {
  margin-top: -24px;
}
.mt32 {
  margin-top: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mb0 {
  margin-bottom: 0;
}
.mb12 {
  margin-bottom: 12px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb24 {
  margin-bottom: 24px;
}
.mb32 {
  margin-bottom: 32px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb48 {
  margin-bottom: 48px;
}
.mb60 {
  margin-bottom: 60px;
}
.lp-Quote {
  margin-top: 11vw;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .lp-Quote {
    margin-top: 40px;
  }
}
.lp-Quote span {
  display: inline-block;
  padding-bottom: 4px;
  font-size: 1.75rem;
  font-weight: bold;
  color: #ff9123;
}
.lp-Quote a {
  position: relative;
  display: inline-block;
  width: 92%;
  max-width: 400px;
  padding: 18px 0 18px 24px;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.8px;
  background: #ff9123;
  border-bottom: 4px solid #d37800;
  border-radius: 16px;
}
@media only screen and (min-width: 769px) {
  .lp-Quote a {
    width: 50%;
    padding: 16px 0;
    font-size: 2.2rem;
  }
}
.lp-Quote a .strong {
  font-size: 2.8rem;
  color: #fff;
}
.lp-Quote a::before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 42px;
  height: 42px;
  content: "";
  background: url(../images/common/icon_quote.svg) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .lp-Quote a::before {
    width: 48px;
    height: 48px;
  }
}
.lp-Quote a::after {
  position: absolute;
  top: 50%;
  left: 92%;
  width: 3vw;
  height: 4.5vw;
  content: "";
  background: url(/assets/images/common/icon_arrow_white.svg) no-repeat 0 0/contain;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .lp-Quote a::after {
    right: 10px;
    width: 8px;
    height: 13px;
  }
}
.lp-Quote + section {
  margin-top: 11vw;
}
@media only screen and (min-width: 769px) {
  .lp-Quote + section {
    margin-top: 40px;
  }
}
.floatbox {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 9;
  width: 100%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .floatbox {
    padding: 8px;
    background-color: #fff;
  }
}
@media only screen and (min-width: 769px) {
  .floatbox {
    position: sticky;
    bottom: 42px;
    left: auto;
    transform: none;
  }
}
.floatbox ul {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .floatbox ul.btn_column {
    display: flex;
    -moz-column-gap: 8px;
         column-gap: 8px;
    align-items: center;
    justify-content: center;
  }
  .floatbox ul.btn_column li {
    flex: 1;
  }
  .floatbox ul.btn_column li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    padding: 8px 0;
    border: 1px solid #ff9023;
    border-radius: 8px;
  }
  .floatbox ul.btn_column li a::before {
    content: none;
  }
  .floatbox ul.btn_column li a.btn_estimate::after {
    right: 8px;
    left: auto;
  }
  .floatbox ul.btn_column li a.btn_simulation {
    color: #ff9023;
    background-color: #fff7ed;
    border: 1px solid #ff9023;
  }
  .floatbox ul.btn_column li a.btn_simulation::after {
    right: 8px;
    left: auto;
    background-image: url(/assets/images/common/icon_arrow_orange.svg);
  }
  .floatbox ul.btn_column li a em {
    font-size: 3.7333333333vw;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 768px) and (min-width: 744px) {
  .floatbox ul.btn_column li a em {
    font-size: 1.3rem;
  }
}
.is-campaign {
  display: none;
}
.is-campaign.udmv {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto 32px;
}
@media only screen and (min-width: 769px) {
  .is-campaign.udmv {
    padding: 0;
  }
}
@media only screen and (min-width: 1080px) {
  .is-campaign.udmv {
    width: 760px;
  }
}
.is-campaign.udmv picture.fit img {
  border-radius: unset;
}
.is-campaign.ft ul {
  padding-left: 1em;
  text-indent: -1em;
}
.is-campaign.ft ul ol {
  padding-left: 1em;
}
.accordion {
  margin-top: 8px;
  margin-bottom: 16px;
}
.accordion .open {
  margin-bottom: 8px;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
.accordion .cont {
  padding: 24px 16px;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
}
.accordion ol li {
  display: list-item;
  margin-left: 24px;
  list-style-type: decimal;
}
.open em {
  text-decoration: underline;
  cursor: pointer;
}
.open em:hover {
  text-decoration: none;
}
.accordion-question {
  padding-bottom: 32px;
  margin-top: 8px;
  font-size: 16px;
}
.accordion-question:nth-of-type(3) {
  padding-bottom: 0;
}
.accordion-question .open {
  margin-bottom: 16px;
  font-weight: 700;
  color: #1296d7;
}
.accordion-question .cont {
  position: relative;
  padding: 4px 16px 24px 40px;
}
.accordion-question .cont::before {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 34px;
  height: 34px;
  content: "";
  background: url(/assets/images/faq/icon_a.svg) no-repeat;
  background-size: contain;
  transition: 0.1s;
}
.accordion-question ol li {
  display: list-item;
  margin-left: 24px;
  list-style-type: decimal;
}
.accordion-question summary {
  position: relative;
  display: block;
  padding-top: 4px;
  padding-left: 40px;
  cursor: pointer;
}
.accordion-question summary::-webkit-details-marker {
  display: none;
}
.accordion-question summary::before, .accordion-question summary::after {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
}
.accordion-question summary::before {
  width: 16px;
  height: 16px;
}
.accordion-question summary:hover {
  text-decoration: underline;
}
.accordion-question summary::after {
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 34px;
  height: 34px;
  content: "";
  background: url(/assets/images/faq/icon_q.svg) no-repeat;
  background-size: contain;
  transition: 0.1s;
}
.accordion-question dl {
  margin-bottom: 16px;
}
.accordion-question dl dd {
  color: #5f5f5f;
}
.accordion-lp h4 {
  padding: 12px 4px;
  background: #f3f3f3;
}
.accordion-lp .sstitle {
  padding-left: 16px;
}
.accordion-lp summary {
  position: relative;
  display: block;
  padding-left: 0;
  cursor: pointer;
}
.accordion-lp summary::-webkit-details-marker {
  display: none;
}
.accordion-lp summary::after {
  position: absolute;
  top: 12px;
  right: 24px;
  box-sizing: border-box;
  width: 28px;
  height: 28px;
  margin: auto;
  content: "";
  background: url(/assets/images/faq/icon_arrow.svg) no-repeat 0/contain;
  background-size: contain;
  transition: 0.1s;
}
.accordion-lp details[open] summary::after {
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  summary.twoline::after {
    top: 24px;
  }
}
.flowlist {
  margin-top: 8vw;
}
@media only screen and (min-width: 769px) {
  .flowlist {
    width: 92%;
    margin-top: 40px;
  }
}
.flowlist ol {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media only screen and (min-width: 769px) {
  .flowlist ol {
    flex-direction: row;
    justify-content: space-between;
  }
  .flowlist ol::after {
    display: block;
    width: 28%;
    content: "";
  }
}
.flowlist li {
  position: relative;
  width: 100%;
  padding: 6%;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .flowlist li:not(:first-of-type) {
    margin-top: 15vw;
  }
}
@media only screen and (min-width: 769px) {
  .flowlist li {
    width: 28%;
    padding: 20px 12px;
  }
  .flowlist li:nth-of-type(n + 4) {
    margin-top: 60px;
  }
}
.flowlist li::before {
  position: absolute;
  top: 17%;
  left: 6%;
  width: 10vw;
  height: 10vw;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 769px) {
  .flowlist li::before {
    top: -9%;
    left: -7%;
    width: 35px;
    height: 35px;
  }
}
.flowlist li:nth-of-type(1):before {
  background-image: url("/assets/images/process/num_01.svg");
}
.flowlist li:nth-of-type(2):before {
  background-image: url("/assets/images/process/num_02.svg");
}
.flowlist li:nth-of-type(3):before {
  background-image: url("/assets/images/process/num_03.svg");
}
.flowlist li:nth-of-type(4):before {
  background-image: url("/assets/images/process/num_04.svg");
}
.flowlist li:nth-of-type(5):before {
  background-image: url("/assets/images/process/num_05.svg");
}
.flowlist li:nth-of-type(6):before {
  background-image: url("/assets/images/process/num_06.svg");
}
.flowlist li:nth-of-type(7):before {
  background-image: url("/assets/images/process/num_07.svg");
}
.flowlist li:nth-of-type(8):before {
  background-image: url("/assets/images/process/num_08.svg");
}
.flowlist li:not(:last-of-type)::after {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 5vw solid #ffdebc;
  border-right: 7vw solid transparent;
  border-left: 7vw solid transparent;
}
@media only screen and (max-width: 768px) {
  .flowlist li:not(:last-of-type)::after {
    bottom: -10vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 769px) {
  .flowlist li:not(:last-of-type)::after {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #ffdebc;
    top: 50%;
    right: -22%;
    border-right-style: none;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 769px) {
  .flowlist img {
    width: 74px;
  }
}
.flowlist .title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .flowlist .title {
    padding-left: 18%;
  }
  .flowlist .title span {
    width: 80%;
  }
  .flowlist .title figure {
    width: 20%;
  }
  .flowlist .title figure img {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .flowlist .title {
    flex-direction: column;
    text-align: center;
  }
  .flowlist .title figure {
    margin-top: 20px;
  }
}
.flowlist .inner {
  margin-top: 0.5em;
  font-size: 3.5vw;
}
@media only screen and (min-width: 769px) {
  .flowlist .inner {
    margin-top: 16px;
    font-size: 1.2rem;
  }
}
.accordion-container {
  width: auto;
  margin: 0 auto;
}
.accordion-container .heading {
  position: relative;
}
@media only screen and (max-width: 960px) {
  .accordion-container .heading {
    padding-right: 15%;
  }
}
.accordion-container .heading::before {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 7vw;
  height: 7vw;
  content: "";
  background: url(/assets/images/faq/icon_arrow.svg) no-repeat 0/contain;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .accordion-container .heading::before {
    width: 25px;
    height: 25px;
  }
}
.accordion-container label {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  cursor: pointer;
  background: #fdf8b9;
}
.accordion-container label:not(:last-of-type) {
  border-bottom: 1px solid #000;
}
.accordion-container input:checked ~ label .heading::before {
  transform: translateY(-50%) rotate(180deg);
}
.accordion-container input {
  display: none;
}
.accordion-container .ac-cont {
  position: relative;
  max-height: 0;
  overflow: hidden;
  color: #000;
  transition: 0.5s ease-out;
}
.accordion-container input:checked ~ div.ac-cont {
  max-height: 10000px;
}
.faqitem + dl {
  padding-top: 9vw;
  margin-top: 9vw;
  border-top: 1px solid #d4d4d4;
}
@media only screen and (min-width: 769px) {
  .faqitem + dl {
    padding-top: 40px;
    margin-top: 40px;
  }
}
.faqitem > dt,
.faqitem > dd {
  position: relative;
  padding-left: 12vw;
}
@media only screen and (min-width: 769px) {
  .faqitem > dt,
  .faqitem > dd {
    padding-left: 40px;
  }
}
.faqitem > dt::before,
.faqitem > dd::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 9vw;
  height: 9vw;
  content: "";
}
@media only screen and (min-width: 769px) {
  .faqitem > dt::before,
  .faqitem > dd::before {
    width: 34px;
    height: 34px;
  }
}
.faqitem .question {
  font-size: 4.8vw;
  font-weight: 700;
}
.faqitem .question::before {
  background: url(/assets/images/faq/icon_q.svg) no-repeat, 34px/34px;
  background-size: contain;
}
@media only screen and (min-width: 769px) {
  .faqitem .question {
    font-size: 1.8rem;
  }
}
.faqitem .answer {
  padding-top: 4px;
  margin-top: 4vw;
  font-size: 4.8vw;
}
.faqitem .answer::before {
  background: url(/assets/images/faq/icon_a.svg) no-repeat, 34px/34px;
  background-size: contain;
}
.faqitem .answer dd {
  margin-bottom: 24px;
  color: #5f5f5f;
}
@media only screen and (min-width: 769px) {
  .faqitem .answer {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .guide .sstitle:first-child {
    margin-top: 24px;
  }
}
.guide .guide-pdf {
  position: relative;
}
.guide .guide-pdf::after {
  position: absolute;
  top: -2px;
  right: -20px;
  width: 16px;
  height: 20px;
  content: "";
  background: url(../images/common/icon-pdf.svg) no-repeat;
}
.guide img {
  text-align: left;
}
.guide li {
  padding-bottom: 8px;
}
.guide .box p {
  margin-bottom: 8px;
}
@media only screen and (min-width: 769px) {
  .guide .box .imgbox {
    text-align: left;
  }
}
.pontapointBanner {
  margin: 0 4% 24px;
}
@media only screen and (min-width: 769px) {
  .pontapointBanner {
    margin: 0 0 24px;
  }
}
.pontapointBlock .box a {
  color: #1669be;
  text-decoration: none;
  border-bottom: 1.5px solid #1669be;
}
.infoBlock {
  padding: 24px 16px;
  margin: 0 16px 40px;
  color: #333;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
}
@media only screen and (min-width: 769px) {
  .infoBlock {
    padding: 24px 32px;
    margin: 0 0 40px;
  }
}
.infoBlock p + p {
  margin-top: 0.3em;
}
.infoBlock a {
  color: inherit;
}
.simulator {
  background-color: #fff;
  border-radius: 8px;
}
@media only screen and (min-width: 744px) {
  .simulator {
    margin: 0;
  }
}
@media only screen and (min-width: 1080px) {
  .simulator {
    border-radius: 0;
  }
}
.simulator__inner {
  width: 100%;
  padding: 20px 16px;
}
@media only screen and (min-width: 1080px) {
  .simulator__inner {
    padding: 0;
    margin-top: 18px;
  }
}
.simulator__title {
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .simulator__title {
    width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1080px) {
  .simulator__title figure + figure {
    margin-top: 16px;
  }
}
.simulator__title img {
  width: 80%;
}
.simulator__title .logotitle {
  display: none;
}
@media only screen and (min-width: 744px) {
  .simulator__title .logotitle {
    display: block;
  }
}
.simulator__content {
  margin-top: 16px;
}
.simulator__content .btnarea ul {
  display: flex;
  -moz-column-gap: 6px;
       column-gap: 6px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .simulator__content .btnarea ul {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.simulator__content .btnarea ul li {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .simulator__content .btnarea ul li {
    font-size: 1.4rem;
  }
}
.simulator__content .btnarea ul li input {
  display: none;
}
.simulator__content .btnarea ul li input:checked + label {
  color: #fff;
  background-color: #ff9023;
}
.simulator__content .btnarea ul li .label-btn {
  display: block;
  padding: 6px 0;
  font-size: 3.4vw;
  font-weight: 700;
  color: #ff9023;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ff9023;
  border-radius: 6px;
}
@media only screen and (min-width: 744px) {
  .simulator__content .btnarea ul li .label-btn {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 769px) {
  .simulator__content .btnarea ul li .label-btn {
    padding: 6px 10px;
  }
}
.simulator__content .resultarea {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: space-between;
  margin: 16px 0;
  font-size: 1.4rem;
}
.simulator__content .resultarea .selectarea {
  display: flex;
  -moz-column-gap: 6px;
       column-gap: 6px;
  align-items: center;
  width: 42%;
}
.simulator__content .resultarea .selectarea .selectbox {
  flex: 1;
  text-align: center;
}
.simulator__content .resultarea .selectarea .selectbox select {
  width: 100%;
  padding: 10px 12px 10px 0;
  margin-right: 8px;
  font-size: 1.4rem;
  color: #222;
  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-color: #bbb;
  border-radius: 6px;
}
@media only screen and (min-width: 769px) {
  .simulator__content .resultarea .selectarea .selectbox select {
    font-size: 1.6rem;
    text-align: center;
    text-indent: 8%;
  }
}
.simulator__content .resultarea .selectarea .selectbox select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  outline: none;
  box-shadow: none;
}
.simulator__content .resultarea .selectarea span {
  width: 1em;
}
.simulator__content .resultarea .resultbox {
  flex: 1;
  font-weight: 700;
  text-align: right;
  border-bottom: 4px solid #ff9123;
}
.simulator__content .resultarea .resultbox .num {
  margin-right: 6px;
  font-size: 3.2rem;
}
.simulator__content .note {
  font-size: 4vw;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .simulator__content .note {
    font-size: 1.2rem;
  }
}
.simulator__content .note a {
  font-weight: 700;
  color: #3569b9;
}
/* header style */
.header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 96px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 768px) {
  .header {
    transition: transform 0.3s 0.2s;
  }
  .header.hidden {
    transform: translateY(-56px);
  }
}
@media only screen and (min-width: 769px) {
  .header {
    height: 56px;
  }
}
.header__inner {
  position: relative;
  max-width: 1240px;
  height: 56px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .header__inner {
    border-bottom: 1px solid #d4d4d4;
  }
}
.header__logo {
  display: inline-block;
  padding: 12px;
}
.header__logo a {
  display: inline-block;
  height: auto;
}
.header__logo img {
  width: 80%;
}
@media only screen and (min-width: 744px) {
  .header__logo img {
    width: 280px;
  }
}
.header .gnav__menu .menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  display: none;
  width: 56px;
  height: 56px;
  cursor: pointer;
  background: #efefef;
}
@media only screen and (max-width: 768px) {
  .header .gnav__menu .menu {
    display: block;
  }
}
.header .gnav__menu small {
  display: block;
  padding-top: 8px;
  font-size: 1.4rem;
  line-height: 1.3;
}
.header .gnav__menu .hamburger {
  position: absolute;
  top: 27px;
  left: 14px;
  display: block;
  width: 30px;
  height: 2px;
  font-size: 1rem;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  transform-origin: center;
}
.header .gnav__menu .hamburger::after, .header .gnav__menu .hamburger::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  transition: 0.2s ease-in-out;
}
.header .gnav__menu .hamburger::before {
  top: -10px;
}
.header .gnav__menu .hamburger::after {
  bottom: 0;
}
.header .gnav__menu .hamburger .txt {
  position: absolute;
  right: -6px;
  bottom: -20px;
}
.header .gnav__menu .contentsnav {
  position: fixed;
  top: 56px;
  z-index: 100;
  width: 100vw;
  overflow-y: scroll;
  font-size: 5vw;
  transition: 0.25s 0s ease-in-out;
  animation-name: fadeBlock;
  animation-duration: 0.5s;
}
.header .gnav__menu .contentsnav .lp-Quote {
  margin-top: 24px;
}
.header .gnav__menu .contentsnav > ul > li span {
  font-size: 1.85rem;
}
.header .gnav__menu .contentsnav > ul > li .ttl {
  font-size: 1.7rem;
  font-weight: normal;
  color: #333;
}
.header .gnav__menu .contentsnav > ul > li .ttl-02 {
  font-size: 2.4rem;
}
.header .gnav__menu .contentsnav > ul > li .information {
  padding: 18px 6%;
}
.header .gnav__menu .contentsnav > ul > li:last-of-type {
  border-bottom: 1px solid #d4d4d4;
}
.header .gnav__menu .contentsnav > ul > li a {
  padding: 14px 40px 14px 20px;
  font-size: 2rem;
  line-height: 1.4;
}
.header .gnav__menu .contentsnav > ul > li a::after {
  right: 5%;
}
.header .gnav__menu .contentsnav > ul > li .strong {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: -0.8px;
}
.header .gnav__menu input {
  display: none;
}
.header .gnav__menu input:checked + .menu {
  background: #ededed;
  border-radius: 0;
  box-shadow: 0 46vh 0 100vw #ededed;
}
.header .gnav__menu input:checked + .menu .hamburger {
  background-color: #000;
  transform: rotate(45deg);
}
.header .gnav__menu input:checked + .menu .hamburger::after {
  bottom: 0;
  background-color: #000;
  transform: rotate(90deg);
}
.header .gnav__menu input:checked + .menu .hamburger::before {
  top: 0;
  transform: rotate(90deg);
}
@media only screen and (max-width: 768px) {
  .header .gnav__menu input + .menu + .contentsnav {
    display: none;
    opacity: 0;
  }
  .header .gnav__menu input:checked + .menu + .contentsnav {
    display: block;
    height: 90%;
    overflow: scroll;
    background-color: #f3f3f3;
    opacity: 1;
  }
  .header .gnav__menu input:checked + .menu .txt {
    display: none;
  }
}
.header .gnav__list {
  position: fixed;
  top: 50vh;
  left: 50%;
  z-index: 200;
  transition: 0.25s 0s ease-in-out;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 769px) {
  .header .gnav__list {
    position: absolute;
    top: 50%;
    left: 360px;
    transform: translateY(-50%);
  }
}
.header .gnav__list li {
  float: left;
}
@media only screen and (min-width: 769px) {
  .header .gnav__list li {
    position: relative;
  }
  .header .gnav__list li::after {
    position: absolute;
    bottom: -9px;
    width: 100%;
    height: 3px;
    content: "";
  }
}
.header .gnav__list li a {
  display: block;
  padding: 8px 0;
  font-size: 1rem;
  color: #000;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .header .gnav__list li a {
    display: inline;
  }
}
.header .gnav__list li a:hover {
  background: #f4f4f4;
  transition: all 0.2s ease;
}
.header .gnav__list li a span,
.header .gnav__list li a em {
  display: block;
}
.header .gnav__list li a span {
  color: #4a4a4a;
}
.header .gnav__list li a em {
  font-size: 1.3rem;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .header .gnav__list li a em {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .header .gnav__list li {
    float: unset;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 769px) {
  .header .gnav__list li:not(:first-of-type) {
    margin-left: 40px;
  }
  .header .gnav__list li:not(:first-of-type)::before {
    position: absolute;
    top: 50%;
    left: -20px;
    height: 20px;
    content: "";
    border-left: 1px solid #d4d4d4;
    transform: translateY(-50%);
  }
}
.header .spnav {
  display: flex;
}
.header .spnav li {
  width: 50%;
  text-align: center;
}
.header .spnav li a {
  display: block;
  padding: 4px 0;
  font-size: 1rem;
  line-height: 1.3;
  color: #222;
  text-decoration: none;
  border-bottom: 4px solid #b6b6b6;
}
.header .spnav li a span,
.header .spnav li a em {
  display: block;
}
.header .spnav li a span {
  color: #4a4a4a;
}
.header .spnav li a em {
  font-size: 1.3rem;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .header .spnav li a em {
    font-size: 1.4rem;
  }
}
body.is-cancer .gnav__list .listitem_cancer::after,
body.is-healthcare .gnav__list .listitem_healthcare::after,
body.is-care .gnav__list .listitem_care::after {
  border-bottom: 3px solid #ff9123;
}
body.is-cancer .spnav .listitem_cancer a,
body.is-healthcare .spnav .listitem_healthcare a,
body.is-care .spnav .listitem_care a {
  border-color: #ff9123;
}
/* footer style */
.footer {
  position: relative;
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .footer {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1080px) {
  .footer__inner {
    max-width: 1440px;
    padding-right: 30vw;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1080px) and (min-width: 1440px) {
  .footer__inner {
    padding-right: 460px;
  }
}
@media only screen and (min-width: 769px) {
  .footer__context {
    padding: 0 10px;
  }
}
.footer a {
  color: #222;
}
.footer .cont {
  border-top: 1px solid #d4d4d4;
}
@media only screen and (min-width: 769px) {
  .footer .cont {
    padding: 20px 0;
  }
}
.footer #page-top {
  position: absolute;
  top: -48px;
  right: 15vw;
  width: 154px;
}
@media only screen and (max-width: 960px) {
  .footer #page-top {
    right: 5%;
  }
}
@media only screen and (min-width: 1080px) {
  .footer #page-top {
    right: 10%;
    left: 50%;
    transform: translate(-10%);
  }
}
.footer #page-top a {
  display: block;
}
.footer #page-top img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .footer #page-top {
    display: none;
  }
}
.footer .inner {
  max-width: 1240px;
  padding: 6%;
  margin: 0 auto;
  font-size: 3.4666666667vw;
  line-height: 1.8;
}
@media only screen and (min-width: 769px) {
  .footer .inner {
    padding: 0%;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer .inner {
    padding: 2%;
  }
}
.footer .inner p + p,
.footer .inner dl + dl,
.footer .inner p + dl {
  margin-top: 2em;
}
.footer .txtnav {
  padding: 20px 0;
}
.footer .txtnav ul {
  display: flex;
}
.footer .txtnav ul li:nth-of-type(n + 2) {
  margin-left: 40px;
}
.footer .requirements .title {
  margin-top: 1em;
  font-weight: 700;
}
.footer .copy {
  padding: 6% 0 150px;
  font-size: 3.2vw;
  text-align: center;
  border-top: 1px solid #d4d4d4;
}
@media only screen and (min-width: 769px) {
  .footer .copy {
    padding: 20px 0;
    font-size: 1.1rem;
  }
}
.footer .copy .linklist {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .footer .copy .linklist {
    flex-direction: row;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.header .spnav li a {
  border: 0 none;
}
.wrapper {
  padding-top: 96px;
}
@media only screen and (min-width: 769px) {
  .wrapper {
    padding: 136px 0 100px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wrapper {
    padding: 12% 2%;
  }
}
@media only screen and (min-width: 1080px) {
  aside {
    padding-top: 56px;
  }
}
aside .asideinner .lp-Quote {
  margin-top: 0;
}
.box a {
  color: #ff9123;
}
.box.pageinfo h1 strong {
  color: #ff9123;
}
.box .title {
  margin-top: 1.5em;
  font-weight: 700;
}
.box .title.cancer {
  color: #1669be;
}
.box .title.healthcare {
  color: #009b55;
}
.box p + p {
  margin-top: 1.5em;
}
.box .imgbox {
  padding: 2%;
  margin-top: 1em;
}
.box .imgbox.card {
  background-color: #f4f4f4;
  border-radius: 8px;
}