@charset "UTF-8";
/* --------------------------------------------------
Base
-------------------------------------------------- */

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body, ol, ul, dl, li, dt, dd, table, th, td, input, textarea, select, h1, h2, h3, h4, h5, h6 {
    color: #16475e;
    font-weight: normal;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Noto Sans Japanese', Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    /* Gothic */
    font-weight: 300;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
}

html, body {
    height: 100%;
}

body {
    min-width: 320px;
    line-height: 2.4;
    font-size: 100%;
    word-wrap: break-word;
    position: relative;
    overflow-x: hidden;
    top: 0 !important;
}

body>.skiptranslate {
    display: none !important;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 85%;
        line-height: 1.8;
    }
}

img {
    max-width: 100%;
    vertical-align: middle;
}

input {
    padding: 5px 8px;
}

textarea {
    padding: 3px;
}

ol {
    margin: 0px 0px 0px 21px;
}

ol>li {
    list-style: decimal outside;
    margin: 0px 0px 3%;
}

a:link, a:visited {
    color: #16475e;
    text-decoration: underline;
    outline: 0;
}

a:hover, a:active {
    color: #316b86;
    text-decoration: none;
}

em {
    font-style: normal;
    font-weight: bold;
    color: #16475e;
}

strong {
    font-style: normal;
    font-weight: bold;
}

/* --------------------------------------------------
Wrapper
-------------------------------------------------- */

#wrapper {
    width: 100%;
    height: 100%;
}

/* --------------------------------------------------
Pure-drawer
-------------------------------------------------- */

#leftArea {
    background-color: #1d546c;
    display: none;
    float: left;
    left: 0;
    position: relative;
    text-align: center;
    top: 0;
    z-index: 999;
}

#leftInner {
    box-sizing: border-box;
    min-width: 300px;
    height: 102%;
    overflow: scroll;
    padding: 0 0 10%;
    width: 104%;
}

#leftArea .logo {
    max-width: 240px;
    text-align: center;
    margin: 80px auto 0;
}

#leftArea .logo a {
    text-decoration: none;
}

#leftArea .gNav {
    max-width: 240px;
    margin: 20px auto 30px;
    padding: 0 2%;
}

#leftArea .gNav li {
    text-align: left;
    border-bottom: 1px solid #28627b;
}

#leftArea .gNav li.bgRed {
    background-color: #b82d30;
    border-bottom: none;
    margin-top: 3px;
}

#leftArea .gNav li a {
    background: url(../img/common/arrow_right_white.png) no-repeat 98% center;
    font-size: 90%;
    color: #fff;
    padding: 5px 7%;
    text-decoration: none;
    display: block;
    position: relative;
}

#leftArea .gNav li a:hover {
    opacity: 0.7;
}

#leftArea .gNav li.accordion a {
    background: url(../img/common/arrow_right_white.png) no-repeat 98% center;
}

#leftArea .gNav li.accordion a.onclick {
    background: url(../img/common/arrow_up_white.png) no-repeat 98% center;
}

#leftArea .gNav li.accordion a:after {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 200ms ease-in-out;
}

#leftArea .gNav li.accordion a.onclick:after {
    opacity: 1;
}

#leftArea .gNav li.accordion .accordContent li {
    border-bottom: none;
}

#leftArea .gNav li.accordion .accordContent li a {
    background: #EFF7F5 url(../img/common/arrow_right_white.png) no-repeat 98% center;
    font-size: 75%;
    padding: 10px 7% 10px 10%;
}

#leftArea .icnFB {
    max-width: 240px;
    margin: 30px auto;
    padding: 0 2%;
    box-sizing: border-box;
}

#leftArea .tel {
    max-width: 240px;
    margin: 30px auto;
    padding: 0 2%;
    box-sizing: border-box;
}

.pure-pusher-container {
    height: 100%;
    position: relative;
}

.pure-pusher {
    height: 100%;
}

input#pure-toggle-left, label.pure-toggle-label {
    display: none;
}

@media screen and (max-width: 1200px) {
    #leftArea {
        display: block;
        height: 100%;
        margin-top: 0;
        overflow: hidden;
        position: fixed;
    }
    .pure-pusher {
        overflow-y: auto;
    }
}

@media screen and (max-width: 767px) {
    #leftArea .gNav li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 40.063em) {
    #leftArea .logo {
        max-width: 300px;
    }
    #leftArea .gNav {
        max-width: 300px;
    }
    #leftArea .icnFB {
        max-width: 300px;
    }
    #leftArea .tel {
        max-width: 300px;
    }
}

