input::placeholder {
  color: #ccc;
}
input#agree {
  height: 20px;
  width: 20px;
}
span.doi {
  vertical-align: top;
}
textarea::placeholder {
  color: #ccc;
}
#section-form2 div.fm_box_2 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 24px;
}
table.form_ask {
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  margin-top: 50px;
}
table.form_ask tr th {
  width: 250px;
  border-bottom: 10px #fff solid;
  padding: 5px 10px;
  text-align: left;
  box-sizing: border-box;
}
table.form_ask tr th span, #privacyarea dt label span {
  color: #fff;
  margin-right: 0.9rem;
  background: #05B4ED;
  padding: 1px 3px 2px 3px;
  border-radius: 3px;
  font-size: 10px;
}
table.form_ask tr td {
  width: 750px;
  border-bottom: 20px #fff solid;
  padding: 5px 10px;
  text-align: left;
  box-sizing: border-box;
}
table.form_ask tr td input.in_rad {
  margin-right: 5px;
}
br.pc_none {
  display: none;
}
table.form_ask tr td input.inp_farea_s {
  width: 40%;
  margin-right: 2%;
  height: 40px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
table.form_ask tr td input.inp_farea {
  width: 82.4%;
  height: 40px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
table.form_ask tr td textarea.txt_farea {
  width: 82.4%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.ml_30 {
  margin-left: 30px;
}
.btn-orange {
  margin: 0 auto;
  display: block;
  color: #fff;
  min-width: 250px;
  padding: 15px 15px 10px;
  font-size: 18px;
  border-radius: 100px;
  border: none;
  background: #333;
}
.privacy_box {
  margin: 20px 0;
}
#privacyarea {
  margin-bottom: 30px;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  #section-form2 div.fm_box_2 {
    max-width: 750px;
    padding: 30px 10px;
  }
}
@media screen and (max-width: 1290px) {
  .fm_box_2 .custom__screen {
    padding: 0 10px;
  }
}
@media screen and (max-width: 749px) {
  span.typography__title_small_3 {
    font-size: 0.8rem;
    padding: 0 10px 0 0;
  }
  #section-form2 div.fm_box_2 {
    padding: 30px 0px;
  }
  table.form_ask tr th {
    width: 100%;
    display: block;
  }
  table.form_ask tr td {
    width: 100%;
    display: block;
  }
  table.form_ask tr td input.inp_farea_s {
    width: 48%;
    margin-right: 1%;
  }
  table.form_ask tr td input.inp_farea, table.form_ask tr td textarea.txt_farea {
    width: 100%;
  }
  br.pc_none {
    display: block;
  }
  .ml_30 {
    margin-left: 0;
  }
}
.pc_bn {
  display: block;
}
.sp_bn {
  display: none !important;
}
@media screen and (max-width: 540px) {
  .pc_bn {
    display: none !important;
  }
  .sp_bn {
    display: block !important;
  }
  .semi_bn img {
    max-width: 300px;
  }
}
@media screen and (max-width: 1524px) {
  img.semi_bn {
    width: 112px;
    position: fixed;
    right: 25px;
    left: auto;
    top: 90px;
  }
}
@media screen and (max-width: 1279px) {
  img.semi_bn {
    width: 60px;
    position: fixed;
    left: 60px;
    right: auto;
    top: 0;
  }
}
@media screen and (max-width: 749px) {
  ul.seminar_list li:nth-child(odd) {
    width: 35%;
  }
  ul.seminar_list li:nth-child(even) {
    width: 65%;
  }
  #seminar_box {
    margin-bottom: 50px;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}
