@charset "utf-8";

@media screen and (max-width: 740px) {

/* =============================================================

　　スマホ画面 共通設定

============================================================= */


/*  全体 共通設定
---------------------------------------------*/

body {
}

/* PC・SP表示切り替え
-------------------------- */

.spUser,
.pcUser {
  display: none;
}

/*  画像 共通設定
-------------------------- */

/* スマホ用画像 */

.mediaSP,
img.mediaSP {
  display: inline;
}

p.mediaSP,
div.mediaSP {
  display: block;
}

.mediaPC {
  display: none;
}

/*  テキスト 基本設定
-------------------------- */

.yomiselect rt {
  display: none;
}

/*  フォーム 基本設定
-------------------------- */

form textarea {
  margin-top: 0;
  margin-bottom: 0;
}

/*  アイコン　設定
-------------------------- */

/* -- 矢印白文字 -- */

.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;
  background-image: url(/share/imgs/main-header-top-bg-sp-left.png),url(/share/imgs/main-header-top-bg-sp-right.png);
  background-position: top left,top right;
  background-repeat: no-repeat,no-repeat;
  background-size: 15%,320px;
}

#header .mediaPC {
  display: none !important;
}

/* -------- ヘッダー上部 -------- */

/* ------ ブロックスキップ ------ */

#blockskip {
  display: none;
}

/* ------ サイトロゴ ------ */

#header .boxSiteLogo {
  width: 46% !important;
  max-width: 200px;
  height: 64px;
  padding: 0 10px;
}

#header .boxSiteLogo h1 {
  width: 100% !important;
  height: 100% !important;
  padding: 0;
  background-position: center;
}

#header .boxSiteLogo img {
  display: none;
}

/* ------ ユーザーナビ ------ */

#header .boxUserNav,
#header .boxUserNav > div {
  display: inline;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  text-align: left;
}

/* ---- 言語切替 ---- */

#header .boxUserNav .boxLang {
  float: right;
  width: 162px;
  padding: 0;
  margin: 0 10px 10px 0;
}

#header .boxUserNav .boxLang dt {
  float: none;
}

#header .boxUserNav .boxLang a {
  border-radius: 5px;
}

/* ---- 検索 ---- */

#header .boxUserNav .boxSearch {
  overflow: hidden;
  clear: both;
  float: none;
  width: 100%;
  height: 36px;
  margin: 0;
  padding: 4px 10px;
}

#header .boxUserNav .boxSearch dt {
  width: 120px;
  padding-top: 2px;
  letter-spacing: 0;
}

#header .boxUserNav .boxSearch dt span {
  display: inline;
  width: auto;
  height: auto;
  padding: 0;
}

#header .boxUserNav .boxSearch dd {
  float: none;
  position: relative;
  width: auto;
  margin-left: 120px;
  padding-right: 56px;
}

/* -- 入力フォーム -- */
#header .boxUserNav .boxSearch .txtSearch {
  float: none;
  width: 100%;
  height: 28px;
}

/* -- 検索ボタン -- */
#header .boxUserNav .boxSearch .btnSearch {
  position: absolute;
  top: 0;
  right: 0;
  float: none;
  width: 56px;
  margin: 0;
  padding: 3px 0 3px 7px;
}

/* -------- ヘッダー中部 -------- */

#headerMdl .boxInner {
  padding: 10px 10px 0;
}

/* ------ インフォメーション ------ */

#header .boxInfoArea .boxUrgentInfo,
#header .boxInfoArea .boxInfoBtnArea {
  float: none;
  width: 100%;
}

/* ---- 緊急情報 ---- */

#header .boxInfoArea .boxUrgentInfo {
  margin-bottom: 8px;
  padding: 0 3px 3px;
  font-size: 1em !important;
}

#header .boxInfoArea .boxUrgentInfo > dl > dt,
#header .boxInfoArea .boxUrgentInfo > dl > dd {
  display: block;
}

#header .boxInfoArea .boxUrgentInfo > dl > dt {
  width: 100%;
  padding: 2px 0;
  font-size: 1.1em;
}

#header .boxInfoArea .boxUrgentInfo > dl > dd {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
}

/* -- 緊急情報内容 -- */

.boxUrgentInfoCont {
  padding-top: 2px;
}

.boxUrgentInfoCont dt {
  display: block;
  float: none;
  width: auto;
  padding-bottom: 5px;
}

.boxUrgentInfoCont dt img {
  height: 20px;
}

.boxUrgentInfoCont dd {
  margin-left: 0;
  padding-bottom: 7px;
}

