@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi li:nth-child(4) > a {
	color: #29b572;
}

#conts .color{
    color:#29b572;
}
#conts .bold{
    font-weight: bold;
}

#conts > .text{
    margin: 0 auto 80px;
}

#conts div[class^="sec"]{
	margin-bottom: 110px;
}

#conts .color_link:hover {
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {

	#conts div[class^="sec"]{
		margin-bottom: 55px;
	}

	#conts p{
		font-size: 15px;
	}
}
/*200904
クリアコレクト*/
#conts .ulBox {
    display: flex;
    justify-content: space-between;
}

#conts .ulBox ul{
    width: 49.5%;
    margin-bottom: 70px;
}

#conts .ulBox ul li {
    display: flex;
    margin-bottom: 20px;
}

#conts .ulBox ul li img{
    width: 12px;
    height: 10px;
    margin-top: 7px;
    margin-right: 10px;
}

#conts .ulBox ul li a{
    color: #35cc83;
    text-decoration: underline;
    letter-spacing: -1px;
}

#conts .case {
    width: 70%;
    margin: 0 auto 60px;
}

#conts .case img{
    width: 100%;
}

#conts .caseTbl{
    border-collapse: collapse;
    border: 1px solid #DEDEDE;
    width: 100%;
    margin-bottom: 100px;
}

#conts .caseTbl th,
#conts .caseTbl td{
    border: 1px solid #DEDEDE;
    padding: 34px 40px 30px 34px;
    font-weight: 500;
    box-sizing: border-box;
}

#conts .caseTbl a {
    color: #29b572;
    text-decoration: underline;
}
#conts .pointBox{
    margin-bottom: 80px;
}
#conts .pointBox .banner{
}
#conts .pointBox .banner img{
    width: 100%;
}
#conts .pointBox ul{
}
#conts .pointBox ul li{
    padding: 45px 40px;
}
#conts .pointBox ul .bg01{
    background: linear-gradient(40deg,#fff 0%, #e8f4f7 58.9%, #dff0f4 100%);
}
#conts .pointBox ul .bg02{
    background: linear-gradient(40deg,#fff 0%, #faf5e7 59.85%, #f9f2de 100%);
}
#conts .pointBox ul .bg03{
    background: linear-gradient(40deg,#fff 0%, #f9ebeb 55.71%, #f7e2e2 100%);
}
#conts .pointBox ul li .ttl{
    padding: 7px 0 6px 15px;
    margin-bottom: 19px;
    font-size: 17px;
    background: #fff;
    border-radius: 25px;
    font-weight: bold;

    display: flex;
    align-items: center;
}
#conts .pointBox ul li .ttl .icon{
    padding: 1px 6px 0px 7px;
    margin-right: 11px;
    margin-top: -2.5px;
    background: #29b572;
    border-radius: 25px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
#conts .pointBox ul li .ttl .text{
}
#conts .pointBox ul li .txt{
    margin-bottom: 15px;
    line-height: 1.6;
}
#conts .pointBox ul li .txt_price{
    background: #CFE8FF;
    padding: 15px 20px 15px calc(20px + 10em);
    text-indent: -10em;
}





@media all and (min-width: 0) and (max-width: 767px) {
    #conts .ulBox {
        display: block;
        margin-bottom: 60px;
    }

    #conts .ulBox ul{
        width: 100%;
        margin-bottom: 0;
    }

    #conts .ulBox ul li {
        display: flex;
        flex-direction: row-reverse;
        margin-bottom: 16px;
    }

    #conts .ulBox ul li img{
        width: 9px;
        height: 8px;
        margin: 7px 0 0 10px;
        transform: scale(-1, 1);
    }
    #conts .case {
        width: 80%;
        margin-bottom: 22px;
    }

    #conts .caseTbl{
        margin-bottom: 52px;
    }

    #conts .caseTbl th,
    #conts .caseTbl td{
        border: 1px solid #DEDEDE;
        padding: 10px 14px 8px 16px;
    }
#conts .pointBox ul{
}
#conts .pointBox ul li{
    padding: 40px 35px;
}
#conts .pointBox ul li .ttl{
    padding: 7px 15px 6px 15px;
    border-radius: 45px;
}
#conts .pointBox ul li .txt_price{
    background: #CFE8FF;
    padding: 15px 20px 15px ;
    text-indent: 0;
}
}



