@charset "UTF-8";
/*-------------------------------------
00 additional reset
--------------------------------------*/
button {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="button"] {
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
  appearance: none;
  cursor: pointer;
    }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* .form input {   フォーカス時のアウトラインを消す
  outline: 0;
  } */
/*-------------------------------------
00 setup 
--------------------------------------*/
*, *::before, *::after{
  box-sizing: border-box;
  }
  html {
    -webkit-text-size-adjust: none;
    font-size: 62.5%;/*10px*/
    box-sizing: border-box;
  }
  body {
    width: 100%;
    height: 100%;
    font-family: Arial, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, "sans-serif";
    color: #333;
    background: #fff;
    /* overflow: hidden; */

    text-align: justify;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  img {
    max-width: 100%;
  }
  a {
    text-decoration: none;
  }
  /* a:link {
  
  } */
  /* a:hover,
  a:active,
  a:focus {
    color: #;
  } */
  p {
    line-height: 1.75;
  }

/*-------------------------------------
00 layout
--------------------------------------*/
.header, .main, .footer {
  width: 100%;
}


.header_inner, .main_inner {
  width: 1000px;
  margin: 0 auto;

}
/*-------------------------------------
01 header
--------------------------------------*/
.header {
  height: 54px;
  border-top: 4px solid #40A3DE;
  border-bottom: 1px solid #EEEEEE;
}
.header_inner {
  height: 49px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.header_inner img {
  display: inline-block;
  height: 30px;
  margin-right: 20px;
}
.header_inner span {
  display: inline-block;
  margin-top: 7px;
}
/*-------------------------------------
02 flow & bnr
--------------------------------------*/
.flow {
  margin: 20px 0 0;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
}
.flow .step1,
.flow .step2 {
  border: 1px solid #0C6AC4;
  border-radius: 4px;
  width: 300px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0C6AC4;
  position: relative;
}
.flow .step1:after,
.flow .step2:after {
  content: '';
  position: absolute;
  width: 0;
height: 0;
border-style: solid;
border-width: 8px 0 8px 14px;
border-color: transparent transparent transparent #182987;
right: -35px;
top: 50%;
transform: translateY(-50%);
}
.flow .step3 {
  border: 1px solid #FD6D03;
  border-radius: 4px;
  width: 300px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FD6D03;
}
.tx_step {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.flow .step1.is_selected,
.flow .step2.is_selected {
  background-color: #0C6AC4;
  color: #fff;
}
.is_selected .tx_step {
  color: #FCEE00;
}

.flow .step3.is_selected {
  background-color: #FD6D03;
  color: #fff;
}
figure {
  margin: 0;
  padding: 0;
}
.form_bnr {
  width: 1000px;
  height: auto;
}

.header {
  height: 45px;
  border-top: 4px solid #0F5B9B;
  border-bottom: 1px solid #EEEEEE;
}
.header_inner {
  height: 40px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.header_inner img {
  display: inline-block;
  height: 30px;
  margin-right: 20px;
}
.header_inner span {
  display: inline-block;
  margin-top: 7px;
}
/*-------------------------------------
add flow2
--------------------------------------*/
.flow2 {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
}
.flow2 .step1 {
  border: 1px solid #0C6AC4;
  border-radius: 4px;
  width: 470px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0C6AC4;
  position: relative;
}
.flow2 .step1:after {
  content: '';
  position: absolute;
  width: 0;
height: 0;
border-style: solid;
border-width: 8px 0 8px 14px;
border-color: transparent transparent transparent #182987;
right: -40px;
top: 50%;
transform: translateY(-50%);
}
.flow2 .step2 {
  border: 1px solid #FD6D03;
  border-radius: 4px;
  width: 470px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FD6D03;
}
.flow2 .tx_step {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.flow2 .step1.is_selected {
  background-color: #0C6AC4;
  color: #fff;
}
.flow2 .is_selected .tx_step {
  color: #FCEE00;
}

.flow2 .step2.is_selected {
  background-color: #FD6D03;
  color: #fff;
}

/*-------------------------------------
03 form
--------------------------------------*/

.form_title_l {
  font-size: 2rem;
  background: #0A406E;
  /* border-bottom: 2px solid #182987; */
  width: 100%;
  height: 48px;
  padding-left: 20px;
  line-height: 48px;
  margin-top: 20px;
  font-family: "新ゴ B", "メイリオ", Meiryo, "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
  font-weight: 600;
}
p {
  font-size: 1.6rem;
  padding: 10px;
}
.form_title_m {
  font-size: 1.8rem;
  background: #0A406E;
  /* border-bottom: 2px solid #182987; */
  width: 100%;
  height: 46px;
  padding-left: 20px;
  line-height: 46px;
  margin-top: 15px;
  font-family: "新ゴ B", "メイリオ", Meiryo , "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
  font-weight: 600;

}
.form_title_m.other {
  margin-top: 0;
}
.info_wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.columns_wrap {
  display: flex;
  justify-content: space-between;
}

.customer,
.travel {
  width: 48%;
}

.other_requests {
  width: 100%;
}

.form_table {
  width: 100%;
}

.form_table.other {
  width: 100%;
  margin-top: 0; /* 空白をなくすために修正 */
}

.form_title_m.other {
  margin-top: 0;
  margin-bottom: 0; /* 空白をなくすために修正 */
}


.form_table th {
  width: 168px;
  background: #F6F6F6;
  border-bottom: 1px solid #CCCCCC;
  min-height: 50px;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: middle;
  padding: 5px 0 5px 10px;
  line-height: 1.7;
  word-break: break-word; /* 長いテキストを折り返す */
}
.form_table th.higher {
  /* height: 80px; */
}
.form_table td {
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #CCCCCC;
  vertical-align: top;
  font-size: 14px;
}
.form .must {
  display: inline-block;
  background: #F64A49;
  color: #fff;
  font-size: 12px;
  width: 36px;
  height: 19px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin-left: 7px;
  font-weight: normal;
  padding-top: 1px;
}
.form .optional {
  display: inline-block;
  background: #999999;
  color: #fff;
  font-size: 12px;
  width: 36px;
  height: 19px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin-left: 7px;
  font-weight: normal;
  padding-top: 1px;
}
.form .ml0{
  margin-left: 0;
}
.radio_wrap {
  height: 95px;
}
.radio_wrap label{
  display: inline-block;
  height: 30px;
  font-size: 1.6rem;
  line-height: 30px;
}


.form input[type='text'],
.form input[type='email'],
.form input[type='tel'],
.form input[type='number'],
select{
  border: 1px solid #b3b3b3;
  padding: 12px;
  border-radius: 4px;
  font-size: 15px;
  width: 290px;
  height: 42px;

}
.form input.input-half {
  width: 100px;
}
input:focus,
select:focus,
textarea:focus{outline:0;}
.form textarea {
  border: 1px solid #b3b3b3;
  padding: 12px;
  border-radius: 4px;
  font-size: 15px;
  width: 290px;
  height: 64px;
}
.form input::placeholder,
.form textarea::placeholder {
  color: #999999;
}
.inquiry_wrap {
  display: flex;
 border-top: 1px solid #CCCCCC;
 border-bottom: 1px solid #CCCCCC;
 margin-top: 10px;
}
.inquiry_wrap label {
  width: 310px;
  display: block;
  background-color: #F6F6F6;
  font-size: 1.4rem;
  padding: 25px 10px;
  font-weight: bold;
}
.form_btn {
  width: 400px;
height: 60px;
background: #F7931E 0% 0% no-repeat padding-box;
box-shadow: 0px 4px 0px #C47418;
border-radius: 4px;
text-align: center;
font-size: 16px;
color: #FFFFFF;
font-weight: 600;
display: block;
margin: 10px auto;
cursor: pointer;
}
.form_btn:hover {
  opacity: .8;
  color: #FCEE00;
  transition: .5s;

}
.form_table .tx_s {
  font-size: 12px;
  font-weight: normal;
}

.checkbox_wrap input,
.radio_wrap_method input
 {
  margin-right: 0.5em;
}

.checkbox_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2列に設定 */
  gap: 10px; /* チェックボックス間の隙間を調整 */
}

.checkbox_wrap label {
  display: flex;
  align-items: center; /* チェックボックスとラベルを中央揃え */
}



.checkbox_wrap label:nth-child(n+1)
 {
  margin-right: 5px;
}
.radio_wrap_method label:nth-child(1)
 {
  margin-right: 2em;
}
.policy {
  text-align: center;
  padding-bottom: 0;
  font-size: 14px;
  padding-top: 10px;
}
.policy a {
  color: #2773C0;
  text-decoration: underline;

}
.policy i {
  color: #2773C0;
}

/*---------------- EFO関連操作 -----------------------*/

.form input:required,
.form select:required {
  background-color: #FFF9D9;
}
.form .ok {
  display: inline-block;
  background: #1FA232;
  color: #fff;
  font-size: 12px;
  width: 36px;
  height: 19px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin-left: 7px;
  position: relative;
  z-index: 999;
  padding-top: 1px;
}
.form .ok:after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f00c';
  right: -22px;
  color: #1FA232;
  font-size: 16px;
  font-weight: 900;
}

.form .error {
  background: #FFD3CF;
}
.form .error p {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  color: #FA1B00;
}


/*-------------------------------------
04 footer
--------------------------------------*/
.footer {
  text-align: center;
  font-size: 1.2rem;
  border-top: 1px solid #EEEEEE;
  margin-top: 20px;
  padding: 10px;
}
/*-------------------------------------
05 form confirm thanks
--------------------------------------*/

#formWrap2 h4, #formWrap2 p, #formWrap2 a {
			font-size: 20px;
			margin-top: 50px;
			margin-bottom: 50px;
			line-height: 1.75;
		}
.btn_go_forward {
  width: 400px;
height: 60px;
background: #F7931E 0% 0% no-repeat padding-box;
box-shadow: 0px 4px 0px #C47418;
border-radius: 4px;
text-align: center;
font-size: 16px;
color: #FFFFFF;
font-weight: 600;
display: block;
margin: 15px auto;
padding-top: 15px;
}
.btn_go_forward:hover {
  opacity: .8;
  transition: .5s;
}
/*-------------------------------------
06 others
--------------------------------------*/
.mb10 {margin-bottom: 10px;}
.ml10 {margin-left: 10px;}
.flex-label {display: inline-flex;
align-items: center;}
.radio-tx {
  display: inline-block;
  padding-left: 10px;
  margin-right: 2em;
}

/*-------------------------------------
20230308追加
--------------------------------------*/
.left_form{
  padding: 8px 0 8px 10px !important;
}
.left_form input{
  width: 100% !important;
}
.right_form input{
  width:100% !important;
}
.right_form textarea{
  width:100%;
}
.form.step1 input:focus{
  outline: none;
  border: solid 2px #3cb371 !important;
}
.form textarea:focus{
  outline: none;
  border: solid 2px #3cb371 !important;
}

/* .tacのスタイル修正 */
.tac {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto; /* 中央揃え */
  position: relative;
  background: #fc612d;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,0.15);
  overflow: hidden;
  width: 350px; /* 幅を適切に設定 */
  height: 50px; /* 高さを設定 */
}

/* .muryoのスタイル調整 */
.muryo {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fd952d;
  color: #fff;
  font-size: 12px;
  padding: 0 10px; /* パディングを追加 */
  height: 50px; /* 高さをボタンに合わせる */
  border-radius: 10px 0 0 10px; /* 角丸を左側にのみ適用 */
  writing-mode: vertical-rl; /* 縦書き */
  letter-spacing: 5px; /* 文字間隔 */
}

.disabled-button {
  background-color: #cccccc; /* 灰色 */
  color: #666666; /* 濃い灰色の文字 */
  pointer-events: none;
  opacity: 0.5;
}

.disabled-text {
  color: #cccccc; /* 灰色のテキスト */
  cursor: not-allowed;
}

/* ボタンスタイルの調整 */
button.t_form_btn {
  cursor: pointer;
  margin: 0;
  padding: 0 10px; /* パディングを追加して内部のテキストとの間隔を作る */
  width: auto; /* 自動幅 */
  height: 45px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  background: #fc612d; /* 背景色を#fc612dに設定 */
  font-size: 15px;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  flex-grow: 1; /* フレックスアイテムとして拡張を許可 */
}
/* 全体的なスタイリング */
.disabled-button, .disabled-text {
  opacity: 1; /* 透明度を通常に戻す */
  color: #aaa; /* テキスト色を灰色に */
  cursor: not-allowed; /* カーソルを禁止マークに */
  pointer-events: none; /* クリック操作を無効に */
  background-color: #ccc; /* 背景色を灰色に設定 */
}

.t_form_btn.disabled-button {
  background-color: #ccc; /* 背景色を灰色に設定 */
  color: #666; /* テキスト色を暗めの灰色に */
}

/* テキスト固有のスタイリング（.muryoを含む） */
.muryo.disabled-text span {
  background-color: #ccc; /* 背景色を灰色に設定 */
  color: #666; /* テキスト色を暗めの灰色に */
  padding: 2px 5px; /* パディングを設定 */
  border-radius: 4px; /* 角を丸く */
}

button.t_form_btn::before {
  position: absolute;
  background-color: #fff;
  content: "";
  width: 30px;
  height: 100%;
  left: 0;
  opacity: 0;
  top: -180px;
  transform: rotate(45deg);
  animation: shine 3s ease-in-out infinite;
}
@keyframes shine {
	  0% { transform: scale(0) rotate(45deg); opacity: 0; }
	 80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
	 81% { transform: scale(4) rotate(45deg); opacity: 1; }
	100% { transform: scale(50) rotate(45deg); opacity: 0; }
}

/* 追加 */
.t_form_btn.disabled-button::before {
  animation: none;
}

.select-wrap {display: flex;}
.select-wrap .age-select {width: 180px; border-color: #ccc;}
.select-wrap .numbers {width: 78px; margin-left: 0.5em; border-color: #ccc;}
.select-wrap .btn-plus {padding-left: 0.4em;}
.select-wrap .btn-minus {padding-left: 0.4em;}
.fukidashi_base {position: relative;}
.fukidashi {position: absolute; color: #fff; background: #FD7373; font-size: 13px; font-weight: normal; width: 230px; right: -130px; text-align: center; padding: .25em .5em; line-height: 1;}
.fukidashi:before {
	content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -5px;
  border: 5px solid transparent;
  border-right: 5px solid #FD7373;
}

  /* for modal dialog */
  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    overflow-y: auto; /* 内容が長い場合にスクロール可能に */

  }

  .modal-content {
    position: relative;
    margin: auto;
    padding: 20px;
    max-width: 100%; /* ビューポートの幅を超えないように */
    width: 90%; /* モーダルの幅、必要に応じて調整 */
    box-sizing: border-box; /* パディングを幅に含める */
    overflow: hidden; /* コンテンツがはみ出た場合に隠す */
    background: #fff; /* モーダルの背景色 */
    border-radius: 8px; /* 角を丸める */
    /* 中央配置に関する追加のスタイルが必要な場合はここに追加 */
  }

  .leave-message {
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    position: fixed; /* 固定位置 */
    top: 50%; /* 上辺をビューポートの中心に */
    left: 50%; /* 左辺をビューポートの中心に */
    transform: translate(-50%, -50%); /* 中心を基準にして配置 */
    width: 100%;
    max-width: 600px; /* 最大幅 */
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 1050; /* 必要に応じて */
  
  }
  
  .box-leave {
    padding: 40px; /* 水平方向の内側余白をvw単位からpx単位に変更することで、親要素の幅に依存しない値にします */
    text-align: center;
    width: 100%; /* 幅を100%に設定して、親要素に合わせます */
  }
  

/* スマートフォンや小さめのデバイス用のスタイル */
@media (max-width: 768px) {
  .leave-message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%; /* スマートフォンの画面幅に合わせて調整 */
    max-width: none; /* 最大幅の制限を解除 */
    padding: 20px;
    margin: 10% auto;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 1050; /* 必要に応じてz-indexを調整 */
  }

  .box-leave {
    margin: 10% auto;
    width: 90%;
    padding: 15px; /* パディングを調整 */
    text-align: center; /* テキストを中央揃えに */
  }
}

  .leave-message .box-leave {
    background: #fff;
    padding: 40px 120px;
    text-align: center;
    border-radius: 4px;
    position: relative;
  }
  .leave-message .box-leave .btn-close {
    position: absolute;
    top: -8px;
    right: -8px;
  }
  .leave-message .box-leave h3 {
    font-size: 2rem;
    font-weight: bold; /* これで文字が太くなります */
  }
  
  .leave-message .box-leave h3 .green {
    color: #5FB52B;
  }
  
  .leave-message .box-leave p {
    font-size: 1.6rem; /* 本文のフォントサイズを少し大きく */
    line-height: 1.5;  /* 行間を適切に設定 */
  }
  .leave-message .box-leave ul {
    text-align: left;
    color: #5FB52B;
    font-weight: bold;
    list-style: none;
    margin-left: -1em;
  }
  .leave-message .box-leave ul li {
    padding-left: 1.5em;
    position: relative;
    margin-bottom: 15px;
    font-size: 1.5rem; /* テキストのサイズを大きくします */
  }
  .leave-message .box-leave ul li::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/icon-check.svg) center center no-repeat;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

    #id_wdp_border{
      width: 100vw;
      height: 10px;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
  }
  
  .btn-wrap {
    text-align: center; /* コンテナ内の要素を中央揃えにする */
    margin: 10px auto; /* 必要に応じて上下のマージンを調整 */
    width: auto; /* ボタンの幅に応じて自動調整するように設定 */
    max-width: 380px; /* 最大幅を設定して、デザイン上の意図に合わせる */
  }
  .btn-wrap button {
    display: inline-block; /* ブロックレベルのインライン表示にする */
    margin: 0 auto; /* 上下のマージンは0、左右のマージンは自動で中央揃え */
    color: white;
    background: #FD952E;
    width: 100%;
    height: 48px;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
  }
  .btn-wrap button:focus {
    outline: 3px solid #5FB52B;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn-wrap button[disabled] {
    background: #B3B3B3;
  }
  .btn-wrap a {
    color: white;
    background: #FD952E;
    width: 100%;
    height: 48px;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .btn-wrap a:focus {
    outline: 3px solid #5FB52B;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .btn-wrap.btn-submit {
    position: relative;
  }
  .btn-wrap.btn-submit button {
    padding-left: 38px;
    background: #F55B31;
    font-size: 0.875rem;
  }
  .btn-wrap.btn-submit button:disabled {
    background: #B3B3B3;
  }
  .btn-wrap.btn-submit .free {
    position: absolute;
    display: inline-block;
    width: 38px;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    background: #FD952E;
    border-radius: 10px 0 0 10px;
    font-size: 0.8125rem;
    padding-right: 0.7em;
    font-weight: 700;
  }
  .btn-wrap button, .btn-wrap a {
    font-size: 1.4rem; /* ボタンのテキストサイズを大きく */
    padding: 12px 24px; /* ボタンのパディングを増やす */
  }
  
  .btn-wrap button:hover, .btn-wrap a:hover {
    background-color: #E8842B; /* ホバー時の背景色を少し明るく */
    transition: background-color 0.3s ease; /* スムーズな遷移を追加 */
  }
  .fwb {
    font-weight: bold;
  }
  .mt14 {
    margin-top: 14px;
    font-weight: bold; 
  }

  .ui-autocomplete {
    background-color: white; /* ドロップダウンの背景色を白に設定 */
    border: 1px solid #ccc; /* 枠線の色と太さを設定 */
    max-height: 200px; /* ドロップダウンの最大高さを設定 */
    overflow-y: auto; /* 内容が多い場合に縦スクロールバーを表示 */
    overflow-x: hidden; /* 横スクロールバーは非表示に */
    cursor: pointer; /* カーソルをポインターに */
    box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* 影の設定 */
    padding: 5px 0; /* 内側の余白設定 */
  }
  .ui-menu-item-wrapper {
    padding: 2px 10px; /* ドロップダウン内の項目のパディング設定 */
    font-size: 14px; /* 文字の大きさ */
    line-height: 1.5; /* 行の高さ */
  }

  .ui-helper-hidden-accessible {
    display: none !important;
  }

  .input-filled {
    background-color: #ffffff !important;
}

.form.step1 input {
  border: 1px solid #b3b3b3;
}
.ok_label .must {
  display: none;
}
.ok_span {
  display: none;
}
.ok_label .ok_span.ok {
  display: inline-flex;
}
.must {
  display: inline-flex;
}
.form_table p {
  display: none;
}
.form_table .error p {
  display: block;
}
.input-error {
  border-color: red;
}