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

.wrapper section{
	margin-bottom: 5em;
}

.txtbox01{
	line-height: 2;
	font-size: 1.8rem;
}
.txtbox02{
	padding: 30px;
	background: url("../common/img/bg.jpg") repeat;
	border-radius:10px;		/* CSS3草案 */
	-webkit-border-radius:10px;	/* Safari,Google Chrome用 */
	-moz-border-radius:10px;	/* Firefox用 */
	border: dotted #725739 3px;
	line-height: 2;
	font-size: 1.8rem;
}
.imgbox01{
	text-align: center;
}
.underline{
	font-weight: bold;
	color: #009944;
	text-decoration:underline wavy #ff9c00;
	padding: 0px 10px;
}

.dl_table01{border-bottom: 2px solid #009944;}
.dl_table01 dl{
	border-top: 2px solid #009944;
	border-right: 2px solid #009944;
}
.dl_table01 dt{
	padding: 10px;
	border-left: 2px solid #009944;
	text-align: center;
	font-weight: bold;
	font-size: 2.5rem;
	background: #a5cb0b;
	color: #009944;
	line-height: 1.2;
}
.dl_table01 dt span{
	font-size: 1.6rem;
	color: #fff;
	display: block;
}
.dl_table01 dd{
	padding: 15px;
	border-left: 2px solid #009944;
}

/* ↓PC
------------------------------- */
@media screen and (min-width: 750px){
	.inner{
		width: 1120px;
		margin: 0 auto;
	}
	.itbox01 .imgbox{
		width: 40%;
		float: right;
	}
	.itbox01 .imgbox img{
		border: 5px solid #fff;
		filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
	}
	.itbox01 .txtbox{
		width: 57%;
		float: left;
	}
	.itbox02 .imgbox{
		width: 40%;
		float: left;
	}
	.itbox02 .txtbox{
		width: 57%;
		float: right;
	}
	.dl_table01 dl{
		display: table;
		width: 100%;
	}
	.dl_table01 dt{
		width: 20%;
		padding: 15px;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}
	.dl_table01 dd{
		width: 80%;
		padding: 15px;
		display: table-cell;
		vertical-align: middle;
	}
}
/* ↑PC
------------------------------- */

/* ↓SP
------------------------------- */
@media screen and (max-width: 749px){
	.inner{width: 100%; padding: 0px 15px;}
	.itbox01 .imgbox{margin-bottom: 15px;}
}
/* ↑SP
------------------------------- */


/*===========================
	section01
===========================*/
.sec1_dl dl:first-child{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #71bc4a;
}
.sec1_dl dt{
	text-align: center;
	position: relative;
}
.sec1_dl dt img{
	border-radius:10px;		/* CSS3草案 */
	-webkit-border-radius:10px;	/* Safari,Google Chrome用 */
	-moz-border-radius:10px;	/* Firefox用 */
}
.sec1_dl dt p{
	background: rgba(165,203,11,0.6);
	color: #fff;
	font-size: 2rem;
	letter-spacing: 5px;
	font-family: "M PLUS Rounded 1c";
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 10px;
	border-radius:0px 0px 10px 10px;		/* CSS3草案 */
	-webkit-border-radius:0px 0px 10px 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius:0px 0px 10px 10px;	/* Firefox用 */
}
	
	/* ↓PC
------------------------------- */
@media screen and (min-width: 750px){
	.sec1_dl dl{
		display:table;
	}
	.sec1_dl dt{
		width: 30%;
		display:table-cell;
	}
	.sec1_dl dd{
		width: 70%;
		padding: 15px;
		display:table-cell;
		vertical-align: middle;
	}
}
/* ↑PC
------------------------------- */

/* ↓SP
------------------------------- */
@media screen and (max-width: 749px){
	.sec1_dl dt{margin-bottom: 15px;}	
}
/* ↑SP
------------------------------- */




/*===========================
	section02
===========================*/
.yoboubox .imgbox{
	text-align: center;
}
	/* ↓PC
------------------------------- */
@media screen and (min-width: 750px){
	.yoboubox .imgbox{
		width: 48%;
		float: left;
	}
	.yoboubox .txtbox{
		width: 50%;
		float: right;
		padding: 15px;
		line-height: 2;
		font-size: 1.8rem;
	}
}
/* ↑PC
------------------------------- */

/* ↓SP
------------------------------- */
@media screen and (max-width: 749px){
	.yoboubox .imgbox{margin-bottom: 15px;}
}
/* ↑SP
------------------------------- */




/*===========================
	section03
===========================*/
.pmtcbox dl{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex; /* Safari */
	display: flex;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/ 
	-webkit-flex-wrap: wrap; /* Safari */
	justify-content: flex-start;
	align-items: stretch;
	flex-flow: row wrap;
}
.pmtcbox dt {
	counter-increment: section;
	font-weight: bold;
	font-size: 2rem;
	color: #009944;
/*	margin-bottom: 10px;*/
}
.pmtcbox dt::before {
	content: counter(section);
	display: inline-block;
	width: 46px;
	height: 46px;
	background: #009944;
	color: #fff;
	font: 400 20px/46px 'Open Sans', sans-serif;
	text-align: center;
	border-radius:  50%; 
	margin-right: 10px;
}
.pmtcbox dd{margin-bottom: 30px;}


.meritbox dl{
	padding: 2px;
	margin-bottom: 15px;
	border: 2px solid #71bc4a;
}
.meritbox dt{
	padding: 10px;
	background: #71bc4a;
	color: #e3e300;
	text-align: center;
	font-size: 2rem;
}
.meritbox dd{
	padding: 10px;
}

.otherRoles{}
.otherRoles ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
}
.otherRoles ul li{
	width: 260px;
	height: 260px;
/*	background: #e4e490;*/
	background: radial-gradient(circle,#ececa4,#caca45);
	border-radius: 50%;
	margin: 0 50px;
	box-shadow: 3px 4px 0 rgb(106, 195, 110);
}
.otherRoles ul li dl{
	padding: 0 30px;
}
.otherRoles ul li dl dt{
	text-align: center;
	font-size: 1.8rem;
	padding-top: 60px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}
.otherRoles ul li dl dd{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	padding-top: 10px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #094;
	text-align: center;
	line-height: 1.4;
}

	/* ↓PC
------------------------------- */
@media screen and (min-width: 750px){
	.pmtcbox dt {width: 24%;}
	.pmtcbox dd{width: 74%;}
	.meritbox{
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex; /* Safari */
		display: flex;
		-ms-flex-wrap:wrap;/*--- IE10用 ---*/ 
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap:wrap;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/ 
	-webkit-justify-content: space-between; /* Safari */
	justify-content:space-between;	
	}
	.meritbox dl{width: 49%;}
}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 749px){
	.meritbox dl{width: 100%;}
	.otherRoles ul li{
		width: 100%;
		height: auto;
		border-radius: 20px;
		margin: 0 0 20px;
	}
	.otherRoles ul li dl dt{
		font-size: 1.8rem;
		padding: 10px 0;
	}
	.otherRoles ul li dl dd{
		padding: 10px 0;
	}
}
/* ↑SP
------------------------------- */




