/* ----------------------------------------
Reset
---------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

*,
::before,
::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	-webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}

input,
button,
textarea,
select {
	font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word;
}

:where(a[href],
area,
button,
label[for],
select,
summary,
[tabindex]:not([tabindex*="-"])) {
	-ms-touch-action: manipulation;
	cursor: pointer;
	touch-action: manipulation;
}

:where(input[type=file]) {
	cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button {
	cursor: pointer;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
	cursor: pointer;
}

:where(button,
button[type],
input[type=button],
input[type=submit],
input[type=reset])[disabled] {
	cursor: not-allowed;
}

/* ----------------------------------------
Base
---------------------------------------- */

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

html.is_fixed {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

body {
	background-color: #fff;
	color: #504c4b;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0 auto;
	max-width: 750px;
	min-height: 100vh;
	position: relative;
	width: 100%;
}

li {
	list-style: none;
}

a {
	color: #504c4b;
}

a:hover {
	opacity: 0.7;
}

.container {
	padding: 0 min(3.2vw, 24px);
}

/* ----------------------------------------
margin-top
---------------------------------------- */

.mt20 {
	margin-top: min(2.6666666667vw, 20px) !important;
}

.mt60 {
	margin-top: min(8vw, 60px) !important;
}

/* ----------------------------------------
margin-bottom
---------------------------------------- */

.mb10 {
	margin-bottom: min(1.3333333333vw, 10px) !important;
}

.mb20 {
	margin-bottom: min(2.6666666667vw, 20px) !important;
}

.mb30 {
	margin-bottom: min(4vw, 30px) !important;
}

.mb40 {
	margin-bottom: min(5.3333333333vw, 40px) !important;
}

.mb50 {
	margin-bottom: min(6.6666666667vw, 50px) !important;
}

.mb60 {
	margin-bottom: min(8vw, 60px) !important;
}

.mb70 {
	margin-bottom: min(9.3333333333vw, 70px) !important;
}

.mb80 {
	margin-bottom: min(10.6666666667vw, 80px) !important;
}

/* ----------------------------------------
footer
---------------------------------------- */

/* ----------------------------------------
header
---------------------------------------- */

.header {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-transition: 0.5s;
	align-items: center;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	max-width: 750px;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: 0.5s;
	visibility: hidden;
	width: 100%;
	z-index: 9999;
}

.header.is_show {
	opacity: 1;
	visibility: visible;
}

.header__logo {
	padding-left: min(3.7333333333%, 28px);
	width: min(41.0666666667%, 308px);
}

.header__link {
	width: min(28.9333333333%, 217px);
}

/* ----------------------------------------
reason common
---------------------------------------- */

.reason {
	overflow-x: hidden;
}

.reason__bg {
	background-image: url(../img/reason_bg01.webp), url(../img/reason_bg02.webp);
	background-position: top, center min(202.6666666667%, 1520px);
	background-repeat: no-repeat, repeat;
	background-size: 100%;
}

.reason__container {
	-webkit-box-shadow: 0px min(0.6666666667vw, 5px) min(1.0666666667vw, 8px) rgba(130, 130, 130, 0.24);
	background-color: #fff;
	box-shadow: 0px min(0.6666666667vw, 5px) min(1.0666666667vw, 8px) rgba(130, 130, 130, 0.24);
	position: relative;
	width: min(94.2666666667%, 707px);
}

.reason__inner {
	padding: 0 min(7.072135785%, 50px);
}

.reason__note {
	color: #808080;
	font-size: clamp(0.9rem, 1.8666666667vw, 1.4rem);
	font-weight: 500;
	letter-spacing: calc(-25 / 1000 * 1em);
	line-height: 1.4;
}

.reason__note--underline {
	line-height: calc(23 / 14);
	text-decoration: underline;
}

.reason__link {
	color: #0280b6;
}

.reason__text {
	color: #504c4b;
	font-size: min(3.7333333333vw, 2.8rem);
	font-weight: 500;
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: 2;
}

.reason__text--em {
	color: #009ac4;
	font-weight: bold;
}

.reason__text--marker {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #fff597));
	background: linear-gradient(transparent 60%, #fff597 40%);
}

/* ----------------------------------------
button
---------------------------------------- */

.btn-catch {
	margin: 0 auto;
}

.btn-catch--01 {
	width: min(45.4695222405%, 276px);
}

.btn-catch--02 {
	width: min(65.0741350906%, 395px);
}

.reserve-btn {
	-webkit-animation-name: anime_btn;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	-webkit-transform-origin: center;
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-name: anime_btn;
	display: block;
	transform-origin: center;
}

/* ----------------------------------------
readon-top
---------------------------------------- */

.reason-top {
	padding-top: min(9.3333333333vw, 70px);
}

/* ----------------------------------------
reason01
---------------------------------------- */

.reason01 {
	padding-bottom: min(9.3333333333vw, 70px);
}

.reason01 .reason__container {
	margin-left: auto;
	overflow-x: clip;
	padding-bottom: min(8vw, 60px);
	padding-top: min(49.3333333333vw, 370px);
}

.reason01__title {
	-webkit-transform: translateX(-50%);
	left: 50%;
	position: absolute;
	top: max(-4.243281471vw, -30px);
	transform: translateX(-50%);
	width: min(95.0495049505%, 672px);
}

.reason01__line {
	border-color: #cbdbe7;
	border-style: solid;
}

.package-slider {
	overflow: unset;
}

.package-slider .swiper-wrapper {
	margin-bottom: min(1.3333333333vw, 10px);
}

.package-slider .swiper-slide {
	margin-right: min(2vw, 15px);
	width: min(71.4666666667vw, 536px);
}

.package-slider .swiper-pagination {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	gap: min(4.942339374%, 30px);
	justify-content: center;
}

.package-slider .swiper-pagination-bullet {
	aspect-ratio: 1;
	background-color: #808080;
	border: none;
	border-radius: 50%;
	width: min(2.471169687%, 15px);
}

.package-slider .swiper-pagination-bullet-active {
	background-color: #0280b6;
}

/* ----------------------------------------
reason-more
---------------------------------------- */

.reason-more {
	margin-bottom: min(16vw, 120px);
}

.reason-more .reason__container {
	margin-left: auto;
	padding-bottom: min(13.3333333333vw, 100px);
}

/* ----------------------------------------
reason02
---------------------------------------- */

.reason02 {
	margin-bottom: min(16vw, 120px);
}

.reason02 .reason__container {
	padding-bottom: min(10.6666666667vw, 80px);
	padding-top: min(48vw, 360px);
}

.reason02__inner {
	padding-left: min(8.6666666667%, 65px);
	padding-right: min(4.6666666667%, 35px);
}

.reason02__title {
	position: absolute;
	right: max(-0.8486562942vw, -6px);
	top: max(-7.072135785vw, -50px);
	width: min(91.6548797737%, 648px);
}

.reason02__catch {
	margin: 0 auto;
	width: min(61.2850082372%, 372px);
}

/* ----------------------------------------
reason03
---------------------------------------- */

.reason03 {
	padding-bottom: min(18.6666666667vw, 140px);
}

.reason03 .reason__container {
	margin-left: auto;
	padding-bottom: min(8vw, 60px);
	padding-top: min(53.3333333333vw, 400px);
}

.reason03__title {
	-webkit-transform: translateX(-50%);
	left: 50%;
	position: absolute;
	top: max(-5.657708628vw, -40px);
	transform: translateX(-50%);
	width: min(100.2828854314%, 709px);
}

.reason03__catch {
	margin: 0 auto;
	width: min(63.097199341%, 383px);
}

/* ----------------------------------------
top
---------------------------------------- */

/* ----------------------------------------
cta
---------------------------------------- */

.cta {
	position: relative;
	z-index: 0;
}

.cta__bg {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.cta__container {
	padding: 0 min(2.6666666667vw, 20px);
}

.cta__heading {
	color: #03a4e0;
	font-family: "YuGo", "Noto Sans JP", sans-serif;
	font-size: min(4vw, 3rem);
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.cta__catch {
	margin: 0 auto min(2.6666666667vw, 20px);
	width: min(81.4084507042%, 578px);
}

.cta__note {
	color: #999;
	font-family: "Hiragino Kaku Gothic ProN", hiragino-kaku-gothic-pron, sans-serif;
	font-size: clamp(0.9rem, 1.8666666667vw, 1.4rem);
	line-height: 1.4;
}

.cta__btn {
	-webkit-animation-name: anime_cta_btn;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	-webkit-transform-origin: center;
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-name: anime_cta_btn;
	display: block;
	transform-origin: center;
}

/* ----------------------------------------
fv
---------------------------------------- */

.fv .cta {
	padding-bottom: min(6.6666666667vw, 50px);
	padding-top: min(5.3333333333vw, 40px);
}

/* ----------------------------------------
case
---------------------------------------- */

.case {
	background-color: #eaf2f6;
}

.case .cta {
	padding-bottom: min(12vw, 90px);
	padding-top: min(32vw, 240px);
}

.case-slider {
	margin-bottom: max(-26.6666666667%, -200px);
}

.case-slider .swiper-slide {
	cursor: pointer;
	height: auto;
	margin: 0 min(1.8666666667%, 14px);
	width: min(96.2666666667%, 722px);
}

.case-slider .swiper-pagination {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-transform: translateX(-50%);
	align-items: center;
	bottom: min(5.3333333333vw, 40px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	gap: min(3.3333333333vw, 25px);
	justify-content: center;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 100;
}

.case-slider .swiper-pagination-bullet {
	aspect-ratio: 1;
	background-color: #d4d4d4;
	border-radius: 50%;
	width: min(2.1333333333vw, 16px);
}

.case-slider .swiper-pagination-bullet-active {
	background-color: #03a4e0;
}

.case-slider .swiper-button-prev,
.case-slider .swiper-button-next {
	background-color: #fff;
	border: none;
	border-radius: 50%;
	font-size: 0;
	position: absolute;
	top: 30%;
	width: min(10%, 75px);
	z-index: 100;
}

.case-slider .swiper-button-prev img,
.case-slider .swiper-button-next img {
	width: 100%;
}

.case-slider .swiper-button-prev {
	left: 0;
}

.case-slider .swiper-button-next {
	right: 0;
}

/* ----------------------------------------
structure
---------------------------------------- */

.structure {
	background-color: #03a4df;
	padding-bottom: min(18.6666666667vw, 140px);
	position: relative;
	z-index: 0;
}

.structure__bg {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.structure .card {
	-webkit-box-shadow: min(2.0125333333vw, 15.094px) min(1.7496vw, 13.122px) min(2.1333333333vw, 16px) min(0.5333333333vw, 4px) rgba(0, 0, 0, 0.05);
	background-color: #fff;
	border-radius: min(2.6666666667vw, 20px);
	box-shadow: min(2.0125333333vw, 15.094px) min(1.7496vw, 13.122px) min(2.1333333333vw, 16px) min(0.5333333333vw, 4px) rgba(0, 0, 0, 0.05);
	padding: min(5.3333333333vw, 40px) min(5.3333333333vw, 40px) min(8vw, 60px);
}

.structure .card:not(:last-child) {
	margin-bottom: min(5.3333333333vw, 40px);
}

.structure .card__heading {
	font-size: min(6.9333333333vw, 5.2rem);
	font-weight: bold;
	text-align: center;
}

.structure .card__heading--num {
	color: #13bbe9;
	font-family: "Jost", serif;
	font-weight: 500;
	padding-right: min(1.3333333333vw, 10px);
}

.structure .card__heading--main {
	color: #666;
	font-family: "YuGo", "Noto Sans JP", sans-serif;
}

.structure .card__img {
	aspect-ratio: 310/130;
}

.structure .card__body {
	padding: 0 min(2.6666666667vw, 20px);
}

.structure .card__desc {
	font-size: min(4.2666666667vw, 3.2rem);
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: 1.875;
}

.structure .card__desc--em {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #ffeb9d));
	background: linear-gradient(transparent 60%, #ffeb9d 40%);
	color: #f92a95;
	font-weight: 900;
}

.structure__bottom {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
}

/* ----------------------------------------
comparison
---------------------------------------- */

.comparison {
	background-color: #03a4df;
}

.comparison__note {
	color: #fff;
	font-size: clamp(0.9rem, 1.8666666667vw, 1.4rem);
	font-weight: 500;
	letter-spacing: calc(-40 / 1000 * 1em);
	line-height: 1.4;
}

/* ----------------------------------------
dd-dental
---------------------------------------- */

.dd-dental {
	background-color: #0280b6;
	padding-bottom: min(6.6666666667vw, 50px);
}

.dd-dental .cta {
	-webkit-box-shadow: min(2.0125333333vw, 15.094px) min(1.7496vw, 13.122px) 0px 0px rgba(0, 0, 0, 0.05);
	background-color: #fff;
	border-radius: min(2.6666666667vw, 20px);
	box-shadow: min(2.0125333333vw, 15.094px) min(1.7496vw, 13.122px) 0px 0px rgba(0, 0, 0, 0.05);
	padding: min(5.3333333333vw, 40px) min(4vw, 30px) min(6.6666666667vw, 50px);
}

/* ----------------------------------------
plan
---------------------------------------- */

.plan {
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(35, 131, 204)), color-stop(99%, rgb(48, 176, 231)));
	background: linear-gradient(rgb(35, 131, 204) 0%, rgb(48, 176, 231) 99%);
	padding-bottom: min(8vw, 60px);
}

.plan__note {
	color: rgba(255, 255, 255, 0.8);
	font-size: clamp(0.9rem, 1.8666666667vw, 1.4rem);
	line-height: 1.4;
}

.plan__note a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}

@-webkit-keyframes anime_btn {

0% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

50% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

100% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@keyframes anime_btn {

0% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

50% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

100% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@-webkit-keyframes anime_cta_btn {

0% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
}

50% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

100% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
}

}

@keyframes anime_cta_btn {

0% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
}

50% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

100% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
}

}

/* ----------------------------------------
FAQ Q&A Styles
---------------------------------------- */

.accordion_tit .q-text {
    display: flex;
    align-items: flex-start;
}

.accordion_tit .q-text::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 30px;
    flex-shrink: 0;
    background: url(../img/Q.webp) no-repeat center;
    background-size: contain;
}

.answer_label {
    font-weight: bold;
    color: #C1A560;
    display: flex;
    align-items: flex-start;
    margin-top: 8px;
}

.answer_label::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 30px;
    flex-shrink: 0;
    background: url(../img/a.webp) no-repeat center;
    background-size: contain;
}

