@charset "utf-8";
/* ----------------------------------------------------------------------------------
  1:基本指定
  -----------------------------------------------------------------------------------
  ∟全指定
  ∟リンク

  2:共通部品
  -----------------------------------------------------------------------------------
  ∟微調整
  ∟見出し
  ∟テキスト類
  ∟フォーム部品
  ∟ソート
  ∟チェックボックス /フォーム
  ∟ボタン
  ∟テーブル要素
  ∟Font Awesome




/* ----------------------------------------------------------------------------------
1:基本指定
---------------------------------------------------------------------------------- */
/* @font-face {
  font-family: "YuGothic-M";
  font-weight: normal;
   src: local("YuGothic-Medium"),
      local("Yu Gothic Medium"),
      local("YuGothic-Regular");
}

@font-face {
  font-family: "YuGothic-M";
  font-weight: bold;
   src: local("YoGothic-Bold"),
      local("Yu Gothic");
}
*/
html {
  font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) フォントサイズ*/
}
body {
  font-size: 1.6rem;/* 16px フォントサイズ*/
  font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";/* 字詰め */
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, /*safariのみハック*/
  body {
  font-feature-settings: "pkna";
  }
}

/* 全指定
------------------------------------------------------
*, *:before, *:after{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
*/

/* リンク
------------------------------------------------------ */
a{
  text-decoration: underline;
  background-color: transparent;
  color: #008dcf;/*色指定*/
}
a:hover {
  text-decoration: underline;
  color: #66b1d6;/*色指定*/
}
/* ----------------------------------------------------------------------------------
２:共通部品
---------------------------------------------------------------------------------- */
/* 微調整
------------------------------------------------------ */
/* スマホ時非表示 */
@media screen and (min-width:0px) and ( max-width:768px) {
  .cz_respo_sp{display:none;}
}
/* PC時非表示 */
@media screen and (min-width:769px) and ( max-width:10000px) {
  .cz_respo_pc{display:none;}
}

/* 選択 */
.cz_selected{ background-color: #e5f1ff !important;/*色指定*/}

/*検索結果*/
.cz_infoBox mark {
  font-style: normal;
  font-weight: normal;
  line-height: 2.0rem;
  background-color: #ffffff;/*色指定*/
}
/* 例 */
.cz_exam{
  line-height: 2.6rem;
  font-size:1.4rem;/*フォントサイズ*/
  color:#888888;/*色指定*/
}
.cz_txtBox{
  padding: 10px 15px;
  line-height: 2.6rem;
  color:#0078ff;/*色指定*/
  background-color: #e5f1ff/*色指定*/;
}
/*スポットリストエラー表示*/
.cz_box .cz_txtBox{
  margin-top: 10px;
}
/*エラーページ*/
.cz_error .cz_txtBox{
  text-align: center;
}
/*詳細QRコード*/
@media screen and (min-width:0px) and ( max-width:768px) {
  .cz_qrcoad dd{text-align: center !important;}
}

/* 見出し
------------------------------------------------------ */
/*トップ*/
.cz_titbox h2{
  padding: 10px 10px 10px 45px;
  margin: 8px 0 0;
  position: relative;
  font-weight: normal;
  color: #ffffff;/*色指定*/
  background-color: #0078ff;/*色指定*/
}
.cz_titbox h2:before{
  line-height: 30px;
  width: 36px;
  height: 36px;
  left: 0;
  top: 0;
  display: inline-block;
  position: absolute;
  text-align: center;
  color: #0078ff;/*色指定*/
  background: #ffffff;/*色指定*/
  border: solid 2px #0078ff;/*色指定*/
}
#cz_top0 .cz_titbox h2,
#cz_top1 .cz_titbox h2{
  margin: 8px 0 16px;
}

/*キーワード検索*/
@media screen and (min-width:769px) and ( max-width:10000px) {
#cz_Wide .cz_keywordti h2,
#cz_searchLineMap .cz_keywordti h2{
    display: none;
  }
}
@media screen and (min-width:0px) and ( max-width:768px) {
#cz_Wide .cz_keywordti h2,
#cz_searchLineMap .cz_keywordti h2{
    padding: 10px 10px 10px 10px;
    margin: 0 0 2px 0;
    position: relative;
    font-weight: normal;
    text-align: center;
    border-radius: 4px 4px 4px 4px;
    background: #e5f2f8;
    color: #008dcf;
  }
}

