@charset "utf-8";
/* CSS Document */

/* ---------- 基本設定 ---------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  overflow: hidden;
}
html {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  overflow-y: scroll;

    scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/  
    -ms-overflow-style: none;/*Internet Explore対応のスクロールバー非表示コード*/   
}
html::-webkit-scrollbar {  
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
body {
  max-width: 800px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  word-break: break-all;
  margin: 0 auto;
  line-height: 1;
  font-size: 0.9375rem;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  color: #323232;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  color: inherit;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
/* 入力フォーム関係の設定 */
input, select {
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-text-fill-color: black;
  opacity: 1;
}
input:disabled {
  background-color: #E0E0E0;
}
input.ipt {
  width: 100%;
  font-size: 1.3125rem;
  padding: 11px;
  display: block;
  margin-top: 5px;
  border: 1px solid #cccccc;
  color: #323232;
  border-radius: 10px;
}
input.btn-main {
  width: 100%;
  height: 50px;
  font-size: 1rem;
  margin-top: 20px;
  border-radius: 5px;
  background-color: #5e74ff;
  color: #ffffff;
  font-weight: bold;
  border-style: none;
}
input.readonly {
  width: 100%;
  font-size: 1.3125rem;
  padding: 11px;
  display: block;
  margin-top: 5px;
  background-color: #F9F9F9;
  color: #888888;
  border: 1px solid #dddddd;
}
/* ボタン関係の設定 */
button.btn-skip, button.btn-get, button.btn-sub {
  width: 100%;
  height: 50px;
  font-size: 1rem;
  display: block;
  border-radius: 25px;
  background-color: #5e74ff;
  color: #ffffff;
  border-style: none;
}
a.info {
  font-size: 0.625rem;
  padding: 2px 5px;
  display: block;
  border-radius: 3px;
  background-color: #d94363;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
/* コンテンツ部分の設定 */
#wrapper {
  min-width: 100%;
  position: relative;
  left: 0;
  right: 0;
  height: 100%;
  content: "";
  display: block;
  clear: both;
}
/* ----- header設定 ----- */
#header {
  width: 100%;
  height: 50px;
  position: relative;
  background-color: #fe8c9c;
  overflow: hidden;
}
#header h1 {
  width: 100%;
  text-align: center;
  margin: 6px auto 1px;
  padding: 0;
  font-size: 0.625rem;
  border: none;
  color: #ffffff;
}
#header img {
  width: 140px;
  margin: 0 auto;
  display: block;
}
#header span.search {
  position: absolute;
  top: 9px;
  right: 10px;
}
#header span.search a {
  line-height: 0;
}
#header span.search img {
  width: 30px;
  height: auto;
  margin: 0;
  display: block;
}
#header nav .inner-block {
  max-width: 100%;
  box-sizing: border-box;
  margin: 10px 15px 0;
}
#header .inner-block button.btn-logout {
  min-width: 100%;
  display: block;
  font-size: 1rem;
  overflow: hidden;
  padding: 8px 0;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #5e74ff;
  color: #ffffff;
  font-weight: bold;
  border-style: none;
}
/* -----/ header設定 ----- */

/* ----- トップ(index-top)ログイン前バナー部分の設定 ----- */
.banner-block {
  min-width: 100%;
  content: "";
  display: block;
  clear: both;
  line-height: 0;
}
.banner-block img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
}
/* ----- / トップ(index-top)ログイン前バナー部分の設定 ----- */

