@charset "utf-8";

.edit_area{
        background: #F7F7F7;
}

.edit_area .c02_01.white{
        color: #FFF;
}

/* edit_area.type03 */
.edit_area.type03{
        padding: 80px 0;
}

.edit_area.type03 .top_text{
        margin: 0 0 40px;
        color: #FFF;
        font-size: 1.4rem;
        text-align: center;
        line-height: 180%;
}

.edit_area.type03 .list01{
        margin: 0 0 70px;
}
@media screen and (max-width: 1080px){
    .edit_area.type03 .list01{
            margin: 30px 0;
    }
}
.edit_area.type03 .list01:after{
        content: " "; display: block; height: 0; clear: both;
}

.edit_area.type03 .list01 li{
        float: left;
        margin: 0 0 29px 29px;
        width: 248px;
}
@media screen and (max-width: 1080px){
    .edit_area.type03 .list01 li{
            margin-left: 20px;
            margin-bottom: 20px;
            width: calc(50% - 10px);
    }
}


.edit_area.type03 .list01 li:first-child,
.edit_area.type03 .list01 li:nth-child(4n+1){
        clear: both;
        margin-left: 0;
}
@media screen and (max-width: 1080px){
    .edit_area.type03 .list01 li:nth-child(2n+1){
            clear: both;
            margin-left: 0;
    }
}

.edit_area.type03 .list01 li a{
        display: block;
        color: #000;
        text-decoration: none;
        background-color: #FFF;
}
.edit_area.type03 .list01 li .photo{
        transition: ease 0.25s all;
}
.edit_area.type03 .list01 li a:hover .photo{
        opacity: 0.6;
}
.edit_area.type03 .list01 li .photo img{
        vertical-align: top;
}
@media screen and (max-width: 1080px){
    .edit_area.type03 .list01 li .photo img{
            object-fit: cover;
            width: 100%;
            height: 300px;
    }
}
@media screen and (max-width: 425px){
    .edit_area.type03 .list01 li .photo img{
            height: 200px;
    }
}


.edit_area.type03 .list01 li .text{
        padding: 40px 0;
        text-align: center;
        background: #FFF url(../../common/img/parts/right_arrow03_01.png) no-repeat right 14px bottom 14px;
}
.edit_area.type03 .list01 li .text .name{
        display: block;
        margin: 0 0 14px;
        color: #375599;
        font-weight: bold;
        line-height: 100%;
}
.edit_area.type03 .list01 li .text .category{
        display: block;
        color: #000;
        font-size: 1.2rem;
        line-height: 100%;
}
