@charset "UTF-8";

/*===============================
PC
===============================*/
/*body　調整(左ナビないので)*/
@media print,
screen and (min-width: 768px) {

  /*
    [class^="main_"] {
        padding-left: 40px;
        padding-right: 40px;
    }

    .js_close [class^="main_"] {
        padding-left: 40px;
    }

    .js_close header {
        padding-left: 40px;
    }
*/
  .inner_main_wrap {
    max-width: 1920px;
    margin: 0 auto;
  }
}

.font_basic {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*pankuzu============*/
#pankuzu {
  width: 100%;
  clear: both;
}

#pankuzu ol {
  list-style: none;
}

#pankuzu ol li {
  float: left;
  font-size: 1.4rem;
  padding: 0 12px 0 10px;
  position: relative;
  white-space: nowrap;
}

#pankuzu ol li:not(:last-child)::before {
  content: ">";
  position: absolute;
  right: -5px;
}

#pankuzu ol li em {
  font-style: normal;
}

#pankuzu ol li.home {
  padding-left: 0;
  background: none;
}

#pankuzu ol li a:link,
#pankuzu ol li a:visited,
#pankuzu ol li a:hover,
#pankuzu ol li a:active {
  text-decoration: underline;
}

/*form======*/
.dd_inline_box {
  padding: 4px 0;
}

.dd_inline_box textarea {
  border: 1px solid #CBD6E2;
  background: #F5F8FA;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  height: 100px;
}

.dd_inline_box.h_big textarea {
  height: 300px;
}

.dd_inline_box textarea::-webkit-input-placeholder,
.dd_inline_box textarea:-ms-input-placeholder,
.dd_inline_box textarea::-ms-input-placeholder,
.dd_inline_box textarea::-webkit-input-placeholder {
  font-family: 'Kosugi Maru', sans-serif;
}

.dd_inline_box textarea::-webkit-input-placeholder,
.dd_inline_box textarea:-ms-input-placeholder,
.dd_inline_box textarea::-ms-input-placeholder,
.dd_inline_box textarea::placeholder {
  font-family: 'Kosugi Maru', sans-serif;
}

@media print,
screen and (min-width: 768px) {
  .dd_inline_box {
    padding: 6px 0;
    font-size: 16px;
  }
}

@media print,
screen and (min-width: 768px) {
  .dd_inline_box .dd_tx {
    display: inline-flex;
    margin-right: 16px;
    vertical-align: middle;
  }
}

input[type="text"].datepicker {
  box-sizing: border-box;
  max-width: 160px;
  border: 1px solid #CBD6E2;
  background: #F5F8FA;
  border-radius: 4px;
}

.form_select01 {
  position: relative;
  border: 1px solid #CBD6E2;
  background: #F5F8FA;
  border-radius: 4px;
  text-align: left;
  display: inline-block;
  max-width: initial;
  height: auto;
  padding: 0;
  box-sizing: border-box;
  width: auto;
}

.form_select01 select {
  padding: 6px 32px 6px 16px;
}

@media print,
screen and (min-width: 768px) {
  .form_select01 select {
    padding: 8px 32px 8px 16px;
  }
}

.select_time {
  border: 1px solid #CBD6E2;
  background: #F5F8FA;
  box-sizing: border-box;
  border-radius: 4px;
}

.check_box {
  display: inline-block;
  white-space: nowrap;
  padding-right: 16px;
}

.check_box input[type="checkbox"] {
  vertical-align: middle;
}

.check_box input[type="radio"] {
  vertical-align: middle;
  margin-right: 8px;
}

input[type="text"].input_tx,
input[type="tel"].input_tx {
  border: 1px solid #CBD6E2;
  background: #F5F8FA;
  box-sizing: border-box;
  border-radius: 4px;
}

.title03+.dl_basic04 {
  margin-top: -10px;
}

.title03 a {
  color: #fff;
  transition: 0.2s;
}

.title03 a:hover {
  opacity: 0.6;
}

.title04 {
  font-weight: 700;
  color: #2b92c2;
  background: rgba(73, 170, 215, 0.3);
  padding: 4px 8px;
}

.dl_basic04+.title04 {
  margin-top: 24px;
}

.subti01 {
  color: #555;
  margin-left: -0.5em;
}

.subti01::before {
  content: "【";
}

.subti01::after {
  content: "】";
}

.subti02 {
  background: #869dae;
  color: #fff;
  padding: 6px;
  line-height: 1.2;
  margin-bottom: 6px;
  font-weight: normal;
}

.hissu {
  display: inline-flex;
  height: 1.8em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 6px;
  border-radius: 4px;
  vertical-align: middle;
  margin-left: 0.5em;
}