/* ----- コンテンツ内 見出し 基本設定 ----- */
h1, h2 {
  max-width: 100%;
}
h1 {
  margin: 10px 10px 0;
  padding: 2px 0 2px 5px;
  border-left: 4px solid #fe8c9c;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: left;
}
h2.title-center {
  margin: 10px 10px 0;
  padding: 2px 0 2px 5px;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
/* トップ（index）ページ　総合デイリーランキングの更新日付部分の設定　----- */
h1 span.update {
  display: block;
  white-space: nowrap;
  font-size: 0.8125rem;
  margin-top: 5px;
  font-weight: normal;
}
/* -----/ コンテンツ内 見出し 基本設定 ----- */

/* ----- list 基本設定 ----- */
/* number */
ol.number {
  min-width: 95%;
  overflow: hidden;
  list-style-type: decimal;
  padding: 0 0 0 20px;
  font-weight: normal;
  line-height: 1.6;
  font-size: 0.875rem;
}
ol.number li {
  min-width: 100%;
  box-sizing: border-box;
  margin-bottom: 8px;
}
/* disc */
ul.disc {
  min-width: 95%;
  overflow: hidden;
  list-style: none;
  padding: 0 0 0 20px;
  font-weight: normal;
  line-height: 1.6;
  font-size: 0.875rem;
}
ul.disc li {
  min-width: 100%;
  box-sizing: border-box;
  margin-bottom: 8px;
}
ul.disc li::before {
  position: relative;
  top: -2px;
  left: -10px;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: -4px;
  content: '';
  border-radius: 100%;
  background: #888888;
}
ul.disc li a {
  color: #FF0004;
  text-decoration: underline;
}
/* symbol */
ul.symbol {
  max-width: 100%;
  overflow: hidden;
  list-style: none;
  padding: 0 0 0 13px;
  font-weight: normal;
  line-height: 1.5;
  font-size: 0.875rem;
  box-sizing: border-box;
}
ul.symbol li {
  min-width: 100%;
  box-sizing: border-box;
  text-indent: -13px;
  text-align: left;
}
/* symbol-sc */
ul.symbol-sc {
  max-width: 100%;
  overflow: hidden;
  list-style: none;
  padding: 0 0 0 26px;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 0;
  box-sizing: border-box;
  margin: 0 0 5px 0;
}
ul.symbol-sc li {
  min-width: 100%;
  line-height: 1.5;
  box-sizing: border-box;
  text-indent: -26px;
  margin-bottom: 5px;
}
ul.symbol-sc li sup {
  vertical-align: text-top;
  font-size: 0.625rem;
}
/* インフォメーションのリスト部分 */
.information {
  max-width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  background-color: #ffffff;
  overflow: hidden;
}
.information ul {
  max-width: 100%;
  display: block;
  box-sizing: border-box;
  list-style: none;
  font-size: 0.8125rem;
}
.information ul li {
  width: 100%;
  padding: 3px 0;
  border-bottom: 1px dotted #cccccc;
}
.information ul li a {
  color: #276EFF;
  background-size: 11px;
  margin: 0 auto;
  line-height: 1.5;
}
/* -----/ list 基本設定 ----- */

/* ----- Copyright設定 ----- */
.copy {
  max-width: 100%;
  box-sizing: border-box;
  background-color: #fe8c9c;
  overflow: hidden;
  padding-bottom: 115px;
}
.copy p {
  max-width: 100%;
  box-sizing: border-box;
  margin: 10px 10px 40px;
  padding: 10px 10px 5px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 8px;
}
.copy p span {
  margin-bottom: 5px;
  font-size: 0.625rem;
  display: block;
  text-align: center;
}
/* -----/ Copyright設定 ----- */

/* ----- footer設定 ----- */
#footer {
  max-width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 1;
}
#footer .button-box {
  width: 100%;
  height: 100px;
  background: url("/img/footer-bg.png") repeat-x;
  background-size: 2260px;
  background-position: right top -15px;
}
#footer .button-box ul {
  width: 100%;
  position: absolute;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}
