@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
@import url("/assets/font/fontawesomeV5free/all.min.css");
/* ////////////////////////////////////////////////////////////////////
	reset
//////////////////////////////////////////////////////////////////// */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
@import url("/assets/font/fontawesomeV5free/all.min.css");
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: inherit;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-size: 62.5%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol, ul {
  list-style-type: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

button {
  background: none;
  border: none;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-ms-expand, select::-ms-expand {
  display: none;
}

/* ====================================================================
	module
==================================================================== */
.spView, .spViewInline, .spViewFlex {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcView {
    display: none;
  }
  .spView {
    display: block;
  }
  br.spView {
    display: inline-block;
  }
  .spViewInline {
    display: inline-block;
  }
  .spViewFlex {
    display: flex;
  }
}

/* ------------------
	contentBox
------------------ */
.wrapMax {
  width: 100%;
  max-width: 1500px;
  margin: auto;
}

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

.wrapContent {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

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

.content {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 0 1em;
}

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

@media screen and (max-width: 768px) {
  .content {
    padding: 0 5%;
  }
}

.contentThin {
  max-width: 880px;
  margin: auto;
  padding: 0 1em;
}

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

@media screen and (max-width: 768px) {
  .contentThin {
    padding: 0 10%;
  }
}

.contentWide {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

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

.clm2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.clm2 > * {
  width: 48%;
  margin-right: 4%;
}

.clm2 > *:nth-of-type(2n) {
  margin-right: 0;
}

.clm2 > * {
  margin-bottom: 5em;
}

.clm2 > *:nth-last-of-type(1), .clm2 > *:nth-last-of-type(2) {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .clm2 > * {
    width: 100%;
    margin-right: 0;
  }
  .clm2 > *:nth-of-type(2n) {
    margin-right: 0;
  }
  .clm2 > *:nth-last-of-type(2) {
    margin-bottom: 5em;
  }
}

.clm3 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.clm3 > * {
  width: 30%;
  margin-right: 5%;
}

.clm3 > *:nth-of-type(3n) {
  margin-right: 0;
}

.clm3 > * {
  margin-bottom: 5em;
}

.clm3 > *:nth-last-of-type(1), .clm3 > *:nth-last-of-type(2), .clm3 > *:nth-last-of-type(3) {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .clm3 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .clm3 > * {
    width: 48%;
  }
  .clm3 > *:nth-of-type(3n) {
    margin-right: 4%;
  }
  .clm3 > *:nth-last-of-type(3) {
    margin-bottom: 5em;
  }
  .clm3 > * {
    width: 48%;
    margin-right: 4%;
  }
  .clm3 > *:nth-of-type(2n) {
    margin-right: 0;
  }
}

.clm4 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.clm4 > * {
  width: 22%;
  margin-right: 4%;
}

.clm4 > *:nth-of-type(4n) {
  margin-right: 0;
}

.clm4 li {
  margin-bottom: 5em;
}

.clm4 li:nth-last-of-type(1), .clm4 li:nth-last-of-type(2), .clm4 li:nth-last-of-type(3), .clm4 li:nth-last-of-type(4) {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .clm4 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .clm4 li:nth-last-of-type(3), .clm4 li:nth-last-of-type(4) {
    margin-bottom: 5em;
  }
  .clm4 > * {
    width: 48%;
    margin-right: 4%;
  }
  .clm4 > *:nth-of-type(2n) {
    margin-right: 0;
  }
}

/* ------------------
	link
------------------ */
.btn {
  transform: skewX(-15deg);
  overflow: hidden;
  position: relative;
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 1.5em 5em;
  overflow: hidden;
  text-align: center;
  line-height: 1em;
  font-weight: bold;
}

.btn > * {
  transform: skewX(15deg);
}

.btn > span {
  display: inline-block;
}

.btn::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #009541;
  transition: width 200ms;
}

.btn:hover {
  opacity: 1;
}

.btn:hover::after {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .btn {
    padding: 1em 2em;
  }
}

.btnWhite {
  transform: skewX(-15deg);
  overflow: hidden;
  position: relative;
  display: inline-block;
  background-color: #FFF;
  color: #000;
  padding: 1.5em 5em;
  overflow: hidden;
  text-align: center;
  line-height: 1em;
  font-weight: bold;
}

.btnWhite > * {
  transform: skewX(15deg);
}

.btnWhite > span {
  display: inline-block;
}

.btnWhite::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #009541;
  transition: width 200ms;
}

.btnWhite:hover {
  opacity: 1;
}

.btnWhite:hover::after {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .btnWhite {
    padding: 1em 2em;
  }
}

.btnGray {
  transform: skewX(-15deg);
  overflow: hidden;
  position: relative;
  display: inline-block;
  background-color: #fff;
  color: #000;
  padding: 1.5em 5em;
  overflow: hidden;
  text-align: center;
  line-height: 1em;
  font-weight: bold;
}

.btnGray > * {
  transform: skewX(15deg);
}

.btnGray > span {
  display: inline-block;
}

.btnGray::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #009541;
  transition: width 200ms;
}

.btnGray:hover {
  opacity: 1;
}

.btnGray:hover::after {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .btnGray {
    padding: 1em 2em;
  }
}

.icnArwL::before {
  display: inline-block;
  padding-right: 0.1em;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.icnArwR::after {
  display: inline-block;
  padding-left: 0.5em;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
}

.icnNewwin::before {
  display: inline-block;
  padding-right: 0.1em;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

a.fancy {
  position: relative;
  display: block;
}

a.fancy::after {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f002" !important;
  padding: 0.5em;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

/* ------------------
	list
------------------ */
ul.basic {
  padding: 0 0 0 1.2em;
}

ul.basic li {
  list-style: disc;
  margin-bottom: 1em;
}

ul.basic li:last-of-type {
  margin-bottom: 0;
}

ol.basic {
  padding: 0 0 0 1.2em;
}

ol.basic li {
  list-style: decimal;
  margin-bottom: 1em;
}

ol.basic li:last-of-type {
  margin-bottom: 0;
}

dl.basic {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

dl.basic dt, dl.basic dd {
  border-top: 1px #000 solid;
  padding: 0.5em;
}

dl.basic dt:last-of-type, dl.basic dd:last-of-type {
  border-bottom: 1px #000 solid;
}

dl.basic dt {
  width: 25%;
  text-align: center;
}

dl.basic dd {
  width: 75%;
  text-align: left;
}

table.basic {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px #000 solid;
  background-color: #fff;
  line-height: 1.4em;
}

table.basic thead th {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  background-color: #000;
  color: #FFF;
}

table.basic th, table.basic td {
  padding: 0.5em;
  border: 1px #000 solid;
}

table.basic tbody .label th, table.basic tbody .label td {
  background-color: #fdf7e7;
  text-align: center;
  white-space: nowrap;
}

table.basic tbody th {
  font-weight: bold;
}

table.basic tbody td p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .scroll {
    overflow: auto;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}

/* ////////////////////////////////////////////////////////////////////
	tmpMain
		- base
		- layout
		- head
		- main
		- foot
//////////////////////////////////////////////////////////////////// */
/* ====================================================================
	base
==================================================================== */
body {
  font-size: 1.6rem;
  color: #000;
  background-color: #FFFFFF;
  font-family: "Roboto", "游ゴシック Medium", "游ゴシック体 Medium", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body button, body input, body textarea, body select, body option {
  font-family: "Roboto", "游ゴシック Medium", "游ゴシック体 Medium", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  input[type=text] {
    font-size: 16px !important;
  }
  select {
    font-size: 16px !important;
  }
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold;
}

a, select {
  color: #000;
  text-decoration: none;
  opacity: 1;
  transition: opacity 100ms;
}

a:hover, select:hover {
  opacity: 0.7;
  cursor: pointer;
}

.kw {
  background: white;
  height: 37px;
  display: inline-block;
  border-radius: 30px;
  width: 15em;
  padding-left: 1em;
  position: relative;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
}

.kw input {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  height: 100%;
  width: 90%;
}

.kw:focus {
  border-color: #63ffb4;
}

/* ====================================================================
	layout
==================================================================== */
#head, #main, #foot {
  min-width: 1100px;
}

#head::after, #main::after, #foot::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  #head, #main, #foot {
    min-width: 0;
  }
}

/* ====================================================================
	layout-head
==================================================================== */
#head {
  width: 100%;
  position: fixed;
  z-index: 3;
  font-weight: normal;
  background-color: #000;
  color: #FFF;
  font-family: "Times New Roman", "游明朝 Demibold", "游明朝体 Demibold", "Yu Mincho Demibold", "YuMincho Demibold", "游明朝", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#head h1 a {
  color: #FFF;
  display: block;
  padding: 10px 2.5% 10px;
}

#head h1 a img {
  width: 90px;
  height: auto;
  display: block;
  position: absolute;
  margin-top: -3px;
}

#head h1 a span {
  display: block;
  padding-left: 100px;
  font-size: 1.0em;
  line-height: 1em;
  font-weight: normal;
}

