

.UnderlayerJumbotron .mt-h2.mainlead__title {
    margin: 20px 0 10px 0;
}
@media (max-width: 980px) {
	.UnderlayerJumbotron .mt-h2.mainlead__title {
 	   margin-top: 30px;
	}
}
.service_title{
	font-size:1.6rem;
	font-weight:bold;
	margin:0 0 20px 0;
	padding:5px 0 5px 0;
	border-bottom:1px solid #0A55A0;
}

.service_top_text{
	margin:50px 0 0 0;
}

/*ここから追加CSS*/
.ctg_list li {
	margin-top: 50px;
}
.ctg_list li a,dl.ctg_list a {
	display: block;
	transition: all 0.5s;
}
.ctg_list li a:hover,dl.ctg_list a:hover {
	opacity: 0.5;
}
dl.ctg_list {
	margin-bottom: 50px;
}
.wysiwyg h4 {
	text-align: left;
    margin: 0;
}
.bk_btn_area {
	text-align: center;
}
.bk_btn_area a {
	margin-top: 30px;
}
.bk_btn {
	background-color: white;
    -webkit-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
    background: none;
    border: 2px solid #993333;
    border-radius: 0px;
    font-size: 0.8em;
    padding: 8px 48px;
    color: #993333;
    text-decoration: none;
}
.bk_btn:hover,
.bk_btn:active,
.bk_btn:focus {
	border: 2px solid #993333;
	color: #ffffff;
	background-color: #903030;
	opacity: 1;
}
.bis_side {
	margin-top: 140px;
	border-top: 2px solid #cccccc;
padding-top: 20px;
}
@media (max-width: 980px) {
	.bis_side {
    	margin-top: 40px;
	}
}
.bis_nav {
	margin-top: 14px;
	
}
.bis_nav h3 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0px 0 -7px;
    color: #33336a;
}
.page-nav {
    clear: both;
	text-align: center;
}
.page-nav li {
	width: 100px;
}
.page-nav li.next_nav {
	float: right;
}
.genre {
	width: auto;
    background-color: #384987;
    display: block;
    font-size: 80%;
    line-height: 28px;
    color: #ffffff;
    padding: 0 8px;
    height: 28px;
}
.newsdata__wrap {
	margin-bottom: 0;
}
.side-entry__wrap {
    border-bottom: none;
}

