/** PH3デザイン当て込み作業で開発者チームが別途追加したスタイル **/

/* お知らせ画面 */

/* デザイナーは.list aとしているが実装は.list pとなっており、セレクタを追加して対応した */
#notice-body .infomationList a,#notice .infomationList p {
  color: #231815;
  word-break: break-all;
  flex: 1;
  padding-right: 20px;
  padding-left: 30px;
}

/* 未ログイン時に、上部ヘッダの「新規登録依頼ボタンが崩れていた」ため、スタイルを追加した。 */
.header .user-box {
  display: flex;
  gap: 20px;
}

.header .register {
  width: 175px;
  display: grid;
  place-items: center;
  color: white;
  background: #eb7b0e;
  border-radius: 30px;
  font-size: 22px;
  padding: 11px 0;
}

/* その他施設問い合わせ画面 */

/* 管理者でその他施設問い合わせをしたときにデザインされたいないものがあったため修正を行った */

.table-form select.constact_select {
  width: 635px;
  border: solid 1px #aaa;
  border-radius: 5px;
  padding: 8px;
  box-shadow: inset 0 0 4px rgba(35,24,21,.4);
  color: #333;
}

.admin-form {
  width: 860px;
  margin: 40px auto 25px;
}

.admin-form td,
.admin-form th {
  padding: 10px 5px;
  vertical-align: top;
}

.admin-form caption {
  caption-side: top;
  font-weight: bold;
  color: #000;
}

.admin-form td .wrap {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.wrap .btn {
  width: 100px;
  margin-left: 10px;
}

.admin-form select {
  flex: 1;
  border: solid 1px #aaa;
  border-radius: 5px;
  padding: 8px;
  box-shadow: inset 0 0 4px rgba(35,24,21,.4);
  color: #333;
}

.admin-form button {
  min-width: 30px;
  margin-left: 10px;
  box-shadow: inset 0 0 4px rgba(35,24,21,.4);
}

/* ログイン画面画面 */

/* パスワードの入力がテキストボックスになっていた */


/* form */

input[type=password],
input[type=text] {
  border: solid 1px #aaa;
  border-radius: 5px;
  padding: 8px;
  width: 200px;
  box-shadow: inset 0 0 4px rgba(35,24,21,.4);
  color: #333;
}

input[type=text]::placeholder {
  color: #333;
  opacity: 1;
}

@-moz-document url-prefix(){
  input[type=password],
  input[type=text] {
    padding: 10px;
  }
}

input[type=password],
input[type=text].lg {
  width: 420px;
}

/* パスワードを忘れた方へ画面 */

/** 送信ボタンとテキストボックスがくっついていた */

#remind-email dl{
  display: flex;
  flex-wrap: wrap;
  width: 710px;
  margin: 0 auto;
  gap: 20px;
  align-items: center;
}

#remind-email dt{
  font-weight: bold;
  width: 150px;
}

#remind-email dd {
  flex: 1;
  flex-basis: 270px;
}

#remind-email dd input[type=email]{
  width: 420px;
}

#remind-email dd button{
  width: 230px;
}

#remind-email p.reset-info{
  margin-bottom: 20px;
}

#remind-email a.email-form-link{
  width: 230px;
  text-align: center;
  padding-top: 5px;
}

/* お問い合わせ画面のスタイル考慮不足、エラーメッセージの考慮が無かったため、スタイルを追加した */

#contact .form-error-message {
  line-height: 29px;
  color: red;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  /*cursor: pointer;*/
  font-size: 20px;
}

#contact .message-wrap{
  margin-bottom: 10px;
}

/* 案件履歴画面 */

/* 日付選択のデザイナー考慮ミス */

#mypage input[type=date]{
  border: solid 1px #aaa;
  border-radius: 5px;
  padding: 8px;
  width: 200px;
  box-shadow: inset 0 0 4px rgba(35,24,21,.4);
  color: #333;
}

/* 検索結果一覧 */

#mypage div#container-list{
  margin-left: 2em;
  margin-right: 2em;
}

.container-result{
  width: 1400px;
  margin: 0 auto;
}

#mypage div#container-list table{
  border-style: solid;
  border:1px;
  min-width:1400px;
  border-top: solid 1px #CDCDCE;
  border-left: solid 1px #CDCDCE;
  margin-bottom: 1em;
}

