@charset "UTF-8";

/******************************
認証ページ
******************************/

/*コンテンツ*/
/* .cont {
  min-height: 50vh;
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding-top: 30px;
} */

.cont.clo1Cont{
  display: block;
  padding: 50px 0 20px;
}

.autheCont {
  width: 100%;
   max-width: 500px; 
  margin: 0 auto;
  padding: 36px 0 50px;
  font-family: 'Lato', sans-serif;
   background: #fff; 
   /*border: 8px solid #eee; */
  z-index: 0;
}
.autheCont::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/common/bg_auth.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.autheThanks {
  width: 100%;
  /* max-width: 500px; */
  margin: 50px auto;
  padding: 36px 0 50px;
  font-family: 'Lato', sans-serif;
  /* background: #fff; */
  /* border: 8px solid #eee; */
  z-index: 0;
}


.autheCont + .autheCont {
  margin-top: 60px;
}

.autheContTit {
  margin-bottom: 15px;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  text-align: center;
  color: #000;
}

.autheContTit a {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  font-weight: normal;
  color: #ACACAC;
  display: block;
}

.autheContTit span {
  margin-top: 10px;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  font-weight: normal;
  text-align: center;
  display: block;
}

.autheContTxtLine {
  width: 90%;
  margin: 0 auto 20px;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-align: center;
  background: linear-gradient(#fff 0%, #fff 49%, #DDD 50%, #DDD 51%, #fff 52%, #fff 100%);
}

.autheContTxtLine p {
  padding: 0 1em;
  background: #FFF;
  display: inline-block;
}

/*ソーシャルログイン*/

.autheSocialBtn {
  width: 60%;
  margin: 0 auto 25px;
}

.autheSocialBtn li {
  position: relative;
  width: 100%;
  text-align: center;
}
.autheSocialBtn li a {
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.autheSocialBtn li:first-child::after {
  content: "\f09a";
  font-family: "Font Awesome 5 Brands";
  font-size: 1.8rem;
  font-weight: normal;
  position: absolute;
  top: 6px;
  left: 10px;
  color: #fff;
}
.autheSocialBtn li:first-child a {
  color: #fff;
  background: #385285;
}
.autheSocialBtn li:nth-child(2)::after {
  content: "\f1a0";
  font-family: "Font Awesome 5 Brands";
  font-size: 1.8rem;
  font-weight: normal;
  position: absolute;
  top: 6px;
  left: 10px;
  color: #fff;
}
.autheSocialBtn li:nth-child(2) a {
  color: #fff;
  background: #f34a38;
}

.autheSocialBtn li + li {
  margin-top: 13px;
}

.autheSocialBtn li a img {
  display: none;
}

.autheSocialBtn li a:hover {
  opacity: .7;
}

.autheSocialBtn li.facebook a {
  background: #385c8e;
}

.autheSocialBtn li.google a {
  background: #f34a38;
}
.autheSocialBtn li.facebook::after,
.autheSocialBtn li.google::after {
  content: "";
}

.autheSocialBtn li a i {
  font-size: 1.8rem;
  float: left;
  margin: 12px 0 0 10px;
}

/*フォーム*/

.authForm {
  width: 60%;
  margin: 20px auto 0;
}

.authForm hr {
  height: 1px;
  border: none;
  border-top: solid 1px #ccc;
  margin: 25px 0 0;
}

.authFormInputText {
  margin-top: 20px;
}

.authFormInputText + .authFormInputText {
  margin-top: 8px;
}

.authFormInputText input {
  width: 100%;
  padding: 12px 16px;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  border: none;
  background: #F1F1F1;
  box-sizing: border-box;
}
.authFormInputText img {
  width: 100% !important;
}
.authFormInputTextTit {
  margin: 20px 0 5px;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}

.authFormInputTextTit .req {
  color: #E35C4B;
}

.authFormText {
  margin-top: 20px;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}

.authFormText a {
  color: #999;
}

.authFormText label {
  width: 100%;
  text-align: center;
  display: block;
}

.authFormText input[type="checkbox"] {
  margin-right: 10px;
}

.authFormText li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 10px;
  line-height: 1.5;
}

.authFormSubmit {
  margin-top: 20px;
  text-align: center;
}

.authFormSubmit input,
.authFormSubmit a {
  width: 100%;
  height: 50px;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border: none;
  background: #000;
  box-sizing: border-box;
  transition: all 0.4s ease;
}

.authFormSubmit a + a {
  margin-top: 10px;
}

.authFormSubmit input:hover,
.authFormSubmit a:hover {
  opacity: .7;
}

.authFormPassForget {
  margin-top: 15px;
  text-align: center;
}

.authFormPassForget a {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #ACACAC;
}

/*ログイン*/

/*会員登録*/

/*パスワード再発行*/

/*退会*/

.authForm.cancel {
  margin-top: 40px;
}

.authForm.cancel .authFormInputText {
  margin-top: 40px;
}

.authFormInputCancel .tit {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.authFormInputCancel label {
  margin-top: 15px;
  font-size: 1.4rem;
  display: block;
}

.authFormInputCancel label + label {
  margin-top: 10px;
}

.authFormInputCancel input {
  margin-right: 10px;
}

/*会員登録完了*/

.authForm.registered .authFormSubmit {
  margin-top: 40px;
}

/******************************
会員訴求LP
******************************/

.autheMembershipWrap {
  width: 100%;
  max-width: 950px;
  margin: 90px auto 80px;
  display: table;
}

.autheMembership {
  width: 60%;
  vertical-align: middle;
  display: table-cell;
}

.autheMembership .tit {
  font-size: 2.4rem;
  line-height: 1.67;
  letter-spacing: 0.06em;
  color: #333;
}

.autheMembership .txt {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.63;
  letter-spacing: 0.06em;
  color: #333;
}

.autheMembershipWrap .autheCont {
  display: table-cell;
}

.autheMembership .authFormSubmit {
  width: 100%;
  max-width: 380px;
  margin-top: 40px;
}

/******************************
プレゼント申込
******************************/

/*ヘッダー部分*/

header.questionnaires .headerTop .headerLogo {
  padding: 20px 0;
  text-align: center;
}

/*フッター部分*/

footer.questionnaires {
  background: #e83b18;
}

footer.questionnaires .footerCopy {
  font-size: 12px;
  margin-top: 60px;
  padding: 20px 0 20px;
  color: #fff;
  text-align: center;
}

/******************************
プレゼント申込
******************************/

/*プレゼント*/

.presentsBox {
  width: 100%;
  max-width: 820px;
  margin: 0 auto 30px;
  display: table;
}

.presentsBox .imgWrap {
  width: 320px;
  margin: auto;
  /* display: table-cell; */
}

.presentsBox .imgWrap .img {
  width: 100%;
  padding-top: 60%;
  /* background: #eee; */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.presentsBox .imgWrap .img img {
  width: 100%;
  height: auto;
}

.presentsBox .txtWrap {
  padding-left: 30px;
  vertical-align: middle;
  /* display: table-cell; */
}

.presentsBox .txtWrap .tit {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}

.presentsBox .txtWrap .txt {
  margin-top: 5px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.12em;
}

.presentsList {
  margin: 25px 0 30px;
}

.presentsList ul {
  font-size: 0;
  text-align: center;
}

.presentsList li {
  width: 70px;
  padding: 0 5px;
  display: inline-block;
}

.presentsList li img {
  width: 100%;
  height: auto;
}

/*フォーム*/

.applyForm {
  width: 100%;
  max-width:600px;
  margin: 0 auto;
}

.applyForm .tit {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
}

.applyForm .sub {
  margin-top: 20px;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
}

.applyForm table {
  width: 100%;
  margin-top: 30px;
  font-family: 'Lato', sans-serif;
}

.applyForm table th {
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  font-weight: normal;
}

.applyForm table td {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  font-weight: normal;
}

.applyForm table.row1 th {
  width: 38%;
  vertical-align: middle;
}

.applyForm table.row1 td {
  width: 62%;
  padding: 5px 0;
}

.applyForm table.row2 th {
  width: 100%;
  padding-top: 20px;
  display: block;
}

.applyForm table.row2 td {
  width: 100%;
  padding-top: 10px;
  display: block;
}

.applyForm table td input[type="text"],
.applyForm table td select {
  width: 100%;
}

.applyForm table td input[type="text"] {
  width: 100%;
  padding: 18px;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  border: none;
  background: #F1F1F1;
  box-sizing: border-box;
}

.applyForm table td textarea {
  width: 100%;
  padding: 18px;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  border: none;
  background: #F1F1F1;
  box-sizing: border-box;
  resize: vertical;
}

.applyForm .authFormSubmit {
  margin-top: 45px;
}

.applyForm form {
  width: 100%;
  margin-top: 30px;
  font-family: 'Lato', sans-serif;
}

.applyForm form > div {
  width: 100%;
  padding: 5px 0;
  display: table;
}

.applyForm form > div > label {
  width: 38%;
  padding-right: 10px;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  font-weight: normal;
  display: table-cell;
}

.applyForm form > div > input[type="text"] {
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  font-weight: normal;
  padding: 18px;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  border: none;
  background: #F1F1F1;
  box-sizing: border-box;
}

.applyForm form input {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  font-weight: normal;
}

.applyForm form textarea {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  font-weight: normal;
  width: 100%;
  padding: 18px;
  border: solid 1px #000;
  box-sizing: border-box;
}

.applyForm .card-block {
  padding-top: 20px;
}

.applyForm .card-block label {
  font-size: 1.2rem;
  letter-spacing: 0.12em;
}

.applyForm .card-block textarea {
  margin-top: 10px;
}

/*ラジオボタン*/

.applyFormRadio input {
  display: none;
}

.applyFormRadio label {
  padding-right: 20px;
}

.applyFormRadio span {
  padding-left: 30px;
  position: relative;
}

.applyFormRadio span:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.applyFormRadio input:checked + span:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #666;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*チェックボックス*/

.applyFormCheckbox input {
  display: none;
}

.applyFormCheckbox label {
  padding-right: 20px;
  display: inline-block;
}

.applyFormCheckbox span {
  padding-left: 30px;
  position: relative;
}

.applyFormCheckbox span:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.applyFormCheckbox input:checked + span:after {
  content: "";
  width: 18px;
  height: 7px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  position: absolute;
  top: -2px;
  left: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*セレクト*/

.applyFormSelect {
  width: 100%;
  background: #F1F1F1;
  position: relative;
  display: inline-block;
}

.applyFormSelect:before {
  content: '';
  width: 7px;
  height: 7px;
  border-top: solid 2px #707070;
  border-right: solid 2px #707070;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 15px;
}

.applyFormSelect select {
  width: 100%;
  margin: 0;
  padding: 15px 18px;
  font-size: 1.2rem;
  border: none;
  background: transparent;
  border-box: box-sizing;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.applyFormSelect select::-ms-expand {
  display: none;
}

/******************************
決済画面
******************************/

.transactionCreditList {
  width: 100%;
  max-width: 350px;
  margin: 30px auto 0;
}

.transactionCreditList dl {
  font-size: 0;
}

.transactionCreditList dl dt,
.transactionCreditList dl dd {
  padding-top: 10px;
  font-size: 1.4rem;
  display: inline-block;
}

.transactionCreditList dl dt {
  width: 70%;
}

.transactionCreditList dl dd {
  width: 30%;
  text-align: right;
}

.transactionCreditList dl dt:nth-last-child(2),
.transactionCreditList dl dd:last-child {
  margin-top: 40px;
  border-top: 1px solid #D1D1D1;
}

.transactionCreditText {
  width: 100%;
  max-width: 350px;
  margin: 30px auto 0;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}

.transactionCreditText a {
  color: #5F52FF;
}
