.form-box { 
padding-top: 0px !important;
 } 

.form-top{
padding:0!Important;
}

.form-top-left{
padding-top:0!important;
background: linear-gradient(to right, #D891AF, #D06B9A);
}


h3{
width:100%!important;
 color: #fff;
 padding: 0.25em;
 border-top: solid 5px #dc6b9e;
border-bottom: solid 5px #dc6b9e;
 background-image: linear-gradient(to right, #57bcc4, #57BCC4);
padding:20px 10px;
font-weight:bold!important;
text-align:center;
}

.form-top-left p{
    margin: 25px;
    padding: 10px 30px;
   border-radius: 10px;
    background-color: #ffffff!important;
}



.form-bottom {
background: linear-gradient(to right, #D891AF, #D06B9A);
    background-size: cover;
   padding: 0px 25px 30px;
    margin-top: -1px;
}


.form-editor{
    background-color:#fff;
    padding: 25px 20px;
   border-radius: 10px;
   animation-name:fadeUpAnime;
   animation-duration:1.8s;
   animation-fill-mode:forwards;
   opacity:0;
}


@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(60px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

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:10px;
    padding: 0px 5px;
}


p {
    margin: 20px 0;
 　line-height:32px !important;
}

/* 中見出しタイトル */
.description-md-title {
    display: block;
  background-image: linear-gradient(to right, #C0ACDD, #57BCC4);
    color: #fff;
    padding: 11px 10px;
    text-align: center;
    font-weight: bold;
    margin: 5px -35px;
}

h4 {
    position: relative;
    margin: 1rem -10px;
    padding: 1rem 2rem;
}

h4:before,
h4:after {
    position: absolute;
    content: '';
}

h4:before {
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #9177BC;
    border-left: 10px solid transparent;
}

h4:after {
    right: 0;
    bottom: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid #2D8F91;
    border-right: 10px solid transparent;
}



h5{
   border-bottom:#D06B9A solid 2px;
   color:#D06B9A;
}


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



.control-label{
   color:#666;
   border-bottom:#D886A9 solid 1.5px;
   width:100%;
   margin-bottom:20px;
}

.control-label:before{
   content:url("https://d27rnpuamwvieu.cloudfront.net/0O9qDVgCquXH5wqWLpINQzQXX/normal");
　color:#333;
   font-size:0.8em;
   margin-right:10px;
}

.form-group{
   margin-bottom:30px;
}

.text-break{
   line-height: 1.8em;
}

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

.label-danger{
  background-image: linear-gradient(to right, #C0ACDD, #57BCC4);
  color:#fff;
  font-size: 0.7em;
  font-weight:nomal;
}

.help-block{
  text-align: right;
}
	
.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:#D06B9A!important;
}


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


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

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


.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: #D06B9A;
}


.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(to bottom ,#E1F4F4, #57BCC4 ,#57BCC4,#57BCC4);
   border: 3px solid #57BCC4;
  border-radius: 30px;
  font-size:25px;
  font-weight: bold; 
  letter-spacing: 1.5px;
  outline: none;
  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: 400px;
}


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



.btn:hover {
  color: #fff;
   border: 3px solid #9FDBDD;
    background: linear-gradient(to bottom ,#E1F4F4, #9FDBDD ,#9FDBDD,#9FDBDD);
}