/****************************************

  Button CSS

*****************************************/
.bl_btn > a {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%;
  max-width: 400px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #fffffc;
  text-align: center;
  background-color: #337bb8;
  border: none;
  border-radius: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

/****************************************

  Checkbox CSS

*****************************************/
/****************************************

  Form CSS

*****************************************/
.bl_form_inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.bl_form_inner:not(:first-of-type) {
  margin-top: 20px;
}
.bl_form_name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.bl_form_box, .bl_form_largeBox {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  border: 1px solid #afafaf;
  border-radius: 0;
  outline: 0;
  background-color: #ffffff;
}
.bl_form_largeBox {
  min-height: 160px;
  resize: vertical;
}
.bl_form_submit {
  display: block;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%;
  max-width: 400px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #202020;
  background-color: #0d2643;
  text-align: center;
  border: none;
  border-radius: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  color: #ffffff;
}

.bl_thanks_msg {
  margin-top: 40px;
  text-align: center;
}

.bl_form_check {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.bl_form_check > p {
  margin-left: 8px;
}

/****************************************

  Page Title CSS

*****************************************/
.ly_pagetitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: solid 1px #afafaf;
}
@media screen and (min-width: 768px) {
  .ly_pagetitle {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.bl_pagetitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bl_pagetitle > .el_ja {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}
.bl_pagetitle > .el_en {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .bl_pagetitle > .el_ja {
    font-size: 48px;
    font-size: 3rem;
    font-weight: bold;
  }
  .bl_pagetitle > .el_en {
    margin-top: 12px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
  }
}
/****************************************

  Section CSS

*****************************************/
.bl_section_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.bl_section_title > .el_en {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
.bl_section_title > .el_ja {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .bl_section_title > .el_en {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: bold;
  }
  .bl_section_title > .el_ja {
    margin-top: 12px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }
}