/*ページ名*/
.cz_titbox h3{
  padding: 8px;
  margin-top:8px;
  font-weight: normal;
  border-radius: 4px;
  color: #333333;/*色指定*/
  background-color: #ffffff;/*色指定*/
}
.cz_titbox h3:before{
  content: "";
  border-radius: 2px;
  margin: 0 8px 0 0;
  border-left: 4px solid #0078ff;/*色指定*/
}
.cz_main .cz_titbox h3{
  display: none;
}

#cz_searchKeyList .cz_main .cz_titbox h3{
  margin-bottom:8px;
  display: block;
}
#cz_searchLineMap .cz_main .cz_titbox h3{
  margin-bottom:8px;
  display: block;
}
/*条件絞り込み：カテゴリー名*/
h3.cz_titinp {
  position: relative;
  padding: 4px 4px 4px 20px;
  margin:8px 0 16px;
  font-weight: bold;
  font-size: 1.4rem;/*フォントサイズ*/
  border-radius: 2px;
  color: #333333;/*色指定*/
  border-bottom: 1px dashed #0078ff; /*色指定*/
}
h3.cz_titinp:before {
  position: absolute;
  top: 25%;
  left: 1%;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 3px solid #0078ff;/*色指定*/
}


@media screen and (min-width:0px) and ( max-width:768px) {
  #cz_top0 .cz_main .cz_titbox h2,
  #cz_top1 .cz_sidebar .cz_titbox h2{
    display: block;
    padding: 10px 10px 10px 10px;
    margin: 0 0 2px 0;
    position: relative;
    font-weight: normal;
    text-align: center;
    border-radius: 4px 4px 4px 4px;
    background: #e5f1ff;/*色指定*/
    color: #0078ff;/*色指定*/
  }
  #cz_top0 .cz_main .cz_titbox h2:before,
  #cz_top1 .cz_sidebar .cz_titbox h2:before{
    display: none;
    }
  #cz_detailmap .cz_titbox h2{
    display: block;
  }
}

