@charset "UTF-8";
.wrapper {
    padding: 125px 0 0;
}
h1 {
    width: 50%;
    max-width: 220px;
    margin: 0 auto 35px;
}
.content_wrap {
    text-align: center;
    line-height: 1.87em;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
    letter-spacing: 0.05px;
    font-size: 16px;
}
.text {
    margin-bottom: 40px;
}
.detail a {
    font-weight: bold;
    color: #000;
}
.sp_only {
    display: none;
}

@media screen and (max-width:767px) {
    .wrapper {
        padding: 50px 0 0;
    }
    .content_wrap {
        font-size: 14px;
    }
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
}