body{
    background: #CFDF9D;
}
a:hover{opacity:0.8;}
h1{
    padding:10px 0px;
    text-align:center;
    background: #4D7A57;
    color:#FFF;
    font-size: 18px;
    font-weight: 500;
    line-height:normal;
    letter-spacing: 1.44px;
}
header > .main{
    width:100%;
    max-width:1000px;
    margin:auto;
    position: relative;
}
header > .main > a{
    width: 380px;
    display: block;
    position: absolute;
    top:20px;
    right: 20px;
}
.content{
    display: flex;
    padding: 60px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}
.detail{
    display: flex;
    width:100%;
    max-width:1000px;
    margin:auto;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}
.present{
    display: flex;
    width: 480px;
}
.chance{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    width: 480px;

}
.chance h3{
    padding-bottom:10px;
}
.chance p{
    font-size: 19px;
    font-weight: 600;
    line-height: 34px;
}
.chance .qr{
    display: flex;
    align-items: center;
    gap: 27px;
    align-self: stretch;
    margin:10px 0px 0px 0px;
}
.chance .qr > div{
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.chance .qr h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin:0px 0px 10px 0px;
}
.chance .x-qr{
    display: flex;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}
.icon-img{display:none;}
.point{
    margin:40px auto;
    width:100%;
    max-width:1000px;
}
.point > p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width:800px;
    margin:auto;
}
.entry{
    width:460px;
    height: 80px;
    aspect-ratio: 23/4;
    margin:auto;
    display: block;
}
.talk-box{
    width:100%;
    max-width: 840px;
    margin:60px auto 20px auto
}
.banner{
    display: flex;
    padding: 60px 0;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    background: #F5F5F5;
}
.banner > div{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}
.banner > div > a{
    display: block;
    width:300px;
    text-align:center;
}
.banner > div > a > span{
    display: block;
    padding:10px 0px 0px 0px;
}
@media screen and (max-width: 768px){
    h1{
        font-size:14px;
        font-weight:500;
        line-height:20px;
        letter-spacing:0;
    }
    header > .main > a{display:none;}
    .content{
        padding: 30px 14px;
        gap: 10px;
        flex-wrap: wrap;
    }
    .detail{
        gap: 30px;
        flex-wrap: wrap;
        margin:0;
    }
    .chance p{
        font-size: 15px;
        font-weight: 600;
        line-height: 22px;
    }
    .qr a{
        display:block;
        height: 42px;
    }
    .qr a > img{width:auto;height:100%;}
    .qr-img{display:none;}
    .icon-img{
        display:flex;
        height: 42px;
        padding:0px 10px 0px 0px;
    }
    .point{margin:30px 0px;}
    .point > p{
        width:100%;
        font-size: 13px;
        line-height: 20px;
    }
    .entry{
        width:280px;
        height: 60px;
    }
    .banner{padding: 30px 20px;}
    .banner > div{
        flex-wrap:wrap;
        flex-direction:unset;
        gap:20px
    }
    .banner > div > a > span{
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
    }
}