@charset "UTF-8";
/* ========================================

泰阜村のサイト

=========================================*/
/* ================================================
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
Changed from CSS to SCSS 
================================================ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Add Reset Code */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  	/*
  	//---font-size早見表----
  
  		10	63%
  		11	69%
  		12	75%
  		13	82%
  		14	88%
  		15	94%
  		16	100%   <- 基準
  		17	107%
  		18	113%
  		19	119%
  		20	125%
  		21	132%
  		22	138%
  		23	144%
  		24	150%
  		25	157%
  		26	163%
  		27	169%
  		28	175%
  		29	182%
  		30	188%
  		31	194%
  		32	200%
  		33	207%
  		34	213%
  		35	219%
  		36	225%
  		37	232%
  		38	238%
  		39	244%
  		40	250%
  		41	257%
  		42	263%
  		43	269%
  		44	275%
  		45	282%
  		46	288%
  		47	294%
  		48	300%
  		49	307%
  		50	313%
  
  	//-------------------
  	*/
}

body {
  font-size: 100%;
  color: #333333;
  font-family: -apple-system, tbudgothic-std, 'BIZ UDPゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
}

h1 {
  background-color: #c2f398;
  background-color: linear-gradient(90deg, #c2f398 16%, #7ee74d 81%, #b4f3a2 100%);
  background-image: url("../img/bg-h1.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 15px 10px 15px 30px;
  font-size: 180%;
  margin-bottom: 2rem;
  border-radius: 12px;
}
@media screen and (max-width: 580px) {
  h1 {
    background-size: 63px;
  }
}

h2 {
  font-size: 113%;
  background-color: #ddf9c9;
  padding: 10px 15px 10px 30px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-image: url("../img/bg-h2.png");
  background-position: left;
  background-repeat: no-repeat;
  border-radius: 6px;
}

h3 {
  font-size: 100%;
  background-color: #f7f7f7;
  padding: 10px 15px 10px 30px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-image: url("../img/bg-h3.png");
  background-position: left;
  background-repeat: no-repeat;
  border-radius: 6px;
}

h4 {
  font-size: 100%;
  border-bottom: 1px solid #bababa;
  padding: 10px 15px 10px 30px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-image: url("../img/bg-h4.png");
  background-position: left;
  background-repeat: no-repeat;
}

p {
  padding-bottom: 10px;
  letter-spacing: 1px;
  line-height: 30px;
}

br.sp {
  display: none !important;
}
@media screen and (max-width: 769px) {
  br.sp {
    display: block !important;
  }
}

.navigation {
  height: 54px;
  background: #3d8e41;
  background-image: url("../img/bg-navigation.png");
  background-blend-mode: soft-light;
  font-size: 88%;
  border-top: 1px solid #004f0d;
  border-bottom: 8px solid #3d8e41;
}
.navigation.top-nav {
  background-image: none;
  background-color: #ddf9c9;
  border-bottom: none;
  height: 49px;
}
.navigation.top-nav li {
  background-color: #809F49;
}
.navigation.top-nav li a,
.navigation.top-nav li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 44px;
  background: #809F49;
}
.navigation.top-nav li a:hover,
.navigation.top-nav li a:visited:hover {
  background: #ddf9c9;
  color: #ffffff;
}
@media screen and (max-width: 976px) {
  .navigation.top-nav li:nth-child(2) {
    display: none;
  }
}
.navigation.top-nav nav {
  display: flex;
  font-size: 100%;
  color: #004f0d;
}
@media screen and (max-width: 1000px) {
  .navigation.top-nav nav {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .navigation.top-nav nav {
    font-size: 80%;
  }
}
.navigation.top-nav nav #ss-kana {
  border-radius: 5px;
  padding: 7px 10px 5px;
  margin-right: 5px;
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: #ffffff;
}
.navigation.top-nav nav #ss-kana:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  background-image: url(../img/icon-furigana.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: -1px;
  vertical-align: middle;
  margin-top: -1px;
}
.navigation.top-nav nav #size {
  border-radius: 5px;
  padding: 7px 10px 5px;
  margin-right: 5px;
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: #ffffff;
}
.navigation.top-nav nav #size:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background-image: url(../img/icon-moji.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: -1px;
  vertical-align: middle;
  margin-top: 3px;
}
.navigation.top-nav nav #size span {
  background-color: #3d8e41;
  padding: 5px;
  margin-left: 5px;
  border-radius: 5px;
}
.navigation.top-nav nav #size span a {
  color: white !important;
}
.navigation.top-nav nav #size #ss-small {
  font-size: 75% !important;
}
.navigation.top-nav nav #size #ss-medium {
  font-size: 85% !important;
}
.navigation.top-nav nav #size #ss-large {
  font-size: 95% !important;
}
.navigation.top-nav nav #size a {
  border: 1px solid;
  padding: 3px 5px;
  margin: 0px 2px;
  border-radius: 5px;
}
.navigation.top-nav nav #size a:nth-child(1) {
  font-size: 75% !important;
}
.navigation.top-nav nav #size a:nth-child(2) {
  font-size: 85% !important;
}
.navigation.top-nav nav #size a:nth-child(3) {
  font-size: 95% !important;
}
.navigation.top-nav nav #ss-voice {
  border-radius: 5px;
  padding: 7px 10px 5px;
  margin-right: 5px;
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: #ffffff;
}
.navigation.top-nav nav #ss-voice:before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 14px;
  margin-right: 4px;
  background-image: url(../img/icon-voice.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 0px;
  vertical-align: middle;
}
.navigation.top-nav form {
  display: inline-block;
  font-size: 0px;
  border-radius: 12px;
  padding-top: 7px;
}
.navigation.top-nav form input#search-box {
  padding: 5px 15px 5px 15px;
  margin-right: 0px;
  padding-right: 0px;
  border: 0;
  border-radius: 12px;
  box-shadow: 0px 1px 4px rgba(70, 70, 70, 0.71);
  background-color: white;
}
@media screen and (max-width: 769px) {
  .navigation.top-nav form input#search-box {
    width: 86vw;
  }
}
.navigation.top-nav form input#search-button {
  border: 0;
  padding: 6px 20px;
  color: transparent;
  width: 52px;
  height: 41px;
  background-image: url(../img/icon-search-small.png);
  background-color: transparent;
  margin-left: -2.5rem;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .navigation.top-nav form {
    margin-left: 1rem;
    margin-bottom: 2rem;
  }
}
.navigation.top-nav form[action="/search.html"] #search-box {
  width: calc(100% - 71px);
  padding: 9px 8px 7px 9px;
  border-radius: 3px 0px 0px 3px;
  box-shadow: inherit;
  border: 1px solid #006837;
  box-sizing: border-box;
}
.navigation.top-nav form[action="/search.html"] #search-button {
  background-image: none;
  color: white;
  padding: 6px 20px;
  width: inherit;
  height: inherit;
  margin-left: 0;
  background-color: #006837;
  border: 1px solid #006837;
}
.navigation.top-nav .gsc-input-box {
  padding: 0 !important;
}
.navigation.sp {
  display: none;
  background: none;
  border: 0;
}
@media screen and (max-width: 1000px) {
  .navigation.sp {
    display: block;
  }
  .navigation.sp #nav-toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    padding: 25px 45px 30px 10px;
    background-color: #ddf9c9;
  }
  .navigation.sp .nav-mobile {
    display: block !important;
  }
}

@media screen and (max-width: 769px) {
  iframe#twitter-widget-0 {
    height: 100% !important;
  }
}
.form {
  position: relative;
}
.form.detail {
  width: 235px;
}
.form.detail div#___gcse_0 {
  display: inline-block;
  max-width: 350px;
  border: none !important;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 769px) {
  .form.detail {
    float: left;
  }
}

div#___gcse_0 {
  display: inline-block;
  max-width: 350px;
  border: none !important;
  position: absolute;
  right: 21px;
}
@media screen and (max-width: 1110px) {
  div#___gcse_0 {
    right: 12px;
  }
}

div#gsc-iw-id1 {
  border: none;
}

.gsc-control-cse {
  border: none !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0 !important;
}

td.gsc-input {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

table.gsc-search-box {
  margin-bottom: 0;
}

.gsc-input-box {
  padding: 0;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0;
  min-width: 135px;
}

div#gsc-iw-id1 {
  margin-right: -3px;
}

table#gs_id50 {
  margin-bottom: 0 !important;
}

td#gs_tti50 {
  border: none;
  padding: 8px 0px 8px 8px;
}

td.gsib_b {
  border: none;
}

td.gsc-search-button {
  border: none;
  padding: 0;
}

