@charset "utf-8";

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

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

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

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

.ortho30 .bgBox {
	background: #F2E9DF;
	padding: 41px 94px 65px;
	position: relative;
	margin-bottom: 60px;
}

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

.ortho30 .bgBox .ttl {
	font-size: 19px;
	width: 300px;
	text-align: center;
	line-height: 45px;
	background: #fff;
	border-radius: 30px;
	margin: 0 auto 40px;
}

.ortho30 .bgBox ul {
	background: #fff;
	padding: 5px 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ortho30 .bgBox li {
	width: 224px;
	padding: 18px 3px;
	border-bottom: 1px dotted #CCCCCC;
}

.ortho30 .bgBox li:last-child {
	border-bottom: none;
}

.ortho30 .bgBox li img {
	margin-right: 20px;
}

.ortho30 .photoUl {
	margin-top: 40px;
}

.ortho30 .photoUl li {
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 42px;
}

.ortho30 .photoUl li:first-child {
	padding-top: 0;
}

.ortho30 .photoUl li:last-child {
	border-bottom: none;
}

.ortho30 .photoUl li .headLine02 {
	font-weight: bold;
	margin-bottom: 14px;
}

.ortho30 .photoUl .photoBox {
	display: flex;
}

.ortho30 .photoUl .photoBox .photo {
	margin-right: 29px;
	flex: none;
}

.ortho30 .photoUl .comLink {
	margin-bottom: 41px;
}




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

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

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

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

	.ortho30 .bgBox {
		padding: 18px 9px 26px;
	}

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

	.ortho30 .bgBox .ttl {
		font-size: 14px;
		width: 213px;
		line-height: 32px;
		margin-bottom: 20px;
	}

	.ortho30 .bgBox ul {
		background: #fff;
		padding: 5px 14px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 14px
	}

	.ortho30 .bgBox li {
		width: 100%;
		padding: 10px 2px;
		display: flex;
		align-items: center;
	}

	.ortho30 .bgBox li img {
		margin-right: 12px;
		flex: none;
	}

	.ortho30 .photoUl {
		margin-top: 0;
	}

	.ortho30 .photoUl li {
		border-bottom: none;
		padding-top: 21px;
	}

	.ortho30 .photoUl li .headLine02 {
		font-weight: bold;
		margin: 0 auto;
		padding-bottom: 14px;
		border-bottom: 1px dotted #ccc;
		margin-bottom: 14px;
	}

	.ortho30 .photoUl .photoBox {
		display: block;
	}

	.ortho30 .photoUl .photoBox .photo {
		margin-right: 0;
		width: 100%;
		margin-bottom: 34px;
	}

	.ortho30 .photoUl .photoBox .photo img {
		width: 100%;
		height:auto;
	}

}




