@charset "utf-8";

/*レイアウトで必要なスタイル*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.fL {
	float: left;
}
.fR {
	float: right;
}

.small {
	font-size: 12px;
}

.tC {
	text-align: center;
}

.clr_PaleOrange { color: #f9d3cb; }
.clr_Brown { color: #6b3a29; }
.clr_Vermilion { color: #ea5520; }
.clr_Red { color: #ff0000; }
.clr_Yellow { color: #fff100; }
.clr_Pink { color: #ebb3c2; }
.clr_YellowGreen { color: #77b941; }
.clr_Green { color: #00905b; }
.clr_Blue { color: #003692; }
.clr_Black { color: #000000; }
.clr_White { color: #ffffff; }
.clr_SkyBlue { color: #039ad4; }

#fil{
	display: none;
}
#content {
	background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20170914/bg.gif);
	overflow: hidden;
}
#content:before {
	content: "";
	position: absolute;
	top: 43px;
	left: 0;
	width: 100%;
	height: 563px;
	background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20170914/bg_header_4.png) no-repeat center top;
}


#contentInner {
	padding-bottom: 0;
}

#wrapper {
}


/* 1カラム領域で左右100％の背景を引くエリア */
/* デフォルトは白背景にしている */
.bothSidesArea {
	background: #fff;
	position: relative;
}
.bothSidesArea:before {
	content: "";
	position: absolute;
	top: 0;
	left:-200%;
	width: 200%;
	height: 100%;
	background: #fff;
}
.bothSidesArea:after {
	content: "";
	position: absolute;
	top: 0;
	right:-200%;
	width: 200%;
	height: 100%;
	background: #fff;
}

/* タイトル */
.ttlStyle01 {
	color: #0064A7;
	font-size: 45px;
	margin-bottom: 22px;
}

/* テーブル */
table,
table tr,
table th,
table td {
	border: none;
	white-space: nowrap;
}
.tblStyle01 {
	font-size: 15px;
	border-top: solid 2px #777e80;
}
.tblStyle01 th {
	font-size: 13px;
	text-align: center;
	background: none;
}
.tblStyle01 th:nth-child(1) {
	width: 72px;
}
.tblStyle01 th:nth-child(2) {
	width: 110px;
}
.tblStyle01 th:nth-child(3) {
	width: 83px;
}
.tblStyle01 th:nth-child(4) {
	width: 97px;
}

.tblStyle01 th,
.tblStyle01 td {
	border-bottom: solid 2px #777e80;
	border-right: solid 2px #777e80;
}
.tblStyle01 th:last-of-type,
.tblStyle01 td.spPrice {
	border-right: none;
}
.tblStyle01 td {
	font-size: 14px;
	vertical-align: middle;
	padding: 5px 0;
	margin: 0;
}
.tblStyle01 td:nth-child(1),
.tblStyle01 td:nth-child(3),
.tblStyle01 td:nth-child(4),
.tblStyle01 td:nth-child(5) {
	text-align: center;
}

.tblStyle01 .price {
	color: #f00;
	font-size: 24px;
}
.tblStyle01 .zei {
	font-size: 12px;
}


/* ページコンテンツ */
.lpHeader {
	height: 513px;
	padding-top: 50px;
	margin-bottom: 88px;
}

.contentBlock {
	text-align: center;
	width: 927px;
	margin: 0 auto;
}
.tokutyouTitle {
	color: #E65366;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 18px;
}
.contentBlock .blockBody {
	background: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 30px 0 27px;
}
.contentBlock .blockBody.notBg {
	background: none;
}

.contentBlock .blockBody .block + .block {
	margin-top: 44px;
}

.ico_pin {
	position: relative;
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 24px;
}
.ico_pin:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -22px;
	width: 16px;
	height: 29px;
	background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20170914/ico_pin.png) no-repeat left top;
	background-size: contain;
	margin-top: -15px;
}
.ico_check {
	position: relative;
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.7;
	/*
	background: linear-gradient(transparent 93%, #f4abb4 40%);
	*/
}
.ico_check span {
	border-bottom: solid 2px #f4abb4;
}

.ico_check:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -25px;
	width: 18px;
	height: 17px;
	background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20170914/ico_check.png) no-repeat left top;
	background-size: contain;
	margin-top: -9px;
}

.sec01 .blockBody,
.sec02 .blockBody,
.sec03 .blockBody {
	margin-top: -5px;
}

.sec01 ul {
	width: 818px;
	margin: 0 auto;
}
.sec01 li {
	float: left;
	border-right: solid 2px #31add6;
	border-top: solid 2px #31add6;
}
.sec01 li:nth-child(1),
.sec01 li:nth-child(2) {
	border-top: none;
}
.sec01 li:nth-child(2n) {
	border-right: none;
}
.sec02 {
	margin-top: 39px;
}
.sec02 .ico_pin {
	margin-bottom: 5px
}

.sec03 {
	margin-top: 35px;
}
.sec03 .block {
	width: 822px;
	margin: 0 auto;
}
.sec03 .fR {
	padding-left: 51px;
	border-left: solid 2px #31add6;
}
.sec04 {
	margin-top: 59px;
	padding: 68px 0;
}
.sec05 {
	padding: 50px 0;
}
.sec05.bothSidesArea {
	background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20170914/bg_stripe.gif);
	position: relative;
}
.sec05.bothSidesArea:before,
.sec05.bothSidesArea:after {
	background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20170914/bg_stripe.gif);
}
.sec05 .title {
	margin-bottom: 31px;
}
.sec05 .ttlStyle01 + p {
	font-size: 17px;
}
.discription {
	display: inline-block;
	text-align: left;
	line-height: 2;
	margin-bottom: 33px;
}
.sec05 .contentBlock .blockBody {
	padding: 0;
}
.sec05 .contentBlock .inner {
	width: 833px;
	margin: 0 auto;
	padding: 24px 0 49px;
}
.sec05 .contentBlock + .contentBlock .inner {
	border-top:solid 3px #6b3a07;
}
.sec05 .contentBlock:last-of-type .inner {
	padding-bottom: 18px;
}
.sec05 img {
	margin-bottom: 18px;
}

.sec06 {
	padding: 60px 0 32px;
}
.sec06 .text {
	width: 493px;
	text-align: left;
}
.sec06 .tag {
	color: #fff;
	background: #4c92c2;
	border-radius: 10px;
	display: inline-block;
	font-size: 18px;
	padding: 3px 20px 4px;
	margin-bottom: 15px;
	margin-left: 1em;
}
.sec06 .pName {
	font-size: 23px;
	margin-left: 1em;
	margin-bottom: 18px;
}
.sec06 .blockBody {
	margin-bottom: 28px;
}

