@charset "utf-8";

.pc_guid h2,
.pc_shop h2,
.pc_choice h2 {
    color: var(--pink);
}

/* CSS Document */
#pc_top {
    background: url("../img/pc/img_pctop.png") no-repeat right center / 70% auto, var(--grad_pink-deep);
    min-height: 600px;
}


.ttl_pc {
    margin-top: 87px;
    margin-left: 90px;
    color: white;
    width: 560px;
    padding: 20px 50px 50px;
    background: var(--grad_pink-deep);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.ttl_pc>h1 {
    font-size: var(--fs-3xl);
}

.ttl_pc>.check_list li {
    font-size: var(--fs-xl);
    font-weight: bold;
    padding-top: 10px;
}




.ttl_pc>.check_list li::before {
    color: white;
    padding-top: 8px;
}

.pc_news {
    color: var(--pink);
    font-weight: bold;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    margin: 20px auto 0;
    padding: 20px 40px;
    font-size: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
    text-align: center;
}

@media (max-width: 798px) {

    .pc_guid h2,
    .pc_shop h2,
    .pc_choice h2,
    .pc_list h2 {
        font-size: var(--fs-lg);
    }

    #pc_top {
        background: url("../img/pc/img_pctop_sp.png") no-repeat center center;
        background-size: cover;
        min-height: 300px;
    }

    .ttl_pc {
        width: 60%;
        margin: 0px 3px;
        padding: 25px 10px;
    }

    .ttl_pc>h1 {
        font-size: var(--fs-base);
        padding: 0 10px;
    }

    .ttl_pc>.check_list li {
        font-size: var(--fs-xs);
        font-weight: normal;
    }

    .pc_news {
        margin-top: 10px;
        padding: 10px;
        font-size: var(--fs-base);
    }
}

/*推奨スペックPC一覧*/
.pc_list {
    background-color: #F5F5F5;
}

.pc_list_ul>li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    padding: 10px 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.border_fresh1 {
    border: solid 3px var(--fresh1);
}

.border_navy {
    border: solid 3px var(--navy);
}

.border_darkred {
    border: solid 3px var(--darkred);
}

.bg_img_contain {
    height: 250px;
}

.pcimg_1 {
    background-image: url("../img/pc/pc.webp");
}

.pcimg_2 {
    background-image: url("../img/pc/pc_dive.png");
}

.pcimg_3 {
    background-image: url("../img/pc/surface.webp");
}

.pcimg_4 {
    background-image: url("../img/pc/pc_sol.png");
}

.pcimg_5 {
    background-image: url("../img/pc/pc_ringrow.png");
}

.virusimg_1 {
    background-image: url("../img/pc/virus1.webp");
}

.pc_list_ul li p {
    flex: 1;
    /* 余白を伸ばしてボタンを下に追いやる */
    margin: 5px 0;
    font-size: var(--fs-sm);
}

.pc_list_ul .btn_main {
    margin-top: 0;
}

/*完全ガイド*/
.pc_guid {
    min-height: 400px;
    background-image: url(../img/pc/22927500_s.jpg);
    background-color: var(--bg_babypink);
    padding: 20px 0;
}


@media (max-width: 798px) {
    .pc_guid {
        padding: 5px;
    }
}

/*オススメポイント*/
.pc_point {
    background-color: var(--bg_pink);
}

.pc_point_list li {
    background-color: white;
    padding: 30px;
}

/*展示会*/
.pc_shop {
    background-image: url(../img/pc/pcimg.webp);
    min-height: 400px;
}

.pc_shop_border {
    border-top: 1px solid var(--pink);
    border-bottom: 1px solid var(--pink);
    padding: 10px 10px;
}

.pc_shop_border_notes {
    padding: 10px;
}

.pc_labe_note {
    padding-left: 20px;
    font-weight: bold;
    font-size: 18px;
}

/*パソコンの選び方*/
.pc_choice {
    background-color: var(--bg_babypink);
}

.pc_choice h3,
.pc_choice h4,
.pc_choice h5 {
    text-align: left;
    color: var(--pink);
}

.pc_choice h4+p,
.pc_choice h4+ul,
.pc_choice h5+p,
.pc_choice h5+ul {
    padding-left: 20px;
}

.pc_choice h4 {
    margin: 30px 0 20px;
    background-color: var(--pink);
    padding: 10px 30px;
    color: white;
}

/*お問い合わせ*/
.bgcolor_goods1>h2 {
    color: white;
}