#footer .button-box ul Li a span.off {
  display: block;
}
#footer .button-box ul Li a span.on {
  display: none;
}
@media screen and (max-width: 320px) {
  #footer .button-box ul {
    width: 100%;
    position: absolute;
    padding-top: 46px;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
  }
  #footer .button-box ul Li a span.off {
    display: none;
  }
  #footer .button-box ul Li a span.on {
    display: block;
  }
}
#footer .button-box ul Li {
  width: 20%;
  height: 60px;
}
#footer .button-box ul Li:nth-child(6) {
  width: 90px;
  height: 80px;
  margin-top: -20px;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#footer .button-box ul Li a:nth-child(6) {
  width: 100%;
  height: 60px;
  margin: 0 auto;
}
#footer .button-box ul Li a {
  width: 100%;
  display: block;
}
#footer .button-box ul Li a img {
  width: 35px;
  height: 35px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 320px) {
  #footer .button-box ul Li a img {
    width: 34px;
  }
}
#footer .button-box ul Li a span {
  width: 100%;
  text-align: center;
  display: block;
  white-space: nowrap;
  font-size: 0.5rem;
  margin-top: 3px;
}
#footer .button-box ul Li.link05 a {
  width: 100%;
  height: 85px;
  background: url("/img/icon-footer-03-off.png") no-repeat center top;
  background-size: 50px 50px;
}
@media screen and (max-width: 320px) {
  #footer .button-box {
    height: 110px;
    background: url("/img/footer-bg.png") no-repeat;
    background-position: right;
    background-size: 2540px;
  }
}
/* -----/ footer設定 ----- */

