@charset "UTF-8";
/*========================================
Re:vite
Date : 20180518
URL : 
Style : each contents CSS "index"
Filename : contents.css
========================================*/
/*========================================
user-history
========================================*/
.none {
  display: none;
}
.alert-text {
  position: relative;
}
.alert-text:after {
  content: "※日付指定の午前の場合は「SA」、午後の場合は「SP」で入力してください";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 400px;
  font-size: 0.7rem;
  color: blue;
}
.history-header {
  display: flex;
  flex-direction: row-reverse;
  padding: 10px 0;
}
.history-header_link {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.history-header_btn2 {
  margin-right: 20px;
}
.history-header_btn a {
  display: block;
  padding: 8px 25px;
  background: #80adb4;
  border: 2px solid #80adb4;
  border-radius: 5px;
  color: #fff;
  transition: 0.4s;
}
.history-header_btn a:hover {
  background: #fff;
  color: #80adb4;
}
.history-passchange a {
  display: block;
  margin-left: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid #2f71a0;
  color: #2f71a0;
}
.history-passchange a:hover {
  opacity: 0.7;
}
.history-serch_ar {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #aaa;
}
.history-serch_ar dl {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
.history-serch_ar dl dt {
  width: 70px;
  margin-right: 10px;
  text-align: right;
}

.history-serch_ar--kaitou .history-serch_ar__itemKaitou {
  width: 32%;
  margin-right: 0;
}
@media (max-width:767px) {
  .history-serch_ar--kaitou .history-serch_ar__itemKaitou {
    width: 100%;
  }
}

.history-serch_ar--kaitou .history-serch_ar__itemKaitou--property {
  width: 50%;
  margin-right: 0;
}
@media (max-width:767px) {
  .history-serch_ar--kaitou .history-serch_ar__itemKaitou--property {
    width: 100%;
  }
}


.history-serch_ar--kaitou .history-serch_ar__itemKaitou--property dd {
  width: 100%;
}

.history-serch_box {
  display: flex;
  align-items: center;
}
.history-serch_box p {
  width: 100px;
  text-align: center
}
.history-serch_ar select {
  padding: 8px 25px 8px 8px;
}
.history-serch_ar input[type="text"] {
  padding: 8px
}
.history-serch_ar .history-input-btn input {
  margin-left: 0;
}
.section-header {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #efefef;
  border-top: 5px solid #2f71a0;
}
.section-header .rows {
  width: 85%;
  margin-right: 5%;
}
.section-header .row {
  display: flex;
  color: #5E5E5E;
}
.section-header dl {
  box-sizing: border-box;
  display: flex;
  width: 33%;
  padding-right: 15px;
  line-height: 1.2;
}
.section-header dl.col-12 {
  width: 100%;
}
.section-header .btn {
  width: 10%;
}
.section-header .btn a {
  cursor: pointer;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  background-color: #fff;
  border: 3px solid #4B6F98;
  border-radius: 5px;
  color: #4B6F98;
  font-size: 17px;
  text-align: center;
  transition: 0.4s;
}
.section-header .btn a:hover {
  background-color: #4B6F98;
  color: #fff;
}
.section-header .btn a:first-of-type {
  margin-bottom: 10px;
}
.section-header .row:not(:last-of-type) {
  margin-bottom: 20px;
}
.section-header dt {
  width: 110px;
  font-weight: bold;
}
.section-header dd {
  width: calc(100% - 110px);
}

.section-header.sectionKaitou dd {
  width: auto;
}

.section-title {
  color: #2f71a0;
  font-weight: bold;
}
.history-list .table-title_ar {
  background: #a2a2a2!important;
}
.history-list .list_01 {
  width: 7%;
}
.history-list .list_02, .history-list .list_03 {
  width: 20%;
}
.history-list .list_04, .history-list .list_05 {
  width: 16.5%;
}
.history-list .list_06 {
  width: 10%;
}
.history-list .list_07 {
  width: 7%;
}
.history-list tr td {
  padding: 10px;
}
.history-list tr td {
  border-right: 1px solid #888;
}
.history-list tr td:last-of-type {
  border-right: none;
}
.sp-history-item {
  display: none;
}
.default {
  margin: 30px 10px 200px;
}
/*.deault-none {
  display: none;
}*/
.hattyuu-return_btn {
  padding-right: 25px;
  border-right: 2px solid;
  height: 40px;
  display: flex;
  align-items: center;
  color: #5D5D5D;
}

.hattyuu-return_btn a {
  color: #5D5D5D;
  font-size: 1.2rem;
}

/* .hattyuu-return_btn a:hover {
  background: #fff;
  color: #2f71a0;
} */

.hattyuu-return_btn a span {
  position: relative;
  padding-left: 28px;
}
.hattyuu-return_btn a span::after {
  content:"";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 27px;
  height: 18px;
  background-image: url(../images/web-menu/caret-left-solid.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: .3s ease;
}

.back_btn {
  padding-right: 25px;
  height: 40px;
  display: flex;
  align-items: center;
  color: #5D5D5D;
}

.back_btn a {
  color: #5D5D5D;
  font-size: 1.2rem;
}

.back_btn a span {
  position: relative;
  padding-left: 28px;
}
.back_btn a span::after {
  content:"";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 27px;
  height: 18px;
  background-image: url(../images/web-menu/caret-left-solid.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: .3s ease;
}

.sp-page-link {
  display: none;
}

@media (max-width:767px) {
  .alert-text:after {
    bottom: -20px;
    width: 100%;
  }
  .sp-mg-b_30 {
    margin-bottom: 30px!important;
  }
  .history-header {
    flex-direction: row;
    justify-content: center;
  }
  .history-passchange  {
    text-align: right;
  }
  .history-serch_ar {
    box-sizing: border-box;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .history-serch_ar dl {
    display: block;
    margin: 0 0 10px;
  }
  .history-serch_ar dl dt {
    width: 100%;
    margin: 0 0 10px;
    text-align: left;
  }
  .history-serch_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-header {
    display: block;
  }
  .section-header .rows {
    width: 100%;
    margin: 0;
  }
  .section-header .row {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
  .section-header .btn {
    display: flex;
    width: 100%;
    gap: 20px;
  }
  .section-header .btn a {
    width: calc(50% - 10px);
    padding: 10px;
  }
  .section-header .btn a:first-of-type {
    margin: 0;
  }
  .section-header .row:first-child {
    margin-bottom: 0px;
  }
  .section-header dl {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .pc-none {
    display: none;
  }
  .sp-history-item {
    display: block;
    margin-bottom: 40px;
    padding: 0px 15px 15px;
    background: #efefef;
  }
  .sp-history-item article {
    margin-bottom: 20px;
    background: #fff;
  }
  .sp-history-item article h3 {
    box-sizing: border-box;
    padding: 10px;
    background: #a1a1a1;
    color: #fff;
  }
  .sp-history-item article dl {
    display: flex;
    width: 85%;
    margin: 0 auto;
    padding: 15px;
    border-bottom: 1px solid #aaa;
    color: #5E5E5E;
  }
  .sp-history-item article dt {
    width: 37.5%;
    text-align: right;
    font-weight: bold;
  }
  .sp-history-item article dd {
    width: 62.5%;
    padding-left: 20px;
  }
  .hattyuu-return_btn {
    display: flex;
    justify-content: center;
    border: none;
  }
  .sp-history-item article dl:last-child {
    border-bottom: none;
  }
  .sp-page-link {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sp-page-link li:nth-child(1) {
    text-align: right;
  }
  .sp-page-link li:nth-child(1), .sp-page-link li:nth-child(3) {
    width: 30%;
  }
  .sp-page-link li:nth-child(2) {
    width: 40%;
  }
  .sp-page-link p {
    text-align: center;
  }
  .sp-page-link p:first-child {
    font-size: 1.1rem;
  }
  .sp-page-link li:not(:nth-child(2)) a {
    box-sizing: border-box;
    padding: 10px 15px;
    background: #efefef;
    color: #555;
    transition: 0.4s;
  }
  .sp-page-link li:not(:nth-child(2)) a:hover {
    background: #555;
    color: #fff;
  }
  .history-header_btn a {
    display: block;
    padding: 8px 5px;
    background: #80adb4;
    border: 2px solid #80adb4;
    border-radius: 5px;
    color: #fff;
    transition: 0.4s;
  }
  .history-header_btn {
    width: 100px;
    text-align: center;
  }
  .history-passchange {
    width: 100%;
    margin: 20px 0 0;
  }
  .history-passchange a {
    display: inline-block;
  }
}
/*========================================
Text Format
========================================*/
p {
  word-break: break-all;
  overflow-wrap: break-word;
}
/*========================================
Content 
========================================*/

/*========================================
common-add--------------------css-
========================================*/
.flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-box .login-password-text {
  text-align: inherit;
  margin: 0;
}
.breadcrumb ul {
  list-style: none;
  display: flex;
  padding: 15px 0;
}
.breadcrumb ul li:nth-child(1) {
  margin-right: 40px;
}
.breadcrumb ul li:nth-child(2) {
  position: relative;
}
.breadcrumb ul li:nth-child(2):before {
  content: ">";
  position: absolute;
  left: -25px;
}
.breadcrumb ul li:nth-child(2) {
  margin-right: 40px;
}
.breadcrumb ul li:nth-child(3) {
  position: relative;
}
.breadcrumb ul li:nth-child(3):before {
  content: ">";
  position: absolute;
  left: -25px;
}
.count_page_ar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.global-return-btn a {
  width: 80px;
  padding: 10px 20px;
  color: #fff;
  display: block;
  background: #1E4290;
  border: 3px solid #1E4290;
  border-radius: 6px;
}
.global-return-btn span {
  margin-left: 20px;
}
.global-return-btn a:hover {
  background: #fff;
  color: #1E4290;
}
/*========================================
index-----------------------add-css
========================================*/
.top-radio_ar {
  width: 100%;
}
.top-select_ar {
  margin-top: 15px;
  display: flex;
  align-items: center
}
.top-select_title {
  width: 140px;
  text-align: right;
  margin-right: 20px;
}
.top-sitei-ar {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.select_box {
  width: 80%;
  display: flex;
  justify-content: space-around;
  align-items: center
}
.top-select_ar input[type="text"] {
  width: 180px;
  padding: 5px 12px;
  margin-right: 20px;
}
.top-select_ar p {
  margin-right: 20px;
}
.top-masuta-ar {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.top-masuta-ar th {
  color: #fff;
  background: #1e4290;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 15%;
  padding: 20px;
}
.top-masuta-ar td {
  padding: 10px 0;
  border-top: 2px solid #aaa;
  color: #474747;
  font-size: 1.3rem;
  vertical-align: middle;
}
.top-masuta-ar td:nth-last-child(1) {
  border-bottom: 2px solid #aaa;
}
.top-masuta-ar td:nth-last-child(2) {
  border-bottom: 2px solid #aaa;
}
.top-masuta-ar td:nth-last-child(3) {
  border-bottom: 2px solid #aaa;
}
.top-masuta-ar td:nth-of-type(1) {
  width: 40%;
  padding-left: 20px;
}
.top-masuta-ar td:nth-of-type(2) {
  width: 20%;
  padding-left: 20px;
  padding-right: 10px
}
.top-masuta-ar td:nth-of-type(3) {
  width: 20%;
  padding-right: 20px;
  padding-left: 10px;
}
.top-touroku-btn {
  display: flex;
  padding: 12px 10px 12px 50px;
  font-size: 1.2rem;
  color: #fff;
  border: 3px solid #1e4290;
  border-radius: 6px;
  background: url(../images/exele.svg)#1e4290 no-repeat 20% center/20px 20px;
}
.top-touroku-btn p {
  margin-left: 8px;
}
.top-touroku-btn:hover {
  color: #1e4290;
  cursor: pointer;
  transition: all 0.4s;
  background: url(../images/exele-hover.svg)20% center/20px 20px no-repeat #fff;
}
.top-kakunin-btn a {
  display: block;
  padding: 12px 20px 12px 50px;
  font-size: 1.2rem;
  color: #A2A2A2;
  border: 3px solid #A2A2A2;
  border-radius: 6px;
  background: url(../images/checkbox.svg) #fff 20% center/20px 20px no-repeat;
}
.top-kakunin-btn p {
  margin-left: 8px;
}
.top-kakunin-btn a:hover {
  color: #fff;
  cursor: pointer;
  transition: all 0.4s;
  background: url(../images/checkbox-hover.svg) #A2A2A2 20% center/20px 20px no-repeat;
}
/*========================================
login---------------------add-css-
========================================*/

.kanri-login-submit {
  width: 30%;
  margin: 20px auto 0 35%;
  background: #1e4290;
  border-radius: 6px;
  text-align: center;
  border: 3px solid #1e4290;
  color: #fff;
  padding: 5px;
  font-size: 1.5rem;
}
.user-login-submit {
  width: 30%;
  margin: 20px auto 0 35%;
  background: #2f71a0;
  border-radius: 6px;
  text-align: center;
  border: 3px solid #2f71a0;
  color: #fff;
  padding: 3px;
  font-size: 1.5rem;
}
.user-login-btn {
  width: 30%;
  margin: 30px auto;
  background: #2f71a0;
  border-radius: 8px;
  text-align: center;
  border: 3px solid #2f71a0;
  color: #fff;
  padding: 10px;
  font-size: 1.5rem;
}
.user-return-btn, .user-return-btn2 {
  position: relative;
  width: 200px;
  margin: 70px auto;
  background: #2f71a0;
  border-radius: 6px;
  text-align: center;
  border: 3px solid #2f71a0;
  color: #fff;
  padding: 10px 10px 10px 25px;
  font-size: 1.5rem;
}
.user-return-btn2 {
  width: 250px;
  padding: 10px 10px 10px 25px;
  font-size: 1.5rem;
}
.user-return-btn:before, .user-return-btn2:before {
  content: "\025C4";
  position: absolute;
  top: 20%;
  left: 30px;
}
.form-btn-submit:hover, .user-login-btn:hover, .user-login-submit:hover, .user-return-btn:hover, .hattyuu-submit_btn:hover {
  background: #fff;
  cursor: pointer;
  transition: all 0.4s;
  color: #2f71a0;
}
.login-password-text {
  text-align: center;
  margin-top: 15px;
  color: #555;
}
.login-password-text a {
  color: #555;
  text-decoration: underline;
}

@media (max-width:767px) {
  .user-login-submitbox {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .user-login-submit, .user-login-btn {
    width: 70%;
    margin: 0px auto;
    background: #2f71a0;
    border-radius: 6px;
    text-align: center;
    border: 3px solid #2f71a0;
    color: #fff;
    padding: 10px;
    font-size: 1.2rem;
  }
  .user-login-btn {
    padding: 10px 3px;
  }
}
/*========================================
Login error-------------------add-css--
========================================*/
.login-error-textbox {
  margin: 20px auto;
}
.login-error-textbox p {
  color: #575757;
  font-size: 1.2rem;
  line-height: 1.5;
}
.login-error-returnbox {
  margin: 20px 0;
}
.login-error-returnbox a {
  color: #575757;
  font-size: 1.3rem;
}
.login-error-returnbox span {
  margin-left: 10px;
  text-decoration: underline;
}

@media (max-width:767px) {
  .login-error-textbox {
    margin-bottom: 40px;
  }
  .login-error-returnbox p {
    text-align: center;
  }
  .login-error-textbox p {
    font-size: 1rem;
  }
}
/*========================================
Contents Item-----------------add-css--
========================================*/
select, optoin {
  cursor: pointer;
}
.nounyuusaki-list .list_01 {
  width: 15%;
}
.nounyuusaki-list .list_02 {
  width: 15%;
}
/*
.nounyuusaki-list .list_03 {
  width: 80%;
}
 .setudankakou-list .list_01 {
  width: 10%;
}
.setudankakou-list .list_02 {
  width: 10%;
}
.setudankakou-list .list_03 {
  width: 80%;
} */
.sunpou-list .list_01 {
  width: 10%;
}
.sunpou-list .list_02 {
  width: 10%;
}
.sunpou-list .list_03 {
  width: 20%;
}
.sunpou-list .list_04 {
  width: 10%;
}
.sunpou-list .list_05 {
  width: 10%;
}
.sunpou-list .list_06 {
  width: 10%;
}
.sunpou-list .list_07 {
  width: 10%;
}
.sunpou-list .list_08 {
  width: 10%;
}
.tokuisaki-serch_ar {
  display: flex;
  width: 590px;
  padding: 15px 20px;
  align-items: center;
  background: #efefef;
}
.tokuisaki-serch_ar input[type="text"] {
  width: 100px;
  margin: 0 20px;
  padding: 8px;
}
.tokuisaki-serch_btn {
  padding: 5px 40px;
  font-size: 1.1rem;
  color: #fff;
  border: 2px solid #1e4290;
  border-radius: 6px;
  background: #1e4290;
  transition: 0.4s;
}
.tokuisaki-serch_btn:hover {
  background: #fff;
  color: #1e4290;
}
.tokuisaki-list .list_01 {
  width: 10%;
}
.tokuisaki-list .list_02 {
  width: 25%;
}
.tokuisaki-list .list_03 {
  width: 25%;
}
.tokuisaki-list .list_04 {
  width: 25%;
}
.tokuisakis-list .list_05 {
  width: 15%;
}
.shinamei-list .list_01 {
  width: 10%;
}
.shinamei-list .list_02 {
  width: 30%;
}
.shinamei-list tr th:last-child {
  width: 10%;
}
/* .shinamei-list .list_03 {
  width: 10%;
}
.shinamei-list .list_04 {
  width: 40%;
} */
.setudankakou-list tr td:not(:last-child), .nounyuusaki-list tr td:not(:last-child), .sunpou-list tr td:not(:last-child), .shinamei-list tr td:not(:last-child), .tokuisaki-list tr td:not(:last-child) {
  border-right: 1px #888 solid;
}
.nounyuusaki-list tr td:nth-child(1) {
  text-align: right;
  padding-right: 20px;
}
.nounyuusaki-list tr td:nth-child(2) {
  text-align: right;
  padding-right: 20px;
}
.nounyuusaki-list tr td:nth-child(3) {
  text-align: left;
  padding-left: 20px;
}
.setudankakou-list tr td {
  padding-left: 20px;
}
/* .setudankakou-list tr td:nth-child(2) {
  text-align: right;
  padding-right: 20px;
}
.setudankakou-list tr td:nth-child(3) {
  text-align: left;
  padding-left: 20px;
} */
.sunpou-list tr td:nth-child(1) {
  text-align: right;
  padding-right: 20px;
}
.sunpou-list tr td:nth-child(2) {
  text-align: right;
  padding-right: 20px;
}
.sunpou-list tr td:nth-child(3) {
  text-align: left;
  padding-left: 20px;
}
.sunpou-list tr td:nth-child(4) {
  text-align: right;
  padding-right: 20px;
}
.sunpou-list tr td:nth-child(5) {
  text-align: right;
  padding-right: 20px;
}
.sunpou-list tr td:nth-child(6) {
  text-align: right;
  padding-right: 20px;
}
.sunpou-list tr td:nth-child(7) {
  text-align: right;
  padding-right: 20px;
}
.sunpou-list tr td:nth-child(8) {
  text-align: right;
  padding-right: 20px;
}
.tokuisaki-list td:nth-child(1) {
  text-align: right;
  padding-right: 20px;
}
.tokuisaki-list tr td:nth-child(2) {
  text-align: left;
  padding-left: 20px;
}
.tokuisaki-list tr td:nth-child(3) {
  text-align: left;
  padding-left: 20px;
}
.tokuisaki-list tr td:nth-child(4) {
  text-align: left;
  padding-left: 20px;
}
.tokuisaki-list tr td:nth-child(5) {
  text-align: center;
}
.shinamei-list tr td:nth-child(1),
.shinamei-list tr td:nth-child(2) {
  padding-left: 10px;
}
/* .shinamei-list tr td:nth-child(2) {
  text-align: left;
  padding-left: 20px;
}
.shinamei-list tr td:nth-child(3) {
  text-align: right;
  padding-right: 20px;
}
.shinamei-list tr td:nth-child(4) {
  text-align: left;
  padding-left: 20px;
} */
.bg-change-color {
  background: #FFFDD7!important;
}
.shinamei-list tbody tr:hover, .tokuisaki-list tbody tr:hover, .sunpou-list tbody tr:hover, .setudankakou-list tbody tr:hover, .nounyuusaki-list tbody tr:hover {
  background: #FFFDD7!important;
}
/*========================================
customr-web発注
========================================*/
.web-hattyuu dt, .web-hattyuu dd {
  color: #5E5E5E;
}
.hattyuu-box {
  background: #f4f4f4;
}
.hattyuu-title_ar {
  background: #a2a2a2;
  color: #fff;
  padding: 5px 5px 5px 10px;
  font-size: 1rem;
  box-sizing: border-box;
}
.hattyuu_order_ar, .hattyuu_atesaki_ar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
  padding: 30px;
}
.hattyuu_order_ar .order_row:nth-child(2) {
  align-items: flex-start;
}
.hattyuu_order_ar .order_row:nth-child(2) dl:first-child {
  align-items: flex-start;
}
.hattyuu_order_ar .order_row:nth-child(2) dl:first-child dt {
  margin-top: 10px
}
.hattyuu_order_ar dt, .hattyuu_atesaki_ar dt {
  font-weight: bold;
}
.web-hattyuu select {
  padding-left: 1rem;
  height: 35px;
  width: 100%;
  position: relative;
}
.web-hattyuu input[type="text"], .web-hattyuu input[type="number"], .web-hattyuu input[type="tel"] {
  height: 35px;
  width: 100%;
  padding: 0 12px;
}
.atesaki_row, .order_row {
  width: 100%;
}
.hattyuu-ar .order_row:nth-child(2) {
  margin-bottom: 2px;
}
.hattyuu-ar .order_row:nth-child(3) {
  margin-bottom: 2px;
}
.hattyuu-box {
  position: relative;
}
.hattyuu_atesaki_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hattyuu_atesaki_title > div {
  display: flex;
  align-items: center;
}
.hattyuu_atesaki_title h2 {
  width: auto;
  margin-right: 10px;
  padding: 10px 25px;
  background-color: #4C6F98;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 16px;
}
.hattyuu_atesaki_title .text1 {
  color: #0226EB;
  font-size: 12px;
}
.hattyuu_atesaki_title .text2 {
  font-size: 12px;
}
.hattyuu_atesaki_title .text2 span {
  color: red;
}
.hattyuu-box_btn {
  position: absolute;
  right: 40px;
  bottom: 25px;
}
.hattyuu-box_btn p:hover {
  color: #2f71a0;
  background: #fff;
  cursor: pointer;
  transition: 0.4s;
}
.hattyuu-box_btn p {
  padding: 10px 25px;
  background: #2f71a0;
  border-radius: 6px;
  color: #fff;
  border: 3px solid #2f71a0;
}
.hattyuu-box_btn p:first-child {
  margin-bottom: 10px;
}
.atesaki_row p, .order_row p {
  width: 100%;
  background: #e6e6e6;
  height: 30px;
  padding: 8px 3px 8px 1rem;
  border-radius: 6px;
  box-sizing: border-box;
}
.atesaki_row:last-child, .order_row:last-of-type {
  margin-bottom: 0;
}
.atesaki_row, .atesaki_row dl, .atesaki_row dd, .order_row, .order_row dl, .order_row dd {
  display: flex;
  align-items: center;
}
.atesaki_row dl:nth-child(1) {
  width: 30%;
}
.atesaki_row dl:nth-child(1) dt {
  width: 30%;
}
.atesaki_row dl:nth-child(1) dd {
  width: 70%;
  text-align: center;
}
.hattyuu_atesaki_ar dl:nth-child(6) dd {
  display: flex;
}
.hattyuu_atesaki_ar dl dd .sama {
  padding-left: 5px;
  margin: 8px auto;
  color: #5E5E5E;
}
.atesaki_row dl:nth-child(2) dt {
  width: 15%;
}
.atesaki_row dl:nth-child(2) dd {
  width: 80%;
}
.atesaki_row:nth-child(1) dl:nth-child(2) dd input, .atesaki_row:nth-child(1) dl:nth-child(2) p:nth-child(1) {
  width: 60%;
  margin-right: 3%;
}
.atesaki_row:nth-child(1) dl:nth-child(2) dd select, .atesaki_row:nth-child(1) dl:nth-child(2) p:nth-child(2) {
  width: 37%;
}
.atesaki_row dl:nth-child(3) {
  width: 30%;
}
.hattyuu_atesaki_ar dl:nth-child(7) dd, .hattyuu_atesaki_ar dl:nth-child(8) dd {
  display: flex;
}
.hattyuu_atesaki_ar dl:nth-child(7) dd .sama, .hattyuu_atesaki_ar dl:nth-child(8) dd .sama {
  padding-left: 5px;
  margin: 10px auto;
  color: #5E5E5E;
}
.atesaki_row dl:nth-child(3) dt {
  width: 30%;
  text-align: right;
  padding-right: 20px;
}
.atesaki_row dl:nth-child(3) dd {
  width: 45%;
}
.tyuumon-tuika_btn {
  width: 120px;
  background: #fff;
  border-radius: 6px;
  border: 3px solid #2f71a0;
  color: #2f71a0;
  padding: 10px 0 10px 30px;
  transition: all 0.4s;
  position: relative;
}
.tyuumon-tuika_btn:after {
  content: "\025bc";
  position: absolute;
  top: 10px;
  right: 23px;
}
.tyuumon-tuika_btn:hover {
  cursor: pointer;
  color: #fff;
  background: #2f71a0;
  ;
}
.hattyuu-submit_ar {
  display: flex;
  justify-content: center;
}
.hattyuu-submit_btn {
  position: relative;
  display: block;
  width: 200px;
  margin: 70px auto;
  background: #2f71a0;
  border-radius: 6px;
  text-align: center;
  border: 3px solid #2f71a0;
  color: #fff;
  padding: 10px;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.4s;
}
.hattyuu-submit_btn1 {
  position: relative;
  width: 250px;
  margin: 70px auto;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  border: 3px solid #2f71a0;
  color: #2f71a0;
  padding: 10px 10px 10px 25px;
  font-size: 1.5rem;
  margin-right: 30px;
  transition: all 0.4s;
}
.hattyuu-submit_btn1:before {
  content: "\025C4";
  position: absolute;
  top: 20%;
  left: 30px;
}
.hattyuu-submit_btn2 {
  position: relative;
  width: 250px;
  margin: 70px auto;
  background: #2f71a0;
  border-radius: 6px;
  text-align: center;
  border: 3px solid #2f71a0;
  color: #fff;
  padding: 10px 25px 10px 10px;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.4s;
}
.hattyuu-submit_btn2:after {
  content: "\025C4";
  position: absolute;
  top: 30%;
  right: 30px;
  transform: rotate(180deg);
}
.hattyuu-submit_btn1:hover, .hattyuu-submit_btn2:hover {
  opacity: 0.7;
}
.select-text {
  margin-left: 9%;
  font-size: 12px;
  color: blue;
  background: none!important;
}
.pc-input {
  display: block;
}
.sp-input {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .hattyuu_atesaki_ar dt {
    font-size: 0.8rem;
  }
}

@media (max-width:767px) {
  .atesaki_row:nth-child(2) dl:nth-child(3) dd:after {
    display: none;
  }
  .select-text {
    margin-left: 0%;
    background: none!important;
  }
  .hattyuu-box_btn {
    display: flex;
    justify-content: center;
    position: static;
  }
  .hattyuu-box_btn p:first-child {
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .hattyuu_order_ar, .hattyuu_atesaki_ar {
    gap: 0;
    margin-bottom: 20px;
    padding: 10px;
  }
  .hattyuu_order_ar dt, .hattyuu_atesaki_ar dt, .hattyuu_order_ar dd, .hattyuu_atesaki_ar dd, .hattyuu_order_ar p, .hattyuu_atesaki_ar p, .hattyuu_order_ar input, .hattyuu_atesaki_ar input, .hattyuu_order_ar select, .hattyuu_atesaki_ar select {
    margin-bottom: 5px;
  }
  .hattyuu_order_ar dd, .hattyuu_atesaki_ar dd {
    margin-bottom: 5px;
  }
  .atesaki_row dl, .order_row dl {
    margin-bottom: 10px;
  }
  .atesaki_row, .atesaki_row dl, .atesaki_row dd, .order_row, .order_row dl, .order_row dd {
    display: block;
    align-items: center;
  }
  .atesaki_row dl:nth-child(1), .atesaki_row dl:nth-child(1) dt, .atesaki_row dl:nth-child(1) dd, .atesaki_row dl:nth-child(2), .atesaki_row dl:nth-child(2) dt, .atesaki_row dl:nth-child(2) dd {
    width: 100%;
    text-align: left;
  }
  .atesaki_row dl:nth-child(3) dt {
    width: 100%;
    text-align: left;
    padding-right: 0px;
  }
  .atesaki_row:nth-child(2) dl:nth-child(3) p, .atesaki_row:nth-child(2) dl:nth-child(3) dd input {
    width: 50%;
  }
  .atesaki_row:nth-child(2) dl:nth-child(2):after {
    content: "";
    position: absolute;
    right: -5px;
    color: #5E5E5E;
  }
  .atesaki_row:nth-child(1) dl:nth-child(2) dd input, .atesaki_row:nth-child(1) dl:nth-child(2) p:nth-child(1) {
    width: 100%;
    margin-right: 0%;
  }
  .atesaki_row:nth-child(1) dl:nth-child(2) {
    width: 100%;
  }
  .atesaki_row:nth-child(1) dl:nth-child(2) p:nth-child(2), .atesaki_row:nth-child(1) dl:nth-child(2) dd select {
    width: 50%;
  }
  .atesaki_row:nth-child(1) dl:nth-child(3) p, .atesaki_row:nth-child(1) dl:nth-child(3) dd select {
    width: 50%;
  }
  .atesaki_row dl:nth-child(3) {
    width: 100%;
    position: relative;
  }
  .atesaki_row:nth-child(2) dl:nth-child(3):after {
    content: "様";
    position: absolute;
    top: 60%;
    left: 55%;
    color: #5E5E5E;
  }
  .atesaki_row dl:nth-child(3) dd {
    width: 100%;
  }
  .hattyuu_order_ar .order_row {
    width: 100%;
  }
  .hattyuu-submit_ar {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .hattyuu-submit_btn {
    position: relative;
    width: 200px;
    margin: 0 auto;
    background: #2f71a0;
    border-radius: 6px;
    text-align: center;
    border: 3px solid #2f71a0;
    color: #fff;
    padding: 10px;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.4s;
  }
  .hattyuu-submit_btn1 {
    position: relative;
    margin: 0 auto;
    background: #fff;
    border-radius: 6px;
    text-align: center;
    border: 3px solid #2f71a0;
    color: #2f71a0;
    padding: 10px 10px 10px 25px;
    font-size: 1.5rem;
    transition: all 0.4s;
  }
  .hattyuu-submit_btn2 {
    position: relative;
    margin: 30px auto;
    background: #2f71a0;
    border-radius: 6px;
    text-align: center;
    border: 3px solid #2f71a0;
    color: #fff;
    padding: 10px 25px 10px 10px;
    font-size: 1.5rem;
  }
  .pc-input {
    display: none;
  }
  .sp-input {
    display: block;
  }
}
/*========================================
add-css ここまで
========================================*/

.wide-wrapper {
  width: 100%;
  position: relative;
}
.wrapper {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.small-main-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.main-wrapper {
  max-width: 1024px;
  margin: 0 auto;
}
.xs-main-wrapper {
  max-width: 730px;
  margin: 0 auto;
}
.cont-l_ar, .cont-r_ar {
  width: 50%;
}
.main-cont_ar {
  width: 100%;
}

@media (max-width:1024px) {
  .main-wrapper, .small-main-wrapper, .xs-main-wrapper {
    width: 98%;
    margin: 0 auto;
  }
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 374px) {
}

@media screen and (min-width: 375px) and (max-width: 767px) {
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
}
/*========================================
Contents Item 
========================================*/
/* Text Area */
.cont-txt_ar {
  width: 100%;
  box-sizing: border-box;
}
.cont-txt_ar p {
  font-size: 1rem;
  line-height: 1.5;
}
.cont-txt_ar p.no-item {
  font-size: 2rem;
}
.cont-txt_ar span {
}
/*========================================
Header
========================================*/
header {
  width: 100%;
}
.header-cont_ar {
  display: grid;
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px 0;
  grid-template-areas: "header-title menu-client_name menu-password menu-config-area";
  grid-template-columns: 1fr max-content max-content max-content;
  gap: 20px;
  align-items: center;
}
.header-login_ar {
  max-width: 1024px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.header-cont_ar h2 {
  font-size: 1.5rem
}
.header-btn_ar, .user-header-btn_ar {
  width: auto;
  height: 60px;
  display: flex;
  transition: 0.5s;
}
.header-btn_ar p, .header-btn_ar a, .user-header-btn_ar a {
  padding: 4px 20px;
  height: 20px;
  display: flex;
  align-items: center;
  margin: auto;
  border-radius: 6px;
}
.header-btn_ar a {
  background: #fff;
  color: #000000;
  border: 3px solid #fff;
}
.header-btn_ar a:hover {
  color: #fff;
  background: #1e4290;
  transition: 0.4s;
}

.header-cont_ar .header-btn_ar__text {
  background: none;
  color: #ffffff;
  border: none;
}

.header-cont_ar .header-btn_ar__text:hover {
  background: none;
}

.menu-config-area .user-logout {
  padding: 4px 20px;
  background: #fff;
  color: #000000;
  border: 3px solid #fff;
  border-radius: 6px;
  grid-area: user-logout;
}
.menu-config-area .user-logout:hover {
  color: #fff;
  background: #2f71a0;
  transition: 0.4s;
}

@media (max-width:1024px) {
.header-login_ar {
  height: 40px;
}
.header-cont_ar {
  width: 95%;
  margin: 0 auto;
}
}
@media (max-width:767px) {
  .header-cont_ar h2 {
    font-size: 1.2rem;
  }
  .user-header-btn_ar a {
    padding: 4px 10px;
  }
}
@media (max-width:374px) {
  .header-cont_ar h2 {
    font-size: 1.1rem;
  }
  .user-header-btn_ar a {
    padding: 4px 5px;
  }
}
/*========================================
Footer 
========================================*/
footer {
  width: 100%;
}
.footer-cont_ar {
  max-width: 1024px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
small {
  font-size: .9rem;
}
/*========================================
Login/error
========================================*/
.main-title_ar {
  width: 100%;
  padding: 90px 0 70px 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: center;
  align-items: center;
}
.main-login_ar {
  width: 100%;
  padding-top: 90px;
  box-sizing: border-box;
}
.main-login_ar h3 {
  font-size: 1.6rem;
  color: #575757;
}
.main-title_ar h1 img {
  width: 200px;
  height: 200px;
  margin-bottom: 30px;
}
.main-title_ar h1 span {
  line-height: 2.5;
  font-size: 90%;
}
.login-input, .login-mail {
  width: 30%;
  margin: 30px auto 0 35%;
  position: relative;
}
.login-pw_change {
  width: 30%;
  margin: 30px auto 0 50%;
  position: relative;
}
.login-id:before, .new-login-pw:before, .new-login-pw2:before, .login-mail:before, .login-pw:before {
  font-size: 1.2rem;
  position: absolute;
  right: 106%;
  top: 14px;
  color: #575757;
  width: 250px;
  text-align: right;
}
.login-id:before {
  content: "ID";
}
.new-login-pw:before {
  content: "新しいパスワード";
}
.new-login-pw2:before {
  content: "新しいパスワード（確認用）";
}
.login-mail:before {
  content: "メールアドレス";
}
.login-pw:before {
  content: "パスワード";
}
.main-ck_ar {
  width: 30%;
  margin: 4px auto 15px 35%;
}
.main-error_ar {
  width: 100%;
  margin: 0;
  text-align: center;
}
.login-mail-check {
  width: 300px;
  margin: 10px auto;
  text-align: center;
  padding: 5px 20px;
  border: 2px solid #575757;
}
.login_tyuui {
  padding: 30px;
  background: #fff;
  border: 2px solid #575757;
}
.login_tyuui p {
  line-height: 1.5;
  color: #575757;
}
.login_tyuui a {
  text-decoration: underline;
  color: blue;
}

@media screen and (max-width: 767px) {
.main-title_ar {
  width: 100%;
  padding: 20px 0;
}
.main-title_ar h1 {
  line-height: 1;
  font-size: 1.1rem;
  margin: 0;
}
.main-title_ar h1 span {
  font-size: 100%;
}
.main-title_ar h1 img {
  width: 30%;
  height: auto;
  margin-bottom: 30px;
}
.login-id, .login-mail, .login-pw, .login-pw_change, .new-login-pw, .new-login-pw2 {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.new-login-pw {
  margin-bottom: 40px;
}
.login-pw {
  margin-bottom: 0px;
}
.login-id:before, .login-mail:before, .login-pw:before, .new-login-pw:before, .new-login-pw2:before {
  position: absolute;
  left: 0;
  top: -20px;
  font-size: 1rem;
  text-align: left;
}
.main-ck_ar {
  width: 80%;
  margin: 0 auto;
}
.main-error_ar {
  height: inherit;
  margin-top: 10px;
  margin-bottom: 15px;
}
.main-login_ar h3 {
  font-size: 1.1rem;
}
.main-login_ar {
  padding-top: 30px;
}
.login-mail-check {
  width: 90%;
  margin: 10px auto;
  box-sizing: border-box;
}
.login_tyuui {
  box-sizing: border-box;
}
}
/*========================================
Customer 
========================================*/
.customer-list_ar {
  width: 100%;
}
.customer-list_ar .customer-hd_ar, .customer-list_ar .customer-ft_ar {
  width: 100%;
}
.customer-hd_ar {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 2px solid #aaa;
  margin-bottom: 20px;
}

.customer-hd_ar--legend {
  width: 100%;
  font-size: 1.3rem;
}

.customer-hd_ar h2 {
  font-size: 1.3rem;
  width: auto;
}
.customer-list_ar .page-link_ar {
  position: relative;
}
.customer-list_ar .page-link_ar ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.customer-list_ar .page-link_ar li {
  margin: 0 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer-list_ar .page-link_ar a {
  width: 30px;
  height: 30px;
  color: #888;
  background: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer-list_ar .page-link_ar a:hover {
  color: #fff;
  background: #555;
  transition: 0.4s;
}
.customer-ar_bg {
  color: #fff!important;
  background: #555!important;
}
.customer-list_ar .page-link_ar a:hover g {
  fill: #fff;
  background: #555;
  transition: 0.4s;
}
.page-link_ar g {
  width: 20px;
  height: 20px;
  fill: #535353;
}
.customer-list_ar .table-title_ar {
  width: 100%;
  border: 1px solid #C6C6C6;
  padding: 15px;
  background: #1e4290;
  box-sizing: border-box;
}
.customer-list_ar .table-title_ar th {
  padding: 15px 0;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  border-right: 1px #888 solid;
  font-weight: 100;
}
.customer-list_ar .table-title_ar th:nth-last-child(1) {
  border-right: none;
}
.customer-list_ar table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  table-layout: fixed;
}
.customer-list_ar table td {
  border-top: 1px solid #888;
}
.customer-list_ar table td {
  padding-top: 18px;
  padding-bottom: 18px;
  color: #5E5E5E;
  line-height: 1.2;
  vertical-align: middle;
  box-sizing: border-box;
  font-weight: 100;
  line-break: anywhere;
}
.customer-list_ar tbody tr:nth-child(odd) {
  background: #f8f8f8;
}
.customer-list_ar table tr:last-child td {
  border-bottom: 1px solid #888;
}
.customer-list_ar table th:not(:first-child), .customer-list_ar table td:not(:first-child) {
  border-left: none;
}
.list-edit {
  border: 3px solid #1e4290;
  border-radius: 6px;
  color: #1e4290;
  background: #fff;
  padding: 8px 30px;
  cursor: pointer;
}
.list-edit:hover {
  color: #fff;
  background: #1e4290;
  transition: 0.4s
}
.customer-edit_ar {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 2px solid #aaa;
  margin-bottom: 20px;
}

@media (max-width:767px) {
  .customer-hd_ar {
    margin-bottom: 10px;
  }
}
/*========================================
Modal Window
========================================*/
#modal-overlay {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
#modal-content_1 {
  width: 600px;
  height: auto;
  display: none;
  position: fixed;
  z-index: 21;
}
#modal-content_2 {
  width: 400px;
  height: auto;
  display: none;
  position: fixed;
  z-index: 21;
}
#modal-content_3 {
  width: 400px;
  height: auto;
  display: none;
  position: fixed;
  z-index: 21;
}
#modal-content_delete {
  width: 400px;
  height: auto;
  display: none;
  position: fixed;
  z-index: 21;
}
#modal-content_file {
  width: 400px;
  max-width: 95%;
  max-height: 1000px;
  min-height: auto;
  display: none;
  position: fixed;
  z-index: 21;
  overflow-y: auto;
}
.modal-wrapper {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.modal-title {
  width: 100%;
  margin: 0;
  padding: 20px 20px;
  background: #1e4290;
  border-radius: 6px 6px 0 0;
  float: left;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-title p {
  text-align: center;
  margin: 0;
  padding: 0;
  color: #fff;
}
.modal-title g {
  cursor: pointer;
  width: 20px;
  height: 20px;
  fill: #fff;
}
.modal-com {
  width: 100%;
  margin: 0;
  padding-top: 50px;
  text-align: center;
  background: #fff;
  border-radius: 0 0 6px 6px;
  float: left;
  box-sizing: border-box;
}
.modal-com p {
  line-height: 1.5;
  text-align: left;
  color: #959595;
  margin-left: 15px;
  margin-bottom: 10px;
  font-size: 1rem;
}
.modal-com form {
  padding-bottom: 50px;
}
.modal-com .modal-btn_ar {
  width: 100%;
  margin: 20px 0 0 0;
  float: left;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-btn_ar {
  padding: 30px 0;
  background: #F4F4F4;
}
.modal-confirm_btn {
  width: 30%;
  margin-right: 20px;
  padding: 10px 16px;
  color: #fff;
  text-align: center;
  border: 3px solid #fff;
  background: #1e4290;
  border-radius: 6px;
  display: inline-block;
  cursor: pointer;
}
.modal-confirm_btn:hover {
  opacity: 0.7;
}
.modal-cancel_btn {
  width: 30%;
  margin-right: 20px;
  padding: 10px 16px;
  color: #1e4290;
  text-align: center;
  border: 3px solid #1e4290;
  background: #fff;
  border-radius: 6px;
  display: inline-block;
  cursor: pointer;
}
.modal-cancel_btn:hover {
  opacity: 0.7;
}
.modal-release_btn {
  width: 40%;
  padding: 6px 16px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  border: 3px solid #1e4290;
  background: #1e4290;
  border-radius: 6px;
  display: inline-block;
}
.modal-release_btn:hover {
  opacity: 0.7;
}
.passcahange {
  padding: 8px 12px;
}
#modal-content_file .modal-title {
  float: none;
}
#modal-content_file .modal-cancel_btn {
  margin: 0;
}
#modal-content_file .modal-content {
  padding: 20px;
}
#modal-content_file .file-name {
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  text-align: left;
}
#modal-content_file .modal-content {
  overflow: auto;
  height: 40vh;
  background-color: #fff;
  padding: 20px;
}
#modal-content_file .modal-btn_ar {
  border-radius: 0 0 6px 6px;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
.web-hattyuu select {
  padding-left: 5px;
}
.web-hattyuu input[type="text"], .web-hattyuu input[type="number"], .web-hattyuu input[type="number"] {
  padding-left: 5px;
}
}
/*========================================
add 190227
========================================*/
.link-color {
  color: #4071FF;
  cursor: pointer;
}
.btn-bg {
  background: #00AC37!important;
  border: 3px solid #00AC37!important;
}
.dp-flex {
  display: flex;
}
.dp-between {
  justify-content: space-between;
}
.hattyuu-submit_btn3 {
  margin: 70px 0 70px 30px;
}
@media (max-width:767px) {
  .dp-flex {
    display: block;
  }
  .hattyuu-submit_btn3 {
    margin: 20px auto 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .hattyuu-submit_btn1,.hattyuu-submit_btn2,.hattyuu-submit_btn3 {
    width: 150px;
  }
  .hattyuu-submit_btn1:before {
    content: "\025C4";
    position: absolute;
    top: 20%;
    left: 15px;
}
}
/*========================================
add 210216
========================================*/
.status-serch_ar {
  box-sizing: border-box;
  flex-direction: column;
  display: flex;
  padding: 20px;
  border: 1px solid #aaa;
  gap: 20px;
}
.status-serch_ar dl {
  display: inline-flex;
  align-items: center;
  margin: 0 10px;
}
.status-serch_ar dl dt {
  display: inline-block;
  white-space: nowrap;
  max-width: 90px;
}
.status-serch_ar dl dd {
  width: calc(100% - 40px);
  padding-left: 10px;
}
.status-serch_ar input[type="text"] {
  width: 100%;
  padding: 8px;
}
.status-serch_ar .row {
    display: flex;
  }
.status-serch_ar .row1 {
    display: flex;
    flex-wrap: wrap; /* アイテムが2行に分かれるように */
  }
.status-table {
  overflow: auto;
  margin: 0 0 50px;
}
.customer-list_ar.status-table table,
.customer-list_ar.status-table table th,
.customer-list_ar.status-table table td {
  width: auto;
  white-space: nowrap;
}
.customer-list_ar.status-table table th,
.customer-list_ar.status-table table td {
  padding: 10px;
  font-size: 0.9rem;
  text-align: center;
}
@media(max-width: 767px) {
  .status-serch_ar {
    flex-wrap: wrap;
  }
  .status-serch_ar dl {
    width: 100%;
    margin: 0 0 20px;
  }
  .history-header_link {
    justify-content: center;
  }
  .status-serch_ar .history-input-btn {
    margin: 0 auto;
  }
  .status-serch_ar .row1 {
    width: 100%;
  }
  .status-serch_ar .row {
    flex-direction: column;
  }
  .status-serch_ar dd input {
    width: 245px !important;
  }
  .status-serch_ar dd {
    text-align: right;
  }
}
@media(max-width: 374px) {
  .history-header_btn2 {
    margin-right: 10px;
  }
}
.shipping-status1 td {
  background-color: #00BFFF;
}
.shipping-status2 td {
  background-color: #87CEFA;
}
.shipping-status3 td {
  background-color: #00CED1;
}
.shipping-status4 td {
  background-color: #FFD700;
}
.shipping-status5 td {
  background-color: #FFA500;
}
.shipping-status6 td {
  background-color: #D3D3D3;
}
.shipping-status7 td {
  background-color: #FFB6C1;
}
.shipping-status8 td {
  background-color: #90EE90;
}
/* 2024.06.13 WEB発注メニューページ追加 */
.web-menu {
  max-width: 780px;
  margin: 0 auto;
  padding: 50px 0 180px;
}
.web-menu_btns {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 48px;
}
.web-menu_btn {
  width: calc(50% - 24px / 2);
  height: 160px;
  font-size: 34px;
  color: #fff;
}
.web-menu_btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 34px;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 8px;
  transition: .3s ease;
}
.web-menu_btn a span{
  position: relative;
  padding-left: 50px;
  font-size: 34px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  transition: .3s ease;
}
.web-menu_btn a span.fz-min{
  font-size: 30px;
  padding-left: 0;
}
.web-menu_btn a span.fz-min::after{
  display: none;
}
.web-menu_btn a span::after{
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: .3s ease;
}
.web-menu_nyuuryoku{
  margin-right: 24px;
  margin-bottom: 24px;
}
.web-menu_nyuuryoku a{
  background-color: #2C62C4;
}
.web-menu_nyuuryoku a span::after{
  background-image: url(../images/web-menu/nyuryoku.svg);
}
.web-menu_nyuuryoku a:hover {
  border-color: #2C62C4;
  background-color: #fff;
}
.web-menu_nyuuryoku a:hover span{
  color: #2C62C4;
}
.web-menu_nyuuryoku a:hover span::after{
  background-image: url(../images/web-menu/hover_nyuryoku.svg);
}
.web-menu_rireki{
  margin-bottom: 24px;
}
.web-menu_rireki a {
  background-color: #2AA886;
}
.web-menu_rireki span::after{
  background-image: url(../images/web-menu/rireki.svg);
}
.web-menu_rireki a:hover {
  border-color: #2AA886;
  background-color: #fff;
}
.web-menu_rireki a:hover span {
  color: #2AA886;
}
.web-menu_rireki a:hover span::after{
  background-image: url(../images/web-menu/hover_rireki.svg);
}
.web-menu_kaitou{
  margin-right: 24px;
  margin-bottom: 27px;
}
.web-menu_kaitou a{
  background-color: #bdb700;
}
.web-menu_kaitou a span::after{
  background-image: url(../images/web-menu/zaiko.svg);
}
.web-menu_kaitou a:hover{
  border-color: #bdb700;
  background-color: #fff;
}
.web-menu_kaitou a:hover span {
  color: #bdb700;
}
.web-menu_kaitou a:hover span::after{
  background-image: url(../images/web-menu/hover_zaiko.svg?20250523);
}
.web-menu_syukka{
  margin-bottom: 27px;
}
.web-menu_syukka a{
  background-color: #B4417B;
}
.web-menu_syukka a span::after{
  background-image: url(../images/web-menu/syukka.svg);
}
.web-menu_syukka a:hover {
  border-color: #B4417B;;
  background-color: #fff;
}
.web-menu_syukka a:hover span{
  color: #B4417B;;
}
.web-menu_syukka a:hover span::after{
  background-image: url(../images/web-menu/hover_syukka.svg);
}
.web-menu-annai {
  margin-bottom: 27px;
}
.web-menu-annai_btn {
  margin-bottom: 27px;
  height: 80px;
}
.web-menu-annai_btn a{
  background-color: #4B6F98;
}
.web-menu-annai_btn a span {
  font-size: 30px;
}
.web-menu-annai_btn a span::after {
  background-image: url(../images/web-menu/pdf.svg);
}
.web-menu-annai_btn a:hover {
  background-color: #fff;
  border-color: #4B6F98;
}
.web-menu-annai_btn a:hover span{
  color: #4B6F98;
}
.web-menu-annai_btn a:hover span::after{
  background-image: url(../images/web-menu/hover_pdf.svg);
}
.web-menu-annai_text {
  font-size: 20px;
  text-align: center;
}

.web-menu-catalog{
  margin-bottom: 27px;
  margin-right: 24px;
  height: 80px;
}
.web-menu-catalog a{
  background-color: #4B6F98;
}
.web-menu-catalog a span {
  font-size: 30px;
}
.web-menu-catalog a span::after{
  background-image: url(../images/web-menu/pdf.svg);
}
.web-menu-catalog a:hover {
  border-color: #4B6F98;;
  background-color: #fff;
}
.web-menu-catalog a:hover span{
  color: #4B6F98;;
}
.web-menu-catalog a:hover span::after{
  background-image: url(../images/web-menu/hover_pdf.svg);
}

.web-menu-hp {
  width: 460px;
  height: 100px;
  margin: 0 auto;
}
.web-menu-hp a {
  background-color: #fff;
  border: 1px solid #032A71;
}
.web-menu-hp a span{
  padding-left: 0;
  font-size: 20px;
  color: #032A71;
}
.web-menu-hp a:hover{
  background-color: #7F94B7;
  border-color: #7F94B7;
}
.web-menu-hp a:hover span{
  color: #fff;
}
@media(max-width: 767px) {
  .web-menu {
    padding: 50px 25px 100px;
  }
  .web-menu_btns {
    display: block;
  }
  .web-menu_btn {
    width: 100%;
    height: 95px;
    max-width: 500px;
    margin: 0 auto;
  }
  .web-menu_btn a span::after {
    
  }
  .web-menu_btn:not(:last-child) {
    margin-bottom: 10px;
  }
  .web-menu_btn a span {
    font-size: 20px;
  }
  .web-menu_btn a span::after {
    top: 50%;
  }
  .web-menu_btn a span.fz-min {
    font-size: 18px;
  }
  .web-menu_btn:not(:last-child).web-menu-annai_btn {
    height: 65px;
    margin-bottom: 20px;
  }
  .web-menu-annai_btn a span{
    font-size: 18px;
    padding-left: 47px;
  }
  .web-menu-annai_btn a span::after{
    width: 32px;
    height: 28px;
  }
  .web-menu-annai_text {
    font-size: 14px;
  }
  .web-menu-hp {
    height: 65px;
  }
  .web-menu-hp a span{
    font-size: 18px;
  }
  .web-menu-hp a span::after{
    width: 40px;
  }
  .web-menu-hp {
    height: 65px;
  }
}
/* viewer発注/見積画面 ボタン変更*/
.menu-header {
  flex-direction: row;
  align-items: center;
  max-width: 1250px;
  gap: 50px;
}
.menu-header_btns {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.menu-header_btn {
  width: 194px;
  height: 40px;
  border-radius: 5px;
  margin: 5px 0;
}
.menu-header_btn:not(:last-child) {
  margin-right: 20px;
}
.menu-header_btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: .3s ease;
}
.menu-header_btn a span{
  position: relative;
  padding-left: 28px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  transition: .3s ease;
}
.menu-header_btn a span::after{
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: .3s ease;
}
.menu-header_btn a span::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
}
.menu-header_btn:nth-child(1) a{
  background-color: #2D61C3;
}
.menu-header_btn:nth-child(1) a span::after{
  background-image: url(../images/web-menu/nyuryoku.svg);
}
.menu-header_btn:nth-child(1) a:hover{
  border-color: #2D61C3;
  background-color: #fff;
}
.menu-header_btn:nth-child(1) a:hover span::after{
  background-image: url(../images/web-menu/hover_nyuryoku.svg);
}
.menu-header_btn:nth-child(1) a:hover span {
  color: #2D61C3;
}
.menu-header_btn:nth-child(2) a{
  background-color: #2BA886;
}
.menu-header_btn:nth-child(2) a span::after{
  background-image: url(../images/web-menu/rireki.svg);
}
.menu-header_btn:nth-child(2) a:hover{
  border-color: #2BA886;
  background-color: #fff;
}
.menu-header_btn:nth-child(2) a:hover span::after{
  background-image: url(../images/web-menu/hover_rireki.svg);
}
.menu-header_btn:nth-child(2) a:hover span {
  color: #2BA886;
}
.menu-header_btn:nth-child(3) a{
  background-color: #bdb700;
}
.menu-header_btn:nth-child(3) a span::after{
  background-image: url(../images/web-menu/zaiko.svg);
}
.menu-header_btn:nth-child(3) a:hover{
  border-color: #bdb700;
  background-color: #fff;
}
.menu-header_btn:nth-child(3) a:hover span::after{
  background-image: url(../images/web-menu/hover_zaiko.svg?20250523);
}
.menu-header_btn:nth-child(3) a:hover span {
  color: #bdb700;
}
.menu-header_btn:nth-child(4) a{
  background-color: #B4407B;
}
.menu-header_btn:nth-child(4) a span::after{
  background-image: url(../images/web-menu/syukka.svg);
}
.menu-header_btn:nth-child(4) a:hover{
  border-color: #B4407B;
  background-color: #fff;
}
.menu-header_btn:nth-child(4) a:hover span::after{
  background-image: url(../images/web-menu/hover_syukka.svg);
}
.menu-header_btn:nth-child(4) a:hover span {
  color: #B4407B;
}

.menu-header_btn:nth-child(5) a{
  background-color: #6C6C6C;
  justify-content: left;
  padding-left: 10%;
}

@media(max-width: 767px) {
  .menu-header_btn:nth-child(5) a{
    padding: 0 4px;
  }
}
.menu-header_btn:nth-child(5) a span {
  padding: 0px;
}
.menu-header_btn:nth-child(5) a span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/web-menu/calendar_schedule.svg) no-repeat center;
  background-size: contain;
  margin-right: 8px;
}

.menu-header_btn:nth-child(5) a span::after {
  content: "";
  display: inline-block;
  left:100%;
  width: 16px;
  height: 16px;
  background: url(../images/web-menu/gaibu_link.svg) no-repeat center;
  background-size: contain;
  margin-left: 4px;
}
.menu-header_btn:nth-child(5) a:hover{
  border-color: #6C6C6C;
  background-color: #fff;
}
.menu-header_btn:nth-child(5) a:hover span::before{
  background-image: url(../images/web-menu/hover_calendar_schedule.svg);
}
.menu-header_btn:nth-child(5) a:hover span::after{
  background-image: url(../images/web-menu/hover_gaibu_link.svg);
}
.menu-header_btn:nth-child(5) a:hover span {
  color: #6C6C6C;
}

.menu-header_pass {
  display: flex;
}

.menu-password span{
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  transition: .3s ease;
}
.menu-password span::after{
  content:"";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 27px;
  height: 18px;
  background-image: url(../images/web-menu/hover_pw.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: .3s ease;
}
.menu-password:hover span {
  text-decoration: none;
}
.menu-password:hover span::after{
  background-image: url(../images/web-menu/hover_pw.svg);
}

.menu-client_name {
  padding-right: 20px;
  color: #fff;
  border-right: 2px solid;
  grid-area: menu-client_name;
  justify-self: baseline;
}

.menu-notice {
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
  grid-area: menu-notice;
}

.menu-password {
  grid-area: menu-password;
}

.menu-config-area {
  grid-area: menu-config-area;
}

.header-title {
  width: auto;
  grid-area: header-title;
}

@media(max-width: 767px) {
  .menu-header {
    display: block;
  }
  .menu-header_btns {
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .menu-header_btn {
    width: 160px;
  }
  .menu-header_btn:not(:last-child) {
    margin-right: 10px;
  }
  .menu-header_btn a span {
    font-size: 15px;
    padding-left: 25px;
  }
  .menu-header_btn a span::after {
    width: 18px;
    height: 15px;
  }
  .menu-header_pass {
    text-align: right;
    padding-right: 20px;
    width: 35px;
    margin-top: 70px;
  }

  .menu-client_name {
    border-right: none;
  }

  .header-cont_ar {
    grid-template-areas: "header-title menu-config-area"
    "menu-client_name menu-password";
    justify-items: end;
    row-gap: 20px;
    column-gap: 10px;
    grid-template-columns: 1fr auto;
  }

  .header-title {
    justify-self: baseline;
  }
}
@media screen and (max-width: 480px) {
  .header-cont_ar h2 {
    font-size: 1rem;
  }

  .header-btn_ar, .user-header-btn_ar {
    height: 75px;
  }

  .menu-config-area .user-logout {
    padding: 4px 7px;
    font-size: 12px;
  }
  .menu-header_pass {
    width: 35px;
    margin-top: 70px;
  }

  .menu-notice {
    font-size: 12px;
    white-space: nowrap;
  }
}

/* 2024.09.6 追加分 */
.hattyuu_atesaki_ar.flex {
  display: flex;
  align-items: flex-end;
}
.hattyuu_atesaki_ar .left {
  width: calc(100% - 200px);
  margin-right: 50px;
}
.hattyuu_atesaki_ar .right {
  width: 150px;
}
.hattyuu_atesaki_ar .right .btn {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 20px 0;
  background-color: #2F71A0;
  border: 3px solid #2F71A0;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  transition: 0.4s;
}
.hattyuu_atesaki_ar .right .btn:hover {
  background-color: #fff;
  color: #2F71A0;
}
.hattyuu_atesaki_ar .row {
  display: flex;
}
.hattyuu_atesaki_ar .row .required {
  color: red;
}
.hattyuu_atesaki_ar .row dl {
  margin-right: 20px;
}
.hattyuu_atesaki_ar .row dt {
  margin-bottom: 5px;
}
.hattyuu_atesaki_ar .row dd {
  display: flex;
  align-items: flex-end;
}
.hattyuu_atesaki_ar .row .remark {
  width: 100%;
}
.hattyuu_atesaki_ar .row .remark2 {
  width: 150px;
  min-width: 150px;
}

.hattyuu_atesaki_ar .row .remark3 {
  width: 250px;
  min-width: 250px;
}
.hattyuu_atesaki_ar .row .wd100 {
  width: 100%;
}
.hattyuu_atesaki_ar .hinban {
  width: 400px;
  max-width: 100%;
}
.hattyuu_atesaki_ar .confirm {
  display: inline-flex;
  align-items: center;
  min-height: 35px;
}
.hattyuu_atesaki_ar .caution {
  display: flex;
  align-items: end;
  color: red;
  font-weight: bold;
  transform: translateY(-5px);
}
.web-hattyuu-top {
  margin-bottom: 30px;
}
.inquiry-box {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.inquiry-btn {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.inquiry-btn p {
  color: #0226EB;
}
.inquiry-btn a {
  cursor: pointer;
  box-sizing: border-box;
  display: block;
  width: 200px;
  padding: 10px;
  background-color: #fff;
  border: 3px solid #4B6F98;
  border-radius: 5px;
  color: #4B6F98;
  font-size: 17px;
  text-align: center;
  transition: 0.4s;
}
.inquiry-btn a:hover {
  background-color: #4B6F98;
  color: #fff;
}
.c-table {
  box-sizing: border-box;
  position: relative;
  border-collapse: separate;
  display: table;
  width: 100%;
}
.c-table__wrapper {
  overflow: auto;
  box-sizing: border-box;
  padding: 0 10px;
  background-color: #F4F4F4;
}
.c-table__title {
  box-sizing: border-box;
  padding: 10px 25px;
  background-color: #4C6F98;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 16px;
}
.c-table__th {
  box-sizing: border-box;
  padding: 10px 5px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.c-table__th span {
  font-size: 10px;
}
.row2 .c-table__th {
  padding: 5px 0 0;
  font-size: 10px;
}
.c-table__th.required {
  color: #D84635;
  font-weight: bold;
}
.c-table__th.blue {
  color: #0226EB;
}
.c-table__th.center {
  text-align: center;
}
.c-table__th.right {
  text-align: right;
}
.c-table__th.left {
  text-align: left;
}
.c-table__td {
  box-sizing: border-box;
  padding: 5px 3px;
  border-bottom: 1px solid #D8D8D8;
  text-align: center;
}
.c-table input[type="text"],
.c-table input[type="number"],
.c-table input[type="tel"]
{
  padding: 5px;
  font-size: 14px;
}
.c-table input[type="number"]::-webkit-outer-spin-button,
.c-table input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.c-table select {
  padding: 5px 20px 5px 5px;
  font-size: 14px;
}
.c-table__td .confirm {
  /* display: flex;
  align-items: center; */
  min-height: 20px;
  font-size: 14px;
}
.c-table__td .unit {
  display: flex;
}
.c-table__td .unit p {
  display: flex;
  align-items: flex-end;
  width: 30px;
  margin-left: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #aaa;
}
.c-table__td .unit input {
  width: calc(100% - 40px);
}
.c-table .btn {
  cursor: pointer;
  box-sizing: border-box;
  padding: 8px 0;
  border-radius: 5px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  transition: 0.4s;
}
.c-table .btn1 {
  background-color: #4B6F98;
  border: 2px solid #4B6F98;
}
.c-table .btn1:hover {
  background-color: #fff;
  color: #4B6F98;
}
.c-table .btn2 {
  background-color: #A2A2A2;
  border: 2px solid #A2A2A2;
}
.c-table .btn2:hover {
  background-color: #fff;
  color: #A2A2A2;
}
.row-add-btn {
  margin: 20px 0;
}
.row-add-btn a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #fff;
  border: 3px solid #4C6F98;
  border-radius: 5px;
  font-size: 14px;
  transition: 0.4s;
}
.row-add-btn a:hover {
  background-color: #4C6F98;
  color: #fff;
}
.row-add-btn a img {
  display: block;
  width: 19px;
  margin-left: 10px;
}
.row-add-btn img:nth-of-type(2) {
  display: none;
}
.row-add-btn a:hover img:nth-of-type(1) {
  display: none;
}
.row-add-btn a:hover img:nth-of-type(2) {
  display: block;
}
.hattyuu_submit_ar1 {
  display: flex;
  gap: 30px;
  margin: 30px auto 100px;
}
.hattyuu_submit_ar1 .files {
  box-sizing: border-box;
  width: calc(33.333% - 20px);
}
.hattyuu_submit_ar1 .files li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.hattyuu_submit_ar1 .files li:last-of-type {
  margin-bottom: 0;
}
.hattyuu_submit_ar1 .files li .file-name {
  display: block;
  margin-bottom: 10px;
  margin-right: 30px;
  color: #5E5E5E;
  font-size: 14px;
  text-decoration: underline;
  word-break: break-all;
}
.hattyuu_submit_ar1 .files li .file-delete {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #5E5E5E;
  font-size: 14px;
  text-decoration: underline;
}
.hattyuu_submit_ar1 .files li .file-name:hover,
.hattyuu_submit_ar1 .files li .file-delete:hover {
  text-decoration: none;
}
.hattyuu_submit_ar1 .files li .file-delete img {
  display: block;
  width: 10px;
  margin-right: 5px;
}
.hattyuu_submit_ar1 .file-btn {
  width: calc(33.333% - 20px);
}
.hattyuu_submit_ar1 .file-btn .btn {
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  padding: 15px;
  font-size: 18px;
  background-color: #CF864C;
  border: 3px solid #CF864C;
  border-radius: 5px;
  color: #fff;
  transition: 0.4s;
}
.hattyuu_submit_ar1 .file-btn .btn:hover {
  background-color: #fff;
  color: #CF864C;
}
.hattyuu_submit_ar1 .file-btn .btn img {
  display: block;
  margin-left: 10px;
  width: 17px;
}
.hattyuu_submit_ar1 .file-btn .btn img:nth-of-type(2) {
  display: none;
}
.hattyuu_submit_ar1 .file-btn .btn:hover img:nth-of-type(1) {
  display: none;
}
.hattyuu_submit_ar1 .file-btn .btn:hover img:nth-of-type(2) {
  display: block;
}
.hattyuu_submit_ar1 .confirm {
  width: calc(33.333% - 20px);
}
.hattyuu_submit_ar1 .confirm .btn {
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  padding: 15px;
  font-size: 18px;
  background-color: #4C6F98;
  border: 3px solid #4C6F98;
  border-radius: 5px;
  color: #fff;
  transition: 0.4s;
}
.hattyuu_submit_ar1 .confirm .btn:hover {
  background-color: #fff;
  color: #4C6F98;
}
.c-table__th.inquiry {
  padding: 10px 5px;
  border-bottom: 1px solid #D8D8D8;
  font-size: 14px;
}
.c-table__td.inquiry {
  padding: 10px 5px;
  font-size: 14px;
}
.inquiry-btns {
  display: flex;
  justify-content:space-between;
  align-items: center;
  margin: 30px 0 10px;
}
.inquiry-btns .btn {
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  margin-left: 20px;
  padding: 15px;
  font-size: 18px;
  background-color: #4C6F98;
  border: 3px solid #4C6F98;
  border-radius: 5px;
  color: #fff;
  transition: 0.4s;
}
.inquiry-btns .btn:hover {
  background-color: #fff;
  color: #4C6F98;
}

.delete-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  padding: 0px 20px;
  font-size: 1.2rem;
  background-color: #aaa;
  border: 3px solid #aaa;
  border-radius: 5px;
  color: #fff;
  transition: 0.4s;
}
.delete-btn:hover {
  background-color: #fff;
  color: #aaa;
}

@media(max-width: 767px) {
  .hattyuu_atesaki_title {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .hattyuu_atesaki_title > div {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .hattyuu_atesaki_title .text1,
  .hattyuu_atesaki_title .text2 {
    margin-bottom: 10px;
  }
  .hattyuu_atesaki_ar .row {
    display: block;
  }
  .hattyuu_atesaki_ar .row dl {
    margin: 0 0 10px;
  }
  .hattyuu_submit_ar1 {
    display: block;
  }
  .hattyuu_atesaki_ar .row .remark2 {
    width: 100%;
  }
  .hattyuu_submit_ar1 .files {
    width: 100%;
    margin-bottom: 20px;
  }
  .hattyuu_submit_ar1 .file-btn {
    width: 100%;
    margin-bottom: 20px;
  }
  .hattyuu_submit_ar1 .confirm {
    width: 100%;
  }
  .hattyuu_submit_ar1 .confirm .btn {
    margin: 0 auto;
  }
  .hattyuu_atesaki_ar.flex {
    display: block;
  }
  .hattyuu_atesaki_ar .left {
    width: 100%;
    margin: 0 0 20px;
  }

  .inquiry-btn {
    display: block;
  }
  
  .inquiry-btn p {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.loading-block {
  display: block;
}
.loading-wrapper {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px #ddd;
}
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}
.loading-text {
  margin: 0 0 10px;
  text-align: center;
}
.loader {
  border: 5px solid #eee;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {

  .hattyuu-return_btn {
    width: 140px;
    margin-right: 30px;
  }

  .hattyuu_atesaki_ar .row1 {
    display: flex;
    flex-wrap: wrap; /* アイテムが2行に分かれるように */
  }
  .hattyuu_atesaki_ar .row1 dl {
    flex-basis: calc(30% - 10px);
    margin: 5px;
  }

  .hattyuu_atesaki_ar .row1 dl:nth-child(1),
  .hattyuu_atesaki_ar .row1 dl:nth-child(4),
  .hattyuu_atesaki_ar .row1 dl:nth-child(5) {
    flex-basis: calc(20% - 10px);
    margin: 5px;
  }
}

.update-date {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 90%;
  margin: 20px auto 0;
  padding: 20px;
  border: 1px solid #aaa;
}
.update-date input {
  width: 75px!important;
  padding: 10px 12px!important;
}
.update-date-submit {
  display: block;
  width: 80px;
  margin-left: 20px;
  padding: 5px 20px;
  color: #fff;
  background: #1E4290;
  border: 3px solid #1E4290;
  border-radius: 6px;
  font-size: 16px;
}
.update-date-submit:hover {
  background-color: #fff;
  color: #1e4290;
  cursor: pointer;
  transition: all 0.4s;
}

/* 通知設定ページ*/

.notice-form {
  display: grid;
  gap: 40px;
}

.notice-title {
  text-align: center;
}

.notice-form__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 100px;
  align-items: center;
}

.notice-form__title {
  font-size: 1.2rem;
  color: #575757;
}

.notice-form__submit-wrapepr {
  margin-top: 30px;
}

@media(max-width: 767px) {

  .notice-wrapper {
    width: 95%;
    margin: 0 auto;
  }

  .notice-title {
    font-size: 1.2rem;
    line-height: 1.7;
  }
  
  .notice-form__item {
    grid-template-columns: none;
    gap: 10px;
  }
  
  .notice-form__title {
    font-size: 1rem;
  }

  .notice-form__input input {
    width: 100% !important;
  }

  .notice-form__submit-wrapepr {
    margin-top: 60px;
    text-align: center;
  }
}

.sectionKaitouWrapper {
  display: grid;
  gap: 30px;
}

.sectionKaitou dl {
  width: 18%;
  flex-direction: column;
}
@media (max-width:767px) {
  .sectionKaitou dl {
    width: 100%;
  }
}

.sectionKaitou .sectionKaitou__property {
  width: 45%;
}
@media (max-width:767px) {
  .sectionKaitou .sectionKaitou__property {
    width: 100%;
  }
}

@media (max-width:767px) {
  .sectionKaitou__property dd {
    width: 100%;
  }
}

.sectionKaitou__link {
  color: #5E5E5E;
  text-decoration: underline;
}

/* 詳細設定ページ*/
.sectionTitle {
  margin-bottom: 50px;
}

.adSettingsForm {
  padding: 40px 0;
}

.adSettingsForm__radioItem {
  margin-bottom: 50px;
}

.adSettingsForm__radioItem span {
  margin-right: 5em;
}

.adSettingsForm__radioItem label {
  margin-right: 2em;
}


.adSettingsForm__radioItem input {
 appearance: auto;
}

input[type="radio"]:focus {
    outline: none !important;
    box-shadow: none !important;
  }

.adSettingsForm__item {
  display: grid;
  grid-template-columns: 200px 500px;
  align-items: center; 
  gap: 30px; 
  margin-bottom: 20px;
}

.adSettingsForm__item--textarea {
  grid-template-columns: 200px 1fr;
}

.adSettingsForm__item--textarea textarea {
  height: 300px;
}