#head ul.menu {
  display: flex;
  position: absolute;
  right: 5%;
  top: 0;
}

#head ul.menu li {
  padding: 10px 0;
  padding-left: 15px;
}

#head ul.menu li:after {
  content: '|';
  color: #FFF;
  margin-left: 15px;
}

#head ul.menu li:last-child:after {
  content: '';
}

#head ul.menu a {
  color: #FFF;
}

@media screen and (max-width: 768px) {
  #head ul.menu {
    right: 0;
    top: 30px;
    background-color: #CCC;
    width: 100%;
  }
  #head ul.menu li {
    width: 50%;
    text-align: center;
    border-right: solid 1px #FFF;
  }
  #head ul.menu li:after {
    content: '';
  }
}

#head ul#nav-language {
  position: absolute;
  right: 2.5%;
  top: 13px;
  display: flex;
  font-size: 1.3rem;
  font-weight: bold;
}

#head ul#nav-language li p {
  color: #FFF;
  padding: 5px 10px;
  display: inline;
  cursor: pointer;
}

#head ul#nav-language li p.active {
  color: #23c323;
}

#head ul#nav-language li:not(:last-child):after {
  content: '|';
}

#head #ico-menu {
  position: absolute;
  top: 40px;
  right: 4%;
  display: none;
  z-index: 3;
  color: #FFF;
  cursor: pointer;
}

