@charset "UTF-8";
@import "/common/css/common.pc.css?2";

/* ---------------------------------------------------------
	CSS Document wrapper
--------------------------------------------------------- */

#wrapper h2 {
	margin-bottom: 35px;
	font-weight: normal;
	font-size: 26px;
	line-height: 1;
	position: relative;
}

#wrapper h2:after {
	content: '';
	width: 100px;
	height: 3px;
	margin-left: -50px;
	background: #057dcd;
	position: absolute;
	bottom: -20px;
	left: 50%;
}

/* ---------------------------------------------------------
	CSS Document anchor
--------------------------------------------------------- */

#anchor {
	margin-bottom: 70px;
	padding: 60px 0 0;
	background: #fff;
	font-size: 17px;
	line-height: 2;
}

#anchor h2 {
	margin-bottom: 50px;
}

#anchor ul {
	margin-top: 30px;
	font-size: 0;
}

#anchor li {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

#anchor li:last-of-type {
	margin-right: 0;
}

#anchor li a {
	display: block;
	width: 260px;
	height: 140px;
	padding-top: 4px;
	border: solid 4px #e8eef1;
	text-decoration: none;
	font-size: 16px;
	color: #222;
	position: relative;
}

#anchor li a:after {
	content: '';
	width: 0;
	height: 0;
	margin-left: -10px;
	border: solid 10px transparent;
	border-top: solid 10px #e8eef1;
	position: absolute;
	left: 50%;
	bottom: -22px;
}

#anchor li a:hover {
	border: solid 4px #43b0f1;
	opacity: 0.7;
	filter: Alpha(opacity=70);
}

#anchor li a:hover:after {
	border-top: solid 10px #43b0f1;
}

#anchor li span {
	display: inline-block;
	vertical-align: top;
	padding-left: 55px;
	background: url(../images/icon_02.png) no-repeat left;
	line-height: 50px;
}

#anchor li:first-of-type span {
	background-image: url(../images/icon_01.png);
}

#anchor li:last-of-type span {
	background-image: url(../images/icon_03.png);
}

/* ---------------------------------------------------------
	CSS Document product
--------------------------------------------------------- */

#off,
#ijibai,
#norupita {
	margin-top: -75px;
	padding-top: 75px;
}

.product {
	padding: 50px 0 70px;
	background: #f2f9fe;
}

#ijibai .product {
	background: #fff;
}

#wrapper .product h2 {
	margin-bottom: 45px;
}

.product p {
	margin-bottom: 30px;
}

.product figure {
	width: 600px;
	margin: 30px auto 10px;
}

.product .reg {
	width: 380px;
	margin: 10px auto 0;
	text-align: right;
	font-size: 12px;
	color: #999;
}

.product ul {
	margin-top: 20px;
}

.product li {
	display: inline-block;
	vertical-align: top;
	width: 380px;
	height: 80px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #43b0f1;
	box-shadow: 0 5px 0 0 #e8eef1;
	line-height: 74px;
	position: relative;
}

.product li:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}

/*
#norupita .product li {
	opacity: 0.4;
	filter: Alpha(opacity=40);
}
*/

.product li a {
	display: block;
	text-decoration: none;
}

.product li > span,
.product li a > span {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	line-height: 1.3;
	position: relative;
}

.product li > span:after,
.product li a > span:after {
	content: '';
	width: 40px;
	height: 40px;
	background: url(../images/i_button.png) no-repeat 0 0;
	background-size: 40px 40px;
	position: absolute;
	top: 6px;
	left: -45px;
}

.product li span span:first-of-type {
	display: block;
	font-size: 14px;
	color: #1e3d58;
}

.product li span span:last-of-type {
	display: block;
	font-size: 26px;
	color: #fff;
	position: relative;
}

.product li span span:last-of-type:after {
	content: '';
	width: 14px;
	height: 14px;
	background: url(../images/i_arrow.png) no-repeat 0 0;
	background-size: 14px 14px;
	position: absolute;
	top: 11px;
	right: -22px;
}

/* ---------------------------------------------------------
	CSS Document note
--------------------------------------------------------- */

#note {
	margin: 40px 0 0;
	padding: 20px;
	border: solid 1px #ccc;
}
