@charset "UTF-8";
/*
 * cmn_layout.css
 */
/* ==========================================================
Header
========================================================== */
.Header {
	background-color: #fff;;
}
  @media print, screen and (min-width:768px) {
    .Header {
      padding: 31px 30px;
    }
  }
  @media only screen and (max-width:767px) {
    .Header {
      padding: 24px 15px;
    }
  }
.Header__inner {
}
  @media print, screen and (min-width:768px) {
    .Header__inner {
      width: 1200px;
      margin: 0 auto;
    }
  }
  @media only screen and (max-width:767px) {
  }
  .header-logo {
    width: 300px;
  }

/* ==========================================================
Footer
========================================================== */
.Footer {
  background-color: #333;
  color: #fff;
  font-size: 1.4rem;
}
  @media print, screen and (min-width:768px) {
    .Footer {
      padding: 18px 30px;
    }
  }
  @media only screen and (max-width:767px) {
    .Footer {
      padding: 25px 15px;
    }
  }
.Footer__inner {
}
  @media print, screen and (min-width:768px) {
    .Footer__inner {
      width: 1200px;
      margin: 0 auto;
    }
  }
  @media only screen and (max-width:767px) {
    .Footer__inner {
      font-size: 12px;
      line-height: 1.6;
      text-align: center;
    }
  }

.Footer__body__inner {
  align-items: center;
}
  @media print, screen and (min-width:768px) {
    .Footer__body__inner {
      display: flex;
      justify-content: space-between;
    }
  }
  @media only screen and (max-width:767px) {
    .Footer__body__inner {
    }
  }
.footer-nav {
}
  @media only screen and (max-width:767px) {
    .footer-nav {
      justify-content: center;
      display: flex;
    }
  }
.footer-nav__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
  @media print, screen and (min-width:768px) {
    .footer-nav__list {
      gap: 18px;
    }
  }
    @media only screen and (max-width:767px) {
    .footer-nav__list {
      gap: 15px;
    }
  }


.footer-nav__list a {
  color: #fff;
  font-size: 14px;
}

.footer-nav__list a:hover {
  text-decoration: underline;
}
.footer-nav__type__label {
}
  @media only screen and (max-width:767px) {
    .footer-nav__type__label {
      font-size: 12px;
    }
  }
.footer-copyright__label {
  color: #ccc;
}
  @media print, screen and (min-width:768px) {
    .footer-copyright__label {
      font-size: 14px;
    }
  }
  @media only screen and (max-width:767px) {
    .footer-copyright__label {
      font-size: 9px;
    }
  }

/* ==========================================================
Main
========================================================== */
.Main {
	background-color: #fff;
}
@media print, screen and (min-width:768px) {
	.Main {
		padding: 0 30px;
	}
}
@media only screen and (max-width:767px) {
	.Main {
	}
}
.Main__content > * {
}
@media print, screen and (min-width:768px) {
	.Main__content > * {
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width:767px) {
	.Main__content {
		width: 100%;
    padding: 0 15px;
    margin: 0 auto;
	}
}

/* ==========================================================
data-col
========================================================== */
@media print, screen and (min-width:768px) {
	[data-col-pc]:not([data-col-pc="1"]) {
		display: flex;
		flex-flow: row wrap;
		gap: 32px 36px;
	}
	[data-col-pc="1"] > * + * {
		margin-top: 32px;
	}
	[data-col-pc="2"]>* {
			width: calc((100% - (36px)) / 2);
	}
	[data-col-pc="3"]>* {
			width: calc((100% - (72px)) / 3);
	}
	[data-col-pc="4"]>* {
			width: calc((100% - (108px)) / 4);
	}
	[data-col-pc="5"]>* {
			width: calc((100% - (144px)) / 5);
	}
}
@media only screen and (max-width:767px) {
	[data-col-sp]:not([data-col-sp="1"]) {
		display: flex;
		flex-flow: row wrap;
		gap: 15px 15px;
	}
	[data-col-sp="1"] > * + * {
		margin-top: 15px;
	}
	[data-col-sp="2"]>* {
		width: calc((100% - (15px)) / 2);
	}
}
/* ======================================================
 * util-device
====================================================== */

@media print, screen and (min-width:768px) {
  .util-pc-hidden {
    display: none !important;
  }
}
@media only screen and (max-width:767px) {
  .util-sp-hidden {
    display: none !important;
  }
}
/* ==========================================================
.hero-media
========================================================== */
.hero-media {
  background: #FDF3E5;
}
  @media print, screen and (min-width:768px) {
    .hero-media {
      width: calc(100% + 60px);
      max-width: 1920px;
      margin-left: -30px;
      margin-right: -30px;
      overflow: hidden;
      position: relative;
    }
  }
  @media only screen and (max-width:767px) {
    .hero-media {
      margin: 0 -15px;
    }
  }
@media print, screen and (min-width:768px) {
  .hero-media__inner {
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    min-height: 516px;
    display: flex;
  }
}
  @media only screen and (max-width:767px) {
    .hero-media__inner {
      display: flex;
      flex-flow: column-reverse nowrap;
      padding: 22px 15px 0;
      row-gap: 22px;
    }
  }

  @media print, screen and (min-width:768px) {
    .medcom-table__cell__strong2 {
      display: flex;
    }
  }
  @media only screen and (max-width:767px) {
    .medcom-table__cell__strong2 {
    }
  }

.hero-media__head {
}
  @media print, screen and (min-width:768px) {
    .hero-media__head {
      position: absolute;
      top: 0;
      left: calc(50% + 38px);
      z-index: 1;
    }
  }
  @media only screen and (max-width:767px) {
    .hero-media__head {
      margin: 0 -15px
    }
  }
  @media print, screen and (min-width:768px) {
    .hero-media__body {
      width: 638px;
      padding-right: 36px;
      z-index: 2;
      position: relative;
    }
  }
  @media only screen and (max-width:767px) {
    .hero-media__body {
    }
  }

.hero-media__frame > picture > img {
  width: 100%;
}
.hero-media__image img {
}
@media print, screen and (min-width:768px) {
	.hero-media__image img {
    max-width: none;
	}
}
@media only screen and (max-width:767px) {
	.hero-media__image img {
	}
}
.hero-media__heading__subtitle {
}
  @media print, screen and (min-width:768px) {
    .hero-media__heading__subtitle {
      font-size: 18px;
      font-weight: bold;
    }
  }
  @media only screen and (max-width:767px) {
    .hero-media__heading__subtitle {
      font-size: 14px;
      font-weight: 600;
      line-height: 1.4;
    }
  }

.hero-media__heading__subtitle__strong {
}
  @media print, screen and (min-width:768px) {
    .hero-media__heading__subtitle__strong {
      font-size: 26px;
      font-weight: bold;
    }
  }
  @media only screen and (max-width:767px) {
    .hero-media__heading__subtitle__strong {
      font-size: 18px;
      font-weight: 600;
    }
  }

.hero-media__heading__title {
  line-height: 1.4;
  margin: 0 auto;
}
  @media print, screen and (min-width:768px) {
    .hero-media__heading__title {
      font-size: 38px;
      font-weight: bold;
      margin-top: 3px;
    }
  }
  @media only screen and (max-width:767px) {
    .hero-media__heading__title {
      font-size: 26px;
      font-weight: 600;
      margin-top: 6px;
    }
  }
.hero-media__badge-list {
  display: flex;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
  @media print, screen and (min-width:768px) {
    .hero-media__badge-list {
      gap: 16px;
      margin-top: 22px;
    }
  }
  @media only screen and (max-width:767px) {
    .hero-media__badge-list {
      gap: 11px;
      margin-top: 15px;
    }
  }

.util-badge--high {
  font-style: normal;
  border: 1px solid #EE630C;
  color: #EE630C;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}
  @media print, screen and (min-width:768px) {
    .util-badge--high {
      padding: 9px 10px;
      font-size: 18px;
      font-weight: bold;
    }
  }
  @media only screen and (max-width:767px) {
    .util-badge--high {
      padding: 4px 10px;
      font-size: 14px;
      font-weight: 600;
    }
  }

.util-badge--high__strong {
}
  @media print, screen and (min-width:768px) {
    .util-badge--high__strong {
      font-size: 22px;
    }
  }
  @media only screen and (max-width:767px) {
    .util-badge--high__strong {
      font-size: 16px;
    }
  }
.hero-media__button-wrap {
}
  @media print, screen and (min-width:768px) {
    .hero-media__button-wrap {
      margin-top: 37px;
    }
  }
  @media only screen and (max-width:767px) {
    .hero-media__button-wrap {
      margin-top: 26px;
    }
  }
.hero-media__button {
	display: flex;
}
.hero-media__button [class^="hero-media__button__type"] {
  display: flex;
  position: relative;
	align-items: center;
	width: 100%;
  border-radius: 200px;
	border: 2px solid #EE630C;
  background: #EE630C;
  color: #fff;
	line-height: 1.4;
  text-decoration: none;
	box-shadow: 0 4px 10px -4px rgba(51, 51, 51, .25);
}
  @media print, screen and (min-width:768px) {
    .hero-media__button [class^="hero-media__button__type"] {
      font-size: 18px;
      font-weight: bold;
      padding: 17px 42px 21px 21px;
    }
  }
  @media only screen and (max-width:767px) {
    .hero-media__button [class^="hero-media__button__type"] {
      font-size: 20px;
      font-weight: 600;
      padding: 12px 42px 12px 22px;
      justify-content: center;
    }
  }
.hero-media__button__type::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("/salandingpage/img/cmn_ic09.svg");
  background-repeat: no-repeat;
  background-position: center;
}
  @media print, screen and (min-width:768px) {
    .hero-media__button__type::after {
      background-size: 18px 18px;
    right: 25px;
    }
  }
    @media only screen and (max-width:767px) {
    .hero-media__button__type::after {
      right: 18px;
    }
  }
.hero-media__button__type--blank::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("/salandingpage/img/cmn_ic09.svg");
  background-repeat: no-repeat;
  background-position: center;
}
  @media print, screen and (min-width:768px) {
    .hero-media__button__type--blank::after {
      background-size: 14px 14px;
      right: 24px;
    }
  }
  @media only screen and (max-width:767px) {
    .hero-media__button__type--blank::after {
      background-size: 14px 14px;
      right: 18px;
    }
  }
.hero-media__button__type--blank:hover {
  background: #FDF3E5;
  color: #EE630C;
  border: 2px solid #EE630C;
}
.hero-media__button__type--blank:hover::after {
  background-image: url("/salandingpage/img/cmn_ic10.svg");
  right: 24px;
}
.hero-media__button__type:hover {
  background: #FDF3E5;
  color: #EE630C;
  border: 2px solid #EE630C;
}
.hero-media__button__type:hover::after {
  background-image: url("/salandingpage/img/cmn_ic10.svg");
  right: 24px;
}
.hero-media__button__label {
}
  @media print, screen and (min-width:768px) {
    .hero-media__button__label {
      padding-left: 9px;
    }
  }
  @media only screen and (max-width:767px) {
    .hero-media__button__label {
    }
  }
.hero-media__button__label__small {
}
  @media print, screen and (min-width:768px) {
    .hero-media__button__label__small {
      font-size: 15px;
    }
  }
  @media only screen and (max-width:767px) {
    .hero-media__button__label__small {
      font-size: 13px;
      margin-left: 2px;
    }
  }
.hero-media__button-v2 {
	display: flex;
}
.hero-media__button-v2 [class^="hero-media__button-v2__type"] {
  display: flex;
  position: relative;
	align-items: center;
	width: 100%;
  border-radius: 200px;
	border: 2px solid #EE630C;
  background: #fff;
  color: #EE630C;
	line-height: 1.4;
  text-decoration: none;
	box-shadow: 0 4px 10px -4px rgba(51, 51, 51, .25);
}
  @media print, screen and (min-width:768px) {
    .hero-media__button-v2 [class^="hero-media__button-v2__type"] {
      font-size: 18px;
      font-weight: bold;
      padding: 17px 45px 21px 28px;
    }
  }
  @media only screen and (max-width:767px) {
    .hero-media__button-v2 [class^="hero-media__button-v2__type"] {
      font-size: 20px;
      font-weight: 600;
      padding: 17px 42px 12px 22px;
      justify-content: center;
    }
  }
.hero-media__button-v2__type::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 18px;
  height: 18px;
  background-image: url("/salandingpage/img/cmn_ic10.svg");
  background-repeat: no-repeat;
  background-position: center;
}
  @media print, screen and (min-width:768px) {
    .hero-media__button-v2__type::after {
      background-size: 18px 18px;
    }
  }
