<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* PC
----------------------------------*/
@media screen and (min-width: 769px) {
	.pt-mainVisWrap .txtCol {
		-webkit-transform: translate(-100px,-50%);
		-ms-transform: translate(-100px,-50%);
		transform: translate(-100px,-50%);
	}
	.pt-mainVisWrap .txtCol .txtWrap {
		max-width: 520px;
		padding-left: 265px;
	}
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.pt-mainVisWrap .txtCol {
		width: 90%;
	}
}




.promiseWrap {
	margin-top: 65px;
	padding: 30px;
	box-sizing: border-box;
	background: #FFF;
	text-align: center;
	border-radius: 5px;
}
.promiseWrap .wrapTtl {
	color: #26136C;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.5;
}
.promiseWrap .gridWrap {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.promiseWrap .gridWrap .item {
	width: 33.333333%;
}
.promiseWrap .gridWrap .item .itemCat {
	color: #999;
	line-height: 1.6;
}
.promiseWrap .gridWrap .item .itemIcn {
	width: 70px;
	margin: 10px auto 0;
}
.promiseWrap .gridWrap .item .itemIcn img {
	width: 100%;
	height: auto;
}
.promiseWrap .gridWrap .item .itemTxt {
	margin-top: 10px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.6;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.promiseWrap {
		margin-top: 30px;
		padding: 30px 20px;
	}
	.promiseWrap .wrapTtl {
		font-size: 2.8rem;
	}
	.promiseWrap .gridWrap {
		margin-top: 20px;
		display: block;
	}
	.promiseWrap .gridWrap .item {
		width: 100%;
	}
	.promiseWrap .gridWrap .item + .item {
		margin-top: 40px;
	}
	.promiseWrap .gridWrap .item .itemCat {
	}
	.promiseWrap .gridWrap .item .itemIcn {
		width: 100%;
		max-width: 80px;
	}
	.promiseWrap .gridWrap .item .itemIcn img {
	}
	.promiseWrap .gridWrap .item .itemTxt {
		font-size: 1.6rem;
	}
}




.sec01 {
	
}
.sec01 .pt-hasImgCol .txtCol .bdTxtWrap {
	margin-top: 15px;
	border: 1px solid #DDD;
	padding: 10px 25px 25px;
	box-sizing: border-box;
}
.sec01 .pt-hasImgCol .txtCol .bdTxtWrap .wrapTxt {
	text-indent: -2em;
	margin-left: 2em;
	margin-top: 15px;
	line-height: 1.6;
}
/*.bdrTtlLead {
	margin-top: 85px;
	width: 100%;
	max-width: 1030px;
}*/
.bdrTtlLead .bdrTtl {
	margin: 0;
	display: inline-block;
}
.bdrTtlLead .txtCol {
	text-align: left;
}


.pt-hasImgCol .txtCol .txt .note {
	margin-top: 5px;
	font-size: 1.4rem;
	line-height: 1.5;
}
.numHasImgCol {
	
}
.numHasImgCol .hasImgCol {
	margin-top: 90px;
}
.numHasImgCol .hasImgCol .bdrTtl {
	position: relative;
	border: 0;
	padding-left: 70px;
}
.numHasImgCol .hasImgCol .bdrTtl::before {
	padding-bottom: 5px;
	font-size: 4.1rem;
	font-weight: 300;
	line-height: 1;
	display: inline-block;
	border-bottom: 2px solid #333;
	position: absolute;
	top: 0;
	left: 0;
}
.numHasImgCol .hasImgCol.type-01 .bdrTtl::before {
	content: "01";
}
.numHasImgCol .hasImgCol.type-02 .bdrTtl::before {
	content: "02";
}
.numHasImgCol .hasImgCol.type-03 .bdrTtl::before {
	content: "03";
}
.numHasImgCol .hasImgCol.type-04 .bdrTtl::before {
	content: "04";
}
.numHasImgCol .hasImgCol.type-05 .bdrTtl::before {
	content: "05";
}
.numHasImgCol .hasImgCol.type-06 .bdrTtl::before {
	content: "06";
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.sec01 {
	}
	.sec01 .pt-hasImgCol .txtCol .bdTxtWrap {
		margin-top: 15px;
		padding: 10px 20px 20px;
	}
	.sec01 .pt-hasImgCol .txtCol .bdTxtWrap .wrapTxt {
		margin-top: 10px;
	}
	/*.bdrTtlLead {
		margin-top: 55px;
	}*/
	.bdrTtlLead .bdrTtl {
	}
	.bdrTtlLead .txtCol {
	}


	.pt-hasImgCol .txtCol .txt .note {
		font-size: 1.3rem;
	}
	.numHasImgCol {
	}
	.numHasImgCol .hasImgCol {
		margin-top: 40px;
	}
	.numHasImgCol .hasImgCol .bdrTtl {
		position: relative;
		border: 0;
		padding-left: 0;
	}
	.numHasImgCol .hasImgCol .spBdrTtl {
		position: relative;
		border: 0;
		padding-bottom: 0;
		padding-left: 50px;
	}
	.numHasImgCol .hasImgCol .bdrTtl::before {
		display: none;
	}
	.numHasImgCol .hasImgCol .spBdrTtl::before {
		padding-bottom: 5px;
		font-size: 3rem;
		font-weight: 300;
		line-height: 1;
		display: inline-block;
		border-bottom: 2px solid #333;
		position: absolute;
		top: 3px;
		left: 0;
	}
	.numHasImgCol .hasImgCol.type-01 .spBdrTtl::before {
		content: "01";
	}
	.numHasImgCol .hasImgCol.type-02 .spBdrTtl::before {
		content: "02";
	}
	.numHasImgCol .hasImgCol.type-03 .spBdrTtl::before {
		content: "03";
	}
	.numHasImgCol .hasImgCol.type-04 .spBdrTtl::before {
		content: "04";
	}
	.numHasImgCol .hasImgCol.type-05 .spBdrTtl::before {
		content: "05";
	}
	.numHasImgCol .hasImgCol.type-06 .spBdrTtl::before {
		content: "06";
	}
	.numHasImgCol .hasImgCol .imgCol {
		margin-top: 20px;
	}
}




.bgTtlWrap {
	background-image: url(/images/tooth/tooth_02/img_07.jpg);
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.bgTtlWrap::before {
		display: none;
	}
}



.bmTtlWrap {
	margin-top: 100px;
	text-align: center;
}
.bmTtlWrap p {
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.6;
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
	display: inline;
}
.imgGroupWrap {
	
}
.imgGroupWrap .pt-ctsBlock .blockTtlCol .lead {
	font-size: 1.7rem;
	line-height: 2.1;
}
.imgGroupWrap .imgGroup {
	margin-top: 20px;
	padding: 45px 20px;
	box-sizing: border-box;
}
.imgGroupWrap .pt-ctsBlock + .imgGroup {
	margin-top: 45px;
}
.imgGroupWrap .imgGroup .imgGroupInr {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto 40px;
}
.imgGroupWrap .imgGroup .imgGroupInr .groupTtl {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
}
.imgGroupWrap .imgGroup .imgGroupInr .imgGridWrap {
	margin: 20px -20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.imgGroupWrap .imgGroup .imgGroupInr .imgGridWrap + .imgGridWrap {
	margin-top: 40px;
}
.imgGroupWrap .imgGroup .imgGroupInr .imgGridWrap .imgItem {
	width: 33.3333333%;
	padding: 0 20px;
	box-sizing: border-box;
}
.imgGroupWrap .imgGroup .imgGroupInr .imgGridWrap.type-second .imgItem {
	width: 50%;
}
.imgGroupWrap .imgGroup .imgGroupInr .imgGridWrap .imgItem .img {
	
}
.imgGroupWrap .imgGroup .imgGroupInr .imgGridWrap .imgItem .txtGrid {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.imgGroupWrap .imgGroup .imgGroupInr .imgGridWrap .imgItem .txtGrid .num {
	font-size: 1.8rem;
	padding-right: 15px;
	margin: 5px 15px 0 0;
	border-right: 1px solid #333;
	box-sizing: border-box;
	display: inline-block;
}
.imgGroupWrap .imgGroup .imgGroupInr .imgGridWrap .imgItem .txtGrid .txt {
	font-size: 1.5rem;
	line-height: 1.8;
}

/* SP
----------------------------------*/
@media print and (max-width: 768px), screen and (max-width: 768px) {
	.bmTtlWrap {
		margin-top: 30px;
	}
	.bmTtlWrap p {
		font-size: 2.4rem;
		padding-bottom: 5px;
		line-height: 1.8;
	}
	{
	}
	.imgGroupWrap {
	}
	.imgGroupWrap .pt-ctsBlock .blockTtlCol .lead {
	}
	.imgGroupWrap .imgGroup {
		padding: 30px 25px;
	}
	.imgGroupWrap .pt-ctsBlock + .imgGroup {
	}
	.imgGroupWrap .imgGroup .imgGroupInr {
		max-width: 100%;
	}
	.imgGroupWrap .imgGroup .imgGroupInr .groupTtl {
	}
	.imgGroupWrap .imgGroup .imgGroupInr .imgGridWrap {
		margin: 0;
		display: block;
	}
	.imgGroupWrap .imgGroup .imgGroupInr .imgGridWrap + .imgGridWrap {
		margin-top: 0;
	}
	.imgGroupWrap .imgGroup .imgGroupInr .imgGridWrap .imgItem {
		margin-top: 20px;
		width: 100%;
		padding: 0;
	}
	.imgGroupWrap .imgGroup .imgGroupInr .imgGridWrap.type-second .imgItem {
		width: 100%;
	}
	.imgGroupWrap .imgGroup .imgGroupInr .imgGridWrap .imgItem .img {
	}
	.imgGroupWrap .imgGroup .imgGroupInr .imgGridWrap .imgItem .txtGrid {
	}
	.imgGroupWrap .imgGroup .imgGroupInr .imgGridWrap .imgItem .txtGrid .num {
		font-size: 1.8rem;
		padding-right: 10px;
		margin: 5px 10px 0 0;
	}
	.imgGroupWrap .imgGroup .imgGroupInr .imgGridWrap .imgItem .txtGrid .txt {
	}
}</pre></body></html>