@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-color: #70C5BF;
	text-align: center;
}
header > div{
	width: 1000px;
	margin: 0 auto;
	padding: 5px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header > div > div:first-child{
	width: 100px;
}
header strong{
	font-size: 40px;
	color: #2E3092;
	font-weight: 900;
}
header small{
	display: inline-block;
	font-size: 24px;
	color: #2E3092;
	font-weight: 700;
	vertical-align: 5px;
	margin-left: 10px;
}

main{
	box-sizing: border-box;
	text-align: left;
}
.toptitle{
	width: 900px;
	margin: 20px auto;
}

.toptitle h1{
	width: 600px;
	line-height: 1;
	margin: 0 auto;
	padding: 0;
}

.contents{
	width: 800px;
	margin: 0 auto;
}
.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: #70C5BF;
	margin: 20px auto;
	padding: 40px 0;
}
.company > div{
	margin: 0 auto;
	padding: 0;
	width: 800px;
}
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;
}
ul.button li.aki{
	background-color: #1DBBA7;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}
ul.button li.aki img{
	width: 260px;
}

.nagare{
	margin: 20px 0;
	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: #E6002F;
	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;
	line-height: 1;
	padding-top: 0px;
	transform: scaleX(0.3);
	position: absolute;
	top:0;
	right:15px;
	display: inline-block;
	transition: 0.5s;
}

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

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

.nextbanner{
	width: 800px;
	margin: 50px auto;
}
footer{
	background-color: #70C5BF;
	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;
}
.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;
}

/**/
.entry h3{
	margin: 0;
	font-size: 28px;
}
.entry h4{
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	color: #888;
}

.sentaku > div{
	display: flex;
	justify-content: space-between;
	padding-left: 20px;
}
.sentaku > div > div:first-child{
width: 210px;
padding-right: 15px;
box-sizing: border-box;
}
.sentaku > div > div:last-child{
	width: calc(100% - 225px);
	box-sizing: border-box;
}
select{
	font-size: 18px;
	padding: 10px;
	background-color: #fdfdef;
	border: solid 1px #0053C7;
	border-radius: 6px;
	width: 100%;
	box-sizing: border-box;
}
.kiboukaisya li > div{
	display: flex;
	justify-content: flex-start;
}
.kiboukaisya li > div > div:first-child{
	width: 12em;
	margin-left: 0;
}
.kiboukaisya li{
	border: solid 1px #AAA;
	padding: 10px;
}