@charset "UTF-8";

.w1340 {
	width: 94%;
	padding: 0 3%;
	max-width: 1340px;
	margin: 0 auto;
	text-align: left;
}
.max1500 {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	text-align: left;
}
.com_bg::before{
	display:none;
}




/*メインイメージ
---------------------------------------------------------*/
.contentpage #header .m_img {
	background-image: url("../images/invisalign_test/m_img@2x.jpg");
	background-position: center bottom;
	height: 770px;
	position: relative;
}
.contentpage #header .m_img::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 15px;
	left: 0;
	top: 100%;
	background: -moz-linear-gradient(top,  rgba(207,180,43,0.05) 0%, rgba(207,180,43,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(207,180,43,0.05) 0%,rgba(207,180,43,0) 100%);
	background: linear-gradient(to bottom,  rgba(207,180,43,0.05) 0%,rgba(207,180,43,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33B18DBD', endColorstr='#00B18DBD',GradientType=0 );
}
.contentpage #header .m_img .m_content{
	position:absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 90%;
	bottom:-75px;
	z-index: 2;
}
.contentpage #header .m_img .m_content .m_title{
	max-width: 514px;
	width: 50%;
	margin: 0 auto;
}
.contentpage #header .m_img .m_invisa{
	position:absolute;
	max-width: 343px;
	width: 25%;
	right: 5%;
	top: 50%;
	z-index: 3;
}
.contentpage #header .m_img::after {
	content: "";
	position: absolute;
	z-index: 0;
	max-width: 362px;
	width: 25%;
	height: 412px;
	right: 0;
	top: 53%;
	background: url("../images/invisalign_test/m_kazari@2x.png") no-repeat right top;
	background-size:100% auto;
}
.contentpage #header .m_score{
background: rgb(86,68,28);
background: -moz-linear-gradient(top,  rgba(86,68,28,1) 0%, rgba(129,115,58,1) 100%);
background: -webkit-linear-gradient(top,  rgba(86,68,28,1) 0%,rgba(129,115,58,1) 100%);
background: linear-gradient(to bottom,  rgba(86,68,28,1) 0%,rgba(129,115,58,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56441c', endColorstr='#81733a',GradientType=0 );
}
.contentpage #header .m_score .m_score_img{
	max-width: 714px;
	margin: 0 auto;
	width: 60%;
	padding: 50px 0 25px 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.contentpage #header .m_img {
	height: 50vw;
}
.contentpage #header .m_img .m_content{
	width: 80%;
	bottom:-50px;
}
.contentpage #header .m_img .m_content .m_title{
	width: 45%;
}
.contentpage #header .m_img .m_invisa{
	width: 23%;
	right: 2%;
	top: 42%;
	z-index: 3;
}
.contentpage #header .m_score .m_score_img{
	padding: 40px 0 15px 0;}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.contentpage #header .m_img {
	height: 70vw;
}
.contentpage #header .m_img .m_content{
	width: 96%;
	bottom:-5vw;
	z-index: 2;
}
.contentpage #header .m_img .m_invisa{
	width: 20%;
	right: 3%;
	top: 55%;
}
.contentpage #header .m_img::after {
	width: 25%;
	top: 40%;
}
.contentpage #header .m_score .m_score_img{
	width: 80%;
	padding: 5% 0 5% 0;
}
}





/*共通
---------------------------------------------------------*/
/*com_btn*/
.invisalign .com_btn{
	max-width:100%;
}
.invisalign .com_btn a {
	padding: 15px 0;
	background: #f1e8bf;
	font-size: 120%;
	letter-spacing: .2em;
	font-weight: bold;
	display: block;
	width: 100%;
	max-width:420px;
}
.invisalign .com_btn a:hover {
	background:rgba(241,232,191,0.50);
}
.invisalign .com_btn a::after {
	font-size: 110%;
}

/*invisa_title*/
.invisa_title{
	text-align:center;
	font-size:260%;
	letter-spacing: 0.2em;
	background: #f6cf38;
	color:#ffffff;
	position: relative;
	padding: 57px 3%;
	font-weight: bold;
}
.invisa_title::before{
	display:block;
	content: "";
	position: absolute;
	left: 0;
	bottom:0;
	width: 100%;
	height: 4px;
background: -moz-linear-gradient(left,  rgba(223,189,39,1) 0%, rgba(223,189,39,0) 50%, rgba(223,189,39,1) 100%);
background: -webkit-linear-gradient(left,  rgba(223,189,39,1) 0%,rgba(223,189,39,0) 50%,rgba(223,189,39,1) 100%);
background: linear-gradient(to right,  rgba(223,189,39,1) 0%,rgba(223,189,39,0) 50%,rgba(223,189,39,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfbd27', endColorstr='#dfbd27',GradientType=1 );
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

/*invisa_title*/
.invisa_title{
	font-size:180%;
	padding: 40px 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*com_btn*/	
.invisalign .com_btn {
	margin-top: .5em;
	max-width: 100%;
}
.invisalign .com_btn a {
	padding: .8em 0;
	font-size: 110%;
	max-width: 100%;
}
/*invisa_title*/
.invisa_title{
	font-size:6vw;
	padding: 7% 3%;
}
}





/*こんなお悩みはありませんか？
---------------------------------------------------------*/
#nayami .rel_box{
	padding-bottom: 95px;
	position: relative;}
#nayami .title{
	max-width:740px;
	margin: 0 auto;
	width: 70%;
}
#nayami .nayami_list li{
	float:left;
	width: 32%;
	margin-right: 2%;
	border-bottom: 1px solid #03a0d3;
	padding: 35px 15px 10px 15px;
	box-sizing: border-box;
}
#nayami .nayami_list li:nth-child(3){
	margin-right: 0;
}
#nayami .nayami_list li:nth-child(4){
	margin-left: 18%;
}
#nayami .nayami_list li p{
	color:#0263a0;
	font-size:140%;
	font-weight: bold;
	padding: 14px 0 14px 55px;
	background:url("../images/invisalign_test/nayami_check@2x.png") no-repeat left center;
	background-size:42px 38px;
}
#nayami .illust_list li{
	position:absolute;
	max-width: 190px;
	width: 20%;
	bottom:0;
}
#nayami .illust_list li:nth-child(1){
	left:0;
}
#nayami .illust_list li:nth-child(2){
	right:0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#nayami .rel_box{
	padding-bottom: 50px;}
