/****** スタイルのリセット ******/
:root {
  /* ヘッダー */
  --headerbasecolor: #99CFCF;
  --headerassortcolor: #3C96FF;
  --headerfontcolor: #FFFFFF;

  /* 見出し */
  --basecolor: #99CFCF;
  --assortcolor: #3C96FF;
  --lightcolor: #99CFCF1a;
  --darkcolor: #DD2C00;
  --ttlfontcolor: #FFFFFF;
  --ttlfontcolor02: #101010;

  --fontcolor: #FFFFFF;
  --fontcolor02: #101010;
  --opacitylight: #FF6E404d;

  /* ボタン */
  --btnbasecolor: #99CFCF;
  --btnopacitybase: #DD2C0026;
  --btnassortcolor: #3C96FF;
  --btnlightcolor: #FF6E40;
  --btndarkcolor: #DD2C00;
  --btnfontcolor: #FFFFFF;
  --padding: 20px 15px;

  /* 背景 */
  --bodycolor: #FF6E40;

  /* 必須アイコン */
  --reqiedcolor: #99CFCF;

  /* ラジオボタン */
  --radiocolor: #99CFCF;
  --radiotxtcolor: #FFFFFF;

  /* 受付停止 */
  --stopcolor: #99CFCF;
}
body {
  line-height: 1.8;
}
.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 {
  padding: 0;
}
.form-box {
  padding: 45px 15px;
}
br {height: 0;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-weight: bold;
  color: #121212;
  margin: 0 0 30px 0;
}


/* (ヘッダー) */
.form-top {
  border-radius: 0;
}
/* プレビューの文字 */
.text-danger {
  display: none;
}
.form-top .form-top-left h3 {
  width: 100%;
}
/* 鉛筆マーク削除 */
.form-top .form-top-right {
  display: none;
}

/* (ヘッダー以下) */
.form-bottom {
  padding: 45px;
  background: #FDFDFD;
}

/* (中見出しと画像の間のスペースを削除) */
.col-sm-12 .description-md-title + br {display: none;}

/* (中見出し) */
.container .description-md-title {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  display: block;
  color: #121212;
  background: none;
  box-shadow: none;
  position: relative;
}
/* (小見出し) */
.container .description-title {
  font-size: 20px;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  position: relative;
}

/* (本文) */
p {
  margin: 0 0 45px 0;
}

/* (画像) */
.description-image {
  margin: 0 0 15px 0;
}

/* (ボタン) */
.col-xs-4 {display: none;}
.col-md-8 {
  width: 100%;
  text-align: center;
}
.form-editor > br {
  display: none;
}
.form-bottom .row {
  padding-top: 15px;
  margin-bottom: 30px;
}
form .form-bottom button.btn {
  border-radius: 60px;
  font-size: 24px;
  font-weight: bold;
  line-height: 80px;
  display: inline-block;
  width: initial;
  min-width: 420px;
  padding: 0 20px;
  border: none;
  position: relative;
  background: var(--btnbasecolor);
  color:var(--btnfontcolor);
}
form .form-bottom button.btn:active {
  background: var(--btnbasecolor);
}
form .form-bottom button.btn:hover, form .form-bottom button.btn:focus {
  outline: none;
}


/* (フォームの補足テキスト) */
.help-block {
  line-height: 1.5;
  font-weight: normal;
}

/* (ラジオボタン、チェックボックスの色) */
.checkbox input[type=checkbox]:checked:after,.checkbox-inline input[type=checkbox]:checked:after,input[type=checkbox]:checked:after {
  background-color: var(--radiocolor);
  border-color: var(--radiocolor);
}
.checkbox input[type=checkbox]:focus:after,.checkbox-inline input[type=checkbox]:focus:after,input[type=checkbox]:focus:after, .radio input[type=radio]:checked:after,.radio-inline input[type=radio]:checked:after,input[type=radio]:checked:after {
  border-color: var(--radiocolor);
}
.radio input[type=radio]:before,.radio-inline input[type=radio]:before,input[type=radio]:before {
  background-color: var(--radiocolor);
}

