@charset "UTF-8";
/* CSS Document */
body, #wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-size: auto;
    background: #fff;
    color: #333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
/*画像中央寄せ*/
.img-responsive-overwrite {
    /*margin: 0 auto;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*テキストリンク*/
.textlink {
    color: #03328E;
    text-decoration: underline;
}
.page-top {
    position: fixed;
    bottom: 5px;
    right: 5px;
    font-size: 100%;
    z-index: 1;
}
.page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 40px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    transition: 0.5s;
    opacity: 0.8;
}
.page-top a:hover {
    text-decoration: none;
    background: #999;
}
.logo-size {
    width: 40%;
    padding-top: 10px;
    padding-left: 10px;
}
/*見出し左右にライン*/
.line-wrap {
    font-size: auto;
    display: flex;
    align-items: center;
}
.line-wrap:before, .line-wrap:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #444;
    display: block;
}
.line-wrap:before {
    margin-right: .4em;
}
.line-wrap:after {
    margin-left: .4em;
}
/*サブタイトル見出し*/
.background {
    /*background: url(../images/common/bg.jpg) no-repeat;
	background-size: cover;*/
    background: #fff;
    height: 220px;
    color: #011931;
    /*border-bottom: 1px solid #011931;*/
}
.sub-midashi {
    margin-top: 25px;
}
.sub-midashi h2 {
    font-size: 150%;
}
.page-header {
    padding-bottom: 9px;
    margin: 10px 0 20px;
    /*border-bottom: 1px solid #000;
	-webkit-box-shadow: 0 1px 0 #fcfcfc;
	-moz-box-shadow: 0 1px 0 #fcfcfc;
	box-shadow: 0 1px 0 #fcfcfc;*/
}
.page-header h2 {
    font-size: 260%;
    font-weight: bold;
    color: #068840;
    font-family: 'Francois One', sans-serif;
}
.page-header h4 {
    font-size: 100%;
    color: #234303;
}
.page-header p {
    color: #333;
}
.img-link:hover {
    background: #fff;
    opacity: 0.7;
    transition: .2s linear;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -o-transition: .4s linear;
    -ms-transition: .4s linear;
}
.img-link {
    transition: .2s linear;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -o-transition: .4s linear;
    -ms-transition: .4s linear;
}
.iconcolor {
    color: #F6E46A;
}
.common-color {
    background: #011931;
}
.table-gray {
    background: #333333;
}
/*サブページ見出し*/
.section-midashi {
    padding: 0.5em; /*文字周りの余白*/
    color: #333; /*文字色*/
    background: #efefef; /*背景色*/
    border-left: solid 5px #F6E46A; /*左線（実線 太さ 色）*/
}
@media only screen and (min-width: 507px) {
    .logo-size {
        width: 30%;
        padding: 20px;
    }
}
@media only screen and (min-width: 544px) {
    .logo-size {
        width: 32%;
        padding: 20px;
    }
}
@media only screen and (min-width: 768px) {
    body, #wrapper {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        font-size: 95%;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    }
    .logo-size {
        width: 25%;
        padding: 15px;
    }
    /*サブタイトル見出し*/
    .background {
        /*background: url(../images/common/bg.jpg) no-repeat;
	background-size: cover;*/
        background: #fff;
        color: #011931;
        height: 250px;
    }
    .sub-midashi {
        margin-top: 40px;
    }
    .sub-midashi h2 {
        font-size: 180%;
    }
    .page-header {
        padding-bottom: 9px;
        margin: 40px 0 20px;
        /*border-bottom: 1px solid #000;
	-webkit-box-shadow: 0 1px 0 #fcfcfc;
	-moz-box-shadow: 0 1px 0 #fcfcfc;
	box-shadow: 0 1px 0 #fcfcfc;*/
    }
    .page-header h2 {
        font-size: 300%;
        font-weight: bold;
    }
    .page-header h4 {
        font-size: 150%;
        color: #234303;
        margin-top: 30px;
    }
    .page-header p {
        color: #000;
    }
}
@media only screen and (min-width: 992px) {
    .logo-size {
        width: 20%;
        padding: 20px;
    }
    .background {
        /*background: url(../images/common/bg.jpg) no-repeat;
	background-size: cover;*/
        background: #fff;
        color: #011931;
        height: 260px;
    }
    .sub-midashi {
        margin-top: 45px;
    }
    .sub-midashi h2 {
        font-size: 180%;
    }
    .page-header h2 {
        font-size: 350%;
        font-weight: bold;
        color: #068840;
    }
}
@media only screen and (min-width: 1200px) {
    .logo-size {
        width: 17%;
        padding: 20px;
    }
}