/*===========================
	section04
===========================*/
.check_list,
.check_list02{
	background: url("../common/img/bg.jpg") repeat;
	border-radius:15px;		/* CSS3草案 */
	-webkit-border-radius:15px;	/* Safari,Google Chrome用 */
	-moz-border-radius:15px;	/* Firefox用 */
	padding: 30px;
}
.check_list li i,
.check_list02 li i{
	margin-right:15px;
	color: #775b37;
	vertical-align: baseline;
	display: inline;
}
.stepbox dl{
	border-bottom: 1px solid #725739;
	padding: 15px;
}
.stepbox dl:last-child{
	border-bottom: none;
}
.stepbox dt{
	text-align: center;
	padding: 20px;	
}
.stepbox dt p{
	font-size: 2rem;
	line-height: 1;
	padding: 5px;
	background: #725739;
	color: #fff;
	letter-spacing: 3px;
}
.stepbox dd{		
	padding: 20px;	
}
.stepbox dd p{
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 15px;
}
.stepbox ul li{
	margin-bottom: 5px;
	font-size: 1.8rem;
	padding-left: 33px;
	text-indent: -33px;
}
/*
.stepbox ul li:before {
	content: "\f00c";
	font-family: FontAwesome;
	margin-right:15px;
	color: #775b37;
}
*/
.stepbox ul li i{
	margin-right:15px;
	color: #775b37;
	vertical-align: baseline;
	display: inline;
}
.disease .imgbox p{
	text-align: center;
}
.disease .txtbox ul{
	width: 50%;
}
.disease .txtbox ul:nth-child(2){
/*	margin-top: 90px;*/
}
.disease .txtbox li{
	background: #d1dc00;
	border: 2px solid #ebf090;
	border-radius: 10px;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-weight: bold;
	font-size: 2.3rem;
	width: 80%;
	margin-bottom: 20px;
}
.disease .txtbox li:nth-child(even){
	background: #71bc4a;
	border: 2px solid #95d971;
/*	margin-left: 20px;*/
}
	/* ↓PC
------------------------------- */
@media screen and (min-width: 750px){
	.check_list,
	.check_list02{
		text-align: center;
	}
	.check_list ul,
	.check_list02 ul{
		display: inline-block;
		vertical-align: top;
	}
	.check_list li{
		font-size: 2.4rem;
		margin-bottom: 15px;
		padding-left: 36px;
		text-indent: -36px;
		text-align: left;
	}
	.check_list02 li{
		font-size: 2.4rem;
		margin-bottom: 15px;
		padding-left: 36px;
		text-indent: -36px;
		text-align: left;
	}
/* チェックリスト */
	.check_list.list01 .leftbox{
		width: 32%;
	}
	.check_list.list01 .rightbox{
		width: 32%;
	}
	.check_list.list02 .leftbox{
		width: 36%;
	}
	.check_list.list02 .rightbox{
		width: 32%;
	}
	.check_list.list03 .leftbox{
		width: 43%;
	}
	.check_list.list03 .rightbox{
		width: 36%;
	}
	.check_list.list04 .leftbox{
		width: 48%;
	}
	.check_list.list04 .rightbox{
		width: 32%;
	}
	.check_list.list05 .leftbox{
		width: 40%;
	}
	.check_list.list05 .rightbox{
		width: 44%;
	}
	
	.stepbox dt{
		width: 30%;
		float: left;
		border-right: 1px dashed #725739;
		padding: 20px 100px;
	}
	.stepbox dd{		
		width: 65%;
		float: right;
	}
}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 749px){
	.check_list li,
	.check_list02 li{
		font-size: 1.8rem;
		padding-left: 30px;
		text-indent: -30px;
		margin-bottom: 5px;
	}
	.disease .txtbox ul{
		width: 100%;
	}
	.disease .txtbox li{
		width: auto;
		font: 1.8rem;
		line-height: 35px;
		margin-bottom: 10px;
	}
	.disease .txtbox li:nth-child(2n){
		margin-left: 0;
	}
	.disease .txtbox ul:nth-child(2){
		margin-top: 0;
	}
}
/* ↑SP
------------------------------- */

