@charset "UTF-8";
/* CSS Document */
/* 施術一覧 施術カテゴリーに属するページのスタイル */
#about,#flow,#case,#attention,#faq,#price,#doctor,#basic,#problem,#reoperation,#menu {
	padding-top: 120px;
	margin-top: -120px;
}
.treatment_wrap {
	margin: 0 auto;
    width: 98%;
    max-width: 1100px;
}
.treatment_content {
	margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
	#about,#flow,#case,#attention,#faq,#price,#doctor,#basic,#problem,#reoperation,#menu {
		padding-top: 70px;
		margin-top: -70px;
	}
	.treatment_wrap {
		width: 100%;
		padding: 0 20px;
	}
	.treatment_content {
		margin-bottom: 40px;
	}
}

/*==================================
見出しスタイル
==================================*/
.ttl_feather_wrap {
	text-align: center;
	margin-bottom: 40px;
}
.ttl_feather {
	display: inline-block;
	font-size: 3rem;
	text-align: center;
	font-family: serif;
	position: relative;
	padding: 0 80px;
	line-height: 1.5;
}
.ttl_feather::before {
	content: '';
	background-image: url("../images/treatment/h4-ttl.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: calc(50% - 10px);
	width: 62px;
	height: 19px;
}
.ttl_feather::after {
	content: '';
	background-image: url("../images/treatment/h4-ttl2.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: calc(50% - 10px);
	width: 62px;
	height: 19px;
}
@media screen and (max-width: 768px) {
	.ttl_feather {
		font-size: 2rem;
		padding: 0 40px;
	}
	.ttl_feather::before, .ttl_feather::after {
		top: calc(50% - 5px);
		width: 33px;
		height: 10px;
	}
}
.ttl_underline {
	text-align: center;
	line-height: 1.5;
	font-size: 2.2rem;
	margin: 60px 0 40px;
    padding-bottom: 15px;
	border-bottom: solid 1px #c4a983;
	font-family: serif;
}
.ttl_underline:first-child {
	margin-top: 0;
}
@media screen and (max-width:768px) { 
	.ttl_underline {
		font-size: 1.8rem;
		margin: 40px 0 20px;
		white-space: normal;
		width: 100%;
	}
}
.ttl_band {
	text-align: center;
	font-size: 2rem;
	font-family: serif;
	background: #F6F3EE;
	padding: 10px;
	margin-bottom: 20px;
}
@media screen and (max-width:768px) { 
	.ttl_band {
		font-size: 1.6rem;
	}
}
.ttl_brown {
	color: #907852;
	font-size: 2.4rem;
	font-family: serif;
	margin-bottom: 20px;
	text-align: center;
	display: flex;
	align-items: center;
}
.ttl_brown::before,
.ttl_brown::after {
  content: '';
  flex-grow: 1;
  border-top: 1px solid #907852;
}
.ttl_brown span {
  padding: 0 1em;
}
@media screen and (max-width:768px) { 
	.ttl_brown {
		font-size: 1.8rem;
	}
	.ttl_brown span {
		padding: 0 0.5em;
	}
}

/*==================================
メインビジュアル
==================================*/
.treatment_mv {
	padding: 80px 0;
}
.treatment_mv > .treatment_wrap {
	position: relative;
	aspect-ratio: 960/300;
}
.treatment_mv_img {
	width: 60%;
	position: absolute;
	left: 0;
	top: 0;
}
.treatment_mv_ttl {
	font-size: 3rem;
	text-align: left;
	font-family: serif;
	line-height: 1.5;
	letter-spacing: 0.1em;
	width: 50%;
	position: absolute;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	text-shadow: 2px 2px 10px #fff ,
	-2px 2px 10px #fff ,
	2px -2px 10px #fff ,
	-2px -2px 10px #fff;
}
.treatment_mv_ttl > span {
	font-size: 2rem;
	display: block;
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	.treatment_mv {
		padding: 20px 0 40px;
	}
	.treatment_mv > .treatment_wrap {
		aspect-ratio: auto;
		height: auto;
	}
	.treatment_mv_img {
		width: 100%;
		position: static;
	}
	.treatment_mv_ttl {
		width: 100%;
		position: static;
		font-size: 2.4rem;
		text-align: center;
		margin-top: -0.7em;
	}
}

/*==================================
こんな方におすすめ
==================================*/
.treatment_recommend{
	background: #F6F3EE;
	padding: 40px 0;
}
.recommend_ttl {
	font-size: 3rem;
	text-align: center;
	font-family: serif;
	color: #907852;
	margin-bottom: 40px;
}
.recommend_list {
	background: #fff;
	padding: 40px;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.recommend_list > li {
	width: calc(50% - 10px);
	color: #907852;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 600;
	padding-left: 34px;
    background: url(../images/treatment/icon.png) left 0px top 3px no-repeat;
    background-size: 24px;
}
@media screen and (max-width: 768px) {
	.recommend_ttl {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	.recommend_list {
		padding: 20px;
	}
	.recommend_list > li {
		width: 100%;
		font-size: 1.3rem;
		background-size: 13px;
		padding-left: 18px;
	}
}

/*==================================
ページ内リンクボタン
==================================*/
.treatment_toc {
	padding-top: 40px;
	margin-bottom: 80px;
}
.toc_list {
	display: flex;
	gap: 10px 20px;
	flex-wrap: wrap;
}
.toc_list > li {
	width: calc(50% - 10px);
	font-size: 2rem;
	font-family: serif;
	line-height: 1.5;
	box-sizing: border-box;
	border: #B59A65 1px solid;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
}
.toc_list > li > a {
	position: relative;
 	display: flex;
	padding: 15px 20px;
	text-align: left;
	height: 100%;
	align-items: center;
	transition: background-color 0.3s;
}
.toc_list > li > a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #B59A65;
  border-right: solid 2px #B59A65;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.toc_list > li > a:hover {
	background-color: #F6F3EE;
}

@media screen and (max-width: 768px) {
	.treatment_toc {
		padding-top: 20px;
		margin-bottom: 40px;
	}
	.toc_list {
		gap: 10px;
	}
	.toc_list > li {
		font-size: 1.3rem;
		width: calc(50% - 5px);
	}
	.toc_list > li > a {
		padding: 10px;
	}
	.toc_list > li > a:after {
		right: 10px;
	}
}

/*==================================
施術の流れ
==================================*/
.flow-item{
    display: flex;
    font-size: 2rem;
    padding: 5px 0;
    background-color: #e5dbc6;
}
.flow-item2{
    display: flex;
    padding: 20px 0;
    align-items: center;
}
.flow-item2:last-child {
	padding-bottom: 0;
}
.flow-item2 img{
    padding: 10px;
}
.flow-item2 p{
    padding: 0 10px;
}
.flow-item .num{
    background-color: #c6b28d;
    color: #fff;
    padding: 10px;
}
.flow-box .flow-item2:last-of-type p {
	padding-left:45px;
}
.flow-item .text{
    padding: 10px;
	font-family:serif;
}
.flow-item_box {
	display: flex;
	gap: 20px;
	width: 100%;
}
.flow-item_box + .flow-item_box {
	margin-top: 20px;
}
.flow-item_txt {
	width: calc(100% - 380px);
}
.flow-item_img {
	width: 360px;
}
.flow-item_img > img {
	width: 100%;
	height: auto;
	padding: 0;
}
@media screen and (max-width:768px) {
	.flow-item {
		padding:8px 0;
	}
    .flow-item .num {
        padding: 13px;
    }
	.flow-item p {
		font-size:1.6rem;
	}
	.flow-item_box {
		flex-direction: column;
	}
	.flow-item_box:last-child {
		margin-bottom: 20px;
	}
	.flow-item_txt {
		width: 100%;
	}
	.flow-item_img {
		width: 100%;
		text-align: center;
	}
	.flow-item_img > img {
		width: 80%;
		padding: 0;
	}
}
@media screen and (max-width:479px) {
	.flow-item .num{
		padding:11px;
	}
    .flow-item2 p{
        font-size:1.4rem;
		line-height:1.4em;
    }
    .flow-item2{
        flex-direction: column-reverse;
		line-height:1.4em;
		padding:20px 0;
    }
    .flow-item2 img{
        padding: 0;
    }
	.flow-box .flow-item2:last-child p{
		padding-left:10px;
	}
}

/*==================================
施術症例
==================================*/
.case_img {
	display: flex;
	justify-content: center;
	gap: 20px;
	max-width: 940px;
	margin: 0 auto 20px;;
}
.case_img > li {
	width: calc(50% - 10px);
}
.case_img.img3 > li {
	width: calc((100% - 40px) / 3);
}
.case_img > li.unit {
	width: 100%;
}
.case_img > li > img {
	width: 100%;
	height: auto;
	display: block;
}
.case_img > li > .case_note {
	margin-bottom: 0;
}
.case_btn {
	font-size: 1.3rem;
	background: #ededed;
	text-align: center;
	padding: 5px 0;
}
.js-toggle-title .js-toggle-text-close {
    display: none;
}
.js-toggle-title.open .js-toggle-text-open {
    display: none;
}
.js-toggle-title.open .js-toggle-text-close {
    display: block;
	border-bottom: 1px solid #ccc;
}
.case_note {
	font-size: 1.2rem;
	line-height: 1.6;
	margin-bottom: 20px;
	display: flex;
	gap: 10px;
	background: #ededed;
	padding: 10px;
	flex-wrap: wrap;
}
.case_note dt {
	width: 60px;
	font-weight: 600;
}
.case_note dd {
	width: calc(100% - 70px);
}
/*二重・目元カテゴリーページ*/
.case2_wrap {
	display: flex;
	align-items: start;
	background: #ededed;
}
.case2_wrap > .case_note {
	width: calc((100% - 1px) / 2);
	margin-bottom: 5px;
}
.case2_wrap > .case_note:first-child {
	border-right: 1px solid #fff;
}

@media screen and (max-width:768px) { 
	.case_img {
		gap: 10px;
	}
	.case_img_wrap {
		overflow-x: scroll;
	}
	.case_img.img3 {
		max-width: 768px;
		width: 140%;
	}
	.scroll-content {
    	transform: translateX(0);
	}
	.scroll-content.is-visible {
		animation-name: nudge-right;
		animation-duration: 2s; 
		animation-timing-function: ease-out; 
		animation-delay: 0.5s;
		animation-iteration-count: 1; 
		animation-fill-mode: forwards;
	}
	@keyframes nudge-right {
		0% {transform: translateX(0); /* 開始位置: 元の位置 */}
		20% {transform: translateX(10px); /* 最初の動き: 右に10px移動 */}
		100% {transform: translateX(0); /* 終了位置: 元の位置に戻る */}
	}
	.case_img.img3 > li {
		width: calc((100% - 20px) / 3);
	}
	.case_btn {
		font-size: 1.1rem;
	}
	.case_note {
		font-size: 1rem;
		flex-direction: column;
		gap: 0;
	}
	.case_note dt {
		width: 100%;
		margin-bottom: 5px;
	}
	.case_note dd {
		width: 100%;
		margin-bottom: 10px;
	}
	.case_note dd:last-child {
		margin-bottom: 0;
	}

}

/*==================================
注意事項
==================================*/
.attention_tbl {
    border:solid 1px #e5dbcc;
    margin: 0 auto;
}
.attention_tbl th{
    background-color: #e5dbcc;
    vertical-align: middle;
    border-bottom: solid 1px #fff;
    width: 20%;
}
.attention_tbl th:last-child{
    border-bottom: none;
}
.attention_tbl td{
    padding: 15px 20px;
    border-bottom: solid 1px #e5dbcc;
}
@media screen and (max-width:479px) {
    .attention_tbl th {
        display: block;
        width: 100%;
        padding: 5px 0;
    }
     .attention_tbl td {
        display: block;
        width: 95%;
        padding: 10px 11px;
		 border-bottom:none;
		 font-size:1.4rem;
		 line-height:1.4em;
    }
}

/*==================================
よくある質問
==================================*/
.qa-box {
    margin-bottom: 20px;
    width: 100%;
}
.qa-area{
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}
.qa-hihu{
	padding-bottom:80px;
}
.qa-ttl {
    font-size: 3rem;
    text-align: center;
    font-family: serif;
    padding-bottom: 50px;
}
.qa-area .accordion-content {
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    border-top: solid 2px #f1eee8;
}
.qa-area .accordion-container .accordion-title {
    background: #eae2d4;
    cursor: pointer;
    position: relative;
    font-size: 1.5rem;
    font-weight: normal;
    display: flex;
    align-items: center;
    padding: 15px 50px 15px 15px;
    box-sizing: border-box;
}
.qa-area .accordion-container .accordion-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 15px;
    height: 2px;
    transform: rotate(
90deg
);
    background: #b69a65;
    transition: all .3s ease-in-out;
}
.qa-area .accordion-container .accordion-title.open::before {
    transform: rotate(
180deg);
}
.qa-area .accordion-container .accordion-title.open::after {
    opacity: 0;
}
.qa-area .accordion-content p {
    display: flex;
}
.qa-a {
    width: 5%;
    margin-right: 10px;
}
.a-p {
    line-height: 3rem;
    max-width: 94%;
}
.a-p > a {	text-decoration: underline;	}
.a-p > a:hover {	text-decoration: none;	}
.qa-q {
    margin-right: 10px;
    width: 5%;
}
.q-p {
    max-width: 94%;
}
.qa-area .accordion-container .accordion-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 15px;
    height: 2px;
    background: #b69a65;
    transition: all .2s ease-in-out;
}
@media screen and (max-width:479px) {
	.qa-a,
	.qa-q{
        width:11%;
    }
	.a-p,
	.q-p{
		max-width:83%;
	}
	.qa-area .accordion-container .accordion-title{
		padding:10px 30px 10px 10px;
	}
	.qa-area .accordion-container .accordion-title::before,
	.qa-area .accordion-container .accordion-title::after{
		right:15px;
	}
	.qa-area .accordion-content{
		padding:10px;
	}
	.qa-area .qa-area .btn{
		padding:5px 10px;
		font-size:1.8rem;
	}
	.tatolu-chart img{
		padding:0;
	}
}

/*==================================
料金
==================================*/
.price-list {
	margin-bottom: 40px;
	line-height: 1.5;
}
.price-list > li {
	border-bottom: dashed 1px #3c3c3c;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.price-list > li:first-child {
	padding-top: 0;
}
.price-list > li .price_ttl {
	width: 100%;
}
.price-list > li .price_discount {
	width: calc(100% - 250px);
	text-align: right;
	font-size: 0.9em;
	color: #eb7676;
	margin-top: 5px;
}
.price-list > li .price_discount.suppl {
	color: #333;
}
.price-list > li .price {
	width: 250px;
	align-self: end;
    color: #eb7676;
    text-align: right;
    font-size: 2.4rem;
    font-weight: bold;
	margin-top: 5px;
}
.price-list > li .price span {
    font-size: 1.6rem;
	font-weight: bold;
}
.price-list > li .price .unit {
	color: #333;
	padding-right: 1em;
}
.price-list > li .price_note {
	width: 100%;
	text-align: right;
	font-size: 1.2rem;
	line-height: 1.5;
}
@media screen and (max-width:479px) {
	.price-list {
		margin-bottom: 20px;
	}
	.price-list > li {
		padding: 10px 0;
		align-items: stretch;
	}
	.price-list > li .price_discount {
		width: calc(100% - 180px);
		align-self: end;
	}
	.price-list > li .price {
		width: 180px;
		font-size: 1.8rem;
	}
	.price-list > li .price span{
		font-size: 1.4rem;
	}
	.price-list > li .price_note {
		text-align: left;
		margin-top: 5px;
	}
}

/*==================================
カテゴリーページ：導入エリア
==================================*/
.treatment_intro {
	background: #F6F3EE;
	padding: 80px 0;
	text-align: center;
	margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
	.treatment_intro {
		padding: 40px 0;
		text-align: left;
		margin-bottom: 20px;
	}
}

/*==================================
カテゴリーページ：ドクターエリア
==================================*/
.doctor_container {
	display: flex;
	gap: 40px;
	justify-content: center;
	margin-bottom: 40px;
}
.doctor_box {
	flex-grow: 1;
	flex-basis: 0;
	border: solid 1px #907852;
	padding: 20px;
	display: grid;
	grid-template-rows: 120px 1fr;
	grid-template-columns: 120px 1fr;
	gap: 10px 20px;
}
.doctor_box .doctor_img {
	grid-row: 1;
	grid-column: 1;
	width: 120px;
	height: 120px;
	object-fit: cover;
}
.doctor_box .doctor_name {
	grid-row: 2;
	grid-column: 1;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
}
.doctor_box .doctor_info {
	grid-row: 1 / 3;
	grid-column: 2;
	font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
	.doctor_container {
		flex-direction: column;
		gap: 20px;
		margin-bottom: 20px;
	}
	.doctor_box {
		grid-template-rows: 100px 1fr;
		grid-template-columns: 100px 1fr;
		gap: 20px;
	}
	.doctor_box .doctor_img {
		width: 100%;
		height: auto;
	}
	.doctor_box .doctor_name {
		grid-row: 1;
		grid-column: 2;
		text-align: left;
		align-self: center;
	}
	.doctor_box .doctor_info {
		grid-row: 2;
		grid-column: 1 / 3;
	}
}

/*==================================
カテゴリーページ：お悩み別症例
==================================*/
.treatment_problem {
	background: #F6F3EE;
	padding: 80px 0;
}
.under_treatment_problem {
	margin-top: 80px;
}
.treatment_problem .problem_box {
	padding: 40px 80px;
	margin-bottom: 20px;
}
.problem_box {
	background: #fff;
	padding: 0 80px;
	margin-bottom: 40px;
}
.problem_menu {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.problem_menu .menu_ttl {
	font-size: 1.4rem;
	font-weight: 600;
	color: #907852;
}
.problem_menu .menu_list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.problem_menu .menu_list > li > a,
.problem_menu .menu_list > li > span {
	position: relative;
	display: block;
	padding: 10px 25px 10px 15px;
	font-size: 1.8rem;
	background: #907852;
	color: #fff;
	text-align: left;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
	transition: background-color 0.3s;
}
.problem_menu .menu_list > li > span {
	box-shadow: none;
	transition: none;
	padding: 10px 15px;
	opacity: 0.6;
}
.problem_menu .menu_list > li > a:hover {
	background: #dcd4c6;
	color: #907852;
	text-align: left;
}
.problem_menu .menu_list > li > a:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto;
}
.problem_menu .menu_list > li > a:hover:after {
	border-color: #907852;
}
@media screen and (max-width: 768px) {
	.treatment_problem {
		padding: 40px 0;
		text-align: left;
	}
	.under_treatment_problem {
		margin-top: 40px;
	}
	.treatment_problem .problem_box {
		padding: 20px 10px;
	}
	.problem_box {
		padding: 0;
	}
	.problem_menu .menu_ttl {
	font-size: 1.2rem;
	}
	.problem_menu .menu_list > li > a {
		font-size: 1.3rem;
		padding: 6px 20px 6px 10px;
	}
	.problem_menu .menu_list > li > span {
		font-size: 1.3rem;
		padding: 6px 10px;
	}
	.problem_menu .menu_list > li > a:after {
		right: 10px;
	}
}

/*==================================
カテゴリーページ：施術詳細へのリンク
==================================*/
.treatment_post {
	background: #F6F3EE;
	padding: 80px 0;
}
.treatment_problem + .treatment_post {
	margin-top: -80px;
}
.post_list {
	display: flex;
    flex-wrap: wrap;
    list-style: none;
	gap: 10px 20px;
}
.post_list > li {
	width: calc(50% - 10px);
	display: flex;
}
.post_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 20px;
    text-decoration: none;
	font-size: 2rem;
	line-height: 1.5;
	font-family: serif;
	outline: 2px solid #c9c3b9;
    outline-offset: -6px;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
	background: #fff;
	transition: background-color 0.3s;
}
.post_item:hover {
    transition: .5s;
    background-color: #dcd4c6;
    color: #fff;
}
.post_item > span{
	width: calc(100% - 20px);
}
.post_item::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin-left: 10px;
    border-top: 2px solid #c9c3b9;
    border-right: 2px solid #c9c3b9;
    transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
	.treatment_post {
		padding: 40px 0;
	}
	.treatment_problem + .treatment_post {
		margin-top: -40px;
	}
	.post_list {
		gap: 4px;
	}
	.post_list > li {
		width: calc(50% - 2px);
	}
	.post_item {
		font-size: 1.3rem;
	}
}

