@charset "utf-8";
/* CSS Document */

/* 202409 変更・追記cssは230行目付近から

/*タイトル*/
.title{
  font-size: clamp(2.0rem, 4.5vmin, 2.4rem); /*最小2.0rem、基準サイズ4.5vmin、最大2.4rem*/
  line-height: 3.6rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .title{
    margin: 80px auto 1.6rem;
  }
}


/*内容共通設定*/
.section__main, .section__links{
  width: 100%;
  margin: 0 auto 70px;
}
@media (min-width: 1024px) {
  .section__main, .section__links{
    width: 70%;
    margin: 0 auto 80px;
  }
}

#login-area{
  margin: 0 auto;
  padding: 0 1.6rem;
  max-width: 640px;
}
#login-area h3{
  font-size:1.6rem;
  margin:3rem 0 1.6rem;
}
#login-area form{
  margin:0 0 3rem;
}

#login-area.member-info{
	max-width: 800px;
}

/*入力欄*/
.successmsg,
.errormsg{
	padding: 10px;
	margin-bottom:1.8rem;
	font-size:1.6rem;
}
.successmsg{
	color: green;
	border: 1px solid green;
}
.errormsg{
	color: red;
	border: 1px solid red; 
}
label{
	font-size:1.6rem;
}
input[type="checkbox"]{
  transform: scale(1.3);
}
input[type="text"],input[type="tel"],input[type="email"], input[type="password"],select {
  border: solid 1px #aaaaaa;
  border-radius: 5px;
  padding: 1.6rem;
  font-size: 1.8rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  outline: none;
  width: 100%;
}
input[type="text"]:focus,input[type="tel"]:focus,input[type="email"]:focus, input[type="password"]:focus,select:focus{
  border: solid 1px dodgerBlue;
  box-shadow: 0 0 0.2rem 0 dodgerBlue;
  background-color: aliceblue;
}
.div_text{
  margin: 5px 0 30px;
}

label.required::after {
  content: "必須";
  margin-left: 8px;
  padding: 0.2em 0.6em;
  font-size: 1.1rem;
  font-weight: 700;
  background: #e60012;
  color: #fff;
  border-radius: 3px;
  line-height: 1.6;
}


