#single_news_header .update {
  display: none;
}

#related_post {
  display: none;
}

.title_eco {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
}

.title_eco:before,
.title_eco:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 40px;
  height: 5px;
  content: '';
  border-top: solid 3px #333;
}

.title_eco:before {
  left: 0;
}

.title_eco:after {
  right: 0;
}

.aoba-title {
  display: block;
  position: relative;
}

.aoba-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #009245;
  transform: skew(-10deg);
  /*背景の傾き*/
  z-index: -1;
}

.saf-mid {
  position: relative;
  padding: 1.5rem;
  text-align: center;
}

.saf-mid:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 2px;
  content: '';
  background: #29ABE2;
}

#wpcf7-f413-o1.wpcf7.js {
  background-color: #ffffff;
  border-style: hidden;
}

.lng-line {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 1px solid #B3B3B3;
}

.lng-line:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 15%;
  height: 1px;
  content: '';
  background: #29ABE2;
}

#footer_inner {
  background-color: #030244;
}

#footer {
  background-color: #030244;
}

#footer_nav li a {
  color: #ffffff;
  font-size: 14px;
}

#footer_catch p {
  background-color: #0096fa;
}

#footer_catch {
  background-color: #0096fa;
  height: 25px;
}

#global_menu > ul > li > a {
  font-size: 14px;
  padding-right: 10px;
  padding-left: 15px;
  font-weight: 300;
}

#global_menu > ul {
  text-align: left;
  padding-left: 300px;
}

.design_button {
  background-color: #0096fa;
  color: #ffffff;
  border-style: hidden;
}

.design_button:hover {
  background-color: #0090E0;
}

#global_menu ul ul a {
  background-color: #ffffff;
  color: #333333;
}

#global_menu ul ul a:hover {
  background-color: #00b7ff;
}

#global_menu > ul > li.active > a {
  font-weight: 300;
  font-family: sans-serif;
}