@charset "UTF-8";
/* Reset Style */
@import url("https://fonts.googleapis.com/css?family=Roboto");
html {
  overflow-y: scroll; }

body {
  line-height: 1;
  color: #000; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

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

caption, th {
  text-align: left; }

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

img,
object,
embed {
  vertical-align: top; }

hr, legend {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

img, abbr, acronym, fieldset {
  border: 0; }

li {
  list-style-type: none; }

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
  font: 62.5% Meiryo, arial, clean, verdana, 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", Osaka, sans-serif;
  line-height: 1.5; }

html > body {
  font-size: 10px;
  font-size: 62.5% \9; }

/* Except IE & Add IE8 */
/**
 * Nudge down to get to 10px equivalent for these form elements
 */
select, input, button, textarea {
  font: 100% Meiryo, arial, clean, verdana, 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", Osaka, sans-serif;
  line-height: 1.5; }

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%;
  line-height: 1.4; }

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre, code, kbd, samp, tt {
  font-family: monospace;
  font-size: 100%;
  *font-size: 108%;
  line-height: 1.4;
  color: #333; }

/* Font-size fixed */
li li, li dt, li dd, li input, li select, li button, li textarea, li p, li th, li td,
dt li, dt dt, dt dd, dt input, dt select, dt button, dt textarea, dt p, dt th, dt td,
dd li, dd dt, dd dd, dd input, dd select, dd button, dd textarea, dd p, dd th, dd td,
th li, th dt, th dd, th input, th select, th button, th textarea, th p, th th, th td,
td li, td dt, td dd, td input, td select, td button, td textarea, td p, td th, td td,
p input {
  font-size: 100%; }

/* 汎用クラス */
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.fr {
  float: right; }

.imgR {
  float: right;
  margin-left: 20px; }

.fl {
  float: left; }

.imgL {
  float: left;
  margin-right: 20px; }

.imgC,
.tC,
.btn {
  text-align: center; }

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tR,
.sign {
  text-align: right; }

.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.mr0 {
  margin-right: 0 !important; }

.pr0 {
  padding-right: 0 !important; }

/* clearfix */
.clear-fix {
  zoom: 1; }
  .clear-fix:before, .clear-fix:after {
    content: "";
    display: table;
    height: 0;
    visibility: hidden; }
  .clear-fix:after {
    clear: both; }

.clear {
  clear: both; }

#contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents h6, #contents input, #contents button, #contents textarea, #contents select, #contents p, #contents th, #contents td, #contents address, #contents li, #contents dt, #contents dd {
  font-feature-settings: "palt"; }
  @media screen and (min-width: 768px) {
    #contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents h6, #contents input, #contents button, #contents textarea, #contents select, #contents p, #contents th, #contents td, #contents address, #contents li, #contents dt, #contents dd {
      font-size: 16px;
      line-height: 1.8; } }
  @media screen and (max-width: 767px) {
    #contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents h6, #contents input, #contents button, #contents textarea, #contents select, #contents p, #contents th, #contents td, #contents address, #contents li, #contents dt, #contents dd {
      font-size: 14px;
      line-height: 1.6; } }

/* =========================================================
	element style
========================================================= */
body {
  background: #f5f5f0;
  color: #333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%; }

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

a {
  color: #009e37; }

img {
  max-width: 100%; }

/* =========================================================
 layout
========================================================= */
/*----------------------------------------------------
	#wrapper
----------------------------------------------------*/
#wrapper {
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 959px) {
    #wrapper {
      padding-top: 60px; } }

/*----------------------------------------------------
	#pagetitle
----------------------------------------------------*/
#pagetitle {
  position: relative;
  background: #009e37;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #pagetitle h1, #pagetitle em {
    color: #fff;
    font-weight: 500;
    line-height: 1; }
  #pagetitle h1 {
    position: relative;
    letter-spacing: 1px; }
    #pagetitle h1 span {
      display: block;
      margin-top: 5px;
      font-family: "Roboto", sans-serif;
      text-transform: uppercase; }

@media screen and (min-width: 960px) {
  #pagetitle {
    height: 100px;
    margin: 50px 0 40px 240px;
    padding: 25px 0 25px 40px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #pagetitle h1, #pagetitle em {
      display: table-cell;
      height: 50px;
      vertical-align: middle; }
    #pagetitle h1 {
      padding: 0 30px 0 65px;
      border-right: 1px solid #fff;
      font-size: 30px; }
      #pagetitle h1 span {
        font-size: 11px; }
      #pagetitle h1 i {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 50px; }
    #pagetitle em {
      padding-left: 30px;
      font-size: 14px; } }
@media screen and (max-width: 959px) {
  #pagetitle {
    padding: 30px 15px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #pagetitle h1 {
      font-size: 24px; }
      #pagetitle h1 span {
        font-size: 10px; }
      #pagetitle h1 i {
        display: none; }
    #pagetitle em {
      display: none; } }
/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
  zoom: 1; }
  #contents:before, #contents:after {
    content: "";
    display: table;
    height: 0;
    visibility: hidden; }
  #contents:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    #contents {
      width: 800px;
      margin: 0 0 0 280px; } }
  @media screen and (max-width: 959px) {
    #contents {
      width: 90%;
      margin: auto;
      padding-top: 30px; } }

