﻿@charset "utf-8";

/*
===============================================================

    1.General Setting
    2.header
    3.main
    4.footer
    5.IE
    6.English

===============================================================
*/

/*======================================
    1.General Setting
======================================*/

.fsz_N {
    font-size: 62.5%;
}
.fsz_L {
    font-size: 75%;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', Verdana, Meiryo, sans-serif;
    font-size: 1.68rem;
    line-height: 1.75;
    min-width: 1024px;
    margin: 0 auto;
    color: #333;
    border-top: 10px solid #12335f;
    -webkit-text-size-adjust: 100%;
}
a {
    font-size: 100%;
    color: #194686;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border-style: none;
    outline: none;
}
object, embed, iframe {
    max-width: 100%;
    vertical-align: top;
    outline: none;
}
sup, sub {
    font-size: 1rem;
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}
button {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', Verdana, Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
    .fsz_L {
        font-size: 62.5%;
    }
    body {
        min-width: 320px;
    }
    body.active::after {
        position: absolute;
        z-index: 10001;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        content: '';
        background: rgba(0, 0, 0, .6) none repeat scroll 0 0;
    }
}

/*======================================
    2.header
======================================*/

#header {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    background: #fff;
}
#header::after {
    display: table;
    clear: both;
    content: '';
}
#header iframe {
    width: 100%;
}

/*==== toolBlock ====*/

.toolBlock {
    float: right;
    margin: 20px 10px 0 0;
    text-align: right;
}
.hdLink {
    display: inline-block;
    margin: 0;
}
.hdLink li {
    display: inline-block;
    margin: 0 0 0 2rem;
    list-style: none;
}
.hdLink li:first-child {
    margin: 0;
}
.hdLink li a {
    font-size: 1.4rem;
    position: relative;
    display: inline-block;
    padding: 0 0 0 1.4rem;
}
.hdLink li a::before {
    position: absolute;
    top: .9rem;
    left: -.2rem;
    width: .5rem;
    height: .5rem;
    content: '';
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: .17rem solid #12335f;
    border-right: .17rem solid #12335f;
}
.fszBox {
    display: inline-block;
    margin: 0 0 0 3rem;
}
.fszBox dt, .fszBox dd {
    font-size: 1.4rem;
    display: inline-block;
}
.fszBox dt {
    margin: 0 1.2rem 0 0;
}
.fszBox button {
    line-height: 2rem;
    min-width: 50px;
    min-height: 24px;
    color: #12335f;
    border: 1px solid #12335f;
    border-radius: 3px;
    padding: 0 .4rem;
}
.fszBox button:active,
.fszBox button:focus {
    box-shadow:0px 0px 1px 2px #a5c7fe;
}
.fszBox button::-moz-focus-inner {
    box-shadow:0px 0px 1px 2px #a5c7fe;
    border: none;
}
.fszBox button:first-child {
    margin: 0 14px 0 0;
}
.fszBox .fsz_N {
    font-size: 14px;
}
.fszBox .fsz_L {
    font-size: 16.8px;
}
.fsz_N .fsz_N, .fsz_L .fsz_L {
    color: #fff;
    background: #12335f;
}
.searchBox {
    font-size: 1.4rem;
    position: relative;
    margin: 1.4rem 0 2.4rem;
    width: 560px;
}
.searchBox td {
    border: none;
}
.searchBox .gsc-input-box {
   height: 35px;
}

.search_btn {
    display: none;
}
.searchBox label {
    margin: 0 1.2rem 0 0;
}

#searchform {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}
#searchform input {
    font-size: 1.4rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: button;
    appearance: button;
    min-height: 2.8rem;
    border-radius: 0;
}
#searchform input[type="text"] {
    background: #f1f1f1;
    border: 1px solid #b2b2b2;
    padding: .4rem 0 .4rem 12px;
    width: 246px;
}
#searchform input[type="submit"] {        
    border: none;  
    cursor: pointer;
    background: #4d4d4d;
    color: #fff;
    padding: .2rem 8px;
    min-width: 68px;
}
#searchform input[type="submit"]::-webkit-search-decoration {
    display: none;
}
#searchform input[type="submit"]::focus {
    outline-offset: -2px;
}


/*==== ciBlock ====*/

