@import url('https://www.s-b-c.sbs/css_hc/k_monitor.css');
.caution {
	background-color: #fdfce6;
	border: 2px solid #fecfd3;
	padding: 10px 0;
	width: 100%;
	color: #f69;
	font-size: 22px;
	text-align: center;
	line-height: 120%
}
@media only screen and (max-width: 979px) {
	.caution {
		margin: 0 auto 2%;
		padding: 2%;
		box-sizing: border-box;
		font-size: 17px;
		line-height: 1.3;
	}
	.caution > br {
		display: none
	}
}
.caution_sankaku {
	background-color: #ffebe1;
	border-color: #f12020;
	border-width: 1px;
	color: #f12020;
}
p.subtitle {
	font-size: 16px;
	font-weight: bold;
	margin: 25px 0
}
p.subtitle > span {
	margin-right: 5px;
	color: #f69
}
p.subtitle > a {
	color: #666;
	text-decoration: none
}
#main p.title {
	font-size: 26px;
	text-align: center;
	border-bottom: 1px solid #f69;
	font-weight: normal;
}
.monitor-number {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0;
	border-bottom: 1px solid #f69;
	width: 100%
}
@media only screen and (max-width: 979px) {
	.monitor-number > .image {
		display: none
	}
}
.clinic-area {
	display: flex;
	align-items: flex-start;
	justify-content: space-between
}
.clinic-area > .text {
	width: 30%
}
.clinic-area > .text > .subtitle {
	margin: 0 0 10px
}
.clinic-area > .text > .access {
	background-color: #eee;
	margin: 10px 0;
	padding: 10px
}
.clinic-area > .text > .tel {
	background-image: url("../images/freedial.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 55px;
	color: #f69;
	font-size: 30px
}
.clinic-area > .map {
	margin-left: 5%;
	width: 65%
}
.clinic-area > .map > .iframe-box {
	width: 100%
}
.clinic-area > .map > .iframe-box > iframe {
	width: 100%;
	height: 350px
}
@media only screen and (max-width: 979px) {
	.clinic-area {
		flex-direction: column
	}
	.clinic-area > .text {
		width: 100%
	}
	.clinic-area > .map {
		margin: 0;
		width: 100%
	}
}
.doctor-area {
	background-image: url("../images/doc-bg.gif");
	background-repeat: repeat;
	margin-top: 20px;
	padding: 30px
}
.doctor-area > .doctor-inner {
	display: flex;
	align-items: flex-start;
	background-color: #fff;
	padding: 20px
}
.doctor-area > .doctor-inner > .photo {
	width: 16%;
	margin-right: 2%;
}
.doctor-area > .doctor-inner > .text {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 82%
}
.doctor-area > .doctor-inner > .text p {
	margin-right: 2%;
	width: 28%;
}
.doctor-area > .doctor-inner > .text > ul {
	display: flex;
	flex-wrap: wrap;
	width: 70%
}
.doctor-area > .doctor-inner > .text > ul > li {
	width: 49.5%;
	margin-bottom: 2%
}
.doctor-area > .doctor-inner > .text > ul > li:nth-child(2n+1) {
	margin-right: 1%
}
.doctor-area > .doctor-inner > .text > ul > li img {
	width: 100%;
}
@media only screen and (max-width: 979px) {
	.doctor-area {
		background-image: none;
		padding: 0
	}
	.doctor-area > .doctor-inner {
		padding: 1%
	}
	.doctor-area > .doctor-inner > .photo {
		width: 25%;
		margin-right: 0%;
	}
	.doctor-area > .doctor-inner > .text {
		align-items: stretch;
		flex-direction: column;
		padding-left: 3%;
		width: 75%
	}
	.doctor-area > .doctor-inner > .text p {
		margin-right: 0%;
		width: auto;
	}
	.doctor-area > .doctor-inner > .text > ul {
		width: 100%
	}
	.doctor-area > .doctor-inner > .text > ul > li {
		width: 49%
	}
}
.caution-area > .ac_ly_001 > .caution {
	margin-top: 20px
}
.caution-area > .ac_ly_001 > .subtitle {
	margin: 15px 0 5px
}
.caution-area > .ac_ly_001 > .caution-list {
	margin-top: 0;
	padding-left: 25px;
	list-style-type: disc
}
.contents-area > .ac_ly_001 > .contents {
	margin: 0 auto 40px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #666
}
.contents-area > .ac_ly_001 > .contents > .title-area {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 auto 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f69
}
.contents-area > .ac_ly_001 > .contents > .title-area > .right {
	display: flex;
	margin-left: auto
}
.contents-area > .ac_ly_001 > .contents > .title-area > .right > .doctor {
	margin-right: 10px
}
.contents-area > .ac_ly_001 > .contents > .title-area > .right > .clinic {
	background: #FFAEB8;
	padding: 0 15px;
	height: 23px;
	color: #fff;
	font-weight: bold
}
.contents-area > .ac_ly_001 > .contents > .content {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start
}
.contents-area > .ac_ly_001 > .contents > .content > .img {
	padding-right: 10px;
	width: 185px
}
.contents-area > .ac_ly_001 > .contents > .content > .text-area {
	width: calc(100% - 185px)
}
.contents-area > .ac_ly_001 > .contents > .content > .text-area > .bottom {
	display: flex;
	align-items: center;
	justify-content: flex-start
}
.contents-area > .ac_ly_001 > .contents > .content > .text-area > .bottom > .left {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: calc(100% - 200px)
}
.contents-area > .ac_ly_001 > .contents > .content > .text-area > .bottom > .left > .number {
	background: #efefef;
	padding: 5px 0;
	width: 250px;
	color: #666;
	font-weight: bold;
	text-align: center
}
.contents-area > .ac_ly_001 > .contents > .content > .text-area > .bottom > .left > .price {
	margin-top: 10px;
	color: #FF1E66;
	font-size: 46px;
	line-height: 1em;
	letter-spacing: -2px
}
.contents-area > .ac_ly_001 > .contents > .content > .text-area > .bottom > .left > .price > span {
	font-size: 20px
}
.contents-area > .ac_ly_001 > .contents > .content > .text-area > .bottom > .btn {
	width: 200px
}
@media only screen and (max-width: 979px) {
	.contents-area {
		padding: 0
	}
	.contents-area > .ac_ly_001 {
		margin: 1rem auto;
		padding: 10px;
		width: 100%
	}
	.contents-area > .ac_ly_001 > .contents > .title-area {
		flex-direction: column;
		align-items: flex-start
	}
	.contents-area > .ac_ly_001 > .contents > .title-area > .right {
		justify-content: space-between;
		margin-right: 0;
		width: 100%
	}
	.contents-area > .ac_ly_001 > .contents > .content {
		flex-direction: column
	}
	.contents-area > .ac_ly_001 > .contents > .content > .img {
		margin: 0 auto;
		padding-right: 10px;
		width: 60%
	}
	.contents-area > .ac_ly_001 > .contents > .content > .text-area {
		width: 100%
	}
	.contents-area > .ac_ly_001 > .contents > .content > .text-area > .bottom {
		flex-direction: column
	}
	.contents-area > .ac_ly_001 > .contents > .content > .text-area > .bottom > .left {
		flex-direction: column;
		width: 100%
	}
	.contents-area > .ac_ly_001 > .contents > .content > .text-area > .bottom > .left > .number {
		width: 90%
	}
	.contents-area > .ac_ly_001 > .contents > .content > .text-area > .bottom > .btn {
		width: 90%
	}
}
#description_area {
	border: 30px solid #F5F5F5;
}
@media only screen and (max-width: 979px) {
	#description_area {
		border: none;
	}
	#description_area img {
		max-width: 100%;
		height: auto !important;
	}
}
#template3 #description_area #tsujido_caution:after {
	content: "※手術は辻堂アカデミア院でおこないます";
	display: block;
	text-align: center;
	color: #f84586;
	font-size: 22px;
	background-color: white;
	border: 3px solid #f84586;
	width: 90%;
	margin:30px auto 0;
	font-weight: bold;
	padding: 5px;
}
#template3 #description_area .opeka_boshubi:after {
	content: "※手術は辻堂アカデミア院でおこないます";
	display: block;
	text-align: center;
	color: red;
	font-size: 22px;
	background-color: white;
	border-top: 3px solid #f84586;
	flex: 1;
}
.opeka_boshubi {
	margin-bottom: 45px;
}


/* 202303 SEO_関連モニター導線 */
.othermonitor-link-btn .ac_ly_002>.col{
	margin-left: 1%;
	margin-top: 1%;
}
.othermonitor-link-btn .ac_ly_002>.col>a{
	padding: 10px 20px;
	width: -webkit-fill-available;
	height: 4em;
	border: 1px solid #fb637e;
	font-size: medium;
	line-height: 1.25;
}
.othermonitor-link-btn .button-subtext::after{
	width: 28px;
	background: url("/assets/images/common/ico_chevron-right.png") 50% 50% no-repeat;
	background-size: 12px;
}

@media only screen and (max-width: 979px) {
	.othermonitor-link-btn .ac_ly_002>.col{
		width: 100%;
	}
	.othermonitor-link-btn .ac_ly_002>.col>a{
		height: auto;
	}
}/* 202303 SEO ここまで */
