@charset "utf-8";
#service_head {
    padding-top: 6.15%;
    padding-bottom: 6.15%;
    background-image: url(../images/common/deco_ring_green.svg),url(../images/common/deco_square_blue.svg);
    background-repeat: no-repeat;
    background-position: right -40px top 128px,left 3.07% bottom 10%;
    background-size: 168px auto,120px auto;
}
#service_head h2 {
    font-size: 40px;
    background-image: url(../images/common/brackets_l.svg),url(../images/common/brackets_r.svg);
    background-repeat: no-repeat;
    background-position: left top,right bottom;
    padding-top: 20px;
    padding-right: 38px;
    padding-left: 32px;
    padding-bottom: 24px;
    background-size: 40px auto;
    display: inline-block;
    line-height: 1em;
}
#service_head h2 span {
    color: #17489d;
}
#service_head h3 {
    color: #17489d;
    font-size: 32px;
    line-height: 1em;
    background-image: url(../images/common/border-hole.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    padding-bottom: 48px;
    margin-top: 6.15%;
    margin-bottom: 3.07%;
}
.service_catch_txt {
    font-size: 18px;
    line-height: 1.8em;
    font-weight: 600;
}
#service_head_cont {
    display: flex;
    justify-content: space-between;
    margin-top: 3.84%;
    align-items: center;
}
#service_head_cont_img {
    width: 46.92%;
}
#service_head_cont_txt {
    width: 46.92%;
}
#service_head_cont_txt p {
    font-size: 15px;
    line-height: 2em;
}
#service_product {
    background-image: url(../images/common/deco_ring_red.svg);
    background-repeat: no-repeat;
    background-position: right top 48px;
    background-size: 136px auto;
    padding-top: 3.07%;
    padding-bottom: 9.23%;
}



#service_product ul {
    margin-top: 4.61%;
    display: flex;
    justify-content: space-between;
}
#service_product ul li {
    width: 18.46%;
    background-color: #ebeff3;
    border-radius: 6px;
}
#service_product .product_column3 li {
    width: 30%;
}

.service_product_img {

}
.service_product_img img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#service_product ul li h3 {
    padding-top: 12px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 12px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
#service_engineering {
    background-image: url(../images/common/deco_ring_blue.svg);
    background-repeat: no-repeat;
    background-position: right 24px top 6.15%;
    background-size: 120px auto;
}
#service_engineering_head {
    margin-top: 3.84%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(../images/common/deco_ring_green.svg);
    background-repeat: no-repeat;
    background-position: right 44.61% bottom;
    background-size: 152px auto;
    padding-bottom: 3.07%;
    margin-bottom: 5.38%;
}

#service_engineering_txt {
    width: 50%;
}
#service_engin_catch {
    font-size: 28px;
    line-height: 1.8em;
}
#service_engin_catch span {
    padding-top: 3px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    background-color: #FFF100;
}
#service_engineering_img {
    width: 46.15%;
}
#service_engineering_flow_wrap {
    display: flex;
    justify-content: space-between;
}
#service_engineering_flow {
    width: 67.69%;
}
#service_engineering_flow ul {
}
#service_engineering_flow ul li {

}
.flow_head {
    display: flex;
    align-items: flex-start;
}
.flow_head span {
    color: #17489d;
    font-size: 48px;
    font-weight: 600;
    line-height: 1em;
    margin-right: 16px;
}
.flow_head p {
    font-size: 20px;
    line-height: 1em;
    font-weight: 600;
    padding-bottom: 16px;
    border-bottom: 0.05em solid #231815;
    width: 100%;
    margin-top: 4px;
}
.flow_head p small {
    font-size: 14px;
}

.flow_cont {
    display: flex;
}
.flow_arrow {
    width: 56px;
    min-width: 56px;
    background-image: url(../images/service/flow_arrow.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 10px auto;
    margin-right: 16px;
}
#service_engineering_flow ul li:last-child .flow_arrow {
	background-image: none;
}
.flow_txt {
    padding-bottom: 8.46%;
    margin-top: 8px;
}
#service_engineering_flow ul li:last-child .flow_txt {
    padding-bottom: 0px;
}

.flow_txt p {
    font-size: 15px;
    line-height: 1.7em;
}
#service_flow_imgbox {
    width: 26.92%;
    max-width: 304px;
}
#service_flow_imgbox ul {
}
#service_flow_imgbox ul li {
    margin-bottom: 56px;
}
#service_flow_imgbox ul li:nth-child(4) {
    margin-bottom: 0px;
}

#service_flow_imgbox ul li img {
    border-radius: 6px;
    -webkit-box-shadow: 12px 12px 0px #FFF100;
    box-shadow: 12px 12px 0px #FFF100;
}
#service_flow_imgbox ul li:nth-child(2) img {
    box-shadow: 12px 12px 0px #80bb6c;
    -webkit-box-shadow: 12px 12px 0px #80bb6c;
}
#service_flow_imgbox ul li:nth-child(3) img {
	box-shadow: 12px 12px 0px #d86547;
	-webkit-box-shadow: 12px 12px 0px #d86547;
}
#service_flow_imgbox ul li:nth-child(4) img {
    box-shadow: 12px 12px 0px #4fa7cc;
    -webkit-box-shadow: 12px 12px 0px #4fa7cc;
}
#service_equipment {
    margin-top: 9.23%;

}
#service_equipment ul {
    display: flex;
    justify-content: space-between;
    margin-top: 4.61%;
}
#service_equipment ul li {
    width: 30%;
}
.service_equipment_img {
    margin-bottom: 12px;
}
.service_equipment_img img {
    border-radius: 6px;
}
.service_equipment_txt {
}
.service_equipment_txt h3 {
    border-bottom: 0.055em solid #231815;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 20px;
}
.service_equipment_txt p {
    font-size: 15px;
    line-height: 1.7em;
}
