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

body{
	font-size:16px;
	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;
}
#body{
	min-width: 1120px;
}

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: 3000px;
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: center;
}
header div{
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
}
main{
	box-sizing: border-box;
	text-align: left;
}
.toptitle{
	width: 900px;
	margin: 0 auto;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.toptitle div{
	width: 460px;
	padding: 10px;
	background-color: #EEE;
	box-sizing: border-box;
}
.toptitle h1{
	width: 420px;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.contents{
	width: 800px;
	margin: 0 auto;
}
.toph2{
	font-weight: 900;
	margin: 10px 0;
	margin-top: 50px;
	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{
	border-collapse: collapse;
	width: 100%;
}
.news th{
	font-weight: 400;
	white-space: nowrap;
	width: 12em;
}
.news th .new{
	color: red;
	display: inline-block;
	margin-left: 20px;
}
.news tr{
	border-bottom: solid 1px #444;
}
ul.button{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.button li{
	width: calc(50% - 10px);
	margin: 10px 0;
	line-height: 1;
}
.nagare{
	margin: 50px 0;
	background-color: #EDEDED;
	text-align: center;
	padding: 40px 0;
}
.nagare div{
	width: 800px;
	margin: 0 auto;
}
.nagare .link{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.nagare .link div{
	flex: 1;
}
.nagare .link a{
	position: relative;
	display: inline-block;
	padding: 10px 60px;
	color: #FFF;
	background-color: #1D2088;
	font-weight: 800;
	font-size: 28px;
	line-height: 1.2;
	text-decoration: none;
	border-radius: 20px;
	transition: 0.5s;
}
.nagare .link a::after{
	content: ">";
	font-weight: 400;
	font-size: 50px;
	padding-top: 10px;
	transform: scaleX(0.3);
	position: absolute;
	top:0;
	right:15px;
	display: inline-block;
	transition: 0.5s;
}

.nagare .link a:hover{
	background-color: #4044bc;

}
.nagare .link a:hover::after{
	right:5px;
}

.nextbanner{
	width: 800px;
	margin: 50px auto;
}
footer{
	background-color: #0D3871;
	color: #FFF;
	padding: 20px ;
}
.footer{
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
.contact{
	display: flex;
	line-height: 1.2;
}
.contact h6{
	font-size: 24px;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
.copyright{
	text-align: right;
	font-size: 14px;
}

/*中*/
.more{
	width: 900px;
	display: flex;
	justify-content: space-between;
	margin: 50px auto;
}
.data{
	width: 600px;
}
nav{
	width: 260px;
}
.data section{
	background-color: #EDEDED;
	padding: 20px;
	box-sizing: border-box;
	margin: 20px 0;
}
.more h2{
	font-size: 24px;
	margin: 0;
	line-height: 1.4;
}
.more table{
	border-collapse: separate;
	border-spacing: 2px;
	line-height: 1.5;
}
.more th{
	padding:10px;
	font-weight: 400;
	vertical-align: top;
	box-sizing: border-box;
	white-space: nowrap;
	background-color: #DDD;
	border-radius: 6px;

}
.more td{
	padding: 10px;
	box-sizing: border-box;
}
.inbox{
	margin-left: 0;
}

.more td strong{
	font-weight: 800;
	color: red;
}
.kome{
	display: block;
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}
.work h3{
	font-size: 18px;
	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;
}