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

.headerImage{
	height: 530px;
	
	background-image: url(../Images/credit00.png);
}

.headerImage h2+p{
	
	text-align: center;
	
	margin-top: 20px;
	font-size: 23px;
	color: #333;
	line-height: 1.5rem;
	letter-spacing: 0.15rem;
	font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
font-style: normal;
font-weight: 300;
	margin-bottom: 10px;
}



.headerImage h2{
	padding-top: 377px;
}


#mainImage{
background-image: url(../Images/credit01.png);
	background-repeat: no-repeat;
	background-position: center top;
	
	height: 530px
}

#mainImage+div h5{
	text-align: center;
	color: #333;
	font-size: 18px;
	margin-bottom: 45px;
	margin-top: 42px;
	line-height: 1.5rem;
	font-weight: 100;
}
#mainImage+div p{
	text-align: center;
	line-height: 2rem;
	
	font-size: 23px;
	letter-spacing: 0.3rem;
	
	height: 44px;
	border-radius: 22px;
	background-color: #5fe4da;
	color: #fff;
	width: 330px;
	margin: 50px auto 50px auto;
	padding-top: 8px;
}

table+div>p.flow{
	text-align: center;
	line-height: 2rem;
	
	font-size: 23px;
	letter-spacing: 0.3rem;
	
	height: 44px;
	border-radius: 22px;
	background-color: #d2d4e8;
	color: #4b56a6;
	width: 330px;
	margin: 50px auto 50px auto;
	padding-top: 8px;
	position: relative;
}

table+div{
	
}

table+div img{
	position: absolute;
	bottom: -8px;
	left: -25px;
	
}

#clinicalIinfo{
	
	padding-top: 0;
	background-color: #ebecf5;
	margin-bottom: 10px;
}



#clinicalIinfo>div{
	text-align: center;
	background-color: #fff;
	padding: 40px 0;
	margin-bottom: 50px;
}

#clinicalIinfo h3{
	font-size: 38px;
	color: #858cc3;
	font-weight: 100;
	font-family: "tbudrgothic-std",sans-serif;
	letter-spacing: 1rem;
	margin-bottom: 10px;

}

#clinicalIinfo p{
color: #b2b2b2;	
}

#teethAlignment{
	height: 475px;
	background-image: url(../Images/teethAlignment00.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 100px;
	text-align: center;
	min-width: 700px;
}
#teethAlignment p{
	font-size: 23px;
	color: #787fbb;
	margin-bottom: 64px;
	letter-spacing: 0.5rem;
	min-width: 700px;
}

#teethAlignment ul{
	display: flex;
	justify-content: space-around;
	width: 700px;
	margin: 0 auto;
}

#teethAlignment li{
	width: 120px;
	
	color: #787fbb;
	line-height: 1.3rem;
}
#teethAlignment img{
	margin-bottom: 8px;
}


#manifest{
	background-image: url(../Images/top_img00.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 90px;
	height: 544px;
	width: 1400px;
	position: relative;
	margin: 0 auto;
	
	
}

#manifest div{
	width: 570px;
	position: absolute;
	right: 166px;
	min-width: 570px;
	
}
#manifest div *{
	font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
font-style: normal;
font-weight: 300;
	text-align: justify;
	line-height: 2rem;
}

#manifest div h5{
	font-size: 23px;
	color: #333;
	margin-bottom: 30px;
	letter-spacing: 0.5rem;
	
}

#manifest div p:first-of-type{
	color: #4d4d4d;
}
#manifest div p:last-of-type{
	text-align: right;
	font-size: 23px;
	line-height: 5rem;
}

#manifest div p span{
	font-size: 80%;
	margin-right: 10px;
}

table.paymentModel {
	margin: 0 auto 150px auto;
}
table.paymentModel ,
table.paymentModel td,
table.paymentModel th{
	border: 1px solid #5fe4da;
	text-align: center;
	
}

table.paymentModel th,
table.paymentModel td{
	padding: 10px;
	color: #4b56a6;
	font-size: 16px;
}

table.paymentModel th{
	background-color: #b2f2ed;
	vertical-align: middle;
	font-weight: 100;

}

table.paymentModel tr:nth-of-type(n+2) th{
	font-size: 27px;
	
}

table.paymentModel tr:nth-of-type(n+2) th span{
	font-size: 60%;
	
}
div.offerProcedure ul{
counter-reset:number; /* 名前を付けたカウンターをリセット */

padding:0;
width: 960px;
	margin: 0 auto;
}
div.offerProcedure  ul li{
	height: 94px;
	padding-top: 20px;
	padding-left: 30px;
	font-size: 20px;
}
div.offerProcedure  ul li>div{
	width: 648px;
	margin: 0 auto;
}
div.offerProcedure  ul li:nth-of-type(even){
	background-color: #fff;
	
}

div.offerProcedure  ul li:nth-of-type(odd){
	background-color: #ebecf5;
	
}
div.offerProcedure  ul li p{
	display: inline-block;
	color: #4b56a6;
}
div.offerProcedure  ul li p:first-of-type::before{
	background-repeat: no-repeat;
	background-image: url(../Images/credit03.png);
	vertical-align: middle;
	counter-increment: number;
	content: counter(number);
	margin-right: 10px;
	display: inline-block;
	width: 44px;
	height: 51px;
	padding: 24px 1px 0 13px;
	background-position: 0% -1%;
}

.condition{
	margin: 60px 0 60px 0;
}

.condition>div{
	width: 870px;
	height: 270px;
	border-radius: 20px;
	border: 2px solid #4b56a6;
	overflow: hidden;
	margin: 0 auto;
}



.condition>div h3{
	background-color: #4b56a6;
	color: #fff;
	padding: 13px 0;
	text-align: center;
}

.condition>div dl{
	padding: 20px 30px;
	
}

.condition>div dt{
	background-color: #38cdb2;
	color: #fff;
	padding-top: 3px;
	width: 140px;
	margin-right: 20px;
	float: left;
	margin-bottom: 13px;
	border-radius: 10px;
	height: 20px;
	text-align: center;
	
	
}

.condition>div dd{
	
	
}
.condition>div dd::after{
	content: "";
	display: block;
	clear: both;
}
.condition>p{
	width: 840px;
	margin: 20px auto 0 auto;
	line-height: 1.5rem;
	
}



