@charset "UTF-8";
.inner{
    max-width:1000px;
    margin: 0 auto;
}
.firstView{
    height: 460px;
    background: linear-gradient(#fff,#eaffd6);
    text-align: center;
}

.firstView h1{
    font-size: 28px;
    padding: 5px;
    margin: 20px auto 0;
    max-width: 1100px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    text-align: center;
}

.firstView img{
    padding: 35px 0;
}

.firstView h2{
    font-size: 34px;
    color: #00693D;
    font-weight: bold;
    line-height: 1.3;
}

h2{
    font-weight: bold;
}

.inner p , .inner li{
    font-size: 20px ;
}

.offer{
    margin: 40px auto;
}
a.offerBtn{
    display: block;
    width: 340px;
    height: 60px;
    border-radius: 20px;
    margin: 0 auto 5px;
    font-size: 32px;
    background-color: #005393;
    color: #fff;
    text-align: center;
}

.offer p{
    text-align: center;
    font-size: 15px;
}

p.bold{
    font-weight: bold;
    margin-top: 20px;
}

ol li{
    list-style-type: decimal;
}

ol{
    padding-left: 20px;
}

li a{
    color: black;
}

.spVisible{
    display: none;
}

@media screen and (max-width:640px){
    .firstView , .inner{padding: 0 15px;}
    .firstView img{width: 80%;}
    .firstView h1{font-size: 20px;}
    .firstView h2{font-size: 25px;}
    .inner p , .inner li{font-size: 13px;}
    h2{font-size: 20px;}
    h3{font-size: 16px;}
    a.offerBtn{width: 100%;
        height: 50px;
        border-radius: 15px;
        font-size: 25px;}
    .offer p{font-size: 11.5px;}
    .spVisible{display: block;}
}