/*--------------------------------------------------------------------------------------------------
    SP
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 750px){
    /*--------------------------------------------------------
        SPレイアウト
    ----------------------------------------------------------*/
    body{
        background-color: #fff;
    }
    .header,
    .footbnr,
    .footer{
        width: 100%;
    }

    .pc-only{
        display: none;
    }
    img{
        width: 100%;
    }
    a{
        cursor: pointer;
    }

    /*--------------------------------------------------------
        SPヘッダー
    ----------------------------------------------------------*/
    .header > div{
        width: 94.4%;
        height: auto;
        padding: 2.8%;
        background-color: #fff;
    }
        .header__ttl{
            width: 100%;
            font-size: 0.7rem;
            line-height: 0.7rem;
            padding-bottom: 2.6%;
        }

        .header__logo{
            width: 100%;
            letter-spacing: -1rem;
        }
            .header__logo li{
                display: inline-block;
                height: auto;
                letter-spacing: 0;
            }
                .header__logo li:first-child{
                    width: 31%;
                    margin-right: 8%;
                }
                .header__logo li:last-child{
                    width: 34.8%;
                }

    /*--------------------------------------------------------
        SPメインビジュアル
    ----------------------------------------------------------*/
    .main{
        clear: both;
        background-repeat: no-repeat;
        background-position: top;
        background-size: 100%;
    }
    .main.top{
        background-image: url("../img/sp/top_main_img_green.jpg");
        background-color: #f7f7f7;
    }
    .main.middle{
        background-image: url("../img/sp/middle_main_img_green.jpg");
    }
    .main.low{
        padding-bottom: 3px;
        background-image: url("../img/sp/low_main_img_green.png");
    }

        .main__cont{
            width: 100%;
            height: auto;
            padding: 0;
            margin: 0;
            background: 0;
        }
            .main.top .main__cont > div{
                height: 0;
                padding: 5% 0 26.25% 5.9%;
            }
            .main.middle .main__cont > div{
                height: 0;
                padding: 5% 0 18.25% 5.9%;
            }
        .main__catch{
            width: auto;
            height: auto;
            padding-bottom: 1%;
            font-size: 1.25rem;
            font-weight: bold;
            line-height: 1.84rem;
            letter-spacing: 0;
        }
            .main__catch > span{
                display: block;
                width: 100%;
                font-size: 1.25rem;
                font-weight: bold;
                line-height: 1.84rem;
                letter-spacing: 0;
            }
        .main__lead,
        .main__lead > span{
            font-size: 0.75rem;
            line-height: 1rem;
        }
            .main__lead > .sp-only{
                display: block;
            }

    /*--------------------------------------------------------
        SPコンテンツ
    ----------------------------------------------------------*/
    .contents{
        width: 100%;
        padding: 0 0 7.8% 0;
        background-color: #fbfbfb;
    }
    .contents__wrap{
        margin: 0 auto;
        padding: 0 2.8% 6.4%;
        background-color: #fff;
        box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08);
    }
    .contents__ttl{
        position: relative;
        padding-left: 3.7rem;
        font-size: 1.42rem;
        line-height: 5.14rem;
    }
        .contents__ttl::before{
            position: absolute;
                top: 0.97rem;
                left: 0;
            content: "";
            width: 3.2rem;
            height: 3.2rem;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: left top;
        }
    .contents__ttl--sub{
        font-size: 1.18rem;
        line-height: 2.8rem;
        border-top: 3px solid #006458;
        border-bottom: 1px solid #dfdbd8;
    }

    /*--------------------------------------------------------
        SP共通部分
    ----------------------------------------------------------*/
    /*テキストのトラッキング*/
    p,
    a,
    div,
    span,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    dt,
    dd{
        letter-spacing: 0.02rem;
    }

        /*資料請求ボタン*/
        .btn__request{
            position: relative;
            display: block;
            width: 94%;
            height: 4.25rem;
            margin: 4.8% 3% 0 3%;
            margin-top: 20px;
            border-radius: 7px;
            box-shadow: 0 4px 0 0 #cca42a;
            text-align: center;
            background-color: #ffd74d;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiNmZmUwNjIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmY2UzNyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
            background-image: -webkit-gradient(linear, 0% 0%, 100% 100%,color-stop(0, rgb(255, 224, 98)),color-stop(1, rgb(255, 206, 55)));
            background-image: -webkit-repeating-linear-gradient(top left,rgb(255, 224, 98) 0%,rgb(255, 206, 55) 100%);
            background-image: repeating-linear-gradient(to bottom right,rgb(255, 224, 98) 0%,rgb(255, 206, 55) 100%);
            background-image: -ms-repeating-linear-gradient(top left,rgb(255, 224, 98) 0%,rgb(255, 206, 55) 100%);
        }
            .btn__request::after{
                position: absolute;
                    top: 0;
                    right: 5.5%;
                    bottom: 0;
                display: block;
                content: "";
                width: 6.6%;
                padding-bottom: 6.6%;
                margin: auto 0;
                background: url("../img/btn_request-arrow_green.svg");
                background-repeat: no-repeat;
                background-size: 100%;
                background-position: center;
            }
            .btn__request > span{
                position: relative;
                padding-left: 1.5rem;
                font-size: 1.67rem;
                font-weight: bold;
                line-height: 4.36rem;
            }
            .btn__request > span::before{
                position: absolute;
                    top: 0;
                    left: -1.5rem;
                    bottom: 0;
                display: block;
                content: "";
                width: 2.29rem;
                height: 1.67rem;
                margin: auto;
                background: url("../img/btn_request-book_green.png");
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center;
            }

    /*パンくずリスト*/
    .breadcrumb{
        width: 100%;
        height: 3.3rem;
        background-color: #f7f7f7;
    }
        .breadcrumb ul{
            width: 94.4%;
            height: 3.3rem;
            padding: 0 2.8%;
        }
        .breadcrumb li{
            float: left;
            position: relative;
            padding-right: 1.5rem;
            font-size: 0.92rem;
            line-height: 3.3rem;
        }
        .breadcrumb li:last-child{
            font-weight: bold;
        }
            .breadcrumb li::after{
                position: absolute;
                    right: 0.5rem;
                content: ">";
            }
            .breadcrumb li:last-child::after{
                display: none;
            }
            .breadcrumb li > a{
                font-size: 0.92rem;
                line-height: 3.3rem;
                color: #004090;
            }

    /*表のデザイン*/
    table{
        table-layout: fixed;
        background-color: #fff;
        border: 1px solid #dfdfdf;
        box-sizing: border-box;
    }
        th{
            padding: 3.7% 1.5%;
            background-color: #e5f9f6;
            border: 1px solid #dfdfdf;
            font-size: 0.92rem;
            font-weight: bold;
            line-height: 1.25rem;
            letter-spacing: 0;
            text-align: center;
            box-sizing: border-box;
        }
        td{
            padding: 2% 1.5%;
            border: 1px solid #dfdfdf;
            font-size: 0.92rem;
            line-height: 1.25rem;
            letter-spacing: 0;
            box-sizing: border-box;
        }
        .table--left{
            background-color: #f7f7f7;
            border: 1px solid #dfdfdf;
        }
        .table--year{
            text-align: right;
        }
        .table--bracket{
            display: block;
            margin-top: -0.2rem;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            transform: rotate(90deg);
        }
        .table--vertical{
            line-height: 1rem;
            padding-bottom: 1.8%;
        }

        .table--pdf{
            background: url("../img/sp/table_pdf_bg_green.svg") no-repeat;
            background-position: center;
            background-size: contain;
        }
            .table--pdf a{
                display: block;
                width: 100%;
                background: url("../img/table_pdf_green.png") no-repeat;
                background-position: center;
                background-size: contain;
                border: none;
                text-indent: 100%;
                white-space: nowrap;
                overflow: hidden;
            }

    .notice li{
        position: relative;
        padding-left: 1.5rem;
        padding-bottom: 1%;
        font-size: 1.09rem;
        line-height: 1.59rem;
    }
        .notice li::before{
        	position: absolute;
        	   left: 0;
            display: block;
        	content: '※';
            font-size: 1.09rem;
            line-height: 1.59rem;
        }


    /*--------------------------------------------------------
        SPフッター
    ----------------------------------------------------------*/
    .footer{
        position: relative;
        clear: both;
        padding-top: 0;
    }

    /*--------------
        SP電話番号
    ----------------*/
    .footer__tel{
        width: 94%;
        padding: 4.6% 3%;
        margin-bottom: 9.3%;
        border-top: 1px solid #f2e4bd;
        border-bottom: 1px solid #f2e4bd;
        background-color: #fffbe7;
    }
        .footer__tel dt{
            position: relative;
            padding-left: 2rem;
            margin-bottom: 2.13%;
            font-size: 1.17rem;
            line-height: 1.68rem;
        }
            .footer__tel dt::before{
                position: absolute;
                    left: 0;
                display: block;
                content: "";
                width: 1.68rem;
                height: 1.68rem;
                background: url("../img/ico_tel_green.png");
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
            }

        .footer__tel dd > a{
            position: relative;
            display: block;
            width: 100%;
            height: 4.35rem;
            margin: 0 0 4.53% 0;
            padding-right: 3%;
            border-radius: 7px;
            box-shadow: 0 4px 0 0 #cca42a;
            box-sizing: border-box;
            font-size: 1.75rem;
            font-weight: bold;
            line-height: 4.35rem;
            text-align: center;
            letter-spacing: 0.03rem;
            background-color: #ffd74d;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiNmZmUwNjIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmY2UzNyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
            background-image: -webkit-gradient(linear, 0% 0%, 100% 100%,color-stop(0, rgb(255, 224, 98)),color-stop(1, rgb(255, 206, 55)));
            background-image: -webkit-repeating-linear-gradient(top left,rgb(255, 224, 98) 0%,rgb(255, 206, 55) 100%);
            background-image: repeating-linear-gradient(to bottom right,rgb(255, 224, 98) 0%,rgb(255, 206, 55) 100%);
            background-image: -ms-repeating-linear-gradient(top left,rgb(255, 224, 98) 0%,rgb(255, 206, 55) 100%);
        }
            .footer__tel dd > a::after{
                position: absolute;
                    top: 0;
                    right: 5.5%;
                    bottom: 0;
                display: block;
                content: "";
                width: 1.75rem;
                padding-bottom: 1.75rem;
                margin: auto 0;
                background: url("../img/btn_request-arrow_green.svg");
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center;
            }
            .footer__tel dd > a > span{
                font-size: 1.26rem;
                font-weight: bold;
                line-height: 1.68rem;
            }
        .footer__tel p{
            font-size: 1.17rem;
            line-height: 1.67rem
        }


    /*--------------
        SPフッターリンク
    ----------------*/
    .footer__link{
        position: relative;
        width: 100%;
        height: 1rem;
        padding: 3.4% 0;
        margin: 0 auto;
        text-align: center;
        border-top: 1px solid #e2e2e2;
    }
        .footer__link ul{
            position: absolute;
                left: 0;
                right: 0;
            width: 12.3rem;
            height: 1rem;
            margin: auto;
        }
        .footer__link li{
            float: left;
            height: 1rem;
            margin: 0;
            padding: 0 1rem;
        }
        .footer__link li:first-child{
            border-right: 1px solid #e2e2e2;
        }
            .footer__link li > a{
                display: block;
                font-size: 1rem;
                line-height: 1rem;
                color: #004090;
            }

    .footer__copy-pagetop{
        clear: both;
        width: 100%;
        padding-bottom: 35%;
        background-color: #efefef;
    }
        .footer__copy{
            padding: 10px;
            font-size: 0.92rem;
            line-height: 1.25rem;
            text-align: center;
        }