/*===========================
	section05
===========================*/
.orthobox li{
	margin-bottom: 40px;
	padding: 20px;
	border: 2px dotted #725739;
	background: #f7f2ed;
}
.orthobox li img{
	display: block;
	margin: 0 auto;
}
.orthobox li .ttl{
	background: #725739;
	font-size: 2rem;
	text-align: center;
	line-height: 1;
	color: #fff;
	letter-spacing: 3px;
	padding: 5px;
	margin-bottom: 5px;
}
.orthobox li .txt{
	text-align: center;
}
	.mouthpiece .txtbox li i{
    margin-right: 15px;
    color: #775b37;
    vertical-align: baseline;
	}
	/* ↓PC
------------------------------- */
@media screen and (min-width: 750px){
	.orthobox{
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    flex-flow: row wrap;
	}
	.orthobox li{
    width: 300px;
	}
	
	.mouthpiece .txtbox li{
    margin-bottom: 5px;
    font-size: 2rem;
	}
}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 749px){
	
}
/* ↑SP
------------------------------- */




/*===========================
	section07
===========================*/
.case{}
.case li{
	background: #725739;
	text-align: center;
	line-height: 1;
	color: #fff;
	letter-spacing: 3px;
	margin: 0 10px 15px;
	border-radius: 10px;
}

	/* ↓PC
------------------------------- */
@media screen and (min-width: 750px){
	.case{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
	}
	.case li{
		font-size: 2rem;
		padding: 35px 30px;
	}
	
}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 749px){
	.case li{
		font-size: 1.8rem;
		padding: 15px 0px;
	}
	
}
/* ↑SP
------------------------------- */




/*===========================
	section09
===========================*/
.cause_list li{
	border-radius: 10px;
	background: #71bc4a;
	font-weight: bold;
	font-size: 2.2rem;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
}
.cause_list li:nth-child(even){
	background: #e1b23d;
}

.denture_table{}
.denture_table li img{
	display: block;
	margin: 0 auto;
}
.denture_table li p span{
	display: inline;
	vertical-align: baseline;
	color: #f04627;
}
	/* ↓PC
------------------------------- */
@media screen and (min-width: 750px){
	.cause_list{
		display: flex;
		justify-content: space-around;
		align-items: flex-start;
	}
	.cause_list li{
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		width: 200px;
		height: 200px;
	}
	
	.denture_table{
		display: flex;
		justify-content: space-around;
		align-items: stretch;
	}
	.denture_table li{
		width: 35%;
	}
	
}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 749px){
	.cause_list li{
		font-size: 1.8rem;
		margin: 0 10px 10px;
	}
	.denture_table li{
		margin-bottom: 20px;
	}
	
}
/* ↑SP
------------------------------- */




/*===========================
	section0
===========================*/

	/* ↓PC
------------------------------- */
@media screen and (min-width: 750px){
	
}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 749px){
	
}
/* ↑SP
------------------------------- */



/*===========================
	section0
===========================*/
	/* ↓PC
------------------------------- */
@media screen and (min-width: 750px){
	
}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 749px){
	
}
/* ↑SP
------------------------------- */

