@charset "utf-8";

#body{
	min-width: 1120px;
}

img{
	max-width: 100%;
}

.logo{
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.logo img{
	width: 500px;
}
.title{
	font-size: 32px;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	margin-top: 50px;
}
.h2{
	background-color: #0053c7;
	color: #FFF;
	border-radius: 30px;
	margin: 50px auto;
	font-size: 24px;
	padding: 10px;
	text-align: center;
}
.h3{
	font-size: 24px;
	text-align: center;
}
.mainwidth{
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
.setumei ol{
	list-style: none;
	margin: 0;
	padding: 0;
}
.setumei li{
	position: relative;
	padding-left: 2em;
	line-height: 1.5;
	margin: 5px 0;
}

.setumei .number{
	position: absolute;
	top:0;
	left: 0;
	display: grid;
	place-items: center;
	width: 1.5em;
	height: 1.5em;
	background-color: #0053c7;
	color: #FFF;
	text-align: center;
	border-radius: 50%;
	line-height: 1;
	margin-right: 0.5em;
	font-weight: 800;
}
.kome{
	display: block;
	margin-left: 1em;
	text-indent: -1em;
}
.privacy{
	border: solid 1px #AAA;
	padding: 20px;
}
.privacy p{
	margin: 0;
}
.chckspace{
	border: solid 1px #FF0000;
	padding: 10px;
	text-align: center;
	margin: 20px 0;
}
.chckspace input[type="checkbox"]{
	width: 1.5em;
	height: 1.5em;
	vertical-align: -0.25em;
}
footer{
	margin-top: 50px;
}
h1.title{
	text-align: center;
	font-size: 30px;
}
.button{
	text-align: center;
	display: flex;
	justify-content: center;
}
.button > div{
	margin: 20px;

}
.button a{
	position: relative;
	pointer-events: none;
	display: inline-block;
	background-color: #AAA;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	padding: 40px 40px;
	padding-right: 60px;
	border-radius: 30px;
	line-height: 1;
	transition: 0.5s;
}
.button.vew a{
	position: relative;
	pointer-events: auto;
	display: inline-block;
	background-color: #009cdf;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	line-height: 1;
	transition: 0.5s;
}
.button.vew a:hover{
	background-color: #0053c7;
}

.button a::after{
	position: absolute;
	top:0;
	right:20px;
	content: ">";
	display: block;
	font-size: 30px;
	font-weight: 400;
	transform: scaleX(0.3);
	line-height: 1;
	padding: 33px 0;
	transition: 0.5s;
}
.button.vew a:hover::after{
	right:10px;
}


.gomail{
	border: solid 4px #0053c7;
	background-color: #fdfdf1;
	border-radius: 20px;

	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px 0;
	box-sizing: border-box;
}
.gomail p{
	margin: 0;
	text-align: center;
}
input[name="mailad"]{
	display: block;
	width: 400px;
	margin: 10px auto;
	padding: 10px;
	font-size: 20px;
	border: solid 2px #0053c7;
}
.mailbox{
	width: 600px;
	margin: 0 auto;
	text-align: left;
}

.submit{
	background-color: #009cdf;
	color: #FFF;
	opacity: 1;
	border-radius: 10px;
	margin: 20px auto;
	display: block;
	width: 300px;
	border: 0;
	font-size: 18px;
	font-weight: 600;
	padding: 10px;
	cursor: pointer;
}

.kigyou ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.kigyou li{
	white-space: nowrap;
	display: inline-block;
	margin-right: 2em;
}
.kigyou li span{
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	margin-right: 0.4em;
	background-color: #000;
	color: #FFF;
	border-radius: 50%;
	text-align: center;
	line-height: 1;
	padding-top: 0.2em;
	font-weight: 600;
	box-sizing: border-box;
}

.tyui{
	text-align: center;
	margin: 0;
	color: #FF0000;
}
.entry table{
	margin: 50px 0;
	width: 100%;
	border-collapse: collapse;
}
.entry table th,
.entry table td{
	padding: 10px 0;
	font-weight: 400;
}
.entry table tr{
	border-bottom: dashed 1px #AAA;
}
.entry table tr:last-child{
	border: 0;
}
.entry table th{
	padding-right: 20px;
	text-align: left;
	white-space: nowrap;
}
input[type="number"],
input[type="text"],
input[type="tel"]{
	width: 100%;
	box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	padding: 10px;
	background-color: #fdfdef;
	border: solid 1px #0053C7;
	border-radius: 6px;
}
input[name="zip1"],
input[name="zip2"]{
	width: 100px;
	box-sizing: border-box;
}
input[type="number"]{
	width: 100px;
	padding: 5px 10px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{
	-webkit-appearance: none;
	margin: 0;
	-moz-appearance:textfield;
}
.entry{
	width: 600px;
	margin: 0 auto;
}
.entry table ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.entry table li{
	margin: 10px 0;
}
.hogosya label{
	display: block;
	border: solid 1px #FF0000;
}
input[type="radio"],
input[type="checkbox"]{
	width: 1.4em;
	height: 1.4em;
	vertical-align: -0.2em;
}
.hogosya .kome{
	font-size: 14px;
	color: #FF0000;
}

.kengakukibou span{
	font-size: 16px;
	display: inline-block;
	margin-left: 0.1em;
}
.kengakukibou label{
	display: block;
	font-size: 18px;
}
.kengakukibou label.disabled{
	color: #AAA;
}

.enquete label{
	display: inline-block;
}
.enquete td label:last-child{
	display: inline-block;
}
.entry table th{
	text-align: left;
}
.enquete .other{
	margin-left: 0.5em;
	width: 500px;
}
.enquete th span.number{
	background-color: #0053c7;
	color: #FFF;
	border-radius: 50%;
	width: 1.5em;
	height: 1.5em;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	padding-top: 0.2em;
}
th span.hiss{
	display: inline-block;
	background-color: #FF0000;
	color: #FFF;
	line-height: 1;
	font-size: 12px;
	padding: 3px;
	border-radius: 4px;
	font-weight: 600;
	vertical-align: 2px;
}
table{
	min-width: 500px;
}
.syusei{
	display: block;
	opacity: 1;
	background-color: #ffffec;
	border: solid 2px #009cdf;
	border-radius: 20px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 1;
	color: #000;
}
.check-page th{
	width: 150px;
}
.kongo ul li{
	text-align: left;
}
.syokierr{
	margin: 100px auto;
	text-align: center;
}
.link a{
	display: inline-block;
	background-color: #009cdf;
	color: #FFF;
	font-size: 20px;
	text-decoration: none;
	padding: 10px 40px;
	border-radius: 50%;
	line-height: 1.4;
}
.h2 + .privacy{
	margin-top: -20px;
}
.tyusyaku{
	display: block;
	white-space: wrap;
	line-height: 1.2;
}