@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/buy/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;
}

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

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

.step__lists {
  padding: 0 20px;
}

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

.step__lists li {
  margin: 0 1%;
  box-sizing: border-box;
  width: 31.3%;
  padding: 40px 20px;
  float: left;
  background-color: #fff;
}

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

.step__activeBlockSp {
  display: none;
  position: relative;
}

.step__activeBlockSp ul {
  position: relative;
  padding: 30px 40px;
  margin-top: 30px;
  background-color: #fff;
}

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

.step__activeBlockSp ul.active {
  display: block;
}

.step__activeBlockSp ul li {
  width: 33.3%;
  font-size: 13px;
  line-height: 30px;
  float: left;
}

.step__activeBlockSp ul li:before {
  display: inline-block;
  content: ">";
  font-weight: bold;
  font-size: 15px;
  left: 20px;
  top: 0;
  height: 30px;
  line-height: 30px;
  padding-right: 10px;
  -webkit-transform: scale(0.5, 1.2);
  -ms-transform: scale(0.5, 1.2);
  transform: scale(0.5, 1.2);
}

@media (min-width: 768px) {
  .step__activeBlockSp {
    display: none !important;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .step__activeBlockSp.active {
    display: block;
  }
  .step__activeBlockSp ul {
    padding: 0px;
    margin: 0;
  }
  .step__activeBlockSp ul li {
    width: 100%;
    line-height: 20px;
    padding: 0;
    margin: 0;
  }
}

.step__list a {
  width: 200px;
  text-align: center;
  letter-spacing: 0;
  font-size: 12px;
  color: #3a4763;
  cursor: pointer;
  line-height: 40px;
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #3a4763;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.step__list a:before {
  content: "＋";
  padding-right: 5px;
}

.step__list a.active {
  border-bottom: none;
}

.step__list a.active:before {
  content: "ー";
}

.step__list a:hover {
  opacity: 0.8;
}

.step__number {
  text-align: left;
  padding: 0 20px;
}

@media (min-width: 320px) and (max-width: 768px) {
  .step__number {
    padding: 0;
    display: inline-block;
  }
  .step__number img {
    height: 20px;
  }
}

.step__title {
  text-align: left;
  padding: 0 20px;
}

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

@media (min-width: 320px) and (max-width: 768px) {
  .step__title {
    padding: 0;
    padding-left: 10px;
    display: inline-block;
  }
  .step__title h2 {
    font-size: 20px;
  }
}

.step__text {
  margin-top: 5px;
  font-size: 14px;
  padding: 0 20px;
  text-align: left;
}

.step__text p {
  color: #3a4763;
}

@media (min-width: 320px) and (max-width: 768px) {
  .step__text {
    padding: 0;
  }
  .step__text p {
    padding: 0;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.6;
  }
}

.step__image {
  text-align: center;
}

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

.step__activeBlock {
  padding: 0 30px;
}

.step__activeBlock ul {
  display: none;
  position: relative;
  padding: 30px 40px;
  margin-top: 30px;
  background-color: #fff;
}

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

.step__activeBlock ul.active {
  display: block;
}

.step__activeBlock ul li {
  width: 33.3%;
  font-size: 13px;
  line-height: 30px;
  float: left;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  cursor: pointer;
}

.step__activeBlock ul li:hover {
  opacity: 0.8;
}

.step__activeBlock ul li:before {
  display: inline-block;
  content: ">";
  font-weight: bold;
  font-size: 15px;
  left: 20px;
  top: 0;
  height: 30px;
  line-height: 30px;
  padding-right: 10px;
  -webkit-transform: scale(0.5, 1.2);
  -ms-transform: scale(0.5, 1.2);
  transform: scale(0.5, 1.2);
}

.step__activeBlock ul li a {
  color: #3a4763;
}

@media (min-width: 320px) and (max-width: 768px) {
  .step__activeBlock {
    display: none;
  }
}

.step .step1:before {
  content: " ";
  border: 10px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -10px;
  left: 15%;
}

@media (min-width: 320px) and (max-width: 768px) {
  .step .step1:before {
    left: 50%;
    margin-left: -14px;
  }
}

.step .step2:before {
  content: " ";
  border: 10px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -10px;
  left: 49%;
}

@media (min-width: 320px) and (max-width: 768px) {
  .step .step2:before {
    left: 50%;
    margin-left: -14px;
  }
}

.step .step3:before {
  content: " ";
  border: 10px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -10px;
  left: 83%;
}

@media (min-width: 320px) and (max-width: 768px) {
  .step .step3:before {
    left: 50%;
    margin-left: -14px;
  }
}

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

.step__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) {
  .step__btn a {
    height: 46px;
    line-height: 46px;
  }
}

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

.step__btn a {
  width: 220px;
}

.step__btn a:before {
  left: 15px;
}

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

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

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

.howToBuy__title p {
  font-size: 20px;
  color: #3a4763;
}

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

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

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

.howToBuy__step {
  width: 50%;
  float: left;
  padding: 25px;
  box-sizing: border-box;
}

.howToBuy__step:nth-child(odd) .howToBuy__imgBlock {
  float: left;
}

.howToBuy__step:nth-child(odd) .howToBuy__infoBlock {
  float: right;
}

.howToBuy__step:nth-child(even) {
  padding-top: 14%;
}

.howToBuy__step:nth-child(even) .howToBuy__imgBlock {
  float: right;
}

.howToBuy__step:nth-child(even) .howToBuy__infoBlock {
  float: left;
}

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

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

.howToBuy__block .addInfo {
  display: block;
  margin: 0 auto;
}

.howToBuy__imgBlock {
  box-sizing: border-box;
  text-align: center;
  width: 50%;
  padding: 0 5px;
}

@media (min-width: 320px) and (max-width: 768px) {
  .howToBuy__imgBlock {
    width: 100%;
    display: none;
  }
}

.howToBuy__spImgBlock {
  display: none;
}

@media (min-width: 320px) and (max-width: 768px) {
  .howToBuy__spImgBlock {
    margin-top: 5px;
    text-align: center;
    width: 100%;
    display: block;
  }
  .howToBuy__spImgBlock img {
    max-width: 200px;
  }
}

.howToBuy__infoBlock {
  width: 50%;
}

.howToBuy__infoBlock h3 {
  font-size: 24px;
  font-weight: bold;
}

.howToBuy__infoBlock h3 span {
  color: #3a4763;
  font-size: 16px;
}

.howToBuy__infoBlock p {
  letter-spacing: 0;
  padding: 10px 0;
  color: #3a4763;
  font-size: 14px;
}

@media (min-width: 320px) and (max-width: 768px) {
  .howToBuy__infoBlock {
    width: 100%;
  }
  .howToBuy__infoBlock h3 {
    font-size: 16px;
  }
  .howToBuy__infoBlock h3 span {
    font-size: 13px;
  }
  .howToBuy__infoBlock p {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .howToBuy__stepNumber img {
    height: 22px;
  }
}

.howToBuy__btn {
  margin: 10px 0 20px 0;
}

.howToBuy__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) {
  .howToBuy__btn a {
    height: 46px;
    line-height: 46px;
  }
}

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

@media (min-width: 320px) and (max-width: 768px) {
  .howToBuy__btn {
    text-align: center;
  }
  .howToBuy__btn a {
    width: 150px;
    padding-left: 10px;
    box-sizing: border-box;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

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