@charset "UTF-8";
/*
 ============================================================
  ファイル名：common.css
 ============================================================

/* ------------------------------------------------------------
	
	
	
	
	
	
	
	以下は適宜変更する
	
	
	
	
	
	
	
   ------------------------------------------------------------ */

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

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

body {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-text-size-adjust: 100%;
}
.wrapper {
	overflow: hidden;
	width: 320px;
	-moz-transform-origin: left top;
}
: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 {
	position: relative;
	padding: 15px 20px 15px 23px;
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 1.2;
	margin-bottom: 1.14286rem;
}
.hd__h1:before {
	content: '';
	display: block;
	position: absolute;
	background: #fff;
	width: 4px;
	height: 1em;
	left: 10px;
	top: .75em;
}
.hd__h2 {
	position: relative;
	padding: 0 10px;
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 1.7em;
	margin-bottom: 1.14286rem;
}
.hd__h2:before {
	content: '';
	display: block;
	position: absolute;
	width: 4px;
	height: 1.2em;
	left: 0;
	top: 4px;
}
.hd__h3 {
	font-size: 21px;
	font-size: 1.3125rem;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.57143rem;
	padding-bottom: 0.57143rem
}
.hd__h4 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.tbl__style01 {
	display: block;
	width: 100%;
}
.tbl__style01:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.tbl__style01 tbody, .tbl__style01 tr {
	display: block;
	clear: both;
}
.tbl__style01 .tbl__head {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	padding: 6px 12px;
	font-weight: bold;
	line-height: 1.75;
	vertical-align: top;
	font-size: 21px;
	font-size: 1.3125rem;
}
.tbl__style01 .tbl__detail {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	padding: 6px 12px;
	line-height: 1.75;
	vertical-align: top;
	font-size: 14px;
	font-size: 0.875rem;
}
.tbl__style02 {
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
}
.tbl__style02:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.tbl__style02 tbody, .tbl__style02 tr {
	display: block;
}
.tbl__style02 .tbl__head {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	padding: 0 20px;
	font-weight: bold;
	line-height: 1.75;
	vertical-align: top;
}
.tbl__style02 .tbl__detail {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	padding: 7px 25px;
	vertical-align: top;
}
.tbl__style03 {
	display: block;
	width: 100%;
}
.tbl__style03 tr, .tbl__style03 tbody {
	display: block;
}
.tbl__style03 .tbl__head {
	display: block;
	padding: 13px 15px;
	font-weight: bold;
	line-height: 1.75;
	vertical-align: top;
	font-size: 21px;
	font-size: 1.3125rem;
}
.tbl__style03 .tbl__detail {
	display: block;
	padding: 13px 15px;
	line-height: 1.75;
	vertical-align: top;
	font-size: 16px;
	font-size: 1rem;
}
.btn__style01 {
	display: inline-block;
}
.btn__style01 a {
	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 a:before {
	content: "";
	display: inline-block;
	position: absolute;
	vertical-align: middle;
	top: 50%;
	margin: -8px 0 0 -20px;
}
#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--large a {
	font-size: 30px;
	font-size: 30px;
	font-size: 1.875rem;
}
.btn__style--jadgeL a {
	padding-left: 105px;
	font-size: 28px;
	font-size: 28px;
	font-size: 1.75rem;
}
.btn__style--jadgeL a:before {
	width: 67px;
	height: 62px;
	background: url(../imgs/icn_judge01.png) no-repeat left top;
	border: none;
	margin: -25px 0 0 -85px;
}
#aside .btn__style--jadgeL a {
	height: 110px;
	padding: 55px 0 10px;
	font-size: 16px;
	font-size: 16px;
	font-size: 1rem;
	text-align: center;
}
	#aside .btn__style--jadgeL a:before {
		width: 34px;
		height: 30px;
		top: 18px;
		left: 50%;
		margin: 0 0 0 -17px;
		background-size: 34px auto;
	}
	
#aside.aside_ank .btn__style01 a {
	font-size:14px;
}
	
