h1{
    margin-top: 0;
    margin-bottom: 20px;
    color: #8D722F;
    font-size: 20px;
    line-height: 1.5;
}
h2,h3{
    color: #8D722F;
    font-size: 18px;
}
h2{
    margin-bottom: 20px;
}

p{
    margin-bottom: 30px;
    color: #767676;
    font-size: 14px;
    line-height: 2;
}

.lp-content .header-area{
    padding: 15px;
}
.header-inner-area{
    align-items: center;
}
.header-inner-area img{
    width: 90px;
}
.nav-content-item a:not(:root){
    padding: 15px 10px;
}
.main-contents-inner{
    padding: 20px;
}
.main-contents img{
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}

.main-contents .hero-area{
    padding: 15px 0;
    height: 135px;
    box-sizing: border-box;
    background: url(../../../../images/award/sp/keyvisual-sp.png);
    background-color: #CCC;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.main-contents .hero-title{
    padding: 0 60px;
    font-size: 28px;
    font-weight: 700;
    text-shadow: 0 2px 4px #000;
    line-height: 1.3;
}
.main-contents .hero-sub-title{
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 2px 4px #000;
}
.card{
    margin-bottom: 40px;
    padding: 20px;
    border: 1px solid #CCC;
}
.card img{
    margin: 0;
    width: 100%;
}

.card .card-contents p{
    margin: 0;
}
.card .card-contents .text-main{
    font-size: 14px;
}
.card .card-contents .text-supplement{
    margin-top: 5px;
    font-size: 12px;
}

@media screen and (min-width: 769px){
    h1{
        font-size: 28px;
    }
    h2, h3{
        font-size: 20px;
    }
    h2{
        margin-top: 0;
    }
    .main-contents .keyvisual{
        margin-bottom: 50px;
    }
    .main-contents{
        margin: 0 auto;
        width: 960px;
    }


    .main-contents .hero-area{
        margin-bottom: 40px;
        height: 200px;
        background: url(../../../../images/award/pc/keyvisual-pc.png);
        background-color: #CCC;
        background-size: cover;
        text-align: center;
        color: #fff;
    }
    .main-contents .hero-title{
        padding-top: 35px;
        font-size: 42px;
        font-weight: 700;
        text-shadow: 0 2px 4px #000;
    }
    .main-contents .hero-sub-title{
        margin-top: 15px;
        font-size: 24px;
        font-weight: 700;
        text-shadow: 0 2px 4px #000;
    }
    
    .card-contents .text-main{
        font-size: 14px;
    }
    .card-contents .text-supplement{
        font-size: 12px;
    }
   

}

    