#nayami .nayami_list li{
	padding: 20px 0 5px 0;
}
#nayami .nayami_list li p{
	font-size:130%;
	padding: 14px 0 14px 50px;
	background-size:35px auto;
}
#nayami .illust_list li{
	width: 17%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#nayami .rel_box{
	padding-bottom: 0;}
#nayami .title{
	width: 100%;
}
#nayami .nayami_list li{
	float:none;
	width: 100%;
	margin-right: 0;
	padding: 4% 0% 3% 0%;
}
#nayami .nayami_list li:nth-child(4){
	margin-left: 0%;
}
#nayami .nayami_list li p{
	font-size:4.8vw;
	padding: 10px 0 10px 9vw;
	background-size:7vw auto;
}
#nayami .illust_list{
	max-width:380px;
	width: 50%;
	margin:5% auto 0 auto;
}
#nayami .illust_list li{
	position: static;
	width: 48%;
	float: left;
}
}





/*インビザラインがおすすめです
---------------------------------------------------------*/
#about .about_bg{
	position:relative;
	color:#ffffff;
}
#about .about_bg::before{
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	width: calc(100% - 40px);
	height: calc(100% - 30px);
	background:rgba(3,160,211,0.60);
	z-index: -2;
}
#about .about_bg::after{
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	width: calc(100% - 40px);
	height: 540px;
background: -moz-linear-gradient(top,  rgba(3,160,232,1) 0%, rgba(3,160,232,0) 100%);
background: -webkit-linear-gradient(top,  rgba(3,160,232,1) 0%,rgba(3,160,232,0) 100%);
background: linear-gradient(to bottom,  rgba(3,160,232,1) 0%,rgba(3,160,232,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a0e8', endColorstr='#0003a0e8',GradientType=0 );
	z-index: -1;
}
#about .about_bg .w1200{
	width:90%;
	padding: 0 5%;
}
#about .about_lead {
	padding: 90px 0 160px 0;
}
#about .about_lead .title{
	text-align:center;
	font-weight: bold;
	margin-bottom: 50px;
}
#about .about_lead .title p{
	max-width:158px;
	margin-left: 20%;
}
#about .about_lead .title dt{
	font-size:180%;
	letter-spacing: 0.2em;
	margin-bottom: 50px;
 }
#about .about_lead .title dd{
	font-size:255%;
	letter-spacing: 0.15em;
}
#about .about_lead .title dd span{
	font-size:210%;
	color:#ffff95;
}
#about .about_lead .flt_box .flt_l{
	width:55%;
	padding-top: 20px;
}
#about .about_lead .flt_box .flt_r{
	width:43%;
	max-width: 495px;
}
#about .about_lead .flt_box h3{
	font-size:150%;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}
#about .point_list > li{
	width:33.333%;
	float: left;
	position: relative;
	margin-bottom: 100px;
}
#about .point_list > li:nth-child(4),
#about .point_list > li:nth-child(5),
#about .point_list > li:nth-child(6){
	margin-bottom: 0;
}
#about .point_list > li::before{
	display:block;
	content: "";
	position: absolute;
	left: 0;
	bottom: calc(100% - 1px);
	width: 100%;
	height: 25px;
}
#about .point_list > li::after{
	display:block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height:  calc(100% - 30px);
}
#about .point_list > li:nth-child(odd)::after{
	background: #03a0d3;
}
#about .point_list > li:nth-child(even)::after{
	background: #0263a0;
}
#about .point_list > li:nth-child(odd)::before{
	background: url("../images/invisalign_test/about_point_bg1@2x.png") no-repeat center bottom;
	background-size:100% auto;
}
#about .point_list > li:nth-child(even)::before{
	background: url("../images/invisalign_test/about_point_bg2@2x.png") no-repeat center bottom;
	background-size:100% auto;
}
#about .point_list > li .txt_box{
	width:86%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding-bottom: 40px;
	padding-top: 80px;
}
#about .point_list > li .img_box{
	position: relative;
	z-index: 2;
}
#about .point_list > li .txt_box h4{
	text-align:center;
	font-size:175%;
	color:#ffff95;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}
#about .point_list > li .txt_box::before{
	display:block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -70px;
	max-width: 110px;
	height: 110px;
	width: 30%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size:100% auto;
}
#about .point_list > li:nth-child(1) .txt_box::before{
	background-image:url("../images/invisalign_test/about_point1_icon@2x.png");
}
#about .point_list > li:nth-child(2) .txt_box::before{
	background-image:url("../images/invisalign_test/about_point2_icon@2x.png");
}
#about .point_list > li:nth-child(3) .txt_box::before{
	background-image:url("../images/invisalign_test/about_point3_icon@2x.png");
}
#about .point_list > li:nth-child(4) .txt_box::before{
	background-image:url("../images/invisalign_test/about_point4_icon@2x.png");
}
#about .point_list > li:nth-child(5) .txt_box::before{
	background-image:url("../images/invisalign_test/about_point5_icon@2x.png");
}
#about .point_list > li:nth-child(6) .txt_box::before{
	background-image:url("../images/invisalign_test/about_point6_icon@2x.png");
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#about .about_lead {
	padding: 50px 0 100px 0;
}
#about .about_lead .title{
	margin-bottom: 40px;
}
#about .about_lead .title p{
	width: 14%;
	margin-left: 10%;
	margin-bottom: -10px;
}
#about .about_lead .title dt{
	font-size:150%;
	margin-bottom: 30px;
 }
#about .about_lead .title dd{
	font-size:220%;
}
#about .about_lead .title dd span{
	font-size:170%;
}
#about .about_lead .flt_box h3{
	font-size:120%;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
#about .point_list > li .txt_box{
	padding-bottom: 20px;
	padding-top: 50px;
}
#about .point_list > li .txt_box h4{
	font-size:120%;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
#about .point_list > li .txt_box::before{
	top: -4vw;
	width: 25%;}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#about .about_bg::before{
	width: 97%;
	height: calc(100% - 30px);
}
#about .about_bg::after{
	width:97%;
}
#about .about_lead {
	padding: 10% 0 10% 0;
}
#about .about_lead .title{
	margin-bottom: 7%;
}
#about .about_lead .title p{
	margin-left: 10%;
	width: 25%;
	margin-bottom: 2%
}
#about .about_lead .title dt{
	font-size:4.5vw;
	letter-spacing: 0.1em;
	margin-bottom: 3%;
 }
