@charset "UTF-8";
/**  member
---------------------------------------------------------------- */
#member header {
  margin-bottom: 0;
}

#member .main_title {
  padding: 10.6vw 0 13.3vw;
}

@media screen and (min-width: 768px) {
  #member .main_title {
    padding: 85px 0 65px;
  }
}

#member .main_title h2 {
  width: auto;
  height: 46px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #member .main_title h2 {
    height: 65px;
  }
}

#member .main_title h2 img {
  display: inline-block;
}

#member .content {
  margin-bottom: 150px;
}

/**  news
---------------------------------------------------------------- */
#member .cont-news {
  margin-bottom: 10vw;
}

@media screen and (min-width: 768px) {
  #member .cont-news {
    margin-bottom: 75px;
  }
}

@media screen and (min-width: 768px) {
  #member .cont-news .flx-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#member .cont-news h3 {
  font-size: 6.4vw;
  text-align: center;
  margin-bottom: 4.2vw;
}

@media screen and (min-width: 768px) {
  #member .cont-news h3 {
    font-size: 30px;
    margin-bottom: 0;
  }
}

#member .cont-news .news-list {
  width: 100%;
  max-width: 600px;
}

#member .cont-news .news-list dl {
  border-bottom: 1px solid #D0D0D0;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  #member .cont-news .news-list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #member .cont-news .news-list dl:nth-child(1) {
    margin-left: 180px;
  }
  #member .cont-news .news-list dl:nth-child(2) {
    margin-left: 125px;
  }
  #member .cont-news .news-list dl:nth-child(3) {
    margin-left: 70px;
  }
}

#member .cont-news .news-list dl dt, #member .cont-news .news-list dl dd {
  padding-bottom: 10px;
}

#member .cont-news .news-list dl dt {
  font-size: 4.3vw;
  font-weight: bold;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  #member .cont-news .news-list dl dt {
    font-size: 16px;
  }
}

#member .cont-news .news-list dl dd {
  font-weight: 100;
}

@media screen and (min-width: 768px) {
  #member .cont-news .news-list dl dd {
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

#member .cont-news .news-list dl dd a:hover {
  text-decoration: underline;
}

#member .cont-news .news__more {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  background-color: #000;
  text-align: right;
  margin-top: 5.3vw;
}

@media screen and (min-width: 768px) {
  #member .cont-news .news__more {
    color: #000;
    font-size: 16px;
    background-color: transparent;
    margin-top: 20px;
  }
}

#member .cont-news .news__more a {
  display: block;
  padding: 6px 10px 8px;
}

@media screen and (min-width: 768px) {
  #member .cont-news .news__more a {
    display: inline-block;
    padding: 3px 5px;
  }
  #member .cont-news .news__more a:hover {
    text-decoration: underline;
  }
}

#member .cont-news .news__more a:before {
  content: "> ";
}

/**  download link
---------------------------------------------------------------- */
#member {
  /**  login
---------------------------------------------------------------- */
}

#member .link-inner {
  max-width: 850px;
  padding: 0 5.3%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #member .link-inner {
    padding: 0 15px;
  }
}

#member .cont-link .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}

@media screen and (min-width: 768px) {
  #member .cont-link .sort {
    margin: 0 -7px;
  }
}

#member .cont-link .sort__item {
  color: #fff;
  background-color: #4A4A4A;
  text-align: center;
  cursor: pointer;
  width: calc(50% - 10px);
  margin: 0 5px 10px;
}

@media screen and (min-width: 768px) {
  #member .cont-link .sort__item {
    width: calc(20% - 14px);
    margin: 0 7px 14px;
  }
}

#member .cont-link .sort__item a {
  display: block;
  padding: 10px;
}

#member .cont-sort-by {
  margin: 15px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
}

#member .cont-sort-by .sort-by__item {
  margin: 0 10px;
}

#member .cont-sort-by .sort-by__item.current {
  text-decoration: underline;
  cursor: default;
}

#member .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px -2vw;
}

@media screen and (min-width: 768px) {
  #member .link-list {
    margin: 30px -15px;
  }
}

#member .link-list .link__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 4vw);
  margin: 0 2vw 6vw;
}

@media screen and (min-width: 768px) {
  #member .link-list .link__box {
    width: calc(33.3% - 30px);
    margin: 0 15px 60px;
  }
}

#member .link-list .box__img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 160px;
  overflow: hidden;
  background-color: #eee;
}

#member .link-list .box__title {
  margin: 6px 0;
  font-size: 3.7vw;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #member .link-list .box__title {
    font-size: 14px;
  }
}

#member .link-list .box__date {
  margin: 0 0 10px;
  font-size: 3.7vw;
}

