@charset "utf-8";

.sp{
    display: none;
}

body{
    margin: 0;
}

footer{
    display: block !important;
    position: sticky;
    width: 100%;
    bottom: 0;
    background-color: rgba(13, 13, 15, .8);
    color: #fff;
    z-index: 99;
    left: 0;
}

footer .area{
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .area img{
    margin: 30px;
}

main{
    background-color: #ffffff;
}

.top img{
    width: 100%;
    background-color: #fff;
}

.top{
    border-bottom: solid 3px #194f74;
}

.chance,
.content{
    padding: 50px 0px 50px 0px;
    border-bottom: solid 3px #194f74;
}

.content2{
    padding: 50px 0px 70px 0px;
}

.chance .section1,
.content2 .section1{
    display: flex;
    justify-content: center;
    gap: 100px;
    width: 80%;
    margin: auto;
    font-family: serif;
}

.section1 img,.section2 img{
    object-fit: contain;
}

.chance .section3,
.content2 .section3{
    display: flex;
    width: 80%;
    padding: 0 10% 0 10%;
    gap: 50px;
    font-family: serif;
}
.explanation{
    width: 55%;
    font-family: serif;
}

h1{
    color: #194f74;
}

p{
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}

.content .section2{
    display: flex;
    justify-content: flex-end;
    gap: 50px;
    padding-left: 10%;
    font-family: serif;
}

.section4 {
    display: flex;
    margin: auto;
    width: 80%;
    font-family: serif;
}

.area .button{
    background-color:#194f74;
    color: black;
    width: 500px;
    height: 75px;
    margin: 30px 0px 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: serif;
    font-size: 20px;
    box-shadow: 4px 4px;
    border-radius: 20px;
}





@media screen and (max-width:980px) { 
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }

    .chance .section1,
    .content2 .section1,
    .content .section2{
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0;
    }
    .explanation{
        width: 80%;
    }
    .section1 img,
    .section2 img{
        width: 80%;
    }

    .area .button{
        height: 150px;
        font-size: 40px;
    }
}