.hero-media__button-v2__type--blank::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("/salandingpage/img/cmn_ic10.svg");
  background-repeat: no-repeat;
  background-position: center;
}
  @media print, screen and (min-width:768px) {
    .hero-media__button-v2__type--blank::after {
      background-size: 14px 14px;
      right: 24px;
    }
  }
    @media only screen and (max-width:767px) {
    .hero-media__button-v2__type--blank::after {
        right: 18px;
    }
  }
.hero-media__button-v2__type--blank:hover {
  background: #FDF3E5;
  color: #EE630C;
  border: 2px solid #EE630C;
}
.hero-media__button-v2__type--blank:hover::after {
  background-image: url("/salandingpage/img/cmn_ic10.svg");
  right: 24px;
}
.hero-media__button-v2__type:hover {
  background: #FDF3E5;
  color: #EE630C;
  border: 2px solid #EE630C;
}
.hero-media__button-v2__type:hover::after {
  background-image: url("/salandingpage/img/cmn_ic10.svg");
  right: 24px;
}
.hero-media__button-v2__label {
}
.hero-media__button-v2__label__small {
	font-size: 14px;
	margin-left: 7px;
}
/* ==========================================================
.figure-heading
========================================================== */
.figure-heading {
	display: flex;
	justify-content: center;
}
  @media print, screen and (min-width:768px) {
    .figure-heading {
      margin-top: 45px;
    }
  }
  @media only screen and (max-width:767px) {
    .figure-heading {
      margin-top: 9px;
    }
  }
.box-column {
  border-top: 2px solid #EE630C;
}
  @media print, screen and (min-width:768px) {
    .box-column {
      margin-top: 45px;
      padding-top: 33px;
    }
  }
  @media only screen and (max-width:767px) {
    .box-column {
      margin-top: 8px;
      padding-top: 20px;
    }
  }

.box-column__heading3__title {

  line-height: 1.6;
  margin: 0 auto;
}
  @media print, screen and (min-width:768px) {
    .box-column__heading3__title {
      font-weight: bold;
      font-size: 36px;
    }
  }
  @media only screen and (max-width:767px) {
    .box-column__heading3__title {
      font-weight: 600;
      font-size: 24px;
    }
  }
.text--small {
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.6;
}
  @media print, screen and (min-width:768px) {
    .text--small {
      padding-top: 7px;
    }
  }
  @media only screen and (max-width:767px) {
    .text--small {
      padding-top: 6px;
    }
  }

.medcom-table__body{
  border: 1px solid #DDDDDD;
  background: #fff;
}
.medcom-table__matrix{
  width: 100%;
  border-spacing: 0;
}
.medcom-table__w--16per {
  width: 16%;
}
.medcom-table__w--42per {
  width: 42%;
}
/* セル共通 */
.medcom-table__cell{
  vertical-align: middle;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  line-height: 1.6;
  background: #fff;
  text-align: center;
}
  @media print, screen and (min-width:768px) {
    .medcom-table__cell {
      padding: 9px 4px;
      font-size: 31px;
      font-weight: bold;
    }
  }
  @media only screen and (max-width:767px) {
    .medcom-table__cell {
      padding: 7px 10px;
      font-size: 14px;
      font-weight: 600;
    }
  }
.medcom-table__matrix tr > *:last-child{
  border-right: none;
}
.medcom-table__matrix tbody tr:last-child > *{
  border-bottom: none;
}
.medcom-table__matrix thead th:nth-child(2){
  background: #F0666F;
  color: #fff;
  border-right: 1px solid #DDDDDD;
}
  @media print, screen and (min-width:768px) {
    .medcom-table__matrix thead th:nth-child(2) {
      font-size: 26px;
      padding: 11px 14px;
      font-weight: bold;
    }
  }
  @media only screen and (max-width:767px) {
    .medcom-table__matrix thead th:nth-child(2) {
      font-size: 14px;
      padding: 8px 11px;
      font-weight: 600;
    }
  }
.medcom-table__matrix thead th:nth-child(3){
  background: #4A84CC;
  color: #fff;
}
  @media print, screen and (min-width:768px) {
    .medcom-table__matrix thead th:nth-child(3) {
      font-size: 26px;
      padding: 11px 14px;
      font-weight: bold;
    }
  }
  @media only screen and (max-width:767px) {
    .medcom-table__matrix thead th:nth-child(3) {
      font-size: 14px;
      padding: 8px 11px;
      font-weight: 600;
    }
  }

.medcom-table__cell__strong1 {
  color: #F0666F;
}
  @media print, screen and (min-width:768px) {
    .medcom-table__cell__strong1 {
      display: contents;
      font-size: 45px;
      font-weight: bold;
      padding: 11px 14px;
    }
  }
  @media only screen and (max-width:767px) {
    .medcom-table__cell__strong1 {
      font-size: 25px;
      font-weight: 600;
    }
  }
.medcom-table__cell__strong2 {
  color: #4A84CC;
}
  @media print, screen and (min-width:768px) {
    .medcom-table__cell__strong2 {
      display: contents;
      font-size: 45px;
      font-weight: bold;
      padding: 11px 14px;
    }
  }
  @media only screen and (max-width:767px) {
    .medcom-table__cell__strong2 {
      font-size: 25px;
      font-weight: 600;
    }
  }
/* ==========================================================
calculate-description
========================================================== */
@media only screen and (max-width:767px) {
  .calculate-description {
    font-size: 14px;
    margin: 15px 0 0;
    color: #333;
    line-height: 1.4;
    text-align: center;
  }
}
/* ==========================================================
calculate-accordion
========================================================== */
.calculate-accordion {
}
  @media print, screen and (min-width:768px) {
    .calculate-accordion {
      margin-top: -15px;
    }
  }
  @media only screen and (max-width:767px) {
    .calculate-accordion {
      margin-top: 12px;
    }
  }
.calculate-accordion__title {
  display: flex;
  position: relative;
  align-items: center;
  border-radius: 200px;
  border: 2px solid #EE630C;
  background: #fff;
  color: #EE630C;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 10px -4px rgba(51, 51, 51, .25);
}
  @media print, screen and (min-width:768px) {
    .calculate-accordion__title {
      width: 31%;
      font-weight: bold;
      font-size: 22px;
      padding: 18px;
      padding-left: 26px;
    }
  }
  @media only screen and (max-width:767px) {
    .calculate-accordion__title {
      font-size: 20px;
      font-weight: 600;
      padding: 14px 47px 14px 28px;
      justify-content:center;
    }
  }
.calculate-accordion__title::before {
  transform: translateY(-50%) rotate(90deg);
  transition: transform .25s cubic-bezier(.4, 0, .2, 1) 0s, -webkit-transform .25s cubic-bezier(.4, 0, .2, 1) 0s;
  width: 20px;
  height: 2px;
  position: absolute;
  background: #EE630C;
  content: "";
  right: 26px;
}
  @media print, screen and (min-width:768px) {
    .calculate-accordion__title::before {
    }
  }
  @media only screen and (max-width:767px) {
    .calculate-accordion__title::before {
    }
  }
.calculate-accordion__title::after {
  width: 20px;
  height: 2px;
  transform: translateY(-50%);
  position: absolute;
  background: #EE630C;
  content: "";
  right: 26px;
}
@media only screen and (max-width:767px) {
  .calculate-accordion__body::after {
    margin-top: 5px;
  }
}
  @media print, screen and (min-width:768px) {
    .calculate-accordion__title::after {
    }
  }
  @media only screen and (max-width:767px) {
    .calculate-accordion__title::after {
    }
  }
.calculate-accordion__head.is-active .calculate-accordion__title::before {
  transform: translateY(-50%) rotate(0deg);
}
.calculate-accordion__title:hover {
  background: #FDF3E5;
  color: #EE630C;
  border: 2px solid #EE630C;
}
.calculate-column {
}
  @media print, screen and (min-width:768px) {
    .calculate-column {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 28px;
      flex-wrap: nowrap;
      margin-top: 25px;
    }
  }
  @media only screen and (max-width:767px) {
    .calculate-column {
      margin-top: 5px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  }

@media only screen and (max-width:767px) {
  .calculate-column > *:first-child {
    padding-bottom: 10px;
  }
}
.calculate-column__item {
  background: #fff;
}
@media print, screen and (min-width:768px) {
  .calculate-column__item {
    float: left;
    width: 290px;
    height: 160px;
    border: 1px solid #f08708;
    border-left: none;
    border-right: none;
  }
}
@media only screen and (max-width:767px) {
  .calculate-column__item {
    display: flex;
    flex-wrap: wrap;
    padding-top: 7px;
    border-top: 1px solid #f08708;
    width: 300px;
  }
}
@media only screen and (max-width:767px) {
  .calculate-column__item:first-child {
    border: none !important;
  }
}
.calculate-column__item:last-child {
  border: none !important;
}
@media print, screen and (min-width:768px) {
  .calculate-column__divider {
display: flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
width: 48px;
height: 100%;
  }
}
@media only screen and (max-width:767px) {
  .calculate-column__divider {
    display: none;
  }
}
.calculate-column__divider img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
@media print, screen and (min-width:768px) {
  .calculate-text__button {
    margin-top: 35px;
    padding: 0;
  }
}
@media only screen and (max-width:767px) {
  .calculate-text__button {
    width: 140px;
    margin: 0 auto ;
    padding: 0;
    line-height: 0;
  }
}
.calculate-column__image--active,
.calculate-column__imagee--disabled {
  width: 100%;
  display: inline-block;
}
.calculate-text__button .calculate-column__image--disabled { display: none; }

.calculate-text__button:disabled .calculate-column__image--active   { display: none; }
.calculate-text__button:disabled .calculate-column__image--disabled { display: inline; }

.q-box-wrapper { position: relative; }
.q-box-wrapper::before,
.q-box-wrapper::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 2px;
  background: #f2a115;
}

.calculate-headding {
  display: flex;
}
@media print, screen and (min-width:768px) {
  .calculate-headding {
    margin-top: 8px;
  }
}
@media only screen and (max-width:767px) {
  .calculate-headding {
    width: 126px;
  }
}
@media print, screen and (min-width:768px) {
  .calculate-headding__subtitle {
    width: 48px;
  }
}
@media only screen and (max-width:767px) {
  .calculate-headding__subtitle {
    width: 20px;
  }
}
.calculate-headding__title {
  color: #333;
}
@media print, screen and (min-width:768px) {
  .calculate-headding__title {
    margin-left: 10px;
    font-size: 18px;
    line-height: 48px;
  }
}
@media only screen and (max-width:767px) {
  .calculate-headding__title {
    margin-left: 6px;
    font-size: 16px;
  }
}

.calculate-radio__list::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.calculate-radio__list {
  list-style: none;
  text-align: center;
  padding: 0;
}
@media print, screen and (min-width:768px) {
}
@media only screen and (max-width:767px) {
  .calculate-radio__list {
    display: flex;
    margin: 0;
  }
}
@media print, screen and (min-width:768px) {
  .calculate-radio__label {
    font-size: 18px;
  }
}
@media print, screen and (min-width:768px) {
  .calculate-text {
    text-align: center;
  }
}
@media only screen and (max-width:767px) {
  .calculate-text {
    margin-left: 22px;
  }
}

