/* CSS Document */
#gNavi {
    margin-bottom: 22px;
}
.chartBox {
    margin: 0 6px 32px;
}
.photoList {
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
}
.photoList li {
    margin: 0 6px;
    width: 220px;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 8px;
}
.photoList li a {
    padding: 13px 14px 14px 14px;
    display: block;
    border: 2px solid #0C87E1;
    background: url("../img/common/arrow02.svg") no-repeat center bottom 7px;
    background-size: 12px auto;
    border-radius: 8px;
}
a.sounds{
    width: 80px;
    height: 80px;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 24px; 
    background-color: #0C87E1;
    border-radius: 50%;
}
a.sounds img{
    padding: 10px 0 0 20px;
    width: 2.5em;
    margin: 0 auto;
}
a.sounds span{
    display: block;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
@media all and (min-width: 897px) {
    .photoList li a:hover {
        opacity: 0.7;
    }
}
.photoList li .photo02 {
    margin-bottom: 9px;
}
.photoList li p {
    margin-bottom: 8px;
    font-size: 2rem;
    line-height: 1.3;
}
.photoList li p span {
    color: #0C87E1;
    display: block;
    font-size: 1.4rem;
}
.photoList li .arrow {
    line-height: 0.5;
}
.imgBox {
    display: flex;
    justify-content: space-between;
}
.imgBox .phoBox {
    display: flex;
    width: 300px;
}
.imgBox .txtBox {
    width: 330px;
}
@media all and (max-width: 896px) {
    #gNavi {
        margin-bottom: 15px;
    }
    .chartBox {
        margin: 0 12px 24px;
    }
    .photoList {
        margin-bottom: 15px;
        display: flex;
        flex-wrap: wrap;
    }
    .photoList li {
        /* min-width: 166px; */
        max-width: 300px;
        width: 45%;
        margin-bottom: 16px;
    }
    .photoList li a {
        padding: 7px 6px 12px 6px;
    }
    .photoList li .photo02 {
        margin-bottom: 3px;
    }
    .photoList li p {
        font-size: 1.6rem;
    }
    .photoList li p span {
        font-size: 1.1rem;
    }
    .imgBox {
        display: block;
    }
    .imgBox .txtBox, .imgBox .phoBox {
        width: auto;
    }
    .imgBox .txtBox {
        margin-bottom: 17px;
    }
    .imgBox .phoBox {
        margin-bottom: 24px;
    }
    .comImgBoxL .spImg {
        margin: 0 0 7px 2px;
    }
    .comImgBoxL .spImg img {
        width: 100%;
    }
    a.sounds img{
        padding: 13px 0 0 22px;
        width: 2.7em;
        margin: 0 auto;
    }
    a.sounds span{
        font-size: 1.1em;
    }
}