.ciBlock {
    font-size: 1.4rem;
    line-height: 1.75;
    float: left;
    margin: 1.4rem 0 1.6rem 10px;
    padding: 0;
    color: #333;
    background: none;
    ont-size: auto;
}
.ciBlock::before {
    content: none;
}

/*==== gnavBlock ====*/

.gnavBlock {
    font-size: 1.68rem;
    font-weight: bold;
    position: relative;
    clear: both;
    margin: 0 0 .8rem;
}
.gnavBlock::after {
    display: table;
    clear: both;
    content: '';
}
.gnav_btn {
    display: none;
}
.gnavBox {
    margin: 0;
}
.gnavBox > li {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    border-right: 2px dotted #12335f;    
}
.gnavBox > li:first-child {
    border-left: 2px dotted #12335f;
}
.gnavBox > li > a {
    position: relative;
    display: table-cell;
    width: 150px;
    height: 36px;
    padding: 0 0 2.4rem;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}
.gnavBox > li:first-child > a {
    font-size: 4rem;
    line-height: 1.35;
    width: 107px;
    height: 60px;
    padding: 0;
}
.gnavBox > li > a::before {
    position: absolute;
    bottom: 10px;
    left: 68px;
    left: calc(50% - 7px);
    display: block;
    width: 0;
    height: 0;
    content: '';
    border: 7px transparent solid;
    border-top-color: #194686;
    border-bottom-width: 0;
}
.gnavBox > li > a::after {
    position: absolute;
    bottom: 17px;
    left: 68px;
    left: calc(50% - 7px);
    display: block;
    width: 14px;
    height: 2px;
    content: '';
    background: #194686;
}
.gnavBox > li:first-child > a::before, .gnavBox > li:first-child > a::after {
    content: none;
}
.gnavBox > li.current > a, .gnavBox > li:hover > a {
    color: #fff;
    background: #194686;
}
.gnavBox > li:not(:first-child):hover > a {
    border-color: #194686;
}
.gnavBox > li.current > a::before, .gnavBox > li:hover > a::before {
    border-top-color: #fff;
}
.gnavBox > li.current > a::after, .gnavBox > li:hover > a::after {
    background: #fff;
}
.snavBox {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    margin: 0;
    padding: 2.4rem 40px 1.5rem;
    background: #194686;
}
.gnavBox li:hover .snavBox {
    display: block;
}
.snavBox li {
    font-size: 1.68rem;
    font-weight: normal;
    display: inline-block;
    margin: 0 3.6rem .7rem 0;
}
.snavBox a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 2rem;
    color: #fff;
}
.snavBox a::before {
    position: absolute;
    top: 11px;
    top: calc(50% - 5px);
    left: 2px;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border: 5px transparent solid;
    border-right-width: 0;
    border-left-color: #fff;
}
.snavBox a::after {
    position: absolute;
    top: 11px;
    top: calc(50% - 5px);
    left: 0;
    display: block;
    width: 2px;
    height: 10px;
    content: '';
    background: #fff;
}

/*==== Media Queries ====*/

