@charset "UTF-8";
/*-------------------------------------
　　　　　　　　　　base
 ------------------------------------ */
body {
    background-color: #FAF0AD;
    overflow-x: hidden;
}

/* header */
@media screen and (min-width: 690px) {
    .lp-header__logo {
        max-width: 225px;
        height: 73px;
        padding: 20px 40px 20px 20px;
        border-radius: 0 73px 73px 0;
        display: block;
        background-color: #fff;
    }
}
@media screen and (max-width: 690px){
    .lp-header__logo {
        max-width: 300px;
        width: 166px;
        padding: 13px 35px 13px 12px;
        border-radius: 0 60px 60px 0;
        display: block;
        background-color: #fff;

    }
}

.lp-header {
    position: absolute;
    display: block;
    z-index: 5;
}

li{
    padding-bottom: 0.5rem;
    display: list-item;
    list-style-type: none;
}

.decimal_list li {
    list-style-type: decimal;
    list-style-position: inside;
}
.disc_list li {
    list-style-type: disc;
    list-style-position: inside;
}

ol {
    padding-bottom: 2rem;
}
ol:last-child {
    padding-bottom: unset;
}

/*-------------------------------------
　　　　　　　　　 main
 ------------------------------------ */
main {
    margin-top: unset;
}

.section-wrap {
    margin: 0 15%;
}
@media screen and (max-width:768px){
    .section-wrap {
        margin: 0 4%;
    }
}

.pt-auto {
    padding-top: 3rem;
}
@media screen and (max-width:768px) {
    .pt-auto {
        padding-top: 2rem;
    }
}
.pt-0 {
    padding-top: 0;
}

.pb-5 {
    padding-bottom: 5rem;
}


/*-------------------------------------
　　　　　　　　　 　FV
 ------------------------------------ */
.fv {
    background-size: cover;
    height: auto;
    position: relative;
}

/*----- カウンター ------*/
/*-- ※画面幅が小さい時に画面崩れ後起きるため使用しない -*/
/* .counter {
    position: absolute;
    z-index: 3;
    width: 100%;
    bottom: 2rem;
}
table{
    border: 4px solid;
    border-color: white;
    background-color: red;
    font-weight: bold;
    font-size: 20px;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 2em;
    padding-right: 1em;
    border-radius: 3px;
}
th {
    color: white;
}
td {
    background-color: white;
    width: 15px;
    text-align: center;
    padding-right: 0.3em;
    padding-left: 0.3em;
    border-radius: 3px;
} */

/*-------------------------------------
　　　　　　　　　 案件一覧
 ------------------------------------ */
/*----- 達成目安 ------*/
.criterion {
    width: 100vw;
    display: flex;
    justify-content: center;
    background-color: #FFE400;
    font-size: clamp(1.8rem , 2vw , 3rem);
    text-align: center;
    font-weight: 600;
    padding: clamp(4.5rem , 2vw ,1.5rem);
    margin: 0 calc(50% - 50vw);
    margin-top: 9rem;
    margin-bottom: clamp(1.2rem , 2vw ,1.5rem);
    color: #333333;
    text-align: left;
}
.c_title {
    font-size: clamp(1.5rem , 2vw , 2rem);
}
@media screen and (max-width:768px) {
    .criterion {
        padding: clamp(3rem , 2vw ,1.5rem);
        margin-top: 6rem;
    }
}

/*----- 案件タイトル ----*/
.txt_h2 {
    font-size: 4rem;
    color: #fff;
    font-weight: 800;
    text-shadow: -1px -1px 5px #000, -1px 0 5px #000, -1px 1px 5px #000,
                0 -1px 5px #000, 0 1px 5px #000,
                1px -1px 5px #000,  1px 0 5px #000,  1px 1px 5px #000;
    text-align: center;
    padding-top: 5rem;
}

@media screen and (max-width:690px) {
    .txt_h2 {
        font-size: 2rem;
        padding-top: 0;
    }
}

.bg_img {
    background-image:url(../../images/base/bg_img.png);
    background-repeat: repeat;
    background-size:contain;
}

@media screen and (max-width:690px) {
    .pointup {
        text-align: center;
        margin-top: 5rem;
        font-size: 1.8rem;
    }
    .bg_img {
        background-image: url(../../images/base/bg_img_sp.png);
        background-repeat: repeat;
        background-size:contain;
    }
}

.another {
    text-align: center;
    margin: 5rem auto;
}
@media screen and (max-width:690px) {
    .another {
        text-align: center;
        margin: 3rem auto;
    }
}

/*   botton   */
.stepup_btn {
    padding: 5rem 0;
}

/*-------------------------------------
　　　　　　　　キャンペーン詳細
 ------------------------------------ */
#campaign {
    background-color: #E8E5D3;
    width: 100%;
    margin: 0;
    padding:3rem 25% ;
    font-size: 1.3rem;
}
@media screen and (max-width:768px) {
    #campaign {
        width: 100%;
        margin: 0;
        padding:5rem 10% ;
        font-size: 1.3rem;
    }
}

