@charset "UTF-8";
/* --------------------------------------------------------
-----------------------------------------------------------
COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
html {
  overflow: visible;
  background-color: #e1e1e1;
}

body {
  color: #222;
  background-color: #EFEFEF;
  font-family: 'Noto Sans JP',Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 1.5;
  font-size: 13px;
  margin: 0 auto;
  padding-bottom: 50px;
}

@media screen and (min-width: 640px) {
  body {
    max-width: 375px;
  }
}
input[type="text"],
input[type='password'],
input[type='tel'],
textarea,
select {
  font-size: 16px;
}

.Content {
  padding: 15px 15px 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Header
-----------------------------------------------------------
----------------------------------------------------------- */
.Header .Header-in-wrap {
  height: 70px;
  border-bottom: 2px solid #326326;
}

.Header .Header-main-wrap {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.Header .Header-main-wrap .left-wrap {
  width: 52%;
  height: 100%;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Header .Header-main-wrap .right-wrap {
  width: 48%;
  height: 100%;
  background: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Header .Header-main-wrap .right-wrap p {
  font-size: 24px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Footer
-----------------------------------------------------------
----------------------------------------------------------- */
.Footer {
  padding: 0 15px;
}

.Footer .Footer-in-wrap {
  background: #FFF;
  padding: 25px 25px 40px;
  border-radius: 0 0 5px 5px;
}

.Footer .Footer-name {
  border-left: 6px solid #326326;
  font-size: 16px;
  margin-bottom: 10px;
}

.Footer .Footer-name p {
  padding-left: 8px;
}

.Footer .information {
  font-size: 12px;
  line-height: 2;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Content-top-wrap
-----------------------------------------------------------
----------------------------------------------------------- */
.Content-top-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 15px 15px;
}

.Content-top-wrap .id-wrap p span {
  padding: 0 5px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Content-block
-----------------------------------------------------------
----------------------------------------------------------- */
.Content-block {
  padding: 25px;
  background: #FFF;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #EBEBEB;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Register-btn-wrap
-----------------------------------------------------------
----------------------------------------------------------- */
.Register-btn-wrap {
  margin-top: 15px;
}

.Register-btn-wrap a {
  display: block;
  text-align: center;
  color: #FFF;
  background: #326326;
  padding: 16px 0 17px;
  font-size: 16px;
  border-radius: 3px;
  text-decoration: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
form
-----------------------------------------------------------
----------------------------------------------------------- */
form .id-wrap {
  margin-bottom: 15px;
}

form .id-wrap .title,
form .pw-wrap .title {
  font-size: 14px;
  margin-bottom: 5px;
}

form .id-wrap input,
form .pw-wrap input {
  -webkit-appearance: none;
  appearance: none;
  padding: 10px 15px 10px;
  width: 100%;
  background: #FAFAFA;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}
form .id-wrap input::placeholder,
form .pw-wrap input::placeholder {
  color: #BABABA;
}

/* --------------------------------------------------------
-----------------------------------------------------------
wb-cart-error
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-cart-error {
  color: #f13748;
  margin-bottom: 20px;
}

.wb-cart-error .wb-cart-error-content ul {
  list-style: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
back-btn-wrap
-----------------------------------------------------------
----------------------------------------------------------- */
.back-btn-wrap a {
  display: block;
  text-align: center;
  color: #326326;
  border: 1px solid #326326;
  padding: 16px 0 17px;
  font-size: 16px;
  border-radius: 3px;
  text-decoration: none;
}

/*# sourceMappingURL=global.css.map */