/*枠*/
.dl_basic04>dt {
  margin-top: 8px;
  padding: 2px 0 2px 12px;
  color: #0078ce;
  white-space: nowrap;
  position: relative;
}

.dl_basic04>dd {
  margin-top: 8px;
  padding: 2px 0 2px 12px;
}

.dl_basic04>dt::before {
  content: "";
  display: block;
  width: 4px;
  height: 1.4em;
  background: #0078ce;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media print,
screen and (min-width: 768px) {
  .dl_basic04>dt,
  .dl_basic04>dd {
    padding: 8px 0 8px 12px;
    align-items: stretch;
  }

  .dl_basic04>dt::before {
    top: 10px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/**/
.dl_basic04_02 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}

.dl_basic04_02>dt {
  color: #555;
  width: 100%;
  font-weight: bold;
  box-sizing: border-box;
  margin-top: 8px;
  padding: 2px 0 2px 12px;
  color: #0078ce;
  position: relative;
}

.dl_basic04_02>dt::before {
  content: "";
  display: block;
  width: 4px;
  height: 1.4em;
  background: #0078ce;
  position: absolute;
  top: 4px;
  left: 0;
}

@media print,
screen and (min-width: 768px) {
  .dl_basic04_02>dt {
    padding: 8px 0 8px 12px;
  }

  .dl_basic04_02>dt::before {
    top: 8px;
  }
}

.dl_basic04_02>dd {
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #b6c4ce;
  padding: 3px 0 10px;
}

@media print,
screen and (min-width: 768px) {
  .dl_basic04_02>dd {
    margin-top: 0;
    padding: 8px;
  }
}

/*button*/
.btn01 button,
.btn02 button {
  padding: 6px 24px;
}

.btn03 {
  display: inline-block;
}

.btn03 a,
.btn03 button {
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 100px;
  border: 2px solid #0078ce;
  color: #0078ce;
  padding: 6px 24px;
  text-decoration: none;
  line-height: 1.2;
}

.btn03 a i,
.btn03 button i {
  margin-right: 6px;
  font-size: 1.2em;
}

.btn03 a:hover,
.btn03 button:hover {
  background: #0078ce;
  color: #fff;
  border: 2px solid #0078ce;
}

/*03_02*/

.btn03_02 {
  display: inline-block;
}

.btn03_02 a,
.btn03_02 button {
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 100px;
  border: 2px solid #0078ce;
  background: #0078ce;
  color: #fff;
  padding: 6px 24px;
  text-decoration: none;
  line-height: 1.2;
}

.btn03_02 a i,
.btn03_02 button i {
  margin-right: 6px;
}

.btn03_02 a:hover,
.btn03_02 button:hover {
  background: #49aad7;
  color: #fff;
  border: 2px solid #49aad7;
}




.lineup_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

@media print,
screen and (min-width: 768px) {
  .lineup_box {
    display: inline-flex;
  }
}

/*contact======*/
:root {
  --form_tbl_bd: rgba(73, 170, 215, 0.6);
  --form_th_bg: rgba(73, 170, 215, 0.3);
  --form_td_bg: #fff;
  --form_td_child_bg: rgba(73, 170, 215, 0.1);
  --form_tbl_pd: 10px 12px;
}

table.contact_table {
  width: 100%;
  border-left: 1px solid var(--form_tbl_bd);
  border-top: 1px solid var(--form_tbl_bd);
}

table.contact_table tr th {
  display: block;
  padding: var(--form_tbl_pd);
  border-right: 1px solid var(--form_tbl_bd);
  border-bottom: 1px solid var(--form_tbl_bd);
  background: var(--form_th_bg);
  text-align: left;
  font-weight: normal;
  color: #2683ad;
}

table.contact_table tr td {
  display: block;
  padding: var(--form_tbl_pd);
  border-right: 1px solid var(--form_tbl_bd);
  border-bottom: 1px solid var(--form_tbl_bd);
  text-align: left;
  background: var(--form_td_bg);
}

table.contact_table tr td.td_child {
  border-bottom: 1px dotted var(--form_tbl_bd);
  background: var(--form_td_child_bg);
  color: #2683ad;
}

table.contact_table tr td.td_color01 {
  background: #f0f0c3;
}

table.contact_table p {
  margin-bottom: 5px;
}

table.contact_table tr td .attention {
  white-space: nowrap;
}

table.contact_table tr th span.form_title {
  display: block;
  overflow: hidden;
}

table.contact_table tr th span.txt_required {
  float: left;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 20px;
  margin-right: 8px;
  color: #fff;
  background: #c72356;
}

table.contact_table tr th span.txt_optional {
  float: left;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 20px;
  margin-right: 8px;
  color: #fff;
  background: #666;
}

table.contact_table input[type="text"],
table.contact_table input[type="tel"] {
  border: 1px solid #CBD6E2;
  background: #F5F8FA;
  padding: 8px 16px;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 1.6rem;
}

table.contact_table input[type="text"].input_zip,
table.contact_table input[type="tel"].input_zip {
  width: auto;
}

table.contact_table .dropdown {
  font-size: 1.4rem;
}

@media print,
screen and (min-width: 768px) {

  table.contact_table input[type="text"],
  table.contact_table input[type="tel"] {
    padding: 10px 16px;
  }
}

@media print,
screen and (min-width: 768px) {
  table.contact_table {
    border-collapse: separate;
  }

  table.contact_table tr th {
    display: table-cell;
    border-right: 1px dotted var(--form_tbl_bd);
    width: 28%;
  }

  table.contact_table tr td {
    display: table-cell;
  }

  table.contact_table tr td.td_child {
    border-right: 1px dotted var(--form_tbl_bd);
    border-bottom: 1px solid var(--form_tbl_bd);
    background: var(--form_td_child_bg);
  }
}

/*アコーディオン======*/
.accordion_area {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0 8px -4px;
  border-radius: 6px;
  border: 1px solid rgba(182, 196, 206, 0.4);
}

.accordion_area .accordion_wrap:first-child {
  border-radius: 6px 6px 0 0;
}

.accordion_area .accordion_wrap:first-child>.aco_head {
  border-radius: 6px 6px 0 0;
}

.accordion_area .accordion_wrap:last-child {
  border-radius: 0 0 6px 6px;
}

.accordion_area .accordion_wrap:last-child>.aco_head {
  border-radius: 0 0 6px 6px;
}

.accordion_area .accordion_wrap:last-child>.aco_head.open {
  border-radius: 6px 6px 0 0;
}

.accordion_wrap .aco_head {
  cursor: pointer;
  padding: 16px;
  position: relative;
  color: #0078ce;
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, rgba(182, 196, 206, 0.2) 100%);
  border-bottom: 1px solid #fff;
  font-size: 1.6rem;
}

.accordion_wrap .aco_head::after {
  font-family: remixicon !important;
  font-style: normal;
  content: "\EA0F";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.4rem;
  color: #49aad7;
}

.accordion_wrap .aco_head.open {
  background: #0078ce;
  color: #fff;
  border-radius: 6px 6px 0 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0 -2px 4px -2px;
}

.accordion_wrap .aco_head.open::after {
  color: #fff;
  content: "\EB83";
}

.accordion_wrap .aco_inner {
  display: none;
  background: rgba(73, 170, 215, 0.1);
  background: linear-gradient(135deg, rgba(73, 170, 215, 0.1) 0%, rgba(0, 120, 206, 0.2) 100%);
}

.accordion_wrap .aco_inner li a {
  display: block;
  text-decoration: none;
  padding: 12px 16px 12px calc(16px + 1.2em);
  color: #000;
  position: relative;
}

.accordion_wrap .aco_inner li a::before {
  font-family: remixicon !important;
  font-style: normal;
  content: "\EA6D";
  color: #0078ce;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion_wrap .aco_inner li a:hover,
.accordion_wrap .aco_inner li a:active {
  background: rgba(0, 120, 206, 0.2);
}

.accordion_wrap .aco_inner li+li {
  border-top: 1px solid #fff;
}

.accordion_wrap+.accordion_wrap .aco_head {
  border-top: 1px solid rgba(182, 196, 206, 0.8);
}

.accordion_wrap+.accordion_wrap .aco_head.open {
  border-top: none;
}

@media print,
screen and (min-width: 768px) {
  .accordion_wrap .aco_head {
    font-size: 1.6rem;
  }
}

/*table===========*/
.table_basic {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--form_tbl_bd);
}

.table_basic th {
  border: 1px solid var(--form_tbl_bd);
  background: var(--form_th_bg);
  padding: var(--form_tbl_pd);
  white-space: nowrap;
}

.table_basic td {
  border: 1px solid var(--form_tbl_bd);
  background: var(--form_td_bg);
  padding: var(--form_tbl_pd);
  white-space: nowrap;
}

.table_basic th.th_diff {
  color: #fff;
  background: #49aad7;
}

.table_basic td.bg_color01 {
  background: #f2f2f2;
}

.table_basic td.bg_color04 {
  background: #ffecec;
}

.table_basic td.total_box {
  border: 3px solid #0078ce;
  background: #f8f8d5;
}

.table_basic th.bd_box_top {
  border-left: 3px solid #0078ce;
  border-right: 3px solid #0078ce;
  border-top: 3px solid #0078ce;
}

.table_basic td.bd_box {
  border-left: 3px solid #0078ce;
  border-right: 3px solid #0078ce;
}

.table_basic td.bd_box_last {
  border-left: 3px solid #0078ce;
  border-right: 3px solid #0078ce;
  border-bottom: 3px solid #0078ce;
}

/*tr:first-child 固定*/
.scroll_box {
  width: 100%;
  max-width: 100%;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: scroll;
  box-sizing: border-box;

}

.scroll_box .table_basic {
  position: relative;
  border-collapse:separate;
  border-top: none;
  border-right: none;
}

.scroll_box .table_basic th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #c8e5f3;
  border: none;
  border-top: 1px solid var(--form_tbl_bd);
  border-bottom: 1px solid var(--form_tbl_bd);
  border-right: 1px solid var(--form_tbl_bd);
}
.scroll_box .table_basic td{
  border: none;
  border-bottom: 1px solid var(--form_tbl_bd);
  border-right: 1px solid var(--form_tbl_bd);
}