@media only screen and (max-width:767px) {
  .calculate-radio__list li {
    width: 80px;
  }
}
.calculate-text__input {
  width: 80px;
  line-height: 1;
  box-sizing: border-box;
  margin-right: 10px;
  text-align: center;
}
@media print, screen and (min-width:768px) {
  .calculate-text__input {
    font-size: 18px;
    padding: 8px 10px;
    border: 1px solid #333;
  }
}
@media only screen and (max-width:767px) {
  .calculate-text__input {
    width: 80px;
    height: 22px;
    font-size: 14px;
    padding: 2px 4px;
    border: #b0b0b0 1px solid;
  }
}
.caution {
  font-size: 14px;
}
@media print, screen and (min-width:768px) {
  .caution {
    margin-top: 12px;
    margin-left: 40px;
    line-height: 1.4;
  }
}
@media only screen and (max-width:767px) {
  .caution {
    margin: 0 auto;
    margin-top: 3px;
    font-size: 14px;
    margin-left: 0;
    text-align: center;
  }
}
.calculate-result{
  position: relative;
  color: #f08708;
  border: 2px solid #f08708;
  background: #fff;

}
@media print, screen and (min-width:768px) {
  .calculate-result {
    margin: 30px auto 16px;
    padding: 12px 30px;
    border-radius: 10px;
  }
}
@media only screen and (max-width:767px) {
  .calculate-result {
    margin-top: 17px;
    padding: 10px 10px 10px;
    border-radius: 4px;
  }
}
.calculate-result::before{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0; height: 0;
}
@media print, screen and (min-width:768px) {
  .calculate-result::before {
    top: -27px;
    border-left: 15px solid transparent;
    border-right:15px solid transparent;
    border-bottom:25px solid #f08708;
  }
}
@media only screen and (max-width:767px) {
  .calculate-result::before {
    top: -12px;
    border-left: 8px solid transparent;
    border-right:8px solid transparent;
    border-bottom:12px solid #f08708;
  }
}
@media print, screen and (min-width:768px) {
  .calculate-result > .note-list {
    margin: 0 auto;
  }
}
.calculate-result > .note-list li {
    color: #333;
    font-size: 14px;
}
  @media print, screen and (min-width:768px) {
    .calculate-result > .note-list li {
      line-height: 1.4;
      margin-top: 10px;
    }
  }
  @media only screen and (max-width:767px) {
    .calculate-result > .note-list li {
      margin-top: 5px;
    }
  }
.calculate-result__text{
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  color: #f08708;
}
@media print, screen and (min-width:768px) {
  .calculate-result__text{
    font-size: 30px;
  }
}
@media only screen and (max-width:767px) {
  .calculate-result__text{
    font-size: 16px;
    line-height: 1;
  }
}

@media print, screen and (min-width:768px) {
  .calculate-result__price{
    padding: 6px 60px;
    font-size: 24px;
    font-weight: bold;
    color: #f08708;
    border: 2px solid #DDDDDD;
    line-height: 1.6;
    margin: 0 20px;
  }
}
@media only screen and (max-width:767px) {
  .calculate-result__price{
    font-size: 16px;
    line-height: 1;
    width: 135px;
    border: #aaa 1px solid;
    padding: 8px 0;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    display: inline-block;
    color: #f08708;
    font-weight: bold;
    min-height: 34px;
  }
}
@media only screen and (max-width:767px) {
  .calculate-result__unit {
    display: inline-block;
    line-height: 1;
    vertical-align: bottom;
    margin-left: 10px;
  }
}
.calculate-result__note-list{
  display: grid;
  gap: 11px;
  margin: 0 auto;
	margin-top: 18px;
	padding: 0;
}
.calculate-result__note-list li{
  font-size: 14px;
	line-height: 16px;
	list-style: none;
  display: flex;
}
.calculate-result__note-list__mark{
  margin-right: 11px;
}
.calculate-result__close{
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.calculate-result__close__button{
  appearance: none;
  -webkit-appearance: none;
  border: 4px solid #DDDDDD;
  font-weight: bold;
  padding: 10px 75px;
  border-radius: 6px;
  cursor: pointer;
  background-color: #fff;
}
.calculate-result__close__button:hover{
  filter: brightness(0.98);
}
.calculate-result__close__button:active{
  transform: translateY(1px);
}
.note-list .link-list__type--modal {
  color: #10458F;
  text-decoration: underline solid #10458F
}
.note-list .link-list__type--modal:hover {
  text-decoration: none
}

/* ==========================================================
modal
========================================================== */
.link-list {
  padding: 0;
  font-size: 14px;
}
@media print, screen and (min-width:768px) {
  .modal {
    padding: 50px 75px 50px 50px;
    }
}
.modal h3 {
  color: #f08300;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  padding: 12px 10px 10px;
  border: #f08300 1px solid;
}
@media print, screen and (min-width:768px) {
  .modal ol {
    padding-left: 1.25em;
  }
}
@media only screen and (max-width:767px) {
  .modal ol {
    padding-left: 0;
    margin: 0 auto;
  }
}
.mt10 {
  margin-top: 1em !important;
}
@media only screen and (max-width:767px) {
  .ac_contents .bg_orange {
    display: block;
    background: #fefbf7;
    border-top: #fdf2e5 1px solid;
    border-bottom: #fdf2e5 1px solid;
    box-sizing: border-box;
  }
}
.modal > .text--right {
  margin: 0;
}
.ac_contents {
}
@media print, screen and (min-width:768px) {
  .ac_contents {
    margin: 0;
    padding: 0;
    background: #fefbf7;
    border-top: #fdf2e5 1px solid;
    border-bottom: #fdf2e5 1px solid;
    box-sizing: border-box;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 2.5em;
  }
}
@media only screen and (max-width:767px) {
  .ac_contents {
    display: block;
    background: #fefbf7;
    border-top: #fdf2e5 1px solid;
    border-bottom: #fdf2e5 1px solid;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width:768px) {
  .expense_data .expense_box:nth-child(2) {
    width: 45%;
    float: right;
  }
  .expense_data .expense_box:nth-child(1) {
    width: 45%;
    float: left;
  }
}
@media only screen and (max-width:767px) {
  .expense_data .expense_box:nth-child(2) {
    margin-top: 20px;
  }
}

.expense_data .expense_box table {
	width: 100%;
}

@media only screen and (max-width:767px) {
  .contents_area table {
    border-collapse: collapse;
  }
}
.row-age,
.row-male,
.row-female {
	text-align: center;
	vertical-align: middle;
  color: #333;
  background: #fefbf7;
  border: #f08300 1px solid;
}
@media only screen and (max-width:767px) {
  .row-age,
  .row-male,
  .row-female {
    font-size: 11px;
    line-height: 1.5;
    padding: 14px 18px;
  }
}
@media only screen and (max-width:767px) {
  .row-age,
  .row-male,
  .row-female {
    font-size: 14px;
    line-height: 1.4;
    padding: 4px 4px;
  }
}
.row-age {
	background: #fdebd6;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
[class*=modal--].modaal-wrapper .modaal-close {
  background-color: #fff;
  border: 1px solid #EE630C;
}
@media only screen and (max-width:767px) {
  [class*=modal--].modaal-wrapper .modaal-close {
    width: 34px;
    height: 34px;
  }
}
[class*=modal--].modaal-wrapper .modaal-close:after, [class*=modal--].modaal-wrapper .modaal-close:before {
  background: #EE630C;
}
@media print, screen and (min-width:768px) {
  [class*=modal--].modaal-wrapper .modaal-close:after, [class*=modal--].modaal-wrapper .modaal-close:before {
    top: 7px;
    left: 23px;
    width: 2px;
    height: 34px;
  }
}
@media only screen and (max-width:767px) {
  [class*=modal--].modaal-wrapper .modaal-close:after, [class*=modal--].modaal-wrapper .modaal-close:before {
    top: 5px;
    left: 15px;
    width: 2px;
    height: 22px;
  }
}

/* ==========================================================
.inquiry
========================================================== */
@media print, screen and (min-width:768px) {
  .inquiry {
    width: calc(100% + 60px);
    max-width: 1920px;
    margin-left: -30px;
    margin-right: -30px;
    padding: 64.5px 0 0;
    margin-top: 72px;
  }
}
@media only screen and (max-width:767px) {
  .inquiry {
    margin: 83px -15px;
  }
}
@media print, screen and (min-width:768px) {
  .inquiry--bottom {
    width: calc(100% + 60px);
    max-width: 1920px;
    margin-left: -30px;
    margin-right: -30px;
    padding: 64.5px 0 0;
    margin-top: 76px;
  }
}
@media only screen and (max-width:767px) {
  .inquiry--bottom {
    margin: 87px -15px 0;
  }
}
.inquiry__area {
  background-color: #FDF3E5;
}
@media print, screen and (min-width:768px) {
  .inquiry__inner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 68px 0 0;
  }
}
@media only screen and (max-width:767px) {
  .inquiry__inner {
    padding: 28px 15px 11px;
  }
}
.inquiry__inner > *:first-child {
  margin-top: 0;
}
@media print, screen and (min-width:768px) {
  .inquiry--bottom__inner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 61px 0;
  }
}
@media only screen and (max-width:767px) {
  .inquiry--bottom__inner {
    padding: 26px 15px 28px;
  }
}
.inquiry--bottom__inner > *:first-child {
  margin-top: 0;
}
@media print, screen and (min-width:768px) {
  .inquiry::before {
    content: "";
    display: block;
    width: 100%;
    height: 90px;
    background-image: url(/salandingpage/img/index_point_area_bg_01.png);
    background-position: 50% 100%;
  }
}
@media only screen and (max-width:767px) {
  .inquiry::before {
    content: "";
    display: block;
    width: 100%;
    height: 35px;
    background-image: url(/salandingpage/img/index_point_area_bg_01_sp.png);
    background-position: 50% 100%;
    background-size: cover;
  }
}
@media print, screen and (min-width:768px) {
  .inquiry--bottom::before {
    content: "";
    display: block;
    width: 100%;
    height: 90px;
    background-image: url(/salandingpage/img/index_point_area_bg_01.png);
    background-position: 50% 100%;
  }
}
@media only screen and (max-width:767px) {
  .inquiry--bottom::before {
    content: "";
    display: block;
    width: 100%;
    height: 35px;
    background-image: url(/salandingpage/img/index_point_area_bg_01_sp.png);
    background-position: 50% 100%;
    background-size: cover;
  }
}
.inquiry::after {
}
@media print, screen and (min-width:768px) {
  .inquiry::after {
    content: "";
    display: block;
    width: 100%;
    height: 90px;
    background-image: url(/salandingpage/img/index_point_area_bg_02.png);
    background-position: 50% 100%;
  }
}
@media only screen and (max-width:767px) {
  .inquiry::after {
    content: "";
    display: block;
    width: 100%;
    height: 35px;
    background-image: url(/salandingpage/img/index_point_area_bg_02_sp.png);
    background-position: 50% 100%;
    background-size: cover;
  }
}

.button {
	display: flex;
}
.button-wrap {
}
  @media print, screen and (min-width:768px) {
    .button-wrap {
      margin-top: 38px;
    }
  }
  @media only screen and (max-width:767px) {
    .button-wrap {
      margin-top: 14px;
    }
  }
.button [class^="button__type"] {
  display: flex;
  position: relative;
	align-items: center;
	width: 100%;
  border-radius: 200px;
	border: 2px solid #EE630C;
  background: #EE630C;
  color: #fff;
	line-height: 1.4;
  text-decoration: none;
	box-shadow: 0 4px 10px -4px rgba(51, 51, 51, .25);
}
  @media print, screen and (min-width:768px) {
    .button [class^="button__type"] {
      font-size: 22px;
      font-weight: bold;
      padding: 11px 50px 18px 25px;
      justify-content: center;
    }
  }
  @media only screen and (max-width:767px) {
    .button [class^="button__type"] {
      font-size: 20px;
      font-weight: 600;
      padding: 5px 22px 13px;
      justify-content: center;
    }
  }
  @media print, screen and (min-width:768px) {
    .button [class^="button__type--blank"] {
      font-size: 22px;
      font-weight: bold;
      padding: 18px 50px 17px 25px;
    }
  }
  @media only screen and (max-width:767px) {
    .button [class^="button__type--blank"] {
      font-size: 20px;
      font-weight: 600;
      padding: 17px 42px 13px 22px;
    }
  }
.button__type::after {
  content: "";
  right: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  background-image: url("/salandingpage/img/cmn_ic09.svg");
  background-repeat: no-repeat;
  background-position: center;
}
  @media print, screen and (min-width:768px) {
    .button__type::after {
      background-size: 14px 14px;
      right: 24px;
    }
  }
.button__type--blank::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 18px;
  height: 18px;
  background-image: url("/salandingpage/img/cmn_ic09.svg");
  background-repeat: no-repeat;
  background-position: center;
}
  @media print, screen and (min-width:768px) {
    .button__type--blank::after {
      background-size: 16px 16px;
      right: 24px;
    }
  }
.button__type--blank:hover {
  background: #FDF3E5;
  color: #EE630C;
  border: 2px solid #EE630C;
}
.button__type--blank:hover::after {
  background-image: url("/salandingpage/img/cmn_ic10.svg");
  right: 24px;
}
.button__type:hover {
  background: #FDF3E5;
  color: #EE630C;
  border: 2px solid #EE630C;
}
.button__type:hover::after {
  background-image: url("/salandingpage/img/cmn_ic10.svg");
  right: 24px;
}
.button__label {
}
  @media print, screen and (min-width:768px) {
    .button__label {
      padding-left: 14px;
    }
  }
  @media only screen and (max-width:767px) {
    .button__label {
    }
  }
