@charset "utf-8";

/******************************************
各ページ共通のスタイルを定義
*******************************************/

/* ----------------------------------------

再定義

---------------------------------------- */
html {
  overflow-y: scroll;
}
body {
  line-height: 1.67;
  color: #333;
  background-color: #fff;
  font-family: Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
  word-wrap: break-word;
}
a {
  color: #2f5dad;
}
a:hover,
a:visited:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
table {
  table-layout: fixed;
}
/* googleカスタム検索結果ページの崩れ回避 */
 table.gsc-table-result {
  table-layout: auto !important;
}
input[type="button"],
input[type="select"] {
  cursor: pointer;
}
:focus::-webkit-input-placeholder {
  color: transparent;
}/* Webkit */
:focus:-moz-placeholder {
  color: transparent;
}/* Firefox 18 以前 */
:focus::-moz-placeholder {
  color: transparent;
}/* Firefox 19 以降 */
::-webkit-input-placeholder {
  color: #888;
  opacity: 1;
}
:-moz-placeholder {
  color: #888;
  opacity: 1;
}
::-moz-placeholder {
  color: #888;
  opacity: 1;
}
input[type="submit"],
input[type="button"] {
  -webkit-appearance: button;
          appearance: button;
}
.telVoid {
  text-decoration: none;
  cursor: default;
}
@media screen and (max-width:767px) {
  body {
    line-height: 1.464;
  }
  input,
  select,
  textarea {
    font-size: 16px;
  }
}

/* ----------------------------------------

印刷専用ページ

---------------------------------------- */
html.print #header,
html.print .topicPathBc,
html.print .printBtn,
html.print #sub,
html.print #footer {
  display: none;
}
html.print #container {
  width: 750px;
  margin: 0 auto;
  min-width: inherit;
  position: relative;
  padding: 0 20px;
}
html.print #main {
  float: none;
  margin: 0 auto;
}
html.print .mvSec {
  background: none;
  height: auto;
  padding: 30px 0 20px;
}
html.print .mainTtl {
  position: static;
  margin: 0;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
html.print #content {
  width: auto;
  padding-bottom: 0;
}
html.print .printClose {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 100;
}
html.print .printCloseBtn {
  border: 1px solid #ccc;
  display: inline-block;
  margin: 12px 0;
  padding: 2px 7px;
  text-decoration: none;
}
html.print .printCloseBtn .fa {
  color: #044693;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.printClose02 {text-align: center;margin-top: 20px;}
@media print {
  .printClose,.printClose02 {display: none;}
}


/* ----------------------------------------

container

---------------------------------------- */
#container {
  margin: 0 auto;
  font-size: 107.7%; /* fontsize 14px */
  min-width: 1050px;
  position: relative;
}
@media screen and (max-width:767px) {
  #container {
    min-width: inherit;
    padding-top: 45px;
  }
}

/*
**
子要素のフォントサイズ指定は以下を参照
http://bueltge.de/test/emchart.html
例)
基準フォントサイズが13pxで、
特定の要素を12pxにしたい時は92.4%と指定
**
*/

/* ----------------------------------------

header

---------------------------------------- */
#header {
  padding-bottom: 69px;
  position: relative;
  z-index: 1000;
  background: #fff;
}
#header p.skip {
  width: 0;
  height: 0;
  overflow: hidden;
}
#header #siteID {
  display: inline-block;
  margin-top: 10px;
}
#header .hdrSec01 {
  width: 1050px;
  margin: 0 auto;
  padding: 15px 0 0;
}
.hdrinSec {
  float: right;
  width: 510px;
}
.hdrinSec li,
.hdrinSec ul {
  float: left;
}
.hdrinSec .textSize,
.hdrinSec .ColorChg,
.hdrinSec .hrdLink01,
.hdrinSec .hdrTel,
.hdrinSec .hdrSrch {
  float: left;
}
.hrdLink01 li {
  margin-left: 10px;
  font-size: 12px;
  position: relative;
  padding-left: 7px;
}
.hrdLink01 li:before {
  margin-right: 3px;
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  left: 0;
  top: .1em;
}
.hdrTel {
  padding: 13px 0;
  line-height: 0;
}
.telIco01 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  padding: 2px 6px 4px;
  color: #fff;
  background: #01976d;
  font-size: 12px;
  line-height: 1;
}
.hdrSrch {
  padding: 11px 35px 0 0;
  width: 220px;
  float: right !important;
}
@media screen and (max-width:767px) {
  #header {
    padding-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    -webkit-box-shadow: 0 2px 6px 1px rgba(200,200,200,0.6);
       -moz-box-shadow: 0 2px 6px 1px rgba(200,200,200,0.6);
            box-shadow: 0 2px 6px 1px rgba(200,200,200,0.6);
  }
  .hdrinSec {
    display: none;
  }
  #header.active .hdrSec01 {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #header #siteID {
    width: 141px;
    margin: 11px 15px;
  }
  #header .hdrSec01 {
    width: auto;
    padding: 1px;
  }
}

