/* ご利用方法 */
.guide-method .method-box:nth-child(2){
	margin-top: 30px;
}
.guide-method .method-box:nth-child(3){
	/* margin-top: 150px; */
}
.guide-method .method-box:nth-child(4){
	margin-top: 450px;
}
.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;
}




@media (max-width: 768px) {
.guide-method .method-box:nth-child(2){ margin-top: 30px; }
.guide-method .method-box:nth-child(3){ margin-top: 80px; }
.guide-method .method-box:nth-child(4){ margin-top: 80px; }
    
.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;
}
}