main.user-order-history table tr:nth-child(1) th:nth-child(1){
  max-width:50px;
}

main.user-order-history table tr:nth-child(1) th:nth-child(2){
  max-width:65px;
}

main.user-order-history table tr:nth-child(1) th:nth-child(3){
  max-width:100px;
}

main.user-order-history table tr:nth-child(1) th:nth-child(4){
  max-width:98px;
}

main.user-order-history table tr:nth-child(1) th:nth-child(5){
  width:auto;
  min-width: 260px;
}
main.user-order-history table tr:nth-child(1) th:nth-child(6){
  width:auto;
  min-width: 130px;
}
main.user-order-history table tr:nth-child(1) th:nth-child(7){
  width:auto;
  min-width: 130px;
}
main.user-order-history table tr:nth-child(1) th:nth-child(8){
  max-width:100px;
}
main.user-order-history table tr:nth-child(1) th:nth-child(9){
  max-width:100px;
}
main.user-order-history table tr:nth-child(1) th:nth-child(10){
  max-width:100px;
}
main.user-order-history table tr:nth-child(1) th:nth-child(11){
  max-width:65px;
}

main.user-message-list table tr:nth-child(1) th:nth-child(1){
  max-width:50px;
}

main.user-message-list table tr:nth-child(1) th:nth-child(2){
  max-width:65px;
}

main.user-message-list table tr:nth-child(1) th:nth-child(3){
  max-width:100px;
}

main.user-message-list table tr:nth-child(1) th:nth-child(4){
  width:auto;
  min-width: 300px;
}
main.user-message-list table tr:nth-child(1) th:nth-child(5){
  width:auto;
  min-width: 130px;
}

main.user-message-list table tr:nth-child(1) th:nth-child(6){
  width:auto;
  min-width: 130px;
}

main.user-message-list table tr:nth-child(1) th:nth-child(7){
  max-width:100px;
}


#mypage div#container-list th{
  font-weight: 700;
  background-color: #F8F9FA;
  vertical-align: bottom;
}

#mypage div#container-list td{
  vertical-align: top;
}

#mypage #result-list tbody:hover tr,
#mypage #result-list tbody:nth-child(odd):hover tr
 {
  background-color: rgba(13, 110, 253, 0.075);
  color: #212529;
  cursor: pointer;
}

#mypage tbody:nth-child(odd) tr {
  background-color: #F8F9FA;
  color: #212529;
 }

#mypage div#container-list td,
#mypage div#container-list th{
  border-style: solid;
  border:20px;
  font-size: 0.87em !important;
  border-bottom: solid 1px #CDCDCE;
  border-right: solid 1px #CDCDCE;
  padding: 4px;
}

/** コンテキストメニュー */
.oh-ctx {
  font-size:0.8em;
  position: absolute;
  width:150px;
}

.oh-ctx-btn3{
  background: darkorange;
}
.oh-ctx-btn4, .oh-ctx-btn4:hover{
  background: blue;
  color:#fff;
}

/* 問い合わせ一覧 */

.userMessageList div#container-list .items-display {
  width:100%;
}


.userMessageList .toggleButton{
  box-sizing: border-box;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  position: relative;
  flex: 1 1 auto;
  color: #fff;
  background:linear-gradient(180deg, rgba(67,177,230,1) 0%, rgba(31,159,208,1) 50%, rgba(3,144,189,1) 100%);
  margin-left: -1px;
  z-index: 1;
}