/*        .footer__pagetop{
            position: relative;
            width: 100%;
            margin: auto;
        }
            .footer__pagetop a{
                position: absolute;
                    top: -100px;
                    right: 2%;
                display: block;
                width: 12.5%;
            }*/

    /*--------------
        SP固定コンバージョン
    ----------------*/
    .footer__inquiry{
        position: fixed;
            bottom: 0;
        z-index: 1;
        width: 100%;
        background-color: #00665a;
        left:0px !important;
    }
        .footer__message{
            padding: 3% 11%;
            background-color: #00665a;
            font-size: 1rem;
            font-weight: bold;
            line-height: 1.25rem;
            text-align: center;
            color: #fff;
        }
        .footer__inquiry > div{
            width: 94%;
            padding: auto;
            padding-bottom: 3%;
            margin: 0 3%;
            overflow: auto;
        }
        .footer__request p,
        .footer__inquiry .tel__list dt{
            padding-bottom: 0;
            font-size: 0.92rem;
            font-weight: bold;
            line-height: 1.7rem;
            color: #376459;
            letter-spacing: 0;
        }

        .footer__request,
        .footer__inquiry .tel__list{
            float: left;
            display: block;
            width: 48.3%;
            height: 4.7rem;
            padding-top: 0.3rem;
            border-radius: 4px;
            box-shadow: 0 4px 0 0 #cca42a;
            box-sizing: border-box;
            text-align: center;
            background-color: #ffd74d;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiNmZmUwNjIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmY2UzNyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
            background-image: -webkit-gradient(linear, 0% 0%, 100% 100%,color-stop(0, rgb(255, 224, 98)),color-stop(1, rgb(255, 206, 55)));
            background-image: -webkit-repeating-linear-gradient(top left,rgb(255, 224, 98) 0%,rgb(255, 206, 55) 100%);
            background-image: repeating-linear-gradient(to bottom right,rgb(255, 224, 98) 0%,rgb(255, 206, 55) 100%);
            background-image: -ms-repeating-linear-gradient(top left,rgb(255, 224, 98) 0%,rgb(255, 206, 55) 100%);
        }
        .footer__request{
            margin-right: 7px;
        }
            .footer__request > .btn__request{
                width: 100%;
                height: 1.26rem;
                margin: 2% 0 0 0;
                box-shadow: none;
                font-size: 1.25rem;
                font-weight: bold;
                line-height: 1.25rem;
            }
            .footer__request > .btn__request > span{
                padding-left: 0;
                font-size: 1.18rem;
                line-height: 1.5rem;
                letter-spacing: 0;
            }
                .footer__request > .btn__request > span::before,
                .footer__request > .btn__request::after{
                    display: none;
                }

            .footer__inquiry .tel__list dd{
                height: 1.17rem;
            }
                .footer__inquiry .tel__list dd > a{
                    font-size: 1.17rem;
                    font-weight: bold;
                    line-height: 1.17rem;
                    cursor: default;
                }
                .footer__inquiry .tel__list dd.tel__list--hour{
                    margin-bottom: 1%;
                    font-size: 0.6rem;
                    letter-spacing: -0.015rem;
                }
                .footer__inquiry .tel__list dd.tel__list--hour span{
                    font-size: 0.65rem;
                    margin: 0 -0.2rem;
                }
                a[href^="tel:"] {
                    cursor: default;
                }




