﻿* {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
}
input:focus, textarea:focus {
  background-color: #ffc
}

.nomargin {
  margin: 0 !important
}
.noborder {
  border: 0 !important
}
body.form-style {
  margin: 10px 0;
  background-color: #E4E2D6
}
body.form-style h1 {
  margin: 0;
  margin-bottom: 1.0em;
  font-size: 1.6em;
  border-left: 7px solid #84B400;
  padding: 10px;
  padding-right: 0
}
body.form-style p {
  font-size: 1.1em;
  line-height: 1.6em
}
body.form-style sup {
  color: #c00;
  font-size: 14px;
  top: -0.1em;
  margin: 0 0.4em
}
body.form-style div.header img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8
}



/* パンくずリスト */
.breadcrumb_cust {width:1140px; margin:0 auto; padding:10px 0; list-style:none;}
.breadcrumb_cust li {display:inline; list-style: none;}
.breadcrumb_cust li:after {content: '>'; padding: 0 0.2em; color:#555;}
.breadcrumb_cust li:last-child:after {content:'';}
.breadcrumb_cust li a {text-decoration:none; color:gray;}
.breadcrumb_cust li:first-child a:before {font-family:FontAwesome; content:'\f015'; font-weight:normal; font-size:1.1em; color:#84B400;}
.breadcrumb_cust li a:hover {text-decoration: underline;}

@media (min-width: 1200px) {
  .container {
      width: 1170px;
  }
}


@media (max-width: 768px) {
  body.form-style div.header div:first-child {
    text-align: center
  }
}





body.form-style div.box-wrapper {
  margin-top: 0.5em;
  border: 1px solid #d0ccb7;
  background-color: #fff;
  padding: 20px
}
body.form-style div.form-copyright {
  padding: 20px 0;
  text-align: center
}
body.form-style table.confirm th {
  width: 25%;
  background-color: #f9f9f9
}
body.form-style form {
  margin-top: 1.0em
}
body.form-style form textarea {
  height: 15.0em
}
body.form-style form small.notice {
  display: inline-block;
  margin-top: 2.0em;
  color: #999;
  margin-left: 1.5em;
  text-indent: -1.5em
}
body.form-style form small.notice:before {
  content: "※";
  margin-right: 0.5em
}
body.form-style form div.alert {
  margin-top: 0.2em
}
body.form-style p.gototop {
  margin-top: 2.0em
}
header div.logo-area {
  background-color: #fbf9ec;
  padding: 10px 0
}
header div.logo-area div.pull-left img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8
}
header div.logo-area div.pull-right ul a {
  color: #84B400;
  line-height: 41px
}
header div.logo-area div.pull-right ul a:hover {
  color: #FF9673
}
header div.logo-area div.pull-right ul a li {
  float: left;
  list-style-type: none;
  margin-left: 1.5em
}
header div.logo-area div.pull-right ul a li.login:before {
  font-family: 'FontAwesome';
  content: '\f007';
  padding-right: 0.5em
}
header div.logo-area div.pull-right ul a li.demo:before {
  font-family: 'FontAwesome';
  content: '\f040';
  padding-right: 0.5em
}
header div.global-navi div.navbar-header {
  background-color: #84B400
}
header div.global-navi div.navbar-header button {
  background-color: #fff
}
header div.global-navi div.navbar-header button span.icon-bar {
  background-color: #84B400
}
header div.global-navi nav {
  border: 0;
  background-color: #84B400;
  border-radius: 0;
  margin-bottom: 0
}
header div.global-navi nav.navbar {
  min-height: 0 !important
}
header div.global-navi nav div.navbar-collapse {
  padding: 10px 0
}
header div.global-navi nav ul.navbar-right {
  padding-right: 15px
}
header div.global-navi nav li {
  margin-left: 1.5em
}
header div.global-navi nav li:first-child {
  margin-left: 0
}
header div.global-navi nav li a {
  color: #fff !important;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 1px
}
header div.global-navi nav li a:hover {
  color: #FFC000;
  border-bottom: 4px solid #ffc000
}
header div.global-navi nav li.active a {
  border-bottom: 4px solid #FFC000;
  background-color: transparent !important
}
header div.global-navi nav li.inquiry a {
  border-bottom: 4px solid #FF9673
}
header div.global-navi nav li.inquiry a:hover {
  border-bottom: 4px solid #FFC000
}


#GlobalNaviList i{
  margin-left: 10px;
  font-size: 80%;
}
/* ==========================================================================
   PC表示用のホバー展開設定（画面幅 768px 以上にのみ適用）
   ========================================================================== */
   @media (min-width: 768px) {
    /* 親の「プラン」liの位置を基準にする */
    .global-navi .nav > li.dropdown {
      position: relative;
    }
  
    /* ドロップダウンメニューの初期状態（非表示・10px下に配置） */
    .global-navi .nav > li.dropdown .dropdown-menu {
      display: block; /* Bootstrap標準のdisplay切り替えを無効化し、opacityで制御 */
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%) translateY(10px); /* 10px下からフェードインさせる初期位置 */
      min-width: 280px;
      background-color: #fff;
      border: none; /* Bootstrap標準のボーダーをリセット */
      border-radius: 6px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); /* Repro Booster風の滑らかで美しい影 */
      padding: 8px 0;
      margin: 0;
  
      /* アニメーション用設定 */
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
      z-index: 999;
    }
  
    /* ドロップダウン上部中央の三角矢印（アクセントデザイン） */
    .global-navi .nav > li.dropdown .dropdown-menu::before {
      content: '';
      position: absolute;
      top: -6px;
      left: 50%;
      transform: translateX(-50%);
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #fff;
    }
  
    /* マウスオーバー（ホバー）時の表示挙動 */
    .global-navi .nav > li.dropdown:hover .dropdown-menu {
      opacity: 1;
      visibility: visible;
      transform: translateX(-50%) translateY(0); /* スライドアップして正規位置へ */
    }
    .global-navi .dropdown-menu li{margin-left: 0!important;}
    /* ドロップダウン内部の各リンクの基本設定 */
    .global-navi .dropdown-menu li a {
      display: block;
      padding: 12px 24px 8px 24px;
      text-decoration: none;
      color: #333 !important; /* Bootstrapの文字色を安全に上書き */
      background-color: transparent !important;
      text-align: left;
      transition: background-color 0.2s ease;
      white-space: normal;
    }
  
    /* 子要素リンクにマウスを当てたときの背景変化 */
    .global-navi .dropdown-menu li a:hover {
      background-color: #f7f9fb !important; /* 薄いグレーのホバー色 */
      color: #00bcd4 !important; /* サイトのテーマカラー等に合わせたホバー文字色（必要に応じて変更してください） */
    }
  
    /* テキストのスタイリング（タイトルと説明文） */
    .global-navi .dropdown-menu .menu-title {
      display: block;
      font-size: 14px;
      font-weight: bold;
      color: #1a1a1a;
      line-height: 1.4;
      margin-bottom: 2px;
    }
  
    .global-navi .dropdown-menu .menu-desc {
      display: block;
      font-size: 90%;
      color: #666;
      line-height: 1.3;
      font-weight: normal;
      margin-left: 0;
      margin-top: 2px;
    }
  }
  
  /* ==========================================================================
     スマホ表示用のレスポンシブ設定（画面幅 767px 以下）
     ========================================================================== */
  @media (max-width: 767px) {
    /* スマホはホバーができないため、メニュー展開時に最初からインデントされたリストとして並べる */
    .global-navi .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      background-color: transparent;
      border: none;
      box-shadow: none;
      opacity: 1;
      visibility: visible;
      display: block;
      padding: 5px 0 5px 15px; /* 左側にマージンを持たせて親子関係を可視化 */
    }
    .global-navi .dropdown-menu li{margin-left: 0!important;}
    .global-navi .dropdown-menu li a {
      padding: 12px 24px 8px 24px;
      color: #fff !important; /* スマホ用メニュー背景が暗い色であることを想定 */
      text-align: left;
      transition: background-color 0.2s ease;
      white-space: normal;
    }
  
    .global-navi .dropdown-menu .menu-title {
      display: inline-block;
      font-size: 14px;
      font-weight: bold;
      margin-right: 10px;
    }
  
    .global-navi .dropdown-menu .menu-desc {
        display: none !important;
    }
  }









