body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

* {
	font-family: 'Noto Sans JP', sans-serif;
}

.img_wrap {
	overflow: hidden;
	background: #fff;
}

.img_wrap img {
	width: 100%;
	cursor: pointer;
	transition-duration: 0.3s;
}

.img_wrap:hover img {
	opacity: 0.6;
	transition-duration: 0.3s;
}

@media screen and (min-width: 896px) {
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
}

@media screen and (max-width: 896px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}


header {
	background-color: #173a5e;
	height: 60px;
}

header .head_tx_l a img {
	height: 30px;
	width: auto;
	vertical-align: bottom;
}

footer {
	background-color: #173a5e;
	height: 100px;
	margin-top: 50px;
}

footer p {
	color: #fff;
	font-size: 1rem;
	text-align: center;
	padding-top: 70px;
}

.head_tx_l {
	padding: 14px 35px;
}

.font-bold {
	font-weight: bold;
}

@media screen and (max-width: 720px) {
	.head_tx_l {
		clear: both;
		float: none;
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 14px 0;
		text-align: left;
		letter-spacing: 2pt;
	}
}

.sub-button {
	padding: 10px 20px;
	background-color: #FFF;
	border: #173a5e 2px solid;
	color: #173a5e;
	border-radius: 10px;
	display: inline;
	font-weight: bold;
}

.nav-link {
	color: #ffffff!important;
}

.bg-primary {
	background-color: #173a5e!important;
}