/* ==========

個別最適 PC

==========*/

span.txt_red {
    color: #f00;
}

.rich-list p.rich-list__lead {
    width: 100%;
}

/* ----------------------------------------------------
    目次 table of contents
---------------------------------------------------- */

#toc_box li,
#toc_box ul { 
    margin: 0;
    padding: 0;
    line-height: 1.8;
    text-decoration: underline;
}
#toc_box {
    display: block;
    margin: 50px auto 60px;
    width: 85%;
    padding: 16px;
    border: solid 1px #ccc;
    outline: solid 2px #ccc;
    outline-offset: 1px;
    font-size: 14px;
}
#toc_box p {
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
}
#toc_box ul ul {
    margin-left: 1.5em;
}

.rich-content-box__cmnt p {
    font-size: 12px;
}

.under_line {
    text-decoration: underline;
}

.red_line,
.red_line:visited {
    color: #ff8080;
    text-decoration: none;
}




.rich-list__lead a {
    color: #0860c0;
    text-decoration: underline;
}
.rich-list__lead a:hover,
.rich-list__lead a:visited {
    text-decoration: none;
}

/*  table
---------------------------------------------------- */
.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: center;
    vertical-align: top;
    padding: 10px;
    border: 1px solid #dddddd;
}

/*  table 横スクロール
---------------------------------------------------- */
.table-scroll{
    overflow: auto;
    white-space: nowrap;
    margin-bottom:18px;
}

.table-scroll::-webkit-scrollbar{
    height: 5px;
}
.table-scroll::-webkit-scrollbar-track{
    background: #333;
}
.table-scroll::-webkit-scrollbar-thumb {
    background: #999;
}
.table-scroll table{
    border-collapse:collapse;
    border-spacing:0;
    border-top:#ccc solid 1px;
    border-left:#ccc solid 1px;
}
.table-scroll table th,
.table-scroll table td{
    padding:10px 15px;
    font-weight:normal;
    border: #333 solid 1px;
    font-size:12px;
    text-align: center;
}
.table-scroll table th{
    background: #f4cccc;
}

.rich-content-box__head.rich-content-box__head--11:before { background-image: url(/files/user/img/icon/icon_balloon_w_11.png); }
.rich-content-box__head.rich-content-box__head--12:before { background-image: url(/files/user/img/icon/icon_balloon_w_12.png); }
.rich-content-box__head.rich-content-box__head--13:before { background-image: url(/files/user/img/icon/icon_balloon_w_13.png); }
.rich-content-box__head.rich-content-box__head--14:before { background-image: url(/files/user/img/icon/icon_balloon_w_14.png); }
.rich-content-box__head.rich-content-box__head--15:before { background-image: url(/files/user/img/icon/icon_balloon_w_15.png); }
.rich-content-box__head.rich-content-box__head--16:before { background-image: url(/files/user/img/icon/icon_balloon_w_16.png); }
.rich-content-box__head.rich-content-box__head--17:before { background-image: url(/files/user/img/icon/icon_balloon_w_17.png); }
.rich-content-box__head.rich-content-box__head--18:before { background-image: url(/files/user/img/icon/icon_balloon_w_18.png); }
.rich-content-box__head.rich-content-box__head--19:before { background-image: url(/files/user/img/icon/icon_balloon_w_19.png); }
.rich-content-box__head.rich-content-box__head--20:before { background-image: url(/files/user/img/icon/icon_balloon_w_20.png); }

/* ==========

個別最適 SP

==========*/

@media screen and (max-width: 750px) {

/*  table
---------------------------------------------------- */
.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: center;
    vertical-align: top;
    padding: 10px;
    border: 1px solid #dddddd;
}

/*  table 横スクロール
---------------------------------------------------- */
.table-scroll{
    overflow: auto;
    white-space: nowrap;
    margin-bottom:14px;
}

.table-scroll::-webkit-scrollbar{
    height: 5px;
}
.table-scroll::-webkit-scrollbar-track{
    background: #333;
}
.table-scroll::-webkit-scrollbar-thumb {
    background: #999;
}
.table-scroll table{
    border-collapse:collapse;
    border-spacing:0;
    border: #333 solid 1px;
}
.table-scroll table th,
.table-scroll table td{
    padding:6px 12px;
    font-weight:normal;
    border-right:#333 solid 1px;
    border-bottom:#333 solid 1px;
    font-size:10px;
    text-align: center;
}
.table-scroll table th{
    background:#f4cccc;
}	
	
}