@charset "utf-8";

/*  =============================================================

　　共通設定

============================================================= */


/*  全体　基本設定
---------------------------------------------*/

body {
  font-family: "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 1.4em;
  letter-spacing: 0;
  text-align: center;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}

/*  PC・SP表示切り替え 共通設定
-------------------------- */

.mediaSP {
  display: none;
}

/*  画像 基本設定
-------------------------- */

img {
  vertical-align: top;
  border: none;
}

/*  リンク 基本設定
-------------------------- */

a {
  color: #0059b2;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover,
a:focus {
  text-decoration: underline;
}

a:visited {
  color: #8c3041;
}

/*  テキスト 基本設定
-------------------------- */

/* -- ルビ -- */

ruby {
  ruby-align: distribute-space;
  ruby-overhang: auto;
  ruby-position: above;
}

rt,
rp {
/*  display: none; */
}

.yomiselect rt {
  display: block;
}

strong,
noscript {
  font-weight: bold;
}

noscript p {
  margin: 1em 0;
}


/*  フォーム 基本設定
-------------------------- */

input,
button,
select,
textarea {
  border-radius: 0 !important;
  padding: 5px;
  background: #fff;
  font-size: 1em;
}

input[type="button"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"] {
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 8px;
  padding: 0;
  font-size: 1.2em;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  border: 1px solid #d1d1d1;
}

textarea {
  -webkit-appearance: none;
  resize: vertical;
  width: 100%;
  height: 120px;
  line-height: 1.6em;
}


/* 　コンテナー　設定
---------------------------------------------*/

#container {
  position: relative;
  min-width: 960px;
  text-align: center;
}

.boxInner {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}


/*  ヘッダー 設定
---------------------------------------------*/

#header {
  width: 100%;
  padding: 10px 0 0;
}

#header a {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  transition: all 0.4s ease-in-out;
  color: #000;
  text-decoration: none;
}

/* -------- ヘッダー上部 -------- */

#headerTop {
}

#headerTop .boxInner {
  position: relative;
  padding-bottom: 10px;
}

/* ------ ブロックスキップ ------ */

#blockskip {
  position: absolute;
  top: -10px;
  left: 0;
  height: 0;
  text-align: left;
}

/* 通常時 */
#blockskip a {
  overflow: hidden;
  transition: none !important;
  width: 1px;
  height: 1px;
  color: transparent;
  color: #c5e8f0\9; /* IE8用 */
  text-decoration: underline;
}

/* フォーカス時 */
#blockskip .focus {
  overflow: visible;
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  position: relative;
  z-index: 2000;
  width: auto;
  height: 35px;
  padding: 5px 15px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  line-height: 22px;
  letter-spacing: 0.5px;
}

/* リンク触れた時 */
#blockskip a:hover {
  text-decoration: none;
}

/* ------ サイトロゴ ------ */

#header #sitelogo {
  float: left;
  width: 220px;
  height: 80px;
  padding-top: 22px;
}

#header #sitelogo a {
  transition: none;
}

#header #sitelogo img {
  max-width: 210px;
}

/* ------ ユーザーナビ ------ */

#header #usernav {
  float: right;
  width: 700px;
  text-align: right;
}

#header #usernav dt,
#header #usernav dd,
#header #usernav li,
#header #usernav > div > * {
  float: left;
}

#header #usernav > div {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  text-align: right;
  vertical-align: top;
}

#header #usernav dt {
  padding-right: 8px;
  font-size: 0.95em;
  line-height: 23px;
}

/* ------ ユーザーナビ上部 ------ */

#header #usernavTop {
  margin-bottom: 13px;
}

/* ---- 言語切替 ---- */

#header #lang {
}

#header #lang li {
  border-left: 1px solid #fff;
}

#header #lang li:first-child {
  border-left: none;
}

/* -- リンク -- */

#header #lang li a {
  display: block;
  min-width: 78px;
  height: 30px;
  padding: 5px 15px 0;
  background: #018640; 
  color: #fff;
  font-weight: bold;
  font-weight: normal\9; /* IE8用 */
  text-align: center;
  line-height: 1.45em;
}

/* IE10以上用 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #header #lang li a {
    font-weight: normal;
  }
}

/* -- リンク（ホバー・フォーカス時）-- */

#header #lang li a:hover,
#header #lang li a:focus {
  background-color: #003215;
}

/* -- 英語ボタン -- */

