@charset "utf-8";

/* =============================================================

　　スマホ画面 共通設定

============================================================= */


/*  全体 共通設定
---------------------------------------------*/

/*  PC・SP表示切り替え 共通設定
-------------------------- */

.mediaPC {
  display: none;
}

.mediaSP,
img.mediaSP {
  display: inline;
}

p.mediaSP,
div.mediaSP,
ul.mediaSP,
ol.mediaSP,
li.mediaSP,
table.mediaSP,
form.mediaSP,
dl.mediaSP,
h1.mediaSP,
h2.mediaSP,
h3.mediaSP,
h4.mediaSP,
h5.mediaSP,
h6.mediaSP {
  display: block;
}

/*  テキスト 基本設定
-------------------------- */

.yomiselect rt {
  display: none;
}

/*  フォーム 基本設定
-------------------------- */

form textarea {
  margin-top: 0;
  margin-bottom: 0;
}

input[type="radio"] {
  position: relative;
  -webkit-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #FFFFFF;
  border: 1px solid #999999;
  -webkit-border-radius: 24px !important;
  border-radius: 24px !important;
  -webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
  box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
  vertical-align: middle;
  cursor: pointer;
}

input[type="radio"]:checked:after {
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
  width: 12px;
  height: 12px;
  background: #CC0000;
  -webkit-border-radius: 12px !important;
  border-radius: 12px !important;
}


/*  アイコン　設定
-------------------------- */

/* -- 矢印白文字 -- */

.btnArwWhite:before {
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  background: none;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  content: "";
}


/* 　コンテナー　設定
---------------------------------------------*/

#container {
  min-width: 0;
  background: none;
}

.boxInner {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}


/*  ヘッダー 設定
---------------------------------------------*/

#header {
  overflow: hidden;
  width: 100%;
  height: auto; 
  padding: 0;
}

#header .mediaPC {
  display: none !important;
}

/* -------- ヘッダー上部 -------- */

#headerTop .boxInner {
  padding-top: 35px;
  padding-bottom: 5px;
}

/* ------ ブロックスキップ ------ */

#blockskip {
  display: none;
}

/* ------ サイトロゴ ------ */

#header #sitelogo {
  float: none;
  width: auto;
  height: auto;
  padding: 18px 15px 12px;
}

#header #sitelogo img {
  max-width: 195px;
}

/* ------ ユーザーナビ ------ */

#header #usernav {
  float: none;
  width: auto;
  text-align: left;
}

#header #usernav dt,
#header #usernav dd,
#header #usernav li,
#header #usernav > div > * {
  float: none;
}

#header #usernav > div {
  display: block;
  margin-bottom: 0;
  text-align: left;
}

#header #usernav dt {
  padding: 0;
}

#header #navlink,
#header #usernavBtm {
  display: none !important;
}

/* ---- 言語切替 ---- */

#header #lang {
  position: absolute;
  top: 0;
  left: 0;
  float: none;
  width: 100%;
  height: 35px;
  padding: 5px 15px 4px;
  background: #ebebeb;
  text-align: right;
}

#header #lang li {
  display: inline;
  border-left: none;
  padding: 0 5px;
}

#header #lang li a {
  display: inline;
  min-width: 0;
  height: auto;
  padding: 0;
  background: none;
  color: #00468c;
  font-size: 1.1em;
  font-weight: normal;
  text-align: left;
  text-decoration: underline;
}

/* ---- 検索 ---- */

#header #usernav .boxSearch {
  overflow: hidden;
  clear: both;
  float: none;
  width: 100%;
  height: 36px;
  margin: 0;
  padding: 4px 10px;
}

#header #usernav .boxSearch dt {
  width: 120px;
  padding-top: 2px;
  letter-spacing: 0;
}

#header #usernav .boxSearch dt span {
  display: inline;
  width: auto;
  height: auto;
  padding: 0;
}

#header #usernav .boxSearch dd {
  float: none;
  position: relative;
  width: auto;
  margin-left: 120px;
  padding-right: 56px;
}

/* -- 入力フォーム -- */

#header #usernav .boxSearch .txtSearch {
  float: none;
  width: 100%;
  height: 28px;
}

/* -- 検索ボタン -- */

#header #usernav .boxSearch .btnSearch {
  position: absolute;
  top: 0;
  right: 0;
  float: none;
  width: 56px;
  margin: 0;
  padding: 3px 0 3px 7px;
}

/* -------- ヘッダー中部 -------- */

#headerMdl .boxInner {
  padding: 0 15px;
}

/* ------ インフォメーション ------ */

#header .boxInfoArea {
  margin-bottom: 20px;
}

#header .boxInfoArea > dl {
  display: block;
}

/* -- タイトル＆内容 -- */

#header .boxInfoArea > dl > dt,
#header .boxInfoArea > dl > dd {
  display: block;
  padding: 12px 15px;
}

/* -- タイトル -- */

#header .boxInfoArea > dl > dt {
  width: auto;
  padding-top: 10px;
  font-size: 1.55em;
}

/* -- 内容 -- */

#header .boxInfoArea > dl > dd {
  font-size: 1.2em;
  line-height: 1.65em;
}

