/*sub_tit*/
.sub_tit h1 {
    position: relative;
}
.sub_tit h1:after {
    content: "";
    position: relative;
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
    position: absolute;
    background: linear-gradient(to left, #c1272d 0%, #0071bc 100%);
}
.sub_tit h1 span {
    position: relative;
    display: block;
}
.sub_tit h1 span strong {
    font-weight: 900;
    display: inline-block;
    padding: 0 20px;
    background-color: #fff;
    color: #333;
    position: relative;
    z-index: 3;
}
.sub_tit.sub_titg h1 span strong {
    font-weight: 900;
    display: inline-block;
    padding: 0 20px;
    background-color: #f7f7f7;
    color: #333;
    position: relative;
    z-index: 3;
}
.sub_tit.sub_titb h1 span strong {
    font-weight: 900;
    display: inline-block;
    padding: 0 20px;
    background-color: #000;
    color: #fff;
    position: relative;
    z-index: 3;
}
.sub_tit h5 {
    margin-top: 20px;
}


.g_box{
    background-color: #f7f7f7;
    padding: 30px;
}
@media (max-width:768px){
    .g_box{
        padding: 15px;
    }
}
h4.ntit{
    position: relative;
    padding-left: 20px;
}

h4.ntit:after{
    position: absolute;
    left: 0;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #c1272d;
    top: 37%;
}
@media (max-width:768px){
    h4.ntit{
        position: relative;
        padding-left: 12px;
    }

    h4.ntit:after{
        position: absolute;
        left: 0;
        content: "";
        width: 8px;
        height: 8px;
        background-color: #c1272d;
        top: 33%;
    }
}

#company_01 .h4 strong{
    font-size: 25px;
}

/*table_basic*/
.table.table_basic {
    border-top: 2px solid #c1272d;
    clear: both;
    margin-bottom: 6px !important;
    max-width: none !important;
    width: 100%;
}
.table.table_basic.table_fx {
    table-layout: fixed;
}
.table.table_basic thead tr th {
    background-color: #f4f4f4;
}
.table.table_basic thead tr th,
.table.table_basic thead tr td,
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    font-size: 16px;
    color: #221814;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 15px 30px;
}
.table.table_basic thead tr th:first-child,
.table.table_basic thead tr td:first-child,
.table.table_basic tbody tr th:first-child,
.table.table_basic tbody tr td:first-child {
    border-left: 0px;
}
.table.table_basic thead tr th:last-child,
.table.table_basic thead tr td:last-child,
.table.table_basic tbody tr th:last-child,
.table.table_basic tbody tr td:last-child {
    border-right: 0px;
}
.table.table_basic thead tr th,
.table.table_basic tbody tr th {
    font-weight: 700;
}
.table.table_basic tbody tr td {
    font-weight: 400;
}
.table.table_basic.table_center thead tr th,
.table.table_basic.table_center thead tr td,
.table.table_basic.table_center tbody tr th{
    text-align: center;
}

.table.table_basic.table_center tbody tr td {
    text-align: left;
}
.table.table_basic.table_vh thead tr th,
.table.table_basic.table_vh thead tr td,
.table.table_basic.table_vh tbody tr th,
.table.table_basic.table_vh tbody tr td {
    vertical-align: middle;
}
.table.table_basic.table_wb thead tr th,
.table.table_basic.table_wb tbody tr td,
.table.table_basic.table_wb tbody tr th {
    word-break: keep-all;
}
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    background-color: rgba(255, 255, 255, 0.5);
}
.table.table_basic tbody tr.imp th,
.table.table_basic tbody tr.imp td {
    background-color: #fdfffb;
}
.table.table_basic tbody tr.imp td {
    color: #082c44;
    font-weight: 500;
}
.table.table_basic tbody tr td.text-left {
    text-align: left;
}
.table.table_basic tbody tr td.text-right {
    text-align: right;
}
.table.table_basic tbody tr.bg_gr {
    background-color: #f7f7f7;
}
@media (max-width:768px){
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: 14px;
        padding: 10px;
		word-break: break-all !important;
    }
}


/*t_list*/
.t_list > li {
    font-size: 16px;
    color: #221814;
    line-height: 1.6em;
    font-weight: 300;
    margin: 10px 0;
    padding-left: 15px;
    position: relative;
    word-break: keep-all;
}
.t_list.wide > li {
    padding-left: 20px;
}
.t_list.t_list_sm > li {
    font-size: 14px;
    padding-left: 10px;
}
.t_list > li.impt {
	color: #db0808;
    font-weight: 500;
}
.t_list > li > span {
    position: absolute;
    left: 0;
}
@media (max-width:768px){
    .t_list > li {
        font-size: 14px;
        padding-left: 7px;
    }
    .t_list.t_list_sm > li {
        font-size: 12px;
        padding-left: 7px;
        margin: 5px 0;
    }
    .t_list.wide > li {
        padding-left: 15px;
    }
}
/*n_list*/
.n_list > li {
    font-size: 20px;
    color: #221814;
    line-height: 1.4em;
    font-weight: 300;
    margin: 8px 0;
    padding-left: 15px;
    position: relative;
    word-break: keep-all;
    text-align: left;
    padding-left: 30px;
}
.n_list > li > strong {
    position: absolute;
    left: 0;
    top: 1px;
    width: 27px;
    line-height: 27px;
    text-align: center;
    background-color: #565656;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    font-size: 0.8em;
}
@media (max-width:768px){
    .n_list > li {
        font-size: 14px;
        padding-left: 25px;
    }
    .n_list > li > strong {
        width: 22px;
        line-height: 22px;
    }
}

#promotion_01 .sec1{
    background-color: #000;
}

#promotion_01 .pro_box{
    border: 3px solid #fff;
    padding: 20px;
    margin: 15px 0;
}
#promotion_01 .pro_box:hover{
    border: 3px solid #c1272d;
    background-color: #c1272d;
}
#promotion_01 .pro_box .chk{
    position: relative;
    padding-left: 40px;
}
#promotion_01 .pro_box .chk span{
    position: absolute;
    left: 0;
    width: 30px;
}
#promotion_01 .pro_box .lined{
    background-color: #fff;
    width: 30px;
    height: 2px;
    margin: 15px 0;
}

@media (max-width:768px){
   #promotion_01 .pro_box{
        border: 2px solid #fff;
        padding: 15px;
        margin: 5px 0;
    } 
}


.downbtn{
    color: #fff;
    background: #c1272d;
    padding: 20px 50px;
    font-size: 25px;
    border-radius: 10px;
}
a.downbtn:link {
    color: #fff;
}