
.common_h5 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
    border-bottom: 1px solid #083a8b;
    color: #083a8b;
    margin-bottom: 30px;
}
.icon_local{
	padding-top: 71px !important;
}
.tab_content{
	display: none;
	padding: 4px 0;
	border-top: none;
}
.content{
	text-align: left;
}
.ttl_top_com::before{
	width: 55px;
	height: 58px;
	background: url('../../common/img/icon_gmenu_05.svg') no-repeat top center;
	background-size: auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

.about_tb table {
    border-collapse: collapse;
}

.about_tb table th, .about_tb table td {
    width: 133px;
    border: 1px solid #D3D3D3;
    text-align: center;
    padding: 28px 8px;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    vertical-align: middle;
}

.app_table table tr td:first-child {
    background-color: #fff;
}

.about_tb table th {
    background-color: #f6e9e1;
    width: 30%;
}

.about_tb table td {
    width: 70%;
    text-align: left;
}

.about_tb table strong {
    line-height: 150%;
}

@media only screen and (max-width: 767px){

.about_tb table th,
.about_tb table td {
    display: block;
    width: 100%;
    font-size: .32rem;
}

}
