@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 {
	width: 100%;
	margin: auto;
	color: #000;
	font: 16px/1.6 "Noto Sans JP", meiryo, sans-serif;
	background: url(/img/land/land_background.png) repeat;
}

/*--------------------------------------
	header
--------------------------------------*/
header {
	width: 1100px;
	margin: auto;
}
header div {
	margin: 0;
}
header img {
	padding: 10px;
}

header nav {
}

header nav li {
}

header nav li a {
}

header nav li a:hover,
header nav li a:focus {
}

header div.lang_selector {
	float: left;
	margin-top: 45px;
	margin-left: 20px;
}
.lang_selector a ,
.lang_selector span {
	float: left;
	padding: 2px 10px;
	text-decoration: none;
	color: #6d6d6d;
	background-color: #eee;
	border: 1px solid #000;
	transition: .4s;
}
.lang_selector a {
	border-right: 0;
}
.lang_selector span,
.lang_selector a:hover {
	color: #fff;
	background-color: #65b76c;
}

/*--------------------------------------
	topicpath
--------------------------------------*/
#topicpath {
	padding: 5px 0 9px;
}

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

#topicpath li {
	float: left;
	margin-right: 6px;
	list-style: none;
}

#topicpath li+li::before {
	content: ">";
	margin-left: 6px;
}

/*--------------------------------------
	main
--------------------------------------*/
main {
	display: block;
	width: 1100px;
	margin: auto;
}

section {
}

section section {
	margin: 20px;
}

div {
	margin: 20px 0;
}

h2 {
	text-align: center;
	line-height: 1em;
	font-size: 32px;
}
h2 span {
	font-size: 20px;
}

h3 {
	text-align: center;
	font-size: 1.2em;
	margin: 20px 0;
	border-bottom: 2px solid #1e4778;
}

h4 {
	
}

/*--------------------------------------
	footer
--------------------------------------*/
footer {
	width: 100%;
	height: auto; 
	padding-top: 64px;
	margin-top: 20px;
	color: #fff;
	background: url(/img/land/land_footer.png) repeat-x top center;
}
footer p {
	padding: 3px;
	background: #65b76c;
}


footer .copyright {
}

/*--------------------------------------
	other contents
--------------------------------------*/
.btn {
	display: inline-block;
	width: 40%;
	padding: 10px;
	transition: 0.7s;
	text-decoration: none;
	color: #fff;
	border: #fff 2px solid;
	border-radius: 10px;
	background: #1e4778;
}
.btn::before {
	content: '\025b6';
	margin-right: 10px;
}

.btn:hover {
	border-radius: 30px;
	color: #1e4778;
	border: #1e4778 2px solid;
	background: #fff;
}

#coment_box {
	padding: 20px;
	margin: 0 20px;
	border: #1e4778 2px solid;
	border-radius: 10px;
	background: #fff;
}
.director_p div {
	width: 80%;
}
#coment_box section ,
.index_p div p{
	margin-top: 20px;
}