@charset "utf-8";

:root {
  --guide_color: #0096e2;
  --guide_red: #e51661;
  --base_padding: clamp(1.375rem, 1.2rem + 0.89vw, 2rem);
}

.wholecontainer {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

p {
margin-bottom: unset;}

/* -----------セクションごとのTOPに戻るリンク----------- */
.navi-top {
  margin-top: 20px;
  text-align: right;
}

/* -----------margin100px----------- */
.mb100 {
  margin-bottom: 100px;
}

/* -----------注意事項----------- */
.well_text {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px;
  padding-left: 31px;
  text-indent: -16px;
  font-size: 14px;
}

/* -----------テキストボックス----------- */
.txtbox {
  max-width: 400px;
  padding: 15px;
  text-align: center;
  border: 1px solid #dedede;
  font-size: 110%;
}

/* -----------左上セルにborderの無いテーブル----------- */
.tbl_noborder {
  border: 0px;
}

.tbl_noborder th {
  vertical-align: middle;
  border: 1px solid #dedede;
}

.tbl th, .tbl td {
  vertical-align: middle;
}

/* -----------テーブルの文字位置設定----------- */
.tbl-aright {
  text-align: right;
}

.tbl-acenter {
  text-align: center;
}

/* -----------rowクラスの高さを揃える----------- */
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

/* -----------小見出しマージン----------- */
.ttl02-margin {
  margin-top: 30px;
  margin-bottom: 10px;
}

/* -----------モーダル表示ボタンmargin----------- */
.btn-mtb10 {
  margin: 10px 0px;
}

/* -----------ボタン画面幅に応じて改行(元のCSS上書き)----------- */
.btn.btn_gray {
  white-space: normal;
}

/* ----------リンク設置----------*/
.lnk-inh {
  color: inherit !important;
}

button.lnk-inh::-webkit-search-decoration {
  display: none;
}

button.lnk-inh {
  padding: 0;
  border: none;
  outline: none;
  background: transparent;

  -webkit-appearance: none;
}

.collapse-icon {
  position: relative;
}

.collapse-icon[aria-expanded="false"]::after, .collapse-icon[aria-expanded="true"]::after {
  margin: 0 0.5rem;
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
}

.collapse-icon[aria-expanded="false"]::after {
  content: "\f0d7";
}

.collapse-icon[aria-expanded="true"]::after {
  content: "\f0d8";
}

/* -----------メニューリスト----------- */
.list-group {
  margin-bottom: 0px;
}

.list-group-item {
  border: 1px solid #ddd;
}

.item-nob {
  border: none;
}

.item-tob {
  border-top: 1px solid #ddd;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.panel-group {
  margin-top: 0px;
  margin-bottom: 30px;
}

.panel-listgroup {
  margin: 0;
  border-top: 1px solid #ddd;
  border-radius: 0;
}

.usrguide-sidelist {
  max-width: 450px;
}

a.list-group-item:hover {
  background-color: #ffd425;
}

.usrguide-lrg-panel {
  border-color: #ddd;
  background-color: #eee;
}

.usrguide-lrg {
  background-color: #eee;
  font-size: 18px;
  font-weight: bold;
}

a.usrguide-lrg:hover {
  text-decoration: none;
}

.panel .usrguide-lrg {
  display: flex;
}

.panel .usrguide-lrg button {
  padding: 0;
  border: none;

  appearance: none;
  -webkit-appearance: none;
}

.panel .usrguide-lrg button:hover {
  color: var(--guide_color);
}

.usrguide-mid {
  background-color: #eee;
  font-weight: bold;
}

.usrguide-sml {
  padding: 5px 10px 5px 25px;
  text-decoration: none;
}

/* -----------よくある質問　表示おりたたみ機能----------- */
.faqmenu_disp {
  max-width: 450px;
  min-height: 20px;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: right;
}

.faq_hidden {
  display: none;
}

/* -----------リスト----------- */
ul.list_reg {
  width: 100%;
  max-width: 1000px;
  padding: 10px 10px 10px 10px;
  border-radius: 5px;
  background-color: #fafafa;
}

ul.list_reg li:before {
  position: absolute;
  top: 0.7em;
  left: 0.5em;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 3px;
  background-color: #e62922;
}

ul.list_reg li {
  position: relative;
  margin: 10px 0px;
  padding-left: 3em;
  text-indent: -1.5em;
/* 修正 */
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}

ul.list_sm_reg {
  width: 100%;
  max-width: 1000px;
  padding: 10px 10px 10px 10px;
  border-radius: 5px;
  background-color: #fafafa;
}

ul.list_sm_reg li:before {
  position: absolute;
  top: 0.7em;
  left: 0.5em;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 3px;
  background-color: #e62922;
}

ul.list_sm_reg li {
  position: relative;
  margin: 10px 0px;
  padding-left: 3em;
  text-indent: -1.5em;
  font-size: 15px;
  line-height: 2;
}

@media (max-width: 767px) {
  ul.list_reg li, ul.list_sm_reg li {
    font-size: 14px;
    /* 修正 */
  }
}


/* -----------Safariカラム落ち対策----------- */
.row:before, .row:after {
  width: 0px;
}

/* 角丸テーブル */
.tbl_faq {
  overflow: hidden;
  max-width: 900px;
  margin: 10px auto;
  text-align: left;
  border: 1px solid #dedede;
  border-collapse: unset;
  border-radius: 10px;
}

.tbl_faq th {
  vertical-align: middle;
}

/* -----------jQueryで読み込んでいる部分のレイアウト----------- */
.jQsection {
  padding: 20px 10px;
  border-top: 1px solid #ddd;
}

.jQsec_t {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

/* -----------ご利用ガイド 他ページでの表示用----------- */
/* リストのスタイル */
.guide_list ul li {
  padding: 0.2em 0 0.2em 1.5em;
  list-style-type: none !important;
  text-indent: -1.5em;
}

.guide_list ul li:before {
  margin-right: 0.5em;
  content: "\25CF";
  color: #dedede;
}

.guide_section {
  width: 900px;
  max-width: 100%;
  margin: 0px auto 50px;
}

/* -----------フロー用テーブル----------- */
table.flowtbl {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 10px;
  border-spacing: 0px 15px;
  border-collapse: separate;
}

table.flowtbl th, table.flowtbl td {
  position: relative;
  padding: 10px;
}

table.flowtbl th {
  overflow: visible;
  width: 20%;
  text-align: left;
  vertical-align: middle;
  background: #f3f3f3;
  font-size: 100%;
  font-weight: bold;
}

table.flowtbl td {
  width: 80%;
  border: 1px solid #f3f3f3;
  background: #fafafa;
  font-size: 95%;
}

.noarrow:after {
  display: none;
}

@media (min-width: 768px) {
  table.flowtbl td:after {
    display: none;
  }

  @-moz-document url-prefix() {
    table.flowtbl td::after {
      display: none;
    }
  }

  table.flowtbl th:after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    content: " ";
    transform: translateX(-50%);
    pointer-events: none;
    border: solid transparent;
    border-width: 10px;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #f3f3f3;
  }

  /* firefox */
  @-moz-document url-prefix() {
    table.flowtbl th::after {
      position: absolute;
      float: left;
      width: 0;
      height: 0;
      padding: 0;
      content: " ";
      pointer-events: none;
      border: 10px solid transparent;
      border-top: #f3f3f3 10px solid;
    }
  }
}

@media (max-width: 767px) {
  table.flowtbl th, table.flowtbl td {
    display: block;
    width: 100%;
  }

  table.flowtbl th:after {
    display: none;
  }

  @-moz-document url-prefix() {
    table.flowtbl th::after {
      display: none;
    }
  }

  table.flowtbl td:after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    content: " ";
    transform: translateX(-50%);
    pointer-events: none;
    border: solid transparent;
    border-width: 10px;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #f3f3f3;
  }

  /* firefox */
  @-moz-document url-prefix() {
    table.flowtbl td::after {
      position: absolute;
      float: left;
      width: 0;
      height: 0;
      padding: 0;
      content: " ";
      pointer-events: none;
      border: 10px solid transparent;
      border-top: #f3f3f3 10px solid;
    }
  }
}

