/* LESS Document */
/* -------------------------------- partner */
main {
    padding-bottom:0;
}
.partnerArea h2{
    margin-bottom: 80px;
}
.partnerArea .article_1{
    text-align: center;
    margin-bottom: 140px;
}
.partnerArea .article_1 p{
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.2;
}
.backpoto {
    background-image: url(../img/img_partner.jpg);
    background-size: cover;
    padding-bottom: 80px;
}
.partnerArea .article_2 {
    max-width: 1218px;
    width: 95%;
    background-color:#FFF;
    margin:0 auto;
}
.partnerArea .article_2 h3 {
    font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 2.8rem;
    text-align: center;
    padding-bottom: 50px;
}
.partnerArea .text {
    font-size: 1.8rem;
    line-height: 2;
    padding: 65px 18% 42px;
}
.partnerArea .text p {
    margin-bottom:2em;
}
.button {
    text-align: center;
    margin-top:70px;
}
.partnerArea .text .btn{
    font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    background: #1E94D4;
    padding: 25px 130px;
    border: none;
}
.btn:hover {
    opacity:0.7;
}
.pt50 {
    padding-top: 50px;
}

@media screen and (max-width: 767px) {
    body {
    font-size: 3.2vw;
    }
    .partnerArea .article_1{
        padding:0 10px;
    }
    .partnerArea .text {
        padding: 40px 20px 20px;
    }
    .sp_show {
        display: block;
    }
    .partnerArea .text .btn{
        padding: 25px 20px;
    }
  }