.userMessageList .toggleRight{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.userMessageList .toggleLeft{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.userMessageList div.toggleGroup{
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  box-shadow: 0px 0px 4px 0 rgba(0,0,0,.4);
  border-radius: 0.25rem;
}

/** ログイン画面のエラーメッセージの位置合わせ */
.login-error-box{
  display: flex;
  flex-wrap: wrap;
  width: 710px;
  margin: 0 auto;
  margin-bottom: 1em;
  gap: 20px;
  align-items: center;
}

/** 全体エラーメッセージの表示位置調整（お気に入り画面、サブアカウント一覧画面、施設問い合わせ画面、施設問い合わせ画面） */

.app3-error-wapper{
  display: flex;
  float: left;
  flex-wrap: wrap;
  margin: 1em 0;
  gap: 20px;
  align-items: left;
}

/** 全体エラーメッセージが開業できるように調整（施設問い合わせ画面、サブアカウント編集画面） */

#facilityInquiryBlade .app3-error-wapper,
#userAccount .app3-error-wapper{
  display: block;
}

/*
---------------------------------------------
エラーメッセージの共通化
---------------------------------------------
*/

.form-error-message {
  display: inline-block;
  max-width: 500px;
  margin: auto;
  color: #C9151E;
}

@media screen and (max-width: 767px) {
  .form-error-message {
    font-size: 14px;
    padding: 0 20px;
  }
}

/*
---------------------------------------------
表示件数選択ボックス
---------------------------------------------
*/

select.perpage-select {
  border: none;
  box-shadow: 0 0 5px rgba(170,165,165, .75);
  border-radius: 5px;
  padding: 4px 10px;
  display: inline-block;
  margin: 0 10px;
  width: 55px;
  height: 40px;
  font-size: 16px;
  background-color: white;
}

/*
---------------------------------------------
マイページ
---------------------------------------------
*/

/* 月移動のボタンがポインターにならない問題 */

#mypage .schedule .pager .prev,
#mypage .schedule .pager .next {
  cursor: pointer;
}

/* スケジュール表のボタンのcursorがポインターにならない問題 */
#mypage .schedule .schedule-month .name {
  cursor: pointer;
}

/*
---------------------------------------------
サブアカウント画面
---------------------------------------------
*/

/* パスワードを変更しない場合は、未入力のまま登録してください。メッセージのモック不足 */
.caution-message {
  color: red;
}

/*
---------------------------------------------
メッセージ詳細画面
---------------------------------------------
*/

/* 一覧の上にある水平線がBootstrupと衝突しているので調整 */

.btn-wrap.border-app2 {
  margin-top: 50px;
  padding-bottom: 10px;
  border-bottom: solid 1px #BBBCBC;
  margin-bottom: 10px;
}

#message .messageRight div{
  min-height: 100px;
  background-color: #ddffdd;
  border-radius: 20px;
  padding: 10px 5px;
}

#message p.answer-title,
#message div.answer-area div{
  white-space: pre-wrap;
}

#contact .comfirm-text{
  margin: 20px auto;
  font-weight: bold;
  color: red;
  font-size: large;
}

#contact .comfirm-table td.confirm_unchecked:hover{
  background-color: #f9d17c;
  color: #212529;
  cursor: pointer;
}

/*
---------------------------------------------
案件履歴画面のエリア選択ボックス
---------------------------------------------
*/
main.user-order-history div#location-select{
  min-width: 390px;
  background-color: transparent;
}
main.user-order-history .selectbox-location .vs__dropdown-toggle{
  min-height: 42px;
}

/*
main.user-order-history div#location-select .v-select{
  min-height: 50px;
}
  */

main.user-order-history .vs__dropdown-toggle{
  background-color: #FFF;
}

main.user-order-history .selectbox-location .v-select::before{
  position: absolute;
    top: 9px;
    right: 10px;
    content: "";
    pointer-events: none;
    width: 8px;
    height: 8px;
    transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  main.user-order-history div#location-select{
    margin-bottom: 10px;
    width: 100%;
    flex: 1;
  }
}

main.user-order-history .place-holder {
  display: flex;
  align-items: center;
  color: #333;
  line-height: 1.4;
  margin: 4px 3px 0;
  padding: 0 .25em;
}

main.user-order-history .allDL,
main.user-order-history .cateDL,
main.user-order-history .areaDL{
  border-radius: 4px;
  background-color: white;
  color: black;
  width:auto;
  z-index: 1000;
  position: absolute;
  font-size:0.8em;
  border:1px solid #CCC;
}

main.user-order-history .allDL{
  height:inherit;
  max-height:280px;
}

main.user-order-history .areaDL .scl-wrap{
  overflow-y: auto;
  height:293px;
}

main.user-order-history .allDL .scl-wrap,
main.user-order-history .cateDL .scl-wrap {
  overflow-y: auto;
  height:auto;
  max-height:200px;
}