#about .about_lead .title dd{
	font-size:7.5vw;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}
#about .about_lead .title dd span{
	font-size:10vw;
}
	#about .about_lead .flt_box{
		margin-bottom:10%;
	}
#about .about_lead .flt_box .flt_l{
	width:100%;
	padding-top: 0;
	float: none;
}
#about .about_lead .flt_box .flt_r{
	width:80%;
	margin: 0 auto 5% auto;
	float: none;
}
#about .about_lead .flt_box h3{
	font-size:5vw;
	letter-spacing: 0.1em;
	margin-bottom: 3%;
	line-height: 1.5em;
}
#about .point_list > li{
	width:100%;
	float: none;
	position: relative;
	margin-bottom: 15%;
}
#about .point_list > li:nth-child(4),
#about .point_list > li:nth-child(5){
	margin-bottom: 15%;
}
#about .point_list > li::before{
	height: 7vw;
}
#about .point_list > li .txt_box{
	width:94%;
	padding-bottom: 5%;
	padding-top: 10%;
}
#about .point_list > li .txt_box h4{
	font-size:5vw;
	margin-bottom: 3%;
}
#about .point_list > li .txt_box::before{
	top: -9vw;
	width: 15%;
}
}





/*5つの特徴
---------------------------------------------------------*/
#clinic{
	padding: 195px 0 145px 0;
}
#clinic .clinic_bg{
	position:relative;
	padding-bottom: 100px;
}
#clinic .clinic_bg::before{
	display:block;
	content: "";
	position:absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom:0;
	width: 94%;
	max-width: 1425px;
	background:rgba(242,237,224,0.50);
	height: calc(100% - 200px);
	z-index: -2;
	border-radius: 20px;
}
#clinic .clinic_bg::after{
	display:block;
	content: "";
	position:absolute;
	right: 0;
	top: -105px;
	width: 40%;
	max-width: 530px;
	height: 698px;
	z-index: -1;
	background:url("../images/invisalign_test/clinic_bg@2x.png") no-repeat right top;
	background-size:100% auto;
}
#clinic .clinic_bg .w1200{
	width:88%;
	padding: 0 6%;
}
#clinic .title{
	max-width:643px;
	width: 50%;
	padding-left: 3%;
	margin: 0 auto 110px 0;
}
#clinic .cli_list > li{
	margin-bottom:100px;
}
#clinic .cli_list > li:last-child{
	margin-bottom:0;
}
#clinic .cli_list > li h5{
	font-size:218%;
	color:#0263a0;
	letter-spacing: 0.18em;
	line-height: 1.5em;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-size: 115px 80px;
	background-position: left top;
	padding-top: 110px;
}
#clinic .cli_list > li:nth-child(1) h5{
	background-image:url("../images/invisalign_test/clinic1_icon@2x.png");
}
#clinic .cli_list > li:nth-child(2) h5{
	background-image:url("../images/invisalign_test/clinic2_icon@2x.png");
}
#clinic .cli_list > li:nth-child(3) h5{
	background-image:url("../images/invisalign_test/clinic3_icon@2x.png");
}
#clinic .cli_list > li:nth-child(4) h5{
	background-image:url("../images/invisalign_test/clinic4_icon@2x.png");
}
#clinic .cli_list > li:nth-child(5) h5{
	background-image:url("../images/invisalign_test/clinic5_icon@2x.png");
}
#clinic .cli_list > li .txt_box{
	width:49%;
}
#clinic .cli_list > li .img_box{
	width:46%;
}
#clinic .cli_list > li .img_box.flt_l img{
	display: block;
	margin: 0 0 0 auto;
	max-width: 505px;
	width: 100%;
}
#clinic .cli_list > li .img_box.flt_r img{
	display: block;
	margin: 0 auto 0 0;
	max-width: 505px;
	width: 100%;
}
#clinic .cli_04_point{
	max-width: 1150px;
	margin: 0 auto;
	margin-top:55px;
	border:3px solid #88e1e5;
	background: #ffffff;
	color:#0263a0;
}
#clinic .cli_04_point .index{
	text-align:center;
	padding: 35px 3%;
	background: rgba(136,225,229,0.15);
	font-weight: bold;
}
#clinic .cli_04_point .index dt{
	color:#03b3f1;
	letter-spacing: 0.2em;
	font-size:130%;
	margin-bottom: 10px;
}
#clinic .cli_04_point .index dd{
	letter-spacing: 0.2em;
	font-size:170%;
}
#clinic .cli_04_point .flt_box{
	padding:40px 50px;
}
#clinic .cli_04_point .flt_box .img_box{
	max-width:533px;
	width: 49%;
}
#clinic .cli_04_point .flt_box .txt_box{
	width: 47%;
}
#clinic .cli_05 .cli_flt .com_btn{
	margin:25px auto 0 0;
}
#clinic .soudan{
	position: relative;
	max-width: 1150px;
	margin: 0 auto;
	margin-top:130px;
