body {
  font-family:
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo,
    'ＭＳ Ｐゴシック', sans-serif !important;
}

/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
ヘッダーメニュー
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/

/* メニュー部分のバー（長方形） */

.navbar {
  border-radius: 0;
  border: none;
  background-color: #000000; /* ベース基調となる濃い青 */
  padding: 10px 0;
}

#logo-img {
  height: 50px;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #aaa;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* メニュー内の下線部 */
.nav li {
  /*border-bottom: 1px solid #be8730;*/
  margin: 30px auto 5px;
}

/* メニュー内の下線部 */
.nav li:last-child {
  border-bottom: none;
}

/*ログイン・ログアウト部分*/
ul.log-menu {
  margin-left: 50px;
}
ul.log-menu li {
  background-color: #dc192f;
  border-radius: 12px;
  margin: 40px auto 5px;
  position: relative;
}
ul.log-menu li:hover {
  top: 1px;
}
ul.log-menu li a {
  padding: 0;
  display: block;
  padding: 4px 12px;
}

/* カルーセル */
.navbar {
  /* トップメニュー下のマージンを除去 */
  margin-bottom: 0;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.carousel-caption {
  text-align: center;
}
.carousel-caption h3 {
  background-color: #fff;
  color: #cc9817;
  display: inline-block;
  padding: 6px 10px;
  margin-bottom: 18px;
}
.carousel-caption a {
  background-color: #dc192f;
  color: #fff;
}
.carousel-caption a:hover {
  color: #fff;
  position: relative;
  top: 1px;
}

/* ハンバーガーメニュー部分の白枠を抜いたもの */
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #035;
}

.navbar-default .navbar-toggle {
  border-color: #035;
}

