@charset "utf-8";


/* balancer */

.c02_01{
    margin-bottom: 50px;
}
@media screen and (max-width: 1080px){
    .c02_01{
        margin-bottom: 25px;
    }
}
/* edit_area.type01 */
.edit_area.type01{
    padding-bottom: 90px;
}
@media screen and (max-width: 1080px){
    .edit_area.type01{
        padding-bottom: 45px;
    }
}
.edit_area.type01 .image_set{
}
.edit_area.type01 .image_set .photo{
    width: 410px;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .image_set .photo{
        margin: 0 0 20px;
        width: auto;
    }
}
.edit_area.type01 .image_set .photo img{
    vertical-align: top;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .image_set .photo img{
        width: 100%;
        height: auto;
    }
}
.edit_area.type01 .image_set .text{
    width: 500px;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .image_set .text{
        width: auto;
    }
}
.edit_area.type01 .image_set .text .cap01{
    margin: 0 0 30px;
    color: #375299;
    font-size: 1.8rem;
    font-weight: bold;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .image_set .text .cap01{
        margin: 0 0 15px;
        font-size: 1.6rem;
    }
}
.edit_area.type01 .image_set .text .t01{
    font-size: 1.4rem;
    line-height: 200%;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .image_set .text .t01{
        line-height: 160%;
    }
}


/* edit_area.type02 */
.edit_area.type02{
    padding: 90px 0 20px;
    background: #F7F7F7;
}
@media screen and (max-width: 1080px){
    .edit_area.type02{
        padding: 40px 0 20px;
    }
}
.edit_area.type02 .list01{
}
.edit_area.type02 .list01 li{
    margin: 0 0 80px;
}
@media screen and (max-width: 1080px){
    .edit_area.type02 .list01 li{
        margin: 0 0 40px;
    }
}
.edit_area.type02 .list01 li .image_set{
}
.edit_area.type02 .list01 li .image_set .photo{
    width: 410px;
}
@media screen and (max-width: 1080px){
    .edit_area.type02 .list01 li .image_set .photo{
        width: auto;
    }
}

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


.edit_area.type02 .list01 li .image_set .text{
    width: 500px;
}
@media screen and (max-width: 1080px){
    .edit_area.type02 .list01 li .image_set .text{
        margin: 0 0 20px;
        width: auto;
    }
}
.edit_area.type02 .list01 li .image_set .text .cap01{
    margin: 0 0 30px;
    padding: 0 0 20px;

    color: #375299;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 160%;

    border-bottom: 2px solid #DEDEDE;
}
@media screen and (max-width: 1080px){
    .edit_area.type02 .list01 li .image_set .text .cap01{
        margin: 0 0 15px;
        padding: 0 0 10px;
        font-size: 1.6rem;
    }
}


.edit_area.type02 .list01 li .image_set .text .cap01 span{
    display: inline-block;
    margin: 0 26px 0 0;
    font-size: 3.3rem;
    font-weight: bold;
}
@media screen and (max-width: 1080px){
    .edit_area.type02 .list01 li .image_set .text .cap01 span{
        margin: 0 10px 0 0;
        font-size: 2.2rem;
        line-height: 100%;
        vertical-align: top;
    }
}

.edit_area.type02 .list01 li .image_set .text .t01{
    font-size: 1.4rem;
    line-height: 200%;
}
@media screen and (max-width: 1080px){
    .edit_area.type02 .list01 li .image_set .text .t01{
        line-height: 160%;
    }
}

/* edit_area.type03 */
.edit_area.type03{
    padding: 90px 0 20px;
}
.edit_area.type03.c01{
    background-color: #F7F7F7;
}


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

.edit_area.type03 .center_photo{
    margin: 0 0 70px;
    text-align: center;
}
@media screen and (max-width: 1080px){
    .edit_area.type03 .center_photo{
        margin: 0 0 35px;
    }
}
.edit_area.type03 .center_photo img{
    vertical-align: top;
}
@media screen and (max-width: 1080px){
    .edit_area.type03 .center_photo img{
        width: 100%;
        height: auto;
    }
}

.edit_area.type03 .image_set{
    margin: 0 0 70px;
}
@media screen and (max-width: 1080px){
    .edit_area.type03 .image_set{
        margin: 0 0 35px;
    }
}

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

.edit_area.type03 .image_set .text{
}
.edit_area.type03 .image_set .text .list01{
    display: block;
    width: 100%;
}
.edit_area.type03 .image_set .text .list01:after{
    content: " "; display: block; height: 0; clear: both;
}

.edit_area.type03 .image_set .text .list01 dt,
.edit_area.type03 .image_set .text .list01 dd,
.edit_area.type03 .image_set .text .t01{
    font-size: 1.4rem;
    line-height: 200%;
    vertical-align: top;
}
@media screen and (max-width: 1080px){
    .edit_area.type03 .image_set .text .list01 dt,
    .edit_area.type03 .image_set .text .list01 dd{
        line-height: 160%;

    }
}


.edit_area.type03 .image_set .text .list01 dt{
    float: left;
}

.edit_area.type03 .image_set .text .list01 dt:after{
    display: inline-block;
    content: "：";
}

.edit_area.type03 .image_set .text .t01,
.edit_area.type03 .image_set .text .list01 dd{
    margin: 0 0 30px;
}
@media screen and (max-width: 1080px){
    .edit_area.type03 .image_set .text .t01,
    .edit_area.type03 .image_set .text .list01 dd{
        margin: 0 0 10px;
    }
}