/* タブ・メニュー */
ul.tabnav {
  display: flex;
}

.tabnav li {
  position: relative;
  float: left;
  margin-right: 5px;
  padding: 10px;
  border: 1px solid #e62922;
  border-radius: 5px;
}

.tabnav li:hover {
  background-color: #f3f3f3;
}

.tabnav li a {
  text-decoration: none;
  color: #e62922;
}

.tabnav li.active {
  float: left;
  padding: 10px;
  border-radius: 5px;
  background-color: #e62922;
}

.tabnav li.active:hover {
  background-color: #e62922;
}

.tabnav li.active a {
  text-decoration: none;
  color: #fff;
}

.tabnav li.active::before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #e62922;
}

/* スマホ用　画像の横スワイプ */
@media screen and (max-width: 767px) {
  .table-responsive, .noborder {
    border: 0px;
  }
}

@media screen and (min-width: 768px) {
  .table-responsive img {
    max-width: 100%;
  }
}

iframe section img, iframe section table {
  width: 100% !important;
}

/* ============ガイド各ページ下のナビ============= */
.guide_block_ttl {
  position: relative;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
}

.guide_block_smtxt {
  margin-top: 15px;
  font-size: 12px;
}

#userguide .guide_list {
  padding: 10px;
}

#userguide a {
  font-size: 14px !important;
}