#header #lang li:first-child a {
  border-radius: 4px 0 0 4px;
}

/* -- 韓国語ボタン -- */

#header #lang li:first-child + li a {
  padding-top: 5px;
  letter-spacing: 1px;
  font-size: 1.02em;
}

/* -- 簡体字ボタン -- */

#header #lang li:first-child + li + li a {
  padding-top: 7px;
}

/* -- 繁体字ボタン -- */

#header #lang li:first-child + li + li + li a {
  padding-top: 7px\9; /* IE8用 */
  border-radius: 0 4px 4px 0;
}

/* IE10以上用 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #header #lang li:first-child + li + li + li a {
    padding-top: 7px;
  }
}

/* ---- ナビリンク ---- */

#header #navlink {
  padding-top: 7px;
  padding-left: 8px;  
}

#header #navlink li {
  height: 16px;
  padding: 0 12px;
  border-left: 1px solid #bbb;
  font-size: 0.92em;
}

#header #navlink li:first-child {
  border-left: none;
}

/* -- RSS＆サイトマップ -- */

#header #navlink .btnRSS a,
#header #navlink .btnSiteMap a {
  background-repeat: no-repeat;
  line-height: 1.45em;
}

/* -- RSS -- */

#header #navlink .btnRSS a {
  padding-left: 18px;
  background-image: url(/share/imgs/common-icn-rss-pc.png);
  background-position: 0 1px;
}

/* -- サイトマップ -- */

#header #navlink .btnSiteMap a {
  padding-left: 20px;
  background-image: url(/share/imgs/main-header-icn-sitemap.png);
  background-position: 0 2px;
}

/* ------ ユーザーナビ下部 ------ */

#header #usernavBtm {
  margin-bottom: 10px;
  padding: 6px 15px;
  background: #f0f0e1;
  font-size: 0.95em;
}

/* ---- ボタン共通設定 ---- */

#header #fontsize li a,
#header #inverse li a,
#header #voice a,
#header #kana a,
#header #fontsize #fontsize-normal.on + #fontsize-enlarge.on a {
  height: 23px;
  padding: 0 12px;
  background: #018640;
  border-radius: 3px;
  border: 1px solid #018640;
  color: #fff;
  font-weight: bold;
  font-weight: normal\9; /* IE8用 */
  line-height: 22px;
  text-align: center;
}

/* IE10以上用 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #header #fontsize li a,
  #header #inverse li a,
  #header #voice a,
  #header #kana a {
    font-weight: normal;
  }
}

/* -- リンク（ホバー・フォーカス時）-- */

#header #fontsize li a:hover,
#header #fontsize li a:focus,
#header #inverse li a:hover,
#header #inverse li a:focus,
#header #voice a:hover,
#header #voice a:focus,
#header #kana a:hover,
#header #kana a:focus,
#header #fontsize #fontsize-normal.on + #fontsize-enlarge.on a:hover,
#header #fontsize #fontsize-normal.on + #fontsize-enlarge.on a:focus {
  background-color: #003215;
}

/* ---- 文字サイズ ---- */

#header #fontsize {
  padding-right: 28px;
}

#header #fontsize li {
  padding-left: 3px;
  font-size: 0.95em;
}

/* -- リンク -- */

#header #fontsize .on a {
  background: #fff;
  color: #018640;
  font-weight: normal;
}

/* -- リンク（ホバー・フォーカス時）-- */

#header #fontsize .on a:hover,
#header #fontsize .on a:focus {
  background: #fff;
}

/* ---- 配色 ---- */

#header #inverse {
  padding-right: 10px;
}

#header #inverse li {
  padding-left: 3px;
  font-size: 0.95em;
}

/* -- リンク -- */

#header #inverse li a {
  padding-right: 8px;
  padding-left: 8px;
  border-color: #000;
  background: #000;
}

/* -- リンク（ホバー・フォーカス時）-- */

#header #inverse li a:hover,
#header #inverse li a:focus {
  background: #000;
}

/* -- 標準ボタン -- */

#header #inverse #inverse-btn-default a {
  background: #fff;
  color: #000;
  font-weight: normal;
}

/* ---- 音声読み上げ＆ふりがな ---- */

#header #voice,
#header #kana {
  margin-left: 5px;
}

