@charset "utf-8";

/* -----------------------------------------------------------
	矯正治療初回無料LP用スタイル
----------------------------------------------------------- */
div.lp-box {
	width: 960px;
	margin: 0 auto;
}

h3.pe-cam-h3 {
	padding: 50px 0;
	background-color: #d77927;
	font-weight:bold;
	font-size:2.5em;
	text-align:center;
	color:#fff;
}

h3.pe-cam-h302 {
	padding: 90px 0;
	font-weight:bold;
	font-size:2.5em;
	text-align:center;
	color:#b3701a;
}

div.pe-cam-text-box {
	margin:30px 0 0;
}

div.pe-cam-movie-box {
	text-align:center;
	margin:50px 0 0;
}

#contents3 p {
	margin-bottom: 20px;
	font-size:1.2em;
	line-height:1.8em;
}

div.pe-yoyaku-left {
	width:455px;
	margin: 0 0 50px 0;
	float:left;
}

div.pe-yoyaku-right {
	width:455px;
	margin: 0 0 50px 0;
	float:right;
}

div.pe-voice-box {
	margin:30px 50px 0;
	border-bottom: solid 1px #ccc;
}

div.pe-voice-box:after {
	content: "";
	display: block;
	clear: both;
}

/* 最後のpe-voice-boxのみ適用（現在不使用）
div.pe-voice-box:last-of-type {
	border:none;
}
*/

div.pe-voice-left {
	width:310px;
	margin: 0 0 30px 0;
	float:left;
}

div.pe-voice-right {
	width:450px;
	margin: 0 0 30px 0;
	float:right;
}

#contents3 div.pe-voice-right h4 {
	color: #89bf3e;
	font-size:1.8em;
	font-weight:bold;
}

#contents3 div.pe-voice-right p.v-text {
	color:#555;
	font-size:1.4em;
	font-weight:normal;
	margin-top:20px;
}


/* -----------------------------------------------------------
	リストスタイルの定義
----------------------------------------------------------- */
.pe-cam-text-box ol {
	color: #b3701a;
	font-size:1.8em;
	font-weight:bold;
	padding:20px 0 0 50px;
}

.pe-cam-text-box li {
	list-style-type: decimal;
	margin-bottom:30px;
}

#contents3 p.ol-normal {
	color:#555;
	font-size:0.7em;
	font-weight:normal;
}



#main ol.newsListDecimal li {
	list-style-type: decimal
}

#main ul.newsListDisc {
	margin: 20px 0;
	padding-left: 20px;
	background:none;
}

#main ul.newsListDisc li {
	list-style-type: disc;
	background:none;
}

ul.checklist li {
	background: url(../201610/images/news20161005.png) no-repeat 0 50% !important;
	padding-left:25px !important;
}

ul.checkList {
	margin: 20px 0;
	padding-left: 20px;
}

ul.checkList li{margin-bottom:0.5em;line-height:1.6;padding-left:1.5em;background:none !important;}

ul.checkList li:before{
	content: "□";
    font-size: 1.5em;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;


}

/* -----------------------------------------------------------
	テキストスタイルの定義
----------------------------------------------------------- */

.font-red_underline {
	color: #f00;
	font-weight: bold;
	text-decoration: underline;
}

.font-black_underline {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}


/* -----------------------------------------------------------
	テーブルスタイルの定義
----------------------------------------------------------- */

table.teionyakedo {
	width: 635px;
}

table.teionyakedo th{
	border-collapse: collapse;
	border: solid 1px #698e00;
	padding: 10px;
	background-color: #deefb4;
	width: 158px;
	font-weight: bold;
}

table.teionyakedo td {
	border-collapse: collapse;
	border: solid 1px #698e00;
	padding: 10px;
	width: 158px;
}

table.teionyakedo td.teion-head {
	background-color: #f5f9e5;
}

/* -----------------------------------------------------------
	スマホ
----------------------------------------------------------- */
@media only screen and (max-width:414px){

	#headerDesc{
		height:35px;
	}
	
	#headerDescArea{
		width:100%;
	}
	
	div.pe-yoyaku-left, div.pe-yoyaku-right{
		max-width:100%;
		margin:0 0 20px 0;
		float:none;
	}

	h3.pe-cam-h3, h3.pe-cam-h302{
		font-size:1.2em;
	}

	.pe-cam-text-box ol{
		font-size:1.1em;
		padding:20px 0 0 25px;
	}

	div.pe-cam-movie-box {
		width: 100%;
		padding-top: 50%;
		margin-bottom:20px;
		position: relative;
		top: 0;
		left: 0;
	}

	div.pe-cam-movie-box iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}


}
