@charset "UTF-8";

.p-mv{
	background: url(../../images/list/mv_bg_pc.jpg) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
}

.p-document-box {
    border-top: 1px dotted #adadad;
    margin: 0 0 75px;
}

.p-document-box-wrap {
    border-bottom: 1px dotted #adadad;
}

.p-document-box-detail {
    width: 810px;
    margin: 0 auto;
    padding: 30px 0;
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-document-box-detail-img {
    width: 135px;
}

.p-document-box-detail-txt {
    width: 600px;
}

.p-document-box-detail-ttl {
    font-size: 1.8rem;
    font-family: "Noto Sans Japanese", serif;
    font-weight: 500;
    color: #be3636;
    line-height: 1.67;
}

.p-document-box-detail-main-txt {
    font-size: 1.4rem;
    margin: 15px 0 0;
    line-height: 1.86;
}

.p-document-box-detail-btn {
    margin: 20px 0 0;
}

.p-document-box-detail-btn a {
    font-size: 1.4rem;
    color: #fff;
    padding: 10px 50px;
    background-color: #be3636;
    display: inline-block;
    background-image: url(../../images/list/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: left 35px center;
}

.nopc {
    display: none;
}

.nosp {
    display: block;
}

@media screen and (max-width:768px){
    .nopc {
        display: block;
    }

    .nosp {
        display: none;
    }

    .p-mv{
        background: url(../../images/list/mv_bg_sp.jpg) no-repeat center;
        background-size: cover;
	    -webkit-background-size: cover;
    }

    .p-document-box {
        padding: 0 4%;
        border-top: none;
        margin: 0 0 50px;
    }

    .p-document-box-wrap {
        padding: 0 0 50px;
    }

    .p-document-box-detail {
        width: 100%;
        padding: 35px 0 0;
    }

    .p-document-box-detail-img {
        width: 24.5%;
    }
    
    .p-document-box-detail-txt {
        width: 68.0%;
    }
    
    .p-document-box-detail-ttl {
        font-size: 1.7rem;
        line-height: 1.411764705882353;
    }
    
    .p-document-box-detail-main-txt {
        font-size: 1.3rem;
    }

    .p-document-box-detail-btn {
        text-align: center;
    }
    
    .p-document-box-detail-btn a {
        font-size: 1.2rem;
        padding: 3% 22.5%;
        background-position: left 21% center;
    }
}