@media screen and (max-width: 480px) {
    #leftArea .logo {
        max-width: 240px;
    }
    #leftArea .gNav {
        max-width: 240px;
    }
    #leftArea .icnFB {
        max-width: 240px;
    }
    #leftArea .tel {
        max-width: 240px;
    }
}

/* --------------------------------------------------
Header
-------------------------------------------------- */

#header {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

#header .topBar {
    background-color: #1d546c;
    width: 100%;
    text-align: center;
    padding: 10px 2%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    box-sizing: border-box;
}

#header #logo {
    margin-right: 40px;
    display: inline-block;
    vertical-align: middle;
}

#header #logo img {
    max-height: 55px;
}

#header #gNav {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

#header #gNav>ul {
    letter-spacing: 1.2em;
    line-height: 1.8;
    text-align: right;
}

#header #gNav>ul>li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
}

#header #gNav>ul>li>a {
    font-size: 90%;
    color: #fff;
    text-decoration: none;
}

#header #gNav>ul.top {
    letter-spacing: 1em;
}

#header #gNav>ul.top>li>a {
    font-size: 85%;
}

#header .btmBar {
    background-color: #1d546c;
    width: 100%;
    text-align: center;
    padding: 20px 2%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    box-sizing: border-box;
}

#header .btmBar .commBlc {
    max-width: 1200px;
    padding: 0;
}

#header .btmBar .tbl {
    width: 100%;
}

#header .btmBar .tbl td {
    color: #fff;
    line-height: 1.8;
    border-left: 1px solid #fff;
    vertical-align: middle;
    overflow-wrap: break-word;
    word-break: break-all;
    padding: 0 18px;
    box-sizing: border-box;
}

#header .btmBar .tbl .time {
    width: 45%;
    font-size: 120%;
}

#header .btmBar .tbl .time .txt01 {
    font-size: 62%;
}

#header .btmBar .tbl .btnBlc {
    width: 27%;
}

#header .btmBar .tbl .btnBlc .btn {
    text-align: center;
}

#header .btmBar .tbl .btnBlc .btn a {
    width: 100%;
    max-width: 420px;
    font-size: 160%;
    line-height: 1.2;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    text-decoration: none;
    padding: 15px 20px;
    display: inline-block;
    box-sizing: border-box;
    transition: all 200ms ease-in-out;
}

#header .btmBar .tbl .btnBlc .btn a:hover {
    background-color: #104258;
}

#header .btmBar .tbl .btnBlc .btn .txt01 {
    font-size: 45%;
}

@media screen and (max-width: 1440px) {
    #header #logo img {
        max-height: 45px;
    }
    #header #gNav {
        margin-right: 15px;
    }
    #header #gNav>ul {
        letter-spacing: 0.8em;
    }
    #header #gNav>ul>li>a {
        font-size: 80%;
    }
}

@media screen and (max-width: 1200px) {
    #header #gNav {
        display: none;
    }
    #header .topBar {
        padding-top: 14px;
        padding-bottom: 14px;
        padding-left: 72px;
        padding-right: 72px;
    }
    #header #logo {
        max-width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    #header .btmBar .tbl .time {
        font-size: 100%;
    }
    #header .btmBar .tbl .time .txt01 {
        font-size: 70%;
    }
    #header .btmBar .tbl .btnBlc .btn a {
        font-size: 140%;
    }
    #header .btmBar .tbl .btnBlc .btn .txt01 {
        font-size: 50%;
    }
}

@media screen and (max-width: 767px) {
    #header .btmBar {
        background-color: rgba(29, 84, 108, 0.8);
    }
    #header .btmBar .tbl td {
        display: block;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 2%;
    }
    #header .btmBar .tbl .time, #header .btmBar .tbl .btnBlc {
        width: 100%;
        border-left: none;
    }
    #header .btmBar .tbl .time {
        text-align: center;
    }
}

@media screen and (max-width: 767px) and (orientation:landscape) {
    #header .btmBar {
        background-color: rgba(29, 84, 108, 1);
        position: static;
    }
}

@media screen and (max-width: 480px) {
    #header .topBar {
        padding-top: 16px;
        padding-bottom: 16px;
        position: static;
    }
    #header .btmBar {
        background-color: rgba(29, 84, 108, 1);
        padding-top: 10px;
        padding-bottom: 10px;
        position: static;
    }
    #header .btmBar .tbl td {
        display: block;
        margin-bottom: 5px;
    }
    #header .btmBar .tbl .time .txtTime {
        width: 100%;
        display: inline-block;
    }
    #header .btmBar .tbl .time .space {
        display: none;
    }
    #header .btmBar .tbl .btnBlc {
        width: 100%;
        border-left: none;
        margin-bottom: 0;
    }
    #header .btmBar .tbl .btnBlc .btn a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 2%;
        padding-right: 2%;
    }
}