#head #ico-menu:after {
  font-family: "Font Awesome 5 Free";
  content: '\f0c9';
  font-weight: bold;
  font-size: 3.5rem;
  color: #CCC;
}

#head #ico-menu.close:after {
  color: #FFF;
  content: '\f00d';
}

@media screen and (max-width: 768px) {
  #head #ico-menu {
    display: inline;
  }
}

#head #search {
  width: 100%;
  background-color: #5A5A5A99;
  box-sizing: border-box;
}

#head #search ul#nav-search {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center;
}

#head #search ul#nav-search li.blk-searuch {
  padding: 20px 40px 20px 40px;
  position: relative;
  width: 50%;
}

#head #search ul#nav-search li.blk-searuch p.ttl {
  margin-bottom: 20px;
  text-align: left;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
}

#head #search ul#nav-search li.blk-searuch p.ttl::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

#head #search ul#nav-search li.blk-searuch:hover {
  background-color: #009541;
}

#head #search ul#nav-search li.blk-searuch:hover p.ttl::after {
  transform: scale(1, 1);
}

#head #search ul#nav-search li.blk-searuch.active {
  background-color: #009541;
}

#head #search ul#nav-search li.blk-searuch.active p.ttl:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  transform: scale(1, 1);
}

#head #search ul#nav-search li.blk-searuch div.kw {
  position: relative;
}

