@charset "utf-8";
/* CSS Document */
/* camp_pc.css : PC版（770px幅エリア表示） */


.top_image {
    margin-bottom: 0 !important;
}
.camp-wrap {
    background: #fed600 url(https://couples.jp/article/event/2026/camp/05_character_cp/result/img/bg.png) repeat-y center top;
    background-size: 100% auto;
    padding-bottom: 50px;
}
.camp-charaexplan {
    padding: 0 30px 35px;
}


/*===========================================*/
/* inner
/*===========================================*/
.camp-inner {
    padding: 0 80px;
}

/*===========================================*/
/* decision
/*===========================================*/
.camp-decision {
    background-color: #ff4800;
    color: #ffffff;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    border-radius: 50px;
    padding: 20px 0;
    margin-bottom: 40px;
}

/*===========================================*/
/* card（画像＋テキストを内包する白背景カード）
/*===========================================*/
.camp-card {
    background-color: #ffffff;
    overflow: hidden;
    margin-bottom: 40px;
    text-align:center;
}
.camp-character__img {
    display: inline-block;
    width: 80%;
    height: auto;
}

/*===========================================*/
/* winner
/*===========================================*/
.camp-winner {
    background-color: #ffffcc;
    padding: 25px 30px 30px;
}
.camp-winner-name {
    display: inline-block;
    background-color: #e8334a;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 10px 25px;
    margin-bottom: 15px;
}
.camp-winner-comment {
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.8;
    color: #0e0000;
}

/*===========================================*/
/* thanks
/*===========================================*/
.camp-thanks {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #0e0000;
    margin-bottom: 40px;
    font-weight: bold;
}

/*===========================================*/
/* prize
/*===========================================*/
.camp-prize__img {
    display: block;
    width: 100%;
    height: auto;
}