@media screen and (max-width: 767px) {
    #header {
        z-index: 10002;
        width: auto;
        padding: 6px 0 0;
    }
    /*==== toolBlock ====*/
    .toolBlock {
        float: none;
        margin: 0 14px 5px;
        text-align: center;
    }
    .hdLink li:first-child {
        display: none;
    }
    .fszBox {
        display: none;
    }
    .searchBox {
        position: absolute;
        z-index: 10000;
        top: 92px;
        top: calc(100% - 22px);
        left: 0;
        width: 100%;
        margin: 0;
    }
    .search_btn {
        position: absolute;
        top: -52px;
        right: 82px;
        display: block;
    }
    .search_open, .search_close {
        display: none;
        width: 48px;
        height: 52px;
    }
    .search_btn .active {
        display: block;
    }
    .search_open {
        font-size: 3.2rem;
        color: #194686;
    }
    .search_close {
        font-size: 1.1rem;
        color: #fff;
        background: #12335f;
    }
    .search_close .fa {
        font-size: 3.2rem;
    }
    .search_func {
        display: none;
        width: 100%;
        padding: 18px 8px;
        background: #12335f;
    }
    .search_func label {
        display: none;
    }
    #searchform {
        width: 100%;
    }
    #searchform input[type="text"] {
        width: 80%;
        width: calc(100% - 68px);
    }
    #searchform input[type="submit"] {
        width: 20%;
        width: 68px;
    }


    /*==== ciBlock ====*/
    .ciBlock {
        float: none;
        width: 124px;
        margin: 0 0 26px 14px;
    }
    .ciBlock img {
        width: 100%;
    }
    /*==== gnavBlock ====*/
    .gnavBlock {
        margin: 0;
    }
    .gnav_btn {
        position: absolute;
        top: -74px;
        right: 14px;
        display: block;
    }
    .gnav_open, .gnav_close {
        font-size: 1.1rem;
        display: none;
        width: 48px;
        height: 52px;
    }
    .gnav_btn .active {
        display: block;
    }
    .gnav_btn .fa {
        font-size: 3.2rem;
    }
    .gnav_open .fa {
        color: #12335f;
    }
    .gnav_close {
        color: #fff;
        background: #12335f;
    }
    .gnav_close .fa {
        font-size: 3.2rem;
        color: #fff;
    }
    .gnavBox {
        position: absolute;
        z-index: 10000;
        top: -22px;
        display: none;
        width: 100%;
        background: #12335f;
    }
    .gnavBox.active {
        display: block;
    }
    .gnavBox > li {
        position: relative;
        display: block;
        border: none;
        border-bottom: 1px solid #b3b3b3;
    }
	.gnavBox > li:first-child {
		border-left: none;
	}
    .gnavBox > li::before {
        position: absolute;
        right: 0;
        display: block;
        width: 43px;
        height: 100%;
        content: '';
        cursor: pointer;
        background: #476d92;
    }    
	.gnavBox > li:first-child::before {
		content: none;
	}
    .gnavBox > li > a,
	.gnavBox > li:first-child a{
        display: block;
        width: auto;
        height: auto;
        margin: 0 43px 0 0;
        padding: 9px 14px;
        text-align: left;
        text-decoration: underline;
        color: #fff;
        border-bottom: none;
    }
	.gnavBox > li:first-child a {
		margin: 0 0 0 0;
		font-size: 1.68rem;
		line-height: 1.75;
    }
	.gnavBox > li:first-child .sr-only {
		position: relative;
		width: auto;
		height: auto;
		margin: auto;
		overflow: auto;
	}
	.gnavBox > li:first-child .fa {
		display: none;
	}
    .gnavBox > li.current > a {
        background: #12335f;
    }
    .gnavBox > li.current:hover > a {
        background: #194686;
    }
    .gnavBox > li > a::before {
        top: 23px;
        top: calc(50% - 2px);
        right: -29px;
        left: auto;
        pointer-events: none;
        border-top-color: #fff;
    }
    .gnavBox > li > a::after {
        top: 21px;
        top: calc(50% - 4px);
        right: -29px;
        left: auto;
        pointer-events: none;
        background: #fff;
    }
	.gnavBox > li:first-child a::before {
		content: '';
        top: 19px;
		top: calc(50% - 7px);
		right: 14px;
		border: .7rem transparent solid;
		border-right-width: 0;
		border-left-color: #fff;
	}
	.gnavBox > li:first-child a::after {
		content: '';
        top: 19px;
		top: calc(50% - 7px);
		right: 21px;
		width: .2rem;
		height: 1.4rem;
	}
    .gnavBox > li > a:hover {
        text-decoration: none;
    }
    .gnavBox li:hover .snavBox {
        display: none;
    }
    .gnavBox > li.on > a::before {
        top: 21px;
        top: calc(50% - 4px);
        border-width: 0 7px 7px;
        border-bottom-color: #fff;
    }
    .gnavBox > li.on > a::after {
        top: 28px;
        top: calc(50% + 3px);
    }
    .gnavBox > li.on .snavBox {
        display: block;
    }
    .snavBox {
        position: relative;
        padding: 0;
        background: #e6e6e6;
    }
    .snavBox li {
        display: block;
        margin: 0;
    }
    .snavBox a {
        display: block;
        padding: 10px 36px 10px 34px;
        color: #333;
        border-bottom: 1px solid #b3b3b3;
    }
    .snavBox a::before {
        right: 20px;
        left: auto;
        top: 21px;
        top: calc(50% - 5px);
        border-left-color: #12335f;
    }
    .snavBox a::after {
        right: 25px;
        left: auto;
        top: 21px;
        top: calc(50% - 5px);
        background: #12335f;
    }
}
@media screen and (min-width: 768px) {
    .gnavBox, .search_func {
        display: block !important;
    }
}