button.gsc-search-button.gsc-search-button-v2 {
  background-color: #006837;
  border: none;
}
button.gsc-search-button.gsc-search-button-v2:hover {
  cursor: pointer;
}

button.gsc-search-button.gsc-search-button-v2 {
  background: url(../img/btn-search.png) no-repeat center;
  background-color: #006837;
  width: 63px;
  height: 29px;
  background-size: 61px;
  padding: 0;
}
button.gsc-search-button.gsc-search-button-v2 svg {
  visibility: hidden;
}

td.gsc-search-button {
  background: url(../img/btn-search.png) no-repeat center;
  width: 65px;
  height: 30px;
  background-size: 65px;
}

.rightSide button.gsc-search-button.gsc-search-button-v2 {
  background: url(../img/btn-search.png) no-repeat center;
  background-color: #006837;
  width: 77px;
  height: 43px;
  background-size: 76px;
  padding: 0;
}
.rightSide button.gsc-search-button.gsc-search-button-v2 svg {
  visibility: hidden;
}
.rightSide td.gsc-search-button {
  background: url(../img/btn-search.png) no-repeat center;
  width: 76px;
  height: 36px;
  background-size: 76px;
}
.rightSide .gsc-input-box {
  padding: 4px;
  border-radius: 0;
}
.rightSide .gsc-search-button-v2 {
  border-radius: 0;
}
@media screen and (max-width: 1100px) {
  .rightSide .gsc-search-box-tools .gsc-search-box .gsc-input {
    min-width: 119px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1100px) {
  .rightSide div#___gcse_0 {
    right: 10px;
  }
}

.brand {
  position: relative;
  float: left;
  text-transform: uppercase;
  font-size: 82%;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}
.brand a {
  position: absolute;
  height: 95px;
}

.nav-container {
  max-width: 1100px;
  margin: 0 auto;
}

nav {
  float: right;
  position: relative;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.45);
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 44px;
  background-blend-mode: soft-light;
  color: #ffffff;
  text-decoration: none;
  transition: all 100ms ease-in-out;
}
@media screen and (max-width: 1100px) {
  nav ul li a,
  nav ul li a:visited {
    padding: 0 12px;
  }
}
nav ul li a:hover,
nav ul li a:visited:hover {
  background: white;
  color: #003006;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  bottom: -7px;
  height: 13px;
  background-image: url(../img/icon-arrow-down.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 24%;
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
nav ul .form.detail {
  display: none;
  width: 100%;
  background-color: #67a76f;
  padding: 20px;
}
@media screen and (max-width: 769px) {
  nav ul .form.detail {
    display: block;
  }
}
nav ul .form.detail div#___gcse_0 {
  max-width: 100%;
  margin-left: 10px;
}
nav ul .form.detail .gsc-search-box-tools .gsc-search-box .gsc-input {
  min-width: 70vw;
}
@media screen and (max-width: 580px) {
  nav ul .form.detail .gsc-search-box-tools .gsc-search-box .gsc-input {
    min-width: 63vw;
  }
}
nav ul .form.detail button.gsc-search-button.gsc-search-button-v2 {
  width: 17vw;
  height: 51px;
  margin-right: 10px;
}
@media screen and (max-width: 769px) {
  nav ul .form.detail button.gsc-search-button.gsc-search-button-v2 {
    margin-right: 0;
  }
}
nav ul .form.detail .gsc-input-box {
  padding-top: 11px;
  padding-bottom: 11px;
}
nav ul .form.detail table {
  margin-bottom: 0 !important;
}
nav ul .form.detail table tr td {
  border: none !important;
}

.brand-mobile {
  display: none;
}
.brand-mobile a {
  padding: 0 !important;
}

@media screen and (max-width: 1000px) {
  .nav-container {
    position: relative;
  }
  .nav-container nav {
    display: block;
    position: fixed;
    top: 0;
    z-index: 1;
  }

  .brand-mobile {
    display: block;
  }

  .nav-mobile {
    z-index: 3;
  }

  .nav-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    display: none;
  }
  .nav-list li {
    flex-basis: 50%;
    max-width: 50%;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
  }
  .nav-list li.brand-mobile {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .nav-list li.brand-mobile {
    width: 100%;
    border-top: none;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .nav-list li {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 1000px) {
  .nav-list form[action="/search.html"] #search-box {
    width: calc(100% - 80px);
    padding: 9px 8px 7px 9px;
    border-radius: 3px 0px 0px 3px;
    box-shadow: inherit;
    border: 1px solid #006837;
    box-sizing: border-box;
  }
  .nav-list form[action="/search.html"] #search-button {
    background-image: none;
    color: white;
    padding: 6px 20px;
    width: inherit;
    height: inherit;
    margin-left: 0;
    background-color: #006837;
    border: 1px solid #006837;
  }
}
.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  background-color: #3d8e41;
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1000px) {
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 0;
    background: #3d8e41;
    background-image: url(../img/bg-navigation.png);
    background-blend-mode: soft-light;
    margin-top: 4rem;
  }
  nav:nth-of-type(1) {
    margin-top: 88px;
  }
  nav:nth-child(1) {
    margin-top: 0;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
}
@media screen and (min-width: 1000px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  padding: 10px 35px 16px 1px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #006837;
  position: absolute;
  display: block;
  content: '';
  transition: all 100ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

#ss-kana a, #size a, #ss-voice a {
  color: #1c4a1f;
}

.hidden-menu {
  background-color: #d0e799;
  font-size: 83%;
  padding: 10px;
}
.hidden-menu .hidden-box {
  margin: 0 auto;
  width: 100%;
  max-width: 90%;
  display: flex;
  margin: auto;
  justify-content: flex-end;
}
.hidden-menu .hidden-box #ss-kana {
  background-color: white;
  border-radius: 5px;
  padding: 10px 10px;
  margin-left: 1rem;
}
.hidden-menu .hidden-box #ss-kana:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  background-image: url(../img/icon-furigana.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: -1px;
  vertical-align: middle;
}
.hidden-menu .hidden-box #size {
  background-color: white;
  border-radius: 5px;
  padding: 10px 10px;
  margin-left: 1rem;
}
.hidden-menu .hidden-box #size:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background-image: url(../img/icon-moji.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: -1px;
  vertical-align: middle;
}
.hidden-menu .hidden-box #size span {
  background-color: #809F49;
  color: white;
  margin-left: 5px;
  padding: 4px 5px;
  border-radius: 5px;
}
.hidden-menu .hidden-box #size span a {
  color: white;
}
.hidden-menu .hidden-box #ss-voice {
  background-color: white;
  border-radius: 5px;
  padding: 10px 10px;
  margin-left: 1rem;
}
.hidden-menu .hidden-box #ss-voice:before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 14px;
  margin-right: 4px;
  background-image: url(../img/icon-voice.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: -1px;
  vertical-align: middle;
}
.hidden-menu .hidden-box #ss-voice-controller {
  top: 4.5em;
  z-index: 2;
}

#ss-voice-controller {
  position: absolute;
  top: 2.5em;
  right: 0;
  display: block;
}

.fadein {
  position: relative;
  width: 100%;
  height: 550px;
  max-height: 550px;
  z-index: -1;
}
.fadein img {
  width: 100%;
  height: 550px;
  max-height: 700px;
}

