@charset "utf-8";

input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"] {
  /* color: #333 !important; */
  color: #333;
}

input[type="text"].inputDisplayOnly,
input[type="password"].inputDisplayOnly,
input[type="number"].inputDisplayOnly,
input[type="tel"].inputDisplayOnly {
  border: none;
  background: none;
  padding: 0;
}
.contentsBox {
  margin: 20px auto 0;
  font-size: 14px;
}
.loginText {
  margin-bottom: 20px;
}
.loginDataBox {
  padding: 1.5em 0px 1.5em 1em;
}
.loginDataBox input[type="text"] {
  padding: 8px 10px;
  width: 400px;
  font-size: 14px;
}
.anotherSiteAccount {

}
.anotherSiteAccount .loginDataBox {
  padding-left: 0;
}
.boxInnerText {
}
.loginLargeHead {
  width: auto;
  padding: 0.8em;
  padding-left: 1em;
  margin: auto !important;
  font-weight: bold;
  font-size: 16px;
}
.mainCheckbox + label {
  padding-left: 40px;
  position: relative;
  cursor: pointer;
}
.mainBoxWrap {
  overflow: hidden;
}
.mainBoxLeft {
  float: left;
  width: 56%;
}
.mainBoxRight {
  width: 42%;
  float: right;
}
.loginSection {
  margin-bottom: 40px;
}
.loginMiddleHead {
  padding: 1em 0 1em 1em;
  font-weight: bold;
  width: auto;
  /* background-color: #ededed; */
}
/* .littleTextBox {
vertical-align: middle;
} */

.passWordWrap {
  position: relative;
  display: inline-block;
}
.passWordWrap input[type="text"],
.passWordWrap input[type="password"] {
  width: 400px;
}
.passWordCheckbox {
  display: none;
}
.passWordCheckbox + label{
  padding-left: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.passWordCheckbox + label::before{
  content: "表示";
  font-size: 12px;
  display: block;
  position: absolute;
  text-align: center;
  top: 8px;
  left: -12px;
  padding: 2px 8px;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 100px;
}
.passWordCheckbox:checked + label {
}
.passWordCheckbox:checked + label::before{
  content: "隠す";
  color: #fff;
  background-color: #999;
}

.checkBox {
  margin: 10px auto;
}
.checkButton {
  margin-top: 10px;
}
.linkWord {
  text-align: center;
  margin-top: 16px;
}
.otherAuth {
  margin-top: 4%;
}

.otherAuth button {
  margin-bottom: 20px;
  color: #463937 !important;
  border: 1px solid #463937;
}
.webServiceText {
  color: #df0068;
}
.noMemberBox {
  margin-top: 6%;
}
.centerText {
  text-align: center;
}
.noMemberText {
  margin: auto;
  margin-bottom: 6%;
  width: 70%;
  color: #df0068;
}
.centerImage {
  text-align:center;
  margin: 18px;
}
.titleWord {
  margin-top: 2%;
  margin-bottom: 4%;
}
.wordBig {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.boxPosition {
  width: 56%;
  margin: auto;
}
.loginAncherLB {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #df0068 !important;
  cursor: pointer;
}
.modalArea .sampleImage {
  height: 600px;
  overflow-y: scroll;
  margin: 70px auto 20px;
  border: solid 1px #ccc;
}

.btn_icon_snsline {
  background-image: url("/shared/assets/img/login/logo_line.png");
  background-position: calc(100% - 12px) 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}
.btn_icon_snsfb {
  background-image: url("/shared/assets/img/login/logo_fb.png");
  background-position: calc(100% - 12px) 50%;
  background-repeat: no-repeat;
  background-size: 26px;
}
.btn_icon_snstw {
  background-image: url("/shared/assets/img/login/logo_twitter.png");
  background-position: calc(100% - 6px) 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}
.btn_icon_snsyahoo {
  background-image: url("/shared/assets/img/login/logo_yahoo.png");
  background-position: calc(100% - 12px) 50%;
  background-repeat: no-repeat;
  background-size: 26px;
}
.pwLink {
  margin-bottom: 30px;
}
.loginModalInner {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 30px;
}

.otherLogin {
  text-align: center;
  font-weight: bold;
  background: white;
  padding: 0px;
}

.boxInnerText {
  text-align: center;
}

.loginModalWrap {
}
.loginModalInner {
}
.loginModalInner p {
  margin-bottom: 10px;
}

@media (max-width: 749px) {

  input[type="text"],
  input[type="password"],
  input[type="number"],
  input[type="tel"] {
    color: #333 !important;
  }

  .allWrapper {
    margin: 0 3%;
  }

  a.link {
  }
  .contentsBox {
  }
  .loginText {
    font-size: 12px;
  }
  .loginDataBox {
  }
  .loginDataBox input[type="text"] {
    width: 260px;
  }
  .boxInnerText {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .loginLargeHead {
  }
  .mainCheckbox + label {
  }
  .mainBoxWrap {
  }
  .mainBoxLeft {
    float: none;
    width: 100%;
  }
  .mainBoxRight {
    float: none;
    width: 100%;
  }
  .loginSection {
    margin-bottom: 60px;
  }
  .loginMiddleHead {
  }

  .passWordWrap {
  }
  .passWordWrap input[type="text"],
  .passWordWrap input[type="password"] {
    width: 260px;
  }
  .passWordCheckbox {
  }
  .passWordCheckbox + label{
  }
  .passWordCheckbox + label::before{
  }
  .passWordCheckbox:checked + label {
  }
  .passWordCheckbox:checked + label::before{
  }

  .checkBox {
  }
  .checkButton {
  }
  .linkWord {
  }
  .otherAuth {
  }
  .otherAuth button {
  }
  .webServiceText {
  }
  .noMemberBox {
    margin-bottom: 16%;
  }
  .marginBottom16 {
    margin-bottom: 16%;
  }
  .centerText {
  }
  .noMemberText {
    width: 92%;
  }
  .centerImage {
  }
  .titleWord {
    font-size: 12px;
    text-align: left;
  }
  .wordBig {
    font-size: 18px;
    text-align: center;
  }
  .boxPosition {
    width: 100%;
  }
  .loginAncherLB {
  }
  .modalArea .sampleImage {
  }
  .btn_icon_snsline {
  }
  .btn_icon_snsfb {
  }
  .btn_icon_snstw {
  }
  .btn_icon_snsyahoo {
  }

  .loginModalWrap {
    padding-top: 30px;
  }


}
