@charset "utf-8";
/*////////////// benefits/BasicCSS Document //////////////*/

/* ===============================================
 all（基本事項/全共通）　
=============================================== */

#benefitsArea {
	font-size: 12px;
}



/* ===============================================
 headerArea　
=============================================== */

#headerArea {
	margin: 0 0 6%;
}
#headerArea .titleArea.main {
	margin: 2px 0 -3px;
}

/* leadArea（ページ案内文）------------------*/
#headerArea .leadArea {
}
#headerArea .leadArea span{
	font-size: 14px;
}

/* searchArea（検索導線）------------------*/
.searchArea {
	margin: 0 0 10%;
}
.searchArea .searchText {
	margin-bottom: 3%;
	font-size: 16px;
	color: #F00;
	font-weight: bold;
	text-align: center;
}
.searchArea .linkList li {
	margin: 3% 10% !important;
}



/* ===============================================
 mainArea（メインコンテンツ部分/全共通）　
=============================================== */

#mainArea {
	margin: 0 0 10%;
}
#mainArea section {
	margin: 0 0 10%;
}
#mainArea .pickupArea {
	margin: 0;
}
#mainArea a {
	display: block;
}



/* ===============================================
 titleArea（タイトル部分/全共通）
=============================================== */

#benefitsArea .titleArea {
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
}

/*.titleArea.headlines（大見出し/アイコン+テキスト）------------------*/
#benefitsArea .titleArea.headlines {
	padding: 1% 0;
	background-color: #FFAE00;
	background-image: url("/cmn/img/kanto/icon/privilege.png");
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-size: 30px;
}
#benefitsArea .titleArea.headlines .titleText {
	padding: 12px 0 9px 40px;
	line-height: 1.2em;
	display: block;
}
#benefitsArea .titleArea.headlines .titleText span {
	padding: 0 0 0 5px;
	font-size: 11px;
}

/*.titleArea.headlines.●（大見出し/アイコン設定）------------------*/
#benefitsArea .titleArea.headlines.searchIcon {
	background-image: url("/cmn/img/kanto/icon/search.png");
}
#benefitsArea .titleArea.headlines.featureIcon {
	background-image: url("/cmn/img/kanto/icon/feature.png");
}
#benefitsArea .titleArea.headlines.couponIcon {
	background-image: url("/cmn/img/kanto/icon/coupon.png");
}


/* titleArea.heading（中見出し/テキストのみ）------------------*/
#benefitsArea .titleArea.heading {
	width: auto;
	padding: 2% 0 1% 2%;
	border-bottom: 1px solid #B1D366;
	background-color: initial;
}
#benefitsArea .titleArea.heading .titleText {
	padding: 10px 0 7px;
	color: #333;
	line-height: 1.2em;
}

/* titleArea.subheading（小見出し/テキストのみ）------------------*/
#benefitsArea .titleArea.subheading {
	width: auto;
	margin: 5px 0 10px;
	padding: 1% 0 1% 2%;
	border-left: solid 5px #FFCC33;
}
#benefitsArea .titleArea.subheading .titleText {
	padding: 0;
	font-size: 13px;
	color: #333;
}



/* ===============================================
 linkArea（リンク部分/全共通）　
=============================================== */

.linkArea {
	width: 100%;
	margin: 3% 0 0;
	padding: 0.5% 0;
	font-weight: bold;
	line-height: 1.5em;
}
.linkText a {
	font-size: 15px;
	color: #FFF;
}

/* btn（ボタン型/テキスト1行）------------------*/
.linkArea.btn {
	width: auto;
	margin: 6% 10%;
	text-align: center;
	background-color: #FF9F00;
	background-image: url("/cmn/portal/kanto/img/icon_arrow.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 20px 12px;
	border-radius: 10px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}
.linkArea.btn a {
	padding: 12px 20px 12px 0;
}

/* list（リスト型）------------------*/
.linkArea.list {
	margin: -1px 0 0;
	background-image: url("/cmn/portal/kanto/img/icon_arrow_gray.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 20px 12px;
	border-top: 0;
	border-bottom: 1px solid #CCC;
}
.linkArea.list a {
	padding: 12px 0 12px 10px;
	font-size: 13px;
	color: inherit;
}

/* list（リスト型/アコーディオン部分）------------------*/
.detailList .linkArea.list {
	margin: 6% 0;
	border-top: 1px solid #CCC;
}
.detailList .linkArea.list+div {
	margin: -6% 0 6%;
	border-top: none;
}

/* multiline（テキスト2行）------------------*/
.linkArea.multiline {
	padding: 0;
	line-height: 1.1em;
}
.linkArea.multiline a {
	font-size: 14px;
}
.linkArea.btn.multiline a {
	padding: 10px 0 9px;
}


/* close（閉じるボタン用）------------------*/
.linkArea.close {
	width: auto;
	margin: -2% 10% 10%;
	text-align: center;
	background-color: #333;
	border-radius: 10px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}
.linkArea.close a {
	padding: 12px 0;
}

/* anchor（アンカー用）------------------*/
.linkArea.anchor {
	background-image: url("/cmn/img/arrow_down02.png");
	background-position: 95% 50%;
	background-size: 13px 9px;
}

/*newWindow（別窓表示）------------------*/
.linkArea.newWindow {
	background-image: url("/cmn/portal/kanto/img/icon_box_gray.png");
	background-position: 97% 50%;
	background-size: 15px 13px;
}
.linkArea.btn.newWindow {
	background-image: url("/cmn/portal/kanto/img/icon_box.png");
	background-position: 95% 50%;
}



/* ===============================================
 textList（リスト部分）　
=============================================== */

.textList {
}
dl.textList {
	padding: 0 8px 5px;
	border: 1px solid #CCC;
}
.textList li+li {
	padding-top: 5px;
}
.textList dt {
	padding-top: 5px;
	font-weight: bold;
}
.textList dd {
}

/*textList.circleIcon（リストアイコン/サークル）------------------*/
.textList .circleIcon {
	padding-left: 1.1em;
	text-indent: -1.1em;
}
.textList .circleIcon:before {
	content: "・";
	display: inline-block;
	padding: 0 0 0 1.1em;
}
.textList .indent {
	padding-left: 1.1em;
	text-indent: -1.1em;
}

/*textList.circleIcon（リストアイコン/※）------------------*/
.textList .noteIcon {
	padding-left: 1.1em;
	text-indent: -1.1em;
}
.textList .noteIcon:before {
	content: "※";
	display: inline-block;
	padding: 0 0 0 1.1em;
}
.textList .noteIcon > a {
	text-indent: 0;
	display: inline-block !important;
}



/* ===============================================
 footerArea（フッター部分全体）　
=============================================== */

#footerArea {
}