/* マウスピース型矯正装置（インビザライン）*/

#conts .sec01 .content{
	padding: 0 40px;
	background-color: #FBFBFB;;
}

#conts .sec01 img{
	margin-bottom: 0px;
}


#conts .sec01 ul{
	padding: 28px 0px;
	border-top: 1px solid #DEDEDE;
	display: flex;
	flex-wrap: wrap;
}

#conts .sec01 ul li{
	background: url(../img/igo/icon01.svg) no-repeat left top 5px;
	width: 50%;
	padding: 12px 0 12px 35px;
	letter-spacing: -0.6px;
	font-weight: bold;
	font-size: 17px;
}

@media all and (min-width: 0) and (max-width: 767px) {

	#conts .sec01 img{
		width: 100%;
	}

	#conts .sec01 ul{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#conts .sec01 ul li{
		font-size: 15px;
		background: url(../img/igo/icon01.svg) no-repeat left 16px top 3px;
		padding-left: 60px;
		padding-bottom: 4px;
		width: 100%;
	}
	#conts .sec01 ul li:nth-child(1){
		order: 1;
	}
	#conts .sec01 ul li:nth-child(3){
		order: 2;
	}
	#conts .sec01 ul li:nth-child(5){
		order: 3;
	}
	#conts .sec01 ul li:nth-child(8){
		order: 4;
	}
	#conts .sec01 ul li:nth-child(2){
		order: 5;
	}
	#conts .sec01 ul li:nth-child(4){
		order: 6;
	}
	#conts .sec01 ul li:nth-child(6){
		order: 7;
	}
	#conts .sec01 ul li:nth-child(7){
		order: 8;
	}
	#conts .sec01 ul li:nth-child(9){
		order: 9;
	}
}

/* マウスピース型矯正装置インビザラインで出来ること */

#conts .sec02 img{
	margin-bottom: 17px;
}

#conts .sec02 .txt{
	margin-bottom: 20px;
}

#conts .color_txt{
    margin-bottom: 25px;
    color: #29b572;
    font-size: 16px;
	font-weight: bold;
}

#conts .color_link a{
	color: #fff;
	display: block;
	margin: 0 auto;
	width: 550px;
	padding: 14px 45px;
}

#conts .color_link {
	width: 550px;
	padding: 0;
	margin: 0 auto;
	font-size: 18px;
	text-align: center;
	background-color: #35cc83;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#conts .sec02 img{
		width: 100%;
	}
	#conts .color_txt{
		font-size: 15px;
	}
	#conts .color_link {
		padding: 7px 22px;
		width: 210px;
		font-size: 13px;
	}
}

/* インビザラインで治せる歯並び */


#conts .sec03 table tbody:first-child{
	margin-right: 10px;
}

#conts .sec03 table{
	color: #35cc83;
	margin-bottom: 30px;
	border-spacing:0 10px;
	padding: 0 10px;
	width: 680px;
	background : linear-gradient(90deg,
		rgba(193, 213, 233, 0.2) 0%,
		rgba(199, 215, 234, 0.24) 6.25%,
		rgba(213, 219, 238, 0.37) 28.54%,
		rgba(221, 222, 239, 0.54) 55.47%,
		rgba(224, 223, 240, 0.8) 99.32%);
	display: flex;
}

#conts .sec03 table tr{
	border-spacing:8px;
	width: 320px;
	background-color: #fff;
	height: 100px;
}

#conts .sec03 tr th{
	width: 182px;
	border-right: 1px solid #DEDEDE;
	padding-left: 39px;
	background: url(../img/igo/icon01.svg) no-repeat left 12px bottom 43px;
	background-size: 24px;
	font-size: 16px;
}

#conts .sec03 tr td{
	text-align: center;
	padding: 0 14px;
}

#conts .sec03 table .txt_cell{
	background: none;
}

#conts .sec03 table .txt_cell td{
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
}

#conts .sec03 .color_txt{
	font-size: 15px;
}

