@charset "utf-8";

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

グローバル（ページのヘッダー、フッター）

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

.en {
  font-family: Arial, Helvetica, "sans-serif";
  letter-spacing: 1px;
}
/* -------------------- ページのトップに戻るボタン */

.navi-pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  height: 44px;
  width: 44px;
  color: #fff;
  background-color: rgba(66,66,67,0.50);
  z-index: 13;
  border-radius: 5px;
}

.navi-pagetop a {
  display: block;
  height: 44px;
  color: #fff;
  font-size: 34px;
  line-height: 1.2;
}

.navi-pagetop a span {
  display: none;
}

/*============================
# ヘッダー
============================*/

.headerWrapper {
  background-color: #4C4C4C;
  background-image: url(../img/global/top-key-v.jpg);
  background-size: cover;
  color: #fff;
}
.headerWrapper a {
  color: #fff;
}
.headerInfo {
  width: 940px;
  max-width: 98%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.headerWrapper.at_sairanyou {
	background-image: url(../img/global/top-sairanyou.jpg);
}
.headerWrapper.at_sairanyou .header {
  background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 90%);
}

/* -------------------- ロゴ */

.headerInfo_logo {
  margin: 4px 0 0;
}
.headerInfo_logo a {
  display: block;
  width: 363px;
  height: 56px;
  background-image: url(../img/global/logo-wh.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

/* -------------------- 情報提供ボタン */

.headerInfo_menu_contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  border-bottom: 1px dashed #fff;
}

.headerInfo_menu_contact li {
  margin: 2px 6px;
  padding: 0;
}

.headerInfo_menu_contact li:first-child {
  margin-right: 15px;
}

.headerInfo_menu_contact a {
  text-decoration: none;
}

.headerInfo_menu_contact a.headerInfo_menu_tel::before,
.headerInfo_menu_contact a.headerInfo_menu_mail::before {
  font-family: "FontAwesome";
  margin-right: 5px;
  font-size: 1.3rem;
}

.headerInfo_menu_contact a.headerInfo_menu_tel::before {
  content: "\f095";
}

.headerInfo_menu_contact a.headerInfo_menu_mail::before {
  content: "\f0e0";
}

/* -------------------- 文字サイズ変更ボタン 言語ボタン */

.block_font_lang {
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: flex-end;
  margin-top: -3px;
}
.headerInfo_menu_fontsize {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  line-height: 1;
  justify-content: flex-end;
}
.headerInfo_menu_fontsize li {
  margin: 0 0 0 5px;
}
.headerInfo_menu_fontsize li:first-child {
  margin-top: 3px;
  margin-right: 10px;
}
.headerInfo_menu_fontsize a {
  text-decoration: none;
  display: block;
  border: 1px solid #fff;
  border-radius: 3px;
  font-size: 1.2rem;
  padding: 2px 3px;
  min-width: 3rem;
  text-align: center;
}
.headerInfo_menu_fontsize a.textresizer-active {
  background-color: #fff;
  color: #000;
}
.language_list {
  list-style: none;
  margin: 10px 0 0 10px;
  padding: 0
}
.language_list li {
  margin: 5px;
  padding: 0;
  background-color: rgba(0,0,0,0.8);
}
a.lang_btn {
  text-decoration: none;
}
a.lang_btn::before {
  font-family: "FontAwesome";
  content: "\f105";
  margin-right: 5px;
}
.lang_btn_li {
  display: none;
}
.globalNavi_menu .lang_li {
  display: none;
}

/*============================
#　ナビ
============================*/

.globalNavi_spmenu_btn {
  display: none;
}

.globalNavi {
  background-color: #092870;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  margin-top: 13px;
}
.globalNavi a {
  color: #fff;
  text-decoration: none;
}
.globalNavi_menu {
  width: 940px;
  max-width: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  line-height: 1.2;
}
.globalNavi_menu .active {
  border-bottom: 4px solid #E74458;
}
.globalNavi_menu li {
  display: flex;
  min-height: 43px;
  align-items: center;
  font-size: 1.5rem;
}
.globalNavi_menu li a {
  display: block;
  padding: 7px 2px;
}

/* -------------------- トップページ用メニュー */

.topBody .globalNavi{
  border-bottom: none;
  border-top: none;
  margin-top: 14px;
  background-color: rgba(255,255,255,0.90);
}
.topBody .globalNavi a {
  color: #000;
}


/*============================
#　フッター
============================*/

.footerWrapper {
  background-color: #505050;
  color: #fff;
  font-size: 1.3rem;
}
.footer {
  width: 940px;
  max-width: 98%;
  margin: 0 auto;
}

.footerBottom {
  padding: 25px 0;
}

.footerBottomMenu {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 10px 0;
  padding: 0;
  line-height: 1;
}
.footerBottomMenu li {
  border-left: 1px solid #fff;
  padding: 0 10px;
}
.footerBottomMenu li:first-child {
  border-left: none;
}
.footerBottomMenu a {
  color: #fff;
  text-decoration: none;
}

.footerBottom_copyr {
  font-size: 1.1rem;
  letter-spacing: 1px;
  margin: 20px 0 10px;
}
