/*＝＝＝＝＝fv関連＝＝＝＝＝*/
.fv_title {
    background-image: url("/reien/kaiso/images/pc_fv.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.area-name_txt {
    z-index: 2;
    position: absolute;
    top: 130px;
    right: 11px;
    margin: 0;
    font-size: 180%;
    font-weight: bold;
    text-shadow: white 2px 0px 0px,
    white -2px 0px 0px,
    white 0px -2px 0px,
    white 0px 2px 0px,
    white 2px 2px 0px,
    white -2px 2px 0px,
    white 2px -2px 0px,
    white -2px -2px 0px,
    white 1px 2px 0px,
    white -1px 2px 0px,
    white 1px -2px 0px,
    white -1px -2px 0px,
    white 2px 1px 0px,
    white -2px 1px 0px,
    white 2px -1px 0px,
    white -2px -1px 0px,
    white 1px 1px 0px,
    white -1px 1px 0px,
    white 1px -1px 0px,
    white -1px -1px 0px;
}
/*＝＝＝＝＝fv関連＝＝＝＝＝*/
/*＝＝＝＝＝contents関連＝＝＝＝＝*/
.head_icon h1 {
    font-size: 13px;
}

.contents_box h2 {
    background-color: #007943;
}

.comment_box {
    margin-top: 15px;
    box-sizing: border-box;
    border: 2px solid #ff0000;
    border-radius: 5px;
    padding: 10px;
    position: relative;
}

.comment_box ul {
    margin-left: 20px;
}

.comment_box ul li {
    list-style-type: disc;
    line-height: 1.6;
}

.comment_box:before {
    content: "留意事項";
    position: absolute;
    top: -8px;
    color: #ff0000;
    font-weight: bold;
    background-color: #fff;
    padding: 0 5px;
}
/*＝＝＝＝＝contents関連＝＝＝＝＝*/

@media only screen and (max-width: 480px){
/*＝＝＝＝＝fv関連＝＝＝＝＝*/
    .service-menu {
        background-image: url("/reien/kaiso/images/sp_fv.jpg");
        background-size: contain;
        background-repeat: no-repeat;
    }

    .area-name_txt {
        top: 5px;
        right: 11px;
        font-size: 80%;
    }
/*＝＝＝＝＝fv関連＝＝＝＝＝*/
/*＝＝＝＝＝contents関連＝＝＝＝＝*/
/*＝＝＝＝＝contents関連＝＝＝＝＝*/
}