@charset "utf-8";
/****************************************************************************************************

agreement

****************************************************************************************************/
@media print, screen and (min-width:737px){
}
@media print, screen and (min-width:769px){
}
@media print, screen and (min-width:1200px){
}
/****************************************************************************************************


****************************************************************************************************/
.newsLetterList{
}
/****************************************************************************************************


****************************************************************************************************/
.nl__heading{
    font-weight: bold;
    color: #F07826;
}
@media print, screen and (min-width:737px){
.nl__heading{
    font-size: 2.0rem;
}
}
/****************************************************************************************************


****************************************************************************************************/
.nl__main{
    margin-bottom: 10px;
    font-size: 1.0rem;
    line-height: 1.5;
}
@media print, screen and (min-width:737px){
.nl__main{
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 2.0;
}
}
/****************************************************************************************************

ヘックスのあしらいを制御

****************************************************************************************************/
.newsLetterList__item{
}
    .newsLetterList__item .layoutCol.-col1{
        position: relative;
        z-index: 2;
    }
    .newsLetterList__item .layoutCol.-col2{
        z-index: 1;
    }