/* テキスト類
------------------------------------------------------ */
/*123ステップ 文字 */
.cz_sup{
  font-size: 1.4rem;/*フォントサイズ*/
  position: relative;
  padding: 4px 4px 4px 45px;
  margin: 0 0 16px;
  line-height: 2.6rem;
  background-color: #ffffff;/*色指定*/
}
.cz_sup span{
  width:40px;
  height:40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: -4px;
  padding-top: 15px;
  color: #ffffff; /*色指定*/
  background-color: #0078ff; /*色指定*/
}
.cz_sup span:before{
  content: "STEP";
  position: absolute;
  top: 0px;
  left: 3px;
}
.cz_sup span:after{
  content: "";
  position: absolute;
  left:  0;
  bottom: -10px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-width: 10px 20px 0 20px;
  border-color: #0078ff transparent transparent transparent;/*色指定*/
}
@media screen and (min-width:0px) and ( max-width:768px) {
  .cz_sup{
    margin: 16px 0 16px;
  }
}
/* フォーム部品
------------------------------------------------------ */
input,select,button{
  border-radius: 4px;
}
input, textarea, select, button {
  font-family: inherit;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
select{
  width:100%;
  height: 45px;
  border: 1px solid #cccccc;/*色指定*/
}
label{
  cursor:pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}
/* Chrome */
::-webkit-input-placeholder {}
/* Firefox */
::-moz-placeholder {}
/* IE */
:-ms-input-placeholder {}

@media screen and (min-width:0px) and ( max-width:768px) {
  select{
    height: 45px;
  }
}
/* ソート
------------------------------------------------------ */
.cz_sortBox{
  display: flex;
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
  justify-content: space-between;
  -ms-flex-pack: justify; /*IE10*/
  -webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between; /* Safari6.1以降 */
}
.cz_sortBox label{
  padding: 4px;
  margin: 8px 0 4px;
  display: inline-block;
  width: 100% !important;
  font-size: 1.3rem;
  font-weight: bold;
  background-color:#e5f1ff;/*色指定*/
}
.cz_sortBox p{
  margin-bottom:8px;
  flex-basis: 48%;
}
.cz_sidebar .cz_sortBox{
  display: block;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#cz_articleDate .cz_sortBox{
  display: flex;
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width:0px) and ( max-width:768px) {
  .cz_sortBox p{
    margin-bottom:8px;
  }
  .cz_sortBox{
    display: block;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #cz_articleDate .cz_sortBox p{
    margin-bottom:8px;
    flex-basis: 100%;
  }
}

/* チェックボックス /フォーム
------------------------------------------------------ */
input[type=checkbox] {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
/*フォーム*/
input{
  width: 100%;
  height: 48px;
  padding:0 8px;
  border: solid 2px #cccccc;/*色指定*/
  box-shadow: 0 2px 0 #f2f2f2;/*色指定*/
}
/*サーチボックス*/
.cz_search_Box{
  position: relative;
}
.cz_search_Box label{
  display: none;
}
/* サーチボックス内ボタン*/
.cz_search_Box button{
  position: absolute;
  top: 0;
  right: 0;
  height: 48px;
  padding:0 35px 0 15px;
  border-radius: 0px 4px 4px 0px;
}

/*ボタン
------------------------------------------------------ */
button{
  position:relative;
  line-height:46px;
  cursor: pointer;
}

/* ボタン色
------------------------------------------------------ */
/* フォーム検索*/
.cz_search_Box button{
  color: #ffffff;/*色指定*/
  border: 1px solid #005b88;/*色指定*/
  background-color: #008dcf;/*色指定*/
  box-shadow: 0 2px 0 #f2f2f2;/*色指定*/
}
.cz_search_Box button:hover{
  color: #008dcf;/*色指定*/
  background-color: #e5f2f8;/*色指定*/
}
/* 検索ボタン*/
.cz_btBox{
  text-align: center;
}
.cz_btBox button{
  width: 100%;
  color: #ffffff;/*色指定*/
  background-color: #292929;/*色指定*/
  border: 1px solid #888888;/*色指定*/
  box-shadow: 0 2px 0 #f2f2f2;/*色指定*/
}
.cz_btBox button:hover{
  color: #333333;/*色指定*/
  background-color: #f2f2f2;/*色指定*/
}
/* 現地地検索/新店舗*/
.cz_preBox{
  text-align: center;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
  justify-content: space-between;
  -ms-flex-pack: justify; /*IE10*/
  -webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between; /* Safari6.1以降 */
}
.cz_preBox button{
  width: 100%;
}
.cz_preBox button:hover{}
.cz_preBox button:first-child{ margin-right: 4px;}

/* 遷移ボタン*/
.cz_bt_Link{
  text-align: right;
  margin-top: 16px;
  padding-bottom: 8px;
}
.cz_bt_Link button{
  width: 100%;
  color: #333333;/*色指定*/
  background-color: #FFFFFF;/*色指定*/
  border-top: 1px solid #888888;/*色指定*/
  border-bottom: 1px solid #888888;/*色指定*/
  box-shadow: 0 2px 0 #f2f2f2;/*色指定*/
  border-radius: 0px !important;
}
.cz_bt_Link button:hover{
  color: #333333;/*色指定*/
  background-color: #f2f2f2;/*色指定*/
}

/*  headerLink ボタン色
------------------------------------------------------ */
/* 再検索  現在地検索 新店舗*/
.cz_search,
.cz_place,
.cz_new{
  color: #ffffff;/*色指定*/
  border: 0px solid #005b88;/*色指定*/
  background-color: #008dcf;/*色指定*/
  box-shadow: 0 2px 0 #f2f2f2;/*色指定*/
}
.cz_search:hover,
.cz_place:hover,
.cz_new:hover{
  color: #008dcf;/*色指定*/
  background-color: #e5f2f8;/*色指定*/
}
/* 条件検索*/
.cz_require{
  color: #ffffff;/*色指定*/
  border: 1px solid #0078ff;/*色指定*/
  background-color: #0078ff;/*色指定*/
  box-shadow: 0 2px 0 #f2f2f2;/*色指定*/
}
.cz_require:hover{
  color: #0078ff;/*色指定*/
  border: 1px solid #0078ff;/*色指定*/
  background-color:#e5f1ff;/*色指定*/
}
/*印刷 メール */
.cz_exterLink,
.cz_mail{
  color: #ffffff;/*色指定*/
  background-color: #0078ff;/*色指定*/
  border: 1px solid #0078ff;/*色指定*/
  box-shadow: 0 0px 0 #f2f2f2;/*色指定*/
/*
  color: #ffffff;/*色指定*
  background-color: #292929;/*色指定*
  border: 1px solid #888888;/*色指定*
  box-shadow: 0 2px 0 #f2f2f2;/*色指定*
*/
}


.cz_exterLink:hover,
.cz_mail:hover{
  color: #0078ff;/*色指定*/
  background-color: #e5f1ff;/*色指定*/
/*
  color: #333333;/*色指定*
  background-color: #f2f2f2;/*色指定*
*/
}
/* 周辺リスト・ 閉じる*/
.cz_headerLink .cz_surround,
.cz_close{
  color: #333333;/*色指定*/
  background-color: #FFFFFF;/*色指定*/
  border: 1px solid #888888;/*色指定*/
  box-shadow: 0 2px 0 #f2f2f2;/*色指定*/
/*  color: #333333;/*色指定*
  background-color: #FFFFFF;/*色指定*
  border: 1px solid #888888;/*色指定*
  box-shadow: 0 2px 0 #f2f2f2;/*色指定*/
}
.cz_headerLink .cz_surround:hover,
.cz_close:hover{
  color: #333333;/*色指定*/
  background-color: #f2f2f2;/*色指定*/
}
/* サイズ調整*/
.cz_main .cz_btBox button{width: 63%; margin: 0 auto; }
.cz_sidebar .cz_btBox button{width: 63%; margin: 0 auto;}
#cz_Wide .cz_btBox button{width: 63%; margin: 0 auto; }
/* 虫眼鏡の「検索」をとる*/
.cz_sidebar .cz_search_Box button span{display: none;}

@media screen and (min-width:0px) and ( max-width:768px) {
  /* 例文を取る*/
  .cz_search_Box .cz_exam{display: none;}
  /* 虫眼鏡前の「検索」をとる*/
  .cz_search_Box button span{display: none;}
}

/*テーブル要素
------------------------------------------------------ */
/*検索結果ボックス*/
.cz_infoBox{
  position: relative;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap; /*IE10*/
  -webkit-flex-wrap: nowrap; /* Safari6.1以降 */
}
.cz_infoBox dl{
  width: 100%;
  font-size:1.4rem;/*フォントサイズ*/
  border-bottom: 1px solid #cccccc;/*色指定*/
  background: #ffffff;/*色指定*/
}
.cz_infoBox dl dt{
  border-top: 2px solid #ffffff;/*色指定*/
  border-bottom: 2px solid #ffffff;/*色指定*/
  border-right: 2px solid #ffffff;/*色指定*/
  background: #f2f2f2;/*色指定*/
}
.cz_infoBox dl dt,
.cz_infoBox dl dd{
  vertical-align: middle;
  padding: 8px;
}
.cz_infoBox dl:last-of-type{
  border-right: none;
}

/*一覧リストボックス*/
.cz_dataBox{
  border-bottom: 1px solid #cccccc;/*色指定*/
}
.cz_dataBox p{
  padding: 8px 0;
  border-bottom: 1px solid #cccccc;/*色指定*/
}
.cz_dataBox p:first-child {
  font-weight: normal;
}
.cz_dataBox p:before {
  content: attr(aria-label);
  width: 18%;
  float:left;
  font-weight: normal;
  font-size:1.4rem;/*フォントサイズ*/
  color:#888888;/*色指定*/
}
.cz_dataBox p:after {
  padding: 4px 0;
}
.cz_sidebar .cz_dataBox p:before {
  display: none
}
.cz_dataBox p:nth-child(2),
.cz_dataBox p:last-child{
  font-size: 1.4rem;
}
.cz_dataBox .cz_rootlink{
  padding: 0 0 0 16px;
  position:relative;
}

@media screen and (min-width:0px) and ( max-width:768px) {
  .cz_dataBox p:first-child {
    font-weight: bold;
  }
  .cz_dataBox p:before {
    content: none;
  }
  .cz_dataBox p:nth-child(2),
  .cz_dataBox p:last-child{
    font-size: 1.6rem;
  }
}

/*駅・住所検索ボックス*/
.cz_subdata li{
  padding: 12px 0 8px;
  font-size: 1.4rem;/*フォントサイズ*/
  border-bottom: 1px solid #cccccc;/*色指定*/
}
.cz_subdata li span{
  display: inline-table;
}
.cz_subdata li:after {
  content: attr(aria-label);
  float: right;
}
.cz_sidebar .cz_subdata li:after {
  content: none;
}
.cz_subdata li span{
  margin-left: 1%;
}
.cz_subdata li span:first-child{display: none}

@media screen and (min-width:0px) and ( max-width:768px) {
  .cz_subdata li{
    padding: 16px 0 16px;
    font-size: 1.6rem;/*フォントサイズ*/
  }
  .cz_subdata li:after {
    content: normal;
    float: none;
  }
}
/*詳細・印刷ページ*/
.cz_detailBox {
  width: 100%;
  position: relative;
  display: table;
  table-layout: fixed;
  border-bottom: 1px solid #cccccc;/*色指定*/
  background: #ffffff;/*色指定*/
}
.cz_detailBox:first-of-type {
  border-top: 0px solid #cccccc;/*色指定*/
/*
  border-top: 1px solid #cccccc;/*色指定*
*/
}
.cz_detailBox dt{
  width: 100px;
  text-align: left;
  border-top: 0px solid #ffffff;/*色指定*/
  border-bottom: 0px solid #ffffff;/*色指定*/
  background: #fafafa;/*色指定*/
  font-size: 1.4rem;/*フォントサイズ*/
/*
  width: 100px;
  text-align: center;
  border-top: 2px solid #ffffff;/*色指定*
  border-bottom: 2px solid #ffffff;/*色指定*
  background: #f2f2f2;/*色指定*
  font-size: 1.4rem;/*フォントサイズ*
*/}

.cz_detailBox dt,
.cz_detailBox dd{
  padding: 10px;
  vertical-align: middle;
  display: table-cell;
}
.cz_detailBox .cz_terms li{
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
.cz_detailBox .cz_terms li img{
  margin-left: 1px;
}
.cz_detailBox .cz_terms li span{
  padding-right: 8px;
}
@media screen and (min-width:0px) and ( max-width:768px) {
  .cz_detailBox .cz_terms li{
    padding-bottom: 8px !important;
  }
  dl.cz_detailBox dd,
  dl.cz_detailBox dt{
    display: block;
    padding: 8px 0;
  }
  dl.cz_detailBox dt{
    width: 100%;
    text-align: left;
    color:#888888;/*色指定*/
  }
  .cz_detailBox dd.cz_pctel{
    display: none;
  }
}
@media screen and (min-width:769px) and ( max-width:10000px) {
  .cz_detailBox dd.cz_sptel{
    display: none;
  }
}


/*新着*/
.cz_dataNew{
  border-bottom: 1px solid #cccccc;/*色指定*/
}
.cz_dataNew p{
  padding: 8px 0;
  border-bottom: 1px solid #cccccc;/*色指定*/
}
.cz_dataNew p:first-child{
  font-size: 1.4rem;/*フォントサイズ*/
}
.cz_dataNew p:last-child{
  font-size: 1.4rem;/*フォントサイズ*/
}
.cz_dataNew p:before {
  content: attr(aria-label);
  width: 18%;
  float:left;
  font-weight: normal;
  font-size:1.4rem;/*フォントサイズ*/
  color:#888888;/*色指定*/
}
/* Font Awesome
------------------------------------------------------ */
/* 見出し  都道府県から探す */
.cz_areaMap h2:before{
  font-family: "Font Awesome 5 Free";
  content: "\f5a0";
  font-weight: 900;
}
/* 見出し  条件から探す */
.cz_conditi h2:before{
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
}
/* 見出し  詳細店舗 */
.cz_host h2:before{
  font-family: "Font Awesome 5 Free";
  content: "\f15c";
  font-weight: 900;
}
/* アコーディオン 上向き矢印 */
ul.cz_accordion01 > li > p.cz_Tit.cz_active span:before,
ul.cz_accordion02 > li > p.cz_Tit2.cz_active span:before,
ul.cz_accordion01 > li > p.cz_mapbt span:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  position: absolute;
  right: 16px;
}

/* アコーディオン 下向き矢印 */
ul.cz_accordion01 > li > p.cz_Tit span:before,
ul.cz_accordion02 > li > p.cz_Tit2 span:before,
ul.cz_accordion01 > li > p.cz_zoonclose span:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  right: 16px;
}
/*TOP  条件絞り込みの 下向き矢印  非表示*/
#cz_top0 ul.cz_accordion01 > li > p.cz_Tit.cz_active span:before,
#cz_top1 ul.cz_accordion01 > li > p.cz_Tit.cz_active span:before{
  display:none;
}

