@charset "utf-8";
.h5, h5 {
  font-size: 1.1rem;
}
.form-control, .form-select{
  border:#E1E4E7 solid 3px !important;
}
.form-select{
  width: 100% !important;
}

/* メイン全体 */
.container-md{  
  margin-top: 90px;
  margin-bottom: 90px;
  width: 60%;
}
/* メイン全体（完了画面） */
.complete .container-md{  
  margin-top: 30px !important;
  margin-bottom: 120px !important;
}


/* セレクトボックス */
.select-wrap {
  position: relative;
  width: 100px;
}
.select-wrap:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}

/* お問い合わせ入力欄 */
#inquiry-detail {
  height: 150px;
}

/* リクエスト送信ボタン */
#inquiry-btn {
  margin-bottom: 20px;
  display: inline-block;
  padding: 10px 5px;
  background-color: #FF00D6;
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  width: 45%;
  font-size: 20px;
  font-weight: bold;
}

/* 必須入力マーカー */
.inquiry-required::after{
  content: " *";
  color: #f00;
  vertical-align: text-top;
}

#complete-message {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 20px;
}

.hidden {
  display: none !important;
}
.show {
  display: flex !important;
}

/* 完了画面 */
body {
  background-color: #f8f9fa;
}
.text-success {
  color: #00BEAC !important;
}
.complete-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  max-width: 640px;
  margin: 60px auto;
  padding: 40px;
}
.complete-icon {
  font-size: 3rem;
  color: #00BEAC;
}
.section-title {
  border-left: 4px solid #00BEAC;
  padding-left: .75rem;
  font-weight: 600;
  color: #333;
  margin-top: 2rem;
}
dt {
  font-weight: 600;
  color: #444;
  width: 40%;
}
dd {
  margin-left: 0;
  color: #555;
  word-break: break-all;
}
.btn-return {
  background-color: #00BEAC;
  border: none;
  color: #fff;
  padding: .6rem 1.6rem;
  border-radius: 50rem;
  transition: all 0.2s ease;
}
.btn-return:hover {
  background-color: #00a896;
}

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


}

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


}

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


}

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

}

@media screen and (max-width:768px) {
  .container-md {  
    width: 90%;
  }
  #inquiry-btn {
    width: 65%;
  }
}
@media screen and (min-width: 576px) {
  .container-md {
    width: 80%;
    max-width: 840px;
  }
  .main-contents{
    width:100%;
  }
  .text-muted{
    font-size: 1.5em;
  }
  .h6 {
    font-size: 1.3em;
  }
  .h6 p{
    font-size: 1.2em;
  }  
}