#header #voice a,
#header #kana a {
  min-width: 105px;
  padding-right: 15px;
  padding-left: 32px;
  background-color: #018640;
  background-repeat: no-repeat;
  background-position: 15px center;
  font-size: 0.95em;
}

/* ---- 音声読み上げ ---- */

#header #voice a {
  background-image: url(/share/imgs/main-header-icn-voice.png);
}

/* ---- ふりがな ---- */

#header #kana a {
  background-image: url(/share/imgs/main-header-icn-kana.png);
}

/* -------- ヘッダー中部 -------- */

#headerMdl {
}

/* ------ インフォメーション ------ */

#header .boxInfoArea {
  margin-bottom: 25px;
  border: 5px solid #128543;
}

#header .boxInfoArea > dl {
  display: table;
  width: 100%;
}

/* -- タイトル＆内容 -- */

#header .boxInfoArea > dl > dt,
#header .boxInfoArea > dl > dd {
  display: table-cell;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  padding: 18px 20px;
  vertical-align: middle;
  font-weight: bold;
}

/* -- タイトル -- */

#header .boxInfoArea > dl > dt {
  width: 180px;
  padding-right: 15px;
  padding-left: 15px;
  background: #128543;
  color: #fff;
  font-size: 1.6em;
}

/* -- 内容 -- */

#header .boxInfoArea > dl > dd {
  background: #fff;
  color: #202020;
  font-size: 1.15em;
}

/* ---- 緊急情報 ---- */

#header .boxInfoArea.emergency {
  border-color: #c10000;
}

#header .boxInfoArea.emergency a{
  color: #0059b2;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

#header .boxInfoArea.emergency a:hover,a:focus {
  text-decoration: underline;
}

#header .boxInfoArea.emergency a:visited {
  color: #0059b2;
}

/* -- タイトル -- */

#header .boxInfoArea.emergency > dl > dt {
  position: relative;
  padding-left: 50px;
  background-color: #c10000;
  background-image: url(/share/imgs/main-header-icn-emergency.png);
  background-image: url(/share/imgs/main-header-icn-emergency-ie.png)\9; /* IE8用 */
  *background-image: url(/share/imgs/main-header-icn-emergency-ie.png); /* IE7用 */
  background-size: 32px 30px;
  background-repeat: no-repeat;
  background-position: 10px 45%;
}

/* ---- 速報 ---- */

#header .boxInfoArea.report {
  border-color: #ffdc6b;
}

#header .boxInfoArea.report a{
  color: #0059b2;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

#header .boxInfoArea.report a:hover,a:focus {
  text-decoration: underline;
}

#header .boxInfoArea.report a:visited {
  color: #0059b2;
}
/* -- タイトル -- */

#header .boxInfoArea.report > dl > dt {
  background-color: #ffdc6b;
  color: #000;
}


/* ---- 速報2 ---- */

#header .boxInfoArea.report2 {
  border-color: #128543;
}

#header .boxInfoArea.report2 a{
  color: #0059b2;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

#header .boxInfoArea.report2 a:hover,a:focus {
  text-decoration: underline;
}

#header .boxInfoArea.report2 a:visited {
  color: #0059b2;
}


/* -- タイトル -- */

#header .boxInfoArea.report2 > dl > dt {
  background-color: #128543;
  color: #fff;
}

/* -------- ヘッダー下部 -------- */

#headerBtm {
  background: #128543;
}

/* ------ グローバルナビ ------ */

#header #globalnav {
  position: relative;
  z-index: 99999;
}

/* ---- メニューリスト ---- */

#header #globalnav .boxMenuList {
}

#header #globalnav .boxMenuList > ul {
  width: 100%;
}

/* -- リスト -- */

#header #globalnav .boxMenuList > ul > li {
  position: relative;
  transition: all 0.2s ease-in-out;
  height: 100%;
  cursor: pointer;
}

/* -- リスト（ホバー・フォーカス時） -- */

#header #globalnav .boxMenuList > ul > li:hover,
#header #globalnav .boxMenuList > ul > li.focused {
  background-color: #003215;
}

/* -- リスト＆リンク内テキスト余白 -- */

#header #globalnav .boxMenuList > ul > li,
#header #globalnav .boxMenuList > ul > li > a > span {
  display: table-cell;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  vertical-align: middle;
  width: 160px;
  *width: 159px; /* IE7用 */
}

/* -- リンク -- */

