@charset "utf-8";
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::
:::
:::
:::
:::  page
:::
:::
:::
:::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ==========================================================================
   サイドカラム内コンテンツ
   ========================================================================== */
/*サイドバーボタン　見出し*/
.sideBtnHeadline{
	text-align: center;
}
/*アフィリエイト新規会員登録ボタン*/
.sideBtn{
	margin-bottom: 20px;
}
.sideBtn a{
	display: block;
	position: relative;
	padding: 20px 50px 20px 20px;
	color: #fff;
	text-decoration: none;
	background-color: #f6ac16;
	box-shadow: 0 -4px 0 #f18d0b inset;
}
.sideBtn a:hover{
	opacity: 0.7;
}
.sideBtn a::before{
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -25px;
	font-family: "fontello";/*Webフォントフォントファミリー指定*/
	content: "\e805";/*Webフォント指定*/
	font-size: 3rem;
	z-index: 2;
}
.sideBtn a::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 100%;
	background-color: #f2960e;
	box-shadow: 0 -4px 0 #ec7407 inset;
	z-index: 1;
}
/*アフィリエイト新規会員登録ボタン　タイトル*/
.sideBtn-title{
	font-size: 2.8rem;
}
/*アフィリエイト新規会員登録ボタン　サブタイトル*/
.sideBtn-subTitle{
	color: #f18d0b;
	background-color: #fff;
	border-radius: 5px;
	padding: 5px 0;
	font-size: 1.2rem;
	text-align: center;
}
/*無料アイコン*/
.sideBtn-subTitle span{
	display: inline-block;
	margin: -20px 5px -20px 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 1.4rem;
	color: #fff;
	text-shadow:1px 1px 1px #28793c;
	background-color: #2dbe60;
	border-radius: 100%;
}
/*広告出稿をご検討の企業様 色味変更*/
.sideBtn.sideBtn-advertiser a{
	background-color: #489bf0;
	box-shadow: 0 -4px 0 #2b7adf inset;
}
.sideBtn.sideBtn-advertiser .sideBtn-subTitle{
	color: #0858aa;
}
.sideBtn.sideBtn-advertiser  a::after{
	background-color: #3383ea;
	box-shadow: 0 -4px 0 #1d60d4 inset;
}

/* サイドタイトル・枠
========================= */
/*サードバー　タイトル*/
.sideTitle{
	padding: 14px 10px;
	/*border: 1px solid #ddd;*/
	border-top: 2px solid #f58821;
}
/*サイドバー　枠*/
.sideContentBox{
	margin-bottom: 20px;
	/*padding: 10px;
	border: 1px solid #ddd;
	border-top: none;*/
}

/* サイドバー　よくある質問
========================= */
.side-clm .faq-list{
	font-size: 1.1rem;
	margin-bottom: 0;
}
.side-clm .faq-list a{
	padding: 7px 0 7px 25px;
}
.side-clm .faq-list a::after{
	display: none;
}

/* サイドバー　新着情報
========================= */
.side-clm .newsList{
	font-size: 1.1rem;
	margin-bottom: 0;
}
/*カテゴリーのサイズ変更*/
.side-clm .newsList .newsList-cate{
	width: 72px;
	padding: 1px 0;
	font-size: 0.9rem;
}
/*矢印削除*/
.side-clm .newsList a::after{
	display: none;
}
/*新着情報のテキストの上限を2行に*/
.side-clm .newsList .newsList-link{
	position: relative;
	padding: 4px 0 0 0;
	max-height: 36px;
	line-height: 16px;
	overflow: hidden;

}
/*三点リーダー用の背景色　文字数に応じてついてくるように*/
.side-clm .newsList .newsList-link::before,
.side-clm .newsList .newsList-link::after{
	position: absolute;
	background: #fff;
}
/*三点リーダー用の背景　ホバー*/
.side-clm .newsList a:hover .newsList-link::before,
.side-clm .newsList a:hover .newsList-link::after{
	background: #fff5e1;
}
/*三点リーダーを常に右下に固定*/
.side-clm .newsList .newsList-link::before {
	content: "･･･";
	bottom: 0;
	right: 0;
}
/*三点リーダーを隠す用のマスクを文字の右下に表示*/
.side-clm .newsList .newsList-link::after {
	content: "";
	width: 100%;
	height: 100%;
}

/*リンクボタン*/
.sideLinkButton{
	text-align: right;
	padding-top: 10px;
}
.sideLinkButton a{
	display: inline-block;
	padding: 5px 20px 8px;
	color: #fff;
	text-decoration: none;
	background-color: #f58821;
	border-radius: 5px;
	box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}
.sideLinkButton a:hover{
	background-color: #fb9d36;
}

.sideBanner li{
	margin-bottom: 10px;
}
.sideBanner li:last-child{
	margin-bottom: 20px;
}

.sideBanner img{
	max-width: 100%;
}



