/*** 主に詳細画面のデザイン ***/

.detail_area{
  display: none;
  position: absolute;
  top: 0;
  /* width: 100%; */
}

.detail_area table span{
  word-break: break-all;
  overflow-wrap: break-word;
}

.route_detail_area{
  display: none;
  /* position: absolute; */
  top: 0;
  /* width: 100%; */
}

.approveblock_detail_area{
  display: none;
  top: 0;
}

.approveroute_detail_area{
  display: none;
  top: 0;
}


.detail_box_sheet{
  background-color: var(--bs-white);
  border: solid 1px var(--color5);
  padding: 1rem;
  margin-bottom: 1rem;
  width: 800px !important;
}

/*** フォーム入力時カーソル */
.detail_box_sheet th, .detail_box_sheet td{
  cursor: default;
}
.detail_box_sheet label,
.detail_box_sheet input[type="radio"],
.detail_box_sheet input[type="date"],
.detail_box_sheet input[type="time"],
.detail_box_sheet select
{
  cursor: pointer;
}
.detail_box_sheet input[type="text"],
.detail_box_sheet textarea
{
  cursor: text;
}

.file_box_sheet{
  background-color: var(--bs-white);
  border: solid 1px var(--color5);
  padding: 1rem;
  margin-bottom: 1rem;
  width: 800px !important;
}


/* フォーム入力時カーソル ***/

.add-btn{
  border-radius: 5px;
  background-image: url(../image/icon-plus.png);
  background-size: contain;
  background-repeat:no-repeat;
  background-position: center;
  height: 20px;
}
.add-btn:hover{
  opacity: 0.7;
}
.rm-btn{
  background-image: url(../image/icon-minus.png);
  background-size: contain;
  background-repeat:no-repeat;
  background-position: center;
  height: 20px;
}
.rm-btn:hover{
  opacity: 0.7;
}

.detail_box{
  background-color: var(--bs-white);
  border: solid 1px var(--color5);
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1rem;
}

.detail_btn_box{
  border-radius: 10px;
  background-color: var(--color6);
  border: solid 1px var(--color5);
  padding: 1rem;
  margin-bottom: 1rem;
}

.approved, .reader{
  background-color: whitesmoke;
}

.route-num{
  background-color: darkgray;
  border-radius: 50%;
  color: whitesmoke;
  font-weight: bold;
  height: 24px;
  text-align: center;
  width: 24px;
}

.check-User{
  background-color: whitesmoke;
  border: 1px solid darkgray;
  border-radius: 5px;
  padding: 5px 10px;
  text-align: center;
}

.detail_title{
  border-bottom: solid 1px var(--color5);
  font-size: 18px;
  margin-bottom: 2rem;
}

.approveblock-list .list {
  padding-top: 2.5rem;
  position: relative;
}
.approveblock-list .list::before {
  content: "";
  position: absolute;
  top: .5rem;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(../image/icon-arrowdown.png);
  background-repeat: no-repeat;
  background-size: 24px;
}

.approveblock-list .list:first-child {
  padding-top: 0;
}
.approveblock-list .list:first-child::before {
  background-image: unset;
}

.icon-cross-btn {
  margin-left: 1rem;
  width: 24px;
  height: 24px;
  background-image: url(../image/icon-cross-circle.png);
  background-repeat: no-repeat;
  background-size: 24px;
  border: unset;
  background-color: unset;
}

.btn_area{
  padding: 1rem 0 0.5rem 0;
  text-align: center;
}

.btn_area button{
  width: 25%;
  max-width: 220px;
  min-width: 120px;
}

.app-btn-area .app-btn{
  min-width: 100% !important;
  background: white;
  /* ボタンのテキストの色 */
  color: black;
}

.back_area{
  padding: 0 2rem;
  display: inline-block;
  color: var(--bs-blue);
  cursor: pointer;
  line-height: 22px;
  background-image: url(../image/icon-back.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: left center;
}

.back_area:hover{
  opacity: 0.7;
}

.app-btn:hover, .app-btn:focus,
.app-btn:active, .app-btn:active:focus, .app-btn:active:hover, .app-btn:active.focus,
.app-btn.active, .app-btn.active:focus, .app-btn.active:hover, .app-btn.active.focus,
.open > .dropdown-toggle.app-btn,
.open > .dropdown-toggle.app-btn:hover,
.open > .dropdown-toggle.app-btn:focus,
.open > .dropdown-toggle.app-btn.focus,
.app-btn.disabled:hover, .app-btn[disabled]:hover, fieldset[disabled] .app-btn:hover,
.app-btn.disabled:focus, .app-btn[disabled]:focus, fieldset[disabled] .app-btn:focus,
.app-btn.disabled.focus, .app-btn[disabled].focus, fieldset[disabled] .app-btn.focus {
  /* ボタンの上にポインタを持ってきたり、クリックしたりした時の背景色 */
  background: var(--color-lgray);
  /* ボタンの上にポインタを持ってきたり、クリックしたりした時のテキストの色 */
  color: black;
}

.alert-num{
  background-color: darkgray;
  border-radius: 50%;
  color: whitesmoke;
  font-weight: bold;
  text-align: center;
  height: 21px;
  width: 21px;
  display: inline-block;
  margin-left: 5px;
}

/* .app-btn.outline {
  アウトラインのみのボタンの線の色
  border: 3px solid gray;
  アウトラインのみのボタンのテキストの色
  color: gray;
 } */

form.cmxform label.error, label.error, span.error {
  color: red;
  font-size: 14px;
}

.detail_shuccho_area .table>:not(caption)>*>* {
  padding: 0.125rem 0.125rem;
}

.detail_shuccho_area .approximate_detail_area td{
  height: 51px;
}

.detail_shuccho_area .approximate_detail_area .form-control{
  font-size: 14px;
  padding: .25rem .5rem;
}
.detail_shuccho_area .approximate_detail_area .change_disp{
  font-size: 14px;
}

.detail_shuccho_area .table td{
  line-height: unset;
}




/* PCサイズ */
@media screen and (min-width: 768px) {


}

/* スマホサイズ */
@media screen and (max-width: 767px) {


}
