@charset "utf-8";

/* ----------------------------------------------------
    pc_parts.css
---------------------------------------------------- */

.rich-section__head-lower {
    font-size: 2rem;
}

.rich-list.chu.img44 {
    background-size: 340px;
    background-position: 300px 110px;
}

/*  全体ラップ
---------------------------------------------------- */
.contents_wrap_box { background-color: #f2f2f2;border-radius: 10px;padding: 20px;}
.contents_wrap_box_inner { background: #fff;padding: 20px;border-radius: 10px;}
.contents_wrap_box_inner h3:first-child {margin-top: 0;border: none;padding-top: 0;}
.contents_wrap_box_inner h3 {margin-top: 50px;border-top: #c9c9c9 1px dotted;padding-top: 50px;}


/*  Q&A
---------------------------------------------------- */
.qa_box {
    background: #fff;
    border-radius: 10px;
}
.qa_box-top {
    background: #fe9f9f;
    padding: 20px 20px 15px;
    border-radius: 10px 10px 0 0;
    line-height: 1.8;
    font-weight: bold;
}

.qa_box_btm {
    padding: 20px;
    border: #fe9f9f 2px solid;
    border-radius: 0 0 10px 10px;
}
.qa_box + .qa_box {
    margin-top: 30px;
}

.table-scroll table th {
    background: #d1e2ff;
}