p {
  word-break: break-all;
}
.bx-wrapper {
  height: 100%;
}

.topPageTop{
	margin:0 0 10px 10px;
    padding: 10px 0px 10px 0px;
}
.title0{
    padding-bottom: 10px;
}
.title1{
    padding-bottom: 10px;
}
.title2{
    padding-bottom: 10px;
}

/*グローバルメニュー-----------------*/
#gnavi li a{
	display: block;
	height: 30px;
	float:left;
	background-image: url(../images/navi_arrow.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	background-color:#fff;
	padding: 10px 12px 0 22px;
	margin: 0 20px 20px 0;
	border: 1px solid #009923;
	text-decoration:none;
	color:#000;
	
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;

}

/* マップリンク */
.Maplink {
  padding: 2px 2px 1px 2px;
  position: relative;
  display: inline-block;
  transition: .3s;
  color: #009923;
  text-decoration: none;
}
.Maplink::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #009923;
  transition: .3s;
}
.Maplink:hover {
  text-decoration: none;
}
.Maplink:hover::after {
  width: 100%;
}

/* レイアウト */
.form60th-01 {
  width: 80%;
  margin: 2em auto;
  border: 2px solid #009923;
  border-radius: 10px;
}
.form60th-01 form {
  margin: 20px auto;
}
/* セレクトボックス項目の後に"▼"を追加 */
.form60th-01 select.form60th-01-select::after {
  pointer-events: none; /*矢印部分をクリックを可能にする*/
  position: absolute;
  color: #666666;
  top: 50%;
  left: 6.7em;
  transform: translateY(-50%); /*▼を上に移動*/
  content: "▼";
}
.form60th-01 select.form60th-01-select {
  /*元々の<select>のスタイルを削除 */
  /* -webkit-appearance: none; */
  /* -moz-appearance: none; */
  /* appearance: none; */
  /*今回指定する<select>のスタイル */
  margin: 10px 20px 10px 30px;
  width: 65%;
  height: 2.5em;
  border: 1px solid #009923;
  border-radius: 10px;
  font-size: 20px;
  padding: 0px 20px;
}
.form60th-01 button {
  cursor: pointer;
  margin: 20px;
  padding: 15px 45px;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  background-color: #009923;
}
#footer, #footerInner {
  background-color: #fff;
}