/* ----- 戻るボタン ----- */
/* js の 前のページへ戻る history.back 用 */
.pagetop {
  position: fixed;
  bottom: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.pagetop a {
  width: 90px;
  display: block;
  background-color: #fe8c9c;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 0;
  margin-left: 10px;
  line-height: 1.5;
  border-radius: 5px;
  border: 1px solid #ffffff;
}
/* トップに戻る（ページの頭に戻る） */
.top {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 10px;
}
.top a {
  display: block;
  background-color: #fe8c9c;
  text-align: center;
  color: #fff;
  font-size: 0.8125rem;
  text-decoration: none;
  padding: 15px 10px;
  border-radius: 5px;
  border: 1px solid #ffffff;
}
/* ----------/ 戻るボタン ---------- */

/* ----- ＜前の20件＞ ＜次の20件＞ のボタン部分の設定  ----- */
.inner-block .page-view {
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
.inner-block .page-view .return, .inner-block .page-view .next {
  overflow: hidden;
  color: #ffffff;
  font-weight: bold;
  background-color: #868686;
  border-radius: 10px;
  font-size: 0.9375rem;
}
.inner-block .page-view .return {
  padding: 8px 14px 8px 10px;
}
.inner-block .page-view .next {
  padding: 8px 10px 8px 14px;
}
.inner-block .page-view a.return:hover, .inner-block .page-view a.next:hover {
  text-decoration: none;
}
.inner-block .page-view .none {
  background-color: #DBDBDB !important;
}
/* -----/ ＜前の20件＞ ＜次の20件＞ のボタン部分の設定  ----- */

/* ----- 各カテゴリーページH1アイコン画像の設定 ＆ 詳細ページのリンクカラー設定 ----- */
/* 総合通販（online-shopping）ページH1 ＆ 詳細（ad_detail.php）ページ*/
.online-shopping #contents h1.cate {
  background-image: url("/img/sample-image01-1.svg"), url("/img/image01-1-border.gif");
  background-repeat: no-repeat, no-repeat;
  background-size: 50px 50px, 800px 4px;
  background-position: left top, left 43px top 38px;
}
#details-top .acquisition .online-shopping, #details-bottom .bottom-card .acquisition .online-shopping {
  background-image: none;
}
#details-top .acquisition .online-shopping a, #details-bottom .bottom-card .acquisition .online-shopping a {
  background-color: #ffba96;
}
/* エンタメ（entertainment）ページH1 ＆ 詳細（ad_detail.php）ページ*/
.entertainment #contents h1.cate {
  background: url("/img/sample-image01-2.svg"), url("/img/image01-2-border.gif");
  background-repeat: no-repeat, no-repeat;
  background-size: 50px 50px, 800px 4px;
  background-position: left top, left 43px top 38px;
}
#details-top .acquisition .entertainment, #details-bottom .bottom-card .acquisition .entertainment {
  background-image: none;
}
#details-top .acquisition .entertainment a, #details-bottom .bottom-card .acquisition .entertainment a {
  background-color: #f7add1;
}
/* 家電・パソコン（home-appliances）ページH1 ＆ 詳細（ad_detail.php）ページ*/
.home-appliances #contents h1.cate {
  background: url("/img/sample-image01-3.svg"), url("/img/image01-3-border.gif");
  background-repeat: no-repeat, no-repeat;
  background-size: 50px 50px, 800px 4px;
  background-position: left top, left 43px top 38px;
}
#details-top .acquisition .home-appliances, #details-bottom .bottom-card .acquisition .home-appliances {
  background-image: none;
}
#details-top .acquisition .home-appliances a, #details-bottom .bottom-card .acquisition .home-appliances a {
  background-color: #b2e7f9;
}
/* 旅行（travel）ページH1 ＆ 詳細（ad_detail.php）ページ*/
.travel #contents h1.cate {
  background: url("/img/sample-image01-4.svg"), url("/img/image01-4-border.gif");
  background-repeat: no-repeat, no-repeat;
  background-size: 50px 50px, 800px 4px;
  background-position: left top, left 43px top 38px;
}
#details-top .acquisition .travel, #details-bottom .bottom-card .acquisition .travel {
  background-image: none;
}
#details-top .acquisition .travel a, #details-bottom .bottom-card .acquisition .travel a {
  background-color: #a1dd85;
}
/* ファッション（fashion）ページH1 ＆ 詳細（ad_detail.php）ページ*/
.fashion #contents h1.cate {
  background: url("/img/sample-image01-5.svg"), url("/img/image01-5-border.gif");
  background-repeat: no-repeat, no-repeat;
  background-size: 50px 50px, 800px 4px;
  background-position: left top, left 43px top 38px;
}
#details-top .acquisition .fashion, #details-bottom .bottom-card .acquisition .fashion {
  background-image: none;
}
#details-top .acquisition .fashion a, #details-bottom .bottom-card .acquisition .fashion a {
  background-color: #cfc6f7;
}
/* ビューティー（beauty）ページH1 ＆ 詳細（ad_detail.php）ページ*/
.beauty #contents h1.cate {
  background: url("/img/sample-image01-6.svg"), url("/img/image01-6-border.gif");
  background-repeat: no-repeat, no-repeat;
  background-size: 50px 50px, 800px 4px;
  background-position: left top, left 43px top 38px;
}
#details-top .acquisition .beauty, #details-bottom .bottom-card .acquisition .beauty {
  background-image: none;
}
#details-top .acquisition .beauty a, #details-bottom .bottom-card .acquisition .beauty a {
  background-color: #fabec5;
}
/* 生活用品（livingware）ページH1 ＆ 詳細（ad_detail.php）ページ*/
.livingware #contents h1.cate {
  background: url("/img/sample-image01-7.svg"), url("/img/image01-7-border.gif");
  background-repeat: no-repeat, no-repeat;
  background-size: 50px 50px, 800px 4px;
  background-position: left top, left 43px top 38px;
}
#details-top .acquisition .livingware, #details-bottom .bottom-card .acquisition .livingware {
  background-image: none;
}
#details-top .acquisition .livingware a, #details-bottom .bottom-card .acquisition .livingware a {
  background-color: #ffe286;
}
/* 食品・デリバリー（food_elivery）ページH1 ＆ 詳細（ad_detail.php）ページ*/
.food_elivery #contents h1.cate {
  background: url("/img/sample-image01-8.svg"), url("/img/image01-8-border.gif");
  background-repeat: no-repeat, no-repeat;
  background-size: 50px 50px, 800px 4px;
  background-position: left top, left 43px top 38px;
}
#details-top .acquisition .food_elivery, #details-bottom .bottom-card .acquisition .food_elivery {
  background-image: none;
}
#details-top .acquisition .food_elivery a, #details-bottom .bottom-card .acquisition .food_elivery a {
  background-color: #e8b5a8;
}
/* その他（buy-other）ページH1 ＆ 詳細（ad_detail.php）ページ*/
.buy-other #contents h1.cate {
  background: url("/img/sample-image01-9.svg"), url("/img/image01-9-border.gif");
  background-repeat: no-repeat, no-repeat;
  background-size: 50px 50px, 800px 4px;
  background-position: left top, left 43px top 38px;
}
#details-top .acquisition .buy-other, #details-bottom .bottom-card .acquisition .buy-other {
  background-image: none;
}
#details-top .acquisition .buy-other a, #details-bottom .bottom-card .acquisition .buy-other a {
  background-color: #c3c3c3;
}
/* アプリ（app）ページH1 ＆ 詳細（ad_detail.php）ページ*/
.app #contents h1.cate {
  background: url("/img/sample-image02-1.svg"), url("/img/image02-1-border.gif");
  background-repeat: no-repeat, no-repeat;
  background-size: 50px 50px, 800px 4px;
  background-position: left top, left 43px top 38px;
}
#details-top .acquisition .app, #details-bottom .bottom-card .acquisition .app {
  background-image: none;
}
#details-top .acquisition .app a, #details-bottom .bottom-card .acquisition .app a {
  background-color: #fa8e9b;
}
/* 会員登録（member-registration）ページH1 ＆ 詳細（ad_detail.php）ページ*/
.member-registration #contents h1.cate {
  background: url("/img/sample-image02-2.svg"), url("/img/image02-2-border.gif");
  background-repeat: no-repeat, no-repeat;
  background-size: 50px 50px, 800px 4px;
  background-position: left top, left 43px top 38px;
}
#details-top .acquisition .member-registration, #details-bottom .bottom-card .acquisition .member-registration {
  background-image: none;
}
#details-top .acquisition .member-registration a, #details-bottom .bottom-card .acquisition .member-registration a {
  background-color: #a0dd80;
}
/* 資料請求（document）ページH1 ＆ 詳細（ad_detail.php）ページ*/
.document #contents h1.cate {
  background: url("/img/sample-image02-3.svg"), url("/img/image02-3-border.gif");
  background-repeat: no-repeat, no-repeat;
  background-size: 50px 50px, 800px 4px;
  background-position: left top, left 43px top 38px;
}
#details-top .acquisition .document, #details-bottom .bottom-card .acquisition .document {
  background-image: none;
}
#details-top .acquisition .document a, #details-bottom .bottom-card .acquisition .document a {
  background-color: #d0c7fc;
}
/* 見積もり（estimate）ページH1 ＆ 詳細（ad_detail.php）ページ*/
.estimate #contents h1.cate {
  background: url("/img/sample-image02-4.svg"), url("/img/image02-4-border.gif");
  background-repeat: no-repeat, no-repeat;
  background-size: 50px 50px, 800px 4px;
  background-position: left top, left 43px top 38px;
}
#details-top .acquisition .estimate, #details-bottom .bottom-card .acquisition .estimate {
  background-image: none;
}
#details-top .acquisition .estimate a, #details-bottom .bottom-card .acquisition .estimate a {
  background-color: #ffbb9a;
}
/* クレジットカード（credit-card）ページH1 ＆ 詳細（ad_detail.php）ページ*/
.credit-card #contents h1.cate {
  background: url("/img/sample-image02-5.svg"), url("/img/image02-5-border.gif");
  background-repeat: no-repeat, no-repeat;
  background-size: 50px 50px, 800px 4px;
  background-position: left top, left 43px top 38px;
}
#details-top .acquisition .credit-card, #details-bottom .bottom-card .acquisition .credit-card {
  background-image: none;
}
#details-top .acquisition .credit-card a, #details-bottom .bottom-card .acquisition .credit-card a {
  background-color: #ffe286;
}
/* ローン・キャッシング（loan_caching）ページH1 ＆ 詳細（ad_detail.php）ページ*/
.loan_caching #contents h1.cate {
  background: url("/img/sample-image02-7.svg"), url("/img/image02-7-border.gif");
  background-repeat: no-repeat, no-repeat;
  background-size: 50px 50px, 800px 4px;
  background-position: left top, left 43px top 38px;
}
#details-top .acquisition .loan_caching, #details-bottom .bottom-card .acquisition .loan_caching {
  background-image: none;
}
#details-top .acquisition .loan_caching a, #details-bottom .bottom-card .acquisition .loan_caching a {
  background-color: #f4aed3;
}
/* 金融・証券・FX（finance_securities_fx）ページH1 ＆ 詳細（ad_detail.php）ページ*/
.finance_securities_fx #contents h1.cate {
  background: url("/img/sample-image02-7.svg"), url("/img/image02-7-border.gif");
  background-repeat: no-repeat, no-repeat;
  background-size: 50px 50px, 800px 4px;
  background-position: left top, left 43px top 38px;
}
#details-top .acquisition .finance_securities_fx, #details-bottom .bottom-card .acquisition .finance_securities_fx {
  background-image: none;
}
#details-top .acquisition .finance_securities_fx a, #details-bottom .bottom-card .acquisition .finance_securities_fx a {
  background-color: #9fdaf8;
}
/* 申込（application）ページH1 ＆ 詳細（ad_detail.php）ページ*/
.application #contents h1.cate {
  background: url("/img/sample-image02-8.svg"), url("/img/image02-8-border.gif");
  background-repeat: no-repeat, no-repeat;
  background-size: 50px 50px, 800px 4px;
  background-position: left top, left 43px top 38px;
}
#details-top .acquisition .application, #details-bottom .bottom-card .acquisition .application {
  background-image: none;
}
#details-top .acquisition .application a, #details-bottom .bottom-card .acquisition .application a {
  background-color: #ceada4;
}
/* その他（registration-other）ページH1 ＆ 詳細（ad_detail.php）ページ*/
.registration-other #contents h1.cate {
  background: url("/img/sample-image02-9.svg"), url("/img/image02-9-border.gif");
  background-repeat: no-repeat, no-repeat;
  background-size: 50px 50px, 800px 4px;
  background-position: left top, left 43px top 38px;
}
#details-top .acquisition .registration-other, #details-bottom .bottom-card .acquisition .registration-other {
  background-image: none;
}
#details-top .acquisition .registration-other a, #details-bottom .bottom-card .acquisition .registration-other a {
  background-color: #c3c3c3;
}
/* -----/ 各カテゴリーページと詳細ページの設定 ----- */

