/*最新情報*/
.fs-p-dateList > li time:first-child{
    color: black;
}
.fs-p-dateList > li{
    border: 0px solid #999999;
    border-width: 0px 0 0 0;
}
.fs-p-dateList > li a{
    font-size: 0.9em;
}
.fs-pt-list--noMarker > li + li{
    margin-top: 0px;
}
.fs-p-dateList > li time:first-child{
    background: white;
}
.fs-p-dateList > li:last-child{
    border-bottom-width:0px;
}
/*最新情報*/
.spu-title{
    font-size: 1.8em;
    letter-spacing: 0.15em;
    padding-bottom: 10px;
    padding: 0px;
    margin: 45px auto;
    text-align: center;
}

.spu-section{
    margin-bottom: 70px;
}

/*コンテンツ*/
.fs-pt-column {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.fs-pt-column > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
}
.fs-pt-column > *:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
}

.fs-pt-column > *:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
}
.fs-pt-column > *:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
}
.fs-pt-column__image > img {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
}
.fs-pt-column__heading {
    font-size: 1.3rem;
    font-weight: bold;
}
/*コンテンツ*/




@media screen and (max-width:1000px){
    .fs-p-dateList{
        margin-bottom: 30px;
    }
    .spu-title{
        font-size: 1em;
        margin-bottom: 20px;
    }
}