@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#gNavi .navi04 .top {
    color: #d90000;
} 

#gNavi .navi04 a:before {
    margin-left: -41px;
    position: absolute;
    left: 50%;
    width: 82px;
    bottom: 20px;
    height: 1px;
    content: "";
    background-color: #d90000;
}

#main {
    padding: 16px 0 0;
}

#main .top {
    margin-bottom: 22px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.6;
}

#main .grepBox {
    padding: 42px 0 42px;
    background-color: #f2f2f2;
}

#main .grepBox .listUl {
    margin: -19px auto 0;
    width: 962px;
}

#main .grepBox .listUl li {
    float: left;
    width: 49%;
    margin-top: 19px;
}

#main .grepBox .listUl li:nth-child(2n) {
    float: right;
}

#main .grepBox .listUl li a {
    padding: 25px 0;
    display: block;
    position: relative;
    font-size: 1.7rem;
    font-weight: bold;
    background-color: #fff;
    text-align: center;
}

#main .grepBox .listUl li a:hover {
    opacity: 0.7;
}

#main .grepBox .listUl li a:before {
    margin-top: -4px;
    position: absolute;
    right: 24px;
    top: 50%;
    width: 12px;
    height: 8px;
    content: "";
    background: url("../img/common/icon08.png") no-repeat;
}

#main .grepBox .listUl li .qTxt {
    position: absolute;
    left: 16px;
    top: 17px;
    width: 42px;
    height: 42px;
    color: #fff;
    font-size: 1.7rem;
    border-radius: 50%;;
    line-height: 42px;
    background-color: #000;
}

#main .subBox {
    padding: 80px 0 85px;
    background-color: #d2eced;
}

#main .subBox:nth-child(2n) {
    background-color: #fff;
}

#main .subBox .txtDl {
    margin-bottom: 63px;
}

#main .subBox .txtDl dt {
    margin-top: -12px;
    float: left;
    width: 70px;
    height: 70px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 72px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
}

#main .subBox:nth-child(2n) .txtDl dt {
    background-color: #d2eced;
}
 
#main .subBox .txtDl dd {
    padding-left: 2.4em;
    font-size: 3.6rem;
    font-weight: bold;
}

#main .subBox .inner {
    margin-bottom: 50px;
}

#main .subBox .inner .photoBox {
    float: right;
    overflow: hidden;
}

#main .subBox .inner .textBox {
    width: 495px;
    float: left;
}

#main .subBox .inner .textBox h3 {
    margin-bottom: 17px;
    padding: 17px 0;
    font-size: 2.0rem;
    position: relative;
    border-top: 3px solid #3292A5;
}

#main .subBox .inner .textBox h3:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 1px;
    border-top: 1px dotted #000;
    content: "";
}

#main .subBox .inner .textBox p {
    line-height: 1.75;
    text-align: justify;
}

#main .subBox .inner .textBox .notes {
    font-weight: bold;
    margin-top: 6px;
    font-size: 1.4rem;
    text-align: left;
}

#main .subBox .inner .textBox .notes .name {
    display: block;
    font-size: 1.6rem;
    margin-top: -1px;
}

#main .subBox .inner01 {
    margin-bottom: 0;
}

#main .subBox .inner01 .photoBox {
    float: left;
}

#main .subBox .inner01 .textBox {
    float: right;
    width: 490px;
}

.photoBox.voiceimg{
    width: 480px;
    height: auto;
}

.photoBox.voiceimg img{
    height: auto;
}

@media all and (max-width: 767px) {
    #main {
        padding: 12px 0 0;
    }

    #main .top {
        margin: 0 -10px 22px;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    #main .grepBox {
        padding: 21px 10px;
    }

    #main .grepBox .listUl {
        margin: -10px auto 0;
        width: auto;
    }

    #main .grepBox .listUl li {
        margin-top: 10px;
        width: 100%;
    }

    #main .grepBox .listUl li a {
        padding: 15px 50px;
        font-size: 1.4rem;
        line-height: 1.2;
    }

    #main .grepBox .listUl li a:before {
        margin-top: -3px;
        right: 10px;
        top: 50%;
        width: 10px;
        height: 6px;
        content: "";
        background: url("../img/common/icon08.png") no-repeat;
        background-size: 10px auto;
    }

    #main .grepBox .listUl li .qTxt {
        margin-top: -17px;
        position: absolute;
        left: 7px;
        top: 50%;
        width: 35px;
        height: 35px;
        font-size: 1.4rem;
        line-height: 35px;
    }

    #main .subBox {
        padding: 40px 0;
    }

    #main .subBox .txtDl {
        margin-bottom: 33px;
    }

    #main .subBox .txtDl dt {
        margin-top: -7px;
        width: 40px;
        height: 40px;
        font-size: 1.6rem;
        line-height: 40px;
    }

    #main .subBox .txtDl dd {
        padding-left: 2.4em;
        font-size: 2rem;
        line-height: 1.2;
    }

    #main .subBox .inner {
        margin-bottom: 30px;
    }

    #main .subBox .inner .photoBox {
        float: none;
        margin-bottom: 20px;
    }
    
    #main .subBox .inner .photoBox img {
        width: 100%;
    }

    .photoBox.voiceimg{
        width: 100%;
    }

    #main .subBox .inner .textBox {
        width: auto;
        float: none;
    }

    #main .subBox .inner .textBox h3 {
        margin-bottom: 10px;
        padding: 10px 0;
        font-size: 1.6rem;
        border-top: 2px solid #3292A5;
    }

    #main .subBox .inner .textBox h3:before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100px;
    }

    #main .subBox .inner .textBox p {
        line-height: 1.5;
    }

    #main .subBox .inner .textBox .notes {
        margin-top: 5px;
        font-size: 1.2rem;
    }

    #main .subBox .inner .textBox .notes .name {
        font-size: 1.4rem;
    }

    #main .subBox .inner01 {
        margin-bottom: 0;
    }

    #main .subBox .inner01 .photoBox {
        float: none;
    }

    #main .subBox .inner01 .textBox {
        float: none;
        width: auto;
    }
}

@media all and (-ms-high-contrast:none){
    #main .grepBox .listUl li .qTxt {
        line-height: 46px;
        top: 15px;
    }
    
    #main .grepBox .listUl li a {
        padding: 27px 0 20px;
    }
    
    #main .subBox .txtDl dt {
        line-height: 78px;
    }
    
    #main .listUl li .topSpan {
        padding: 4px 0 1px;
    }
    
    #main .subBox .txtDl dd {
        padding-top: 5px;
    }
}
