@charset "UTF-8";
@media screen and (max-width:750px){
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}



#contents h2 {
	background-color: #4b8ac5;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
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: 20px;
	text-align: center;
	font-weight: normal;
}
.center {
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
}

#block01 {
	border: 1px solid #1e2678;
	border-radius: 20px;
	margin-top: 40px;
	margin-right: 20px;
	margin-left: 20px;
	color: #666;
}
#block01 h3 {
	font-size: 24px;
	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: 20px;
	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: 60px;
	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: 60px;
	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: 60px;
	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: 60px;
	background-size: 46px 46px;
	margin-top: 30px;
}




#block02 {
	margin-bottom: 40px;
}
#block02 dl {
	margin-right: 20px;
	margin-left: 20px;
}
#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: 16px;
}
#block02 dl dt span {
	background-color: #cc0000;
	display: inline-block;
	height: 28px;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}
#block02 dl dd {
	width: 100%;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	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;
	box-sizing: border-box;
}
#block02 form textarea {
	width: 100%;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 28px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 100px;
	border: 1px solid #e6e6e6;
}
#block02 form dl dd select {
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
}
#block02 form dl dd .surname     {
	width: 100%;
	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: 100%;
	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: 100%;
	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 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;
}
#block02 form dl dd ul li {
	width: 100px;
}
#block02 form dl dd p {
	display: inline-block;
	font-size: 40px;
}

hr {
  height: 2px;
  border: none;
  border-top: 2px #000 solid;
}

.000000 {
}
}
