@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%;
  color: #111;
}

/* PC・SP表示切り替え
-------------------------- */

.spUser,
.pcUser {
  display: none;
}

/*  画像 基本設定
-------------------------- */

img {
	vertical-align: top;
	border: none;
}

/* スマホ用 */
.mediaSP {
	display: none;
}


/*  リンク 基本設定
-------------------------- */

a {
  color: #0054b3;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover,
a:focus {
  text-decoration: underline;
}

a:visited {
}

/*  テキスト 基本設定
-------------------------- */

/* -- ルビ -- */

ruby {
  ruby-align: distribute-space;
  ruby-overhang: auto;
  ruby-position: above;
}

/******************
rt,
rp {
  display: none;
}
*******************/

.yomiselect rt {
  display: block;
}

strong,
noscript {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

noscript p {
	margin: 1em 0;
}

/*  フォーム 基本設定
-------------------------- */
  
input,
button,
select,
textarea {
  border-radius: 0 !important;
  padding: 2px;
  background: #fff;
  font-size: 0.95em;
}

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 { 
  outline: none;
  border: 1px solid #ccc;
}

textarea {
  -webkit-appearance: none;
  width: 100%;
  height: 120px;
  min-height: 120px;
  line-height: 1.6em;
}


/* 　コンテナー　設定
---------------------------------------------*/

#container {
  position: relative;
  text-align: center;
}

.boxInner {
  width: 980px;
  margin: 0 auto;
  text-align: left;
}


/*  ヘッダー 設定
---------------------------------------------*/

#header {
  color: #3f3f3f;
}

#header .btnLink > * {
  line-height: 1em;
}

/* -------- ヘッダー上部 -------- */

#headerTop {
  position: relative;
  background: #fff;
  padding: 8px 0 10px;
}

#headerTop::before {
  position: absolute;
  left: 0;
  bottom: -8px;
  z-index: 20;
  width: 100%;
  height: 8px;
  background: url(/share/imgs/location-header-top-bg-shadow.png) repeat-x bottom;
  content: "";
}

#headerTop .boxInner {
  position: relative;
}

/* ------ ブロックスキップ ------ */

#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: #fff\9;/* IE8用 */
}

/* フォーカス時 */
#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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  line-height: 22px;
  letter-spacing: 0.5px;
}

/* リンク触れた時 */
#blockskip a:hover {
  text-decoration: none;
}

/* ------ サイトロゴ ------ */

#header .boxSiteLogo {
  float: left;
  width: 124px;
  padding: 14px 10px 0 0; 
}

#header .boxSiteLogo h1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url(/share/imgs/common-header-ttl-logo-sp.png) no-repeat center;
  background-size: 100%;
  background-position: 0 -500px;
}

#header .boxSiteLogo a {
  display: block;
  width: 100%;
  height: 100%;
}

#header .boxSiteLogo a:hover,
#header .boxSiteLogo a:focus {
  opacity: 0.8;
}

#header .boxSiteLogo a img {
  transition: none;
}

/* ------ サイトリンク ------ */

#header .boxSiteLink {
  float: left;
  width: 200px;
  padding: 20px 0 0;
}

#header .boxSiteLink a {
  position: relative;
  border-radius: 3px;
  background: #2c428d;
  padding: 6px 8px 5px 18px;
  color: #fff;
  font-size: 0.84em;
  line-height: 1em;
  text-decoration: none;
}

#header .boxSiteLink a::before {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  content: "";
}

/* ------ ユーザーナビ ------ */

#header .boxUserNav {
  float: right;
  width: 650px;
  text-align: right;
}

#header .boxUserNav dt,
#header .boxUserNav dd,
#header .boxUserNav li,
#header .boxUserNav > div,
#header .boxUserNav > div > * {
  display: inline-block;
  *display: inline;/* IE7用 */
  *zoom: 1;/* IE7用 */
}

