@charset "utf-8";

/* header */
.header-wrap .header_small_menu #description {
	padding: 0 10px;
}

@media screen and (max-width: 959px) {
	.header-wrap .header_small_menu {
		text-align: center;
	}

	.header-wrap .header_small_menu #description {
		display: inline-block;
		text-align: left;
	}
}

#logo img.logo_first {
	height: 50px;
}

#logo img.logo_second {
	height: 35px;
	margin-left: 20px;
}

@media only screen and (max-width: 1100px) {
	#logo img.logo_first {
		height: 37.5px;
	}

	#logo img.logo_second {
		height: 27.5px;
	}
}

@media only screen and (max-width: 767px) {
	#logo img.logo_second {
		margin-left: 0px;
	}
}

@media screen and (min-width:768px) {
	#mainnavul .inquiry a {
		background-color: #5d8ac1;
		color: #fff;
		display: inline-block;
	}
}

#page-main {
	position: relative;
}

h1.page_title {
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	padding: 0.5rem;
	position: absolute;
	margin: 0;
	top: 0;
	z-index: 1;
}

.firstview_content {
	font-size: 1.2rem;
	font-weight: 100;
}

:where(.content) div:not([id]):not([class]) {
	margin-bottom: 0!important;
}

.content h2 {
	color: #fff;
	background-color: #004363;
	border-radius: 5px;
}

.content h3 {
    background-color: #ffffff;
    border-top: 2px solid #004363;
    border-bottom: 2px solid #004363;
    background: transparent;
	color: #333333;
    padding-left: 0px;
    padding-right: 0px;
}

.content h4 {
	align-items: center;
	background-color: #004363;
	color: #000;
	display: flex;
	padding: 0px;
}

.content h4:before {
	background-color: #004363;
	content: "";
	height: .6em;
	margin-right: .6em;
	transform: rotate(45deg);
	width: .6em;
}

.content h5 {
	color: #000;
}

.widget11.top,
.widget11.post {
	font-size: 0.9em;
	padding: 10px;
}

.widget11.top>.elm1,
.widget11.post>.elm1 {
	background-color: #607d8b;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 1em;
	padding: .7em 1em;
	text-align: center;
}

.widget11.top>.elm3,
.widget11.post>.elm3 {
	text-align: center;
}

.widget11.top>.elm3 a,
.widget11.post>.elm3 a {
	background-color: #5d8ac1;
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 1em 0;
	padding: .6em 2em;
	text-decoration: none !important;
}

.widget11.top>.elm4,
.widget11.post>.elm4 {
	text-align: center;
}