@charset "UTF-8";
/*
 ============================================================
  ファイル名：common.css
 ============================================================
*/
/* ------------------------------------------------------------
	
	
	
	
	
	
	
	以下は適宜変更する
	
	
	
	
	
	
	
   ------------------------------------------------------------ */

/* ------------------------------------------------------------
	SITE SETTING CSS
   ------------------------------------------------------------ */

a {
	text-decoration: none;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

body {
	position: relative;
	-webkit-text-size-adjust: 100%;
	min-width: 1020px;
	width: 100%;
	overflow-x: hidden;
}
.wrapper {
	position: relative;
}
:root * {
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.7em;
}
:root * p {
	line-height: 1.7;
}
:root * img {
	vertical-align: bottom;
}
.hd__h1 {
	clear: both;
	position: relative;
	padding: 10px 20px 10px 40px;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.6;
	margin-bottom: 1.14286rem;
}
.hd__h1:before {
	content: '';
	display: block;
	position: absolute;
	background: #fff;
	width: 6px;
	height: 1em;
	left: 20px;
	top: .60em;
}
.hd__h2 {
	position: relative;
	padding: 0 20px;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.6;
	margin-bottom: 1.14286rem;
}
.hd__h2:before {
	content: '';
	display: block;
	position: absolute;
	width: 6px;
	height: 1.2em;
	left: 0;
	top: .20em;
}
.hd__h3 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 0.57143rem;
}
.hd__h4 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 0.5em;
}

