@charset "UTF-8";
/*
 ============================================================
  ファイル名：gnav.css
 ============================================================
*/
/* ------------------------------------------------------------
	SITE SETTING CSS
   ------------------------------------------------------------ */

@media only screen and (min-width: 641px) {
/* ハンバーガーメニューラッパー */
#gNav .wrap_gNav__btn{
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}
    #gNav .wrap_gNav__btn .gNav__btn{
        position: relative;
        padding: 2px 1px;
        margin-top: 1px;
    }

    #gNav .wrap_gNav__btn .gNav__btn .burger{
        margin-top: 0px;
    }
/* ここまで　ハンバーガーメニューラッパー */ 
#gNav .gNav__btn {
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	color: #fff;
	text-align: center;
	cursor: pointer;
	z-index: 999;
	outline: none;
}
#gNav .gNav__btn .burger {
	position: relative;
	width: 40px;
	height: 38px;
	margin: 16px 20px 0 !important;
}
#gNav .gNav__btn .burger span {
	display: block;
	position: absolute;
	width: 40px;
	height: 4px;
	margin-bottom: 8px;
	background: #fff;
}
#gNav .gNav__btn .burger span:nth-child(1) {
	left: 0;
	top: 0;
	-webkit-animation: on 0.3s backwards reverse;
	animation: on 0.3s backwards reverse;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}
#gNav .gNav__btn .burger span:nth-child(2) {
	left: 0;
	top: 12px;
}
#gNav .gNav__btn .burger span:nth-child(3) {
	left: 0;
	top: 24px;
	-webkit-animation: off 0.3s backwards reverse;
	animation: off 0.3s backwards reverse;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}
#gNav .gNav__btn > span {
	display: block;
	padding-bottom: 8px;
	font-size: 12px;
	font-size: 0.75rem;
}
#gNav .gNav__btn.open .burger span {
	display: block;
	width: 40px;
	height: 4px;
	margin-bottom: 8px;
	background: #fff;
}
#gNav .gNav__btn.open .burger span:nth-child(1) {
	top: 12px;
	-webkit-animation: off 0.3s forwards;
	animation: off 0.3s forwards;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-ms-transform: rotate(-225deg);
}
#gNav .gNav__btn.open .burger span:nth-child(2) {
	display: none;
}
#gNav .gNav__btn.open .burger span:nth-child(3) {
	top: 12px;
	-webkit-animation: on 0.3s forwards;
	animation: on 0.3s forwards;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-ms-transform: rotate(225deg);
}
#gNav .gNav__content {
    display: none;
    /*position: relative;
    width: 60%;
    height: 100%;
    z-index: 998;*/
    background: none;
    overflow: auto;
}
#gNav .gNav__content .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 128px 0 0;
}
#gNav .gNav__content .btnRow {
	display: inline-block;
	width: 275px;
	vertical-align: top;
}



/*「●●●を知る」の部分*/

#gNav .gNav__content .btnRow_02 {
    display: inline-block !important;
    width: 328px !important;
    vertical-align: top !important;
    background: #f2f5fa !important;
    padding: 20px !important;
}

.btnRow_02 a.small {
    font-size: 17px !important;
    height: 65px !important;
}

.btnRow_02 p.ttl {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: center;
	position: relative;
    margin: 0 0 1.5em;
    padding: 0.7em;
    background: #002b9f;
    font-size: 1.143em;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.btnRow_02 p.ttl:after{
    position: absolute;
    bottom: -15px;
    left: 6%;
    z-index: 90;
    margin-left: 110px;
    border-top: 15px solid #002b9f;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}
	
#gNav .gNav__content .inner {
	width: 720px !important;
    margin: 0 auto !important;
    padding: 115px 35px 0 45px !important;
    position: fixed;
    right: 0px;
    background: #FFF;
    height: 100%;
	z-index: 9999;
	overflow-y: scroll;
}
	
/*HMが1列の時*/
#gNav .gNav__content .inner {
    width: 380px !important;
    margin: 0 auto !important;
    padding: 115px 35px 0 45px !important;
    position: fixed;
    right: 0px;
    background: #FFF;
    height: 100%;
}


.btn__style--arrowM a:before {
	width: 10px !important;
	height: 18px !important;
	background: url(../imgs/icn_arrow.png) no-repeat left top !important;
	background-size: auto !important;
	border: none !important;
	margin: 0 0 0 -19px !important;
}

.btn__style--newsM a:before {
	width: 30px !important;
	height: 30px !important;
	background: url(../imgs/icn_web.png) no-repeat left top !important;
	background-size: 30px auto !important;
	border: none !important;
	margin: -7px 0 -4px -35px !important;
}

}