article p {
  font-size: 1.1em;
  line-height: 1.5em
}
article div.subpage-top-bnr {
  height: auto
}
article div.subpage-top-bnr div.top-bnr-copy {
  padding-top: 80px;
  margin: 0 auto
}
article div.subpage-top-bnr div.top-bnr-copy h1 {
  text-align: center;
  margin: 0
}
article div.subpage-top-bnr div.top-bnr-copy h2 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.6em;
  margin: 0;
  margin-top: 1.0em
}
article div.area-white {
  padding: 60px 0
}
article div.area-white.arrow {
  position: relative
}
article div.area-white.arrow:after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -39px;
  left: 50%;
  margin-left: -40px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #fff transparent transparent transparent
}
article div.area-black-clear {
  background-color: rgba(51, 51, 51, 0.8)
}
article div.area-black-clear h3 {
  font-size: 1.8em;
  font-weight: bold;
  color: #fff
}
article div.area-black-clear.block-recommend {
  background: rgba(50, 50, 50, 0.8) none repeat scroll 0 0;
  padding: 10px 10px 10px 25px
}
article div.area-brown {
  background-color: #F0F0E0;
  padding: 60px 0
}
article div.area-brown.arrow {
  position: relative
}
article div.area-brown.arrow:after {
  content: "";
  position: absolute;
  bottom: -39px;
  left: 50%;
  margin-left: -40px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #F0F0E0 transparent transparent transparent
}
article div.area-gray {
  background-color: #f3f3f3;
  padding: 60px 0
}
article div.area-gray.arrow {
  position: relative
}
article div.area-gray.arrow:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -40px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #f3f3f3 transparent transparent transparent
}
article div.area-yellow {
  background-color: #fdf5c0;
  padding: 60px 0
}
article div.area-yellow.arrow {
  position: relative
}
article div.area-yellow.arrow:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -40px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #fdf5c0 transparent transparent transparent
}
article div.area-syellow {
  background-color: #FCD80F;
  padding: 60px 0
}
article div.area-syellow.arrow {
  position: relative
}
article div.area-syellow.arrow:after {
  content: "";
  position: absolute;
  bottom: -39px;
  left: 50%;
  margin-left: -40px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #FCD80F transparent transparent transparent
}
article div.area-sred {
  background-color: #EA7B79;
  padding: 60px 0
}
article div.area-sred.arrow {
  position: relative
}
article div.area-sred.arrow:after {
  content: "";
  position: absolute;
  bottom: -39px;
  left: 50%;
  margin-left: -40px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #EA7B79 transparent transparent transparent
}
article div.area-spink {
  background-color: #fff0f2;
  padding: 60px 0
}
article div.area-spink.arrow {
  position: relative
}
article div.area-spink.arrow:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -40px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #fff0f2 transparent transparent transparent
}
article div.area-lblue {
  background-color: #d0e7f4;
  padding: 60px 0
}
article div.area-lblue.arrow {
  position: relative
}
article div.area-lblue.arrow:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -40px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #d0e7f4 transparent transparent transparent
}
article div.area-lgreen {
  background-color: #e2f2ee;
  padding: 60px 0
}
article div.area-lgreen.arrow {
  position: relative
}
article div.area-lgreen.arrow:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -40px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #e2f2ee transparent transparent transparent
}
footer {
  background-color: #2A2A18;
  color: #AAAAAA;
  padding-top: 30px;
  padding-bottom: 40px
}
footer h2 {
  margin: 0;
  margin-top: 1.0em;
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: 200 !important;
  color: #fff
}