.tbl__style01 {
	width: 100%;
	font-size: 18px;
	font-size: 1.125rem;
}
.tbl__style01 .tbl__head {
	padding: 13px 20px;
	font-weight: bold;
	line-height: 1.75;
	vertical-align: top;
}
.tbl__style01 .tbl__detail {
	padding: 13px 25px;
	line-height: 1.75;
	vertical-align: top;
}
.tbl__style02 {
	width: 100%;
	font-size: 18px;
	font-size: 1.125rem;
}
.tbl__style02 .tbl__head {
	padding: 13px;
	font-weight: bold;
	line-height: 1.75;
	vertical-align: top;
}
.tbl__style02 .tbl__detail {
	padding: 12px;
	background: #fff;
	line-height: 1.75;
	vertical-align: top;
}
.tbl__style03 {
	width: 100%;
	font-size: 18px;
	font-size: 1.125rem;
}
.tbl__style03 .tbl__head {
	padding: 13px 20px;
	font-weight: bold;
	line-height: 1.75;
	vertical-align: top;
}
.tbl__style03 .tbl__detail {
	padding: 13px 20px;
	line-height: 1.75;
	vertical-align: top;
}
.btn__style01 {
	display: inline-block;
}
.btn__style01 a {
	display: inline-block;
	/*position: relative;*/
	padding-left: 55px;
	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: 1px 0px 0 #fff inset, -1px -1px 0 #fff inset;
	border: 1px solid #ccc;
	border-radius: 10px;
	color: #000;
	text-align: left;
	vertical-align: bottom;
	font-size: 24px;
	font-size: 1.5rem;
}
.btn__style01 a:before {
	content: "";
	display: inline-block;
	/*position: absolute;*/
	vertical-align: middle;
	top: 50%;
	margin: -8px 0 0 -20px;
}
.btn__style01 a:hover {
	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%23e3e3e3%22%20offset%3d%220%25%22%2f%3e%3cstop%20style%3d%22stop%2dcolor%3a%23ffffff%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%, #e3e3e3), color-stop(100%, #ffffff));
	background:  no-repeat 95% center, -webkit-linear-gradient(top, #e3e3e3 0%, #ffffff 100%);
	background:  no-repeat 95% center, -webkit-linear-gradient(top, #e3e3e3 0%, #ffffff 100%);
	background:  no-repeat 95% center, linear-gradient(to bottom, #e3e3e3 0%, #ffffff 100%);
	color: #666;
}
.btn__style01 a:hover:before {
	opacity: .8;
	filter: alpha(opacity=80);
}
.btn__style01 {
	display: inline-block;
}
.btn__style01 span {
	display: inline-block;
	position: relative;
	padding-left: 55px;
	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: 1px 0px 0 #fff inset, -1px -1px 0 #fff inset;
	border: 1px solid #ccc;
	border-radius: 10px;
	color: #000;
	text-align: left;
	vertical-align: bottom;
	font-size: 24px;
	font-size: 1.5rem;
}
.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;
}
.btn__style01 span:hover {
	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%23e3e3e3%22%20offset%3d%220%25%22%2f%3e%3cstop%20style%3d%22stop%2dcolor%3a%23ffffff%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%, #e3e3e3), color-stop(100%, #ffffff));
	background:  no-repeat 95% center, -webkit-linear-gradient(top, #e3e3e3 0%, #ffffff 100%);
	background:  no-repeat 95% center, -webkit-linear-gradient(top, #e3e3e3 0%, #ffffff 100%);
	background:  no-repeat 95% center, linear-gradient(to bottom, #e3e3e3 0%, #ffffff 100%);
	color: #666;
}
.btn__style01 span:hover:before {
	opacity: .8;
	filter: alpha(opacity=80);
}
.btn__style--large a {
	font-size: 30px;
	font-size: 1.875rem;
}
.btn__style--jadgeL a {
	padding-left: 105px;
	font-size: 28px;
	font-size: 1.75rem;
}
.btn__style--jadgeL a:before {
	width: 52px;
	height: 52px;
	background: url(../imgs/icn_judge01.png) no-repeat left top;
	border: none;
	margin: -25px 0 0 -85px;
}
.btn__style--jadgeL > span {
	padding-left: 105px;
	font-size: 28px;
	font-size: 1.75rem;
}
.btn__style--jadgeL > span:before {
	width: 52px;
	height: 52px;
	background: url(../imgs/icn_judge01.png) no-repeat left top;
	border: none;
	margin: -25px 0 0 -85px;
}
.btn__style--pdfL a {
	padding-left: 95px;
	font-size: 28px;
	font-size: 1.75rem;
}
.btn__style--pdfL a:before {
	width: 67px;
	height: 62px;
	background: url(../imgs/icn_pdf01.png) no-repeat left top;
	border: none;
	margin: -31px 0 0 -70px;
	position: absolute;
}
.btn__style--jadgeM a:before {
	width: 67px;
	height: 50px;
	background: url(../imgs/icn_judge02.png) no-repeat left top;
	background-size: 30px auto;
	border: none;
	margin: -10px 0 0 -40px;
}
.btn__style--jadgeM > span:before {
	width: 52px;
	height: 52px;
	background: url(../imgs/icn_judge01.png) no-repeat left top;
	background-size: 35px auto;
	border: none;
	margin: -14px 0 0 -35px;
}
.btn__style--pdfM a:before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../imgs/icn_pdf02.png) no-repeat left top;
	background-size: 30px auto;
	border: none;
	margin: -7px 0 -4px -35px;
}

/*アイコン　メニュー用*/
.btn__style--topM a:before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../imgs/icn_top.png) no-repeat left top;
	background-size: 30px auto;
	border: none;
	margin: -7px 0 -4px -35px;
}
.btn__style--mailM a:before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../imgs/icn_mail.png) no-repeat left top;
	background-size: 30px auto;
	border: none;
	margin: -7px 0 -4px -35px;
}
.btn__style--infoM a:before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../imgs/icn_info.png) no-repeat left top;
	background-size: 30px auto;
	border: none;
	margin: -7px 0 -4px -35px;
}
.btn__style--gianM a:before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../imgs/icn_gian.png) no-repeat left top;
	background-size: 30px auto;
	border: none;
	margin: -7px 0 -4px -35px;
}
.btn__style--reportM a:before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../imgs/icn_report.png) no-repeat left top;
	background-size: 30px auto;
	border: none;
	margin: -7px 0 -4px -35px;
}
.btn__style--segM a:before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../imgs/icn_seg.png) no-repeat left top;
	background-size: 30px auto;
	border: none;
	margin: -7px 0 -4px -35px;
}
.btn__style--zaimM a:before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../imgs/icn_zaim.png) no-repeat left top;
	background-size: 30px auto;
	border: none;
	margin: -7px 0 -4px -35px;
}
.btn__style--messageM a:before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../imgs/icn_message.png) no-repeat left top;
	background-size: 30px auto;
	border: none;
	margin: -7px 0 -4px -35px !important;
}
.btn__style--webM a:before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../imgs/icn_web.png) no-repeat left top;
	background-size: 30px auto;
	border: none;
	margin: -7px 0 -4px -35px !important;
}