.main {
  position: relative;
  width: 100%;
  margin-top: -4rem;
  z-index: -1;
}
.main .head-wrapper .main-top {
  position: absolute;
  top: 8rem;
  min-height: 300px;
  min-width: 600px;
  width: 100%;
  margin: auto;
  vertical-align: bottom;
  background-image: url(../img/head-text.png);
  background-position-y: bottom;
  background-size: 743px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-origin: border-box;
  background-blend-mode: multiply;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .main .head-wrapper .main-top {
    min-width: 100%;
    background-size: 100% !important;
  }
}
.main .head-wrapper .emergency-btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1rem auto 0;
  width: 100%;
  max-width: 500px;
  margin-bottom: 8rem;
  margin-top: -8rem;
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.18);
  border-radius: 10px;
}
.main .head-wrapper .emergency-btn .left-btn {
  flex-basis: 200px;
  max-width: 200px;
  background-color: red;
  color: white;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .head-wrapper .emergency-btn .left-btn:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 17px;
  margin-right: 7px;
  background-image: url(../img/icon-danger.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.main .head-wrapper .emergency-btn .right-btn {
  flex-basis: calc(100% - 200px);
  max-width: calc(100% - 200px);
  padding: 5px;
  background-color: white;
}
.main .head-wrapper .emergency-btn .right-btn .news {
  position: relative;
  overflow: hidden;
}
.main .head-wrapper .emergency-btn .right-btn .news[role="marquee"] {
  list-style: none;
}
.main .head-wrapper .emergency-btn .right-btn .news .item[aria-hidden] {
  text-align: left;
}
.main .head-wrapper .emergency-btn .right-btn .news .item[aria-hidden="false"] {
  position: relative;
  left: auto;
  animation-duration: .5s;
  animation-name: slidein;
}
.main .head-wrapper .emergency-btn .right-btn .news .item[aria-hidden="true"] {
  position: absolute;
  left: 200%;
  width: 100%;
  animation-duration: .5s;
  animation-name: slideout;
}
.main .head-wrapper .emergency-btn .right-btn .title-mute {
  text-decoration: none;
  color: #808080;
  padding-left: 2rem;
}
@media screen and (max-width: 551px) {
  .main .head-wrapper .emergency-btn {
    display: block;
    max-width: 95%;
  }
  .main .head-wrapper .emergency-btn .left-btn, .main .head-wrapper .emergency-btn .right-btn {
    display: block;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.slider {
  position: relative;
  height: 735px;
}
@media screen and (max-width: 697px) {
  .slider {
    height: auto;
  }
}
.slider .header {
  font-size: 88%;
  z-index: 200;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 90%;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .slider .header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .slider .header {
    position: absolute;
    top: 0%;
    left: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .slider .header {
    z-index: 0 !important;
  }
}
@media screen and (max-width: 575px) {
  .slider .header {
    position: absolute;
    top: -2%;
    left: -9px;
    z-index: 0 !important;
  }
}
.slider .header .leftSide {
  flex-basis: 525px;
  max-width: 525px;
}
@media screen and (max-width: 1290px) {
  .slider .header .leftSide {
    flex-basis: 400px;
    max-width: 400px;
    font-size: 88%;
  }
}
@media screen and (max-width: 480px) {
  .slider .header .leftSide {
    flex-basis: 82vw;
    max-width: 82vw;
  }
}
.slider .header .leftSide .emergency-btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 12px auto 0;
  width: 100%;
  max-width: 95%;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.18);
  border-radius: 10px;
}
.slider .header .leftSide .emergency-btn .left-btn {
  flex-basis: 120px;
  max-width: 120px;
  background-color: #ED1C24;
  color: white;
  padding: 5px;
  display: flex;
  justify-content: left;
  align-items: center;
  vertical-align: middle;
}
@media screen and (max-width: 1100px) {
  .slider .header .leftSide .emergency-btn .left-btn {
    display: block;
    flex-basis: 120px;
    max-width: 120px;
  }
}
.slider .header .leftSide .emergency-btn .left-btn:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 17px;
  margin-right: 4px;
  margin-left: 5px;
  background-image: url(../img/icon-danger.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.slider .header .leftSide .emergency-btn .right-btn {
  flex-basis: calc(100% - 120px);
  max-width: calc(100% - 120px);
  padding: 5px;
  background-color: white;
  font-size: 114%;
}
@media screen and (max-width: 1100px) {
  .slider .header .leftSide .emergency-btn .right-btn {
    display: block;
    flex-basis: calc(100% - 120px);
    max-width: calc(100% - 120px);
  }
}
.slider .header .leftSide .emergency-btn .right-btn .news-ticker {
  position: relative;
  overflow: hidden;
  padding-left: 1rem;
}
.slider .header .leftSide .emergency-btn .right-btn .news-ticker[role="marquee"] {
  list-style: none;
}
.slider .header .leftSide .emergency-btn .right-btn .news-ticker .item[aria-hidden] {
  text-align: left;
}
.slider .header .leftSide .emergency-btn .right-btn .news-ticker .item[aria-hidden="false"] {
  position: relative;
  left: auto;
  animation-duration: .5s;
  animation-name: slidein;
}
.slider .header .leftSide .emergency-btn .right-btn .news-ticker .item[aria-hidden="true"] {
  position: absolute;
  left: 200%;
  width: 100%;
  animation-duration: .5s;
  animation-name: slideout;
}
.slider .header .leftSide .emergency-btn .right-btn .title-mute {
  text-decoration: none;
  color: #222222;
}
@media screen and (max-width: 551px) {
  .slider .header .leftSide .emergency-btn {
    display: block;
    max-width: 95%;
  }
  .slider .header .leftSide .emergency-btn .left-btn, .slider .header .leftSide .emergency-btn .right-btn {
    display: block;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.slider .header .rightSide {
  flex-basis: calc(100% - 525px);
  max-width: calc(100% - 525px);
  margin: 0.7rem auto 0;
  text-align: right;
}
@media screen and (max-width: 1240px) {
  .slider .header .rightSide {
    flex-basis: calc(100% - 400px);
    max-width: calc(100% - 400px);
  }
}
.slider .header .rightSide .btn-header {
  top: 0px;
  background-color: #ddf9c9;
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 10px 12px 10px 48px;
  transition: all 100ms ease-in-out;
  color: #006837;
}
@media screen and (max-width: 769px) {
  .slider .header .rightSide .btn-header {
    display: none;
  }
}
.slider .header .rightSide .btn-header span:before {
  content: '';
  display: inline-block;
  width: 41px;
  height: 41px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
}
.slider .header .rightSide .btn-header.view {
  top: 1px;
  margin-right: 1rem;
}
@media screen and (max-width: 1110px) {
  .slider .header .rightSide .btn-header.view {
    margin-right: 5px;
  }
}
.slider .header .rightSide .btn-header.view span:before {
  background-image: url(../img/icon_kairan.png);
}
.slider .header .rightSide .btn-header.lang span:before {
  background-image: url(../img/icon-lang.png);
}
.slider .header .rightSide .btn-header:hover {
  background-color: #006837;
  color: white;
}
@media screen and (max-width: 1000px) {
  .slider .header .rightSide {
    display: none;
  }
  .slider .header .rightSide a.form, .slider .header .rightSide .top-pulldown-menu {
    display: none;
  }
}
.slider form {
  display: inline-block;
  font-size: 83%;
  margin: auto 0rem auto 0;
}
@media screen and (max-width: 1100px) {
  .slider form {
    margin-right: 5px;
  }
}
.slider form input#search-box {
  width: 250px;
  padding: 12px 8px 12px 15px;
  margin-right: 0px;
  padding-right: 0px;
  border: none;
  background-color: white;
}
@media screen and (max-width: 769px) {
  .slider form input#search-box {
    width: 62vw;
  }
}
@media screen and (max-width: 1240px) {
  .slider form input#search-box {
    width: 200px;
  }
}
.slider .slide-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  background-size: cover;
}
.slider .slide-img:not(:first-child) {
  display: none;
}
.slider .main-top {
  position: absolute;
  top: 6rem;
  min-height: 300px;
  min-width: 600px;
  width: 100%;
  margin: auto;
  vertical-align: bottom;
  background-image: url(../img/head-text.png);
  background-position-y: bottom;
  background-size: 743px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-origin: border-box;
  background-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .slider .main-top {
    background-size: 75%;
    min-height: 38vw;
  }
}
@media screen and (max-width: 697px) {
  .slider .main-top {
    min-width: 100%;
    position: relative;
    display: block;
    top: 0;
    margin: auto;
    background-position-y: bottom;
    min-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .slider .main-top {
    background-size: 90% !important;
    min-height: 46vw;
  }
}
.slider .menu-top {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 697px) {
  .slider .menu-top {
    position: relative;
    display: block;
    bottom: 0;
    height: auto;
  }
}
.slider .menu-top .menu-banner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 975px;
}
@media screen and (max-width: 769px) {
  .slider .menu-top .menu-banner {
    display: block;
    flex-wrap: nowrap;
    padding: 20px;
  }
}
.slider .menu-top .menu-banner a.item {
  display: inline-block;
  text-decoration: none;
  margin: auto;
  margin-top: -8%;
  margin-bottom: 10px;
  transition: 0.2s;
  text-align: center;
}
.slider .menu-top .menu-banner a.item:hover {
  opacity: 0.8;
}
@media screen and (max-width: 769px) {
  .slider .menu-top .menu-banner a.item {
    margin-left: 0px;
    width: 32%;
    text-align: center;
  }
}
@media screen and (max-width: 697px) {
  .slider .menu-top .menu-banner a.item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    margin-top: 25px;
    margin-bottom: 0;
  }
}
.slider .menu-top .menu-banner a.item img {
  width: auto;
  border-radius: 50%;
  border: 6px solid white;
}
@media screen and (max-width: 697px) {
  .slider .menu-top .menu-banner a.item img {
    flex-basis: 25%;
    max-width: 25%;
    z-index: 2;
    max-height: 90px;
  }
}
.slider .menu-top .menu-banner a.item p {
  text-align: center;
  font-size: 100%;
  color: white;
  padding: 8px 5px 8px 5px;
  border-radius: 12px;
  width: 160px;
  position: relative;
  margin: -3rem auto 1rem;
  background-color: #3d8e41;
  -webkit-box-shadow: 0px 0px 5px 0px #585858;
  -moz-box-shadow: 0px 0px 5px 0px #585858;
  box-shadow: 0px 0px 5px 0px #585858;
  border: 3px solid white;
}
@media screen and (max-width: 769px) {
  .slider .menu-top .menu-banner a.item p {
    position: relative;
    margin: -22px auto 0;
    font-size: 113%;
  }
}
@media screen and (max-width: 697px) {
  .slider .menu-top .menu-banner a.item p {
    flex-basis: 74%;
    max-width: 74%;
    margin: auto;
    padding: 20px 5px;
    margin-left: -20px;
    z-index: 0;
  }
}

.main-part {
  background-color: white;
  padding-bottom: 1rem;
}
@media screen and (max-width: 769px) {
  .main-part {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.main-part .main-menuPart {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 769px) {
  .main-part .main-menuPart {
    display: block;
  }
}
.main-part .main-menuPart .title:before {
  content: '';
  display: inline-block;
  width: 47px;
  height: 47px;
  background-image: url(../img/menu-title.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 15px;
  position: absolute;
}
.main-part .main-menuPart .title h2 {
  border-radius: 0;
  padding: 10px 20px 10px 60px;
  font-weight: bold;
  background-image: none;
}
.main-part .main-menuPart .mokuteki-menu {
  flex-basis: calc(100% - 265px);
  max-width: calc(100% - 265px);
}
@media screen and (max-width: 769px) {
  .main-part .main-menuPart .mokuteki-menu {
    max-width: 100%;
  }
}
.main-part .main-menuPart .benri-menu {
  flex-basis: 265px;
  max-width: 265px;
}
@media screen and (max-width: 769px) {
  .main-part .main-menuPart .benri-menu {
    max-width: 100%;
  }
}
.main-part .main-menuPart .mokuteki-menu,
.main-part .main-menuPart .benri-menu {
  padding: 15px;
}
.main-part .main-menuPart .mokuteki-menu .title,
.main-part .main-menuPart .benri-menu .title {
  margin-bottom: 2rem;
  position: relative;
}
.main-part .main-menuPart .mokuteki-menu .title h2,
.main-part .main-menuPart .benri-menu .title h2 {
  border-radius: 0;
}
.main-part .main-menuPart .mokuteki-menu .sub,
.main-part .main-menuPart .benri-menu .sub {
  display: block;
}
.main-part .main-menuPart .access-box {
  flex-basis: calc(50% - 30px);
  max-width: calc(50% - 30px);
  background-image: url(../img/bg_yama_blue.png);
}
.main-part .main-menuPart .access-box .sub {
  color: #3FA9F5;
}
.main-part .main-menuPart .info-box {
  flex-basis: 50%;
  max-width: 50%;
  background-image: url(../img/bg_yama_green.png);
}
.main-part .main-menuPart .info-box .sub {
  color: #7AC943;
}
.main-part .main-menuPart .menuPart-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  max-width: 100%;
  padding-top: 0;
}
.main-part .main-menuPart .menuPart-list li {
  flex-basis: 23%;
  max-width: 23%;
  text-decoration: none;
  padding: 10px 15px;
  border: 2px solid #e4e4e4;
  background-color: white;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 572px) {
  .main-part .main-menuPart .menuPart-list li {
    flex-basis: 32%;
    max-width: 32%;
  }
}
@media screen and (max-width: 480px) {
  .main-part .main-menuPart .menuPart-list li {
    flex-basis: 49%;
    max-width: 49%;
  }
}
.main-part .main-menuPart .menuPart-list li:hover {
  -webkit-box-shadow: 0px 0px 10px 0px #e0e0e0;
  -moz-box-shadow: 0px 0px 10px 0px #e0e0e0;
  box-shadow: 0px 0px 10px 0px #e0e0e0;
}
.main-part .main-menuPart .menuPart-list li a:hover {
  background-color: #ddf9c9;
  color: #333333 !important;
}
.main-part .main-menuPart .menuPart-list li p {
  text-align: center;
  font-size: 100%;
  padding: 5px 5px 5px 5px;
  border-radius: 12px;
  margin-top: -32px;
  width: 100%;
  background-color: inherit;
  color: #3d8e41;
}
@media screen and (max-width: 769px) {
  .main-part .main-menuPart .menuPart-list li p {
    position: relative;
    margin: -2rem auto 1rem;
    width: 100%;
  }
}
.main-part .main-menuPart .menuPart-list li img {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .main-part .main-menuPart .rightPart-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
  }
}
.main-part .main-menuPart .rightPart-list li {
  width: 100%;
  position: relative;
  margin: 0 auto 20px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .main-part .main-menuPart .rightPart-list li {
    flex-basis: 49%;
    max-width: 49%;
  }
}
@media screen and (max-width: 375px) {
  .main-part .main-menuPart .rightPart-list li {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.main-part .main-menuPart .rightPart-list li a {
  background-color: #fcfffa;
  color: #4d4d4d;
  border: 2px solid white;
  border-radius: 12px;
  padding: 80px 0;
  width: 100%;
  display: block;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 5px 0px #ababab;
  -moz-box-shadow: 0px 0px 5px 0px #ababab;
  box-shadow: 0px 0px 5px 0px #ababab;
  transition: all 100ms ease-in-out !important;
}
.main-part .main-menuPart .rightPart-list li a:hover {
  background-color: #ddf9c9;
}
@media screen and (max-width: 769px) {
  .main-part .main-menuPart .rightPart-list li a {
    background-size: cover;
  }
}
.main-part .main-menuPart .left-menu #___gcse_0 {
  display: inline-block;
  max-width: 100%;
  border: inherit;
  position: relative;
  right: 0;
}
.main-part .main-menuPart .left-menu .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
.main-part .main-menuPart .left-menu .item-box .item {
  flex-basis: 47%;
  max-width: 47%;
  margin-bottom: 2rem;
}
.main-part .main-menuPart .left-menu .item-box .item h2 {
  background-color: #f7f7f7;
  margin-top: 0;
}
.main-part .main-menuPart .left-menu .item-box .item .folder-title {
  display: inline-block;
  color: #333333;
  font-size: 113%;
}
.main-part .main-menuPart .left-menu .item-box .item ul {
  margin-top: -1.5rem;
}
.main-part .main-menuPart .left-menu .item-box .item ul li {
  border-bottom: 1px dotted gray;
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-part .main-menuPart .left-menu .item-box .item ul li a {
  color: inherit;
  position: relative;
  padding-left: 40px;
}
.main-part .main-menuPart .left-menu .item-box .item ul li a:before {
  content: "";
  background-image: url(../img/icon-page.png);
  background-size: cover;
  position: absolute;
  top: -2px;
  left: 2px;
  width: 16px;
  height: 21px;
}
.main-part .main-menuPart .left-menu img {
  max-width: 100% !important;
  max-height: 100% !important;
}

.second-part {
  background-image: linear-gradient(white, #ddf9c9);
}
.second-part .second-menuPart {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 769px) {
  .second-part .second-menuPart {
    display: block;
  }
}
.second-part .second-menuPart .newsPart {
  flex-basis: calc(100% - 265px);
  max-width: calc(100% - 265px);
  padding: 15px;
}
@media screen and (max-width: 769px) {
  .second-part .second-menuPart .newsPart {
    max-width: 100%;
  }
}
.second-part .second-menuPart .newsPart .newsPart-list {
  font-size: 88%;
  max-height: 484px;
  min-height: 484px;
}
@media screen and (max-width: 769px) {
  .second-part .second-menuPart .newsPart .newsPart-list {
    min-width: auto;
  }
}
.second-part .second-menuPart .newsPart .newsPart-list ul li {
  position: relative;
}
.second-part .second-menuPart .newsPart .newsPart-list ul li a {
  display: inline-flex;
  width: 100%;
  text-decoration: none;
  padding: 1rem 0.5rem 0;
  transition: all 100ms ease-in-out;
}
@media screen and (max-width: 626px) {
  .second-part .second-menuPart .newsPart .newsPart-list ul li a {
    display: block;
  }
}
.second-part .second-menuPart .newsPart .newsPart-list ul li a .date {
  color: #4d4d4d;
  width: 130px;
  min-width: 120px;
}
.second-part .second-menuPart .newsPart .newsPart-list ul li a p {
  margin-left: 2rem;
  color: #333333;
  text-decoration: underline;
  transition: all 100ms ease-in-out !important;
}
@media screen and (max-width: 626px) {
  .second-part .second-menuPart .newsPart .newsPart-list ul li a p {
    margin-left: 1rem;
  }
}
.second-part .second-menuPart .newsPart .newsPart-list ul li a p:hover {
  color: #809F49;
}
.second-part .second-menuPart .newsPart .newsPart-list ul li.new p:after {
  content: "New";
  width: 50px;
  text-align: center;
  vertical-align: middle;
  padding: 5px 10px;
  display: inline-block;
  font-weight: bold;
  background-color: #edc2e2;
  font-size: 63%;
  margin-left: 10px;
  margin-top: -5px;
}
@media screen and (max-width: 769px) {
  .second-part .second-menuPart .newsPart .item-box {
    min-height: auto;
    max-height: none;
  }
}
.second-part .second-menuPart .newsPart .item-box nav {
  float: none !important;
  position: inherit !important;
  background: none !important;
}
.second-part .second-menuPart .newsPart .item-box nav.names {
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 36px;
  border-bottom: 1px solid #edc2e2;
  width: 100%;
  z-index: 2;
}
.second-part .second-menuPart .newsPart .item-box nav.names .name {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 2px 21px;
  height: 36px;
  line-height: 34px;
  background-color: #dadada;
  color: #494949;
  overflow: hidden;
  position: relative;
}
.second-part .second-menuPart .newsPart .item-box nav.names .name.current {
  background-color: #006837;
  color: white;
  font-size: 100%;
}
.second-part .second-menuPart .newsPart .item-box .view .more {
  color: #101010;
  padding: 8px 2rem;
  vertical-align: middle;
  margin-top: 1rem;
  background-image: url(../img/ico_menu_arrow_pink.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 16px);
  background-size: 10px 15px;
  background-position-y: center;
  position: relative;
  transition: all 100ms ease-in-out !important;
  float: right;
}
.second-part .second-menuPart .newsPart .item-box .view .more:hover {
  color: #3d8e41;
}
.second-part .second-menuPart .newsPart .item-box .view .rss {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 88%;
  color: #494949;
}
.second-part .second-menuPart .newsPart .item-box .view .rss:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url("../img/rss.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 4px;
}
.second-part .second-menuPart .newsPart .item-box .view .pages {
  font-size: 88%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.second-part .second-menuPart .newsPart .item-box .view .pages article {
  position: relative;
}
.second-part .second-menuPart .newsPart .item-box .view .pages article:first-of-type {
  padding-top: 20px;
}
.second-part .second-menuPart .newsPart .item-box .view .pages article header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  width: 100%;
  text-decoration: none;
  padding: 0 0.5rem 0;
  transition: all 100ms ease-in-out;
  border-bottom: 1px solid #d8d8d8;
}
.second-part .second-menuPart .newsPart .item-box .view .pages article header time {
  flex-basis: 130px;
  max-width: 130px;
  color: #4d4d4d;
  padding-top: 10px;
  font-size: inherit;
}
@media screen and (max-width: 480px) {
  .second-part .second-menuPart .newsPart .item-box .view .pages article header time {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.second-part .second-menuPart .newsPart .item-box .view .pages article header h3 {
  flex-basis: calc(100% - 130px);
  max-width: calc(100% - 130px);
  margin-left: 8px;
  color: #333333;
  text-decoration: underline;
  transition: all 100ms ease-in-out !important;
  padding: 10px 15px 10px 5px;
  /* padding: 0; */
  margin: 0;
  background: none;
}
@media screen and (max-width: 480px) {
  .second-part .second-menuPart .newsPart .item-box .view .pages article header h3 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.second-part .second-menuPart .right-part {
  flex-basis: 265px;
  max-width: 265px;
}
@media screen and (max-width: 769px) {
  .second-part .second-menuPart .right-part {
    max-width: 100%;
    margin: auto;
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
  }
}
.second-part .second-menuPart .right-part .twitterPart {
  padding: 15px;
  height: 50%;
}
@media screen and (max-width: 769px) {
  .second-part .second-menuPart .right-part .twitterPart {
    flex-basis: 47%;
    max-width: 47%;
    height: 100%;
  }
  .second-part .second-menuPart .right-part .twitterPart iframe#twitter-widget-0 {
    height: 250px !important;
  }
}
@media screen and (max-width: 480px) {
  .second-part .second-menuPart .right-part .twitterPart {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.second-part .second-menuPart .right-part .jinko {
  background-color: white;
  position: relative;
  padding: 15px;
  padding-top: 0;
  margin: 15px;
  height: calc(50% - 30px);
}
@media screen and (max-width: 769px) {
  .second-part .second-menuPart .right-part .jinko {
    flex-basis: 47%;
    max-width: 47%;
  }
}
@media screen and (max-width: 480px) {
  .second-part .second-menuPart .right-part .jinko {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.second-part .second-menuPart .right-part .jinko .jinko-list {
  margin-top: 5px;
}
.second-part .second-menuPart .right-part .jinko .jinko-list li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #8c8c8c;
}
.second-part .second-menuPart .right-part .jinko .jinko-list li p {
  padding-bottom: 0;
  font-size: 88%;
}
.second-part .second-menuPart .right-part .jinko .jinko-list li p:last-child {
  color: #3d8e41;
}
.second-part .second-menuPart .right-part .jinko h3 {
  background: none;
  margin: auto;
  font-size: 113%;
  font-weight: bold;
  position: relative;
  padding: 20px 15px 20px 60px;
}
.second-part .second-menuPart .right-part .jinko h3:before {
  content: '';
  width: 32px;
  height: 46px;
  background-image: url(../img/menu-title-jinko.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  left: 15px;
  margin-top: -5px;
}
.second-part .second-menuPart .right-part .jinko .date-update {
  text-align: right;
  font-size: 64%;
  padding-bottom: 0;
  margin-top: 8px;
}

.cms-tabs.tabs {
  display: block !important;
}

ul.tabs {
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 36px;
  border-bottom: 1px solid #edc2e2;
  width: 100%;
}
ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 2px 21px;
  height: 36px;
  line-height: 34px;
  background-color: #dadada;
  color: #494949;
  overflow: hidden;
  position: relative;
}
ul.tabs li:hover {
  background-color: #ccc;
  color: #333;
}
ul.tabs li.active {
  background-color: #edc2e2;
  display: block;
  font-size: 100%;
}
ul.tabs .rss {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 88%;
  color: #494949;
}
ul.tabs .rss:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url("../img/rss.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 4px;
}

a {
  text-decoration: none !important;
  color: #3d8e41;
  transition: all 100ms ease-in-out !important;
}

.tab_container {
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
  background-image: url("../img/bg-news.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  position: relative;
  padding-bottom: 10px;
}
.tab_container .tab_content {
  padding: 20px;
  padding-bottom: 40px;
  display: none;
  min-height: 430px;
}
.tab_container .tab_drawer_heading {
  display: none;
}

@media screen and (max-width: 480px) {
  .tabs {
    display: none;
  }

  .tab_drawer_heading {
    background-color: #ccc;
    color: #fff;
    border-top: 1px solid #333;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .d_active {
    background-color: #666;
    color: #fff;
  }
}
.third-part {
  padding: 15px;
}
.third-part .banners {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 425px) {
  .third-part .banners {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.third-part .banners span {
  flex-basis: 185px;
  max-width: 185px;
}
@media screen and (max-width: 769px) {
  .third-part .banners span {
    flex-basis: 24%;
    max-width: 24%;
  }
}
@media screen and (max-width: 480px) {
  .third-part .banners span {
    flex-basis: 48%;
    max-width: 48%;
  }
}
.third-part .banners span img {
  width: 100%;
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  -moz-box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  -webkit-box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  transition: box-shadow .3s;
}
.third-part .banners span img:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.third-part .banners span.dummy {
  flex-basis: 185px;
  max-width: 185px;
}
@media screen and (max-width: 769px) {
  .third-part .banners span.dummy {
    flex-basis: 24%;
    max-width: 24%;
  }
}
.third-part .ss-image-box-item-list {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  max-width: 848px;
}
@media screen and (max-width: 425px) {
  .third-part .ss-image-box-item-list {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.third-part .ss-image-box-item-list span {
  flex-basis: 185px;
  max-width: 185px;
}
@media screen and (max-width: 769px) {
  .third-part .ss-image-box-item-list span {
    flex-basis: 24%;
    max-width: 24%;
  }
}
@media screen and (max-width: 480px) {
  .third-part .ss-image-box-item-list span {
    flex-basis: 48%;
    max-width: 48%;
  }
}
.third-part .ss-image-box-item-list span img {
  width: 100%;
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  -moz-box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  -webkit-box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  transition: box-shadow .3s;
}
.third-part .ss-image-box-item-list span img:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.third-part .ss-image-box-item-list span.dummy {
  flex-basis: 185px;
  max-width: 185px;
}
@media screen and (max-width: 769px) {
  .third-part .ss-image-box-item-list span.dummy {
    flex-basis: 24%;
    max-width: 24%;
  }
}

.dummy {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
}

/*detail-page*/
.crumbs {
  background-color: #edffe4;
  background-image: url("../img/bg-crumbs.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2.5rem;
  padding: 0.5rem 0;
}
@media screen and (max-width: 769px) {
  .crumbs {
    padding: 0.5rem 0.5rem 0.5rem 0;
  }
}
.crumbs .crumb {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  justify-content: left;
  padding-left: 1rem;
  font-size: 88%;
  display: block;
}
.crumbs .crumb .separator {
  padding: 0 10px;
}
.crumbs .crumb a {
  text-decoration: underline !important;
  color: #004f0d;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .crumbs .crumb {
    padding-left: 1rem;
  }
}

@media screen and (min-width: 769px) {
  .pc-only .crumbs {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc-only .crumbs {
    display: none;
  }
}

.sp-only .crumbs {
  background-color: inherit;
  background-image: none;
}
@media screen and (max-width: 768px) {
  .sp-only .crumbs {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .sp-only .crumbs {
    display: none;
  }
}

.left-menu {
  flex-basis: calc(100% - 280px);
  max-width: calc(100% - 280px);
  padding: 15px;
  padding-right: 20px;
}
@media screen and (max-width: 769px) {
  .left-menu {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.left-menu.news .category-pages header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  border-bottom: 1px dotted gray !important;
  padding: 10px 5px;
}
.left-menu.news .category-pages header:hover {
  background-color: #e8ffde;
}
.left-menu.news .category-pages header h2 {
  flex-basis: calc(100% - 150px);
  max-width: calc(100% - 150px);
  font-size: 113%;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background: none;
  border: none !important;
  border-radius: none !important;
}
.left-menu.news .category-pages header time {
  flex-basis: 150px;
  max-width: 150px;
  display: block !important;
}
.left-menu.news .category-pages header a {
  display: block;
  padding: 0;
}
.left-menu.news .category-pages header a:before {
  content: none;
}
.left-menu .article-pages header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  border-bottom: 1px dotted gray !important;
  padding: 10px 5px;
}
.left-menu .article-pages header:hover {
  background-color: #e8ffde;
}
.left-menu .article-pages header h2 {
  flex-basis: calc(100% - 150px);
  max-width: calc(100% - 150px);
  font-size: 113%;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background: none;
}
.left-menu .article-pages header time {
  flex-basis: 150px;
  max-width: 150px;
}
.left-menu .article-pages header a {
  display: block;
}
.left-menu .category-nodes, .left-menu .cms-nodes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
.left-menu .category-nodes article, .left-menu .cms-nodes article {
  flex-basis: 49%;
  max-width: 49%;
}
@media screen and (max-width: 769px) {
  .left-menu .category-nodes article, .left-menu .cms-nodes article {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.left-menu .category-nodes article h2, .left-menu .cms-nodes article h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  color: #333333 !important;
  transition: all 100ms ease-in-out !important;
  background-color: #ededed;
}
.left-menu .category-nodes article h2:hover, .left-menu .cms-nodes article h2:hover {
  background-color: #ddf9c9;
  color: white;
}
.left-menu .category-nodes article h2 a, .left-menu .cms-nodes article h2 a {
  color: inherit;
  text-decoration: underline !important;
  display: block;
}
.left-menu .category-nodes article h2 a:hover, .left-menu .cms-nodes article h2 a:hover {
  background-color: #ddf9c9 !important;
}
.left-menu .category-nodes article h3, .left-menu .cms-nodes article h3 {
  border-bottom: 1px dotted gray;
  padding-top: 10px;
  padding-bottom: 10px;
  background: none;
  padding: 10px;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.left-menu .category-nodes article h3 a, .left-menu .cms-nodes article h3 a {
  color: inherit;
  position: relative;
  padding-left: 40px;
}
.left-menu .category-nodes article h3 a:before, .left-menu .cms-nodes article h3 a:before {
  content: "";
  background-image: url(../img/icon-page.png);
  background-size: cover;
  position: absolute;
  top: -2px;
  left: 2px;
  width: 16px;
  height: 21px;
}
.left-menu .category-nodes article.item100, .left-menu .cms-nodes article.item100 {
  flex-basis: 100%;
  max-width: 100%;
}
.left-menu .category-pages article time, .left-menu .cms-pages article time, .left-menu .cms-group-pages article time {
  display: none;
}
.left-menu .category-pages article h2, .left-menu .cms-pages article h2, .left-menu .cms-group-pages article h2 {
  border-bottom: 1px dotted gray !important;
  background: none !important;
  padding: 0 10px;
  padding-left: 0;
  margin: 0;
  padding-right: 0 !important;
  border-radius: 0 !important;
}
.left-menu .category-pages article h2 a, .left-menu .cms-pages article h2 a, .left-menu .cms-group-pages article h2 a {
  color: inherit;
  position: relative;
  padding: 15px 10px 15px 30px;
  display: block;
}
.left-menu .category-pages article h2 a:before, .left-menu .cms-pages article h2 a:before, .left-menu .cms-group-pages article h2 a:before {
  content: "";
  background-image: url(../img/icon-page.png);
  background-size: cover;
  position: absolute;
  margin-top: 3px;
  left: 2px;
  width: 16px;
  height: 21px;
}
.left-menu .category-pages article h2 a:hover, .left-menu .cms-pages article h2 a:hover, .left-menu .cms-group-pages article h2 a:hover {
  background-color: #e8ffde;
}
.left-menu .category-pages article.item100, .left-menu .cms-pages article.item100, .left-menu .cms-group-pages article.item100 {
  flex-basis: 100%;
  max-width: 100%;
}

.right-menu {
  flex-basis: 280px;
  max-width: 280px;
  padding: 15px;
}
@media screen and (max-width: 769px) {
  .right-menu {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.right-menu .title h2 {
  margin: 0;
}
.right-menu .menuPart-list.side {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  padding: 5px 0;
  margin-bottom: 2rem;
  border: none;
}
.right-menu .menuPart-list.side li {
  flex-basis: 47%;
  max-width: 47%;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 5px;
}
.right-menu .menuPart-list.side li a {
  width: 100%;
  background-color: transparent;
}
.right-menu .menuPart-list.side li a p {
  width: 100%;
  position: relative;
  font-size: 88%;
  padding: 5px 5px;
}
.right-menu .menuPart-list.side li a:hover {
  background-color: transparent;
}
.right-menu .menuPart-list.side li img {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .right-menu .menuPart-list.side li {
    max-width: 24%;
  }
}
@media screen and (max-width: 516px) {
  .right-menu .menuPart-list.side li {
    max-width: 32%;
  }
}
@media screen and (max-width: 375px) {
  .right-menu .menuPart-list.side li {
    max-width: 49%;
  }
}
.right-menu .banners img {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .right-menu .banners img {
    width: auto;
  }
}
.right-menu .ss-image-box-item-list img {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .right-menu .ss-image-box-item-list img {
    width: auto;
  }
}

.article {
  font-size: 82%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
.article .article-list {
  flex-basis: 49%;
  max-width: 49%;
  margin-bottom: 20px;
}
.article .article-list a {
  text-decoration: underline !important;
  color: #3d8e41;
}

.categories {
  display: none;
}

article.body ol, article.body ul {
  padding-left: 25px;
  margin-bottom: 1rem;
  line-height: 30px;
}
@media all and (-ms-high-contrast: none) {
  article.body ol, article.body ul {
    padding-left: 20px;
  }
}
article.body ol {
  list-style: decimal;
}
article.body ul {
  list-style: disc;
}
article.body .icon-pdf:before {
  content: '';
  background: url("../img/icon-pdf.png") no-repeat center;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -4px;
}
article.body .icon-xls:before, article.body .icon-xlsx:before {
  content: '';
  background: url("../img/icon-excel.png") no-repeat center;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -4px;
}
article.body .icon-doc:before, article.body .icon-docx:before {
  content: '';
  background: url("../img/icon-doc.png") no-repeat center;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -4px;
}
article.body a {
  text-decoration: underline !important;
  color: #3d8e41;
}
article.body h2 {
  font-size: 130%;
  font-weight: bold;
  background-color: #e4ffd1;
  padding: 20px 15px 20px 30px;
  margin-bottom: 1.5rem;
}
article.body h3 {
  font-size: 110%;
  padding: 10px 15px 10px 30px;
  margin-bottom: 1rem;
  margin-top: 1rem;
  background-image: url(../img/bg-h3.png);
  background-position: left;
  background-repeat: no-repeat;
  background-color: #f7f7f7;
  font-weight: bold;
}
article.body h4 {
  font-weight: bold;
  margin-top: 0rem;
  margin-bottom: 1rem;
}

.ss-adobe-reader {
  padding: 15px;
  font-size: 82%;
  border: 1px solid gray;
  width: 100%;
  background: none !important;
  margin-bottom: 1rem;
  margin-top: 1rem !important;
  float: none !important;
}
.ss-adobe-reader a {
  color: #dd4337;
}
.ss-adobe-reader a:hover {
  color: #809F49;
}

.nodes ul li {
  display: inline-block;
}
.nodes ul li a {
  background-color: #f7f7f7;
  padding: 1rem;
}

.related-pages .pages ul li {
  margin-bottom: 20px;
  border-bottom: 1px dotted gray;
  padding-top: 10px;
  padding-bottom: 10px;
  background: none;
  padding: 10px;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.related-pages .pages ul li a {
  color: inherit;
  position: relative;
  padding-left: 40px;
}
.related-pages .pages ul li a:before {
  content: "";
  background-image: url(../img/icon-page.png);
  background-size: cover;
  position: absolute;
  top: -2px;
  left: 2px;
  width: 16px;
  height: 21px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 88%;
  margin-bottom: 1rem;
}
table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
table tr th {
  display: table-cell;
  vertical-align: top;
  font-weight: bold;
  text-align: -internal-center;
  padding: 10px 8px 10px 15px;
  border: 1px solid #9e9e9e;
  background: #ddf9c9;
  text-align: left;
}
table tr td {
  display: table-cell;
  vertical-align: top;
  padding: 5px 8px 5px 15px;
  border: 1px solid #9e9e9e;
}
table caption {
  display: none;
}

@media screen and (max-width: 769px) {
  p img {
    width: 100%;
  }
}

/* Footer */
.footer-top {
  height: 60px;
  background-image: url(../img/footer-wood.png);
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: repeat-x;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .footer-top {
    margin-top: 0;
  }
}

footer.main-footer {
  background-image: url(../img/bg-footer.jpg);
  line-height: 35px;
}
footer.main-footer .footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  max-width: 1100px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 769px) {
  footer.main-footer .footer-container {
    display: block;
    padding-bottom: 20px;
  }
}
footer.main-footer .footer-container .leftPart {
  flex-basis: 50%;
  max-width: 50%;
  position: relative;
  height: 450px;
}
@media screen and (max-width: 769px) {
  footer.main-footer .footer-container .leftPart {
    max-width: 100%;
    padding-top: 2rem;
  }
}
footer.main-footer .footer-container .leftPart .address-box {
  background-color: white;
  margin-top: 5rem;
  padding: 2rem;
  border-radius: 12px;
}
@media screen and (max-width: 769px) {
  footer.main-footer .footer-container .leftPart .address-box {
    margin-top: 0;
  }
}
footer.main-footer .footer-container .leftPart .logo-footer {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  footer.main-footer .footer-container .leftPart .logo-footer img {
    width: 100%;
  }
}
footer.main-footer .footer-container .leftPart p {
  padding-left: 4.5rem;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  footer.main-footer .footer-container .leftPart p {
    padding-left: 0;
  }
}
footer.main-footer .footer-container .leftPart p.ico {
  font-weight: bold;
  font-size: 113%;
}
footer.main-footer .footer-container .leftPart p.ico:before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 6px;
}
footer.main-footer .footer-container .leftPart p.ico.phone:before {
  background-image: url(../img/icon-tel.png);
}
footer.main-footer .footer-container .leftPart p.ico.fax:before {
  background-image: url(../img/icon-fax.png);
}
footer.main-footer .footer-container .leftPart ul {
  position: absolute;
  bottom: 18px;
}
@media screen and (max-width: 480px) {
  footer.main-footer .footer-container .leftPart ul {
    position: relative;
    margin-top: 0;
    bottom: 0;
  }
}
footer.main-footer .footer-container .leftPart ul li {
  display: inline;
  margin-right: 24px;
}
@media screen and (max-width: 480px) {
  footer.main-footer .footer-container .leftPart ul li {
    display: block;
    margin-right: 0;
    margin-left: 10px;
  }
}
footer.main-footer .footer-container .leftPart ul li a {
  color: #003006;
  text-decoration: inherit;
}
footer.main-footer .footer-container .leftPart ul li:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 13px;
  background-image: url(../img/icon-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 4px;
}
footer.main-footer .footer-container .rightPart {
  flex-basis: 40%;
  max-width: 40%;
  position: relative;
}
@media screen and (max-width: 769px) {
  footer.main-footer .footer-container .rightPart {
    display: none;
  }
}
footer.main-footer .footer-container .rightPart img {
  position: absolute;
  top: 5rem;
  right: 0px;
}
@media screen and (max-width: 1023px) {
  footer.main-footer .footer-container .rightPart img {
    width: 100%;
  }
}
footer.main-footer .copyright {
  text-align: center;
  background-color: #006837;
  color: white;
  margin: 0px;
  font-size: 80%;
  padding: 0px;
}
footer.main-footer .copyright p {
  padding: 0 10px;
}
footer.main-footer a {
  color: #003006;
  transition: all 100ms ease-in-out !important;
}
footer.main-footer a:hover {
  text-decoration: underline !important;
}
footer.contact {
  padding: 15px;
  border: 1px solid #3d8e41;
  margin-top: 40px;
  margin-bottom: 20px;
}
footer.contact h2 {
  color: white;
  background-color: #3d8e41;
  padding: 15px 5px 15px 15px;
  background-image: url(../img/bg-footer.png);
  background-repeat: repeat-x;
  background-position: center;
  margin: -15px;
  margin-bottom: 15px;
  border-radius: 0 !important;
}
footer.contact h2:before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url(../img/icon-info.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 4px;
  margin-right: 10px;
}
footer.contact dl {
  display: inline-flex;
  font-size: 88%;
  margin-right: 1rem;
}
footer.contact dt {
  float: left;
  display: block;
  padding-right: 5px;
}
footer .go-top {
  position: fixed;
  bottom: 30px;
  right: 2em;
  text-decoration: none;
  background-color: #3d8e41;
  font-size: 88%;
  padding: 0.7rem 1rem 0.2rem;
  display: none;
  color: white !important;
  border-radius: 12px;
}
@media screen and (max-width: 769px) {
  footer .go-top {
    bottom: 90px;
  }
}
@media screen and (max-width: 480px) {
  footer .go-top {
    right: 1em;
  }
}
footer .go-top:before {
  content: '';
  background-image: url("../img/icon-top_arrow.png");
  width: 17px;
  height: 9px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  text-align: center;
  margin: auto;
}
footer .go-top:hover {
  background-color: #006837;
}

.overlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.top-pulldown-menu {
  position: relative;
  display: inline-block;
}

.tit {
  font: 14px;
  line-height: 40px;
  float: left;
  margin-left: 10px;
  color: #fff;
}

.menu-btn {
  display: inline-table;
  position: relative;
  top: 0px;
  cursor: pointer;
  padding: 11px 10px 11px 10px;
  background-color: #ddf9c9;
  margin-left: 1rem;
  font-size: 12px;
  color: #006837;
}
@media screen and (max-width: 1110px) {
  .menu-btn {
    right: 5px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 769px) {
  .menu-btn {
    right: 0;
    top: 0;
  }
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 33px;
  background: #004f0d;
  position: absolute;
  display: block;
  content: '';
  transition: all 100ms ease-in-out;
}
.menu-btn span:before {
  top: -16px;
}
.menu-btn span:after {
  bottom: 8px;
}
.menu-btn.active span {
  background-color: transparent;
}
.menu-btn.active span:before, .menu-btn.active span:after {
  top: 0;
}
.menu-btn.active span:before {
  transform: rotate(45deg);
}
.menu-btn.active span:after {
  transform: rotate(-45deg);
}

.menu {
  position: absolute;
  display: none;
  width: 200px;
  float: right;
  right: 0;
  color: #666;
  border-left: 1px solid #ccc;
  background: #fff;
}

.menu .menu-item, .menu .menu-item-child li a {
  position: relative;
  display: block;
  padding: 10px;
  cursor: pointer;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f8fefd;
  text-align: center;
}

.menu .menu-item .arrow, .menu .menu-item-child li a .arrow {
  position: absolute;
  right: 10px;
  transition: all, .3s, ease, 0;
}

.menu .menu-item-is-open .arrow {
  transform: rotate(180deg);
}

.menu .menu-item-child {
  display: none;
  background: #f8fefd;
}

.menu .menu-item-child li a {
  padding-left: 15px;
  text-decoration: none;
  color: #666;
  border-left: 4px solid #ccc;
}

.menu-item {
  color: #006837;
}
.menu-item:hover {
  background-color: #3d8e41;
  color: white;
}
.menu-item a {
  display: block;
  cursor: pointer;
}
.menu-item a:hover {
  color: white;
}

div#ss-voice-controller {
  z-index: 100;
}

#ss-voice-controller {
  top: 48px;
}

.new header h2 a:after {
  content: " NEW!";
  font-size: 90%;
  color: #FF0000;
  text-decoration: none;
}

.new header h3 a:after {
  content: " NEW!";
  font-size: 90%;
  color: #FF0000;
  text-decoration: none;
}

#overwrap {
  display: none;
  background-color: rgba(128, 128, 128, 0.388);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
#overwrap.show {
  display: block;
}

#footer-menu {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(102, 102, 102, 0.22);
}
@media screen and (max-width: 769px) {
  #footer-menu {
    display: block;
  }
}
#footer-menu .btn-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  background-color: white;
  position: relative;
  z-index: 5;
  padding: 5px;
  background: #c95151;
  background: linear-gradient(180deg, #33afe3 0%, #949bff 100%);
}
#footer-menu .btn-box .btn {
  flex-basis: 32%;
  max-width: 32%;
  cursor: pointer;
  text-align: center;
  font-size: 80%;
  background-color: white;
  padding: 7px 0px 10px 0px;
  border-radius: 4px;
}
#footer-menu .btn-box .btn a {
  text-decoration: none;
  color: inherit;
}
#footer-menu .btn-box .btn img {
  display: block;
  margin: 0 auto;
  max-width: 34px;
  margin-bottom: 4px;
}
#footer-menu .btn-box .btn.active {
  background-color: #f1f1f1;
}
#footer-menu .btn-box .btn span {
  line-height: 1;
  display: block;
  color: #0079b5;
}
#footer-menu .panel-box {
  position: relative;
  z-index: 3;
}
#footer-menu .panel-box .panel {
  position: fixed;
  bottom: 73px;
  background-color: white;
  padding: 20px;
  box-shadow: 0px -10px 10px rgba(128, 128, 128, 0.18);
  overflow: auto;
  transform: translateY(100svh);
  transition: 0.3s;
}
#footer-menu .panel-box .panel.show {
  transform: translateY(0);
}
#footer-menu .panel-box .panel.keyword {
  height: auto;
  max-height: 81svh;
}
#footer-menu .panel-box .panel.mokuteki {
  height: auto;
  padding: 20px 10px;
  max-height: calc(100svh - 78px);
}
#footer-menu .panel-box .panel .btn-area {
  text-align: center;
  margin: 15px 0px;
}
#footer-menu .panel-box .panel .btn-area .close {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
  background-color: #1b663b;
  border-radius: 100px;
  font-size: 90%;
  padding: 9px 21px 9px 45px;
  width: 150px;
  margin: 0 auto;
}
#footer-menu .panel-box .panel .btn-area .close .icon-close {
  width: 12px;
  height: 12px;
  margin-left: 10px;
}
#footer-menu .footer-search-box h2 {
  font-weight: bold;
  position: relative;
  padding-left: 24px;
  margin-top: 0;
}
#footer-menu .footer-search-box h2::before {
  position: absolute;
  content: "";
  background-image: url(../img/asset-loupe.png);
  left: 0px;
  top: calc(50% - 8px);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}
#footer-menu .footer-search-box .asset-search {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  margin: 0 auto;
  display: block;
  z-index: 2;
  animation: fuwafuwa 2s infinite;
}
#footer-menu .footer-search-box form {
  display: flex;
  align-content: stretch;
  justify-content: space-evenly;
}
#footer-menu .footer-search-box form #search-box {
  padding: 10px;
  background-color: #efefef;
  border: 1px solid #006837;
  border-right: none;
  font-size: 100%;
  width: calc(100% - 91px);
  margin: 0;
}
#footer-menu .footer-search-box form input#search-button {
  width: 91px;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: #006837;
  color: white;
  font-size: 113%;
  letter-spacing: 8px;
  text-align: center;
  padding-left: 8px;
  padding-bottom: 4px;
}
#footer-menu .footer-search-box .google-search-box {
  margin-bottom: 30px;
}
#footer-menu .footer-search-box .google-search-box .gsc-control-cse {
  padding: 0 !important;
}
#footer-menu .footer-search-box .google-search-box .gsc-control-cse .gsc-input {
  padding: 10px 0px !important;
  background-position-x: 10px !important;
}
#footer-menu .footer-search-box .google-search-box .gsc-control-cse .gsc-search-button {
  margin-left: 0px !important;
  padding-top: 13px;
  padding-bottom: 12px;
}
#footer-menu .footer-search-box .flex-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
#footer-menu .footer-search-box .flex-box .left {
  flex-basis: 160px;
  max-width: 160px;
}
#footer-menu .footer-search-box .flex-box .left .asset {
  position: relative;
  padding: 0px 31px 0px 49px;
  border: 1px solid gray;
  border-radius: 100px;
  display: block;
  font-size: 93%;
  font-weight: bold;
}
#footer-menu .footer-search-box .flex-box .left .asset::before {
  position: absolute;
  content: "";
  background-image: url(../img/arrow-right-double.png);
  right: 10px;
  top: calc(50% - 8px);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 769px) {
  #footer-menu .footer-search-box .flex-box .left .asset::before {
    transform: rotate(90deg);
  }
}
#footer-menu .footer-search-box .flex-box .right {
  flex-basis: calc(100% - 176px);
  max-width: calc(100% - 176px);
  line-height: 1;
}
#footer-menu .footer-search-box .flex-box .right .item {
  position: relative;
  padding: 8px 20px 8px 0px;
  margin-right: 14px;
  display: inline-block;
  font-weight: bold;
  font-size: 91%;
}
#footer-menu .footer-search-box .flex-box .right .item::after {
  content: "";
  background-image: url(../img/arrow-right-circle.png);
  right: 0px;
  top: calc(50% - 8px);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 814px) {
  #footer-menu .footer-search-box {
    width: 100%;
  }
  #footer-menu .footer-search-box .asset-search {
    width: 200px;
  }
  #footer-menu .footer-search-box .flex-box .left {
    flex-basis: 100%;
    max-width: 100%;
  }
  #footer-menu .footer-search-box .flex-box .left .asset {
    padding-left: 24px;
    border: none;
  }
  #footer-menu .footer-search-box .flex-box .left .asset::before {
    left: 0px;
  }
  #footer-menu .footer-search-box .flex-box .left .asset::after {
    content: none;
  }
  #footer-menu .footer-search-box .flex-box .right {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 375px) {
  #footer-menu .footer-search-box .asset-search {
    width: 180px;
  }
}
#footer-menu .footer-mokuteki-box h2 {
  font-weight: bold;
  position: relative;
  padding-left: 22px;
  margin-top: 0;
  margin-bottom: 10px;
}
#footer-menu .footer-mokuteki-box .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  align-items: stretch;
}
#footer-menu .footer-mokuteki-box .item-box a {
  flex-basis: calc(100% / 3.1);
  max-width: calc(100% / 3.1);
  text-decoration: none;
  text-align: center;
  background-color: white;
  border: 1px solid #e4e4e4;
  padding: 0px 0px 13px 0px;
  color: inherit;
  font-weight: bold;
  border-radius: 8px;
  margin-bottom: 6px;
}
#footer-menu .footer-mokuteki-box .item-box a img {
  width: 110px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
#footer-menu .footer-mokuteki-box .item-box a span {
  display: block;
  width: 100%;
  font-size: 88%;
  font-feature-settings: "palt";
  overflow-wrap: break-word;
  line-height: 1.3;
  margin-top: -16px;
}
#footer-menu .footer-mokuteki-box .item-box a.dummy {
  border: none;
  padding: 0;
}

.form.top-page {
  display: inline;
}
.form.top-page .search-box {
  width: 180px;
  padding: 12px 8px 12px 15px;
  margin-right: 0px;
  padding-right: 0px;
  border: none;
  background-color: white;
}
.form.top-page input[type="submit"] {
  background-color: #006837;
  color: white;
  font-size: 113%;
  border: none;
  padding: 10px;
}
