A B
1 2











<!DOCTYPE html>
<html lang =” ja “>












































































<!– head –>
<head>




<meta charset =” utf-8 “>
<meta http-equiv =” X-UA-Compatiblecontent =” IE=edge,chrome=1 “>
<meta http-equiv =” x-ua-compatiblecontent =” IE=EmulateIE11 “>
<meta http-equiv =” Content-Typecontent =” text/html;charset=UTF-8 “>
<meta http-equiv =” Content-Script-Typecontent =” text/javascript “>
<meta http-equiv =” Content-Style-Typecontent =” text/css “>
<meta name =” robotscontent =” noindex “>






<!– Google Tag Manager –>
<script> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({‘gtm.start’:
new Date().getTime(),event:’gtm.js’});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!=’dataLayer’?’&l=’+l:”;j.async=true;j.src=
‘https://www.googletagmanager.com/gtm.js?id=’+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,’script’,’dataLayer’,’GTM-WC76SNL’); </script>
<!– End Google Tag Manager –>




<script type =” text/javascriptsrc =” /media/js/lib/jquery-3.3.1.min.js “> </script>

<!–slick–>
<script language =” javascripttype =” text/javascriptsrc =” /media/js/lib/slick.min.js “> </script>
<!–TOP用js–>
<script type =” text/javascriptsrc =” /media/design/js/top.js?date=2019 “> </script>

<!–素材コピー用js–>
<script type =” text/javascriptsrc =” /media/js/lib/clipboard.min.js “> </script>
<script type =” text/javascriptsrc =” /media/design/js/common.js?date=20220121 “> </script>

<!–共通スタイル–>
<link href =” /media/design/css/default.css?date=20240716 rel =” stylesheettype =” text/css “>
<!–TOPCSS–>
<link rel =” stylesheethref =” /media/design/css/top.css?202404111250 type =” text/css “>
<!–slick–>
<link rel =” stylesheethref =” /media/design/css/slick.css type =” text/css “>

<link rel =” apple-touch-iconhref =” /media/design/images/a8-icon.png “>


<title> トップ|A8.netメディア管理画面

</title>



<script type =” text/javascript “>
<!–
$(function() {
// A8チャリティ表示
dispCharity();
});