footer ul.sitelink li a {
  color: #AAAAAA
}
footer .fbanner_area {
  margin-top: 10px
}
footer .fbanner_area img {
  width: 60%;
  background-colo: #fff
}
footer .fbanner_area:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8
}
footer small.copyright {
  display: block;
  margin-top: 30px;
  text-align: center
}
footer p {
  line-height: 1.0em
}
footer form.inquiry {
  margin-top: 1.5em
}
footer form.inquiry div.row:last-child {
  margin-top: 1.0em
}
footer form.inquiry label {
  font-size: 0.9em;
  font-weight: normal
}
footer form.inquiry input, footer form.inquiry textarea, footer form.inquiry button {
  border: 0
}
footer form.inquiry input, footer form.inquiry textarea {
  font-size: 0.9em
}
footer form.inquiry input:focus, footer form.inquiry textarea:focus {
  background-color: #ffc
}
footer form.inquiry textarea {
  height: 14.4em
}
footer form.inquiry button {
  color: #fff;
  background-color: #777
}
footer form.inquiry button[disabled] {
  color: #000
}
footer .footer-inner-logo{}
footer .footer-inner {margin: 0;padding: 0;text-align: left;display: table-cell;}
footer h3 { margin: 0;margin-top: 1.0em;font-size: 1.2rem;font-weight: bold;color: #fff; }
.modal_img {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap
}
#demo {
  margin-top: 6.0em;
  margin-bottom: 4.0em
}
#demo p {
  font-size: 1.1em;
  line-height: 1.6em;
  margin-bottom: 1.2em
}
#demo h2 {
  margin: 0;
  text-align: center;
  line-height: 1.5em;
  font-weight: bold
}
#demo h3 {
  margin: 0;
  text-align: center;
  font-size: 1.4em;
  color: #FF7F00;
  margin-top: 0.7em;
  margin-bottom: 1.5em
}
#demo sup {
  color: #c00;
  font-size: 14px;
  top: -0.1em;
  margin: 0 0.4em
}
#demo .assist {
  margin-top: 4.0em
}
#demo form label {
  font-weight: normal
}
#demo form label span.label {
  margin: 0 1.0em
}
#demo form textarea {
  height: 15.0em
}
#demo form small.notice {
  display: inline-block;
  margin-top: 2.0em;
  color: #999;
  margin-left: 1.5em;
  text-indent: -1.5em
}
#demo form small.notice:before {
  content: "※";
  margin-right: 0.5em
}
#slide {
  position: fixed;
  width: 200px;
  height: 30px;
  bottom: 0;
  right: 0;
  color: #666;
  background: #fff;
  border-left: solid 1px #f0ad4e;
  border-top: solid 1px #f0ad4e;
  box-shadow: 0 0 2px 0 #ed9f30;
  z-index: 20
}
#slide img {
  vertical-align: top !important
}
#slide-in {
  padding: 0px 0px
}
#slide a {
  text-decoration: none;
  cursor: pointer
}
#slide h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 15px;
  background-color: #f0ad4e;
  border-color: #eea236;
  color: #fff;
  display: inline;
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
  padding: 6px 55px 15px 20px;
  text-align: left;
  vertical-align: bottom;
  white-space: nowrap
}
#slide .left {
  float: left;
  width: 100px
}
#slide .right {
  float: left;
  width: 70%;
  padding-left: 5px;
  margin-right: 10px;
  margin-top: 10px
}
#slide .clear {
  clear: both;
  line-height: 1.2em
}
#slide-contents {
  margin-top: 20px;
  padding: 10px
}
#slide #open-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(/assets/img/close-btn.gif)
}
#pageTop {
  background: #333;
  color: #FFF;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: .8
}
#pageTop span {
  display: block;
  background: #333;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 50px;
  font-size: 36px
}
#pageTop:hover {
  display: block;
  background: #333;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 50px;
  font-size: 36px
}
.assist img {
  border: 1px solid #84B400
}
.assist div.face {
  width: 150px
}
.assist div.balloon {
  background-color: #84B400;
  color: #fff;
  padding: 1.5em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}