/*アイコン　メニュー用*/  
.btn__style02 {
	display: inline-block;
}
.btn__style02 a, .btn__style02 > span {
	display: inline-block;
	position: relative;
	padding: 10px 0 10px 56px;
	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: 1px 0px 0 #fff inset, -1px -1px 0 #fff inset, 0 2px #777;
	border: 1px solid #ccc;
	border-radius: 10px;
	color: #000;
	font-size: 24px;
	font-size: 1.5rem;
	vertical-align: bottom;
}
.btn__style02 a:before, .btn__style02 > span:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 22px;
	height: 18px;
	vertical-align: middle;
	top: 50%;
	margin: -9px 0 0 -40px;
}


.btn__style02a {
	display: inline-block;
}
.btn__style02a a, .btn__style02a > span {
	display: inline-block;
	position: relative;
	padding: 12px 10px 12px 56px;
	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: 1px 0px 0 #fff inset, -1px -1px 0 #fff inset, 0 2px #777;
	border: 1px solid #ccc;
	border-radius: 10px;
	color: #000;
	font-size: 21px;
	font-size: 21px;
	font-size: 1.3125rem ;
	vertical-align: bottom;
	cursor: pointer;
}
.btn__style02a a:before, .btn__style02a > span:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 22px;
	height: 18px;
	vertical-align: middle;
	top: 50%;
	margin: -9px 0 0 -35px;
	left: 55px;
}


.btn__style02 a:hover, .btn__style02 > span:hover,
.btn__style02a a:hover, .btn__style02a > span:hover {
	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%23e3e3e3%22%20offset%3d%220%25%22%2f%3e%3cstop%20style%3d%22stop%2dcolor%3a%23ffffff%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%, #e3e3e3), color-stop(100%, #ffffff));
	background:  no-repeat 95% center, -webkit-linear-gradient(top, #e3e3e3 0%, #ffffff 100%);
	background:  no-repeat 95% center, -webkit-linear-gradient(top, #e3e3e3 0%, #ffffff 100%);
	background:  no-repeat 95% center, linear-gradient(to bottom, #e3e3e3 0%, #ffffff 100%);
	color: #666;
}
.btn__style02 a:hover:before, .btn__style02 > span:hover:before {
	opacity: .8;
	filter: alpha(opacity=80);
}
.btn__style--blankM a:before {
	background: url(../imgs/icn_blank01.png) no-repeat left top;
}
.btn__style--blankM > span:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 22px;
	height: 18px;
	vertical-align: middle;
	top: 50%;
	margin: -9px 0 0 -40px;
	background: url(../imgs/icn_blank01.png) no-repeat left top;
}
.btn__style03 {
	display: inline-block;
}
.btn__style03 a, .btn__style03 > span {
	display: inline-block;
	padding: 11px 0 9px;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-size: 1.5rem;
}
.btn__style03 a:hover, .btn__style03 > span:hover {
	padding: 11px 0 9px;
}
.btn__style04 {
	display: inline-block;
}
.btn__style04 a {
	display: inline-block;
	position: relative;
	padding: 10px 0 10px 56px;
	border-radius: 10px;
	font-size: 18px;
	font-size: 1.125rem;
	text-align: left;
	vertical-align: bottom;
}
.btn__style04 a:before {
	content: "";
	display: inline-block;
	position: absolute;
	border: 8px solid transparent;
	border-left-color: #fff;
	vertical-align: middle;
	top: 50%;
	margin: -8px 0 0 -20px;
}
.btn__style04 a:hover:before {
	opacity: .8;
	filter: alpha(opacity=80);
}
.btn__style04 a {
	background: #ccc;
	border: 1px solid #ccc;
	color: #fff;
}
.btn__style04 a:hover {
	background-color: #ccc;
}

.btn__style05 {
	display: inline-block;
}
.btn__style05 a, .btn__style05 span {
	display: inline-block;
	position: relative;
	padding: 10px 0 10px;
	border-radius: 10px;
	font-size: 32px;
	font-size: 2rem;
	text-align: center;
	vertical-align: bottom;
	cursor: pointer;
}
.btn__style06 {
	display: inline-block;
}
.btn__style06 a, .btn__style06 span {
	display: block;
	margin-top: 20px;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	border-radius: 10px;
}
.btn__style06 a:hover, .btn__style06 span:hover {
	text-align: center;
}

.btn__ly__clear {
	clear: both;
}
.btn__ly__fl {
	float: left;
}
.btn__ly__fr {
	float: right;
}
.btn__wd__900px {
	width: 900px !important;
	margin: auto !important;
}

/* ハンバーガーメニューラッパー */
#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: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 998;
}
#gNav .gNav__content .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 128px 0 0;
}
#gNav .gNav__content .btnRow {
	display: inline-block;
	width: 323px;
	vertical-align: top;
}