/*----------------------------------------------------
	header
----------------------------------------------------*/
#header {
  position: fixed;
  background: #fff; }
  #header #gnav a {
    position: relative;
    display: block;
    color: #333;
    text-decoration: none; }
  #header #head-search {
    position: relative;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    background: #f8f8f8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #header #head-search .search-txt {
      border: none;
      background: none;
      outline: none; }
    #header #head-search .search-btn {
      display: block;
      position: absolute;
      border: none;
      background: none;
      text-indent: -9999px;
      z-index: 2; }
    #header #head-search i {
      right: 10px;
      color: #009e37;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 1; }
  #header #guide-nav {
    border: 1px solid #e0e0e0;
    border-left: none;
    border-right: none; }
    #header #guide-nav a {
      display: block;
      color: #333;
      text-decoration: none; }
      #header #guide-nav a i {
        margin-right: 5px;
        color: #009e37; }
  #header #head-contact li:first-child {
    font-family: "Roboto", sans-serif;
    line-height: 1; }
    #header #head-contact li:first-child a {
      color: #333;
      text-decoration: none; }
    #header #head-contact li:first-child i {
      margin-right: 3px;
      color: #009e37; }
  #header #head-contact li:last-child a {
    display: block;
    background: #009e37;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px; }
    #header #head-contact li:last-child a i {
      margin-right: 5px;
      color: #fff;
      vertical-align: middle; }
  #header #sp-nav {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    width: 30px;
    height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999;
    line-height: 1; }
    #header #sp-nav figure {
      position: absolute;
      left: 0;
      display: block;
      width: 100%;
      height: 1px;
      margin: 0;
      background: #000;
      transition: 0.25s;
      -moz-transition: 0.25s;
      -webkit-transition: 0.25s; }
      #header #sp-nav figure:nth-child(1) {
        top: 0; }
      #header #sp-nav figure:nth-child(2) {
        top: 50%; }
      #header #sp-nav figure:nth-child(3) {
        bottom: 0; }
    #header #sp-nav.on figure:nth-child(1) {
      top: 50%;
      transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }
    #header #sp-nav.on figure:nth-child(2) {
      background: transparent; }
    #header #sp-nav.on figure:nth-child(3) {
      bottom: 50%;
      transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }
  @media screen and (min-width: 960px) {
    #header {
      top: 20px;
      left: 20px;
      bottom: 0;
      width: 220px;
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      -webkit-border-radius: 6px 6px 0 0;
      -moz-border-radius: 6px 6px 0 0;
      -ms-border-radius: 6px 6px 0 0;
      -o-border-radius: 6px 6px 0 0;
      border-radius: 6px 6px 0 0; }
      #header #head-logo {
        width: 160px;
        margin: 0 30px;
        padding: 35px 0; }
      #header #gnav {
        margin: 0 20px 20px;
        border-top: 1px solid #e0e0e0; }
        #header #gnav li {
          border-bottom: 1px solid #e0e0e0; }
        #header #gnav a {
          padding: 20px 10px 20px 45px;
          font-size: 14px; }
          #header #gnav a:hover, #header #gnav a.current {
            color: #009e37; }
          #header #gnav a i {
            left: 10px;
            color: #009e37;
            font-size: 24px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%); }
      #header #head-search {
        height: 36px;
        margin: 0 20px 20px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        -o-border-radius: 18px;
        border-radius: 18px; }
        #header #head-search .search-txt {
          width: 135px;
          height: 36px;
          margin: 0 0 0 10px;
          font-size: 14px;
          line-height: 36px; }
        #header #head-search .search-btn {
          cursor: pointer;
          top: 0;
          right: 5px;
          width: 30px;
          height: 36px; }
        #header #head-search i {
          font-size: 20px; }
      #header #guide-nav {
        margin: 0 20px 20px;
        padding: 7px 0; }
        #header #guide-nav a {
          padding: 7px 10px;
          font-size: 12px; }
          #header #guide-nav a:hover, #header #guide-nav a.current {
            color: #009e37; }
          #header #guide-nav a i {
            font-size: 6px; }
      #header #head-contact {
        margin: 0 20px; }
        #header #head-contact li:first-child {
          margin-bottom: 10px;
          font-size: 25px; }
          #header #head-contact li:first-child i {
            font-size: 20px; }
        #header #head-contact li:last-child a {
          font-size: 14px;
          padding: 7px 0 8px;
          line-height: 25px; }
          #header #head-contact li:last-child a:hover {
            opacity: 0.7; }
          #header #head-contact li:last-child a i {
            font-size: 25px; }
      #header #sp-nav {
        display: none; } }
  @media screen and (max-width: 959px) {
    #header {
      top: 0;
      left: 0;
      width: 100%;
      height: 60px;
      z-index: 100; }
      #header #head-logo {
        float: left;
        width: auto;
        padding: 15px;
        text-align: left; }
        #header #head-logo a {
          display: inline-block; }
        #header #head-logo img {
          height: 30px; }
      #header #nav {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        height: calc(100vh - 60px);
        padding: 15px 15px 0;
        border-top: 1px solid #e0e0e0;
        background: #ebf7ef;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      #header #gnav {
        position: relative;
        margin: 0 -5px 20px;
        display: flex;
        justify-content: center;
        zoom: 1; }
        #header #gnav:before, #header #gnav:after {
          content: "";
          display: table;
          height: 0;
          visibility: hidden; }
        #header #gnav:after {
          clear: both; }
        #header #gnav li {
          float: left;
          width: 33.3333%;
          padding: 0 5px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
        #header #gnav a {
          padding: 20px 0;
          background: #009e37;
          color: #fff;
          font-size: 12px;
          text-align: center;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px;
          line-height: 1; }
          #header #gnav a i {
            display: block;
            margin-bottom: 8px;
            font-size: 30px; }
      #header #head-search {
        height: 40px;
        margin: 0 0 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px; }
        #header #head-search .search-txt {
          width: calc(100% - 40px);
          height: 38px;
          padding: 0 10px;
          font-size: 16px;
          line-height: 38px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
        #header #head-search .search-btn {
          top: 0;
          right: 0;
          width: 40px;
          height: 38px; }
        #header #head-search i {
          font-size: 24px; }
      #header #guide-nav {
        margin-bottom: 20px;
        padding: 20px 0;
        zoom: 1; }
        #header #guide-nav:before, #header #guide-nav:after {
          content: "";
          display: table;
          height: 0;
          visibility: hidden; }
        #header #guide-nav:after {
          clear: both; }
        #header #guide-nav li {
          float: left;
          margin-right: 15px; }
        #header #guide-nav a {
          font-size: 14px; }
          #header #guide-nav a i {
            font-size: 8px; }
      #header #head-contact li:first-child {
        margin-bottom: 15px;
        font-size: 25px; }
        #header #head-contact li:first-child a {
          display: block;
          border: 1px solid #e0e0e0;
          background: #fff;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px;
          text-align: center;
          text-decoration: none;
          line-height: 50px; }
        #header #head-contact li:first-child i {
          font-size: 20px; }
      #header #head-contact li:last-child a {
        background: #dc5b36;
        font-size: 16px;
        line-height: 50px; }
        #header #head-contact li:last-child a i {
          font-size: 25px; }
      #header #sp-nav {
        display: block; } }

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
#footer ul {
  border: 1px solid #e0e0e0;
  border-left: none;
  border-right: none;
  zoom: 1; }
  #footer ul:before, #footer ul:after {
    content: "";
    display: table;
    height: 0;
    visibility: hidden; }
  #footer ul:after {
    clear: both; }
  #footer ul li {
    float: left; }
#footer #copyright {
  font-family: "Roboto", sans-serif; }
@media screen and (min-width: 960px) {
  #footer {
    margin: 0 20px 0 280px; }
    #footer ul {
      padding: 30px 20px 10px; }
      #footer ul li {
        width: 260px;
        margin: 0 20px 20px 0; }
    #footer #copyright {
      padding: 20px;
      font-size: 11px;
      text-align: left;
      letter-spacing: 1px; } }
@media screen and (max-width: 959px) {
  #footer ul {
    position: relative;
    padding: 10px;
    zoom: 1; }
    #footer ul:before, #footer ul:after {
      content: "";
      display: table;
      height: 0;
      visibility: hidden; }
    #footer ul:after {
      clear: both; }
    #footer ul li {
      width: 50%;
      padding: 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  #footer #copyright {
    padding: 15px 0;
    font-size: 9px;
    text-align: center; } }

