
.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_03.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;
}

h5.common_p.ttl_list {
	font-size: 150%;
}

.left_text {
	width: 60%;
}

.right_img {
	width: 38%;
	padding-left: 4%;
}

.right_img img {
	width: 100%;
	height: auto;
}

.common_h2 span {
	font-size: 70%;
}


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

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

h5.common_p.ttl_list {
	font-size: .38rem;
}

.left_text,
.right_img {
	width: 100%;
	padding-left: 0;
}

}