main.user-order-history .p-0 {
  width:150px;
}

main.user-order-history .cateDL .p-0 {
  width:240px;
}

main.user-order-history .allDL .p-0{
  width:200px;
}

main.user-order-history .areaDL .scl-wrap{
  float:left;
}

main.user-order-history .areaDL .scl-wrap ul li,
main.user-order-history .cateDL .scl-wrap ul li,
main.user-order-history .allDL .scl-wrap ul li{
  list-style: none;
  padding: 3px 1em;
  position: relative;
}

main.user-order-history .areaDL .scl-wrap ul li label,
main.user-order-history .cateDL .scl-wrap ul li label,
main.user-order-history .allDL .scl-wrap ul li label{
  width:70%;
}

main.user-order-history .areaDL .scl-wrap ul li::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -4px;
  transform: rotate(45deg);
}

main.user-order-history .allDL .scl-wrap ul li:hover,
main.user-order-history .areaDL .scl-wrap ul li:hover,
main.user-order-history .cateDL .scl-wrap ul li:hover{
  background-color: #eee;
  font-weight: bold;
}

main.user-order-history .areaDL .scl-wrap ul li.scl-last::after{
  display: none;
}


main.user-order-history .allDL .scl-wrap::-webkit-scrollbar,
main.user-order-history .areaDL .scl-wrap::-webkit-scrollbar,
main.user-order-history .cateDL .scl-wrap::-webkit-scrollbar{
  width: 15px;
}

main.user-order-history #location-select {
  background-color: #FFF;
}

main.user-order-history .areaDL,
main.user-order-history .cateDL,
main.user-order-history .allDL {
  border-radius: 4px;
  background-color: white;
  color: black;
  width:auto;
  z-index: 1000;
  position: absolute;
  font-size:0.8em;
  border:1px solid #CCC;
}

main.user-order-history .allDL {
  height:inherit;
  max-height:280px;
}

main.user-order-history .areaDL .scl-wrap {
  overflow-y: auto;
  height:293px;
}

main.user-order-history .allDL .scl-wrap,
main.user-order-history .cateDL .scl-wrap {
  overflow-y: auto;
  height:auto;
  max-height:200px;
}

main.user-order-history .p-0 {
  width:150px;
}

main.user-order-history .cateDL .p-0 {
  width:240px;
}

main.user-order-history .allDL .p-0 {
  width:200px;
}

main.user-order-history .areaDL .scl-wrap {
  float:left;
}

main.user-order-history .areaDL .scl-wrap ul li,
main.user-order-history .cateDL .scl-wrap ul li,
main.user-order-history .allDL .scl-wrap ul li {
  list-style: none;
  padding: 3px 1em;
  position: relative;
}

main.user-order-history .areaDL .scl-wrap ul li label,
main.user-order-history .cateDL .scl-wrap ul li label,
main.user-order-history .allDL .scl-wrap ul li label {
  width:70%;
}

main.user-order-history .areaDL .scl-wrap ul li::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -4px;
  transform: rotate(45deg);
}

main.user-order-history .allDL .scl-wrap ul li:hover,
main.user-order-history .areaDL .scl-wrap ul li:hover,
main.user-order-history .cateDL .scl-wrap ul li:hover {
  background-color: #eee;
  font-weight: bold;
}

main.user-order-history .areaDL .scl-wrap ul li.scl-last::after {
  display: none;
}

main.user-order-history .allDL .scl-wrap::-webkit-scrollbar,
main.user-order-history .areaDL .scl-wrap::-webkit-scrollbar,
main.user-order-history .cateDL .scl-wrap::-webkit-scrollbar {
  width: 15px;
}

/*スクロールバーの背景色・角丸指定*/
main.user-order-history .allDL .scl-wrap::-webkit-scrollbar-track,
main.user-order-history .areaDL .scl-wrap::-webkit-scrollbar-track,
main.user-order-history .cateDL .scl-wrap::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}
/*スクロールバーの色・角丸指定*/
main.user-order-history .allDL .scl-wrap::-webkit-scrollbar-thumb,
main.user-order-history .areaDL .scl-wrap::-webkit-scrollbar-thumb,
main.user-order-history .cateDL .scl-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
	background:#ccc;
}