/* =========================================================
 general
========================================================= */
/*----------------------------------------------------
	icon font
----------------------------------------------------*/
@font-face {
  font-family: 'fonts';
  src: url("/common/fonts/fonts.ttf?t83oau") format("truetype"), url("/common/fonts/fonts.woff?t83oau") format("woff"), url("/common/fonts/fonts.svg?t83oau#fonts") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fonts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-file:before {
  content: "\e917"; }

.icon-sample:before {
  content: "\e916"; }

.icon-list:before {
  content: "\e915"; }

.icon-cat-fishery:before {
  content: "\e908"; }

.icon-arrow-box:before {
  content: "\e900"; }

.icon-arrow-c:before {
  content: "\e901"; }

.icon-arrow:before {
  content: "\e902"; }

.icon-cat-association:before {
  content: "\e903"; }

.icon-cat-care:before {
  content: "\e904"; }

.icon-cat-clinic:before {
  content: "\e905"; }

.icon-cat-estate:before {
  content: "\e906"; }

.icon-cat-file:before {
  content: "\e907"; }

.icon-cat-ja:before {
  content: "\e909"; }

.icon-cat-municipality:before {
  content: "\e90a"; }

.icon-mail:before {
  content: "\e90b"; }

.icon-company:before {
  content: "\e90c"; }

.icon-partner:before {
  content: "\e90d"; }

.icon-products:before {
  content: "\e90e"; }

.icon-news-ctrl-nxt:before {
  content: "\e90f"; }

.icon-news-ctrl-prv:before {
  content: "\e910"; }

.icon-news:before {
  content: "\e911"; }

.icon-btn-products:before {
  content: "\e912"; }

.icon-search:before {
  content: "\e913"; }

.icon-tel:before {
  content: "\e914"; }

/*----------------------------------------------------
	#fade
----------------------------------------------------*/
#js_fade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999; }
  #js_fade .sk-fading-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px; }
    #js_fade .sk-fading-circle .sk-circle {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    #js_fade .sk-fading-circle .sk-circle:before {
      content: '';
      display: block;
      margin: 0 auto;
      width: 15%;
      height: 15%;
      background-color: #009e37;
      border-radius: 100%;
      -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
      animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }
    #js_fade .sk-fading-circle .sk-circle2 {
      -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
      transform: rotate(30deg); }
    #js_fade .sk-fading-circle .sk-circle3 {
      -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
      transform: rotate(60deg); }
    #js_fade .sk-fading-circle .sk-circle4 {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    #js_fade .sk-fading-circle .sk-circle5 {
      -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
      transform: rotate(120deg); }
    #js_fade .sk-fading-circle .sk-circle6 {
      -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
      transform: rotate(150deg); }
    #js_fade .sk-fading-circle .sk-circle7 {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    #js_fade .sk-fading-circle .sk-circle8 {
      -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
      transform: rotate(210deg); }
    #js_fade .sk-fading-circle .sk-circle9 {
      -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
      transform: rotate(240deg); }
    #js_fade .sk-fading-circle .sk-circle10 {
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg); }
    #js_fade .sk-fading-circle .sk-circle11 {
      -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
      transform: rotate(300deg); }
    #js_fade .sk-fading-circle .sk-circle12 {
      -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
      transform: rotate(330deg); }
    #js_fade .sk-fading-circle .sk-circle2:before {
      -webkit-animation-delay: -1.1s;
      animation-delay: -1.1s; }
    #js_fade .sk-fading-circle .sk-circle3:before {
      -webkit-animation-delay: -1s;
      animation-delay: -1s; }
    #js_fade .sk-fading-circle .sk-circle4:before {
      -webkit-animation-delay: -0.9s;
      animation-delay: -0.9s; }
    #js_fade .sk-fading-circle .sk-circle5:before {
      -webkit-animation-delay: -0.8s;
      animation-delay: -0.8s; }
    #js_fade .sk-fading-circle .sk-circle6:before {
      -webkit-animation-delay: -0.7s;
      animation-delay: -0.7s; }
    #js_fade .sk-fading-circle .sk-circle7:before {
      -webkit-animation-delay: -0.6s;
      animation-delay: -0.6s; }
    #js_fade .sk-fading-circle .sk-circle8:before {
      -webkit-animation-delay: -0.5s;
      animation-delay: -0.5s; }
    #js_fade .sk-fading-circle .sk-circle9:before {
      -webkit-animation-delay: -0.4s;
      animation-delay: -0.4s; }
    #js_fade .sk-fading-circle .sk-circle10:before {
      -webkit-animation-delay: -0.3s;
      animation-delay: -0.3s; }
    #js_fade .sk-fading-circle .sk-circle11:before {
      -webkit-animation-delay: -0.2s;
      animation-delay: -0.2s; }
    #js_fade .sk-fading-circle .sk-circle12:before {
      -webkit-animation-delay: -0.1s;
      animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
input[type="submit"], input[type="text"], input[type="tel"], input[type="email"], textarea {
  -webkit-appearance: none; }

@media screen and (min-width: 960px) {
  .cnt-pc {
    display: block; } }
@media screen and (max-width: 959px) {
  .cnt-pc {
    display: none; } }

@media screen and (min-width: 960px) {
  .cnt-sp {
    display: none; } }
@media screen and (max-width: 959px) {
  .cnt-sp {
    display: block; } }

/*----------------------------------------------------
contents
--------------------------------------------------------- */
#contents h2 {
  position: relative;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #009e37;
  font-weight: 500;
  line-height: 1.3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }
  #contents h2:before {
    display: block;
    content: "";
    position: absolute;
    background: #009e37; }
  @media screen and (min-width: 960px) {
    #contents h2 {
      margin-bottom: 30px;
      padding: 30px 15px 30px 40px;
      font-size: 24px; }
      #contents h2:before {
        top: 30px;
        left: 20px;
        bottom: 30px;
        width: 4px; } }
  @media screen and (max-width: 959px) {
    #contents h2 {
      margin-bottom: 18px;
      padding: 15px 10px 15px 20px;
      font-size: 18px; }
      #contents h2:before {
        top: 15px;
        left: 10px;
        bottom: 15px;
        width: 3px; } }
#contents h3 {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 500;
  line-height: 1.3; }
  #contents h3:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100px;
    height: 1px;
    background: #009e37; }
  @media screen and (min-width: 960px) {
    #contents h3 {
      margin-bottom: 20px;
      padding-bottom: 12px;
      font-size: 20px; } }
  @media screen and (max-width: 959px) {
    #contents h3 {
      margin-bottom: 13px;
      padding-bottom: 8px;
      font-size: 16px; } }
#contents h4 {
  position: relative;
  line-height: 1.3; }
  #contents h4:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4px;
    height: 4px;
    background: #009e37;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media screen and (min-width: 960px) {
    #contents h4 {
      margin: 30px 0 10px;
      padding-left: 12px;
      font-size: 16px; } }
  @media screen and (max-width: 959px) {
    #contents h4 {
      margin: 20px 0 8px;
      padding-left: 10px;
      font-size: 14px; } }
#contents h3 + h4 {
  margin-top: 0; }
#contents .article, #contents .section {
  zoom: 1; }
  #contents .article:before, #contents .article:after, #contents .section:before, #contents .section:after {
    content: "";
    display: table;
    height: 0;
    visibility: hidden; }
  #contents .article:after, #contents .section:after {
    clear: both; }
  #contents .article p:last-child, #contents .section p:last-child {
    margin-bottom: 0; }
@media screen and (min-width: 960px) {
  #contents .article {
    padding: 0 0 80px; } }
@media screen and (max-width: 959px) {
  #contents .article {
    padding: 0 0 40px; } }
#contents .article p, #contents .article ul, #contents .article dl {
  margin-bottom: 1em;
  line-height: 1.8; }
@media screen and (min-width: 960px) {
  #contents .section {
    padding: 50px 0 0; } }
@media screen and (max-width: 959px) {
  #contents .section {
    padding: 20px 0 0; } }
#contents h2 + .section {
  padding-top: 0; }
@media screen and (min-width: 768px) {
  #contents table {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-collapse: collapse; }
    #contents table th, #contents table td {
      padding: 20px;
      border: 1px solid #e0e0e0;
      border-left: none;
      border-right: none;
      border-bottom: none;
      vertical-align: top;
      font-weight: normal; }
    #contents table th {
      position: relative; }
      #contents table th:after {
        display: block;
        content: "";
        position: absolute;
        top: 10px;
        right: 0;
        bottom: 10px;
        border-right: 1px dotted #e0e0e0; } }
@media screen and (max-width: 767px) {
  #contents table {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-right: none; }
  #contents th, #contents td {
    padding: 5px;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    border-left: none; }
  #contents th {
    background: #eee; }
  #contents td {
    background: #fff; } }
#contents .bold {
  font-weight: bold; }
#contents .emphasis {
  color: #dc5b36;
  font-weight: bold; }
#contents p.attention {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 110%; }
#contents ul.attention {
  margin-top: 10px; }
  #contents ul.attention li {
    margin-left: 1em;
    text-indent: -1em;
    font-size: 110%; }