/* Responsive styles */
@media screen and (max-width: 750px) {
    .accordion_tit .q-text::before {
        width: 5.467vw;
        height: 5.467vw;
        margin-right: 4vw;
    }

    .answer_label::before {
        width: 5.467vw;
        height: 5.467vw;
        margin-right: 4vw;
    }
}

@media screen and (max-width: 408px) {
    .accordion_tit .q-text::before {
        width: 20px;
        height: 20px;
        margin-right: 18px;
    }

    .answer_label::before {
        width: 20px;
        height: 20px;
        margin-right: 18px;
    }
}

/* FAQ Component Styles */
.faq-container {
  background: rgb(237, 243, 247) url(../img/FAQ_tit_bg.webp);
  background-repeat: no-repeat;
  background-position: center top 84px;
  padding: 80px 43px 30px;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .faq-container {
    padding: 54px 42px;
  }
}

.faq-container h2 {
  margin-left: -10%;
  padding-top: 12px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
}

.faq-container h2 img {
  max-width: 100%;
  height: auto;
}

.faq-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 40px auto 30px;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .faq-tabs {
    gap: 10px;
    margin: 30px auto 20px;
  }
}

.faq-tab {
  background: #f5f5f5;
  border: none;
  border-radius: 8px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

@media (max-width: 768px) {
  .faq-tab {
    padding: 10px 15px;
    font-size: 14px;
  }
}

.faq-tab:hover {
  background: #e8e8e8;
  color: #333;
}

.faq-tab.active {
  background: rgb(0, 101, 163);
  color: #fff;
}

.faq-tab.active::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgb(0, 101, 163);
}

