@charset "UTF-8";
/*
	--------------------------------
	更新日: 2013-10-25
	--------------------------------
*/
/* --------------------------------
	body
-------------------------------- */
body {
  min-width: 980px;
}

/* --------------------------------
	ヘッダ
-------------------------------- */
#globalheader {
  position: fixed;
  z-index: 100; 
  top: 0;
  left: 0;
  padding: 0 0 2px 0;
  width: 100%;
  background: url(/assets/common/img/hdr_bg_b.png) repeat-x;
}

/* #globalheader > .bg { background:url(/assets/common/img/hdr_bg.png) no-repeat center top; } */
#globalheader > .bg > .bg {
  overflow: hidden;
  margin: 0 auto;
  width: 980px;
  height: 113px;
}

/* ガイド ---------------- */
#globalheader #hdr_guide {
  overflow: hidden;
  height: 34px;
  font-size: 11px;
  line-height: 1.35;
}

#globalheader #hdr_guide .bg {
  float: right;
  letter-spacing: -0.4em;
}

#globalheader #hdr_guide .access {
  display: inline-block;
  width: 118px;
  vertical-align: top; 
  letter-spacing: normal;
}

#globalheader #hdr_guide .access a {
  display: block;
  padding: 10px 12px 10px 35px;
  background: #1f4f5d url(/assets/common/img/ico_access.png) no-repeat 14px 10px;
  text-decoration: none; 
  color: #fff;
}

#globalheader #hdr_guide .access a:hover {
  background-color: #3e6e7b;
}

#globalheader #hdr_guide ul {
  display: inline-block;
  letter-spacing: normal;
}

#globalheader #hdr_guide ul li {
  float: left;
  padding: 10px 0 0 35px;
}

#globalheader #hdr_guide ul li a {
  text-decoration: none; 
  color: #215060;
}

#globalheader #hdr_guide ul li a:hover {
  color: #fff;
}

/* ロゴ ---------------- */
#globalheader h1#si_logo {
  float: left;
  clear: both;
  padding: 20px 0 0 0; 
  width: 196px;
}

/* グローバルナビ ---------------- */
#globalheader #gnav {
  float: right;
  margin: 31px 0 0 0;
  width: 641px;
}

#globalheader #gnav ul li {
  float: left;
}

#globalheader #gnav ul li a {
  display: block;
  overflow: hidden;
  padding: 40px 0 0 0;
  height: 0;
  background: url(/assets/common/img/gnav.png) no-repeat;
}

#globalheader #gnav ul li.gnav_01 a {
  width: 95px;
  background-position: 0 0;
}

#globalheader #gnav ul li.gnav_02 a {
  width: 120px;
  background-position: -95px 0;
}

#globalheader #gnav ul li.gnav_03 a {
  width: 158px;
  background-position: -215px 0;
}

#globalheader #gnav ul li.gnav_04 a {
  width: 118px;
  background-position: -373px 0;
}

#globalheader #gnav ul li.gnav_05 a {
  width: 150px;
  background-position: -491px 0;
}

#globalheader #gnav ul li.gnav_01 a:hover {
  background-position: 0 -40px;
}

#globalheader #gnav ul li.gnav_02 a:hover {
  background-position: -95px -40px;
}

#globalheader #gnav ul li.gnav_03 a:hover {
  background-position: -215px -40px;
}

#globalheader #gnav ul li.gnav_04 a:hover {
  background-position: -373px -40px;
}

#globalheader #gnav ul li.gnav_05 a:hover {
  background-position: -491px -40px;
}

#globalheader #gnav ul li.gnav_01.current a {
  background-position: 0 -40px;
}

#globalheader #gnav ul li.gnav_02.current a {
  background-position: -95px -40px;
}

#globalheader #gnav ul li.gnav_03.current a {
  background-position: -215px -40px;
}

#globalheader #gnav ul li.gnav_04.current a {
  background-position: -373px -40px;
}

#globalheader #gnav ul li.gnav_05.current a {
  background-position: -491px -40px;
}

/* --------------------------------
	本文
-------------------------------- */
#contentsbody {
  margin: 0 auto;
  padding: 125px 0 0 0;
  width: 980px;
}

/* --------------------------------
	パンくずリスト
-------------------------------- */
#breadcrumb {
  margin: 0 0 50px 0;
  color: #333;
  font-size: 10px;
  line-height: 1.3;
}

#breadcrumb a {
  text-decoration: underline; 
  color: #333;
}

#breadcrumb a:hover {
  text-decoration: none; 
  color: #0897b2;
}

/* --------------------------------
	メインコンテント（サイドバー無）
-------------------------------- */
body.page-template-page-1column-php #maincontent {
  width: 980px;
}