.button__label__subtitle {
}
  @media print, screen and (min-width:768px) {
    .button__label__subtitle {
      font-size: 16px;
      margin-left: 17px;
    }
  }
  @media only screen and (max-width:767px) {
    .button__label__subtitle {
      font-size: 14px;
      margin-left: 19px;
    }
  }
.button__label__small {
}
  @media print, screen and (min-width:768px) {
    .button__label__small {
      font-size: 16px;
    }
  }
  @media only screen and (max-width:767px) {
    .button__label__small {
      font-size: 14px;
    }
  }
.button-v2 {
	display: flex;
}
.button-v2 [class^="button-v2__type"] {
	display: flex;
  position: relative;
  align-items: center;
	width: 100%;
  border-radius: 200px;
  border: 2px solid #EE630C;
  background: #fff;
	color: #EE630C;
	line-height: 1.4;
  text-decoration: none;
	box-shadow: 0 4px 10px -4px rgba(51, 51, 51, .25);
  padding: 21px;
}
  @media print, screen and (min-width:768px) {
    .button-v2 [class^="button-v2__type"] {
      font-size: 22px;
      font-weight: bold;
      padding: 12px 50px 17px 22px;
      justify-content: center;
    }
  }
  @media only screen and (max-width:767px) {
    .button-v2 [class^="button-v2__type"] {
      font-size: 20px;
      font-weight: 600;
      padding: 5px 22px 13px;
      justify-content: center;
    }
  }
  @media print, screen and (min-width:768px) {
    .button-v2 [class^="button-v2__type--blank"] {
      font-size: 22px;
      font-weight: bold;
      padding: 18px 50px 17px 22px;
      justify-content: center;
    }
  }
  @media only screen and (max-width:767px) {
    .button-v2 [class^="button-v2__type--blank"] {
      font-size: 20px;
      font-weight: 600;
      padding: 14px 42px 13px 20px;
      justify-content: center;
    }
  }
.button-v2__type::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 18px;
  height: 18px;
  background-image: url("/salandingpage/img/cmn_ic10.svg");
  background-repeat: no-repeat;
  background-position: center;
}
  @media print, screen and (min-width:768px) {
    .button-v2__type::after {
      background-size: 16px 16px;
      right: 24px;
    }
  }
  @media only screen and (max-width:767px) {
    .button-v2__type::after {
      background-size: 14px 14px;
      right: 18px;
    }
  }
.button-v2__type--blank::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 18px;
  height: 18px;
  background-image: url("/salandingpage/img/cmn_ic10.svg");
  background-repeat: no-repeat;
  background-position: center;
}
  @media print, screen and (min-width:768px) {
    .button-v2__type--blank::after {
      background-size: 16px 16px;
      right: 24px;
    }
  }
  @media only screen and (max-width:767px) {
    .button-v2__type--blank::after {
      background-size: 14px 14px;
      right: 18px;
    }
  }
.button-v2__type--blank:hover {
  background: #FDF3E5;
  color: #EE630C;
  border: 2px solid #EE630C;
}
.button-v2__type--blank:hover::after {
  background-image: url("/salandingpage/img/cmn_ic10.svg");
  right: 24px;
}
.button-v2__type:hover {
  background: #FDF3E5;
  color: #EE630C;
  border: 2px solid #EE630C;
}
.button-v2__type:hover::after {
  background-image: url("/salandingpage/img/cmn_ic10.svg");
  right: 24px;
}
.button-v2__label {
}
  @media print, screen and (min-width:768px) {
    .button-v2__label {
    }
  }
  @media only screen and (max-width:767px) {
    .button-v2__label {
    }
  }
.button-v2__label__small {
}
  @media print, screen and (min-width:768px) {
    .button-v2__label__small {
      margin-left: 38px;
      font-size: 16px;
    }
  }
  @media only screen and (max-width:767px) {
    .button-v2__label__small {
      margin-left: 37px;
      font-size: 14px;
    }
  }

.inquiry__text {
	text-align: center;
}
  @media print, screen and (min-width:768px) {
    .inquiry__text {
      margin-top: 22px;
      font-size: 18px;
      line-height: 16px;
    }
  }
  @media only screen and (max-width:767px) {
    .inquiry__text {
      margin-top: 14px;
      font-size: 14px;
    }
  }
.inquiry__box {
	background-color: #fff;
}
  @media print, screen and (min-width:768px) {
    .inquiry__box {
      margin-top: 44px;
      padding: 26px 0;
      border-radius: 20px;
    }
  }
  @media only screen and (max-width:767px) {
    .inquiry__box {
      margin-top: 24px;
      padding: 20px 14px;
      border-radius: 14px;
    }
  }
.inquiry__title {
	line-height: 1.4;
	text-align: center;
  margin: 0 auto;
}
  @media print, screen and (min-width:768px) {
    .inquiry__title {
      font-size: 24px;
      font-weight: bold;
    }
  }
  @media only screen and (max-width:767px) {
    .inquiry__title {
      font-size: 20px;
      font-weight: 600;
    }
  }
.inquiry__description {
	display: flex;
	align-items: center;
	justify-content: center;
}
  @media print, screen and (min-width:768px) {
    .inquiry__description {
      gap: 10px;
      margin-top: 7px;
      height: 101px;
    }
  }
  @media only screen and (max-width:767px) {
    .inquiry__description {
      gap: 8px;
      margin-top: 14px;
      padding: 19px 20px;
      border-radius: 200px;
      border: 2px solid #EE630C;
    }
  }
.inquiry__description__tel__image {
}
  @media only screen and (max-width:767px) {
    .inquiry__description__tel__image {
      width: 40px;
      height: 23px;
    }
  }
.inquiry__description__tel {
	line-height: 14px;
	color: #EE630C;
}
  @media print, screen and (min-width:768px) {
    .inquiry__description__tel {
      font-size: 72px;
      font-weight: bold;
    }
  }
  @media only screen and (max-width:767px) {
    .inquiry__description__tel {
      font-size: 25px;
      font-weight: 600;
    }
  }
.inquiry__description__tel a {
	display: inline-block!important;
	color: #EE630C;
	text-decoration: none;
	pointer-events: none;
	cursor: default;
}
.inquiry__text-v2 {
	color: #EE630C;
	text-align: center;
}
  @media print, screen and (min-width:768px) {
    .inquiry__text-v2 {
      font-size: 18px;
      font-weight: bold;
      margin: 7px 0 0 0;
      line-height: 16px;
    }
  }
  @media only screen and (max-width:767px) {
    .inquiry__text-v2 {
      font-size: 14px;
      font-weight: 600;
      margin: 9px 0 0 0;
    }
  }
.inquiry__reception {
	display: flex;
	justify-content: center;
}
  @media print, screen and (min-width:768px) {
    .inquiry__reception {
      margin-top: 27px;
      line-height: 1.8;
      font-size: 18px;
      gap: 11px;
    }
  }
  @media only screen and (max-width:767px) {
    .inquiry__reception {
      margin-top: 21px;
      line-height: 1.6;
      font-size: 14px;
      gap: 7px;
    }
  }
.inquiry__reception__title {
	font-weight: bold;
}
  @media only screen and (max-width:767px) {
    .inquiry__reception__title {
      width: 30%;
    }
  }

.inquiry__reception__detail {
}
  @media only screen and (max-width:767px) {
    .inquiry__reception__detail {
      font-weight: 300;
    }
  }
/* ======================================================
heading2
====================================================== */
.heading2 {
  position: relative;
}
  @media print, screen and (min-width:768px) {
    .heading2 {
    margin-top: 140px;
    }
  }
  @media only screen and (max-width:767px) {
    .heading2 {
    margin-top: 113px;
    }
  }

.heading2__inner {
	position: relative;
}

.heading2__inner::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  pointer-events: none;
	background: radial-gradient(
    circle at 50% 36%,
    rgba(255, 173, 72, 0.24) 0%,
    rgba(255, 173, 72, 0.12) 40%,
    rgba(255, 173, 72, 0.06) 65%,
    rgba(255, 173, 72, 0.00) 80%
  );
}
  @media print, screen and (min-width:768px) {
    .heading2__inner::before {
      width: 340px;
      height: 340px;
      top: -60px;
    }
  }
  @media only screen and (max-width:767px) {
    .heading2__inner::before {
      width: 260px;
      height: 260px;
      top: -60px;
    }
  }

