/* =============== sub-title =============== */
h2.sub-title {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 1.3rem;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* =============== お知らせ機能 =============== */
.mybox a {
    text-decoration: initial;
    color: #007bff;
}
.mybox a:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* =============== hero =============== */
#hero .inner .bt a {
	text-decoration: initial;
}
#hero .inner .bt a:hover {
	text-decoration: underline;
}

/* =============== bottom content =============== */
.top-inner-box-h2 {
	background-color: #FFFFFF;
	text-align: left;
}

