@charset "UTF-8";
/* CSS Document */

/* リセット定義 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



/*
@media の外に記述したスタイルは、全サイズで読み込まれます。
*/
body {
	color: #414141;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrapper {
	width: 100%;
}

#container {
	width: 100%;
	margin: 0 auto;
}

/*---------------------------- トップページ ----------------------------*/

/* メインビュジュアル画像 */
.main_img {
	width: 100%;
}

/* 各種ボタン*/
/*---- 各ページ「btn_inner」共通 ----*/
.btn_inner {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
}

.btn_inner a:hover{
	opacity: 0.7;
}

/*---------------------------------*/

/* オンライン新規登録ボタン */
.btn_signup {
	width: 48%;
	margin: 1em auto 0 auto;
	display: inline-block;	
}

.btn_signup a {		
	margin-right: 2%;
	padding: 18px 0;
	font-size: 1.4em;
	font-weight: bold;
	background-color: #8fca34;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
	border-radius: 60px;
	box-shadow: 0px 5px #709f2d;
	color: #fff;
	text-decoration: none;
	display: block;
}

/* ログイン/ポイント追加ボタン */
.btn_login {
	width: 48%;
	margin: 1em auto 0 auto;
	display: inline-block;
}

.btn_login a {
	padding: 18px 0;
	font-size: 1.4em;
	font-weight: bold;
	background-color: #6ea8dd;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
	border-radius: 60px;
	box-shadow: 0px 5px #5b88b1;
	color: #fff;
	text-decoration: none;
	display: block;
}

/* 無料お試しポイントGET!!（画像）*/
.pointGet_img {
	width: 100%;
	margin: 1.5em auto 1.0em auto;
}

/* センター箇所 */
.telArea {
	width: 100%;
	margin: 0 auto;
}	

/* センター */
/*---- 各ページ「mainTitle」（見出し）共通 ----*/
.mainTitle {
	width: 100%;
	margin: 1em auto 0 auto;
	padding: 8px 0;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #ff759d;
	text-align: center;
	color: #fff;	
}
/*------------------------------------------*/

/* 全国47都道府県289地域〜 */
.mainCatch {
	width: 100%;
	margin: 1em auto 0 auto;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	text-align: center;
	color: #ff759d;
}

/* 首都圏〜九州・沖縄エリア */
.mainCenter {
	width: 100%;
	margin: 1em auto;
	letter-spacing: -.4em;
}

.telArea ul li {
	width: 49.5%;
	margin-bottom: 0.3em;
	background: #ff759d;
	letter-spacing: normal;
	display: inline-block;
}

.telArea ul li:nth-child(2n) {
	margin-left: 1%;
}

