img {
    vertical-align: top;
}

p {
    letter-spacing: 0.85px;
    font-size: 18px;
    line-height: 1.8;
}

a {
    color: white;
}

.setWrap {
    margin: 0 20%;
    display: flex;
    flex-direction: column;
}

.headBox {
    margin: 10% 0 5%;
    width: 100%;
}

p.title {
    font-size: 24px;
    margin-bottom: 30px;
}

.photoBox {
    width: 100%;
}

.photoBox ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.photoBox li {
    width: 47%;
    margin: 0 0 17px 0;
}

p.lead {
    font-size: 18px;
    margin-bottom: 10px;
}

.txtBox {
    margin-bottom: 50px;
}


p span {
    font-size: 15px;
}

.backnumber {
    width: 100%;
}

.bnTitle {
    text-align: center;
    font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 600;
    color: #a20000;
    font-size: 30px;
    margin-bottom: 1em;
}

.backnumber ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.backnumber li {
    font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 20px;
    font-weight: 600;
    width: 30%;
    padding: 1em 0;
    text-align: center;
    border: 1px solid white;
    color: black;
    margin-bottom: 40px;
    text-decoration: underline;
    letter-spacing: 3px;
}

li.cn {
    color: white;
    text-decoration: none;
}

@media screen and (max-width:956px) {

    .setWrap {
        width: 90%;
        margin: 0 auto;
    }

    .headBox {
        margin: 10% 0;
        width: 75%;
    }

    p.title {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }
    
    p.lead {
        font-size: 1.6rem;
        line-height: 1.8;
    }

    p {
        font-size: 1.6rem;
        line-height: 1.8;
    }

    .photoBox ul {
        flex-direction: column;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .photoBox li {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .bnTitle {
        font-size: 2.2rem;
    }

    .backnumber li {
        width: 47%;
        font-size: 1.6rem;
        margin-bottom: 1em;
    }

}