#contents ul.list {
  padding: 0 20px 0 20px;
  list-style-position: outside; }
  #contents ul.list li {
    list-style-type: disc;
    margin-right: -15px; }
    #contents ul.list li:last-child {
      margin-bottom: 0; }
#contents ol.num {
  padding: 0 25px 0 25px;
  list-style-position: outside; }
  #contents ol.num li {
    list-style-type: decimal; }
    #contents ol.num li:last-child {
      margin-bottom: 0; }
#contents .article + .btn-link {
  padding-top: 0; }
#contents .btn-link {
  padding: 50px 0;
  text-align: center; }
  #contents .btn-link a {
    display: inline-block;
    width: 350px;
    margin: 0 20px;
    border: 1px solid #009e37;
    background: #fff;
    color: #009e37;
    font-size: 18px;
    text-decoration: none;
    line-height: 68px;
    border-radius: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #contents .btn-link a i {
      font-size: 14px;
      margin-right: 7px; }
  @media screen and (max-width: 959px) {
    #contents .btn-link {
      padding: 20px 0 30px; } }
  @media screen and (max-width: 767px) {
    #contents .btn-link {
      padding: 20px 0 40px; }
      #contents .btn-link a {
        width: 100%;
        margin: 0; } }
#contents .wp-pagenavi {
  padding-top: 50px;
  line-height: 1;
  text-align: center;
  font-size: 14px; }
  #contents .wp-pagenavi span, #contents .wp-pagenavi a {
    display: inline-block;
    width: 35px;
    margin: 0 1px 0 2px;
    *display: inline;
    *zoom: 1;
    line-height: 35px; }
  #contents .wp-pagenavi .current {
    border: solid 1px #009e37;
    background: #009e37;
    color: #fff; }
  #contents .wp-pagenavi .extend {
    padding: 0; }
  #contents .wp-pagenavi .first, #contents .wp-pagenavi .last {
    width: auto;
    padding: 0 10px; }
  #contents .wp-pagenavi .pages {
    width: auto;
    margin-right: 5px; }
  #contents .wp-pagenavi a {
    border: solid 1px #ddd;
    background: #fff;
    color: #aaa;
    text-decoration: none; }
  #contents .wp-pagenavi a:hover {
    border: solid 1px #009e37;
    background: #fff;
    color: #333; }

@media screen and (min-width: 800px) {
  #contents .btn-link a:hover {
    background: #009e37;
    color: #fff; }
    #contents .btn-link a:hover i {
      color: #fff; }

  .area-link {
    cursor: pointer; } }
/*----------------------------------------------------
	pagetop
----------------------------------------------------*/
#pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px; }
  #pagetop a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background: #009e37;
    color: #fff;
    text-decoration: none;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
    #pagetop a i {
      font-size: 18px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

@media screen and (min-width: 800px) {
  #pagetop a:hover {
    opacity: 0.7; } }
/* index page
========================================================= */
@media screen and (min-width: 960px) {
  #home-page #footer {
    margin-left: 260px; } }
#home-page #contents {
  padding: 20px 0 0; }
  @media screen and (min-width: 960px) {
    #home-page #contents {
      width: auto;
      margin-left: 250px; } }
  @media screen and (max-width: 959px) {
    #home-page #contents {
      width: auto; } }
  #home-page #contents #block {
    zoom: 1; }
    #home-page #contents #block:before, #home-page #contents #block:after {
      content: "";
      display: table;
      height: 0;
      visibility: hidden; }
    #home-page #contents #block:after {
      clear: both; }
    @media screen and (min-width: 960px) {
      #home-page #contents #block {
        padding-bottom: 30px; } }
  #home-page #contents .item {
    float: left;
    margin-bottom: 20px; }
    #home-page #contents .item .inner {
      overflow: hidden;
      height: 260px;
      margin: 0 10px;
      background: #fff;
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px; }
  #home-page #contents .item-btn .inner {
    background: url(/common/images/ico-arrow-box.png) no-repeat right bottom #fff;
    -webkit-background-size: 30px;
    background-size: 30px; }
    #home-page #contents .item-btn .inner div {
      position: relative;
      height: 150px;
      background: url(/common/images/bg-box.png) no-repeat top center;
      -webkit-background-size: 100%;
      background-size: 100%; }
  #home-page #contents .item-btn a {
    display: block;
    height: 260px;
    color: #333;
    text-decoration: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #home-page #contents .item-btn a i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #009e37;
      font-size: 152px; }
  #home-page #contents .item-btn dl {
    margin: 0 25px;
    padding-top: 15px; }
  #home-page #contents .item-btn dt {
    margin-bottom: 10px;
    line-height: 1; }
  #home-page #contents .item-btn dt, #home-page #contents .item-btn dd {
    text-align: center; }
  #home-page #contents .item-btn dd {
    color: #999;
    font-size: 12px;
    line-height: 18px; }
  #home-page #contents .item-2x .btn {
    margin: 0 25px; }
    #home-page #contents .item-2x .btn a {
      position: relative;
      color: #333;
      text-decoration: none;
      display: block;
      padding-left: 15px;
      line-height: 70px;
      border: 1px solid #e0e0e0;
      color: #333;
      font-size: 18px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
      text-align: left; }
      #home-page #contents .item-2x .btn a i {
        color: #009e37; }
        #home-page #contents .item-2x .btn a i:first-child {
          margin-right: 10px;
          vertical-align: middle;
          font-size: 45px; }
        #home-page #contents .item-2x .btn a i:last-child {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 15px;
          font-size: 18px; }
    @media screen and (max-width: 767px) {
      #home-page #contents .item-2x .btn {
        margin: 0 15px; } }
  #home-page #contents #search-box {
    margin: 0 25px 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e0e0e0; }
    #home-page #contents #search-box h2 {
      margin: 0;
      padding: 0;
      border: none;
      background: none;
      margin: 0 0 15px;
      padding: 25px 0 0;
      border-top: 3px solid #009e37;
      font-size: 16px;
      color: #333;
      line-height: 21px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; }
      #home-page #contents #search-box h2:before, #home-page #contents #search-box h2:after {
        display: none; }
      #home-page #contents #search-box h2 i {
        margin-right: 8px;
        color: #009e37;
        font-size: 21px;
        vertical-align: text-bottom; }
    #home-page #contents #search-box .wrap {
      position: relative;
      overflow: hidden;
      height: 50px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    #home-page #contents #search-box .search-txt {
      width: 80%;
      height: 50px;
      padding: 0 15px;
      border: 1px solid #e0e0e0;
      border-right: none;
      background: #fff;
      font-size: 16px;
      line-height: 48px;
      outline: none;
      -webkit-border-radius: 25px 0 0 25px;
      -moz-border-radius: 25px 0 0 25px;
      -ms-border-radius: 25px 0 0 25px;
      -o-border-radius: 25px 0 0 25px;
      border-radius: 25px 0 0 25px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    #home-page #contents #search-box .search-btn {
      cursor: pointer;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 20%;
      height: 50px;
      border: none;
      background: #009e37;
      color: #fff;
      -webkit-border-radius: 0 25px 25px 0;
      -moz-border-radius: 0 25px 25px 0;
      -ms-border-radius: 0 25px 25px 0;
      -o-border-radius: 0 25px 25px 0;
      border-radius: 0 25px 25px 0; }
    @media screen and (max-width: 767px) {
      #home-page #contents #search-box {
        margin: 0 15px 15px;
        padding-bottom: 15px; } }
  @media screen and (max-width: 767px) {
    #home-page #contents .item-btn {
      width: 100%; }
    #home-page #contents .item-2x {
      width: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 1089px) {
    #home-page #contents .item-btn {
      width: 50%; }
    #home-page #contents .item-2x {
      width: 100%; } }
  @media screen and (min-width: 1090px) {
    #home-page #contents {
      max-width: 840px; }
      #home-page #contents .item-btn {
        width: 33.3333%; }
      #home-page #contents .item-2x {
        width: 66.666%; } }
  @media screen and (min-width: 1370px) {
    #home-page #contents {
      max-width: 1120px; }
      #home-page #contents .item-btn {
        width: 25%; }
      #home-page #contents .item-2x {
        width: 50%; } }
  @media screen and (min-width: 1650px) {
    #home-page #contents {
      max-width: 1400px; }
      #home-page #contents .item-btn {
        width: 20%; }
      #home-page #contents .item-2x {
        width: 40%; } }
