﻿.title-h1{ font-size:20px; padding-bottom:10px; display:block;}

.domain-div{padding-left:40px;}
.domain-en {
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    padding-left: 20px;
    font-weight: 400;
    margin-bottom: 40px;
}

    .domain-en:before {
        content: '';
        display: inline-block;
        width: 5px;
        background-color: #e60012;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
    }


.host-table ~ .domain-en {
    margin-top: 40px;
}
.host-table{}
.host-table table.table th{ background:#f7f7f7; text-align:center;}
.host-table table.table td{ text-align:center; vertical-align:middle;}