@charset "utf-8";
/*調整*/
.top,
.nav.m_cl{
    display: none!important;
}
.top_image,
.category{
    margin-bottom: 0!important;
}

/*投票ページ*/
.contents {
    padding: 20px 150px 50px 150px;
    background-image: url('https://couples.jp/article/event/2026/camp/05_character_cp/vote/img/bg.png');
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: top center;
    margin-bottom: 45px;
}
.characterList{
    margin-bottom: 50px;
    padding-top: 20px;
}
.characterList_text{
    font-size: 2.8rem;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.characterList_img{
    width: 100%;
    height: auto;
}
.characterList_form{
    margin: 10px 150px 0 150px;
}
.start {
    margin-bottom: 25px;
}
.startImg {
    width: 100%;
    height: auto;
}
.entry {}
.entry_item:not(:last-child) {
    margin-bottom: 45px;
}
.entry_number {
    margin-bottom: 10px;
    text-align: center;
}
.entry_numberImg {
    width: 30%;
    height: auto;
    display: inline-block;
}
.entry_character {}
.entry_characterImg {
    width: 100%;
    height: auto;
}
.entry_detail {
    background-color: #fff6c7;
    padding: 24px;
}
.entry_text {
    margin-bottom: 10px;
}
.entry_detailBtn {
    background-color: #e7364a;
    color: #ffffff;
    text-align: center;
    padding: 14px;
    display: block;
    border-radius: 5px;
    font-size: 1.8rem;
}
.entry_detailBtn:hover{
    color: #ffffff;
}
.entry_detailIcon {
    display: inline-block;
    padding-left: 28px;
    line-height: 1;
    background: url("https://couples.jp/article/event/2026/camp/05_character_cp/vote/img/icon_glass.svg") no-repeat left center;
    background-size: 18px 18px;
}