/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
TOPページ：登録ボタン
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
.application-btn-wrapper {
  background-color: #cc9817;
  width: 100%;
  background: linear-gradient(to left, #cc9817, #fdf3da, #cc9817);
  background: -webkit-linear-gradient(to left, #cc9817, #fdf3da, #cc9817);
  background: -moz-linear-gradient(to left, #cc9817, #fdf3da, #cc9817);
  padding: 40px 0;
}
.application-btn-line {
  width: 60%;
  margin: 0 auto;
  background: linear-gradient(to top, darkgreen, lightgreen);
}
.application-btn-line:hover {
  position: relative;
  top: 2px;
}
.application-btn {
  float: none;
  margin: 0 auto;
  padding: 3px;
  width: 100%;
}

.registbtn-bg {
  background: linear-gradient(to right, #cc9817, #fdf3da, #cc9817, #fdf3da);
  height: 150px;
}

.btn-toro {
  padding: 13px 50px 19px 30px;
  line-height: 1.75;
  font-size: 143%;
}

.btn-toro {
  box-sizing: border-box;
  background-color: #29a949;
  background: linear-gradient(to left, #1f8037, #5ec778, #1f8037);
  /*box-shadow: 0 5px 4px 0 rgba(0,0,0,.22), inset 0 -10px 0 0 rgba(0,0,0,.26);*/
  padding: 8px 0;
  display: block;
  font-size: 171.4285%;
  text-align: center;
  position: relative;
}

.btn-toro:hover,
.btn-toro:focus {
  /*box-shadow: 0 0 0 0 rgba(0,0,0,.22), inset 0 0 0 0 rgba(0,0,0,.26);*/
  /*padding: 11px 30px;*/
  text-decoration: none;
  /*transition: all .3s;*/
}

/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
パスワードリセットボタン
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
.square_btn {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #fff;
  background-color: #003355;
}

.square_btn:hover {
  background-color: #008b8b;
}

.reset-box {
  border: 1px solid #c4c4c4;
  padding: 15px;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius: 5px;
  text-align: center;
}

.reset-box2 {
  background-color: #dcdcdc;
  padding: 15px;
  margin: 0px 20px 20px 20px;
}

/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
TOPページ：コンテンツ
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/

/* コンテンツ */
.top-wrapper {
  background-color: #000;
  color: #fff;
}
.title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
  font-weight: 900;
  font-size: 35px;
}
.logo-img {
  text-align: center;
  padding: 60px 0 40px;
}
.logo-img img {
  width: 30%;
}
.six-point-wrapper {
  background-image: url(https://recoe-jpn.net/uploads/UploadFiles/49783660-25ed-4d9d-b923-2f28c5b3a08b/file/back.jpg);
  background-size: auto;
}
.six-point p {
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  padding: 10px 0;
  width: 240px;
  color: #fff;
}
.poi6-right {
  /*border-right: 1px solid #c4c4c4;*/
  text-align: center;
  padding: 15px;
}

.poi6-right3 {
  text-align: center;
  padding: 15px;
}

.poi6 {
  padding: 15px;
}

.poi-icon {
  padding-bottom: 30px;
  width: 22%;
}

.mark-icon {
  padding: 15px;
}

.text-box {
  margin-bottom: 40px;
  line-height: 25px;
  letter-spacing: 0.2em;
  text-align: center;
  font-family: serif;
  font-size: 18px;
}
p.support-text {
  font-size: 32px;
  background: linear-gradient(to left, #000 -2%, #dc192f, #000 102%);
  text-align: center;
  padding: 10px 0;
  font-family: serif;
}
p.support-text span {
  font-size: 70px;
  font-weight: bold;
}

.trivia {
  background-color: #fff;
  margin-bottom: 50px;
}

.trivia_topimg img {
  width: 100%;
}

.trivia-box {
  background-color: #fff;
  border-left: 2px solid #cc9817;
  border-top: 2px solid #cc9817;
  height: 420px;
}

.trivia-box:nth-child(3n) {
  border-right: 2px solid #cc9817;
}

.trivia-box:nth-child(10),
.trivia-box:nth-child(11),
.trivia-box:nth-child(12) {
  border-bottom: 2px solid #cc9817;
}
.trivia-img img {
  max-width: 100%;
  height: auto;
}

.trivia-desc img.icon {
  float: left;
  width: 15%;
  height: auto;
  margin-right: 15px;
}
.trivia-desc {
  clear: both;
}
.trivia-desc p {
  font-size: 18px;
  color: #333;
}

.customer-title {
  background-color: #cc9817;
  background: linear-gradient(to right, #cc9817, #fdf3da, #cc9817, #fdf3da);
  text-align: center;
  clear: both;
  height: 60px;
  margin: 20px auto;
}
.customer-title h2 {
  font-size: 26px;
  line-height: 60px;
  font-weight: bold;
  color: #000;
  font-family: 游明朝, serif;
  letter-spacing: 2px;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}

.panel-header {
  text-align: center;
  padding-top: 10px;
  height: 40px;
  background-color: #000;
  color: #fff;
}

.panel-body {
  height: auto;
}

.panel-text {
  line-height: 1.8em;
}

.img-box {
  text-align: center;
  margin-bottom: 10px;
}

.box-img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .text-box {
    font-size: 100%;
  }
  .text-box br.br-none {
    display: none;
  }
  p.support-text {
    font-size: 100%;
  }
  p.support-text span {
    font-size: 150%;
  }
  .trivia {
    margin-bottom: 8%;
  }
}

/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
TOPページ：よくある質問
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/

#question-page {
  background-color: #000;
}

.question-wrap .title {
  background-color: #dc192f;
  border-top-left-radius: 10px;
  color: #fff;
}

.question-wrap .text-box {
  color: #fff;
  font-size: 20px;
  font-family: sans-serif;
  line-height: 1.7em;
}
.question-wrap .text-box span {
  font-size: 24px;
}

.top-qa-back {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
  background-color: #000;
}

.qa-back {
  background-image: url(https://recoe-jpn.net/uploads/UploadFiles/8c53e586-9dfc-4471-a872-a9656ebb74bb/file/top_qa.jpg);
  background-repeat: no-repeat;
  background-position: top;
  margin: 0 auto;
  padding: 0;
}

.background-opacity {
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 15px;
}

.top-qa {
  border: 1px solid #035;
  padding: 12px;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
  background: #fff;
  position: relative;
  border-radius: 10px;
}

.top-qa:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 20px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
  z-index: 0;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.top-qa a {
  display: block;
  position: relative;
  color: #000;
  margin-left: 24px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

.top-qa a:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #cc9817;
  border-right: solid 2px #cc9817;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 質問をもっと見る */
.top-qa-more {
  background-color: #cc9817;
  padding: 10px 35px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
}

.top-qa-more a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 4px;
}

.top-qa-more a:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*============================================= */
/* 利用規約タイトル
=============================================== */
.term-top {
  padding-top: 20px;
}

.term-title {
  color: #dc192f;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 30px 30px 5px 30px;
}

.term-copy {
  padding: 0px 30px 0px 30px;
}

.term-space {
  padding: 0px 30px 0px 30px;
}

.line {
  font-size: 14px;
  color: #b38618;
  margin: 20px 0px 5px 0px;
  padding: 5px 8px;
  font-weight: bold;
  border-left: 5px solid #cc9817;
}

/*============================================= */
/* 登録証
=============================================== */

.teasta-word {
  padding: 15px;
  font-size: 30px;
  font-weight: bold;
  font-family: 游明朝;
}

.teasta-title {
  padding: 5px;
  font-weight: bold;
  margin: 10px;
  font-size: 14px;
  color: #be8730;
}

.cer-box01 {
  border: 1px solid #585858;
  text-align: center;
  padding: 5px 10px;
}

.cer-box {
  margin-bottom: 0px;
  border: 3px solid #be8730;
  text-align: center;
  padding-bottom: 0px;
}

.waku-inline01 {
  padding: 10px;
  border-bottom: 1px solid #e3e3e3;
}

.waku-inline02 {
  padding: 30px;
  border-bottom: 1px solid #e3e3e3;
}

.font-12 {
  padding: 10px;
  font-size: 12px;
}

.font-B13 {
  font-size: 13px;
  font-weight: bold;
}

.font-B14 {
  font-size: 14px;
  padding: 5px 15px;
}

.font-B {
  font-weight: bold;
  padding: 5px 0px;
}

.font-blue16 {
  padding: 5px 15px;
  font-size: 16px;
  color: #015da1;
}

.pad-20 {
  padding: 20px;
}

.pad-30 {
  padding: 0px 30px 0px 30px;
}

.pad-top-40 {
  padding-top: 40px;
}

/*============================================= */
/* 個人情報入力ページ
=============================================== */
/* 個人情報入力ボタン */
.square-btn {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  padding: 15px 50px;
  text-decoration: none;
  background: #dc192f;
  color: #fff;
  transition: 0.3s;
}

.square-btn:hover {
  color: #dc192f;
  background: #ececec;
}

.reg-line {
  font-size: 14px;
  color: #b38618;
  margin: 40px 0px 5px 10px;
  padding: 5px 8px;
  font-weight: bold;
  border-left: 5px solid #cc9817;
}

/*============================================= */
/* 決済ページ
=============================================== */

.servicename {
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0px;
}

/* 枠線 */
.box26 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #95ccff;
  border-radius: 8px;
}

.box26 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 15px;
  background: #fff;
  color: #95ccff;
  font-weight: bold;
}

.box26 p {
  margin: 0;
  padding: 0;
}

/* 枠内線 */
.Order_content_line {
  padding: 5px;
  border-bottom: 1px solid #d3d3d3;
}

/* 注文を確定のボタン */
.charge_go {
  padding: 13px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  text-align: center;
  background: transparent linear-gradient(to bottom, #77e8f7, #2abed0) repeat
    scroll 0% 0%;
  font-weight: bold;
}

.charge_go div {
  color: #353535;
  position: relative;
}

.charge_go div::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #353535;
  border-right: 2px solid #353535;
  transform: rotate(45deg);
  margin-top: -5px;
}

/* 白い背景色枠の部分 */
.charge-group {
  border-radius: 7px;
  background-color: #fff;
  border: 2px solid #e4e4e4;
  padding: 0px 20px;
  margin-right: auto;
  margin-left: auto;
}

/* 左の項目文言 */
.charge-left-word {
  float: left;
  width: 40%;
  margin-bottom: 5px;
}

/* 右の決済日金額など */
.charge-right-word {
  float: right;
  width: 60%;
  text-align: right;
  font-weight: bold;
}

/* 注文内容確認タイトル */
.pay-title {
  padding: 20px 20px 30px 20px;
}

/* 注文内容詳細コメント */
.pay-pad {
  font-size: 12px;
  padding-bottom: 30px;
}

/* ソフトバンク決済ボタン */
.sbk-enter {
  margin-bottom: 30px;
}

.sbk-enter-sm {
  margin: 30px 0px;
}

/* 確定目にのコメント部分 */
.pay-Confirm {
  font-weight: bold;
  font-size: 12px;
  padding-top: 30px;
}

.pay-f12 {
  font-size: 12px;
}

/*============================================= */
/* ID連携ページ
=============================================== */

.payment-box {
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 20px;
  border: 1px solid #c4c4c4;
  font-size: 12px;
  border-radius: 5px;
}

.payment-box2 {
  border: 1px solid #e3e3e3;
  background-color: #fff;
  border-radius: 4px;
  padding: 10px;
}

.payment-text {
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0px;
}

.payment-textB {
  padding: 0px 15px;
  font-size: 16px;
}

/*============================================= */
/* サービスページ
=============================================== */
.title2 {
  font-size: 28px;
  font-weight: bold;
  color: #dc192f;
  text-align: center;
}

/* 吹き出し本体 - 左右の中心 */
.balloon1 {
  position: relative;
  padding: 20px;
  background-color: #58585a;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
}

/* 三角アイコン - 左右の中心 */
.balloon1::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
  border-top: 15px solid #58585a;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

/*============================================= */
/* 個人情報保護方針
=============================================== */

.policy-copy {
  padding: 25px 30px 5px 30px;
}

.policy-title {
  color: #dc192f;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 30px 5px 30px;
}

.pad {
  padding: 0px 30px 20px 30px;
}

/* 退会ページボタン */
.btn-toro2 {
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #607d8b;
  box-shadow:
    0 5px 4px 0 rgba(0, 0, 0, 0.22),
    inset 0 -10px 0 0 rgba(0, 0, 0, 0.26);
  padding: 7px 30px 15px;
  display: block;
  font-size: 171.4285%;
  text-align: center;
  position: relative;
}

.btn-toro2:hover,
.btn-toro2:focus {
  box-shadow:
    0 0 0 0 rgba(0, 0, 0, 0.22),
    inset 0 0 0 0 rgba(0, 0, 0, 0.26);
  padding: 11px 30px;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-toro3 {
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #b21919;
  box-shadow:
    0 5px 4px 0 rgba(0, 0, 0, 0.22),
    inset 0 -10px 0 0 rgba(0, 0, 0, 0.26);
  padding: 7px 30px 15px;
  display: block;
  font-size: 171.4285%;
  text-align: center;
  position: relative;
}

.btn-toro3:hover,
.btn-toro3:focus {
  box-shadow:
    0 0 0 0 rgba(0, 0, 0, 0.22),
    inset 0 0 0 0 rgba(0, 0, 0, 0.26);
  padding: 11px 30px;
  text-decoration: none;
  transition: all 0.3s;
}

.line2 {
  font-size: 14px;
  color: #000;
  margin: 20px 0px 5px 0px;
  padding: 5px 8px;
  font-weight: bold;
  border-left: 5px solid #cc9817;
}
/*============================================= */
/*お知らせページ
=============================================== */

.news h3 {
  border-bottom: 2px solid #dc192f;
  padding-bottom: 0.2em;
  font-weight: bold;
  margin-bottom: 1em;
}
.news p.gray-border {
  border-bottom: 1px solid #999;
  padding-bottom: 2em;
}

/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
コンテンツ
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/* コンテンツ */

.titles {
  border-left: 10px solid #cc9817;
  padding: 10px 5px;
  font-size: 20px;
  font-weight: bold;
  color: #696969;
  margin-bottom: 20px;
}

.menu {
  font-weight: bold;
  color: #dc192f;
  padding: 5px;
  border-top: 1px solid #dc192f;
  border-bottom: 1px solid #dc192f;
}

.box1 {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  border: solid 3px #000000;
}
.box1 p {
  margin: 0;
  padding: 0;
}

.spece {
  padding-bottom: 70px;
}

.spece2 {
  padding-top: 10px;
}

.con_menu {
  margin: 10px;
  padding: 10px;
  background-color: #ffffe0;
}

.contents-wrapper img {
  margin: 0 auto;
}

.contents-wrapper a {
  color: #905312;
}

p.contents-desc1 {
  margin: 0 auto;
  width: 768px;
}

p.contents-desc2 {
  margin: 0 auto;
  width: 384px;
}

/*============================================= */
/* エラーページ
=============================================== */
.errer {
  padding-top: 30px;
  text-align: center;
}

.errer_top {
  font-size: 18px;
  color: #b38618;
  margin: 20px 0px 5px 0px;
  padding: 5px 8px;
  font-weight: bold;
  border-top: solid 1px #cc9817;
  border-bottom: solid 1px #cc9817;
}

.paymenterrer {
  padding: 3px;
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
}

.P15 {
  padding: 15px;
}

.nop {
  padding: 3px;
  font-size: 18px;
  font-weight: bold;
  color: #dc192f;
}

.nop2 {
  padding: 3px;
  font-size: 14px;
  font-weight: bold;
  color: #003355;
}

/*============================================= */
/* 個人情報登録完了ページ
=============================================== */
.b {
  font-weight: bold;
  font-size: 18px;
}

.b2 {
  font-weight: bold;
}

.red {
  font-weight: bold;
  color: #ff0000;
}

/*============================================= */
/* パスワード設定ページ
=============================================== */
.center {
  text-align: center;
  font-weight: bold;
}

/*============================================= */
/* 個人情報入力確認ページ
=============================================== */
table.confi-box {
  margin-right: auto;
  margin-left: auto;
  word-break: break-all;
}

.confi-box td {
  padding: 10px 20px;
  width: 400px;
}

.weight-ltd {
  font-weight: bold;
  margin-right: 30px;
}

.reda {
  color: #ff0000;
}

.confi-weight {
  font-weight: bold;
}

.confi-boxxs {
  margin-right: auto;
  margin-left: auto;
  width: 500px;
}

table.confi-boxxs {
  margin-right: auto;
  margin-left: auto;
  width: 200px;
  word-break: break-all;
}

.confi-boxxs td {
  padding: 10px;
}

.confi-btnsm {
  margin-top: 20px;
  margin-bottom: 20px;
}

.confi-cenbtn {
  text-align: center;
}

/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
個人情報入力変更ボタン
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
.btn-toroo {
  margin: auto;
  padding: 13px 50px 19px 30px;
  line-height: 1.75;
  font-size: 120%;
  color: #fff;
  font-weight: bold;
}

.btn-toroo {
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #696969;
  box-shadow:
    0 5px 4px 0 rgba(0, 0, 0, 0.22),
    inset 0 -10px 0 0 rgba(0, 0, 0, 0.26);
  padding: 7px 30px 15px;
  display: block;
  font-size: 120%;
  text-align: center;
  position: relative;
}

.btn-toroo:hover,
.btn-toroo:focus {
  box-shadow:
    0 0 0 0 rgba(0, 0, 0, 0.22),
    inset 0 0 0 0 rgba(0, 0, 0, 0.26);
  padding: 11px 30px;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-toroo1 {
  margin: auto;
  padding: 13px 50px 19px 30px;
  line-height: 1.75;
  font-size: 120%;
  color: #fff;
  font-weight: bold;
}

.btn-toroo1 {
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #dc143c;
  box-shadow:
    0 5px 4px 0 rgba(0, 0, 0, 0.22),
    inset 0 -10px 0 0 rgba(0, 0, 0, 0.26);
  padding: 7px 30px 15px;
  display: block;
  font-size: 120%;
  text-align: center;
  position: relative;
}

.btn-toroo1:hover,
.btn-toroo1:focus {
  box-shadow:
    0 0 0 0 rgba(0, 0, 0, 0.22),
    inset 0 0 0 0 rgba(0, 0, 0, 0.26);
  padding: 11px 30px;
  text-decoration: none;
  transition: all 0.3s;
}

/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
よくあるお問合せ
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*ボックス全体*/
.accbox {
  margin: 2em 0;
  padding: 0;
}

/*ラベル*/
.accbox label {
  display: block;
  margin: 1.5px 0;
  padding: 13px 12px;
  color: #000;
  font-weight: bold;
  background: #fff;
  cursor: pointer;
  transition: all 0.5s;
  border: 1px solid #cc9817;
  text-align: center;
}

/*アイコンを表示*/
.accbox label:before {
  content: '\f054';
  font-family: 'FontAwesome';
  padding-right: 8px;
  color: #cc9817;
}

/*ラベルホバー時*/
.accbox label:hover {
  background: #e2cb91;
}

/*チェックは隠す*/
.accbox input {
  display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
  height: 0;
  padding: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
  height: auto;
  padding: 5px;
  background: #fffdf3;
  opacity: 1;
  text-align: center;
  font-weight: bold;
  color: #d62323;
}

.accbox .accshow p {
  margin: 15px 10px;
}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
  content: '\f078';
}
/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
お問合せ時の注意事項
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
.CC_top_text {
  color: #ff0000;
  font-weight: bold;
  font-size: 18px;
}
.scroll_box_area {
  border: 1px solid #c4c4c4;
  padding: 15px;
  margin-bottom: 30px;
}

.scroll_box {
  height: 150px;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  overflow: auto;
}

.scroll_box::-webkit-scrollbar {
  /* スクロールバー全体 */
  width: 15px;
}

.scroll_box::-webkit-scrollbar-thumb {
  /* スクロールバーのある部分 */
  background: #3e5faa;
  border-radius: 10px;
}
/* .scroll_box::-webkit-scrollbar-track-piece:start { */
/* スクロールバーが表示されてない部分（前） */
/* background: #c2d5ff; */
/* } */
/* .scroll_box::-webkit-scrollbar-track-piece:end { */
/* スクロールバーが表示されてない部分（後ろ） */
/* background: #bacefa; */
/* } */

/* --- 見出し --- */
.scroll_title_text {
  background-color: #003355;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 8px;
  letter-spacing: 5px;
}

.scroll_kiyaku {
  font-weight: bold;
  padding: 10px 0px;
  letter-spacing: 2px;
}

/* web解約申込み */
.CC_web_btn {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #003355;
  padding: 4px;
  border-radius: 8px;
  border: 2px solid #c4c4c4;
  background: #fff;
}

.CC_mail_btn {
  width: 100%;
  text-align: center;
  padding: 4px;
  border-radius: 5px;
  border: 2px solid #c1c1c1;
  color: #fff;
  font-weight: bold;
  background: #dadada;
  background: transparent linear-gradient(to bottom, #6988d0, #3e5faa) repeat
    scroll 0% 0%;
}

p.unit19228 {
  position: relative;
  margin: 1em auto 2em;
}
p.unit19228 + p.unit19228::before {
  content: '';
  position: absolute;
  width: 24%;
  height: 1px;
  background-color: #dc192f;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
}

/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
解約ページ
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
.red2 {
  font-weight: bold;
  color: #ff0000;
  font-size: 18px;
}

.CONTACT_sabtit {
  padding: 10px;
}

/* 枠内 */
.CONTACT_sab1 {
  background-color: #fff;
  border: 1px solid #c4c4c4;
  margin-bottom: 50px;
  text-align: center;
}

.contact-box {
  height: 300px;
}

/* インフォメーション　imgマウスオーバーでの動き */
figure {
  position: relative;
  overflow: hidden;
}
figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  color: #fff;
  text-align: center;
}
figure:hover figcaption {
  opacity: 1;
}

/* マウスオンで画像が拡大 */
figure img {
  height: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
  vertical-align: bottom;
}
a:hover > figure img {
  transform: scale(1.15, 1.15);
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
}
a:hover > figure figcaption {
  opacity: 1;
}

/* INFORMATIONの画像上テキスト */
.fig_h {
  margin-top: 30px;
}
.INa {
  font-size: 20px;
  font-weight: bold;
}
.INb {
  font-size: 14px;
}

@media screen and (max-width: 1800px) and (min-width: 1220px) {
  .fig_h {
    margin-top: 30px;
  }
  .INa {
    font-size: 15px;
    font-weight: bold;
  }
  .INb {
    font-size: 10px;
  }
}

@media screen and (max-width: 1600px) and (min-width: 1220px) {
  .fig_h {
    margin-top: 20px;
  }
  .INa {
    font-size: 20px;
    font-weight: bold;
  }
  .INb {
    font-size: 12px;
  }
}

@media screen and (max-width: 1220px) {
  .fig_h {
    margin-top: 0px;
  }
  .INa {
    font-size: 15px;
  }
  .INb {
    font-size: 8px;
  }
}

@media screen and (max-width: 768px) {
  .fig_h {
    margin-top: 30px;
  }
}

/* コンテンツ部分テキストがふわっと出て来る */
/* 画面外にいる状態 */
.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
  margin-bottom: 20px;
  padding: 0px 15px;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*======================================
=            COMPANY　会社概要          =
======================================*/

.Tiimg_co {
  /* background-image: url(https://recoe-jpn.net/uploads/UploadFiles/8a1d9286-455e-45e4-8387-d72aa01f4396/file/company_Tiimg.jpg);
    background-size:cover;
    background-repeat: no-repeat; */
  margin-top: 20px;
}
.page_TI {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  color: #000;
}

.com_list_sp {
  padding: 15px 0px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .page_TI {
    font-size: 20px;
  }

  .Tiimg_co {
    margin-top: 0px;
  }
}

/*======================================
=            WORKS　事業内容          =
======================================*/
.Tiimg_wo {
  /* background-image: url(https://recoe-jpn.net/uploads/UploadFiles/8a1d9286-455e-45e4-8387-d72aa01f4396/file/works_Tiimg.jpg);
    margin-top: 20px;
    background-size:cover; */
  background-repeat: no-repeat;
}

.wor_list_sp {
  padding: 15px;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .Tiimg_wo {
    margin-top: 0px;
  }
}

/*======================================
=            ACCESS　アクセス          =
======================================*/
.Tiimg_ac {
  /* background-image: url(https://recoe-jpn.net/uploads/UploadFiles/8a1d9286-455e-45e4-8387-d72aa01f4396/file/access_Tiimg.jpg);
    background-size:cover;
    background-repeat: no-repeat; */
  margin-top: 20px;
}

.wor_list_sp {
  padding: 15px;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .Tiimg_ac {
    margin-top: 0px;
  }
}

.p-top50 {
  padding-top: 50px;
}

/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
フッター
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/* フッター */

#footer {
  text-align: center;
  padding: 20px 0;
  background-color: #000000;
  padding: 15px 0px 15px 0px;
  color: #000;
}

#footer > li > a {
  color: #fff;
}

.sns-icon {
  margin-top: 20px;
}

.sns-icon li {
  padding-left: 20px;
  color: #fff;
}

.sns-icon li:hover {
  color: #aaa;
}

.copy {
  margin-top: 20px;
  color: #fff;
  font-size: 12px;
}

/* 登録ボタン常表示 */

.page-back {
  position: fixed;
  bottom: 0px;
  padding-bottom: 15px;
  width: 100%;
  background: rgba(144, 144, 144, 0.7);
}

/* for smart phone */

@media (max-width: 767px) {
  #logo-img {
    height: auto;
    width: 40%;
  }

  .logo-img img {
    width: 60%;
  }

  .navbar-brand {
    height: auto;
    padding: 1%;
  }

  .nav li {
    border-bottom: 1px solid #be8730;
    text-align: center;
  }

  ul.log-menu {
    margin: 0 auto;
  }

  ul.log-menu li {
    margin: 0 auto 5px;
    border-radius: 22px;
    padding: 1% 0;
    border-bottom: none;
  }

  .title {
    font-size: 28px;
    font-weight: bold;
  }

  .poi-icon {
    padding-bottom: 10px;
    width: 60%;
  }

  .application-btn-wrapper {
    padding: 5% 0;
  }

  .application-btn-line {
    width: 80%;
  }

  .btn-toro {
    padding: 1% 0;
  }

  .mark-icon {
    width: 128px;
    height: auto;
  }

  .poi6-right {
    border: 0;
  }

  .sm-line {
    border: 0;
  }

  .question-wrap .text-box {
    font-size: 100%;
  }

  .trivia_topimg img {
    width: 100%;
  }

  .trivia-box {
    width: 48%;
    height: 210px;
    margin-left: 1%;
    margin-top: 1%;
    padding: 0 1%;
    border: 2px solid #cc9817 !important;
  }

  .trivia-img img {
    width: 100%;
    height: auto;
  }

  .trivia-desc img.icon {
    display: none;
  }

  .trivia-desc p {
    font-size: 76%;
    padding: 0 3%;
  }

  .six-point p {
    width: 100%;
    padding: 3%;
    font-size: 80%;
  }

  .top-qa a {
    font-size: 80%;
    margin-left: 1%;
  }

  .top-qa-more a {
    font-size: 100%;
  }
  .top-qa-more a:after {
    display: none;
  }

  .panel {
    width: 320px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .registbtn-bg {
    display: none;
  }

  .sp-padding {
    padding: 0 4% !important;
  }

  .carousel-caption > h3 {
    visibility: hidden;
  }

  /*.carousel-caption > p{
    visibility: hidden;
}*/

  p.contents-desc1 {
    width: 100%;
  }
  p.contents-desc2 {
    width: 100%;
  }

  .contact-box {
    height: auto;
  }

  /* ヘッダーメニューのログイン部分 */

  ul.nav.navbar-nav.navbar-right {
    margin-bottom: 0px;
    padding: 5px 0px 5px 0px;
  }

  .test3 {
    width: 85%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-1 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .container-0 > div {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
/*インデントかけるやつ*/
.indent-text {
  text-indent: -1em;
  padding-left: 1em;
}

.indent-text2 {
  text-indent: -2.2em;
  padding-left: 2.2em;
}

.margin-center {
  margin: 0 auto;
}

/* 新税率に伴う変更20191001 */
.re-price-box {
  position: relative;
  max-width: 600px;
  width: 100%;
  border: 10px solid #d0a849;
  text-align: center;
  margin: 4% auto;
  font-weight: bold;
  color: #3c2213;
}
.re-price-box::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 10px solid #d0a849;
  border-right: 10px solid transparent;
}
.re-price-box::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 10px solid #d0a849;
  border-left: 10px solid transparent;
}
.inner {
  position: relative;
}
.re-price-box .inner::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 10px solid #d0a849;
  border-left: 10px solid transparent;
}
.re-price-box .inner::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10px solid #d0a849;
  border-right: 10px solid transparent;
}
.re-price-box p {
  margin: 0;
}
.re-price-box p:first-of-type {
  display: inline-block;
  border-bottom: 2px solid #d0a849;
  font-size: 180%;
  padding: 0 1em;
  margin: 0.5em auto;
  letter-spacing: 0.4em;
}
.re-price-box p:last-of-type {
  font-size: 220%;
  line-height: 1.2;
}
.re-price-box p:last-of-type span {
  font-size: 130%;
  margin: 0 0.2em;
}
@media screen and (max-width: 640px) {
  .re-price-box {
    font-size: 50%;
    border: 5px solid #d0a849;
  }
}
/* 新税率に伴う変更20191001 */

/* ログイン前解約ページ追加20200120 */
.re-flow-wrap .txt-red {
  color: #ff0000;
}
.re-flow-wrap .txt-bold {
  font-weight: 600;
}
.re-flow-wrap .mt1e {
  margin-top: 1em;
}
.re-flow-wrap .text-box {
  text-align: left;
}
.re-flow-wrap .re-g-btn {
  display: inline-block;
  margin: 2em auto;
  padding: 0.5em 2em;
  border-radius: 0.25em;
  background: #b38618;
  color: #fff;
}
.re-flow-wrap .line {
  color: #dc192f;
  border-left: 5px solid #dc192f;
}
.re-flow-wrap ul {
  list-style-type: none;
}
/* ログイン前解約ページ追加20200120 */

.news-scroll {
  overflow-y: scroll;
  height: 20vh;
  padding: 1em;
  border: 1px solid #ccc;
  line-height: 1.4;
  word-break: break-all;
  font-size: 85%;
  background: #fff;
}