/* textSize */
.textSize {
  width: 150px;
  font-weight: 700;
  font-size: 12px;
}
.textSize .title {
  float: left;
  margin-right: 7px;
}
.hdrinSec #fontSizeChange li {
  display: table-cell;
  vertical-align: middle;
  margin-right: 3px;
}
.hdrinSec #fontSizeChange li#sizeReset span {
  padding: 5px 5px;
  border: solid 1px #333;
          border-radius: 2px;        /* CSS3草案 */
  cursor: pointer;

  -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
     -moz-border-radius: 2px;   /* Firefox用 */
}
.hdrinSec #fontSizeChange li#sizeBig span {
  padding: 5px 7px;
  border: solid 1px #333;
          border-radius: 2px;        /* CSS3草案 */
  cursor: pointer;

  -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
     -moz-border-radius: 2px;   /* Firefox用 */
}
.hdrinSec #fontSizeChange li#sizeReset {
  color: #333;
}
.hdrinSec #fontSizeChange li#sizeBig {
  color: #333;
}
.hdrinSec #fontSizeChange li#sizeReset .active {
  color: #fff;
  background-color: #333;
}
.hdrinSec #fontSizeChange li#sizeBig .active {
  color: #fff;
  background-color: #333;
}
@media screen and (max-width:767px) {
  .textSize {
    width: auto;
  }
}

/* ColorChg */
.ColorChg {
  width: 184px;
  font-weight: 700;
  font-size: 12px;
}
.ColorChg .title {
  float: left;
  margin-right: 7px;
}
.hdrinSec #colorChange li {
  display: table-cell;
  vertical-align: middle;
  margin-right: 3px;
}
.hdrinSec #colorChange li#tmp_color_default span {
  padding: 5px 5px;
  border: solid 1px #333;
          border-radius: 2px;        /* CSS3草案 */
  cursor: pointer;

  -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
     -moz-border-radius: 2px;   /* Firefox用 */
}
.hdrinSec #colorChange li#tmp_darkblue span {
  padding: 5px 7px;
  border: solid 1px #00f;
          border-radius: 2px;        /* CSS3草案 */
  background: #00f;
  cursor: pointer;

  -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
     -moz-border-radius: 2px;   /* Firefox用 */
}
.hdrinSec #colorChange li#tmp_yellow span {
  padding: 5px 7px;
  border: solid 1px #ff0;
          border-radius: 2px;        /* CSS3草案 */
  background: #ff0;
  cursor: pointer;

  -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
     -moz-border-radius: 2px;   /* Firefox用 */
}
.hdrinSec #colorChange li#tmp_black span {
  padding: 5px 7px;
  border: solid 1px #333;
          border-radius: 2px;        /* CSS3草案 */
  background: #000;
  cursor: pointer;

  -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
     -moz-border-radius: 2px;   /* Firefox用 */
}
.hdrinSec #colorChange li#tmp_color_default {
  color: #333;
}
.hdrinSec #colorChange li#tmp_darkblue {
  color: #ffff00;
}
.hdrinSec #colorChange li#tmp_yellow {
  color: #333;
}
.hdrinSec #colorChange li#tmp_black {
  color: #ff0;
}
.hdrinSec #colorChange li#tmp_color_default .active {
  color: #fff;
  background-color: #333;
}
.hdrinSec #colorChange li#tmp_darkblue .active {
  color: #fff;
  background-color: #333;
}
.hdrinSec #colorChange li#tmp_yellow .active {
  color: #fff;
  background-color: #333;
}
.hdrinSec #colorChange li#tmp_black .active {
  color: #fff;
  background-color: #333;
}
@media screen and (max-width:767px) {
  .ColorChg {
    width: auto;
  }
}