@media all and (min-width: 0) and (max-width: 767px) {

	#conts .sec03 table tbody:first-child{
		margin-right: 0px;
	}

	#conts .sec03 .color_txt{
		font-size: 15px;
	}

	#conts .sec03 table{
		padding: 24px 12px;
		padding-bottom: 4px;
		width: 100%;
		display: table;
	}

	#conts .sec03 table tr{
		height: 80px;
	}

	#conts .sec03 tr th{
		font-size: 15px;
		width: 55%;
		padding-left: 50px;
		background: url(../img/igo/icon01.svg) no-repeat left 17px bottom 34px;
	}

	#conts .sec03 tr td{
		font-size: 15px;
		width: 45%;
	}

	#conts .sec03 table .txt_cell{
		height: 30px;

	}

	#conts .sec03 table .txt_cell td{
		text-align: center;
		padding-right: 0px;
	}

}

/* インビザライン8つのメリット */

#conts .bgc01{
	margin-bottom: 20px;
	padding: 16px;
	background-image: url("../img/igo/bg05.jpg");
}

#conts .color_ttl{
	padding: 4px 0 4px;
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #35cc83;
	border-radius: 25px;
	width: 180px;
	margin: 4px auto 20px;
}

#conts .num_list p > span {
	padding-left: 12px;
	display: table-cell;
	vertical-align: middle;
}

#conts .sec04 li{
	width: 100%;
	padding: 19px 0 30px;
	font-size: 16px;
	display: flex;
	border-bottom: 1px solid #DEDEDE;
}

#conts .sec04 li:last-child{
	border-bottom: none;
	padding-bottom: 10px;
}

#conts .sec04 li img{
	margin-top: 15px;
    width: 150px;
    height: 150px;
}

#conts .num_list li .color {
	width: 25px;
	padding-left: 0;
}

#conts .num_list li .color span{
	padding: 4px 0 5px;
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-color: #35cc83;
	border-radius: 25px;
	margin-bottom: 5px;
}

#conts .num_list {
	padding: 10px 15px 20px;
	background-color: #fff;
}

#conts .sec04 .li_content{
	margin-right: 30px;
	width: 420px;
}


#conts .num_list li p{
	width: 100%;
	padding: 19px 0 8px;
	font-size: 16px;
	line-height: 1.4;
}

#conts .sec04 .num_list li .ttl{
	padding-bottom: 14px;
	background: url(../img/insurance/line01.png) repeat-x left bottom;
}




@media all and (min-width: 0) and (max-width: 767px) {
	#conts .sec04 li img{
		width: 30%;
		height: auto;
		margin: 0 auto 12px;
	}

	#conts .sec04 .num_list li .ttl{
		padding-bottom: 7px;
		background: url(../img/insurance/line01.png) repeat-x left bottom;
		margin-bottom: 12px;
	}
	#conts .sec04 .color_txt{
		font-size: 15px;
	}

	#conts .sec04 p{
		font-size: 15px;
	}

	#conts .bgc01{
		padding: 12px 5px 5px;
		margin-bottom: 60px;
	}

	#conts .bgc01 .color_ttl{
		font-size: 15px;
		width: 130px;
	}

	#conts .num_list li .color {
		width: 21px;
		padding-left: 0;
	}

	#conts .sec04 .li_content{
		margin-right: 0px;
	}

	#conts .num_list li .color span{
		padding: 5px 0 4px;
		width: 22px;
		font-size: 10px;
	}

	#conts .num_list {
		padding: 0px 10px 20px;
		background-color: #fff;
	}

	#conts .num_list li{
		padding: 8px 0;
		border-bottom: none;
	}

	#conts .num_list li p{
		width: 100%;
		display: table;
		padding: 9px 0;
		font-size: 15px;
		line-height: 1.2;
	}
	#conts .sec04 .num_list li:nth-of-type(2n) {
		background: none;
	}

}

/* インビザラインの注意事項 */


#conts .bgc02{
	padding: 16px;
	background-image: url("../img/igo/bg04.jpg");
}

#conts .sec06 .num_list li .color {
}

#conts .bgc02 .color_ttl{
	font-size: 16px;
	width: 180px;
	margin: 4px auto 20px;
	background-color: #000;
}
#conts .sec06 .num_list li:nth-of-type(2n) {
	background: url(../img/insurance/line01.png) repeat-x left top;
}

