@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-color: #FFF200;
	text-align: center;
}
header .header{
	margin: 0;
	padding: 5px 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.header > div:first-child{
	width: 80px;
	padding-right: 10px;
}
.header > div:last-child{
	width: calc(100% - 90px);
	display: block;
}

header strong{
	display: block;
	font-size: 20px;
	color: #2E3092;
	font-weight: 900;
	line-height: 1;
	text-align: left;
}
header small{
	font-size: 12px;
	color: #2E3092;
	font-weight: 700;
	display: block;
	text-align: left;
}
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{
	margin-bottom: 0;
}
.toph2 img{
	width: 250px;
}
.contents p{
	line-height: 1.5;
	margin: 0;
}
.toph3{
	font-weight: 400;
	margin: 10px 0;
	line-height: 1.2;
	margin-top: 50px;
}
.company{
	background-color: #FFDE00;
	margin: 20px auto;
	padding: 10px 0;
}
.company > div{
	margin: 0 20px;
	padding: 0;
}
.company h3{
	margin: 0;
}

ul.button{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.button li{
	margin: 20px 0;
	line-height: 1;
}
.nagare{
	margin: 20px 0;
	text-align: center;
}
.nagare div{
	margin: 0 20px;
}
.nagare .link a{
	display: inline-block;
	padding: 20px;
	line-height: 1.4;
	color: #FFF;
	background-color: #E6002F;
	font-weight: 800;
	font-size: 20px;
	text-decoration: none;
	border-radius: 20px;
	margin-top: 20px;
}
.nextbanner{
	margin: 20px 20px;
}
footer{
	font-size: 12px;
	background-color: #FFDE00;
	padding: 20px ;
}
.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;
}

.button a span{
	position: relative;
	display: block;
	margin: 0 auto;
	margin-top: 5px;
	background-color: #1D2088;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	width: 200px;
	padding: 10px 0;
	border-radius: 20px;
	transition: 0.5s;
}
.button a span::after{
	content: ">";
	color: #FFF;
	position: absolute;
	display: inline-block;
	padding: 10px;
	top:0;
	right:5px;
	transform: scaleX(0.5);
	transition: 0.5s;
}
.button a:hover span{
	background-color: #4044bc;
}
.button a:hover span::after{
	right:0;
}