/* --------------------------------
	メインコンテント（サイドバー有）
-------------------------------- */
body.page-template-page-2column-php #maincontent,
body.page-template-page-2column-en-php #maincontent,
body.post-type-archive-topics #maincontent,
body.post-type-archive-pressrelease #maincontent {
  float: right;
  width: 728px;
}

/* --------------------------------
	サイドバー
-------------------------------- */
#sidebar {
  float: left;
  border-top: #555 1px solid;
  width: 224px;
}

/* ローカルナビ ---------------- */
#sidebar #lnav {
  padding: 0 0 0 12px;
}

#sidebar #lnav a {
  display: block;
  color: #444;
}

#sidebar #lnav a:hover {
  color: #0897b2;
}

#sidebar #lnav .categorytop {
  padding: 30px 0 25px 0;
  border-bottom: #777 1px dotted;
  font-size: 14px;
  line-height: 19px;
}

#sidebar #lnav .categorytop a {
  padding: 0 0 0 28px;
  min-height: 20px; 
  background: url(/assets/common/img/arw_r_19x19_02.png) no-repeat;
  background-size: 20px 20px;
}

#sidebar #lnav .categorytop a:hover {
  background-image: url(/assets/common/img/arw_r_19x19_02_ov.png);
}

#sidebar #lnav ul {
  padding: 10px 0 0 0;
}

#sidebar #lnav > ul > li {
  padding: 15px 0;
  font-size: 14px;
  line-height: 19px;
}

#sidebar #lnav > ul > li > a {
  padding: 0 0 0 28px;
  min-height: 20px; 
  background: url(/assets/common/img/arw_r_19x19_02.png) no-repeat;
  background-size: 20px 20px;
}

#sidebar #lnav > ul > li > a:hover {
  background-image: url(/assets/common/img/arw_r_19x19_02_ov.png);
}

#sidebar #lnav > ul > li > span {
  padding: 0 0 0 28px;
  background: url(/assets/common/img/mkr_disc_01.png) no-repeat 8px 0.4em;
}

#sidebar #lnav > ul > li.current > a,
#sidebar #lnav > ul > li.current > a:hover {
  background-image: url(/assets/common/img/arw_r_19x19_02_cr.png);
  color: #0897b2;
}

#sidebar #lnav ul li ul {
  padding: 3px 0 0 28px;
}

#sidebar #lnav ul li ul li {
  padding: 7px 0 0 0;
  font-size: 11px;
  line-height: 1.417;
}

#sidebar #lnav ul li ul li a {
  padding: 0 0 0 13px;
  background: url(/assets/common/img/arw_r_3x5_01.png) no-repeat 0 0.5em;
}

#sidebar #lnav ul li ul li a:hover {
  background-image: url(/assets/common/img/arw_r_3x5_01_ov.png);
}

#sidebar #lnav ul li ul li.current a {
  background-image: url(/assets/common/img/arw_r_3x5_01_ov.png);
  color: #0897b2;
}

/* --------------------------------
	フッタ
-------------------------------- */
#globalfooter {
  background: #fff;
}

/* ページトップ ---------------- */
#globalfooter .pagetop {
  margin: 0 auto;
  padding: 80px 4px 0 0;
  width: 976px;
  text-align: right;
}

/* サイトマップ ---------------- */
#globalfooter #ftr_sitemap {
  margin: 10px 0 0 0;
  background: #fafafa;
}

#globalfooter #ftr_sitemap > .bg {
  margin: 0 auto;
  padding: 0 0 45px 0;
  width: 980px;
}

#globalfooter #ftr_sitemap .social {
  padding: 20px 0 0 0;
}

#globalfooter #ftr_sitemap .social li {
  float: right;
  font-size: 0;
  line-height: 1;
}

#globalfooter #ftr_sitemap .social li.facebook {
  padding: 0 5px 0 0;
}

#globalfooter #ftr_sitemap .social li.twitter {
  padding: 0 5px 0 0;
}

#globalfooter #ftr_sitemap .social li.twitter iframe {
  overflow: hidden;
}

#globalfooter #ftr_sitemap .section p {
  padding: 0 0 25px 0;
  color: #666;
  font-weight: bold;
  line-height: 1.385;
}

#globalfooter #ftr_sitemap .section p a {
  color: #666;
}

#globalfooter #ftr_sitemap .section p a:hover {
  color: #0897b2;
}

#globalfooter #ftr_sitemap .section ul li {
  padding: 0 0 10px 0;
  color: #777;
  font-size: 11px;
  line-height: 1.3;
}

#globalfooter #ftr_sitemap .section ul li.add_padding-top {
  padding-top: 10px;
}

#globalfooter #ftr_sitemap .section ul li > ul {
  padding: 10px 0 0 0;
}

