@charset "utf-8";
/* ------------------------------------------------------
contents
------------------------------------------------------ */
/* .intro_l,.intro_r */
.l-content .tipsInner .intro_l {
    float: left;
    width: 437px;
    margin-right: 36px;
    border: 10px solid #e0ebf8;
    background-color: #fff;
}
.l-content .tipsInner .intro_r {
    float: right;
    width: 437px;
    border: 10px solid #e0ebf8;
    background-color: #fff;
}
/* table */
.l-content .commonTable td.bgcW {
    background-color: #fff;
}
.l-content .commonTable td {
    background-color: #d3edfb;
}
.l-content .commonTable .txt_l {
	text-align: left;
}
/* .sec01 */
.l-content .contentsTips03 .tipsInner .sec01 .lead ul li {
    list-style-type: disc;
	margin-left: 20px;
}
.l-content .contentsTips03 .tipsInner .sec01 .txt ul li {
    list-style-type: decimal;
	margin-left: 20px;
}

/*240624追加*/
.l-content .anchorNavi li {
    width: 220px;
}
