@charset "utf-8";

/* edit_area.type01 */
.edit_area.type01{
    padding-bottom: 90px;
}
@media screen and (max-width: 1080px){
    .edit_area.type01{
        padding-bottom: 45px;
    }
}


.edit_area.type01 .set{
}
.edit_area.type01 .set:after{
    content: " "; display: block; height: 0; clear: both;
}
.edit_area.type01 .set .right{
    float: right;
    width: 480px;
    text-align: right;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .set .right{
        float: none;
        margin: 0 0 20px;
        width: auto;
        text-align: center;
    }
    .edit_area.type01 .set .right img{
        width: 100%;
        height: auto;
    }
}

.edit_area.type01 .set .text{
    
}
.edit_area.type01 .set .text .t01{
    margin: 0 0 30px;
    font-size: 1.4rem;
    line-height: 200%;
}
@media screen and (max-width: 1080px){
    .edit_area.type01 .set .text .t01{
        margin: 0 0 15px;
        font-size: 1.4rem;
        line-height: 160%;
    }
}
.edit_area.type01 .set .text .t01:last-child{
    margin-bottom: 0;
}


/* edit_area.type02 */
.edit_area.type02{
    padding: 90px 0;
    background: #F7F7F7;
}
@media screen and (max-width: 1080px){
    .edit_area.type02{
        padding: 45px 0;
    }
}


.edit_area.type02 .photo{
    padding: 50px;
    text-align: center;
    background: #FFF;
}
@media screen and (max-width: 1080px){
    .edit_area.type02 .photo{
        padding: 20px 10px;
    }
}
.edit_area.type02 .photo img{
    vertical-align: top;
}
@media screen and (max-width: 1080px){
    .edit_area.type02 .photo img{
        width: 100%;
        height: auto;
    }
}


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

.edit_area.type03 .details_box{
    display: block;
    height: 400px;
    overflow-y: scroll;
  }
@media screen and (max-width: 1080px){
    .edit_area.type03 .details_box{
        height: 300px;
    }
}

.edit_area.type03 .list01{
    border-top: 1px solid #DDD;
}
.edit_area.type03 .list01 li{
    padding: 13px 74px 13px 100px;
    background: url(../../common/img/parts/bottom_arrow02_01.png) no-repeat right 30px top 14px;
    border-bottom: 1px solid #DDD;
    cursor: pointer;
}
@media screen and (max-width: 1080px){
    .edit_area.type03 .list01 li{
        padding: 10px;
        background: url(../../common/img/parts/bottom_arrow02_01.png) no-repeat right 10px top 10px;
        cursor: pointer;
    }
}
.edit_area.type03 .list01 li:after{
    content: " "; display: block; height: 0; clear: both;
}
.edit_area.type03 .list01 li.on{
    background-image: url(../../common/img/parts/top_arrow02_01.png);
}

.edit_area.type03 .list01 li.off{
    display: none;
}

.edit_area.type03 .list01 li .category{
    float: left;
    display: block;
    width: 140px;
    font-size: 1.2rem;
    text-align: center;
    line-height: 24px;
    background: #DDDDDD;
}
@media screen and (max-width: 1080px){
    .edit_area.type03 .list01 li .category{
        margin-bottom: 10px;
        width: 40%;
        font-size: 1rem;
        padding: 5px;
        line-height: 140%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.edit_area.type03 .list01 li .title{
    float: right;
    display: block;
    width: 610px;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 160%;
}
@media screen and (max-width: 1080px){
    .edit_area.type03 .list01 li .title{
        width: 55%;
        margin-bottom: 10px;
        padding-right: 25px;
        font-size: 1.2rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}


.edit_area.type03 .list01 li .content{
    display: none;
    float: right;
    margin: 24px 0 10px;
    padding: 30px 40px;

    width: 610px;
    font-size: 1.4rem;
    line-height: 180%;
    background: #F3F9FB;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
@media screen and (max-width: 1080px){
    .edit_area.type03 .list01 li .content{
        clear: both;
        float: none;
        margin: 0 0 10px;
        padding: 10px;

        width: 100%;
        font-size: 1.2rem;
        line-height: 140%;

    }
}

.edit_area.type03 .list01 li.on .content{
    display: block;
}


/* edit_area.type04 */

.edit_area.type04{
    padding: 80px 0;
    background: #F7F7F7;
}

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

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

.edit_area.type04 .image_set .text{
    width: 490px;
}
@media screen and (max-width: 1080px){
    .edit_area.type04 .image_set .text{
        width: auto;
    }
}
.edit_area.type04 .image_set .text .cap01{
    margin: 0 0 20px;
    color: #375299;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 180%;
}
@media screen and (max-width: 1080px){
    .edit_area.type04 .image_set .text .cap01{
        margin: 0 0 10px;
        font-size: 1.6rem;
    }
}
.edit_area.type04 .image_set .text .t01{
    margin: 0 0 10px;
    font-size: 1.4rem;
    line-height: 200%;
}
@media screen and (max-width: 1080px){
    .edit_area.type04 .image_set .text .t01{
        font-size: 1.4rem;
        line-height: 160%;
    }
}

/* edit_area type05 */

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

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

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

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

.edit_area.type05 .list01 li .t01{
    font-size: 1.4rem;
    line-height: 140%;
    text-align: center;
}
@media screen and (max-width: 1080px){
    .edit_area.type05 .list01 li .t01{
        font-size: 1.2rem;
    }
}
/* .edit_area.type06 */

.edit_area.type06{
    padding: 90px 0;
    background: #8DC0DC;
}
@media screen and (max-width: 1080px){
    .edit_area.type06{
        padding: 45px 0;
    }
}

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

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

.edit_area.type06 .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.type06 .image_set .text .cap01{
        margin: 0 0 10px;
        font-size: 1.6rem;
        letter-spacing: 2px;
    }
}

.edit_area.type06 .image_set .text .cap02{
    margin: 0 0 20px;
    color: #FFF;
    font-weight: bold;
    line-height: 200%;
}
@media screen and (max-width: 1080px){
    .edit_area.type06 .image_set .text .cap02{
        margin: 0 0 10px;
        line-height: 160%;
    }
}
.edit_area.type06 .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.type06 .image_set .text .t01{
        margin: 0 0 10px;
        line-height: 160%;
    }
}

.edit_area.type06 .image_set .text .common_btn01{
    margin-top: 40px;
}
@media screen and (max-width: 1080px){
    .edit_area.type06 .image_set .text .common_btn01{
        margin-top: 20px;
    }
}









































