@charset "utf-8";

/*------------------------------
	fonts
------------------------------*/


@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese');

/*
"Noto Serif JP"
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese');
*/

/*------------------------------
	contents
------------------------------*/

html {
}

body {
	color: #000;
	font: 16px/1.6 "Noto Sans JP", meiryo, sans-serif;
}

/*--------------------------------------
	header
--------------------------------------*/
header {
	position: fixed;
	top: 0;
	padding-top: 10px;
	width: 100%;
	background: #fff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	z-index: 9999;
}

header > div {
	margin: auto;
	width: 1200px;
	height: 54px;
	text-align: right;
}

header .bland {
	float: left;
	margin-right: 20px;
	transition: 0.4s;
}
header .bland:hover {
	opacity: 0.8;
}
header div a.btn {
	float: right;
	margin: 2px 0 0 30px;
}

header nav {
	font-size: 20px;
	background-color: #edf0f8;
	border-bottom: 4px solid #17469b;
}
header nav ul {
	margin: auto;
	text-align: center;
	width: 1200px;
	height: 60px;
}

header nav li {
	position: relative;
	float: left;
	margin-top: 15px;
	width: 300px;
	height: 30px;
	box-sizing: border-box;
}

header nav li:first-child::before ,
header nav li::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 30px;
	background-color: #17469b;
}

header nav li:first-child::before {
	left: 0;
}

header nav li::after {
	top: 0;
	right: 0;
}

header nav li a {
	display: block;
	margin-top: -15px;
	line-height: 60px;
	text-decoration: none;
	color: #000;
	transition: 0.4s;
}

header nav li a:hover {
	color: #fff;
	background: #17469b;
}

header nav li#now a {
	color: #fff;
	background: #17469b;
}



/*--------------------------------------
	main
--------------------------------------*/
main {
	display: block;
	margin: auto;
	font-size: 16px;
}

main section .contents {
	margin: auto;
	width: 1200px;
}

main section::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

main section .contents section {
	margin-left: 15px;
	margin-bottom: 40px;
}

main section section img.left, 
main section section img.right {
	margin-bottom: 0;
}


.contents section section:last-of-type {
	margin-bottom: 0;
}

main section dt {
	text-align: right;
	background: #edf0f8;
}

.contents {
	word-break: break-word;
}

h1 {
	padding: 20px 0;
	font-size: 40px;
	color: #17469b;
}

h2 {
	margin: 0 0 20px -15px;
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 22px;
	border-bottom: 1px solid #17469b;
	border-left: 10px solid #17469b;
}

h3 {
	margin: 0 0 15px -15px;
	padding: 3px 0 3px 15px;
	font-size: 20px;
	background-color: #edf0f8;
}

/*--------------------------------------
	contents
--------------------------------------*/
.btn {
	box-sizing: border-box;
	display: block;
	margin: 40px auto;
	width: 205px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #17469b;
	border: 1px solid #17469b;
	border-radius: 10px;
	font-size: 20px;
	transition: 0.4s;
}
.btn:hover {
	color: #17469b;
	background: #fff;
}

#visual {
	margin: 128px auto 40px;
	height: 250px;
	background-color: #edf0f8;
}

#visual h1 {
	margin: 0 auto 0;
	width: 1000px;
	height: 160px;
	padding: 90px 0 0 200px;
	background: url(/img/2nd_visual.jpg) no-repeat right center;
}

.guidance {
	margin-bottom: 40px;
	font-size: 18px;
}
.guidance::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.guidance img {
	float: left;
	margin-right: 20px;
}

.banner_inquiry {
	display: block;
	margin-bottom: 40px;
	padding: 20px 30px 20px 40px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #17469b;
	background-color: #17469b;
	border-radius: 20px;
	transition: .4s;
}

.banner_inquiry:hover {
	color: #17469b;
	background-color: #fff;
}

.banner_inquiry b {
	float: left;
	margin-right: 50px;
	padding-top: 10px;
	font-size: 24px;
}

.banner_inquiry p {
	overflow: hidden;
}

.top_btn {
	position: fixed;
    right: 30px;
    bottom: 50px;
    width: 60px;
    height: 60px;
	font-size: 16px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 30px;
    background: #17469b;
	cursor: pointer;
}
.top_btn::before {
	position: relative;
	top: 15px;
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(45deg);
}
.top_btn:hover {
	opacity: 0.8;
}

/*--------------------------------------
	footer
--------------------------------------*/
footer {
	padding-top: 20px;
	color: #fff;
	background: #17469b;
}

footer .contents {
	margin: auto;
	width: 1200px;
}

footer .contents > img {
	margin: 0;
}

footer .contents > div {
	margin-bottom: 30px;
	padding-left: 50px;
	width: 850px;
	overflow: hidden;
}
footer .contents > div::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
footer .contents div p {
	margin: 0 0 10px -10px;
	padding: 0 0 10px 10px;
	line-height: 1em;
	font-size: 30px;
	border-bottom: 2px solid #fff;
}
footer address ,
footer address + span {
	font-size: 20px;
	font-style: normal;
}

footer address span img {
	margin-right: 15px;
	width: 45px;
	height: 45px;
	vertical-align: middle;
}

footer address span {
	display: block;
	margin-bottom: 35px;
}

footer address .tel,
footer address .fax {
	float: left;
	margin: 0 30px 0 0;
	width: 230px;
	text-align: center;
}

footer address .btn {
	float: left;
	margin: 5px 0 0;
	width: 280px;
	color: #17469b;
	border: 1px solid #fff;
	background: #fff;
}
footer address .btn:hover {
	color: #fff;
	background: #17469b;
}
footer .hours {
	clear: both;
	display: block;
    text-align: center;
}
footer .copyright {
	clear: both;
	margin: 20px auto 0;
	padding: 5px 0;
	width: 400px;
	text-align: center;
	border-top: 1px solid #fff;
}

/*--------------------------------------
	print時設定
--------------------------------------*/

@media print{
	header {
		position: static;
	}

	main {
		padding-top: 0;
	}
}