/* googleSearch */
.googleSearch .gsc-input-box {
  height: 28px;
  border: 1px solid #054994;
  border-radius: 1px;
}
.googleSearch table.gsc-search-box {
  border-radius: 2px;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

  -webkit-box-sizing: border-box;
}
.googleSearch table.gsc-search-box,
.googleSearch table.gsc-search-box tbody,
.googleSearch table.gsc-search-box tr,
.googleSearch table.gsc-search-box td {
  display: block;
}
.googleSearch form {
  margin: 0 !important;
}
.googleSearch table.gsc-search-box td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.googleSearch td.gsc-input {
  overflow: hidden;
  padding-right: 0 !important;
}
.googleSearch input.gsc-input {
  padding: 5px;
  border: 1px solid #ccc;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-position: 5px 50% !important;
  font-size: 16px;

  -webkit-box-sizing: border-box;
  border-radius: 2px;
  width: 100%;
}
.googleSearch .gsc-clear-button {
  display: none !important;
}
.googleSearch table.gsc-search-box {
  position: relative;
  margin: 0;
}
.googleSearch td.gsc-search-button {
  position: absolute;
  top: 0;
  right: -35px;
  z-index: 100;
  width: 30px;
  height: 30px;
  background: #555;
  border-radius: 2px;
}
.googleSearch td.gsc-search-button input {
  position: relative;
  z-index: 100;
  width: 30px;
  min-width: inherit;
  height: 30px;
  vertical-align: top;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.googleSearch td.gsc-search-button:after {
  position: absolute;
  top: 3px;
  right: 9px;
  vertical-align: top;
  color: #fff;
  font-family: FontAwesome;
  content: "\f002";
}
.googleSearch .gsc-branding {
  display: none;
}
.spHdrSeach {
  display: none;
}
.gsc-result .gs-title {
  height: auto !important;
}
.gsc-search-button .gsc-search-button {
     padding: 0;
     width: 30px;
     height: 30px;
     margin: 0;
     border: none;
     opacity: 0;
     position: relative;
     z-index: 10;
}
@media screen and (max-width:767px) {
  .hdrSrch {
    display: none;
  }
  .googleSearch td.gsc-input {
    width: auto;
  }
  .googleSearch td.gsc-search-button:after {
    top: 4px;
  }
  .googleSearch table.gsc-search-box td {padding: 0;}
  .googleSearch input.gsc-input { padding: 5px 25px 5px 5px !important; }
  .googleSearch .gsc-input-box { height: auto;}
  .googleSearch table.gsc-search-box td.gsib_b {
    position: absolute;
    top: 4px;
    right: 0;
  }
}

/* globalNav */
.gbNSec {
  width: 100%;
  background: #fff;
  border-top: solid 2px #044693;

  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.25);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.25);
          box-shadow: 0 1px 4px rgba(0,0,0,0.25);
  z-index: 1000;
  position: absolute;
  bottom: 0;
  left: 0;
}
#globalNavPC {
  position: relative;
  width: 1050px;
  margin: 0 auto;
  border-left: solid 1px #e4e5e6;
  box-sizing: border-box;
}
#globalNavPC > li.home > a {
  width: 78px;
}
#globalNavPC > li {
  float: left;
  border-right: solid 1px #e4e5e6;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
}
#globalNavPC > li > a {
  display: block;
  width: 193px;
  padding: 21px 0;
  color: #333;
  text-decoration: none;
}
#globalNavPC > li > a:hover,
#globalNavPC > li > a.active {
  color: #fff;
  background-color: #044693;
}
#globalNavPC > li > a:active,
#globalNavPC .mm-item-link-hover {
  color: #fff;
  background-color: #044693;
}
.globalNavBox {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  z-index: 15;
  width: 100%;
  padding-top: 20px;
  font-weight: 400;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  display: none;
}
.mm-content-base {
  -webkit-box-shadow: 0 1px 3px rgba(12,4,8,.3);
  box-shadow: 0 1px 3px rgba(12,4,8,.3);
}
.gNavBox_titBlk:before{
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  border: 8px solid transparent;
  border-bottom-color: #d3e0f0;
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
  z-index: 100;
}
#globalNavPC li:nth-child(2) .gNavBox_titBlk:before{
  left: 17%;
}
#globalNavPC li:nth-child(3) .gNavBox_titBlk:before{
  left: 50%;
}
#globalNavPC li:nth-child(4) .gNavBox_titBlk:before{
  left: 54%;
}
#globalNavPC li:nth-child(5) .gNavBox_titBlk:before{
  left: 50%;
}
.gNavBox_titBlk {
  position: relative;
  padding: 20px 30px;
  background: #d3e0f0;
}
.gNavBox_title {
  font-weight: 700;
}
.gNavBox_title a.link03 {
  font-size: 18px;
}
.gNavBox_title a:before {
  top: 5px;
}
.gNavBox_nav {
  position: absolute;
  top: 12px;
  right: 12px;
  overflow: hidden;
          box-shadow: 1px 1px 2px rgba(12,4,8,0.25);

  -webkit-box-shadow: 1px 1px 2px rgba(12,4,8,0.25);
}
.gNavBox_nav li {
  float: left;
  border-right: 1px solid #b3bdcb;
}
.gNavBox_nav li:last-child {
  border-right: none;
}
.gNavBox_nav a {
  display: inline-block;
  width: 160px;
  min-height: 47px;
  line-height: 1.286;
  padding: 13px 0 0;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  background: #fff;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 1px;

  -webkit-box-sizing: border-box;
}
.gNavBox_nav a:hover {
  background-color: #e9f0f8;
}
.gNavBox_nav a:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
  background-repeat: no-repeat;
  content: "";
}
.gNavBox_nav a span {
  display: inline-block;
  vertical-align: middle;
}
.gNavBox_nav_01 a {
  padding-top: 5px;
  padding-bottom: 0;
  padding-left: 16px;
}
.gNavBox_nav_01 a:before {
  width: 28px;
  height: 25px;
  background-image: url(/files/img/common/icon_gnav_syoshin.png);
          background-size: 28px 25px;

  -webkit-background-size: 28px 25px;
}
.gNavBox_nav_02 a {
  padding-top: 8px;
  padding-left: 13px;
}
.gNavBox_nav_02 a:before {
  width: 34px;
  height: 32px;
  background-image: url(/files/img/common/icon_gnav_kyukan.png);
          background-size: 34px 32px;

  -webkit-background-size: 34px 32px;
}
.gNavBox_nav_03 a {
  padding-left: 15px;
}
.gNavBox_nav_03 a:before {
  width: 32px;
  height: 22px;
  background-image: url(/files/img/common/icon_gnav_nyuin.png);
          background-size: 32px 22px;

  -webkit-background-size: 32px 22px;
}
.gNavBox_nav_04 a {
  padding-top: 8px;
  padding-left: 11px;
}
.gNavBox_nav_04 a:before {
  width: 36px;
  height: 31px;
  background-image: url(/files/img/common/icon_gnav_chiiki.png);
          background-size: 36px 31px;

  -webkit-background-size: 36px 31px;
}