/*checkbox=======*/
.transfer_check_list {
  padding: 16px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0 8px -4px;
  border-radius: 6px;
  border: 1px solid rgba(182, 196, 206, 0.4);
}

.transfer_check_list>li+li {
  margin-top: 16px;
}

@media print,
screen and (min-width: 992px) {
  .transfer_check_list {
    padding: 30px;
  }

  .transfer_check_list>li+li {
    margin-top: 24px;
  }
}

.check_style01 {
  cursor: pointer;
  position: relative;
}

.check_style01 input[type="checkbox"] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}

.check_style01 input[type="checkbox"]+span {
  font-size: 1.6rem;
  font-weight: 700;
}

.check_style01 input[type="checkbox"]+span::before {
  display: inline-block;
  content: '';
  width: 18px;
  height: 18px;
  border: 2px solid #b6c4ce;
  border-radius: 6px;
  margin-right: 8px;
  vertical-align: middle;
}

.check_style01 input[type="checkbox"]:checked+span::before {
  border: 2px solid #49aad7;
  background: rgba(73, 170, 215, 0.1);
}

.check_style01 input[type="checkbox"]:checked+span::after {
  font-family: remixicon !important;
  font-style: normal;
  content: "\EB7B";
  color: #49aad7;
  position: absolute;
  font-size: 2.0rem;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*transfer_check_list02=======*/
.transfer_check_list02 {
  padding: 10px;
  box-sizing: border-box;
  border-radius: 0 0 6px 6px;
  border: 1px solid rgba(182, 196, 206, 0.6);
  border-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-bottom: 40px;
  background: rgba(182, 196, 206, 0.1);
}

.transfer_check_list02 li {
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.transfer_check_list02 li i {
  font-size: 1.3em;
  vertical-align: middle;
  margin-right: 0.2em;
}

.transfer_check_list02 li i[class="ri-checkbox-fill"] {
  color: #0078ce;
}

.transfer_check_list02 li i[class="ri-checkbox-blank-fill"] {
  color: #b6c4ce;
}

.transfer_title {
  border-radius: 6px 6px 0 0;
  background: #0078ce;
  background: linear-gradient(90deg, #49aad7 0%, #0078ce 100%);
  color: #fff;
  font-weight: bold;
  padding: 8px 12px;
  box-sizing: border-box;
}

.scroll_area {
  overflow-y: scroll;
  width: 100%;
  max-height: 100px;
  border: 1px solid rgba(182, 196, 206, 0.6);
  box-sizing: border-box;
  padding: 16px;
}

.scroll_area_2 {
  overflow-y: scroll;
  width: 100%;
  max-height: 300px;
  border: 1px solid rgba(182, 196, 206, 0.6);
  box-sizing: border-box;
  padding: 16px;
}

/*search*/
.search_box {
  box-sizing: border-box;
  padding: 4px 0;
}

.search_box input[type="keyword"] {
  border: 1px solid #CBD6E2;
  background: #F5F8FA;
  padding: 8px 16px;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 1.6rem;
}

.search_box button[type="submit"] {
  background: #49aad7;
  color: #fff;
  padding: 6px 20px;
  font-size: 1.4rem;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.2s;
}

.search_box button[type="submit"]:hover {
  opacity: 0.8;
}

@media print,
screen and (min-width: 768px) {
  .search_box {
    padding: 6px 0;
  }
}

.renter_info {
  background: #DEF4FF;
  padding: 15px;
  margin: 10px 0;
}

table.lists.lists-scrollable thead th,
table.lists.lists-scrollable tbody td {
  white-space: nowrap;
}


/*option=======*/
.option_tx {
  display: block;
  margin-top: 6px;
  color: #333;
}