/*iPhone6plusのランドスケープ*/
@media screen and (max-width: 750px) and (orientation: landscape){
    .footer__copy-pagetop{
        padding-bottom: 16%;
    }
}

/*750px以下PC*/
@media screen and (min-width: 571px) and (orientation: portrait){
    .footer__message{
        padding: 3% 0;
    }
    .footer__copy-pagetop{
        padding-bottom: 21%;
    }
    .footer__pagetop a{
        /*width: 8.5%;*/
    }
}

/*ランドスケープ*/
@media all and (orientation: landscape){
    * { -webkit-text-size-adjust: none; }
    .header__ttl{
        font-size: 1rem;
    }
    .main.middle .main__catch,
    .main.middle .main__catch span{
        font-size: 1.75rem;
        line-height: 2.5rem;
    }

    .footer__copy-pagetop{
        padding-bottom: 17%;
    }
        .footer__message{
            padding: 1.8% 0 1.2%;
            font-size: 0.9rem;
            line-height: 1rem;
        }
/*        .footer__pagetop a{
            position: absolute;
                top: -110px;
                right: 2%;
            display: block;
            width: 8.5%;
        }*/
    .footer__inquiry > div{
        padding-bottom: 2%;
    }
    .footer__tel dt::before{
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .footer__tel dd{
        padding-left: 0;
        text-align: center;
    }
}

/*iPhone6plus*/
@media screen and (min-width: 400px) and (max-width: 570px) and (orientation: portrait){
    .footer__copy-pagetop{
        padding-bottom: 30%;
        z-index: -1;
    }
/*    .footer__pagetop a{
        position: absolute;
            top: -105px;
            right: 2%;
        display: block;
        width: 12.5%;
    }*/
}
/*Androidのランドスケープ*/
@media screen and (max-width: 640px) and (orientation: landscape){
    .table--bracket{
        padding: 0.2rem 0.2rem 0 0;
        margin-top: -0.4rem;
    }
    .notice li{
        padding-left: 0.8rem;
    }
    .footer__message{
        padding: 1.8% 0 1.2%;
        font-size: 0.9rem;
        line-height: 1rem;
    }
}

/*iPhone6のランドスケープ*/
@media screen and (max-width: 700px) and (orientation: landscape){
    .table--bracket{
        padding: 0.2rem 0 0 0;
        margin-top: 0;
        margin-right: -0.2rem!important;
    }
}

/*iPhone5のランドスケープ*/
@media screen and (max-width: 570px) and (orientation: landscape){
    .footer__copy-pagetop{
        padding-bottom: 16%;
    }
}

/*Android*/
@media screen and (max-width: 360px) and (orientation: portrait) {
    .table--bracket{
        padding: 0.08rem 0.2rem 0 0;
        margin-top: -0.5rem;
    }
    .notice li{
        padding-left: 0.8rem;
    }
}

/*iPhone5*/
@media screen and (max-width: 320px) and (orientation: portrait){
    .footer__message{
        font-size: 0.85rem;
        line-height: 1.2rem;
    }
    .footer__copy-pagetop{
        padding-bottom: 40%;
    }
    .footer__tel dd > a{
        font-size: 1.5rem;
    }
    .footer__request p,
    .footer__inquiry .tel__list dt{
        font-size: 0.8rem;
    }
        /*.footer__request > .btn__request,
        .footer__request > .btn__request > span{
            font-size: 1.2rem;
            line-height: 1.6rem;
        }
        .footer__inquiry .tel__list dd{
            font-size: 1rem;
            line-height: 1rem;
        }
            .footer__inquiry .tel__list dd.tel__list--hour,
            .footer__inquiry .tel__list dd.tel__list--hour > span{
                font-size: 0.6rem;
            }*/
}

}
/*---------------SP終了---------------*/