background: rgb(245,165,50);
background: -moz-linear-gradient(left,  rgba(245,165,50,1) 0%, rgba(255,192,0,1) 100%);
background: -webkit-linear-gradient(left,  rgba(245,165,50,1) 0%,rgba(255,192,0,1) 100%);
background: linear-gradient(to right,  rgba(245,165,50,1) 0%,rgba(255,192,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a532', endColorstr='#ffc000',GradientType=1 );
	padding: 80px 3% 60px 3%;
}
#clinic .soudan::before{
	display:block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 118px;
	width: 118px;
	height: 118px;
	background:url("../images/invisalign_test/soudan_icon@2x.png") no-repeat center center;
	background-size:100% auto;
}
#clinic .soudan .soudan_title{
	color:#ffff95;
	font-size:230%;
	letter-spacing: 0.2em;
	line-height: 1.7em;
	text-align: center;
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
}
#clinic .soudan .soudan_title li{
	position:absolute;
	bottom:10px;
	max-width: 165px;
	width: 18%;
}
#clinic .soudan .soudan_title li:nth-child(1){
	left: 0;
}
#clinic .soudan .soudan_title li:nth-child(2){
	right: 0;
}
#clinic .soudan .soudan_txt p{
	text-align:center;
	color:#ffffff;
	font-weight: bold;
	margin-bottom: 30px;
}
#clinic .soudan .soudan_txt .com_btn a{
	margin:0 auto;
	text-align: center
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
#clinic .soudan .soudan_title li{
	width: 15%;
}
#clinic .soudan .soudan_title li:nth-child(1){
	left: -5%;
}
#clinic .soudan .soudan_title li:nth-child(2){
	right: -5%;
}
#clinic .cli_list > li h5{
	font-size:2.4vw;
	letter-spacing: 0.1em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#clinic{
	padding:90px 0 80px 0;
}
#clinic .clinic_bg{
	padding-bottom: 50px;
}
#clinic .clinic_bg::before{
	height: calc(100% - 100px);
}
#clinic .clinic_bg::after{
	top: -50px;
	width: 35%;
}
#clinic .title{
	width: 45%;
	padding-left: 3%;
	margin: 0 auto 50px 0;
}
#clinic .cli_list > li{
	margin-bottom:50px;
}
#clinic .cli_list > li h5{
	font-size:2.5vw;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
	background-size: 70px auto;
	padding-top: 60px;
}
#clinic .cli_list > li .txt_box{
	width:55%;
}
#clinic .cli_list > li .img_box{
	width:40%;
}
#clinic .cli_04_point{
	margin-top:40px;
}
#clinic .cli_04_point .index{
	padding: 25px 3%;
}
#clinic .cli_04_point .index dt{
	font-size:120%;
}
#clinic .cli_04_point .index dd{
	font-size:150%;
}
#clinic .cli_04_point .flt_box{
	padding:20px 20px;
}
#clinic .cli_04_point .flt_box .img_box{
	padding: 10px 3% 1% 0;
	}
#clinic .cli_04_point .flt_box .txt_box{
	float: none;
	width: 100%;
	}
#clinic .cli_05 .cli_flt .com_btn{
	margin:15px auto 0 0;
}
#clinic .soudan{
	margin-top:80px;
	padding: 50px 3% 40px 3%;
}
#clinic .soudan::before{
	width: 13%;
}
#clinic .soudan .soudan_title{
	font-size:180%;
	letter-spacing: 0.15em;
	margin-bottom: 10px;
}
#clinic .soudan .soudan_title li{
	width: 16%;
}
#clinic .soudan .soudan_title li:nth-child(1){
	left: -5%;
}
#clinic .soudan .soudan_title li:nth-child(2){
	right: -5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#clinic{
	padding: 12% 0 10% 0;
}
#clinic .clinic_bg{
	padding-bottom: 10%;
}
#clinic .clinic_bg::before{
	width: 96%;
	height: calc(100% - 5vw);
	z-index: -2;
}
#clinic .clinic_bg::after{
	top: -8vw;
	width: 35%;
}
#clinic .title{
	width: 65%;
	margin: 0 auto 10% 0;
}
#clinic .cli_list > li{
	margin-bottom:8%;
	padding-bottom: 8%;
	border-bottom:1px solid rgba(2,99,160,0.30);
}
#clinic .cli_list > li:last-child{
	margin-bottom:0;
	padding-bottom: 0;
	border-bottom:none;
}
#clinic .cli_list > li h5{
	font-size:4.9vw;
	letter-spacing: 0.05em;
	margin-bottom: 3%;
	background-size: 17vw auto;
	padding-top: 15vw;
}
#clinic .cli_list > li .txt_box{
	width:100%;
	float: none;
}
#clinic .cli_list > li .img_box{
	width:90%;
	float: none;
	margin: 5% auto 0 auto;
}
#clinic .cli_list > li .img_box.flt_l img{
	margin: 0 auto;
}
#clinic .cli_list > li .img_box.flt_r img{
	margin: 0 auto;
}
#clinic .cli_04_point{
	margin-top:10%;
}
#clinic .cli_04_point .index{
	padding: 5%;
}
#clinic .cli_04_point .index dt{
	letter-spacing: 0.1em;
	font-size:4.5vw;
	margin-bottom: 3%;
}
#clinic .cli_04_point .index dd{
	letter-spacing: 0.1em;
	font-size:5vw;
	line-height: 1.5em;
}
#clinic .cli_04_point .flt_box{
	padding:5%;
}
#clinic .cli_04_point .flt_box .img_box{
	float: none;
	width: 100%;
	margin: 0 auto 5% auto;
}
#clinic .cli_04_point .flt_box .txt_box{
	float: none;
	width: 100%;
}
#clinic .cli_05 .cli_flt .com_btn{
	margin:5% auto 0 0;
}
#clinic .soudan{
	margin-top:15%;
	padding: 10% 3% 5% 3%;
}
#clinic .soudan::before{
	width: 15vw;
}
#clinic .soudan .soudan_title{
	font-size:5.3vw;
	letter-spacing: 0.1em;
	margin-bottom: 3%;
}
#clinic .soudan .soudan_title li{
	bottom:0;
	width: 18%;
}
#clinic .soudan .soudan_txt p{
	text-align:left;
	margin-bottom: 3%;
}
}





/*症例
---------------------------------------------------------*/
#case{
	margin-bottom:120px;
}
#case .invisa_title{
	margin-bottom:75px;
}
#case .case_list{
	max-width: 1200px;
	margin: 0 auto 60px;
}
#case .case_list:last-of-type{
	margin-bottom: 0;
}
#case .case_list > li{
	margin-bottom:20px;
}
#case .case_list > li:last-child{
	margin-bottom:0;
}
#case .case_tit1{
	background:#ffffaa;
	padding: 30px 0;
	font-weight:bold;
	font-size:250%;
	color:#ff9c27;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 45px;
}
#case .case_tit2{
	background:#f5f0d5;
	padding: 30px 50px;
}
#case .case_tit2 span{
	font-weight:bold;
	font-size:186%;
	color:#905300;
	letter-spacing: 0.2em;
}
#case .case_list .case_img{
	margin: 60px auto 45px auto;
}
#case .case_list .case_img.img3{
	max-width: 532px;
}