/*ログインIDのお問い合わせモーダル*/
button.modal-open.forgetlogin{
  color: #fefefe;
  background-color: #aaaaaa;
  border: none;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 0.8rem;
  display: inline-block;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/*ボタン*/
.link.forgetpwd{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.submit{
  text-align: center;
  margin-top: 30px;
}
.submit > ul{
  list-style: none;
  padding-left: 0;
}
.submit > ul > li{
  margin-top: 10px;
}
input[type="submit"]{
  font-weight: 600;
  color: #fefefe;
  background-color: red;
  padding: 1.6rem;
  border: none;
  border-radius: 5px;
  width: 19.2rem;
}
button[type="submit"]{
  background-color: #FDEFEA;
  color:#d0340f;
  border:1px solid #d0340f;
  border-radius: 5px;
}


/*WEB会員の方は、ログインしてください。
まだWEB会員登録がお済みでない方は、下記の[WEB会員新規登録]からご登録ください。*/
div.centerlized__wrapper.loginnoticemsg{
  padding: 0 1em;
}

/*再登録・新規登録リンク*/
.help__wrapper{
  margin: 30px 1.6rem;
  border: solid 1px #cfcfcf;
  border-radius: 5px;
  padding: 0;
}
.help__wrapper > div{
  text-align: center;
  margin: 20px 0.8rem 30px;
}
.help__wrapper h4{
  border-bottom: solid 1px #cfcfcf;
  margin-bottom: 20px;
  font-size:1.6rem;
}
.help__wrapper h5{
  font-size:1.6rem;
  margin-bottom:5px;
}
.help__login__wrapper > div{
  margin-bottom: 30px;
}
ul.help__register{
  margin: 20px auto;
  text-align: left;
  display: none;
}
ul.help__register > li{
  margin-bottom: 10px;
  font-size:1.6rem;
}
div.help__wrapper a.button{
  font-weight: 600;
  color: #fefefe;
  background-color: orange;
  padding: 0.8rem 1.6rem;
  border: none;
  border-radius: 5px;
  width: 19.2rem;
  display: inline-block;
  font-size:1.6rem;
}
ul.asterisk {
    list-style: "※ ";
}
ul.link {
    list-style: none;
    padding-left:2.8rem;
    margin-top:1.3rem;
}
ul.link > li {
    position: relative;
    padding: 0rem;
    color: #333333;
}
ul.link > li::before {
    position: absolute;
    top: 1.4rem;
    left: -1.6rem;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 0.3rem solid transparent;
    border-left: 0.4rem solid #aaaaaa;
    content: "";
}

.login-status-message{
	font-size:1.6rem;
	margin-bottom:1.6rem;
	line-height:2.0;
}
.logout-button2{
  font-weight: 600;
  color: #fff;
  background-color: gray;
  padding: 0.8rem 1.6rem;
  border: none;
  border-radius: 5px;
  width: 14rem;
  display: inline-block;
  font-size:1.6rem;
  text-align:center;
}
.forward_mypage{
	font-size:1.6rem;
}
.loader{
	font-size:1.6rem;
	margin:2.0rem 0;
}
.mypage-linkBtn{
  font-weight: 600;
  padding: 0.8rem 1.6rem;
  border: 1px solid #d0340f;
  border-radius: 5px;
  width: 14rem;
  display: inline-block;
  font-size:1.6rem;
  text-align:center;
  color:#d0340f;
  margin-top:2.0rem;
}
.register_txt{
	font-size:1.6rem;
	margin-bottom:2rem;
}
.register_ul{
	font-size:1.4rem;
	color: #555;
	margin-bottom:2rem;
}
.resend-title{
	font-size:1.6rem;
	margin-bottom:1.6rem;
}

/* 会員情報確認memberinfo */
.message p,
.member-detail-box{
	font-size:1.6rem;
	margin-bottom:2rem;
}

.member-detail-box th {
    text-align: left;
    background: #f0f0f0;
    padding: 10px 15px;
    width: 35%;
	font-size: 2rem;
}
.member-detail-box td {
    padding: 10px 0 10px 2.4rem;
    border-bottom: 1px solid #f0f0f0;
    width: 65%;
	font-size: 2rem;
}
.note{
	font-size:1.4rem;
	margin:5px 0;
}
@media (min-width: 1024px) {
  .help__wrapper{
    display: flex;
    justify-content: space-around;
    border: none;
  }
  .help__wrapper > div{
    width: 45%;
    margin: 0;
    border: solid 1px #cfcfcf;
    border-radius: 5px;
    padding: 1.6rem;
  }
  ul.help__register{
    display: block;
  }
}


/*ログイン失敗*/
.wpmem_msg{
  padding: 0 1.6rem;
  text-align: center;
  margin-bottom: 30px;
}
p.activity_error{
  font-weight: 600;
  color: red;
  margin-bottom: 1.6rem;
}
p.activity_error::before{
  content: "エラー";
  color: #fefefe;
  background-color: red;
  border-radius: 5px;
  padding: 0.7rem;
  margin-right: 1.6rem
}
.inactive_msg{
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}
.inactive_msg_wrapper > ul.asterisk{
  margin-top: 10px;
}

/*登録完了*/
p.register_complete{
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 4.0rem;
  margin-bottom: 1.6rem;
}
button.btn__complete__login{
  margin-top: 30px;
}

/*おすすめ*/
.section__recommend{
  width: 100%;
  padding: 1em;
  margin: 0 auto 54px;
}
@media (min-width: 1024px) {
  .section__recommend{
    width: 80%;
    margin: 0 auto 64px;
  }
}

.section__recommend > h3{
  font-size: 2.0rem;
  line-height: 4.0rem;
  text-align: center;
  margin-bottom: 1.6rem;
  border-top: solid 1px #aaaaaa;
  padding-top: 2.4rem;
}



/*------------------------------------------------------*/
/*202409 変更・追記css
/*------------------------------------------------------*/

/*------------------------------------*/
/*タイトル（fixedで固定）*/
/*------------------------------------*/
h2.title{
  position: relative;
  transform: translateX(0);
    top: 0;
  left: 0;
  background-color: transparent;
}

/*------------------------------------*/
/*大セクション（class="section__xxx"）*/
/*------------------------------------*/
/*余白・サイズ*/
main{
    margin-top: 50px;
}

.section__main,
.section__links{
    width: 96%;
    max-width: 900px;
}