/* --------------------------------------------------
Contents
-------------------------------------------------- */

/* --------------------------------------------------
Footer
-------------------------------------------------- */

#footer {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    border-top: 1px solid #1d546c;
}

#footer #fNav {
    text-align: center;
}

#footer #fNav>ul {
    letter-spacing: 2em;
}

#footer #fNav>ul>li {
    letter-spacing: normal;
    display: inline-block;
}

#footer #fNav>ul>li a {
    text-decoration: none;
}

#footer .copyright {
    text-align: center;
    padding: 10px 0;
}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 480px) {}

/* --------------------------------------------------
Block
-------------------------------------------------- */

/* Common Block --------------- */

.commBlc {
    max-width: 1000px;
    padding: 0 2%;
    margin: 0 auto;
    position: relative;
}

.boxComm {
    padding-top: 4%;
    padding-bottom: 4%;
}

.minBoxComm {
    padding-top: 2%;
    padding-bottom: 2%;
}

/* --------------------------------------------------
Text
-------------------------------------------------- */

.txtMincho {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
    /* Mincho */
}

.txtGothic {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Noto Sans Japanese', Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    /* Gothic */
}

.txtCenter {
    text-align: center;
}

.txtUnderline {
    text-decoration: underline;
}

.txtBig {
    font-size: 115%;
}

.txtSmall {
    font-size: 85%;
}

.txtWeight {
    font-weight: bold;
}

.txtInlineBlc {
    text-align: left;
    display: inline-block;
}

.txtBlack {
    color: #000;
}

.txtRed {
    color: #e60000;
}

@media screen and (max-width: 767px) {
    .txtForSp {
        text-align: left !important;
    }
    .txtForSp br {
        display: none !important;
    }
    span.txtForSp {
        display: inline-block;
    }
}

@media screen and (max-width: 480px) {}

/* --------------------------------------------------
Other Classes
-------------------------------------------------- */

/* Clear fix --------------- */

.clearFix:after {
    content: "";
    clear: both;
    display: block;
}

/* Clear --------------- */

.clear {
    clear: both;
}

/* Hide --------------- */

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.disnon {
    display: none;
}

/* imgDeco --------------- */

.imgDeco {
    border: 1px solid #cdcdcd;
    padding: 1px;
    box-sizing: border-box;
}

/* imgCircle --------------- */

.imgCircle {
    -webkit-border-radius: 2000px;
    -moz-border-radius: 2000px;
    border-radius: 2000px;
}

/* imgZoomEffect --------------- */

.imgZoom {
    overflow: hidden;
}

.imgZoom img, .imgZoom .img {
    -ms-transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    transition: all 200ms ease-in-out 0s;
}

.imgZoom img:hover, .imgZoom .img:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/* PDF icon --------------- */

.icnPdf {
    vertical-align: bottom;
    margin: 0px 3%;
}

@media screen and (max-width: 767px) {
    /* Popup --------------- */
    .popup {
        display: block;
        position: relative;
    }
}

.post.hidden {
    opacity: 1;
}

.hide {
    opacity: 0;
}

@media screen and (max-width: 1200px) {
    .hide {
        opacity: 1;
    }
}

/* blc01 ------------------*/

#blc01 {
    padding-top: calc(4% + 85px);
    box-sizing: border-box;
}

#blc01 .mainTtl {
    font-size: 180%;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 4%;
    padding: 0 2%;
}

#blc01 figure {
    text-align: center;
    padding-top: 0;
}

#blc01 .listStyle li {
    border: 1px solid #1d546c;
    display: block;
    box-sizing: border-box;
}

#blc01 .listStyle .ttl {
    background-color: #1d546c;
    color: #fff;
    font-size: 140%;
    letter-spacing: 0.1em;
    padding: 7px 20px;
}

#blc01 .listStyle .txt {
    padding: 2%;
    box-sizing: border-box;
}
#blc01 .btnStyle {
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    width: 36%;
    background: url(../img/common/icon_arrow.png) 90% 50% no-repeat;
    background-size: 6px auto;
    border: #1a4259 solid 1px;
    padding: 7px 30px 7px 3%;
    margin: auto;
    text-align: center;
    font-size: 100%;
    transition: all 100ms ease-in-out;
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    #blc01 .listStyle .ttl {
        font-size: 120%;
    }
    #blc01 .listStyle .txt {
        padding: 2% 20px;
    }
}

@media screen and (max-width: 767px) {
    #blc01 .mainTtl {
        font-size: 140%;
    }
}

@media screen and (max-width: 480px) {
    #blc01 .listStyle .txt {
        padding: 4% 20px;
    }
    #blc01 {
        padding-top: 8%;
    }
}