.gNavBox_mainBlk {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 25px 30px 30px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gNavBox_mainBlk > div {
  display: table-cell;
  border-left: 1px solid #d8e0e6;
  padding-left: 20px;
  vertical-align: top;
}
.gNavBox_mainBlk > div:first-child {
  border-left: none;
  padding-left: 0;
}
.gNavBox_mainBlk a {
  position: relative;
  padding-left: 12px;
  display: inline-block;
}
.gNavBox_mainBlk .fa {
  margin-right: 6px;
  position: absolute;
  left: 0;
  top: 5px;
}
.gNavBox_list > li {
  margin-bottom: 4px;
  line-height: 1.5;
}
.gNavBox_list_02 {
  padding-left: 14px;
  margin-top: 8px;

}
.gNavBox_list_02.fltW220{
    float:left;
  width: 220px;
}
.gNavBox_list_02 > li {
  display: inline-block;
  font-size: 13px;
  line-height: 1.38;
  margin-bottom: 5px;
}
.gNavBox_list_02 a:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 1px;
  border-top: 1px solid #bcbcbc;
  vertical-align: middle;
  margin-right: 7px;
  position: absolute;
  left: 0;
  top: 8px;
}
.gNav03 .gNavBox_titBlk:before {
  margin-left: -150px;
}
.gNav04 .gNavBox_blk01 {
  width: 480px;
}
.gNav04 .gNavBox_blk02 {
  width: 310px;
}
.gNav04 .gNavBox_blk01 .gNavBox_list_02 li {
  width: 220px;
}
.gNav04 .gNavBox_blk03 .gNavBox_list_02 li ,
.gNav04 .gNavBox_blk02 .gNavBox_list_02 li{
  display: block;
}
.gNav05 .gNavBox_titBlk:before {
  margin-left: 232px;
}
.gNav05 .gNavBox_blk03 {
  padding-right: 90px;
}
.gNav05 .gNavBox_blk02 .gNavBox_list_02 > li {
  width: 49%;
}
.gNav05 .gNavBox_blk03 .gNavBox_list_02 > li {
  width: 100%;
}
@media screen and (max-width:767px) {
  .gbNSec {
    display: none;
  }
}


