body {
  font-family:
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo,
    'ＭＳ Ｐゴシック', sans-serif !important;
}

/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
ヘッダーメニュー
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/

/* メニュー部分のバー（長方形） */

.navbar {
  border-radius: 0;
  border: none;
  background-color: #003355; /* ベース基調となる濃い青 */
}

#logo-img {
  height: 20px;
}

.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 #3b5b71;
}

/* メニュー内の下線部 */
.nav li:last-child {
  border-bottom: none;
}

/* カルーセル */
.navbar {
  /* トップメニュー下のマージンを除去 */
  margin-bottom: 0;
}

.carousel-inner img {
  width: 100%;
}

.carousel-caption {
  text-align: center;
}

/* ハンバーガーメニュー部分の白枠を抜いたもの */
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #035;
}

.navbar-default .navbar-toggle {
  border-color: #035;
}

/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
TOPページ：登録ボタン
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
.btn-toro {
  margin: 10px 19px 0;
  padding: 13px 50px 19px 30px;
  line-height: 1.75;
  font-size: 143%;
}

.btn-toro {
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #f44336;
  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-toro:hover,
.btn-toro: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;
}

/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
パスワードリセットボタン
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
.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ページ：コンテンツ
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/

/* コンテンツ */
.title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
  font-weight: 900;
  font-size: 35px;
}

.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 {
  width: 30%;
  padding: 15px;
}

.sm-line {
  border-bottom: 1px solid #c4c4c4;
}

.text-box {
  margin-bottom: 20px;
  line-height: 25px;
  letter-spacing: 0.2em;
  text-align: center;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #eee;
}

.panel-header {
  text-align: center;
  padding-top: 10px;
  height: 40px;
  background-color: #035;
  color: #fff;
}

.panel-body {
  height: 520px;
}

.img-box {
  text-align: center;
  margin-bottom: 10px;
}

.box-img {
  width: 100%;
}

/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
TOPページ：よくある質問
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/

.top-qa-back {
  background-color: #e8f1f7;
  background-image: url(https://dr-interior.com/uploads/UploadFiles/8a1d9286-455e-45e4-8387-d72aa01f4396/file/top_qa.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
}

.top-qa {
  border: 1px solid #035;
  padding: 12px;
  text-align: center;
  color: #035;
  font-weight: bold;
  margin-bottom: 5px;
  background: rgba(255, 255, 255, 0.7);
}

.top-qa a {
  display: block;
  position: relative;
  color: #035;
  font-size: 12px;
  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 #035;
  border-right: solid 2px #035;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 質問をもっと見る */
.top-qa-more {
  background-color: #035;
  padding: 12px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
}

.top-qa-more a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.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: #696969;
  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: #696969;
  margin: 20px 0px 5px 0px;
  padding: 5px 8px;
  font-weight: bold;
  border-left: 5px solid #c4c4c4;
}

/*============================================= */
/* 登録証
=============================================== */

.teasta-word {
  padding: 15px;
  font-size: 30px;
  font-weight: bold;
}

.teasta-title {
  padding: 5px;
  font-weight: bold;
  margin: 10px;
  font-size: 14px;
  color: #015da1;
}

.cer-box {
  margin-bottom: 10px;
  border: 4px double #015da1;
  text-align: center;
  padding-bottom: 20px;
}

.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: #00bcd4;
  color: white;
  transition: 0.4s;
}

.square-btn:hover {
  color: #00bcd4;
  background: #ececec;
}

.reg-line {
  font-size: 14px;
  color: #696969;
  margin: 40px 0px 5px 10px;
  padding: 5px 8px;
  font-weight: bold;
  border-left: 5px solid #c4c4c4;
}

/*============================================= */
/* 決済ページ
=============================================== */

.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;
  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: #003355;
  text-align: center;
}

