@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* =============================================
   Simplicity2 子テーマ用スタイル
   ============================================= */

/* ------------------------------
   基本リンク
   ------------------------------ */
a {
  color: #0066cc;
  text-decoration: none;
  transition: color 0.2s ease;
  font-weight: bold;
}

a:hover {
  color: #0066cc;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ------------------------------
   記事本文
   ------------------------------ */
.article p {
  font-size: 27px;
  line-height: 2.0;
  margin: 20px 0;
}

.article p img {
  line-height: 0;
}

.article h1 {
  font-size: 33px;
}

.article h2 {
  padding: 0.4em 0.5em;
  color: #333;
  border-left: solid 2px #7db4e6;
  margin: 30px 0 45px 0;
}

/* ------------------------------
   その他本文関連
   ------------------------------ */
.black {
  background: #000080;
  padding: 15px;
}

span.marker-under {
  font-weight: bold !important;
}

/* ------------------------------
   投稿メタ情報
   ------------------------------ */
p.post-meta,
.post-meta {
  font-size: 12px;
  background-color: #fff;
  color: #999;
}

/* ------------------------------
   目次
   ------------------------------ */
#toc_container {
  margin-left: auto;
  margin-right: auto;
}

/* ------------------------------
   AppReach ボックス
   ------------------------------ */
#appreach-box {
  border-radius: 5px;
  border: solid 1px #1C75BC;
  background-color: #fff;
  margin: 2rem 0;
  padding: 1rem;
}

#appreach-box p,
#appreach-box br {
  display: none;
}

.appreach-info {
  overflow: hidden;
}

#appreach-appname {
  color: #094274;
  font-weight: bold;
}

#appreach-developer {
  margin-bottom: 1.5rem;
}

/* ------------------------------
   プロフィール枠
   ------------------------------ */
.profile {
  background-color: #fff;
  padding: 20px;
  display: flex;
  border: 3px solid #eaedf2 !important;
  margin: 40px 0;
}

.profile_image {
  text-align: center;
  padding-right: 14px;
}

.profile_image img {
  max-width: 80px;
  border-radius: 100%;
}

.profile_text_name {
  font-weight: bold;
  margin: 6px 0;
}

.profile_text_description {
  font-size: .8em;
  margin: 0;
}

/* スマホ対応 */
@media screen and (max-width: 480px) {
  .profile {
    display: block;
  }
  .profile_image {
    padding-right: 0;
  }
  .profile_image img {
    max-width: 120px;
  }
  .profile_text_name {
    text-align: center;
    margin-top: 6px;
  }
}

/* ------------------------------
   ボタンリンク（.btl）
   ------------------------------ */
.btl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 9999px;
  background: #0071e3;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  text-decoration: none;
  line-height: 1.2;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  min-height: 44px;
  margin: 0 auto;
  width: fit-content;
}

.btl:hover {
  background: #0077ed;
  transform: scale(1.03);
  color: #ffffff;
}

.btl:active {
  background: #0066cc;
  transform: scale(0.97);
}

/* ------------------------------
   紹介コードカード
   ------------------------------ */
.referral-card {
  max-width: 700px;
  margin: 40px auto;
  padding: 48px 32px;
  text-align: center;
  background: #f7faff;
  border: 1px solid #b8d2ff;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
}

.referral-label {
  font-size: 18px;
  color: #3c4a5d;
  margin-bottom: 20px;
  line-height: 1.6;
}

.referral-code {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #111827;
  margin-bottom: 20px;
  line-height: 1.2;
}

.referral-reward {
  display: block;
  width: fit-content;
  margin: 0 auto 24px auto;
  padding: 10px 18px;
  border-radius: 999px;
  background: #edf4ff;
  color: #2563eb;
  line-height: 1.6;
}

.referral-copy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  padding: 16px 36px;
  border-radius: 999px;
  background: linear-gradient(180deg, #4d8cff, #2563eb);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease !important;
}

.referral-copy-btn:hover {
  background: linear-gradient(180deg, #4d8cff, #2563eb) !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 28px rgba(37, 99, 235, .30) !important;
}

.referral-message {
  margin-top: 14px;
  opacity: 0;
  transition: .3s;
}

.referral-message.show {
  opacity: 1;
}

/* ------------------------------
   スマホ用スタイル
   ------------------------------ */
@media screen and (max-width: 639px) {
  .article h1 {
    text-align: center;
    padding: 0.5em 0;
    border-top: solid 3px;
    border-bottom: solid 3px;
  }

  #site-title,
  #site-description {
    margin-right: 0;
  }
}





/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/

/* =============================================
   独自追加スタイル
   ============================================= */

/* ------------------------------
   強調 span
   ------------------------------ */
span.bold {
  position: relative;
  margin: 0 10px 0 3px;
  padding: 7px;
  color: #fff;
  background: #0070c9;
  font-weight: bold;
  font-size: 90%;
}

span.bold:before {
  margin: 0 6px 0 0;
  content: "\f05a";
  font-family: FontAwesome;
  color: #fff;
}