/*ハンバーガーメニューボタン*/
.HM_btn{
	width: 275px;
	padding-bottom: 16px;
    padding-top: 17px;
	line-height: 1em;
	font-size: 20px !important;
    font-size: 1.3rem !important; 
	}
.know_btn{
	width: 290px;
	padding-top: 18px;
	padding-bottom: 8px;
	font-size: 17px !important;
    height: 65px !important;
	line-height: 1.7em !important;
	}

 @-webkit-keyframes on {
 0% {
 top: 0;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 top: 12px;
 -webkit-transform: rotate(-225deg);
 transform: rotate(-225deg);
}
}
 @keyframes on {
 0% {
 top: 0;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 top: 12px;
 -webkit-transform: rotate(-225deg);
 transform: rotate(-225deg);
}
}
 @-webkit-keyframes off {
 0% {
 top: 24px;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 top: 12px;
 -webkit-transform: rotate(225deg);
 transform: rotate(225deg);
}
}
 @keyframes off {
 0% {
 top: 24px;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 top: 12px;
 -webkit-transform: rotate(225deg);
 transform: rotate(225deg);
}
}
#aside {
	position: fixed;
	padding: 10px 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 995;
}
#aside .inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#aside .pagetop {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 0;
}
#aside .pagetop a {
	display: block;
	width: 136px;
	height: 75px;
	background: url(../imgs/icn_pagetop.png) no-repeat center center;
	border: 2px solid #fff;
	border-radius: 8px;
	vertical-align: bottom;
}



.btn_closetop {
	display: inline-block;
	position: relative;
	padding: 10px 0 10px;
	border-radius: 5px;
	margin-top: 20px;
	cursor: pointer;
	text-align: center;
	display:none;
}
.btn_closetop a {
	display: inline-block;
	width: 100%;
}
.btn_closetop:hover {
	background-color: #eee;
	border: 1px solid #ccc;
}
.btn_closetop span:before {
	content: "×";
	font-size: 14px;
	margin-right: 10px;
	line-height: 1;
}




/* Special__Modalwindow__* */
.s_modalwindow {
	display: none;
	z-index: 999999997;
}
.s_modalwindow_btn {
	padding: 10px 0 10px;
	cursor: pointer;
}
.s_modalwindow_btn_nomodal {
	padding: 10px 0 10px;
	cursor: pointer;
}
.s_modalwindow_bg,  .s_modalwindow_bg02 {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #333;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999999998;
}
.s_modalwindow_detail {
	display: none;
	position: fixed;
	width: 780px;
	margin-left: -390px;
	padding: 20px;
	left: 50%;
	top: 50%;
	background: #fff;
	z-index: 999999999;
}
.s_modalwindow_detail .closebtn {
	position: absolute;
	width: 72px;
	padding: 6px 17px 6px 0;
	text-align: center;
	right: 20px;
	top: 20px;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	background: url(../imgs/icn_modal_close.png) no-repeat 52px center;
	background-size: 13px auto;
	cursor: pointer;
}
.s_modalwindow_detail .closebtn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#footer {
	min-width: 1020px;
	padding: 20px 0 75px;
	text-align: center;
	font-size: 12px;
	font-size: 0.75rem;
}
.pagetop_in {
	clear:both;
	float: right;
	margin: 0 auto;
	margin-bottom: 30px;
}
.pagetop_in a {
	display: block;
	width: 200px;
	height: 50px;
	border-radius: 8px;
	vertical-align: bottom;
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 2.5;
	text-align: center;
}
.pagetop_in_cntr {
	float:none;
}
.pagetop_in_cntr a {
	margin:0 auto;
}


.read__btn {
	display: none;
}

.ht_900px{
	min-height: 900px !important;
	}
	
	
.overlay{
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.44);
	z-index: 996;
}