@charset "utf-8";
/* reset
==============================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    vertical-align: bottom;
    border: none;
    width: 100%;
}
input, select {
    vertical-align:middle;
}
a{
    text-decoration: none;
}
/* basic
==============================*/
html {
	font-size: 62.5%;
}
body {
    position: relative;
    color: #333333;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ W3 JIS2004","メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

/* common class
==============================*/
.spElem{
    display: none;
}
.hover:hover{
    opacity: 0.8;
}
header{
    position: fixed;
    z-index: 10;
    height: 100%;
    width: 216px;
    box-shadow: #aaaaaa 1px 0 6px;
    background: #fff;
}
.grobal-navi li{
    font-size: 14px;
    font-family: "ヒラギノ角ゴ W6 JIS2004";
    border-top: 1px solid #cccccc;
}
.grobal-navi li span{
    font-size: 12px;
    font-family: "ヒラギノ角ゴ W3 JIS2004";
    display: block;
    padding-top: 6px;
}
.grobal-navi li a{
    display: block;
    padding: 32px;
    color: #001489;
    position: relative;
}
.grobal-navi li a::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 18px;
    height: 18px;
    margin-top: -7px;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    transform: rotate(-45deg);
}
.grobal-navi li:last-child a{
    color: #333333;
    padding: 16px 32px;
    font-size: 12px;
}
.grobal-navi .navi7{
    display: none;
}
.grobal-navi li:last-child a::after{
    content: none;
}
.grobal-navi li a:hover{
    color: #0044b9;
}
.grobal-navi li a:hover::after {
    animation: rotationArw 1.2s infinite;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}
@keyframes rotationArw {
    0%{
        right: 18px;
        opacity: 1;
        transform: rotate(-45deg) translate(0, 0);
    }
    50%{
        right: 0;
        opacity: 0;
    }
    51%{
        right: 36px;
        opacity: 0;
    }
    100%{
        right: 18px;
        opacity: 1;
        transform: rotate(-45deg) translate(0,0);
    }
}

article{
    position: relative;
    padding-left: 216px;
}
.btmInfo{
    padding:32px 0 32px 216px;
}
.btmInfo dl {
    padding: 0 0 0 64px;
    display: flex;
}
.btmInfo dt{
    width: 347px;
    padding-right: 30px;
}
.btmInfo dt img{
    width: 168px;
    height: 38px;
}
.btmInfo dt figure{
    display: flex;
}
.btmInfo dt figure b{
    display:block;
    font-size: 10px;
    font-family: "リュウミン M-KL";
}
.btmInfo dt figure strong{
    margin-top: 5px;
    display:block;
    font-size: 20px;
    font-family: "リュウミン B-KL";
}
.btmInfo dt figure {
    font-size: 10px;
}
.btmInfo dt figure figcaption{
    margin-left: 10px;
}
.btmInfo dd{
    line-height: 1.3;
}
.btmInfo dd a{
    color: #333333;
}
.bottomContents{
    position: relative;
    padding: 31px 0 ;
    padding-left: 216px;
    background: #f2f3f9;
    display: flex;
    min-height: 194px;
}
.bottomContents dl{
    width: 152px;
    border-top: 1px solid #aaaaaa;
    margin-right: 40px;
}
.bottomContents dl:first-child{
    margin-left: 64px;
}
.bottomContents dl dt{
    padding: 16px 0;
    font-size: 16px;
    font-family: "ヒラギノ角ゴ W6 JIS2004";
}
.bottomContents dd li{
    margin-bottom: 8px;
    line-height: 1.4;
    font-size: 12px;
}
.bottomContents a{
    color :#333333;
}
.bottomContents a:hover{
    text-decoration: underline;
}
.bottomContents .snsBtn{
    position: absolute;
    bottom: 32px;
    right: 265px;
}
header .headTitle{
    width: 184px;
    margin: 0 auto;
    padding: 74px 0 72px;
    text-align: center;
}
header .headTitle a{
    color: #333333;
}
header .headTitle b{
    display: inline-block;
    font-size: 12px;
    font-family: "リュウミン M-KL";
    margin-bottom: 8px;
}
header .headTitle strong{
    display: inline-block;
    margin-top: 10px;
    font-size: 17px;
    font-family: "リュウミン B-KL";
}
.snsBtn {
    padding: 0 32px 32px 32px;
}
.snsBtn::after{
    display: block;
    content: "";
    clear: both;
}
.snsBtn li{
    float: left;
    width: 32px;
    margin-right: 16px;
}
.snsBtn li:last-child{
    margin-right: 0;
}
footer{
    position: relative;
    z-index: 100;
}
footer .copy{
    text-align: center;
    font-size: 12px;
    background: #001489;
    color: #fff;
    padding: 5px;
}
.btnTop{
    position: fixed;
    bottom: 56px;
    right: 24px;
    width: 40px;
    height: 40px;
}
.btnTop:hover{
    opacity: .7;
}
.btnTop a{
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/btnTop.png) 0 0 no-repeat;
    background-size: 100%;
}
.btnTop a:hover{
    background: url(../img/btnTopOn.png) 0 0 no-repeat;
    background-size: 100%;
}
/* 二層目以降共通スタイル */
.pageTitle{
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-family: "ヒラギノ角ゴ W6 JIS2004";
    padding: 68px 0;
}
.pageTitle span{
    padding-top: 10px;
    display: block;
    font-size: 18px;
    font-family: "ヒラギノ角ゴ W3 JIS2004";
}
.categoryTitle{
    padding-top: 36px;
    padding-bottom: 32px;
    font-family: "ヒラギノ角ゴ W6 JIS2004";
    color: #001489;
    font-size: 20px;
    text-align: center;
}
.categoryTitle span{
    font-family: "ヒラギノ角ゴ W3 JIS2004";
    display: block;
    color:#333;
    font-size: 14px;
    padding-top: 10px;
    position: relative;
}
.categoryTitle span::after{
    display: block;
    content: "";
    width: 48px;
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -24px;
    background: #001489;
}

