@charset "utf-8";

.edit_area.type01{
    padding-bottom: 80px;
}
@media screen and (max-width: 1080px){
    .edit_area.type01{
        padding-bottom: 40px;
    }
}


/* list01 */
.edit_area.type01 .list01{
    margin: 0 0 110px;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .list01{
        margin: 0 0 40px;
    }
}
.edit_area.type01 .list01:after{
    content: " "; display: block; height: 0; clear: both;
}
.edit_area.type01 .list01 li{
    float: left;
    width: 294px;
    margin: 0 0 0 37px;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .list01 li{
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }
}
.edit_area.type01 .list01 li:first-child,
.edit_area.type01 .list01 li:nth-child(3n+1){
    clear: both;
    margin-left: 0;
}

.edit_area.type01 .list01 li .photo{
    margin: 0 0 10px;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .list01 li .photo{
        text-align: center;
    }
}

.edit_area.type01 .list01 li .photo:after{
    content: " "; display: block; height: 0; clear: both;
}
.edit_area.type01 .list01 li .photo img{
    vertical-align: top;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .list01 li .photo img{
        width: 100%;
        height: auto;
    }
}

.edit_area.type01 .list01 li .cap01{
    margin: 0 0 10px;
    color: #375299;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 180%;
}
.edit_area.type01 .list01 li .t01{
    font-size: 1.4rem;
    line-height: 180%;
}


/* list02 */
.edit_area.type01 .list02{
    margin: 0 0 30px;
    text-align: left;
    letter-spacing: -0.5em;
}
.edit_area.type01 .list02 *{
    letter-spacing: normal;
}
.edit_area.type01 .list02 li{
    display: inline-block;
    margin: 0 0 30px 50px;

    vertical-align: top;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .list02 li{
        margin: 0 0 20px 20px;
    }
}
.edit_area.type01 .list02 li:first-child,
.edit_area.type01 .list02 li:nth-child(5n+1){
    margin-left: 0;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .list02 li:first-child,
    .edit_area.type01 .list02 li:nth-child(5n+1){
        margin-left: 20px;
    }
}

.edit_area.type01 .list02 li .photo{
    margin: 0 0 20px;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .list02 li .photo{
        margin: 0 0 10px;
    }
}
.edit_area.type01 .list02 li .photo img{
    vertical-align: top;
}

.edit_area.type01 .list02 li .t02{
    font-size: 1.4rem;
    line-height: 140%;
    text-align: center;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .list02 li .t02{
        font-size: 1.2rem;
    }
}


/* edit_area.type02 */


.edit_area.type02{
    padding: 100px 0;
    background: #8DC0DC;
}
@media screen and (max-width: 1080px){
    .edit_area.type02{
        padding: 40px 0;
    }
}

.edit_area.type02 .image_set{
}
.edit_area.type02 .image_set .photo{
    width: 410px;
}
@media screen and (max-width: 1080px){
    .edit_area.type02 .image_set .photo{
        margin: 0 0 20px;
        width: auto;
    }
}
.edit_area.type02 .image_set .photo img{
    vertical-align: top;
}
@media screen and (max-width: 1080px){
    .edit_area.type02 .image_set .photo img{
        width: 100%;
        height: auto;
    }
}

.edit_area.type02 .image_set .text{
    width: 500px;
}
@media screen and (max-width: 1080px){
    .edit_area.type02 .image_set .text{
        width: auto;
    }
}

.edit_area.type02 .image_set .text .cap01{
    margin: 0 0 20px;
    color: #FFF;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 150%;
    letter-spacing: 2px;
}
@media screen and (max-width: 1080px){
    .edit_area.type02 .image_set .text .cap01{
        margin: 0 0 10px;
        font-size: 1.6rem;
    }
}

.edit_area.type02 .image_set .text .cap02{
    margin: 0 0 20px;
    color: #FFF;
    font-weight: bold;
    line-height: 200%;
}
@media screen and (max-width: 1080px){
    .edit_area.type02 .image_set .text .cap02{
        margin: 0 0 10px;
        line-height: 160%;
    }
}
.edit_area.type02 .image_set .text .t01{
    margin: 0 0 20px;
    color: #FFF;
    font-size: 1.4rem;
    line-height: 200%;
}
@media screen and (max-width: 1080px){
    .edit_area.type02 .image_set .text .t01{
        margin: 0 0 10px;
        line-height: 160%;
    }
}
.edit_area.type02 .image_set .text .common_btn01{
    margin-top: 40px;
}
@media screen and (max-width: 1080px){
    .edit_area.type02 .image_set .text .common_btn01{
        margin-top: 20px;
    }
}