#case .case_list .case_img ul{
	display: flex;
    justify-content: space-between;
}
#case .case_list .case_img li{
	width: 45.1%;
	max-width: 496px;
}
#case .case_list .case_img.img3 li{
	width: 31%;
	max-width: 162px;
}
#case .case_list .case_img li p{
	text-align:center;
	font-size:180%;
	color:#cfb42b;
	letter-spacing: 0.2em;
	line-height: 1em;
	margin-top: 0.6em;
}
#case .case_list .case_img li.arrow{
	width: 2.85%;
	max-width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 180%;
	padding-bottom: 1.6em;
}
#case .case_list .case_img.img3 li.arrow{
	width: 5.7%;
}ase .case_list .case_img li.arrow img{
	display: block;
	margin: 0 auto;
}
.case_list > li table{
	width:100%;
	max-width: 1100px;
	margin: 0 auto 70px auto;
	border-top: 1px solid rgba(207,180,43,0.50);
}
.case_list > li table th,
.case_list > li table td{
	border-bottom: 1px solid rgba(207,180,43,0.50);
	padding: 12px 17px;
    box-sizing: border-box;
}
.case_list > li table th{
	color:#ffffff;
	font-weight: bold;
	text-align: center;
	width:120px;
	background:#c7a808;
}
.case_list > li table td{
	width:calc(100% - 120px);
	line-height: 1.7em;
}
.case_list > li table .price li{
    position: relative;
	padding-left: 1em;
}
.case_list > li table .price li::before{
    position: absolute;
    display: block;
    content: "";
    background:#cfb42b;
    background-size:100% auto;
    width: .6em;
    height: .6em;
    border-radius: 50%;
    top: .5em;
    left: 0;
}
.case_list > li table .price p{
	font-weight:bold;
}
#case .case_list .open_btn{
	cursor: pointer;
}
#case .case_list .open_btn span {
	display: block;
	padding: 0.38em 0;
	background-repeat: no-repeat;
	background-size:1.35em 1.35em;
	background-position: right center;
	background-image:url("../images/invisalign_test/case_open@2x.png");/* 初期表示 */
}
#case .case_list .open_btn.active span {
	background-image:url("../images/invisalign_test/case_close@2x.png");/* 質問表示時 */
}
#case .case_list .open_box {
	display: none;	/* 初期表示 */
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#case{
	margin-bottom:80px;
}
#case .invisa_title{
	margin-bottom:40px;
}
#case .case_list{
	margin-bottom: 6%;
}
#case .case_list > li{
	margin-bottom:2%;
}
#case .case_tit1{
	padding: 3% 0;
	font-size:200%;
	letter-spacing: 0.15em;
	margin-bottom: 4%;
}
#case .case_tit2{
	padding: 2.5% 5%;
}
#case .case_tit2 span{
	font-size:150%;
	letter-spacing: 0.15em;
}
#case .case_list .case_img{
	margin: 40px auto 30px auto;
}
#case .case_list .case_img li p{
	font-size:140%;
}
#case .case_list .case_img li.arrow{
	font-size:140%;
}

.case_list > li table{
	margin: 0 auto 40px auto;
}
.case_list > li table th,
.case_list > li table td{
	padding: 10px 15px;
}
.case_list > li table .price p{
	margin-top: 0.2em;
}
#case .case_list .open_btn{
	cursor: pointer;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#case{
	margin-bottom:10%;
}
#case .invisa_title{
	margin-bottom:5%;
}
#case .case_list{
	margin-bottom: 10%;
}
#case .case_list > li{
	margin-bottom:3%;
}
#case .case_tit1{
	padding: 4% 0;
	font-size:150%;
	letter-spacing: 0.1em;
	margin-bottom: 5%;
}
#case .case_tit2{
	padding: 2.5% 5%;
}
#case .case_tit2 span{
	font-size:115%;
	letter-spacing: 0.1em;
}
#case .case_list .case_img{
	margin: 5% auto 4% auto;
}
#case .case_list .case_img ul{
	display: block;
}
#case .case_list .case_img li{
	width: 100%;
	margin: 0 auto;
}
#case .case_list .case_img.img3 ul{
	display: flex;
    justify-content: space-between;
}
#case .case_list .case_img.img3{
	width: 100;
}
#case .case_list .case_img.img3 li{
	width: 42%;
	margin: 0;
}
#case .case_list .case_img li p{
	font-size:5vw;
	letter-spacing: 0.1em;
}
#case .case_list .case_img li.arrow{
	font-size:5vw;
	margin: 3% auto;
	padding-bottom: 0;
	width: 8%;
	max-width: 46px;
}
#case .case_list .case_img li.arrow img{
	transform:rotate(90deg);
}
#case .case_list .case_img.img3 li.arrow{
	padding-bottom: 1.3em;
	width: 5.3%;
	max-width: 20px;
}
#case .case_list .case_img.img3 li.arrow img{
	transform:rotate(0deg);
}
.case_list > li table{
	width:100%;
	margin: 0 auto 5% auto;
}
.case_list > li table,
.case_list > li table th,
.case_list > li table td,
.case_list > li table tr,
.case_list > li table tbody{
	display: block;
	width:100%;
}
.case_list > li table th,
.case_list > li table td{
	padding: 2% 0;
}
.case_list > li table th{
	width:100%;
	border-bottom: none;
}
.case_list > li table td{
	width:100%;
	padding: 4% 0 6% 0;
}
.case_list > li table tr:last-child td{
	border-bottom: none;
}
	
#case .case_list .open_btn span {
	background-size:6vw auto;
}
}