.faq-content-wrapper {
  padding: 0 20px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .faq-content-wrapper {
    padding: 0 15px;
  }
}

.faq-tab-content {
  display: none;
}

.faq-tab-content.active {
  display: block;
  animation: faqFadeIn 0.3s ease;
}

@keyframes faqFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-container .faq-accordion {
  margin-bottom: 15px;
}

.faq-container .faq-accordion-item {
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}

.faq-container .faq-accordion-title {
  padding: 40px 80px 40px 30px;
  position: relative;
  border: 1px solid rgb(114, 176, 224);
  background: white;
  cursor: pointer;
  letter-spacing: 3px;
  color: rgb(0, 101, 163);
  font-size: 23px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .faq-container .faq-accordion-title {
    padding: 10px;
    padding-right: 30px;
  }
}

.faq-container .faq-question-text {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}

.faq-container .faq-question-text::before {
  content: 'Q';
  width: 30px;
  height: 30px;
  color: rgb(0, 101, 163);
  font-size: 22px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}

.faq-container .faq-answer-label {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 18px;
  color: rgb(0, 101, 163);
  font-weight: bold;
  position: relative;
}

.faq-container .faq-answer-label::before {
  content: 'A';
  width: 30px;
  height: 30px;
  color: rgb(0, 101, 163);
  font-size: 22px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}

