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

section {
	margin: 0px;
	padding: 0px;
}
/*clear設定*/
.bs-0 {
	height: auto;
	width: 100%;
	clear: both;
	padding: 0px;
	margin: 0px;
}
.bs-10 {
	height: 10px;
	width: 100%;
	clear: both;
	padding: 0px;
}
.bs-20 {
	height: 20px;
	width: 100%;
	clear: both;
	padding: 0px;
}
.bs-30 {
	height: 30px;
	width: 100%;
	clear: both;
	padding: 0px;
}
.bs-40 {
	height: 40px;
	width: 100%;
	clear: both;
	padding: 0px;
}
.bs-50 {
	height: 50px;
	width: 100%;
	clear: both;
	padding: 0px;
}
.bs-60 {
	height: 60px;
	width: 100%;
	clear: both;
	padding: 0px;
}
.bs-80 {
	height: 80px;
	width: 100%;
	clear: both;
	padding: 0px;
}
/*clear設定ここまで*/.hosyou {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.hosyou img {
	float: right;
	margin-left: 30px;
}
.hosyou p {
	margin: 0px;
	padding: 0px;
}
#hotitle {
	background-color: #006564;
	font-size: 150%;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/yubi.png);
	background-repeat: no-repeat;
	background-position: 170px center;
	line-height: 3em;
}
#hoarea {
	background-color: #f7f5f3;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
}
#hoarea ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#hoarea .ho1 {
	padding: 0px;
	font-size: 140%;
	font-weight: bold;
	color: #006564;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006564;
	line-height: 1.7em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#hoarea .ho1 span {
	font-size: 70%;
	font-weight: normal;
}
#hoarea ul .ho2 {
	line-height: 1.7em;
}
#hoarea ul .ho2 span {
	text-decoration: underline;
	color: #C00;
}
#hoarea .ho3 {
	background-color: #FFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 20px;
}
#hoarea .ho3 p {
	margin: 0px;
	padding: 0px;
	line-height: 1.7em;
}
#hoarea .ho3 .osusume {
	padding-bottom: 10px;
}
#hoarea #ho4 {
	font-size: 120%;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.5em;
}
#hoarea #ho4 a {
	text-decoration: underline;
}
/* 190401 保証制度 */
.hotitle {
	background-color: #006564;
	font-size: 150%;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 170px center;
	line-height: 3em;
}
.hoarea {
	background-color: #f7f5f3;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.hoarea .ho3 {
	background-color: #FFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 20px;
}
.hoarea .ho3 p {
	margin: 0px;
	padding: 0px;
	line-height: 1.7em;
}
.hoarea .ho3 .osusume {
	padding-bottom: 10px;
}
.hoarea #ho4 {
	font-size: 120%;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.5em;
}
.hoarea #ho4 a {
	text-decoration: underline;
}
table#imp-guarantee {
	background: #fff;
	width: 650px;
	margin: 0 auto;
	padding: 0;
	border-collapse: collapse;
}
table#imp-guarantee th{
	color: #fff;
	background-color: #006564 !important;
	border-right:  2px solid  #f7f5f3;
	font-size: 110%;
}
table#imp-guarantee td{
	font-size: 90%;
	border-right: 2px solid  #f7f5f3;
	border-bottom:  2px solid  #f7f5f3;
	border-collapse: collapse;
}
table#imp-guarantee td:first-of-type{
		font-weight: bold;
		color: #666;
		background-color: #ddd;
}
table#imp-guarantee tr th .last,
table#imp-guarantee tr td .last{
	border: none;
}
table#imp-guarantee td:nth-child(3){
	border-bottom:none;
}
.hotitle-yu{
	background-color: #006564;
	font-size: 110%;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-repeat: no-repeat;
	line-height: 2.5em;
}
/* 190401新プラン表------------------------ */
.normalBox {
	width:710px;
}
/*インプラントプラン表*/
#planlist {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
	text-align: center;
}
/*表左側枠線*/
#planlist th:nth-child(1){
	border-left: 1px solid #dddddd;
}
/*表上側枠線*/
#planlist tr:nth-child(2) th:nth-child(1),
#planlist tr:nth-child(2) td:nth-child(2),
#planlist tr:nth-child(2) td:nth-child(3){
	border-top: 1px solid #dddddd;
}
/*表右側枠線*/
#planlist td:last-child{
	border-right: 1px solid #dddddd;
}
/*表 th 全体*/
#planlist tr th{
	font-weight: normal;
	border-bottom: 1px dotted #cccccc;
	padding: 10px;
	background: #f8f8f8;
	line-height: 1.1;
}
/*表 td 全体*/
#planlist tr td{
  	padding: 10px;
    line-height: 1.5;
	border-left: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}
/*表 img 全体*/
#planlist img {
	width: 150px;
	text-align: center;
}
/*2行目と6行目のtd*/
#planlist tr:nth-child(2) td,
#planlist tr:nth-child(6) td{
   padding:13px 0 10px;
   line-height: 1.1;
}
/*18プランの列で2・6行目*/	
#planlist tr:nth-child(2) td:nth-child(2),
#planlist tr:nth-child(6) td:nth-child(2){
    color: #fff;
    background: #0086cc;
	width: 40%;
  }