.assist div.balloon p:last-child {
  margin-bottom: 0 !important
}
.assist div.balloon:after {
  content: "";
  position: absolute;
  top: 55px;
  left: -20px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #84B400 transparent transparent
}
iframe.agreement-iframe {
  width: 100%;
  border: 1px solid #E4E2D6;
  height: 250px;
  margin-top: 1.0em
}
div.agreement h4 {
  border-left: 5px solid #E4E2D6;
  padding: 10px 0;
  padding-left: 10px
}
div.agreement div.agreement-list {
  border: 1px solid #E4E2D6;
  padding: 1.0em;
  overflow-y: scroll;
  overflow-x: auto;
  height: 250px
}
div.agreement div.agreement-list ul {
  padding-left: 1.0em
}
div.agreement div.agreement-list ul li {
  font-size: 0.9em;
  margin-bottom: 0.5em
}
div.agreement div.agreement-list div.timestamp {
  text-align: right;
  font-size: 0.9em;
  font-weight: bold
}
div.hr {
  height: 55px;
  text-align: center
}
div.hr div {
  height: 1px;
  background-color: #DDDDDD
}
div.hr div span {
  position: relative;
  top: -2.0em
}
div.special-banner {
  background-color: #FFBF00;
  padding: 1.0em 0
}
div.special-banner h2 {
  font-weight: bold;
  margin-top: 0;
  text-align: center
}