/* ==========================================================================
   ログイン後サイド
============================================================================= */
/* ログイン後サイドナビ　TCSアフィリエイトについて
========================= */
.sideTitle{
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.sideTitle-border{
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.loginTcsNav{
	margin-bottom: 30px;
}
.loginTcsNav li{
	border: 1px solid #ddd;
	border-top: none;
}
.loginTcsNav a{
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #3e3e3e;
	position: relative;
}
/*TCSアフィリエイトについて　アイコン*/
.tcsnv00 a:before,
.tcsnv01 a:before,
.tcsnv02 a:before,
.tcsnv03 a:before,
.tcsnv04 a:before{
	content: "";
	display: inline-block;
	width: 42px;
	height: 28px;
	background: url(../imgFD/login/login_side_menu00.png) left center no-repeat;
	vertical-align: middle;
	border-right: 1px solid #ddd;
	margin-right: 10px;
}
.tcsnv01 a:before{
	background-image: url(../imgFD/login/login_side_menu01.png);
}
.tcsnv02 a:before{
	background-image: url(../imgFD/login/login_side_menu02.png);
}
.tcsnv03 a:before{
	background-image: url(../imgFD/login/login_side_menu03.png);
}
.tcsnv04 a:before{
	background-image: url(../imgFD/login/login_side_menu04.png);
}
/*矢印アイコン*/
.loginTcsNav a:after{
	font-family: "fontello";
	content: "\e805";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -12px;
	height: 24px;
	color: #ddd;
	font-size: 1.5rem;
}
.loginTcsNav a:hover{
	background-color: #fff5e1;
}
.loginTcsNav a:hover{
	background-color: #fff5e1;
}
.loginTcsNav a:hover::after{
	right: 7px;
}

/* ログイン後サイドナビ　 人気上昇中広告
========================= */
.loginPopularList{
	margin: 5px 0 30px;
}
.loginPopularList li{
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.2;
}
/*テキストリンク色*/
.loginPopularList a{
	color: #0b3190;
	font-size: 85%;
}
.loginPopularList a:hover{
	color: #6288e7;
}
.loginPopularList p{
	padding-top: 5px;
}
/* ログイン後サイドナビ 成果1件1万円以上広告
========================= */
.loginPickupList{
	margin: 5px 0 0;
}
.loginPickupList li{
	display: inline-block;
	float: left;
	margin: 0 10px 10px 0;
	width: calc((100% - 10px) / 2);
	text-align: center;
}
.loginPickupList li:nth-child(2n){
	margin-right: 0;
}
.loginPickupList-img{
	display: table;
	width: 100%;
}
.loginPickupList-img span{
	display: table-cell;
	background-color: #f1f1f1;
	padding: 5px;
	width: 100%;
	height: 70px;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
}
.loginPickupList-img img{
	display: inline-block;
	max-width: 120px;
	max-height: 60px;
	vertical-align: middle;
}
/*テキストリンク色*/
.loginPickupList a{
	color: #0b3190;
	font-size: 85%;
}
.loginPickupList a:hover{
	color: #6288e7;
}


/* ==========================================================================
   各ページのキャッチ
   ========================================================================== */
.pageCatch h2{
	color: #f58821;
	font-size: 2.4rem;
	padding: 0 0 10px;
}

.pageCatch p{
	margin-bottom: 1em;
}


/* ==========================================================================
   TCSアフィリエイトとは
   ========================================================================== */
/* TCSの３つのメリット
========================= */
.merit-contentsBox .merit-tcs{
	margin-bottom: 20px;
	text-align: center;
}
.merit-tcs h3{
	padding: 15px 0;
	font-size: 1.8rem;
	border-bottom: 1px solid #ddd;
	border-top: 2px solid #f58821;
}
.merit-tcs h3::after{
	content: "";
	position: absolute;
	right: -34px;
	top: 50%;
	display: block;
	margin-top: -23px;
	width: 46px;
	height: 46px;
	background: url(../imgFD/first/first_merit_main_arrow.png) no-repeat;
	z-index: 2;
}
/*最後の＋を消す*/
.merit-tcs > div:last-child > h3::after{
	display: none;
}
.merit-tcs img{
	margin: 10px 0;
}

.merit-tcs > div{
	position: relative;
	border: 1px solid #ddd;
}
/*紙が折り返された部分　マスク*/
.merit-tcs > div::before{
	content: "";
	position: absolute;
	right: -1px;
	bottom: -1px;
	border: 10px solid #000;
	height: 0;
	width: 0;
	border-width: 10px;
	border-color: transparent;
	border-right-color: #fff;/*右・下のボーダーを白色に*/
	border-bottom-color: #fff;
}
/*紙が折り返された部分　折り返し*/
.merit-tcs > div::after{
	content: "";
	position: absolute;
	right: -1px;
	bottom: -1px;
	border: 10px solid #000;
	height: 0;
	width: 0;
	border-width: 10px;
	border-color: transparent;
	border-top-color: #ddd;/*左・上のボーダーを灰色に*/
	border-left-color: #ddd;
}

/* メリット　概要
========================= */
.meritOverview{
	border-radius: 5px;
	border: 1px solid #ddd;
	padding: 20px 20px 3px;
	margin-bottom: 20px;
}
.meritOverview h3{
	margin-bottom: 20px;
}
/*メリット緑　アクセント*/
.meritOverview span{
	padding: 6px 10px;
	font-size: 1.1rem;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	background-color: #2dbe60;
}
/*点線とタイトル*/
.meritOverview h3 strong{
	border-left: 1px dotted #b2b2b2;
	margin-left: 10px;
	padding: 6px 10px;
	font-size: 1.8rem;
	vertical-align: middle;
}
/*イメージ*/
.meritOverview-link{
	position: relative;
	text-align: center;
	width: 160px;
	float: left;
}
.meritOverview-link img{
	max-height: 140px;
}
/*文章*/
.meritOverview-point{
	float: right;
	width: 480px;
	padding: 10px 0;
	font-weight: bold;
}
.meritOverview-point p{
	color: #666;
}
/*詳細はこちらボタン*/
.meritOverview-point div.meritOverview-button{
	margin-top: -20px;
	text-align: right;
}

/* TCSアフィリエイトへの登録から成果報酬獲得までの流れ
========================= */
/*step見出し*/
.stepBox-title{
	font-weight: normal;
	color: #fff;
	font-size: 1.8rem;
	padding: 14px 20px;
	margin: 15px 0 0;
	background-color: #f58821;
	text-shadow:1px 1px 1px #ef6310;
}
.stepBox-title span{
	position: relative;
	margin:0 20px 0 0;
	padding: 0 20px 0 0;
	color: #fff;
	font-weight: bold;
	border-right: 1px solid #ef6310;
}
/*step　ログイン後コンテンツ*/
.first-stepBox .stepBox-loginTitle{
	background: #f1f1f1;
	margin-bottom: 30px;
}
/*サブ見出し*/
.stepBox-subTitle{
	line-height: 30px;
	font-size: 1.6rem;
	font-weight: bold;
}
.stepBox-subTitle span{
	display: inline-block;
	margin:0 10px 0 20px;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background-color: #f58821;
}
/*文章*/
.stepBox-text{
	padding: 20px 20px 20px 60px;
	position: relative;
	overflow: hidden;
}
.stepBox-noOverFlow{
	overflow: inherit;
}

.stepBox-text p{
	margin-bottom: 1em;
}
/*灰色の線*/
.stepBox-text::after{
	content: "";
	position: absolute;
	left: 35px;
	top: 0;
	height: 100%;
	border-left: 2px solid #d3d3d3;
}
/*最終ステップのコンテンツは灰色の線を非表示*/
.stepBox-post:last-child .stepBox-text::after{
	display: none;
}

/*stepBox-title（見出し）に隣接するコンテンツ用マージン*/
.stepBox-title+.stepBox-post{
	margin-top: 20px;
}

/*赤*/
.stepBox-affiliate .stepBox-title{
	text-shadow:1px 1px 1px #d02807;
	background-color: #e0450f;
}

.stepBox-affiliate .stepBox-title span{
	border-color: #d02807;
}

.stepBox-affiliate .stepBox-subTitle span{
	background-color: #e0450f;
}

/*青*/
.stepBox-advertiser .stepBox-title{
	text-shadow:1px 1px 1px #033688;
	background-color: #0858aa;
}
.stepBox-advertiser .stepBox-title span{
	border-color: #033688;
}

.stepBox-advertiser .stepBox-subTitle span{
	background-color: #0858aa;
}
/* ==========================================================================
   TCSアフィリエイトの特徴
   ========================================================================== */
/*メリットタイトル*/
.merit-title span{
	color: #2bb959;
	border-right: 1px dotted #b2b2b2;
	margin-right: 15px;
	padding-right: 10px;
}

/*取り扱い広告ジャンル*/
.adGenre-img,
.adGenre-text{
	float: left;
	margin:0 20px 20px 0;
}

.adGenre-img{
	width: calc(42% - 20px);
}
.adGenre-img img{
	max-width: 100%;
	margin-top: 20px;
}
.adGenre-text{
	width: calc((58% - 20px) / 2);
	font-size: 1.2rem;
}
.adGenre-text:last-child{
	margin-right: 0;
}

.adGenre-text h4{
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 1em;
}

.adGenre-text h4::before{
	content: "■";
	color: #f58821;
	font-size: 1.8rem;
}

.adGenre-text li{
	margin-left: 0.5em;
}
.adGenre-text li::before{
	content: "●";
	color: #f58821;
	font-size: 1rem;
}

.adGenre-life h4::before{
	color: #80B219;
}
.adGenre-life li::before{
	color: #80B219;
}

.adGenre-learning,
.adGenre-computer{
	margin-top: 1em;
}
.adGenre-learning h4::before{
	color: #DE4830;
}
.adGenre-learning li::before{
	color: #DE4830;
}

.adGenre-computer h4::before{
	color: #449BDF;
}
.adGenre-computer li::before{
	color: #449BDF;
}



/*口座開設申し込みによる成果報酬の例*/
/*見出し*/
.example-title{
	margin: 0 0 10px;
	padding: 10px 0;
	background-color: #fff;
}
.example-title::before{
	content: "■";
	color: #f58821;
	margin-right: 0.5em;
}
/*他社とTCSアフィリエイトの比較*/
.example-list2,
.example-list3{
	position: relative;
	float: left;
	width: calc((100% - 20px) / 2);
}
.example-list3{
	margin-left: 20px;
}
.example-list2 dt::before,
.example-list3 dt::before{
	content: "";
	position:absolute;
	left: -17px;
	top: 20%;
	margin-top: -30px;
	display: block;
	width: 60px;
	height: 60px;
	background: url(../imgFD/merit/example-img00.png) no-repeat center center;
}
.example-list3 dt::before{
	background-image: url(../imgFD/merit/example-img01.png);
}
.example-list2 dt,
.example-list3 dt{
	padding: 5px 5px 5px 80px;
	border: 1px solid #ddd;
	background-color: #ddd;
}
.example-list3 dt{
	padding: 5px 5px 5px 60px;
	border-color: #f58821;
	background-color: #f58821;
	color: #fff;
}

.example-list2 dd,
.example-list3 dd{
	padding: 5px;
	border: 1px solid #ddd;
	border-top: none;
	background-color: #fff;
	text-align: center;
}

/* １P＝1円 */
.pointBox{
	display: inline;
	text-align: center;
	margin-bottom: 1em;
	font-size: 1.8rem;
}
.pointBox span{
	font-size: 2.8rem;
	font-weight: bold;
}
.pointBox-point{
	color: #2bb959;
}

/*TCSサービスポイントテキストカラー*/
.pointColor{
	color: #2dbe60;
	font-weight: bold;
}
.priceColor{
	color: #e0450f;
	font-weight: bold;
}

/*メリット４コンテンツ背景色*/
.merit4-content{
	padding: 10px 0 10px 300px;
	margin-top: -10px;
	background: url(../imgFD/merit/merit_img07.jpg) no-repeat left center;
}

/*チェックポイントボックス*/
.checkBox{
	position: relative;
	padding: 20px 30px;
	border: 4px solid #e5e5e5;
	border-radius: 5px;
	overflow: hidden;
}
.checkBox-title{
	margin-bottom: 10px;
}
.checkBox-title span{
	margin-right: 10px;
	padding-right: 10px;
	color: #f58821;
	border-right: 1px dotted #f58821;
}
.checkBox .list-icon{
	margin-bottom: 0;
}
.checkBox p{
	position: absolute;
	right: 30px;
	bottom: 10px;
}

/* ==========================================================================
   よくある質問
   ========================================================================== */
/*よくある質問　大見出しリンク*/
.faq-titleLink a{
	position: relative;
	display: block;
	margin: -10px;
	padding: 10px;
	color: #3e3e3e;
	text-decoration: none;
}
.faq-titleLink a:hover{
	background-color: #fff5e1;
}
.faq-titleLink a::after{
  color: #f58821;
  font-family: "fontello";/*Webフォントフォントファミリー指定*/
  content: "\e805";/*Webフォント指定*/
  margin-top: -15px;
  position: absolute;
  right: 10px;
  top: 50%;
  /*矢印のアニメーション用*/
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq-titleLink a:hover::after{
	color: #fb9d36;
}


/*リスト用表記*/
.faq-pageLink .faq-list a::after{
	-moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-pageLink .faq-list a:hover::after{
	right: 10px;
}
/*よくある質問回答枠　質問*/
.answer-title{
	position: relative;
	padding: 20px 20px 20px 70px;
	border: 1px solid #ddd;
	background-color: #f1f1f1;
}
.answer-title::before {
    content: "Q";
    position: absolute;
    left: 20px;
    top: 50%;
    height: 30px;
    width: 30px;
    margin-top: -20px;
    text-align: center;
    line-height: 30px;
    color: #2dbe60;
    background-color: #fff;
    border: 1px solid #2dbe60;
}
/*よくある質問回答枠　回答*/
.answer-text{
	position: relative;
	padding: 20px 20px 20px 70px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-top: none;
}
.answer-text::before{
	content: "A";
	position: absolute;
	left: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background-color: #e0450f;
}
/*質問のトップに戻る*/
.qanda-top{
	text-align: right;
}
.qanda-top a{
    background: #fff;
    color: #3e3e3e;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    color: #3e3e3e;
}
.qanda-top a::before{
	font-family: "fontello";/*Webフォントフォントファミリー指定*/
	content: '\e809';/*Webフォント指定*/
	margin-right: 0.5em;
	color: #3e3e3e;
}
.qanda-top a:hover,
.qanda-top a:hover::before{
	color: #f58821;
}

/* ==========================================================================
   お問い合わせ
   ========================================================================== */
/*お問い合わせバナー*/
.contactBox{
	background-color: #f1f1f1;
	padding: 20px 20px;
	overflow: hidden;
	margin: 20px 0 40px;
}
/*お問い合わせバナー　電話*/
.contactBox-tel{
	float: left;
	width: calc((100% - 20px) / 2);
}
.contactBox-number{
	text-align: center;
	background-color: #fff;
	margin-bottom: 6px;
	overflow: hidden;
	height: 70px;
	line-height: 70px;
	color: #f6ac16;
	font-size: 3rem;
	box-shadow:0 2px 3px -2px rgba(0, 0, 0, 0.2);
}
.contactBox-number-text{
	vertical-align: middle;
}
.contactBox-time,
.contactBox-address{
	clear: both;
	font-size: 1.2rem;
	text-align: center;
	color: #3e3e3e;
}
.contactBox-time span{
	background-color: #3e3e3e;
	color: #fff;
	border-radius: 30px;
	padding: 1px 10px;
	margin-right: 6px;
	font-size: 1.1rem;
}
/*お問い合わせバナー　メール*/
.contactBox-mail{
	float: right;
	width: calc((100% - 20px) / 2);
}
.contactBox-button a{
	display: block;
	text-align: center;
	overflow: hidden;
	background-color: #f6ac16;
	box-shadow: 0 -4px 0 #f18d0b inset;
	margin-bottom: 6px;
	padding: 0 10px 4px;
	height: 70px;
	line-height: 66px;
	color: #fff;
	text-decoration: none;
	font-size: 2rem;
	border-radius: 5px;

}
.contactBox-button a:hover{
	opacity: 0.7;
}

.contactBox-button img{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
/* アイコン */
.contactBox-icon{
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: #fff;
}
.contactBox-icon-phone{
	background-color: #f6ac16;
}
/* webフォント　フォーム */
.contactBox .icon-list-alt{
	position: relative;
	bottom: 11px;
	color: #489bf0;
	font-size: 2.6rem
}
/* webフォント　メール */
.contactBox .icon-mail{
	position: relative;
	bottom: 13px;
	color: #f6ac16;
	font-size: 2.4rem
}
/* webフォント　電話 */
.contactBox .icon-phone{
	position: relative;
	bottom: 13px;
	color: #fff;
	font-size: 2.8rem
}
/* merit.jsp　contactBox色変更 */
.tcsMerit-contactBox-3button .icon-list-alt{
	color: #f6ac16;
}
.tcsMerit-contactBox-3button .icon-phone{
	color: #fff;
}
.tcsMerit-contactBox-3button .contactBox-mail .contactBox-button a{
	background-color: #fff;
	color: #f6ac16;
	box-shadow: 0 -4px 0 #ddd inset;
}
.tcsMerit-contactBox-3button .contactBox-mail a:hover{
	background-color: #fef8eb;
	box-shadow: 0 -4px 0 #fce0a9 inset;
	color: #f2a509;
}
/* フォームボタン下の余白を少なく */
.contactBox.tcsMerit-content.contactBox-form{
	margin-bottom: -45px;
}

/*よくある質問カテゴリー*/
/*.faq-category a{
	display: block;
	border: 1px solid #ddd;
	padding: 40px 20px;
	text-align: center;
	text-decoration: none;
	color: #3e3e3e;
}*/

.faq-category a{
	position: relative;
	display: block;
	overflow: hidden;
	padding: 20px 34px 20px 20px;
	color: #3e3e3e;
	text-decoration: none;
	font-size: 1.5rem;
	border: 1px solid #ccc;
	background-color: #fff;
}
.faq-category a::before{
	font-family: "fontello";/*Webフォントフォントファミリー指定*/
	content: "\e805";/*Webフォント指定*/
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -0.8em;
	color: #ccc;
	font-size: 2rem;
	vertical-align: middle;
	z-index: 2;
}

.faq-category a:hover{
	background-color: #fff5e1;
}
.faq-category a:hover::before{
	color: #f2960e;
}
.faq-category i[class^="icon"]{
	vertical-align: middle;
	font-size: 3rem;
	margin-right: 10px;
	color: #f2960e;
}
/* ==========================================================================
   コンテンツフッター
   ========================================================================== */
.contentFooter{
	margin-top: 40px;
}
/* おすすめ広告主
========================= */
/* コンテンツを分けるためのボーダー */
.contentFooter .prPost{
	border: 1px solid #ddd;
}
/* バナー画像の比率 */
.contentFooter .prPost-img{
	width: 40%;
}
/* テキストコンテンツ部分の比率 */
.contentFooter .prPost-textbox{
	width: 60%;
}
/* フォントサイズ縮小 */
.contentFooter .prPost-textbox-text{
	font-size: 1.1rem;
}
/* ボタンの余白調整 */
.contentFooter .prPost-button{
	padding: 20px 0 0 30%;
}
.contentFooter .prPost-table dt,
.contentFooter .prPost-table dd{
	display: inline-block;
	padding: 0 5px 0 0;
}
/*金額・ポイント数*/
.contentFooter .prPost-table-price,
.contentFooter .prPost-table-point{
	margin-right: 10px;
}

/* ページ下ピックアップ広告
========================= */
/* カルーセルスライダー枠 */
.page-pickUp{
	position: relative;
	border: 1px solid #ddd;
	padding:20px 20px 60px;
}
/* 矢印ボックス */
.page-pickUp .slick-prev,
.page-pickUp .slick-next{
	position: absolute;
	width: 100px;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}
/* 次へボタンを初期値に戻し右寄せ */
.page-pickUp .slick-next{
	left: inherit;
	right: 0;
}
/* ボックスホバー時にマウスポインターを指定 */
.page-pickUp .slick-prev:hover,
.page-pickUp .slick-next:hover{
	cursor: pointer;
}
/* 矢印 */
.page-pickUp .slick-prev::before,
.page-pickUp .slick-next::before{
	font-family: "fontello";/*Webフォントフォントファミリー指定*/
	content: "\e805";/*Webフォント指定*/
	width: 100px;
	position: absolute;
	left: 0;
	margin-top: -15px;
	font-size: 4rem;
	color: #f58821;
	background-color: #fff;
	z-index: 2;
}
/*矢印の回転*/
.page-pickUp .slick-prev::before{
	-moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/* ホバー時に矢印の色を変える */
.page-pickUp .slick-prev:hover::before,
.page-pickUp .slick-next:hover::before{
	color: #ffa039;
}
/* カルーセルスライダー */
.page-pickUp .slick-list{
	margin: 0 100px;/*ボタン分の余白をとる*/
	padding: 0 0 0 10px;
	font-size: 1.2rem;
}
/* リンク設定 */
.page-pickUp .slick-list a{
	text-decoration: none;
	padding: 10px;
	color: #333;
	display: block;
}
.page-pickUp .slick-list a:hover{
	background: #fff5e1;
}
/*画像*/
.page-pickUp .prPickUp-img{
	display: table;
	table-layout: fixed;/*ieでの列幅を固定レイアウト化*/
	width: 100%;
	height: 60px;/*高さ指定*/
	margin-bottom: 5px;
}
.page-pickUp .prPickUp-img span{
	display: table-cell;
	width: 100%;
	height: 60px;/*高さ指定*/
	text-align: center;
	vertical-align: middle;
	background: #eeeeee;
}

.page-pickUp a:hover .prPickUp-img span{
	background-color: #f6e5ca;
}

.page-pickUp .prPickUp-img img{
	display: inline-block;
	max-width: 100%;
	max-height: 60px;/*最大高さ*/
	height: auto;
}





.slick-dots {
    bottom: -15px;
    display: block;
    list-style: outside none none;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 4px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 36px;
}
.slick-dots li button{
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 4px;
    line-height: 0;
    outline: medium none;
    padding: 5px;
    width: 36px;
}
.slick-dots li button:hover{
    outline: medium none;
}
.slick-dots li button:hover::before{
    opacity: 1;
}
.slick-dots li button::before{
    background-color: #f58821;
    display: block;
    content: "";
    font-size: 30px;
    height: 4px;
    line-height: 20px;
    opacity: 0.25;
    text-align: center;
    width: 36px;
}
.slick-dots li.slick-active button::before{
    color: #f58821;
    opacity: 0.75;
}

.contentFooter .prPickUp .l-grid-item4,
.contentFooter .prPickUp .l-grid-item4:nth-child(4n){
	margin-right: 0;
	padding: 0;
}


/* 広告主色変更
========================= */
/* お問い合わせボックス */
.company-contactBox-wrap .contactBox-icon-mail{
	background-color: #fff;
}
.company-contactBox-wrap .contactBox-icon-mail i{
	color: #489bf0;
}
.company-contactBox-wrap .contactBox-icon-phone,
.company-contactBox-wrap .company-contactBox-3button .contactBox-icon-phone,
.company-contactBox-wrap .company-contactBox-3button .contactBox-icon-mail{
	background-color: #489bf0;
}
.company-contactBox-wrap .company-contactBox-3button .contactBox-icon-mail i{
	color: #fff;
}

.company-content .contactBox-number-text{
	color: #489bf0;
}

.company-content .contactBox-button a{
	background-color: #489bf0;
	box-shadow: 0 -4px 0 #2b7adf inset;
}
.company-content .contactBox-button a:hover{
	background-color: #57aaff;
	box-shadow: 0 -4px 0 #408ff4 inset;
}

/*おすすめ広告主*/
.company-content .footerTitle{
	background-color: #0858aa;
}
.company-content .page-pickUp .slick-prev::before,
.company-content .page-pickUp .slick-next::before{
	color: #0858aa;
}

.company-content .page-pickUp .slick-prev:hover::before,
.company-content .page-pickUp .slick-next:hover::before{
	color: #cedeee;
}

.company-content .slick-dots li button::before,
.company-content .slick-dots li.slick-active button::before{
	background-color: #0858aa;
}


/* ==========================================================================
   利用規約
   ========================================================================== */
/* 利用規約フレーム
========================= */
.kiyaku-iframe{
	width:100%;
  height:500px;
  overflow:auto;/*スクロールバー表示*/
	border: 1px solid #ddd;
	background-color: #f8f8f8;
	margin-bottom: 20px;
	-webkit-overflow-scrolling:touch;/*スマホでもスクロールできるように*/
}
.kiyaku-iframe-inner{
	width:100%;
  height:100%;
  border:none;
  display:block;/*スクロールバーを2つ出さないように*/
}

/* 利用規約 画像
========================= */
.kiyaku-img{
	display: block;
	margin: 0 auto 40px;
}

/* 注意文
========================= */
/* title */
.attention-title{
	background-color: #fff1f1;
	padding: 10px;
	border: 1px solid #e09292;
	border-bottom: none;
}
/* text box */
.attention-text{
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #e09292;
}
/* mail address */
.attention-mail{
	font-size: 2.2rem;
	font-weight: bold;
}
/* red text */
.attention-weight{
	color: #ea5352;
}
/* list */
.attention-list li{
	position: relative;
	padding-left: 20px;
}
.attention-list li::before,
.attention-list li::after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	display: inline-block;
	background-color:#e09292;
	width: 14px;
	height: 14px;
	border-radius: 14px;
}
.attention-list li::after{
	width: 8px;
	height: 8px;
	margin-top: -4px;
	left: 3px;
	background-color: #fff;
}






/* topへ戻る
========================= */
.page-back{
	margin-top: 20px;
	text-align: center;
}
.page-back a{
	display: inline-block;
	padding: 10px 40px 14px;
	color: #3e3e3e;
	text-decoration: none;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 -4px 0 rgba(0,0,0,0.2) inset;
}
.page-back a::before{
	font-family: "fontello";/*Webフォントフォントファミリー指定*/
	content: "\e802";/*Webフォント指定*/
	margin-right: 0.5em;
}

.page-back.page-back-massage a::before{
	font-family: "fontello";/*Webフォントフォントファミリー指定*/
	content: '\e80a';/*Webフォント指定*/
	margin-right: 0.5em;
}

.page-back a:hover{
	border-color: #fff5e1;
	background-color: #fff5e1;
}


/* ==========================================================================
   新着情報　ページャー
   ========================================================================== */
.pager-title{
	padding: 5px;
	text-align: center;
}
.pager-title strong{
	font-weight: bold;
}

.news-pager{
	text-align: center;
	border-top: none;
	background-color: #fff;
}

.news-pager-top{
	margin: 7px;
	padding-bottom: 5px;
}

.news-pager-bottom{
	margin: -12px 0 0;
	padding: 5px;
}

.news-pager li{
	display: inline-block;
}
.news-pager a,
.news-pager strong{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	color: #3e3e3e;
}
.news-pager a{
	border: 1px solid #ddd;
	background-color: #fff;
}
.news-pager a:hover{
	background-color: #fff5e1;
}
.news-pager strong{
	color: #fff;
	background-color: #2dbe60;
	border: 1px solid #2dbe60;
}

.news-pager .prev a,
.news-pager .next a{
	width: 50px;
}

.news-pager .first a,
.news-pager .last a{
	width: 60px;
}

/* 新着情報詳細ページ　テキスト */
.newsDtl-comment{
	padding: 15px 0;
	line-height: 1.7;
}
.newsDtl-comment p{
	margin-bottom: 0;
}

/*詳細ページボタン*/
.newsDtl-button{
	height: 93px;
	padding: 20px;
	background-color: #f2f2f2;
	text-align: center;
}

/* 新着情報タイトル 枠*/
.headLine-large.newsDtlTitle{
	margin-bottom: 0;
	padding: 12px 0 15px;
}
/* 日付 */
.newsDtlTitle-day{
    display: inline-block;
    padding: 3px 10px 3px 0;
    color: #999;
    font-size: 1.4rem;
}
/* カテゴリー */
.newsDtlTitle-cate{
    padding: 0 10px;
    border: 1px solid #ddd;
    font-size: 1.4rem;
}

.newsDtlTitle-cate.cate-feature{
	color: #009d37;
	border-color: #009d37;
}
.newsDtlTitle-cate.cate-newAd{
	color: #144BAB;
	border-color: #144BAB;
}
.newsDtlTitle-cate.cate-pickUp{
	color: #38a1c7;
	border-color: #38a1c7;
}
.newsDtlTitle-cate.cate-campaign{
	color: #de4830;
	border-color: #de4830;
}
.newsDtlTitle-cate.cate-news{
	color: #e37600;
	border-color: #e37600;
}
/* タイトル　見出し */
.newsDtlTitle-title{
	display: block;
	margin-top: 5px;
	font-size: 1.8rem;
	line-height: 1.4;
}
/* 一覧に戻る */
.news-back{
	padding-top: 20px;
	text-align: center;
}
/*申請ボタンがあるとき*/
.news-back a{
	display: inline-block;
	border: 1px solid #ddd;
	padding: 10px 40px;
	color: #3e3e3e;
	text-decoration: none;
}
.news-back a::before{
	font-family: "fontello";/*Webフォントフォントファミリー指定*/
	content: "\e811";/*Webフォント指定*/
	margin-right: 0.5em;
}

.news-back a:hover{
	background-color: #fff5e1;
}

/* ==========================================================================
   パスワードを忘れた方
   ========================================================================== */
.passForm-text{
	padding: 10px 10px 0;
}

.passForm-text .is-passForm-messages{
	padding: 10px 0;
}


/* ==========================================================================
   ログインIDを忘れた方
   ========================================================================== */

.loginIdGetForm-text{
	padding: 10px 10px 0;
}

.loginIdGetForm-text .is-loginIdGetForm-messages{
	padding: 10px 0;
}

/* ==========================================================================
   ポイントサイトとの提携について
   ========================================================================== */

.pointFirst{
	font-size:14px;
}
.pointFirst p{
	margin:16px 48px;
}
.pointFirst h2,.pointSite-list h2{
	border-radius:5px;
	background:#7dbb00;
	font-weight:700;
	font-size:16px;
	color:#FFF;
	letter-spacing:0.08em;
	padding:8px 0 8px 48px;
	margin:16px 0 0;
	position:relative;
	box-shadow: 1px 2px 0px #5ca500;
	-webkit-box-shadow: 1px 2px 0px #5ca500;
	-moz-box-shadow: 1px 2px 0px #5ca500;
}
.pointFirst h2::before{
	content: "";
	position:absolute;
	background:url(../imgFD/point/pointsite_h2_01.png) no-repeat left;
	width:24px;
	height:24px;
	left:16px;
	top:8px;
}
.pointSecond {
	border-radius:5px;
	padding:8px 32px 32px;
	background:#7dbb00;
}
.pointSecond h2{
	font-weight:700;
	font-size:16px;
	color:#FFF;
	letter-spacing:0.08em;
	padding:8px 0 8px 16px;
	position:relative;
	margin:0;
}
.pointSecond h2::before{
	content: "";
	position:absolute;
	background:url(../imgFD/point/pointsite_h2_02.png) no-repeat left;
	width:24px;
	height:28px;
	left:-16px;
	top:6px;
}
.pointSecond-box{
	border-radius:5px;
	background:#FFF;
	margin:8px auto;
	padding:16px;
}
.pointSecond-box:last-child{
	margin-bottom: 0;
}
.pointSecond-box li{
	float:left;
	font-size:14px;
	line-height: 1.4;
}
.pointSecond-box li:last-child{
	padding-top: 5px;
}
.pointSecond-box li.pointSecond-first{
	float:left;
	margin-right: 60px;
	padding-left:30px;
	font-size:16px;
	line-height: 44px;
	font-weight:900;
	color:#ffbd3d;
	position:relative;
	width: 190px;
}
.pointSecond-box li.pointSecond-first:first-letter {
	font-size:20px;
}
.pointSecond-box li.pointSecond-first::after{
	content: "";
	display: inline-block;
	border: 8px solid transparent;
	border-left-color: #7dbb00;
	position: absolute;
	right:-32px;
	top:16px;
}
.pointSite-list{
	padding-top:16px;
}
.pointSite-list h2::before{
	content: "";
	position:absolute;
	background:url(../imgFD/point/pointsite_h2_03.png) no-repeat left;
	width:24px;
	height:24px;
	left:16px;
	top:8px;
}
.pointSite-list table{
	margin:0  0 16px;
	border-collapse: collapse;
}
.pointSite-list th,
.pointSite-list td{
	border-bottom:#ffbd3d dashed 1px;
	padding:24px 0;
	vertical-align:top;
}
.pointSite-list th{
	width:152px;
	vertical-align: middle;
}
.pointSite-list th img{
	display: block;
}
.pointSite-list td{
	font-size:14px;
	padding-left:16px;
	line-height:1.6em;
}
/*マージン消す*/
.content-page .main-clm section .pointSite-list td p{
	margin-bottom: 0;
}
.pointSite-list td h3{
	font-size:16px;
	color:#ffbd3d;
	font-weight:700;
	position:relative;
	padding-left:16px;
	margin-bottom:0;
}
.pointSite-list td h3::before{
	content: "";
	display: inline-block;
	border: 8px solid transparent;
	border-left-color: #ffbd3d;
	position: absolute;
	left:0;
	top:2px;
}











/* ==========================================================================
   ビットコイン
   ========================================================================== */
.bitFirst{
	font-size:14px;
}
.bitFirst p{
	margin:16px 48px;
}
.bitFirst h2{
	border-radius:5px;
	background:#ff9800;
	font-weight:700;
	font-size:16px;
	color:#fff;
	letter-spacing:0.08em;
	padding:8px 0 8px 48px;
	position:relative;
	box-shadow: 1px 2px 0px #a26409;
	-webkit-box-shadow: 1px 2px 0px #a26409;
	-moz-box-shadow: 1px 2px 0px #a26409;
}
.bitFirst h2::before{
	content: "";
	position:absolute;
	background:url(../imgFD/bitcoin/bitcoin_h2_01.png) no-repeat left;
	width:24px;
	height:24px;
	left:16px;
	top:8px;
}
.bitSecond {
	border-radius:5px;
	padding:8px 32px 32px;
	margin:16px 0;
	background:#ff9800;
}
.bitSecond h2{
	font-weight:700;
	font-size:16px;
	color:#fff;
	letter-spacing:0.08em;
	padding:8px 0 8px 16px;
	position:relative;
	margin:0;

}
.bitSecond h2::before{
	content: "";
	position:absolute;
	background:url(../imgFD/bitcoin/bitcoin_h2_02.png) no-repeat left;
	width:24px;
	height:28px;
	left:-16px;
	top:6px;
}
.bitSecond-box{
	border-radius:5px;
	background:#fff;
	margin:8px auto;
	padding:16px;
}
.bitSecond-box:last-child{
	margin-bottom: 0;
}
.bitSecond-box img{
	vertical-align: middle;
}
.bitSecond-box li{
	float:left;
	font-size:14px;
}
.bitSecond-box li.bitSecond-firstbox{
	float:left;
	margin-right: 60px;
	padding-left:30px;
	width: 190px;
	font-size:16px;
	font-weight:900;
	line-height: 44px;
	color:#ff9800;
	position:relative;
}
.bitSecond-box li.bitSecond-firstbox:first-letter {
	font-size:20px;
}
.bitSecond-box li.bitSecond-firstbox::after{
	content: "";
	display: inline-block;
	border: 8px solid transparent;
	border-left-color: #ff9800;
	position: absolute;
	right:-32px;
	top:16px;
}
.bitThird-first,
.bitThird-second,
.bitThird-third{
	margin: 0 auto;
	font-size:14px;
}
.bitThird-first p,
.bitThird-second p,
.bitThird-third p{
	margin:16px 0;
	font-size:0.9em;
}
.bitThird-first h3,
.bitThird-second h3,
.bitThird-third h3{
	border-radius:5px;
	background:#fff;
	font-weight:700;
	font-size:16px;
	color:#ff9800;
	border:1px solid #ff9800;
	letter-spacing:0.08em;
	padding:8px 0 8px 50px;
	margin:25px 0 0;
	position:relative;
	box-shadow: 1px 2px 0px #d7d7d7;
	-webkit-box-shadow: 1px 2px 0px #d7d7d7;
	-moz-box-shadow: 1px 2px 0px #d7d7d7;
	clear: both;
}
.bitThird-first h3::before,
.bitThird-second h3::before,
.bitThird-third h3::before{
	content: "";
	position:absolute;
	background:url(../imgFD/bitcoin/bitcoin_h2_03.png) no-repeat left;
	width:30px;
	height:30px;
	left:13px;
	top:4px;
}
.bitFlyerLink{
	display:block;
	margin:35px 0;
	text-align:center;
	border:1px solid #ff9800;
}
.bitFlyerLink-inner{
	display:block;
	width:56%;
	margin:2em auto;
	padding-bottom: 1em;
	text-align:left;
	font-size:14px;
	color:#666;
	overflow: hidden;
}
.bitFlyerLink img{
	display:block;
	float:left;
	padding:0 28px 0 0;
}
.bitFlyerLink-text{
	overflow: hidden;
}

.bitChange{
	display:block;
	margin:20px auto 40px;
}
.bitChange a{
	display:block;
	margin:0 auto;
	width:544px;
	height:50px;
	background:url(../imgFD/bitcoin/bt_bitcoinchange.png)no-repeat top left;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.bitChange a:hover{
	background:url(../imgFD/bitcoin/bt_bitcoinchange.png)no-repeat bottom left;
}

.bitThird-title {
    border-top: 1px solid #ccc;
    font-size: 1.2em;
    font-weight: bold;
    margin: 16px 00;
    padding: 16px 0 0;
}

/* ビットコイン　開設
========================= */
.bitFlyer-account{
	border: 1px solid #ddd;
	padding: 20px 0 0;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 5px;
	background-color: #f9f9f9;
}

.bitFlyer-account h2{
	font-size: 2.4rem;
	margin-bottom: 10px;
	font-weight: bold;
}

.bitFlyer-account-text{
	display: inline-block;
	padding: 10px 0;
	width: auto;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}

.bitFlyer-account-text img{
	float: left;
	margin: 0 20px 0 0;
}

.content-page section .bitFlyer-account-text p{
  display: inline-block;
  margin-bottom: 0;
}

.bitFlyer-account-button{
padding: 10px 0;
}
.bitFlyer-account-button .button-block.button-medium{
  width: auto;
  padding: 12px 165px 15px;
}


/* ==========================================================================
   広告出稿をご検討の企業様
   ========================================================================== */
/* 見出し色味変更
========================= */
.companyGuid .headLine-large{
	border-top-color: #0858aa;
}

.companyGuid .headLine-medium{
	border-left-color: #0858aa;
}

.companyGuid .headLine-small{
	color: #0858aa;
	border-color: #0858aa;
}
.companyGuid .headLine-small::before{
	background-color: #0858aa;
}

/* 問い合わせフォームリンクボタン
========================= */
.company-toiawaseFrom-link .contactBox-button{
	width: 100%;
}
.contactBox-form{
	text-align: center;
	margin-bottom: 10px;
}
.company-contactBox-wrap .margin-none{
	margin-top: -45px;
}
.company-contactBox-wrap .company-contactBox-3button .contactBox-button a{
	background-color: #fff;
	color: #1981ec;
	box-shadow: 0 -4px 0 #ddd inset;
}
.company-contactBox-wrap .company-contactBox-3button .contactBox-button a:hover{
	background-color: #f5f9fe;
	box-shadow: 0 -4px 0 #c6e0fa inset;
}

/* コンテンツ部分
========================= */
/*理由　余白*/
.companyReason{
	margin-bottom: 40px;
	padding: 0 0 20px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	width: 100%;
}

/*お問い合わせ前青テキスト*/
.companyLast{
	color: #0858aa;
	font-size: 2rem;
	text-align: center;
}


/* ==========================================================================
   thanks page
============================================================================= */
.thanks-text{
	border: 1px solid #ddd;
	text-align: center;
	padding:120px 0;
	margin:0 0 20px;
}

.thanks-text-small{
	margin:0 0 20px;
	padding: 20px;
	text-align: center;
	border: 1px solid #ddd;
}

/* ==========================================================================
   メール受取り拒否登録
============================================================================= */
/* top画像
========================= */
.content-page .main-clm img.mailRefuseTop{
	margin-bottom:-48px;
	max-width:740px;
}
.aMailRefuse-merit .merit-tcs{
	text-align: center;
}
/*メール配信停止ページ内の登録ボタンは非表示*/
.aMailRefuse-merit .merit-newMemberBtn{
	display: none;
}