.boxUrgentInfoCont dd strong {
  display: block;
  padding-bottom: 2px;
}

/* ---- ボタンエリア ---- */

#header .boxInfoArea .boxInfoBtnArea {
  margin-bottom: 0;
}

/* -- 防災 -- */

#header .boxInfoArea .btnBousai a {
  text-align: center;
}

#header .boxInfoArea .btnBousai a span  {
  display: inline-block;
  background-image: url(/share/imgs/main-header-infonav-bg-bousai-sp.png);
  background-position: 12px 10px;
  background-size: 26px;
  padding: 14px 0 11px 48px;
}
#header .boxInfoArea .btnBousai a span br {
  display: none;
}

/* -- お問い合わせ -- */

#header .boxInfoArea .btnContactBnr {
  position: inherit;
  bottom: auto;
  left: auto;
  width: auto;
  margin: 0 -15px;
  border-top: 1px solid #a18f85;
  text-align: center;
}

#header .boxInfoArea .btnContactBnr a {
  float: none;
  border: none;
  box-shadow: none;
  padding: 12px 10px;
  color: #2d4485;
  font-size: 1em;
  text-decoration: underline !important;
}

#header .boxInfoArea .btnContactBnr a:hover {
  color: #2d4485;
  text-decoration: none !important;
}


/* -------- ヘッダー下部 -------- */

#headerBtm {
}

/* ------ グローバルナビ ------ */

#header .boxGlobalNav {
  padding: 0;
  font-size: 1em !important;
}

/* ---- メニュー開閉 ---- */

#header .boxGlobalNav .btnMenuOpen {
  display: block;
  margin-top: 8px;
  padding: 10px;
  background: #2b5493;
  color: #fff;
  font-size: 1.05em;
  text-align: center;
  cursor: pointer;
}

#header .boxGlobalNav .btnMenuOpen .txtBtn {
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 0 32px;
  background: url(/share/imgs/main-header-gnav-bg-open.png) no-repeat 0 6px;
  background-size: 22px;
  letter-spacing: 1px;
}

#header .boxGlobalNav .btnMenuOpen.active .txtBtn {
  margin-left: -10px;
  background-image: url(/share/imgs/main-header-gnav-bg-close.png);
  background-position: 0 4px;
}

#header .boxGlobalNav .btnMenuOpen.active::after {
  content: "閉じる";
}

#header .boxGlobalNav .btnMenuOpen.active .txtBtn span {
  display: none;
}

/* ---- メニューリスト ---- */

#header .boxGlobalNav .boxMenu {
  display: none;
}

#header .boxGlobalNav .boxMenu > ul {
  border-top: 3px solid #2b5493;
  border-left: 3px solid #2b5493;
}

#header .boxGlobalNav .boxMenu > ul > li {
  display: block;
  float: left;
  width: 50%;
  border: none;
  background-image: url(/share/imgs/main-header-gnav-bg-menu-sp.png);
  background-color: #fff !important;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

#header .boxGlobalNav .boxMenu > ul > li:hover {
  background-color: #fff;
}

#header .boxGlobalNav .boxMenu > ul > li > a {
  display: block;
  padding: 15px 0;
  border: 3px solid #2b5493;
  border-top: none;
  border-left: none;
  background: none;
}

#header .boxGlobalNav .boxMenu > ul > .btnKankyo > a {
  letter-spacing: -0.5px;
}

#header .boxGlobalNav .boxMenu > ul > li > a > span {
  display: inline;
  width: auto;
  height: auto; 
}


/*  コンテンツ 設定
---------------------------------------------*/

#content {
  display: block;
  padding-bottom: 0;
/* 20211203 START */
}


#content:not(.l-main) {
/* 20211203 END */
  font-size: 1em !important;
}

#content img {
  max-width: 100%;
  height: auto;
}

.boxSection {
  padding: 10px 15px;
}

/*  Content Top
-----------------------------------*/

#contentTop {
  overflow: hidden;
}

#contentTop .boxInner {
}

/*  Content Main
-----------------------------------*/

#contentMain {
  overflow: hidden;
  padding: 0;
}

#contentMain .boxInner {
}

/*  2カラム 設定
-----------------------------------*/
/* 20160525 採用詳細ページレイアウト調整 UPD-START */
#main,
#side {
/*  float: none !important; */
/*  width: 100% !important; */
/*  min-width: 0 !important; */
/*  max-width: 100% !important; */
}

/* 20160525 採用詳細ページレイアウト調整 UPD-DEL */
#main,
#main-right,
#side,
#side-left {
  float: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

/* 20160525 採用詳細ページレイアウト調整 UPD-END */