#conts .num_list li > span {
	padding-left: 12px;
	display: table-cell;
	vertical-align: middle;
}

#conts .sec06 .num_list li {
	width: 100%;
	display: table;
	padding: 19px 0 18px;
	font-size: 16px;
	line-height: 1.4;
}

#conts .bgc02 .num_list li .color span{
	background-color: #000;
}

#conts .bgc02 .num_list span{
	font-weight: bold;
}

@media all and (min-width: 0) and (max-width: 767px) {

	#conts .bgc02{
		padding: 12px 5px 5px;
	}

	#conts .bgc02 .color_ttl{
		font-size: 15px;
		width: 130px;
	}

	#conts .sec06 .num_list{
		padding-top: 16px;
	}

	#conts .sec06 .num_list li {
		width: 100%;
		display: table;
		padding: 14px 0 7px;
		font-size: 15px;
		line-height: 1.3;
	}

	#conts .sec06 .num_list li:nth-of-type(2n) {
		background: url(../img/insurance/line01.png) repeat-x left top;
	}

}

/* 治療の流れと費用 */

#conts .sec05 .color_txt{
	margin-bottom: 40px
}

#conts .sec05 .color_ttl{
	margin: 26px auto;
}

#conts .flowUl{
}

#conts .flowUl .flowLi{
    margin-bottom: 10px;
    padding: 25px 25px;
    background: #F1F2F6;
}

#conts .flowUl .flowLi .text .txt{
	padding-top: 14px;
	background: url(../img/insurance/line01.png) repeat-x left top;
}

#conts .flowUl .flowLi .text .ttl{
    margin-bottom: 14px;
    color: #29b572;
    font-size: 17px;
    font-weight: bold;
}
#conts .flowUl .flowLi .text .ttl span{
    padding: 2px 12px 1px;
    margin-right: 1em;
    color: #fff;
    background: #29b572;
    border-radius: 15px;
    font-size: 13px;
    vertical-align: 7.5%;
}

#conts .flowUl .flowLi .photo{
    margin-left: 15px;
}
#conts .flowUl .flowLi .photo img{
}

#conts .flowUl .arrow{
    margin-bottom: 15px;
    text-align: center;
}

#conts .sec05 .cost{
	margin-bottom: 24px;
	width:100%;
	display: table;
	border-collapse: collapse;
}

#conts .sec05 .cost li:first-child{
	width: 65%;
}
#conts .sec05 .cost li:last-child{
	width: 35%;
}
#conts .sec05 .cost li{
	width: 50%;
	display: table-cell;
	border: 1px solid #DEDEDE;
	font-weight: bold;
	padding: 20px 30px;
	letter-spacing: 1.2px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#conts .sec05 .color_ttl{
		margin: 26px auto;
		font-size: 15px;
		width: 130px;
	}
	#conts .sec05 p{
		margin-bottom: 12px;
	}

	#conts .sec05 .color_txt{
		margin-bottom: 20px
	}

	#conts .sec05 .color_link a{
		padding: 4px 0;
		width: 250px;
	}
	#conts .sec05 .color_link{
		padding: 0;
		width: 250px;
	}
    #conts .flowUl{
        margin-bottom: 30px;
    }

    #conts .flowUl .flowLi{
        padding: 15px 15px;
    }

    #conts .flowUl .flowLi .text{
    }

    #conts .flowUl .flowLi .text .ttl{
		font-size: 15px;
        margin: 0 auto 10px;
		text-align: center;
		line-height: 1.8;
    }
    #conts .flowUl .flowLi .text .ttl span{
		margin: 0;
	    border-radius: 6px;
		font-weight: normal;
		font-size: 15px;
    }

    #conts .flowUl .arrow{
        margin-bottom: 5px;
        text-align: center;
    }
    #conts .flowUl .arrow img{
        width: 50px;
    }
	#conts .sec05 .cost{
		margin-bottom: 12px;
	}
	#conts .sec05 .cost li:first-child{
		width: 65%;
	}
	#conts .sec05 .cost li:last-child{
		width: 35%;
	}

	#conts .sec05 .cost li{
		width: 50%;
		padding: 10px 15px;
		font-size: 15px;
		letter-spacing: 1.2px;
		vertical-align: middle;
	}

}