.btn__style--jadgeL > span {
	padding-left: 105px;
	font-size: 28px;
	font-size: 28px;
	font-size: 1.75rem;
}
.btn__style--jadgeL > span:before {
	width: 67px;
	height: 62px;
	background: url(../imgs/icn_judge01.png) no-repeat left top;
	border: none;
	margin: -25px 0 0 -85px;
}
#aside .btn__style--jadgeL > span {
	height: 110px;
	padding: 55px 0 10px !important;
	font-size: 16px;
	font-size: 16px;
	font-size: 1rem;
	text-align: center;
	line-height: 1.4em;
}

	#aside .btn__style--jadgeL > span:before {
		width: 34px;
		height: 30px;
		top: 18px;
		left: 50%;
		margin: 0 0 0 -17px;
		background-size: 34px auto;
	}
.btn__style--pdfL a {
	padding-left: 95px;
	font-size: 28px;
	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;
	}
#aside .btn__style--pdfL a {
	height: 110px;
	padding: 55px 0 10px !important;
	font-size: 16px;
	font-size: 16px;
	font-size: 1rem;
	text-align: center;
	line-height: 1.4em;
}
#aside .btn__style--pdfL a:before {
	width: 34px;
	height: 30px;
	top: 16px;
	left: 50%;
	margin: 0 0 0 -12px;
	background-size: 25px auto;
}
.btn__style--jadgeM a {
	padding-left: 16% !important;
}
.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 -36px;
}
.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 -39px;
}
.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--messageM a, .btn__style--webM a  {
	padding-left: 16% !important;
}
.btn__style--pdfM a:before {
	width: 67px;
	height: 62px;
	background: url(../imgs/icn_pdf02.png) no-repeat left top;
	background-size: 30px auto;
	border: none;
	margin: -14px 0 0 -31px;
}
/*アイコン　メニュー用*/
  .btn__style--topM a:before {
	width: 67px;
	height: 62px;
	background: url(../imgs/icn_top.png) no-repeat left top;
	background-size: 30px auto;
	border: none;
	margin: -14px 0 0 -35px;
}
.btn__style--mailM a:before {
	width: 67px;
	height: 62px;
	background: url(../imgs/icn_mail.png) no-repeat left top;
	background-size: 30px auto;
	border: none;
	margin: -14px 0 0 -35px;
}
.btn__style--infoM a:before {
	width: 67px;
	height: 62px;
	background: url(../imgs/icn_info.png) no-repeat left top;
	background-size: 30px auto;
	border: none;
	margin: -14px 0 0 -35px;
}
.btn__style--gianM a:before {
	width: 67px;
	height: 62px;
	background: url(../imgs/icn_gian.png) no-repeat left top;
	background-size: 30px auto;
	border: none;
	margin: -14px 0 0 -35px;
}
.btn__style--reportM a:before {
	width: 67px;
	height: 62px;
	background: url(../imgs/icn_report.png) no-repeat left top;
	background-size: 30px auto;
	border: none;
	margin: -14px 0 0 -35px;
}
.btn__style--segM a:before {
	width: 67px;
	height: 62px;
	background: url(../imgs/icn_seg.png) no-repeat left top;
	background-size: 30px auto;
	border: none;
	margin: -14px 0 0 -35px;
}
.btn__style--zaimM a:before {
	width: 67px;
	height: 62px;
	background: url(../imgs/icn_zaim.png) no-repeat left top;
	background-size: 30px auto;
	border: none;
	margin: -14px 0 0 -35px;
}
.btn__style--messageM a:before {
	width: 67px;
	height: 62px;
	background: url(../imgs/icn_message.png) no-repeat left top;
	background-size: 30px auto;
	border: none;
	margin: -14px 0 0 -35px !important;
}
.btn__style--webM a:before {
	width: 67px;
	height: 62px;
	background: url(../imgs/icn_web.png) no-repeat left top;
	background-size: 30px auto;
	border: none;
	margin: -14px 0 0 -31px !important;
}
/*アイコン　メニュー用*/  
	
	
	
	