span.white a {
  color: white;
}

/* ------------------------------
   色付きボックス
   ------------------------------ */
p.uber {
  background: #5FB70D;
  padding: 15px;
  color: #fff;
  box-shadow: 0 0 3px #DCDCDC;
}

.nike {
  background: #FF8500;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}

.sanwa {
  background: #FDF700;
  padding: 15px;
  color: #FA0000;
  font-weight: bold;
  text-align: center;
}

.relux {
  background: #0f0a64;
  padding: 15px;
  color: #fff;
}

.vaio {
  background: #4e526a;
  padding: 15px;
  color: #fff;
  text-align: center;
}

.vaio a,
.fujitsu a {
  color: #fff;
}

.fujitsu {
  background: #0f0a64;
  padding: 15px;
  color: #fff;
}

.black {
  background: #000;
  padding: 15px;
  color: #fff;
  vertical-align: middle;
}

/* ------------------------------
   メイン・レイアウト
   ------------------------------ */
#main {
  box-shadow: 0 0 3px #DCDCDC;
  border: none;
  border-radius: 15px;
  width: 740px;
}

#header-in, #navi-in, #body-in, #footer-in {
  width: 740px;
}

/* ------------------------------
   サイドバー
   ------------------------------ */
#sidebar {
  float: none;
  clear: both;
  padding: 15px;
  width: auto;
  position: static !important;
}

#sidebar ul {
  text-align: center;
  padding-left: 0;
}

#sidebar h3 {
  margin-bottom: 10px;
  font-size: 15px;
}

#sidebar li {
  font-size: 12px;
}

#sidebar li a {
  color: #666;
}

h3.widget_title.sidebar_widget_title {
  text-align: center;
}

/* ------------------------------
   ページトップボタン
   ------------------------------ */
#page-top {
  position: fixed;
  display: none;
  right: 20px;
  bottom: 20px;
}

#page-top a {
  color: #fff;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  text-align: center;
  background-color: #aaa;
  line-height: 100%;
  border-radius: 50%;
  font-size: 15px;
}

/* ------------------------------
   サイトタイトル・説明文
   ------------------------------ */
#site-title,
#site-description {
  text-align: center;
}

/* ------------------------------
   旅行クーポンリスト
   ------------------------------ */
.article ul.travel {
  margin-top: 40px;
  font-size: 19px;
  border: solid 2px #ffb03f;
  padding: 0 0.5em;
  position: relative;
}

.article ul.travel li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none !important;
}

.article ul.travel li:before {
  font-family: FontAwesome;
  content: "\f138";
  position: absolute;
  left: 0.5em;
  color: #ffb03f;
}

.article ul.travel li:last-of-type {
  border-bottom: none;
}

/* ------------------------------
   関連記事・SNS共有
   ------------------------------ */
div.ad-label {
  font-size: 10px;
}

aside#related-entries h2 {
  text-align: center;
  border-bottom: solid 4px #efefef;
}

p.sns-share-msg {
  text-align: center;
  border-bottom: solid 4px #efefef;
  font-weight: bold;
  line-height: 130%;
  color: #333;
}

/* ------------------------------
   GearBest
   ------------------------------ */
span.gb {
  font-weight: bold;
  border-bottom: 1px solid #000;
  font-size: 24px;
}

span.gb:before {
  content: '\f155';
  display: inline-block;
  font-family: FontAwesome;
  font-weight: bold;
  margin-right: 3px;
}

/* ------------------------------
   目次（TOC）
   ------------------------------ */
#toc_container {
  margin: 40px auto;
  padding: 15px 20px;
  background: #fff !important;
  border: 4px solid #e3eff8 !important;
  border-radius: 18px;
  color: #777;
  font-weight: bold;
}

#toc_container .toc_title {
  text-align: center;
  margin: 0 0 35px 0;
  font-size: 1.7em;
  border-bottom: 2px solid #dedede;
}

#toc_container .toc_list {
  list-style-type: none !important;
  counter-reset: li;
  padding: 0 30px;
}

#toc_container .toc_list > li {
  position: relative;
  margin: 0 0 15px 6px;
  line-height: 1.3em;
  font-size: .9em;
}

#toc_container .toc_list > li:after {
  counter-increment: li;
  content: "" counter(li) " |";
  position: absolute;
  left: -40px;
  top: -1px;
  font-size: 1.4em;
  letter-spacing: -1px;
  color: #0070c9;
}

#toc_container .toc_list > li a {
  font-weight: bold;
  text-decoration: none !important;
}

#toc_container .toc_list > li a:hover {
  text-decoration: underline !important;
}

#toc_container .toc_list > li ul {
  list-style-type: disc !important;
  margin-top: 15px;
  padding-left: 10px;
  color: #008db7;
}

#toc_container .toc_list > li ul li {
  list-style-type: disc !important;
  margin-bottom: 8px;
  font-size: .9em;
}

#toc_container .toc_title a {
  text-decoration: none;
  font-size: .7em;
}

.toc_number {
  display: none;
}