/* タブボックス 下向き矢印*/
.cz_tab li:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  bottom:0;
  right: 50%;
  line-height: normal;
}
@media screen and (min-width:0px) and ( max-width:768px) {
  #cz_searchKeyList .cz_tab li:before{
    display: none;
  }
}
/* 地図の使い方 下向き矢印*/
.cz_menu-btn:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f13a";
  position: absolute;
  top: 0;
  right: 8px;
}
/* 地図の使い方  閉じる */
.cz_menu-btn:last-child:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f057";
  position: absolute;
  top: 0;
  right: 8px;
}
/* モーダルウィンドウ  閉じる */
.cz_modal-wrap label.cz_modalBt:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  position: absolute;
  top: 0;
  right: 8px;
}
/* モーダルリンク  右向き矢印 */
  .cz_headerLink ul li button:before,
  .cz_headerLink ul li label:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    top:0;
    right: 16px;
  }
  .cz_subLink ul li button:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    top:0;
    right: 16px;
  }

/* 閉じる*/
  .cz_headerLink ul li button.cz_close:before{
    content: "\f00d";
  }

@media screen and (min-width:0px) and ( max-width:768px) {
  .cz_headerLink ul li label.cz_search:before{
    content: "\f002";
  }
}

/*ボタン 虫眼鏡 */
.cz_btBox button:before,
.cz_search_Box button:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  position: absolute;
  top: 0;
  right: 16px;
}
/*ボタン 現在地 */
.cz_preBox button.cz_place:before,
.cz_headerLink ul li button.cz_place:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f05b";
  position: absolute;
  top:  0;
  right: 16px;
}
/*ボタン 別窓リンク */
.cz_headerLink ul li button.cz_exterLink:before,
.cz_subLink ul li button.cz_exterLink:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
  position: absolute;
  top:0;
  right: 16px;
}

/* もっと見る 下向き矢印*/
.cz_more:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  top: 0;
  right: 16px;
}

/* ページ遷移 右向き矢印*/
.cz_bt_Link button:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 0;
  right: 16px;
}

/* 都道府県MAP 右向き三角*/
.cz_list_map dd:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 0;
  left: 2px;
}
/* 都道府県リスト  右向き三角 */
.cz_list_pref dd:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 0;
  left: 2px;
}
/* リスト  右向き三角 */
.cz_dataBox .cz_rootlink:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 4px;
  left: 10px;
}
/* ページトップ 上向き白抜き矢印 */
#cz_pageTop a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f139";
  color: #333333;  /*色指定*/
  line-height: normal;
}