function dispCharity(){
$.ajax({
type: “POST”,
url:”/a8v2/media/charityTopAction/simple.do”,
data:{
“action”: “top”
}
}).done(function(response) {
$(‘#charity_contents’).replaceWith(response);
});
}

function seminarAreaCut(length, item){
var $setElm = $(item);
var cutFigure = length; // カットする文字数
var afterTxt = ‘ …’; // 文字カット後に表示するテキスト

$setElm.each(function(){
var textLength = $(this).text().length;
var textTrim = $(this).text().substr(0,(cutFigure))
if(cutFigure < textLength) {
$(this).html(textTrim + afterTxt).css({visibility:’visible’});
} else if(cutFigure >= textLength) {
$(this).css({visibility:’visible’});
}
});
}

$(function(){
seminarAreaCut(’34’, “.seminarAreaS dd”);
seminarAreaCut(’30’, “.seminarAreaM dd”);
});
//–>

</script>




</head>
<!– /head –>










<!– body –>
<body>





<!– Google Tag Manager (noscript) –>
<noscript> <iframe src=”https://www.googletagmanager.com/ns.html?id=GTM-WC76SNL”
height=”0″ width=”0″ style=”display:none;visibility:hidden”></iframe> </noscript>
<!– End Google Tag Manager (noscript) –>

























<!–header–>
<header id =” login “>


<script type =” text/javascript “>

$(function(){
<!– メニュー上部に存在する検索ボックスにキーワード検索を実行する –>
$(“input.searchBtn”).click(function(){
let form = document.querySelector(“form[name=ads_search_form]”);
let keyword = form.querySelector(‘#headerSearchKeyword’).value.trim();
if(keyword === “”){
return false;
}

let $temporarySpace = $(form.querySelector(“div[name=temporarySpace]”));
$temporarySpace.empty();
$temporarySpace.append(‘<input type=”hidden” name=”viewType” value=”0″>’);
$temporarySpace.append(‘<input type=”hidden” name=”keyword” value=”‘ + keyword +'”>’);
form.action = “/a8v2/media/searchAction/keyword.do”;
form.submit();
});
});

<!– メニュー上部に存在する検索ボックスにてカテゴリ検索を実行する –>
function searchByMainCtg(ctgCd){
let form = document.querySelector(“form[name=ads_search_form]”);
let $temporarySpace = $(form.querySelector(“div[name=temporarySpace]”));
$temporarySpace.empty();
$temporarySpace.append(‘<input type=”hidden” name=”viewType” value=”4″>’);
$temporarySpace.append(‘<input type=”hidden” name=”ecsMainCtgCd” value=”‘ + ctgCd +'”>’);
form.action = “/a8v2/media/searchAction/category.do”;
form.submit();
}
</script>


<h1 class =” logo “> <a href =” /a8v2/media/memberAction.do “> <img id =” eventdaylogosrc =” https://image.a8.net/logo/logo.svg alt =” A8.net “> </a> </h1>



<div class =” searchArea “>
<span class =” categorySearchid =” open “> <a href =” javascript:void(0); “> <svg> <use xlink:href =” #arrow “> </use> </svg> カテゴリ検索 </a> </span>
<!– カテゴリ検索が開いている時のオーバーレイ –>
<div id =” overLay “> </div>
<!– カテゴリ検索の中身 –>
<div id =” categoryList “>
<div id =” close “> <svg> <use xlink:href =” #close “> </use> </svg> </div>
<ul class =” category “>
<li class =” cateOrder “> <a href =” javascript:searchByMainCtg(’01’) “> <svg> <use xlink:href =” #cart “> </use> </svg> 総合通販 </a> </li>
<li class =” cateHealth “> <a href =” javascript:searchByMainCtg(’02’) “> <svg> <use xlink:href =” #health “> </use> </svg> 健康 </a> </li>
<li class =” cateBeauty “> <a href =” javascript:searchByMainCtg(’03’) “> <svg> <use xlink:href =” #beauty “> </use> </svg> 美容 </a> </li>
<li class =” cateFood “> <a href =” javascript:searchByMainCtg(’04’) “> <svg> <use xlink:href =” #gourmet “> </use> </svg> グルメ・食品 </a> </li>
<li class =” cateFashion “> <a href =” javascript:searchByMainCtg(’05’) “> <svg> <use xlink:href =” #fashion “> </use> </svg> ファッション </a> </li>
<li class =” cateTravel “> <a href =” javascript:searchByMainCtg(’06’) “> <svg> <use xlink:href =” #travel “> </use> </svg> 旅行 </a> </li>
<li class =” cateFinance “> <a href =” javascript:searchByMainCtg(’07’) “> <svg> <use xlink:href =” #cash “> </use> </svg> 金融・投資・保険 </a> </li>
<li class =” cateRealestate “> <a href =” javascript:searchByMainCtg(’08’) “> <svg> <use xlink:href =” #house “> </use> </svg> 不動産・引越 </a> </li>
<li class =” cateJob “> <a href =” javascript:searchByMainCtg(’09’) “> <svg> <use xlink:href =” #job “> </use> </svg> 仕事情報 </a> </li>
<li class =” cateStudy “> <a href =” javascript:searchByMainCtg(’10’) “> <svg> <use xlink:href =” #study “> </use> </svg> 学び・資格 </a> </li>
<li class =” cateLiving “> <a href =” javascript:searchByMainCtg(’11’) “> <svg> <use xlink:href =” #living “> </use> </svg> 暮らし </a> </li>
<li class =” cateWeb “> <a href =” javascript:searchByMainCtg(’12’) “> <svg> <use xlink:href =” #monitor “> </use> </svg> Webサービス </a> </li>
<li class =” cateInternetline “> <a href =” javascript:searchByMainCtg(’13’) “> <svg> <use xlink:href =” #network “> </use> </svg> インターネット接続 </a> </li>
<li class =” cateEntertainment “> <a href =” javascript:searchByMainCtg(’14’) “> <svg> <use xlink:href =” #movie “> </use> </svg> エンタメ </a> </li>
<li class =” cateGift “> <a href =” javascript:searchByMainCtg(’15’) “> <svg> <use xlink:href =” #present “> </use> </svg> ギフト </a> </li>
<li class =” cateSports “> <a href =” javascript:searchByMainCtg(’16’) “> <svg> <use xlink:href =” #sport “> </use> </svg> スポーツ・趣味 </a> </li>
<li class =” cateMarriage “> <a href =” javascript:searchByMainCtg(’17’) “> <svg> <use xlink:href =” #hart “> </use> </svg> 結婚・恋愛 </a> </li>
</ul>
</div> <!–/categoryList–>

<form name =” ads_search_formmethod =” post “>
<input type =” hiddenname =” actvalue =” search “>
<input type =” hiddenname =” searchTargetvalue =””>
<input type =” hiddenname =” phrasevalue =””>
<input type =” hiddenname =” encvalue =””>
<input type =” textid =” headerSearchKeywordvalue =”” placeholder =” キーワードを入力してくださいclass =” searchForm “>
<input type =” textstyle =” display: none;name =” dummy “>
<input type =” imagesrc =” /media/design/images/search_btn.svg alt =” 検索class =” searchBtn “>
<input type =” hiddenname =” buttonIdvalue =” 1 “>
<input type =” hiddenname =” clickInsId “>
<input type =” hiddenname =” clickCategoryCode “>
<input type =” hiddenname =” clickRelationalEcsSubCategoryCode “>
<input type =” hiddenname =” pageNo “>
<input type =” hiddenname =” sealedvalue =” 31072063575634 ” />
<input type =” hiddenname =” programType “>
<input type =” hiddenname =” new “>
<input type =” hiddenname =” autoAgreement “>
<input type =” hiddenname =” supportedFlgSp “>
<input type =” hiddenname =” supportedFlgMb “>
<input type =” hiddenname =” spSupportFlg “>
<input type =” hiddenname =” twitterType “>
<input type =” hiddenname =” campaign “>
<input type =” hiddenname =” pprStar “>
<input type =” hiddenname =” adType “>
<input type =” hiddenname =” click “>
<input type =” hiddenname =” cooperationStatus “>
<input type =” hiddenname =” wchanceFlg “>

<div name =” temporarySpace “> </div>
</form>
</div> <!–/searchArea–>



<div class =” textArea “>
<ul class =” link “>
<li> <a href =” https://support.a8.net/as/beginner/ target =” _blank “> <svg> <use xlink:href =” #leaves “> </use> </svg> 初めての方 </a> </li>
<li> <a href =” /a8v2/media/fanblogsRedirectAction.do target =” _blank “> <svg> <use xlink:href =” #fanblog “> </use> </svg> ファンブログ </a> </li>
<li class =” registInfo “> <svg> <use xlink:href =” #people “> </use> </svg> 登録情報 <div class =” registMenu “>
<ul>
<li> <a href =” /a8v2/media/modifyAction.do “> <svg> <use xlink:href =” #arrow “> </use> </svg> 会員情報の修正 </a> </li>
<li> <a href =” /a8v2/media/siteAction.do “> <svg> <use xlink:href =” #arrow “> </use> </svg> サイト情報の登録・修正 </a> </li>
<li> <a href =” /a8v2/media/accountAction.do “> <svg> <use xlink:href =” #arrow “> </use> </svg> 支払・口座情報の修正 </a> </li>
<li> <a href =” /a8v2/media/instantPaymentTopAction.do “> <svg> <use xlink:href =” #arrow “> </use> </svg> 即時支払 </a> </li>
<!–<li><a href=”/a8v2/media/identificationTopAction.do”><svg><use xlink:href=”#arrow”></use></svg>本人認証</a></li>–> <!– TODO: 新メディア管理画面側から本人認証ステータスを利用する機能がリリースされる際に表示することを検討 –>
<li> <a href =” /a8v2/media/passwordAction.do “> <svg> <use xlink:href =” #arrow “> </use> </svg> パスワード変更 </a> </li>
<li> <a href =” /a8v2/media/mailOptoutAction.do “> <svg> <use xlink:href =” #arrow “> </use> </svg> メール配信設定 </a> </li>
<li> <a href =” /a8v2/media/quitAction.do “> <svg> <use xlink:href =” #arrow “> </use> </svg> メディア会員退会 </a> </li>
</ul>
</div> <!–/registMenu–> </li>
<li> <a href =” https://support.a8.net/a8/as/faq/ target =” _blank “> <svg> <use xlink:href =” #question “> </use> </svg> ヘルプ </a> </li>
<li> <a href =” /a8v2/media/logoutAction.do “> <svg> <use xlink:href =” #logout “> </use> </svg> ログアウト </a> </li>
</ul> <!–/link–>

<div class =” mediaInfo “>
<dl>
<dt> メディアID: </dt>
<!—-> <!– TODO: 新メディア管理画面側から本人認証ステータスを利用する機能がリリースされる際に表示することを検討 –>
<dd> a06071301669 </dd>
</dl>
<dl>
<dt> サイト名: </dt> <dd> 副業マニア様 </dd>
</dl>
</div> <!–/mediaInfo–>

</div> <!–/textArea–>

</header>
<!–/header–>

<!–menu–>








<script type =” text/javascriptsrc =” /media/js/pc/mediaSiteUrlManager.js?date=20231201 “> </script>
<nav class =” global “>
<ul class =” nav “>
<li class =” menu “> <a href =” /a8v2/media/memberAction.do “> ホーム </a> </li>

<li class =” menu “> <a href =” /a8v2/media/searchAction.do “> プログラム検索 </a>
<ul class =” dropDown “>
<li> <a href =” /a8v2/media/searchAction.do “> <svg> <use xlink:href =” #arrow “> </use> </svg> プログラム検索トップ </a> </li>
<li> <a href =” /a8v2/media/searchAction/newest.do?action=search&viewType=1&new=1&sortColumn=newArrivalYmd “> <svg> <use xlink:href =” #arrow “> </use> </svg> 新着 </a> </li>
<li> <a href =” /a8v2/media/searchAction/keyword.do?action=search&viewType=0&autoAgreement=1 “> <svg> <use xlink:href =” #arrow “> </use> </svg> 即時提携 </a> </li>
<li> <a href =” /a8v2/media/searchAction/keyword.do?action=search&viewType=0&campaign=1 “> <svg> <use xlink:href =” #arrow “> </use> </svg> キャンペーン </a> </li>
<li> <a href =” /a8v2/media/searchAction/keyword.do?action=search&viewType=0&wchanceFlg=1 “> <svg> <use xlink:href =” #arrow “> </use> </svg> Wチャンス </a> </li>
</ul> <!–/dropDown–>
</li>
<li class =” menu “> <a href =” javascript:void(0); “> プログラム管理 </a>
<ul class =” dropDown “>
<li> <a href =” /a8v2/media/partnerProgramListAction.do?act=search&amp;viewPage= “> <svg> <use xlink:href =” #arrow “> </use> </svg> 参加中プログラム </a> </li>
<li> <a href =” /a8v2/media/programListAction.do?type=app “> <svg> <use xlink:href =” #arrow “> </use> </svg> 申込中プログラム </a> </li>
<li> <a href =” /a8v2/media/offeredListAction.do?act=search “> <svg> <use xlink:href =” #arrow “> </use> </svg> 特別プログラム </a> </li>
<li> <a href =” /a8v2/media/terminatedProgramListAction.do?act=search “> <svg> <use xlink:href =” #arrow “> </use> </svg> 終了プログラム </a> </li>
<li> <a href =” /a8v2/media/annulledProgramListAction.do?act=search “> <svg> <use xlink:href =” #arrow “> </use> </svg> 解除プログラム </a> </li>
<li> <a href =” #openSiteUrlManager onclick =” javascript:openSiteUrlManager(); “> <svg> <use xlink:href =” #arrow “> </use> </svg> 広告掲載URL管理 </a> </li>
</ul> <!–/dropDown–>
</li>

<li class =” menu “> <a href =” javascript:void(0); “> レポート </a>
<ul class =” dropDown “>
<li> <a href =” /a8v2/media/resultReportAction/dm.do?action=dm “> <svg> <use xlink:href =” #arrow “> </use> </svg> 成果報酬 </a> </li>
<li> <a href =” /a8v2/media/generatingdailyReportAction.do?action=report “> <svg> <use xlink:href =” #arrow “> </use> </svg> 新レポートβ版 </a> </li>
<li> <a href =” /a8v2/media/generatingdeviceReportAction.do?action=report “> <svg> <use xlink:href =” #arrow “> </use> </svg> デバイス別レポート </a> </li>
<li> <a href =” /a8v2/media/paymentDetailReportAction.do “> <svg> <use xlink:href =” #arrow “> </use> </svg> 振込レポート </a> </li>
<li> <a href =” /a8v2/media/quickReportAction.do “> <svg> <use xlink:href =” #arrow “> </use> </svg> 未確定速報 </a> </li>
<li> <a href =” /a8v2/media/quickReportAction/selfback.do?reportType=sb “> <svg> <use xlink:href =” #arrow “> </use> </svg> セルフバック速報 </a> </li>
<li> <a href =” /a8v2/media/invalidClickReportAction.do “> <svg> <use xlink:href =” #arrow “> </use> </svg> 無効クリック </a> </li>
<li> <a href =” /a8v2/media/materialRankAction.do “> <svg> <use xlink:href =” #arrow “> </use> </svg> 素材別レポート </a> </li>
</ul> <!–/dropDown–>
</li>

<li class =” menu “> <a href =” javascript:void(0); “> ツール </a>
<ul class =” dropDown “>
<li> <span class =” bold “> 広告を貼る </span> </li>
<li> <a href =” /a8v2/media/amazonToolIndexAction.do “> <svg> <use xlink:href =” #arrow “> </use> </svg> Amazonツール </a> </li>
<li> <a href =” /a8v2/media/rakutenToolIndexAction.do “> <svg> <use xlink:href =” #arrow “> </use> </svg> 楽天ツール </a> </li>
<li> <a href =” /a8v2/media/rotationBannerAction.do “> <svg> <use xlink:href =” #arrow “> </use> </svg> ローテーションバナー </a> </li>
<li> <span class =” bold “> その他 </span> </li>
<li> <a href =” /a8v2/media/targetNotifyAction.do “> <svg> <use xlink:href =” #arrow “> </use> </svg> 目標達成通知 </a> </li>
<li> <a href =” /a8v2/media/fanblogsRegistAction.do “> <svg> <use xlink:href =” #arrow “> </use> </svg> ファンブログ登録 </a> </li>
<li> <a href =” /a8v2/media/programGroupAction.do “> <svg> <use xlink:href =” #arrow “> </use> </svg> グループ管理 </a> </li>
</ul> <!–/dropDown–>
</li>

<li class =” selfback menu “> <a href =” /a8v2/selfback/asIndexAction.do target =” _blank “> <svg> <use xlink:href =” #selfback “> </use> </svg> セルフバック </a>
<ul class =” dropDown selfbackBox “>
<li>
<div> <a href =” /a8v2/selfback/asIndexAction.do target =” _blank “> <img src =” /media/design/images/selfbackimg.png alt =” セルフバックwidth =” 319height =” 84 “> </a> </div>
<p class =” txt “> セルフバックとは、自分で買い物などをして報酬をGETできるメディア会員限定のサービスです。 </p>
</li>
</ul> <!–/dropDown–>
</li>
</ul>
</nav>
<!–/menu–>

<!–バックエンドログイン表示–>








<!– ログイン後トップ画面(スーパーバナー) –>

<!– /ログイン後トップ画面(スーパーバナー) –>














































































<!– browserAleart –>
<div id =” oldBrowser “>
<p>
お使いのブラウザはバージョンが古いため、A8.netの機能を正常に利用できない可能性があります。 <br>
最新のバージョンに更新した上でA8.netをご利用ください。
</p>
</div>
<!– /browserAleart –>



































<!–/errorMessage–>
































































<!– ログイン後トップ画面(トップバナー) –>


<main id =” wrapperLogin “>

<aside id =” sideMenu “>

<!–ログイン後トップ画面(左メニュー最上部) –>
<div class =” mgb10 “> <a href =” https://a8festival.com/?utm_source=loginafterlefttop&utm_medium=banner&utm_campaign=a8fes2024touch target =” _blank “> <img src =” https://support.a8.net/as/recommend_camp/a8festouch_lefttop350x80.jpg width =” 350height =” 80alt =” A8フェスティバルtouch “> </a> </div>
<!–A8スタッフからのご連絡 –>
























































<p class =” staffmsg “>
<a href =” /a8v2/media/individualNotifyAction.do?action=list “> A8スタッフからのご連絡が <span> 6 </span> 件あります </a>
</p>




<!– 現在のメディアランク –>














<ul id =” nowAsRank “>
<li class =” rankEihachi “>
<img src =” /media/design/images/rank5.svg alt =” ブロンズclass =” rankCharaM “>
</li>
<li class =” nowTokuten “>
<p> 現在のメディアランク </p>
<div class =” rankArea “>
<p class =” bronze “> ブロンズ </p>
<p> <a href =” /a8v2/media/rankHelpLinkAction.do target =” _blankclass =” blank “> ランク別特典 </a> </p>
</div>

</li> <!–nowTokuten–>
</ul> <!– /nowAsRank –>

<!— 簡易レポート/セルフバック速報 –>






















































<script type =” text/javascript “>
function executeReport()
{
$.ajax({
type: “POST”,
url:”/a8v2/media/topReportAction/simple.do”,
data:{
“action”: “simple”
}
}).done(function(response) {
$(“#reportBox00”).html(response);
});
}

function executeSelfbackReport()
{
$.ajax({
type: “POST”,
url: “/a8v2/media/quickReportAction/selfback/simple.do”,
data:{
“action”: “alert_sb”,
“reportType”: “sb”
}
}).done(function(response) {
$(“#reportBox02”).html(response);
});
}
</script>

<div class =” reportTabArea “>
<input id =” simpleReporttype =” radioname =” tabItemchecked >
<label class =” reportTab tabItemfor =” simpleReport “> 簡易レポート </label>

<input id =” promptReporttype =” radioname =” tabItem “>
<label class =” reportTab tabItemfor =” promptReport “> セルフバック速報 </label>


<div class =” tabContentid =” simpleReportContent “>

<div id =” reportBox00 “>
<script language =” javascripttype =” text/javascript “> executeReport(); </script>

<div class =” readFailure “> <img src =” /media/design/images/min_indicator.gif “> </div>
</div>
<div class =” reportBox01 “>
<p> <a href =” /a8v2/media/resultReportAction/dm.do?action=dm class =” btn adjS “> <svg> <use xlink:href =” #arrow “> </use> </svg> 詳細レポート </a> </p>

<p> <a href =” /a8v2/media/downloadAction.do target =” _blank “> <svg class =” csv “> <use xlink:href =” #csv “> </use> </svg> レポートダウンロード </a> </p>
</div>



<p id =” endClick “> <a href =” /a8v2/media/invalidClickReportAction.do “> 直近3日以内に無効クリックが発生しています </a> </p>

</div> <!–/simpleReportContent–>


<div class =” tabContentid =” promptReportContent “>
<p class =” alR “> <span class =” modalopenonclick =” $(‘#modalWrapper > div.modalContents > iframe’).attr(‘src’, ‘//support.a8.net/as/help/m11.php’) “> <svg> <use xlink:href =” #question “> </use> </svg> セルフバックレポートとは </span> </p>

<div id =” reportBox02 “>
<script language =” javascripttype =” text/javascript “> executeSelfbackReport(); </script>

<div> <img src =” /media/design/images/min_indicator.gif “> </div>
</div>
<div class =” reportBox01 “>
<p> <a href =” /a8v2/media/quickReportAction/selfback.do?reportType=sb class =” btn adjS “> <svg> <use xlink:href =” #arrow “> </use> </svg> 詳細レポート </a> </p>
<p> <a href =” /a8v2/media/downloadAction.do target =” _blank “> <svg class =” csv “> <use xlink:href =” #csv “> </use> </svg> レポートダウンロード </a> </p>
</div> <!–reportBox01–>
<p class =” selfReport “>
<a href =” /a8v2/selfback/asIndexAction.do target =” _blankclass =” selfbackBtn adjS “> <svg> <use xlink:href =” #selfback “> </use> </svg> セルフバックはこちら </a>
</p>
</div> <!–/promptReportContent–>
</div> <!–/reportTabArea–>





<!–前回ログイン –>
<p class =” mgt5 alR txt14 “>


<a href =” /a8v2/media/loginInfoAction.do “> 前回ログイン </a> : 2024/9/8 15:31

</p>
<h2 class =” bdL “> メッセージボックス </h2>
<div id =” messageBox01 “>






























































<a href =” /a8v2/media/individualNotifyAction.do?action=list “> <dl class =” asInfo “>
<dt> A8スタッフからのご連絡 <span class =” announce “> お知らせ </span> </dt>
<dd> <span class =” bold “> 6 </span></dd>
</dl> </a>
























































<a href =” /a8v2/media/partnerProgramListAction.do?act=search&viewPage=new “> <dl>
<dt> 新着承認プログラム </dt>
<dd> <span class =” bold “> 0 </span></dd>
</dl> </a>

























































<a href =” /a8v2/media/terminatedProgramListAction.do?act=search “> <dl>
<dt> 終了プログラム </dt>
<dd> <span class =” bold “> 0 </span></dd>
</dl> </a>
























































<a href =” /a8v2/media/offeredListAction.do?act=search “> <dl>
<dt> 特別プログラム </dt>
<dd> <span class =” bold “> 0 </span></dd>
</dl> </a>



</div> <!–/messageBox01–>
<!– 左サイドコンテンツ –>
<style type =” text/css “>
ul.arrowList {
margin-top: 15px;
border-top: 1px dotted #ccc;
}

ul.arrowList li {
transition: all 0.3s;
border-bottom: 1px dotted #ccc;
background: url(“https://support.a8.net/images/login_after/icon_arrow.svg”) center right 5px / 20px 14px no-repeat;
}

ul.arrowList li a {
font-size: 15px;
font-size: 1.5rem;
text-decoration: none;
display: flex;
align-items: center;
padding: 10px 15px 10px 5px;
width: 100%;
color: #333 !important;
}

ul.arrowList li a img {
width: 18px;
height: auto;
margin-right: 8px;
}

ul.arrowList li:hover {
opacity: 0.8;
transition: all 0.3s;
background-color: #eee;
}

.sideBan {
margin-top: 15px;
}
</style> <h2 class =” bdL “> A8.netご利用にあたって </h2>
<div class =” sideBan “> <a href =” https://www.a8.net/compliance/prNotation-urlSubmission.php?utm_source=ban&utm_medium=sideLink&utm_campaign=afterLogin target =” _blank “> <img src =” https://support.a8.net/images/login_after/login_pr.png alt =” 広告を掲載するときはPR等の表記をしよう! “> </a> </div>
<ul class =” arrowList “>
<li> <a href =” https://www.a8.net/compliance/?utm_source=terms&utm_medium=sideLink&utm_campaign=afterLogin#terms target =” _blank “> <img src =” https://support.a8.net/images/login_after/icon_side_terms.png width =” 28height =” 28alt =””> 利用規約と禁止事項 </a> </li>
<li> <a href =” https://www.a8.net/compliance/?utm_source=fraud&utm_medium=sideLink&utm_campaign=afterLogin#fraud target =” _blank “> <img src =” https://support.a8.net/images/login_after/icon_side_fraud.png width =” 28height =” 28alt =””> 不正行為と法律違反 </a> </li>
<li> <a href =” https://www.a8.net/compliance/?utm_source=snsmedia&utm_medium=sideLink&utm_campaign=afterLogin#snsmedia target =” _blank “> <img src =” https://support.a8.net/images/login_after/icon_side_kerning.png width =” 28height =” 28alt =””> SNSメディアガイドライン </a> </li> <li> <a href =” https://www.a8.net/compliance/?utm_source=media&utm_medium=sideLink&utm_campaign=afterLogin#media target =” _blank “> <img src =” https://support.a8.net/images/login_after/icon_side_media.png width =” 28height =” 28alt =””> メディア運営ガイド </a> </li>
<li> <a href =” https://www.a8.net/compliance/?utm_source=laws&utm_medium=sideLink&utm_campaign=afterLogin#laws target =” _blank “> <img src =” https://support.a8.net/images/login_after/icon_side_laws.png width =” 28height =” 28alt =””> 法律・規制ガイド </a> </li>
<li> <a href =” https://www.a8.net/compliance/?utm_source=listing&utm_medium=sideLink&utm_campaign=afterLogin#listing target =” _blank “> <img src =” https://support.a8.net/images/login_after/icon_side_listing.png width =” 28height =” 28alt =””> リスティング広告ガイド </a> </li>
<li> <a href =” https://www.a8.net/compliance/?utm_source=mediasupport&utm_medium=sideLink&utm_campaign=afterLogin#mediasupport target =” _blank “> <img src =” https://support.a8.net/images/login_after/icon_side_mediasupport.png width =” 28height =” 28alt =””> メディア会員サポート </a> </li>
</ul> <h2 class =” bdL “> プログラム選びサポート </h2>
<ul class =” arrowList “>
<li> <a href =” https://support.a8.net/as/review/?utm_source=reviewPG&utm_medium=sideLink&utm_campaign=afterLogin target =” _blank “> レビュー募集プログラム </a> </li>
<li> <a href =” https://support.a8.net/ec/asrequest/?utm_source=pgRequest&utm_medium=sideLink&utm_campaign=afterLogin target =” _blank “> プログラムリクエストフォーム </a> </li>
<li> <a href =” https://support.a8.net/as/campaign/itp/?utm_source=itp&utm_medium=sideLink&utm_campaign=afterLogin target =” _blank “> ITP対応情報 </a> </li>
<li> <a href =” https://support.a8.net/as/aspromo_pr/?utm_source=asPromo&utm_medium=sideLink&utm_campaign=afterLogin target =” _blank “> メディア会員募集プログラム </a> </li>
</ul>
<style type =” text/css “>
ul.sideBtn {
margin-top: 20px;
}

ul.sideBtn li {
border: 1px solid #CCC;
border-radius: 10px;
transition: all 0.3s;
}

ul.sideBtn li:hover {
opacity: 0.8;
transition: all 0.3s;
background-color: #eee;
}

ul.sideBtn li:not(:first-of-type) {
margin-top: 10px;
}
ul.sideBtn li:not(:first-of-type) a{
padding:9px 10px 9px 15px;
}

ul.sideBtn a {
padding: 15px 10px 15px 15px;
width: 100%;
text-decoration: none;
color: #036;
display: flex;
align-items: center;
font-weight: bold;
background: url(“https://support.a8.net/images/login_after/icon_arrow.svg”) center right 10px / 20px 14px no-repeat;
}

ul.sideBtn img {
margin-right: 15px;
width: 30px;
height: 30px;
}

ul.sideBtn li span{
display:block;
font-size:12px;
}
</style> <ul class =” sideBtn “>
<li>
<a href =” https://support.a8.net/as/media-benefits/?utm_source=mediaBenefits&utm_medium=sideBtn&utm_campaign=afterLogin target =” _blank “>
<img src =” https://support.a8.net/images/login_after/btn_present.svg width =” 30height =” 30alt =” メディア会員特典アイコン “> A8.netメディア会員特典
</a>
</li>
<li>
<a href =” https://www.a8.net/campus/?utm_source=a8campus&utm_medium=sideBtn&utm_campaign=afterLogin target =” _blank “>
<img src =” https://support.a8.net/images/login_after/btn_school.svg width =” 30height =” 30alt =” A8キャンパスアイコン “> <p> A8キャンパス <span> 収益化ノウハウからセミナー情報まで公開中 </span> </p>
</a>
</li>
</ul> <iframe src =” https://www.a8.net/as/rss/rsstopic.php style =” border:none overflow:hidden;width =” 350pxheight =” 445pxscrolling =” noframeborder =” no “> </iframe>
<!– チャリティ –>

<div id =” charity_contents “> <div class =” readFailure “> <img src =” /media/design/images/min_indicator.gif “> </div> </div>
<!– 左サイドコンテンツ –>
<style type =” text/css “>
.snsBanArea{margin-top: 15px;)
</style>

<div class =” snsBanArea “> <a href =” https://a8pr.jp/2023/06/30/linestamp/?utm_source=linestamp&utm_medium=banner&utm_campaign=a8side target =” _blank “> <img src =” https://support.a8.net/images/login_after/ban_linestamp.jpg width =” 350height =” 70alt =” 公式LINEスタンプ “> </a> </div> <ul class =” snsArea “>
<li class =” line “>
<a href =” https://www.instagram.com/a8net_official/ target =” _blank “> <img src =” https://support.a8.net/images/login_after/insta.svg?date20221201 alt =” twitter “> <br> Instagram </a>
</li>
<li class =” facebook “>
<a href =” https://www.facebook.com/a8.net target =” _blank “> <img src =” https://support.a8.net/images/login_after/facebook.svg alt =” twitter “> <br> facebook </a>
</li>
<li class =” x “>
<a href =” target =” _blank “> <img src =” https://support.a8.net/images/login_after/X.svg alt =” X “> </a>
</li>
</ul>

<style>
.x a{
height:100%;
line-height:33px;
}
</style>
</aside> <!–/sideMenu–>

<section id =” mainContents “>
<!– リコメンドA –>














<!– recommendA –>
<div class =” recommendA “>
<p> <p> <a href =” /a8v2/asProgramDetailSearchAction.do?action=confirm&insIds=s00000008903001&camp=1004 target =” _blankid =” recoA-1 “> 【取引高世界第1位のDMM FX】最短翌日に高額報酬55,000円GET! </a> </p> </p>
<p> </p>
</div>


<!– /recommendA –>

<!– リコメンドS2 –>













<!– recommendS2 –>
<ul id =” slider “>
<li class =” slideItem “> <a href =” https://support.a8.net/as/asspecial/dmmfx/03/ target =” _blankid =” recoS2-1 “> <img data-lazy =” https://support.a8.net/as/recommend_s2/s00000008903001_240604.jpg alt =”” width =” 600height =” 260 “> </a> </li>
<li class =” slideItem “> <a href =” /a8v2/selfback/asSearchAction.do?sbId=s00000015299026&camp=L116 target =” _blankid =” recoS2-2 “> <img data-lazy =” https://support.a8.net/as/recommend_s2/s00000015299026_240904.png alt =”” width =” 600height =” 260 “> </a> </li>
<li class =” slideItem “> <a href =” https://support.a8.net/as/special02/smbc/ target =” _blankid =” recoS2-3 “> <img data-lazy =” https://support.a8.net/as/recommend_s2/s00000023355003_240904.jpg alt =”” width =” 600height =” 260 “> </a> </li>
<li class =” slideItem “> <a href =” /a8v2/selfback/asSearchAction.do?sbId=s00000017606001&camp=L116 target =” _blankid =” recoS2-4 “> <img data-lazy =” https://support.a8.net/as/recommend_s2/s00000017606001_240904.jpg alt =”” width =” 600height =” 260 “> </a> </li>
<li class =” slideItem “> <a href =” https://a8festival.com/?utm_source=recoS2&utm_medium=banner&utm_campaign=a8fes2024touch target =” _blankid =” recoS2-5 “> <img data-lazy =” https://support.a8.net/as/recommend_s2/a8festouch_ricoS2600x260.jpg alt =”” width =” 600height =” 260 “> </a> </li>
<li class =” slideItem “> <a href =” https://support.a8.net/as/campaigns/?special_id=20240807_timeperformance target =” _blankid =” recoS2-6 “> <img data-lazy =” https://support.a8.net/as/recommend_s2/20240807_timeperformance_600.jpg alt =”” width =” 600height =” 260 “> </a> </li>
</ul>
<ul id =” thumbnailList “>
<li class =” thumbnailItem “> <img src =” https://support.a8.net/as/recommend_s2/s00000008903001_240604_s.jpg alt =”” width =” 95height =” 50 “> </li>
<li class =” thumbnailItem “> <img src =” https://support.a8.net/as/recommend_s2/s00000015299026_240904_s.png alt =”” width =” 95height =” 50 “> </li>
<li class =” thumbnailItem “> <img src =” https://support.a8.net/as/recommend_s2/s00000023355003_240904_s.jpg alt =”” width =” 95height =” 50 “> </li>
<li class =” thumbnailItem “> <img src =” https://support.a8.net/as/recommend_s2/s00000017606001_240904_s.jpg alt =”” width =” 95height =” 50 “> </li>
<li class =” thumbnailItem “> <img src =” https://support.a8.net/as/recommend_s2/a8festouch_s295x50.jpg alt =”” width =” 95height =” 50 “> </li>
<li class =” thumbnailItem “> <img src =” https://support.a8.net/as/recommend_s2/20240807_timeperformance_95.jpg alt =”” width =” 95height =” 50 “> </li>
</ul>
<!– /recommendS2 –>


<!– A8.netからのお知らせ –>
<div id =” newsBox “>
<!–a8Notice–>
<div class =” a8Notice “>
<h2> A8.netからのお知らせ </h2>
<ul class =” feed “>
<!–お知らせ内容開始–>

<li>
<a href =” https://a8pr.jp/?p=39148?utm_source=newsloginafter&utm_medium=text&utm_campaign=a8fes2024touch target =” _blank “> &nbsp; </a>
<p class =” date “> 2024/08/28 <span class =” other “> お知らせ </span> </p>
<p> 10/5開催決定&参加メディア募集開始!A8フェスティバルtouch </p>
</li>

<li>
<a href =” https://a8pr.jp/2024/08/16/asp2024no1/ target =” _blank “> &nbsp; </a>
<p class =” date “> 2024/08/16 <span class =” other “> お知らせ </span> </p>
<p> 【14年連続】2024年も利用者満足度1位に選ばれました! </p>
</li>

<li>
<a href =” https://a8pr.jp/2024/07/30/your-reward/ target =” _blank “> &nbsp; </a>
<p class =” date “> 2024/07/30 <span class =” other “> お知らせ </span> </p>
<p> あなたの報酬リスト提供開始のお知らせ </p>
</li>


<!–お知らせ内容ここまで–>
</ul>
</div> <!–/a8Notice–>
</div>
<!–新着プログラムニュース–>



















































<!–広告主ニュース配信–>
<!– 0件の場合は非表示 –>

<div class =” adNews “>
<h2> 新着プログラムニュース <span class =” helpBox “> <a href =” /a8v2/media/advertiserNewsAction.do “> <svg> <use xlink:href =” #arrow “> </use> </svg> ニュース配信一覧へ </a> </span> </h2>
<ul class =” feed “>

<!–お知らせ内容開始–>
<li>
<a href =” /a8v2/media/newsDeliveryDetailAction.do?newsDeliveryId=950225 target =” _blank “> &nbsp; </a> </a>
<p class =” date “> 2024/09/07 </p>
<p>
<span> GMOインターネットグループ株式会社「東証プライム上場企業」 </span> <br>
GMOとくとくBB15周年大感謝!新キャンペーンを見逃すな!■GMOとくとくBB■ | GMOインターネットグループ株式会社「東証プライム上場企業」 [A8.net] </p>
</li>
<!–お知らせ内容ここまで–>

<!–お知らせ内容開始–>
<li>
<a href =” /a8v2/media/newsDeliveryDetailAction.do?newsDeliveryId=950269 target =” _blank “> &nbsp; </a> </a>
<p class =” date “> 2024/09/07 </p>
<p>
<span> GMOインターネットグループ株式会社「東証プライム上場企業」 </span> <br>
GMOとくとくBB15周年大感謝!新キャンペーンを見逃すな!■GMOとくとくBB■ | GMOインターネットグループ株式会社「東証プライム上場企業」 [A8.net] </p>
</li>
<!–お知らせ内容ここまで–>

<!–お知らせ内容開始–>
<li>
<a href =” /a8v2/media/newsDeliveryDetailAction.do?newsDeliveryId=950270 target =” _blank “> &nbsp; </a> </a>
<p class =” date “> 2024/09/07 </p>
<p>
<span> GMOインターネットグループ株式会社「東証プライム上場企業」 </span> <br>
GMOとくとくBB15周年大感謝!新キャンペーンを見逃すな!■GMOとくとくBB■ | GMOインターネットグループ株式会社「東証プライム上場企業」 [A8.net] </p>
</li>
<!–お知らせ内容ここまで–>

</ul>
</div>

<!–/新着プログラムニュース –>

<!– おすすめプログラム情報 –>
<style type =” text/css “>
ul.hintPgList { margin-top: 5px; display: -ms-flex; display: flex; justify-content: space-between; flex-wrap: wrap; font-feature-settings: “palt”;}
ul.hintPgList li { margin-top: 10px; width: 23%; min-height: auto; display: flex; align-items: stretch;}
ul.hintPgList li a { box-sizing: border-box; display: block; padding: 10px; font-size: 14px; line-height: 1; color: #036; font-weight: bold; text-align: center; text-decoration: none; border: 1px solid #ccc; border-radius: 8px; width: 100%;}
ul.hintPgList li:hover { background-color: #ffc;}
ul.hintPgList li:last-of-type span { display: inline-block; width: 7em; margin: 10px 0;}
ul.hintPgList li a img { width: 40px; height: 30px; margin-bottom: 5px;}
.btnBoxHint { display: flex; align-items: center; justify-content: center; margin-top: 10px;}
.btnBoxHint div { text-align: center; margin: 0 15px;}
.btnBoxHint a { width: 600px; display: flex; align-items: center; justify-content: center; font-weight: bold; color: #036; border: 1px solid #ccc; border-radius: 4px; padding: 15px; text-decoration: none; margin: 5px auto 0; font-size: 14px;}
.btnBoxHint a:hover { background-color: #ffc;}
.btnBoxHint div:nth-of-type(1) img { width: 40px; margin: 0 5px 0 0;}
.hintTopLink { display: block; margin: 15px auto 0; padding: 5px 0; color: #036 !important; font-size: 1.4rem; font-weight: bold; text-align: center;}
.hintTopLink img:nth-of-type(1) { width: 20px; margin: 0 -5px 4px 0;}
.hintTopLink a { display: inline-block; padding: 0 0 5px 0; color: #036; align-items: center; justify-content: center; text-decoration: none !important; border-bottom: 1px solid #fff;}
.hintTopLink a:hover { text-decoration: none !important; border-bottom: 1px solid #17b987;}
</style> <h2 class =” bg “> プログラム選びのヒント <span> &nbsp;初心者必見!スタッフ厳選のプログラムはこちら! </span> </h2>
<div class =” btnBoxHint “>
<div> <a href =” https://support.a8.net/as/HintOfProgram/sns.php?ctg=1 target =” _blank “>
<img src =” https://support.a8.net/images/login_after/icon_sns.svg width =” 40height =” 30alt =” SNS投稿おすすめプログラム “> SNS投稿おすすめプログラム -Instagram・YouTube・TikTokに- </a>
</div>
</div>
<ul class =” hintPgList “>
<li>
<a href =” https://support.a8.net/as/HintOfProgram/ranking/rise.php target =” _blank “>
<img src =” https://support.a8.net/images/login_after/icon_crown.svg width =” 67height =” 50alt =” 人気ランキング “> <br>
人気ランキング </a>
</li>
<li> <a href =” https://support.a8.net/as/HintOfProgram/pickup/ target =” _blank “>
<img src =” https://support.a8.net/images/login_after/icon_new.svg width =” 67height =” 50alt =” 今週の新着 “> <br>
今週の新着 </a>
</li>
<li> <a href =” https://support.a8.net/as/HintOfProgram/selection.php target =” _blank “>
<img src =” https://support.a8.net/images/login_after/icon_billding.svg width =” 40height =” 30alt =” 参加広告主 “> <br>
参加広告主 </a>
</li>
<li> <a href =” https://support.a8.net/as/HintOfProgram/spselling.php target =” _blank “>
<img src =” https://support.a8.net/images/login_after/icon_phone.svg width =” 40height =” 30alt =” スマホで発生 “> <br>
スマホで発生 </a>
</li> <li>
<a href =” https://support.a8.net/as/momcheer/search.php target =” _blank “>
<img src =” https://support.a8.net/images/login_after/icon_dadmom.svg width =” 40height =” 30alt =” パパ・ママメディア “> <br>
パパ・ママ <br> メディア </a>
</li>
<li> <a href =” https://support.a8.net/as/HintOfProgram/for_beginners.php target =” _blank “>
<img src =” https://support.a8.net/images/login_after/icon_biginner.svg width =” 40height =” 30alt =” 初心者におすすめ “> <br>
初心者におすすめ </a>
</li>
<li> <a href =” https://support.a8.net/as/HintOfProgram/hobby.php target =” _blank “>
<img src =” https://support.a8.net/images/login_after/icon_hobby.svg width =” 40height =” 30alt =” 趣味から探す “> <br>
趣味から探す </a>
</li>
<li> <a href =” https://support.a8.net/as/HintOfProgram/experience.php target =” _blank “>
<img src =” https://support.a8.net/images/login_after/icon_experience.svg width =” 40height =” 30alt =” お試し購入・体験プログラム “> <br>
お試し購入・ <br> 体験プログラム </a>
</li> <li> <a href =” https://support.a8.net/as/HintOfProgram/over100.php target =” _blank “>
<img src =” https://support.a8.net/images/login_after/icon_over100.svg width =” 40height =” 30alt =” 100件以上発生 “> <br>
100件以上発生 </a>
</li>
<li> <a href =” https://support.a8.net/as/HintOfProgram/month_collection.php target =” _blank “>
<img src =” https://support.a8.net/images/login_after/icon_heart.svg width =” 40height =” 30alt =” 今月のおすすめ “> <br>
今月のおすすめ </a>
</li>
<li> <a href =” https://support.a8.net/as/programcheck/ target =” _blank “>
<img src =” https://support.a8.net/images/login_after/icon_glass.svg width =” 40height =” 30alt =” ぴったりプログラム診断 “> <br>
ぴったり <br> プログラム診断 </a>
</li>
<li> <a href =” https://support.a8.net/as/consumerneeds/travel.php target =” _blank “>
<img src =” https://support.a8.net/images/login_after/icon_travel.svg width =” 40height =” 30alt =” 旅行のニーズから見つける “> <br>
旅行のニーズから <br> 見つける </a>
</li>
</ul> <!–/hintPgList–>

<div class =” hintTopLink “>
<a href =” https://support.a8.net/as/HintOfProgram/ target =” _blank “>
プログラム選びのヒントTOPへ <img src =” https://support.a8.net/images/login_after/icon_arrow.svg width =” autoheight =” 10alt =” 初心者必見!スタッフ厳選のプログラムはこちら! “>
</a>
</div>
<!– 特集キャンペーン –>
<h2 class =” bg “> <span class =” labelExclusive “> 期間限定 </span> 特集 <span class =” txt12 “> 季節需要やトレンドの案件をまとめてご紹介! </span> </h2>
<style>
.labelExclusive {
display: inline-block;
width: 62px;
margin: 0 10px 2px 0;
padding: 4px 0;
background: #fff;
border-radius: 3px;
font-size: 13px;
font-size: 1.3rem;
font-weight: bold;
text-align: center;
color: #d00;
vertical-align: middle;
}
</style> <style type =” text/css “>
#campImgTypeBox {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 20px;
margin-top: 20px;
}

#campImgTypeBox li.border {
width: calc(50% – 10px);
border-radius: 10px;
border: 1px solid #CCC;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#campImgTypeBox li.border a {
text-decoration: none;
display: block;
padding: 14px;
text-align: center;
}

#campImgTypeBox li.border:hover {
background: #ffc;
border-radius: 10px;
text-decoration: none;
}

#campImgTypeBox .featureLink {
margin-top: 10px;
text-align: left;
}

#campImgTypeBox .featureLink p {
display: inline-block;
padding-left: 22px;
background: url(https://support.a8.net/images/login_after/arrowR.svg) left no-repeat;
background-size: 18px 18px;
font-size: 14px;
font-size: 1.4rem;
color: #003366;
font-weight: bold;
}
</style>
<ul id =” campImgTypeBox “> <li class =” border “> <a href =” https://support.a8.net/as/campaigns/?special_id=20240904_yearendgourmet&utm_source=afterLogin&utm_medium=banner&utm_campaign=20240904_yearendgourmet target =” _blanktitle =” 年末グルメ特集 “> <img src =” https://support.a8.net/as/campaigns/images/ban/20240904_yearendgourmet_260.jpg width =” 260alt =” 年末グルメ特集 “> <div class =” featureLink “> <p> 年末グルメ特集 </p> </div> </a> </li> <li class =” border “> <a href =” https://support.a8.net/as/campaigns/?special_id=20240821_housing&utm_source=afterLogin&utm_medium=banner&utm_campaign=20240821_housing target =” _blanktitle =” 住まい特集 “> <img src =” https://support.a8.net/as/campaigns/images/ban/20240821_housing_260.jpg width =” 260alt =” 住まい特集 “> <div class =” featureLink “> <p> 住まい特集 </p> </div> </a> </li> <li class =” border “> <a href =” https://support.a8.net/as/campaigns/?special_id=20240814_oshikatsu&utm_source=afterLogin&utm_medium=banner&utm_campaign=20240814_oshikatsu target =” _blanktitle =” 推し活特集 “> <img src =” https://support.a8.net/as/campaigns/images/ban/20240814_oshikatsu_260.jpg width =” 260alt =” 推し活特集 “> <div class =” featureLink “> <p> 推し活特集 </p> </div> </a> </li> <li class =” border “> <a href =” https://support.a8.net/as/campaigns/?special_id=20240807_timeperformance&utm_source=afterLogin&utm_medium=banner&utm_campaign=20240807_timeperformance target =” _blanktitle =” タイムパフォーマンス特集 “> <img src =” https://support.a8.net/as/campaigns/images/ban/20240807_timeperformance_260.jpg width =” 260alt =” タイムパフォーマンス特集 “> <div class =” featureLink “> <p> タイムパフォーマンス特集 </p> </div> </a> </li> <li class =” border “> <a href =” https://support.a8.net/as/campaigns/?special_id=20240805_rakutenservice&utm_source=afterLogin&utm_medium=banner&utm_campaign=20240805_rakutenservice target =” _blanktitle =” 楽天サービス特集 “> <img src =” https://support.a8.net/as/campaigns/images/ban/20240805_rakutenservice_260.jpg width =” 260alt =” 楽天サービス特集 “> <div class =” featureLink “> <p> 楽天サービス特集 </p> </div> </a> </li> </ul> <style>
.btnBoxFeature {
display: flex;
align-items: center;
justify-content: center;
margin-top:15px;
}
.archiveBtn, .featuredescBtn{
text-align: center;
margin: 0 15px;
}
.archiveBtn a, .featuredescBtn a{
width:228px;
display: inline-block;
font-weight: bold;
color: #FFF;
border-radius: 4px;
background: #d4576c;
box-shadow:0 4px 0 0 #b7344a;
padding: 10px;
max-width: 220px;
text-decoration: none;
margin: 5px auto 3px;
font-size:14px;
}
.archiveBtn a:hover,.featuredescBtn a:hover{
box-shadow:0 1px 0 0 #b7344a;
margin: 7px auto 1px;
}

</style>

<div class =” btnBoxFeature “>
<div class =” featuredescBtn “> <a href =” https://support.a8.net/as/featuredesc/?utm_source=afterLogin&utm_medium=pc&utm_campaign=A8featureUsage target =” _blank “> 特集の使い方はこちら </a> </div>
</div>

<!– PickUpニュース –>






















































<script type =” text/javascript “>
var timelineUrl = “//pub.a8.net/a8v2/media/timelineAction.do”;
$(
function() {
$.ajax({
type: “POST”,
url: timelineUrl,
data: {
action:”as_top”
}
}).done(function (j_data){
if ($(j_data).is(“#ecTimeline”)) {
$(“div#ecTimelineBox”).html(j_data);
$(“div#ecTimelineBox”).show();
}
});
}
);
</script>


<div id =” ecTimelineBoxstyle =” display: none; “> </div>

<!– セルフバック情報 –>









<div id =” topSelfback “>

<!– セルフバック –>
<style>
/* selfback */
ul.aboutSelfback{
width:600px;
overflow:hidden;
margin: 0 auto;
display: flex;
}
ul.aboutSelfback li{
width:162px;
padding-right:57px;
font-size:14px;
background: url(https://support.a8.net/images/login_after/icon-selfarrow.png) no-repeat;
background-position: 91% 70px;
float: none;
}
ul.aboutSelfback li:last-child{
padding-right:0;
}
ul.aboutSelfback li p{
margin:10px 0 0;
}
.toSelfback{
margin-top:15px;
text-align: center;
}
.toSelfback a{
display: inline-block;
font-weight: bold;
color: #FFF;
border-radius: 4px;
background: #1EAED2;
box-shadow:0 4px 0 0 #0384A4;
text-shadow: 1px 1px 1px #0384A4;
padding: 10px 0;
min-width: 200px;
text-decoration: none;
margin: 5px auto 3px;
}
.toSelfback a:hover{
box-shadow:0 1px 0 0 #0384A4;
margin: 7px auto 1px;
}
#selfbackContents {
background:#daecf4;
}
.toSelfback a {
color: #FFF;
background: #ff7b37;
box-shadow: 0 4px 0 0 #ca5011;
text-shadow: 1px 1px 1px #a45803;
}
.toSelfback a:hover{
box-shadow:0 1px 0 0 #ca5011;
margin: 7px auto 1px;
}
.selfCamp div {
justify-content: center;
}
.selfCamp div {
margin: auto;
width: 285px;
}
.selfCamp div img{
width: 285px;
}
.selftopbanner:hover {
opacity: 0.8;
}
</style>


<h2 class =” bg “> セルフバック <span> 自身で買い物や申込することで報酬がもらえるお得なサービスです </span> </h2>

<div id =” selfbackContents “>
<a href =” /a8v2/selfback/asSubContentsAction.do?action=about
&utm_source=loginafterSelf&utm_medium=banner&utm_campaign=selfbackban target =” _blankclass =” selftopbanner “> <img src =” https://support.a8.net/images/login_after/selftopban2204.png alt =” いつものお買い物で今すぐ報酬GET 初心者必見!セルフバックとは? width =” 100%height =” auto “> </a>

<h3> スタッフおすすめサービス4選 </h3> <style type =” text/css “>
.osusumeSB {
border: none !important;
margin: 0 0 10px !important;
font-feature-settings: “palt”;

}
.osusumeSB dl{display: table; width:288px; float:left; margin: 0 0 7px 8px !important;
padding: 6px 6px 4px 6px !important;}
.osusumeSB dl:hover{opacity:0.8;}
.osusumeSB dl:nth-child(odd){ padding-left:8px;}
.osusumeSB dl:nth-child(even){ padding-right:8px;}
.osusumeSB dt,.osusumeSB dd{display: table-cell;}
.osusumeSB dd{width:170px;vertical-align:top;font-size:14px;}
.osusumeSB dd .red{ color:#e10c0a; font-weight: bold;}

#selfbackContents dl {
background: url(//support.a8.net/images/login_after/topselfbak_bluearrow.png) right center no-repeat #fff;
background-size: 12px;
}
#selfbackContents{margin-top:20px;}
.osusumeSB dd {font-size: 12.5px !important;}
.osusumeSB dd span {font-size: 15px !important;}

#topSelfback h3 {
color: #076e9e;
font-weight: bold;
/*background: url(https://support.a8.net/images/login_after/ico-selfback.svg) no-repeat 10px / 22px 22px;*/
/*padding: 5px 5px 5px 35px;*/
background: none;
padding: 5px 5px 5px 5px;
border-bottom: 1px dotted #076e9e;
margin: 20px 10px 10px;
border-left: 3px solid #076e9e;
}
</style> <div class =” osusumeSB clearfix “> <a href =” /a8v2/selfback/asSearchAction.do?sbId=s00000023648002&amp;camp=L105 target =” _blank “>
<dl>
<dt> <img src =” https://pub.a8.net/a8v2/selfbackImageAction.do?insId=s00000023648002 width =” 100height =” 60alt =””> </dt>
<dd> <p> オークション形式の車買取 <br> <b> 楽天Car車買取 </b> <br> <span class =” red “> 報酬UP&nbsp;8,250円 </span> </p> </dd>
</dl>
</a> <a href =” /a8v2/selfback/asSearchAction.do?sbId=s00000025671001&amp;camp=L105 target =” _blank “>
<dl>
<dt> <img src =” https://pub.a8.net/a8v2/selfbackImageAction.do?insId=s00000025671001 width =” 100height =” 60alt =””> </dt>
<dd> <p> 九州グルメがお買い得 <br> <b> イオン九州オンライン </b> <br> <span class =” red “> 報酬UP&nbsp;10% </span> </p> </dd>
</dl>
</a> <a href =” /a8v2/selfback/asSearchAction.do?sbId=s00000025640001&amp;camp=L105 target =” _blank “>
<dl>
<dt> <img src =” https://pub.a8.net/a8v2/selfbackImageAction.do?insId=s00000025640001 width =” 100height =” 60alt =””> </dt>
<dd> <p> 浄水型サーバー <br> <b> ウォーターランド </b> <br> <span class =” red “> 報酬UP&nbsp;25,000円 </span> </p> </dd>
</dl>
</a> <a href =” /a8v2/selfback/asSearchAction.do?sbId=s00000023931001&amp;camp=L105 target =” _blank “>
<dl>
<dt> <img src =” https://pub.a8.net/a8v2/selfbackImageAction.do?insId=s00000023931001 width =” 100height =” 60alt =””> </dt>
<dd> <p> 次世代AI Wi-Fiで通信が安定 <br> <b> J:COM NET・TV </b> <br> <span class =” red “> 報酬&nbsp;30,000円 </span> </p> </dd>
</dl>
</a> </div>
<!– /osusumeSB clearfix –> <style type =” text/css “>
.selfCamp{display: flex; justify-content: space-between; margin-top: 20px; text-align: center;}
</style>
<div class =” selfCamp “>
<div class =” camp01 “> <a href =” //support.a8.net/selfback/camp/use/?utm_source=loginafterSelfBan01&utm_medium=banner&utm_campaign=selfbackban target =” _blank “> <img src =” //support.a8.net/selfback/ban/use285_70.png alt =”” width =” 285height =” 70 “> </a> </div>
<div class =” camp02 “> <a href =” https://support.a8.net/selfback/camp/beg-recommend/?utm_source=loginafterSelfBan02&utm_medium=banner&utm_campaign=selfbackban target =” _blank “> <img src =” https://support.a8.net/selfback/ban/2022beg_285_70.png alt =”” width =” 285height =” 70 “> </a> </div>
</div> <style>

#slick_container02 {
margin: 0 auto;
padding: 0 0 20px 0;
width: 580px;
}
.slick-slider {
/* background: #f7fff9; */
background: #ffffff;
border-radius:4px;
}
#slick_container02 ul li {
width: 95px;
padding: 0 9px 0 0px;
}
</style>


<!– セルフバックで人気のショップ –>


<h3> セルフバックで人気のショップ </h3>
<!–セルフバックトップ「最新トレンド★人気ショップ」slick_container02以下と同じものを入れる–>
<div id =” slick_container02 “>
<div class =” slideBox “>


<ul class =” seleList “>
<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000022156001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000022156/banner/202105181431358740.png alt =”” width =” 100height =” 60 ” />
</a>
</li>



<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000021781001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000021781/banner/202102121437458540.jpg alt =”” width =” 100height =” 60 ” />
</a>
</li>



<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000001343015&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000001343/banner/201907311710273970.jpg alt =”” width =” 100height =” 60 ” />
</a>
</li>



<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000022946001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000022946/banner/202112021134330330.png alt =”” width =” 100height =” 60 ” />
</a>
</li>



<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000023931001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000023931/banner/202211041021348810.jpg alt =”” width =” 100height =” 60 ” />
</a>
</li>



<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000017980001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000017980/banner/202112081834228080.jpg alt =”” width =” 100height =” 60 ” />
</a>
</li>



<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000024593001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000024593/banner/202305261334074310.jpg alt =”” width =” 100height =” 60 ” />
</a>
</li>



<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000017962001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000017962/banner/201803051052291270.jpg alt =”” width =” 100height =” 60 ” />
</a>
</li>



<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000025387001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000025387/banner/202312041721191930.png alt =”” width =” 100height =” 60 ” />
</a>
</li>



<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000008473001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000008473/banner/202305082126242510.jpg alt =”” width =” 100height =” 60 ” />
</a>
</li>
</ul>



<ul class =” seleList “>
<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000018254001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000018254/banner/201710131705395340.gif alt =”” width =” 100height =” 60 ” />
</a>
</li>



<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000023933001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000023933/banner/202211211237025250.jpg alt =”” width =” 100height =” 60 ” />
</a>
</li>



<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000013791001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000013791/banner/201809131121370560.jpg alt =”” width =” 100height =” 60 ” />
</a>
</li>



<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000021625001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000021625/banner/202012101435038980.jpg alt =”” width =” 100height =” 60 ” />
</a>
</li>



<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000025406001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000025406/banner/202401151004500770.jpg alt =”” width =” 100height =” 60 ” />
</a>
</li>



<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000020001001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000020001/banner/201904191453454970.jpg alt =”” width =” 100height =” 60 ” />
</a>
</li>



<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000023583001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000023583/banner/202206281140177080.png alt =”” width =” 100height =” 60 ” />
</a>
</li>



<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000024608001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000024608/banner/202311080950483270.png alt =”” width =” 100height =” 60 ” />
</a>
</li>



<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000024256001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000024256/banner/202304281142113440.png alt =”” width =” 100height =” 60 ” />
</a>
</li>



<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000000218001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000000218/banner/201807231737333920.gif alt =”” width =” 100height =” 60 ” />
</a>
</li>
</ul>



<ul class =” seleList “>
<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000017858001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000017858/banner/201710101814377440.jpg alt =”” width =” 100height =” 60 ” />
</a>
</li>



<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000014361001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000014361/banner/201812070733132811.jpg alt =”” width =” 100height =” 60 ” />
</a>
</li>



<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000001618001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000001618/banner/202008211559580230.gif alt =”” width =” 100height =” 60 ” />
</a>
</li>



<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000019835001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000019835/banner/201902271948062730.png alt =”” width =” 100height =” 60 ” />
</a>
</li>



<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000021220001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000021220/banner/202006301342530260.jpg alt =”” width =” 100height =” 60 ” />
</a>
</li>



<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000024494001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000024494/banner/202304281510513590.png alt =”” width =” 100height =” 60 ” />
</a>
</li>



<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000005230001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000005230/banner/202003231435457260.png alt =”” width =” 100height =” 60 ” />
</a>
</li>



<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000019330001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000019330/banner/201810151322018680.jpg alt =”” width =” 100height =” 60 ” />
</a>
</li>



<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000012209001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000012209/banner/202210312118346160.jpg alt =”” width =” 100height =” 60 ” />
</a>
</li>



<li>
<a href =’ /a8v2/selfback/asSearchAction.do?sbId=s00000002072001&amp;camp=2020 target =” _blank “>
<img src =” /data/s00000002072/banner/201905271312085910.gif alt =”” width =” 100height =” 60 ” />
</a>
</li>
</ul>


</div>
</div>


</div>

<!– セミナー・イベント情報 –>
</div> <!– /topSelfback –>
<h2 class =” bg “> セミナー・イベント情報 <span> <a href =” https://www.a8.net/campus/affiliate-seminar/?utm_source=afterLogin&utm_medium=button&utm_campaign=campus class =” arrow01target =” _blank “> すべて見る </a> </span> </h2>
<script type =” text/javascriptsrc =” /WebContents/js/as/login_after/slick.min.js “> </script>

<div id =” slick_container03 “>
<div class =” slideBox “>
<div class =” seleList “>
<div class =” seminarAreaS “> <dl>
<dt>
<a href =” https://support.a8.net/as/seminar/record/?list_id=levelup#seminar9 target =” _blank “> &#160; </a>
<img src =” https://www.a8.net/campus/wp-content/uploads/2024/08/seminer_kawai20240925_campusban.jpg class =” attachment-seminar_thumbnail size-seminar_thumbnail wp-post-image alt =”” height =” 200width =” 265 “>
</dt>
<dd> <p style =” color: #d00000; “> 【プロから学ぶ】 </p> </dd>
<dd> 9/25(水):サイト運営レベルアップセミナー </dd>
</dl> <dl>
<dt>
<a href =” https://support.a8.net/as/seminar/?seminar_id=insta20240925 target =” _blank “> &#160; </a>
<img src =” https://www.a8.net/campus/wp-content/uploads/2024/09/insta20240925_campus.jpg class =” attachment-seminar_thumbnail size-seminar_thumbnail wp-post-image alt =”” height =” 200width =” 265 “>
</dt>
<dd> <p style =” color: #d00000; “> 【初心者必見】 </p> </dd>
<dd> 9/25(水):インスタストーリーズハイライト活用法セミナー </dd>
</dl> </div> <!–/seminarAreaS–>
</div>
<div class =” seleList “>
<div class =” seminarAreaS “> <dl>
<dt>
<a href =” https://www.a8.net/campus/affiliate_seminar/6514 target =” _blank “> &#160; </a>
<img src =” https://www.a8.net/campus/wp-content/uploads/2024/09/v4_0902%E3%83%90%E3%83%8A%E3%83%BC.png class =” attachment-seminar_thumbnail size-seminar_thumbnail wp-post-image alt =”” height =” 200width =” 265 “>
</dt>
<dd> <p style =” color: #d00000; “> 【参加特典あり】 </p> </dd>
<dd> 9/27(金):ひふみセミナー </dd>
</dl> <dl>
<dt>
<a href =” https://www.a8.net/campus/affiliate-seminar/ target =” _blank “> &#160; </a>
<img src =” https://www.a8.net/campus/wp-content/themes/campusver/images/campus.gif class =” attachment-seminar_thumbnail size-seminar_thumbnail wp-post-image alt =”” height =” 200width =” 265 “>
</dt>
<dd> セミナー情報一覧はこちら </dd>
</dl> </div> <!–/seminarAreaS–>
</div>
</div> <!–/slideBox–>
</div> <!–/slick_container03–>
<!– リコメンドA2 –>













<!– recommendA2 –>
<div class =” recommendA2 “>
<p class =” ban “> <a href =” https://support.a8.net/as/review/?utm_source=a8rikomend&utm_medium=banner&utm_campaign=reviewprogram_rikoa2&utm_id=reviewprogram target =” _blankid =” recoA2 “> <img src =” https://support.a8.net/as/recommend/reviewbosyuu_230524_468.png alt =” 気になるアイテムをもらって記事を書こう!参加メディア募集中 >> “> </a> </p>
<p> <a href =” https://support.a8.net/as/review/?utm_source=a8rikomend&utm_medium=banner&utm_campaign=reviewprogram_rikoa2&utm_id=reviewprogram target =” _blankid =” recoA2 “> 気になるアイテムをもらって記事を書こう!参加メディア募集中 >> </a> </p>
<p class =” btnBox “> <a href =” https://support.a8.net/as/review/?utm_source=a8rikomend&utm_medium=banner&utm_campaign=reviewprogram_rikoa2&utm_id=reviewprogram class =” btntarget =” _blankid =” recoA2 “> <svg> <use xlink:href =” #arrow “> </use> </svg> 詳細を見る </a> </p>
</div>
<!– /recommendA2 –>



</section>

<p id =” pageTop “>
<a href =” #login “> <img src =” /media/design/images/pagetop.svg alt =” ページトップへ “> </a>
</p> <!–pageTop–>

</main> <!–/wrapper–>

<!– SpecialAd –>
<div id =” footerSpecialAd “> </div>






<div id =” modalWrapper “>
<div class =” modalBtn “> <p class =” closeModal “> <svg> <use xlink:href =” #close “> </use> </svg> </p> </div>
<div class =” closeModal modalOverLay “> </div>
<div class =” modalContents “>
<iframe class =” frame “> </iframe>
<div class =” loading “> <img src =” /media/design/images/loading.gif width =” 88height =” 88alt =” Now Loading “> </div>
</div> <!–/modalContents–>
</div> <!–/modalWrapper–>








<div id =” modal2Wrapper “>
<div class =” modalBtn “> <p class =” close2Modal “> <svg> <use xlink:href =” #close “> </use> </svg> </p> </div>
<div class =” modal2OverLay “> </div>
<div class =” modalContents “>
<iframe class =” frame “> </iframe>
<div class =” loading “> <img src =” /media/design/images/loading.gif width =” 88height =” 88alt =” Now Loading “> </div>
</div> <!–/modalContents–>
</div> <!–/modal2Wrapper–>

































































<div id =” qalertclass =” qalertstyle =” display:none; “> </div>









<!–footer–>
<footer>
<dl>
<dt> サポート </dt>
<dd>
<ul>
<li> <a href =” https://support.a8.net/a8/as/faq/ target =” _blank “> ヘルプ </a> </li>
<li> <a href =” https://support.a8.net/as/contact/ target =” _blank “> お問い合わせ </a> </li>
<li> <a href =” https://support.a8.net/as/kiyaku.html target =” _blank “> 利用規約 </a> </li>
<li> <a href =” https://www.a8.net/a8compliance.html target =” _blank “> 不正行為と法律違反 </a> </li>
<li> <a href =” https://support.a8.net/a8/as/faq/2015/post_637.html target =” _blank “> 推奨環境 </a> </li>
</ul>
</dd>
</dl>
<ul class =” related “>
<li> <a href =” https://seedapp.jp/ target =” _blank “> seedApp </a> </li>
<li> <a href =” https://dpay-pointmall.com/ target =” _blank “> d払いポイントGETモール </a> </li>
<li> <a href =” https://coreda.jp/ target =” _blank “> coreda! </a> </li>
</ul>
<div class =” outline “>
<ul>
<li> <a href =” https://www.fancs.com/ target =” _blank “> 会社概要 </a> </li>
<li> <a href =” https://www.fancs.com/privacy target =” _blank “> 個人情報保護方針 </a> </li>
<li> <a href =” https://www.fancs.com/investors target =” _blank “> 投資家情報 </a> </li>
<li> <a href =” https://www.fancs.com/recruit target =” _blank “> 求人情報 </a> </li>
</ul>
<p class =” copyright “> Copyright&copy; FAN Communications, Inc. All Rights Reserved. </p>
</div> <!–/outline–>

</footer> <!–/footer–>

<!– スマホ用画面に遷移するためのリンク –>



</body>
<!– /body –>





</html>