@charset "utf-8";
/* CSS Document */

.contener {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-align: center;
}

.contener2 {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	text-align: center;
	float: left;
}

.contener2b {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 45px;
	text-align: center;
	float: left;
}

.contener2b2 {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 45px;
	text-align: center;
	float: left;
}

.contener3 {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	text-align: center;
}

.contener4 {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
		float: left;
}

#rogo {
	width: 300px;
    margin-top: 25px;
    margin-left: 100px;
	float: left;

}

#nav{
	width: 880px;
	padding-top: 45px;
	float: left;
	}

#nav2{
	width: 1280px;
		padding-top: 45px;
	float: left;
	}

.nav{
	font-size: 12pt;
	margin-left: 50px;
	padding-top: 45px;
	text-align: center;
	}
	nav ul{
	margin: 0 ;
	padding: 0 ;
	}
	nav li{
	list-style: none;
	display: inline-block;
	width: 5%;
	min-width: 100px;
	}
	nav li:not(:last-child){
	border-right:2px solid #ddd;
	}
	nav a{
	text-decoration: none;
	color: #333;
	}
	nav a.current{
	color: #00B0F0;
	border-bottom:2px solid #00B0F0;
	}
	nav a:hover{
	color:#F7CB4D;
	border-bottom:2px solid #F7CB4D;
	}


.form {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-align: center;
	float: left;
}

#formWrap {
	width:1100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 45px;
	color:#555;
	line-height:120%;
	font-size:90%;
	float: left;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:850px;
	margin:0 auto;

}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
form input[type="text"], form textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}

#footer {
border-top: solid 1px lightgray;
padding-bottom: 10px;
margin-top:30px;
margin-right: auto;
margin-left: auto;
}

#footer ul {
  text-align: center;
}

#footer ul li {
  padding: 0 4px;
  display: inline;
}

#footer p {
  text-align: center;
}

#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}