@media only screen and (max-width: 640px) {
	
/*#gNav .btn__style01 a {
	padding-left: 12%;
	padding-right: 5px;
}
.btn__style01 {
	display: inline-block;
}
.btn__style01 span {
	display: inline-block;
	position: relative;
	padding-left: 18%;
	background:  no-repeat 95% center, url(data:image/svg+xml,%3c%3fxml%20version%3d%221%2e0%22%3f%3e%3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20width%3d%22100%25%22%20height%3d%22100%25%22%3e%3cdefs%3e%3clinearGradient%20id%3d%22G%22%20x2%3d%220%25%22%20y2%3d%22100%25%22%3e%3cstop%20style%3d%22stop%2dcolor%3a%23ffffff%22%20offset%3d%220%25%22%2f%3e%3cstop%20style%3d%22stop%2dcolor%3a%23e3e3e3%22%20offset%3d%22100%25%22%2f%3e%3c%2flinearGradient%3e%3c%2fdefs%3e%3crect%20width%3d%22100%25%22%20height%3d%22100%25%22%20fill%3d%22url%28%23G%29%22%2f%3e%3c%2fsvg%3e);
	background:  no-repeat 95% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e3e3e3));
	background:  no-repeat 95% center, -webkit-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
	background:  no-repeat 95% center, -webkit-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
	background:  no-repeat 95% center, linear-gradient(to bottom, #ffffff 0%, #e3e3e3 100%);
	box-shadow: 2px 0px 0 #fff inset, -2px -2px 0 #fff inset;
	border: 1px solid #ccc;
	border-radius: 10px;
	color: #000;
	text-align: left;
	vertical-align: bottom;
	font-size: 24px;
	font-size: 24px;
	font-size: 1.5rem;
	cursor: pointer;
}
.btn__style01 span:before {
	content: "";
	display: inline-block;
	position: absolute;
	border: 8px solid transparent;
	border-left-color: #1B2D6C;
	vertical-align: middle;
	top: 50%;
	margin: -8px 0 0 -20px;
}*/
#gNav .btn__style01 span {
	padding-left: 12%;
	padding-right: 5px;
}
#gNav .btn__style--jadgeM > span {
	padding-left: 17%;
}

	
.btn__style--pdfM a, .btn__style--topM a, .btn__style--mailM a, .btn__style--infoM a, .btn__style--gianM a, 
.btn__style--reportM a,  .btn__style--segM a,  .btn__style--zaimM a, .btn__style--mizuhoM a, .btn__style--arrowM a,
.btn__style--newsM a {
	padding-left: 16% !important;
}

.btn__style--arrowM a:before {
    width: 25px !important;
    height: 25px !important;
    background: url(../imgs/icn_arrow.png) no-repeat left top !important;
    background-size: 12px auto !important;
    border: none !important;
    margin: -10px 0 0 -20px !important;
}

.btn__style--newsM a:before {
    width: 67px !important;
	height: 62px !important;
	background: url(../imgs/icn_news.png) no-repeat left top !important;
	background-size: 30px auto !important;
	border: none !important;
	margin: -16px 0 0 -35px !important;
}

.modern #gNav .gNav__content .inner {
    padding: 70px 0 !important;
}


#gNav .gNav__content .btnRow_02 {
    display: inline-block !important;
    width: 328px !important;
    vertical-align: top !important;
    background: #f2f5fa !important;
    padding: 20px !important;
}

.btnRow_02 a.small {
    font-size: 17px !important;
    height: 65px !important;
}

.btnRow_02 p.ttl {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: center;
	position: relative;
    margin: 0 0 1.5em;
    padding: 0.7em;
    background: #002b9f;
    font-size: 1.143em;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.btnRow_02 p.ttl:after{
    position: absolute;
    bottom: -15px;
    left: 6%;
    z-index: 90;
    margin-left: 110px;
    border-top: 15px solid #002b9f;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}
/*「●●●を知る」の部分*/

#gNav .gNav__content .btnRow_02 {
    display: inline-block !important;
    width: 328px !important;
    vertical-align: top !important;
    background: #f2f5fa !important;
    padding: 20px !important;
}

.btnRow_02 a.small {
    font-size: 17px !important;
    height: 65px !important;
}

.btnRow_02 p.ttl {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: center;
	position: relative;
    margin: 0 0 1.5em;
    padding: 0.7em;
    background: #002b9f;
    font-size: 1.143em;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.btnRow_02 p.ttl:after{
    position: absolute;
    bottom: -15px;
    left: 6%;
    z-index: 90;
    margin-left: 110px;
    border-top: 15px solid #002b9f;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}	

}