@charset "utf-8";

.pt-0 {padding-top:0;}
.mt-30 {margin-top:30px;}
.mb-30 {margin-bottom:30px;}

.subject-section p {line-height: 2.2; margin-bottom:30px;}

.page-common-2cols picture {margin-bottom:20px;}

.box-merit {
	margin-top:80px;
	border: 1px solid #7CB548;
	padding: 0;
	position: relative;
}
.box-merit div:nth-child(1) {
	font-size: 20px;
	letter-spacing:0.2em;
	color: #7CB548;
	padding: 0px 3px 0px 3px;
	font-weight: bold;
	position: absolute;
	top:-0.8em;
	left: 1em;
	background: #F9F4E9;
	display: inline-block;
}
.box-merit ul {
	list-style: disc;
	margin:1.5em 1.5em 1.5em 3em;
}
.box-merit li {
	margin:0.5em 0;
}
.box-merit .col2 {
	display: grid;
    grid-template-columns: auto 1fr;
}
.box-merit .col2 picture {margin-left:auto;}

.denture-type {
	display: grid;
	gap: 20px 20px;
    grid-template-columns: auto 1fr;
	margin-bottom:20px;
}

.denture-type > div:nth-child(1) {
	width:100px;
	height:100px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	border-radius: 50%;
	background-color: var(--lightGreen);
}
.denture-type p {
	margin:0;
}
.denture-type > div:nth-child(1) p {
	font-weight:bold;
}
.denture-type > div:nth-child(2) {
	height:100px;
	display: flex;
	align-items: center;
}
.denture-type.pale-yellow > div:nth-child(1) {
	background-color: #F1EE84 !important;
}

@media screen and (max-width: 640px) {
	br.spnone {display:none;}
	.box-merit .col2 {
	    grid-template-columns: 1fr;
	}
	.box-merit .col2 picture {margin:0 auto; padding:0 40px 40px 40px;}
	.box-merit .col2 picture source, .box-merit .col2 picture img {width:100%;}
}
