.myopia_head {
	width: 100%;
	height: 390px;
	background-image: url(../../images/renewal/laser_head.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.myopia_head h1 {
	width: 200px;
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0;
	margin: auto;
}

.myopia_head h1 img {
	width: 100%;
}

.myopia_area {
	padding: 100px 0 120px;
}

.myopia_area .top_text {
    max-width: 960px;
    width: 90%;
	margin: 0 auto 100px;
}

.myopia_area .top_text h2 {
	font-size: 26px;
	text-align: left;
	font-weight:bold;
	margin-bottom:1em;
}
.myopia_area .top_text .flex {
	display: flex;
	align-items: top;
	justify-content: space-between;
	gap: 40px;
	margin-bottom:50px;
}
.myopia_area .top_text .img {
	width:500px;
}
.myopia_area .top_text .img img{
	width:100%;
}
.myopia_area .top_text .text01 {
    font-size: 18px;
	text-align:left;
    line-height: 30px;
}
.myopia_area .top_text .doctor {
    display: flex;
    align-items: center;
    padding: 0px;
	width:calc(100% / 3);
}

.myopia_area .top_text .doctor img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px;
}

.myopia_area .top_text .doctor_job {
    font-size: 16px;
    margin: 0 0 10px;

}
.myopia_area .top_text  .doctor_name {
    font-size: 24px;
    font-weight: bold;
    margin: 0px 0 10px 0;
}

.doctor_furi {
    font-size: 14px;
    color: #0068B6; /* 青系のアクセントカラー */
}
.btn_wrap {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
.btn_wrap a {
	width: calc(calc(100% - 40px) / 3);
	height: 50px;
	border-radius: 25px;
	border: solid 1.5px #edc780;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../../images/renewal/arrow_yel.png);
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: center right 15px;
	transition: all 0.3s;
}
.btn_wrap a:hover {
	background-color: #edc780;
	background-image: url(../../images/renewal/arrow_white.svg);
}
.btn_wrap a p {
	font-size: 18px;
	color: #edc780;
}
.btn_wrap a:hover p {
	color: white;
}




.myopia_area .anchor_btn {
	max-width: 960px;
	width: 90%;
	margin: 0 auto 95px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.myopia_area .anchor_btn a {
	width: calc(calc(100% - 40px) / 2);
	height: 85px;
	border-radius: 10px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	gap: 25px;
	border: solid 2.5px #edc780;
	transition: all 0.3s;
}
.myopia_area .anchor_btn a:hover {
	background-color: #edc780;
}

.myopia_area .anchor_btn a .arrow {
	width: 25px;
	height: 100%;
	background-image: url(../../images/renewal/anchor_arrow_myopia.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	transition: all 0.3s;
}
.myopia_area .anchor_btn a:hover .arrow {
	background-image: url(../../images/renewal/anchor_arrow_hov.svg);
}

.myopia_area .anchor_btn a p {
	font-size: 24px;
	color: #edc780;
	transition: all 0.3s;
}
.myopia_area .anchor_btn a:hover p {
	color: white;
}

.detail_wrap {
	max-width: 960px;
	width: 90%;
	margin: 0 auto;
}

.detail_wrap + .detail_wrap {
	margin: 100px auto 0;
}

.detail_wrap .anchor_point {
	height: 0;
	padding-top: 100px;
	margin-top: -100px;
}

.detail_wrap + .detail_block {
	margin-top: 95px;
}

.detail_wrap .detail_head {
	width: 100%;
	height: 90px;
	border-radius: 10px 10px 0 0;
	padding: 0 20px;
	background-color: #edc780;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;

}

.detail_wrap .detail_head h2 {
	font-size: 30px;
	letter-spacing: 1px;
	color: white;
}
.detail_wrap .detail_head dl {
	display: flex;
	flex-wrap:wrap;
	width:340px;
	gap:10px;
	align-items: center;
}
.detail_wrap .detail_head dt {
	background:#fbf4e6;
	color:#edc780;
	font-size:18px;
	font-weight:bold;
	width:30%;
	text-align:center;
	padding:5px;
	border-radius:10px;
}
.detail_wrap .detail_head dd {
	font-size:20px;
	color:#fff;
}
.detail_wrap .detail_content {
	width: 100%;
}

.detail_wrap  .dc_head {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
}

.detail_wrap  .dc_head :is(p, h3) {
	font-size: 26px;
	line-height: 31px;
	margin-bottom: 15px;
}

.detail_wrap .dc_head p.maru {
	color: #edc780;
}

.detail_wrap .detail_content .dc_text01 {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1px;
}
.detail_wrap .detail_content .text_wrap .dc_flex {
	width: 100%;
	display: flex;
	gap: 20px;
}
.detail_wrap .detail_content .text_wrap .dc_flex .dc_text {
	font-size: 18px;
    text-align: left;
    line-height: 30px;
}
.detail_wrap .detail_content .text_wrap .dc_flex img{
	width: 300px;
}
.detail_wrap .detail_content .img_flex {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding: 40px 0 45px;
}

.detail_wrap .detail_content .img_flex img {
	width: auto;
	height: 200px;
}

.detail_wrap .treatment {
	width: 100%;
	padding-top: 40px;
	border-top: solid 2px #edc780;
	margin-top:40px;
}
.detail_wrap .treatment.t2 {
	padding-top: 0;
	border-top: none;
}

.detail_wrap .treatment + .treatment {
	margin-top: 45px;
}

.detail_wrap .treatment .trm_text {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1px;
	margin-bottom: 35px;
}

.detail_wrap .treatment_content {
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
	margin-top: 45px;
}


.detail_wrap .tc_flex {
	display: flex;
	gap: 20px;
}

.detail_wrap .treatment_content .tc_head {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
}

.detail_wrap .treatment_content .tc_head .block {
	width: 5px;
	height: 25px;
	background-color: #edc780;
}

.detail_wrap .treatment_content .tc_head h4 {
	font-size: 26px;
	line-height: 31px;
	letter-spacing: 2px;
	color: #edc780;
}

.detail_wrap .treatment_content .content_qa {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin: 10px 0 20px 0;
}
.detail_wrap .treatment_content .content_qa .quest {
	font-size:20px;
	line-height: 28px;
}
.detail_wrap .treatment_content .content_qa .quest span{
	color: #edc780;
}
.detail_wrap .treatment_content .content_qa .anser {
	font-size:16px;
	line-height: 1.8;
	margin-bottom:20px;
	padding-bottom:30px;
	border-bottom:2px dotted #edc780;
}
.detail_wrap .treatment_content .content_qa .anser:nth-last-of-type(1) {
	border-bottom:0px dotted #edc780;
	padding-bottom:0;
	margin-bottom:0;
}








.detail_wrap .treatment_content .tc_text {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1px;
}

.detail_wrap .treatment_content .tc_flex img {
	width: 200px;
}

.detail_wrap .treatment_content .tc_img01 {
	max-width: 600px;
	width: 100%;
	display: block;
	margin: 40px auto 0;
}

.detail_wrap .treatment_content .tc_img02 {
	max-width: 350px;
	width: 100%;
	display: block;
	margin: 40px auto 0;
}

.detail_wrap .treatment_content .tc_img03 {
	width: 100%;
	display: block;
}
.detail_wrap .treatment_content .tc_img03.sp_img {
	display: none;
}

.detail_wrap .treatment_content .detail_btn {
	width: 400px;
	height: 50px;
	border-radius: 25px;
	border: solid 1.5px #c29abf;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../../images/renewal/arrow_purple.svg);
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: center right 15px;
	transition: all 0.3s;
	margin: 20px auto 0;
}

.detail_wrap .treatment_content .detail_btn:hover {
	background-color: #edc780;
	background-image: url(../../images/renewal/arrow_white.svg);
}

.detail_wrap .treatment_content .detail_btn p {
	font-size: 18px;
	color: #edc780;
}
.detail_wrap .treatment_content .detail_btn:hover p {
	color: white;
}

.detail_wrap .lasik_img {
	max-width: 600px;
	width: 100%;
	display: block;
	margin: 15px auto 35px;
}




.detail_wrap .table_wrap {
	width: 100%;
	margin: 35px auto 40px;
}

.detail_wrap .table_wrap .tw_top {
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 15px;
}

.detail_wrap .table_wrap .cost_table {
	width: 100%;
}

.detail_wrap .table_wrap .cost_table + .cost_table {
	margin-top: 25px;
}

.detail_wrap .table_wrap .cost_table.ct01 {
	border: solid 2px #edc780;
}
.detail_wrap .table_wrap .cost_table.ct02 {
	border: solid 2px #edc780;
}

.detail_wrap .table_wrap .cost_table .cel01 {
	width: 35%;
}
.detail_wrap .table_wrap .cost_table.ct01 .cel01 {
	border-right: solid 2px #edc780;
}
.detail_wrap .table_wrap .cost_table.ct02 .cel01 {
	border-right: solid 2px #edc780;
}

.detail_wrap .table_wrap .cost_table .cel02 {
	width: 65%;
}

.detail_wrap .table_wrap .cost_table .table_head {
	width: 100%;
	display: flex;
}
.detail_wrap .table_wrap .cost_table.ct01 .table_head {
	background-color: #f7eef0;
}
.detail_wrap .table_wrap .cost_table.ct02 .table_head {
	background-color: #ead5da;
}

.detail_wrap .table_wrap .cost_table .cel {
	padding: 10px 20px;
	display: flex;
	align-items: center;
	min-height: 55px;
}

.detail_wrap .table_wrap .cost_table .cel :is(p, h5) {
	font-size: 20px;
	line-height: 25px;
}

.detail_wrap .table_wrap .cost_table .cel p span {
	font-size: 18px;
	display: inline-block;
}

.detail_wrap .table_wrap .cost_table .table_record {
	display: flex;
}

.detail_wrap .table_wrap .cost_table.ct01 .table_record {
	border-top: solid 2px #edc780;
}
.detail_wrap .table_wrap .cost_table.ct02 .table_record {
	border-top: solid 2px #edc780;
}

.detail_wrap .table_wrap.tw02 {
	margin-bottom: 20px;
}

.detail_wrap .lens_table {
	width: 100%;
	border: solid 2px #edc780;
}

.detail_wrap .lens_table .table_head {
	background-color: #f6e2bd;
	display: flex;
}

.detail_wrap .lens_table .table_head .cel {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 55px;
}
.detail_wrap .lens_table .cel.cel01 {
	width: 22%;
	border-right: solid 2px #edc780;
	justify-content: center;
	font-weight:bold;
}
.detail_wrap .lens_table .table_record .cel.cel01 p {
	font-size:20px;
}
.detail_wrap .lens_table .cel.cel02 {
	width: 35%;
	border-right: solid 2px #edc780;
}
.detail_wrap .lens_table .cel.cel03 {
	width: 42%;
}

.detail_wrap .lens_table .table_head .cel h5 {
	font-size: 20px;
}

.detail_wrap .lens_table .table_record {
	background-color: white;
	display: flex;
	border-top: solid 2px #edc780;
}

.detail_wrap .lens_table .table_record .cel {
	min-width: 80px;
	display: flex;
	align-items: center;
	padding: 10px 20px;
}

.detail_wrap .lens_table .table_record .cel p {
	font-size: 17px;
	line-height: 27px;
}

.detail_wrap .table_wrap.tw03 {
	margin: 30px auto 0;
}

.detail_wrap .lens_table .table_record .cel.bg01 {
	background:#fad6b2;
}
.detail_wrap .lens_table .table_record .cel.bg02 {
	background:#fbf4e6; 
}
.cent_prag {
	text-align: center;
	font-size:18px;
	line-height:1.6;
}
.cent_prag .btn_wrap 
{
	margin:30px 0 100px;
}
.tel_btn {
	max-width: 960px;
	width: 90%;
	height: 100px;
	border-radius: 10px;
	background-color: #edc780;
	margin: 50px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	transition: all 0.3s;
}
.tel_btn:hover {
	opacity: 0.6;
}

.tel_btn .icon {
	width: 45px;
	margin-right: 5px;
}

.tel_btn .text {
	font-size: 30px;
	color: white;
}

.tel_btn .tel {
	display: flex;
	align-items: center;
	gap: 5px;
}

.tel_btn .tel img {
	width: 30px;
}

.tel_btn .tel p {
	font-size: 36px;
	color: white;
}

@media screen and (max-width: 1000px) {
	.myopia_head {
		width: 100%;
		height: 200px;
	}

	.myopia_head h1 {
		width: 150px;
		position: static;
	}

	.myopia_area {
		padding: 35px 0 120px;
	}

	
	.myopia_area .top_text {
		margin-bottom: 35px;
	}
	.myopia_area .top_text .img {
		width:100%;
	}

	.myopia_area .top_text .text01 {
		font-size: 20px;
		line-height: 34px;
	}

	.myopia_area .top_text .text02 {
		font-size: 16px;
		line-height: 28px;
	}

	.myopia_area .anchor_btn {
		max-width: 500px;
		gap: 20px;
		flex-wrap: wrap;
	}

	.myopia_area .anchor_btn a {
		width: 100%;
		height: 70px;
	}

	.myopia_area .anchor_btn a .arrow {
		width: 20px;
	}

	.myopia_area .anchor_btn a p {
		font-size: 20px;
	}

	.detail_wrap + .detail_wrap {
		margin: 75px auto 0;
	}

	.detail_wrap .detail_head {
		height: auto;
		padding: 20px 15px;
		display: block;
	}

	.detail_wrap .detail_head h2 {
		font-size: 24px;
	}


	.detail_wrap .detail_head dl {
		padding-top: 10px;

	  }
	  .detail_wrap .detail_head dt {
		display: inline-block;
		margin-top: 5px;
	}
	  .detail_wrap .detail_head dd {
		font-size: 18px;
		color: white;
		margin-top:5px;
	  }
	.detail_wrap .detail_content .dc_head :is(p, h3) {
		font-size: 22px;
		line-height: 27px;
	}

	.detail_wrap .detail_content .dc_text01 {
		font-size: 16px;
		line-height: 26px;
	}

	.detail_wrap .detail_content .img_flex {
		flex-wrap: wrap;
	}

	.detail_wrap .detail_content .img_flex img {
		width: auto;
		height: auto;
		max-height: 150px;
		object-fit: contain;
	}
	.detail_wrap .detail_content .text_wrap .dc_flex {
		width: 100%;
		flex-direction:column;
	}
	.detail_wrap .detail_content .text_wrap .dc_flex img{
		width:100%;
	}

	.detail_wrap .tc_flex .text_wrap {
		width: 100%;
	}

	.detail_wrap .treatment_content .tc_head {
		margin-bottom: 15px;
		gap: 10px;
		align-items: normal;
	}

	.detail_wrap .treatment_content .tc_head .block {
		height: auto;
	}

	.detail_wrap .treatment_content .tc_head h4 {
		font-size: 22px;
		line-height: 27px;
	}

	.detail_wrap .treatment_content .tc_text {
		font-size: 16px;
		line-height: 26px;
	}

	.detail_wrap .treatment_content .detail_btn {
		max-width: 350px;
		width: 100%;
		height: 45px;
		border-radius: 22.5px;
		background-position: center right 10px;
	}

	.detail_wrap .treatment_content .detail_btn p {
		font-size: 16px;
	}

	.detail_wrap .treatment_content .tc_img02 {
		max-width: 320px;
	}

	.detail_wrap .treatment_content .guideline {
		padding: 20px;
	}

	.detail_wrap .treatment_content .guideline h5 {
		font-size: 18px;
	}

	.detail_wrap .treatment_content .guideline p {
		font-size: 16px;
		line-height: 21px;
	}
	.detail_wrap .tc_flex {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}


	.detail_wrap .table_wrap.tw02 {
		overflow-x: scroll;
	}

	.detail_wrap .lens_table {
		min-width: 750px;
	}

	.detail_wrap .lens_table .table_head .cel {
		min-height: 45px;
	}

	.detail_wrap .lens_table .table_head .cel h5 {
		font-size: 18px;
	}

	.detail_wrap .lens_table .table_record .cel p {
		font-size: 15px;
		line-height: 20px;
	}
	.detail_wrap .treatment_content .tc_flex img {
		display:block;
		margin:auto;
	}

	.detail_wrap .step_item .text_wrap {
		width: 100%;
	}

	.detail_wrap .step_item .item_head :is(p, h5),
	.detail_wrap .step_item .step_content {
		font-size: 16px;
		line-height: 21px;
	}

	.detail_wrap .cost_text {
		font-size: 16px;
		line-height: 21px;
	}

	.detail_wrap .qa_item .question :is(p, h3) {
		font-size: 20px;
		line-height: 25px;
	}

	.detail_wrap .qa_item .answer {
		font-size: 16px;
		line-height: 26px;
	}

	.detail_wrap .qa_item .qa_img_wrap {
		flex-wrap: wrap;
		gap: 15px;
		justify-content: center;
	}

	.detail_wrap .qa_item .qa_img_wrap img {
		max-width: 250px;
		width: 100%;
	}

	.detail_wrap .qa_item .icl {
		padding: 20px;
	}

	.detail_wrap .qa_item .icl h4 {
		font-size: 18px;
	}

	.detail_wrap .qa_item .icl .icl_text01 {
		font-size: 16px;
		line-height: 26px;
	}

	.detail_wrap .qa_item .icl .icl_text_head :is(p, h5) {
		font-size: 16px;
		line-height: 21px;
	}

	.myopia_area .top_text .flex {
		flex-direction: column;
		width:100%;
	}
	.myopia_area .top_text .doctor {

		width:100%;
	}
	
	.btn_wrap {
		display: flex;
		justify-content: center;
		gap: 20px;
		flex-wrap: wrap;
		margin-bottom:60px;
	}
	.btn_wrap a {
		width: 100%;
	}

	.tel_btn {
		height: auto;
		padding: 20px 10px;
		flex-wrap: wrap;
		gap: 5px 20px;
	}

	.tel_btn .icon {
		width: 40px;
		margin: 0;
	}

	.tel_btn .text {
		font-size: 24px;
	}

	.tel_btn .tel img {
		width: 22px;
	}

	.tel_btn .tel p {
		font-size: 30px;
	}
}

@media screen and (max-width: 600px) {
	.myopia_area .anchor_btn a {
		gap: 20px;
		padding: 0 20px;
		height: 60px;
	}

	.myopia_area .anchor_btn a .arrow {
		width: 15px;
	}

	.myopia_area .anchor_btn a p {
		font-size: 18px;
	}

	.detail_wrap .detail_head h2 {
		font-size: 22px;
	}

	.detail_wrap .treatment_content .tc_head h4 {
		font-size: 20px;
		line-height: 25px;
	}

	.detail_wrap .treatment_content .tc_img03 {
		display: none;
	}

	.detail_wrap .treatment_content .tc_img03.sp_img {
		display: block;
		max-width: 200px;
		margin: 0 auto;
	}

	.detail_wrap .qa_item .icl .procedure img {
		display: none;
	}

	.detail_wrap .treatment_content .tc_img02 {
		max-width: 300px;
	}

	.detail_wrap .qa_item .icl .procedure img.sp_img {
		display: block;
		max-width: 250px;
		margin: 0 auto;
	}

	.detail_wrap .step_item img {
		width: 210px;
	}

	.detail_wrap .treatment_content .detail_btn {
		max-width: 330px;
		height: 40px;
		border-radius: 20px;
	}

	.detail_wrap .treatment_content .detail_btn p {
		font-size: 15px;
	}

	.tel_btn {
		gap: 5px 10px;
	}

	.tel_btn .text {
		font-size: 22px;
	}

	.tel_btn .icon {
		width: 35px;
	}

	.tel_btn .tel p {
		font-size: 28px;
	}
}

/* ============================================
   MiSight 1 day セクション専用スタイル
   2026-04追加 / プレフィックス: .ms1d_
   ============================================ */

/* ----- キャッチコピー＋説明文 ----- */
.ms1d_catch {
	text-align: center;
	margin: 0 auto 40px;
	padding: 30px 20px;
}

.ms1d_catch_head {
	font-size: 22px;
	font-weight: bold;
	color: #5b2d86;
	margin-bottom: 15px;
	line-height: 1.5;
}

.ms1d_catch_text {
	font-size: 18px;
	line-height: 1.8;
	color: #333;
}

/* ----- パッケージ画像エリア ----- */
.ms1d_pkg_wrap {
	text-align: center;
	margin: 30px auto 40px;
	max-width: 700px;
}

.ms1d_pkg_wrap img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

/* ----- アイコン＋説明文 2カラムエリア ----- */
.ms1d_features {
	display: flex;
	gap: 40px;
	justify-content: center;
	margin-top: 10px;
	flex-wrap: wrap;
}

.ms1d_feature_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	flex: 1;
	min-width: 240px;
	max-width: 380px;
	border: 2px solid #edc780;
	border-radius: 10px;
	padding: 30px 25px;
}

.ms1d_feature_item img {
	width: 120px;
	height: auto;
	margin-bottom: 18px;
	display: block;
}

.ms1d_feature_item h4 {
	font-size: 20px;
	font-weight: bold;
	color: #5b2d86;
	margin-bottom: 10px;
	line-height: 1.4;
}

.ms1d_feature_item p {
	font-size: 15px;
	line-height: 1.8;
	color: #333;
	text-align: left;
}

/* ----- 注釈テキスト ----- */
.ms1d_note {
	font-size: 12px;
	color: #777;
	margin-top: 24px;
	line-height: 1.7;
}

@media screen and (max-width: 1000px) {
	.ms1d_features {
		gap: 30px;
	}

	.ms1d_feature_item {
		min-width: 200px;
	}

	.ms1d_feature_item img {
		width: 100px;
	}

	.ms1d_feature_item h4 {
		font-size: 18px;
	}

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

@media screen and (max-width: 600px) {
	.ms1d_features {
		flex-direction: column;
		align-items: center;
	}

	.ms1d_feature_item {
		max-width: 100%;
		width: 100%;
	}

	.ms1d_feature_item img {
		width: 90px;
	}
}