#header .boxUserNav > div {
  text-align: right;
  vertical-align: middle;
}

#header .boxUserNav > div > * {
  margin-left: 6px;
}

#header .boxUserNav .btnLink {
  margin-left: -2px;
}

#header .boxUserNav dt {
  padding-right: 4px;
  font-size: 0.85em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4em;
}

/* ---- 言語切替 ---- */

#header .boxUserNav .boxLang {
  margin-bottom: 8px;
  padding-right: 2px;
  font-size: 0.95em;
}

#header .boxUserNav .boxLang li {
  position: relative;
  padding-left: 19px;
}

#header .boxUserNav .boxLang li::before {
  position: absolute;
  top: 50%;
  left: 7px;
  width: 2px;
  height: 13px;
  margin-top: -8px;
  background: #d1d1d1;
  content: "";
}

#header .boxUserNav .boxLang li:first-child::before {
  display: none;
}

#header .boxUserNav .boxLang a {
  text-decoration: underline;
}

#header .boxUserNav .boxLang a:hover,
#header .boxUserNav .boxLang a:focus {
  text-decoration: none;
}

/* ---- 音声読み上げ ---- */

#header .boxUserNav .btnVoice a {
  position: relative;  
  padding-left: 25px;

}

#header .boxUserNav .btnVoice a::before {
  position: absolute;
  top: 4px;
  left: 5px;
  width: 15px;
  height: 15px;
  background: url(/share/imgs/common-header-useruav-bg-read-speech.png) no-repeat;
  content: "";
}

/* -------- ヘッダー中部 -------- */

#headerMdl {
  overflow: hidden;
}

#headerMdl .boxInner {
  width: 100%;
  text-align: center;
}

/* ------ メインビジュアル ------ */

#header .boxMainVisual {
  text-align: center;
}

#header .boxMainVisual img {
  width: 100%;
}

@media screen and (max-width: 1500px) {

#header .boxMainVisual p {
  position: relative;
  top: 0;
  left: 50%;
  width: 100%;
  margin-left: -750px;
}

#header .boxMainVisual img {
  width: auto;
}

}

/* -------- ヘッダー下部 -------- */

#headerBtm {
  background: url(/share/imgs/location-header-gnav-bg-main.png) repeat-x;
}

/* ------ グローバルナビ ------ */

#header .boxGlobalNav {  
}

#header .boxGlobalNav .boxMenu > ul > li {
  position: relative;
  float: left;
  cursor: pointer;
}

#header .boxGlobalNav .boxMenu > ul > li::before,
#header .boxGlobalNav .boxMenu > ul > li:first-child + li::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 40px;
  border-left: 1px solid #6d788c;
  background: #000;
  margin-top: -20px;
  content: "";
}

#header .boxGlobalNav .boxMenu > ul > li:first-child + li::after {
  left: 0;
}

#header .boxGlobalNav .boxMenu > ul > .btnLocation {
  width: 132px;
}

#header .boxGlobalNav .boxMenu > ul > .btnAbout {
  width: 210px;
}

#header .boxGlobalNav .boxMenu > ul > .btnWork {
  width: 106px;
}
#header .boxGlobalNav .boxMenu > ul > .btnApply,
#header .boxGlobalNav .boxMenu > ul > .btnCity {
  width: 118px;
}

#header .boxGlobalNav .boxMenu > ul > .btnFaq {
  width: 155px;
}

#header .boxGlobalNav .boxMenu > ul > .btnContact {
  width: 140px;
}

#header .boxGlobalNav .boxMenu > ul > li > a {
  display: block;
  background: url(/share/imgs/location-header-gnav-bg-main.png) repeat-x;
  width: 100%;
  padding: 23px 0 27px;
  text-align: center;
}

#header .boxGlobalNav .boxMenu > ul > li > a:hover,
#header .boxGlobalNav .boxMenu > ul > li > a:focus {
  background-image: url(/share/imgs/location-header-gnav-bg-main-hover.png);
}

