#biyoku .eye_lift .left_box,
#futae .eye_lift .left_box {
	box-sizing: border-box;
	padding: 2px;
	background: #ebe4d7;
	border: 3px solid #e3a23f;
}
#biyoku .eye_lift .left_box div,
#futae .eye_lift .left_box div {
	box-sizing: border-box;
	padding: 12px;
	border: 1px solid #e3a23f;
}
#biyoku .eye_lift .right_box img,
#futae .eye_lift .right_box img {
	margin: 22px auto 0;
}
#biyoku .fs18,
#futae .fs18 {
	color: #000;
}

.before-image {
	margin: 2rem 0 0;
}

#main .chara ul li {
	white-space: nowrap;
}

.i2pl-image {
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
	margin: 0 0 30px;
	line-height: 1.5;
	padding: 0 20px 20px 0
}

.treatment-menu-flexbox {
	display: flex;
}

.orange-bar-end p {
	font-size: 2rem;
	font-weight: 400;
	border-bottom: 1px dotted #ddd;
	margin-left: 5%;
	color: #494949;
	margin-top: 3%;
}

.treatment-menu h3 {
	font-size: 2rem;
	font-weight: bold;
	color: #494949;
	display: inline-block;
	margin-top: 3%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.treatment-menu h4 {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 1rem;
	color: #EA5514;
	margin-top: 3rem;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.treatment-menu p {
	font-size: 1.2rem;
	line-height: 1.5;
	color: #494949;
	margin-top: 3%;
}

.treatment-menu-description {
	width: 60%;
}

.en .cont .treatment-menu-description p {
	margin-top: 20px;
	font-size: 1.1rem;
	line-height: 1.4;
	letter-spacing: .05em;
}

.treatment-effect-list {
	font-size: 2rem;
	list-style: none;
	padding: 0;
}

.treatment-effect-list li {
	margin: 1.5% 0;
	padding: 0.2rem;
	font-size: 1.1rem;
	font-weight: bold;
	color: #5c3d29;
}

.rttw-list {
	font-size: 1.5rem;
	list-style: none;
	padding: 0;
}

.rttw-list li {
	margin: 1.5% 0;
	font-size: 1.1rem;
	font-weight: bold;
	color: #5c3d29;
}

.treatment-menu-image {
	width: 40%;
	padding: 0 5% 0 2.5%;
	justify-content: center;
	text-align: center;
}

.treatment-menu-image p {
	font-size: 0.8rem;
	font-weight: 500;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.btn-for-details {
	margin-top: 5%;
}

.btn-for-details a {
	font-size: 2rem;
	border: 1px solid #eea73a;
	background: #FFC163;
	text-decoration: none;
	justify-content: center;
	color: white;
	padding: 2% 5%;
	border-radius: 5px;
}

.small-txt {
	font-size: 1.25rem;
}

.main {
	margin: -1rem 60px 3rem;
}

.main img {
	max-width: 100%;
}

#surgery-point {
	margin: 0 0 3rem;
}

/*---------------------
	Point Surgery
---------------------*/

.point-flex {
	display: flex;
}

.point-flex .left {
	width: 41%;
}

.point-flex .right {
	width: 54%;
}

.resevation-button {
	width: 100%;
}

.resevation-button a {
	display: block;
	background-image: linear-gradient( 135deg, #FDEB71 10%, #F8D800 100%);
	color: #000;
	font-size: 1.4rem;
	font-weight: bold;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-decoration: none;
	text-align: center;
	padding: 1rem;
	border-radius: 12px;
	margin: 2rem 0 0;
	transition: all 0.3s ease;
}

.resevation-button a:hover {
	opacity: .7;
}

.image {
	margin: 0 0 2rem;
}

.recommend-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.recommend-flex li {
	width: 48%;
	margin: 0 0 3rem;
}

.recommend-flex li .list-image {
	margin: 0 0 1.5rem;
	display: block;
}

.recommend-flex li .list-image img {
	max-width: 100%;
	height: 240px !important;
	object-fit: cover;
}

.recommend-flex li .list-text {
	font-weight: 500;
}

.course-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 3rem;
}

.course-flex .course-box {
	width: 48.5%;
	margin: 0 0 1.3rem;
	border: 2px solid #f1ad97;
}

.course-flex .course-box .head {
	background: #f1ad97;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	font-size: 1.2rem;
	padding: 1rem 0;
}

.course-flex .course-box .inner-box {
	padding: 1.1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.course-flex .course-box .inner-box .image {
	width: 35%;
	margin: 0;
}

.course-flex .course-box .inner-box .image img {
	height: 122px !important;
	object-fit: cover;
}

.course-flex .course-box .inner-box .conts {
	width: 61%;
}

.course-flex .course-box .inner-box .conts ul {
	margin: 0;
}

.course-flex .course-box .inner-box .conts li {
	display: flex;
	margin: 0 0 .5rem;
}

.course-flex .course-box .inner-box .conts li .obj {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	width: 61px;
	color: #0560a9;
	line-height: 22px;
}

.course-flex .course-box .inner-box .conts li .text {
	font-weight: 500;
	width: calc(100% - 61px);
	padding: 0;
	font-size: 13px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.course-flex .course-box .inner-box .conts .price {
	text-align: center;
	font-size: 1.8rem;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	color: #217571;
}

.en-text {
	letter-spacing: .04em;
	line-height: 1.6;
	margin-bottom: 2rem;
}

.other-flex {
	padding: 2rem 0;
	display: flex;
	justify-content: space-between;
}

.other-flex .image {
	width: 32%;
}

.other-flex .conts {
	width: 64%;
}

.other-flex .conts p span {
	font-weight: bold;
	background:linear-gradient(transparent 60%, #ff6 60%);
}

#main .tttl05 {
	color: #fff;
	background: #e3a23f;
	margin: 0 0 1rem;
}

.banner-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.banner-list li {
	width: 48.9%;
	margin: 0 0 1.3rem;
}

.banner-list li a {
	transition: all 0.3s ease;
}

.banner-list li a:hover {
	opacity: .7;
}

.pri-box_biyo dd {
	color: inherit;
}

@media(max-width:767px) {

	#biyoku .fs18 {
		padding-left: 18px;
		text-indent: -18px;
	}
	.list-box07 .text.pd_0 {
		padding: 0;
	}

	.treatment-menu-flexbox {
		display: block;
	}

	.treatment-menu-description {
		width: 100%;
	}

	.treatment-menu-image {
		width: 100%;
		margin: 2rem 0 0.5rem;
		padding: 0;
	}

	.treatment-menu h3 {
		font-size: 1.5rem;
	}

	.treatment-menu h4 {
		font-size: 1.5rem;
	}

	/*---------------------
		Point Surgery
	---------------------*/

	.main {
		margin: -1rem 10px 1rem;
	}

	.point-flex {
		display: block;
	}

	.point-flex .left {
		width: 100%;
		margin: 0 0 1.2rem;
		text-align: center;
	}

	.point-flex .right {
		width: 100%;
	}

	#main .point-flex .right img {
		width: 100%;
	}

	.resevation-button a {
		font-size: 1.1rem;
		margin: 1rem 0 0;
	}

	.image {
		margin: 0 0 1rem;
	}

	#main .image img {
		width: 100%;
	}

	.recommend-flex {
		display: block;
	}

	.recommend-flex li {
		width: 100%;
		margin: 0 0 2rem;
	}

	.recommend-flex li .list-image {
		margin: 0 0 1rem;
	}

	#main .recommend-flex li .list-image img {
		height: 180px !important;
		object-fit: cover;
		width: 100%;
	}

	.course-flex {
		display: block;
	}

	.course-flex .course-box {
		width: 100%;
		margin: 0 0 1.2rem;
	}

	.other-flex {
		display: block;
	}

	.other-flex .image {
		width: 100%;
	}

	#main .other-flex .image img {
		width: 100%;
	}

	.other-flex {
		padding: 0;
	}

	.other-flex .conts {
		width: 100%;
		margin: 0 0 1.2rem;
	}

	.banner-list li {
		width: 48.5%;
		margin: 0 0 .8rem;
	}

	#main .banner-list li img {
		width: 100%;
	}

	.list-box07 .text-box {
		height: auto;
	}

	.course-flex .course-box .inner-box .image img {
		height: 100px !important;
	}

	.cont p.en-text {
		font-size: 14px;
	}

	.other-flex p {
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: 0.08em;
	}
}