#home-page #info {
  overflow: hidden;
  background: #fff;
  text-align: left; }
  #home-page #info .inner {
    position: relative;
    width: 100%;
    zoom: 1; }
    #home-page #info .inner:before, #home-page #info .inner:after {
      content: "";
      display: table;
      height: 0;
      visibility: hidden; }
    #home-page #info .inner:after {
      clear: both; }
  #home-page #info #info-ticker {
    height: 40px; }
    #home-page #info #info-ticker dl {
      display: table;
      height: 40px; }
      #home-page #info #info-ticker dl dt, #home-page #info #info-ticker dl dd {
        display: table-cell;
        font-size: 14px;
        vertical-align: middle; }
      #home-page #info #info-ticker dl dt {
        width: 100px; }
      #home-page #info #info-ticker dl a {
        color: #333;
        text-decoration: none; }
  @media screen and (min-width: 960px) {
    #home-page #info {
      min-width: 800px;
      margin-left: 240px;
      padding: 20px 0 20px 40px; }
      #home-page #info #info-ticker {
        margin-left: 120px;
        padding: 0 83px 0 20px; }
      #home-page #info h3 {
        margin: 0;
        padding: 0;
        border: none;
        background: none;
        float: left;
        position: relative;
        width: 119px;
        height: 40px;
        padding-left: 40px;
        border-right: 1px solid #e0e0e0;
        color: #009e37;
        font-size: 14px;
        line-height: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        #home-page #info h3:before, #home-page #info h3:after {
          display: none; }
        #home-page #info h3 i {
          font-size: 30px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 0; }
      #home-page #info #arrows {
        width: 65px;
        height: 30px;
        right: 10px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        #home-page #info #arrows button {
          cursor: pointer;
          position: relative;
          width: 30px;
          height: 30px;
          border: none;
          background: none;
          font-size: 30px;
          color: #009e37;
          outline: none;
          font-family: 'fonts' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
          #home-page #info #arrows button:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 30px;
            height: 30px; }
          #home-page #info #arrows button.slick-next {
            float: right; }
            #home-page #info #arrows button.slick-next:before {
              content: "\e90f"; }
          #home-page #info #arrows button.slick-prev {
            float: left; }
            #home-page #info #arrows button.slick-prev:before {
              content: "\e910"; }
        #home-page #info #arrows i {
          color: #009e37;
          font-size: 30px; } }
  @media screen and (max-width: 959px) {
    #home-page #info {
      padding: 15px; }
      #home-page #info h3, #home-page #info #arrows {
        display: none; } }
#home-page #footer #foot-bnr {
  border-top: none; }

@media screen and (min-width: 960px) {
  #home-page .item-btn a:hover {
    position: relative; }
    #home-page .item-btn a:hover:before {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 260px;
      border: 1px solid #009e37;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
      z-index: 10; }
  #home-page .item-2x .btn a:hover {
    border-color: #009e37 !important;
    background-color: #ebf7ef; }
  #home-page #info .area-link:hover {
    color: #009e37 !important; }
    #home-page #info .area-link:hover a {
      color: #009e37 !important; } }
