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

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

#wrapper h2 {
	margin-bottom: 35px;
	font-weight: normal;
	font-size: 26px;
	line-height: 1.3;
	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: 20px 15px 70px;
	padding: 40px 5px 0;
	background: #fff;
}

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

#anchor p {
	text-align: left;
}

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

#anchor li {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 2%;
}

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

#anchor li a {
	display: block;
	padding: 10px 5px;
	border: solid 4px #e8eef1;
	text-decoration: none;
	font-size: 14px;
	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 span {
	display: inline-block;
	vertical-align: top;
	height: 70px;
	padding-top: 25px;
	background: url(../images/icon_02.png) no-repeat top;
	background-size: 30px auto;
	line-height: 1.2;
}

#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: -60px;
	padding-top: 60px;
}

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

#ijibai .product {
	background: #fff;
}

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

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

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

.product .reg {
	display: block;
	max-width: 360px;
	margin: 10px auto 0;
	text-align: right;
	font-size: 2.5vw;
	color: #999;
}

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

.product li {
	display: inline-block;
	vertical-align: top;
	max-width: 360px;
	width: 100%;
	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 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: -30px;
}

.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: 30px 20px 0;
	padding: 20px;
	border: solid 1px #ccc;
	text-align: left;
}