#header .boxGlobalNav .boxMenu > ul > .btnLocation a img,
#header .boxGlobalNav .boxMenu > ul > .btnContact a img {
  margin-top: 2px;
}

#header .boxGlobalNav .boxMenu > ul > .btnApply a img {
  margin-top: -1px;
}

#header .boxGlobalNav .boxMenu > ul > .btnCity a img {
  margin-top: -2px;
}


/*  コンテンツ 設定
---------------------------------------------*/

#content {
  padding-top: 13px;
  background: #fff;
}


/*  フッター 設定
---------------------------------------------*/

#footer {
  width: 100%;
}

/* -------- フッター上部 -------- */

#footerTop {
  position: relative;
  background: #f0f0f0;
}

#footerTop .boxInner {
  padding: 25px 0 15px;
}

/* ---- ページトップボタン ----- */

#footer .boxPageTop {
  display: block;
  position: absolute;
  top: -100px;
  right: auto;
  left: auto;
  z-index: 600;
  margin-left: 1000px;
}

@media screen and (max-width: 1160px) {
  #footer .boxPageTop {
    right: 15px;
    margin-left: 0;
  }
}

#footer .boxPageTop a {
  display: block;
  transition: all 0.4s ease-in-out;
  float: right;
}

#footer .boxPageTop a:hover,
#footer .boxPageTop a:focus {
  opacity: 0.6;
}

/* ---- 広告エリア ----- */

#footer .boxBnrArea {
}

#footer .boxBnrArea ul {
  margin-left: -15px;
}

#footer .boxBnrArea li {
  float: left;
  width: 150px;
  margin: 0 0 15px 15px;
  background: #fff;
}

#footer .boxBnrArea li a:hover,
#footer .boxBnrArea li a:focus {
  opacity: 0.6;
}

/* -------- フッター中部 -------- */

#footerMdl {
  background: #253552;
}

#footerMdl,
#footerMdl a {
  color: #fff;
}

#footerMdl .boxInner {
  padding: 46px 0;
}

/* ---- アドレス ----- */

#footer .boxAddress {
  float: left;
  width: 820px;
}

#footer .boxAddress a {
  text-decoration: underline;
}

#footer .boxAddress a:hover,
#footer .boxAddress a:focus {
  text-decoration: none;
}

#footer .boxAddress li {
  overflow: hidden;
}

#footer .boxAddress dt,
#footer .boxAddress dd {
  display: inline;
}

#footer .boxAddress dt {
  padding-right: 10px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#footer .boxAddress dd {
  font-size: 0.98em;
}

#footer .boxAddress li:first-child {
  padding-bottom: 2px;
}

#footer .boxAddress li:first-child dt {
  display: block;
  padding-bottom: 10px;
  font-size: 1.15em;
}

/* ---- サイトロゴ ----- */

#footer .boxSiteLogo {
  float: right;
  width: 160px;
}

#footer .boxSiteLogo a:hover,
#footer .boxSiteLogo a:focus {
  opacity: 0.8;
}

/* -------- フッター下部 -------- */

#footerBtm {
  position: relative;
  height: 100px;
}

#footerBtm .boxInner {
  padding-top: 15px;
}

/* ---- サイトナビ ----- */

#footer .boxSiteNav {
  float: left;
  width: 790px;
  font-size: 0.95em;
}

#footer .boxSiteNav a {
  text-decoration: none;
}

#footer .boxSiteNav a:hover,
#footer .boxSiteNav a:focus {
  text-decoration: underline;
}

/* ---- コピーライト ----- */

#footer .txtCopyright {
  display: block;
  float: right;
  width: 190px;
  font-size: 0.98em;
  text-align: right;
}

/* ReadSpeaker */
.rs_waku {
  width: 100%;
  padding: 2px;
}

#xp1 {
  float: right;
}

/*** ADD 20221109 ***/
@media screen and (max-width: 767px) {
  #header {
    overflow: visible !important;
  }
}

