@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .list {
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#main .list:first-of-type {
    justify-content: center;
    gap: 8px;
}

#main .list li {
    width: 220px;
    background-color: #fff;
    border-radius: 8px;
}
#main .list li a {
    display: block;
    padding: 7px 10px 21px;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    border: 2px solid #0C87E1;
    background: #FFFFFF url("../img/common/arrow02.svg") no-repeat center bottom 7px;
    background-size: 12px auto;
    border-radius: 8px;
}
#main .list li a span {
    margin-bottom: -5px;
    display: block;
    color: #0C87E1;
    font-size: 1.4rem;
}
#main .list li a:hover {
    opacity: 0.4;
}
.comImgBoxL {
    margin-bottom: 24px;
}
.comImgBoxL .photoBox {
    width: 350px;
}
.comImgBoxL .textBox {
    width: 420px;
    margin-right: 20px;
}
.headLine02 {
    margin-bottom: 15px;
}
.comWhiteBox p a {
    text-decoration: underline;
}
.comLink {
    width: 340px;
}
.comImgBoxL .textBox .comLink {
    margin: -7px 0 12px;
}
#main .photo {
    margin-bottom: 15px;
}
.comWhiteBox .inner {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.comWhiteBox .inner:last-child {
    margin-bottom: 0;
}
.comWhiteBox .inner .txtBox {
    width: 58%;
}
.comWhiteBox .inner .comLink {
    width: 330px;
    margin-top: -40px;
}
.comWhiteBox .inner .comLink02 {
    margin-top: 0;
}
.comSolid {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.phoBox{
    width: 100px;
    margin-bottom: 32px;
}
a.sounds{
    width: 80px;
    height: 80px;
    cursor: pointer;
    display: inline-block;
    /* margin: 0 0 0 24px;  */
    padding: 0;
    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) {
    .comWhiteBox p a:hover {
        text-decoration: none;
    }
}


@media all and (max-width: 896px) {
    .headLine01 {
        margin-bottom: 16px;
    }
    #main .list {
        margin: 0 8px 16px;
    }
    #main .list li {
        width: 48.5%;
        margin-bottom: 8px;
    }
    #main .list li a {
        padding: 5px 10px 17px;
        font-size: 1.6rem;
    }
    #main .list li a span {
        font-size: 1rem;
        margin-bottom: -2px;
    }
    .headLine02 {
        margin-bottom: 8px;
        line-height: 1.5;
    }
    .comImgBoxL .textBox .comLink {
        margin: -11px 0 8px;
    }
    .comImgBoxL {
        margin-bottom: 16px;
    }
    .headLine02 {
        margin-bottom: 10px;
    }
    .comWhiteBox .inner {
        display: block;
    }
    .comWhiteBox .inner .txtBox {
        width: auto;
    }
    .comWhiteBox .inner .comLink {
        margin: 10px 0 0;
    }
    .comSolid {
        padding-bottom: 17px;
        margin-bottom: 18px;
    }
    .comWhiteBox .inner {
        margin-bottom: 20px;
    }
    .phoBox{
        margin: 0 auto 24px auto;
    }
    a.sounds img{
        padding: 13px 0 0 22px;
        width: 2.5em;
        margin: 0 auto;
    }
    a.sounds span{
        font-size: 1.1em;
    }
}