/* 吹き出し本体 - 左右の中心 */
.balloon1 {
  position: relative;
  padding: 20px;
  background-color: #003355;
  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 #003355;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

/*============================================= */
/* 個人情報保護方針
=============================================== */

.policy-copy {
  padding: 25px 30px 5px 30px;
}

.policy-title {
  color: #696969;
  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: #00bcd4;
  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 #c4c4c4;
}

/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
コンテンツ
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/* コンテンツ */

.titles {
  border-left: 10px solid #ccc;
  padding: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #696969;
}

.menu {
  font-weight: bold;
  color: #696969;
  padding: 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.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;
}

/*============================================= */
/* エラーページ
=============================================== */
.errer {
  padding-top: 30px;
  text-align: center;
}

.errer_top {
  font-size: 18px;
  color: #696969;
  margin: 20px 0px 5px 0px;
  padding: 5px 8px;
  font-weight: bold;
  border-top: solid 1px #a9a9a9;
  border-bottom: solid 1px #a9a9a9;
}

.paymenterrer {
  padding: 3px;
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
}

.P15 {
  padding: 15px;
}

.nop {
  padding: 3px;
  font-size: 18px;
  font-weight: bold;
  color: #003355;
}

.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: #035;
  font-weight: bold;
  background: #fff;
  cursor: pointer;
  transition: all 0.5s;
  border: 1px solid #035;
  text-align: center;
}

/*アイコンを表示*/
.accbox label:before {
  content: '\f054';
  font-family: 'FontAwesome';
  padding-right: 8px;
}

/*ラベルホバー時*/
.accbox label:hover {
  background: #b0e0e6;
}

/*チェックは隠す*/
.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: #fff5eb;
  opacity: 1;
  text-align: center;
  font-weight: bold;
  color: #dc143c;
}

.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: 2em auto;
}
p.unit19228 + p.unit19228::before {
  content: '';
  position: absolute;
  width: 24%;
  height: 1px;
  background-color: #013356;
  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;
}

/* インフォメーション　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://dr-interior.com/uploads/UploadFiles/59f6740c-7fdd-4dd2-86df-7fcf3c14b578/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://dr-interior.com/uploads/UploadFiles/59f6740c-7fdd-4dd2-86df-7fcf3c14b578/file/works_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_wo {
    margin-top: 0px;
  }
}

/*======================================
=            ACCESS　アクセス           =
======================================*/
.Tiimg_ac {
  /* background-image: url(https://dr-interior.com/uploads/UploadFiles/59f6740c-7fdd-4dd2-86df-7fcf3c14b578/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 {
  margin-top: 20px;
  text-align: center;
  padding: 20px 0;
  background-color: #003355;
  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) {
  .title {
    font-size: 28px;
    font-weight: bold;
  }

  .poi-icon {
    padding-bottom: 10px;
    width: 60%;
  }

  .mark-icon {
    width: 70%;
  }

  .poi6-right {
    border: 0;
  }

  .sm-line {
    border: 0;
  }

  .panel {
    /* 最大を300pxに固定する */
    width: 320px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .carousel-caption > h3 {
    visibility: hidden;
  }

  .carousel-caption > p {
    visibility: hidden;
  }

  /* ヘッダーメニューのログイン部分 */

  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;
  }
}

/* 新税率に伴う変更20191001 */
.re-price-box {
  position: relative;
  max-width: 600px;
  width: 100%;
  border: 10px solid #003355;
  text-align: center;
  margin: auto;
  font-weight: bold;
  color: #003355;
}
.re-price-box::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 10px solid #003355;
  border-right: 10px solid transparent;
}
.re-price-box::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 10px solid #003355;
  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 #003355;
  border-left: 10px solid transparent;
}
.re-price-box .inner::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10px solid #003355;
  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 #839cad;
  font-size: 180%;
  padding: 0 1em;
  margin: 0.5em auto;
  letter-spacing: 0.4em;
}
.re-price-box p:last-of-type {
  font-size: 220%;
}
.re-price-box p:last-of-type span {
  font-size: 130%;
  color: #ff0000;
  margin: 0 0.2em;
}
@media screen and (max-width: 640px) {
  .re-price-box {
    font-size: 50%;
    border: 5px solid #003355;
  }
}
/* 新税率に伴う変更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: #f44336;
  color: #fff;
}
.re-flow-wrap .line {
  color: #003355;
  border-left: 5px solid #003355;
}
.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;
}
