@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body{
	font-size:14px;
	background-color:#FFFFFF;
	color:#000;
	margin:0;
	padding: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 2;
	text-align: center;
}

img{
	max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
	font-style: normal;
	font-weight: 800;
	line-height: 1.4;
}
header{
	background-image: url("../images/headerback.webp");
	background-size: 2000px;
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: center;
}
header div{
	margin: 0 20px;
	padding: 10px 0;
}
main{
	box-sizing: border-box;
	text-align: left;
}
.toptitle{
	margin: 0 auto;
	margin-top: 0px;
}
.toptitle div{
	padding: 20px;
	background-color: #EEE;
}
.toptitle h1{
	line-height: 1;
	margin: 0;
	padding: 20px;
}

.contents{
	margin: 0 20px;
}
.toph2{
	font-weight: 900;
	margin: 10px 0;
	margin-top: 30px;
	line-height: 1.2;
}
.contents p{
	line-height: 1.5;
	margin: 0;
}
.toph3{
	font-weight: 400;
	margin: 10px 0;
	line-height: 1.2;
	margin-top: 50px;
}

.news table,
.news table tbody,
.news table thead,
.news table tr,
.news table th,
.news table td{
	display: block;
}
.news th{
	font-weight: 400;
	white-space: nowrap;
	background-color: #DDD;
}
.news th .new{
	color: red;
	display: inline-block;
	margin-left: 20px;
}


ul.button{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.button li{
	margin: 20px 0;
	line-height: 1;
}
.nagare{
	margin: 20px 0;
	background-color: #EDEDED;
	text-align: center;
	padding: 40px 0;
}
.nagare div{
	margin: 0 20px;
}
.nagare .link a{
	display: inline-block;
	padding: 20px;
	line-height: 1.4;
	color: #FFF;
	background-color: #1D2088;
	font-weight: 800;
	font-size: 20px;
	text-decoration: none;
	border-radius: 20px;
	margin-top: 20px;
}
.nextbanner{
	margin: 20px 20px;
}
footer{
	background-color: #0D3871;
	color: #FFF;
	padding: 20px ;
	font-size: 12px;
}
.footer{
	margin: 0 auto;
	text-align: center;
}
.contact{
	line-height: 1.2;
}
.contact h6{
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
.copyright{
	text-align: center;
	font-size: 10px;
}


/*中*/
.more{
	margin: 0;
}

nav{
	margin: 40px 20px;
}
.data section{
	background-color: #EDEDED;
	padding: 10px;
	box-sizing: border-box;
	margin: 10px 20px;
}
.more h2{
	font-size: 20px;
	margin: 0;
	line-height: 1.4;
}
.more table.intable,
.more .intable tbody,
.more .intable thead,
.more .intable tr,
.more .intable th,
.more .intable td{
	display: block;
}
.more .intable th{
	font-weight: 400;
	box-sizing: border-box;
}
.more .intable td{
	box-sizing: border-box;
}
.more th{
	padding:5px;
	font-weight: 400;
	vertical-align: top;
	box-sizing: border-box;
	background-color: #DDD;
	border-radius: 6px;
	min-width: 7em;
	line-height: 1.4;
}
.more td{
	padding: 5px;
	box-sizing: border-box;
	line-height: 1.4;
}
.inbox{
	margin-left: 0;
}
.more tr{
	
}
.kome{
	display: block;
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}
.work{
	margin: 10px 20px;
}
.work h3{
	font-size: 16px;
	margin: 10px 0;
	margin-top: 30px;
}
.work p{
	line-height: 1.5;
}
.linkback{
	text-align: center;
	margin-bottom: 100px;
}
.linkback a{
	background-color: #1D2088;
	color: #FFF;
	text-decoration: none;
	padding: 15px 40px;
	border-radius: 10px;
	transition: 0.5s;
}
.linkback a:hover{
	background-color: #4044bc;
}
.sns img{
	width: 50px;
}
.inbox ul,
.inbox ol{
	margin: 0;
	padding: 0 0 0 25px;
	line-height: 1.4;
}