/*費用
---------------------------------------------------------*/
#price .pri_bg{
	background:#56441c;
	padding-bottom: 115px;
}
#price .invisa_title{
	margin-bottom:70px;
}
/*pribox1*/
#price .pribox1{
	margin-bottom:60px;
}
#price .pribox1 .sp_scroll p{
	font-size:90%;
	color: #ffffff;
	text-align: right;
	margin-bottom: 5px;
}
#price .pribox1 .pri_list{
	margin-top:50px;
}
#price .pribox1 .pri_list > li{
	float:left;
	width: 32%;
	margin-right: 2%;
}
#price .pribox1 .pri_list > li:last-child{
	margin-right: 0;
}
#price .pribox1 .pri_list > li dt{
	background:rgba(255,255,255,0.70);
	color:#56441c;
	font-size:130%;
	font-weight: bold;
	padding: 15px 25px;
	border-radius: 10px;
}
#price .pribox1 .pri_list > li dd{
	color:#ffffff;
	padding: 15px 20px;
	font-size:150%;
	letter-spacing: 0.1em;
}
/*pribox2*/
#price .pribox2{
	margin-bottom:115px;
}
#price .pribox2 .index{
	position: relative;
	background:#ff9c27;
	border-radius: 40px;
	font-size:240%;
	letter-spacing: 0.15em;
	padding: 25px 0;
	color:#ffffff;
	text-align: center;
	margin-bottom: 40px;
}
#price .pribox2 .bnkt_list > li{
	float:left;
	width: 32%;
	margin-right: 2%;
}
#price .pribox2 .bnkt_list > li:last-child{
	margin-right: 0;
}
#price .pribox2 .index::before{
	display:block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: calc(100% - 1px);
	width: 18px;
	height: 15px;
	background:url("../images/invisalign_test/price_fkds@2x.png") no-repeat center top;
	background-size:100% auto;
}
#price .pribox2 .link_list{
	max-width:900px;
	margin: 55px auto 0 auto;
}
#price .pribox2 .link_list > li{
	width:47%;
	float: left;
}
#price .pribox2 .link_list > li:last-child{
	float: right;
}
/*pribox3*/
#price .pribox3{
	color:#ffffff;
	background:rgba(3,160,211,0.80);
	position: relative;
}
#price .pribox3 .txt_box dt{
	font-size:200%;
	letter-spacing: 0.17em;
	padding: 35px 77px;
}
#price .pribox3 .txt_box dd{
	position:relative;
}
#price .pribox3 .txt_box dd::before{
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 130px;
background: -moz-linear-gradient(top,  rgba(3,160,211,1) 0%, rgba(3,160,211,0) 100%); 
background: -webkit-linear-gradient(top,  rgba(3,160,211,1) 0%,rgba(3,160,211,0) 100%);
background: linear-gradient(to bottom,  rgba(3,160,211,1) 0%,rgba(3,160,211,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a0d3', endColorstr='#0003a0d3',GradientType=0 );
}
#price .pribox3 .img_box{
	position: absolute;
	right: 60px;
	bottom:0;
	max-width: 489px;
	width: 37%;
}
#price .pribox3 .txt_box dd p{
	position:relative;
	z-index: 2;
	padding: 40px 77px 45px 77px;
	width:51%;
}
/*PC調整
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
/*pribox3*/
#price .pribox3 .txt_box dt{
	font-size:150%;
	padding: 20px 30px;
}
#price .pribox3 .img_box{
	right: 20px;
}
#price .pribox3 .txt_box dd p{
	padding: 20px 77px 25px 30px;
}}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#price .pri_bg{
	padding-bottom: 60px;
}
#price .invisa_title{
	margin-bottom:30px;
}
/*pribox1*/
#price .pribox1{
	margin-bottom:40px;
}
#price .pribox1 .pri_list{
	margin-top:30px;
}
#price .pribox1 .pri_list > li dt{
	font-size:90%;
	line-height: 1.5em;
	padding: 10px 15px;
}
#price .pribox1 .pri_list > li dd{
	padding: 10px 0;
	font-size:110%;
}
/*pribox2*/
#price .pribox2{
	margin-bottom:60px;
}
#price .pribox2 .index{
	border-radius: 40px;
	font-size:150%;
	padding: 15px 0;
	margin-bottom: 30px;
}
#price .pribox2 .link_list{
	margin: 30px auto 0 auto;
}
/*pribox3*/
#price .pribox3 .txt_box dt{
	font-size:150%;
	padding: 20px 30px;
}
#price .pribox3 .img_box{
	right: 20px;
}
#price .pribox3 .txt_box dd p{
	padding: 20px 77px 25px 30px;
		font-size:93%;
		line-height: 1.7em;
	width: 54%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 850px) {
#price .pribox3 .img_box{
	right: 20px;
	top: 6em;
}
#price .pribox3 .txt_box dd p{
		font-size:93%;
		line-height: 1.7em;
	width: 54%;
}}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#price .pribox1 .sp_scroll {
	overflow: scroll;
}
#price .pribox1 .sp_scroll > div{
	width: 200vw;
	max-width: auto;
}
#price .pri_bg{
	padding-bottom: 10%;
}
#price .invisa_title{
	margin-bottom:8%;
}
/*pribox1*/
#price .pribox1 .com_sp_txt{
		color:#ffffaa;
	}
#price .pribox1{
	margin-bottom:8%;
}
#price .pribox1 .pri_list{
	margin-top:8%;
}
#price .pribox1 .pri_list > li{
	float:none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 5%;
}
#price .pribox1 .pri_list > li:last-child{
	margin-bottom: 0;
}
#price .pribox1 .pri_list > li dt{
	font-size:4.7vw;
	padding: 2% 3%;
}
#price .pribox1 .pri_list > li dd{
	padding: 3% 3%;
	font-size:4.7vw;
}
/*pribox2*/
#price .pribox2{
	margin-bottom:10%;
}
#price .pribox2 .index{
	font-size:5vw;
	padding: 5% 0;
	margin-bottom: 5%;
}
#price .pribox2 .bnkt_list > li{
	float:none;
	width: 100%;
	margin-right: 0;
	max-width: 430px;
	margin: 0 auto 5% auto;
}
#price .pribox2 .bnkt_list > li:last-child{
	margin-right: auto;
	margin-bottom: 0;
}
#price .pribox2 .link_list{
	margin: 5% auto 0 auto;
}
#price .pribox2 .link_list > li{
	width:100%;
	float:none;
	margin: 0 auto;
}
#price .pribox2 .link_list > li:last-child{
	float: none;
	margin-top: 3%;
}
/*pribox3*/
#price .pribox3 .txt_box dt{
	font-size:4.7vw;
	letter-spacing: 0.05em;
	padding: 5% 5%;
}
#price .pribox3 .img_box{
	position: static;
	width: 90%;
	margin: 0 auto;
}
#price .pribox3 .txt_box dd p{
	padding: 5%;
	width:90%;
}
}





/*診療の流れ
---------------------------------------------------------*/
#flow .flow_bg{
	background:url("../images/invisalign_test/flow_bg@2x.jpg") no-repeat center top;
	background-size:100% auto;
	padding-bottom: 150px;
}
#flow .title{
	padding:140px 0 60px 0;
	margin: 0 auto;
}
#flow .flow_box {
	margin: 0 0 0 150px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#flow .flow_box .flow_slider {
	width:100%;
	height: 100%;
	overflow: visible;
	padding-bottom: 30px;
	padding-right: 3%;
	margin-bottom: 3.5em;
}
#flow .flow_box .flow_slider > ul > li {
	width: 440px;
	margin-right: 50px;
}
#flow .swiper-container-horizontal > .swiper-scrollbar {
    bottom: 0;
    width: 100%;
}
#flow .swiper-button-next{
    margin-top: auto!important;
	left: 0!important;
	right: auto;
	top:auto!important;
	bottom: -3.5em;
	height: auto!important;
	background-size:0!important;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}
