@charset "utf-8";

/* WP-Membersのログインフォーム */
#wpmem_login input[type="text"],
#wpmem_login input[type="password"] {
height: 40px;
padding: 5px 12px;
border-radius: 4px;
box-sizing: border-box;
}

/* WPのお問い合わせフォーム */
.wpcf7-form-control{
  width: 100%;
  height: 40px;
  padding: 5px 12px;
  border-radius: 4px;
  box-sizing: border-box;
}
.wpcf7-textarea{
  height: 100px;
}
.wpcf7-form-control.wpcf7-submit{
  width: fit-content;
  padding: 5px 12px;
}

@media screen and (min-width:767px){/*pc*/
/* WPのお問い合わせフォーム */
  .wpcf7-form-control{
    width: 70%;
  }
}

#wpmem_restricted_msg{
  margin: 3rem auto 2rem;
  width: 100%;
}

#wpmem_login{
  /*background-color: #dedede;*/
  padding: 2rem;
  width: 100%;
  border:1px solid #dedede;
  margin: auto;
}

fieldset legend{
  display: block;
  font-weight: 700;
  width: 100%;
  color: #f4f4f4;
  background-color: black;
  text-align: center;
  margin-bottom: 2rem;
}
#wpmem_login input{
  width:100%;
}
#wpmem_login input#rememberme{
  width: fit-content;
}
.button_div{
  margin-top: 1rem;
}

#wpmem_login input.buttons,
.button_div input.buttons{
  background-color: black;
  color: #f4f4f4;
  border-radius: 3px;
  padding:5px 10px;
  width: fit-content;
}
.link-text-register a{
  display: block;
  padding: 0 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: fit-content;

}

@media screen and (min-width:767px){/*pc*/
  #wpmem_login{
    max-width: 500px;
  }
}

/* 新規会員登録フォーム */
#wpmem_reg{
  margin: auto;
}
#wpmem_register_form.form{
  width: 100%;
  margin: 5rem auto 0;
}
#wpmem_reg fieldset input{
  max-width: 500px;
  width: 100%;
}
#wpmem_reg fieldset input.buttons{
  width: fit-content;
  padding:5px 10px;
  margin-left: 0;
  margin-bottom: 1rem;
}
#wpmem_reg fieldset .div_text input{
  padding: 5px 10px;
  margin-bottom: 1rem;
}
@media screen and (min-width:767px){/*pc*/
  #wpmem_reg fieldset{
    width: 500px;
    margin: auto;
  }
}
/*ログイン中：新規会員登録ページのメニュー*/
ul.register_links{
  width: fit-content;
}
ul.register_links li{
  padding: .5rem 0 .5rem 1rem;
  border-bottom: 1px solid #ccc;
}
ul.register_links li::before{
  content:"";
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/common/arrow_triangle_black.png);
  background-repeat: no-repeat;
}

/*ログアウト中：マイページのメニュー*/
.mypagemenu ul{
  width: fit-content;
}
.mypagemenu ul li{
  padding: .5rem 0 .5rem 1rem;
  border-bottom: 1px solid #ccc;
}
.mypagemenu ul li::before{
  content:"";
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/common/arrow_triangle_black.png);
  background-repeat: no-repeat;
}