/* 角丸テーブル */
.tbl_faq {
  overflow: hidden;
  max-width: 1000px;
  margin: 10px auto;
  text-align: left;
  border: 1px solid #dedede;
  border-collapse: unset;
  border-radius: 10px;
}

.tbl_faq th {
  vertical-align: middle;
}

/* FAQ用テーブル内容　表示制御(ページopen時非表示) */
.faq_list {
  display: none;
}

/* FAQの中身 */
.faq_con {
  overflow: auto;
  width: 100%;
  height: 400px;
}

/* リストのスタイル */
.guide_list ul li {
  padding: 0.2em 0 0.2em 1.5em;
  list-style-type: none !important;
  text-indent: -1.5em;
}

.guide_list ul li:before, .guide_list div div:before {
  margin-right: 0.5em;
  content: "●";
  color: #dedede;
}

/*  */
.faq_xs {
  margin: 10px 0;
  font-size: 16px;
}

.faq_cate a:link, .faq_cate a:visited, .faq_cate a:active {
  text-decoration: none;
  color: #555555;
}

.faq_cate a:hover {
  color: #dedede;
}

.faq_btn a {
  text-decoration: none;
  color: #555555;
}

.guide_section {
  width: 900px;
  max-width: 100%;
  margin: 0 auto 50px;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.guide_block_ttl::before {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 5px;
  background-color: #f3f3f3;
}

.guide_block_ttl::after {
  position: absolute;
  z-index: -1;
  width: 100px;
  height: 100px;
  content: "";
  background-repeat: no-repeat;
  background-position: bottom right;
}

@media screen and (max-width:499px) {
  .guide_block_ttl::after {
    width: 70px;
    height: 40px;
    background-size: contain;
  }

  .ttl_beginner::after {
    top: -8px;
    right: 20px;
  }

  .ttl_payment::after {
    top: -8px;
    right: 12px;
  }

  .ttl_delivery::after {
    top: -10px;
    right: 10px;
  }

  .ttl_cancel::after {
    top: -7px;
    right: 10px;
  }

  .ttl_service::after {
    top: -10px;
    right: 15px;
  }

  .ttl_point::after {
    top: -10px;
    right: 15px;
  }
}

/*テストページレイアウト用CSS ここから*/
#userguide {
  margin-top: 50px;
}

#h-modal-show > div {
  padding: 0 !important;
  border: none;
}

/* Class 新設　エアコン設置
 * .gcon
 */

.gcon .sectiontitle {
  color: #111;
}

.gcon .sectiontitle:before {
  content: "■";
  color: var(--guide_color);
}

.gcon ul.list_reg li:before {
  background-color: var(--guide_color);
}

.li_autonum {
  padding: var(--base_padding);
  counter-reset: number 0;
}

.li_autonum li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 25px;
}