/*==================================
比較表
==================================*/
.vs_tbl{
	border-collapse: collapse;
	width: 100%;
	line-height: 1.5;
	margin-bottom: 20px;
}
.vs_tbl th,
.vs_tbl td{
	padding: 10px;
	border: solid 1px #fff;
	text-align:center;
	box-sizing:border-box;
}
.vs_tbl td{
	background-color: #F6F3EE;
}
.vs_tbl th {
	background: #e5dbc6;
	width: 20%;
}
.vs_tbl .head th {
	background: #c4a983;
	color: #fff;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.vs_tbl .head{
	display:none;
	}
	.vs_tbl {
	width: 100%;
	font-size: 1.4rem;
	}
	.vs_tbl td,
	.vs_tbl th{
	display: block;
	width: 100%;
	border-bottom:none;
	}
	.vs_tbl th{
	background-color: #c4a983;
	color: #fff;
	font-weight: 600;
  	}
  .vs_tbl td{
    padding: 0px 12px 0 0;
    display: block;
    width: 100%;
    text-align:left;
	display: flex;
	align-items: center;
  }
   .vs_tbl td span {	
	   flex-grow: 1;
	   padding: 5px 0;
   }
  .vs_tbl td:before{
    content: attr(data-label);
    padding: 5px 10px;
    display: inline;
    background-color: #e5dbc6;
    margin-right: 10px;
	width: 40%;
	font-family: serif;
  }
  .vs_tbl tr:last-child{
    border-bottom: solid 1px #fff;
  }
}
/*==================================
保証制度
==================================*/
.guarantee_list {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.guarantee_list li {
	padding: 20px;
	background: #fff;
	outline: 2px solid #c9c3b9;
    outline-offset: -6px;
	width: calc(50% - 5px);
}
.guarantee_list li .guarantee_ttl {
	font-size: 2.2rem;
	font-family: serif;
	color: #907852;
	margin-bottom: .5em;
}
@media screen and (max-width: 768px) {
	.guarantee_list {
		flex-direction: column;
	}
	.guarantee_list li {
		width: 100%;
	}
	.guarantee_list li .guarantee_ttl {
		font-size: 1.8rem;
	}
}

/*==================================
自由文エリア
==================================*/
.about-wrap p, .free-wrap p {
	margin-bottom: 1em;
}
.about-wrap p:last-of-type, .free-wrap p:last-of-type {
	margin-bottom: 0;
}
.content_box {
	margin-bottom: 40px;
}
.al_center {
	text-align: center;
}
.al_left {
	text-align: left;
}
.small_text {
	font-size: 0.9em;
}
.link_text {
	text-decoration: underline;
}
.link_text:hover {
	text-decoration: none;
}
.large_text {
	font-size: 1.2em;
}
.em_text {
	color: #C92011;
	font-weight: 600;
}
.bold {
	font-weight: 600;
}
.marker {
	background: linear-gradient(transparent 60%, #E7F5F9 60%);
}
.note {
	position: relative;
	padding-left: 1.5em;
}
.note::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}
.imp-block {
	background-color: #e5dbc6;
  	padding: 5px;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb1 {
	margin-bottom: 1em !important;
}
.mb2 {
	margin-bottom: 2em !important;
}
.mb {
	margin-bottom: 1.6rem;
}
.disc_list li {
	list-style-type: disc;
	margin-left: 1.5em;
	margin-bottom: 5px;
	line-height: 1.8;
}
@media screen and (max-width: 768px) {
	.content_box {
		margin-bottom: 20px;
	}
	.sp_al_center {
		text-align: center;
	}
	.sp_al_left  {
		text-align: left;
	}
	.disc_list li {
		font-size: 1.4rem;
	}
	.imp-block {
		padding: 2px;
	}
}
/*汎用的 PC2カラム SP1カラム*/
.col2_pc {
	display: flex;
	gap: 40px;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	.col2_pc {
	flex-direction: column;
	gap: 20px;
	}
}
/*PC:画像横並び SP:縦並び*/
.img_text_box {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-bottom: 40px;
	align-items: start;
}
.img_text_box .img_text_content {
	flex: 1;
}
.img_text_box img {
	width: 40%;
	height: auto;
}
@media screen and (max-width: 768px) {
	.img_text_box {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.img_text_box img {
		width: 80%;
	}
}
/*画像複数*/
.multi-img_box {
	display: flex;
	gap: 20px;
	margin: 0 auto 1em;
	justify-content: space-around;
}
.multi-img_box > li {
	max-width: 400px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.multi-img_box {
		flex-direction: column;
	}
	.multi-img_box > li img {
		width: 80%;
		height: auto;
	}
}
/*色付き背景*/
.bg_box {
	background: #F6F3EE;
	padding: 40px;
	margin-bottom: 40px;
}
.bg_box .recommend_ttl {
	margin-bottom: 20px;
	text-align: left;
	font-size: 2rem;
}
.bg_box .recommend_list {
	padding: 20px;
	margin-bottom: 20px;
}
.bg_box .recommend_list > li {
	font-size: 1.6rem;
	width: 100%;
	background-size: 18px;
	padding-left: 30px;
}
.bg_box .separator {
	border-bottom: 1px solid #fff;
	padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.bg_box {
		padding: 20px;
		margin-bottom: 20px;
	}
	.bg_box .recommend_ttl {
		font-size: 1.6rem;
		margin-bottom: 10px;
		text-align: center;
	}
	.bg_box .recommend_list > li {
		font-size: 1.3rem;
	}
	.bg_box .separator {
		padding-bottom: 20px;
	}
	.bg_box .img_text_box {
		margin-bottom: 20px;
	}
}
/*ほかページへのリンク*/
.btn_link {
    width: 50%;
    margin: 0 auto 50px auto;
}
.btn_link a{
	border:solid 1px #dad0bd;
	color:#fff;
	padding:20px 0;
	text-align:center;
	background-color:#a6906b;
	position: relative;
	font-size:2.2rem;
	font-family:serif;
	transition:1s;
	display: inline-block;
	display: block;
}
.btn_link a:hover{
	background-color:#fff;
	color:#a6906b;
	transition: .5s;
}
.btn_link a::before{
	content: '';
	width: 46px;
	border: 0;
	border-top: 1px solid #dad0bd;
	position: absolute;
	top: 50%;
	right: -23px;
	letter-spacing:0.5rem;
}
@media screen and (max-width: 768px) {
	.btn_link {
		width: 90%;
	}
	.btn_link a {
		font-size: 1.8rem;
		padding: 15px 0;
	}
}
/*youtube埋め込み*/
.video_youtube {
	overflow: hidden;
	max-width: 80%;
	margin: 0 auto;
}
.video_youtube iframe, .video_youtube video {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px) {
	.video_youtube {
		max-width: 100%;
	}
}
/*ショート動画埋め込み*/
.video_short {
	overflow: hidden;
	max-width: 100%;
}
.video_short iframe, .video_short video {
	aspect-ratio: 9 / 16;
	width: 100%;
	height: 100%;
}