/* CSS Document */
#main .topBox {
    margin-bottom: 59px;
}

#main .topBox .headLine01 {
    margin-bottom: 27px;
}

#main .topBox .comTxt {
    margin-bottom: 17px;
    line-height: 1.7;
}

#main .topBox .imgBox {
    margin-bottom: 49px;
}

#main .topBox .imgBox .photo {
    margin: 3px 0 30px 30px;
    float: right;
    width: 490px;
}

#main .topBox .imgBox .txtBox p {
    margin-bottom: 25px;
    line-height: 1.73;
}

#main .topBox .imgBox .txtBox p:last-child {
    margin-bottom: 0;
}

#main .topBox .rightTxt {
    text-align: right;
    font-size: 2rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#main .listBox {
    margin-bottom: 65px;
}

#main .listBox .headLine01 {
    margin-bottom: 25px;
}

#main .listBox .headLine03 {
    margin-bottom: 12px;
}

#main .listBox .outUL > li {
    float: left;
    width: 35%;
    font-size: 1.4rem;
    line-height: 1.74;
}

#main .listBox .outUL > li:last-child {
    float: right;
    width: 63.5%;
}

#main .subBox p {
    line-height: 1.74;
    font-size: 1.4rem;
}

@media all and (max-width: 767px) {
    #main .topBox {
        margin-bottom: 33px;
    }

    #main .topBox .headLine01 {
        margin-bottom: 21px;
    }

    #main .topBox .comTxt {
        text-align: center;
        margin-bottom: 15px;
    }

    #main .topBox .imgBox {
        margin-bottom: 20px;
    }

    #main .topBox .imgBox .photo {
        margin: 0 auto 27px;
        float: none;
        width: 75%;
        text-align: center;
    }

    #main .topBox .imgBox .txtBox p {
        margin-bottom: 15px;
        font-size: 1.2rem;
		line-height: 1.9;
    }

    #main .topBox .rightTxt {
        font-size: 1.5rem;
        line-height: 1.2;
    }

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

    #main .listBox .headLine01 {
        margin-bottom: 25px;
    }

    #main .listBox .headLine03 {
        margin-bottom: 7px;
    }

    #main .listBox .outUL > li {
        margin-bottom: 20px;
        float: none;
        width: auto;
        font-size: 1.2rem;
        line-height: 1.8;
    }

    #main .listBox .outUL > li:last-child {
        margin-bottom: 0;
        float: none;
        width: auto;
    }

    #main .subBox p {
        font-size: 1.2rem;
		line-height: 1.9;
    }
}