/*======================================
    3.main
======================================*/

#main::after {
    display: table;
    clear: both;
    content: '';
}

/*======================================
    4.footer
======================================*/

#footer {
    margin: 8rem 0 0;
    background: #e5e5e4;
}
#footer iframe {
    width: 1024px;
    margin: 0 auto;
    display: block;
}


/*==== stmpBlock ====*/

.stmpBlock {
    background: #12335f;
}
.stmpBox {
    width: 1024px;
    margin: 0 auto;
    padding: 2.4rem 10px;
}
.stmpBox::after {
    display: table;
    clear: both;
    content: '';
}
.stmpBox a {
    line-height: 1.4;
    display: inline-block;
    color: #fff;
}
.stmp_col {
    float: left;
    width: 23.5%;
    margin-left: 2%;
}
.stmp_col:first-child {
    margin-left: 0;
}
.stmpBox dt, .stmp_link {
    font-weight: bold;
    margin: 0 0 .34rem;
}
.stmpBox dt:not(:first-child), .stmp_link {
    margin-top: 2rem;
}
.stmpBox dt a, .stmp_link a {
    position: relative;
    padding: 0 0 0 2rem;
}
.stmpBox dt a::before, .stmp_link a::before {
    position: absolute;
    top: .7rem;
    left: .2rem;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border: .5rem transparent solid;
    border-right-width: 0;
    border-left-color: #fff;
}
.stmpBox dt a::after, .stmp_link a::after {
    position: absolute;
    top: .7rem;
    left: 0;
    display: block;
    width: .2rem;
    height: 1rem;
    content: '';
    background: #fff;
}
.stmpBox ul {
    margin: 0;
}
.stmpBox li {
    font-size: 1.4rem;
    margin: 0 0 .25rem 2rem;
    list-style: none;
}
.stmpBox li a {
    position: relative;
    padding: 0 0 0 1.4rem;
}
.stmpBox li a::before {
    position: absolute;
    top: .7rem;
    left: -.2rem;
    width: .5rem;
    height: .5rem;
    content: '';
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: .17rem solid #fff;
    border-right: .17rem solid #fff;
}
.stmpBox .fa {
    padding-left: 1.2rem;
}

/*==== infoBlock ====*/