@media screen and (min-width: 768px) {
  #member .link-list .box__date {
    font-size: 14px;
  }
}

#member .link-list .box__txt {
  font-weight: 100;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#member .link-list .box__btn {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#member .link-list .box__btn:hover {
  color: #000;
  background-color: #fff;
}

#member .link-list .box__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}

#member .content .login-form {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  #member .content .login-form {
    width: auto;
    max-width: 620px;
    margin: 0 auto;
  }
}

#member .content .login-form .form-wrap {
  width: 100%;
  margin: 0 auto;
}

#member .content .login-form .form-wrap .form__link {
  text-align: center;
  margin: 40px auto;
}

#member .content .login-form .form-wrap .form__link a {
  text-decoration: underline;
}

#member .content .login-form .form-wrap .form__link a:hover {
  text-decoration: none;
}

#member #member #wpmem_msg, #member #member .wpmem_msg,
#member #wpmem_login legend, #member #wpmem_reg legend {
  display: none !important;
}

#member #wpmem_login label, #member #wpmem_reg label {
  display: block;
  width: auto;
  font-size: 3.7vw;
  font-weight: 100;
}

@media screen and (min-width: 768px) {
  #member #wpmem_login label, #member #wpmem_reg label {
    font-size: 14px;
  }
}

#member #wpmem_login .button_div, #member #wpmem_reg .button_div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 12vw;
}

@media screen and (min-width: 768px) {
  #member #wpmem_login .button_div, #member #wpmem_reg .button_div {
    margin-top: 45px;
  }
}

#member #wpmem_login .div_text {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 30px;
}

#member #wpmem_login .button_div, #member #wpmem_reg .button_div {
  width: 100%;
}

#member #wpmem_login input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

#member #wpmem_reg input[type="submit"],
#member #wpmem_login input[type="submit"],
input[type=submit].um-button,
input[type=submit].um-button:focus,
.um input[type=submit].um-button,
.um input[type=submit].um-button:focus,
.um a.um-button,
.um a.um-button.um-disabled:hover,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active {
  outline: none;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold !important;
  line-height: 1.5 !important;
  background-color: #000 !important;
  border: 2px solid #000 !important;
  border-radius: 50px !important;
  width: 100% !important;
  max-width: 300px;
  padding: 15px !important;
  margin: 8vw auto 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  #member #wpmem_reg input[type="submit"],
  #member #wpmem_login input[type="submit"],
  input[type=submit].um-button,
  input[type=submit].um-button:focus,
  .um input[type=submit].um-button,
  .um input[type=submit].um-button:focus,
  .um a.um-button,
  .um a.um-button.um-disabled:hover,
  .um a.um-button.um-disabled:focus,
  .um a.um-button.um-disabled:active {
    margin-top: 45px;
    margin-right: 120px;
    margin-left: 120px;
  }
}

#member #wpmem_reg .button_div {
  margin-top: 0;
}

#member #wpmem_msg, #member .wpmem_msg {
  border: none;
  padding: 0;
  font-size: 3.7vw;
  font-weight: 100;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #member #wpmem_msg, #member .wpmem_msg {
    font-size: 14px;
  }
}

#member #wpmem_msg h2, #member .wpmem_msg h2 {
  font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",serif;
  margin-bottom: 25px;
}

#member #wpmem_msg p a, #member .wpmem_msg p a {
  text-decoration: underline;
}

#member #wpmem_msg p a:hover, #member .wpmem_msg p a:hover {
  text-decoration: none;
}

#member #wpmem_login .link-text {
  display: none;
}

#member input[type="text"],
#member input[type="tel"],
#member input[type="email"],
#member input[type="password"],
.um-form input[type=text],
.um-form input[type=search],
.um-form input[type=tel],
.um-form input[type=number],
.um-form input[type=password] {
  width: 100% !important;
  height: 50px !important;
}

#member label,
#member input,
#member .req-text {
  font-family: "Hiragino Sans","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,sans-serif;
  font-weight: 100;
}

#member #wpmem_reg .div_text {
  width: 100%;
}

.um-397.um,
.um-398.um {
  max-width: 540px !important;
}

.um-register .um-right,
.um-login .um-right {
  display: none;
}

.um-register .um-half,
.um-login .um-half,
.um-password .um-center {
  width: 100%;
}

.um span.um-req {
  color: #bd3500 !important;
  font-size: 22px;
  line-height: 50%;
}

.um .um-field-label,
a.um-link-alt {
  color: #000 !important;
}

.um .um-col-alt-b {
  padding-top: 0 !important;
}

.um .um-col-alt-b a.um-link-alt {
  display: none !important;
}
