@charset "UTF-8";
/* CSS Document */

.tbl_wrap {
	margin-bottom: 25px;
}

.title_wrap .icon {
    position: relative;
    margin-left: 0.5em;
    vertical-align: middle;
}

th.beRequired p {
    padding-left: 1.4em;
    text-indent: -1.4em;
    box-sizing: border-box;
}

td p.sub_p {
    background: #dff5fb;
    padding: 6px 12px 3px 12px;
    box-sizing: border-box;
    margin-bottom: 12px !important;
}


td.select p {
    vertical-align: middle;
}

td.select p {
    margin-bottom: 1em !important;
}

td.select p.mb0 {
    margin-bottom: 0 !important;
}

td ul:after {
    content: '';
    clear: both;
    display: block;
}

td .col_4 li {
    width: 25%;
    float: left;
}

@media screen and (max-width: 999px) {
	td .col_4 li {
        width: 33%;
    }
}

@media screen and (max-width: 767px) {
	td .col_4 li {
        width: 100%;
        float: none;
    }
}



@media screen and (max-width: 599px) {
	
}

