* {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-size: 0px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: initial;
}

.container {
	width: 960px;
	margin: 0px auto;
	position: relative;
}
.header_container2 {
	width: 100%;
	height: 55px;
	position: fixed;
	z-index: 100;
}
.header {
	z-index: 100;
	position: relative;
}
.hamburger {
	z-index: 103;
}
.header_container {
	width: 100%;
	height: 55px;
	background-color: #FFFFFF;
	opacity: 0.6;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
.header {
	width: 960px;
	height: 55px;
}
.header img.hlogo {
	width: 220px;
	height: 27px;
	margin: 14px 0px 0px 25px;
}

#menu {
	display: none;
	visibility: hidden;
}
#spmenu {
	width: 90% !important;
	max-width: 560px !important;
	height: 54px;
	overflow: hidden;
	margin: 0px auto;
	display: block;
	visibility: visible;
}
#spmenu #splogo {
	width: 157px;
	margin: 12px 0px;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: absolute;
  right : 20px;
  top   : 15px;
  width : 35px;
  height: 35px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 35px;
  height  : 4px;
  left: 0px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0px;
}
.hamburger span:nth-child(2) {
  top: 11px;
}
.hamburger span:nth-child(3) {
  top: 22px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 15px;
  left: 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: absolute;
  z-index : 2;
  top: 0;
  right: 0px;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateY(-430px);
  transition: all 0.6s;
  width: 320px;
  opacity: 0;
  margin: 0px auto 0px;
}

nav.globalMenuSp ul {
  background: url(../images/back_menu.jpg);
  background-size: 320px;
  padding: 94px 0px 76px;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li a {
  display: block;
  font-size: 15px;
  line-height: 32.5px;
  color: #333333;
  text-align: center;
  text-decoration :none;
}
nav.globalMenuSp ul li a:hover {
	color: #96B935;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0px);
  opacity: 0.95;
}


.header_box {
	width: 100%;
	height: 55px;
	
}
.title {
	width: 100%;
	height: 30px;
	padding: 21px 0px 21px;
	background-color: #EBEBEB;
}
.title h2 {
	text-align: center;
}
.title h2 span span {
	height: 30px;
	font-size: 30px;
	line-height: 30px;
	padding: 0px 23px;
	border-right: 5px solid #000000;
	border-left: 5px solid #000000;
	display: inline-block;
}
.title h2 span {
	height: 30px;
	font-size: 30px;
	line-height: 30px;
	padding: 0px 2px;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	display: inline-block;
}

.pankuzu p {
	font-size: 13px;
	margin: 8px 0px 0px 33px;
}
.pankuzu p a {
	font-size: 13px;
	text-decoration: underline;
}



.effect_button {
  outline: none;
}
.effect_button::before,
.effect_button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.effect_button,
.effect_button::before,
.effect_button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#footer {
	width: 100%;
	height: 177px;
	background-color: #96B935;
}
#footer .ft_links {
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 23px;
}
#footer .ft_links a {
	font-size: 100%;
	color: #FFFFFF;
}
#footer .ft_comp {
	font-size: 15px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 23px;
}
#footer .ft_access {
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	line-height: 24px;
	padding-top: 3px;
}


.sponly {
	display: none !important;
	visibility: hidden !important;
}

.pcbr::after {
	content: "\A";
	white-space: pre;
}
#footer .ft_links .spbr {
	font-size: 100%;
	color: #ffffff;
}

.clear {
	clear: both;
	height: 0px;
}
.bold {
	font-weight: bold;
}
.txt_c {
	text-align: center;
}
.txt_r {
	text-align: right;
}
.pd17 {
	padding-top: 17px !important;
}
.pd39 {
	padding-top: 39px !important;
}
.pb18 {
	padding-bottom: 18px !important;
}
.mt0 {
	margin-top: 0px !important;
}
.mt18 {
	margin-top: 18px !important;
}
.mt21 {
	margin-top: 21px !important;
}
.mt24 {
	margin-top: 24px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt32 {
	margin-top: 32px !important;
}
.mt34 {
	margin-top: 34px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt37 {
	margin-top: 37px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt43 {
	margin-top: 43px !important;
}
.mt47 {
	margin-top: 47px !important;
}
.mt52 {
	margin-top: 52px !important;
}
.mt72 {
	margin-top: 72px !important;
}
.ml25 {
	margin-left: 25px !important;
}
