@charset "UTF-8";
/* 汎用クラス
------------------------------------------------------*/
/*================================
アンケート内に使用されている青いボタン
================================*/
/*================================
アンケート内に使用されている青いボタン END
================================*/
/*================================
アンケート内に使用されている【戻る】などのグレーボタン
================================*/
/*================================
アンケート内に使用されている【戻る】などのグレーボタン END
================================*/
/*================================
会員登録・ログインなどの赤いボタン*
================================*/
/*================================
メンバーリサーチ導線ボタン
================================*/
/*====================================
↓↓ Pc Sp共通スタイル  ↓↓
=====================================*/
/*--------------------------------------
enqueteRcodeCol
--------------------------------------*/
.enqueteRcodeCol .enqueteRcodeColTitCenter {
  position: relative;
  font-size: 1.2em;
  padding-left: 15px;
  margin-bottom: 10px;
}
.enqueteRcodeCol .enqueteRcodeColTitCenter::before {
  position: absolute;
  content: '';
  display: block;
  background: url(../images/common/caution.png) no-repeat;
  background-size: contain;
}

/*--------------------------------------
Rcodetxt
--------------------------------------*/
.Rcodetxt span {
  color: #FF3700;
}

/*--------------------------------------
RcodeForm
--------------------------------------*/
.RcodeForm {
  margin-top: 20px;
  text-align: center;
}
.RcodeForm input {
  font-size: 1.3em;
  padding: 10px 0 10px 10px;
  width: 100%;
  border: 1px solid #aaaaaa;
  box-sizing: border-box;
}
.RcodeForm input::input-placeholder {
  font-size: 0.6em;
}
.RcodeForm input::-webkit-input-placeholder {
  font-size: 0.6em;
}
.RcodeForm input:-ms-input-placeholder {
  font-size: 0.6em;
}
.RcodeForm input::-moz-placeholder {
  font-size: 0.6em;
}

.RcodeFormBtnList {
  margin: 10px auto 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.RcodeFormBtnList a {
  /*戻るボタン*/
  position: relative;
  background: #aaaaaa;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center;
  border: #aaaaaa 1px solid;
  box-sizing: border-box;
  font-size: 1.2em;
  transition: 0.2s;
  min-width: 120px;
  padding: 4px 0;
}
.RcodeFormBtnList a:hover {
  background: #fff;
  border: #aaaaaa 1px solid;
  color: #aaaaaa;
}
.RcodeFormBtnList input {
  /*確認ボタン*/
  line-height: 1.7;
  position: relative;
  background: #3179c3;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  display: block;
  text-align: center;
  border: #3179c3 1px solid;
  box-sizing: border-box;
  font-size: 1.2em;
  transition: 0.2s;
  min-width: 120px;
  padding: 4px 0;
}
.RcodeFormBtnList input:hover {
  background: #fff;
  border: #3179c3 1px solid;
  color: #3179c3;
  cursor: pointer;
}

/*====================================
↓↓ Pc スタイル  ↓↓
=====================================*/
@media screen and (min-width: 769px) {
  /*--------------------------------------
  enqueteRcodeCol
  --------------------------------------*/
  .enqueteRcodeCol .enqueteRcodeColTitCenter {
    padding-left: 0;
    width: 486px;
    margin: 0 auto;
  }
  .enqueteRcodeCol .enqueteRcodeColTitCenter::before {
    left: -2em;
    bottom: -0.1em;
    width: 36px;
    height: 36px;
  }

  /*--------------------------------------
  RcodeForm
  --------------------------------------*/
  .RcodeForm input {
    width: 450px;
  }

  .RcodeFormBtnList input {
    margin-left: 6px;
  }
}
/*====================================
↓↓ Sp スタイル  ↓↓
=====================================*/
@media screen and (max-width: 768px) {
  /*--------------------------------------
  RcodeForm
  --------------------------------------*/
  /*.RcodeForm {
      input {
          font-size: 1.3em;
      }
  }*/
  .RcodeFormBtnList {
    margin: 10px auto 22px auto;
    width: 100%;
  }
  .RcodeFormBtnList li {
    width: 100%;
  }
  .RcodeFormBtnList li:nth-child(1) {
    margin-top: 12px;
  }
  .RcodeFormBtnList a {
    /*戻るボタン*/
    position: relative;
    background: #aaaaaa;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
    border: #aaaaaa 1px solid;
    box-sizing: border-box;
    font-size: 1.2em;
    transition: 0.2s;
  }
  .RcodeFormBtnList a:hover {
    background: #fff;
    border: #aaaaaa 1px solid;
    color: #aaaaaa;
  }
  .RcodeFormBtnList input {
    /*確認ボタン*/
    position: relative;
    background: #3179c3;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    display: block;
    text-align: center;
    border: #3179c3 1px solid;
    box-sizing: border-box;
    font-size: 1.2em;
    transition: 0.2s;
  }
  .RcodeFormBtnList input:hover {
    background: #fff;
    border: #3179c3 1px solid;
    color: #3179c3;
  }

  /*--------------------------------------
  enqueteRcodeCol
  --------------------------------------*/
  .enqueteRcodeCol {
    text-align: left;
  }
  .enqueteRcodeCol .enqueteRcodeColTitCenter::before {
    width: 20px;
    height: 18px;
    top: 0.25em;
    left: -0.4em;
  }
}
