/*
 * ------------------------------------------------------------------------
 * LANDING PAGE Kyousei
 * ------------------------------------------------------------------------
 */
 body {
	margin: 0;
 }
 ::placeholder {
    color: #c4c4c4;
}
.page-template-lp_Kyousei,.page-template-lp_Kyousei07 {
	margin: 0;
}
.container-lp-kyousei {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 20px auto;
	box-shadow: 0 5px 11px -5px rgb(0 0 0 / 20%);
}
.yellow_line {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 85%, #ffff49 0%) repeat scroll 0 0;
}
.header {
	z-index: 3;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0 5px 50px;
	background-color: #fff;
	box-shadow: 0 5px 11px -10px rgb(0 0 0 / 80%);
}
.header .header-logo {
	height: 40px;
}
.header .cta {
}
.header .cta .cta-btn {
	position: relative;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3em;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 7px 50px 7px 40px;
	background-color: #31BA68;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.header .cta .cta-btn:after {
	content: "\00BB";
	position: absolute;
	top: 50%;
	right: 15px;
	height: 22px;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	transform: translate(0, -50%);
}

.container-lp-kyousei .image-section {
}
.container-lp-kyousei .image-section .section-image {
	width: 100%;
}
.blue-heading {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 40px 0;
	background-image: linear-gradient(145deg, #bfdcff 50%, #cbe3ff 50%);
}
.blue-heading .top-text {
	color: #333;
	font-size: 42px;
	font-weight: 500;
	letter-spacing: 4px;
	text-align: center;
	margin: 0;
}
.blue-heading .btm-text {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	margin: 0;
	font-family: Avenir;
}
.green-heading {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 40px 0;
	background-image: linear-gradient(145deg, #31ba68 50%, #55c482 50%);
}
.green-heading .top-text {
	color: #333;
	font-size: 42px;
	font-weight: 500;
	letter-spacing: 4px;
	text-align: center;
	margin: 0;
}
.green-heading .btm-text {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	margin: 0;
	font-family: Avenir;
}
.content-section .content-text {
	color: #333;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.6em;
	margin: 0 40px 30px 40px;
}
.content-section .content-text.sub-description {
	color: #707070;
}

.content-section .lp-desc-t1 {
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
}
.content-section-1, .content-section-3 {
	padding: 0 0 20px;
}
.content-section .angle-bar-text {
	position: relative;
	color: #e6849b;
	font-size: 38px;
	font-weight: 500;
	text-align: center;
	margin: 0 30px 0 30px;
}
.content-section .angle-bar-text .angle-bar-small-text{
	font-size: 32px;
}
.content-section .angle-bar-text:before {
	content: "";
	position: absolute;
	top: 25px;
	left: 10px;
	bottom: 15px;
	border: 2px solid #e6849b;
	transform: rotate(-30deg);
}
.content-section .angle-bar-text:after {
	content: "";
	position: absolute;
	top: 25px;
	right: 10px;
	bottom: 15px;
	border: 2px solid #e6849b;
	transform: rotate(30deg);
}
.content-section .seper {
	width: 80px;
	display: block;
	margin: 30px auto 20px auto;
	border-top: 2px solid #707070;
}
.content-section .btn-wrapper {
	padding: 20px 0 40px 0;
	background-size: 100% 100%;
	background-image: url('../img/lp-kyousei/green-btn-back.png');
}
.content-section .big-green-btn {
	display: block;
	margin: 0 auto;
	cursor: pointer;
	width: calc(100% - 40px);
	padding: 35px 40px 30px 40px;
	border-radius: 200px;
	background-color: #fff;
	border: 6px solid #31ba68;
}
.content-section .big-green-btn .large-btn-text {
	color: #31ba68;
	font-size: 44px;
	font-weight: 500;
	line-height: 44px;
	margin-bottom: 10px;
	display: inline-block;
}
.content-section .big-green-btn .small-btn-text {
	color: #31ba68;
	font-size: 30px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 0;
	display: inline-block;
}
.content-section .big-green-btn .pink-btn-text {
	color: #efb4c4;
	font-size: 21px;
	line-height: 32px;
	vertical-align: text-top;
}
.content-section-2 .content-text {
	color: #333;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.8em;
	text-align: center;
	margin: 0 20px 30px 20px;
}
.content-section-2 .content-text .green-back {
	display: inline-block;
	background-image: linear-gradient(90deg, #d9ebdc 0%, #aee4e6 100%);
}
.content-section .heading-image {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.image-section-3 {
	padding: 0 0 30px 0;
}
.content-section-3 .content-text {
	font-size: 27px;
	font-weight: 500;
	line-height: 1.8em;
	margin: 0 50px 0px 50px;
}
.content-section-4 {
	position: relative;
	padding: 30px 40px;
}
.content-section-4 .content-text {
	font-size: 27px;
	font-weight: 500;
	line-height: 1.8em;
	margin: 0 30px 0 30px;
}
.content-section-4 .section-4-lower-right {
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 150px;
}
.image-section-5 {
	padding: 30px 0 0 0;
	margin-bottom: -8px;
}
.content-section-6 {
	padding-bottom: 40px;
}
.content-section-location {
	padding: 40px;
	background-color: #e1f5ea;
}
.content-section-location .location-logo {
	height: 75px;
	display: block;
	margin: 0 auto;
}
.content-section-location .location-title {
	display: block;
	color: #333;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	padding-top: 15px;
	margin: 20px 0 15px 0;
	border-top: 1px solid #707070;
}
.content-section-location .embedded-map {
	display: block;
	height: 300px;
	width: 100%;
	margin: 0;
	border: none;
}
.content-section-location .information {
	margin: 30px -20px 0 0;
}
.content-section-location .info-item {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.content-section-location .info-item .left {
	flex: 0 0 114px;
	display: flex;
	justify-content: space-between;
	padding: 5px 10px 0 0;
}
.content-section-location .info-item .left-text {
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #333;
	font-size: 21px;
	line-height: 21px;
	margin: 0;
}
.content-section-location .info-item .info-icon {
	height: 23px;
	margin-right: 7px;
	vertical-align: text-bottom;
}
.content-section-location .info-item .right {
	flex: 1 0 10px;
}
.content-section-location .info-item .info-text {
	color: #333;
	font-size: 21px;
	margin: 0 0 0 10px;
}
.content-section-commitment {
	padding: 20px 40px;
}
.content-section-commitment .point-boxes {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;	
}
.content-section-commitment .point-box {
	flex: 0 0 47%;
	margin-bottom: 20px;
}
.content-section-commitment .point-box .point-image {
	width: 100%;
}
.content-section-commitment .point-box .point-text {
	color: #69cf98;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.3em;
	text-align: center;
	margin: 10px 0 0 0;
}
.content-section-commitment .point-box .point-text.smaller {
	font-size: 20px;
}
.content-section-teeth {
	padding: 20px 40px;
}
.content-section-teeth .heading-image {
	display: block;
	margin: 0 auto;
}
.content-section-teeth .heading-text {
	color: #333;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.75;
	text-align: left;
	margin: 10px 0 30px 0;
}
.content-section-teeth .teeth-boxes {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;	
}
.content-section-teeth .teeth-box {
	flex: 0 0 47%;
	margin-bottom: 20px;
}
.content-section-teeth .teeth-box .teeth-image {
	width: 100%;
}
.content-section-treatment {
	padding: 20px 0;
}
.content-section-treatment.green {
	background-image: linear-gradient();
	background-image: linear-gradient(90deg, #d9ebdc 0%, #aee4e6 100%);
}
.content-section-treatment .heading-image {
	display: block;
	margin: 0 auto;
}
.content-section-treatment .treatment-image {
	width: 100%;
}
.content-section-treatment .treatment-info {
	position: relative;
	margin: 20px 40px;
}
.content-section-treatment .corner-top-left {
	position: absolute;
	top: -70px;
	left: -20px;
}
.content-section-treatment .corner-bottom-right {
	position: absolute;
	bottom: -72px;
	right: -20px;
}
.content-section-treatment .treatment-text {
	color: #333;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.4em;
	padding: 20px 30px 80px 30px;
}
.content-section-treatment .treatment-text .grn-blt {
	color: #69CF98;
	margin-right: 5px;
}
.content-section-treatment .treatment-text .green-back {
	background-color: #f0faf5;
}
.content-section-treatment .treatment-list-item {
	color: #333;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.4em;
}
.content-section-treatment .treatment-icon-item {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	margin: 0 40px 30px 40px;
}
.content-section-treatment .treatment-icon-item .left {
	flex: 0 0 80px;
	position: relative;
}
.content-section-treatment .treatment-icon-item .treat-icon-circle {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #96ddb7;
}
.content-section-treatment .treatment-icon-item .treat-icon {
	max-width: 50px;
	max-height: 50px;
}
.content-section-treatment .treatment-icon-item .treat-bar {
	position: absolute;
	top: 75px;
	left: 39px;
	bottom: 10px;
	border-left: 3px solid #96ddb7;
}
.content-section-treatment .treatment-icon-item .right {
	flex: 1 0 10px;
	padding-left: 20px;
}
.content-section-treatment .treatment-icon-item .green-title {
	color: #69cf98;
	font-size: 34px;
	font-weight: 500;
	line-height: 1em;
	margin: 20px 0 15px 0;
}
.content-section-treatment .treatment-icon-item .text-content {
	color: #333;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.6em;
	margin: 0;
}
.content-section-prices {
	margin-top: 40px;
}
.content-section-prices .title {
	color: #333;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.4em;
	text-align: left;
	margin: 0 0 30px 0;
}
.content-section-prices .inner {
	padding: 30px;
	background-size: 100% auto;
	background-repeat: repeat;
	background-position: 0 60px;
	background-image: url('../img/lp-kyousei/dots-repeater-2.png');
}
.content-section-prices .price-box-1 {
	padding: 20px 40px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 2px solid #bfdcff;
}
.content-section-prices .price-text-gold {
	color: #ba9659;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.4em;
	text-align: center;
	margin: 0;
}
.content-section-prices .price-box-2 {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
	padding: 20px 20px 0px 20px;
	margin-bottom: 20px;
	background-image: linear-gradient(145deg, #ecf4ff 50%, #f4f9ff 50%);
}
.content-section-prices .price-box-2 .procedure {
	color: #333;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.4em;
	text-align: center;
	margin: 0;
}
.content-section-prices .price-box-2 .estimate {
	display: inline-block;
	color: #333;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4em;
	text-align: center;
	padding: 5px 10px;
	margin: 10px 0 20px 0;
	background-color: #fff;
}
.content-section-prices .price-box-2 .price {
	color: #6dafff;
	font-size: 80px;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
	margin: 0;
}
.content-section-prices .price-box-2 .price .tilde {
	font-size: 32px;
	font-weight: 500;
	line-height: 80px;
	vertical-align: text-top;
}
.content-section-prices .price-box-2 .price .yen {
	font-size: 36px;
	font-weight: 500;
}
.content-section-prices .price-box-2 .price .tax {
	font-size: 20px;
	font-weight: 500;
}
.content-section-prices .price-notes {
	margin-top: 40px;
}
.content-section-prices .price-notes .note-text {
	color: #333;
	font-size: 18px;
	text-indent: -1.5em;
	margin-left: 1.5em;
}
.content-section-faq {
	padding: 40px 0 20px 0;
	background: repeating-linear-gradient( -45deg, #f2faf5, #f2faf5 8px, #fff 8px, #fff 12px);
}
.content-section-faq .title {
	color: #686868;
	font-size: 42px;
	text-align: center;
	margin: 0 0 30px 0;
}
.content-section-faq .faq {
	padding: 0 40px;
	margin-bottom: 30px;
	border-bottom: 1px solid #a1a1a1;
}
.content-section-faq .faq:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.content-section-faq .faq .faq-part.question {
	display: flex;
	margin-bottom: 30px;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
}
.content-section-faq .faq .faq-part .faq-icon {
	width: 60px;
	flex: 0 0 60px;
	margin-top: 5px;
}
.content-section-faq .faq .faq-part .faq-text {
	flex: 1 0 10px;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.5em;
	padding-left: 20px;
	margin: 0;
}
.content-section-faq .faq .faq-part.question .faq-text {
	color: #686868;
}
.content-section-faq .faq .faq-part.answer .faq-text {
	color: #69cf98;
}
.contact-section {
	margin-top: 60px;
	background-color: #fff;
}
.contact-section .contact-result {
	margin-top: 10px;
	padding: 10px 10px;
	border: 1px solid white;
}
.contact-section .contact-result.success {
	border-color: #0f680f;
	background-color: #f4fff4;
}
.contact-section .contact-result.failed {
	border-color: #aa0f0f;
	background-color: #ffecf0;
}
.contact-section .contact-result p {
	font-size: 18px;
	margin: 0;
}
.contact-section .contact-intro {
	padding: 0 40px;
}
.contact-section .contact-intro .intro-text {
	color: #333;
	font-size: 27px;
}
.contact-section .contact-intro .intro-note {
	color: #686868;
	font-size: 18px;
	text-indent: -1.5em;
	margin: 0 0 40px 1.5em;
}
.contact-section .contact-req-text {
	color: #686868;
	font-size: 18px;
	margin-bottom: 20px;
}
.contact-section .form-container {
	padding: 0 20px 60px 20px;
}
.contact-section .field-group.confirm {
	padding: 40px 0;
}
.contact-section .field-group.recaptcha {
	padding: 20px 0 40px 0;
}
.contact-section .req-box {
	color: #e6849b;
	font-size: 15px;
	font-weight: 400;
	padding: 2px 9px;
	border-radius: 7px;
	background-color: #fff;
	border: 2px solid #e6849b;
}
.contact-section .group-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	margin-bottom: 30px;
	background-color: #d7e2dc;
}
.contact-section .group-heading .heading-label {
	color: #333;
	font-size: 21px;
	margin: 0;
}
.contact-section .group-inputs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.contact-section .group-inputs {
}
.contact-section .group-inputs .icon-input {
	width: 100%;
	display: flex;
	position: relative;
}
.contact-section .group-inputs .icon-input input {
	padding-left: 40px;
}
.contact-section .group-inputs .icon-input .input-icon {
	position: absolute;
	top: 50%;
	left: 10px;
	height: 60%;
	transform: translate(0, -50%);
}
.contact-section .group-inputs .input {
	flex: 0 0 100%;
	display: flex;
	align-items: center;
}
.contact-section .group-inputs .input.centered {
	justify-content: center;
}
.contact-section .group-inputs .input.w50 {
	width: 48%;
	flex: 0 0 48%;
}
.contact-section .group-inputs .input.w-inline {
	flex: 1 1 auto;
}
.contact-section .group-inputs .input-label {
	display: inline-block;
	color: #686868;
	font-size: 21px;
	margin-right: 10px;
	word-break: keep-all;
}
.contact-section .group-inputs .input-label a {
	color: #6dafff;
}
.contact-section .group-inputs .input-label.w-100 {
	width: 100%;
	flex: 0 0 100%;
}
.contact-section .group-inputs .input-label.top-mgn {
	margin-top: 20px;
}
.contact-section .group-inputs .input-label.left-margin {
	margin-right: 0;
	margin-left: 10px;
}
.contact-section .group-inputs .text-input {
	width: 1em;
	flex: 1 0 10px;
	color: #484848;
	font-size: 21px;
	padding: 7px 10px;
	outline: none;
	border-radius: 5px;
	border: 1px solid #d7e2dc;
	background-color: #fff;
}
.contact-section .group-inputs .text-input:focus {
	box-shadow: 0 0 0 1px rgb(215 226 220 / 80%);
}
.contact-section .group-inputs .textarea-input {
	width: 100%;
	height: 8em;
	flex: 1 0 10px;
	color: #484848;
	font-size: 21px;
	padding: 7px 10px;
	outline: none;
	border-radius: 5px;
	border: 1px solid #d7e2dc;
	background-color: #fff;
}
.contact-section .group-inputs .textarea-input:focus {
	box-shadow: 0 0 0 1px rgb(215 226 220 / 80%);
}
.contact-section input[type="radio"].has-btn {
	display: none;
}
.contact-section input[type="radio"] + .input-label > .radio-btn {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	border-radius: 50%;
	border: 1px solid #d7e2dc;
	vertical-align: text-bottom;
}
.contact-section input[type="radio"]:checked + .input-label > .radio-btn {
	background-color: #d7e2dc;
}
.contact-section input[type="checkbox"].has-btn {
	display: none;
}
.contact-section input[type="checkbox"] + .input-label > .checkbox-btn {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	border-radius: 3px;
	border: 1px solid #d7e2dc;
	vertical-align: text-bottom;
}
.contact-section input[type="checkbox"]:checked + .input-label > .checkbox-btn {
	background-color: #a1d2b8;
}
.contact-section .field-group.confirm {
	padding: 40px 0 0 0;
	text-align: center;
}
.contact-section .field-group.recaptcha {
	padding: 0;
	display: flex;
	justify-content: center;
}
.contact-section .control-group {
	padding: 40px 0;
	text-align: center;
}
.contact-section .control-group .submit-btn {
	position: relative;
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	padding: 0.5em 2em;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 2em;
	background-color: #31ba68;
	box-shadow: 0 5px 0px 0px #087048;
}
.contact-section .control-group .submit-btn:after {
	content: ">";
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translate(0, -50%);
}
.contact-section .control-group .submit-btn:hover {
	opacity: 0.85;
}

span.discounted {
    color: black;
    font-weight: normal;
    font-size: 13px;
    margin: 0 10px 11px 0;
}

.btn-design {
	background-color: unset;
	border: none;
}

.modal-design {
	height: 80vh;
	overflow: scroll;
	margin: 15% 0 10% 0;
	border-radius: unset;
} 
.close-btn {
	position: fixed;
	right: 0x;
	top: 25px;
}
.modal-side-margin {
	margin: 0;
}

.modal-body-design {
	padding: 0;
}

.round_btn {
	display: block;
	width: 45px;
	height: 45px;
	border: 2px solid #AA8400; /* 枠の調整 */
	border-radius: 50%;  /* 丸みの度合い */
	background: #fff; /* ボタンの背景色 */
}

.round_btn::before, .round_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px; /* 棒の幅（太さ） */
	height: 22px; /* 棒の高さ */
	background: #AA8400; /* バツ印の色 */
}

.round_btn::before {
	transform: translate(-50%,-50%) rotate(45deg);
}

.round_btn::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

.mincho {
	font-family: 游明朝体;
}

.letter-space {
	letter-spacing: 2px;
	border-bottom: 1px solid #D4A707;
	margin: 0 30%;
}

.msg {
	letter-spacing: 1.5px;
}

.feature p.title {
	font-size: 16px;
}

.feature p {
	font-size: 14px;
}

.modal.no-scroll {
	overflow-x: unset;
	overflow-y: unset;
}

.container.modal-container {
	padding: 0 3rem 0 3rem;
}
.facility-btn {
	display: block;
	margin: 0 0 0 auto;
	color: #0076FF;
}

.content-section .clinic-video {
	aspect-ratio: 16/9;
}

@media (max-width: 576px) {
	.header {
		padding: 5px 0 5px 10px;
	}
	.header .header-logo {
		height: 30px;
	}
	.header .cta .cta-btn {
		padding: 7px 40px 7px 25px;
	}
	.header .cta .cta-btn:after {
		right: 10px;
	}
	.content-section .content-text {
		font-size: 20px;
	}
	.content-section .angle-bar-text {
		font-size: 24px;
	}
	.content-section .content-text.sub-description {
		font-size: 12px;
	}
	.content-section .angle-bar-text .angle-bar-small-text{
		font-size: 18px;
	}
	.content-section .angle-bar-text:before {
		top: 20px;
		left: 0;
	}
	.content-section .angle-bar-text:after {
		top: 20px;
		right: 0;
	}
	.content-section .big-green-btn {
		padding: 25px 40px 20px 40px;
		border: 5px solid #31ba68;
	}
	.content-section .big-green-btn .large-btn-text {
		font-size: 23px;
		line-height: 27px;
	}
	.content-section .big-green-btn .small-btn-text {
		font-size: 18px;
		line-height: 18px;
	}
	.content-section .big-green-btn .pink-btn-text {
		font-size: 14px;
		line-height: 18px;
	}
	.content-section .heading-image {
		width: 80%;
	}
	.content-section-teeth .heading-text {
		font-size: 21px;
	}
	.content-section-commitment {
		padding: 20px 20px;
	}
	.content-section-teeth {
		padding: 20px 20px;
	}
	.content-section-treatment .treatment-text {
		font-size: 18px;
	}
	.content-section-treatment .treatment-text {
		padding-bottom: 20px;
	}
	.content-section-treatment .treatment-icon-item {
		margin: 0 20px 30px 20px;
	}
	.content-section-treatment .treatment-icon-item .left {
		flex: 0 0 45px;
	}
	.content-section-treatment .treatment-icon-item .treat-icon-circle {
		width: 45px;
		height: 45px;
	}
	.content-section-treatment .treatment-icon-item .treat-icon {
		width: 30px;
		height: 30px;
	}
	.content-section-treatment .treatment-icon-item .treat-bar {
		top: 41px;
		left: 22px;
	}
	.content-section-treatment .treatment-icon-item .green-title {
		font-size: 22px;
		font-weight: 700;
		margin: 12px 0 12px 0;
	}
	.content-section-treatment .treatment-icon-item .text-content {
		font-size: 16px;
	}
	.content-section-prices .title {
		font-size: 17px;
	}
	.content-section-prices .price-box-1 {
		padding: 20px 20px;
	}
	.content-section-prices .price-text-gold {
		font-size: 19px;
	}
	.content-section-prices .price-box-2 .procedure {
		font-size: 21px;
	}
	.content-section-prices .price-box-2 .estimate {
		font-size: 16px;
		margin: 10px 0 10px 0;
	}
	.content-section-prices .price-box-2 .price {
		font-size: 30px;
	}
	.content-section-prices .price-box-2 .price .tilde {
		font-size: 21px;
		line-height: 30px;
	}
	.content-section-prices .price-box-2 .price .yen {
		font-size: 18px;
	}
	.content-section-prices .price-box-2 .price .tax {
		font-size: 12px;
	}
	.content-section-prices .price-notes {
		margin-top: 20px;
	}
	.content-section-prices .price-notes .note-text {
		font-size: 12px;
	}
	.content-section-faq .title {
		font-size: 25px;
	}
	.content-section-faq .faq {
		padding: 0 20px;
	}
	.content-section-faq .faq .faq-part .faq-icon {
		width: 40px;
		flex: 0 0 40px;
	}
	.content-section-faq .faq .faq-part .faq-text {
		font-size: 19px;
	}
	.green-heading .top-text {
		font-size: 27px;
	}
	.green-heading .btm-text {
		font-size: 18px;
	}
	.contact-section .contact-intro {
		padding: 0 20px;
	}
	.contact-section .contact-intro .intro-text {
		font-size: 20px;
	}
	.contact-section .contact-intro .intro-note {
		font-size: 14px;
	}
	.contact-section .group-inputs .input.w50 {
		width: 100%;
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
	.content-section-location {
		padding: 30px 20px;
	}
	.content-section-location .location-logo {
		height: 60px;
	}
	.content-section-location .location-title {
		font-size: 24px;
	}
	.content-section-location .embedded-map {
		width: calc(100% + 40px);
		margin: 0px -20px;
	}
	.content-section-location .information {
		margin-right: 10px;
	}
	.content-section-location .info-item .left {
		flex: 0 0 90px;
	}
	.content-section-location .info-item .info-icon {
		height: 17px;
		margin-right: 5px;
	}
	.content-section-location .info-item .left-text {
		font-size: 16px;
	}
	.content-section-location .info-item .info-text {
		font-size: 16px;
		margin-left: 5px;
	}
	.content-section-commitment .point-box {
		flex: 0 0 48%;
	}
	.content-section-commitment .point-box .point-text {
		font-size: 17px;
	}
	.content-section-commitment .point-box .point-text.smaller {
		font-size: 14px;
	}
	.content-section-teeth .teeth-box {
		flex: 0 0 48%;
		margin-bottom: 0;
	}
	.blue-heading .top-text {
		font-size: 32px;
	}
	.letter-space {
		margin: 0 20%;
	}
	.container.modal-container {
		padding: 0 1.5rem 0 1.5rem;
	  }
	.msg {
		letter-spacing: 1px;
	}  
	
	.close-btn {
		top: 8px;
	}
}

/*
 * ------------------------------------------------------------------------
 * END LANDING PAGE Kyousei
 * ------------------------------------------------------------------------
 */

/*
 * ------------------------------------------------------------------------
 * LANDING PAGE MP
 * ------------------------------------------------------------------------
 */

 a.counseling{
	display: block;
	position: fixed;
	z-index: 1;
	bottom: 0;
	left:0;
	margin: 0;
 }

 .camp{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	background-color: #69CF98;
	padding:30px 0;
 }

 .circle{
	flex-basis: 23%;
	text-align: center;
 }

 .camp span{
	font-size: 40px;
 }

 .camp .present{
	flex-basis: 67%;
	text-align: center;
	color: #fff;
	font-weight: bold;
 }

 .camp .content-text {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.8em;
    letter-spacing: 0.01em;
}

section.trouble{
	padding-bottom:110px;
	background-image: url(../img/lp-kyousei/stripe-bg.png);
	background-repeat: no-repeat;
}

section.trouble h2{
margin-bottom:29px;
}

section.trouble h2 img{
	width: 85%;
	margin:-33px
}

 .font-18{
	font-size:18px;
	line-height: 1.94;
	letter-spacing: 0.01;
 }

 .font-24{
	font-size: 24px;
	line-height: 1.66;
	letter-spacing: 0.05;
 }

 .font-30{
	font-size: 30px;
	line-height: 1.66;
	letter-spacing: 0.05;
	text-decoration: underline;
 }

 .camp-note{
	margin-top:30px;
	padding: 0 15px 30px;
 }
 
 .w-100{
	width: 100%;
 }

.counseling{
margin-bottom:65px;
}

.yel-frame{
	width:42%;
	text-align: center;
}

.yel-frame:nth-child(3){
	width:100%;
}

section.invisa{
margin-bottom:33.5px;
}

section.invisa p.desc{
	width: 90%;
	margin:0 auto;
}
.font-125{
	font-size: 1.25rem;
	line-height: 2;
	letter-spacing: 0.05em;
}

.invisa-logo{
	margin-top:-60px;
}

section.feat{
	background-color: #FFF9DF;
	padding: 87px 0 30px;
}

section.feat h2,
div.day h2,
div.list h2{
	font-size: 2.625em;
	line-height: 1.4;
	letter-spacing: 0.1em;
	background-color: #88BDEA;
	width:fit-content;
	margin: 0 auto 44px;
	padding:12px 32.7px;
	color: #fff;
}

section.feat h3{
	font-size: 1.8125rem;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom:45px;
}
section.feat .cont{
	margin-bottom: 85px;
}

.feat .cont .wrap{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

.feat .cont .wrap p {
    line-height: 2;
    letter-spacing: 0.05em;
}

section.feat .wrap .img-wrap{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 40px;
}

.feat .cont .wrap div.photo,
.feat .cont .wrap p{
	flex-basis: 45%;
}

.feat .wrap .img-wrap img:nth-child(2){
	width:66%;
	height:auto;
}

.w-90{
	width: 90%;
}

.cases {
    display: flex;
    flex-wrap: wrap;
    column-gap: calc(20%/3);
    row-gap: 30px;
}

.feat .cont .cases .case{
	width: 20%;
}

div.day{
	margin-bottom:105.3px;
}

div.list{
	margin-bottom: 90px;
}

div.list h2{
	margin-bottom: 46.9px;
	padding: 12px 8.7px;
}

.detail {
    background-color: #CFB68B;
    padding: 17.5px 32.5px;
    color: #fff;
    border-radius: 5px;
    align-self: center;
	margin-left: 31px;
}

.faq-part.answer{
	display: none;
}

.faq-part.answer.open{
	display: flex;
	margin-bottom: 30px;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
}

@media (max-width: 576px){

.font-18{
	font-size: 9px;
}
.font-24{
	font-size: 12px;
}
.font-30{
	font-size: 15px;
}
.section.feat h2, div.day h2, div.list h2 {
	font-size: 2.2rem;
}
.onlyPC{
	display: none;
}
section.feat h2,
div.day h2,
div.list h2 {
    font-size: 21px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    width: fit-content;
    padding: 12px 8px;
    text-align: center;
}
section.feat h3 {
    font-size: 1.6em;
}

 .camp {
	gap: 15px;
	padding: 15px 0;
}

.camp .content-text {
	font-size: 15px;
}

.camp span{
	font-size: 24px;
}

.detail {
    padding: 8.75px 16.25px;
    border-radius: 3px;
	font-size: 8px;
	margin-left: 15.5px;
}

}

@media (min-width: 576px){


	.onlyPC{
		display:block;
	}
	.onlySP{
		display: none;
	}
	a.counseling{
		display: none;
	}
}

/*
 * ------------------------------------------------------------------------
 * END LANDING PAGE MP
 * ------------------------------------------------------------------------
 */