#head #search ul#nav-search li.blk-searuch div.kw p.search {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -.5em;
  cursor: pointer;
}

#head #search ul#nav-search li.blk-searuch div.kw p.search:after {
  color: #333;
  font-family: "Font Awesome 5 Free";
  content: '\f002';
  font-weight: bold;
}

#head #search ul#nav-search li.blk-searuch div.frm {
  white-space: nowrap;
  text-align: left;
}

#head #search ul#nav-search li.blk-searuch div.frm ul {
  display: flex;
}

#head #search ul#nav-search li.blk-searuch div.frm ul li {
  padding: 0;
  padding-right: 15px;
}

#head #search ul#nav-search li.blk-searuch div.frm ul li p {
  font-size: 1.1rem;
  margin-bottom: .3em;
}

@media screen and (max-width: 768px) {
  #head #search {
    display: none;
  }
  #head #search ul#nav-search {
    width: 100%;
    flex-direction: column;
  }
  #head #search ul#nav-search li.blk-searuch {
    text-align: left;
    border-bottom: solid 1px #FFF;
    width: 100%;
  }
  #head #search ul#nav-search li.blk-searuch:first-child {
    padding-top: 50px;
  }
  #head #search ul#nav-search li.blk-searuch .select {
    width: 100%;
  }
  #head #search ul#nav-search li.blk-searuch input, #head #search ul#nav-search li.blk-searuch select {
    width: 100%;
  }
  #head #search ul#nav-search li.blk-searuch div.kw {
    margin-left: 0;
    width: 100%;
  }
  #head #search ul#nav-search li.blk-searuch div.frm {
    white-space: normal;
  }
  #head #search ul#nav-search li.blk-searuch div.frm ul {
    display: flex;
    flex-direction: column;
  }
  #head #search ul#nav-search li.blk-searuch div.frm ul li {
    padding-right: 0;
    margin-bottom: 10px;
  }
}

/* ====================================================================
	main
==================================================================== */
#main {
  text-align: left;
  min-height: 700px;
  /* ---------------
		text
	--------------- */
  /* ---------------
		content box
	--------------- */
  /* ---------------
		navigation
	--------------- */
  /* ---------------
		form
	--------------- */
  /* ---------------
		search
	--------------- */
}

#main::after {
  content: "";
  display: block;
  clear: both;
}

#main h2 {
  width: 100%;
  text-align: center;
  border-bottom: solid 1px #000;
  margin-bottom: 20px;
}

#main ul.pageNav {
  display: flex;
  align-items: flex-start;
}

#main ul.pageNav > li {
  margin-bottom: 0.5em;
  margin-left: 0.5em;
}

#main ul.pageNav > li:first-of-type {
  margin-left: 0;
}

#main ul.pageNav > li a {
  transform: skewX(-15deg);
  overflow: hidden;
  position: relative;
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 1.5em 5em;
  overflow: hidden;
  text-align: center;
  line-height: 1em;
  font-weight: bold;
  display: inline-block;
  padding: 1em 1.5em;
  background-color: #fff;
  color: #000;
}

#main ul.pageNav > li a > * {
  transform: skewX(15deg);
}

#main ul.pageNav > li a > span {
  display: inline-block;
}

#main ul.pageNav > li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #009541;
  transition: width 200ms;
}

#main ul.pageNav > li a:hover {
  opacity: 1;
}

#main ul.pageNav > li a:hover::after {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #main ul.pageNav > li a {
    padding: 1em 2em;
  }
}

#main ul.pageNav > li a.active {
  background-color: #000;
  color: #fff;
}

#main #search {
  width: 700px;
  box-sizing: border-box;
  margin: 0 auto;
}

#main #search p {
  padding: 0;
  color: #FFF;
}

#main #search ul#nav-search {
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
}

#main #search ul#nav-search li.blk-searuch {
  padding: 20px 40px 40px 40px;
  position: relative;
  width: 100%;
  background-color: #333;
  margin-bottom: 30px;
}

