body{
font-family: "Zen Old Mincho",serif;
  font-weight: 400;
  font-style: normal;
background-color: #8c9461;
 }

.form-top{
    display: none;
}

.glyphicon-pencil:before {
    display:none;
}
.form-editor div:nth-child(1) .form-group  {
width: 107%;
    margin-left: -4%;
}

.form-bottom{
   padding: 30px 15px;
   background-color:#dff0d8;
   background-position: center;
   background-size: cover;
}


.form-editor{
    background-color:#fff;
    padding: 10px;
    padding-top: 0%;
    padding-bottom: 40px;
   border-radius: 10px;
   box-shadow: 0px 5px 15px 0px #8b9461 !important;
   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:5px !important;
    padding: 0px 5px;
}


p {
    margin: 20px 0;
    font-size:16px;
    color:#666666;
}

/* 中見出しタイトル */
.description-md-title {
    display: block;
    color:#fff;
    background-color:#8c9461;
    padding: 20px 10px;
    text-align: center;
    font-weight: bold;
    margin: 0px -15px;
}

h4 {
    position: relative;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background-color:#8c9461;
}


h5{
  padding:15px;
  color:#8c9461;
  text-align: center;
  border-top: 2px solid #8c9461;
  border-bottom: 2px solid #8c9461;
  background: linear-gradient(#ffffff 0%, #eeeeee 100%);
}


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



.control-label{
color: #666;
    border-bottom: 0.5px #c9cfb6 solid;
    width: 100%;
    margin: 10px 0 5px;
}

.control-label:before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(https://d27rnpuamwvieu.cloudfront.net/0M8llAJSdgxXagVsTp4NTiAXX/1040);
    background-size: contain;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: -9px;
    background-repeat: no-repeat;
}

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


.description-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.label-danger{
  background:#e6011a;
  color:#fff;
  font-size: 0.7em;
  font-weight:nomal;
}

.help-block{
  text-align: left;
  line-height: 1.5;
}
	
.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:#8c9461!important;
}


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


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

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


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


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

.has-error .form-control {
    border-color: #FB2618;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}



.checkbox-inline input[type=checkbox].checkbox-absolute, .checkbox input[type=checkbox].checkbox-absolute, input[type=checkbox].checkbox-absolute {
   top: 5px;
}




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

.btn{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
margin:0 auto 40px !important;
}

/* 以下、ボタンの設定 */
.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, #8c9461, #8c9461, #8c9461, #8c9461);
    border: 3px solid #e3e7cc;
  border-radius: 40px;
  font-size:22px;
  font-weight: bold; 
  letter-spacing: 1.5px;
  outline: none;
}





.btn::after {
    content: '';
overflow: hidden;
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}



@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}




form .form-bottom button.btn {
    min-width: 105px;
    margin: 0 auto !important;
    max-width: 320px;
}


.btn-default {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 25px;
    font-weight: bold;
    background: linear-gradient(to bottom ,#fff, #eaeaea ,#eaeaea,#eaeaea);
    border: 3px solid #eaeaea;
}



@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP&display=swap');