@charset "utf-8";

/* ------------------------------------------------------------------

	ノベルティ・グッズ／トップ

------------------------------------------------------------------ */

#noveltyTop {
    margin-top: 24px;
}

@media screen and (max-width: 1400px) {
    #noveltyTop {
        padding: 0 1em;
    }
}

.noveltyTopH1 {
    font-size:2.25em;
    margin-bottom:1.25em;
    color: #0883bf;
    /*
    padding-bottom: .5em;
    border-bottom: 5px solid hsl(36, 100%, 80%);*/
}

.noveltyTopItem {
    overflow: hidden;
    margin-bottom: 4em;
}
    

.noveltyTopItem h2,
h2.novetyTopH2 {
    font-size:1.75em;
    margin-bottom: .9em;
}

.noveltyTopItem h2 i,
h2.novetyTopH2 i {
    color:#0686bd;
}

.noveltyTopItem ul {
    display: flex;
    flex-wrap:wrap;
    background: #f3f3f3;
    padding: .5em;
}

.noveltyTopItem ul li {
    width:20%;
    font-size: 1.25em;
    padding: .5em;
    box-sizing: border-box;
}

.noveltyTopItem ul li a {
    color:#666;
    padding: 1em .75em 1em 1em;
    border: 1px solid #ddd;
    overflow: hidden;
    background: #FFF;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

.noveltyTopItem ul li a:hover {
    border: 1px solid #0686bd;
     transition: all 2s;
    text-decoration: none;
    color:#0686bd; 
    background: #dcf4ff;
}

.noveltyTopItem ul li a img {
    max-height: 50px;
    max-width: 70px;
    width:auto;
    height:auto;
    float: left;
    margin-right: 1em;
    margin-top: -1px;
}

.noveltyTopItem ul li a h3 {
    padding: 0;
}

@media screen and (max-width: 768px) {
    
    #noveltyTop {
        padding: 0;
    }
    
    .noveltyTopH1 {
        font-size:1.9em;
        margin-bottom:1.1em;
        padding: 0 .75em;
    }
    
    .noveltyTopItem h2,
    .novelty_hikaku_title h2,
    h2.novetyTopH2 {
        font-size:1.6em;
        margin-bottom: .9em;
        padding: 0 .75em;
    }
    
    .noveltyTopItem ul li {
        width:50%;
        font-size: 1.2em;
    }
    
    .noveltyTopItem ul li a {
        padding-top: .75em;
        padding-bottom: .75em;
    }

    .noveltyTopItem ul li a img {
        max-height: 38px;
        max-width: 48px;
    }

}


/* ノベルティ意識調査 詳細資料ダウンロード */

.novelty_download {
    margin-bottom: 4em;
}

.novelty_download h2 {
    margin-bottom: 1.5em;
}


.novelty_download_inner1 {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.novelty_download_inner2 {
    width: 50%;
    text-align: center;
}

.novelty_download_inner2 img {
    width: 80%;
    height: auto;
}

.novelty_download_inner3 {
    width: 50%;
    text-align: left;
    
}

.novelty_download_inner3 p {
    font-size: 1.25em;
    margin-bottom: 1.5em;
    margin-right: 20%;
    line-height: 1.75;
}

.novelty_download_inner3 ul {
}

.novelty_download_inner3 ul li {
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: .75em;
}

.novelty_download_inner3 ul li a {
    color: #666;
}

.novelty_download_inner3 ul li a i {
    color: #267548;
}

@media screen and (max-width: 768px) {
    
    .novelty_download {
        padding: 0 2em;
    }
    
    .novelty_download h2.novetyTopH2 {
        padding: 0;
    }
    
    .novelty_download_inner1 {
        display: block;
        justify-content: none;
        align-items: none;
    }

    .novelty_download_inner2 {
        width: 100%;
        margin-bottom: 3em;
        height: auto;
    }
    
    .novelty_download_inner2 img {
        width: 100%;
    }

    .novelty_download_inner3 {
        width: 100%;
        height: auto;
    }
    
    .novelty_download_inner3 h2 {
        padding: 0;
        line-height: 1.5;
        margin-bottom: .75em;
    }
    
    .novelty_download_inner3 p {
        margin-right: 0;
    }
    
    .novelty_download_inner3 ul li {
       text-align: center;
    }

}

/*  ノベルティ・グッズ印刷おすすめ記事 */

.reccomendArea.noveltyTopArticleArea ul {
    margin-bottom: 1em;
}

/* ↓レコメンドエリアと共通にしたので削除

/*
.reccomendArea ul,
.reccomendArea.noveltyTopArticleArea ul {
    max-width: calc(1500px + 2em);
}

.reccomendArea ul li .imgBox,
.reccomendArea.noveltyTopArticleArea ul li .imgBox {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 160px;
    background: #f1f1f1;
}

.reccomendArea ul li .imgBox img,
.reccomendArea.noveltyTopArticleArea ul li .imgBox img {
    min-width: 0;
    width: 100%;
    height:auto;
}

@media screen and (max-width: 768px) {
    
    .reccomendArea ul li .imgBox,
    .reccomendArea.noveltyTopArticleArea ul li .imgBox {
        height: 120px
    }

}
*/

/* ノベルティ・グッズ印刷通販比較 */
.novelty_hikaku_title h2 {
    font-size:1.75em;
    margin-bottom: .9em;
}

.novelty_hikaku_title h2 i{
    color:#0686bd;
}