/*==============================
base
==============================*/
body,html {
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.5;

}
a {
    color: rgb(153, 153, 153);
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;

}
a:hover {
    opacity: 0.5;
    text-decoration: none;
}
img {
    vertical-align: bottom;
}
.in {
    box-sizing: border-box;
    width: 965px;
    margin: 0 auto;
}

@media screen and (max-width:750px) {
    body,html {
        font-size: 14px;
    }
    body.fixed {
        position: fixed;
        left: 0;
        right: 0;
    }
    .in {
        width: auto;
    }
}

/*==============================
FORM MAIL
==============================*/



/*==============================
header
==============================*/
header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    min-width: 1040px;
    height: 80px;
    background: #fff;
    z-index: 100;
}
header p.logo {
    position: absolute;
    left: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
header .gnav {
    float: right;
    top: 0;
}
header .gnav ul li {
    float: left;
}
header .gnav ul li a {
    display: block;
    height: 80px;
    padding: 0 16px;
    text-align: center;
    line-height: 80px;
    font-size: 16px;
    font-weight: bold;
    color: #004da0;
    text-decoration: none;
}
header .gnav ul li a span {
    position: relative;
}
header .gnav ul li a span:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 1em;
    width: 0%;
    height: 2px;
    background: #004da0;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
header .gnav ul li a.active span:after {
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
}
header .gnav ul li a:hover span:after,
header .gnav ul li a.focus span:after,
header .gnav ul li a.active span:after {
    left: 0%;
    width: 100%;
}
header .hnav {
    position: absolute;
    right: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
header .hnav ul li {
    float: left;
}
header .hnav ul li + li {
    margin-left: 20px;
}
header .hnav ul li a {
    font-size: 12px;
    font-weight: bold;
    color: #004da0;
    text-decoration: none;
}
header .hnav ul li.li_txt {
    position: relative;
    padding-left: 10px;
    line-height: 30px;
}
header .hnav ul li.li_txt a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/common/images/ico_arrow01.png) no-repeat;
    width: 4px;
    height: 6px;
}
header .hnav ul li.li_txt a:hover {
    text-decoration: underline;
}
header .hnav ul li.li_btn a {
    display: block;
    box-sizing: border-box;
    border: 1px solid #004da0;
    height: 30px;
    line-height: 28px;
    padding: 0 20px;
}
header .hnav ul li.li_btn a:hover {
    background: #004da0;
    color: #fff;
}
header .snav_btn {
    display: none;
}
header .menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}
header .menu > ul > li {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
header .menu > ul > li .in {
    display: table;
    width: 100%;
    background: #fff;
}
header .menu > ul > li .ttl {
    display: table-cell;
    background: #004da0;
    vertical-align: top;
    padding: 80px 60px 40px;
    width: 200px;
}
header .menu > ul > li .ttl p {
    font-size: 24px;
    color: #fff;
}
header .menu > ul > li .ttl p span {
    font-family: 'Libre Baskerville', serif;
    font-size: 15px;
    display: inline-block;
}
header .menu > ul > li .ttl .btn {
    margin-top: 44px;
}
header .menu > ul > li .ttl .btn a {
    font-family: "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
}
header .menu > ul > li .ttl .btn a:hover {
    text-decoration: none;
}
header .menu > ul > li .cnts {
    display: table-cell;
    width: 880px;
    padding: 40px 60px 40px 0;
    vertical-align: middle;
}
header .menu > ul > li .cnts ul + ul {
    margin-top: 48px;
}
header .menu > ul > li .cnts ul.ul01 {
    padding-left: 60px;
}
header .menu > ul > li .cnts ul.ul01 li {
    float: left;
}
header .menu > ul > li .cnts ul.ul01.ul01_5 li {
    width: 20%;
}
header .menu > ul > li .cnts ul.ul01.ul01_5 li:nth-of-type(5n+6) {
    clear: both;
}
header .menu > ul > li .cnts ul.ul01.ul01_5 li:nth-of-type(n+6) {
    margin-top: 48px;
}
header .menu > ul > li .cnts ul.ul01.ul01_4 li {
    width: 25%;
}
header .menu > ul > li .cnts ul.ul01.ul01_4 li:nth-of-type(4n+5) {
    clear: both;
}
header .menu > ul > li .cnts ul.ul01.ul01_4 li:nth-of-type(n+5) {
    margin-top: 48px;
}
header .menu > ul > li .cnts ul.ul01.ul01_6 li {
    width: 16.66%;
}
header .menu > ul > li .cnts ul.ul01.ul01_6 li:nth-of-type(6n+7) {
    clear: both;
}
header .menu > ul > li .cnts ul.ul01.ul01_6 li:nth-of-type(n+7) {
    margin-top: 48px;
}
header .menu > ul > li .cnts ul.ul01 li a {
    display: block;
    text-align: center;
    color: #004da0;
    font-size: 16px;
    text-decoration: none;
}
header .menu > ul > li .cnts ul.ul01 li a:hover {
    text-decoration: underline;
}
header .menu > ul > li .cnts ul.ul01 li a:hover figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
header .menu > ul > li .cnts ul.ul01 li figure {
    position: relative;
    height: 90px;
}
header .menu > ul > li .cnts ul.ul01 li figure span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
header .menu > ul > li .cnts ul.ul01 li p {
    margin-top: 16px;
}
header .menu > ul > li .cnts ul.ul02 {
    padding-left: 72px;
}
header .menu > ul > li .cnts ul.ul02 li {
    float: left;
}
header .menu > ul > li .cnts ul.ul02 li + li {
    margin-left: 60px;
}
header .menu > ul > li .cnts ul.ul02 li p {
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  line-height: 1;
}
header .menu > ul > li .cnts ul.ul02 li p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ccc;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}
header .menu > ul > li .cnts ul.ul02 li p a {
    color: #004da0;
    text-decoration: none;
}
header .menu > ul > li .cnts ul.ul02 li p a:hover {
    text-decoration: underline;
}
header .menu > ul > li .cnts ul.ul02.ul03 li:nth-of-type(4n+5) {
    clear: both;
    margin-left: 0;
}
header .menu > ul > li .cnts ul.ul02.ul03 li:nth-of-type(n+5) {
    margin-top: 44px;
}
header .menu > ul > li .cnts ul.ul02.ul03 li:nth-of-type(4n+1) p {
    width: 4em;
}
header .menu > ul > li .cnts ul.ul02.ul03 li:nth-of-type(4n+2) p {
    width: 10em;
}
header .menu > ul > li .cnts ul.ul02.ul03 li:nth-of-type(4n+3) p {
    width: 5em;
}
header .menu > ul > li .cnts ul.ul02.ul03 li:nth-of-type(4n+4) p {
    width: 4em;
}
.menu_ov {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 90;
    background: rgba(0,0,0,.3);
}



