body{
  font-family: 'Noto Sans JP', sans-serif;
  font-color: #595959 !important;
   letter-spacing: 1px;
}

.form-top{
   background-image: url("https://d27rnpuamwvieu.cloudfront.net/0n0WFtuujYTWTd6UcLpTMIwXX/normal");
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   height:130px;
   filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
}

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

body:before {/*PC版の一番下の下地*/
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(https://d27rnpuamwvieu.cloudfront.net/0hGLFg4n6frYKKXysrEkpkAXX/1040);
    background-size: cover;
}

.form-bottom{/*SP版の一番下の下地*/
 background-image: 
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
  padding: 25px 15px 30px;
  background:rgba(255,255,255,0);/*最後を0にすると透明*/
}


.form-editor{
    background-color:#fff;
    padding: 20px;
   box-shadow: 3px 3px 10px rgb(0, 0, 0, 0.1);
   border-radius: 0px;
   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;
}


/* タイトルを表示させない */
.form-top .form-top-left {
   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;
    font-size:16px;
    color:#595959;
}

/* 中見出しタイトル */
.description-md-title {
    display: block;
  background:#cc8181;
    color: #fff;
    padding: 25px 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 #bc5b5b;
    border-left: 10px solid transparent;
}

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



h5 {
    position: relative;
    font-size: 17px !important;
    color: #34414e;
    line-height: 25px;
    padding-bottom: 5px;
    border-bottom: 3px solid #a4babd;
}

h5:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 20%;
    height: 3px;
    content: '';
    background: #52828C;
}



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



.control-label {
    color: #4a5968;
    border-bottom: #34414e dotted 2px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
}

.control-label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(https://d27rnpuamwvieu.cloudfront.net/0ShT3dEZXmWmfSE3FlfoBVgXX/normal);
    background-size: contain;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 10px;
}


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


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

.label-danger {
    background: #cc8181;
    color: #fff;
}

.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:#a4babd!important;
}




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


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

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


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


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

.has-error .form-control {
    border-color: #cc8181;
    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: #595959;
}

.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, #c8d6d8, #a4babd, #a4babd, #a4babd);
  border: 3px solid #a4babd;
  border-radius: 40px;
  font-size:22px;
  font-weight: bold; 
  letter-spacing: 1.5px;
  outline: none;
}


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


.btn-primary::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: 280px;
}


.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=Noto+Sans+JP:wght@300;400;700;900&display=swap');