/* ------------------------------
   文字サイズ調整
   ------------------------------ */
.article p {
  font-size: 22px;
}

.article p a {
  font-size: 25px;
}

.article h2 {
  font-size: 36px;
}

.article p.post-meta {
  font-size: 11px;
}

@media screen and (max-width: 680px) {
  .article h2 {
    font-size: 24px;
  }
}

/* ------------------------------
   AppReach
   ------------------------------ */
.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}

.appreach:after {
  content: "";
  display: block;
  clear: both;
}

.appreach p {
  margin: 0;
}

.appreach a:after {
  display: none;
}

.appreach__icon {
  float: left;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  max-width: 120px !important;
  height: auto !important;
}

.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  max-width: 72%;
}

.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}

.appreach__info {
  font-size: 12px !important;
}

.appreach__posted {
  font-size: 7px;
}

.appreach__posted a {
  color: #000;
  font-size: 7px;
}

/* ------------------------------
   ヨメレバ・カエレバ
   ------------------------------ */
.kaerebalink-link1 a:before,
.booklink-link2 > div a:before {
  padding-right: 3px;
  font-family: FontAwesome;
  content: "\f0da";
}

.booklink-box, .kaerebalink-box {
  padding: 25px;
  margin-bottom: 10px;
  border: solid 4px #eee;
  overflow: hidden;
}

.booklink-image, .kaerebalink-image {
  margin: 0 15px 0 0;
  float: left;
  min-width: 160px;
  text-align: center;
}

.booklink-name, .kaerebalink-name {
  margin-bottom: 24px;
  line-height: 1.5em;
  font-size: 18px;
  font-weight: bold;
}

.booklink-powered-date, .kaerebalink-powered-date {
  margin-top: 10px;
  font-family: verdana;
  line-height: 120%;
  color: silver;
  font-weight: normal;
}

.booklink-link2 a,
.kaerebalink-link1 a {
  display: inline-block;
  height: 37px;
  margin: 5px 10px 5px 0;
  padding: 0 9px;
  border-radius: 3px;
  background: #73c1ea;
  text-decoration: none;
  font-weight: bold;
  line-height: 37px;
  transition: .3s ease-in-out;
  color: #fff !important;
}

.booklink-link2 a:hover,
.kaerebalink-link1 a:hover {
  opacity: 0.6;
}

/* ショップボタン色 */
.shoplinkamazon a { background-color: #FF9901 !important; }
.shoplinkrakuten a { background-color: #c20004 !important; }
.shoplinkkindle a { background-color: #007dcd !important; }
.shoplinkkakakucom a { background-color: #314995 !important; }
.shoplinkyahoo a { background-color: #7b0099 !important; }

.shoplinkyahoo img { display: none; }
.shoplinkyahoo a { font-size: 10px; }
.booklink-footer { display: none; }

@media screen and (max-width: 680px) {
  .booklink-box, .kaerebalink-box { padding: 15px; }
  .booklink-image, .kaerebalink-image {
    width: 100px !important;
    min-width: initial;
  }
  .booklink-link2 a,
  .kaerebalink-link1 a {
    height: 35px;
    padding: 0 12px;
    line-height: 35px;
    border-radius: 5px;
    box-shadow: 0 8px 15px -5px rgba(0, 0, 0, .25);
  }
}

/* ------------------------------
   その他色付きブロック
   ------------------------------ */
.red {
  text-align: center;
  background: red;
  color: white;
  padding: 5px;
}

.ya {
  text-align: center;
  background: #38816E;
  padding: 15px;
}

.puma {
  text-align: center;
  background: red;
  color: white;
  padding: 15px 0;
}

.puma a {
  color: white;
  font-size: 300%;
  font-weight: bold;
  text-decoration: none;
}

.puma a:hover {
  color: white;
}

/* ------------------------------
   フォーム入力
   ------------------------------ */
input[type="text"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
textarea {
  border-radius: 40px;
}

#s {
  height: 37px;
}

/* ------------------------------
   その他
   ------------------------------ */
.font120 {
  font-size: 200%;
  font-weight: bold;
  line-height: 1.5;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* PR表示 */
#block-4:after,
#block-11:before {
  content: "PR";
  color: #000;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: solid 1px;
  width: 50px;
  margin: 0 auto;
}

/* ------------------------------
   プロフィール枠
   ------------------------------ */
.profile {
  background-color: #fff;
  padding: 20px;
  display: flex;
  border: 3px solid #eaedf2 !important;
  margin: 40px 0;
}

.profile_image {
  text-align: center;
  padding-right: 14px;
}

.profile_image img {
  max-width: 80px;
  border-radius: 100%;
}

.profile_text_name {
  font-weight: bold;
  margin: 6px 0;
}

.profile_text_description {
  font-size: .8em;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .profile {
    display: block;
  }
  .profile_image {
    padding-right: 0;
  }
  .profile_image img {
    max-width: 120px;
  }
  .profile_text_name {
    text-align: center;
    margin-top: 6px;
  }
}