@charset "utf-8";

@media screen and (max-width: 740px) {

/* =============================================================

　　スマホ画面 共通設定

============================================================= */


/*  全体 共通設定
---------------------------------------------*/

html {
}

html.jsNavActive,
.jsNavActive body {
  overflow: hidden;
  height: 100%;
}


/*  PC・SP表示切り替え 共通設定
-------------------------- */

.mediaPC {
  display: none;
}

.mediaSP,
img.mediaSP {
  display: inline;
}

p.mediaSP,
div.mediaSP,
ul.mediaSP,
ol.mediaSP,
li.mediaSP,
table.mediaSP,
form.mediaSP,
dl.mediaSP,
h1.mediaSP,
h2.mediaSP,
h3.mediaSP,
h4.mediaSP,
h5.mediaSP,
h6.mediaSP {
  display: block;
}


/*  アイコン　設定
-------------------------- */

/* -- 矢印白文字 -- */

.btnArwWhite:before {
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  background: none;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  content: "";
}


/* 　コンテナー　設定
---------------------------------------------*/

#container {
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 0;
  background: #fff;
}

.boxInner {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


/*  ヘッダー 設定
---------------------------------------------*/

#header {
  transition: none;
  position: relative;
  width: 100%;
  height: 75px;
  border-bottom: 1px solid #4a4a4a;
  background: #165a32;
}

#header .boxInner {
  padding: 15px;
}

/* ---- サイトロゴ ---- */

#header #logo {
  width: 220px;
}

#header #logo img {
  width: 100%;
}

/* ------ グローバルナビ ------ */

#header #gnav {
  float: none;
  width: auto;
  padding: 0;
}

/* -- ナビボタン -- */

#header #gnav .boxNavBtn {
  display: block;  
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
  width: 58px;
  height: 74px;
}

#header #gnav .boxNavBtn span {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  position: absolute;
  left: 50%;
  transition: all .4s;
  width: 30px;
  height: 2px;
  margin-left: -15px;
  border-radius: 2px;
  background-color: #fff;
}

#header #gnav .boxNavBtn .txtMenu {
  display: none;
}

#header #gnav .boxNavBtn .icnMenu01 {
  top: 25px;
}

#header #gnav .boxNavBtn .icnMenu02 {
  top: 35px;
}

#header #gnav .boxNavBtn .icnMenu03 {
  top: 45px;
}

/* ナビActive時 */

.jsNavActive #header #gnav .boxNavBtn span {
  background-color: #fff;
}

.jsNavActive #header #gnav .boxNavBtn .icnMenu01 {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.jsNavActive #header #gnav .boxNavBtn .icnMenu02 {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.jsNavActive #header #gnav .boxNavBtn .icnMenu03 {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

/* -- ナビコンテンツ -- */

#header #gnav .boxNavContent {
  display: none;
  position: absolute;
  top: 74px;
  left: 0;
  z-index: 200;
  width: 100%;
  text-align: left;
}

/* -- ナビコンテンツ・インナー -- */

#header #gnav .boxNavContentInner {
  overflow: hidden;
  transition: all .4s ease-in-out;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 400;
  height: auto;
  max-height: 100%;
  background: #fff;
}

/* -- ナビ一覧 -- */

#header #gnav .boxNavList {
  position: relative;
  z-index: 400;
}

#header #gnav .boxNavList > ul > li {
  display: block;
  width: auto !important;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid #ccc;
  font-weight: bold;
  font-size: .92em;
  text-shadow: none;
  letter-spacing: 0;
}

#header #gnav .boxNavList > ul > li:first-child {
  border-top: none;
}

#header #gnav .boxNavList > ul > li:last-child {
  border-bottom: 2px solid #ccc;
}

/* -- ナビ・リンク -- */

#header #gnav .boxNavList > ul > li > a {
  transition: opacity .4s ease-in-out;
  position: relative;
  display: block;
  margin: 0;
  padding: 15px 40px 15px 15px;
  color: #000;
  font-size: 1.08em;
  text-align: left;
  line-height: 1.7em;
}

/* ボタン装飾（矢印） */
#header #gnav .boxNavList > ul > li > a:before,
#header #gnav .boxNavList > ul > li > a:after {
  transition: all .4s ease-in-out;
  position: absolute;
  top: 50%;
  left: auto !important;
  right: 17px !important;
  width: 0 !important;
  height: 0 !important;
  margin-top: -8px !important;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #165a32 !important;
  border-radius: 2px;
  background: none !important;
  content: "";
}

#header #gnav .boxNavList > ul > li > a:after {
  right: 19px !important;
  border-left-color: #fff !important;
}

#header #gnav .boxNavList > ul > li > a:hover {
  opacity: .6;
}

/* -- 背景（クリック後ナビ非表示） -- */

#header #gnav .boxMenuBg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 74px;
  left: 0;
  opacity: 0;
}


/*  コンテンツ 設定
---------------------------------------------*/

#content {
  display: block;
  transition: filter .5s ease-in-out;
  padding-top: 0;
  padding-bottom: 70px;
  font-size: .9em;
}

#content img {
  max-width: 100%;
}

/* -- ナビ表示中 -- */

.jsNavActive #content {
  filter: blur(3px);
}


/*  Content Top
-----------------------------------*/

#contentTop {
  overflow: hidden;
  background: none;
}

#contentTop .boxInner {
}

/*  Content Main
-----------------------------------*/

#contentMain {
  overflow: hidden;
  padding: 0;
}

#contentMain .boxInner {
  padding: 15px;
}

/*  2カラム 設定
-----------------------------------*/

#main,
#sideWrap,
#side {
  float: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

#main {
  margin-bottom: 25px;
}

#sideWrap,
#side {
  position: initial !important;
  top: auto !important;
  height: auto !important;
}


/*  フッター 設定
---------------------------------------------*/

#footer {
  position: inherit;
  left: auto;
  bottom: auto;
  height: auto;
  font-size: .85em;
  line-height: 1.8em;
}

#footer .boxInner {
  padding: 20px 15px;
}

/* ---- フッターロゴ＆コピーライト ---- */

#footer #footerlogo,
#footer #copyright {
  display: block;
  text-align: center;
}

/* ---- フッターロゴ ---- */

#footer #footerlogo {
  padding: 2px 0 5px;
}

#footer #footerlogo img {
  width: 50px;
}

/* ---- コピーライト ---- */

#footer #copyright {
  padding-top: 10px;
  font-size: .8em;
}

/* ---- フッターSNS ---- */

#footer #footersns {
  float: none;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0 0;
  text-align: center;
}

/* -- シェア＆フォロー -- */

#footer #footersns .boxShare,
#footer #footersns .boxFollow {
  font-size: .8em;
  padding: 0 5px;
}

/* -- シェア -- */

#footer #footersns .boxShare {
  position: relative;
  top: 2px;
}

/* -- フォロー -- */

#footer #footersns .boxFollow {
  margin-left: 0;
  padding-top: 10px;
}

#footer #footersns .boxFollow a {
  width: 25px;
  height: 25px;
  background-size: 100% 100%;
}

/* ---- ページトップ ---- */

#footer #pagetop {
  display: block;
  top: -60px !important;
  right: 10px;
  margin-left: 0;
}

/* -- ページトップ・固定 -- */

#footer #pagetop.fxd {
  position: fixed;
  top: auto !important;
  bottom: 15px;
}

/* -- リンク -- */

#footer #pagetop a {
  width: 46px;
  height: 46px;
}

#footer #pagetop a:before {
  width: 8px;
  height: 8px;
}

#footer #pagetop a:after {
  display: none;
}

}