/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */
/* カスタマイズする場合にはこれより下に追記してください  */
.pickup-slider .slick-slide .pickup-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* ----------------------------------------------------------------------
 基本スタイル
---------------------------------------------------------------------- */
/* float - 回り込み
------------------------------ */
.r-flo {
  float: right;
  margin: 10px
} /* 右に回り込み */
.l-flo {
  float: left;
  margin: 10px
} /* 左に回り込み */
.f-clear {
  clear: both
} /* 回り込みの解除 */
.r-flo-m0 {
  float: right;
} /* 右に回り込み */
.l-flo-m0 {
  float: left;
} /* 左に回り込み */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/* text-align - 配置
------------------------------ */
.c-align {
  text-align: center !important
} /* 中央寄せ */
.r-align {
  text-align: right !important
} /* 右寄せ */
.l-align {
  text-align: left !important
} /* 左寄せ */
/* a.img
------------------------------ */
img.lnk_btn:hover {
  transition: 0.5s;
}
img.lnk_btn:hover {
  opacity: 0.7;
}
/* ----------------------------------------------------------------------
 font-color - フォントカラー
---------------------------------------------------------------------- */
.f-red {
  color: red
} /* 赤色 */
.f-blue {
  color: #2ca9e1
} /* 青色 */
.f-green {
  color: #82ae46
} /* 緑色 */
.f-orange {
  color: #ff7d00
} /* 橙色 */
.f-yellow {
  color: #fff000
} /* 黄色 */
.f-pink {
  color: #ff0084
} /* ピンク */
.f-gray {
  color: #999999
} /* グレー */
/* ----------------------------------------------------------------------
 font-style - フォントスタイル
---------------------------------------------------------------------- */
.u {
  text-decoration: underline !important
} /* アンダーライン */
/* ----------------------------------------------------------------------
 margin - 要素の外側の余白
---------------------------------------------------------------------- */
.m10 {
  margin: 10px !important
}
.mt10 {
  margin-top: 10px !important
}
.mr10 {
  margin-right: 10px !important
}
.mb10 {
  margin-bottom: 10px !important
}
.ml10 {
  margin-left: 10px !important
}
.m20 {
  margin: 20px !important
}
.mt20 {
  margin-top: 20px !important
}
.mr20 {
  margin-right: 20px !important
}
.mb20 {
  margin-bottom: 20px !important
}
.ml20 {
  margin-left: 20px !important
}
/* ----------------------------------------------------------------------
 DIVERスタイルの上書き
---------------------------------------------------------------------- */
ul#mainnavul.menu {
  margin-right: 50px;
}
.header-logo #nav ul li:last-child ul.sub-menu {
  right: inherit;
}
#header ul.sub-menu li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
#header ul.sub-menu li a {
  margin: 0;
  padding: 20px !important;
  text-align: left;
}
#header ul.sub-menu li a:hover {
  color: #fff;
  background-color: #1a8093;
}
.diver_firstview_image {
  background-position: top center !important;
  background-size: 100% !important;
}
/* ----------------------------------------------------------------------
 ロードアニメーション
---------------------------------------------------------------------- */
.loader-wrap {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #1a8093;
  z-index: 99;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
/* ----------------------------------------------------------------------
 トップページスタイル
---------------------------------------------------------------------- */
.firstview_content {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 1.25rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
/* hero
------------------------------ */
/* ( hero-main ) */
.bg_hero {
  padding: 0;
  background: url(/cms/wp-content/uploads/2020/09/firstview.png) center top no-repeat;
  background-size: 100%;
}
.hero {
  padding: 0;
  margin: 0 0 70px;
  display: flex;
  justify-content: center;
}
.hero h1 {
  padding: 120px 0 0;
  font-size: 4.5rem;
  line-height: 1.1;
  font-weight: bold;
}
.hero p img {
  margin: 150px 0 0 30px;
  height: auto;
  vertical-align: middle;
}
.hero .hero__contact {
  position: absolute;
  top: 315px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 25px 120px 25px 180px;
  width: 590px;
  background: #1a8093;
  border-radius: 8px;
  transition: 0.5s;
}
.hero__contact p {
    margin: 0;
}
.hero .hero__contact:hover {
  background: #278e9b;
  opacity: 0.7;
}
.hero .hero__contact a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.hero .hero__contact img {
  position: absolute;
  top: -30px;
  left: 10px;
  width: 160px;
}
.hero .hero__contact p {
  text-align: left;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
}
.hero .hero__contact p span {
  display: block;
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.7;
}
.hero .hero__contact:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: '';
  display: inli ne-block;
  width: 100px;
  height: 100px;
  background-image: url(/cms/wp-content/uploads/2020/09/ico_mail_big.png);
  background-size: cover;
}
@media only screen and (max-width: 1023px) {
  .hero {
    margin: 0 0 190px;
    display: block;
  }
  .hero h1 {
    padding: 100px 0 0;
    font-size: 3.4rem;
  }
  .hero p img {
    margin: 10px 0 0;
  }
  .hero .hero__contact {
    top: 520px;
    left: -85px;
    padding: 25px 120px 25px 180px;
  }
}
@media only screen and (max-width: 768px) {
  .hero {
    margin: 0 0 30px;
  }
  .hero h1 {
    padding: 30px 0 0;
    font-size: 2.5rem;
  }
  .hero .hero__contact {
    position: relative;
    top: 0;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    margin: 10px 0 0;
    padding: 35px 110px 35px 120px;
  }
  .hero .hero__contact img {
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: 100px;
  }
  .hero .hero__contact:after {
    width: 100px;
    height: 100px;
    right: 5px;
  }
}
@media only screen and (max-width: 425px) {
  .hero .hero__contact p span {
    display: none;
  }
}
/* 新着記事一覧スタイル
------------------------------ */
.post_thumbnail {
  background: #fff;
}
.grid_post-box:hover .grid_post_thumbnail img, .post-box:hover .post_thumbnail img {
  -webkit-transform: none !important;
  transform: none !important;
  transition-duration: 0.2s;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.post-box .post-title {
  font-size: 1.25rem;
}
.widget_post_list .meta .post_list_title {
  font-weight: bold;
}
/* ----------------------------------------------------------------------
 投稿ページスタイル
---------------------------------------------------------------------- */
/* ブログ記事スタイル
------------------------------ */
.blog_w80per {
  margin: 0 auto;
  padding: 0;
  width: 80%;
  display: flex;
  justify-content: space-between;
}
.blog_w80per .image {
  margin: 0px auto !important;
  text-align: center;
  width: 30%;
  max-width: 150px;
}
.blog_w80per .image img {
  margin: 0px !important;
  padding: 0px !important;
}
.blog_w80per .blog_w80per_title_area {
  margin: 0 auto;
  padding: 0 0 0 5px;
  width: 70%;
}
.blog_w80per .sc_frame_wrap {
  margin: 0 auto;
}
@media only screen and (max-width:425px) {
  .blog_w80per {
    width: 100%;
    display: block;
  }
  .blog_w80per .image {
    width: 100%;
    display: block;
  }
  .blog_w80per .blog_w80per_title_area {
    width: 100%;
    display: block;
  }
}
/* アフィリエイトスタイル
------------------------------ */
.afi-btn-before-txt {
  margin: 0;
  padding: 0;
  color: #CCC;
  font-weight: bold;
}
.afi-btn-before-txt:before {
  padding-right: 5px;
  content: "＼";
}
.afi-btn-before-txt:after {
  padding-left: 5px;
  content: "／";
}
/* ----------------------------------------------------------------------
 固定ページスタイル
---------------------------------------------------------------------- */
/* contact
------------------------------ */
.contact {
  padding: 0;
}
.contact--wrapper {}
.contact .contact--wrapper h2 {
  margin: 30px 0 0;
  padding: 0;
  color: #000;
  font-size: 1.8rem;
  text-align: center;
  background-color: transparent;
}
.contact .contact--wrapper h2.text {
  display: inline-block;
}
.contact-container {
  margin: 80px auto 0;
  max-width: 800px;
}
.contact-text {
  margin: 0x;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
}
/* ( contact-form ) */
.contact-form {
  margin: 50px 0 0;
}
.contact-form .form_dl {
  display: flex;
  flex-wrap: wrap;
}
.contact-form .form_dl dt {
  width: 100%;
  padding: 32px 0 0;
  font-size: 1.0rem;
  font-weight: bold;
}
.contact-form .form_dl dt.require {
  width: 100%;
  padding: 35px 0 0;
  font-size: 1.0rem;
  font-weight: bold;
}
.haveto {
  font-size: 0.8rem;
  font-weight: normal;
  padding: 5px;
  background: #FF5B5B;
  color: #fff;
  border-radius: 2px;
  position: relative;
}
.contact-form .form_dl dt.title {
  width: 30%;
  padding: 5px 0 0;
  font-size: 1.1rem;
  font-weight: bold;
  border-bottom: 1px solid #dedede;
}
.contact-form .form_dl dd {
  width: 70%;
  padding: 5px 0 32px 32px;
  border-bottom: 1px solid #dedede;
  font-size: 1.0rem;
}
.contact-form .form_dl dd label {
  color: #000;
}
.contact-form .form_dl dd label a {
  color: #4c8eaf;
  text-decoration: underline;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], textarea {
  width: 100%;
}
.wpcf7 form.sent .wpcf7-response-output {}
@media only screen and (max-width: 1024px) {
  .contact .contact--wrapper h2 {
    font-size: 1.4rem;
  }
  .contact-container {
    margin: 50px 20px;
  }
  .contact-text {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
  .contact-form {
    margin: 10px 0 0;
  }
  .contact-form .form_dl dd {
    padding: 5px 0 32px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .contact .contact--wrapper h2 {
    margin: 30px 0 0 10px;
    text-align: left !important;
  }
  .contact-container {
    margin: 50px 10px;
  }
  .contact-form {
    margin: 0;
  }
  .contact-form .form_dl {
    display: block;
  }
  .contact-form .form_dl dt.require {
    width: 30%;
  }
  .contact-form .form_dl dt.title {
    width: 100%;
  }
  .contact-form .form_dl dd {
    width: 100%;
    padding: 35px 0 32px;
  }
}
/* アイキャッチ
------------------------------ */
.eyecatch_desc {
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
}
.eyecatch_desc .text {
  width: 65%;
}
.eyecatch_desc .text p.title {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.eyecatch_desc .image {
  width: 30%;
  text-align: center;
}
.eyecatch_desc img {
  margin: 0;
  padding: 0;
}
.eyecatch_desc .image span.price {
  margin: 0;
  padding: 0;
  color: #F00;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2.5rem;
}
@media only screen and (max-width:1024px) {
  .eyecatch_desc .image span.price {
    font-size: 2.0rem;
    line-height: 2.0rem;
  }
}
@media only screen and (max-width:768px) {
  .eyecatch_desc {
    display: block;
  }
  .eyecatch_desc .text {
    margin: 0 auto;
    width: 90%;
  }
  .eyecatch_desc .image {
    width: 100%;
  }
  .eyecatch_desc .image img {
    max-width: 250px;
  }
}
/* リニューアルボタンエリア
------------------------------ */
.renew_button_wrapper {
  width: 100%;
  margin: 20px 0 0;
  padding: 0;
}
.renew_button {
  margin: 0 auto;
  padding: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: 700px;
}
.renew_button:hover {
  transform: translateX(5px);
}
.renew_button img {
  margin: 0 0 5px;
  padding: 0;
}
@media only screen and (max-width:768px) {
  /* 横スクロールテーブル
  ------------------------------ */
  .table-scroll {
    overflow: auto; /*スクロールさせる*/
    white-space: nowrap; /*文字の折り返しを禁止*/
    width: 100%;
  }
  /* 以下、スクロールバーを追加 */
  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .table-scroll::-webkit-scrollbar-track {
    background: #333;
  }
  .table-scroll::-webkit-scrollbar-thumb {
    background: #999;
  }
}
/* テーブル　グレー
------------------------------ */
table.gray {
  width: 100%;
}
table.gray th {
  background-color: #eee;
  font-weight: normal;
  text-align: center;
}
table.gray tr {
  white-space: nowrap;
  background-color: #fff;
}
table.gray tr:nth-child(2n) {
  background-color: #fff;
}
/* テーブル　オレンジ
------------------------------ */
table.orange {
  width: 100%;
}
table.orange th {
  background-color: #ffa30d;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
table.orange tr {
  white-space: nowrap;
  background-color: #fff4e7;
}
table.orange tr:nth-child(2n) {
  background-color: #ffe8cb;
}
/* テーブル　グリーン
------------------------------ */
table.green {
  width: 100%;
}
table.green th {
  background-color: #2ac113;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
table.green tr {
  white-space: nowrap;
  background-color: #ebf1e9;
}
table.green tr:nth-child(2n) {
  background-color: #d5e3cf;
}
/* テーブル　ブルー
------------------------------ */
table.blue {
  width: 100%;
}
table.blue th {
  background-color: #70b8f1;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
table.blue tr {
  white-space: nowrap;
  background-color: #eaeff7;
}
table.blue tr:nth-child(2n) {
  background-color: #d2deef;
}
/* テーブル　HanaHanaカラー
------------------------------ */
table.hanacolor {
  width: 100%;
}
table.hanacolor th {
  background-color: #1a8093;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
table.hanacolor tr {
  background-color: #E8F9F9;
  white-space: nowrap;
}
table.hanacolor tr:nth-child(2n) {
  background-color: #BEEAE9;
}
table span.key {
  margin: 0;
  padding: 3px 5px;
  background-color: #1a8093;
  border-radius: 2px;
  color: #fff;
}
/* ----------------------------------------------------------------------
 button_cube - キューブ状にクルッと回転するホバーエフェクト
---------------------------------------------------------------------- */
.button_cube {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button_cube::before, .button_cube::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_cube, .button_cube::before, .button_cube::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_cube {
  position: relative;
  -webkit-perspective: 300px;
  perspective: 300px;
}
.button_cube span {
  display: block;
  position: absolute;
  width: 200px;
  height: 60px;
  border: 2px solid #333;
  text-align: center;
  line-height: 56px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  pointer-events: none;
}
.button_cube span:nth-child(1) {
  background-color: #333;
  color: #fff;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -30px;
  -moz-transform-origin: 50% 50% -30px;
  transform-origin: 50% 50% -30px;
}
.button_cube span:nth-child(2) {
  background-color: #fff;
  color: #333;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -30px;
  -moz-transform-origin: 50% 50% -30px;
  transform-origin: 50% 50% -30px;
}
.button_cube:hover span:nth-child(1) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.button_cube:hover span:nth-child(2) {
  background-color: #333;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
/*-----( sub-update )-----*/
.sub-update {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin: 0;
  padding: 0;
}
.sub-update .sub-update__item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: calc(100%/3);
  padding: 25px 30px;
  text-align: center;
}
.sub-update .sub-update__item:nth-child(2n) {
  background-color: #F2F2F2;
}
.sub-update .sub-update__item img {
  width: 80px;
  margin: 0 auto;
}
.sub-update .sub-update__item h3 {
  margin: 20px 0 13px !important;
  padding: 0;
  font-size: 1.0rem;
  line-height: 1.5rem;
  border: none;
  background-color: transparent;
}
.sub-update .sub-update__item p {
  margin: 0 !important;
  font-size: 1.0rem;
  line-height: 1.3rem;
}
.sub-update .sub-update__item:nth-child(-n+3) {
  margin-top: 0;
}
.sub-update .sub-update__item .price-wrapper {
  margin: 0;
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.sub-update .sub-update__item .price-wrapper div.title {
  display: inline;
  margin: 5px 0;
  padding: 5px 20px;
  border-right: 1px solid #ccc;
  line-height: 1.5rem;
}
.sub-update .sub-update__item .price-wrapper div.price-container {
  margin: 5px auto;
  padding: 5px 10px;
  line-height: 1.0rem;
}
.sub-update .sub-update__item .price-wrapper span.price {
  color: #F00;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.sub-update .sub-update__item .price-wrapper span.times {
  color: #F00;
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 1.8rem;
}
.sub-update .sub-update__item .price-wrapper span.text {
  color: #F00;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.sub-update .sub-update__item span.small {
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  background-color: #FEF;
}
.sub-update .sub-update__item .update_ex {
  margin: 0 5px;
  padding: 0;
}
.sub-update .sub-update__item .update_ex h3 {
  margin: 18px 0 5px !important;
  padding: 0 !important;
  font-weight: normal;
  text-align: left;
  line-height: 1.0rem;
}
.sub-update .sub-update__item .update_ex ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
}
.sub-update .sub-update__item .update_ex ul li {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 49%;
  text-align: left;
}
@media only screen and (max-width: 1649px) {
  .sub-update .sub-update__item {
    width: 50%;
  }
  .sub-update .sub-update__item:nth-child(2n) {
    background-color: #fff;
  }
  .sub-update .sub-update__item:nth-child(2), .sub-update .sub-update__item:nth-child(3), .sub-update .sub-update__item:nth-child(6), .sub-update .sub-update__item:nth-child(7) {
    background-color: #F2F2F2;
  }
  .sub-update .sub-update__item p {
    font-size: 0.9rem;
  }
  .sub-update .sub-update__item .price-wrapper div.title {
    padding: 5px 10px;
    font-size: 0.9em;
  }
  .sub-update .sub-update__item .price-wrapper span.price {
    font-size: 2.0rem;
  }
  .sub-update .sub-update__item .update_ex ul {
    display: block;
  }
  .sub-update .sub-update__item .update_ex ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 430px) {
  .sub-update .sub-update__item {
    width: 100%;
  }
  .sub-update .sub-update__item:nth-child(odd) {
    background-color: #fff;
  }
  .sub-update .sub-update__item:nth-child(even) {
    background-color: #F2F2F2;
  }
}
/*-----( sub-flow )-----*/
.sub-flow-wrapper {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.sub-flow-wrapper .sub-flow-border {
  margin: 0;
  padding: 10px 0 0;
  position: relative;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.sub-flow-wrapper .sub-flow-border:first-child {
  padding: 0;
}
.sub-flow-wrapper .sub-flow-border:before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 3;
}
.sub-flow-wrapper .sub-flow-border:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #ccc;
  z-index: 2;
}
.sub-flow-wrapper .sub-flow-border:last-child {
  border: none;
}
.sub-flow-wrapper .sub-flow-border:last-child:before {
  border: none;
}
.sub-flow-wrapper .sub-flow-border:last-child:after {
  border: none;
}
.sub-flow-wrapper .sub-flow-border .sub-flow {
  margin: 0;
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
  padding: 10px 0;
  position: relative;
}
.sub-flow-wrapper .sub-flow-border .sub-flow:after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 50%;
  margin-left: -22px;
  border: 22px solid transparent;
  border-top: 22px solid #FFE700;
  z-index: 1;
}
.sub-flow-wrapper .sub-flow-border .sub-flow-last {
  margin: 0;
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
  padding: 10px 0;
  position: relative;
}
.sub-flow-wrapper .sub-flow-border .sub-flow .flow, .sub-flow-wrapper .sub-flow-border .sub-flow-last .flow {
  width: 20%;
  font-weight: bolder;
  color: #999;
  line-height: normal;
}
.sub-flow-wrapper .sub-flow-border .sub-flow .flow span.num, .sub-flow-wrapper .sub-flow-border .sub-flow-last .flow span.num {
  font-size: 5.0rem;
  font-weight: bolder;
  color: #FFE700;
}
.sub-flow-wrapper .sub-flow-border .sub-flow .textarea, .sub-flow-wrapper .sub-flow-border .sub-flow-last .textarea {
  margin: 0;
  padding: 0 0 0 20px;
  width: 70%;
}
.sub-flow-wrapper .sub-flow-border .sub-flow .textarea p.title, .sub-flow-wrapper .sub-flow-border .sub-flow-last .textarea p.title {
  margin: 0;
  padding: 0;
  line-height: 1.8rem;
  font-weight: bold;
}
.sub-flow-wrapper .sub-flow-border .sub-flow .textarea p.desc, .sub-flow-wrapper .sub-flow-border .sub-flow-last .textarea p.desc {
  margin: 10px 0 0;
  padding: 0;
  line-height: 1.5rem;
}
.sub-flow-wrapper .sub-flow-border .sub-flow .textarea .party-wrapper, .sub-flow-wrapper .sub-flow-border .sub-flow-last .textarea .party-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.sub-flow-wrapper .sub-flow-border .sub-flow .textarea .party, .sub-flow-wrapper .sub-flow-border .sub-flow-last .textarea .party {
  padding: 11px 37px;
  margin: 10px 10px 0 0;
  font-size: 0.9rem;
  background-color: #e0e0e0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.sub-flow-wrapper .sub-flow-border .sub-flow .textarea .off, .sub-flow-wrapper .sub-flow-border .sub-flow-last .textarea .off {
  color: #b5b5b5;
  background-color: #F4F4F4;
}
.sub-flow-wrapper .sub-flow-border .sub-flow .icon, .sub-flow-wrapper .sub-flow-border .sub-flow-last .icon {
  margin: 0;
  padding: 0;
  width: 10%;
  text-align: center;
}
.sub-flow-wrapper .sub-flow-border .sub-flow .icon img, .sub-flow-wrapper .sub-flow-border .sub-flow-last .icon img {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1649px) {
  .sub-flow-wrapper .sub-flow-border .sub-flow .flow, .sub-flow-wrapper .sub-flow-border .sub-flow-last .flow {
    display: block;
    text-align: center;
    width: 100%;
  }
  .sub-flow-wrapper .sub-flow-border .sub-flow .textarea, .sub-flow-wrapper .sub-flow-border .sub-flow-last .textarea {
    display: block;
    width: 100%;
  }
  .sub-flow-wrapper .sub-flow-border .sub-flow .icon, .sub-flow-wrapper .sub-flow-border .sub-flow-last .icon {
    display: block;
    width: 100%;
  }
}
/* ----------------------------------------------------------------------
 faq - よくある質問スタイル
---------------------------------------------------------------------- */
.faq {
  margin-bottom: 10px;
}
.faq input {
  display: none;
}
.faq label {
  background: #BEEAE9;
  padding: 20px 50px; /* 内側の余白 */
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 3px;
  transition: 0.5s;
  background-image: url("/cms/wp-content/uploads/2021/06/q_icon.png");
  background-position: top 50% left 12px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.faq label:hover {
  color: #fff;
  background: #1a8093;
  background-image: url("/cms/wp-content/uploads/2021/06/q_icon_on.png");
  background-position: top 50% left 12px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.faq label:after {
  position: absolute;
  right: 20px; /* 左からの距離 */
  top: 50%; /* 上下中央配置 */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.5s;
  content: "＋"; /* アイコン */
}
.faq input:checked ~ label {
  color: #fff;
  background: #1a8093;
  border-radius: 3px 3px 0 0;
  background-image: url("/cms/wp-content/uploads/2021/06/q_icon_on.png");
  background-position: top 50% left 12px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.faq input:checked ~ label::after {
  content: "＋"; /* クリック後のアイコン */
  transform: translateY(-50%) rotate(45deg);
}
.faq div {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s; /* 開閉スピード */
}
.faq input:checked ~ div {
  height: auto;
  opacity: 1;
  padding: 20px 20px 20px 50px; /* 中身の枠内の余白 */
}
.faq .answer {
  display: flex;
  justify-content: start;
  background-color: #F0F0F0;
  background-image: url("/cms/wp-content/uploads/2021/06/a_icon.png");
  background-position: top 50% left 12px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border-radius: 0 0 3px 3px;
}
/* ----------------------------------------------------------------------
 afibox - アフィリエイト商材
---------------------------------------------------------------------- */
div.afibox {
  margin: 0;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  display: flex;
  justify-content: start;
}
div.afibox .image {
  margin: 0;
  padding: 0;
  width: 20%;
  max-height: 160px;
  text-align: center;
}
div.afibox .image img {
  margin: 0 !important;
  padding: 0 !important;
}
div.afibox .inner_title_area {
  margin: 0;
  padding: 0 10px;
  width: 80%;
}
div.afibox .inner_title_area .title {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}
div.afibox .inner_title_area .desc {
  margin: 10px 0 0;
  padding: 0;
  font-size: 0.9rem;
}
div.afibox .inner_title_area .btn {
  margin: 10px 0 0;
  padding: 0;
}
div.afibox .inner_title_area .afibtn_area {
  margin: 0;
  padding: 0;
}
div.afibox ul.afibtn {
  list-style-type: none;
  margin: 0 auto 10px;
  padding: 0;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
div.afibox ul.afibtn li {
  margin: 10px 5px 0;
  padding: 0;
  border-radius: 2px;
  border: none;
  box-shadow: 0 6px 12px -5px rgba(0, 0, 0, .3);
  -ms-flex: 0 0 auto;
  transition: 0.5s;
}
div.afibox ul.afibtn li:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 13px -5px rgba(0, 0, 0, .3)
}
div.afibox ul.afibtn li.amazonlink {
  background: #f6a306
}
div.afibox ul.afibtn li.rakutenlink {
  background: #cf4944;
}
div.afibox ul.afibtn li.yahoolink {
  background: #51a7e8;
}
div.afibox ul.afibtn li a {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: .9em;
  height: 30px;
  line-height: 30px;
  padding: 0 18px
}
@media only screen and (max-width: 426px) {
  div.afibox {
    display: block;
    width: 100%;
  }
  div.afibox .image {
    display: block;
    width: 100%;
  }
  div.afibox .inner_title_area {
    display: block;
    padding: 10px 10px 0;
    width: 100%;
  }
}
/* ----------------------------------------------------------------------
 ソースコードコピースタイル
---------------------------------------------------------------------- */
.code-block-container {
  position: relative;
}
.copy-btn.copied {
  background-color: #333333;
}
button.copy-btn {
  position: absolute;
  top: 4px;
  right: 6px;
  background: #1a8093;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 12px;
  z-index: 5;
  transition:.3s;
}
button.copy-btn::before {
    font-family: 'FontAwesome';
    content: '\f0c5';
    margin-right: 5px;
}
button.copy-btn:not(.copied):hover {
  opacity: 0.7;
}