#flow .swiper-button-prev {
	display: none!important;
}
#flow .scl_pre_next a .icon img{
	display: inline-block;
	vertical-align: bottom;
	padding-bottom: 10px;
	padding-left: 15px;
	
}
#flow .flow_box .img_box{
	position:relative;
}
#flow .flow_box .img_box::before{
	position: absolute;
	display: block;
	content: "";
	max-width: 90px;
	width: 90px;
	height: 90px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	z-index: 2;
}
#flow .flow_box .swiper-wrapper > li:nth-child(1) .img_box::before{background-image:url("../images/invisalign_test/flow1_icon@2x.png")}
#flow .flow_box .swiper-wrapper > li:nth-child(2) .img_box::before{background-image:url("../images/invisalign_test/flow2_icon@2x.png")}
#flow .flow_box .swiper-wrapper > li:nth-child(3) .img_box::before{background-image:url("../images/invisalign_test/flow3_icon@2x.png")}
#flow .flow_box .swiper-wrapper > li:nth-child(4) .img_box::before{background-image:url("../images/invisalign_test/flow4_icon@2x.png")}
#flow .flow_box .swiper-wrapper > li:nth-child(5) .img_box::before{background-image:url("../images/invisalign_test/flow5_icon@2x.png")}
#flow .flow_box .swiper-wrapper > li:nth-child(6) .img_box::before{background-image:url("../images/invisalign_test/flow6_icon@2x.png")}
#flow .flow_box .swiper-wrapper > li:nth-child(7) .img_box::before{background-image:url("../images/invisalign_test/flow7_icon@2x.png")}

#flow .flow_box .txt_box dt{
	background:url("../images/invisalign_test/flow_odd_bg@2x.png") no-repeat center center;
	background-size:cover;
	text-align: center;
	color:#ffffff;
	font-size:170%;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding: 60px 0 30px 0;
	position: relative;
}
#flow .flow_box .swiper-wrapper > li:nth-child(even) .txt_box dt{
	background:url("../images/invisalign_test/flow_even_bg@2x.png") no-repeat center center;
	background-size:cover;
}
#flow .flow_box .txt_box dd{
	padding: 25px ;
	background:rgba(149,105,0,0.05)
}
#flow .flow_box .txt_box dt::before{
	display:block;
	content: "";
	position: absolute;
	top: 0;
	left: calc(100% - 1px);
	max-width: 35px;
	width:35px;
	height: 100%;
	background:url("../images/invisalign_test/flow_odd_fkds@2x.png") no-repeat left top;
	background-size:100% 100%;
}
#flow .flow_box .swiper-wrapper > li:nth-child(even) .txt_box dt::before{
	background:url("../images/invisalign_test/flow_even_fkds@2x.png") no-repeat left top;
	background-size:100% 100%;
}
#flow .flow_box .swiper-wrapper > li:last-child .txt_box dt::before{
	background:none;}
#flow .faqbox{
	margin-top:40px;
	text-align: center;
}
#flow .faqbox .com_btn{
	margin-top:35px;
}
#flow .faqbox .com_btn a{
	margin:0 auto;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#flow .flow_bg{
	padding-bottom: 100px;
}
#flow .title{
	padding:70px 0 60px 0;
	width: 20%;
}
#flow .flow_box {
	margin: 0 0 0 50px;
}
#flow .flow_box .flow_slider > ul > li {
	width: 300px;
	margin-right: 40px;
}
#flow .flow_box .img_box::before{
	width: 60px;
}

#flow .flow_box .txt_box dt{
	font-size:130%;
	padding: 40px 0 25px 0;
}
#flow .flow_box .swiper-wrapper > li:nth-child(even) .txt_box dt{
	background:url("../images/invisalign_test/flow_even_bg@2x.png") no-repeat center center;
	background-size:cover;
}
#flow .flow_box .txt_box dd{
	padding: 15px ;
	background:rgba(149,105,0,0.05)
}
#flow .faqbox{
	margin-top:30px;
}
#flow .faqbox .com_btn{
	margin-top:20px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#flow .flow_bg{
	padding-bottom: 10%;
	background-size:160% auto;
}
#flow .title{
	padding:7% 0 5% 0;
	margin: 0 auto;
	width: 30%;
}
#flow .flow_box {
	margin: 0 0 0 5%;
}
#flow .flow_box .flow_slider {
	padding-bottom: 5%;
	margin-bottom: 3em;
}
#flow .flow_box .flow_slider > ul > li {
	width: 330px;
	margin-right: 50px;
}
#flow .flow_box .flow_slider > ul > li:last-child{
	margin-right: 0;
}
#flow .flow_box .img_box::before{
	width: 18%;
}
#flow .flow_box .txt_box dt{
	font-size:4.5vw;
	letter-spacing: 0.05em;
	padding: 8vw 0 5vw 0;
}
#flow .flow_box .txt_box dd{
	padding: 20px ;
	font-size:90%;
	line-height: 1.7em;
}
#flow .faqbox{
	margin-top:7%;
	text-align: left;
}
#flow .faqbox .com_btn{
	margin-top:5%;
}
}