.infoBlock {
    width: 1024px;
    margin: 0 auto;
    padding: 2.4rem 10px 4.2rem;
}
.infoBlock::after {
    display: table;
    clear: both;
    content: '';
}
.snsBox {
    float: right;
    width: 25.5%;
    margin: 0;
    list-style: none;
}
.snsBox li {
    font-weight: bold;
    display: table;
    width: 100%;
    margin: 0 0 10px;
    border-radius: 3px;
    background: #fff;
    position: relative;
}
.snsBox a {   
    display: table-cell;
    height: 40px;
    padding: 8px 4.7% 8px 22.7%;
    vertical-align: middle;
    text-decoration: none;
    color: #333;
}
.snsBox a:hover {
    opacity: .6;
}
.snsBox .fa {
    position: absolute;
    top: 11px;
    top: calc(50% - 17px);
    left: 4.7%;
    min-width: 32px;
    min-height: 32px;
    padding: 2px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
}
.snsBox .fa::before {
    display: inline-block;
    overflow: hidden;
}
.sns_tw {
    font-size: 2.02rem;
    border: 2px solid #3495d3;
}
.sns_tw .fa {
    line-height: 1;
    background: #3495d3;
}
.sns_tw .fa:before {
    font-size: 20.2px;
    margin: 4px 0 -4px;
    vertical-align: top;
}
.sns_fb {
    border: 2px solid #395590;
}
.sns_fb a {
    line-height: 1.2;
}
.sns_fb .fa {
    background: #395590;
}
.sns_fb .fa:before {
    font-size: 28px;
    margin: 4px 0 -7px 6px;
}
.sns_fb span {
    font-size: 1.4rem;
}
.infoBox {
    float: left;
    width: 73%;
}
.infoBox small {
    font-size: 1.4rem;
    line-height: 1.4;
    display: block;
}
.ftLink {
    font-size: 1rem;
    margin: 0 0 1rem -3.2rem;
    list-style: none;
}
.ftLink li {
    display: inline-block;
    margin: 0 0 .25rem 3.2rem;
}
.ftLink li a {
    font-size: 1.4rem;
    position: relative;
    display: inline-block;
    padding: 0 0 0 1.4rem;
}
.ftLink li a::before {
    position: absolute;
    top: .9rem;
    left: -.2rem;
    width: .5rem;
    height: .5rem;
    content: '';
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: .17rem solid #12335f;
    border-right: .17rem solid #12335f;
}
.addBox {
    margin: 0 0 1rem;
}
.addBox dt {
    font-weight: bold;
}
.addBox dd {
    font-size: 1.4rem;
    line-height: 1.57;
}
.addBox ul {
    margin: .2rem 0 0 -3.2rem;
}
.addBox li {
    display: inline-block;
    margin: 0 0 0 3.2rem;
}
.addBox li a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 1.4rem;
}
.addBox li a::before {
    position: absolute;
    top: .8rem;
    left: -.2rem;
    width: .5rem;
    height: .5rem;
    content: '';
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: .17rem solid #12335f;
    border-right: .17rem solid #12335f;
}
.jumpBox {
    font-size: 10px;
    line-height: 1.6;
    position: fixed;
    z-index: 9999;
    right: 10px;
    bottom: 10px;
    min-width: 80px;
    min-height: 80px;
    text-align: center;
    border-radius: 50%;
    background: #476d92;
}
.jumpBox a {
    display: block;
    padding: 5%;
    text-decoration: none;
    color: #fff;
}
.jumpBox a:hover {
    opacity: .6;
}
.jumpBox .fa {
    font-size: 34.8px;
    display: block;
}

/*==== Media Queries ====*/

@media screen and (max-width: 767px) {
    #footer {
        margin: 12rem 0 0;
    }
    /*==== stmpBlock ====*/
    .stmpBox {
        width: auto;
        padding: 0;
    }
    .stmp_col {
        float: none;
        width: 100%;
        margin: 0;
    }
    .stmpBox dt, .stmpBox dt:not(:first-child), .stmp_link {
        margin: 0;
        border-bottom: 1px solid #b3b3b3;
    }
    .stmpBox a {
        line-height: 1.75;
    }
    .stmpBox dt a, .stmp_link a {
        display: block;
        padding: 10px 3.5rem 9px 1.4rem;
    }
    .stmpBox dt a::before, .stmp_link a::before {
        top: 19px;
        top: calc(50% - 5px);
        right: 14px;
        left: auto;
    }
    .stmpBox dt a::after, .stmp_link a::after {
        top: 19px;
        top: calc(50% - 5px);
        right: 19px;
        left: auto;
    }
    .stmpBox ul {
        display: none;
    }
    /*==== infoBlock ====*/
    .infoBlock {
        width: auto;
        padding: 3rem 14px;
    }
    .snsBox, .infoBox {
        float: none;
        width: auto;
    }
    .snsBox {
        margin: 0 0 2.5rem;
    }
    .snsBox li {
        width: 256px;
        margin: 0 auto 10px;
    }
    .ftLink, .addBox {
        margin-bottom: 2rem;
    }
}

/*======================================
    5.IE
======================================*/

.ie #header,.ie #main, .ie .mainBlock, .ie .stmpBox, .ie .infoBlock {
    overflow: hidden;
}
.ie .ciBlock {
    overflow: hidden;
    width: 223px;
    height: 83px;
    text-indent: 100%;
    background: url(/common/img/logo.png) no-repeat;
}

/*======================================
    6.English
======================================*/

.en .enLink {
    display: block;
}

/*==== Media Queries ====*/

@media screen and (max-width: 767px) {
    
    .en .enLink {
        display: inline-block;
    }
    .en .enLink li {
        margin: 0 2rem 0 0;
    }
    .en .hdLink:not(.enLink) li:first-child {
        display: inline-block;        
    }
    .en .search_btn {
        right: 14px;
    }
}


/*Google Custom Search*/
.gssb_c{
	z-index: 10002 !important;
	margin-top: -15px;
}