/* ----- その他のページH1アイコンの設定  ----- */
/* お気に入りリスト（favorite）ページH1 */
.favorite #contents h1.cate {
  background: url("/img/icon-registration.svg"), url("/img/icon-registration-border.gif");
  background-repeat: no-repeat, no-repeat;
  background-size: 50px 50px, 800px 4px;
  background-position: left top, left 38px top 38px;
}
/* 検索（search）ページH1 */
.search #contents h1.cate {
  background: url("/img/icon-search.svg"), url("/img/icon-search-border.gif");
  background-repeat: no-repeat, no-repeat;
  background-size: 50px 50px, 800px 4px;
  background-position: left top, left 43px top 38px;
}
/* 訪問履歴（ad_history）ページH1 */
.history #contents h1.cate {
  background: url("/img/icon-history.svg"), url("/img/icon-history-border.gif");
  background-repeat: no-repeat, no-repeat;
  background-size: 50px 50px, 800px 4px;
  background-position: left top, left 43px top 38px;
}
/* 友達紹介（friend）ページH1 */
.refer-friend {
  background: url("/img/friend-bg.gif") no-repeat center 46px;
  background-color: #fffddd;
  background-size: 100%;
}
@media screen and (max-width: 480px) {
  .refer-friend {
    background: url("/img/friend-bg.gif") no-repeat center 32px;
    background-color: #fffddd;
    background-size: 570px;
  }
}
/* 毎日コツコツ貯める（kotukotu）ページH1 */
h1.icon-kotukotu {
  box-sizing: border-box;
  padding: 18px 10px 13px 60px;
  background: url("/img/icon-kotukotu.png") no-repeat center left 3px;
  background-size: 50px 50px;
  border: none;
  line-height: 1.2;
}
/* アンケート（questionary）ページH1 */
h1.icon-questionnaire {
  box-sizing: border-box;
  padding: 18px 10px 13px 60px;
  background: url("/img/icon-questionnaire.png") no-repeat center left 3px;
  background-size: 50px 50px;
  border: none;
  line-height: 1.2;
}
/* タイピング(qp-typing)ページH1 */
h1.icon-qp-typing {
  box-sizing: border-box;
  padding: 18px 10px 13px 60px;
  background: url("/img/icon-qp-typing.png") no-repeat center left 3px;
  background-size: 50px 50px;
  border: none;
  line-height: 1.2;
  margin-bottom: 5px;
}
/* かんたんクイズページH1 */
h1.icon-quizandgame {
  box-sizing: border-box;
  padding: 18px 10px 13px 60px;
  background: url("/img/icon-quizandgame.png") no-repeat center left 3px;
  background-size: 50px 50px;
  border: none;
  line-height: 1.2;
}
h1.img-type {
  padding: 0;
  margin: 0;
  border: none;
  margin-bottom: 10px;
}
h1.img-type img {
  width: 100%;
  height: auto;
}
/* 高還元率（highrate-p0）ページH1 */
h1.icon-high-reduction-rate {
  box-sizing: border-box;
  padding: 8px 10px 5px 60px;
  background: url("/img/icon-high-reduction-rate.png") no-repeat center left 3px;
  background-size: 50px 50px;
  border: none;
  line-height: 1.2;
}
/* 高額報酬（highrate-p1）ページH1 */
h1.icon-high-reduction-amount {
  box-sizing: border-box;
  padding: 8px 10px 5px 60px;
  background: url("/img/icon-high-reduction-amount.png") no-repeat center left 3px;
  background-size: 50px 50px;
  border: none;
  line-height: 1.2;
}
/* すぐに報酬確定(shortterm)ページH1 */
h1.icon-fast-confirmation {
  box-sizing: border-box;
  padding: 8px 10px 5px 60px;
  background: url("/img/icon-fast-confirmation.png") no-repeat center left 3px;
  background-size: 50px 50px;
  border: none;
  line-height: 1.2;
}
/* 0円で報酬獲得(highrate-p2)ページH1 */
h1.icon-for-free {
  box-sizing: border-box;
  padding: 8px 10px 5px 60px;
  background: url("/img/icon-for-free.png") no-repeat center left 3px;
  background-size: 50px 50px;
  border: none;
  line-height: 1.2;
}
/* 期間限定 報酬額UP中案件(housyuu-gaku-up)ページH1 */
h1.icon-reward {
  box-sizing: border-box;
  padding: 8px 10px 5px 60px;
  background: url("/img/icon-reward.png") no-repeat center left 3px;
  background-size: 50px 50px;
  border: none;
  line-height: 1.2;
}
/* -----/ その他のページ H1の設定  ----- */