/* list03 */
.edit_area.type03{
    padding: 80px 0;
}
@media screen and (max-width: 1080px){
    .edit_area.type03{
        padding: 40px 0;
    }
}

.edit_area.type03 .list01{
    counter-reset:count;
}
.edit_area.type03 .list01:after{
    content: " "; display: block; height: 0; clear: both;
}
.edit_area.type03 .list01 > li{
    position: relative;
    float: left;
    width: 450px;
    margin: 0 0 90px 60px;
}
@media screen and (max-width: 1080px){
    .edit_area.type03 .list01 > li{
        position: relative;
        float: none;
        width: auto;
        margin: 0 0 40px;
    }
}
.edit_area.type03 .list01 > li:after{
    counter-increment: count;
    content: counter(count);

    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;

    color: #FFF;
    font-size: 1.9rem;
    line-height: 40px;
    text-align: center;
    background-image:-webkit-gradient(linear,color-stop(0, rgba(84,160,203,0.48)),color-stop(1, rgba(55,84,152,0.48)));
    background-image:-webkit-linear-gradient(rgba(84,160,203,0.48) 0%,rgba(55,84,152,0.48) 100%);
    background-image:linear-gradient(rgba(84,160,203,0.48) 0%,rgba(55,84,152,0.48) 100%);
}
.edit_area.type03 .list01 > li.clear{
    clear: both;
    margin-left: 0;
}
.edit_area.type03 .list01 > li.all{
    width: 100%;
}

.edit_area.type03 .list01 > li .photo{
}
.edit_area.type03 .list01 > li .photo img{
    vertical-align: top;
}
@media screen and (max-width: 1080px){
    .edit_area.type03 .list01 > li .photo img{
        width: 100%;
        height: auto;
    }
}
.edit_area.type03 .list01 > li .cap01{
    margin: 0 0 50px;
    padding: 4px 0 0 64px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 160%;
}
@media screen and (max-width: 1080px){
    .edit_area.type03 .list01 > li .cap01{
        margin: 0 0 25px;
        font-size: 1.6rem;
    }
}


.edit_area.type03 .list02{
}
.edit_area.type03 .list02 li{
    position: relative;
    display: inline-block;

    margin: 0 40px 0 0;
    padding: 12px 0 12px 20px;

    color: #333;
    font-size: 1.4rem;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 1080px){
    .edit_area.type03 .list02 li{
        display: block;
        margin: 0;
        padding: 5px 0 5px 20px;
        font-size: 1.4rem;
    }
}
.edit_area.type03 .list02 li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 19px;

    display: block;
    width: 8px;
    height: 8px;
    background: #39599B;
    border-radius: 8px;
}
@media screen and (max-width: 1080px){
    .edit_area.type03 .list02 li:before{
        top: 12px;
    }
}

.edit_area.type03 .list02 li.border{
}
.edit_area.type03 .list02 li.border:after{
    position: absolute;
    left: 0;
    bottom: 0;

    content: "";
    display: block;
    width: 960px;
    height: 1px;
    background: #DDD;
}
@media screen and (max-width: 1080px){
    .edit_area.type03 .list02 li.border:after{
        display: none;
    }
}
.edit_area.type03 .list02 li.border:last-child:after{
    display: none;
}

.edit_area.type03 .list03{
}
.edit_area.type03 .list03:after{
    content: " "; display: block; height: 0; clear: both;
}

.edit_area.type03 .list03 li{
    float: left;
    width: 450px;
    margin: 0 0 0 60px;
}
@media screen and (max-width: 1080px){
    .edit_area.type03 .list03 li{
        float: none;
        width: auto;
        margin: 0 0 30px;
    }
}
.edit_area.type03 .list03 li:first-child,
.edit_area.type03 .list03 li:nth-child(odd){
    clear: both;
    margin-left: 0;
}

.edit_area.type03 .list03 li .cap02{
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 0 22px;
    color: #333;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 160%;
}
@media screen and (max-width: 1080px){
    .edit_area.type03 .list03 li .cap02{
        margin: 0 0 15px;
    }
}

.edit_area.type03 .list03 li .cap02:before{
    content: "";
    position: absolute;
    left: 0;
    top: 7px;

    display: block;
    width: 8px;
    height: 8px;
    background: #39599B;
    border-radius: 8px;
}

.edit_area.type03 .list03 li .photo{
}
.edit_area.type03 .list03 li .photo img{
    vertical-align: top;
}
@media screen and (max-width: 1080px){
    .edit_area.type03 .list03 li .photo img{
        width: 100%;
        height: auto;
    }
}











