@charset "utf-8";

@media (max-width: 700px) {

#service_head {
    padding-top: 9.23%;
    padding-bottom: 7.69%;
    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 96px,left 3.07% top 460px;
    background-size: 96px auto,96px auto;
}
#service_head h2 {
    font-size: 32px;
    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: 18px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    background-size: 28px auto;
    display: inline-block;
    line-height: 1em;
}
#service_head h2 span {
    color: #17489d;
}
#service_head h3 {
    color: #17489d;
    font-size: 24px;
    line-height: 1em;
    background-image: url(../images/common/border-hole.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 170% auto;
    padding-bottom: 24px;
    margin-top: 7.69%;
    margin-bottom: 4.61%;
}
.service_catch_txt {
    font-size: 17px;
    line-height: 1.7em;
    font-weight: 600;
}
#service_head_cont {
    display: flex;
    justify-content: space-between;
    margin-top: 5.38%;
    align-items: center;
    flex-direction: column;
}
#service_head_cont_img {
    width: 100%;
    margin-bottom: 24px;
}
#service_head_cont_txt {
    width: 100%;
}
#service_head_cont_txt p {
    font-size: 15px;
    line-height: 1.7em;
}
#service_product {
    background-image: url(../images/common/deco_ring_red.svg);
    background-repeat: no-repeat;
    background-position: right top 48px;
    background-size: 96px auto;
    padding-top: 3.07%;
    padding-bottom: 9.23%;
}



#service_product ul {
    margin-top: 9.23%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#service_product ul li {
    width: 48.46%;
    background-color: #ebeff3;
    border-radius: 6px;
    margin-bottom: 3.07%;
}
#service_product .product_column3 li {
    width: 48.46%;
}

.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 0px top 3.84%;
    background-size: 96px auto;
}
#service_engineering_head {
    margin-top: 9.23%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(../images/common/deco_ring_green.svg);
    background-repeat: no-repeat;
    background-position: left 0% top 120px;
    background-size: 96px auto;
    padding-bottom: 3.07%;
    margin-bottom: 5.38%;
    flex-direction: column-reverse;
}

#service_engineering_txt {
    width: 100%;
}
#service_engin_catch {
    font-size: 20px;
    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: 100%;
    margin-bottom: 16px;
}
#service_engineering_flow_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#service_engineering_flow {
    width: 100%;
    margin-bottom: 6.15%;
}
#service_engineering_flow ul {
}
#service_engineering_flow ul li {

}
.flow_head {
    display: flex;
    align-items: flex-start;
}
.flow_head span {
    color: #17489d;
    font-size: 32px;
    font-weight: 600;
    line-height: 1em;
    margin-right: 8px;
}
.flow_head p {
    font-size: 18px;
    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: 40px;
    min-width: 40px;
    background-image: url(../images/service/flow_arrow.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 8px auto;
    margin-right: 8px;
}
#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.6em;
}
#service_flow_imgbox {
    width: 100%;
    max-width: 100%;
}
#service_flow_imgbox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#service_flow_imgbox ul li {
    margin-bottom: 6.15%;
    width: 46.92%;
}
#service_flow_imgbox ul li:nth-child(4) {
    margin-bottom: 0px;
}

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

}
#service_equipment ul {
    display: flex;
    justify-content: space-between;
    margin-top: 9.23%;
    flex-wrap: wrap;
}
#service_equipment ul li {
    width: 100%;
    margin-bottom: 9.23%;
}
.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: 18px;
}
.service_equipment_txt p {
    font-size: 15px;
    line-height: 1.7em;
}
}
