/* =============================================
お問い合わせフォーム
============================================= */
#contact .el_mainTtl{
  margin-bottom: 40px;
}
.bl_form{
  margin: 60px auto 0;
  max-width: 830px;
}
.bl_form dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.bl_form dt{
  font-weight: 500;
}
.bl_form dd{
  width: 60%;
}
.bl_form input,
.bl_form textarea,
.bl_form select{
  padding: 10px;
  width: 100%;
  height: 42px;
  background-color: #F7F7F7;
  border: none;
}
.bl_form textarea{
  height: auto;
}
.bl_form .el_required{
  position: relative;
}
.bl_form .el_required::after{
  content: "※";
  color: #A98045;
  position: absolute;
  right: -20px;
}
.bl_form_txt{
  margin-bottom: 100px;
}
.bl_form_txt,
.bl_form_txt span{
  font-size: 15px;
}

/* 送信ボタン */
.el_contactBtn input{
  width: 90%;
  max-width: 350px;
  height: 65px;
  background-color: #5B4C49;
  color: white;
  font-size: 18px;
}
/* 選択ボタン */
.bl_form_select{
  position: relative;
}
.bl_form_select::before{
  width: 17px;
  height: 8px;
  content: "";
  background: url(../img/arrow_select.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

/* その他 */
.mw_wp_form .error{
  font-size: 10px !important;
  text-align: left;
  color: #B70000;
}
.bl_contact .hp_fw_md{
  margin: 80px auto 25px;
}
.bl_checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 100px;
}
.bl_checkbox a,
.bl_checkbox span{
  color: #3E3E3E;
  font-size: 15px;
}
.bl_checkbox a{
  border-bottom: 1px solid #8D8D8D;
}
.bl_checkbox .bl_checkbox_reqier{
  color:#A98045;
}

@media screen and (max-width: 960px) {
  .bl_form{
    max-width: 600px;
    margin-top: 60px;
  }
  .bl_form dd{
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
}


/* =============================================
無料トライアルのイメージムービーはこちら
============================================= */
.bl_issuebox2_item.bl_trialYoutube{
  padding: 10px 0;
  width: 100%;
  max-width: 1166px;
  margin: 50px auto 100px;
  position: relative;
}
.bl_issuebox2_item.bl_trialYoutube p:nth-child(1){
  margin-bottom: 0;
}
.bl_issuebox2_item.bl_trialYoutube::before{
  content: "";
  width: 25px;
  height: 1px;
  background: none;
  background-color: #5B4C49;
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  transform: translateY(-50%);
}
.bl_issuebox2_item.bl_trialYoutube p{
  color: #3E3E3E;
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 560px) {
  .bl_issuebox2_item.bl_trialYoutube{
    margin: 20px auto 80px;
  }
  .bl_issuebox2_item.bl_trialYoutube p{
    font-size: 14px;
  }
}
/* youtube埋め込み */
.yt {
  position: relative;
  width: 100%;
  max-width: 1166px;
  padding-top: 56.25%;
  margin: 4rem 0 9rem;
}
.yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}