.form-control:-ms-input-placeholder {
  color: #999
}
.form-control::-webkit-input-placeholder {
  color: #999
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed
}
textarea.form-control {
  height: auto
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    line-height: 37px
  }
  .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
    line-height: 30px
  }
  .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
    line-height: 46px
  }
}
.form-group {
  margin-bottom: 15px
}
.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}
.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
  cursor: not-allowed
}
.checkbox label, .radio label {
  min-height: 23px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px
}
.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px
}
.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer
}
.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  cursor: not-allowed
}
.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px
}
.form-control-static {
  min-height: 37px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0
}
select.input-sm {
  height: 30px;
  line-height: 30px
}
select[multiple].input-sm, textarea.input-sm {
  height: auto
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px
}
.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
  height: auto
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 35px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0
}
select.input-lg {
  height: 46px;
  line-height: 46px
}
select[multiple].input-lg, textarea.input-lg {
  height: auto
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  padding: 5px 20px;
}
.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
  height: auto
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 41px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333
}
.has-feedback {
  position: relative
}
.has-feedback .form-control {
  padding-right: 46.25px
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  pointer-events: none
}
.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px
}
.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #3c763d
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d
}
.has-success .form-control-feedback {
  color: #3c763d
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #8a6d3b
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b
}
.has-warning .form-control-feedback {
  color: #8a6d3b
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442
}
.has-error .form-control-feedback {
  color: #a94442
}
.has-feedback label ~ .form-control-feedback {
  top: 28px
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373
}
@media (min-width:768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }
  .form-inline .form-control-static {
    display: inline-block
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle
  }
  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto
  }
  .form-inline .input-group > .form-control {
    width: 100%
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }
  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }
  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0
  }
  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0
  }
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0
}
.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 30px
}
.form-horizontal .form-group:after, .form-horizontal .form-group:before {
  display: table;
  content: " "
}
.form-horizontal .form-group:after {
  clear: both
}
@media (min-width:768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px
}
@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px
  }
}
@media (min-width:768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.7;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}
.btn.focus, .btn:focus, .btn:hover {
  color: #262626;
  text-decoration: none
}
.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none
}
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none
}
.btn-default {
  color: #262626;
  background-color: #fff;
  border-color: #ccc
}
.btn-default.focus, .btn-default:focus {
  color: #262626;
  background-color: #e6e6e6;
  border-color: #8c8c8c
}
.btn-default:hover {
  color: #262626;
  background-color: #e6e6e6;
  border-color: #adadad
}
.btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle {
  color: #262626;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .btn-default.dropdown-toggle.focus, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle:hover {
  color: #262626;
  background-color: #d4d4d4;
  border-color: #8c8c8c
}
.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc
}
.btn-default .badge {
  color: #fff;
  background-color: #262626
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4
}
.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74
}
.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c
}
.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}
.btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625
}
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da
}
.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc
}
.btn-info.active, .btn-info:active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85
}
.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}
.btn-warning.focus, .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}
.btn-warning.active, .btn-warning:active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512
}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d
}
.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a
}
.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925
}
.btn-danger.active, .btn-danger:active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925
}
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19
}
.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff
}
.btn-link {
  font-weight: 400;
  color: #00f;
  border-radius: 0
}
.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}
.btn-block {
  display: block;
  width: 100%
}
.btn-block + .btn-block {
  margin-top: 5px
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear
}
.fade.in {
  opacity: 1
}
.navbar-form {
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  margin: 6.5px -15px
}
@media (min-width:768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }
  .navbar-form .form-control-static {
    display: inline-block
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle
  }
  .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto
  }
  .navbar-form .input-group > .form-control {
    width: 100%
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }
  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }
  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0
  }
  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0
  }
}
@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0
  }
}
@media (min-width:768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #fff
}
.form-horizontal {
  margin-top: 45px
}
.form-horizontal .control-label {
  font-weight: 700
}
@media (min-width:768px) {
  .form-horizontal .control-label {
    text-align: center
  }
}
@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    font-size: 16px
  }
}
.form-horizontal .form-group {
  margin-bottom: 20px
}
@media (min-width:768px) {
  .form-horizontal [type=submit] {
    min-width: 340px;
    margin-top: 60px
  }
}
.form-inline .form-control {
  vertical-align: 1px
}
.form-inline-force .form-control {
  display: inline-block;
  width: auto;
  max-width: 100%
}
textarea {
  overflow: auto;
  height: auto !important;
  line-height: 1.4 !important
}
.btn-multiline {
  white-space: normal
}
.btn {
  -webkit-transition: .15s;
  transition: .15s
}
.btn-orange.focus, .btn-orange:focus {
  color: #fff;
  background-color: #5cbec6;
  border-color: #5cbec6;
}
.btn-orange:hover {
  color: #fff;
  background-color: #5cbec6;
  border-color: #5cbec6;
}
.btn-orange.active, .btn-orange:active, .open > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #5cbec6;
  background-image: none;
  border-color: #5cbec6
}
.btn-orange.active.focus, .btn-orange.active:focus, .btn-orange.active:hover, .btn-orange:active.focus, .btn-orange:active:focus, .btn-orange:active:hover, .open > .btn-orange.dropdown-toggle.focus, .open > .btn-orange.dropdown-toggle:focus, .open > .btn-orange.dropdown-toggle:hover {
  color: #fff;
  background-color: #d1280b;
  border-color: #ab2109
}
.btn-orange.disabled.focus, .btn-orange.disabled:focus, .btn-orange.disabled:hover, .btn-orange[disabled].focus, .btn-orange[disabled]:focus, .btn-orange[disabled]:hover, fieldset[disabled] .btn-orange.focus, fieldset[disabled] .btn-orange:focus, fieldset[disabled] .btn-orange:hover {
  background-color: #f5593e;
  border-color: #f5593e
}
.btn-orange .badge {
  color: #f5593e;
  background-color: #fff
}
.btn-orange .fas {
  margin-right: 12px
}
.btn-white {
  background-color: #fff;
  border-radius: 100px;
  border: none;
  padding-top: 10px;
}
.btn-pale-blue-sm {
  color: #fff;
  background-color: #262626;
  border-color: none;
  padding: 15px 10px;
  font-size: 11px;
  border-radius: 100px
}
.btn-pale-blue-sm.focus, .btn-pale-blue-sm:focus {
  color: #fff;
  background-color: #2e88b7;
  border-color: #1f5b7a
}
.btn-pale-blue-sm:hover {
  color: #fff;
  background-color: #2e88b7;
  border-color: #2c82af
}
.btn-pale-blue-sm.active, .btn-pale-blue-sm:active, .open > .btn-pale-blue-sm.dropdown-toggle {
  color: #fff;
  background-color: #2e88b7;
  background-image: none;
  border-color: #2c82af
}
.btn-pale-blue-sm.active.focus, .btn-pale-blue-sm.active:focus, .btn-pale-blue-sm.active:hover, .btn-pale-blue-sm:active.focus, .btn-pale-blue-sm:active:focus, .btn-pale-blue-sm:active:hover, .open > .btn-pale-blue-sm.dropdown-toggle.focus, .open > .btn-pale-blue-sm.dropdown-toggle:focus, .open > .btn-pale-blue-sm.dropdown-toggle:hover {
  color: #fff;
  background-color: #27739b;
  border-color: #1f5b7a
}
.btn-pale-blue-sm.disabled.focus, .btn-pale-blue-sm.disabled:focus, .btn-pale-blue-sm.disabled:hover, .btn-pale-blue-sm[disabled].focus, .btn-pale-blue-sm[disabled]:focus, .btn-pale-blue-sm[disabled]:hover, fieldset[disabled] .btn-pale-blue-sm.focus, fieldset[disabled] .btn-pale-blue-sm:focus, fieldset[disabled] .btn-pale-blue-sm:hover {
  background-color: #47a2d1;
  border-color: #47a2d1
}
.btn-pale-blue-sm .badge {
  color: #47a2d1;
  background-color: #fff
}
.btn-orange-sm {
  color: #fff;
  border-radius: 100px;
  background-color: #ffad12;
  border: none;
  background: -moz-linear-gradient(to right, #ffad12, #ff4000 50%, #e80045);
  background: -webkit-linear-gradient(to right, #ffad12, #ff4000 50%, #e80045);
  background: linear-gradient(to right, #ffad12, #ff4000 50%, #e80045);
  line-height: 2;
}
.banner-fixed-bottom .table-cell .btn-orange-sm {
  padding: 15px 10px;
}
.btn-orange-sm.focus, .btn-orange-sm:focus {
  color: #fff;
  background-color: #f22f0e;
  border-color: #ab2109
}
.btn-orange-sm:hover {
  color: #fff;
  background-color: #f22f0e;
  border-color: #ea2d0c
}
.btn-orange-sm.active, .btn-orange-sm:active, .open > .btn-orange-sm.dropdown-toggle {
  color: #fff;
  background-color: #f22f0e;
  background-image: none;
  border-color: #ea2d0c
}
.btn-orange-sm.active.focus, .btn-orange-sm.active:focus, .btn-orange-sm.active:hover, .btn-orange-sm:active.focus, .btn-orange-sm:active:focus, .btn-orange-sm:active:hover, .open > .btn-orange-sm.dropdown-toggle.focus, .open > .btn-orange-sm.dropdown-toggle:focus, .open > .btn-orange-sm.dropdown-toggle:hover {
  color: #fff;
  background-color: #d1280b;
  border-color: #ab2109
}
.btn-orange-sm.disabled.focus, .btn-orange-sm.disabled:focus, .btn-orange-sm.disabled:hover, .btn-orange-sm[disabled].focus, .btn-orange-sm[disabled]:focus, .btn-orange-sm[disabled]:hover, fieldset[disabled] .btn-orange-sm.focus, fieldset[disabled] .btn-orange-sm:focus, fieldset[disabled] .btn-orange-sm:hover {
  background-color: #f5593e;
  border-color: #f5593e
}
.btn-orange-sm .badge {
  color: #f5593e;
  background-color: #fff
}
.btn-orange-sm .fas {
  margin-right: 8px
}
.btn-orange-lg {
  position: relative;
  /* padding: 15px 10px; */
  padding: 15px 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width:767px) {
  .rotate-90-xs {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
  }
}
@media (max-width:991px) {
  .rotate-90-sm {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
  }
}
.section-form {
  padding-top: 200px;
  padding-bottom: 200px;
  background: url(../images/formfv_bg.webp);
  background-size: cover;
}
.section-form .container {
  width: auto;
  max-width: 1080px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
}
/*@media screen and (min-width: 1280px) {
    .section-form {
        display: none;
    }
}*/
@media screen and (max-width: 1279px) {
  .section-form {
    display: block;
    padding-top: 100px;
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 1024px) {
  .section-form {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-form .container {
    max-width: 750px;
  }
}
@media screen and (max-width: 520px) {
  .section-form {
    background: url(../images/sp/formfv_bg_sp.webp);
    background-size: cover;
  }
  .section-form .container {
    width: 100%;
  }
}
.section-bar {
  padding-top: 70px;
  padding-bottom: 70px;
}
.section-thanks {
  padding-top: 3vw;
  padding-bottom: 6vw;
  font-size: 16px;
  text-align: center;
  margin: 100px 0;
}
.section-form .title-section .ttl_line div {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width:767px) {
  .section-form {
    padding: 50px 20px;
    box-sizing: border-box;
  }
}
.form-horizontal .control-label {
  text-align: left;
  padding-bottom: 2px;
}
.control-label span {
  color: #870000;
  margin-left: 10px;
}
.privacy-policy {
  margin-top: 50px;
  margin-bottom: 40px;
}
.privacy-policy a {
  color: #0975c9;
}
.privacy-policy a:hover {
  color: #034373;
}
.form-horizontal [type=submit] {
  margin-top: 30px;
}
.privacy_box {
  border: 1px solid #ddd;
  background: #fff;
  padding: 30px;
  overflow-y: auto;
  height: 80px;
  margin: 30px 10px 10px 10px;
  font-size: 14px;
}
.privacy_box .box01 {
  margin-bottom: 60px;
}
.privacy_box p {
  font-size: 14px;
  color: #2e2e2e;
  margin-bottom: 20px;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .privacy_box p {
    font-size: 13px;
  }
}
@media screen and (max-width: 520px) {
  .privacy_box p {
    font-size: 11px;
  }
}
.bb {
  font-weight: 700;
}
.privacy_box .intitle {
  font-size: 24px;
  color: #2e2e2e;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.privacy_box .intitle02 {
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 40px;
}
.privacy_box .intitle03 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 15px;
}
.privacy_box .box01 ol {
  margin-top: 40px;
}
.privacy_box ol li {
  font-size: 14px;
  list-style-type: decimal;
  margin-left: 1em;
  padding-left: 0.5em;
  margin-bottom: 15px;
}
.privacy_box ul li {
  font-size: 14px;
  list-style-type: disc;
  margin-left: 2em;
}
.section-thanks {
  padding-top: 3vw;
  padding-bottom: 6vw;
  font-size: 16px;
  text-align: center;
  margin: 100px 0;
}
@media (max-width:767px) {
  .section-thanks {
    padding-top: 8vw;
    padding-bottom: 9vw;
    font-size: 14px
  }
}
.section-thanks .title {
  font-size: 24px;
  font-weight: 700
}
@media (max-width:767px) {
  .section-thanks .title {
    margin-bottom: 6vw;
    font-size: 5vw
  }
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left
}
.col-xs-1 {
  width: 8.33333%
}
.col-xs-2 {
  width: 16.66667%
}
.col-xs-3 {
  width: 25%
}
.col-xs-4 {
  width: 33.33333%
}
.col-xs-5 {
  width: 41.66667%
}
.col-xs-6 {
  width: 50%
}
.col-xs-7 {
  width: 58.33333%
}
.col-xs-8 {
  width: 66.66667%
}
.col-xs-9 {
  width: 75%
}
.col-xs-10 {
  width: 83.33333%
}
.col-xs-11 {
  width: 91.66667%
}
.col-xs-12 {
  width: 100%
}
.col-xs-pull-0 {
  right: auto
}
.col-xs-pull-1 {
  right: 8.33333%
}
.col-xs-pull-2 {
  right: 16.66667%
}
.col-xs-pull-3 {
  right: 25%
}
.col-xs-pull-4 {
  right: 33.33333%
}
.col-xs-pull-5 {
  right: 41.66667%
}
.col-xs-pull-6 {
  right: 50%
}
.col-xs-pull-7 {
  right: 58.33333%
}
.col-xs-pull-8 {
  right: 66.66667%
}
.col-xs-pull-9 {
  right: 75%
}
.col-xs-pull-10 {
  right: 83.33333%
}
.col-xs-pull-11 {
  right: 91.66667%
}
.col-xs-pull-12 {
  right: 100%
}
.col-xs-push-0 {
  left: auto
}
.col-xs-push-1 {
  left: 8.33333%
}
.col-xs-push-2 {
  left: 16.66667%
}
.col-xs-push-3 {
  left: 25%
}
.col-xs-push-4 {
  left: 33.33333%
}
.col-xs-push-5 {
  left: 41.66667%
}
.col-xs-push-6 {
  left: 50%
}
.col-xs-push-7 {
  left: 58.33333%
}
.col-xs-push-8 {
  left: 66.66667%
}
.col-xs-push-9 {
  left: 75%
}
.col-xs-push-10 {
  left: 83.33333%
}
.col-xs-push-11 {
  left: 91.66667%
}
.col-xs-push-12 {
  left: 100%
}
.col-xs-offset-0 {
  margin-left: 0
}
.col-xs-offset-1 {
  margin-left: 8.33333%
}
.col-xs-offset-2 {
  margin-left: 16.66667%
}
.col-xs-offset-3 {
  margin-left: 25%
}
.col-xs-offset-4 {
  margin-left: 33.33333%
}
.col-xs-offset-5 {
  margin-left: 41.66667%
}
.col-xs-offset-6 {
  margin-left: 50%
}
.col-xs-offset-7 {
  margin-left: 58.33333%
}
.col-xs-offset-8 {
  margin-left: 66.66667%
}
.col-xs-offset-9 {
  margin-left: 75%
}
.col-xs-offset-10 {
  margin-left: 83.33333%
}
.col-xs-offset-11 {
  margin-left: 91.66667%
}
.col-xs-offset-12 {
  margin-left: 100%
}
@media (min-width:768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left
  }
  .col-sm-1 {
    width: 8.33333%
  }
  .col-sm-2 {
    width: 16.66667%
  }
  .col-sm-3 {
    width: 25%
  }
  .col-sm-4 {
    width: 33.33333%
  }
  .col-sm-5 {
    width: 41.66667%
  }
  .col-sm-6 {
    width: 50%
  }
  .col-sm-7 {
    width: 58.33333%
  }
  .col-sm-8 {
    width: 66.66667%
  }
  .col-sm-9 {
    width: 75%
  }
  .col-sm-10 {
    width: 83.33333%
  }
  .col-sm-11 {
    width: 91.66667%
  }
  .col-sm-12 {
    width: 100%
  }
  .col-sm-pull-0 {
    right: auto
  }
  .col-sm-pull-1 {
    right: 8.33333%
  }
  .col-sm-pull-2 {
    right: 16.66667%
  }
  .col-sm-pull-3 {
    right: 25%
  }
  .col-sm-pull-4 {
    right: 33.33333%
  }
  .col-sm-pull-5 {
    right: 41.66667%
  }
  .col-sm-pull-6 {
    right: 50%
  }
  .col-sm-pull-7 {
    right: 58.33333%
  }
  .col-sm-pull-8 {
    right: 66.66667%
  }
  .col-sm-pull-9 {
    right: 75%
  }
  .col-sm-pull-10 {
    right: 83.33333%
  }
  .col-sm-pull-11 {
    right: 91.66667%
  }
  .col-sm-pull-12 {
    right: 100%
  }
  .col-sm-push-0 {
    left: auto
  }
  .col-sm-push-1 {
    left: 8.33333%
  }
  .col-sm-push-2 {
    left: 16.66667%
  }
  .col-sm-push-3 {
    left: 25%
  }
  .col-sm-push-4 {
    left: 33.33333%
  }
  .col-sm-push-5 {
    left: 41.66667%
  }
  .col-sm-push-6 {
    left: 50%
  }
  .col-sm-push-7 {
    left: 58.33333%
  }
  .col-sm-push-8 {
    left: 66.66667%
  }
  .col-sm-push-9 {
    left: 75%
  }
  .col-sm-push-10 {
    left: 83.33333%
  }
  .col-sm-push-11 {
    left: 91.66667%
  }
  .col-sm-push-12 {
    left: 100%
  }
  .col-sm-offset-0 {
    margin-left: 0
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%
  }
  .col-sm-offset-3 {
    margin-left: 25%
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%
  }
  .col-sm-offset-6 {
    margin-left: 50%
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%
  }
  .col-sm-offset-9 {
    margin-left: 75%
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%
  }
  .col-sm-offset-12 {
    margin-left: 100%
  }
}
@media (min-width:992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left
  }
  .col-md-1 {
    width: 8.33333%
  }
  .col-md-2 {
    width: 16.66667%
  }
  .col-md-3 {
    width: 25%
  }
  .col-md-4 {
    width: 33.33333%
  }
  .col-md-5 {
    width: 41.66667%
  }
  .col-md-6 {
    width: 50%
  }
  .col-md-7 {
    width: 58.33333%
  }
  .col-md-8 {
    width: 66.66667%
  }
  .col-md-9 {
    width: 75%
  }
  .col-md-10 {
    width: 83.33333%
  }
  .col-md-11 {
    width: 91.66667%
  }
  .col-md-12 {
    width: 100%
  }
  .col-md-pull-0 {
    right: auto
  }
  .col-md-pull-1 {
    right: 8.33333%
  }
  .col-md-pull-2 {
    right: 16.66667%
  }
  .col-md-pull-3 {
    right: 25%
  }
  .col-md-pull-4 {
    right: 33.33333%
  }
  .col-md-pull-5 {
    right: 41.66667%
  }
  .col-md-pull-6 {
    right: 50%
  }
  .col-md-pull-7 {
    right: 58.33333%
  }
  .col-md-pull-8 {
    right: 66.66667%
  }
  .col-md-pull-9 {
    right: 75%
  }
  .col-md-pull-10 {
    right: 83.33333%
  }
  .col-md-pull-11 {
    right: 91.66667%
  }
  .col-md-pull-12 {
    right: 100%
  }
  .col-md-push-0 {
    left: auto
  }
  .col-md-push-1 {
    left: 8.33333%
  }
  .col-md-push-2 {
    left: 16.66667%
  }
  .col-md-push-3 {
    left: 25%
  }
  .col-md-push-4 {
    left: 33.33333%
  }
  .col-md-push-5 {
    left: 41.66667%
  }
  .col-md-push-6 {
    left: 50%
  }
  .col-md-push-7 {
    left: 58.33333%
  }
  .col-md-push-8 {
    left: 66.66667%
  }
  .col-md-push-9 {
    left: 75%
  }
  .col-md-push-10 {
    left: 83.33333%
  }
  .col-md-push-11 {
    left: 91.66667%
  }
  .col-md-push-12 {
    left: 100%
  }
  .col-md-offset-0 {
    margin-left: 0
  }
  .col-md-offset-1 {
    margin-left: 8.33333%
  }
  .col-md-offset-2 {
    margin-left: 16.66667%
  }
  .col-md-offset-3 {
    margin-left: 25%
  }
  .col-md-offset-4 {
    margin-left: 33.33333%
  }
  .col-md-offset-5 {
    margin-left: 41.66667%
  }
  .col-md-offset-6 {
    margin-left: 50%
  }
  .col-md-offset-7 {
    margin-left: 58.33333%
  }
  .col-md-offset-8 {
    margin-left: 66.66667%
  }
  .col-md-offset-9 {
    margin-left: 75%
  }
  .col-md-offset-10 {
    margin-left: 83.33333%
  }
  .col-md-offset-11 {
    margin-left: 91.66667%
  }
  .col-md-offset-12 {
    margin-left: 100%
  }
}
@media (min-width:1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left
  }
  .col-lg-1 {
    width: 8.33333%
  }
  .col-lg-2 {
    width: 16.66667%
  }
  .col-lg-3 {
    width: 25%
  }
  .col-lg-4 {
    width: 33.33333%
  }
  .col-lg-5 {
    width: 41.66667%
  }
  .col-lg-6 {
    width: 50%
  }
  .col-lg-7 {
    width: 58.33333%
  }
  .col-lg-8 {
    width: 66.66667%
  }
  .col-lg-9 {
    width: 75%
  }
  .col-lg-10 {
    width: 83.33333%
  }
  .col-lg-11 {
    width: 91.66667%
  }
  .col-lg-12 {
    width: 100%
  }
  .col-lg-pull-0 {
    right: auto
  }
  .col-lg-pull-1 {
    right: 8.33333%
  }
  .col-lg-pull-2 {
    right: 16.66667%
  }
  .col-lg-pull-3 {
    right: 25%
  }
  .col-lg-pull-4 {
    right: 33.33333%
  }
  .col-lg-pull-5 {
    right: 41.66667%
  }
  .col-lg-pull-6 {
    right: 50%
  }
  .col-lg-pull-7 {
    right: 58.33333%
  }
  .col-lg-pull-8 {
    right: 66.66667%
  }
  .col-lg-pull-9 {
    right: 75%
  }
  .col-lg-pull-10 {
    right: 83.33333%
  }
  .col-lg-pull-11 {
    right: 91.66667%
  }
  .col-lg-pull-12 {
    right: 100%
  }
  .col-lg-push-0 {
    left: auto
  }
  .col-lg-push-1 {
    left: 8.33333%
  }
  .col-lg-push-2 {
    left: 16.66667%
  }
  .col-lg-push-3 {
    left: 25%
  }
  .col-lg-push-4 {
    left: 33.33333%
  }
  .col-lg-push-5 {
    left: 41.66667%
  }
  .col-lg-push-6 {
    left: 50%
  }
  .col-lg-push-7 {
    left: 58.33333%
  }
  .col-lg-push-8 {
    left: 66.66667%
  }
  .col-lg-push-9 {
    left: 75%
  }
  .col-lg-push-10 {
    left: 83.33333%
  }
  .col-lg-push-11 {
    left: 91.66667%
  }
  .col-lg-push-12 {
    left: 100%
  }
  .col-lg-offset-0 {
    margin-left: 0
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%
  }
  .col-lg-offset-3 {
    margin-left: 25%
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%
  }
  .col-lg-offset-6 {
    margin-left: 50%
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%
  }
  .col-lg-offset-9 {
    margin-left: 75%
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%
  }
  .col-lg-offset-12 {
    margin-left: 100%
  }
}
.col-base {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}
.col-xs-15 {
  float: left;
  width: 20%
}
@media (min-width:768px) {
  .col-sm-15 {
    float: left;
    width: 20%
  }
}
@media (min-width:992px) {
  .col-md-15 {
    float: left;
    width: 20%
  }
}
@media (min-width:1200px) {
  .col-lg-15 {
    float: left;
    width: 20%
  }
}
.col-main, .col-sidebar {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 60px
}
@media (min-width:768px) {
  .col-sidebar {
    right: 70%;
    float: left;
    width: 30%;
    padding-right: 15px
  }
}
@media (min-width:768px) {
  .col-main {
    left: 30%;
    float: left;
    width: 70%
  }
}
@media (min-width:768px) {
  .col-sm-524 {
    float: left;
    width: 52.4%
  }
  .col-sm-476 {
    float: left;
    width: 47.6%
  }
  .col-sm-31 {
    float: left;
    width: 31%
  }
  .col-sm-69 {
    float: left;
    width: 69%
  }
}
.table-thead-blue .col-title {
  width: 35%
}
.col-sm-4 img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.col-sm-4 {
  padding: 0;
}
.title-with-dash-small {
  text-align: center
}
.title-with-dash-small .title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 700;
  color: #fff;
}
.title-with-dash-small .title span {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
}
.section-step .container .title-with-dash-small .title {
  margin-bottom: 0px;
}
.section-form .title-with-dash-small .ttl_line .title:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  content: "";
  background-color: #5cbec6;
}
@media (max-width:767px) {
  .title-with-dash-small .title {
    font-size: 35px
  }
}
@media (max-width:420px) {
  .title-with-dash-small .title {
    font-size: 25px
  }
}
.title-with-dash-small .title-white {
  color: #fff
}
.title-with-dash-small small {
  font-size: 18px;
  font-weight: 700;
  color: #5cbec6;
}
@media (max-width:767px) {
  .title-with-dash-small small {
    font-size: 16px
  }
}
.both-side-dash:after, .both-side-dash:before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 40px;
  height: 10px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: radial-gradient(#5cbec6 30%, transparent 33%), radial-gradient(#5cbec6 30%, transparent 33%);
  background-position: 0 0, 10px 10px;
  background-size: 10px 10px;
  content: "";
}
:root {
  --main-color: #E84539;
  --align-style: left;
  --font-style: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro';
}
/* 全体 ==========*/
.custom_complete__header.mgn-b50.editable_block {
  margin: 30px 0;
}
.custom_confirm__footer.flex.mgn-t50 {
  margin-top: 30px;
}
.custom_confirm__header.mgn-b50.editable_block {
  margin-bottom: 30px;
}
.custom_confirm__contents_group {
  margin-bottom: 10px;
}
.custom__screen {
  max-width: 1080px;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 90px;
  margin: 0 auto;
  text-align: var(--align-style) !important;
  font-family: var(--font-style) !important;
}
@media screen and (max-width: 1024px) {
  .custom__screen {
    max-width: 750px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .custom__screen {
    width: 100%;
  }
  .sc__custom_form .sc__btn {
    width: 100% !important;
  }
  .sc__custom_form .sc__input_group input[type='text'].email_placeholder1, .sc__custom_form .sc__input_group input[type='text'].email_placeholder2 {
    width: 45% !important;
  }
  .sc__custom_form .sc__input_group input[type='text'].telephone_number1, .sc__custom_form .sc__input_group input[type='text'].telephone_number2, .sc__custom_form .sc__input_group input[type='text'].telephone_number3 {
    width: 29.5% !important;
  }
}
.custom__screen h1, .custom__screen h2, .custom__screen h3, .custom__screen h4, .custom__screen p {
  font-family: var(--font-style) !important;
}
.custom__screen h3 {
  color: #2e2e2e !important;
}
/* ポップアップ設定*/
.popup_window {
  max-height: 500px;
  bottom: 0;
  box-shadow: 0px 3px 6px #00000029;
  right: 0;
  position: fixed;
  border: 1px solid #CCC;
  overflow: scroll;
}
.custom_close {
  float: right;
  cursor: pointer;
}
/*入力フォームタイトル */
.required {
  margin-right: 15px;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.0;
  color: #fff;
  background: #05B4ED;
  border-radius: 5px;
}
.sc__custom_form .sc__input_group label {
  color: #666;
  font-weight: bold;
  width: 100%;
}
.sc__custom_form .sc__input_group .sc__input_group__title {
  margin-bottom: 15px;
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .sc__custom_form .sc__input_group label {
    font-size: 12px;
  }
}
@media screen and (max-width: 520px) {
  .sc__custom_form .sc__input_group .sc__input_group__title {
    margin-bottom: 4px;
    width: 100%;
  }
}
.pa10 {
  padding: 10px !important;
}
/* ボタン ==========*/
.sc__custom_form .sc__btn {
  color: #fff;
  border-style: none;
  border-radius: 4px;
  width: 450px;
  height: 50px;
  box-sizing: border-box;
  padding: 15px 10px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
button.sc__btn {
  background-color: #333;
  margin: 0;
}
button {
  text-decoration: none;
  width: 200px;
  height: 50px;
  margin-right: 15px;
  border-radius: 4px;
  cursor: pointer;
}
button.register {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
button.cancel {
  background: #fff;
  color: #AAA;
  border: 1px solid #DCDCDC;
  font-weight: bold;
  font-size: 16px;
}
/* 入力フォーム ==========*/
.sc__input_group {
  padding: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .sc__input_group {
    margin-bottom: 10px;
  }
}
.sc__input_group__content {
  display: flex;
  align-items: center;
}
.sc__input_group__body p {
  margin-bottom: 10px;
}
/* 余白 */
.sc__custom_form .sc__input_group input[type='text'], .sc__custom_form .sc__input_group input[type='number'], .sc__custom_form .sc__input_group input[type='date'], .sc__custom_form .sc__input_group textarea, .sc__custom_form .sc__input_group select {
  padding: 10px;
  border-radius: 10px;
}
.sc__custom_form .sc__input_group input[type='radio'], .sc__custom_form .sc__input_group input[type='checkbox'] {
  margin-left: 20px;
  margin-bottom: 5px;
}
.sc__custom_form .sc__input_group input[type='radio']:first-child, .sc__custom_form .sc__input_group input[type='checkbox']:first-child {
  margin-left: 0px;
}
.sc__custom_form .sc__input_group input[type='number'] {
  margin-right: 10px;
}
.col1, .col2 {
  margin-bottom: 20px;
}
.address__content h4 {
  margin-bottom: 5px;
}
.sc__input_group__address_top {
  display: flex;
}
.sc__input_group__address_top label {
  margin-right: 10px;
}
.sc__input_group__address_middle {
  margin: 20px 0;
}
/* 待機状態 */
.sc__custom_form .sc__input_group input[type='text'], .sc__custom_form .sc__input_group input[type='number'], .sc__custom_form .sc__input_group input[type='date'], .sc__custom_form .sc__input_group textarea, .sc__custom_form .sc__input_group select {
  color: #333;
  border: 1px solid #d5d8dc;
}
/* フォーカス */
.sc__custom_form .sc__input_group input[type='text']:focus, .sc__custom_form .sc__input_group input[type='number']:focus, .sc__custom_form .sc__input_group input[type='date']:focus, .sc__custom_form .sc__input_group textarea:focus, .sc__custom_form .sc__input_group select:focus {
  outline: 0;
  color: #333;
  border-color: #0A639C;
  border-radius: 10px;
}
/* サイズ */
.sc__custom_form .sc__input_group input[type='text'], .sc__custom_form .sc__input_group input[type='number'], .sc__custom_form .sc__input_group input[type='date'], .sc__custom_form .sc__input_group textarea, .sc__custom_form .sc__input_group select {
  height: auto;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .sc__custom_form .sc__input_group input[type='text'], .sc__custom_form .sc__input_group input[type='number'], .sc__custom_form .sc__input_group input[type='date'], .sc__custom_form .sc__input_group textarea, .sc__custom_form .sc__input_group select {
    padding: 10px;
  }
}
.sc__custom_form .sc__input_group input[type='text'] {
  width: 70%;
}
@media screen and (max-width: 520px) {
  .sc__custom_form .sc__input_group input[type='text'] {
    width: 100%;
  }
}
.sc__input_group .sc__input_group__address_middle input[type='text'] {
  width: 560px;
}
.sc__input_group .sc__input_group__address_bottom input[type='text'] {
  width: 560px;
}
.sc__custom_form .sc__input_group textarea {
  width: 70%;
  height: 150px;
}
.sc_group__body {
  width: 70%;
}
@media screen and (max-width: 520px) {
  .sc_group__body {
    width: 100%;
  }
}
/* 電話番号入力欄サイズ */
.sc__custom_form .sc__input_group input[type='text'].telephone_number1, .sc__custom_form .sc__input_group input[type='text'].telephone_number2, .sc__custom_form .sc__input_group input[type='text'].telephone_number3 {
  width: 100px;
}
/* メールアドレス入力欄サイズ */
.sc__custom_form .sc__input_group input[type='text'].email_placeholder1, .sc__custom_form .sc__input_group input[type='text'].email_placeholder2 {
  width: 200px;
}
/* 確認画面タイトル設定*/
.contents_title {
  font-weight: bold;
}
/* 完了画面画像設定*/
.custom_complete__img .a {
  fill: none;
  stroke: var(--main-color);
  stroke-linecap: round;
  stroke-width: 4px;
}
/* 共通クラス*/
.errmsg {
  color: red;
}
.active {
  opacity: 1;
}
.hidden {
  display: none;
}
/*===================================
  second
===================================*/
.bg-F8 {
  background-color: #F8F8F8;
}
div.fm_box_2 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
div.fm_box_2 .required {
  margin-right: 15px;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.0;
  color: #05B4ED;
  background: transparent;
  border-radius: 0;
  vertical-align: super;
}
div.fm_box_2 .custom__screen {
  max-width: 800px;
  width: 100%;
  background: transparent;
  opacity: 1;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-align: var(--align-style) !important;
  font-family: var(--font-style) !important;
}
@media screen and (max-width: 1290px) {
  div.fm_box_2 .custom__screen {
    font-size: 14px;
    padding: 0 12px;
  }
}
div.fm_box_2 .sc__custom_form .sc__btn {
  width: 100%;
}
div.fm_box_2 .sc__custom_form .sc__input_group input[type='text'], div.fm_box_2 .sc__custom_form .sc__input_group input[type='number'], div.fm_box_2 .sc__custom_form .sc__input_group input[type='date'], div.fm_box_2 .sc__custom_form .sc__input_group textarea, div.fm_box_2 .sc__custom_form .sc__input_group select {
  color: #333;
  border: 0;
}
@media screen and (max-width: 1024px) {
  div.fm_box_2 .sc__custom_form .sc__input_group input[type='text'], div.fm_box_2 .sc__custom_form .sc__input_group input[type='number'], div.fm_box_2 .sc__custom_form .sc__input_group input[type='date'], div.fm_box_2 .sc__custom_form .sc__input_group textarea, div.fm_box_2 .sc__custom_form .sc__input_group select {
    font-size: 12px;
  }
}
div.fm_box_2 .custom__screen h3 {
  color: #2e2e2e !important;
}
div.fm_box_2 .privacy_box .intitle {
  font-size: 23px;
  color: #2e2e2e;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
div.fm_box_2 .sc__custom_form .sc__input_group input[type='text'].email_placeholder1, div.fm_box_2 .sc__custom_form .sc__input_group input[type='text'].email_placeholder2 {
  width: 44.5%;
}
div.fm_box_2 .sc__custom_form .sc__input_group input[type='text'].telephone_number1, div.fm_box_2 .sc__custom_form .sc__input_group input[type='text'].telephone_number2, div.fm_box_2 .sc__custom_form .sc__input_group input[type='text'].telephone_number3 {
  width: 29%;
}
@media screen and (max-width: 1024px) {
  div.fm_box_2 .privacy_box .intitle {
    font-size: 14px;
    margin-bottom: 15px;
  }
  div.fm_box_2 .sc__custom_form .sc__input_group input[type='text'].email_placeholder1, div.fm_box_2 .sc__custom_form .sc__input_group input[type='text'].email_placeholder2 {
    width: 68px;
  }
  div.fm_box_2 .sc__custom_form .sc__input_group input[type='text'].telephone_number1, div.fm_box_2 .sc__custom_form .sc__input_group input[type='text'].telephone_number2, div.fm_box_2 .sc__custom_form .sc__input_group input[type='text'].telephone_number3 {
    width: 44px;
  }
}
@media screen and (max-width: 520px) {
  .privacy_box .intitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.form_typography__note {
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
}
.mtb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}