#header #globalnav .boxMenuList > ul > li > a {
  position: relative;
  z-index: 2;
  transition: none;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.18em;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px #224613;
  vertical-align: middle;
}

/* -- リンクのサイドライン -- */

#header #globalnav .boxMenuList > ul > li > a:before,
#header #globalnav .boxMenuList > ul > li:last-child > a:after {
  display: block;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 1px;
  height: 24px;
  margin-top: -12px;
  background: #97bd88;
  content: "";
}

#header #globalnav .boxMenuList > ul > li:last-child > a:after {
  left: auto;
  right: 0;
}

/* -- リンクのサイドライン（ホバー・フォーカス時） -- */

#header #globalnav .boxMenuList > ul > li:hover > a:before,
#header #globalnav .boxMenuList > ul > li.focused > a:before,
#header #globalnav .boxMenuList > ul > li:last-child:hover > a:after,
#header #globalnav .boxMenuList > ul > li.focused:last-child > a:after {
  background-color: #003215;
}

#header #globalnav .boxMenuList > ul > li:hover + li > a:before,
#header #globalnav .boxMenuList > ul > li.focused + li > a:before {
  background-color: #128543;
}

/* -- リンク内テキスト余白 -- */

#header #globalnav .boxMenuList > ul > li > a > span {
  height: 70px;
  padding: 20px 15px;
}

/* ---- サブメニュー ---- */

#header #globalnav .boxSubMenu {
  position: absolute;
  top: 100%;
  top: auto\9; /* IE8用 */
  -moz-top: auto;
  left: 50%;
  width: 800px;
  margin-left: -400px;
  border-top: 16px solid rgba(255,255,255,0);
  cursor: pointer;
}

/* IE10以上用 */
@media all and (-ms-high-contrast:none){
  #header #globalnav .boxSubMenu {
    top: auto;
  }
}

/* フォーカス中はホバー時のサブメニュー非表示 */
#header #globalnav .boxSubMenu,
#header #globalnav.focused .boxMenuList > ul > li:hover .boxSubMenu {
  visibility: hidden;
  z-index: -1;
}

/* サブメニュー表示 */
#header #globalnav .boxSubMenu.focused,
#header #globalnav .boxMenuList > ul > li:hover .boxSubMenu,
#header #globalnav.focused .boxMenuList > ul > li.focused:hover .boxSubMenu {
  visibility: inherit;
  z-index: 500;
}

/* ---- サブメニュー位置・個別設定 ---- */

#header #globalnav .bthKurashi .boxSubMenu {
  left: 0;
  margin-left: 0;
}

#header #globalnav .btnKankou .boxSubMenu {
  margin-left: -240px;
}

#header #globalnav .btnShisetsu .boxSubMenu {
  margin-left: -560px;
}

#header #globalnav .btnJigyou .boxSubMenu {
  left: auto;
  right: 0;
  margin-left: 0;
}

/* ---- サブメニューフレーム・ラップ ---- */

#header #globalnav .boxSubMenuFrameWrap {
  position: relative;
  font-size: 13px;
}

/* -- 吹き出し装飾・三角箇所 -- */

#header #globalnav .boxSubMenuFrameWrap:before,
#header #globalnav .boxSubMenuFrameWrap:after {
  position: absolute;
  top: -28px;
  left: 50%;
  z-index: 9;
  width: 0;
  height: 0;
  margin-left: -15px;
  border-top: 15px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 15px solid #018640;
  border-left: 17px solid transparent;
  content: "";
}

#header #globalnav .boxSubMenuFrameWrap:after {
  top: -24px;
  z-index: 10;
  border-bottom-color: #fff;
}

#header #globalnav .bthKurashi .boxSubMenuFrameWrap:before,
#header #globalnav .bthKurashi .boxSubMenuFrameWrap:after {
  left: 80px;
}

#header #globalnav .btnKankou .boxSubMenuFrameWrap:before,
#header #globalnav .btnKankou .boxSubMenuFrameWrap:after {
  left: 230px;
}

#header #globalnav .btnShisetsu .boxSubMenuFrameWrap:before,
#header #globalnav .btnShisetsu .boxSubMenuFrameWrap:after {
  left: 560px;
}

#header #globalnav .btnJigyou .boxSubMenuFrameWrap:before,
#header #globalnav .btnJigyou .boxSubMenuFrameWrap:after {
  left: 720px;
}

/* ---- サブメニューフレーム ---- */

