@charset "utf-8";

html {
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 1.4;
}
img {
    max-width: 100%;
    height: auto;
}
a:hover {
    opacity: 0.7;
}

.note {
    padding-top: 10px;
    padding-right: 3%;
    font-size: 13px;
    color: #333;
    text-align: right;
}
.appBtn {
    background-color: #CC0033;
    border: 2px solid #CC0033;
}
.appBtn p {
    color: #fff;
    font-size: 118%;
}
.appBtn p::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.appBtn a:hover {
    opacity: 1;
}
section {
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: #F8F8F8;
}
section p {
    text-align: center;
}
.title {
    font-weight: bold;
    font-size: 5.5vw;
}
.title span {
    font-size: 4vw;
}
.point {
    width: 90%;
    margin: 4% auto 0;
    background-color: #fff;
    padding-top: 6%;
    padding-bottom: 3%;
}
.point:last-of-type {
    padding-bottom: 7%;
}
.point img:nth-child(1) {
    width: 85px;
    display: block;
    margin: 0 auto;
}
.point .subtitle {
    padding-top: 4%;
    font-size: 18px;
    font-weight: bold;
}
.point .text {
    padding: 4% 5% 0;
    font-size: 14px;
    line-height: 1.7;
}
.point .underline {
    background: linear-gradient(transparent 80%, #FCF132 80%);
}
.point .point_img {
    display: block;
    margin: 5% auto 0;
    width: 90%;
}
.point .text_arrow_link {
    padding-top: 3%;
    font-weight: bold;
}
.point .text_arrow_link:nth-of-type(-n+3) {
    margin-bottom: 10px;
}
.point .text_arrow_link:nth-of-type(n+2) {
    margin-top: 0;
}
.next.home{
    margin: 40px auto 20px;
}

@media (min-width: 420px) {
    .appBtn p {
        font-size: 20px
    }
}

@media screen and (min-width: 641px) {
    .title {
        font-size: 20px;
    }
    .title span {
        font-size: 16px;
    }
    .point .subtitle {
        font-size: 20px;
    }
    .point img:nth-child(1) {
        width: 100px;
    }
    .point .text {
        font-size: 16px;
    }
    .point .point_img {
        width: 70%;
    }
}
