@charset "utf-8";
.sec_service{
    padding: 110px 0 100px;
}
.sec_service .inner{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0 90px;
    box-sizing: border-box;
}
.sec_service .link_box{
    position: relative;
    width: 46.8%;
    min-height: 450px;
    margin-top: 50px;
    border: 1px solid #000000;
    box-sizing: border-box;
}
.sec_service .link_box:nth-child(1),
.sec_service .link_box:nth-child(2){
    margin-top: 0;
}
.sec_service .link_box:nth-child(even){
    margin-left: 6.4%;
}
.sec_service h3{
    margin: 0 0 45px;
    padding: 25px 0 45px 25px;
    font-weight: normal;
    font-size: 2.2rem;
    color: #333;
    background: url(../img/service/line.png) 0 100% no-repeat;
    background-size: 88% auto;
}
.sec_service .list_link{
    margin: 0 0 0 30px;
    padding: 0;
    list-style-type: none;
}
.sec_service .list_link li{
    line-height: 1.75;
    font-size: 1.6rem;
}
.sec_service .list_link a{
    position: relative;
    display: inline-block;
    padding-right: 30px;
}
.sec_service .list_link a:after{
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #E41B5B;
}
.sec_service .img{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.sec_service img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.img_r p{
    text-align: center;
}
.link02{
    padding-bottom: 40px;
}
.link02 .list_link li + li,
.link06 .list_link li + li{
    margin-top: 15px;
}
.link02 .img_r{
    position: absolute;
    top: 140px;
    right: 15px;
    width: 130px;
}
.link02 .img_r p + p{
    margin-top: 25px;
}
.link05{
    padding-bottom: 20px;
}
.link05 .img_r{
    position: absolute;
    top: 166px;
    right: 20px;
}
.link05 .img_r p + p{
    margin-top: 70px;
}
.link07 .list_link li{
    padding-right: 60px;
}
.link07 .list_link li + li{
    margin-top: 40px;
}
.link07 .img_r{
    float: right;
}

@media screen and (max-width: 767px) {
    .sec_service{
        padding: 12% 0 20%;
    }
    .sec_service .inner{
        display: block;
        padding: 0;
    }
    .sec_service .link_box,
    .sec_service .link_box:nth-child(2){
        width: 100%;
        min-height: 400px;
        margin-top: 8%;
    }
    .sec_service .link_box:nth-child(even){
        margin-left: 0;
    }
    .sec_service h3{
        margin-bottom: 5%;
        padding: 3% 0 3% 3%;
        font-size: 1.8rem;
    }
    .sec_service .list_link{
        margin-left: 1em;
    }
    .sec_service .list_link li {
        font-size: 1.4rem;
    }
    .sec_service .list_link li:not(:last-child) {
        padding-bottom: 5px;
    }
    .sec_service .list_link a:after{
        top: 8px;
    }
    .link02{
        padding-bottom: 10%;
    }
    .link02 .list_link li + li,
    .link06 .list_link li + li{
        margin-top: 0;
    }
    .link02 .img_r{
        top: 25%;
        right: 5%;
        width: 20%;
    }
    .link02 .img_r p + p{
        margin-top: 8%;
    }
    .link05{
        padding-bottom: 8%;
    }
    .link05 .img_r{
        top: 35%;
        right: 5%;
        width: 35%;
    }
    .link05 .img_r p + p{
        width: 70%;
        margin: 20% auto 0;
    }
    .link07{
        padding-bottom: 8%;
    }
    .link07 .list_link li{
        padding-right: 8%;
    }
    .link07 .list_link li + li{
        margin-top: 5%;
    }
    .link07 .img_r{
        width: 30%;
    }
}

@media screen and (max-width: 500px) {
    .sec_service .link_box, .sec_service .link_box:nth-child(2){
        min-height: 0;
    }
    .sec_service .img{
        position: static;
        margin-top: 8%;
    }
}
@media screen and (max-width: 365px) {
    .sec_service .list_link li{
        font-size: 1.3rem;
    }
    .sec_service .list_link a:after{
        top: 5px;
    }
}