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

.h_box div {
    background-image: url("../../../../images/surgery/injection/jalpro_superhydro/images/kv.webp");
    background-size: 570px 450px;
    background-repeat: no-repeat;
    background-position: right top;
}

#cont01 .box01 {
    padding-bottom: 0;
}

#about .about_box {
    width: 1140px;
    margin: 0 auto;
    padding-top: 55px;
    padding-bottom: 0;
}

#about .about_box .box {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: space-between;
}

#about .about_box .box > p {
    width: 580px;
}

#treat_content {
    width: 1140px;
    margin: 0 auto;
    padding: 120px 0 65px;
}

#treat_content div {
	text-align: center;
	padding-top: 70px;
}

#treat_content ul {
	padding-top: 70px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	flex-wrap:wrap;
    justify-content: space-between;
}

#treat_content ul li {
	width: 535px;
    padding-bottom: 70px;
}

#treat_content ul li p {
	padding-top: 30px;
}

#feature {
    width: 1140px;
    margin: 0 auto;
    padding: 160px 0 30px;
}

#feature .box01 {
    padding-top: 70px;
	padding-bottom: 120px;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: space-between;
}

#feature .box01 p {
	width: 580px;
}

#feature > div.box02 {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

#feature > div.box02 > div {
    width: 535px;
    padding-bottom: 70px;
}

#feature > div.box02 > div:nth-child(even) {
    margin-left: 70px;
}

#feature > div.box02 > div > h4 {
	letter-spacing: -1px;
}

#feature > div.box02 > div > div {
    padding-top: 30px;
}

#feature > div.box02 > div > p {
    padding: 15px 12px 0;
}

#treat_content02 {
    width: 1140px;
    margin: 0 auto;
    padding: 160px 0 80px;
}

#treat_content02 > p {
	padding-top: 70px;
	padding-bottom: 50px;
}

#treat_content02 > div table {
	margin-top: 30px;
	width: 100%;
	table-layout: fixed;
}

#treat_content02 > div table td {
    border: 1px solid #c9c9c9;
    padding: 35px 15px;
    line-height: 1.8em;
}

#treat_content02 > div table tr:first-child td {
    background-color: #f8f5eb;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

#treat_content02 > div table td:first-child {
    width: 180px;
    font-size: 16px;
}

#treat_content02 > div table td ul li {
	padding-left: 1em;
	line-height: 1.8em;
	position: relative;
}

#treat_content02 > div table td ul li::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

#treat_content03 {
    width: 1140px;
    margin: 0 auto;
    padding: 160px 0 80px;
}

#treat_content03 .box01 {
	padding-top: 70px;
	padding-bottom: 85px;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: space-between;
}

#treat_content03 .box01 > p {
    width: 580px;
}

#treat_content03 > .box02 {
    background-color: #faf9f5;
    padding: 50px 110px 70px;
}

#treat_content03 > .box02 h4 {
    text-align: center;
    color: #9a8755;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 35px;
}

#treat_content03 > .box02 ul {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

#treat_content03 > .box02 ul li {
	width: 208px;
}