#header #globalnav .boxSubMenuFrame {
  border-top: none;
  border: 3px solid #128543;
  background: #fff;
  text-align: left;
}

/* ---- サブメニュー一覧 ---- */

#header #globalnav .boxSubMenu ul {
  padding: 12px 12px 4px 12px;
  width: 102%;
  margin-left: 0.1em;
}

#header #globalnav .boxSubMenu ul > li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  margin-left: -0.1em;
  vertical-align: top;
}

/* -- リンク -- */

#header #globalnav .boxSubMenu ul > li > a {
  height: 100%;
  margin-right: 5px;
  margin-bottom: 2px;
  padding: 0;
  box-shadow: none;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #edf6f3;
  color: #222;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: underline !important;
}

/* -- リンク（ホバー・フォーカス時）-- */

#header #globalnav .boxSubMenu ul > li > a:hover,
#header #globalnav .boxSubMenu ul > li > a:focus {
  text-decoration: none !important;
}

/* リンク矢印 */
#header #globalnav .boxSubMenu ul > li > a:before {
  top: 50%;
  left: 15px;
  margin-top: -5px;
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 8px;
}

/* -- リンク＆リンク内テキスト -- */

#header #globalnav .boxSubMenu ul > li > a,
#header #globalnav .boxSubMenu ul > li > a > span {
  width: 252px;
}

/* -- リンク内テキスト -- */

#header #globalnav .boxSubMenu ul > li > a > span {
  display: table-cell;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  vertical-align: middle;
  height: 60px;
  padding: 0 15px 0 32px;
  text-align: left;
  line-height: 1.35em;
}


/*  コンテンツ 設定
---------------------------------------------*/

#content {
  padding-bottom: 120px;
  background: #fff;
}

#content a img {
  transition: all 0.4s ease-in-out;
}

/*  Content Top
-----------------------------------*/

#contentTop {
  background: #fafaf2;
}

/*  Content Main
-----------------------------------*/

#contentMain { 
}

#contentMain .boxInner {
  padding: 30px 0;
}

/*  2カラム 設定
-----------------------------------*/

/* ---- 2カラム・メインエリア ---- */

#main {
  float: left;
  width: 700px;
}

/* ---- 2カラム・サイドエリア ---- */

#side {
  float: right;
  width: 220px;
}


/*  フッター 設定
---------------------------------------------*/

#footer {
}

#footer a {
  transition: all 0.4s ease-in-out;
  color: #000;
  text-decoration: underline;
}

#footer a:hover,
#footer a:focus {
  text-decoration: none;
}

/* -------- 表示切替 -------- */

#footer #displayswitch.mediaSP,
#footer #displayswitch.mediaPC {
  display: none;
}

/* -- リスト -- */

#footer #displayswitch li {
  float: left;
  width: 50%;
}

/* -- リンク -- */

#footer #displayswitch a {
  display: block;
  border: 1px solid #ccc;
  border-right: none;
  color: #000;
  font-size: 1.05em;
  text-align: center;
  text-decoration: none; 
  letter-spacing: 0.02em;
}

/* -- リンク内テキスト -- */

#footer #displayswitch a span {
  display: inline-block;
  padding: 15px 5px;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: auto 20px;
}

/* -- PCボタン -- */

#footer #displayswitch #switch-pc {
  background: #fff;
}

#footer #displayswitch #switch-pc span {
  padding-left: 30px;
  background-image: url(/share/imgs/main-footer-icn-display-pc.png);
}

/* -- スマホボタン -- */

#footer #displayswitch #switch-sp {
  background: #f4f4f4;
}

#footer #displayswitch #switch-sp span {
  padding-left: 20px;
  background-image: url(/share/imgs/main-footer-icn-display-sp.png);
}

/* -------- フッター上部 -------- */

#footerTop {
  border-top: 4px solid #128543;
  background: #fffeef;
}

#footerTop .boxInner {
  padding: 40px 0 60px;
}

/* ---- アドレス ----- */

#footer .boxAddress {
  float: left;
  width: 82%;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-right: 25px;
}

/* -- タイトル -- */

#footer .boxAddress > dl > dt {
  position: relative;
  margin-bottom: 10px;
  padding-left: 34px;
  font-size: 1.55em;
  font-weight: bold;
  letter-spacing: 1px;
}

#footer .boxAddress > dl > dt img {
  position: absolute;
  top: 50%;
  left: -3px;
  margin-top: -15px;
}