.faq-container .faq-accordion-title::after {
  content: '+';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #028ED1;
  font-weight: bold;
  transition: all 0.3s ease;
  line-height: 1;
}

.faq-container .faq-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-container .faq-content-text {
  padding: 20px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
  color: #666;
  border: 1px solid rgb(114, 176, 224);
  border-top: none;
}

@media (max-width: 768px) {
  .faq-container .faq-content-text {
    padding: 15px;
  }
}

.faq-container .faq-accordion-item.faq-is-open .faq-accordion-title::after {
  content: '−';
  color: #028ED1;
}

.faq-container .faq-accordion-item.faq-is-open .faq-accordion-content {
  max-height: 500px;
}

.faq-container-simple {
  background: rgb(237, 243, 247) url(/asset/img/common/FAQ_tit_bg.webp);
  background-repeat: no-repeat;
  background-position: center top 84px;
  padding: 80px 43px 30px;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .faq-container-simple {
    padding: 54px 42px;
  }
}

.faq-container-simple h2 {
  margin-left: -16%;
  padding-top: 12px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
}

.faq-container-simple h2 img {
  width: 78%;
  height: auto;
}

.faq-box-inner {
  padding: 0 20px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .faq-box-inner {
    padding: 0 15px;
  }
}

.faq-accordion {
  margin-bottom: 15px;
}