.p-language {
  z-index: 300;
}
@media screen and (max-width: 767px) {
  .p-language {
    display: block !important;
    height: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-language {
    position: relative;
    top: -9px;
    width: 163px;
    height: 29px;
  }
}
.p-language .p-language__wrap {
  width: 100%;
  margin-left: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .p-language .p-language__wrap {
    background-color: #2c428d;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
.p-language .p-language__button {
  box-sizing: border-box;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 0 16px !important;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-decoration: none !important;
  background: none !important;
  border-radius: 5px;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .p-language .p-language__button {
    position: absolute;
    top: -2px;
    right: 18px;
    width: 120px !important;
    height: 35px !important;
    background-color: #2c428d !important;
  }
}
@media print, screen and (min-width: 768px) {
  .p-language .p-language__button {
    width: 160px;
    height: 29px;
    padding: 0 10px 0 9px !important;
    font-size: 14px;
  }
}
.p-language .p-language__button span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.p-language .p-language__button span::after {
  width: 0;
  height: 0;
  content: "";
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 6.4px 5px 0 5px;
}
.p-language__button.js-toggleButton._active span::after {
  transform: rotate(180deg);
}

@media print, screen and (min-width: 768px) {
  .p-language .p-language__button span::after {
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .p-language .c-list._border {
    box-sizing: border-box;
    width: 100%;
    padding: 0 14px 5px;
    background-color: #2c428d;
    border-radius: 3px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-language .c-list._border {
    padding: 0 10px 5px;
  }
}
.p-language .c-list._border .c-list__item:last-child {
  border: none;
}
.p-language .c-list._arrow .c-list__item > a {
  display: block;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 1px;
  font-size: 14px !important;
  line-height: 1.9285714286;
  color: #fff;
  text-align: left;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-language .c-list._arrow .c-list__item > a {
    padding-top: 12px;
    padding-bottom: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-language .c-list._arrow .c-list__item > a:hover {
    text-decoration: underline !important;
  }
}
.p-language .c-list._arrow .c-list__item > a:focus, .p-language .c-list._arrow .c-list__item > a:focus-visible {
  outline-color: transparent;
}
.p-language .p-language__inner {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-language .p-language__inner {
    position: absolute;
    right: 50%;
    left: 50%;
    z-index: 300;
    box-sizing: border-box;
    width: 100vw;
    padding: 0 15px;
    margin-top: -6px;
    margin-right: -50vw;
    margin-left: -50vw;
  }
}
.p-language .js-toggleButton._active + .p-language__inner {
  display: block;
}
.p-language .c-list .c-list__item > a {
  display: block;
  width: 100% !important;
  padding: 6px 0;
  line-height: 1.5;
  color: #2d448b;
  text-align: left !important;
  -webkit-text-emphasis: none;
  text-emphasis: none;
  text-decoration: none !important;
  cursor: pointer;
  background: none !important;
}
@media print, screen and (min-width: 768px) {
  .p-language .c-list .c-list__item > a {
    padding: 8px 0;
  }
  .p-entryRelation .p-language .c-list .c-list__item > a {
    padding: 4px 0;
  }
  .p-language .c-list .c-list__item > a:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .p-language .c-list .c-list__item > a:hover {
    transition: opacity 0.3s ease-in-out;
  }
  .p-language .c-list .c-list__item > a:hover:hover {
    opacity: 0.7;
  }
}
.p-language .c-list._border .c-list__item {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid #fff;
}
.p-language .c-list._border .c-list__item::before {
  display: none;
}
.p-language .c-list._arrow .c-list__item > a {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .p-language .c-list._arrow .c-list__item > a {
    padding-left: 16px !important;
    text-indent: -16px !important;
  }
}
.p-language .c-list._arrow .c-list__item > a::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 4px;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  transform: translateY(-0.1em);
}
/*** ADD-END 20221109 ***/