@charset "UTF-8";


/* PC—p */
.guide-method .method-box:nth-child(2) {
    margin-top: 30px;
    margin-bottom: 600px;
}
.guide-method .method-box:nth-child(3) {
	margin-top: 30px;
	margin-bottom: 450px;
}
.guide-method .method-box:nth-child(4) {
	margin-top: 30px;
	margin-bottom: 550px;
}
.guide-method .method-box:nth-child(5) {
	margin-top: 30px;
	margin-bottom: 550px;
}
.guide-method .method-box:nth-child(6) {
	margin-top: 30px;
	margin-bottom: 550px;
}

.guide-method .method-box:nth-child(8) {
	margin-top: 30px;
	margin-bottom: 400px;
}
.guide-method .method-box:nth-child(9) {
	margin-top: 30px;
	margin-bottom: 250px;
}

/* SP—p */
@media (max-width: 768px) {
  .guide-method .method-box:nth-child(2) {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .guide-method .method-box:nth-child(3) {
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .guide-method .method-box:nth-child(4) {
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .guide-method .method-box:nth-child(5) {
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .guide-method .method-box:nth-child(6) {
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .guide-method .method-box:nth-child(8) {
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .guide-method .method-box:nth-child(9) {
    margin-top: 70px;
    margin-bottom: 50px;
  }
}

.btn-bg-gray {
    background-color: #646464;
    border: 1px solid #646464;
    border-radius: 2px;
    box-sizing: border-box;
    width: 320px;
    position: relative;
    margin: 0 auto;
}
.btn--gray, a.btn--gray {
    color: #fff !important;
    background-color: #444;
}
.btn, a.btn, button.btn {
    font-size: 0.875rem;
    font-weight: 400;
    width: 400px;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 2px;
}
.btn-bg-gray a {
    font-size: 0.875rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 12px 0 11px;
    display: block;
}

.btn, a.btn, button.btn {
    font-size: 0.875rem;
    font-weight: 400;
    width: 100%;
      margin-top: 60px;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 0rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 2px;
}
}