.heading2__title {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  line-height: 1.4;
  font-size: 40px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
  @media print, screen and (min-width:768px) {
    .heading2__title {
      font-size: 40px;
      font-weight: bold;
    }
  }
  @media only screen and (max-width:767px) {
    .heading2__title {
      font-size: 30px;
      font-weight: 600;
    }
  }
.heading2__title__strong {
  display: inline-block;
  line-height: 1;
  background: linear-gradient(180deg, #EE630C 0%, #EE630C 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
  @media print, screen and (min-width:768px) {
    .heading2__title__strong {
      font-size: 73px;
      font-weight: bold;
      margin-left: 10px;
    }
  }
  @media only screen and (max-width:767px) {
    .heading2__title__strong {
      font-size: 46px;
      font-weight: 600;
      margin: 0 8px;
    }
  }
.box__head {
}
  @media print, screen and (min-width:768px) {
    .box__head {
      margin: 69px 0 36px;
    }
  }
  @media only screen and (max-width:767px) {
    .box__head {
      margin: 80px 0 28px;
    }
  }
.box + .box .box__head {
}
  @media print, screen and (min-width:768px) {
    .box + .box .box__head {
    }
  }
  @media only screen and (max-width:767px) {
    .box + .box .box__head {
      margin: 95px 0 28px;
    }
  }
.box + .box + .box .box__head {
}
  @media print, screen and (min-width:768px) {
    .box + .box + .box .box__head {
    }
  }
  @media only screen and (max-width:767px) {
    .box + .box + .box .box__head {
      margin: 81px 0 28px;
    }
  }
.box__title {
  align-items: center;
  gap: 22px;
  background: #EE630C;
  color: #fff;
  line-height: 1.4;
  border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}
  @media print, screen and (min-width:768px) {
    .box__title {
      display: flex;
      padding: 19px 16px;
    }
  }
  @media only screen and (max-width:767px) {
    .box__title {
      position: relative;
      padding: 30px 11px 11px;
      font-weight: 600;
      text-align: center;
    }
  }
.box__title__strong {
}
  @media print, screen and (min-width:768px) {
    .box__title__strong {
      font-size: 35px;
    }
  }
  @media only screen and (max-width:767px) {
    .box__title__strong {
      font-size: 22px;
    }
  }
.box__title__features {
  border-radius: 50%;
  background: #fff;
  color: #EE630C;
  align-items: center;
  justify-content: center;
  line-height: 1;
  flex-direction: column;
}
  @media print, screen and (min-width:768px) {
    .box__title__features {
      flex: none;
      width: 81px;
      height: 81px;
      display: inline-flex;
      text-align: center;
      font-weight: bold;
      font-size: 16px;
    }
  }
  @media only screen and (max-width:767px) {
    .box__title__features {
      position: absolute;
      left: 50%;
      top: 0;
      transform: translate(-50%, -50%);
      display: flex;
      width: 52px;
      height: 52px;
      font-size: 12px;
      font-weight: 600;
      z-index: 1;
      border: 2px solid #EE630C;
    }
  }
.box__title__label {
  line-height: 1.4;
  position: relative;
}
  @media print, screen and (min-width:768px) {
    .box__title__label {
      font-size: 30px;
      font-weight: bold;
    }
  }
  @media only screen and (max-width:767px) {
    .box__title__label {
      font-size: 20px;
      font-weight: 600;
    }
  }
.box__title__doctor {
}
  @media print, screen and (min-width:768px) {
    .box__title__doctor {
      padding-right: 61px;
    }
  }
  @media only screen and (max-width:767px) {
    .box__title__doctor {
      padding-right: 28px;
    }
  }
.box__title__doctor::after {
  content: "";
  background-image: url(/salandingpage/img/cmn_ic12.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
  @media print, screen and (min-width:768px) {
    .box__title__doctor::after {
      width: 60px;
      height: 60px;
      top: 50%;
    }
  }
  @media only screen and (max-width:767px) {
    .box__title__doctor::after {
      width: 28px;
      height: 28px;
      background-size: 28px 28px;
      top: 21%;
    }
  }
.box__title__medical {
}
  @media print, screen and (min-width:768px) {
    .box__title__medical {
      padding-right: 61px;
    }
  }
  @media only screen and (max-width:767px) {
    .box__title__medical {
      padding-right: 28px;
    }
  }
.box__title__medical::after {
  content: "";
  background-image: url(/salandingpage/img/cmn_ic13.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
  @media print, screen and (min-width:768px) {
    .box__title__medical::after {
      width: 60px;
      height: 60px;
      top: 50%;
    }
  }
  @media only screen and (max-width:767px) {
    .box__title__medical::after {
      width: 28px;
      height: 28px;
      background-size: 28px 28px;
      top: 21%;
    }
  }
.box__title__compensation {
}
  @media print, screen and (min-width:768px) {
    .box__title__compensation {
    }
  }
  @media only screen and (max-width:767px) {
    .box__title__compensation {
      display: inline-block;
      padding-top: 8px;
    }
  }
.text {
	margin: 0 auto;
}
  @media print, screen and (min-width:768px) {
    .text {
      font-size: 18px;
    }
  }
  @media only screen and (max-width:767px) {
    .text {
      font-size: 14px;
      font-weight: 300;
    }
  }
.compensation-figure {
}
  @media print, screen and (min-width:768px) {
    .compensation-figure {
      position: relative;
      margin-top: 36px;
    }
  }
  @media only screen and (max-width:767px) {
    .compensation-figure {
      margin-top: 26px;
      overflow-x: auto;
      padding-bottom: 20px;
    }
    .compensation-figure::-webkit-scrollbar {
      height: 9px;
    }
    .compensation-figure::-webkit-scrollbar-track {
      border-radius: 9px;
      background-color: #DDDDDD;
    }
    .compensation-figure::-webkit-scrollbar-thumb {
      border-radius: 9px;
      background-color: #333333;
    }
  }
.compensation-figure__frame {
}
  @media only screen and (max-width:767px) {
    .compensation-figure__frame {
      position: relative;
      max-width: 100% !important;
    }
  }
.compensation-figure__frame picture {
}
  @media only screen and (max-width:767px) {
    .compensation-figure__frame picture {
      display: block;
      min-width: max-content;
  }
}
.compensation-figure__frame img {
}
  @media only screen and (max-width:767px) {
    .compensation-figure__frame img {
      width: 465px;
    }
  }
.compensation-figure__tooltip__question {
  appearance: none;
  border: none;
  cursor: pointer;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  font-weight: 500;
  background: #EE630C;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.compensation-figure__tooltip__question:hover {
  appearance: none;
  border: none;
  cursor: pointer;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  font-weight: 500;
  background: #FDF3E5;
  color: #EE630C;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #EE630C;

}
.compensation-figure__tooltip__answer {
  position: absolute;
  z-index: 10;
  width: 340px;
  padding: 10px 12px;
  background: #fff;
  border-radius: 10px;
  line-height: 1.5;
  font-size: 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
  box-shadow: 2px 0 7px 3px rgba(0,0,0,.12);
}
.compensation-figure__tooltip__answer::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: inherit;
  transform: rotate(45deg);
  box-shadow: -3px 2px 3px rgba(0, 0, 0, .12);
}
.compensation-figure__tooltip:hover .compensation-figure__tooltip__answer,
.compensation-figure__tooltip.is-open .compensation-figure__tooltip__answer {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.compensation-figure__tooltip__answer * {
  user-select: text;
}
.is-positon01 {
  position: absolute;
  left: 240px;
  top: 192px;
}
.is-positon01 .compensation-figure__tooltip__answer {
  left: 50px;
  top: -10px;
}
.is-positon01 .compensation-figure__tooltip__answer::after {
  left: -5px;
  top: 18px;
  border-right: none;
  border-bottom: none;
}
.is-positon02 {
  position: absolute;
  left: 240px;
  top: 328px;
}
.is-positon02 .compensation-figure__tooltip__answer {
  left: 50px;
  top: -57px;
}
.is-positon02 .compensation-figure__tooltip__answer::after {
  left: -5px;
  top: 64px;
  border-right: none;
  border-bottom: none;
}
.is-positon03 {
  position: absolute;
  left: 240px;
  top: 465px;
}
.is-positon03 .compensation-figure__tooltip__answer {
  left: 50px;
  top: -41px;
}
.is-positon03 .compensation-figure__tooltip__answer::after {
  left: -5px;
  top: 48px;
  border-right: none;
  border-bottom: none;
}
.is-positon04 {
  position: absolute;
  left: 240px;
  top: 602px;
}
.is-positon04 .compensation-figure__tooltip__answer {
  left: 50px;
  top: -50px;
}
.is-positon04 .compensation-figure__tooltip__answer::after {
  left: -5px;
  top: 55px;
  border-right: none;
  border-bottom: none;
}
.is-positon05 {
  position: absolute;
  left: 240px;
  top: 739px;
}
.is-positon05 .compensation-figure__tooltip__answer {
  left: 50px;
  top: -8px;
}
.is-positon05 .compensation-figure__tooltip__answer::after {
  left: -5px;
  top: 18px;
  border-right: none;
  border-bottom: none;
}
.compensation-figure__link-list {
  list-style: none;
  margin: 28px auto 0;
  padding: 0;
}
.box__body .compensation-figure__link-list__type--modal {
  display: flex;
  position: relative;
	align-items: center;
	width: 100%;
  border-radius: 200px;
	border: 2px solid #EE630C;
  background: #fff;
  color: #EE630C;
	line-height: 1.4;
  text-decoration: none;
	box-shadow: 0 4px 10px -4px rgba(51, 51, 51, .25);
  font-size: 20px;
  font-weight: 600;
  padding: 15px 79px 14px;
}
.compensation-figure__link-list__type--modal::after {
  content: "";
  position: absolute;
  right: 19px;
  width: 18px;
  height: 18px;
  background-image: url("/salandingpage/img/cmn_ic11.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.compensation-figure__link-list__type--modal:hover {
  background: #FDF3E5;
  color: #EE630C;
  border: 2px solid #EE630C;
}
.compensation-figure__link-list__type--modal {
  padding-left: 33px;
}
.compensation-figure__box {
  font-size: 14px;
}
.compensation-figure__box:not(:first-child) {
  margin-top: 18px;
}
.compensation-figure__box__title {
  font-weight: bold;
}
.compensation-figure__text {
  font-size: 14px;
  margin: 0 auto;
  padding-top: 7px;
}
.lead-text{
	color: #EE630C;
}
  @media print, screen and (min-width:768px) {
    .lead-text {
      font-size: 26px;
      font-weight: bold;
      margin: 43px 0 0 0;
    }
  }
  @media only screen and (max-width:767px) {
    .lead-text {
      font-size: 20px;
      font-weight: 600;
      margin: 28px 0 0 0;
    }
  }
.medical-heading3, .medical-heading4 {
}
  @media print, screen and (min-width:768px) {
    .medical-heading3, .medical-heading4 {
      margin-top: 54px;
    }
  }
  @media only screen and (max-width:767px) {
    .medical-heading3, .medical-heading4 {
      margin-top: 29px;
    }
  }
.medical-heading3__inner, .medical-heading4__inner {
  display: flex;
  align-items: center;
  position: relative;
}
  @media print, screen and (min-width:768px) {
    .medical-heading3__inner, .medical-heading4__inner {
      justify-content: center;
      gap: 11px;
      padding: 7px 0;
    }
  }
  @media only screen and (max-width:767px) {
    .medical-heading3__inner, .medical-heading4__inner {
      flex-direction: column;
      gap: 12px;
    }
  }
.medical-heading3__icon, .medical-heading4__icon {
  flex: none;
  display: grid;
}
  @media print, screen and (min-width:768px) {
    .medical-heading3__icon, .medical-heading4__icon {
      inline-size: 50px;
      block-size: 50px;
    }
  }
  @media only screen and (max-width:767px) {
    .medical-heading3__icon, .medical-heading4__icon {
      inline-size: 40px;
      block-size: 40px;
    }
  }
.medical-heading3__title, .medical-heading4__title {
  margin: 0;
  line-height: 1.4;
}
  @media print, screen and (min-width:768px) {
    .medical-heading3__title, .medical-heading4__title {
      font-weight: bold;
      font-size: 26px;
    }
  }
  @media only screen and (max-width:767px) {
    .medical-heading3__title, .medical-heading4__title {
      font-weight: 600;
      font-size: 20px;
      text-align: center;
    }
  }
.medical-heading3__inner::after, .medical-heading4__inner::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  inline-size: 100px;
  block-size: 4px;
  border-radius: 2px;
  background: #EE630C;
}
@media print, screen and (min-width:768px) {
  .table{
    margin-top: 50px;
  }
}
@media only screen and (max-width:767px) {
    .table{
    margin-top: 42px;
  }
}
  @media only screen and (max-width:767px) {
    .table .table__matrix,
    .table .table__matrix tbody,
    .table .table__matrix tr,
    .table .table__matrix th,
    .table .table__matrix td {
      display: block;
      width: 100%;
    }
    .table .table__matrix {
      border: none;
      border-radius: 0;
    }
    .table .table__matrix tr {
      background: #fff;
      overflow: hidden;
    }
    .table .table__matrix tbody tr:first-child {
      margin-top: 0;
    }
    .table .table__cell--lv1 {
      color: #fff;
      padding: 7px 11px;
      border-right: none;
      border-bottom: 1px solid rgba(0,0,0,0.04);
      font-size: 14px;
      background-color: #EE630C;
      font-weight: 600;
    }
    .table .table__cell {
      padding: 6px 12px;
      border-top: none;
      font-size: 14px;
      line-height: 1.8;
      font-weight: 300;
    }
    .table .table__cell .lead {
      font-size: 20px;
      margin-top: 18px;
      text-align: center;
    }
    .table .table__box {
      grid-template-columns: 40px 1fr;
      padding: 14px 41.5px;
      margin: 8px 0 12px;
    }
    .table .table__box__title__icon img {
      width: 40px;
      height: 40px;
    }
    .table .medical__icon-plus img {
      width: 30px;
      height: 30px;
    }
    .table .hospital-column {
      grid-template-columns: 1fr;
      margin-top: 7px;
    }
  }
.table__body{
  background: #fff;
  border: 1px solid #DDDDDD;
}

.table__matrix{
  border-spacing: 0;
}

.table__w--25per { width: 24%; }
.table__w--75per { width: 75%; }

.table__matrix tbody tr + tr th,
.table__matrix tbody tr + tr td{
  border-top: 1px solid #DDDDDD;
}
.table__cell--lv1{
  background: #EE630C;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 18px 18px;
  vertical-align: top;
  font-size: 18px;
}
.table__cell{
  padding-top: 19px;
  vertical-align: top;
  font-size: 18px;
}
@media print, screen and (min-width:768px) {
  .table__cell{
  text-align: center;
  }
}
@media only screen and (max-width:767px) {
}
.table__cell .lead {
  margin: 29px 0 7px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
.table__cell .box {
  margin: 0px 18px;
  background: #FDF3E5;
  border-radius: 20px;
}
.table__box {
  background-color: #FDF3E5;
  display: flex;
  margin: 11px;
  border-radius: 20px;
}
  @media print, screen and (min-width:768px) {
    .table__box{
      justify-content: center;
    }
  }
  @media only screen and (max-width:767px) {
    .table__box {
    }
  }
.table__box__head {
  display: flex;
}
  @media print, screen and (min-width:768px) {
    .table__box__head {
      align-items: center;
    }
  }
  @media only screen and (max-width:767px) {
    .table__box__head {
    }
  }
.table__box__lead {
  margin: 0 auto;
  color: #EE630C;
}
  @media print, screen and (min-width:768px) {
    .table__box__lead {
      font-size: 22px;
      font-weight: bold;
    }
  }
  @media only screen and (max-width:767px) {
    .table__box__lead {
      font-size: 18px;
      font-weight: 600;
    }
  }
.table__box__text {
  font-size: 18px;
  margin: 0 auto;
}
  @media print, screen and (min-width:768px) {
    .table__box__text {
      font-size: 18px;
    }
  }
  @media only screen and (max-width:767px) {
    .table__box__text {
      font-size: 14px;
      font-weight: 300;
    }
  }
.table__box__title__icon {
  display: grid;
}
  @media print, screen and (min-width:768px) {
    .table__box__title__icon {
    inline-size: 59px;
    block-size: 66px;
    }
  }
  @media only screen and (max-width:767px) {
    .table__box__title__icon {
    inline-size: 40px;
    block-size: 40px;
    }
  }
.table__box__body {
}
  @media print, screen and (min-width:768px) {
    .table__box__body {
      padding: 16px 16px;
    }
  }
  @media only screen and (max-width:767px) {
    .table__box__body {
    padding-left: 11px;
    }
  }

.table__box .util-link {
  text-decoration: underline;
  position: relative;
  display: inline-block;
}
.table__box__text .util-link::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url("/salandingpage/img/cmn_ic10.svg")center / contain no-repeat;
  pointer-events: none;
}
.table__box .util-link:hover {
  text-decoration: none;
}
.medical__icon-plus {
  text-align: center;
}
@media print, screen and (min-width:768px) {
  .medical__icon-plus {
    padding-top: 9px;;
  }
}
.hospital-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 32px;
  row-gap: 0;
}
@media print, screen and (min-width:768px) {
  .hospital-column {
    margin: 8px 18px 18px;
  }
}
.hospital-column__item__text {
  margin: 0;
  border-bottom: 1px solid #DDDDDD;
  text-align: left;
  line-height: 1.6;
}
  @media print, screen and (min-width:768px) {
    .hospital-column__item__text {
      font-size: 18px;
      padding: 10px 0 9px;
    }
    .hospital-column__item__text.is-border-none-pc {
      padding-bottom: 0 !important;
      border: none !important;
    }
  }
  @media only screen and (max-width:767px) {
    .hospital-column__item__text {
      font-size: 14px;
      font-weight: 300;
      padding: 7px 0 8px;
    }
    .hospital-column__item__text.is-border-none-sp {
      padding-bottom: 0 !important;
      border: none !important;
    }
  }
.treatment-column {
  --cell-bg: #FDF3E5;
  display: grid;
  border-radius: 16px;
  overflow: hidden;
}
  @media print, screen and (min-width:768px) {
    .treatment-column {
      grid-template-columns: repeat(4, 1fr);
      grid-auto-rows: 78px;
      margin-top: 40px;
      gap: 4px;
    }
  }
  @media only screen and (max-width:767px) {
    .treatment-column {
      grid-template-columns: repeat(2, 1fr);
      grid-auto-rows: 78px;
      margin-top: 35px;
      gap: 8px;
    }
  }

.treatment-column__item {
  background: var(--cell-bg);
  display: grid;
  place-items: center;
  height: 100%;
  padding: 16px 20px;
  text-align: center;
}
  @media print, screen and (min-width:768px) {
    .treatment-column__item {
      padding: 8px 20px;
    }
  }
  @media only screen and (max-width:767px) {
    .treatment-column__item {
      padding: 6px 8px;
    }
  }
.treatment-column__item__text {
  margin: 0;
  font-weight: bold;
  line-height: 1.6;
  font-size: 18px;
}
  @media print, screen and (min-width:768px) {
    .treatment-column__item__text {
      font-size: 18px;
      font-weight: bold;
    }
  }
  @media only screen and (max-width:767px) {
    .treatment-column__item__text {
      font-size: 14px;
      font-weight: 600;
    }
  }
.note-list {
  display: grid;
  margin: 0 auto;
	padding: 0;
}
  @media print, screen and (min-width:768px) {
    .note-list {
      margin-top: 21px;
      gap: 14px;
    }
  }
  @media only screen and (max-width:767px) {
    .note-list {
      margin-top: 14px;
    }
    .faq .note-list {
      margin-top: 7px;
    }
  }
.note-list li {
	line-height: 1.4;
	list-style: none;
	color: #666666;
}
  @media print, screen and (min-width:768px) {
    .note-list li {
      font-size: 14px;
      display: flex;
    }
  }
  @media only screen and (max-width:767px) {
    .note-list li {
      position: relative;
      padding-left: 19px;
      font-size: 12px;
      font-weight: 300;
      margin-top: 3px;
    }
  }
.note-list__mark {
}
  @media print, screen and (min-width:768px) {
    .note-list__mark {
      margin-right: 13px;
    }
  }
  @media only screen and (max-width:767px) {
    .note-list__mark {
      position: absolute;
      top: 0;
      left: 0;
    }
  }
.heading4 {
}
  @media print, screen and (min-width:768px) {
    .heading4 {
      margin: 44px 0 22px;
    }
  }
  @media only screen and (max-width:767px) {
    .heading4 {
      margin: 32px 0 13px;
    }
  }
.heading4__title {
  margin: 0 auto;
	line-height: 1.6;
	color: #EE630C;
}
  @media print, screen and (min-width:768px) {
    .heading4__title {
      font-size: 26px;
      font-weight: bold;
    }
  }
  @media only screen and (max-width:767px) {
    .heading4__title {
      font-size: 20px;
      font-weight: 600;
    }
  }
.system-media {
	display: flex;
	flex-wrap: nowrap;
}
  @media print, screen and (min-width:768px) {
    .system-media {
      flex-direction: row-reverse;
    }
  }
  @media only screen and (max-width:767px) {
    .system-media {
      flex-direction: column-reverse;
    }
  }
.system-media__head {
	flex-shrink: 0;
}
  @media print, screen and (min-width:768px) {
    .system-media__head {
      margin-left: 36px;
    }
  }
  @media only screen and (max-width:767px) {
    .system-media__head {
      margin-top: 36px;
    }
  }
.system-media__body {
	flex-grow: 1;
}
.util-color--main {
	color: #EE630C;
	font-weight: bold;
}
.system-media__button-wrap {
}
  @media print, screen and (min-width:768px) {
    .system-media__button-wrap {
    margin-top: 34px;
    }
  }
  @media only screen and (max-width:767px) {
    .system-media__button-wrap {
    margin-top: 15px;
    }
  }

.system-media__button-v2 {
	display: flex;
}
.system-media__button-v2 [class^="system-media__button-v2__type"] {
	display: flex;
  position: relative;
  align-items: center;
	width: 100%;
  border-radius: 200px;
  border: 2px solid #EE630C;
  background: #fff;
	color: #EE630C;
	line-height: 1.4;
  text-decoration: none;
	box-shadow: 0 4px 10px -4px rgba(51, 51, 51, .25);
}
  @media print, screen and (min-width:768px) {
    .system-media__button-v2 [class^="system-media__button-v2__type"] {
      font-size: 22px;
      font-weight: bold;
      padding: 17px 50px 17px 25px;
      justify-content: center;
    }
  }
  @media only screen and (max-width:767px) {
    .system-media__button-v2 [class^="system-media__button-v2__type"] {
      font-size: 20px;
      font-weight: 600;
      padding: 15px 43px 14px 12px;
      justify-content: center;
    }
  }
.system-media__button-v2__type::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 18px;
  height: 18px;
  background-image: url("/salandingpage/img/cmn_ic10.svg");
  background-repeat: no-repeat;
  background-position: center;
}
  @media print, screen and (min-width:768px) {
    .system-media__button-v2__type::after {
      background-size: 14px 14px;
      right: 24px;
    }
  }
.system-media__button-v2__type--blank::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 18px;
  height: 18px;
  background-image: url("/salandingpage/img/cmn_ic10.svg");
  background-repeat: no-repeat;
  background-position: center;
}
  @media print, screen and (min-width:768px) {
    .system-media__button-v2__type--blank::after {
      background-size: 18px 18px;
    }
  }
.system-media__button-v2__type--blank:hover {
  background: #FDF3E5;
  color: #EE630C;
  border: 2px solid #EE630C;
}
.system-media__button-v2__type--blank:hover::after {
  background-image: url("/salandingpage/img/cmn_ic10.svg");
  right: 24px;
}
.system-media__button-v2__type:hover {
  background: #FDF3E5;
  color: #EE630C;
  border: 2px solid #EE630C;
}
.system-media__button-v2__type:hover::after {
  background-image: url("/salandingpage/img/cmn_ic10.svg");
  right: 24px;
}
/* ==========================================================
box-v2
========================================================== */
.box-v2 {
}
  @media print, screen and (min-width:768px) {
    .box-v2 {
      margin: 70px 0 40px;
    }
  }
  @media only screen and (max-width:767px) {
    .box-v2 {
      margin: 51px 0 28px;
    }
  }
.box-v2__body {
  background: #EE630C;
  color: #fff;
  text-align: center;
}
  @media print, screen and (min-width:768px) {
    .box-v2__body {
      border-radius: 20px;
      padding: 16px 16px;
    }
  }
  @media only screen and (max-width:767px) {
    .box-v2__body {
      border-radius: 14px;
      padding: 5px 13px;
    }
  }
.box-v2__lead {
  margin: 0;
}
  @media print, screen and (min-width:768px) {
    .box-v2__lead {
      font-weight: bold;
      font-size: 24px;
      line-height: 1.4;
    }
  }
  @media only screen and (max-width:767px) {
    .box-v2__lead {
      font-weight: 600;
      font-size: 14px;
      line-height: 1.6;
    }
  }
.box-v2__lead__strong {
}
  @media print, screen and (min-width:768px) {
    .box-v2__lead__strong {
      font-size: 30px;
      font-weight: bold;
    }
  }
  @media only screen and (max-width:767px) {
    .box-v2__lead__strong {
      font-size: 20px;
      font-weight: 600;
    }
  }
.heading3 {
}
  @media print, screen and (min-width:768px) {
    .heading3 {
      text-align: center;
    }
  }
.heading3__inner {
  display: grid;
  justify-items: center;
}
  @media print, screen and (min-width:768px) {
    .heading3__inner {
      gap: 22px;
    }
  }
  @media only screen and (max-width:767px) {
    .heading3__inner {
      gap: 28px;
    }
  }
.heading3__subtitle {
  background: #EE630C;
  color: #fff;
  line-height: 1;
  border-radius: 220px;
	position: relative;
}
  @media print, screen and (min-width:768px) {
    .heading3__subtitle {
      font-weight: bold;
      font-size: 20px;
      padding: 17px 14px;
    }
  }
  @media only screen and (max-width:767px) {
    .heading3__subtitle {
      font-weight: 600;
      font-size: 14px;
      padding: 10px;
    }
  }
.heading3__subtitle::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background: #EE630C;
  border-radius: 2px;
}
  @media print, screen and (min-width:768px) {
    .heading3__subtitle::after {
      bottom: -6px;
      width: 20px;
      height: 20px;
    }
  }
  @media only screen and (max-width:767px) {
    .heading3__subtitle::after {
      bottom: -7px;
      width: 15px;
      height: 15px;
    }
  }
.heading3__title {
  line-height: 1.6;
	margin: 0 auto;
}
  @media print, screen and (min-width:768px) {
    .heading3__title {
      font-weight: bold;
      font-size: 26px;
    }
  }
  @media only screen and (max-width:767px) {
    .heading3__title {
      font-weight: 600;
      font-size: 20px;
      margin: 13px 0 14px;
    }
  }
.box-v3 {
  display: grid;
	background-color: #FDF3E5;
}
  @media print, screen and (min-width:768px) {
    .box-v3 {
      margin-top: 23px;
      gap: 17px;
      border-radius: 20px;
      padding: 18px 0 21px;
    }
  }
  @media only screen and (max-width:767px) {
    .box-v3 {
      gap: 2px;
      border-radius: 14px;
      padding: 11px 10px 13px;
    }
  }
.box-v3__body {
  text-align: center;
  position: relative;
}
.box-v3__body:first-child {
}
  @media print, screen and (min-width:768px) {
    .box-v3__body:first-child {
      padding-bottom: 24px;
    }
  }
  @media only screen and (max-width:767px) {
    .box-v3__body:first-child {
      padding-bottom: 22px;
    }
  }
.box-v3__body:first-of-type::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #DDDDDD;
}
  @media print, screen and (min-width:768px) {
    .box-v3__body:first-of-type::after {
      left: 70px;
      right: 70px;
      bottom: 13px;
    }
  }
  @media only screen and (max-width:767px) {
    .box-v3__body:first-of-type::after {
      bottom: 10px;
    }
  }

.box-v3__text {
  margin: 0;
  line-height: 1.6;
}
  @media print, screen and (min-width:768px) {
    .box-v3__text {
      font-size: 18px;
      font-weight: bold;
    }
  }
  @media only screen and (max-width:767px) {
    .box-v3__text {
      font-size: 14px;
      font-weight: 600;
    }
  }
.box-v3__text__strong {
}
  @media print, screen and (min-width:768px) {
    .box-v3__text__strong {
      font-size: 32px;
      font-weight: bold;
    }
  }
  @media only screen and (max-width:767px) {
    .box-v3__text__strong {
      font-size: 22px;
      font-weight: 600;
    }
  }
.box-v3__lead__strong {
  color: #EE630C;
}
  @media print, screen and (min-width:768px) {
    .box-v3__lead__strong {
      font-size: 32px;
      font-weight: bold;
    }
  }
  @media only screen and (max-width:767px) {
    .box-v3__lead__strong {
      font-size: 22px;
      font-weight: 600;
    }
  }
.box-v3__lead__highlight {
	position: relative;
  display: inline-block;
}
.box-v3__lead__small {
  color: #EE630C;
  line-height: 1.6;
}
  @media print, screen and (min-width:768px) {
    .box-v3__lead__small {
      font-size: 18px;
      font-weight: bold;
      top: -23px;
      position: absolute;
    }
  }
  @media only screen and (max-width:767px) {
    .box-v3__lead__small {
      font-size: 14px;
      font-weight: 600;
      display: block;
    }
  }
.box-v3__note-list {
  display: grid;
  gap: 11px;
  margin: 0 auto;
	padding: 0;
  justify-content: center;
  text-align: left;
}
.box-v3__note-list li {
	font-size: 14px;
	list-style: none;
	color: #666666;
  display: flex;
}
  @media print, screen and (min-width:768px) {
    .box-v3__note-list li {
      font-size: 14px;
      font-weight: bold;
      line-height: 1.6;
      margin-top: 14px;
    }
  }
  @media only screen and (max-width:767px) {
    .box-v3__note-list li {
      font-size: 12px;
      font-weight: 300;
      margin-top: 2px;
    }
  }
.box-v3__note-list__mark {
	margin-right: 11px;
}
.box-v4 {
	background-color: #FDF3E5;
}
  @media print, screen and (min-width:768px) {
    .box-v4 {
      margin-top: 22px;
      border-radius: 20px;
      padding: 11px 71px 13px;
    }
  }
  @media only screen and (max-width:767px) {
    .box-v4 {
      border-radius: 14px;
      padding: 11px 0 9px;
    }
  }
.box-v4__body {
  text-align: center;
  position: relative;
}
.box-v4__text {
  margin: 0;
  line-height: 1.9;
}
  @media print, screen and (min-width:768px) {
    .box-v4__text {
      font-weight: bold;
      font-size: 18px;
      line-height: 1.9;
    }
  }
  @media only screen and (max-width:767px) {
    .box-v4__text {
      font-size: 14px;
      font-weight: 600;
      line-height: 1.6;
    }
  }
.box-v4__text__strong {
}
  @media print, screen and (min-width:768px) {
    .box-v4__text__strong {
      font-size: 32px;
      font-weight: bold;
    }
  }
  @media only screen and (max-width:767px) {
    .box-v4__text__strong {
      font-size: 22px;
      font-weight: 600;
    }
  }
.box-v4__lead__strong {
  color: #EE630C;
}
  @media print, screen and (min-width:768px) {
    .box-v4__lead__strong {
      font-size: 32px;
      font-weight: bold;
    }
  }
  @media only screen and (max-width:767px) {
    .box-v4__lead__strong {
      font-size: 22px;
      font-weight: 600;
    }
  }
.box-v4__lead__highlight {
	position: relative;
}
.box-v4__lead__small {
  color: #EE630C;
  font-size: 18px;
  line-height: 1.6;
  position: absolute;
  bottom: 32px;
}
.util-sup {
  font-size: 1.1em;
}
.heading3__box-v3__title {
  line-height: 1.6;
}
  @media print, screen and (min-width:768px) {
    .heading3__box-v3__title {
      font-size: 26px;
      font-weight: bold;
      margin: 41px 0 0 0;
    }
  }
  @media only screen and (max-width:767px) {
    .heading3__box-v3__title {
      font-size: 20px;
      font-weight: 600;
      margin: 28px 0 14px;
    }
  }
.unorder-list {
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
}
  @media print, screen and (min-width:768px) {
    .unorder-list {
      font-size: 18px;
      margin-top: 19px;
    }
  }
  @media only screen and (max-width:767px) {
    .unorder-list {
      font-size: 14px;
      font-weight: 300;
      margin-top: 12px;
    }
  }
.box__body > .unorder-list {
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
}
  @media print, screen and (min-width:768px) {
    .box__body > .unorder-list {
      font-size: 18px;
      margin-top: 40px;
    }
  }
  @media only screen and (max-width:767px) {
    .box__body > .unorder-list {
      font-size: 14px;
      font-weight: 300;
      margin-top: 32px;
    }
  }
.unorder-list li {
  position: relative;
}
  @media print, screen and (min-width:768px) {
    .unorder-list li {
      padding-left: 21px;
      margin-top: 11px;
    }
  }
  @media only screen and (max-width:767px) {
    .unorder-list li {
      padding-left: 19px;
      margin-top: 8px;
    }
  }
.unorder-list li::before {
    display: inline-block;
		position: absolute;
		left: 0;
		border-radius: 50%;
		background-color: #EE630C;
		content: "";
		top: .45em;
		width: 10px;
		height: 10px;
}
.figure-wrap--center {
}
  @media print, screen and (min-width:768px) {
    .figure-wrap--center {
      margin-top: 37px;
    }
  }
  @media only screen and (max-width:767px) {
    .figure-wrap--center {
      margin-top: 25px;
    }
  }
.note__heading4 {
}
  @media print, screen and (min-width:768px) {
    .note__heading4 {
      margin-top: 40px;
    }
  }
  @media only screen and (max-width:767px) {
    .note__heading4 {
      margin-top: 28px;
    }
  }
.note__heading4__inner {
	background-color: #FFEFEF;
}
  @media print, screen and (min-width:768px) {
    .note__heading4__inner {
      border-radius: 20px;
    }
  }
  @media only screen and (max-width:767px) {
    .note__heading4__inner {
      border-radius: 14px;
    }
  }
.note__heading4__title {
	line-height: 14px;
	text-align: center;
	color: #CC0000;
	margin: 0 auto;
}
  @media print, screen and (min-width:768px) {
    .note__heading4__title {
      font-size: 22px;
      font-weight: bold;
      padding: 22px 0;
    }
  }
  @media only screen and (max-width:767px) {
    .note__heading4__title {
      font-size: 16px;
      font-weight: 600;
      padding: 15px 0;
    }
  }
.note__unorder-list {
  list-style: none;
  padding: 0;
  line-height: 1.8;
}
  @media print, screen and (min-width:768px) {
    .note__unorder-list {
      margin: 31px 0 6px;
    }
  }
  @media only screen and (max-width:767px) {
    .note__unorder-list {
    }
  }

.note__text {
  line-height: 1.6;
  margin: 0 auto;
}
  @media print, screen and (min-width:768px) {
    .note__text {
      font-size: 18px;
      font-weight: bold;
    }
  }
  @media only screen and (max-width:767px) {
    .note__text {
      font-size: 14px;
      font-weight: 600;
      margin-top: 22px;
    }
  }
.note__unorder-list__nest {
  margin: 0;
}
.note__order-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.note__order-list > li {
  position: relative;
  line-height: 1.6;
}
  @media print, screen and (min-width:768px) {
    .note__order-list > li {
      font-size: 18px;
      margin-top: 10px;
      padding-left: 37px;
    }
  }
  @media only screen and (max-width:767px) {
    .note__order-list > li {
      font-size: 14px;
      font-weight: 300;
      margin-top: 9px;
      padding-left: 32px;
    }
  }
.note__order-list > li:not(:first-child) {
}
  @media print, screen and (min-width:768px) {
    .note__order-list > li:not(:first-child) {
      margin-top: 14px;
    }
  }
  @media only screen and (max-width:767px) {
    .note__order-list > li:not(:first-child) {
    }
  }
.note__order-list__mark {
  position: absolute;
  left: 0;
  color: #CC0000;
  font-weight: bold;;
}
.note__column {
  display: flex;
  flex-flow: row wrap;
  gap: 7px;
}
  @media print, screen and (min-width:768px) {
    .note__column {
      margin: 11px 0 9px;
    }
  }
  @media only screen and (max-width:767px) {
    .note__column {
      margin: 8px 0;
    }
  }
.note__column__item {
  background-color: #F7F7F7;
  border-radius: 20px;
}
  @media print, screen and (min-width:768px) {
    .note__column__item {
      width: 578px;
    }
  }
  @media only screen and (max-width:767px) {
    .note__column__item {
      width: 100%;
    }
  }

.note__box {
  background-color: #F7F7F7;
  border-radius: 20px;
}
  @media print, screen and (min-width:768px) {
    .note__box {
      padding: 25px 10px 20px 27px;
    }
  }
  @media only screen and (max-width:767px) {
    .note__box {
      padding: 15px 14px 13px 14px;
    }
  }
.note__box__title {
  line-height: 1.6;
}
  @media print, screen and (min-width:768px) {
    .note__box__title {
      font-weight: bold;
      font-size: 18px;
    }
  }
  @media only screen and (max-width:767px) {
    .note__box__title {
      font-weight: 600;
      font-size: 16px;
    }
  }
.note__box__body {
}
  @media print, screen and (min-width:768px) {
    .note__box__body {
      padding: 0 18px;
    }
  }
.note__box__body > .note__box__unorder-list {
}
  @media print, screen and (min-width:768px) {
    .note__box__body > .note__box__unorder-list {
      margin-top: 20px;
      padding: 0;
    }
  }
  @media only screen and (max-width:767px) {
    .note__box__body > .note__box__unorder-list {
      margin-top: 14px;
    }
  }
.note__box__body > .note__box__unorder-list > li{
  position: relative;
  line-height: 1.6;
}
  @media print, screen and (min-width:768px) {
    .note__box__body > .note__box__unorder-list > li {
      font-size: 14px;
      margin-top: 10px;
    }
  }
  @media only screen and (max-width:767px) {
    .note__box__body > .note__box__unorder-list > li {
      font-size: 12px;
      margin-top: 8px;
    }
  }
.note__box__unorder-list {
  list-style: none;
}
  @media print, screen and (min-width:768px) {
    .note__box__unorder-list {
      padding: 0px 18px;
      margin-top: 11px;
    }
  }
  @media only screen and (max-width:767px) {
    .note__box__unorder-list {
      padding: 0 0 0 16px;
      margin-top: 6px;
    }
  }
.note__box__unorder-list > li{
  position: relative;
  line-height: 1.6;
}
  @media print, screen and (min-width:768px) {
    .note__box__unorder-list > li {
      font-size: 14px;
      margin-top: 8px;
    }
  }
  @media only screen and (max-width:767px) {
    .note__box__unorder-list > li {
      font-size: 12px;
      margin-top: 6px;
    }
  }
.note__box__unorder-list > li::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  width: 8px; height: 8px;
  border: 2px solid #CC0000;
  border-radius: 50%;
  box-sizing: border-box;
}
  @media print, screen and (min-width:768px) {
    .note__box__unorder-list > li::before {
      left: -20px;
      top: 11px;
    }
  }
  @media only screen and (max-width:767px) {
    .note__box__unorder-list > li::before {
      left: -16px;
      top: 8px;
    }
  }

.note__box__unorder-list .note__box__util-link {
  color: #10458F;
  text-decoration: underline solid #10458F;
  font-weight: bold;
}
.note__box__unorder-list .note__box__util-link:hover {
  text-decoration: none;
}

.heading3__case {
  position: relative;
}
  @media print, screen and (min-width:768px) {
    .heading3__case {
      margin: 77px 0 36px;
    }
  }
  @media only screen and (max-width:767px) {
    .heading3__case {
      margin: 53px 0 28px;
    }
  }
.heading3__case__inner {
  margin-inline: auto;
}
.heading3__case__title {
  display: block;
  text-align: center;
  color: #fff;
  background: #EE630C;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
  line-height: 1.4;
}
  @media print, screen and (min-width:768px) {
    .heading3__case__title {
      font-size: 30px;
      font-weight: bold;
      padding: 19px 16px;
    }
  }
  @media only screen and (max-width:767px) {
    .heading3__case__title {
      font-size: 20px;
      font-weight: 600;
      padding: 11px;
    }
  }
.insurance__figure {
}  @media print, screen and (min-width:768px) {
    .insurance__figure {
      margin-top: 36px;
    }
  }
  @media only screen and (max-width:767px) {
    .insurance__figure {
      margin-top: 23px;
    }
  }
.figure__caption {
	line-height: 1.6;
	text-align: right;
}  @media print, screen and (min-width:768px) {
    .figure__caption {
      font-size: 14px;
      margin-top: 11px;
    }
  }
  @media only screen and (max-width:767px) {
    .figure__caption {
      font-size: 12px;
      font-weight: 300;
      margin-top: 8px;
    }
  }
/* ==========================================================
faq
========================================================== */
.faq {
}
  @media print, screen and (min-width:768px) {
    .faq {
      margin-top: 95px;
    }
  }
  @media only screen and (max-width:767px) {
    .faq {
      margin-top: 53px;
    }
  }
.faq+.faq {
  margin-top: 54px;
}
  @media print, screen and (min-width:768px) {
    .faq+.faq {
      margin-top: 54px;
    }
  }
  @media only screen and (max-width:767px) {
    .faq+.faq {
      margin-top: 41px;
    }
  }
.faq__head {
  display: flex;
  flex-flow: row nowrap;
  background-color: #EE630C;
	color: #fff;
  box-shadow: 0 4px 10px -4px rgba(51, 51, 51, .25);
  cursor: pointer;
  border: 2px solid #EE630C;
}
  @media print, screen and (min-width:768px) {
    .faq__head {
      border-radius: 18px;
      padding: 19px 29px;
      align-items: center;
    }
  }
  @media only screen and (max-width:767px) {
    .faq__head {
      border-radius: 14px;
      padding: 15px 14px 11px 14px;
    }
  }
.faq__mark--question {
  display: inline-block;
  background-image: url(/salandingpage/img/cmn_ic05.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
  overflow: hidden;
  text-indent: -100vw;
  white-space: nowrap;
}
  @media print, screen and (min-width:768px) {
    .faq__mark--question {
      margin-right: 25px;
      width: 42px;
      height: 56px;
    }
    .faq__head:hover .faq__mark--question {
      background-image: url(/salandingpage/img/cmn_ic07.svg);
    }
  }
  @media only screen and (max-width:767px) {
    .faq__mark--question {
      margin-right: 14px;
      width: 21px;
      height: 28px;
    }
  }
.faq__title {
  position: relative;
  flex-grow: 1;
  line-height: 1.4;
  transition: color .25s cubic-bezier(.4, 0, .2, 1) 0s;
  color: #fff;
}
  @media print, screen and (min-width:768px) {
    .faq__title {
      font-size: 30px;
      font-weight: bold;
      padding-right: 39px;
    }
  }
  @media only screen and (max-width:767px) {
    .faq__title {
      font-size: 20px;
      font-weight: 600;
      padding-right: 23px;
    }
  }
  @media print, screen and (min-width:768px) {
    .faq__head:hover .faq__title {
      position: relative;
      flex-grow: 1;
      line-height: 1.4;
      color: #EE630C;
      font-size: 30px;
      font-weight: bold;
      padding-right: 39px;
    }
  }
  @media only screen and (max-width:767px) {
  }
.faq__title::before {
  transform: translateY(-50%) rotate(90deg);
  transition: transform .25s cubic-bezier(.4, 0, .2, 1) 0s, -webkit-transform .25s cubic-bezier(.4, 0, .2, 1) 0s;
  top: 50%;
  position: absolute;
  right: 0;
  background: #fff;
  content: "";
}
  @media print, screen and (min-width:768px) {
    .faq__title::before {
      width: 30px;
      height: 3px;
    }
  }
  @media only screen and (max-width:767px) {
    .faq__title::before {
      width: 20px;
      height: 4px;
      border-radius: 200px;
    }
  }
.faq__title::after {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  background: #fff;
  content: "";
}
  @media print, screen and (min-width:768px) {
    .faq__title::after {
      width: 30px;
      height: 3px;
    }
  }
  @media only screen and (max-width:767px) {
    .faq__title::after {
      width: 20px;
      height: 4px;
      border-radius: 200px;
    }
  }

  @media print, screen and (min-width:768px) {
    .faq__head:hover .faq__title::before,
    .faq__head:hover .faq__title::after {
      background: #EE630C;
    }
  }

.faq__head.is-active .faq__title::before {
  transform: translateY(-50%) rotate(0deg);
}
@media print, screen and (min-width:768px) {
  .faq__head:hover {
    background-color: #FDF3E5;
    color: #EE630C;
    border: 2px solid #EE630C;
  }
}
.faq__body {
  position: relative;
}
  @media print, screen and (min-width:768px) {
    .faq__body {
      padding: 32px 29px 4px;
    }
  }
  @media only screen and (max-width:767px) {
    .faq__body {
      padding: 20px 11px 0;
    }
  }
.faq__answer {
  display: flex;
  flex-flow: row nowrap;
}
.faq__mark--answer {
  transform: translateY(2px);
  background-image: url(/salandingpage/img/cmn_ic06.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
  overflow: hidden;
  text-indent: -100vw;
  white-space: nowrap;
}
  @media print, screen and (min-width:768px) {
    .faq__mark--answer {
      width: 42px;
      height: 42px;
      margin-right: 22px;
    }
  }
  @media only screen and (max-width:767px) {
    .faq__mark--answer {
      width: 21px;
      height: 21px;
      margin-right: 16px;
    }
  }
.faq__detail {
  flex-grow: 1;
}
.faq__text {
  line-height: 1.4;
}
  @media print, screen and (min-width:768px) {
    .faq__text {
      margin: 3px 0 18px;
      font-size: 30px;
      font-weight: bold;
    }
  }
  @media only screen and (max-width:767px) {
    .faq__text {
      margin: 0 auto;
      padding-bottom: 14px;
      font-size: 20px;
      font-weight: 600;
    }
  }
.order-list {
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto;
  padding: 0;
  list-style: none;
}
  @media print, screen and (min-width:768px) {
    .order-list {
      row-gap: 11px;
    }
  }
  @media only screen and (max-width:767px) {
    .order-list {
      row-gap: 8px;
      margin: 10px auto 0;
    }
  }
.order-list li {
  position: relative;
  list-style: none;;
}
  @media print, screen and (min-width:768px) {
    .order-list li {
      padding-left: 40px;
      font-size: 18px;
    }
  }
  @media only screen and (max-width:767px) {
    .order-list li {
      padding-left: 32px;
      font-size: 14px;
      font-weight: 300;
    }
  }
.order-list__mark {
  position: absolute;
  top: 0;
  left: 0;
  color: #EE630C;
}
  @media print, screen and (min-width:768px) {
    .order-list__mark {
      font-weight: bold;
    }
  }
  @media only screen and (max-width:767px) {
    .order-list__mark {
      font-weight: 600;
    }
  }
.order-list__mark::after {
  content: ".";
}
.faq__heading3 {
}
  @media print, screen and (min-width:768px) {
    .faq__heading3 {
      margin: 40px 0 22px;
    }
  }
  @media only screen and (max-width:767px) {
    .faq__heading3 {
      margin: 28px 0 14px;
    }
  }
.faq__heading4 {
}
  @media print, screen and (min-width:768px) {
    .faq__heading4 {
      margin: 40px 0 22px;
    }
  }
  @media only screen and (max-width:767px) {
    .faq__heading4 {
      margin: 28px 0 14px;
      padding: 0 19px;
    }
  }
.faq__heading3__title {
  margin: 0 auto;
	line-height: 1.6;
	color: #EE630C;
}
  @media print, screen and (min-width:768px) {
    .faq__heading3__title {
      font-size: 26px;
      font-weight: bold;
    }
  }
  @media only screen and (max-width:767px) {
    .faq__heading3__title {
      font-size: 20px;
      font-weight: 600;
    }
  }
.faq__heading4__title {
  margin: 0 auto;
	line-height: 1.6;
	color: #EE630C;
}
  @media print, screen and (min-width:768px) {
    .faq__heading4__title {
      font-size: 26px;
      font-weight: bold;
    }
  }
  @media only screen and (max-width:767px) {
    .faq__heading4__title {
      font-size: 20px;
      font-weight: 600;
    }
  }
.faq__column {
}
  @media only screen and (max-width:767px) {
    .faq__column {
      padding: 0 19px;
    }
  }
.faq__order-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq__order-list > li {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 11px;
}
  @media print, screen and (min-width:768px) {
    .faq__heading4__title {
      display: grid;
      grid-template-columns: auto 1fr;
      column-gap: 11px;
      row-gap: 3px;
      align-items: center;
    }
  }
  @media only screen and (max-width:767px) {
    .faq__heading4__title {
      font-size: 20px;
      font-weight: 600;
    }
  }

.faq__order-list > li:not(:first-child) {
}
  @media print, screen and (min-width:768px) {
    .faq__order-list > li:not(:first-child) {
      padding-top: 15px;
    }
  }
  @media only screen and (max-width:767px) {
    .faq__order-list > li:not(:first-child) {
      padding-top: 16px;
    }
  }

.faq__order-list__mark {
  grid-column: 1;
  grid-row: 1;
  display: inline-grid;
  place-items: center;
  border: 1px solid #EE630C;
  color: #EE630C;
  border-radius: 10px;
  font-weight: bold;
  line-height: 1;
}
@media print, screen and (min-width:768px) {
  .faq__order-list__mark {
      padding: 6px 13.5px 3px;
      min-width: 38px;
      height: 38px;
  }
}
@media only screen and (max-width:767px) {
  .faq__order-list__mark {
      padding: 6px 13px 3px;
      min-width: 36px;
      height: 36px;
  }
}

.faq__order-list__text {
  font-weight: bold;
  line-height: 1.6;
  color: #EE630C;
  margin: 0;
}
@media print, screen and (min-width:768px) {
  .faq__order-list__text {
    font-size: 22px;
  }
}
@media only screen and (max-width:767px) {
  .faq__order-list__text {
    font-size: 16px;
    padding-right: 44px;
    padding-top: 5px;
  }
}
.faq__order-list__nest {
  grid-column: 2;
  grid-row: 2;
  margin-top: 11px;
}
.faq__figure-wrap--center > picture >img {
  width: 100%;
}
.figure-wrap--center {
  text-align: center;
}
@media print, screen and (min-width:768px) {
  .figure-wrap--center {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width:767px) {
  .figure-wrap--center {
    overflow-x: auto;
    padding-bottom: 20px;
  }
  .figure-wrap--center::-webkit-scrollbar {
    height: 9px;
  }
  .figure-wrap--center::-webkit-scrollbar-track {
    border-radius: 9px;
    background-color: #DDDDDD;
  }
  .figure-wrap--center::-webkit-scrollbar-thumb {
    border-radius: 9px;
    background-color: #333333;
  }
  .figure-wrap--center .figure__frame {
    width: 1200px;
  }
}
.figure-wrap--center::-webkit-scrollbar {
  height: 9px;
}
.figure-wrap--center::-webkit-scrollbar-track {
  border-radius: 9px;
  background-color: #DDDDDD;
}
.figure-wrap--center::-webkit-scrollbar-thumb {
  border-radius: 9px;
  background-color: #333333;
}
.faq__heading3__figure-wrap--center {
}
@media only screen and (max-width:767px) {
  .faq__heading3__figure-wrap--center {
    overflow-x: auto;
  }
  .faq__heading3__figure-wrap--center::-webkit-scrollbar {
    height: 9px;
  }
  .faq__heading3__figure-wrap--center::-webkit-scrollbar-track {
    border-radius: 9px;
    background-color: #DDDDDD;
  }
  .faq__heading3__figure-wrap--center::-webkit-scrollbar-thumb {
    border-radius: 9px;
    background-color: #333333;
  }
  .faq__heading3__figure__frame {
    width: 950px;
  }
}
.medicom__inner {
    background-color: #F7F7F7;
}
  @media print, screen and (min-width:768px) {
    .medicom__inner {
      width: calc(100% + 60px);
      padding: 30px 30px 36px;
      margin: 0 -30px;
    }
  }
  @media only screen and (max-width:767px) {
    .medicom__inner {
      min-width: 375px;
      padding: 28px 15px;
      margin: 0 -15px;
    }
  }
.medicom__body {
}
  @media print, screen and (min-width:768px) {
    .medicom__body {
      width: 1200px;
      margin: 0 auto;
    }
  }
  @media only screen and (max-width:767px) {
    .medicom__body {
    }
  }

.text--right {
  margin: 0 auto;
	text-align: right;
}
  @media print, screen and (min-width:768px) {
    .text--right {
      font-size: 18px;
      margin-top: 18px;
    }
  }
  @media only screen and (max-width:767px) {
    .text--right {
      font-size: 14px;
      font-weight: 300;
      margin-top: 14px;
    }
  }