@charset "utf-8";
/* CSS Document */

/* 
    pc_parts_01.css
---------------------------------------------------- */

.rich-section__head-lower {
    font-size: 1.714289rem;
}

.rich-content-box__cmnt {
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 10px 15px;
    margin: 10px 0;
    display: block;
}

.rich-content__head.pt01 {
    height: 90px;
}



.rich-content-box a {
    color: #0860c0;
    text-decoration: underline !important;
}


.table_box *, .table_box *:before, .table_box *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.table_box {
    width: 100%;
    border-collapse: collapse;
}
.table_box th {
/*  width: 10%; */
    background: #f4f4f4;
    padding: 10px;
    border: 1px solid #dddddd;
    text-align: center;
    font-weight: bold;
}
.table_box td {
    text-align: left;
    vertical-align: top;
    padding: 10px;
    border: 1px solid #dddddd;
}

h4 { font-weight: bold;margin-top:10px;}

ul.list_box {
    margin-top: 15px;
}
ul.list_box li {
    padding-left: 1em;
    text-indent:-1em;
    line-height: 1.8;
}