/*.oatnd-desc1-wrapper,*/ .oatnd-summary-event-wrapper {
  background-color:#F4F4F4;
}

.jumbotron {
  margin-bottom:0;
}
/*2023/10/12 個人情報取扱部分仕様変更に伴い追加*/
/*フォームの項目「個人情報保護基本方針」「情報の受け取りについて」のラベル名非表示*/
#new-entry-group-field15-0__BV_label_,
#new-entry-group-field16-0__BV_label_ {
  display: none!important;
}

/*「必須項目」ラベル*/
.required-tag:after {
  content: "必須項目";
  background-color: #17a2b8;
  color: #FFF;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*ツール「申し込み」の「個人情報の取扱ラベル」「個人情報取り扱い文」「フォームの申込みボタンのガイド文」非表示*/
/*仕様変更前に作成した申し込みページに影響が及ぶ可能性があるため、各ページCSSにて設定*/
.card-privacy-statement, .guide-under-submit {
  display: none;
}
/*ここまで2023/10/12 個人情報取扱部分仕様変更に伴い追加*/
.top_banner { background:url(https://assets.oatnd.com/hssupfgxqtmscbgd1q8ukspivodh) no-repeat center; } .top_banner_style { }
.top_banner { background-position: 50% 0%;  } .top_banner_style {  background: linear-gradient(to top,rgba(0,0,0,0.0) 0,rgba(0,0,0,0.0) 100%); }
.oatnd-desc4-wrapper {
  margin-top: 3rem;
}

.apply-block {
  font-size:1.2rem;
}


.oatnd-desc4 {
  margin-top:3rem;
  margin-bottom:3rem;
  border-radius:1rem;
  padding:1rem;
  white-space:pre-wrap;
  background-color:#f4f4f4;
}



/*本ページ専用*/
/*フォームの項目「国/地域」の「コメント欄のヘルプ文」サイズ調整*/
small[id^="new-entry-group-opt_field2-comment-"] {
  font-size: 1.2rem;
}

/*「必須項目」ラベル*/
.required-tag:after {
  content: "必須項目";
  background-color: #17a2b8;
  color: #FFF;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*ツール「申し込み」の「個人情報の取扱ラベル」「個人情報取り扱い文」「フォームの申込みボタンのガイド文」非表示*/
.card-privacy-statement, .guide-under-submit {
  display: none;
}
/*ここまで本ページ専用*/