/*-------------------------------------
　　　　　　　　   注意事項
 ------------------------------------ */
#attention {
    background-color: #F2F3F4;
    width: 100%;
    margin: 0;
    padding:3rem 25% ;
    font-size: 1.3rem;
}
@media screen and (max-width:768px) {
    #attention {
        background-color: #F2F3F4;
        width: 100%;
        margin: 0;
        padding:5rem 10% ;
        font-size: 1.3rem;
    }
}

.section-title {
    text-align: center;
    font-size: 1.7rem;
}
@media screen and (max-width:768px) {
    .section-title {
        text-align: center;
        font-size: 1.7rem;
    }
}

.point_title{
    margin: 50px 0;
}

.point_title h2{
    font-size: 50px;
    line-height: 1.5;
    margin-bottom: 20px;
    letter-spacing: 0.04em;
}

.point_title p{
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.04em;
}

.point_sale{
    border: 7px solid #D11800;
    border-radius: 17px;
    padding: 3%;
    background: #FFF;
    font-size: 24px;
    line-height: 1.5;
    color: #D11800;
    font-weight: 700;
}
.attention_another {
    text-align: center;
    margin: 5rem auto 3rem ;
}
@media screen and (max-width:768px) {
    .attention_another {
        text-align: center;
        margin: 3rem auto 0 ;
    }
    .sp {
        display: none;
    }
}

.point_details{
    margin-top: 70px;
}

.point_details-text{
    font-size: 20px;
    letter-spacing: 0.04em;
    text-align: center;
    margin-bottom:40px;
    font-weight: 700;
}

.point_table{
    background: #FFF;
    margin: 0 auto;
    max-width: 555px;
    width:100%;
    margin-bottom: 65px;
}

.point_table,th, td {
    border-collapse: collapse;
    border:1px solid #7A7A7A;
    text-align: center;
    font-size: 16px;
    padding: 10px;
}

.point_list{
    font-size: 16px;
}

.recommend_title{
    position: relative;
    background: #FFF;
    width: 60vw;
    border: 7px solid #F95A00;
    border-radius: 7px;
    padding: 50px 0;
    max-width: 940px;
    margin-top: min(18vw,300px);
}

.recommend_title::before{
    content: "";
    background: url(../../images/base/cp_top.png);
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-size: 100% 100%;
    top: max(-12vw, -200px);
    max-height: 211px;
    max-width: 864px;
    padding-bottom: 24.9%;
}

.recommend_title_img{
    width: 50%;
    margin-bottom: 20px;
}

.recommend_title_text{
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 1.4;
    margin-bottom: 20px;
}

.underline{
    background: #FEF650;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.recommend_title_link a{
    background: #F95A21;
    border-radius: 40px;
    padding: 14px 0;
    width: 50%;
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.category_list{
    display: flex;
    gap: 30px 3%;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 940px;
    margin-bottom:100px;
}

.category_list-item{
    background: #FFF;
    box-sizing: border-box;
    width: 31%;
    border-radius: 12px;
    padding: 2%;
}
.category_list-item p{
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 20px;
}

.category_list-item img {
    width: 60%;
    margin-bottom: 20px;
}

.recommend_text_link a{
    background: #FF8800;
    border-radius: 40px;
    padding: 14px 0;
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.04em;
    width: 100%;
}


.footer {
    min-width: auto;
}

/*-------------------------------------
　　　　　　　　   フッター
 ------------------------------------ */
.agreement-link {
    list-style-type: inherit;
}

.sp-only{
display: none;
}

@media screen and (max-width:768px) {
    .sp-only{
        display: block;
    }

    .point_title{
        margin: 20px 0;
    }

    .point_title h2{
        font-size: 26px;    
    }
    
    .point_title p{
        font-size: 15px;
    }

    .point_sale{
        font-size:18px;
        border: 3px solid #D11800;
    }

    .point_details{
        margin-top: 40px;
    }

    .point_details-text{
        font-size: 13px;
        margin-bottom: 20px;
    }

    .point_table{
        margin-bottom: 25px;
    }

    .point_table,th, td{
        padding: 5px;
        font-size: 14px;
    }

    .point_list{
        font-size: 12px;
    }

    .recommend_title{
        width: 100%;
        margin-top: 130px;
        padding: 60px 0 30px;
    }

    .recommend_title::before{
        content: "";
        background: url(../../images/base/cp_top_sp.png);
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-size: 100% 100%;
        top: -100px;
        width: 335px;
        height: 144px;
        padding-bottom: 0;
    }

    .recommend_title_img{
        width: 90%;
    }

    .recommend_title_text{
        font-size: 18px;
    }

    .recommend_title_link a{
        width: 90%;
    }

    .category_list-item{
        width: 48%;
        padding: 4% 2%;
    }

    .category_list-item p{
        font-size: 16px;
    }

    .category_list-item img{
        width:80%
    }

    .recommend_text_link a{
        font-size: 13px;
    }
}