/*院長紹介
---------------------------------------------------------*/
#dr .dr_bg{
	position:relative;
	margin-bottom: 22px;/*揃える*/
	padding-bottom: 120px
}
#dr .dr_bg::before{
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	background:#ffffe2;
	width: 94%;
	height: 100%;
	max-width: 1500px;
	z-index: -2;
}
#dr .dr_bg::after{
	display: block;
	content: "";
	position: absolute;
	right: 0;
	bottom: -22px;/*揃える*/
	width: 60%;
	max-width: 998px;
	height: 100%;
	z-index: -1;
	background:url("../images/invisalign_test/dr_bg@2x.png") no-repeat right bottom;
	background-size:100% auto;
}
#dr .dr_bg .w1340{
	width:90%;
	padding: 0 5%;
}
#dr .dr_logo{
	position: relative;
}
#dr .dr_logo::after{
	display: block;
	content: "";
	position: absolute;
	left: 55px;
	top: 60px;
	width: 60%;
	max-width: 758px;
	height: 148px;
	z-index: -1;
	background:url("../images/invisalign_test/dr_title@2x.png") no-repeat right top;
	background-size:100% auto;
}
#dr .dr_logo .dr_flt{
	padding-top: 130px;
}
#dr .dr_logo .dr_flt .img_box{
	width:30%;
	float: right;
	position: relative;
}
#dr .dr_logo .dr_flt .img_box .dr_img{
	max-width: 395px;
	margin: 0 auto 0 0;
	padding-right: 25px;
}
#dr .dr_logo .dr_flt .img_box .dr_name{
	width: 70%;
	max-width: 263px;
	position: absolute;
	right: 0;
	bottom:-65px;
}
#dr .dr_logo .dr_flt .txt_box{
	width:56%;
	float: left;
	position: relative;
	padding-left: 9%;
	padding-top: 140px;
	margin-bottom: 85px;
}
#dr .dr_logo .dr_flt .txt_box h6{
	font-size:160%;
	letter-spacing: 0.2em;
	margin-bottom: 15px;
}
#dr .dr_prof{
	max-width:1100px;
	margin: 0 auto;
	background: #ffffff;
	border:1px solid #ff9c27;
	padding: 35px 40px;
}
#dr .dr_prof .dr_prof_list > li{
	float:left;
	margin-right: 4%;
	position: relative;
	padding-left:80px;
}
#dr .dr_prof .dr_prof_list > li:last-child{
	margin-right: 0;
}
#dr .dr_prof .dr_prof_list > li dt{
	position:absolute;
	left: 0;
	top: 0;
	font-size:105%;
	color:#f1a30d;
	font-weight: bold;
}
#dr .dr_prof .dr_prof_list > li dt span{
	background:url("../images/invisalign_test/dr_icon@2x.png") no-repeat left center;
	background-size:12px 12px;
	padding-left: 25px;
}
#dr .dr_prof .dr_prof_list > li dd{
	border-left: 1px solid rgba(144,83,0,0.15);
	padding-left: 25px;
	font-size:95%;
}
#dr .dr_prof .dr_prof_list > li dd li{
	position:relative;
	padding-left: 1em;
}
#dr .dr_prof .dr_prof_list > li dd li::before{
	display:block;
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 5px;
	height: 5px;
	background:#f1a30d;
	border-radius: 5px;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#dr .dr_prof .dr_prof_list > li{
	margin-right: 3%;
	padding-left:30px;
}
#dr .dr_prof .dr_prof_list > li:last-child{
	margin-right: 0;
}
#dr .dr_prof .dr_prof_list > li dt span{
	padding-left: 25px;
}
#dr .dr_prof .dr_prof_list > li dd{
	padding-left: 25px;}	
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#dr .dr_bg{
	margin-bottom: 22px;/*揃える*/
	padding-bottom: 50px
}
#dr .dr_logo::after{
	left: 25px;
	top: 50px;
	width: 50%;
}
#dr .dr_logo .dr_flt{
	padding-top: 60px;
}
#dr .dr_logo .dr_flt .img_box{
	width:35%;
	padding-left: 20px;
	padding-bottom: 5vw
}
#dr .dr_logo .dr_flt .img_box .dr_img{
	max-width: 395px;
	margin: 0 auto 0 0;
	padding-right: 25px;
	width:70%;
}
#dr .dr_logo .dr_flt .img_box .dr_name{
	bottom:0;
	width:60%;
}
#dr .dr_logo .dr_flt .txt_box{
	width:94%;
	float: none;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 100px;
	margin-bottom: 40px;
}
#dr .dr_logo .dr_flt .txt_box h6{
	font-size:160%;
	letter-spacing: 0.2em;
	margin-bottom: 15px;
}
#dr .dr_prof{
	padding: 20px 25px;
}
#dr .dr_prof .dr_prof_list > li{
	margin-right: 3%;
	padding-left:60px;
}
#dr .dr_prof .dr_prof_list > li dt{
	font-size:90%;
}
#dr .dr_prof .dr_prof_list > li dt span{
	background-size:10px 10px;
	padding-left: 15px;
}
#dr .dr_prof .dr_prof_list > li dd{
	padding-left: 15px;
	font-size:80%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#dr .dr_bg{
	margin-bottom: 15px;/*揃える*/
	padding-bottom: 6%
}
#dr .dr_bg::after{
	bottom: -15px;/*揃える*/
	width: 70%;
}
#dr .dr_bg .w1340{
	width:90%;
	padding: 0 5%;
}
#dr .dr_logo::after{
	left: 3%;
	top:5vw;
	width: 70%;
}
#dr .dr_logo .dr_flt{
	padding-top: 23vw;
}
#dr .dr_logo .dr_flt .img_box{
	width:60%;
	float: none;
	margin: 0 auto
}
#dr .dr_logo .dr_flt .img_box .dr_img{
	max-width: 395px;
	margin: 0 auto 0 auto;
	padding-right: 25px;
}
#dr .dr_logo .dr_flt .img_box .dr_name{
	width: 70%;
	right: 0;
	bottom:-5vw;
}
#dr .dr_logo .dr_flt .txt_box{
	width:90%;
	float: none;
	position: relative;
	padding-left: 5%;
	padding-top: 13%;
	margin-bottom: 5%;
}
#dr .dr_logo .dr_flt .txt_box h6{
	font-size:5vw;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
#dr .dr_prof{
	padding: 5%;
}
#dr .dr_prof .dr_prof_list > li{
	float:none;
	margin-right: 0;
	margin-bottom: 5%;
	padding-left:15vw;
}
#dr .dr_prof .dr_prof_list > li:last-child{
	margin-bottom: 0;
}
#dr .dr_prof .dr_prof_list > li dt{
	font-size:3.3vw;
	font-weight: bold;
}
#dr .dr_prof .dr_prof_list > li dt span{
	background:url("../images/invisalign_test/dr_icon@2x.png") no-repeat left 1.2vw;
	background-size:12px 12px;
	padding-left: 18px;
}
#dr .dr_prof .dr_prof_list > li dd{
	padding-left: 5%;
	font-size:3vw;
}
#dr .dr_prof .dr_prof_list > li dd li{
	position:relative;
	padding-left: 1em;
}
#dr .dr_prof .dr_prof_list > li dd li::before{
	display:block;
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 5px;
	height: 5px;
	background:#f1a30d;
	border-radius: 5px;
}
}





/*最後の画像
---------------------------------------------------------*/
#endimg div{
	background:url("../images/invisalign_test/end_img1@2x.jpg") repeat-x center center;
	background-size:auto 100%;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}


