@charset "utf-8";

#contents{
    background: #F7F7F7;
}


.edit_area.type01{
    padding: 70px 0 110px;
}
@media screen and (max-width: 1080px){
    .edit_area.type01{
        padding: 40px 0;
    }
}


.edit_area .list01{
    margin: 0 auto;
    width: 890px;
}
@media screen and (max-width: 1080px){
    .edit_area .list01{
         width: auto;
    }
}
.edit_area .list01:after{
    content: " "; display: block; height: 0; clear: both;
}
.edit_area .list01 li{
    float: left;
    width: 415px;
    margin: 0 0 0 60px;
}
@media screen and (max-width: 1080px){
    .edit_area .list01 li{
        float: none;
        width: auto;
        margin: 0 0 20px;
    }
}
.edit_area .list01 li:nth-child(odd){
    clear: both;
    margin-left: 0;
}
@media screen and (max-width: 1080px){
    .edit_area .list01 li:last-child{
        margin-bottom: 0;
    }
}

.edit_area .list01 li a{
    display: flex;

    width: 100%;
    height: 335px;

    color: #000;
    text-align: center;
    text-decoration: none;
    background: #FFF;
    transition: ease 0.25s all;

    align-items: center;
    justify-content: center;
    flex-direction: column;
}
@media screen and (max-width: 1080px){
    .edit_area .list01 li a{
        height: 200px;
    }
}

.edit_area .list01 li a:hover{
    color: #FFF;
    background-color: #375499;
}

.edit_area .list01 li .sub,
.edit_area .list01 li .main,
.edit_area .list01 li .notes{
    display: inline-block;
}

.edit_area .list01 li .sub{
    margin: 30px 0 40px;
    padding: 0 0 10px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 100%;

    border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 1080px){
    .edit_area .list01 li .sub{
        margin: 10px 0 20px;
        padding: 0 0 10px;
        font-size: 1.2rem;
      }
}

.edit_area .list01 li .main{
    margin: 0 0 40px;
    color: #375499;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 160%;
}
@media screen and (max-width: 1080px){
    .edit_area .list01 li .main{
        margin: 0 0 20px;
        font-size: 1.8rem;
    }
}
.edit_area .list01 li a:hover .main{
    color: #FFF;
}


.edit_area .list01 li .notes{
    padding: 0 22px 0 0;
    font-size: 1.4rem;
    text-align: center;
    line-height: 180%;
    background: url(../../common/img/parts/bottom_arrow01_01.png) no-repeat right 4px;
}
@media screen and (max-width: 1080px){
    .edit_area .list01 li .notes{
        font-size: 1.2rem;
        background-size: auto 12px;
    }
}

.edit_area .cap01{
    margin: 0 0 90px;

    width: 100%;
    height: 239px;

    color: #FFF;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 239px;
    letter-spacing: 6px;

    background: no-repeat center center;
    background-size: cover;
}
@media screen and (max-width: 1080px){
    .edit_area .cap01{
        margin: 0 0 20px;
        padding: 40px 0;
        height: auto;

        font-size: 1.8rem;
        line-height: 140%;
        letter-spacing: 3px;
    }
}

/* service_box */
.edit_area .service_box{
    margin: 80px 0 0;
    padding: 110px 0 0 0;
    border-top: 1px solid #DDD;
}
@media screen and (max-width: 1080px){
    .edit_area .service_box{
        margin: 30px 0 0;
        padding: 40px 0 0;
    }
}

.edit_area .t01{
    margin: 0 0 30px;
    text-align: center;
    line-height: 200%;
}
@media screen and (max-width: 1080px){
    .edit_area .t01{
        margin: 0 0 15px;
        font-size: 1.4rem;
        line-height: 160%;
        text-align: left;
    }
}

.edit_area .list02{
    margin: 0 auto;
    padding: 0 0 50px;
    width: 950px;
}
@media screen and (max-width: 1080px){
    .edit_area .list02{
        margin: 30px auto 0;
        padding: 0 0 25px;
        width: auto;
    }
}
.edit_area .list02:after{
    content: " "; display: block; height: 0; clear: both;
}

.edit_area .list02 > li{
    float: left;
    width: 205px;
    margin: 0 0 80px 39px;
}
@media screen and (max-width: 1080px){
    .edit_area .list02 > li{
        width: calc(50% - 20px);
        margin: 0 10px 30px;
    }
}
.edit_area .list02 > li:nth-child(4n+1){
    clear: both;
    margin-left: 0;
}
@media screen and (max-width: 1080px){
    .edit_area .list02 > li:nth-child(4n+1){
        clear: none;
        margin-left: 10px;
    }
    .edit_area .list02 > li:nth-child(2n+1){
        clear: both;
    }
}

.edit_area .list02 > li .photo{
    margin: 0 0 30px;
    text-align: center;
}
@media screen and (max-width: 1080px){
    .edit_area .list02 > li .photo{
        margin: 0 0 15px;
     }
}
.edit_area .list02 > li .photo img{
    vertical-align: top;
}
@media screen and (max-width: 1080px){
    .edit_area .list02 > li .photo img{
        object-fit: scale-down;
        width: 100%;
        height: 100px;
    }
}

.edit_area .list02 > li .title{
    margin: 0 0 10px;
    color: #375499;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 200%;
    text-align: center;
}
@media screen and (max-width: 1080px){
    .edit_area .list02 > li .title{
        font-size: 1.4rem;
        line-height: 160%;
    }
}

.edit_area .list04{
}
.edit_area .list04 li{
    position: relative;
    margin: 0 0 5px;
    padding: 0 0 0 20px;
    font-size: 1.4rem;
    line-height: 160%;
}
@media screen and (max-width: 1080px){
    .edit_area .list04 li{
         font-size: 1.2rem;
     }
}
.edit_area .list04 li:before{
    content: "";
    position: absolute;
    top: 6px;
    left: 0;

    display: block;
    width: 10px;
    height: 10px;

    background: #375499;
    border-radius: 5px;
}
@media screen and (max-width: 1080px){
    .edit_area .list04 li:before{
        top: 6px;
        left: 0;
        width: 6px;
        height: 6px;
        border-radius: 3px;
    }
}





/* list03 */
.edit_area .list03{
    padding: 0 0 110px;
}
.edit_area .list03:after{
    content: " "; display: block; height: 0; clear: both;
}
.edit_area .list03 li{
    position: relative;
    float: left;
    width: calc(50% - 20px);
    margin: 0 0 5px 20px;
    padding: 0 0 0 22px;
    font-size: 1.4rem;
    line-height: 160%;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.edit_area .list03 li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    display: block;
    width: 11px;
    height: 11px;
    background: #375599;
    border-radius: 11px;
}
.edit_area .list03 li:nth-child(odd){
    clear: both;
    margin-left: 0;
}


/* type02 */
.edit_area.type02{
    background-color: #FFF;
}
.edit_area.type02 .cap01{
    background-image: url(../../img/service/bg01_01.jpg);
}
/* type03 */
.edit_area.type03{
    background-color: #FFF;
}
.edit_area.type03 .cap01{
    background-image: url(../../img/service/bg02_01.jpg);
}