/* products page
========================================================= */
#products-page #contents {
  overflow: hidden; }
  #products-page #contents #search-box {
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px; }
    @media screen and (min-width: 960px) {
      #products-page #contents #search-box {
        margin-bottom: 80px;
        padding: 0 25px 25px; } }
    @media screen and (max-width: 959px) {
      #products-page #contents #search-box {
        margin-bottom: 30px;
        padding: 0 15px 15px; } }
    #products-page #contents #search-box ul {
      overflow: hidden;
      border: 1px solid #e0e0e0;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
      zoom: 1; }
      #products-page #contents #search-box ul:before, #products-page #contents #search-box ul:after {
        content: "";
        display: table;
        height: 0;
        visibility: hidden; }
      #products-page #contents #search-box ul:after {
        clear: both; }
      #products-page #contents #search-box ul li {
        position: relative;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        #products-page #contents #search-box ul li a {
          display: block;
          background: #f8f8f8;
          color: #333;
          text-decoration: none; }
        #products-page #contents #search-box ul li i {
          color: #009e37; }
      @media screen and (min-width: 768px) {
        #products-page #contents #search-box ul li {
          float: left;
          width: 25%;
          margin-top: -1px; }
          #products-page #contents #search-box ul li a {
            height: 120px;
            border: 1px solid #e0e0e0;
            border-bottom: none;
            border-left: none;
            font-size: 14px; }
            #products-page #contents #search-box ul li a:hover {
              background: #fff; }
          #products-page #contents #search-box ul li:nth-child(4n) a {
            border-right: none; }
          #products-page #contents #search-box ul li i {
            font-size: 76px;
            line-height: 85px; }
          #products-page #contents #search-box ul li span {
            display: block; } }
      @media screen and (max-width: 959px) {
        #products-page #contents #search-box ul li a {
          font-size: 12px; } }
      @media screen and (max-width: 767px) {
        #products-page #contents #search-box ul {
          width: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          #products-page #contents #search-box ul li {
            width: 100%;
            border-bottom: 1px solid #e0e0e0;
            text-align: left; }
            #products-page #contents #search-box ul li:last-child {
              border-bottom: none; }
            #products-page #contents #search-box ul li a {
              padding: 0 15px;
              font-size: 16px;
              line-height: 50px;
              vertical-align: middle; }
            #products-page #contents #search-box ul li i {
              font-size: 40px;
              margin-right: 5px;
              vertical-align: middle; } }
    #products-page #contents #search-box h2 {
      margin: 0;
      padding: 0;
      border: none;
      background: none;
      margin: 0 0 15px;
      padding: 25px 0 0;
      border-top: 3px solid #009e37;
      font-size: 16px;
      color: #333;
      line-height: 21px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; }
      #products-page #contents #search-box h2:before, #products-page #contents #search-box h2:after {
        display: none; }
      #products-page #contents #search-box h2 i {
        margin-right: 8px;
        color: #009e37;
        font-size: 21px;
        vertical-align: text-bottom; }
      #products-page #contents #search-box h2.last-child {
        padding-top: 0;
        border: none; }
    #products-page #contents #search-box .wrap {
      position: relative;
      overflow: hidden;
      height: 50px;
      margin-bottom: 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    #products-page #contents #search-box .search-txt {
      width: 80%;
      height: 50px;
      padding: 0 15px;
      border: 1px solid #e0e0e0;
      border-right: none;
      background: #fff;
      font-size: 16px;
      line-height: 48px;
      outline: none;
      -webkit-border-radius: 25px 0 0 25px;
      -moz-border-radius: 25px 0 0 25px;
      border-radius: 25px 0 0 25px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    #products-page #contents #search-box .search-btn {
      cursor: pointer;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 20%;
      height: 50px;
      border: none;
      background: #009e37;
      color: #fff;
      -webkit-border-radius: 0 25px 25px 0;
      -moz-border-radius: 0 25px 25px 0;
      border-radius: 0 25px 25px 0; }
  @media screen and (min-width: 768px) {
    #products-page #contents .other-bnr {
      display: table;
      width: inherit; }
      #products-page #contents .other-bnr dt, #products-page #contents .other-bnr dd {
        display: table-cell;
        vertical-align: middle; }
      #products-page #contents .other-bnr dt {
        padding-right: 20px; }
      #products-page #contents .other-bnr dd {
        width: 260px; } }
  @media screen and (max-width: 767px) {
    #products-page #contents .other-bnr dt {
      margin-bottom: 5px; } }
  #products-page #contents #item-list {
    position: relative;
    zoom: 1; }
    #products-page #contents #item-list:before, #products-page #contents #item-list:after {
      content: "";
      display: table;
      height: 0;
      visibility: hidden; }
    #products-page #contents #item-list:after {
      clear: both; }
    #products-page #contents #item-list .item {
      float: left; }
      #products-page #contents #item-list .item a {
        display: block;
        color: #333;
        text-decoration: none; }
      #products-page #contents #item-list .item span {
        display: block;
        text-align: center; }
    @media screen and (min-width: 960px) {
      #products-page #contents #item-list {
        margin: 0 -15px; }
        #products-page #contents #item-list .item {
          width: 25%;
          padding-top: 30px; }
          #products-page #contents #item-list .item a {
            margin: 0 15px; }
          #products-page #contents #item-list .item span {
            margin-top: 10px;
            font-size: 14px; } }
    @media screen and (max-width: 959px) {
      #products-page #contents #item-list {
        margin: 0 -10px; }
        #products-page #contents #item-list .item {
          width: 33.3333%;
          padding-top: 20px; }
          #products-page #contents #item-list .item a {
            margin: 0 10px; }
          #products-page #contents #item-list .item span {
            margin-top: 10px;
            font-size: 14px; } }
    @media screen and (max-width: 767px) {
      #products-page #contents #item-list .item {
        width: 50%; }
        #products-page #contents #item-list .item a {
          margin: 0 10px; }
        #products-page #contents #item-list .item span {
          margin-top: 10px;
          font-size: 14px; } }
  #products-page #contents #gallery {
    position: relative; }
    @media screen and (min-width: 960px) {
      #products-page #contents #gallery {
        height: 400px;
        margin: 30px 0 50px; }
        #products-page #contents #gallery .bx-wrapper {
          margin: 0 auto 60px; } }
    @media screen and (max-width: 959px) {
      #products-page #contents #gallery {
        height: 400px;
        margin: 30px 0; }
        #products-page #contents #gallery .bx-wrapper {
          margin: 0 auto 30px; } }
    @media screen and (max-width: 767px) {
      #products-page #contents #gallery {
        margin: 20px 0 30px; }
        #products-page #contents #gallery .bx-wrapper {
          margin: 0 auto 15px; } }
    #products-page #contents #gallery .item {
      position: relative; }
      #products-page #contents #gallery .item .img {
        overflow: hidden; }
      #products-page #contents #gallery .item dt {
        margin-bottom: 10px;
        color: #009e37;
        font-weight: bold; }
      @media screen and (min-width: 960px) {
        #products-page #contents #gallery .item {
          height: 400px; }
          #products-page #contents #gallery .item .img {
            position: absolute;
            top: 0;
            left: 0;
            width: 400px;
            height: 400px; }
          #products-page #contents #gallery .item .txt {
            position: absolute;
            top: 0;
            right: 0;
            width: 360px;
            margin: 0; }
          #products-page #contents #gallery .item dt {
            font-size: 16px; } }
      @media screen and (max-width: 959px) {
        #products-page #contents #gallery .item {
          height: 400px; }
          #products-page #contents #gallery .item .img {
            width: 400px;
            height: 400px;
            margin: auto; }
          #products-page #contents #gallery .item .txt {
            margin-top: 10px; } }
      @media screen and (max-width: 767px) {
        #products-page #contents #gallery .item {
          height: auto; }
          #products-page #contents #gallery .item .img {
            width: auto;
            height: auto; } }
    #products-page #contents #gallery .bxslider02 {
      zoom: 1; }
      #products-page #contents #gallery .bxslider02:before, #products-page #contents #gallery .bxslider02:after {
        content: "";
        display: table;
        height: 0;
        visibility: hidden; }
      #products-page #contents #gallery .bxslider02:after {
        clear: both; }
      #products-page #contents #gallery .bxslider02 a {
        float: left;
        display: block;
        color: #333;
        text-decoration: none;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        #products-page #contents #gallery .bxslider02 a span {
          display: block;
          margin-top: 5px; }
      @media screen and (min-width: 960px) {
        #products-page #contents #gallery .bxslider02 {
          position: absolute;
          bottom: 0;
          right: -10px;
          width: 370px;
          z-index: 99; }
          #products-page #contents #gallery .bxslider02 a {
            width: 20%;
            padding: 0 10px 10px 0; }
            #products-page #contents #gallery .bxslider02 a span {
              font-size: 10px; } }
      @media screen and (max-width: 959px) {
        #products-page #contents #gallery .bxslider02 {
          position: relative;
          margin: 0 -5px; }
          #products-page #contents #gallery .bxslider02 a {
            width: 20%;
            padding: 5px; }
            #products-page #contents #gallery .bxslider02 a span {
              font-size: 12px; } }
      @media screen and (max-width: 767px) {
        #products-page #contents #gallery .bxslider02 a {
          width: 33.333%; }
          #products-page #contents #gallery .bxslider02 a span {
            font-size: 10px; } }
  #products-page #contents #cnt {
    zoom: 1; }
    #products-page #contents #cnt:before, #products-page #contents #cnt:after {
      content: "";
      display: table;
      height: 0;
      visibility: hidden; }
    #products-page #contents #cnt:after {
      clear: both; }
    #products-page #contents #cnt h3 {
      clear: both; }
      #products-page #contents #cnt h3:first-child {
        margin-top: 0; }
    #products-page #contents #cnt .table-wrap {
      clear: both; }
    #products-page #contents #cnt table {
      width: 100%;
      border: 1px solid #e0e0e0;
      border-top: none;
      border-right: none; }
    #products-page #contents #cnt th, #products-page #contents #cnt td {
      border: 1px solid #e0e0e0;
      border-bottom: none;
      border-left: none; }
    #products-page #contents #cnt th {
      background: #eee; }
      #products-page #contents #cnt th:after {
        display: none; }
    #products-page #contents #cnt td {
      background: #fff; }
    #products-page #contents #cnt img {
      height: auto; }
    #products-page #contents #cnt div.alignleft, #products-page #contents #cnt div.alignright {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      #products-page #contents #cnt div.alignleft img, #products-page #contents #cnt div.alignright img {
        width: 100%;
        height: auto; }
    #products-page #contents #cnt .wp-caption-text {
      margin-top: 5px; }
    #products-page #contents #cnt .wp-caption {
      width: auto !important; }
    @media screen and (min-width: 960px) {
      #products-page #contents #cnt h3 {
        padding-top: 50px; }
      #products-page #contents #cnt th, #products-page #contents #cnt td {
        font-size: 14px; }
      #products-page #contents #cnt img {
        width: 400px; }
      #products-page #contents #cnt img.alignright {
        float: right;
        margin: 0 0 20px 20px; }
      #products-page #contents #cnt img.alignleft {
        float: left;
        margin: 0 20px 20px 0; }
      #products-page #contents #cnt div.alignleft, #products-page #contents #cnt div.alignright {
        width: 400px !important; }
      #products-page #contents #cnt div.alignleft {
        float: left;
        padding-right: 20px; }
      #products-page #contents #cnt div.alignright {
        float: right;
        padding-left: 20px; } }
    @media screen and (max-width: 959px) {
      #products-page #contents #cnt h3 {
        padding-top: 30px; }
      #products-page #contents #cnt .table-wrap {
        overflow-x: scroll; }
        #products-page #contents #cnt .table-wrap:before, #products-page #contents #cnt .table-wrap:after {
          display: block;
          font-size: 11px;
          content: "表は横にスクロールできます。";
          padding: 5px 0; }
        #products-page #contents #cnt .table-wrap:-webkit-scrollbar {
          height: 10px; }
        #products-page #contents #cnt .table-wrap:-webkit-scrollbar-track {
          margin: 0 2px;
          background: #ccc;
          border-radius: 5px; }
        #products-page #contents #cnt .table-wrap:-webkit-scrollbar-thumb {
          border-radius: 5px;
          background: #666; }
      #products-page #contents #cnt table {
        width: 800px; }
      #products-page #contents #cnt th, #products-page #contents #cnt td {
        padding: 10px;
        font-size: 12px; }
      #products-page #contents #cnt img {
        max-width: 400px; }
      #products-page #contents #cnt img.alignright {
        float: right;
        width: calc(50% - 15px);
        margin: 0 0 15px 15px; }
      #products-page #contents #cnt img.alignleft {
        float: left;
        width: calc(50% - 15px);
        margin: 0 15px 15px 0; }
      #products-page #contents #cnt div.alignleft, #products-page #contents #cnt div.alignright {
        width: calc(50% - 15px) !important; }
      #products-page #contents #cnt div.alignleft {
        float: left;
        padding-right: 20px; }
      #products-page #contents #cnt div.alignright {
        float: right;
        padding-left: 20px; } }
    @media screen and (max-width: 767px) {
      #products-page #contents #cnt h3 {
        padding-top: 20px; }
      #products-page #contents #cnt img.alignright, #products-page #contents #cnt img.alignleft, #products-page #contents #cnt div.alignleft, #products-page #contents #cnt div.alignright {
        float: none;
        width: auto !important;
        margin: 0;
        margin-bottom: 1em;
        padding: 0; } }
  #products-page #contents #btn-guide {
    margin: 0;
    text-align: center;
    zoom: 1;
    font-size: 0; }
    #products-page #contents #btn-guide:before, #products-page #contents #btn-guide:after {
      content: "";
      display: table;
      height: 0;
      visibility: hidden; }
    #products-page #contents #btn-guide:after {
      clear: both; }
    #products-page #contents #btn-guide li {
      display: inline-block;
      position: relative;
      color: #fff;
      text-decoration: none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-align: left;
      vertical-align: top;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
      overflow: hidden; }
      #products-page #contents #btn-guide li input, #products-page #contents #btn-guide li a {
        cursor: pointer;
        display: table-cell;
        width: 9999px;
        height: 70px;
        padding: 0 50px 0 65px;
        border: none;
        background: #009e37;
        color: #fff;
        font-size: 18px;
        text-align: left;
        text-decoration: none;
        line-height: 1.3;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      #products-page #contents #btn-guide li span {
        position: absolute;
        top: 15px;
        left: 15px;
        display: block;
        width: 40px;
        height: 40px;
        background: #fff;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        text-align: center; }
        #products-page #contents #btn-guide li span i {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          margin: auto;
          color: #009e37;
          font-size: 26px; }
      #products-page #contents #btn-guide li .icon-arrow-c {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10px;
        font-size: 16px; }
    @media screen and (min-width: 960px) {
      #products-page #contents #btn-guide {
        padding-top: 50px; }
        #products-page #contents #btn-guide li {
          width: calc(50% - 15px); }
          #products-page #contents #btn-guide li:nth-child(2) {
            margin-left: 30px; } }
    @media screen and (max-width: 959px) {
      #products-page #contents #btn-guide {
        padding-top: 30px; }
        #products-page #contents #btn-guide li {
          width: calc(50% - 10px); }
          #products-page #contents #btn-guide li:nth-child(2) {
            margin-left: 20px; } }
    @media screen and (max-width: 767px) {
      #products-page #contents #btn-guide {
        padding-top: 0; }
        #products-page #contents #btn-guide li {
          width: 100%;
          margin: 15px 0 0 0; }
          #products-page #contents #btn-guide li:nth-child(2) {
            margin-left: 0; } }
  #products-page #contents .btn-link a i {
    font-size: 32px;
    vertical-align: middle; }
  @media screen and (max-width: 959px) {
    #products-page #contents .btn-link {
      padding-top: 20px; } }
  @media screen and (max-width: 767px) {
    #products-page #contents .btn-link {
      padding-top: 15px; }
      #products-page #contents .btn-link a {
        width: 100%;
        margin: 0; } }

