.heading01{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}
.heading02{
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #707070;
}
.heading03{
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 30px;
    line-height: 1.5;
}
h3{
    margin-top: 40px;
    margin-bottom: 30px;
    line-height: 1.5;
}

.sp-display{
    display: block;
}
.pc-display{
    display: none;
}

.main-contents-inner p{
    margin-bottom: 30px;
}


.main-contents-inner ul{
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #767676;
}
.main-contents-inner ul li:not(:last-child){
    margin-bottom: 10px;
}

.action-area{
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
}

.action-area .button{
    display: block;
    padding: 16px 20px;
    background-color: #B1422C;
    box-shadow: 0 4px 0 #5F2418;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.footer-area .inner-area .footer-menu-list{
    margin-bottom: 10px;
    
}
.award-list.main-contents .hero-title{
    background: -webkit-linear-gradient(top, #FDE278, #CD9F1F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}
.award-list .heading01{
    color: #333;
    text-align: center;
}
.award-list .heading02{
    background-color: #461303;
    color: #fff;
    padding: 12px;
    font-size: 20px;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
}
.award-list .heading02-icon{
    margin:0 5px 0 0;
    width: 28px;
    height: 20px;
}
.award-list .about{
    padding: 20px;
    background-color: #EEEFF1;
}
.award-list .main-contents-inner{
    padding: 0;
}
.award-list .main-contents-inner p{
    line-height: 1.5; 
    margin-bottom: 0;
    color: #333;
}

.award-list .list-card{
    box-shadow: 0 2px 4px #ccc;
    margin: 14px 10px;
    border-radius: 3px;
}
.award-list .list-card-thumbnail{
    position: relative;
}
.award-list .list-card-thumbnail img{
    margin: 0;
    border-radius: 3px 3px 0 0;
}
.award-list .list-card-thumbnail .list-card-flag{
    position: absolute;
    width: 40px;
    top: -4px;
    left: 2%;
    border-radius: unset;
}
.award-list .list-card .list-card-contents{
    margin: 16px;
}
.award-list .list-card{
   
}
.award-list .list-card .list-card-title{
    color: #8D722F;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}
.award-list .list-card .list-card-name{
    margin-top: 8px;
}
.award-list .list-card .list-card-text{
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.5;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 16px;
}
.award-list .list-card .list-card-more a{
    display: block;
    text-align: center;
    padding: 16px;
}

.award-list.main-contents .award-archive-list-item img{
    width: 100%;
}

@media screen and (min-width: 481px){}
@media screen and (min-width: 769px){
    .sp-display{
        display: none;
    }
    .pc-display{
        display: block;
    }
    .heading01{
        margin-bottom: 20px;
        font-size: 28px;
        font-weight: bold;
    }
    .heading02{
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: bold;
    }
    .heading03{
        margin-bottom: 30px;
        font-size: 20px;
        font-weight: bold;
    }
    .main-contents-inner{
        padding: 0;
    }
    .main-contents h3,
    .main-contents p{
        margin: 30px;
    }
    .main-contents p{
        font-size: 16px;
    }
    .main-contents h3{
        margin-top: 60px;
    }
    .main-contents img{
        margin-top: 60px;
        margin-bottom: 0;
    }
    
    .main-contents .card{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        padding: 30px;
    }

    .main-contents .card p,
    .main-contents .card img{
        margin: 0;
    }
    .main-contents .card img{
        max-width: 295px;
    }
    .main-contents .card-contents{
        margin-right: 30px;
    }

    .action-area{
        margin-top: 60px;
        margin-bottom: 60px;
        text-align: center;
    }
    .action-area .button{
        display: inline-block;
        padding: 24px 100px;
        background-color: #B1422C;
        box-shadow: 0 4px 0 #5F2418;
        border-radius: 4px;
        text-align: center;
        font-size: 24px;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        line-height: 1;
    }
    ul.award-list{
        margin: 30px;
    }
    .award-list.main-contents{
        width: 950px;
    }
    .award-list.main-contents .hero-area{
        margin: 0;
    }
    .award-list.main-contents .about{
        margin-top: 0px;
        padding: 40px;
    }
    .award-list.main-contents img{
        width: auto;
        border-radius: unset;
    }
    .award-list .main-contents-inner p{
        margin: 0;
    }
    .award-list.main-contents .list-card{
        display: flex;
        padding: 20px;
        margin: 24px 20px;
        box-shadow: 0 0 4px #ccc;
    }
    
    .award-list.main-contents .list-card .list-card-contents{
        margin: 0 0 0 20px;
    }
    .award-list.main-contents .list-card-thumbnail .card-image{
        max-width: 300px;
    }
    .award-list .list-card-thumbnail .list-card-flag{
        width: 50px;
        left: 3%;
    }
    .award-list .list-card .list-card-title{
        color: #8D722F;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.5;
    }
    .award-list .list-card .list-card-name{
        margin-top: 5px;
    }
    .award-list .list-card .list-card-text{
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.5;
        border-bottom: none;
        padding-bottom: 10px;
    }
    .award-list .list-card .list-card-more a{
        padding: 10px 20px;
        text-align: center;
        display: inline-block;
        border: 2px solid #8D722F;
        color: #8D722F;
        border-radius: 4px;
        text-decoration: none;
    }
}