#main #search ul#nav-search li.blk-searuch p.ttl {
  margin-bottom: 20px;
  text-align: left;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
}

#main #search ul#nav-search li.blk-searuch p.ttl::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #CCC;
}

#main #search ul#nav-search li.blk-searuch p.ttl::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

#main #search ul#nav-search li.blk-searuch:hover {
  background-color: #009541;
}

#main #search ul#nav-search li.blk-searuch:hover p.ttl::after {
  transform: scale(1, 1);
}

#main #search ul#nav-search li.blk-searuch.active {
  background-color: #009541;
}

#main #search ul#nav-search li.blk-searuch.active p.ttl:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  transform: scale(1, 1);
}

#main #search ul#nav-search li.blk-searuch div.kw {
  position: relative;
}

#main #search ul#nav-search li.blk-searuch div.kw p.search {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -.5em;
  cursor: pointer;
}

#main #search ul#nav-search li.blk-searuch div.kw p.search:after {
  color: #333;
  font-family: "Font Awesome 5 Free";
  content: '\f002';
  font-weight: bold;
}

#main #search ul#nav-search li.blk-searuch div.frm {
  white-space: nowrap;
  text-align: left;
}

#main #search ul#nav-search li.blk-searuch div.frm ul {
  display: flex;
}

#main #search ul#nav-search li.blk-searuch div.frm ul li {
  padding: 0;
  padding-right: 15px;
}

#main #search ul#nav-search li.blk-searuch div.frm ul li p {
  font-size: 1.1rem;
  margin-bottom: .3em;
}

@media screen and (max-width: 768px) {
  #main #search {
    width: 95%;
    margin: 30px auto;
  }
  #main #search ul#nav-search {
    width: 100%;
    flex-direction: column;
  }
  #main #search ul#nav-search li.blk-searuch {
    text-align: left;
    border-bottom: solid 1px #FFF;
    width: 100%;
  }
  #main #search ul#nav-search li.blk-searuch:first-child {
    padding-top: 50px;
  }
  #main #search ul#nav-search li.blk-searuch .select {
    width: 100%;
  }
  #main #search ul#nav-search li.blk-searuch input, #main #search ul#nav-search li.blk-searuch select {
    width: 100%;
  }
  #main #search ul#nav-search li.blk-searuch div.kw {
    margin-left: 0;
    width: 100%;
  }
  #main #search ul#nav-search li.blk-searuch div.frm {
    white-space: normal;
  }
  #main #search ul#nav-search li.blk-searuch div.frm ul {
    display: flex;
    flex-direction: column;
  }
  #main #search ul#nav-search li.blk-searuch div.frm ul li {
    padding-right: 0;
    margin-bottom: 10px;
  }
}

/* ====================================================================
	foot
==================================================================== */
#foot {
  font-family: "Times New Roman", "游明朝 Demibold", "游明朝体 Demibold", "Yu Mincho Demibold", "YuMincho Demibold", "游明朝", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  text-align: center;
  background-color: #000;
  color: #FFF;
  padding: 25px 0;
}

#foot a {
  color: #FFF;
  line-height: 1.5em;
}

#foot img {
  width: 100px;
  margin-right: 30px;
}

.button {
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all .2s;
}

.button::before,
.button::after {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
}

.button:hover {
  color: #009541;
}

.button:hover a {
  color: #009541;
}

.button:hover ul.lef li:first-child {
  border-right: solid 1px #009541 !important;
}

.button:hover::before,
.button:hover::after {
  width: 100%;
  height: 100%;
}

.button:hover::before {
  border-top-color: #009541;
  border-right-color: #009541;
  transition: width .3s, height .3s .3s;
}

.button:hover::after {
  border-bottom-color: #009541;
  border-left-color: #009541;
  transition: height .3s, width .3s .3s;
}

/*# sourceMappingURL=tmpMain.css.map */