.spHdrNav {
  display: none;
}
@media screen and (max-width:767px) {
  .spHdrNav {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  /* spMenuBtn */
  .spMenuBtn {
    display: inline-block;
    position: fixed;
    right: 0;
    top: 0;
    line-height: 1;
    width: 46px;
    height: 46px;
    background: #0028a2;
    cursor: pointer;
  }
  .spMenuBtn.active {
    z-index: 1500;
  }
  .spMenuBtn span {
    display: block;
    position: absolute;
    background: #fff;
    -webkit-transition: all 0.4s;
            transition: all 0.4s;
    width: 23px;
    height: 2px;
    left: 12px;
  }
  .spMenuBtn span:first-child {
    top: 14px;
  }
  .spMenuBtn span:nth-child(2) {
    top: 22px;
  }
  .spMenuBtn span:last-child {
    top: 31px;
  }
  .spMenuBtn.active span {
    background: #fff;
  }
  .spMenuBtn.active span:first-child {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .spMenuBtn.active span:nth-child(2) {
    opacity: 0;
  }
  .spMenuBtn.active span:last-child {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  .spHdrMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
  }
  .spHdrMenu:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
  }
  .spHdrMenu > div {
    position: relative;
    height: 100%;
  }
  .spGNav {
    padding-top: 46px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1000;
  }
  .spGNav li {
    position: relative;
    float: none;
    background: #fff;
    border-bottom: 1px solid #ddd;
    font-size: 107%;
    text-align: left;
  }
  .spGNav li:first-child {
    border-top: 1px solid #ddd;
  }
  .spGNav li a {
    display: block;
    width: auto;
    padding: 9px 15px;
    color: #333;
    text-decoration: none;
  }
  .spGNav > li > a:after {
    position: absolute;
    right: 10px;
    margin-right: 3px;
    font-family: FontAwesome;
    content: "\f105";
  }
  .spGNav .hrdLinkSp {
    padding: 10px 14px;
  }
  .spGNav .hrdLinkSp li {
    display: inline-block;
    border: none;
    width: 48%;
  }
  .spGNav .hrdLinkSp li:first-child {
    margin-right: 6px;
  }
  .spGNav .hrdLinkSp li a {
    border-radius: 2px;
    color: #fff;
    background: #778499;
    text-align: center;
  }
  .spGNav .hrdLinkSp li a:before {
    margin-right: 3px;
    font-family: FontAwesome;
    content: "\f105";
  }
  .spGNav li a:active {
    color: #fff;
    background-color: #044693;
  }

  /* phone */
  .spGNav li.phone{
    background-color: #01966c;
    color: #fff;
    padding:0 15px;
  }
  .spGNav li.phone span.ico{
    padding: 10px 15px 10px 20px;
    background: url(/files/img/common/spTelIco.png) 0 center no-repeat;
    background-size: 16px 18px;
    font-size: 14px;
    font-weight: 700;
  }
    .spGNav li.phone span.num{
    padding: 10px 0 10px 15px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline;
  }
  .spGNav li.phone a{
    display: inline-block;
    color:#fff;
  }

  /* spSrchBtn */
  .spSrchBtn.active {
    z-index: 1500;
  }
  .spSrchBtn {
    display: inline-block;
    position: fixed;
    right: 46px;
    top: 0;
    line-height: 1;
    width: 46px;
    height: 46px;
    line-height: 46px;
    cursor: pointer;
    width: 46px;
    background: #fff;
    text-align: center;
    border-left: 1px solid #e4e5e6;
  }
  .spSrchBtn img {
    vertical-align: middle;
  }
  .spSrchBtn.active img {
    display: none;
  }
  .spSrchBtn span {
    display: none;
    width: 23px;
    height: 2px;
    left: 12px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: absolute;
    background-color: #0028a2;
  }
  .spSrchBtn span:nth-of-type(1) {
    top: 14px;
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .spSrchBtn span:nth-of-type(2) {
    top: 31px;
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  .spSrchBtn.active span {
    display: inline-block;
  }
  .spHdrSrch {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
    display: none;
  }
  .spHdrSrch > div {
    position: relative;
    height: 100%;
    padding-top: 46px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .spHdrSrch > div:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
  }
  .spHdrSrchContent {
    padding-bottom: 20px;
    position: relative;
    z-index: 1000;
    background: #fff;
    padding: 30px 45px 40px 20px;
  }
}

/* noscript
------------------------------- */
#noscript {
  margin-bottom: 15px;
  padding: 0.5em 1em;
  border: 2px solid #ccc;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;

  -webkit-box-sizing: border-box;
}

/* ----------------------------------------

content

---------------------------------------- */
#content {
  width: 1050px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.mvSec {
  position: relative;
  height: 180px;
  background-image: url(/files/img/common/img_mv_01.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.mainTtl {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  margin-left: -525px;
  font-weight: 700;
  font-size: 28px;
  transform: translateY(-50%);
}
.printBtn {
  text-align: right;
}
.printBtn a {
  display: inline-block;
  margin: 12px 0;
  padding: 2px 7px;
  border: solid 1px #ccc;
  color: #333;
  text-decoration: none;
  font-size: 12px;
}
.printBtn a:before {
  margin-right: 3px;
  color: #044693;
  font-family: FontAwesome;
  content: "\f0f6";
}
.printBtn a:hover {
  background: #f5f5f5;
}
#content #left {
  float: right;
}

@media screen and (max-width:767px) {
  #content {
    width: auto;
    margin: 0 10px;
  }
  .mvSec {
    position: relative;
    width: auto;
    height: 0;
    margin-bottom: 15px;
    padding-top: 60px;
    -webkit-background-size: auto 60px;
    background-size: auto 60px;
  }
  .mainTtl {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 60%;
    margin-left: 0;
    line-height: 1.3;
    font-weight: 700;
    font-size: 18px;
    padding-left: 10px;
  }
  .printBtn {
    display: none;
  }
}


/* topicPath
------------------------------- */
.topicPathBc {
  background: #f5f5f5;
}
#topicPath {
  width: 1050px;
  margin: 0 auto;
  padding: 7px 0;
}
#topicPath li {
  display: inline;
  padding: 0 8px 0 16px;
  background: url(../../img/common/img_topicpath_01.png) left center no-repeat;
  font-size: 13px;
}
#topicPath li#topPage {
  padding-left: 0;
  background: none;
}
@media screen and (max-width:767px) {
  #topicPath {
    width: auto;
    padding: 7px 10px;
  }
}