@media screen and (min-width: 800px) {
  #products-page #contents #item-list a:hover img {
    opacity: 0.8; }
  #products-page #contents #btn-guide li:hover {
    opacity: 0.8; } }
/* info page
========================================================= */
#info-page #contents #news-list dl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #e0e0e0;
  zoom: 1; }
  #info-page #contents #news-list dl:before, #info-page #contents #news-list dl:after {
    content: "";
    display: table;
    height: 0;
    visibility: hidden; }
  #info-page #contents #news-list dl:after {
    clear: both; }
  @media screen and (min-width: 768px) {
    #info-page #contents #news-list dl dt {
      float: left;
      width: 7em; }
    #info-page #contents #news-list dl dd {
      margin-left: 7px; } }
#info-page #contents #news-list a {
  color: #333;
  text-decoration: none; }
#info-page #contents .txt {
  padding-bottom: 30px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #e0e0e0; }
#info-page #contents .date {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-align: right;
  letter-spacing: 1px; }
#info-page #contents .btn-link a i {
  font-size: 32px;
  vertical-align: middle; }

@media screen and (min-width: 800px) {
  #info-page #contents #news-list dl {
    cursor: pointer; }
    #info-page #contents #news-list dl:hover dt, #info-page #contents #news-list dl:hover dd {
      opacity: 0.7; } }
/* company page
========================================================= */
@media screen and (max-width: 767px) {
  #company-page #contents table, #company-page #contents th, #company-page #contents td {
    display: block; } }

/* partner page
========================================================= */
/* privacy page
========================================================= */
/*  contact page
========================================================= */
#contact-page #contents form {
  width: 100%;
  margin-top: 30px;
  border-top: dotted 1px #ccc; }
#contact-page #contents #mfp_confirm_table {
  margin-top: 20px;
  border-top: dotted 1px #ccc; }
  #contact-page #contents #mfp_confirm_table h3 {
    margin-bottom: 15px; }
#contact-page #contents dl {
  width: 100%;
  margin: 0;
  border-bottom: dotted 1px #ccc;
  zoom: 1; }
  #contact-page #contents dl:before, #contact-page #contents dl:after {
    content: "";
    display: table;
    height: 0;
    visibility: hidden; }
  #contact-page #contents dl:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    #contact-page #contents dl {
      display: table; } }
#contact-page #contents dt, #contact-page #contents dd {
  padding: 20px 0;
  border: none !important;
  font-size: 16px;
  vertical-align: middle; }
  @media screen and (min-width: 960px) {
    #contact-page #contents dt, #contact-page #contents dd {
      display: table-cell; } }
