@charset "UTF-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ヘッダー
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#cycle-header .header-img h2 img {
	display: block;
	width: 100%;
}
@media (max-width: 768px) {
	.pc {
		display: none;
	}
}
/* #cycle-header .header-txt img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 708px;
} */
#cycle-header nav {
	background: #333;
}
#cycle-header nav ul {
	max-width: 700px;
	margin: 0 auto;
	font-size: 0;
}
#cycle-header nav li {
	/* メニュー6個表示用 */
	/* width: calc(100%/6.01);*/
	/* メニュー4個表示用 */
	width: calc(100%/4.01);
	display: inline-block;
	font-size: 13px;
	vertical-align: top;
}
#cycle-header nav li a {
	display: block;
	font-size: 124%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 43px;
	height: 81px;
	position: relative;
	box-sizing: border-box;
}
@media (min-width: 1421px) {
	#cycle-header .header-img {
		width: 1420px;
		margin: 0 auto;
	}
}

@media (min-width: 769px) {
	#cycle-header nav li.net-icon a,
	#cycle-header nav li.bispa-icon a  {
		padding-top: 37px;
	}
}
#cycle-header nav li a span {
	display: block;
	line-height: 20px;
}
#cycle-header nav li a:hover,
#cycle-header nav li a.current  {
	background: #4e91c7;
}
#cycle-header nav li a:before {
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
}
#cycle-header nav li.product-icon a:before {
	background: url(../images/product_icon_off.png) no-repeat;
	background-size: 100%;
}
#cycle-header nav li.relief-icon a:before {
	background: url(../images/relief_icon_off.png) no-repeat;
	background-size: 100%;
}
#cycle-header nav li.pickup-icon a:before {
	background: url(../images/pickup_icon_off.png) no-repeat;
	background-size: 100%;
}
#cycle-header nav li.net-icon a:before {
	background: url(../images/net_icon_off.png) no-repeat;
	background-size: 100%;
}
#cycle-header nav li.repair-icon a:before {
	background: url(../images/repair_icon_off.png) no-repeat;
	background-size: 100%;
}
#cycle-header nav li.bispa-icon a:before {
	background: url(../images/bispa_icon_off.png) no-repeat;
	background-size: 100%;
}
#cycle-header nav li.handling-icon a:before {
	background: url(../images/handling_icon_off.png) no-repeat;
	background-size: 100%;
}

#cycle-header nav li.product-icon a:hover:before,
#cycle-header nav li.product-icon a.current {
	background: url(../images/product_icon_on.png) no-repeat;
	background-size: 100%;
}
#cycle-header nav li.relief-icon a:hover:before,
#cycle-header nav li.relief-icon a.current {
	background: url(../images/relief_icon_on.png) no-repeat;
	background-size: 100%;
}
#cycle-header nav li.pickup-icon a:hover:before,
#cycle-header nav li.pickup-icon a.current {
	background: url(../images/pickup_icon_on.png) no-repeat;
	background-size: 100%;
}
#cycle-header nav li.net-icon a:hover:before,
#cycle-header nav li.net-icon a.current {
	background: url(../images/net_icon_on.png) no-repeat;
	background-size: 100%;
}
#cycle-header nav li.repair-icon a:hover:before,
#cycle-header nav li.repair-icon a.current {
	background: url(../images/repair_icon_on.png) no-repeat;
	background-size: 100%;
}
#cycle-header nav li.bispa-icon a:hover:before,
#cycle-header nav li.bispa-icon a.current {
	background: url(../images/bispa_icon_on.png) no-repeat;
	background-size: 100%;
}
#cycle-header nav li.handling-icon a:hover:before,
#cycle-header nav li.handling-icon a.current {
	background: url(../images/handling_icon_on.png) no-repeat;
	background-size: 100%;
}
#comments {
	font-size: 132%;
	color: #333;
	text-align: center;
	padding: 13px 0 8px;
	background: #fff;
	padding: 40px 0;
}
#comments span.red {
	color: #F00;
}

@media (max-width: 1040px) {
	#cycle-header nav li a {
		font-size: 116%;
	}
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
フッター
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#cycle-footer .footer-cont {
	background: #e2e2e2;
}
#cycle-footer ul {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 0;
	padding: 50px 0;
}
#cycle-footer li {
	width: calc(100%/4);
	display: inline-block;
}
#cycle-footer a:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);
}

@media (max-width: 768px) {

}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
共通
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.blackBtn {
	padding: 39px 0 62px;
}
.blackBtn a {
	padding: 0 32px;
}
.main-heading {
	background: #d3eff7;
	text-align: center;
	color: #32a4ec;
	font-weight: bold;
	font-size: 236%;
	padding: 54px 0 18px;
	box-sizing: border-box;
	position: relative;
}
.main-heading:after {
	content: "";
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	margin: auto;
}
.main-heading.none:after {
	content: none;
}
.cycle-inner {
	max-width: 1000px;
	margin: 0 auto;
}

.return-btn {
	text-align: center;
	margin-bottom: 63px;
}
.return-btn a {
	color: #fff;
	font-weight: bold;
	font-size: 108%;
	line-height: 60px;
	background: #4e91c7;
	width: 332px;
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.return-btn a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.eshop-txt {
	text-align: center;
	font-size: 132%;
	margin: 25px 0 10px;
}
.eshop-btn a {
	color: #fff;
	display: block;
	font-size: 108%;
	line-height: 43px;
	font-weight: bold;
	margin-top: 8px;
	background: #b50081;
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	width: 200px;
	margin: 0 auto;
	padding-left: 20px;
	box-sizing: border-box;
}
.e-deco {
	font-size: 22px;
	font-weight: normal;
	position: relative;
	top: 1px;
}
.eshop-btn a:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.eshop-btn a:before,
.eshop-btn a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
.eshop-btn a:after {
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	right: 21px;
}
.eshop-btn a:before {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid #fff;
	right: 13px;
}

@media (max-width: 768px) {
	.main-heading {
		font-size: 25px;
	}
	#cycle-header .header-img {
		height: auto;
	}
	/* #cycle-header .header-txt img {
		width: 100%;
		position: static;
		vertical-align: top;
	} */
	#cycle-header nav {
		border-bottom: none;
	}
	#cycle-header nav li {
		/* height: 69px; */
		/* メニュー1行に4個 */
		width: calc(100% / 4.01);
		/* メニュー1行に3個 */
		/*width: calc(100% / 3);*/
		vertical-align: top;
		border-bottom: 4px solid #4e91c7;
	}
	#cycle-header nav li:nth-child(4) ~ * {
		/*width: calc(100% / 3.01);*/
	}
	#cycle-header nav li a {
		font-size: 13px;
		line-height: 34px;
		padding-top: 28px;
	}
	#cycle-header nav li a:before {
		top: -9px;
		width: 31px;
		height: 31px;
	}
	#cycle-header nav li a span {
		line-height: 17px;
		display: inline-block;
		vertical-align: middle;
	}
	#cycle-header nav li.net-icon a {
		font-size: 12px;
		letter-spacing: -1px;
	}
	#comments {
		font-size: inherit;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#cycle-footer ul {
		padding: 20px 15px 15px;
	}
	#cycle-footer li {
		width: 50%;
		margin-bottom: 5px;
		text-align: center;
	}
	#cycle-footer li img {
		width: 95%;
	}

	.return-btn a {
		max-width: 100%;
	}
	.eshop-txt {
	    font-size: 12px;
	    margin: 25px 0 15px;
	}
}

@media (max-width: 374px) {
	#cycle-header nav li a {
		font-size: 11px;
	}
}