/*27プランの列で2・6行目*/	
#planlist tr:nth-child(2) td:nth-child(3),
#planlist tr:nth-child(6) td:nth-child(3) {
    color: #fff;
    background: #7acef5;
	width: 30%;
  }
/*32プランの列で2・6行目*/		
#planlist tr:nth-child(2) td:nth-child(4),
#planlist tr:nth-child(6) td:nth-child(4){
    color: #fff;
    background: #a6e0ff;
	width: 15%;
  }
/*各プラン名の数字拡大*/	
#planlist tr:nth-child(2) span{
	font-weight: bold;
	font-size: 180%;
	color: #fff;
}
/*18プランの2行目下部ボーダー色変更*/
#planlist tr:nth-child(2) td:nth-child(2){
	border-bottom: 1px solid #0086cc;
}
/*メーカー名太字*/
#planlist tr:nth-child(3) span{
	font-size: 120%;
	font-weight: bold;
}
/*18プランの背景色変更*/
#planlist tr:nth-child(3) td:nth-child(2),
#planlist tr:nth-child(4) td:nth-child(1),
#planlist tr:nth-child(5) td:nth-child(1){
	background: #e6f7ff;
	border-bottom: 1px solid #0086cc;
}
/*32プラン凸以外の行を非表示*/
#planlist tr:first-child th,
#planlist tr:first-child td:nth-child(2),
#planlist tr:first-child td:nth-child(3){
	border: none;
	background: none;
}
/*32プランクリア歯科推奨の凸*/
#planlist tr:first-child td:nth-child(4){
	border-right: 1px solid #a6e0ff;
	border-left: 1px solid #a6e0ff;
	border-top: 1px solid #a6e0ff;
	border-bottom: none;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	font-size: 90%;
	background-color: #a6e0ff;
	color: #ffffff;
}
/*18プランの左右の枠*/
#planlist tr:nth-child(3) td:nth-child(2),
#planlist tr:nth-child(4) td:nth-child(1),
#planlist tr:nth-child(5) td:nth-child(1){
	border-right: 5px solid #0086cc;
	border-left: 5px solid #0086cc;
}
/*メーカー説明の行*/
#planlist tr:nth-child(4) td:nth-child(1),
#planlist tr:nth-child(4) td:nth-child(2),
#planlist tr:nth-child(4) td:nth-child(3){
	text-align: center;
	vertical-align: top;
	border-bottom: none;
	padding-bottom: 0;
}
/*プランの説明の行*/
#planlist tr:nth-child(5) td:nth-child(1),
#planlist tr:nth-child(5) td:nth-child(2),
#planlist tr:nth-child(5) td:nth-child(3){
	text-align: center;
	vertical-align: top;
	padding-top: 0;
}
/*プランの説明の行の中の線*/
#planlist tr:nth-child(5) hr {
	display: block;
	visibility: visible;
	border-top: 1px dotted #8c8b8b;
}
/*保証の行*/
#planlist tr:nth-child(6) td:nth-child(2),
#planlist tr:nth-child(6) td:nth-child(3),
#planlist tr:nth-child(6) td:nth-child(4){
	font-weight: bold;
	font-size: 160%;
}
/*メーカーロゴの行*/
#planlist tr:nth-child(3) td:nth-child(2),
#planlist tr:nth-child(3) td:nth-child(3),
#planlist tr:nth-child(3) td:nth-child(4),
#planlist tr:nth-child(7) td:nth-child(2){
	vertical-align: top;
	border-bottom: none;
	padding-bottom: 0;
}
/*主なプラン内容の行の画像*/
#planlist tr:nth-child(7) td{
	background: url("../images/190401/set3.png") no-repeat;
}
/*主なプラン内容の図説明エリア上線消す*/
#planlist tr:nth-child(7) dl {
	border-top: none;
}
/*主なプラン内容の行内の図説明dt*/
#planlist tr:nth-child(7) dl dt{
	color: #0086cc;
	text-align: center;
  	width:25%;
	background: #e6f7ff;
	font-weight: bold;
	padding: 5px;
	border-radius: 20px;
	margin:25px 0 3px 160px;
}
/*主なプラン内容の行内の図説明dd*/	
#planlist tr:nth-child(7) dl dd{
	text-align: left;
	width: 60%;
	padding: 3px 5px 5px;
	border-bottom: 1px dotted #0086cc;
	margin:0 0 -3px 165px;
}
/*主なプラン内容の行*/
#planlist tr:nth-child(8) dl{
	margin-top: 30px;
}
/*主なプラン内容の行内の説明dt*/
#planlist tr:nth-child(8) dl dt{
	color: #0086cc;
	text-align: center;
  	width:21%;
	background: #e6f7ff;
	margin:0 0 30px 20px;  
	font-weight: bold;
	padding: 5px;
	border-radius: 20px;
  	float: left;
	clear: both;
}
/*主なプラン内容の行内の説明dd*/	
#planlist tr:nth-child(8) dl dd{
	text-align: left;
	width: 59%;
	padding: 5px;
	border-bottom: 1px dotted #0086cc;
	margin:-3px 0 0px 10px;
	float: left;
}
/*最終行の説明エリア*/
#planlist tr:nth-child(9) td {
	font-weight: bold;
	background: #0086cc;
	color: #fff;
	border-bottom:  1px solid #ccc;
}