@charset "UTF-8";
/* CSS Document */
@media screen and (max-width:700px) {
#service{
    margin-top: 12.3%;
    margin-bottom: 9.23%;
}
.service_each{
    margin-bottom: 12.3%;
    display: flex;
    flex-direction: column-reverse;
}
.service_detail {
    width: 100%;
    margin-right: 0%;
}
.service_title{
    padding-left: 5.38%;
    margin-bottom: 3.84%;
    padding-top: 8px;
}
.service_title h2{
    margin-top: 16px;
    font-size: 20px;
    line-height: 1em;
    font-weight: 500;
    border-bottom: 1px solid #EBEDEF;
    padding-bottom: 10px;
    margin-bottom: 16px;
}
.service_title p{
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 500;
    width: 100%;
    margin-right: 0px;
    padding-right: 5.38%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.service_explain{
    background-color: #F4F4F4;
    padding: 6.92% 5.38%;
}
.service_explain p{
    width: 100%;
    font-size: 15px;
    line-height: 1.8em;
    font-weight: 400;
}

.service_imgbox {
    display: flex;
    width: 100%;
    z-index: 1;
}
.serv_img{
}
.serv_img img {
}
.service_imgbox p{
    font-family: "Jost", sans-serif;
    font-size: 14px;
    line-height: 1em;
    font-weight: 600;
    writing-mode: vertical-rl;
    text-align: center;
    padding-left: 5.38%;
    padding-right: 5.38%;
}
.service_each:nth-child(2n) {
    flex-direction: column-reverse;
}
.service_each:nth-child(2n)  .service_detail {
    margin-right: 0px;
    margin-left: -0%;
}
.service_each:nth-child(2n)  .service_title {
    padding-left: 0px;
    padding-right: 5.38%;
}
.service_each:nth-child(2n)  .service_title h2 {
    padding-left: 5.38%;
}
.service_each:nth-child(2n)  .service_title p {
    padding-left: 5.38%;
    padding-right: 0px;
}
.service_each:nth-child(2n)  .service_explain {
    padding: 6.92% 5.38%;
}
.service_each:nth-child(2n)  .service_explain p {
    margin-left: auto;
}
.service_each:nth-child(2n)  .service_imgbox {
    flex-direction: row-reverse;
    right: auto;
    left: 0px;
}
}
