#iwf_bnr {
    margin: 20px auto;
    width: 60%;
    text-align: center;
}

#iwf_bnr img {
    width: 100%;
}

#information h2 {
    padding-top: 20px;
    margin-bottom: 30px;
    font-size: 2.15rem;
    font-weight: 600;
    font-family: "Rajdhani";
    letter-spacing: 0.02rem;
    border-top: 2px solid #0071bc;
}

.info-wrap-withPhoto {
    margin-bottom: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    border-bottom: 1px solid #0071bc;
}

.info-wrap {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #0071bc;
}

.info-list-withPhoto {
    width: 65%;
}

.info-withPhoto {
    width: 30%;
    height: 200px;
}

.info-withPhoto figure {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.info-date {
    margin-bottom: 8px;
    font-size: 0.9rem;
    font-weight: 400;
    float: left;
}

.info-ttl {
    margin-left: 100px;
    margin-bottom: 8px;
    font-size: 1.20rem;
    font-weight: 600;
    line-height: 1.4;
}

.info-text {
    margin-left: 100px;
    margin-bottom: 4px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.info-text a {
    text-decoration: underline;
}


/****************************

    SP & Tablet

****************************/

@media all and (max-width:768px) {
    #iwf_bnr {
        width: 100%;
    }
    #iwf_bnr img {
        width: 100%;
    }
    #information h2 {
        padding-top: 2%;
        margin-bottom: 6%;
    }
    .info-wrap-withPhoto {
        padding-bottom: 2%;
        margin-bottom: 6%;
        display: block;
    }
    .info-wrap {
        padding-bottom: 2%;
        margin-bottom: 6%;
    }
    .info-list-withPhoto {
        width: 100%;
    }
    .info-withPhoto {
        margin: 0 auto;
        margin-bottom: 5%;
        width: 80%;
        height: 200px;
    }
    .info-withPhoto figure {
        width: 100%;
        height: 100%;
    }
    .info-date {
        margin-bottom: 8px;
        float: none;
    }
    .info-ttl {
        margin-left: 0;
        margin-bottom: 2%;
    }
    .info-text {
        margin-left: 0;
        margin-bottom: 2%;
    }
}


/****************************

    SP 

****************************/

@media all and (max-width:480px) {}


/****************************

    Tablet 

****************************/

@media all and (min-width:481px) and (max-width:768px) {}


/****************************

    Large Tablet 

****************************/

@media all and (min-width:769px) and (max-width:1199px) {}


/****************************

    PC

****************************/

@media all and (min-width:1100px) {}