/* ----------------------------------------

content - main

---------------------------------------- */
#main {
  float: right;
  width: 750px;
  line-height: 1.8;
}
#main .pageNv ul {
  margin-bottom: 20px;
  background: #f2f5f7;
}
#main .pageNv ul li {
  position: relative;
  float: left;
  box-sizing:border-box;
  padding: 10px 25px;
  border-right: solid 1px #fff;
  text-align: left;
}
#main .pageNv ul li a {
  color: #2f5dad;
  line-height: 1.429;
  display: inline-block;
}
#main .pageNv ul li a:before {
  position: absolute;
  left: 10px;
  color: #5796bc;
  font-family: FontAwesome;
  content: "\f107";
}
#main .pageNv01 li {
  width: 50%;
}
#main .pageNv02 li {
  width: 25%;
}
#main .pageNv03 li {
  width: 33%;
}
#main .pageNv03 li:nth-child(3n+2) {
  width: 34%;
}

@media screen and (max-width:767px) {
  #main {
    float: none;
    width: auto;
  }
  #main .pageNv ul {
    margin-bottom: 10px;
  }
  #main .pageNv ul li {
    padding: 10px 0 10px 25px;
    line-height: 1.4;
  }
  #main .pageNv ul li a:before {
    top: 11px;
  }
  #main .pageNv01 li,
  #main .pageNv02 li {
    width: 50%;
  }

  #main .pageNv03 li {
    width: 50%;
  }
  #main .pageNv03 li:nth-child(3n+2) {
    width: 50%;
  }
}