.telArea ul li a {
	padding: 0.3em;
	text-decoration: none;
	color: #fff;	
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.telArea ul li a img {
	width: 50px;
	height: 50px;
}

.area {
	margin-left: 0.5em;
	font-size: 1.0em;
	font-weight: bold;
}

/* 選べる5つの出会いコーナー */
.deaiArea {
	width: 100%;
	margin: 0 auto;
}

/* 出会いコーナー（各カテゴリー枠） */
.deai_inner {
	width: 100%;
	margin: 1em auto 0 auto;
	padding: 12px;
	border: 1px solid #ff759d;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

/* 出会いコーナー（女の子画像） */
.deai_img {
	margin-right: 12px;
	display: inline-block;
}

.deai_img img {
	width: 110px;
	height: 110px;
}

/* 出会いコーナー（テキスト） */
.deaiTxt {	
	display: inline-block;
}

.deaiTxt_1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #ff759d;
}

.deaiTxt_2 {
	font-size: 0.8em;
	line-height: 1.5em;
}

/* 区切り線 */
hr {
	margin: 6px auto;
	border: 1px dashed #ff759d;
}

/* メニューリスト */
.menuListArea {
	width: 100%;
	margin: 0 auto;
}

.menuList {
	font-size: 12px;
	border-top: 1px solid #ccc;
	letter-spacing: -.4em;
}

.menuList li {
	width: 50%;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	background: url(../img/f_icon.png) no-repeat , linear-gradient(#fff, #f0f0f0);
	background-position:97%;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	letter-spacing: normal;
	display: inline-block;
}

.menuList li a{
	color: #666;
	padding: 14px 16px;
	text-decoration: none;
	white-space:nowrap;
	display: block;
}

/* フッター */
footer {
	width: 100%;
	padding: 2em 0;
	font-size: 0.7em;
	background-color: #ff759d;
	color: #fff;
	text-align: center;
}

/*--------------------------- 初めての方ページ --------------------------*/

/* 初めての方（質問カテゴリー枠） */
.firstArea {
	width: 100%;
	margin: 0 auto;
}

.first_inner {
	width: 100%;
	margin: 1em auto 0 auto;
	padding: 12px;
	border: 1px solid #ff759d;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
}

.firstTxt_1 {
	padding: 7px;
	font-size: 1.2em;
	font-weight: bold;
	color: #ff759d;
	border-bottom: 1px solid #ff759d;
	border-left: 10px solid #ff759d;
}

.firstTxt_2 {
	margin-top: 1em;
	font-size: 0.9em;
	line-height: 1.5em;
}

/* 各種ボタン*/
/* 美しさ100％保証キャンペーンボタン */
.btn_otameshi1 {
	width: 96%;
	margin: 1.8em auto;
}

.btn_otameshi1 a {		
	padding: 18px 0;
	font-size: 1.4em;
	font-weight: bold;
	background-color: #8fca34;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
	border-radius: 60px;
	box-shadow: 0px 5px #709f2d;
	color: #fff;
	text-decoration: none;
	display: block;
}

/* まずは気軽に無料お試し！！ボタン */
.btn_otameshi2 {
	width: 96%;
	margin: 1.8em auto;
}

.btn_otameshi2 a {		
	padding: 18px 0;
	font-size: 1.4em;
	font-weight: bold;
	background-color: #6ea8dd;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
	border-radius: 60px;
	box-shadow: 0px 5px #5b88b1;
	color: #fff;
	text-decoration: none;
	display: block;
}

/* まホームに戻るボタン */
.btn_back {
	width: 62%;
	margin: 3.5em auto 2em auto;
}

.btn_back a {
	padding: 18px 0;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #ff759d;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 5px #cb5b8e;
	color: #fff;
	text-decoration: none;
	display: block;	
}

/*--------------------------- センター一覧ページ ------------------------*/

/* センター一覧 */
.listArea {
	width: 100%;
	margin: 0 auto;
}

/* 近所で会える女の子多数（画像）*/
.Free5000yen_img {
	width: 100%;
	margin: 1.5em auto 0 auto;
}

/* オンライン新規登録ボタン（横幅ロング）*/
.btn_signupLong {
	width: 96%;
	margin: 1em auto 0 auto;
	display: inline-block;	
}

.btn_signupLong a {		
	padding: 18px 0;
	font-size: 1.4em;
	font-weight: bold;
	background-color: #8fca34;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
	border-radius: 60px;
	box-shadow: 0px 5px #709f2d;
	color: #fff;
	text-decoration: none;
	display: block;
}

/*---------------------------- ご利用方法ページ -------------------------*/

/* ご利用方法（各Stepカテゴリー） */
.entryArea {
	width: 100%;
	margin: 0 auto;
}

.entry_inner {
	width: 100%;
	margin: 1em auto 0 auto;
	padding: 12px;
	border: 1px solid #ff759d;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

/* ご利用方法（Step画像） */
.entry_img {
	margin-right: 12px;
	display: inline-block;
}

.entry_img img {
	width: 110px;
	height: 110px;
}

/* ご利用方法（Stepテキスト） */
.entryTxt {	
	display: inline-block;
}

.entryTxt_1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #ff759d;
}

.entryTxt_2 {
	font-size: 0.9em;
	line-height: 1.5em;
}

/* ご利用方法 矢印（画像） */
.arrow_entry {
	width: 10%;
	margin: 10px auto 0 auto;
}

/*--------------------------- お支払い方法ページ ------------------------*/

/* お支払い方法（各カテゴリー枠） */
.payArea {
	width: 100%;
	margin: 0 auto;
}

.pay_inner {
	width: 100%;
	margin: 1em auto 0 auto;
	padding: 12px;
	border: 1px solid #ff759d;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
}

/* クレジットカード、C-CHECK(電子マネー)、銀行振込（各カテゴリー名）*/
.payTxt_1 {
	padding: 7px;
	font-size: 1.2em;
	font-weight: bold;
	color: #ff759d;
	border-bottom: 1px solid #ff759d;
	border-left: 10px solid #ff759d;
}

/* 各カテゴリーの本文 */
.payTxt_2 {
	margin-top: 1em;
	font-size: 0.9em;
	line-height: 1.5em;
}

/* クレジットカード（画像）*/
.pay_img_1 {
	width: 50%;
	margin: 10px auto 0 auto;
	text-align: center;	
}

/* C-CHECK（画像）*/
.pay_img_2 {
	width: 20%;
	margin: 10px auto 0 auto;
	text-align: center;	
}

/* C-CHECK（画像）*/
.pay_img_2_link {
	width: 20%;
	margin: 10px auto 0 auto;
	text-align: center;	
}

/* 各カテゴリーのアコーディオン部分 */
.accordion {
	width: 100%;
	margin: 10px auto 0 auto;
}

/* 5,000円分プレゼント、最寄りのコンビニが便利、サービスポイントいっぱい（各見出し名）*/
.accordionTxt_1 {
	margin: 0 auto;
	padding: 12px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-align: center;	
	background: url(../img/arrow-fff.png) , #ff759d;
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 5%;
}

/* アコーディオン部分の本文 */
.accordionTxt_2 {
	margin: 0 auto;
	font-size: 0.9em;
	line-height: 1.6em;
}

/* アコーディオン部分（ピンクバックグラウンド）*/
.accordionTxt_bg {
	margin-top: 15px;
	background: #fbebf0;
	padding: 7px;
}

.accordionTxt_bg_inner {
	padding: 5px;
}

.furikomi {
	margin: 0 auto;
	text-align: center;
}

/* ピンク文字*/
.pink {
	color: #ff759d;
}

/* 店舗一覧へ（リンク）*/
.list_link a {
	text-decoration: none;
}

/* お問い合わせセンター（リンク）*/
.tel_link a {
	text-decoration: none;
}

/* C-CHECK（リンク）*/
.c-check_link a {
	text-align: center;
	text-decoration: none;
	display: block;
}

/* ログイン/ポイント追加ボタン2 */
.btn_pointup {
	width: 96%;
	margin: 1em auto 0 auto;
	display: inline-block;
}

.btn_pointup a {		
	padding: 18px 0;
	font-size: 1.4em;
	font-weight: bold;
	background-color: #c8be49;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
	border-radius: 60px;
	box-shadow: 0px 5px #8d8849;
	color: #fff;
	text-decoration: none;
	display: block;
}

/*-------------------------- 料金＆特商＆規約ページ ----------------------*/

/* 料金＆特商＆規約（各カテゴリー枠） */
.policyArea {
	width: 100%;
	margin: 0 auto;
}

.policy_inner {
	width: 100%;
	margin: 1em auto 0 auto;
	padding: 12px;
	border: 1px solid #ff759d;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
}

/* 第○条〜 */
.policyTxt_1 {
	margin: 22px auto;
	padding: 5px 0;
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #414141;
	background: #fbebf0;
}

/* 規約本文 */
.policyTxt_2 {
	font-size: 0.8em;
	line-height: 1.5em;
}

/* 規約本文の画像箇所 */
.policyTxt_2 img {
	width: 20%;
	height: 20%;
}

/* 料金＆特商の太文字 */
.policyTxt_3 {
	font-size: 0.9em;
	line-height: 1.6em;
	font-weight: bold;
}

/* 料金本文 */
.policyTxt_4 {
	margin: 12px auto;
	font-size: 0.8em;
}

/*------------------------- お問い合わせページ --------------------------*/

/* お問い合わせ（カテゴリー枠） */
.inquiryArea {
	width: 100%;
	margin: 0 auto;
}

.inquiry_inner {
	width: 100%;
	margin: 1em auto 0 auto;
	padding: 12px;
	border: 1px solid #ff759d;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
}

.inquiryTxt_1 {
	padding: 7px;
	font-size: 1.2em;
	font-weight: bold;
	color: #ff759d;
	border-bottom: 1px solid #ff759d;
	border-left: 10px solid #ff759d;
}

.inquiryTxt_2 {
	font-size: 0.8em;
	line-height: 1.5em;
}

.inquiryTxt_2 a {
	text-decoration: none;
}

/* お問い合わせボタン */
.btn_inquiry {
	width: 62%;
	margin: 3em auto;
	display: inline-block;	
}

.btn_inquiry a {		
	padding: 18px 0;
	font-size: 1.4em;
	font-weight: bold;
	background-color: #ff759d;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
	border-radius: 60px;
	box-shadow: 0px 5px #cb5b8e;
	color: #fff;
	text-decoration: none;
	display: block;
}

/*------------------------ キャンペーン情報ページ ------------------------*/

.campaignArea {
	width: 100%;
	margin: 0 auto;
}

/* キャンペーン情報（画像）*/
.campaign_img {
	width: 100%;
	margin: 1.5em auto 1.0em auto;
}

/* キャンペーン情報ボタン */
.btn_campaign {
	width: 96%;
	margin: 1em auto 0 auto;
	display: inline-block;
}

.btn_campaign a {		
	padding: 18px 0;
	font-size: 1.4em;
	font-weight: bold;
	background-color: #c8be49;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
	border-radius: 60px;
	box-shadow: 0px 5px #8d8849;
	color: #fff;
	text-decoration: none;
	display: block;
}

/*-------------------------- よくある質問ページ -------------------------*/

/* よくある質問（カテゴリー枠） */
.faqArea {
	width: 100%;
	margin: 0 auto;
}

.faq_inner {
	width: 100%;
	margin: 1em auto 0 auto;
	padding: 12px;
	border: 1px solid #ff759d;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
}

/* Q.質問〜（各見出し名）*/
.accordionTxt_3 {
	margin: 0 auto;
	padding: 12px;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	color: #fff;
	text-align : left;
	background: url(../img/arrow-fff.png) , #ff759d;
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 5%;
}

.qTxt {
	width: 88%;
	display: block;
}

/* アコーディオン部分の本文 */
.accordionTxt_4 {
	margin: 0 auto;
	padding: 10px 0 0 0;
	font-size: 0.9em;
	line-height: 1.8em;
}

.accordionTxt_4 a {
	text-decoration: none;
}
/*--------------------------------------------------------------------*/



/*
PC用CSS記述
*/
@media screen and (min-width:768px) {

/*---------------------------- トップページ ----------------------------*/
	
#container {
	width: 768px;
	margin: 0 auto;
}	

/* メインビュジュアル画像 */
.main_img {
	width: 768px;
	height: 420px;
	margin: 15px auto 0 auto;
}
	
/* 各登録ボタン*/
.btn_inner {
	width: 768px;
}

/* 無料お試しポイントGET!!画像*/
.pointGet_img {
	width: 768px;
	height: 172px;
}

/* センター箇所 */
.telArea {
	width: 768px;
}
	
/* 選べる5つの出会いコーナー */
.deaiArea {
	width: 768px;
}

/* メニューリスト */
.menuListArea {
	width: 768px;
}	
		
/*--------------------------- 初めての方ページ --------------------------*/

/* 初めての方（質問カテゴリー枠） */
.firstArea {
	width: 768px;
}

/*--------------------------- センター一覧ページ ------------------------*/

/* センター一覧 */
.listArea {
	width: 768px;
}
		
/*---------------------------- ご利用方法ページ -------------------------*/

/* ご利用方法（各Stepカテゴリー） */
.entryArea {
	width: 768px;
}
	
/*--------------------------- お支払い方法ページ ------------------------*/

/* お支払い方法（各カテゴリー枠） */
.payArea {
	width: 768px;
}

/*---------------------------- 特商＆規約ページ -------------------------*/

/* 料金＆特商＆規約（各カテゴリー枠） */
.policyArea {
	width: 768px;
}	

/*------------------------- お問い合わせページ --------------------------*/

/* お問い合わせ（カテゴリー枠） */
.inquiryArea {
	width: 768px;
}

/*------------------------ キャンペーン情報ページ ------------------------*/

.campaignArea {
	width: 768px;
}

/*-------------------------- よくある質問ページ -------------------------*/

/* よくある質問（カテゴリー枠） */
.faqArea {
	width:768px;
}	
		
}
/*--------------------------------------------------------------------*/



/*
タブレット用CSS記述
*/
@media screen and (min-width:600px) and (max-width:767px) {

/*---------------------------- トップページ ----------------------------*/
	
/* メインビュジュアル画像 */
.main_img {
	max-width:767px;
	margin: 0 auto;
}
/* 無料お試しポイントGET!!画像*/
.pointGet_img {
	width: 96%;
}	
	
/*--------------------------- 初めての方ページ --------------------------*/

/* 初めての方（質問カテゴリー枠） */
.firstArea {
	width: 96%;
}
	
/*--------------------------- センター一覧ページ ------------------------*/

/* センター一覧 */
.listArea {
	width: 96%;
}
	
/*---------------------------- ご利用方法ページ -------------------------*/

/* ご利用方法（各Stepカテゴリー） */
.entryArea {
	width: 96%;
}

/*--------------------------- お支払い方法ページ ------------------------*/

/* お支払い方法（各カテゴリー枠） */
.payArea {
	width: 96%;
}

/*---------------------------- 特商＆規約ページ -------------------------*/

/* 料金＆特商＆規約（各カテゴリー枠） */
.policyArea {
	width: 96%;
}	

/*------------------------- お問い合わせページ --------------------------*/

/* お問い合わせ（カテゴリー枠） */
.inquiryArea {
	width: 96%;
}

/*------------------------ キャンペーン情報ページ ------------------------*/

/* キャンペーン情報 */
.campaignArea {
	width: 96%;
}	
		
/*-------------------------- よくある質問ページ -------------------------*/

/* よくある質問（カテゴリー枠） */
.faqArea {
	width: 96%;
}	

	
}
/*--------------------------------------------------------------------*/



/*
スマホ用CSS記述
*/
@media screen and (max-width:599px) { 

/*---------------------------- トップページ ----------------------------*/
	
/* メインビュジュアル画像 */
.main_img {
	margin: 0 auto;
}

/* オンライン新規登録ボタン */	
.btn_signup a {		
	font-size: 1em;
}

/* ログイン/ポイントボタン */	
.btn_login a {
	font-size: 1em;
}
	
/* 無料お試しポイントGET!!画像 */	
.pointGet_img {
	width: 96%;
}

/* 出会いコーナー（各カテゴリー枠）*/
.deai_inner {
	width: 96%;
	padding: 8px;
}
	
/*--------------------------- 初めての方ページ --------------------------*/

/* 初めての方（質問カテゴリー枠）*/
.firstArea {
	width: 96%;
}

/* オンライン新規登録ボタン */	
.btn_otameshi1 a {		
	font-size: 1em;
}

/* ログイン/ポイントボタン */	
.btn_otameshi2 a {
	font-size: 1em;
}

/* ホームへ戻るボタン */
.btn_back a {
	font-size: 1em;
}
	
/*--------------------------- センター一覧ページ ------------------------*/

/* センター一覧 */
.listArea {
	width: 96%;
}
	
/* オンライン新規登録ボタン（横幅ロング）*/
.btn_signupLong a {		
	font-size: 1em;
}
			
/*---------------------------- ご利用方法ページ -------------------------*/

/* ご利用方法（各Stepカテゴリー） */
.entryArea {
	width: 96%;
}
	
/*--------------------------- お支払い方法ページ ------------------------*/

/* お支払い方法（各カテゴリー枠） */
.payArea {
	width: 96%;
}

/* 今すぐポイント追加ボタン */
.btn_pointup a {		
	font-size: 1em;
}

/*---------------------------- 特商＆規約ページ -------------------------*/	

/* 料金＆特商＆規約（各カテゴリー枠） */
.policyArea {
	width: 96%;
}

/* 規約本文の画像箇所 */	
.policyTxt_2 img {
	width: 35%;
	height: 35%;
}	

/*------------------------- お問い合わせページ --------------------------*/	

.inquiryArea {
	width: 96%;
}

/* オンライン新規登録ボタン */	
.btn_inquiry a {		
	font-size: 1em;
}

/*------------------------ キャンペーン情報ページ ------------------------*/

/* キャンペーン情報 */
.campaignArea {
	width: 96%;
}

.btn_campaign a {		
	font-size: 1em;
}

/*-------------------------- よくある質問ページ -------------------------*/

/* よくある質問（カテゴリー枠） */
.faqArea {
	width: 96%;
}

}
/*--------------------------------------------------------------------*/











