@charset "UTF-8";
/* CSS Document */

/*---------------------------------------------------------------------------------------------------------------------
	一覧
---------------------------------------------------------------------------------------------------------------------*/
.p-information__list {
	max-width: 1480px;
    margin: 15px auto 0;
    border-top: solid 1px #e5e5e5;
}

.p-information__list .c-news__flex {
    border-bottom: solid 1px #e5e5e5;
}

/*---------------------------------------------------------------------------------------------------------------------
	詳細
---------------------------------------------------------------------------------------------------------------------*/
.p-detail-headArea {
    margin-top: 10px;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    padding: 60px 20px 50px;
    text-align: center;
}

.p-detail-headArea__head {
    font-size: 2rem;
    font-weight: 500;
}

.p-detail-headArea__date {
    font-size: 1.12rem;
    margin-top: 8px;
}

.p-detail-contetsArea {
    margin-top: 53px;
    font-size: 1.12rem;
    padding: 0 15px;
}

.p-detail-contetsArea__img {
    max-width: 100%;
    height: auto;
}

.p-detail-return__btn {
    margin-top: 142px;
}

.p-detail-return__link {
    margin: 0 auto;
    max-width: 300px;
    font-size: 1.06rem;
}

.p-detail-return__span {
    padding-right: 0;
    padding-left: 33px;
}

.p-detail-return__span::before {
    right: auto;
    left: 0;
    border-left: solid 2px #fff;
    border-bottom: solid 2px #fff;
    border-right: none;
    border-top: none;
}

@media (any-hover: hover) {
    
    .c-btn__arrow:hover .p-detail-return__span::before {
        border-left-color: #2043B4;
        border-bottom-color: #2043B4;
    }
}
    
@media screen and (max-width: 750px) {

    .p-detail-headArea {
        padding: 25px 10px;
    }
    
    .p-detail-headArea__head {
        font-size: 1.5rem;
    }
    
    .p-detail-headArea__date {
        font-size: 1rem;
        margin-top: 5px;
    }
    
    .p-detail-contetsArea {
        margin-top: 30px;
        font-size: 1rem;
        padding: 0 5px;
    }
    
    .p-detail-return__btn {
        margin-top: 40px;
    }
    
    .p-detail-return__link {
        font-size: 1rem;
    }   
    
    .news-content img {
        width: auto;
        height: auto;
    }

}
