@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-family: axisstd_r;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, ul li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

img {
  max-width: 100%;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.top {
  padding: 50px 0;
  background-image: url(/client_info/JINSJINS/view/userweb/ext/st/member/img/top_bg.png);
  background-size: cover;
  background-position: center;
}

.top__title {
  text-align: center;
  color: #fff;
}

.top__title h1 {
  font-size: 36px;
}

.top__title p {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}

.top__btn {
  margin-top: 50px;
  text-align: center;
}

.top__btn a {
  position: relative;
  font-size: 12px;
  color: #3a4763;
  border: 1px solid #3a4763;
  border-radius: 5px;
  display: inline-block;
  width: 190px;
  max-width: 100%;
  height: 51px;
  line-height: 51px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url(/client_info/JINSJINS/view/userweb/ext/common/img/svg/angle_n.svg);
  background-repeat: no-repeat;
  text-decoration: none;
  vertical-align: middle;
  padding: 0 0 0 30px;
  text-align: center;
  font-size: 0.722em;
  background-size: 8px 13px;
  background-position: 24px 18px;
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}

@media (min-width: 320px) and (max-width: 768px) {
  .top__btn a {
    height: 46px;
    line-height: 46px;
  }
}

.top__btn a:hover {
  color: #fff;
  background-image: url(/client_info/JINSJINS/view/userweb/ext/common/img/svg/angle.svg);
  background-color: #3a4763;
  color: #fff;
}

.top__btn a {
  letter-spacing: 0;
  border-color: #fff;
  color: #fff;
  width: 260px;
  background-image: url(/client_info/JINSJINS/view/userweb/ext/common/img/svg/angle.svg);
}

.top__btn a:hover {
  background-color: #fff;
  color: #3a4763;
  background-image: url(/client_info/JINSJINS/view/userweb/ext/common/img/svg/angle_n.svg);
}

@media (min-width: 320px) and (max-width: 768px) {
  .top {
    background-image: url(/client_info/JINSJINS/view/userweb/ext/st/member/img/top_bg_sp.png);
  }
  .top__title h1 {
    font-size: 24px;
  }
  .top__title p {
    letter-spacing: 0;
    font-size: 13px;
    padding: 0 10px;
  }
}

.limited {
  background-color: #f6f8fa;
  padding: 40px 0;
}

.limited__title {
  text-align: center;
  padding: 0px 0 60px 0;
}

.limited__title h2 {
  font-size: 30px;
}

@media (min-width: 320px) and (max-width: 768px) {
  .limited__title {
    padding: 0 20px 10px 20px;
  }
  .limited__title h2 {
    font-size: 22px;
  }
}

.limited__list {
  padding: 0 20px;
}

.limited__list:after {
  content: "";
  clear: both;
  display: block;
}

.limited__list li {
  margin: 0 1%;
  box-sizing: border-box;
  width: 23%;
  padding: 25px;
  float: left;
  background-color: #fff;
}

@media (min-width: 320px) and (max-width: 768px) {
  .limited__list li {
    margin: 10px 0;
    width: 100%;
  }
}

.limited__itemTitle h3 {
  font-size: 24px;
  padding-bottom: 10px;
  font-weight: bold;
}

@media (min-width: 320px) and (max-width: 768px) {
  .limited__itemTitle {
    text-align: center;
  }
  .limited__itemTitle h3 {
    font-size: 18px;
  }
}

.limited__text {
  margin-top: 5px;
  letter-spacing: 0;
}

.limited__text p {
  font-size: 14px;
  color: #3a4763;
}

.limited__text p span {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  color: #3a4763;
  font-size: 12px;
  padding-left: 15px;
}

.limited__text p span:before {
  content: "※";
  position: absolute;
  left: 0;
}

@media (min-width: 320px) and (max-width: 768px) {
  .limited__text p {
    font-size: 13px;
  }
}

.limited__image {
  text-align: center;
  color: #3a4763;
}

@media (min-width: 320px) and (max-width: 768px) {
  .limited__image img {
    max-width: 200px;
  }
}

.function {
  background-image: url(/client_info/JINSJINS/view/userweb/ext/st/member/img/bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 0 40px;
}

@media (min-width: 320px) and (max-width: 768px) {
  .function {
    padding: 0;
    background-image: url(/client_info/JINSJINS/view/userweb/ext/st/member/img/bg_sp.png);
  }
}

.function__title {
  text-align: center;
  padding: 60px 0;
}

.function__title h2 {
  font-size: 30px;
}

@media (min-width: 320px) and (max-width: 768px) {
  .function__title {
    padding: 40px 0;
  }
  .function__title h2 {
    font-size: 22px;
  }
}

.function__list {
  padding: 0 20px;
}

.function__list:after {
  content: "";
  clear: both;
  display: block;
}

.function__list li {
  margin: 0 1%;
  box-sizing: border-box;
  width: 31.3%;
  padding: 40px 20px;
  float: left;
}

@media (min-width: 320px) and (max-width: 768px) {
  .function__list li {
    padding: 0 20px 40px 20px;
    width: 100%;
  }
}

.function__itemTitle h3 {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: bold;
}

@media (min-width: 320px) and (max-width: 768px) {
  .function__itemTitle h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.function__text {
  margin-top: 5px;
  font-size: 13px;
}

.function__text p {
  color: #3a4763;
  line-height: 1.8;
  letter-spacing: 0;
}

.function__image {
  text-align: center;
}

.function__image img {
  width: 100%;
}

.function__btn {
  margin: 50px 0 150px 0;
  text-align: center;
}

.function__btn a {
  position: relative;
  font-size: 12px;
  color: #3a4763;
  border: 1px solid #3a4763;
  border-radius: 5px;
  display: inline-block;
  width: 190px;
  max-width: 100%;
  height: 51px;
  line-height: 51px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url(/client_info/JINSJINS/view/userweb/ext/common/img/svg/angle_n.svg);
  background-repeat: no-repeat;
  text-decoration: none;
  vertical-align: middle;
  padding: 0 0 0 30px;
  text-align: center;
  font-size: 0.722em;
  background-size: 8px 13px;
  background-position: 24px 18px;
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}

@media (min-width: 320px) and (max-width: 768px) {
  .function__btn a {
    height: 46px;
    line-height: 46px;
  }
}

.function__btn a:hover {
  color: #fff;
  background-image: url(/client_info/JINSJINS/view/userweb/ext/common/img/svg/angle.svg);
  background-color: #3a4763;
  color: #fff;
}

.function__btn a {
  letter-spacing: 0;
  width: 260px;
}

@media (min-width: 320px) and (max-width: 768px) {
  .function__btn {
    margin: 10px 0 80px 0;
  }
}

.sp {
  display: none;
}

@media (min-width: 320px) and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
}