/* ----- 詳細ページの iOS と android の アイコン設定 ----- */
.ico.ios, .ico.android {
  min-width: 4.5em;
  padding: 0 5px;
  margin-left: 5px;
  text-align: center;
  font-style: normal;
  color: #ffffff;
}
.ico.ios {
  background-color: #ed8600;
}
.ico.android {
  background-color: #74ad00;
}
/* -----/ 詳細ページの iOS と android の アイコン設定 ----- */

/* ----- indexページのもっと見る部分のアイコン表示設定 ----- */
a.link-1 {
  float: right;
  color: #7e90ff !important;
  font-size: 0.750rem;
  font-weight: bold;
  margin-top: -4px;
  padding: 6px 20px 4px 0;
  text-decoration: none;
  background: url("/img/icon-link-t1.svg") no-repeat;
  background-size: 17px 17px;
  background-position: right center;
}
/* ----- indexページのもっと見る部分のアイコン表示設定 ----- */

/* ----- トップ（index）ページの各カテゴリブロックのBGカラー設定  ----- */
/* あなたへのおすすめページ BG */
.yellow {
  margin-bottom: 5px;
  background: url("/img/cate-bg.png") #FFF6D3 repeat;
  background-size: 10px 10px;
}
.yellow h1 {
  border-color: #fcc736;
}
/* ログイン前のおすすめページ ＆ ログイン後の訪問履歴ページ  */
.pink {
  margin-bottom: 5px;
  background: url("/img/cate-bg.png") #FFE1E1 repeat;
  background-size: 10px 10px;
}
.pink h1 {
  border-color: #ff8a8a;
}
/* アプリページ */
.green {
  margin-bottom: 5px;
  background: url("/img/cate-bg.png") #D3FFDC repeat;
  background-size: 10px 10px;
}
.green h1 {
  border-color: #3ce33c;
}
/* 新着ページ */
.blue {
  margin-bottom: 5px;
  background: url("/img/cate-bg.png") #DFF2FF repeat;
  background-size: 10px 10px;
}
.blue h1 {
  border-color: #37b1fe;
}
/* 総合デイリーランキングページ */
.purple {
  margin-bottom: 5px;
  background: url("/img/cate-bg.png") #efe4f6 repeat;
  background-size: 10px 10px;
}
.purple h1 {
  border-color: #c77df6;
}
/* -----/ トップ（index）ページの各カテゴリブロックのBGカラー設定 ----- */