.button_wrap03 {
  text-align: center;
  margin: 30px 0 0 0;
}
.button_wrap03 small{font-weight: 900;}
.button_wrap03 .geo-button-area{
  padding: 20px 24px;
    text-align: center;
    width: 46%;
    margin: 0 auto;
  }
  .button_wrap03 .geo-button-area a{
    height: 66px;
    padding: 22px 0;
  }
.geo-table-wrapper {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin: 40px auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.geo-table-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
}
.geo-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.geo-column {
  flex: 1;
  min-width: 280px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
}
.geo-column:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.geo-column.featured {
  border: 2px solid #ff9900;
}
.geo-badge {
  background: #ff9900;
  color: #fff;
  text-align: center;
  padding: 6px 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}
.geo-header {
  padding: 24px;
  text-align: center;
  background: #fafafa;
  border-bottom: 1px solid #eee;
}
.geo-header h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  color: #333;
font-weight: 900;
}
.geo-desc {
  font-size: 13px;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.4;
}
.geo-price {
  font-size: 28px;
  font-weight: bold;
  color: #e53935;
}
.geo-price span {
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.geo-tax {
  font-size: 11px;
  color: #999;
  margin-top: 4px;
}
.geo-button-area {
  padding: 20px 24px;
  text-align: center;
}
.geo-btn {
  display: block;
  background: #ff9900;
  color: #fff;
  text-decoration: none;
  padding: 12px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 15px;
  transition: background 0.2s;
}
.geo-btn:hover {
  background: #ff9900;
color:#fff;
}
.geo-btn.secondary {
  background: #fff;
  color: #ff9900;
  border: 1px solid #ff9900;
}
.geo-btn.secondary:hover {
  background: #f0f7ff;
}
.geo-specs {
  padding: 0;
  margin: 0;
  list-style: none;
  flex-grow: 1;
}
.geo-spec-item {
  padding: 14px 20px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
  color: #444;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.geo-spec-item:nth-child(even) {
  background: #fcfcfc;
}
.geo-label {
  font-weight: bold;
  color: #555;
}
.geo-value {
  text-align: right;
  color: #111;
}
.geo-value.check {
  color: #2e7d32;
  font-weight: bold;
}
.geo-value.none {
  color: #ccc;
}
.support-card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.support-card-icon i {
  border: 2px solid #e8762c;
  padding: 5px 15px;
  color: #e8762c;
  border-radius: 50px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.fa-phone:before {
  content: "\f095";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-comments:before {
  content: "\f086";
}
.support-point {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 60px 0;
}
.support-point-item {
  width: 33.33%;
  padding: 20px;
  text-align: center;
  background: #fdf2dc;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}
.support-point-copy {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 10px;
  display: block;
}
.support-point-copy span {
  font-size: 4.5rem;
  font-weight: 900;
  margin-bottom: 10px;
  display: block;
  color: #e8762c;
  letter-spacing: 0.05rem;
}
.support-card p {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 20px;
}

.support-point-desc {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
div.separate {
  text-align: center;
  font-size: 1.7em;
  color: #666;
  margin-top: 2.5em;
}

/* レスポンシブ対応（タブレット・スマホサイズ） */
@media (max-width: 950px) {
  .geo-table {
    flex-direction: column;
    align-items: center;
  }
  .geo-column {
    width: 100%;
    max-width: 500px;
  }
  .button_wrap03 .geo-button-area {
    padding: 20px 24px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.support-point {
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 60px 0;
}
.support-point-item {
  width: 100%;
  padding: 20px;
  text-align: center;
  background: #fdf2dc;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}
}





@media (max-width: 480px) {
  #slide {
    display: none
  }
  nav li.active {
    background-color: #FFC000 !important
  }
  nav li.active a {
    border-bottom: 0 !important
  }
  #GlobalNaviList li {
    padding-left: 1.5em;
    padding-top: 0.2em;
    padding-bottom: 0.2em
  }
  #GlobalNaviList li a:hover {
    border-bottom: 0
  }
  #GlobalNaviList li:first-child {
    margin-left: 1.5em
  }
  #GlobalNaviList li.inquiry a {
    border-bottom: 0
  }
}






@media (max-width: 768px) {
  body.form-style table.confirm th {
    width: 40%
  }
  div.subpage-top-bnr {
    padding-top: 20px !important
  }
  div.subpage-top-bnr h1 {
    font-size: 3.2em;
    font-weight: 700;
  }
  div.subpage-top-bnr h2 {
    font-size: 1.2em;
    color: #666666;
  }
  .assist {
    margin: 0 15px
  }
  .assist div.face {
    width: 100%;
    text-align: center
  }
  .assist div.balloon {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 2.0em
  }
  .assist div.balloon:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    margin-top: -20px;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #84B400 transparent
  }
}

.title p {
  color: #CCC;
  font-size: 14px !important;
}

.affix {
  top: 0;
  width: 100%;
  z-index: 100;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=92);
  opacity: 0.92
}
.affix-bottom {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=92);
  opacity: 0.92
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0
}
div.subpage-top-bnr {
  background-color: #90BBB7
}
div.subpage-top-bnr div.top-bnr-copy h1 {
  color: #000;
  font-size: 3.2em;
  font-weight: 700;
}
div.subpage-top-bnr div.top-bnr-copy h2 {
  color: #003F3F
}
div.subpage-top-bnr.area-top {
  padding: 60px 0
}
div.subpage-top-bnr.area-top.arrow {
  position: relative
}
div.subpage-top-bnr.area-top.arrow:after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -40px;
  left: 50%;
  margin-left: -40px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #90BBB7 transparent transparent transparent
}
.f-line {
  text-decoration: line-through
}
.fpred {
  color: #ef8156 !important
}
.frred {
  color: #d9534f
}
div.area-brown {
  padding-top: 0 !important
}
div.plan-list {
  position: relative;
  margin-top: 100px;
  top: 0;
}
div.plan-list div.recommend {
  color: #394846;
  font-size: 1.7em;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #FFC100;
  position: relative;
  top: -50px;
  margin-bottom: -50px
}
div.plan-list div.recommend:after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #FFC100 transparent transparent transparent
}
.f_36 {
  font-size: 36px
}
div.plan-list-bottom {
  margin-top: 3em
}
div.plan-list-bottom p {
  text-align: center;
  margin: 20px 0;
    font-weight: 900;
}
div.flow-area {
  margin-bottom: 10px
}
div.flow-area.arrow {
  position: relative
}
div.flow-area.arrow:after {
  content: "";
  position: absolute;
  bottom:-10px;
  left: 50%;
  margin-left: -30px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 30px 30px 0px;
  border-color: #F0F0E0 transparent transparent transparent
}
.btn_invite {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  font-size: 19px;
  margin-bottom: 20px
}
.button_wrap a{background-color: #f0ad4e;
  padding: 10px !important;
  margin: 10px auto 0 auto;
  display: block;
  text-align: center;
  width: 90%;
  color: #fff !important;}
.button_wrap a:visited {
  color: #fff;
}
.button_wrap a:hover {
  opacity: 0.6;
}
.button_wrap a:after {
  margin: 0 0 0 6px;
  font-family: 'FontAwesome';
  content: '\f0a9';
}
.button_wrap small {
  font-size: 11px;
  margin: 0 auto;
  display: table;
  color: #000;
  text-align: center;
}
.button_wrap04 {
  display: table;
  margin: 150px auto 40px;
}
.button_wrap04 small {
  font-size: 11px;
  margin: 0 auto;
  display: table;
}
.button_wrap04 a:link {
  margin: 5px auto 0;
  padding: 20px 120px;
  font-size: 19px;
  font-weight: bold;
  background: #c9302c;
  color: #fff;
  border-radius: 5px;
  border-bottom: 5px solid #9a1512;
  display: table;
  text-align: center;
  text-decoration: none;
}
.button_wrap04 a:after {
  margin: 0 0 0 6px;
  font-family: 'FontAwesome';
  content: '\f0a9';
}

ul.list-group {
  margin: 0
}
ul.list-group.recommend {
  border: 6px solid #FFC100;
  border-top: 0
}
ul.list-group.recommend li {
  border-left: 0;
  border-right: 0
}
ul.list-group li, ul.list-group a {
  color: #999999;
  padding: 1.7em 1.0em;
  list-style: none;
  background: #efefef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
ul.list-group li.list-group-item, ul.list-group a.list-group-item {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px
}
ul.list-group li strong, ul.list-group a strong {
  color: #000
}
ul.list-group li h3, ul.list-group li h4, ul.list-group li p, ul.list-group a h3, ul.list-group a h4, ul.list-group a p {
  margin: 0;
  text-align: center
}
ul.list-group li p, ul.list-group a p {
  font-size: 1.2em
}
ul.list-group li.title, ul.list-group a.title {
  background-color: #394846;
  border: 0
  list-style: none;
}

ul.list-group li.title h3, ul.list-group a.title h3 {
  font-size: 1.8em;
  color: #fff;
  font-weight: bold
}
ul.list-group li.title h4, ul.list-group a.title h4 {
  margin-top: 0.5em;
  font-size: 1.2em;
  color: #90BBB7
}
ul.list-group li.desc, ul.list-group a.desc {
  border: 0;
  background-color: #90BBB7;
  padding: 20px 0;
}
ul.list-group li.desc p, ul.list-group a.desc p {
  color: #384646;
  text-align: left !important
}
ul.list-group li.link-btn, ul.list-group a.link-btn {
  border: 0;
  background-color: #E23800;
  color: #fff
}
ul.list-group li.link-btn:hover, ul.list-group a.link-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85
}
ul.list-group li.link-btn h3, ul.list-group a.link-btn h3 {
  font-size: 1.25em
}
ul.list-group li.link-btn2, ul.list-group a.link-btn2 {
  border: 0;
  background-color: #B2B2B2;
  color: #fff
}
ul.list-group li.link-btn2:hover, ul.list-group a.link-btn2:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85
}
ul.list-group li.link-btn2 h3, ul.list-group a.link-btn2 h3 {
  font-size: 1.5em
}
div.check-point {
  padding: 20px;
  color: #666666
}
div.check-point.agreement {
  background-color: #C2C2B4
}
div.check-point.plan {
  background-color: #EBC247
}
div.check-point.plan p {
  text-align: left;
  margin:0;
  font-weight: normal;
}
div.check-point h3 {
  font-size: 1.6em;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  color: #fff
}
div.check-point p:last-child {
  margin-bottom: 0
}
div.check-point ul {
  margin: 0;
  padding-left: 1.0em;
  font-size: 1.1em
}
div.check-point ul li {
  line-height: 1.6em
}
ul.list-group {
  margin: 0
}
ul.list-group.recommend {
  border: 6px solid #FFC100;
  border-top: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
  background: #fff;
  border-radius: 10px
}
.fukidashi-geoplan {
  position: relative;
  padding: 12px 16px;
  border: 2px solid var(--accent);
  border-radius: 4px;
  background: #fea541;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}
.fukidashi-geoplan {
  &::before {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 50%;
      width: 15px;
      height: 15px;
      box-sizing: border-box;
      background-color: #fea541;
      rotate: 135deg;
      translate: -50% 0;
  }
ul.list-group.recommend li {
  border-left: 0;
  border-right: 0
}
ul.list-group .list-group-flow {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #333 !important;
  background-color: #fff;
  border: 1px solid #ddd;
  display: block;
  margin-bottom: -1px;
  padding: 10px 15px;
  position: relative;
  line-height: 200%
}
ul.list-group .list-group-flow a {
  color: #337ab7 !important
}
ul.list-group .list-group-flow strong {
  color: #000
}
ul.list-group .list-group-flow h3, ul.list-group .list-group-flow h4, ul.list-group .list-group-flow p {
  margin: 0;
  text-align: center
}
ul.list-group .list-group-flow p {
  font-size: 1.2em
}
ul.list-group .list-group-flow.title {
  background-color: #394846;
  border: 0;
  margin-top: 20px
}
ul.list-group .list-group-flow.title h3 {
  font-size: 2.0em;
  color: #fff;
  font-weight: bold
}
div.mb_50 {
  margin-bottom: 50px
}
div.separate {
  text-align: center;
  font-size: 1.7em;
  color: #666;
  margin-top: 2.5em
}

.button_wrap03 {
  display: table;
  margin: 20px auto 0;
}
.button_wrap03 small {
  font-size: 11px;
  margin: 0 auto;
  display: table;
}
mark {
  background: linear-gradient(transparent 55%, #c1e0ff 55%);
  font-weight: bold;
}
mark, .mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.button_wrap03 a:link {
  margin: 5px auto 0;
  padding: 20px 120px;
  font-size: 19px;
  font-weight: bold;
  background: #c9302c;
  color: #fff;
  border-radius: 5px;
  border-bottom: 5px solid #9a1512;
  display: table;
  text-align: center;
  text-decoration: none;
}
.button_wrap03 a:after {
  margin: 0 0 0 6px;
  font-family: 'FontAwesome';
  content: '\f0a9';
}

@media (max-width: 768px) {
  div.subpage-top-bnr h2 {
    font-size: 1.2em !important
  }
  div.plan-list ul.list-group {
    margin-bottom: 3.0em
  }
  div.plan-list div.recommend {
    margin-top: 50px;
}


