@charset "UTF-8";
/* ==========================================================
override
========================================================== */
.child-section.form {
  padding: 0;
}
.form .child-form {
    padding: 24px 40px;
    margin: 0 auto;
}
.child-detail .child-font.page-title {
  font-size: 40px;
}
.child-detail .child-font.page-title br.spBlock{
  display: none;
}
.child-detail .mock {
  width: 100%;
  max-width: 400px;
  padding: 0 40px;
}

.child-download-img {
  border: solid 1px #e5e5e5;
  border-radius: 12px;
  margin: 16px 0;
}
.child-detail-list {
  position: relative;
  margin-top: 64px;
}
.child-detail-list.doc::before {
  content: "▼資料内容（PDF）";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  font-size: 16px;
  line-height: 2;
  color: #666;

}
.child-detail-list li.doc {
  list-style-type: none;
}
.child-detail-list li.doc.cover {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(20px, -30px);
  width: 30%;
}
.in-house-form-box:after {
  display: none;
}
.form .child-footer-form .link {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {

  .only-pc {
    display: none;
  }
  .child-detail .child-font {
    /*text-align: center;*/
  }
  .child-detail .child-font.small {
    text-align: left;
  }
  .child-detail .child-font.page-title {
    font-size: 32px;
  }
  .child-detail .child-font.page-title br.spBlock{
    display: block;
  }
  .child-detail .mock {
    display: block;
    width: 75%;
    padding: 0;
    margin: 0 auto;
  }
  .child-detail-list {
    padding: 15px 20px;
  }
  .child-detail-list li.doc.cover {
    transform: translate(5px, -60%);
    max-width: 100px;
  }
  .installed-set {
    padding-top: 15px;
  }
  .installed-set > .title {
    transform: none;
  }

}
/* ==========================================================
 child-form
========================================================== */
.in-house-form-box .form-group {
  align-items: flex-start;
}
/*姓名分離用*/
.in-house-form-box input[type=text].name-l {
  margin-right: 10px;
}
/*メールに欄外注意書き追加---------------------*/
/*input#Email {
  margin-bottom: 20px;
  height: 40px;
}*/
/*input#Email ~ div.mktoClear {
  display: block;
  position: absolute;
  bottom: 0;
  left: 200px;
  width: auto;
  height: 20px;
}*/
/*input#Email ~ div.mktoClear::before {
  display: inline;
  content: "※会社用メールアドレスをご記入ください";
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #666;
}*/
/*電話番号欄の注意書き非表示-------------------*/
input#Phone {
    margin-bottom: 0;
}
input#Phone ~ div.mktoClear {
  display: none;
}
@media screen and (max-width: 768px) {
  .form .child-form {
    padding: 15px 20px;
  }
  .in-house-form-box .form-group {
    display: block;
  }
  .in-house-form-box .form-group .control-label {
    display: block;
    width: 100%;
  }
  .in-house-form-box input[type=text].name-l,
  .in-house-form-box input[type=text].name-f {
    width: calc(50% - 10px);
  }
  input#Email ~ div.mktoClear {
    left: 0;
  }
}

/* ==========================================================
 センター寄せデザイン追記
========================================================== */
.child-form-header .child-header-logo {
  left: 50%;
  transform: translateX(-50%);
}
.child-centerd {
  display: block;
}
.child-centerd-item {
  width: 620px;
  margin: 0 auto;
  justify-content: center;
}
.child-centerd-item.reverse {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
.child-detail-texts {
  text-align: center;
}
.child-detail-texts .child-font.text {
  margin: 0 0 20px;
}
.other-caution-set .child-font.text {
  font-size: 14px;
}
.other-caution-set .child-font.text>a {
  color: #335799;
  font-weight: bold;
}
.other-caution-strong {
  position: relative;
}
.other-caution-strong span {
  z-index: 2;
  position: relative;
}
.other-caution-strong::before{
  width: 100%;
  height: 7px;
  background: #ffcd46;
  position: absolute;
  bottom: -1px;
  content:"";
  display: block;
  left: 0;
  z-index: 1;
}
.child-detail-image {
  width: 204px;
}
.child-centerd-item.child-form {
  margin: 0 auto;
}

/* フォーム送信後の対応について */
.form-explain {
  margin: 10px auto;
  text-align: center;
}
.form-explain .child-font.text > .logo {
    width: 160px;
    height: auto;
    vertical-align: middle;
  }
@media all and (max-width:768px) {
  .child-centerd-item {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .child-centerd-item {
    width: 100%;
  }
}
/* ==========================================================
 個人情報
========================================================== */
.policy-set {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
