.wrap{
	width: 900px;
}

.mainV img{
	width: 100%;
	display: block;
}
.mainV{
	position: relative;
}
.mainV a{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 11px;
	color: #fff;
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.mainV:after{
	content: '';
	width: 1px;
	height: 70px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.intro{
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.intro .wrap{
	width: auto;
	max-width: 1020px;
}
.intro:before{
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/index/bg-triangle01.png) no-repeat;
	background-size: contain;
	background-position: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.intro:after{
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/index/bg-triangle02.png) no-repeat;
	background-size: contain;
	background-position: right;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.intro .border{
	width: 1px;
	height: 70px;
	background: #000034;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.intro h2{
	font-size: 28px;
	text-align: center;
	margin-top: 140px;
	margin-bottom: 50px;
	white-space: nowrap;
}
.intro h2 strong{
	font-size: 60px;
	color: #7086BD;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.intro p{
	font-size: 18px;
	text-align: center;
	line-height: 2em;
	margin-bottom: 140px;
	font-weight: 300;
}
.intro p span {
    color: #78CEC7;
    font-weight: 600;
    border-bottom: solid 1px;
}

.whats{
	background: url(../images/index/bg01.png) no-repeat;
	background-size: cover;
	background-position: right;
	padding: 50px 0;
}
.whats dl{
	background: #45BCB3;
	width: 520px;
	padding: 40px 44px;
	position: relative;
}
.whats dl:before{
	content: '';
	width: 30px;
	height: 30px;
	border-top: solid 1px #000034;
	border-left: solid 1px #000034;
	position: absolute;
	top: 20px;
	left: 20px;
}
.whats dl:after{
	content: '';
	width: 30px;
	height: 30px;
	border-top: solid 1px #000034;
	border-right: solid 1px #000034;
	position: absolute;
	top: 20px;
	right: 20px;
}
.whats dl dt{
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 28px;
	color: #000034;
	font-weight: 600;
	margin-bottom: 20px;
    padding-bottom: 4px;
    position: relative;
}
.whats dl dt:before{
	content: '';
	width: calc(100% - 29px);
	height: 1px;
	background: #000034;
	position: absolute;
	bottom: 0;
	left: 0;
}
.whats dl dt:after{
	content: '';
	width: 31px;
	height: 27px;
	background: url(../images/index/icon-pen01.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
}
.whats dl dd{
	font-size: 14px;
	line-height: 2;
	color: #000034;
	position: relative;
	font-weight: 300;
}
.whats dl dd:before{
	content: '';
	width: 30px;
	height: 30px;
	border-bottom: solid 1px #000034;
	border-left: solid 1px #000034;
	position: absolute;
	bottom: -20px;
	left: -22px;
}
.whats dl dd:after{
	content: '';
	width: 30px;
	height: 30px;
	border-bottom: solid 1px #000034;
	border-right: solid 1px #000034;
	position: absolute;
	bottom: -20px;
	right: -22px;
}

.features{
	overflow: hidden;
}
.features h2{
	font-size: 40px;
	text-align: center;
	position: relative;
	margin-top: 120px;
	letter-spacing: initial;
}
.features h2:after, .treatment h2:after{
	content: '';
	width: 60px;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;	
}
.features h2 span{
	display: block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 18px;
	color: #000034;
}

.features ul{
	margin-bottom: 120px;
	margin-top: 100px;
}
.features li:nth-of-type(1), .features li:nth-of-type(3){
	margin-left: calc(50% - 450px);
}
.features li:nth-of-type(2){
	margin-right: calc(50% - 450px);
}
.features li {
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
	position: relative;
	z-index: 0;
}
.features li:nth-of-type(3){
	padding-bottom: 0;
}
.features li:nth-of-type(1):before{
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/index/bg-triangle03.png) no-repeat;
	background-size: contain;
	background-position: left;
	position: absolute;
	top: 0;
	left: -275px;
	z-index: -1;
}
.features li:nth-of-type(2):before{
	content: '';
	width: 100%;
	height: calc(100% + 100px);
	background: url(../images/index/bg-triangle04.png) no-repeat;
	background-size: contain;
	background-position: right;
	position: absolute;
	top: -100px;
	right: -275px;
	z-index: -1;
}
.features li:nth-of-type(3):before{
	content: '';
	width: 100%;
	height: calc(100% + 100px);
	background: url(../images/index/bg-triangle05.png) no-repeat;
	background-size: contain;
	background-position: left;
	position: absolute;
	top: -100px;
	left: -275px;
	z-index: -1;
}
.features li .features-content{
	width: 500px;
	position: relative;
}
.features li .features-content p{
	font-size: 14px;
	color: #000034;
	display: flex;
	align-items: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	position: absolute;
	top: -52px;
}
.features li .features-content p span{
	font-size: 34px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #000034;
}
.features li .img{
	width: calc(100% - 600px);
	min-height: 400px;
}
.features li:nth-of-type(1) .features-content, .features li:nth-of-type(3) .features-content{
	order: 1;
}
.features li:nth-of-type(1) .img, .features li:nth-of-type(3) .img{
	order: 2;
}
.features li:nth-of-type(1) .img{
	background: url(../images/index/feature01.png) no-repeat;
	background-size: contain;
	background-position: center;
	border: solid 1px #F2F2F2;
	padding-bottom: 80px;
}
.features li:nth-of-type(2) .img{
	background: url(../images/index/feature02.png) no-repeat;
	background-size: cover;
	background-position: top center;	
}
.features li:nth-of-type(3) .img{
	background: url(../images/index/feature03.png) no-repeat;
	background-size: cover;
	background-position: center;	
}
.features li dl dt{
	background: #000032;
	/*color: #fff;*/
	height: 50px;
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: 600;
	padding-left: 20px;
	position: relative;
}
.features li dl dt:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 10px 25px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.features li dl dt:before{
	content: '';
	width: calc(100% - 40px);
	height: 1px;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}
.features li dl dt span{
	color: #fff;
	background: #000034;
    position: relative;
    z-index: 3;
    padding-right: 10px;
}
.features li dl dd{
	font-size: 14px;
	font-weight: 300;
}
.features li dl dd strong{
	font-size: 20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #000032;
	display: block;
	margin: 25px 0 20px;
}

.dr-info{
	background: url(../images/index/bg02.png) no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.dr-info .inner{
	width: 600px;
}
.dr-info h2{
	color: #000032;
	font-size: 46px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.dr-info h2 span{
	font-size: 15px;
	color: #37978F;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	display: block;
}
.dr-info h2 strong{
	font-size: 28px;
	color: #000032;
	display: block;
}
.dr-info .inner dl{
	border: solid 1px #fff;
	margin: 20px 0 60px;
	position: relative;
}
.dr-info .inner dl:before{
    content: '';
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    background: #000034;
    position: absolute;
}
.dr-info .inner dt{
	border-bottom: solid 1px #fff;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 20px;
	position: relative;
}
.dr-info .inner dd{
	padding: 10px 20px;
	position: relative;
}
.dr-info .inner dd ul.photo{
	position: absolute;
	top: 20px;
	right: 20px;
}
.dr-info .inner dd ul.photo li img{
	display: block;
	margin-bottom: 10px;
}
.dr-info .inner dd ul.history li{
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
	border-bottom: dashed 1px #fff;
	font-weight: 300;
}
.dr-info .inner dd ul.history li span{
	display: block;
	color: #37978F;
}
.dr-info .inner dd ul.history li:last-of-type{
	border: none;
}
.dr-info .inner a{
	width: 300px;
	height: 60px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #000034;
	float: right;
	position: relative;
	transition: .3s;
}
.dr-info .inner a:hover{
	opacity: .7;
}
.dr-info .inner a:after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 1px #000034;
	border-right: solid 1px #000034;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
}

.treatment{
	padding: 120px 0;
	background: url(../images/index/bg-triangle06.png) no-repeat;
	/*background-size: 100%;*/
	background-size: cover;
}
.treatment h2{
	font-size: 40px;
	text-align: center;
	position: relative;
}
.treatment h2 span{
	display: block;
	font-size: 18px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #000034;
}
.treatment h2 + p{
	font-size: 18px;
	text-align: center;
	margin: 50px 0 80px;
	line-height: 2em;
	font-weight: 300;
}
.treatment ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.treatment ul li{
	width: calc(50% - 20px);
	background: #000032;
	padding: 50px 40px 140px;
	margin-bottom: 40px;
	position: relative;
}
.treatment ul li:before{
	content: '';
	width: 30px;
	height: 30px;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	position: absolute;
	top: 20px;
	left: 20px;
}
.treatment ul li:after{
	content: '';
	width: 30px;
	height: 30px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	top: 20px;
	right: 20px;
}
.treatment ul li p{
	font-size: 18px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #fff;
	text-align: center;
}
.treatment ul li p span{
	display: block;
	color: #fff;
	font-size: 48px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.1;
}
.treatment ul li dl dt{
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: initial;
	text-align: center;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	margin: 20px 0;
	padding: 10px 0;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*.treatment ul li:first-of-type dl dt{
	letter-spacing: -3px;	
}*/
.treatment ul{
	margin-top: 100px;
}
.treatment ul li dl dd{
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.treatment ul li dl dd:before{
	content: '';
	width: 30px;
	height: 30px;
	border-bottom: solid 1px #fff;
	border-left: solid 1px #fff;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.treatment ul li dl dd:after{
	content: '';
	width: 30px;
	height: 30px;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.treatment ul li dl dd .btn-wrap{
	position: absolute;
	width: 100%;
	left: 40px;
	bottom: 50px;
}
.treatment ul li dl dd a{
	width: calc(100% - 80px);
	height: 60px;
	background: #fff;
	color: #000034;
	display: flex;
	justify-content: center;
	align-items: center;
	/*position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;*/
	position: relative;
	transition: .3s;
}
.treatment ul li dl dd a:after{
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 1px #000034;
	border-right: solid 1px #000034;
	transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
.treatment ul li dl dd a:hover{
	opacity: .7;
}

.cure .wrap{
	width: auto;
	max-width: 1020px;
}
.cure p{
	font-size: 20px;
	text-align: center;
	margin-bottom: 2em;
	line-height: 2.4;
}
.cure p strong{
	display: block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #46BCB3;
	font-size: 50px;
}
.beaty{
	position: relative;
}
/*.beaty:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 110px 50vw;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: 0;
	right: 0;
}*/

.cure{
	position: relative;
	padding-top: 90px;
	z-index: 0;
}
.cure:before{
	content: '';
	width: 100%;
	height: 170%;
	background: url(../images/index/bg-triangle07.png) no-repeat;
	background-size: auto 100%;
	background-position: left;
	position: absolute;
	top: -40%;
	left: 0;
	z-index: -1;
}
.cure:after{
	content: '';
	width: 100%;
	height: 170%;
	background: url(../images/index/bg-triangle08.png) no-repeat;
	background-size: auto 100%;
	background-position: right;
	position: absolute;
	top: -40%;
	right: 0;
	z-index: -1;
}

.pain{
	/*background: url(../images/index/bg04-2.png) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 200px 0;*/
	position: relative;
}
.pain .wrap{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
}
.pain:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 18px 0 18px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	margin: auto;
}
img.pain-bg{
	width: 100%;
}
/*.pain:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 110px 50vw 0 50vw;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}
.pain:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 110px 0 0 50vw;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}*/
.pain dl{
	width: 620px;
	margin: 0 auto;
	padding: 30px 35px;
	position: relative;
}
.pain dl:before{
	content: '';
	width: 30px;
	height: 30px;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.pain dl:after{
	content: '';
	width: 30px;
	height: 30px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	top: 0;
	right: 0;
}
.pain dl dt{
	font-size: 30px;
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 6px;
	position: relative;
}
.pain dl dt:before{
	content: '';
	width: calc(100% - 29px);
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.pain dl dt:after{
	content: '';
	width: 31px;
	height: 27px;
	background: url(../images/index/icon-pen02.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
}
.pain dl dd{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.pain dl dd:before{
	content: '';
	width: 30px;
	height: 30px;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	position: absolute;
	left: -35px;
	bottom: -30px;
}
.pain dl dd:after{
	content: '';
	width: 30px;
	height: 30px;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	position: absolute;
	right: -35px;
	bottom: -30px;
}
.pain dl dd .img{
	width: 220px;
}
.pain dl dd .pain-content{
	width: calc(100% - 250px);
}
.pain dl dd p{
	color: #fff;
	font-size: 14px;
	line-height: 2em;
}
.pain dl dd strong{
	font-size: 22px;
	color: #fff;
	margin: 0 0 20px;
	display: block;
}
.pain dl dd .img{
	background: url(../images/index/ex02.png) no-repeat;
	background-size: cover;
}

.second-opinion{
	position: relative;
	z-index: 0;
}
.second-opinion .wrap{
	padding-bottom: 140px;
	position: relative;
}
.second-opinion .bg-triangle{
	width: 98.5vw;
	height: 100%;
	background: url(../images/index/bg-triangle11.png) no-repeat;
	background-size: 100%;
	background-position: left bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -2;
}
.second-opinion:before{
	content: '';
	width: 100%;
	height: 130%;
	background: url(../images/index/bg-triangle09.png) no-repeat;
	background-size: contain;
	background-position: left;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.second-opinion:after{
	content: '';
	width: 100%;
	height: 130%;
	background: url(../images/index/bg-triangle10.png) no-repeat;
	background-size: contain;
	background-position: right;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.second-opinion h2{
	font-size: 40px;
	color: #000032;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
    padding-top: 80px;
}
.second-opinion h2 strong{
	font-size: 70px;
	color: #000032;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.second-opinion h2 span{
	display: block;
	font-size: 22px;
	line-height: 1;
	color: #000034;
}
.second-opinion ul li{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.second-opinion ul li p{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #000034;
	font-weight: 600;
	width: 150px;
	height: 150px;
	border-radius: 75px;
	border: solid 2px #000034;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.second-opinion ul li p:before{
	content: '';
	width: 2px;
	height: 61px;
	background: #000034;
	position: absolute;
	bottom: -62px;
	left: 0;
	right: 0;
	margin: auto;
}
.second-opinion ul li:last-of-type p:before{
	content: none;
}
.second-opinion ul li:nth-of-type(2) p:before{
	height: 51px;
	bottom: -51px;
}
.second-opinion ul li:nth-of-type(2) p:after{
	content: '';
	width: 10px;
	height: 10px;
	border-bottom: solid 2px #000034;
	border-left: solid 2px #000034;
	transform: rotate(-45deg);
	position: absolute;
	bottom: -51px;
	left: 0;
	right: 0;
	margin: auto;
}
.second-opinion ul li dl{
	width: calc(100% - 170px);
	display: flex;
	background: #F2F2F2;
}
.second-opinion ul li dl dt{
	padding: 20px 30px;
	font-size: 14px;
	width: calc(100% - 230px);
	font-weight: 300;
}
.second-opinion ul li dl dd{
	font-size: 14px;
	width: 230px;
	background: url(../images/index/second-opinion01.png) no-repeat;
	background-size: cover;
}
.second-opinion ul li:nth-of-type(2) dl dd{
	background: url(../images/index/second-opinion02.png) no-repeat;
}
.second-opinion ul li:nth-of-type(3) dl dd{
	background: url(../images/index/second-opinion03.png) no-repeat;
}
.second-opinion ul + p{
	text-align: right;
	font-size: 16px;
	color: #E94300;
	font-weight: 500;
	margin: 20px 0;
}
.second-opinion a:nth-of-type(1){
	background: #000032;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 460px;
    margin: 70px auto 50px;
    transition: .3s;
}
.second-opinion a:nth-of-type(1):hover{
	opacity: .7;
}
.second-opinion a:nth-of-type(1) span{
	font-size: 20px;
    color: #AE9B10;
    padding-left: 46px;
    position: relative;
}
.second-opinion a:nth-of-type(1) span:before{
	content: '';
	width: 28px;
	height: 30px;
	background: url(../images/common/icon-date.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.second-opinion a:nth-of-type(2){
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 460px;
    margin: 0 auto;
    border: solid 1px #000034;
    font-size: 20px;
    color: #000034;
}
.second-opinion a:nth-of-type(2) span{
	font-size: 38px;
	position: relative;
	top: -2px;
	padding-left: 40px;
}
.second-opinion a:nth-of-type(2) span:before{
	content: '';
	width: 27px;
	height: 31px;
	background: url(../images/index/icon-tel.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 7px;
	margin: auto;
}
footer ul{
	margin-top: 0;
}

.treatment_wrap{ padding-top: 50px;}
.main_table{ margin: 20px 0 30px; border: solid 1px #f2f2f2;}
.main_table th{ background: #f2f2f2; vertical-align: middle;}
.main_table th,.main_table td{border: solid 1px #f2f2f2; padding: 5px 15px; box-sizing: border-box; font-size: 12px; font-weight: normal;}