/*Androidのランドスケープ*/
@media screen and (min-width: 750px) and (max-width: 960px) and (orientation: landscape){
    .header__ttl{
        font-size: 1rem;
    }
    .main__catch,
    .main__catch span{
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
        .main__lead,
        .main__lead span{
            font-size: 1rem;
            line-height: 1.6rem;
        }

    .table--bracket{
        margin-right: 0.65rem;
    }

    .footer__copy-pagetop{
        /*padding-bottom: 17%;*/
    }
        .footer__message{
            padding: 1.8% 0 1.2%;
            font-size: 0.9rem;
            line-height: 1rem;
        }
/*        .footer__pagetop a{
            position: absolute;
                top: -110px;
                right: 2%;
            display: block;
            width: 8.5%;
        }*/
    .footer__inquiry > div{
        padding-bottom: 2%;
    }
    .footer__tel dt::before{
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .footer__tel dd{
        padding-left: 0;
        text-align: center;
    }
}




/*--------------------------------------------------------------------------------------------------
    PC
----------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 751px){
    /*--------------------------------------------------------
        PCレイアウト
    ----------------------------------------------------------*/
    body, html{
        width: 100%;
        min-width: 1100px;
    }
    .header,
    .footbnr,
    .footer{
        width: 100%;
        background-color: #fff;
    }
    .sp-only{
        display: none;
    }
    a{
        cursor: pointer;
    }

    /*--------------------------------------------------------
        PCヘッダー
    ----------------------------------------------------------*/
    .header > div{
        position: relative;
        width: 1100px;
        height: 88px;
        padding: 20px 0 25px 0;
        margin: 0 auto;
    }
    .header__ttl{
        width: 354px;
        font-size: 13px;
        line-height: 13px;
        padding-bottom: 13px;
    }

    .header__logo{
        position: absolute;
            left: 0;
    }
        .header__logo li{
            float: left;
            /*height: 63px;*/
        }
        .header__logo li:first-child{
            margin-right: 24px;
        }

    .header__tel{
        position: absolute;
            /*left: 350px;*/
            right: 0;
        margin-top: -19px;
    }
        .header__tel li{
            margin-left: 11px;
        }
        .header__tel li:last-child{
            margin-right: 0;
        }

         .header__tel ul{
             margin-right:-8px;
         }


    /*--------------------------------------------------------
        PCメインビジュアル
    ----------------------------------------------------------*/
    .main{
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    .main.top{ height: 324px; }
    .main.middle{ height: 224px; }
    .main.top,
    .main.middle{
        background-image: url("../img/top_main-bg_green.png");
        background-color: #01665a;
    }
    .main.low{
        height: 6px;
        background-image: url("../img/low_main_img_green.png");
        background-size: 1100px;
        background-repeat: repeat-y;
        background-color: #459d7b;
    }

        .main__cont{
            width: 1039px;
            margin: 0 auto;
            background-repeat: no-repeat;
            background-position: center top;
            background-size: 100%;
            overflow: hidden;
        }
        .main.top .main__cont{
            height: 256px;
            padding: 68px 0 0 61px;
            background-image: url("../img/top_main_img_green.jpg");
        }
        .main.middle .main__cont{
            height: 166px;
            padding: 58px 0 0 61px;
            background-image: url("../img/middle_main_img_green.jpg");
        }

            .main__catch{
                width: 598px;
                height: 34px;
                background: url("../img/top_main_catch_green.svg") no-repeat;
                background-size: contain;
                border: none;
                text-indent: 100%;
                white-space: nowrap;
                overflow: hidden;
            }
            .main.top .main__catch{ margin-bottom: 36px; }
            .main.middle .main__catch{ margin-bottom: 40px; }

            .main__lead{
                width: 537px;
                margin-bottom: 38px;
                font-size: 15px;
                font-weight: bold;
                line-height: 22px;
            }


    /*--------------------------------------------------------
        PCコンテンツ
    ----------------------------------------------------------*/
    .contents{
        width: 100%;
        padding: 40px 0 48px 0;
        background-color: #f7f7f7;
    }
    .contents__wrap{
        width: 1040px;
        margin: 0 auto;
        padding: 30px;
        background-color: #fff;
        box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.08);
    }
    .contents__ttl{
        position: relative;
        padding: 0 0 30px 63px;
        font-size: 26px;
        line-height: 52px;
    }
        .contents__ttl::before{
            position: absolute;
                top: 0;
                left: 0;
            content: "";
            width: 52px;
            height: 52px;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: left top;
        }
    .contents__ttl--sub{
        padding-top: 4px;
        font-size: 20px;
        line-height: 57px;
        border-top: 4px solid #006458;
        border-bottom: 1px solid #dfdbd8;
    }

    /*--------------------------------------------------------
        PC共通利用
    ----------------------------------------------------------*/
    /*電話番号*/
    .tel__list ul{
        float: right;
    }

    .tel__list ul > li{
        float: left;
        letter-spacing: 0;
    }
        .tel__list dt{
            position: relative;
            height: 26px;
            padding-left: 30px;
            font-size: 13px;
            line-height: 26px;
        }
        .tel__list dt::before{
            position: absolute;
                top: 0;
                left: 0;
            display: block;
            content: "";
            width: 26px;
            height: 26px;
            background-image: url("../img/ico_tel_green.png");
            background-repeat: no-repeat;
            background-size: contain;
        }
        .tel__list dd{
            letter-spacing: 0;
        }
        .tel__list dd > a{
            font-size: 24px;
            font-weight: bold;
            line-height: 43px;
            color: #ed115e;
            letter-spacing: 0;
            cursor: default;
        }
        .tel__list dd > a > span{
            font-size: 13px;
            letter-spacing: 0;
        }
        .tel__list p{
            clear: both;
            font-size: 14px;
            line-height: 14px;
            text-align: right;
        }
        a[href^="tel:"] {
            cursor: default;
        }

    /*テキストのトラッキング*/
    p,
    a,
    div,
    span,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    dt,
    dd{
        letter-spacing: 0.02rem;
    }

    /*資料請求ボタン*/
    .btn__request{
        position: relative;
        display: block;
        width: 380px;
        height: 72px;
        border-radius: 6px;
        border-bottom: 4px solid #cca42a;
        box-sizing: border-box;
        text-align: center;
        background-color: #ffd74d;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiNmZmUwNjIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmY2UzNyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
        background-image: -webkit-gradient(linear, 0% 0%, 100% 100%,color-stop(0, rgb(255, 224, 98)),color-stop(1, rgb(255, 206, 55)));
        background-image: -webkit-repeating-linear-gradient(top left,rgb(255, 224, 98) 0%,rgb(255, 206, 55) 100%);
        background-image: repeating-linear-gradient(to bottom right,rgb(255, 224, 98) 0%,rgb(255, 206, 55) 100%);
        background-image: -ms-repeating-linear-gradient(top left,rgb(255, 224, 98) 0%,rgb(255, 206, 55) 100%);
    }
        .btn__request::after{
            position: absolute;
                top: 18px;
                right: 21px;
            display: block;
            content: "";
            width: 26px;
            height: 26px;
            background: url("../img/btn_request-arrow_green.svg");
            background-repeat: no-repeat;
            background-size: contain;
        }
        .btn__request:hover{
            background-color: #ffd74d;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMDAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIHN0b3AtY29sb3I9IiNmZmUwNjIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmY2UzNyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
            background-image: -webkit-gradient(linear, 100% 100%, 0% 0%,color-stop(0, rgb(255, 224, 98)),color-stop(1, rgb(255, 206, 55)));
            background-image: -webkit-repeating-linear-gradient(bottom right,rgb(255, 224, 98) 0%,rgb(255, 206, 55) 100%);
            background-image: repeating-linear-gradient(to top left,rgb(255, 224, 98) 0%,rgb(255, 206, 55) 100%);
            background-image: -ms-repeating-linear-gradient(bottom right,rgb(255, 224, 98) 0%,rgb(255, 206, 55) 100%);
        }
            .btn__request > span{
                position: relative;
                padding-left: 20px;
                font-size: 26px;
                font-weight: bold;
                line-height: 72px;
            }
            .btn__request > span::before{
                position: absolute;
                    top: 0;
                    left: -20px;
                    bottom: 0;
                display: block;
                content: "";
                width: 34px;
                height: 26px;
                margin: auto 0;
                background: url("../img/btn_request-book_green.png");
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center;
            }
    /*パンくずリスト*/
    .breadcrumb{
        width: 100%;
        height: 53px;
        background-color: #fff;
    }
        .breadcrumb ul{
            width: 1100px;
            margin: 0 auto;
        }
        .breadcrumb li{
            float: left;
            position: relative;
            padding-right: 28px;
            margin: 15px 0;
            font-size: 15px;
            line-height: 23px;
        }
        .breadcrumb li:last-child{
            font-weight: bold;
        }
            .breadcrumb li::after{
                position: absolute;
                    right: 9px;
                content: ">";
            }
            .breadcrumb li:last-child::after{
                display: none;
            }
            .breadcrumb li > a{
                font-size: 15px;
                line-height: 23px;
                color: #004090;
            }
            .breadcrumb li > a:hover{
                text-decoration: underline;
                color: #0c52c7;
            }

    /*表のデザイン*/
    table{
        background-color: #fff;
        border: 1px solid #dfdfdf;
        box-sizing: border-box;
    }
        th{
            height: 40px;
            padding: 9px 9px 5px 9px;
            background-color: #e5f9f6;
            border: 1px solid #dfdfdf;
            font-size: 14px;
            font-weight: bold;
            line-height: 22px;
            text-align: center;
            box-sizing: border-box;
        }
        td{
            padding: 9px 12px;
            border: 1px solid #dfdfdf;
            font-size: 14px;
            line-height: 22px;
            box-sizing: border-box;
        }
        .table--left{
            background-color: #f7f7f7;
            border: 1px solid #dfdfdf;
        }
        .table--vertical.pc{
            padding: 9px 19px;
        }
        .table--pdf{
            margin: auto 0;
            background: url("../img/table_pdf_bg_green.svg") no-repeat;
            background-position: center;
            background-size: 41px 26px;
        }
            .table--pdf a{
                display: block;
                width: 41px;
                height: 26px;
                margin: 0 auto;
                background: url("../img/table_pdf_green.png") no-repeat;
                background-position: 9px;
                background-size: 16px 16px;
                border: none;
                text-indent: 100%;
                white-space: nowrap;
                overflow: hidden;
            }

    .notice > li{
        position: relative;
        padding-left: 19px;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.04rem;
    }
        .notice > li::before{
            position: absolute;
                left: 0;
            content: "※";
            font-size: 14px;
            line-height: 24px;
        }

    /*--------------------------------------------------------
        PCフッター
    ----------------------------------------------------------*/
    .footer{
        position: relative;
        clear: both;
        padding-top: 60px;
    }
        .footer::after{
            position: absolute;
                top: 60px;
            display: block;
            content: "";
            width: 100%;
            border-top: 1px solid #e2e2e2;
        }

    .footer__link{
        width: 172px;
        height: 50px;
        margin: 0 auto;
        text-align: center;
    }
        .footer__link li{
            float: left;
            height: 14px;
            margin: 18px 0;
            padding: 0 14px;
        }
        .footer__link li:first-child{
            border-right: 1px solid #e2e2e2;
        }
            .footer__link li > a{
                font-size: 14px;
                line-height: 14px;
                color: #004090;
            }
            .footer__link li > a:hover{
                text-decoration: underline;
                color: #0c52c7;
            }

    .footer__copy-pagetop{
        clear: both;
        width: 100%;
        background-color: #efefef;
        padding-top: 10px;
        padding-bottom: 10px;
    }
        .footer__copy{
            font-size: 13px;
            line-height: 65px;
            text-align: center;
        }
/*        .footer__pagetop{
            position: relative;
            width: 1100px;
            margin: auto;
        }
            .footer__pagetop a{
                position: absolute;
                    top: -86px;
                    right: 0;
                display: block;
            }*/

    /*--------------
        PC固定コンバージョン
    ----------------*/
    .footer__inquiry{
        /*position: fixed;*/
            bottom: 0;
        z-index: 1;
        width: 100%;
        min-width: 1100px;
        height: 188px;
        background-color: #00665a;
    }
        .footer__message{
            width: 100%;
            min-width: 1100px;
            height: 50px;
            padding: 0;
            background-color: #12988a;
            font-size: 22px;
            font-weight: bold;
            line-height: 50px;
            text-align: center;
            color: #fff;
        }
        .footer__inquiry > div{
            position: relative;
            width: 1100px;
            padding: 20px 0;
            margin: 0 auto;
        }
        .footer__request p,
        .footer__request p > span,
        .footer__request .tel__list p,
        .footer__request .tel__list p > span{
            padding-bottom: 10px;
            font-size: 16px;
            line-height: 16px;
            color: #fff;
        }
        .footer__request{
            position: absolute;
                left: 0;
        }
            .footer__request > .btn__request{
                width: 335px;
                margin: 0;
                font-size: 24px;
                line-height: 72px;
            }
                .footer__request > .btn__request::before{
                    top: 22px;
                    left: 21px;
                }
                .footer__request > .btn__request::after{
                    top: 22px;
                    right: 14px;
                }

        .footer__inquiry .tel__list{
            position: absolute;
                /*left: 350px;*/
                right:0px;
        }
            .footer__inquiry .tel__list li{
                padding: 10px 5px 0 0;
            }
            .footer__inquiry .tel__list li:last-child{
                padding-right: 0;
            }
                .footer__inquiry .tel__list dt,
                .footer__inquiry .tel__list dd span{
                    color: #fff;
                }
                .footer__inquiry .tel__list dt::before{
                    background-image: url("../img/footer_icon_tel_green.png");
                }
                .footer__inquiry .tel__list dd > a{
                    color: #ffd950;
                }
                .footer__inquiry .tel__list p{
                    font-size: 14px;
                    color: #fff;
                }

/*iPad*/
@media only screen and (device-width: 768px){
    .tel__list dd > a{
        font-size: 23px;
    }
}
}