@media screen and (max-width:1100px) {
    header .gnav ul li a {
        padding: 0 8px;
    }
    header .hnav ul li + li {
        margin-left: 10px;
    }
}

@media screen and (max-width:750px) {
    header {
        min-width: 0;
        height: 47px;
    }
    header p.logo {
        left: 16px;
        font-size: 0;
    }
    header .snav_btn {
        display: block;
        position: fixed;
        right: 8px;
        top: 5px;
        width: 36px;
        height: 36px;
    }
    header .snav_btn span {
        position: absolute;
        width: 20px;
        height: 2px;
        background: #004da0;
        left: 50%;
        top: 50%;
        margin-left: -10px;
        -webkit-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    header .snav_btn span:nth-of-type(1) {
        margin-top: -8px;
    }
    header .snav_btn span:nth-of-type(3) {
        margin-top: 8px;
    }
    header .snav {
        display: none;
    }
    header .snav_btn.active span:nth-of-type(1) {
        margin-top: 0;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    header .snav_btn.active span:nth-of-type(2) {
        width: 0;
        margin-left: 0;
    }
    header .snav_btn.active span:nth-of-type(3) {
        margin-top: 0;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    header .snav {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 47px;
        bottom: 0;
        overflow: scroll;
    }
    header .gnav {
        position: relative;
        left: auto;
        top: auto;
        background: #fff;
        padding: 0 16px;
    }
    header .gnav ul li {
        float: none;
        border-bottom: 1px solid #ccc;
    }
    header .gnav ul li a {
        display: block;
        height: auto;
        padding: 16px 20px 16px 8px;
        text-align: left;
        line-height: 1.5;
        font-size: 16px;
        font-weight: normal;
        background: url(/common/images/ico_arrow02.png) no-repeat right 10px center;
    }
    header .gnav ul li a span:after {
        display: none;
    }
    header .hnav {
        position: relative;
        right: auto;
        top: auto;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        background: #fff;
        padding: 30px 16px 24px;
    }
    header .hnav ul li {
        float: none;
    }
    header .hnav ul li + li {
        margin-left: 0;
        margin-top: 30px;
    }
    header .hnav ul li a {
        font-size: 16px;
        font-weight: normal;
        color: #004da0;
    }
    header .hnav ul li.li_txt {
        line-height: 1.5;
    }
    header .hnav ul li.li_txt a:before {
        display: none;
    }
    header .hnav ul li.li_btn a {
        border: 1px solid #b3b8bd;
        height: 47px;
        line-height: 45px;
        text-align: center;
    }
}



/*==============================
main
==============================*/
main {
    padding-top: 80px;
    min-width: 1040px;
}
article {
    width: 100%;
    overflow: hidden;
}
article .sec_header {
    background: #004da0;
    padding: 36px 0;
    color: #fff;
    text-align: center;
}
article .sec_header h1 span.txt_l {
    font-size: 52px;
    line-height: 1;
}
article .sec_header h1 span.txt_s {
    font-family: 'Libre Baskerville', serif;
    display: inline-block;
    margin-top: 6px;
    font-size: 20px;
    font-weight: normal;
}
article .sec_header h1 span.txt_l2 {
    font-family: 'Libre Baskerville', serif;
    font-size: 52px;
    line-height: 1;
}
article .sec_header h1 span.txt_s2 {
    display: inline-block;
    margin-top: 6px;
    font-size: 20px;
    font-weight: normal;
}
article .sec_header p {
    margin-top: 36px;
}
article .topicpath {
    padding: 12px 60px;
    font-size: 12px;
}
article .topicpath ul li {
    float: left;
}
article .topicpath ul li + li {
    position: relative;
    margin-left: 5px;
}

article .topicpath ul li a {
    color: #004da0;
}

@media screen and (max-width:750px) {
    main {
        min-width: 0;
        padding-top: 47px;
    }
    article .sec_header {
        padding: 30px 16px;
        text-align: center;
    }
    article .sec_header h1 span.txt_l,
    article .sec_header h1 span.txt_l2{
        font-size: 26px;
    }
    article .sec_header h1 span.txt_s,
    article .sec_header h1 span.txt_s2{
        margin-top: 3px;
        font-size: 14px;
    }
    article .sec_header p {
        margin-top: 16px;
    }
    article .sec_header p br {
        display: none;
    }
    article .topicpath {
        display: none;
    }
}



/*==============================
footer
==============================*/
footer {
    box-sizing: border-box;
    min-width: 1040px;
    background: #040100;
    padding: 40px 50px;
    font-size: 14px;
}
footer a {
    color: #b3b8bd;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
footer .footnav {
    float: right;
}
footer .footnav .btn a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 2px 18px;
}
footer .footnav .btn a:hover {
    background: #fff;
    color: #0b1c2f;
    text-decoration: none;
}
footer .footnav > ul > li {
    float: left;
}
footer .footnav > ul > li > ul,
footer .footnav > ul.ul01 > li > ul li + li {
    margin-top: 12px;
}
footer .footnav > ul > li + li {
    margin-left: 16px;
}
footer .footnav > ul > li + li > p,
footer .footnav > .ul01 > li + li > ul {
    padding-left: 28px;
}
footer .footnav > ul > li + li > p {
    position: relative;
}
footer .footnav > ul > li + li > p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #fff;
    transform: rotate(15deg);
}
footer .footnav > .ul01 {
    padding: 28px 0;
    border-bottom: 1px solid #fff;
}
footer .footnav > .ul02,
footer .foot_cnts .cnts02 {
    margin-top: 28px;
}
footer .foot_cnts {
    box-sizing: border-box;
    color: #b3b8bd;
}
footer .foot_cnts .cnts01 .logo img {
    width: auto;
    max-width: 100%;
}
footer .foot_cnts .cnts01 .txt01 {
    margin-top: 0px;
    font-size: 20px;
}
footer .foot_cnts .cnts01 .txt02 {
    margin-top: 28px;
}
footer .foot_cnts .cnts01 dl {
    margin-top: 12px;
}
footer .foot_cnts .cnts01 dl dt {
    float: left;
}
footer .foot_cnts .cnts02 p small {
    font-size: 14px;
}

@media screen and (max-width:750px) {
    footer {
        min-width: 0;
        padding: 30px 16px;
        font-size: 16px;
    }
    footer .footnav {
        float: none;
        padding: 0 16px 38px;
        margin: 0 -16px;
        border-bottom: 1px solid #fff;
    }
    footer .footnav .btn a {
        display: block;
        text-align: center;
        padding: 10px 4px;
    }
    footer .footnav > ul.ul01 > li {
        width: 50%;
    }
    footer .footnav > ul.ul01 > li:nth-of-type(2n+1) {
        box-sizing: border-box;
        padding-right: 16px;
    }
    footer .footnav > ul.ul01 > li:nth-of-type(2n+3) {
        clear: both;
    }
    footer .footnav > ul.ul01 > li:nth-of-type(n+3) {
        margin-top: 24px;
    }
    footer .footnav > ul > li > ul {
        display: none;
    }
    footer .footnav > ul.ul01 > li + li {
        margin-left: 0;
    }
    footer .footnav > ul.ul01 > li + li > p {
        padding-left: 0;
    }
    footer .footnav > ul.ul01 > li + li > p:before {
        display: none;
    }
    footer .footnav > .ul01 {
        padding: 24px 0 0;
        border-bottom: none;
    }
    footer .footnav > .ul02 {
        margin-top: 40px;
        font-size: 14px;
    }
    footer .foot_cnts .cnts02 {
        margin-top: 24px;
    }

    footer .footnav > ul.ul02 > li {
        margin-bottom: 4px;
    }
    footer .footnav > ul.ul02 > li + li {
        margin-left: 12px;
    }
    footer .footnav > ul.ul02 > li + li > p {
        padding-left: 12px;
    }

    footer .foot_cnts {
        margin-right: 0;
        margin-top: 42px;
        font-size: 14px;
    }
    footer .foot_cnts .cnts01 .txt01 {
        margin-top: 20px;
    }
    footer .foot_cnts .cnts01 dl {
        overflow: hidden;
    }
    footer .foot_cnts .cnts02 p small {
        font-size: 12px;
    }
}



/*==============================
btn_pagetop
==============================*/
.btn_pagetop {
    display: none;
    position: fixed;
    right: 60px;
    bottom: 30px;
    cursor: pointer;
}
.btn_pagetop:hover {
    opacity: .8;
}
@media screen and (max-width:750px) {
    .btn_pagetop {
        right: 11px;
        bottom: 11px;
    }
}



/*==============================
print
==============================*/
@media print{
  main {
    padding-top: 0;

  }
  header {
    display: none;
  }
  footer {
    display: none;
  }
  article .topicpath {
    display: none;
  }
  .btn_pagetop {
    display: none !important;
  }
}


/*==============================
module
==============================*/
.clearfix {zoom:1;}
.clearfix:after {content:"";display:block;clear:both;}
.mt0 {margin-top: 0!important;}
.mt4 {margin-top: 4px!important;}
.mt8 {margin-top: 8px!important;}
.mt20 {margin-top: 20px!important;}
.ta_c {text-align: center !important;}
table.va_m th,table.va_m td {vertical-align: middle !important;}