.btn__style02 {
	display: inline-block;
}
.btn__style02 a, .btn__style02 > span {
	display: inline-block;
	position: relative;
	padding: 10px 10px 10px 50px;
	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 {
	display: inline-block;
}
.btn__style02a a, .btn__style02a > span {
	display: inline-block;
	position: relative;
	padding: 10px 10px 10px 50px;
	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:before, .btn__style02 > span:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 22px;
	height: 18px;
	vertical-align: middle;
	top: 50%;
	margin: -9px 0 0 -35px;
}
.btn__style--blankM a:before {
	background: url(../imgs/sp/icn_blank01.png) no-repeat left top;
	background-size: 20px auto;
}
.btn__style--blankM > span:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 22px;
	height: 18px;
	vertical-align: middle;
	top: 50%;
	margin: -9px 0 0 -30px;
	background: url(../imgs/sp/icn_blank01.png) no-repeat left top;
	background-size: 20px auto;
}
.btn__style03 {
	display: inline-block;
}
.btn__style03 a, .btn__style03 > span {
	display: inline-block;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	font-size: 21px;
	font-size: 1.3125rem;
	cursor: pointer;
	border-radius: 10px;
}
.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;
	cursor: pointer;
}
.btn__style04 a:before {
	content: "";
	display: inline-block;
	position: absolute;
	border: 8px solid transparent;
	vertical-align: middle;
	top: 50%;
	margin: -8px 0 0 -20px;
}
#gNav .btn__style04 a {
	padding-left: 12%;
	padding-right: 5px;
}
.btn__style--notice {
	display: block;
}
.btn__style05 {
	display: inline-block;
}
.btn__style05 a, .btn__style05 > span {
	display: inline-block;
	position: relative;
	padding: 10px 0 10px;
	border-radius: 10px;
	color: #fff;
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 2;
	text-align: center;
	vertical-align: bottom;
	cursor: pointer;
}
.btn__style06 {
	display: inline-block;
}
.btn__style06 a, .btn__style06 span {
	display: block;
	font-size: 12px;
	font-size: 1.3125rem;
	text-align: center;
	padding: 10px 0 10px;
	border-radius: 10px;
	line-height: 1.8; 
}
.btn__style--plus a, .btn__style--plus > span {
	padding-right: 10px;
	padding-left: 10px;
}
.btn__style--plus a:after, .btn__style--plus > span:after {
	content: '';
	display: inline-block;
	float: right;
	width: 35px;
	height: 2em;
	background: url(../imgs/sp/icn_plus01.png) no-repeat left center;
	background-size: 31px auto;
}
.btn__style--minus a, .btn__style--minus > span {
	padding-right: 10px;
	padding-left: 10px;
}
.btn__style--minus a:after, .btn__style--minus > span:after {
	content: '';
	display: inline-block;
	float: right;
	width: 35px;
	height: 2em;
	background: url(../imgs/sp/icn_plus02.png) no-repeat left center;
	background-size: 31px auto;
}
#gNav .gNav__btn {
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	text-align: center;
	cursor: pointer;
	z-index: 999;
}
#gNav .gNav__btn .burger {
	position: relative;
	width: 54px;
	height: 32px;
	padding: 25px 19px 0;
}
#gNav .gNav__btn .burger span {
	display: block;
	position: absolute;
	width: 25px;
	height: 2px;
	background: #fff;
}
#gNav .gNav__btn .burger span:nth-child(1) {
	left: 15px;
	top: 12px;
	-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: 15px;
	top: 18px;
}
#gNav .gNav__btn .burger span:nth-child(3) {
	left: 15px;
	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;
	line-height: 1;
	padding-bottom: 10px;
	font-size: 9px;
	font-size: 0.5625rem;
}
#gNav .gNav__btn.open .burger span:nth-child(1) {
	top: 18px;
	-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: 18px;
	-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;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 120%;
	height: 100%;
	left: -10%;
	top: 0;
	z-index: 998;
}
#gNav .gNav__content .inner {
	position: relative;
	width: 100%;
	padding: 70px 8% 70px 12%;
	text-align: center;
}
.modern #gNav .gNav__content .inner {
	padding: 70px 10% 70px 10%;
}
#gNav .gNav__content .btnRow {
	display: inline-block;
	width: 300px;
	vertical-align: top;
}