/*  Content Bottom
-----------------------------------*/

#contentBtm {
  overflow: hidden;
  padding-bottom: 0;
}


/*  フッター 設定
---------------------------------------------*/

#footer {
  background: none;
  font-size: 1em !important;
}

/* -------- フッター上部 -------- */

#footerTop {
  border-top: none;
  background-image: url(/share/imgs/main-footer-top-bg-sp-left.png),url(/share/imgs/main-footer-top-bg-sp-right.png);
  background-position: bottom left,bottom right;
  background-repeat: no-repeat,no-repeat;
  background-size: 50%,50%; 
}

#footerTop::before {
  display: none;
}

#footerTop .boxInner {
  padding: 15px 15px 20px;
}

/* ---- 表示切替 ----- */

#footer .boxDisplaySwitchi {
  margin: 0 -15px 15px;
  padding: 6px 10px;
  background: #2b5493;
}

#footer .boxDisplaySwitchi li {
  float: left;
  width: 50%;
}

#footer .boxDisplaySwitchi a {
  display: block;
  padding: 8px 0;
  border-radius: 6px;
  font-size: 0.9em;
  text-align: center;
  text-decoration: none;
}

#footer .boxDisplaySwitchi .btnPC {
  box-shadow: 0 4px #423a38 !important;
  background: #fff !important;
  color: #423a38 !important;
}

#footer .boxDisplaySwitchi .btnSP {
  padding: 10px 0 !important;
  background: #423a38 !important;
  color: #fff !important;
}

/* ---- アドレス ----- */

#footer .boxAddress {
  float: none;
  width: 100%;
  padding-bottom: 5px;
  line-height: 1.4em;
}

#footer .boxAddress dt {
  display: block;
  float: none;
  width: auto;
  padding-bottom: 5px;
}

#footer .boxAddress dd,
#footer .boxAddress li:first-child dd {
  display: block;
  margin-left: 0;
  padding-bottom: 5px;
}

/* ---- ボタンリンク ----- */

#footer .boxBtnLink {
  float: none;
  width: 100%;
  padding-right: 0;
  padding-bottom: 5px;
  text-align: center;
}

#footer .boxBtnLink ul {
  display: block;
  width: auto;
}

#footer .boxBtnLink li,
#footer .boxBtnLink li a span {
  display: block;
  width: auto;
  height: auto;
}
/* 20160706 フッターボタン追加 UPD-START */
/* #footer .boxBtnLink li a {	*/
/*  display: inline-block;	*/
/*  width: auto;	*/
/*  height: auto;	*/
/*  padding: 8px 40px;	*/
/*  line-height: 1.5em;	*/
/* }	*/
/* 20160706 フッターボタン追加 UPD-DEL */
#footer .boxBtnLink li a {
  display: inline-block;
  width: 180px;
  height: auto;
  padding: 8px 40px;
  line-height: 1.5em;
}
/* 20160706 フッターボタン追加 UPD-END */

#footer .boxBtnLink li a span {
  padding-top: 0;
}

#footer .boxBtnLink .btnMobile {
  display: none;
}

/* ---- サイトナビ ----- */

#footer .boxSiteNav {
  margin-right: -15px;
  line-height: 1.7em;
  text-align: left;
}

/* -------- フッター中部 -------- */

#footerMdl {
  background: url(/share/imgs/main-footer-mdl-bg-sp.png);
  background-size: 20px;
}

#footerMdl .boxInner {
  padding: 10px 15px 15px;
}

/* ---- 広告エリア ----- */

#footer .boxBnrArea dt {
  padding-bottom: 10px;
}

#footer .boxBnrArea ul {
  margin-left: -5px;
  padding-left: 0;
}

#footer .boxBnrArea li {
  width: 50%;
  padding: 0 0 12px;
}

#footer .boxBnrArea li a {
  display: block;
  margin-left: 5px;
}

#footer .boxBnrArea li a img {
  width: 100%;
}

/* -------- フッター下部 -------- */

#footerBtm {
  height: auto;
}

/* ---- コピーライト ----- */

#footer .txtCopyright {
  padding: 8px 0 15px;
  font-size: 0.9em;
}

/* ------ ページトップボタン ------ */

#footer .boxPageTop {
  display: block;
  top: -18px;
  right: 10px;
  margin-left: 0;
}

#footer .boxPageTop a {
  width: 46px;
  height: 46px;
  background: url(/share/imgs/main-footer-btn-pagetop-sp.png) no-repeat;
  background-size: 100%;
}

#footer .boxPageTop img {
  display: none;
}


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;
}

}