/* ----- その他のページのBG設定 ----- */
/* 紙吹雪 */
.confetti-bg {
  background: url("/img/confetti-image_bg.png") repeat center top;
}
.standard-bg {
  background: url("/img/confetti-image_bg.png") repeat center top;
  margin-bottom: 5px;
}
/* standard-bg以下のimgの設定 */
.standard-bg > img {
  width: 100%;
  height: auto;
}
/* -----/ その他のページのBG設定 ----- */

/* ----- what_is_qp-in と what_is_qp の 画像部分の間隔 ----- */
.percent_mb {
  margin-bottom: 3%;
}
/* -----/ what_is_qp-in と what_is_qp の 画像部分の間隔 ----- */

/* ----- margin padding 設定  ----- */
/* margin-bottom 設定 */
.mb5 {
  margin-bottom: 5px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 30px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb140 {
  margin-bottom: 140px !important;
}
.mb280 {
  margin-bottom: 30px !important;
}
/* margin-top 設定 */
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mt120 {
  margin-top: 120px !important;
}
.mt130 {
  margin-top: 130px !important;
}
/* margin-left 設定 */
.ml10 {
  margin-left: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
/* padding-right 設定 */
.pr10 {
  padding-right: 10px !important;
}
/* padding-bottom 設定 */
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb280 {
  padding-bottom: 280px !important;
}
.margin-none {
  margin: 0 !important;
  padding: 0;
}
.bg-color-set {
  padding: 10px 5px;
  background-color: #FFF0F0;
  border-radius: 10px;
}
/* BGカラー 透明化 */
.bg-none {
  background-color: transparent !important;
}
/* ----- テキスト関係  フリー設定 ----- */
/* カラー設定 */
.color-red {
  color: #FF0000 !important;
}
.color-purple {
  color: #d86aff !important;
}
.color-green {
  color: #1ed800 !important;
}
.color-pink {
  color: #ff7cdc !important;
}
.color-blue {
  color: #00c4ff !important;
}
.color-orange {
  color: #ffa500 !important;
}
/* センター寄せ */
.center {
  text-align: center !important;
}
.font-14 {
  font-size: 0.893rem !important;
}
.text-left {
  text-align: left !important;
}
/* 太文字設 */
.text-bold {
  font-weight: bold !important;
}
.red-bold {
  color: #FF0000;
  font-weight: bold;
  display: block;
}
