@charset "UTF-8";
body{
  background-color: #ffefd5;
}

.bdash_form .bd-pageset-header {
  height: 100px;
  max-height: 10vm;
  background-image: url("https://d2q99lr8bgaoof.cloudfront.net/uploads/BD-G568QP/image/19/bebc362d-be91-4ac9-a4af-70c6b17af76f.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
  background-color: #ffefd5;
}

img{
  width: 50%; max-width: 300px !important; height: auto;
}

img[data-contentbox-id="10"]{
  width: 50%; max-width: 200px !important; height: auto;
}

img[data-contentbox-id="81"]{
  width: 100%; max-width: 750px !important; height: auto;
}

img[data-contentbox-id="82"]{
  width: 100%; max-width: 750px !important; height: auto;
}

img[data-contentbox-id="83"]{
  width: 100%; max-width: 750px !important; height: auto;
}

img[data-contentbox-id="84"]{
  width: 100%; max-width: 750px !important; height: auto;
}

.bdash_form_commit_button{
  background-color: #ffaa44 !important;
}

.page-item-required::after {
  content: '必須';
  display: flex;
  align-items: center;
  margin-left: 10px;
  padding: 1px 6px;
  color: #fff;
  background: #ffaa44;
  font-size: 13px;
  white-space: nowrap;
  border-radius: 5px;
}

.bdash-form-confirm .bdash_form .bd-pageset-parent > p {
  display: block !important;
}