@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New&display=swap");

body{
   letter-spacing: 1px;
  font-family:  "Noto Sans JP", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.form-top{
   background-image: url("https://hirogas-jyusetsu.jp/wp/wp-content/uploads/2026/04/kanta-contact.jpg");
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   height:160px;
}

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

p.text-break {
    color: #031225;
    font-size: 17px;
}

@media screen and (min-width: 767px) {
.form-top{
   height:300px;
}

.form-editor > div:first-of-type {
   margin:0 -25px;
　background: linear-gradient(145deg, #3D63AD 0%, #6EBD7C 100%);
}
}

.form-bottom {background-color: #e6f1fb;background-size: cover;padding: 10px 10px;margin-top: -1px;}

.form-editor{
    background-color:#FFF;
    padding: 10px 3px;
}

b{
 display:none;
}

.description-md-title{
   display: flex;
   justify-content: center;
   color: initial;
   padding: initial;
   margin: initial;
   box-shadow: initial;
   text-align:center;
}

.form-group{
    margin-bottom:0px;
    padding: 5px 12px 5px;
}

p {
    margin: 10px 0;
    font-size: 14px;
    color:#333;
}

/* 中見出しタイトル */
.description-md-title {
  color: #fff;
  background: linear-gradient(178deg, #3f66a3 0%, #073061 100%);
  font-size: 25px;
  font-weight: 800;
  position: relative;
  padding: 12px 0;
  margin-bottom: -15px;
}

h5 {
  position: relative;
  color: #000000;
  border-bottom: 3px solid #1e257d;
  border-bottom: dashed 3px #f6791b;
  text-align: center;
  padding-bottom: 10px !;
}

.description-title {
    font-size: 23px;
    padding-bottom: 8px;
    font-weight: bold;
    color: #07203f;
}

.col-sm-8 {
    width: 100%;
}

.col-sm-4 {
    color:#333;
    font-size: 14px;
}

.control-label{
    background: #FFF;
    width:100%;
    margin-bottom:0px;
    color:#333 !important;
    display: inline-block;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}


.text-break{
    line-height: 25px;
}

label.control-label.col-sm-4.text-break {
    font-size: 16px;
    font-weight: 700;
}

.description-image {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.label-danger{
  background: #fff;
  color: #f6791b;
  font-size: 0.8em;
  padding: 0px 0px 0px 0px;
}

.help-block{
  text-align: left;
}
        
.col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative; 
    min-height: 1px; 
    padding: 0px; 
}

/* ラジオボタン */
.radio input[type=radio]:before, .radio-inline input[type=radio]:before, input[type=radio]:before {
   background-color:#f6791b !important;
}


.radio input[type=radio]:checked:after, .radio-inline input[type=radio]:checked:after, input[type=radio]:checked:after {
  border-color:#f6791b !important;
}

.radio {
    padding-left: 3px;
}

/* チェックボックス */
.checkbox-inline input[type=checkbox]:checked:after, .checkbox input[type=checkbox]:checked:after, input[type=checkbox]:checked:after {
   background-color: #f6791b;
   border-color: #f6791b;
}

.checkbox-inline input[type=checkbox]:focus:after, .checkbox input[type=checkbox]:focus:after, input[type=checkbox]:focus:after {
   border-color: #f6791b;
}

.checkbox {
    margin-left: 3px;
    padding-left: 3px;
}


.has-error .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label, .has-error.checkbox label, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.radio-inline label, .has-error.radio label {
   color: #a94442;
}


.has-success .form-control {
   border-color: #333;
   box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}


.checkbox-inline label, .checkbox label, .radio-inline label, .radio label {
   padding-left: 25px;
   cursor: pointer;
   color: #333;
}


/* ボタンの設定 */
.btn-primary, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, .btn-primary.active, .btn-primary:active, .btn-primary:hover, .open>.btn-primary.dropdown-toggle {
  color: #fff;
  background: linear-gradient(178deg, #f4c92e 0%, #ed791b 100%);
  border: 3px solid #f08f18;
  outline: none;
  border-radius: 30px;
  font-size:20px;
  font-weight: bold;
  animation-name:poyopoyo;
  animation-delay:0s;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}


form .form-bottom button.btn {
    min-width: 105px;
    margin: 0 auto !important;
    max-width: 280px;
    font-size: 27px;
    line-height: normal;
    /* margin-bottom: 10px; */
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

.btn:hover {
  color: #fff;
  background-color: #e3ba11;
}

.col-xs-4.col-sm-3.col-md-2 {
    padding-left: 20px;
}