@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
body {
  font-family: 'Noto Sans JP', sans-serif;
}

  
  .form-top .form-top-left h3 {
      display: none;
  }

.form-top-left {
  display: none;
}
.form-top {
  height: 278px;
  background-image: url(https://d27rnpuamwvieu.cloudfront.net/0yCFjkKeLf0fXp83FFNsRUQXX/normal);
  background-size: 100%;
  background-position: center top -1px;
  background-repeat: no-repeat;
}
@media screen and (max-width:767px) {
  .form-top {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    height: 140px;
  }
}
/* ヘッダー下の余白調整 */
.form-bottom {
overflow-x: hidden;
  padding: 0px 0px 5px !important;
  background-color: #fff;
}


/*LP風用：左右の余白トル */
.form-group {
  margin: 0 !important;
}
.col-sm-12 {
  margin: 0 !important;
  padding: 0 !important;
}
/* スマホ用画像サイズ調整（横幅いっぱい） */
.description-image {
  max-width: inherit;
  width: 100%;
}
.col-sm-12 h4 {
  font-size: 2.5em;
  background-color: initial;
  color: #02468d;
  padding: 0.3em;
  margin: 0em;
  box-shadow: initial;
  /* text-align: center; */
  text-align: left;
  font-weight: bold;
}
.col-sm-12 {
  /* text-align: center; */
  text-align: left;
}
.col-sm-4 {
  width: 100%;
margin:0 10px;
}
/* フォームの入力欄 */
.col-sm-8 {
  margin: 0 10px 30px 10px;
  width: 90%;

}
/* フォームの必須項目 */
.label-danger {
  background-color: #113e5b;
  font-size: 0.6em;
  font-weight: nomal;
vertical-align:middle;
}
/* フォームの項目名 */
.text-break {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #3c3b3b;
}


.control-label:before {
  content: "◆";
  font-size: 0.8em;
  margin-right: 5px;
  color: #E16161;
}
.help-block {
  text-align: left;
}
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
.btn {
  position: relative;
  display: block;
  width: 90%;
  height: auto;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-image: url("https://d27rnpuamwvieu.cloudfront.net/0Np1FaO53Q3b0jZAmIjzrdAXX/normal");
background-repeat:no-repeat;
background-size:cover;
  border: none;
  overflow: hidden;
  margin: 0 auto 40px !important;
}
.btn:hover {
  opacity: 0.7;
  background-color: #e13c59;
  border: none;
}
.btn::after {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

  .form-top .form-top-left h3 {
      display: none;
  }

  h4.description-md-title {
    color: #fff;
    background-color: #F3F2E9;
    /* text-align: center; */
    text-align: left;
    font-size: 22px;
    width: 100%;
    margin: 0 auto 10px;
  }
  
  .btn--orange,
  
  h5 {
    border-bottom: 2px solid #000;
    font-size: 22px;
    color: #000000; 
  }
  
  .form-bottom {
    background-color: #ffffff;
    background-size: contain;
    text-align: left;
    padding: 20px 20px 30px;
  }
  
  form .form-bottom button.btn {
    color: #ffffff;
    background-color: #004AAD;
    max-width: 250px;
    /* border-radius: 25px; */
    border: none;
    padding: 12px;
    margin: 0 auto 20px;
    opacity: none;
  }
  /* ▼▼ テキストの途中に貼るURLを画像リンクにするCSS ここから ▼▼ */
  .form-group a {
      font-size: 0;
  }
  
  /* ▼▼ テキストの途中に貼るURLを画像リンクにするCSS ここから ▼▼ */
  .form-group a {
      font-size: 0;
  }
  
  /* 複数の画像リンクを作成する場合は以下の設定を複製してください。*/
  /* ▼ 複製範囲ここから ▼ */
  .form-editor div:nth-child(11) .form-group a:before {
      content: '';
      display: inline-block;
      width: 100%;
      height: 120px; /* 画像の高さはここを変更 */
      background-repeat: no-repeat;
      background-image: url(https://d27rnpuamwvieu.cloudfront.net/0aHk807NXhi20aNDOQLjf3gXX/normal); /* 画像のURLはここを変更 */
      background-size: contain;
      vertical-align: middle;
      margin: 0 auto;
  }


  /* ▲ 複製範囲ここまで ▲ */
  /* ▲▲ テキストの途中に貼るURLを画像リンクにするCSS ここまで ▲▲ */
  form .form-bottom button.btn {
      color: #ffffff;
      background-color: #2196f3;
      max-width: 250px;
      /* border-radius: 25px; */
      border: none;
      padding: 12px;
      margin: 0 auto 20px;
      opacity: none;
  }
  /* 中見出しデザイン */
  h4.description-md-title {
    background-color: #F3F2E9;
    background: radial-gradient(circle, rgb(139, 229, 203) 30%, rgb(169, 226, 235) 70%);
    color: #113e5b;
  }