@charset "utf-8";
/* CSS Document */


@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

html {
	font-family: "Source Sans Pro" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 62.5%;
	color: var(--color_text);
}

body {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Source Sans Pro" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: 500;
}

.gothic {
	font-family: "Source Sans Pro" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.mincho {
	font-family: 'Times New Roman','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',sans-serif;
}

a, a:link, a:visited {
	color: var(--color_link);
	text-decoration: none;
	transition: 0.5s;
}
a:not(.btn-chopstick):hover { opacity: 0.6; }

img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: bottom;
	transition: 0.5s;
}
a:hover img { opacity: 0.6; }


@media (min-width: 761px) {
  body {
    min-width: 1230px;
    position: relative;
  }

  .container {
    width: 1230px;
  }

  .visible-mp,
  .hidden-pc {
    display: none !important;
  }

  .navigation .mobile-nav {
    display: none !important;
  }
}
@media (max-width: 760px) {
  .visible-pc,
  .hidden-mp {
    display: none !important;
  }
}


/*----------------------------------------------
	header
----------------------------------------------*/
.navigation {
  background: #FFF;
  height: 145px;
  position: relative;
  z-index: 9999;
  letter-spacing: 0.1em;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .navigation {
    height: 116px;
    padding-top: 12px;
    width: 100%;
  }
}
@media (min-width: 761px) {
  .navigation .tagline {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    right: 24px;
    top: 24px;
  }
}
@media (max-width: 760px) {
  .navigation .tagline {
    margin-right: 10px;
  }
}
.navigation .tagline ul.htop {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  vertical-align: top;
}
.navigation .tagline ul.htop li {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  height: 22px;
}
@media (max-width: 760px) {
  .navigation .tagline ul.htop li {
    margin-left: 12px;
  }
  .navigation .tagline ul.htop li span {
    display: none;
  }
}
.navigation .tagline ul.htop a {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding: 0 14px;
  color: #FFF;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF83BA2D', endColorstr='#FF4DA925');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgzYmEyZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRkYTkyNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #83ba2d), color-stop(100%, #4da925));
  background-image: -moz-linear-gradient(top, #83ba2d 0%, #4da925 100%);
  background-image: -webkit-linear-gradient(top, #83ba2d 0%, #4da925 100%);
  background-image: linear-gradient(to bottom, #83ba2d 0%, #4da925 100%);
}
.navigation .tagline ul.htop a.social {
  padding: 0;
}
.navigation .tagline ul.htop a.social img {
  height: 22px;
}
@media (min-width: 761px) {
  .navigation h1, .navigation .copy {
    position: absolute;
  }
}
.navigation h1 img, .navigation .copy img {
  display: block;
  height: 100%;
  width: 100%;
}
.navigation h1 {
  width: 163px;
  height: 45px;
  margin: 0;
  left: 55px;
  top: 30px;
}
@media (max-width: 760px) {
  .navigation h1 {
    position: static;
    margin: 5px auto 10px;
  }
}
.navigation p.copy {
  width: 177px;
  height: 12px;
  margin: 0 auto;
  top: 60px;
  left: 240px;
}
.navigation a {
  color: #7FBE25;
  text-decoration: none;
}
.navigation .nav-wrapper {
  margin: 0 auto;
}
@media (min-width: 761px) {
  .navigation .nav-wrapper {
    width: 1200px;
  }
}
@media (max-width: 760px) {
  .navigation .nav-wrapper {
    position: static;
  }
}
.navigation .nav-container {
  margin: 0 auto;
}
.navigation .nav-container ul {
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 761px) {
  .navigation .nav-container nav > ul {
    position: absolute;
    top: 98px;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 760px) {
  .navigation .nav-container nav > ul {
    width: 100%;
    position: absolute;
    text-align: left;
    top: 116px;
    z-index: 9999;
    height: 0;
    overflow: hidden;
    display: block;
  }
}
.navigation .nav-container li {
  display: block;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  position: relative;
}
@media (min-width: 761px) {
  .navigation .nav-container li {
    height: 40px;
	text-align: center;
    line-height: 40px;
	min-width: 14%;
  }
  .navigation .nav-container li#nav_environment {
  }
}
@media (max-width: 760px) {
  .navigation .nav-container li {
    font-size: 16px;
    border-top: 1px solid #221814;
  }
}
.navigation .nav-container li a {
  display: block;
  width: 100%;
  padding: 0;
  text-decoration: none;
  transition: border 300ms ease;
}
.navigation .nav-container li a.active, .navigation .nav-container li a:hover {
  color: rgba(25, 150, 48, 0.8);
}
.navigation .nav-container li a i {
  float: right;
  color: inherit;
}
@media (max-width: 760px) {
  .navigation .nav-container li a {
    display: block;
    background: white;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    position: relative;
  }
  .navigation .nav-container li a::after {
    content: "\e080";
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 16px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 760px) {
  .navigation .nav-container li.subnav > a::after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .navigation .nav-container li.subnav.active > a::after {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
.navigation .nav-container li.active ul {
  max-height: 300px;
  min-height: 0px;
}
.navigation .nav-container li ul {
  display: block;
  position: relative;
  line-height: 1.6;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 761px) {
  .navigation .nav-container li ul {
    padding: 0 10px;
    width: 180px;
    max-height: 0;
    min-height: 0;
    text-align: left;
    overflow: hidden;
    top: 0px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8) url(../img/common/bg_nav_business_subnav.jpg) no-repeat;
	background-repeat: no-repeat;
    background-position: right 8px top 18px;
  }
}
@media (max-width: 760px) {
  .navigation .nav-container li ul {
    background: #FFF;
    height: auto;
    max-height: 0;
    top: 0;
    text-align: left;
    overflow: hidden;
  }
}
.navigation .nav-container li ul li {
  display: block;
  text-align: left;
  width: 100%;
  height: auto;
  font-size: 17px;
}
@media (min-width: 761px) {
  .navigation .nav-container li ul li {
    line-height: 2.0;
  }
}
@media (max-width: 760px) {
  .navigation .nav-container li ul li {
    line-height: 1.2;
    width: auto;
    border: none;
  }
}
.navigation .nav-container li ul li a {
  display: inline;
  color: #199630;
}
@media (min-width: 761px) {
  .navigation .nav-container li ul li a {
    padding: 10px 0;
  }
  .navigation .nav-container li ul li a::before {
    content: "■";
  }
  .navigation .nav-container li ul li a:hover {
    color: #7FBE25;
  }
}
@media (max-width: 760px) {
  .navigation .nav-container li ul li a {
    padding: 0;
  }
  .navigation .nav-container li ul li a::after {
    content: none;
  }
  .navigation .nav-container li ul li a::before {
    content: "\e080";
    font-size: 16px;
    padding-left: 0.5em;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.navigation .nav-container li ul li:last-child {
  border: none;
}
@media (min-width: 761px) {
  .navigation .nav-container li:hover ul {
    max-height: 400px;
    min-height: 114px;
    padding-top: 12px;
    padding-bottom: 100px;
  }
}
@media (min-width: 761px) {
  .navigation .nav-container li#nav_information ul {
    background-image: url(../img/common/bg_nav_information_subnav.jpg);
	background-position: center bottom 10px;
  }
  .navigation .nav-container li#nav_products ul {
    background-image: url(../img/common/bg_nav_products_subnav.jpg) no-repeat center bottom 10px;
	background-position: center bottom 10px;
  }
  .navigation .nav-container li#nav_company ul {
    background-image: url(../img/common/bg_nav_company_subnav.jpg) no-repeat center bottom 10px;
	background-position: center bottom 10px;
  }
}
@media (max-width: 760px) {
  .navigation input[type="checkbox"]:checked + nav > ul {
    height: 460px;
  }
}
.navigation #open-nav {
  display: none;
}
.navigation label {
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  position: absolute;
  top: 8px;
  left: 8px;
  cursor: pointer;
  color: #FFF;
  background: #199630;
}
.navigation label span {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transition: all .3s ease;
}
.navigation label span:hover {
  opacity: 0.8;
}

/*----------------------------------------------
	footer
----------------------------------------------*/
footer {
  padding: 0;
  color: #FFF;
  background: #5cc507 url(../img/common/bg_footer.png) no-repeat bottom right;
}
@media (max-width: 760px) {
  footer {
    padding: 0 0 0;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
@media (min-width: 761px) {
  footer nav, footer #copyright {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
footer nav {
  padding: 40px 0 60px;
  overflow: hidden;
  *zoom: 1;
}
@media (min-width: 761px) {
  footer nav div {
    float: left;
    width: 20%;
  }
}
footer nav ul {
  padding: 0;
  padding-left: 1.6em;
  margin: 0;
}
footer nav li {
  font-size: 19px;
}
footer nav li:empty {
  list-style: none;
  height: 1em;
}
@media (max-width: 760px) {
  footer nav li:empty {
    display: none;
  }
}
footer nav li li {
  font-size: 16px;
}
footer nav a {
  color: #FFF;
  text-decoration: none;
}
footer nav a.active, footer nav a:hover {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 760px) {
  footer nav {
    padding: 24px 10px;
  }
  footer nav h1 {
    float: none;
    text-align: center;
  }
  footer nav ul {
    margin-left: 0;
  }
  footer nav li {
    width: auto;
    margin-bottom: 12px;
  }
}
footer #copyright {
  text-align: center;
  margin: 0 auto;
  padding: 1em 0;
}

.btn-wrapper {
  text-align: center;
}

.btn {
  border: none;
  border-radius: 0;
}

a {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/*----------------------------------------------
	main parts
----------------------------------------------*/
#back_to_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 32px;
  height: 101px;
}
@media (max-width: 760px) {
  #back_to_top {
    right: 0;
  }
}
#back_to_top button {
  height: 100%;
  width: 100%;
  line-height: 100%;
  text-align: center;
  background: transparent;
  display: block;
  border: none;
  opacity: 1;
  padding: 0;
  outline: 0;
  opacity: 0.7;
}
#back_to_top button:hover {
  opacity: 1;
}
#back_to_top img {
  max-width: 100%;
}

.btn-mizobata {
  background-color: #DA000F;
  color: #FFF;
}
.btn-mizobata:hover {
  opacity: 0.8;
  color: #FFF;
}

.btn-chopstick {
  position: relative;
  width: 438px;
  height: 65px;
  margin: 0 auto;
  display: block;
  background: no-repeat center left;
  background-image: url(../img/common/btn_deco_cover_1.png);
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.btn-chopstick div {
  padding-top: 3.5%;
  text-align: center;
}
.btn-chopstick img {
  max-height: 100%;
}
.btn-chopstick::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -30px;
  background: no-repeat url(../img/common/btn_deco_chopstick.png);
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 270px;
  height: 47px;
  z-index: -1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-chopstick:hover::after {
  right: -44px;
}
@media (max-width: 760px) {
  .btn-chopstick {
    width: 90%;
    max-width: 438px;
    height: auto;
  }
  .btn-chopstick div {
    padding: 4% 0;
    width: 80%;
    margin: 0 auto;
  }
  .btn-chopstick::after {
    width: 54%;
    height: auto;
    padding: 5% 0;
    top: 20%;
    right: -5%;
  }
  .btn-chopstick:hover::after {
    right: -8%;
  }
}

/* -------------------
	MAIN
---------------------- */
main {
  position: relative;
  font-size: 16px;
}
/*
main {
  position: relative;
  font-size: 16px;
  background: transparent url(../img/common/bg_main_deco.png) no-repeat bottom left;
}
*/
@media (max-width: 760px) {
  main {
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
@media (max-width: 760px) {
  main {
    font-size: 16px;
  }
}
main h1, main h2, main h3, main h4, main h5, main h6 {
  font-weight: normal;
  letter-spacing: 0.12em;
  font-family: 'Open Sans', sans-serif;
}
main h1:first-child, main h2:first-child, main h3:first-child, main h4:first-child, main h5:first-child, main h6:first-child {
  margin-top: 0;
}
main .glyphicon {
  text-decoration: none;
  color: inherit;
}
main p {
  margin: 0 0 1em;
  line-height: 2;
  font-size: 16px;
}
main p:last-child {
  margin-bottom: 0;
}
main figure {
  text-align: center;
}
@media (max-width: 760px) {
  main figure {
    margin: 20px auto;
  }
}
main .figure {
  text-align: center;
}
main .figure figure {
  display: inline-block;
}
main figcaption {
  text-align: left;
}
main img {
  max-width: 100%;
}
main th, main dt {
  font-weight: normal;
}
main .container {
  max-width: 1230px;
  margin: 0 auto;
}
main ul.row {
  list-style: none;
  padding-left: 0;
}
main h4 {
  font-size: 21px;
}
main h5 {
  font-size: 14px;
}
main .square_nav {
  margin: 0 auto;
}
@media (min-width: 761px) {
  main .square_nav {
    width: 830px;
  }
}
@media (max-width: 760px) {
  main .square_nav {
    width: 290px;
  }
}
main .square_nav ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
}
main .square_nav li {
  width: 400px;
  height: 130px;
  background: #FFF;
  margin-bottom: 30px;
}
main .square_nav li:nth-of-type(even) {
  float: right;
}
main .square_nav li:nth-of-type(odd) {
  float: left;
}
@media (max-width: 760px) {
  main .square_nav li {
    width: 290px;
    height: 96px;
    float: none !important;
    margin-bottom: 15px;
  }
}
main .square_nav li a {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  line-height: 1.6;
  height: 130px;
  width: 500px;
  padding-left: 156px;
  color: #FFF;
  text-decoration: none;
  background-image: url(../img/company/bg_nav.png);

  -moz-background-size: auto;
  -o-background-size: auto;
  -webkit-background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #5cc507;
}
/*
main .square_nav li a {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  line-height: 1.6;
  height: 130px;
  width: 500px;
  padding-left: 156px;
  color: #FFF;
  text-decoration: none;
  background-repeat: no-repeat;
  background-image: url(../img/common/bg_square_nav.png), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1YjQyOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM3NzYyMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: url(../img/common/bg_square_nav.png), -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #65b429), color-stop(100%, #377620));
  background-image: url(../img/common/bg_square_nav.png), -moz-linear-gradient(left top, #65b429 0%, #377620 100%);
  background-image: url(../img/common/bg_square_nav.png), -webkit-linear-gradient(left top, #65b429 0%, #377620 100%);
  background-image: url(../img/common/bg_square_nav.png), linear-gradient(to right bottom, #65b429 0%, #377620 100%);
  -moz-background-size: auto;
  -o-background-size: auto;
  -webkit-background-size: auto;
  background-size: auto;
  background-position: right bottom, left top;
}
*/
main .square_nav li a img {
  position: absolute;
  left: 11px;
  top: 11px;
}
@media (max-width: 760px) {
  main .square_nav li a {
    padding-left: 116px;
    font-size: 16px;
    height: 96px;
    -moz-background-size: 30% auto, auto;
    -o-background-size: 30% auto, auto;
    -webkit-background-size: 30% auto, auto;
    background-size: 30% auto, auto;
  }
  main .square_nav li a img {
    width: 100px;
    left: 6px;
    top: 6px;
  }
}
main .square_nav li a:hover {
  opacity: 0.7;
}
main .content_block {
  background-repeat: no-repeat;
  background-position: top center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 0 0 96px;
  color: #000;
}
@media (max-width: 760px) {
  main .content_block {
    padding: 0 0 60px;
  }
}
main .content_block > section,
main .content_block > .section {
  width: 1230px;
  margin: 96px auto;
}
@media (max-width: 760px) {
  main .content_block > section,
  main .content_block > .section {
    width: auto;
    margin: 40px auto;
  }
}
main .content_block > section:first-child,
main .content_block > .section:first-child {
  margin-top: 0;
}
main .content_block > section:last-child,
main .content_block > .section:last-child {
  margin-bottom: 0;
}
main .content_block.inverted {
  color: #FFF;
  background-color: #333;
}
main .content_block.inverted h2 span {
  color: #FFF;
}
main .header_block {
  font-size: 16px;
  padding: 58px 0 0;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (min-width: 761px) {
  main .header_block {
    height: 240px;
  }
}
@media (max-width: 760px) {
  main .header_block {
    padding: 30px 0;
  }
}
main .header_block h2, main .header_block h3, main .header_block h4, main .header_block h5, main .header_block h6 {
  letter-spacing: 0.1em;
  line-height: 1.4;
}
main .header_block h2 {
  padding: 10px 0;
  color: #CEDD4C;
  font-size: 46px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: 0 auto;
  text-shadow: 0 0 16px #000, 0 0 6px rgba(0, 0, 0, 0.4);
  background: rgba( 255, 255, 255, 0.5 );
}
main .header_block h2 span {
  margin-top: 4px;
  display: block;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0;
}
@media (max-width: 760px) {
  main .header_block h2 {
    font-size: 32px;
  }
  main .header_block h2 span {
    font-size: 18px;
    margin-top: 6px;
  }
}

@media (max-width: 760px) {
  .page .header_block {
    margin-bottom: 60px;
  }
}
.page section .container,
.page .section.container {
  margin: 60px auto 100px;
}
@media (max-width: 760px) {
  .page section .container,
  .page .section.container {
    margin: 40px auto 40px;
  }
}
.page main > section {
  padding-bottom: 100px;
}
@media (max-width: 760px) {
  .page main > section {
    padding-bottom: 60px;
  }
}
.page main > section section:last-child,
.page main > section .section:last-child {
  margin-bottom: 0;
}
.page main > section section h3,
.page main > section .section h3 {
  font-size: 35px;
  color: #7FBE25;
  margin-bottom: 1.8em;
  text-align: center;
}
@media (max-width: 760px) {
  .page main > section section h3,
  .page main > section .section h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.page main > section section p,
.page main > section .section p {
  margin: 1em auto;
}
.page main > section section p:first-child,
.page main > section .section p:first-child {
  margin-top: 0;
}
.page main > section section p:last-child,
.page main > section .section p:last-child {
  margin-bottom: 0;
}

.subpage .header_block {
  height: auto;
  padding: 0;
}
.subpage .header_block h2 {
  background: no-repeat center;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI2OS41JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNzAuNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-image: radial-gradient(ellipse cover at center, rgba(255, 255, 255, 0) 69.5%, #ffffff 70%, rgba(255, 255, 255, 0) 70.5%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 69.5%, #ffffff 70%, rgba(255, 255, 255, 0) 70.5%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 69.5%, #ffffff 70%, rgba(255, 255, 255, 0) 70.5%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(ellipse cover at center, rgba(255, 255, 255, 0) 69.5%, #ffffff 70%, rgba(255, 255, 255, 0) 70.5%, rgba(255, 255, 255, 0) 100%);
  -moz-background-size: 438px 438px;
  -o-background-size: 438px 438px;
  -webkit-background-size: 438px 438px;
  background-size: 438px 438px;
  color: #FFF;
  padding: 60px 0 57px;
  font-size: 29px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-shadow: none;
  background-color: #5cc507;
}
/*
.subpage .header_block h2 {
  background: no-repeat center;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI2OS41JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNzAuNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxNmQxYiIvPjxzdG9wIG9mZnNldD0iMjIlIiBzdG9wLWNvbG9yPSIjNTRhMTIwIi8+PHN0b3Agb2Zmc2V0PSIyMiUiIHN0b3AtY29sb3I9IiM1NGExMjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzY1YjQyOSIvPjxzdG9wIG9mZnNldD0iNzglIiBzdG9wLWNvbG9yPSIjNTRhMTIwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzE2ZDFiIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: radial-gradient(ellipse cover at center, rgba(255, 255, 255, 0) 69.5%, #ffffff 70%, rgba(255, 255, 255, 0) 70.5%, rgba(255, 255, 255, 0) 100%), -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #316d1b), color-stop(22%, #54a120), color-stop(22%, #54a120), color-stop(50%, #65b429), color-stop(78%, #54a120), color-stop(100%, #316d1b));
  background-image: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 69.5%, #ffffff 70%, rgba(255, 255, 255, 0) 70.5%, rgba(255, 255, 255, 0) 100%), -moz-linear-gradient(left, #316d1b 0%, #54a120 22%, #54a120 22%, #65b429 50%, #54a120 78%, #316d1b 100%);
  background-image: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 69.5%, #ffffff 70%, rgba(255, 255, 255, 0) 70.5%, rgba(255, 255, 255, 0) 100%), -webkit-linear-gradient(left, #316d1b 0%, #54a120 22%, #54a120 22%, #65b429 50%, #54a120 78%, #316d1b 100%);
  background-image: radial-gradient(ellipse cover at center, rgba(255, 255, 255, 0) 69.5%, #ffffff 70%, rgba(255, 255, 255, 0) 70.5%, rgba(255, 255, 255, 0) 100%), linear-gradient(to right, #316d1b 0%, #54a120 22%, #54a120 22%, #65b429 50%, #54a120 78%, #316d1b 100%);
  -moz-background-size: 438px 438px, 100%;
  -o-background-size: 438px 438px, 100%;
  -webkit-background-size: 438px 438px, 100%;
  background-size: 438px 438px, 100%;
  color: #FFF;
  padding: 60px 0 57px;
  font-size: 29px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-shadow: none;
}
*/
.subpage .header_block h2 span {
  display: block;
  width: 346px;
  margin: 8px auto 0;
}
.subpage .header_block h2 span:nth-of-type(1) {
  border-bottom: #DA000F 1px solid;
  padding-bottom: 4px;
}
.subpage .header_block h2 span:nth-of-type(2) {
  padding-top: 4px;
  font-size: 18px;
}
@media (max-width: 760px) {
  .subpage .header_block h2 {
    padding: 30px 0 28px;
    font-size: 20px;
    -moz-background-size: 240px 240px, 100%;
    -o-background-size: 240px 240px, 100%;
    -webkit-background-size: 240px 240px, 100%;
    background-size: 240px 240px, 100%;
  }
  .subpage .header_block h2 span {
    width: 200px;
  }
  .subpage .header_block h2 span:last-child {
    width: 210px;
    font-size: 15px;
  }
}




/*------------------------------
	追記
------------------------------*/

/* footer */
footer nav ul > li + li {
  margin-top: 10px;
}

footer nav ul li > ul {
	margin-top: 5px;
}



/*=============================================
	調整用
===============================================*/
.fl, .fl-tab, .fl-smp {
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
}

.fl-jst {
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
}

.fl-cen {
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
}

.fl-end {
	-webkit-justify-content:flex-end;
	-moz-justify-content:flex-end;
	justify-content:flex-end;
}

.fl-wrap {
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.fl-col {
	-webkit-flex-direction:column;
	-moz-flex-direction:column;
	flex-direction:column;
}


@media (max-width: 760px) {
	.fl-tab {
		-webkit-flex-direction:column;
		-moz-flex-direction:column;
		flex-direction:column;
	}
}
@media (max-width: 480px) {
	.fl-smp {
		-webkit-flex-direction:column;
		-moz-flex-direction:column;
		flex-direction:column;
	}
}

.mt0 { margin-top: 0!important; }
.mt5 { margin-top: 5px!important; }
.mt10 { margin-top: 10px!important; }
.mt15 { margin-top: 15px!important; }
.mt20 { margin-top: 20px!important; }
.mt30 { margin-top: 30px!important; }
.mt35 { margin-top: 35px!important; }
.mt40 { margin-top: 40px!important; }
.mt50 { margin-top: 50px!important; }
.mt100 { margin-top: 100px!important; }
.mr0 { margin-right: 0!important; }
.mr5 { margin-right: 5px!important; }
.mr10 { margin-right: 10px!important; }
.mr15 { margin-right: 15px!important; }
.mr20 { margin-right: 20px!important; }
.mr25 { margin-right: 25px!important; }
.mb0 { margin-bottom: 0!important; }
.mb5 { margin-bottom: 5px!important; }
.mb10 { margin-bottom: 10px!important; }
.mb12 { margin-bottom: 12px!important; }
.mb15 { margin-bottom: 15px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb25 { margin-bottom: 25px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb35 { margin-bottom: 35px!important; }
.mb40 { margin-bottom: 40px!important; }
.mb50 { margin-bottom: 50px!important; }
.mb60 { margin-bottom: 60px!important; }
.mb80 { margin-bottom: 80px!important; }
.ml0 { margin-left: 0!important; }
.ml5 { margin-left: 5px!important; }
.ml10 { margin-left: 10px!important; }
.ml15 { margin-left: 15px!important; }
.ml20 { margin-left: 20px!important; }
.ml25 { margin-left: 25px!important; }
.ml30 { margin-left: 30px!important; }


.ls5 { letter-spacing: 5px; text-indent: 5px; }
.ls10 { letter-spacing: 10px; text-indent: 10px; }
.ls15 { letter-spacing: 15px; text-indent: 15px; }


.show480, .show760 { display: none; }
.hdn760 { display: inherit;}
.hdn480 { display: inherit;}
@media (max-width: 760px) {
	.hdn760 { display: none;}
	.show760 { display: inherit; }
}
@media (max-width: 480px) {
	.hdn480 { display: none;}
	.show480 { display: inherit; }
}

.ta_cnt { text-align: center; }
.ta_right { text-align: right; }

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}
