
.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_06.svg') no-repeat top center;
	background-size: auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

.app_table table tr th {
    height:60px;
}

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

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

.left_text img {
    width: 6.92rem;
    height: auto;
    margin-bottom: 0.15rem;
}

}



.groupLi {
	text-align: left !important;
}

.groupLi dt {
	float: left;
	width: 300px;
	clear: both;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dotted #aaa;
}

.groupLi dd {
	float: left;
	width: calc(100% - 300px);
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dotted #aaa;
}

.groupLi ul li {
	list-style: disc !important;
}

.groupLi ul li a {
	color: #ef6b23;
}

.groupLi ul li a:hover {
	text-decoration: underline;
}

.groupLi dt:first-child,
.groupLi dd:nth-child(2) {
	margin-top: 0;
	padding-top: 20;
	border-top: none;
}


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

.groupLi dt,
.groupLi dd {
	float: none;
	width: 100%;
	font-size: .32rem;
}

.groupLi dd {
	margin-top: 10px;
	padding-top: 20px;
	border-top: none;
}

.groupLi dt a,
.groupLi dd a {
	font-size: .32rem;
}

.groupLi ul li {
	font-size: .32rem;
	margin-left: 20px;
}

}