.li_autonum li::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: counter(number);
  counter-increment: number 1;
  -webkit-transform: translateY(-3%);
  transform: translateY(-3%);
  text-align: center;
  color: #fff;
  background: #74c2f8;
  font-weight: bold;
  line-height: 20px;
}

.li_autonum .li_head {
  font-size: 1.6rem;
  font-weight: bold;
}

.aside_box {
  padding: var(--base_padding);
  color: #e51661;
  background-color: #fef5fa;
}

.aside_box mark {
  color: inherit;
}

[class^="aside_box"] p:not(:last-child) {
  margin-bottom: 15px;
}

.aside_box-blue {
  padding: var(--base_padding);
  color: var(--guide_color);
  background: #ddf0ff;
}

.innerbox {
  padding: var(--base_padding);
}

.toc_container p.toc_title + ul.toc_list > li {
  margin-bottom: 0.1em;
  padding-bottom: 0.4em;
}

.toc_container p.toc_title + ul.toc_list {
  margin-top: 1em;
  margin-right: 0.4em;
}

.toc_container li {
  padding-left: 1em;
  line-height: 1.8em;
}

.toc_container ul ul {
  margin-bottom: 10px;
}

.toc_number {
  margin-right: 0.5em;
  margin-left: -0.5em;
  font-family: "Dynalight", cursive;
}

.toc_container ul > li > ul > li {
  font-size: 94%;
}

.toc_container .toc_toggle > a {
  letter-spacing: 0.1em;
  color: #fff;
}

.toc_container a {
  text-decoration: none;
  color: var(--guide_color);
  text-shadow: none;
}

.toc_container {
  position: relative;
  display: table;
  width: auto;
  margin-top: 25px;
  margin-bottom: 1em;
  border: solid 3px var(--guide_color);
  border-radius: 7px;
  background-color: #fff;
}

.toc_container p.toc_title {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 5%;
  text-align: left;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 0;
  background-color: var(--guide_color);
  font-weight: 700;
}

.gcon .panel-title::before {
  content: "▼";
  color: var(--guide_color);
}

/* -----------汎用----------- */
.c-blue {
  color: var(--guide_color);
}

.c-red {
  color: var(--guide_red);
}

.sectiontitle[data-tag="important"]::after {
  position: relative;
  display: inline-block;
  margin-left: .5em;
  padding: .2em .5em;
  content: "重要";
  vertical-align: middle;
  letter-spacing: 2px;
  color: #fff;
  border-radius: 5px;
  background: #e62922;
  font-size: 75%;
  font-weight: bold;
}

.breadcrumb {
  margin-bottom: 0 !important;
  background-color: #fff !important;
}

.breadcrumb > li + li:before {
  content: ">";
}

.toc_container_mw800 {
  position: relative;
  max-width: 800px;
  margin-top: 25px;
  margin-bottom: 1em;
  border: solid 3px var(--guide_color);
  border-radius: 7px;
  background-color: #fff;
}

.toc_container_mw800 p.toc_title {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 10px;
  text-align: left;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 0;
  background-color: var(--guide_color);
  font-size: 20px;
  font-weight: 700;
}

.toc_container_mw800 .img-responsive, .toc_container_mw800 .carryin_img {
  display: inline-block;
}

.toc_container_mw800 .carryin_img p {
  margin: 0 0 10px;
  padding: 5px;
  text-align: center;
  background: #f1f1f1;
  font-weight: bold;
}

.toc_container_mw800 .li_autonum li:not(:last-of-type) {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

a.btn-mtb10:hover {
  opacity: 0.8;
}

a.btn-mtb10 {
  background-color: #fac600;
  font-size: 15px;
  font-weight: bold;
  color: #222;
}

.toc_container_mw800 figure {
  max-width: calc(50% - 5px);
}

.flbox-gray {
  max-width: 800px;
  border: solid 2px #dddddd;
  position: relative;
  border-radius: 9px;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.img-responsive {
  height: auto;
  margin: unset;
}

@media (max-width: 700px) {
  .toc_container_mw800 figcaption {
    font-size: 12px;
  }

  .li_autonum {
    padding: 10px;
  }
}