@charset "UTF-8";
/* ==========================================================================
 * PAGES - price
 *
 * WordPressのページをカスタマイズ
 * ========================================================================== */
/* ==========================================================================
 * ABSTRACTS - variables
 *
 * テーマ全体で使用する変数を定義
 * ========================================================================== */
/* ==========================================================
  ▼ ブランドカラー
============================================================ */
/* ==========================================================
  ▼ プランカラー
============================================================ */
/* ==========================================================
  ▼ UIカラー（補助的なカラーパレット）
============================================================ */
/* ==========================================================
  ▼ フォント関連
============================================================ */
/* ==========================================================================
 * ABSTRACTS - mixins
 *
 * テーマで再利用可能な変数を定義
 * ========================================================================== */
/* ==========================================================
  ▼ @mixin respon($device) - デバイスごとのレスポンシブ処理
============================================================ */
/* ==========================================================
  ▼ @mixin clearfix - フロート解除用
============================================================ */
/* ==========================================================
  ▼ @mixin nested-ol - olの入れ子階層に応じた番号スタイル
============================================================ */
/* ==========================================================
  ▼ price
============================================================ */
#price {
  padding-top: 0 !important;
  background: url("../img/bg_img01.jpg") no-repeat center/cover;
}
#price .breadcrumb_list {
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  #price .breadcrumb_list {
    padding-bottom: 40px;
  }
}
#price .price_wrap {
  display: -webkit-box;
  display: flex;
  gap: 8px;
  margin-top: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #price .price_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 40px;
  }
}
#price .price_wrap .plan_box {
  width: calc((100% - 24px) / 4);
  scale: 0.9;
}
@media screen and (max-width: 768px) {
  #price .price_wrap .plan_box {
    width: 100%;
    scale: 1 !important;
    margin: 0 auto;
  }
}
#price .price_wrap .plan_box .speech {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #price .price_wrap .plan_box .speech {
    font-size: 1.4em !important;
  }
}
#price .price_wrap .plan_box .speech::before, #price .price_wrap .plan_box .speech::after {
  content: "";
  width: 24px;
  height: 2px;
  box-sizing: border-box;
  background-color: #444444;
}
#price .price_wrap .plan_box .speech::before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
#price .price_wrap .plan_box .speech::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
#price .price_wrap .plan_box .card {
  border: 4px solid #000000;
  background-color: #ffffff;
  box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.3);
}
#price .price_wrap .plan_box .card .card_header {
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 8px;
  scale: 1.02;
}
@media screen and (max-width: 768px) {
  #price .price_wrap .plan_box .card .card_header {
    font-size: 2rem !important;
  }
}
#price .price_wrap .plan_box .card .card_header h1, #price .price_wrap .plan_box .card .card_header h2, #price .price_wrap .plan_box .card .card_header h3, #price .price_wrap .plan_box .card .card_header h4, #price .price_wrap .plan_box .card .card_header h5, #price .price_wrap .plan_box .card .card_header h6 {
  margin: 0;
}
#price .price_wrap .plan_box .card .card_body {
  padding: 16px;
}
#price .price_wrap .plan_box .card .card_body table {
  width: 100%;
}
#price .price_wrap .plan_box .card .card_body table tr + tr {
  border-top: 2px solid #dddddd;
}
#price .price_wrap .plan_box .card .card_body table tr:nth-of-type(1) td {
  color: #eb4f56;
}
#price .price_wrap .plan_box .card .card_body table tr:nth-of-type(2) td {
  color: #e47308;
}
#price .price_wrap .plan_box .card .card_body table tr:nth-of-type(3) {
  background-color: rgba(228, 115, 8, 0.1);
}
#price .price_wrap .plan_box .card .card_body table th, #price .price_wrap .plan_box .card .card_body table td {
  font-weight: bold;
  padding: 8px 4px;
  vertical-align: middle;
}
#price .price_wrap .plan_box .card .card_body table th {
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  #price .price_wrap .plan_box .card .card_body table th {
    font-size: 1em;
  }
}
#price .price_wrap .plan_box .card .card_body table td {
  font-size: 1.4em;
  text-align: center;
  letter-spacing: 0.2rem;
}
#price .price_wrap .plan_box .card .card_body table td small {
  font-size: 0.7em;
}
#price .price_wrap .plan_box .card .card_body table td .tax {
  display: block;
  text-align: right;
  font-size: 0.5em;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  #price .price_wrap .plan_box .card .card_body table td .tax {
    text-align: center;
  }
}
#price .price_wrap .plan_box#light_plan .card {
  border: 4px solid #199f71;
}
#price .price_wrap .plan_box#light_plan .card .card_header {
  background-color: #199f71;
}
#price .price_wrap .plan_box#basic_plan {
  scale: 1.02;
  margin-left: 12px;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  #price .price_wrap .plan_box#basic_plan {
    scale: 1;
    margin-left: 0;
    margin-right: 0;
  }
}
#price .price_wrap .plan_box#basic_plan .speech {
  font-size: 1.4em;
}
#price .price_wrap .plan_box#basic_plan .card {
  border: 4px solid #137572;
}
#price .price_wrap .plan_box#basic_plan .card .card_header {
  background-color: #137572;
  font-size: 1.2em;
}
#price .price_wrap .plan_box#pro_plan .card {
  border: 4px solid #0b635c;
}
#price .price_wrap .plan_box#pro_plan .card .card_header {
  background-color: #0b635c;
}
#price .price_wrap .plan_box#pro80_plan .card {
  border: 4px solid #004b49;
}
#price .price_wrap .plan_box#pro80_plan .card .card_header {
  background-color: #004b49;
}

