@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,900;1,700&display=swap');
.mainwidth{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
section{
	margin: 80px auto;
}
body{
	font-size:16px;
	background-color:#FFF;
	background-image: url("../images/back.png");
	color:#000;
	margin:0;
	padding: 0;
	font-family:"メイリオ", "Meiryo","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	line-height: 1.5;
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
}

.logo{
	width: 350px;
	margin: 10px 0 0 0 ;
}
.title{
	margin: 10px 0;
	padding: 14px 0 10px 0;
	line-height: 1.4;
	font-size: 40px;
	background-color: #005BAC;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.title span{
	display: block;
	font-size: 20px;
}
.h2{
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	line-height: 1.3;
	margin: 0;
	margin-top: 50px;
	margin-bottom: 50px;
}
.h2::after{
	content: "";
	display: block;
	border-bottom: dotted 10px #005BAC;
	width: 80px;
	margin: 10px auto;
}

.jyuyou{
	display: flex;
	justify-content: space-between;
	border: solid 2px #000;
}
.jyuyou p{
	padding: 0;
	margin: 5px;
	line-height: 1.4;
	text-align: left;
}
.jyuyou p span.red{
	color: #FF0000;
}

.jyuyou p:first-child{
	width: 160px;
	box-sizing: border-box;
	background-color: #FF0000;
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	padding-top: 20px;
}
.jyuyou p:nth-child(2){
	width: calc(100% - 180px);
	font-size: 16px;
	padding: 5px;
}
.h6{
	font-size: 18px;
	text-align: left;
	margin: 10px 0;
	padding: 0;
	margin-top: 30px;
}
.rei{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.rei li{
	width: calc(33% - 10px);
	background-color: #FFFFEB;
	border: solid 4px #005BAC;
	color: #005BAC;
	font-size: 22px;
	padding: 10px;
	padding-left: 50px;
	text-align: left;
	box-sizing: border-box;
	border-radius: 20px 10px 10px 10px ;
	position: relative;
	font-weight: bold;
}
.rei li span.num{
	display: block;
	width: 1.5em;
	height: 1.5em;
	background-color: #005BAC;
	border:solid 2px #005BAC;
	border-radius: 50%;
	text-align: center;
	color: #FFF;
	box-sizing: border-box;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
	line-height: 1.3;
	position: absolute;
	top: -10px;
	left: -6px;
}
.rei li span.smole{
	font-size: 14px;
	font-weight: normal;
	display: block;
}

.tyuui{
	text-align: left;
	margin-left: 4.5em;
}
.tyuui span{
	display: inline-block;
	background-color: #FF0000;
	color: #FFF;
	padding:5px 0;
	text-align: center;
	width: 4em;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	box-sizing: border-box;
	margin-right: 0.5em;
	margin-left: -4.5em;
}
.linkcopy{
	font-size: 20px;
	text-align: center;
}
.linkcopy a{
	border: solid 1px #005BAC;
	padding-right: 2em;
	color: #000;
	text-decoration: none;
	padding: 20px 30px;
	display: inline-block;
	background-color: #FFFCCF;
}
.linkcopy a span{
	color: blue;
	text-decoration: underline;
}
.linkcopy a:hover{
	background-color: #FFFAA8;
}
/**/
.Pamphlet{
	margin: 0;
	background-color: #EEE;
	padding: 50px 0;
}
.Pamphlet > div{
	display: flex;
	justify-content: space-between;
}
.Pamphlet > div > div{
	width: 300px;
}
.Pamphlet > div > div:first-child{
	position: relative;
	width: 650px;
}

.Pamphlet .h3{
	font-size: 36px;
	margin: 0;
	padding: 0;
}
.linkbutton a{
	display: inline-block;
	background-color: #FF0000;
	color: #FFF;
	text-decoration: none;
	line-height: 1;
	padding: 16px 50px;
	border-radius:30px;
	font-weight: bold;
	font-size: 24px;
}
.linkbutton a:hover{
	background-color: #CF284D;
}
.pdf a{
	background-image: url("../images/PDF_32.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
}
.adobe{
	margin: 20px;
}
.adobe a{
	text-decoration: none;
	color: #000;
	font-size: 14px;
}
.adobe a img{
	display: block;
	margin: 0 auto;
}
.fukidasi{
	position: absolute;
	top:-50px;
	left: 0px;
	background-color: #FF0000;
	width: 120px;
	height: 120px;
	box-sizing: border-box;
	border-radius: 50%;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	padding-top: 30px;
}
.fukidasi::after{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-color: #FF0000;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.h2 span{
	font-size: 24px;
	display: block;
}

.linkbutton2 a{
	display: inline-block;
	background-color: #005BAC;
	color: #FFF;
	text-decoration: none;
	line-height: 1;
	padding: 16px 50px;
	border-radius:30px;
	font-weight: bold;
	font-size: 24px;
	margin: 10px;
}
.linkbutton2 span{
	font-size: 16px;
}
.linkbutton2 a:hover{
	background-color: #004481;
}
.readme{
	margin: 0;
	padding: 20px 0;
	background-color: #FFFDDD;
}

.chckspace{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 800px;
}
.chckspace li{
	margin: 10px 0;
}
.chckspace li label{
	display: flex;
	justify-content: space-between;
	border-radius: 10px;
	border:solid 1px #005BAC;
	cursor: pointer;
}
.chckspace li label > span{
	padding: 16px;
	width: 500px;
	text-align: left;
	font-size: 18px;
}
.chckspace input[type="checkbox"]{
	width: 20px;
	height: 20px;
	vertical-align: -4px;
	margin-right: 5px;
}

.chckspace li label > span:first-child{
	font-family: 'Roboto', sans-serif;
	width: 100px;
	background-color: #005BAC;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	border-radius: 10px 0 0 10px;
	padding: 10px;
	text-align: center;
}
.chckspace li label > span:first-child span{
	font-size: 24px;

}
.chckspace li label > span:last-child{
	width: 200px;
	text-align: center;
	font-size: 16px;
}

.submit{
	opacity: 1;
	background-color: #005BAC;
	color: #FFF;
	width: 300px;
	font-size: 28px;
	border: solid 1px #005BAC;
	border-radius: 10px;
	padding: 15px;
	margin: 20px;
	cursor: pointer;
}
.submit:hover{
	background-color: #004481;
}

footer{
	background-color: #EEE;
	padding: 30px 0;
}
footer .h6{
	text-align: center;
	font-size: 20px;
	margin: 0;
}
footer .h6s{
	text-align: left;
	font-size: 18px;
	margin: 0;
}
footer ul{
	width: 800px;
	list-style: none;
	display: flex;
	margin: 0 auto;
	padding: 0;
	justify-content: space-between;
}
footer li{
	margin: 0px;
	text-align: left;
}

/**/
.mailbox p{
	text-align: left;
	width: 800px;
	margin: 10px auto;
}
.mailbox p span.kome{
	display: block;
	margin-left: 1em;
	text-indent: -1em;
}
.mailbox .mail{
	width: 800px;
	display: block;
	margin: 40px auto;
	font-size: 20px;
	padding: 10px;
	border-radius: 6px;
	border: solid 1px #AAA;
	background-color: #FFFCCF;
	text-align: center;
}
.mailbox .submit{
	width: 360px;
}

ul.navi{
	list-style: none;
	display: flex;
	justify-content: space-between;
	width: 1000px;
	padding: 0;
	margin: 40px auto;
}
ul.navi  li{
	width: calc(25% - 20px);
	box-sizing: border-box;
	background-color: #EEE;
	padding: 15px 0 0 0;
	position: relative;
	height: 50px;
}
ul.navi li::after{
	position: absolute;
	top:0;
	right:-20px;
	content: "";
	display: block;
  width: 0;
  height: 0;
  border-left: 20px solid #EEE;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

ul.navi li:last-child:after{
	display: none;
}
ul.navi  li.this{
	background-color: #005BAC;
	color: #FFF;
}
ul.navi  li.this::after{
  border-left: 20px solid #005BAC;
}

.toiawase{
	width: 800px;
	border: solid 1px #AAA;
	padding:20px 10px;
	margin: 30px auto;
	text-align: center;
	box-sizing: border-box;
}
.panfimg img{
	width: 280px;
}
.ol-sp{
	display: none;
}

/**/
	.panfbox{
		display: flex;
		justify-content: center;
	}
	.panfbox > div{
		margin: 10px;
		text-align: center;
	}
	.panfbox > div img{
		width: 300px;
	}
	.Pamphlet > div > div:first-child{
		width: 100%;
	}
	.Pamphlet .h3{
		text-align: left;
		padding-left: 140px;
	}
	.Pamphlet div strong{
		margin-bottom: 10px;
		font-size: 20px;
	}
	.hosouseid{
		width: 900px;
		margin: 0 auto;
	}
	.hosouseid .h2hosyou{
		background-color: #005BAC;
		color: #FFF;
		font-size: 24px;
		font-weight: normal;
		padding: 10px 0;
	}
	.hosouseid a{
		display: block;
		border: solid 4px #005BAC;
		border-radius: 20px;
		padding: 20px;
		background-color: #EEE;
		text-align: center;
		text-decoration: none;
		color:#000;
	}
	.hosouseid a:hover{
		background-color: #DDD;
	}
	.hosouseid a strong{
		display: block;
		color:#FF0000;
		font-size: 30px;
	}
	.hosouseid a span{
		display: block;
	}

