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

.h_box div {
    background-image: url("../../../../images/surgery/lift_up/pelican/images/kv.webp");
    background-size: auto 300px;
    background-repeat: no-repeat;
    background-position: right -100px top;
}

.h_box div h1 span {
    font-size: 24px;
}

#about .about_box {
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 5.93%;
    padding-right: 5.93%;
}

#about .about_box .box > p {
    padding-top: 30px;
}

#about .about_box ul {
    padding-top: 80px;
}

#about .about_box ul li {
    padding-bottom: 100px;
    position: relative;
}

#about .about_box ul li:first-child::before {
    content: "";
    width: 40px;
    height: 42px;
    background-image: url("../../../../images/arrow.webp");
    background-size: cover;
    position: absolute;
    bottom: 29px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}

#about .about_box ul li:last-child {
    padding-bottom: 0;
}

#about .about_box ul li p {
    padding-top: 10px;
}

#feature {
    padding: 80px 5.93% 60px;
}

#feature > p {
    padding: 50px 0;
}

#feature ul li {
    padding-bottom: 50px;
    position: relative;
}

#feature ul li:last-child {
    padding-bottom: 0;
}

#feature ul li p {
    padding-top: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#feature ul li p span:first-child {
	width: 1em;
}

#feature ul li p span:last-child {
	width: calc(100% - 1em);
}

#treat_content {
    padding: 80px 5.93% 60px;
}

#treat_content > p {
    padding: 50px 0;
}

#treat_content > ul {
	padding-bottom: 50px;
}

#treat_content > ul li {
    padding-bottom: 50px;
    position: relative;
}

#treat_content > ul li:last-child {
    padding-bottom: 0;
}

#treat_content > ul li p {
    padding-top: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#treat_content > ul li p span:first-child {
	width: 1em;
}

#treat_content > ul li p span:last-child {
	width: calc(100% - 1em);
}

#treat_content > div {
    background-color: #faf9f5;
    padding: 35px 20px;
}

#treat_content > div h4 {
    text-align: center;
    color: #9a8755;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 35px;
}

#treat_content > div li {
    margin-bottom: 15px;
}

#treat_content > div li:last-child {
    margin-bottom: 0;
}