/* ----------------------------------------

content - sub

---------------------------------------- */
#sub {
  width: 260px;
}
#sub .subNv {
  margin-bottom: 15px;
}
#sub .subNv > li {
  position: relative;
  border-right: solid 1px #e4e5e6;
  border-bottom: solid 1px #e4e5e6;
  border-left: solid 1px #e4e5e6;
}
#sub .subNv > li > a {
  display: block;
  padding: 11px 23px;
  color: #2f5dad;
}
#sub .subNv > li > a:before {
  position: absolute;
  left: 13px;
  color: #5796bc;
  font-family: FontAwesome;
  content: "\f105";
}
#sub .subList01 {
  border: none;
  background: #044693;
  font-size: 17px;
}
#sub .subList01 a {
  display: block;
  padding: 11px 13px;
  color: #fff;
}
#sub .subList01 a:before {
  content: none;
}
#sub .subNv a.active {
  font-weight: 700;
  color: #333;
  text-decoration: none;
}
#sub .subList01 a:hover {
  color: #fff;
}
#sub .subBnr li {
  margin-bottom: 10px;
}
.subBnr li a:hover {
  opacity: .7;
}
.subinList {
  padding: 0 10px 10px;
}
.subinList li a {
  display: block;
  padding: 11px 12px;
  border-bottom: solid 1px #fff;
  color: #2f5dad;
  background: #f5f5f5;
  font-size: 13px;
}
/* subTglMenu */
.subTglBtn {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 11px 30px 11px 11px;
  position: relative;
}
.subTglBtn:after { 
  font-family: FontAwesome;
  content: '\f055';
  position: absolute;
  right: 10px;
  top: 50%;
  color: #044693;
  font-size: 20px;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.subTglBtn.open:after { 
  content: '\f056';
}
.subTglBox {
  display: none;
  background: #fff;
  border-top: solid 1px #e4e5e6;
}
.subTglBox li {
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #e4e5e6;
}
.subTglBox li:last-child {
  border-bottom: none;
}
.subTglBox li a {
  position: relative;
  display: block;
  padding: 11px 24px;
}
.subTglBox li a:before {
  position: absolute;
  left: 14px;
  color: #044693;
  font-family: FontAwesome;
  content: "\f105";
}

@media screen and (max-width:767px) {
  #sub {
    float: none;
    width: auto;
  }
  #sub {
    margin-bottom: 20px;
  }
  #sub .subBnr li {
    text-align: center;
  }
  #sub .subBnr img{
    width:100% !important;
  }
}

