@charset "UTF-8";
@media screen and (min-width: 751px){
#contents h2 {
	margin: 0px;
	background-color: #4b8ac5;
	text-align: center;
	height: 58px;
	line-height: 58px;
	color: #fff;
	font-size: 30px;
}
h4 {
	background-color: #ccc;
	line-height: 46px;
	height: 46px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	font-size: 28px;
	text-align: center;
	font-weight: normal;
}
.center {
	text-align: center;
	font-size: 20px;
}
#block01 {
	width: 708px;
	border: 1px solid #1e2678;
	border-radius: 20px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	color: #666;
}
#block01 h3 {
	font-size: 28px;
	line-height: 78px;
	color: #1e2678;
	text-align: center;
	height: 78px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1e2678;
	margin: 0px;
}
#block01 ul {
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
}
#block01 ul li {
	list-style-type: none;
}
#block01 ul li span {
	font-size: 18px;
	color: #1e2678;
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
#block01 ul .no1 {
	background-image: url(images/no1.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 70px;
	background-size: 46px 46px;
	margin-top: 20px;
}
#block01 ul .no2 {
	background-image: url(images/no2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 70px;
	background-size: 46px 46px;
	margin-top: 30px;
}
#block01 ul .no3 {
	background-image: url(images/no3.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 70px;
	background-size: 46px 46px;
	margin-top: 30px;
}
#block01 ul .no4 {
	background-image: url(images/no4.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 70px;
	background-size: 46px 46px;
	margin-top: 30px;
}



#block02 {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
#block02 dl {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
}
#block02 dl dt{
	line-height: 28px;
	color: #fff;
	height: 28px;
	border-left-width: 28px;
	border-left-style: solid;
	border-left-color: #3366cc;
	background-color: #1d95d4;
	padding-left: 5px;
	font-size: 20px;
}
#block02 dl dt span {
	background-color: #cc0000;
	display: inline-block;
	height: 28px;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}
#block02 dl dd {
	margin-left: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 500px;
	font-size: 20px;
}
#block02 dl dd span {
	font-size: 16px;
}
#block02 form {
	font-size: 16px;
}
#block02 form input {
	font-size: 16px;
	line-height: 24px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#block02 form textarea {
	width: 500px;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 28px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 180px;
	border: 1px solid #e6e6e6;
}
#block02 form dl dd select {
	width: 500px;
	font-size: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
}
#block02 form dl dd .surname     {
	width: 240px;
	display: inline-block;
	float: left;
}
#block02 form dl dd .surname input     {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
}
#block02 form dl dd .name     {
	width: 240px;
	display: inline-block;
	float: right;
}
#block02 form dl dd .name input     {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
}
#block02 form dl dd .txt {
	width: 500px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
}
#block02 form p {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	text-align: center;
	padding-top: 20px;
	font-size: 16px;
}
#block02 form p a {
	color: #000;
	text-decoration: none;
}
#block02 form p a:hover {
	text-decoration: underline;
}
#block02 form ul {
	text-align: center;
}
#block02 form ul li {
	display: inline-block;
	list-style-type: none;
	margin-right: 5px;
	margin-left: 5px;
}
#block02 form ul li .btn1 {
	border: 1px solid #3366cc;
	border-radius: 8px;
	font-weight: bold;
	color: #fff;
	background-color: #1d95d4;
	height: 50px;
	width: 200px;
	font-size: 20px;
	transition: 0.5s;
}
#block02 form ul li .btn1:hover {
	background-color: #3fabe4;
	transition: 0.3s;
}
#block02 form ul li .btn2 {
	border: 1px solid #000;
	border-radius: 8px;
	font-weight: bold;
	color: #fff;
	background-color: #999;
	height: 50px;
	width: 200px;
	font-size: 20px;
}
#block02 form ul li .btn2:hover {
	background-color: #a7a7a7;
	transition: 0.3s;
}
.000000 {
}
}