/* ==========================================================
  ▼ compare
============================================================ */
#compare .sp_note {
  display: none;
}
@media screen and (max-width: 768px) {
  #compare .sp_note {
    display: block;
    text-align: center;
    margin-bottom: 8px;
    font-size: 0.8em;
  }
}
#compare .compare_box {
  /* optional：スクロールバーのスタイル微調整 */
}
@media screen and (max-width: 768px) {
  #compare .compare_box {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
#compare .compare_box table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #compare .compare_box table {
    border-collapse: collapse;
  }
}
#compare .compare_box table th, #compare .compare_box table td {
  padding: 12px;
  border: 1px solid #dddddd;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  vertical-align: middle;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #compare .compare_box table th, #compare .compare_box table td {
    white-space: nowrap;
    padding: 12px 6px;
  }
}
@media screen and (max-width: 768px) {
  #compare .compare_box table thead .section th {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
  }
}
#compare .compare_box table thead th {
  background-color: #666666;
  color: #ffffff;
}
#compare .compare_box table thead .free {
  background-color: #e47308;
}
#compare .compare_box table thead .light {
  background-color: #199f71;
}
#compare .compare_box table thead .basic {
  background-color: #137572;
}
#compare .compare_box table thead .pro {
  background-color: #0b635c;
}
#compare .compare_box table thead .pro80 {
  background-color: #004b49;
}
#compare .compare_box table tbody .section {
  border-top: 4px solid #dddddd;
}
#compare .compare_box table tbody .section th {
  background-color: #0fa775;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #compare .compare_box table tbody .section th {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
  }
}
#compare .compare_box table tbody th {
  background-color: #f5f8f5;
}
@media screen and (max-width: 768px) {
  #compare .compare_box table tbody th {
    position: -webkit-sticky;
    position: sticky;
    left: 41px;
    z-index: 2;
  }
}
#compare .compare_box table tbody td small {
  font-size: 1rem;
}
#compare .compare_box table tbody td a {
  display: block;
  font-weight: normal;
  font-size: 1rem;
}
#compare .compare_box table tbody a {
  text-decoration: underline;
  color: #000000;
}
#compare .compare_box table tbody a:hover {
  color: #0fa775;
}
#compare .compare_box table tbody .free {
  color: #e47308;
}
#compare .compare_box table tbody .light {
  color: #199f71;
}
#compare .compare_box table tbody .basic {
  color: #137572;
}
#compare .compare_box table tbody .pro {
  color: #0b635c;
}
#compare .compare_box table tbody .pro80 {
  color: #004b49;
}
#compare .compare_box table .tooltip-wrap {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #666666;
}
#compare .compare_box table .tooltip-wrap .tooltip-content {
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000000;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 1.2rem;
  white-space: nowrap;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #compare .compare_box table .tooltip-wrap .tooltip-content {
    top: auto;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-80%) translateY(-12px);
            transform: translateX(-80%) translateY(-12px);
  }
}
#compare .compare_box table .tooltip-wrap .tooltip-content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 8px solid transparent;
  border-right-color: #000000;
}
@media screen and (max-width: 768px) {
  #compare .compare_box table .tooltip-wrap .tooltip-content::before {
    border-right-color: transparent;
    top: 100%;
    left: 80%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top-color: #000000;
  }
}
#compare .compare_box table .tooltip-wrap:hover .tooltip-content {
  opacity: 1;
  visibility: visible;
}
#compare .compare_box::-webkit-scrollbar {
  height: 8px;
}
#compare .compare_box::-webkit-scrollbar-track {
  background-color: #eeeeee;
}
#compare .compare_box::-webkit-scrollbar-thumb {
  background-color: #bbbbbb;
  border-radius: 4px;
}
#compare .lead {
  margin-top: 24px;
  margin-bottom: 0;
  text-align: center;
}

/* ==========================================================
  ▼ option
============================================================ */
#option {
  background: #f5f8f5;
}
#option .option_item + .option_item {
  padding-top: 40px;
}
#option .option_item .head_05 {
  margin-bottom: 0;
}
#option .option_item .option_wrap {
  background-color: #ffffff;
  padding: 8px 24px;
}
@media screen and (max-width: 768px) {
  #option .option_item .option_wrap {
    padding: 8px;
  }
}
#option .option_item .option_wrap .option_box {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  gap: 24px;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  #option .option_item .option_wrap .option_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
#option .option_item .option_wrap .option_box + .option_box {
  border-top: 1px dotted #dddddd;
}
#option .option_item .option_wrap .option_box .wrap_img {
  width: 20%;
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #option .option_item .option_wrap .option_box .wrap_img {
    width: 100%;
  }
}
#option .option_item .option_wrap .option_box .wrap_img img {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #option .option_item .option_wrap .option_box .wrap_img img {
    width: 40%;
  }
}
#option .option_item .option_wrap .option_box .wrap_description {
  -webkit-box-flex: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  #option .option_item .option_wrap .option_box .wrap_description .lead {
    text-align: center;
  }
}
#option .option_item .option_wrap .option_box .wrap_description p {
  font-weight: bold;
  font-size: 0.8em;
}
#option .option_item .option_wrap .option_box .wrap_description p span {
  color: #0fa775;
  font-size: 1.4em;
}
#option .option_item .option_wrap .option_box .wrap_description .insert_img {
  margin-top: 16px;
}
#option .option_item .option_wrap .option_box .wrap_description .insert_img img {
  width: 100%;
}
#option .option_item .option_wrap .option_box .wrap_description .insert_img.img_flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #option .option_item .option_wrap .option_box .wrap_description .insert_img.img_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
#option .option_item .option_wrap .option_box .wrap_description .insert_img.img_flex figure {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  #option .option_item .option_wrap .option_box .wrap_description .insert_img.img_flex figure {
    width: 100%;
  }
}