#contact-page #contents dt {
  float: none;
  text-align: left; }
  @media screen and (min-width: 960px) {
    #contact-page #contents dt {
      width: 200px; } }
  @media screen and (max-width: 959px) {
    #contact-page #contents dt {
      padding-bottom: 0; } }
  #contact-page #contents dt span {
    display: block;
    float: right;
    width: 40px;
    height: 18px;
    background: #dc5b36;
    color: #fff;
    font-size: 10px;
    text-align: center;
    text-indent: 0;
    line-height: 18px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px; }
@media screen and (min-width: 960px) {
  #contact-page #contents dd {
    padding-left: 20px; } }
@media screen and (max-width: 959px) {
  #contact-page #contents dd {
    padding-top: 15px; } }
#contact-page #contents dd dl {
  width: 100%;
  padding: 5px 0;
  border: none !important; }
  #contact-page #contents dd dl:first-of-type {
    border-top: none; }
  #contact-page #contents dd dl dt, #contact-page #contents dd dl dd {
    padding: 0; }
  #contact-page #contents dd dl dt {
    width: 180px; }
#contact-page #contents dd input[type="text"], #contact-page #contents dd input[type="tel"], #contact-page #contents dd input[type="email"], #contact-page #contents dd textarea {
  width: 100% !important;
  padding: 10px;
  border: solid 1px #e0e0e0;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
#contact-page #contents dd #zip-code {
  width: 150px !important;
  margin-right: 10px; }
#contact-page #contents dd .custom {
  overflow: hidden;
  position: relative;
  width: 250px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  z-index: 10; }
  #contact-page #contents dd .custom i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg); }
#contact-page #contents dd select {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 130%;
  height: 44px;
  padding: 11px 0 10px 15px;
  font-weight: normal;
  cursor: pointer;
  background: none;
  z-index: 15;
  vertical-align: middle;
  line-height: 24px;
  border: none;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button; }
#contact-page #contents dd ol {
  padding: 0;
  zoom: 1; }
  #contact-page #contents dd ol:before, #contact-page #contents dd ol:after {
    content: "";
    display: table;
    height: 0;
    visibility: hidden; }
  #contact-page #contents dd ol:after {
    clear: both; }
#contact-page #contents dd li {
  float: left;
  width: 50%; }
  #contact-page #contents dd li input {
    margin-right: 5px;
    padding: 0;
    border: none;
    background: none; }
#contact-page #contents #button, #contact-page #contents .mfp_buttons {
  padding: 50px 0 0;
  text-align: center; }
  #contact-page #contents #button button, #contact-page #contents .mfp_buttons button {
    display: inline-block;
    width: 250px;
    height: 60px;
    margin: 0 20px;
    padding: 0;
    border: none;
    background: #009e37;
    color: #fff;
    text-indent: 0;
    cursor: pointer;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }
    #contact-page #contents #button button#btn-reset, #contact-page #contents .mfp_buttons button#btn-reset {
      background: #666; }
    #contact-page #contents #button button#mfp_button_cancel, #contact-page #contents .mfp_buttons button#mfp_button_cancel {
      background: #666; }
    #contact-page #contents #button button:hover, #contact-page #contents .mfp_buttons button:hover {
      opacity: 0.8; }
  @media screen and (max-width: 767px) {
    #contact-page #contents #button, #contact-page #contents .mfp_buttons {
      padding: 0;
      font-size: 0; }
      #contact-page #contents #button button, #contact-page #contents .mfp_buttons button {
        display: block;
        width: 100%;
        margin: 20px 0 0; } }
#contact-page #contents #mfp_phase_confirm h4 {
  padding-bottom: 0;
  font-size: 16px;
  font-weight: normal; }
#contact-page #contents #contact-tel {
  position: relative;
  display: block;
  border: none; }
  #contact-page #contents #contact-tel dt, #contact-page #contents #contact-tel dd {
    display: block;
    padding: 0;
    line-height: 1; }
  #contact-page #contents #contact-tel dt {
    width: auto;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px; }
    #contact-page #contents #contact-tel dt i {
      margin-right: 5px;
      color: #009e37; }
  #contact-page #contents #contact-tel dd {
    font-weight: 600; }
    #contact-page #contents #contact-tel dd em {
      font-family: "Roboto", sans-serif;
      font-weight: 400; }
  #contact-page #contents #contact-tel dd.time {
    line-height: 1.5; }
  #contact-page #contents #contact-tel dd.other {
    clear: both;
    padding-top: 5px; }
  @media screen and (min-width: 960px) {
    #contact-page #contents #contact-tel dt {
      float: left;
      margin-right: 20px;
      font-size: 56px; }
      #contact-page #contents #contact-tel dt i {
        font-size: 40px; }
    #contact-page #contents #contact-tel dd.time {
      float: left;
      font-size: 18px; }
      #contact-page #contents #contact-tel dd.time span {
        display: block;
        font-size: 14px; }
      #contact-page #contents #contact-tel dd.time em {
        font-size: 20px; }
    #contact-page #contents #contact-tel dd.other em {
      font-size: 20px; } }
  @media screen and (max-width: 959px) {
    #contact-page #contents #contact-tel dt {
      font-size: 40px; }
      #contact-page #contents #contact-tel dt i {
        font-size: 30px; }
    #contact-page #contents #contact-tel dd.time {
      margin-top: 10px;
      font-size: 16px; }
      #contact-page #contents #contact-tel dd.time span {
        margin-left: 10px; }
    #contact-page #contents #contact-tel dd.other em {
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    #contact-page #contents #contact-tel dt {
      font-size: 32px; }
      #contact-page #contents #contact-tel dt i {
        font-size: 24px; }
    #contact-page #contents #contact-tel dd.time {
      margin-top: 5px;
      font-size: 12px; }
      #contact-page #contents #contact-tel dd.time em {
        font-size: 14px; }
      #contact-page #contents #contact-tel dd.time span {
        display: block;
        margin: 0; }
    #contact-page #contents #contact-tel dd.other {
      line-height: 1.5; }
      #contact-page #contents #contact-tel dd.other em {
        font-size: 16px; } }
#contact-page #contents #thanks p {
  text-align: center; }
@media screen and (max-width: 767px) {
  #contact-page #contents #thanks br {
    display: none; } }

/*  error page
========================================================= */
#error-page #pagetitle h1 {
  padding: 0;
  border: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/slick/fonts/<div class= item item-btn >slick.eot");
  src: url("/slick/fonts/<div class= item item-btn >slick.eot?#iefix") format("embedded-opentype"), url("/slick/fonts/<div class= item item-btn >slick.woff") format("woff"), url("/slick/fonts/<div class= item item-btn >slick.ttf") format("truetype"), url("/slick/fonts/<div class= item item-btn >slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
/*
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    &:hover, &:focus {
        outline: none;
        background: transparent;
        color: transparent;
        &:before {
            opacity: $slick-opacity-on-hover;
        }
    }
    &.slick-disabled:before {
        opacity: $slick-opacity-not-active;
    }
    &:before {
        font-family: $slick-font-family;
        font-size: 20px;
        line-height: 1;
        color: $slick-arrow-color;
        opacity: $slick-opacity-default;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

.slick-prev {
    left: -25px;
    [dir="rtl"] & {
        left: auto;
        right: -25px;
    }
    &:before {
        content: $slick-prev-character;
        [dir="rtl"] & {
            content: $slick-next-character;
        }
    }
}

.slick-next {
    right: -25px;
    [dir="rtl"] & {
        left: -25px;
        right: auto;
    }
    &:before {
        content: $slick-next-character;
        [dir="rtl"] & {
            content: $slick-prev-character;
        }
    }
}
*/
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */
/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0); }

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("/common/images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000; }

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("images/controls.png") no-repeat 0 -32px; }

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url("images/controls.png") no-repeat -43px -32px; }

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

@media print {
  * html body {
    zoom: .7; } }

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