body {
    font-size: 16px;
    color: black;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
    background: url(../../img/back.gif);
}

header {
    background: #fff;
    margin-bottom: 2em;
}

.header {
    margin: 0 auto;
    max-width: 1110px;
    padding: .5em;
}

@media (max-width: 992px) {
    .header h1{
        margin: 0 auto;
    }
    .header h1 a {
        display: block;
        width: 80%;
    }
    .header h1 a img{
        width: 100%;
        height: auto;
    }
}

/*フッター*/

.footer {
    width: 100%;
    background-color: #7390cc;
    border-bottom: 10px solid #6078aa;
    font-size: .9em !important;
}

.footer .inner {
    width: 940px;
    margin: 0 auto;
    padding: 1.5em 0 0;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
}

.footer a:hover {
    color: #ced8ed;
    text-decoration: underline;
}

.footer .footerMenu {
    color: #ffffff;
    margin-bottom: 1em;
}

.footer .copyright {
    color: #ced8ed;
}

.footer .moveTop {
    position: relative;
}

.footer .moveTop a {
    width: 80px;
    height: 83px;
    background: url(../../img/move_top.gif) no-repeat left top;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 0;
    top: -83px;
}

.footer .moveTop a:hover {
    background-position: -80px 0px;
}

.container .head {
    color: #003366;
    font-size: 1.6em;
    padding: 0 0 .5em;
    border-bottom: #6078AA solid 5px;
    line-height: 1.3;
    margin-bottom: 1em;
}

.container .tit {
    border-left: #6078AA solid 10px;
    font-weight: bold;
    padding: .2em 1em 0;
    line-height: 2em;
    margin: 2em auto 1em;
    color: #003366;
    font-size: 143%;
    overflow: hidden;
    background: #F2F2F2;
}

.container h3 {
    border-left: #6078AA solid 5px;
    font-weight: bold;
    padding: .2em 0.5em 0;
    line-height: 1.5em;
    margin: 2em auto 0;
    color: #003366;
    font-size: 117%;
    overflow: hidden;
}

.form_tbl {
    margin: 1em auto;
    width: 100%;
}

.form_tbl > dl {
    display: flex;
    margin: 0;
    border-left: #cccccc solid 1px;
    border-right: #cccccc solid 1px;
    border-top: #CCC solid 1px;
}

.form_tbl > dl:last-child {
    border-bottom: #CCC solid 1px;
}

.form_tbl > dl > dt {
    background-color: #E9ECEF;
    padding: 1em;
    margin: 0;
    color: #004678;
    border-right: #CCC solid 1px;
    font-weight: bold;
    min-width: 25%;
    width: 25%;
}

.form_tbl > dl > dd {
    padding: 1em;
    margin: 0;
    width: 75%;
    background: #ffffff;
}


@media (max-width: 992px) {

    .form_tbl > dl {
        display: block;
    }

    .form_tbl > dl:last-child {
        border-bottom: #CCC solid 1px;
    }

    .form_tbl > dl > dt {
        color: #FFF;
        border-right: none;
        font-weight: bold;
        width: 100%;
    }

    .form_tbl > dl > dd {
        width: 100%;
    }
}
.form-tit {
    border-left: #004678 solid 10px;
    font-weight: bold;
    padding: .5em 1em;
    line-height: 1.2em;
    color: #004678;
    font-size: 1.5em;
    overflow: hidden;
    background: #e9ecef;

    @media (max-width:767px) {
        font-size: 1.1em;
    }
}

.sub-tit {
    border-left: #004678 solid 10px;
    font-weight: bold;
    padding: .3em .8em;
    line-height: 1.2em;
    color: #004678;
    font-size: 1.3em;

    @media (max-width:767px) {
        font-size: 1em;
    }
}

@media (max-width: 992px) {
    .form-tit {
        font-size: 1.3em;
    }

    .sub-tit {
        font-size: 1.1em;
    }
}