/* -- 内容 -- */

#footer .boxAddress > dl > dd {
  font-size: 0.98em;
}

#footer .boxAddress > dl > dd li {
  margin-bottom: 4px;
}

#footer .boxAddress > dl > dd dt,
#footer .boxAddress > dl > dd dd,
#footer .boxAddress > dl > dd p {
  display: inline;
}

#footer .boxAddress > dl > dd p:first-child {
  padding-right: 10px;
}

/* ---- サイトナビ ----- */

#footer .boxSiteNav {
  float: left;
  padding-top: 10px;
  font-size: 0.98em;
}

#footer .boxSiteNav li {
  position: relative;
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  padding: 0 5px 0 8px;
}

/* 区切り線 */
#footer .boxSiteNav li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  margin-top: -7px;
  border-left: 1px solid #000;
  content: "";
}

#footer .boxSiteNav li:first-child {
  padding-left: 0;
}

#footer .boxSiteNav li:first-child:before {
  display: none;
}

/* ---- モバイルサイト ----- */

#footer .boxMobileSite {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  width: 135px;
}

/* -- タイトル -- */

#footer .boxMobileSite dt {
  display: block;
  position: relative;
  width: 100%;
  height: 58px;
  margin-bottom: 13px;
  border-radius: 8px;
  background: url(/share/imgs/main-footer-mobile-bg-ttl.png) no-repeat center #128543;
  color: #fff;
}

/* -- 吹き出し装飾・三角箇所 -- */

#footer .boxMobileSite dt:before,
#footer .boxMobileSite dt:after {
  position: absolute;
  left: 50%;
  bottom: -18px;
  z-index: 2;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-top: 10px solid #128543;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
}

#footer .boxMobileSite dt:after {
  display: none;
  bottom: -20px;
  z-index: 1;
  border-top-color: #fff;
}

#footer .boxMobileSite dt span {
  display: none;
}

/* -- 内容 -- */

#footer .boxMobileSite dd {
  padding: 22px;
  border: 1px solid #ccc;
  background: #fff;
  text-align: center;
}

/* -------- フッター中部 -------- */

#footerMdl {
  background: #128543;
}

#footerMdl .boxInner {
  padding: 50px 0 40px;
}

/* ---- 広告エリア ----- */

#footer .boxFootAsideArea {
}

#footer .boxFootAsideArea ul {
  margin-left: -12px;
  margin-bottom: 15px;
  font-size: 0;
}

#footer .boxFootAsideArea li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  width: 162px;
  padding: 0 0 12px 12px;
}

/* -- リンク -- */

#footer .boxFootAsideArea li a {
  display: block;
}

/* -- リンク（ホバー・フォーカス時）-- */

#footer .boxFootAsideArea li a:hover,
#footer .boxFootAsideArea li a:focus {
  opacity: 0.8;
}

/* -- 画像 -- */

#footer .boxFootAsideArea li img {
  width: 100%;
}

/* -- バナー広告募集中 -- */

#footer .boxFootAsideArea .icnArw {
  text-align: center;
}

#footer .boxFootAsideArea .icnArw a {
  color: #fff;
}

/* -------- フッター下部 -------- */

#footerBtm {
  position: relative;
  background: #fff;
}

/* ---- コピーライト ----- */

#footer #copyright {
  display: block;
  height: 80px;
  padding: 30px 0;
  text-align: center;
  font-size: 0.85em;
}

/* ---- ページトップ ----- */

#footer #pagetop {
  display: block;
  position: absolute;
  top: -410px;
  right: auto;
  left: auto;
  z-index: 600;
  margin-left: 890px;
}

/* -- ページトップ・固定 -- */

#footer #pagetop.fxd {
  position: fixed;
  top: auto !important;
  bottom: 15px;
}

/* -- リンク -- */

#footer #pagetop a {
  display: block;
  transition: all 0.4s ease-in-out;
  float: right;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: url(/share/imgs/main-footer-btn-pagetop.png) no-repeat center #128543;
}

/* -- リンク（ホバー・フォーカス時）-- */

#footer #pagetop a:hover,
#footer #pagetop a:focus {
  background-color: #003215;
}

/* -- リンク内テキスト -- */

#footer #pagetop a span {
  display: none;
}

/* 20170325 アクセシビリティ対応legend非表示 */
fieldset legend {
  display: none;
}