@charset "utf-8";
/* CSS Document */

/*******************

login

********************/
.ib .ib__contact__att {
  border: 2px solid #d8b787;
  box-sizing: border-box;
  margin: 36% auto 2em;
  padding: 5% 4%;
  width: 90%;
  max-width:900px;
}
.ib .ib__contact__att--title {
  text-align: center;
  color: #d8b787;
  margin: 0 auto 0.8em;
  font-weight: 400;
}
.ib .ib__contact__att p {
  font-size: .92em;
  line-height: 1.8em;
}
.ib .ib__contact__att--txty {
  color: #d8b787;
  font-size: .78em;
  margin: 1em auto 0;
}
.ib .ib__contact {
  box-sizing: border-box;
  display: block;
  padding: 8% 5%;
  width: 100%;
  max-width: 900px;
}
.ib .ib__contact .ib__req {
  color: #b4415d;  
}
.ib .ib__contact .ib__contact__subtitle {
  font-weight: bold;
  font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.ib .ib__contact dl {
  margin: 1em auto;
}
.ib .ib__contact input[type="email"] ,
.ib .ib__contact input[type="password"] ,
.ib .ib__contact input[type="text"] ,
.ib .ib__contact textarea {
  margin: .3em auto;
  padding: 1em .5em;
  background: #fff;
  border: 1px solid #cdc8c4;
  border-radius: 0.2em;
  box-sizing: border-box;
  display: block;
  font-size: 1em;
  font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  letter-spacing: 0.1em;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
.ib .ib__contact .ib__pwbox {
  position: relative;
}
.ib .ib__contact .ib__pwbox__btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: .6em;
  width: 1.2em;
  height: 1.2em;
  background: url(img/ic_eye.svg) no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  display: block;
  margin-top: -.5em;
  z-index: 2;
}
.ib .ib__contact input[type="radio"]{
  display: none;
}
.ib .ib__contact input[type="radio"] + span {
  cursor: pointer;
  display: block;
  font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  position: relative;
  padding-left: 1.5em;
  margin: .8em auto;
}
.ib .ib__contact input[type="radio"] + span:before {
  content: "";
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #cdc8c4;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.4em;
  width: 1em;
  height: 1em;
  line-height: 1em;
  z-index: 2;
}
.ib .ib__contact input[type="radio"] + span:after {
  content: "";
  background-color: #f3f3f3;
  border-radius: 50%;
  border: .2em solid #f3f3f3;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.4em;
  width: 1em;
  height: 1em;
  line-height: 1em;
  z-index: 1;
}
.ib .ib__contact input[type="radio"]:checked + span:before {
  border: 1px solid #d8b787;
}
.ib .ib__contact input[type="radio"]:checked + span:after {
  background-color: #d8b787;
}

.ib .ib__login .ib__contact__btn .ib__btn {
  margin: 2em auto 1.5em;
  width: 100%;
}
.ib .ib__contact select {
  margin: 0;
  padding: 1em .5em;
  background: none;
  background-color: #fff;
  background-image: url(../shared/img/select_ar.png);
  -webkit-background-size: .82em auto;
  background-size: .82em auto;
  background-repeat: no-repeat;
  background-position: 97% 50%;
  border: 1px solid #cdc8c4;
  border-radius: 0.2em;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 1em;
  font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  letter-spacing: 0.1em;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

.ib .ib__contact .ib__zipbtn button {
  margin: 0;
  padding: .5em 1.2em .4em;
  background: #202020;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: .6em auto .6em 0;
  font-size: .82em;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ib .ib__contact .ib__contact__box--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ib .ib__contact .ib__contact__box--2col > * {
  width: 49.4%;
  margin: 0;
}
.ib .ib__contact .ib__contact__box--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ib .ib__contact .ib__contact__box--tel > * {
  width: 32.6%;
  margin: 0;
}
.ib .ib__contact__btn .ib__btn a {
  padding: .9em;
}
.ib .ib__contact__btn .ib__btn--black a {
  background-color: #000;
  color: #fff;
}
.ib .ib__contact__btn .ib__btn--yw a {
  background-color: #d8b787;
  color: #fff;
}
.ib .ib__contact__btn .ib__btn a {
  padding: .9em;
}

.ib .ib__btn .ib__btn--arwhite {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.ib .ib__contact__txt--red {
  color: #b4415d;
  font-size: .82em;
}
.ib .ib__contact__priv {
  box-sizing: border-box;
  display: block;
  padding: 0% 5%;
  width: 100%;
}
.ib .ib__kiyaku__att {
  font-size: .92em;
  line-height: 2.15em;
  margin: 0 auto 3em;
  max-width: 900px;
}
.ib .ib__kiyaku__att span {
  color: #b4415d;
}
.ib .ib__kiyaku__txt {
  display: block;
  margin: 2em auto;
  max-width: 900px;
}
.ib .ib__kiyaku__txt dt {
  background-color: #d8b787;
  box-sizing: border-box;
  color: #fff;
  font-size: .92em;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: .5em 1.2em;
}
.ib .ib__kiyaku__txt dd {
  border: 1px solid #d8b787;
}
.ib .ib__kiyaku__txt textarea{
  margin: 0 auto;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  font-size: .9em;
  font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  line-height: 2.15em;
  padding: 1em;
  height: 24em;
  overflow-y: scroll;
  width: 100%;
}



.ib .ib__contect__priv--chk {
  display: block;
  margin: 2em auto;
}
.ib .ib__contect__priv--chk label {
  background: #f3f3f3;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: .88em;
  padding: .9em .5em .9em 3.4em;
  position: relative;
  width: 100%;
}
.ib .ib__contect__priv--chk input {
  display: none;
}
.ib__contect__priv--chk span:before {
  content: "";
  background-color: #fff;
  display: block;
  position: absolute;
  width: 1.6em;
  height: 1.6em;
  position: absolute;
  top: 50%;
  left: 0.9em;
  margin-top: -.8em;
  z-index: 2;
}
.ib__contect__priv--chk input:checked + span:before {
  content: "";
  background-color: #d8b787;
}

.ib__contect__priv--chk span:after {
  content: "";
  border-bottom: .3em solid #fff;
  border-right: .3em solid #fff;
  display: block;
  position: absolute;
  width: 0.3em;
  height: 0.6em;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 1.45em;
  margin-top: -.55em;
  z-index: 2;
}
@media screen and (min-width:750px){
  .ib .ib__contact {
    padding: 50px 20px;
    max-width: 940px;
  }
  .ib .ib__login {
    padding: 150px 20px 50px;
    max-width: 740px;
  }
  .ib .ib__login .ib__contact__btn .ib__btn {
    margin: 1em auto 1.5em;
    width: 100%;
  }
  .ib .ib__contact__att {
    border: 3px solid #d8b787;
    padding: 30px 45px;
    margin: 100px auto 50px;
  }
  .ib .ib__contact__att p {
    line-height: 2.5em;
  }
  .ib .ib__contact__box dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-align-items: flex-start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
  .ib .ib__contact__box dt {
    width: 200px;
    box-sizing: border-box;
    padding: 20px 0;
  }
  .ib .ib__contact__box dd {
    width: -webkit-calc(100% - 200px);
    width: -o-calc(100% - 200px);
    width: calc(100% - 200px);
  }
  .ib .ib__contact select {
    width: 300px;
  }
  .ib .ib__contact .ib__pwbox {
    width: 300px;
    margin: 0;
  }
  .ib .ib__login .ib__pwbox {
    width: 100%;
    margin: 0;
  }
  .ib .ib__contact .ib__zip {
    display: inline-block;
    width: 300px;
  }
  .ib .ib__contact .ib__zipbtn {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
  }
  .ib .ib__contect__priv--chk label {
    width: 380px;
    margin: 0 auto;
  }
  .ib .ib__contact__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
  .ib .ib__contact__btn .ib__btn {
    width: 30%;
  }
  .ib .ib__contact__btn .ib__btn a {
    width: 90%;
    max-width: 340px;
    padding: 1.1em;
  }
  .ib .ib__contect__priv--txt {
    max-width: 890px;
    margin: 0px auto;
    line-height: 2.5em;
  }
  .ib .ib__kiyaku__txt dt {
    margin-bottom: 30px;
  }
  .ib .ib__kiyaku__txt textarea {
    height: 300px;
  }
}