/*ハンバーガーメニューボタン*/
.HM_btn{
	width: 300px;
	padding-bottom: 16px;
	padding-bottom: 1.14286rem !important;
	padding-top: 16px;
	padding-top: 1.14286rem !important;
	line-height: 1em;
	}
.know_btn{
	width: 300px;
	padding-top: 20px;
	padding-bottom: 8px;
	font-size: 17px !important;
    height: 65px;
	}	
	
 @-webkit-keyframes on {
 0% {
 top: 12px;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 top: 18px;
 -webkit-transform: rotate(-225deg);
 transform: rotate(-225deg);
}
}
 @keyframes on {
 0% {
 top: 12px;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 top: 18px;
 -webkit-transform: rotate(-225deg);
 transform: rotate(-225deg);
}
}
 @-webkit-keyframes off {
 0% {
 top: 24px;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 top: 18px;
 -webkit-transform: rotate(225deg);
 transform: rotate(225deg);
}
}
 @keyframes off {
 0% {
 top: 24px;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 top: 18px;
 -webkit-transform: rotate(225deg);
 transform: rotate(225deg);
}
}
#aside {
	position: fixed;
	overflow: hidden;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 320px;
	z-index: 99;
	-moz-transform-origin: left bottom;
}
#aside.open {
	display: none;
}
#aside .inner {
	position: relative;
	margin: 0 auto;
	padding: 10px;
}
#aside .pagetop {
	display: inline-block;
	position: absolute;
	left: 215px;
	top: 11px;
}
#aside .pagetop a {
	display: block;
	width: 95px;
	height: 110px;
	background: url(../imgs/sp/icn_pagetop.png) no-repeat center center;
	background-size: 64px auto;
	border: 1px 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 span:before {
	content: "×";
	font-size: 14px;
	margin-right: 10px;
	line-height: 1;
}
/* Special__Modalwindow__* */
.s_modalwindow {
	display: none;
	z-index: 999999997;
}
.s_modalwindow_btn {
	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;
	-moz-transform: scale(1, 1);
	-moz-transform-origin: left top;
}
.s_modalwindow_detail {
	display: none;
	position: fixed;
	width: 90%;
	margin-left: -45%;
	padding: 20px;
	left: 50%;
	top: 50%;
	background: #fff;
	z-index: 999999999;
	-moz-transform: scale(1, 1);
	-moz-transform-origin: left top;
}
.s_modalwindow_detail .closebtn {
	position: absolute;
	width: 72px;
	padding: 6px 17px 6px 0;
	text-align: center;
	right: 0px;
	top: -40px;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	background: url(../imgs/icn_modal_close.png) no-repeat 52px center #fff;
	background-size: 13px auto;
	cursor: pointer;
}
#footer {
	padding: 20px 0 50px;
	text-align: center;
	font-size: 11px;
	font-size: 0.6875rem;
}
.pagetop_in {
	clear:both;
	margin-bottom: 30px;
	padding: 0 10px;
}
.pagetop_in a {
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 8px;
	vertical-align: bottom;
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 2.5;
	text-align: center;
	color: #fff;
}




.read__btn {
	position: absolute;
	width: 100%;
	padding: 100% 0 20px;
	bottom: 0;
	left: 0;
	background: url(../../cmn/imgs/sp/bg_grad.png) repeat-x center bottom;
	background-size: 100% 220px;
	cursor: pointer;
	text-align: center;
}
.read__btn--open {
	display: inline;
}
.open .read__btn--open {
	display: none;
}
.read__btn--close {
	display: none;
}
.open .read__btn--close {
	display: inline;
}
.read__btn.open {
	position: relative;
	padding: 16px 0 0;
	background: none;
}