/* ---- 緊急情報 ---- */

#header .boxInfoArea.emergency {
  border-color: #c10000;
}

/* -- タイトル -- */

#header .boxInfoArea.emergency > dl > dt {
  padding-left: 43px;
  background-size: 28px 26px;
}

/* -------- ヘッダー下部 -------- */

#headerBtm {
}

/* ------ グローバルナビ ------ */

#header #globalnav {
  padding: 0;
  font-size: 1em !important;
}

/* ---- メニューリスト ---- */

#header #globalnav .boxMenuList {
}

#header #globalnav .boxMenuList > ul {
  width: auto;
  margin-left: -1px;
}

/* -- リスト -- */

#header #globalnav .boxMenuList > ul > li {
  display: block;
  float: left;
  width: 50%;
  border: none;
  background: #128543;
}

/* -- リンク -- */

#header #globalnav .boxMenuList > ul > li > a {
  display: block;
  padding: 16px 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  font-size: 1.25em;
}

/* -- リンクのサイドライン -- */

#header #globalnav .boxMenuList > ul > li > a:before,
#header #globalnav .boxMenuList > ul > li:last-child > a:after {
  display: none;
}

/* -- リンク内テキスト余白 -- */

#header #globalnav .boxMenuList > ul > li > a > span {
  display: inline;
  width: auto;
  height: auto; 
}


/*  コンテンツ 設定
---------------------------------------------*/

#content {
  display: block;
  padding-bottom: 0;
  font-size: 1em !important;
}

#content img {
/* 2025.07.10 UPD
  max-width: 100%;
  height: auto;
*/
  max-width: 100% !important;
  height: auto !important;
}
/* 20170721高さ設定追加 */

.boxSection {
  padding: 10px 15px;
}

/*  Content Top
-----------------------------------*/

#contentTop {
  overflow: hidden;
  background: none;
}

#contentTop .boxInner {
  padding: 0;
}

/*  Content Main
-----------------------------------*/

#contentMain {
  overflow: hidden;
  padding: 0;
}

#contentMain .boxInner {
  padding: 0 0 20px;
}

/*  2カラム 設定
-----------------------------------*/

#main,
#side {
  float: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}


/*  フッター 設定
---------------------------------------------*/

#footer {
  background: none;
  font-size: 1em !important;
}

/* -------- 表示切替 -------- */

/* -- PCボタン -- */

#footer #displayswitch #switch-pc {
  background: #fff !important;
}

/* -- スマホボタン -- */

#footer #displayswitch #switch-sp {
  background: #f4f4f4 !important;
}

/* -------- フッター上部 -------- */

#footerTop { 
}

#footerTop .boxInner {
  padding: 25px 15px 30px !important;
}

/* ---- アドレス ----- */

#footer .boxAddress {
  float: none;
  width: auto;
  margin-bottom: 0;
  padding: 0 0 15px;
  font-size: 1.1em;
}

/* -- タイトル -- */

#footer .boxAddress > dl > dt {
}

/* -- 内容 -- */

#footer .boxAddress > dl > dd {
}

#footer .boxAddress > dl > dd p {
  display: block;
  padding-top: 2px;
}

#footer .boxAddress > dl > dt + dd p:first-child {
  display: inline;
}

#footer .boxAddress > dl > dd p:first-child {
  padding-right: 10px;
}

/* ---- サイトナビ ----- */

#footer .boxSiteNav {
  float: none;
  font-size: 1em;
}

#footer .boxSiteNav ul {
  margin-left: -1px;
}

#footer .boxSiteNav li,
#footer .boxSiteNav li:first-child {
  padding: 0 8px 5px 1px;
}

/* 区切り線 */
#footer .boxSiteNav li:before {
  left: auto;
  right: 0;
}

#footer .boxSiteNav li:first-child:before {
  display: block;
}

#footer .boxSiteNav li:last-child:before {
  display: none;
}

/* ---- モバイルサイト ----- */

#footer .boxMobileSite {
  display: none;
}

/* -------- フッター中部 -------- */

#footerMdl {
}

#footerMdl .boxInner {
  padding: 20px 15px 35px;
}

/* ---- 広告エリア ----- */

#footer .boxFootAsideArea {
}

#footer .boxFootAsideArea ul {
  margin-left: -15px;
  margin-bottom: 10px;
}

#footer .boxFootAsideArea li {
  width: 50%;
  padding: 0 0 15px 15px;
}


/* -------- フッター下部 -------- */

#footerBtm {
}

/* ---- コピーライト ----- */

#footer #copyright {
  height: auto !important;
  padding: 25px 0 40px !important;
  font-size: 0.88em;
}

/* ------ ページトップ ------ */

#footer #pagetop {
  display: block;
  top: -22px !important;
  right: 10px;
  margin-left: 0;
}

/* -- ページトップ・固定 -- */

#footer #pagetop.fxd {
  position: fixed;
  top: auto !important;
  bottom: 10px;
}

/* -- リンク -- */

#footer #pagetop a {
  width: 46px;
  height: 46px;
  background-size: 100%;
}