/* (チェックボックス、ラジオボタン選択時の色) */
.has-success .checkbox, .has-success .checkbox-inline, .has-success.checkbox-inline label, .has-success.checkbox label, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.radio-inline label, .has-success.radio label {
  color: #121212;
}
/* (必須アイコン) */
.label-danger {
  background: var(--reqiedcolor);
  color: #FFFFFF;
}
/* (入力エラー時) */
.has-error .form-control {
  border-color: #ff0000;
}
.help-block.help-error {
  color: #ff0000;
}
/* (受付停止) */
#admin_tips {
  color: #FFFFFF;
  background: var(--stopcolor);
}

@media screen and (max-width:767px) {
  /* (共通) */
  .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 {
    padding: 0;
  }
  .container {padding: 0;}
  .row {margin: 0;}
  .form-bottom {
    padding: 25px;
  }

  /* (中見出し) */
  .container .description-md-title {
    font-size: 18px;
  }

  /* (小見出し) */
  .container .description-title {
    font-size: 18px;
  }

  /* (ファイル添付) */
  input[type=file] {
    width: 100%;
    line-height: 30px;
    position:relative;
    background: transparent;
    color: transparent;
  }
  input[type=file]::after {
    content: 'ファイルを選択';
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: #eeeeee;
    color:#121212;
    box-shadow: 0 0 0 1px #999999 inset;
    width: 128px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
  }
  /* (ボタン) */
  form .form-bottom button.btn {
    min-width: initial;
    width: 100%;
    padding: 0 20px;
    font-size: 18px;
    line-height: 60px;
  }
}

/****** ヘッダー画像あり - テキスト入り画像 - テキスト非表示 ******/
.form-top {
  max-width: 100%;
  background-position: center center;
  height: 30vw;
}
.form-top .form-top-left {
  display: none;
}
@media screen and (max-width:767px) {
  /* (スマホ用) */
  .form-top {
    height: 50vw;
  }
}

/****** 中見出し13 ******/
:root {
  --basecolor: #99CFCF;
}
.container .description-md-title {
  padding-bottom: 20px;
  background-image: repeating-linear-gradient(0deg, var(--basecolor) 0 100%);
  background-repeat: no-repeat;
  background-size: 40px 4px;
  background-position: center bottom;
  text-align: center;
}

/****** 小見出し01 ******/
:root {
  --basecolor: #99CFCF;
}
.container .description-title {
  box-shadow: 0 -4px 0 0 var(--basecolor) inset;
}

/****** ボタン03 ******/
:root {
  --btnbasecolor: #99CFCF;
  --btndarkcolor: #99CFCF;
  --btnfontcolor: #FFFFFF;
}
.form-bottom .row {
  position: relative;
  z-index: 1;
}
form .form-bottom button.btn {
  box-shadow: 0 10px 0 var(--btndarkcolor), 0 10px 5px #DD2C004d;
}
form .form-bottom button.btn::before {
  content: '';
  display: block;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  position: absolute;
  left: -12px;
  top: -2px;
  z-index: -1;
  box-shadow: inset 0 0 4px #DD2C0014;
  border-radius: 60px;
}
form .form-bottom button.btn:hover {
  top: 5px;
  box-shadow: 0 5px 0 var(--btndarkcolor), 0 5px 5px #DD2C004d;
}
form .form-bottom button.btn:hover::before {
  top: -7px;
}

/****** アイコン05 ******/
form .form-bottom button.btn::after {
  content: '';
  display: block;
  width: 24px;
  height: 28px;
  position: absolute;
  right: 15px;
  bottom: -10px;
  background: url(https://wordrobe.tokyo/wp-content/themes/lstep/temp/img/pointer02.svg) no-repeat left center;
  background-size: contain;
  animation: pointer01 2s ease-out infinite;
  opacity: 1;
}
@keyframes pointer01 {
  0%,40%,60%,80% {
    transform: translate(0,0);
  }
  50%,70% {
    transform: translate(-10px,-10px);
  }
}

/****** アニメーション01 ******/
form .form-bottom button.btn {
  animation: animation01 2s ease-out infinite;
}
@keyframes animation01 {
  0%,40%,60%,80% {
    transform: scale(1.0);
  }
  50%,70% {
    transform: scale(0.95);
  }
}