@charset "utf-8";

.ortho20Page {
	background: url(../img/ortho20/page_title_bg.webp) no-repeat center center;
	background-size: cover;
}

.ortho20 {
	margin: -5px 0 0;
}

.ortho20 .mb70 {
	margin: 0 auto 70px !important;
}


.ortho20 p {
	margin-bottom: 31px;
	line-height: 2;
}

.ortho20 .headLine01 {
	margin-bottom: 28px;
}

.ortho20 .headLine02 {
	font-weight: bold;
}

.ortho20 .headLine01.h3Ttl {
	margin-bottom: 40px;
}

.ortho20 .headLine02.h4Ttl {
	padding-bottom: 7px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

.ortho20 .comInner .textBox {
	width: 425px;
}

.ortho20 .comLink {
	margin-bottom: 70px;
}

.ortho20 .txtUl01 {
	background: #FFF9E9;
	padding: 5px 18px 6px;
}

.ortho20 .txtUl01 li {
	padding: 21px 0;
	border-bottom: 1px dotted #ccc;
}

.ortho20 .txtUl01 li:last-child {
	border-bottom: none;
}

.ortho20 .txtUl01 li .headLine02 {
	font-size: 15px;
	margin: 0;
	text-decoration: underline;
	background-position: left 5px top 10px;
}


.ortho20 .meritUl {
	margin-bottom: 70px;
}

.ortho20 .meritUl li {
	padding: 35px 0 35px;
	border-bottom: 1px dotted #ccc;
	display: flex;
	justify-content: space-between;
}

.ortho20 .meritUl li:first-child {
	border-top: 1px dotted #ccc;
}

.ortho20 .meritUl li .photoBox {
	width: 236px;
	margin-bottom: 0;
}

.ortho20 .meritUl li .photoBox img {
	width: 100%;
}

.ortho20 .meritUl li .textBox {
	width: 460px;
}

.ortho20 .meritUl li .textBox .ttl {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: -6px;
}

.ortho20 .meritUl li .textBox .ttl .icon {
	margin-right: 8px;
	padding: 2px 9px 1px 10px;
	border: 2px solid #ffebeb;
	border-radius: 5px;
	color: #f57173;
	font-size: 16px;
}

.ortho20 .meritUl li .textBox .txt {
	line-height: 2;
	margin-bottom: 0;
}


.ortho20 .banner {
	margin-bottom: 35px;
}

.ortho20 .borderBox {
	margin-bottom: 25px;
	padding: 30px 25px;
	border: 2px solid #f2e9df;
	display: flex;
	justify-content: space-between;
}

.ortho20 .borderBox .photoBox {
	width: 203px;
}

.ortho20 .borderBox .photoBox img {
	width: 100%;
}

.ortho20 .borderBox .textBox {
	width: 430px;
}

.ortho20 .borderBox .textBox .ttl {
	margin: -7px 0 5px
}

.ortho20 .borderBox .textBox .txt {
	margin-bottom: 0;
}

.ortho20 .caution {
	padding-left: 1em;
	text-indent: -1em;
}


.ortho20 .bgBox01 {
	background: #F2E9DF;
	padding: 41px 94px 41px;
	position: relative;
	margin-bottom: 60px;
}

.ortho20 .bgBox01:before {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	border-left: 26px solid #E6D4C1;
	border-bottom: 26px solid #fff;
}

.ortho20 .bgBox01 .txt {
	margin: 0 0 15px
}

.ortho20 .bgBox01 .link {
	margin: 0 auto;
	width: 300px;
}

.ortho20 .bgBox01 .link a {
	display: block;
	padding: 15px;
	text-align: center;
	background: #fff;
	border-radius: 25px;
}

.ortho20 dl {
	margin-bottom: 70px;
}

.ortho20 dt {
	padding: 3px 0 20px 44px;
	font-size: 19px;
	background: url(../img/question/img.webp) no-repeat 2px top;
	background-size: 30px auto;
}

.ortho20 dd {
	margin-bottom: 52px;
	padding: 0 0 42px 3px;
	line-height: 2;
	border-bottom: 1px solid #EBEBEB;
}

.ortho20 dd:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.ortho20 dd a {
	color: #F57173;
	text-decoration: underline;
}

.ortho20 dd a:hover {
	text-decoration: none;
}




@media all and (min-width: 0) and (max-width: 767px) {
	.ortho20Page {
		background: url(../img/ortho20/sp_page_title_bg.webp) no-repeat center center;
	}

	.ortho20 {
		margin: -2px 0 0;
	}

	.ortho20 p {
		margin-bottom: 21px;
		line-height: 1.8;
	}

	.ortho20 .headLine01 {
		margin-bottom: 32px;
	}

	.ortho20 .headLine01.h3Ttl {
		margin-bottom: 30px;
	}

	.ortho20 .comInner .textBox {
		width: 100%;
		margin-bottom: 20px;
	}

	.ortho20 .textBox p {
		width: 100%;
		margin-bottom: 30px;
	}

	.ortho20 .comLink {
		margin-bottom: 57px;
	}

	.ortho20 .txtUl01 {
		padding: 6px 12px 10px;
		margin-bottom: 0;
	}

	.ortho20 .txtUl01 li {
		padding: 12px 0;
	}

	.ortho20 .txtUl01 li .headLine02 {
		font-size: 11.5px;
		margin: 0;
		text-decoration: underline;
		background-position: left 5px top 6px;
	}


	.ortho20 .meritUl {}

	.ortho20 .meritUl li {
		display: block;
	}

	.ortho20 .meritUl li:first-child {
		border-top: 1px dotted #ccc;
	}

	.ortho20 .meritUl li .photoBox {
		width: 236px;
		margin: 0 auto 25px;
	}

	.ortho20 .meritUl li .textBox {
		width: 100%;
	}

	.ortho20 .meritUl li .textBox .ttl {
		font-size: 15px;
		margin-top: 0;
		padding-left: 2.6em;
		text-indent: -2.6em;
	}

	.ortho20 .meritUl li .textBox .ttl .icon {
		font-size: 13px;
	}


	.ortho20 .banner {
		margin-bottom: 35px;
	}

	.ortho20 .banner img {
		width: 100%;
	}

	.ortho20 .borderBox {
		margin-bottom: 25px;
		padding: 30px 25px;
		border: 2px solid #f2e9df;
		display: block;
	}

	.ortho20 .borderBox .photoBox {
		width: 200px;
		margin: 0 auto 25px;
	}

	.ortho20 .borderBox .textBox {
		width: 100%;
	}

	.ortho20 .borderBox .textBox .ttl {
		margin: 0 0 15px;
	}

	.ortho20 .borderBox .textBox .txt {
		margin-bottom: 0;
	}

	.ortho20 .caution {
		padding-left: 1em;
		text-indent: -1em;
	}


	.ortho20 .bgBox01 {
		box-sizing: border-box;
		padding: 25px 35px;
	}

	.ortho20 .bgBox01:before {
		border-left: 12px solid #E6D4C1;
		border-bottom: 12px solid #fff;
	}

	.ortho20 .bgBox01 .txt {
		margin: 0 0 15px
	}

	.ortho20 .bgBox01 .link {
		margin: 0 auto;
		width: 100%;
	}


	.ortho20 dl {
		margin-bottom: 70px;
	}

	.ortho20 dt {
		padding: 0px 0 16px 29px;
		font-size: 13px;
		line-height: 1.75;
		background: url(../img/question/img.webp) no-repeat 2px top;
		background-size: 20px auto;
	}

	.ortho20 dd {
		font-size: 12px;
		margin-bottom: 36px;
		padding: 0 0 34px 3px;
		line-height: 1.8;
	}

}




