/*------------------------------------------

	診療案内

------------------------------------------*/
.sec1-box {
	background-color: #f8f8f8;
	padding-bottom: 60px;
	position: relative;
	overflow: hidden;
}
.sec1-box::before{
	content: "";
	width: 100%;
	height: 500px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: -290px;
	left: 0;
    transform: skew(0deg, -2deg);
    -webkit-transform: skew(0deg, 8deg);
    transform-origin: top left;
    -webkit-transform-origin: top left;
    z-index: 0;
}
.sec1-box .inr {
	position: relative;
	z-index: 1;
}
.sec1-box .txt-box {
	width: 50%;
}
.sec1-box .txt-box .hx {
	font-size: 2.8rem;
	font-weight: bold;
	color: #17204c;
}

.sec1-box .img-box {
	width: 50%;
}
.sec1-box .img-box img {
}
.sec1-box .box {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
}
.sec1-box .box strong {
	color: #003e8a;
}
.sec1-box .box .sub {
	display: inline-block;
}

/*PC*/
@media screen and (min-width: 768px) {
	.sec1-box .txt-box {
		padding-left: 50px;
	}
}/*END*/


/*Smartphone*/
@media screen and (max-width: 767px) {
	.sec1-box {
		padding-bottom: 35px;
	}
	.sec1-box .txt-box {
		width: 100%;
	}
	.sec1-box .txt-box .hx {
		font-size: 2.0rem;
	}

	.sec1-box .img-box {
		width: 100%;
	}
}/*END*/


/*------------------------------------------

	診療案内

------------------------------------------*/
.sec2-box {
	padding-top: 50px;
}
/*
.sec2-box .list-typ1 {
	width: 50%;
}
*/
.list-typ1 strong {
	color: #17204c;
}
.list-typ1 .sub {
	font-size: 1.65rem;
	line-height: 1.3;
	padding-left: 22px;
}

/*PC*/
@media screen and (min-width: 768px) {
	.sec2-box .list-typ1 {
		padding-left: 35px;
	}
}/*END*/


/*Smartphone*/
@media screen and (max-width: 767px) {
	.sec2-box {
		padding-top: 30px;
	}
	.list-typ1 .sub {
		font-size: 1.5rem;
		padding-left: 18px;
	}
}/*END*/