@charset "utf-8";

/* ------------------------------------------------------------
PC
------------------------------------------------------------ */

/* ----title----*/
#contents .point .title {
    background: url(../img/point/title_point.jpg) 0 -100px no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
}

#contents .point .title .tit_box {
    width: 676px;
    margin: 0 auto;
    background: #e03652;
    text-align: center;
    padding: 130px 0 90px;
}

#contents .point .title .tit_box h1 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 40px;
}

#contents .point .title .tit_box p {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}

#contents .point .title .sp_title {
    display: none;
}

/* ----contents_large----*/
#contents .point .contents_large {
    width: 1000px;
    margin: 90px auto 150px;
}

#contents .point .contents_large h2 {
    font-size: 30px;
    font-weight: bold;
    color: #e03652;
    border-bottom: 1px solid #e03652;
    padding: 0 0 8px;
    margin: 0 0 30px;
}

#contents .point .contents_large img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

#contents .point .contents_large h3 {
    font-size: 25px;
    color: #222;
    margin: 40px 0 20px;
    font-weight: bold;
    line-height: 2.4rem;
}

#contents .point .contents_large p {
    line-height: 1.8;
    margin: 0 0 40px;
}

#contents .point .contents_large ul.button {
    display: flex;
    overflow: hidden;
    width: 1000px;
    margin: 40px auto 0;
    gap: 2%;
}
#contents .point .contents_large ul.button li{
    display: flex;
    width: calc(96% / 4);

}
#contents .point .contents_large ul.button li a {
    /* display: block; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    text-align: center;
    background: #e03652;
    text-decoration: none;
    padding: 30px 0;
    border-radius: 5px;
    position: relative;
    font-size: 15px;
}

#contents .point p.button a {
    display: block;
    width: 500px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    background: #e03652;
    text-decoration: none;
    padding: 30px 0;
    border-radius: 5px;
    display: table;
    position: relative;
    line-height: 20px;
}

#contents .point .contents_large ul.button li a:after,
#contents .point p.button a:after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 1px solid currentColor;
    border-top: 1px solid currentColor;
    content: "";
}

#contents .point p.button a:hover,
#contents .point .contents_large ul.button li a:hover {
    background: #b40b26;
    transition: 0.4s;
}

/* ----contents_small----*/
#contents .point .contents_small {
    margin: 90px auto 200px;
}

#contents .point .contents_small ul {
    width: 1000px;
    margin: 90px auto 40px;
    overflow: hidden;
}

#contents .point .contents_small li {
    float: left;
    width: 480px;
}

#contents .point .contents_small li:first-child {
    margin: 0 40px 0 0;
}

#contents .point .contents_small h2 {
    font-size: 30px;
    font-weight: bold;
    color: #e03652;
    border-bottom: 1px solid #e03652;
    padding: 0 0 1px;
    margin: 0 0 30px;
    line-height: 30px;
}

#contents .point .contents_small li img {
    width: 90%;
    display: block;
    margin: 0 auto 30px;
}

#contents .point .contents_small li p {
    line-height: 1.8;
    width: 90%;
    margin: 10px auto;
}


/* ------------------------------------------------------------
SP
------------------------------------------------------------ */

@media only screen and (max-width: 767px) {

    /* ----title----*/
    #contents .point .title {
        background: none;
    }

    #contents .point .title .sp_title {
        display: block;
        height: 200px;
        overflow: hidden;
    }

    #contents .point .title .sp_title img {
        width: 100%;
        display: block;
    }

    #contents .point .title .tit_box {
        width: 100%;
        padding: 60px 0 40px;
    }

    #contents .point .title .tit_box h1 {
        font-size: 30px;
        color: #fff;
        margin: 0 0 20px;
    }

    #contents .point .title .tit_box p {
        font-size: 18px;
        line-height: 1.8;
    }

    /* ----contents_large----*/
    #contents .point .contents_large {
        width: 90%;
        margin: 50px auto 100px;
    }

    #contents .point .contents_large h2 {
        font-size: 20px;
        width: 100%;
        line-height: 1.6rem;
        padding: 0 0 0 ;
    }

    #contents .point .contents_large img {
        width: 100%;
    }

    #contents .point .contents_large h3 {
        font-size: 18px;
        margin: 30px 0 10px;
        line-height: 1.8;
    }

    #contents .point .contents_large p {
        margin: 0 0 30px;
    }

    #contents .point .contents_large ul.button {
        width: 100%;
        margin: 40px auto 0;
        flex-direction: column;
        gap: 30px;
    }

    #contents .point .contents_large ul.button li {
        float: none;
        width: 100%;
    }

    #contents .point .contents_large ul.button li a,
    #contents .point p.button a {
        width: 100%;
        line-height: 1.1rem;
    }

    #contents .point p.button a:hover,
    #contents .point .contents_large ul.button li a:hover {
        background: #b40b26;
        transition: 0.4s;
    }

    /* ----contents_small----*/
    #contents .point .contents_small {
        width: 90%;
        margin: 100px auto;
    }

    #contents .point .contents_small ul {
        width: 100%;
        margin: 90px auto 40px;
    }

    #contents .point .contents_small li {
        float: none;
        width: 100%;
    }

    #contents .point .contents_small li:first-child {
        margin: 0 auto 60px;
    }

    #contents .point .contents_small h2 {
       font-size: 20px;
        width: 100%;
        line-height: 1.6rem;
    }

    #contents .point .contents_small li .img_box {
        height: 150px;
        overflow: hidden;
        margin: 0 auto 30px;
    }

    #contents .point .contents_small li img {
        width: 100%;
        display: block;
        position: relative;
        top: -40px;
    }
    #contents .point .contents_small li p {
    width: 100%;
    margin: 10px auto;
}


}