.faq-accordion-item {
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  border: 1px solid rgb(114, 176, 224);
}

.faq-accordion-title {
  padding: 40px 80px 40px 30px;
  position: relative;
  background: white;
  cursor: pointer;
  letter-spacing: 3px;
  color: rgb(0, 101, 163);
  font-size: 23px;
  font-weight: bold;
}

.faq-accordion-title::after {
  content: '+';
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: rgb(114, 176, 224);
  font-weight: normal;
  transition: all 0.3s ease;
  line-height: 1;
}

@media (max-width: 768px) {
  .faq-accordion-title {
    padding: 20px 60px 20px 20px;
    font-size: 18px;
  }
  
  .faq-accordion-title::after {
    right: 20px;
    font-size: 24px;
  }
}

.faq-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-content-text {
  padding: 30px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  background: #fff;
  border-bottom: 1px solid rgb(114, 176, 224);
}

@media (max-width: 768px) {
  .faq-content-text {
    padding: 20px;
    font-size: 14px;
  }
}

.faq-accordion-item.faq-is-open .faq-accordion-title::after {
  content: '−';
  color: rgb(114, 176, 224);
}

.faq-accordion-item.faq-is-open .faq-accordion-content {
  max-height: 500px;
}

.faq-detail {
  margin: 40px 20px 0;
  padding: 20px;
  background: #f9f9f9;
  font-size: 12px;
  line-height: 1.8;
  color: #666;
  text-align: left;
}

.faq-detail a {
  color: #028ED1;
  text-decoration: underline;
}

.faq-detail a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=styles.css.map */