/* ----------------------------------------

footer

---------------------------------------- */
#footer {
  position: relative;
}
#pagetop {
  position: absolute;
  bottom: -30px;
  right: 50%;
  z-index: 50;
  margin-right: -522px;
  text-indent: 0;
  width: 50px;
  height: 50px;
}
#pagetop a:hover img {
  opacity: .7;
}
.ftSec01 {
  padding: 25px 0;
  background-color: #f2f5f7;
}
.ftinner {
  width: 1050px;
  margin: 0 auto;
}
.ftSec01 ul {
  float: left;
  margin-right: 49px;
}
.ftSec01 .ftTtl{
  
}
/*
ul.ftNvList01,
ul.ftNvList02{
  width:300px;
}
*/
ul.ftNvList03 {
  margin-right: 90px;
}
.ftSec01 li a {
  color: #333;
}
.ftSec01 li {
  margin: 10px 0 5px 0;
}
.ftSec01 li.ftTtl {
  margin: 0 0 7px 0;
  font-weight: 700;
}
.ftSec01 li.ftTtl:before {
  margin-right: 3px;
  padding: 2px 5px;
  color: #fff;
  background-color: #778499;
  font-family: FontAwesome;
  content: "\f105";
}
.ftSec01 li:before {
  margin-right: 5px;
  font-family: FontAwesome;
  content: "\f105";
}
#gmap01 {
  border: solid 1px #fff;
  width: 292px;
  float: right;
}
.ftSec02 {
  padding: 15px 0;
  border-bottom: solid 1px #e4e5e6;
}
.ftSec02 .ftinner {
  display: table;
}
.ftSec02 .ftinner > p {
  display: table-cell;
  vertical-align: middle;
}
.ftSec02 .ftlogo {
  margin-right: 35px;
}
.ftSec02 .fttel {
  margin-left: 15px;
}
.telIco02 {
  margin-left: 6px;
  padding: 1px 3px;
  border: solid 1px #ccc;
  color: #777;
  font-size: 11px;
}
.ftAdress {
  width: 340px;
}
.ftinner p.ftContact {
  text-align: right;
}
.ftContact a {
  padding: 7px 20px;
  color: #fff;
  background: #778499;
  text-decoration: none;
}

.ftContact a:before {
  margin-right: 5px;
  font-family: FontAwesome;
  content: "\f105";
}
.ftSec03 {
  padding: 20px 0;
}
.ftSec03 ul {
  float: left;
}
.ftSec03 li {
  display: inline-block;
  margin-right: 20px;
}
.ftSec03 li a {
  color: #333;
}
.ftSec03 li:before {
  margin-right: 5px;
  font-family: FontAwesome;
  content: "\f105";
}
.footer_copy {
  float: right;
  color: #999;
  font-size: 78.6%;
}

@media screen and (min-width:768px) {
  .ftSecSp {
    display: none;
  }
}

@media screen and (max-width:767px) {
  #pagetop {
    right: 2%;
    margin-right: 0;
  }
  .ftinner {
    width: auto;
  }
  .ftAdress {
    width: auto;
  }
  .ftSec01,
  .ftSec02,
  .ftinner ul {
    display: none;
  }
  .ftSec01 {
    padding: 0;
  }
  .ftSecSp {
    padding: 20px 10px;
    background-color: #f2f5f7;
  }
  .ftSecSp .ftinner {
    display: block;
  }
  .ftSecSp .ftinner > p {
    display: block;
    margin-bottom: 10px;
  }
  .ftSecSp .ftinner > p.ftContact  {
    margin-bottom: 20px;
  }
  .ftSecSp .ftlogo {
    width: 170px;
  }
  .ftSecSp .fttel {
    margin-left: 0;
    border: #e4e5e6 1px solid;
    background: #fff;
    text-align: center;
    position: relative;
  }
  .ftSecSp .fttel a {
    padding: 10px;
    background: #fff;
    display: inline-block;
  }
  .ftSecSp .fttel .telIco02 {
  	position: absolute;
  	top: 50%;
  	margin-left: 0px;
  	margin-top: -10px;
  }
  .ftSec03 {
    padding: 10px 0;
  }
  .ftContact a {
    display: block;
    padding: 10px 20px;
    text-align: center;
  }
  .footer_copy {
    float: none;
    text-align: center;
  }
  #gmap01Sp {
    width: 100%;
    border: solid 1px #fff;
  }
}

/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
#main .pageNv ul:after,
#content:after,
.ftSec03 ul:after,
.ftinner:after,
.ftSec01:after,
#globalNavPC:after,
#globalNav:after,
.gNavBox_list_02.fltW220:after,
.hrdLink01:after,
.ColorChg:after,
.textSize:after,
.hdrSec01:after,
#header:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
}

/* Legacy IE
------------------------------- */
#main .pageNv ul,
#content,
.ftSec03 ul,
.ftinner,
.ftSec01,
#globalNavPC,
#globalNav,
.gNavBox_list_02.fltW220,
.hrdLink01,
.ColorChg,
.textSize,
.hdrSec01,
#header {
  *zoom: 1;
}
