@charset "UTF-8";

body {
	position: relative;
}
/* 注意：.bg / .pop_wind 系はすべて popup_check.js により動的に制御される。
   HTMLの静的マークアップに class="bg" / "pop_wind" が存在しなくても
   JS実行時に生成・付与されるため、コメントアウト不可。残存。 */
.bg {
	width: 100%;
	height: 100%;
	background-color: #00152F;
	opacity: .8;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 1000000;
}
/*popupウィンド*/
.pop_wind {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 90%;
	background-color: #fff;
	margin: 0 auto;
	max-width: 840px;
	min-height: 200px;
	padding: 40px 40px 60px 40px;
	z-index: 10000000;
	opacity: 1 !important;
	border-radius: 20px;
}
#pop_wind_title {
	color: #eb6d46;
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	padding: 10px 0px 20px;
	line-height: 1.4em;
	letter-spacing: -0.02em;
}
.pop_wind p {
	line-height: 1.8em;
}
.pop_wind a:hover {
	text-decoration: none;
}
.pop_wind h3 {
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	padding: 20px 0px 5px;
}
/*popupウィンドボタン*/
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}
.open_ch {
	display: block !important;
}
.close_ch {
	display: none;
}
/* // .pop_wind_wrapper1 は全HTMLで未使用（空ルール）のため暫定コメントアウト // */
/*.pop_wind_wrapper1 {}*/
/*リンク確認window用*/
p.linktxt {
	text-align: center;
	margin: 10px 10px 20px;
}
ul.bt_navi_set {
	width: 90%;
	margin: 40px 5% 10px;
	opacity: 1;
}
ul.bt_navi_set li {
	float: left;
	width: 100%;
	text-align: center;
	margin: 5px 0 20px;
}
ul.bt_navi_set li a {
	display: block;
	color: #000;
	padding: 10px 0;
	margin: 0 30px;
	font-weight: bold;
}
/*ボタン*/
ul.bt_navi_set li a {
	line-height: 1.4em;
	background-size: auto 100% !important;
	border: 3px solid;
	text-decoration: none !important;
}
/*上*/
ul.bt_navi_set li.ch_gnavi01 a {
	background: url(../images/top/ch_arrow.png) no-repeat right center #eb6d46;
	border-color: #eb6d46 !important;
	color: #fff;
}
ul.bt_navi_set li.ch_gnavi01 a:hover {
	background: url(../images/top/ch_arrow.png) no-repeat right center #d35133;
	border-color: #d35133 !important;
	transition: background 0.1s;
}
/*下*/
ul.bt_navi_set li.ch_gnavi02 a {
	background: url(../images/top/ch_arrow.png) no-repeat right center #c8d3d8;
	border-color: #c8d3d8 !important;
}
ul.bt_navi_set li a:hover {
	background: url(../images/top/ch_arrow.png) no-repeat right center #9CAFB3;
	border-color: #9CAFB3 !important;
	transition: background 0.1s;
}
/* 注意：.set_radius2 は popup_check.js により動的に付与される。
   静的HTMLには存在しないが JS実行時に適用されるため残存。 */
.set_radius2 {
	/**/
	border-top-left-radius: 3em;
	border-bottom-left-radius: 3em;
	border-top-right-radius: 3em;
	border-bottom-right-radius: 3em;
}
@media screen and (min-width:0px) and (max-width:640px) {
	.pop_wind p {
		line-height: 1.3em;
		font-size: 90%;
	}
	#pop_wind_title {
		text-align: center;
		font-size: 120%;
		font-weight: bold;
		padding: 10px 0px 20px;
		line-height: 1.4em;
		margin-bottom: 10px;
	}
	.pop_wind h3 {
		text-align: center;
		font-size: 100%;
		font-weight: bold;
		padding: 20px 0px 5px;
	}
	ul.bt_navi_set {
		width: 100%;
		margin: 20px 0% 10px;
	}
	ul.bt_navi_set li {
		float: left;
		width: 100%;
		text-align: center;
		margin: 5px 0 15px;
	}
	ul.bt_navi_set li a {
		display: block;
		color: #000;
		padding: 10px 10px;
		margin: 0 10px;
		font-weight: bold;
		font-size: 90%;
	}
	/*ボタン*/
	ul.bt_navi_set li a {
		line-height: 1.2em;
		background-size: auto 90% !important;
		border: 3px solid;
		text-decoration: none !important;
	}
	ul.bt_navi_set li.ch_gnavi01 a {
		background-image: none !important;
		border-color: #f7bc3e !important;
	}
	ul.bt_navi_set li.ch_gnavi01 a:hover {
		background-image: none !important;
		border-color: #FE9000 !important;
		transition: background 0.1s;
	}
	/*下*/
	ul.bt_navi_set li.ch_gnavi02 a {
		background-image: none !important;
		border-color: #c8d3d8 !important;
	}
	ul.bt_navi_set li a:hover {
		background-image: none !important;
		border-color: #9CAFB3 !important;
		transition: background 0.1s;
	}
}
@media screen and (max-width: 580px) {
	.pop_wind {
		padding: 20px 20px 30px 20px;
	}
}
