/*** スマホ・タブレットサイズ ***/
/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*メニューイメージ関連*/
/* トップのみ */
/*body.home #main_menu {
	position:fixed;
	width:100%;
	height: 60px;
	z-index: 99;
}
body.home #main_menu #logo {
  padding: 0px 10px;
}
body.home #main_menu #logo img {
  width: auto;
  height: 73px;
}*/
/* スマホ版　ヘッダーナビ */
#main_menu {
  height: 70px;
}
/*#main_menu {
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 99;
  background-color: #FFF;
  border-bottom: 1px solid #E2E6E8;
}*/
/*ロゴ*/
/*
body #main_menu #logo_sm {
  padding: 5px 10px 0 10px;
}*/
/*ロゴ　非表示*/
#main_menu #logo_sm {
  display: block;
  position: fixed;
  top: 10px;
  left: 10px;
}
#main_menu #logo_sm img {
  width: auto;
  height: 50px;
}
#main_menu #logo {
  display: none;
}
#main_menu.second #logo {
  display: none;
}
/* 隠しロゴ 非表示 */
/*nav.fixed a.logo {
  display: none !important;
}*/
/*会社概要ロゴ　非表示*/
#main_menu .co_logo {
  display: none;
}
.bg-col {
  background-color: transparent;
}
.drawer-menu {
  width: 100%;
}
.drawer-menu li {
  position: relative;
  border: 0px solid #000;
}
.drawer-menu li span {
  position: absolute;
  width: 100%;
  display: block;
  text-align: right;
  /*  font-size: 2.0rem;*/
  line-height: 40px;
  cursor: pointer;
  background-color: transparent;
}
.drawer-menu li:hover {
  opacity: 0.8;
}
.drawer-menu li span i {
  margin-right: 1em;
}
.drawer-menu li a {
  color: #FFF;
}
.drawer-menu ul.sub-menu {
  display: none;
}
.drawer-menu li a i {
  margin-right: 0.5em;
}
/* プルダウン用矢印 */
a.is_dropdown {
  display: block;
  vertical-align: middle;
  position: relative;
}
a.is_dropdown i {
  position: absolute;
  top: 5px;
  right: 7px;
}
button:focus {
  outline: 0;
}
.drawer-menu li li {
  padding: 0;
  margin: 0;
  width: 100%;
}
.drawer-menu li > li:hover {
  opacity: 0.8;
}
.drawer-menu li li:last-child {
  border-bottom: none;
}
.drawer-menu li li a {
  display: block;
  min-height: 30px;
  padding: 10px 20px;
  /*  font-size: 1.7rem;*/
  color: #FFF;
}
ul.sm_menu_wrapper {
  width: 100%;
  margin: 60px 15px 20px 15px;
  text-align: left;
}
ul.sm_menu_wrapper > li {
  width: 100%;
  margin: 10px 0;
}
/*ul.sm_menu_wrapper li > li a {
  font-size: 1.8rem;
}*/
ul.sm_menu_wrapper2 {
  width: 100%;
  margin: 0px 0px 20px 0px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
ul.sm_menu_wrapper2 > li {
  width: 50%;
  display: table;
}
ul.sm_menu_wrapper2 > li a {
  font-size: 0.9em;
  width: 100%;
  display: flex; /* 子要素をflexboxで揃える */
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center; /* 子要素をflexboxにより中央に配置する */
  margin: 2px auto;
  padding: 5px;
  height: 80px;
  /*  line-height: 1.5em;*/
  text-align: center;
  /*  font-size: 1.4rem;*/
  border: 1px solid;
}
ul.sm_menu_wrapper2 > li:nth-child(odd) a {
  margin-right: 2px !important;
}
ul.sm_menu_wrapper2 > li:nth-child(even) a {
  margin-left: 2px !important;
}
ul.sm_menu_wrapper2 > li a span {}
ul.sm_menu_wrapper2 > li:nth-child(1) a {
  background-color: rgba(83, 195, 3, 0.7);
}
ul.sm_menu_wrapper2 > li:nth-child(2) a {
  background-color: rgba(125, 125, 125, 0.7);
}
ul.sm_menu_wrapper2 > li:nth-child(3) a {
  background-color: rgba(205, 92, 94, 0.7);
}
ul.sm_menu_wrapper2 > li:nth-child(4) a {}
/*!------------------------------------*\
		Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important;
}
.drawer-nav {
  position: fixed;
  z-index: 999999;
  top: 0;
  overflow: hidden;
  /*width: 16.25rem;*/
  width: 100%;
  height: 100%;
  color: #FFF;
  background-color: #063B82;
}
.drawer-nav a {
  color: #FFF;
}
.drawer-brand {
/*  font-size: 1.5rem;*/
  font-weight: bold;
  /*  line-height: 3.75rem;*/
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222;
}
.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.drawer-menu-item {
  /*  font-size: 1.8rem;*/
  display: block;
  padding: 1.5rem;
  margin-bottom: 5px;
  text-decoration: none;
  text-align: center;
  color: #063B82;
  opacity: 1.0;
  border-bottom: 0px dotted #FFF;
}
.drawer-menu-item:hover {
  /* opacity:0.8;
 background-color:#51A03A;*/
}
/* リンクなし */
#main_menu ul li.bg_none {
  /*  font-size: 1.2rem;*/
  display: block;
  padding: .75rem;
  margin-bottom: 5px;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  opacity: 1.0;
  border-bottom: 0px dotted #FFF;
}
/*----------*/
/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  /*height: 100%;*/
  /*background-color: rgba(0, 0, 0, .2);*/
}
.drawer-open .drawer-overlay {
  display: block;
}
/*!------------------------------------*\
		Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.drawer--top.drawer-open .drawer-nav {
  top: 60px;
}
.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}
/*!------------------------------------*\
		Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.drawer--left.drawer-open .drawer-nav, .drawer--left .drawer-hamburger, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}
.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}
/*!------------------------------------*\
		Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  /*right: -16.25rem;*/
  top: 0px;
  right: -100%;
  opacity: 0.9;
  /* 動作の遅いスマホを考慮し、アニメーションを付けない */
  /*-webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);*/
}
.drawer--right.drawer-open .drawer-nav, .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}
.drawer--right.drawer-open .drawer-hamburger {
  /*right: -16.25rem;*/
  right: 0;
}
/*!------------------------------------*\
		Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 999;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 40px;
  height: 70px;
  padding: 0;
  padding-top: 0px;
  padding-right: 1.5rem;
  padding-bottom: 0px;
  padding-left: 1.5rem;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0px solid #fff;
  outline: 0;
  background-color: transparent;
}
/* トップ以外 */
/*body.second .drawer-hamburger {
  width: 30px;
  height: 60px;
}*/
.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}
.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 0px;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  width: 100%;
  height: 3px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #063B82;
}
.drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}
.drawer-hamburger-icon:after {
  top: 10px;
}
.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
  top: 0;
}
.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #FFF;
}
.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #FFF;
}
/*!------------------------------------*\
		accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}
/*!------------------------------------*\
		Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}
.drawer--sidebar .drawer-contents {
  background-color: #fff;
}
@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
/*!------------------------------------*\
		Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}
.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}
/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}
.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center;
}
.drawer-navbar .drawer-brand {
  /*  line-height: 3.75rem;*/
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}
.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}
.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}
.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}
@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    /*    line-height: 3.75rem;*/
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width:  100%;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem;
  }
}
/*!------------------------------------*\
		Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
}
.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}
.drawer-dropdown-menu-item {
  /*  line-height: 3.75rem;*/
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
  /*  font-size: 1.4rem;*/
}
.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #CCC;
  background-color: transparent;
}
/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}
/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/*! open */
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*!------------------------------------*\
		Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}