@charset "UTF-8";

.anchor {
	background: #F5F3EC;
	padding: 20px 0;
}

.anchor_list {
	margin-bottom: 20px;
}

.subject {
	padding: 30px 0;
}

.subject_sec {
	padding: 30px 0;
}

#sbj01 {
	margin-top: 0;
}

.subject_fig {
	width: 38%;
}

.subject_fig img {
	max-width: 100%;
	height: auto;
}

.subject_sec.-img-l .subject_fig {
	float: left;
}

.subject_sec.-img-r .subject_fig {
	float: right;
}

#sbj01 .subject_fig {
	margin-top: 70px;
}

.subject_cnt {
	width: 55%;
}

.subject_sec.-img-l .subject_cnt {
	float: right;
}

.subject_sec.-img-r .subject_cnt {
	float: left;
}

.subject_ttl {
	font-size: 24px;
	position: relative;
	padding: 10px 0 10px 60px;
}

.subject_ttl:before {
	content: "";
	display: block;
	width: 47px;
	height: 48px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	background: url(../cmn/img/img-logo-icon.png) no-repeat;
}

.subject_catch {
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.subject_subttl {
	color: #FF7100;
	font-size: 16px;
	margin-top: 15px;
	font-weight: bold;
}

.subject_text {
	margin-top: 8px;
	line-height: 1.6;
	text-align: justify;
}

.subject_text span.-soudan {
	display: inline-block;
	background: #FFF3E8;
	padding: 5px;
	margin-top: 5px;
}

.subject_hoken {
	display: inline-block;
	color: #FFF;
	font-size: 12px;
	vertical-align: middle;
	font-weight: bold;
	padding: 3px 10px 4px;
	line-height: 1;
	margin-left: 10px;
	border-radius: 10px;
}

.subject_hoken.-gr {
	background: #2DB200;
}

.subject_hoken.-or {
	background: #FF7100;
}

.subject_tel {
	margin-top: 10px;
}

.subject_tel dt,
.subject_tel dd {
	display: inline-block;
	vertical-align: middle;
}

.subject_tel dt {
	margin-right: 10px;
}

.subject_tel dd {
}

.subject_tel dd a {
	font-size: 24px;
	color: #FF7100;
	font-weight: bold;
}

.price {
	padding: 60px 0;
	border-top: 1px solid #ccc;
}

.price_ttl {
	font-size: 24px;
}

.price_wrap {
	margin-top: 20px;
}

.price_tbl {
	width: 50%;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.price_tbl.-left {
	float: left;
}

.price_tbl.-right {
	float: right;
	border-left: 0;
}

.price_tbl th,
.price_tbl td {
	padding: 10px 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.price_tbl th {
	font-weight: bold;
	color: #FF7100;
	text-align: left;
	background: #FFF3E8;
	width: 50%;
}

.price_tbl td {
	text-align: right;
}

.price_note {
	margin-top: 20px;
}

.price_note > li {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 5px;
}

.aligners{
	border: 5px solid #FDF3E9;
	padding: 50px 40px;
}
.ali_merit{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.ali_mrt_box{
	width: 48%;
	margin-bottom: 10px;
}
.ali_mrt_box dt{
	text-align: center;
	font-weight: bold;
	color: #F05697;
	background-color: rgba(240, 86, 151, 0.15);
	padding: 12px;
	font-size: 16px;
}
.ali_mrt_box.-de dt{
	color: #4DA6F4;
	background-color: rgba(77, 166, 244, 0.15);
}
.ali_mrt_box dd{
	background-color: rgba(240, 86, 151, 0.05);
	padding: 15px 20px;
}
.ali_mrt_box.-de dd{
	background-color: rgba(77, 166, 244, 0.05);
}
.ali_mrt_list li{
	display: flex;
	align-items: center;
	margin-bottom: 3px;
}
.ali_mrt_list li::before{
	content: "●";
	color: #F05697;
	font-size: 0.7em;
	padding-right: 3px;
}
.ali_mrt_box.-de .ali_mrt_list li::before{
	color: #4DA6F4;
}



/* All SP & Tablet */
@media screen and (max-width:1030px) {
	.subject_fig {
		width: 40%;
	}

	.price_tbl {
		float: none !important;
		width: 100%;
	}

	.price_tbl.-right {
		border-top: 0;
		border-left: 1px solid #ccc;
	}

}

/* All SP */
@media screen and (max-width:640px) {
	.anchor {
		padding: 10px 0 5px;
	}

	.subject {
		padding-top: 0;
		padding-bottom: 0;
	}

	.subject_sec {
		padding: 20px 0 30px;
		border-top: 1px solid #ccc;
	}

	#sbj01 {
		border-top: 0;
	}

	.subject_ttl {
		font-size: 20px;
		padding-left: 40px;
	}

	.subject_ttl:before {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background-size: contain;
	}

	.subject_catch {
		font-size: 18px;
		margin: 10px 0 15px;
	}

	.subject_cnt {
		float: none !important;
		width: 100%;
	}

	.subject_fig {
		float: none !important;
		width: 100%;
		padding-top: 20px;
		text-align: center;
	}

	#sbj01 .subject_fig {
		margin-top: 0;
	}

	.subject_fig img {
		width: 100%;
	}

	.price {
		padding: 30px 0;
	}

	.price_ttl {
		font-size: 18px;
	}

	.price_tbl {
		font-size: 13px;
	}

	.price_tbl th {
		width: 200px;
	}
	.aligners{
		padding: 25px 10px;
	}
	.ali_merit{
		flex-direction: column;
	}
	.ali_mrt_list li{
		align-items: flex-start;
		font-size: 12px;
	}
	.ali_mrt_list li::before{
		margin-top: 3px;
	}
	.ali_mrt_box{
		width: 100%;
		margin-bottom: 10px;
	}
	.ali_mrt_box dd{
		padding: 15px;
	}

}