@charset "UTF-8";
/* CSS Document */



/* contents01 */

.contents01, .contents02 {
	width: 1170px;
	margin-bottom: 100px;
}

.contents01::after {
	content: "むし歯治療";
}

.contents02::after {
	content: "歯周病治療";
}


/* contents01 */

.contents01 .box01 p {
	padding-top: 40px;
}

/* contents02 */

.contents02 .box01, .contents02 .box02 {
	margin-bottom: 50px;
}

.contents02 .box02 .box001 {
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	gap:30px 50px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom-style : solid;
border-bottom-color : #988575;
border-bottom-width : 1px;
	width: 100%;
}

.contents02 .box02 .box001 ul li {
	font-size: 22px;
color: #736357;
line-height: 1.4;
	position: relative;
	padding-left: 45px;
}

.contents02 .box02 .box001 ul li::before {
	content: "";
	position: absolute;
left: 0px;
top: 3px;
	background-image: url("../common/images/check.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 27px;
	height: 27px;
}

.contents02 .box02 .box001 ul li:not(:last-child) {
	margin-bottom: 15px;
}

.contents02 .box03 .box001 {
	padding: 30px 0px 60px;
}

.contents02 .box03 .box001 .box {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	width: 845px;
}

.contents02 .box03 .box001 .box:not(:last-child) {
	margin-bottom: 60px;
}

.contents02 .box03 .box001 .box .box0001 {
	flex: 1;
}

.contents02 .box03 .box001 .box .box0002 {
	width: 670px;
}

.contents02 .box03 .box001 h6 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 22px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
	display: inline-block;
	padding: 6px 25px;
	border-radius: 60px;
	background-color: #988575;
	margin-bottom: 15px;
}

.contents02 .box03 .box001 p {
	padding-left: 15px;
}

.contents02 .box03 .box002 {
	padding: 40px 50px 50px;
	margin: -50px;
	margin-top: 0px;
	background-color: rgba(198,177,152,0.4);
	text-align: center;
}

.contents02 .box03 .box002 h6:nth-child(1) {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 31px;
color: #736357;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 400;
	display: inline-block;
	padding: 6px 50px;
	border-radius: 60px;
	background-color: #FFF;
	margin-bottom: 25px;
}

.contents02 .box03 .box002 p {
	text-align: left;
}

.space01 {
	margin-bottom: 60px;
}

.contents01 h6.btn01, .contents02 h6.btn01 {
	padding-top: 40px;
	text-align: center;
}


.sp-view {
	display: none;
}
