@charset "euc-jp";

.header-headline-nav li a {
	color: #073071;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
}
.header-global-nav a,
.header-global-nav span {
	padding-bottom: 5px;
	color: #073071;
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
	cursor: pointer;
}
#nav a {
	color: ;
}

/* スライド */
.slider__section {
	padding: 0 0 30px;
}
.bx-wrapper .bx-pager {
	bottom: -30px !important;
}
.bx-wrapper .bx-viewport {
	box-shadow: none !important;
	background: none !important;
	border: none !important;
	left: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	width: 8px !important;
	height: 8px !important;
	background: #d1d2d3 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #003760 !important;
}
.ban_block {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
 	float: left;
}
.ban_block_m {
	text-align: center;
}
.ban_block_m img {
	border: 1px solid #E7E7E7;
}
.row.ban_block_guide {
	margin: -25px 0 0;
}
.ban {
	margin: 0 0 20px 0;
}
.ban img {
	background: #FFF;
}
.ban_block_guide a {
	display: block;
	color: #030303;
	padding: 40px 10px;
	border: 3px double #E7E7E7;
	box-shadow: 0 0 0 1px #E7E7E7;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	font-family: "Times New Roman", 游明朝体, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝B, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.ban_block_guide a:hover {
	opacity: .7;
}
a.ban-first span {
	background: url(https://img21.shop-pro.jp/PA01382/252/etc/icon_top_first.png?cmsp_timestamp=20170615222406) no-repeat left center;
	background-size: 14px;
}
a.ban-qa span {
	background: url(https://img21.shop-pro.jp/PA01382/252/etc/icon_top_qa.png?cmsp_timestamp=20170615223027) no-repeat left center;
	background-size: 19px;
}
a.ban-noshi span {
	background: url(https://img21.shop-pro.jp/PA01382/252/etc/icon_top_noshi.png?cmsp_timestamp=20170615230335) no-repeat left center;
	background-size: 19px;
}

.ban_block_guide span {
	position: relative;
	padding: 10px 10px 10px 27px;
}
/*.ban_block_guide span:before {
position: absolute;
content: '';
width: 30px;
height: 30px;
background: #CCC;
left: 0;
top: -6px;
}
*/

@media only screen and (max-width: 768px) {
	.main-section:before {
		display: none;
	}
	.top-about .btn {
		margin: 20px 0 10px;
	}
	.ban {
		margin: 0 0 10px 0;
	}
	.ban_block {
		font-size: 12px;
		border-bottom: 1px solid #CCC;
	}
	.ban_block_guide a {
		height: 40px;
		padding: 10px 8px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 12px;
		line-height: 1.3;
	}
	.ban_block_guide span {
		padding: 10px 0 10px 27px;
		text-align: left;
	}
	/*  .ban_block_guide span:before {
	width: 20px;
	height: 20px;
	top: -3px;
}*/
}