#globalfooter #ftr_sitemap .section ul li > ul.indent {
  padding: 10px 0 0 13px;
}

#globalfooter #ftr_sitemap .section ul li a {
  color: #777;
}

#globalfooter #ftr_sitemap .section ul li a:hover {
  color: #0897b2;
}

#globalfooter #ftr_sitemap .ftr_sitemap_01 {
  float: left;
  padding: 30px 0 0 0;
  width: 392px;
}

#globalfooter #ftr_sitemap .ftr_sitemap_01 .section {
  float: left;
  width: 196px;
}

#globalfooter #ftr_sitemap .ftr_sitemap_02 {
  float: right;
  width: 531px;
}

#globalfooter #ftr_sitemap .ftr_sitemap_02 > div {
  padding: 30px 0 0 0;
}

#globalfooter #ftr_sitemap .ftr_sitemap_02 .section {
  float: left;
  width: 177px;
}

/* ガイド ---------------- */
/* #globalfooter #ftr_guide { background:#7cc3d0 url(/assets/common/img/ftr_guide_bg.png) no-repeat center top; } */
#globalfooter #ftr_guide {
  background: #7cc3d0;
}

#globalfooter #ftr_guide > .bg {
  margin: 0 auto;
  padding: 50px 0 0 0;
  width: 980px;
  min-height: 190px;
  color: #1f4f5d;
}

/* 住所 */
#globalfooter #ftr_guide .address {
  margin: 0 0 -1em 0;
  width: 400px;
}

#globalfooter #ftr_guide .address h2 {
  padding: 0 0 20px 0;
  font-size: 0;
  line-height: 1;
}

#globalfooter #ftr_guide .address p,
#globalfooter #ftr_guide .address dl {
  font-size: 12px;
  line-height: 1.333;
}

#globalfooter #ftr_guide .address dl dt {
  float: left;
  clear: both;
  padding: 7px 0 0 0;
  width: 70px;
}

#globalfooter #ftr_guide .address dl dd {
  float: left;
  padding: 7px 0 0 0;
}

#globalfooter #ftr_guide .address dl dt:first-child {
  padding-bottom: 10px;
}

/* コピーライト */
#globalfooter #ftr_guide .copyright {
  text-align: right; 
  color: #1f4f5d;
  font-size: 10px;
  line-height: 1.5;
}

/* --------------------------------
  emergencyInformation
-------------------------------- */
.emergencyInformation {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ef7b39;
  -webkit-box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.1);
  font-family: "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

.emergencyInformation .emergencyInformation_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto; 
  padding: 16px 10px 15px;
  max-width: 980px;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
}

.mode_sp .emergencyInformation .emergencyInformation_content {
  padding: 32px 20px 30px; 
  max-width: 1200px;
}

.emergencyInformation .emergencyInformation_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 36px;
  letter-spacing: 0.03em;
  color: #fff;
  font-size: 15px;
  line-height: 1.33; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
}

.emergencyInformation .emergencyInformation_txt:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 26px;
  height: 26px;
  background: url(/assets/common/img/ico_emergency.png) no-repeat left top/100% auto;
}

.mode_sp .emergencyInformation .emergencyInformation_txt {
  padding-left: 72px; 
  font-size: 36px;
}

.mode_sp .emergencyInformation .emergencyInformation_txt:before {
  width: 52px;
  height: 52px;
}

.emergencyInformation .emergencyInformation_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 17px; 
  min-width: 130px;

  -webkit-box-flex: 0;

      -ms-flex: 0 1 130px;

          flex: 0 1 130px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mode_sp .emergencyInformation .emergencyInformation_btn {
  padding-left: 34px;
}

.emergencyInformation .emergencyInformation_btn a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 16px;
  width: 130px;
  height: 28px;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s; 
  background: #fff;
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #444;
  font-size: 12px;
  line-height: 28px;
}

.emergencyInformation .emergencyInformation_btn a:hover {
  opacity: 0.8;
}

.emergencyInformation .emergencyInformation_btn a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 1px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); 
  -webkit-transform-origin: bottom right; 
      -ms-transform-origin: bottom right; 
          transform-origin: bottom right;
  background: #444;
}

.emergencyInformation .emergencyInformation_btn a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto;
  width: 17px;
  height: 1px;
  background: #444;
}

.mode_sp .emergencyInformation .emergencyInformation_btn a {
  padding-left: 32px;
  width: 280px;
  height: 56px;
  font-size: 27px; 
  line-height: 56px;
}

.mode_sp .emergencyInformation .emergencyInformation_btn a:before {
  right: 28px;
  width: 16px;
}

.mode_sp .emergencyInformation .emergencyInformation_btn a:after {
  right: 28px;
  width: 30px;
}