/* 画面の横幅が1024px以下
==============================*/
@media screen and (max-width: 1024px) {
    .bottomContents .snsBtn{
        position: absolute;
        bottom: 0px;
        right: 265px;
    }
}
/* 画面の横幅が900px以下
==============================*/
@media screen and (max-width: 900px) {
    .pcElem{
        display: none;
    }
    header .headTitle b{
        display: none;
    }
    header .headTitle strong{
        display: none;
    }
    body{
        min-width: 0;
    }
    .pcElem{
        display: none;
    }
    .spElem{
        display: block;
    }
    header{
        position: fixed;
        height: 64px;
        width: 100%;
        box-shadow: none;
    }
    header .headTitle{
        width: 280px;
        margin: inherit;
        padding: 16px 0 0 16px;
    }
    #menuBtn{
        position: absolute;
        right: 12px;
        top: 16px;
        width: 30px;
        height: 31px;
        padding: 0 5px;
        color: #001489;
        text-align: center;
    }
    #menuBtn span{
        font-size: 9px;
        line-height: 1;
        vertical-align: bottom;
        display: block;
        padding: 25px 0 0 0;
    }
    #menuBtn div{
        position: absolute;
        width: 32px;
        height: 4px;
        background: #001489;
        border-radius: 3px;
        transition: all .4s ease 0s;
    }
    #menuBtn .bar1{
        top: 0px;
        right: 5px;
    }
    #menuBtn .bar2{
        top: 9px;
        right: 5px;
    }
    #menuBtn .bar3{
        top: 18px;
        right: 5px;
    }
    #menuBtn.open .bar1{
        top: 8px;
        -webkit-transform: rotate(45deg) translateX(0px) translateY(0px);
        transform: rotate(45deg) translateX(0px) translateY(0px);
    }
    #menuBtn.open .bar2{
        display: none;
        opacity: 0;
    }
    #menuBtn.open .bar3{
        top: 8px;
        -webkit-transform: rotate(-45deg) translateX(0px) translateY(0px);
        transform: rotate(-45deg) translateX(0px) translateY(0px);
    }
    header nav{
        display: none;
    }
    header nav.open{
        display: block;
        position: absolute;
        top:64px;
        left: 0;
        width: 100%;
        background: #fff
    }
    .grobal-navi li{
        margin: 0 auto;
        width: 96%;
        font-size: 14px;
        border-top: 1px solid #cccccc;
    }
    .grobal-navi .navi7{
        display:block;
    }
    .grobal-navi li span{
        font-size: 12px;
        display: block;
        padding-top: 6px;
    }
    .grobal-navi li a{
        display: block;
        padding: 16px;
        color: #001489;
        position: relative;
    }
    .grobal-navi li a::after{
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 18px;
        height: 18px;
        margin-top: -7px;
        border-right: 1px solid #cecece;
        border-bottom: 1px solid #cecece;
        transform: rotate(-45deg);
    }
    .grobal-navi li:last-child a{
        color: #333333;
        padding: 16px;
        font-size: 12px;
    }
    .grobal-navi li:last-child a::after{
        content: none;
    }
    article{
        padding-left: 0;
    }
    .btmInfo{
        padding-left: 0;
    }
    .btmInfo li a{
        display: block;
        box-sizing: border-box;
        width: 91.7%;
        margin: 0 auto 16px;
        text-align: center;
        border: 1px solid #001489;
        color: #001489;
        font-size: 16px;
        padding: 12px 0;
    }
    .btmInfo li a{
        margin-bottom: 24px;
    }
    .btmInfo .contact{
        padding: 24px 0 10px;
        background: #f2f3f9;
    }
    .btmInfo .contact a{
        background: #001489;
        color: #fff;
        margin-bottom: 0;
    }
    .btmInfo .privacy{
        padding: 10px 0 17px;
        background: #f2f3f9;
    }
    .btmInfo .privacy a{
        color: #333333;
        font-size: 12px;
        text-align: left;
        padding: 0;
        border: none;
        margin-bottom: 0;
    }
    .btmInfo dl{
        display: block;
        padding: 0;
    }
    .btmInfo dt{
        width: 184px;
        margin: 0 auto;
        padding: 21px 0 15px 0;
    }
    .btmInfo dd{
        text-align: center;
        line-height: 1.5;
        font-size: 12px;
    }
    .btmInfo dt img{
        margin: 0 auto;
        width: 184px;
        height: 57px;
    }
    .bottomContents dl{
        display: none;
    }
    .bottomContents{
        padding: 0;
        background: #fff;
        min-height: inherit;
    }
    .bottomContents .snsBtn{
        position: static;
        margin: 0 auto;
    }
    .btnTop{
        position: fixed;
        bottom: 36px;
        right: 12px;
    }
    /* 二層目以降共通スタイル */
    .pageTitle{
        padding-top: 68px;
    }
    .btmInfo dt figure b{
        display:none;
    }
    .btmInfo dt figure strong{
        display:none;
    }
}

/* 画面の横幅が640px以下
==============================*/
@media screen and (max-width: 640px) {

}
/* media */
/* 画面の横幅が360px以下
==============================*/
@media screen and (max-width: 360px) {

}
/*印刷設定*/
@media print{
}