@charset "UTF-8";
/*hamburger menu*/
body{
  font-family: 'Noto Sans JP';
}

.ly_container{
  margin: 0 auto;
}

.bl_slider_list{
  background-color: #fff;
}

.link__hoverOpacty:hover {
  opacity: 0.5;
}

.link__hoverBright:hover{
  background-color: #4ba1f7;
}

.link__hoverDark:hover{
  background-color: #075baf;
}

.on_hover__underline{
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

/*----------------------------------------------------
header
----------------------------------------------------*/
.ly_headerSp{
  display: none;
}

.bl_hambuger_utils{
  display: none;
}

.bl_hm{
  display: none;
}

.ly_header{
  width: 100%;
}

.ly_header_inner{
  margin: 0 auto;
}

.test_header{
  padding: 0 184px;
}

.bl_headerUtils{
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_headerUtils_h1{
  margin-top: 22px;
  margin-bottom: 12px;
}

.bl_headerUtils_logo{
  width: 380px;
  height: 78px;
}

.bl_headerUtils_wrapper{
  margin-top: 64px;
  margin-left: auto;
}

.bl_headerUtils__mr{
  margin-right: 14px;
}

.bl_headerUtils_link{
  position: relative;
}

.bl_headerUtils_link::before{
  content : url(icon-header-right-arrow.png);
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: -23px;
}

.bl_headerNav{
  background-color: #0082d5;
  padding: 0 184px;
}

.bl_headerNav_ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}

.bl_headerNav_item{
  width: 100%;
  height: 50px;
  border-left: 1px solid #ffffff;
  cursor: pointer;
}

.bl_headerNav_item:last-child{
  border-right: 1px solid #ffffff;
}

.bl_acdn_menu{
  position: relative;
  z-index: 9999;
  width: 250px;
  width: 100%;
}

.bl_acdn_li{
  background-color: #ffffff;
  border: 1px solid #e0dfdf;
}

.bl_acdn_link{
  display: block;
  color: #0082d5;
  font-weight: bold;
  width: 100%;
  height: 100%;
  padding: 10px 20px 10px 15px;
  position: relative;
}

.bl_acdn_link::after{
  content : url(icon-header-right-arrow.png);
  position: absolute;
  right: 5px;
}

.bl_acdn__position::after{
  top: 24px;
}

.bl_acdn_link:hover{
  background-color: rgba(197, 195, 195, 0.4);
}

.bl_headerUtils_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_headerUtils_wrapper p:nth-child(1){
  margin-right: 14px;
}

.bl_headerNav_link{
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.icon__rightArrow::after{
  content : url(icon-header-right-arrow-white.png);
  width: 24px;
  height: 24px;
  position: absolute;
  right: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-right: 5px;
}

.icon__downArrow::after{
  content : url(icon-header-down-arrow-white.png);
  position: absolute;
  right: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-right: 5px;
}

.icon__upArrow::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.icon__contact::after{
  content : url(icon-header-link.png);
  position: absolute;
  right: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-right: 5px;
}

/*----------------------------------------------------
.ly_cont
----------------------------------------------------*/
/*----------------------------------------------------
.ly_cont_header
----------------------------------------------------*/
.ly_cont_header{
  width: 100%;
  margin-top: -284px;
}

.bl_gray{
  background-color: #eff0f2;
  width: 100%;
  height: 324px;
  padding: 40px 113px 0 113px;
}

.ly_header_mv{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1140px;
  margin: 0 auto;
}

.bl_header_slider{
  max-width: 640px;
  height: auto;
  margin-bottom: 14px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
}

.bl_header_slider li{
  max-width: 640px;
  max-height: 298px;
}

.bl_header_slider li a img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bl_header_thumb{
  width: 511px;
  height: 58px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
}

.bl_header_thumb_li{
  width: 125px;
  height: 58px;
  cursor: pointer;
}

.bl_header_thumb_li img{
  width: 100%;
}

.bl_search{
  border: 2px solid #005ab4;
  border-radius: 18px;
  width: 461px;
  height: 370px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px -3px 20px #00000029;
          box-shadow: 0px -3px 20px #00000029;
}

.bl_search_byField_wrapper{
  padding: 30px;
}

.bl_search_title{
  color: #ffffff;
  background-color: #005AB4;
  border-radius: 14px 14px 0 0;
  text-align: center;
  font-size: 21px;
  padding-top: 18px;
  padding-bottom: 13px;
  line-height: 21px;
  height: 56px;
}

.bl_search_title::before{
  content : url(icon-mv-serch-white.png);
  vertical-align: middle;
  margin-right: 10px;
}

.bl_search_byField_flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 145px;
  margin-bottom: 20px;
}

.bl_search_byField{
  background-color: #0082d5;
  border-radius: 8px;
  text-align: center;
  width: 206px;
  height: 145px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.bl_search_link{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding: 16px 19px 15px;
}

.bl_search_byField_title{
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 5px;
}

.bl_search_byField_text{
  font-size: 11px;
  color: #ffffff;
  margin-bottom: 10px;
  height: 44px;
  line-height: 14px;
  text-align: left;
}

.bl_search_byField_list{
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  height: 26px;
}

.bl_search_byField_list::before{
  content : url(icon-mv-link.png);
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
}

.bl_search_dl{
  border: 3px solid #126d31;
  border-radius: 8px;
  padding-top: 18px;
  padding-bottom: 16px;
  margin-left: 19px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 176px;
      flex-basis: 176px;
  position: relative;
}

.bl_search_dlLink{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding: 16px 19px 15px;
}

.bl_search_dl_img{
  width: 63px;
  height: 61px;
  margin: 0 auto 3px;
}

.bl_search_dl_title{
  font-size: 18px;
  margin-bottom: 3px;
  text-align: center;
}

.bl_search_dl_text{
  font-size: 12px;
  color: #126d31;
  font-weight: bold;
  text-align: center;
}

.bl_search_keyword_text{
  color: #005AB4;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  height: 26px;
}

.bl_search_keyword_text::before{
  content : url(icon-mv-serch-blue.png);
  vertical-align: middle;
}

.bl_search_keyword_input{
  border-radius: 8px;
  border: 2px solid #005AB4;
  width: 290px;
  height: 50px;
}

.el_btn{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 97px;
  height: 50px;
  background-color: #0082D5;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  display: inline-block;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
}

/*----------------------------------------------------
.ly_cont_body
----------------------------------------------------*/
/*----------------------------------------------------
とやまの主要指標
----------------------------------------------------*/
.ly_cont_body{
  height: auto;
  padding: 50px 133px 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1366px;
  margin: 0 auto;
}

.flex1{
  margin-right: 40px;
}

.bl_cont__mb{
  margin-bottom: 30px;
}

.bl_cont__mb{
  margin-bottom: 30px;
}

.bl_cont_title{
  font-size: 20px;
  line-height: 20px;
}

.el_contBody_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.el_cont__title{
  padding-left: 35px;
}

.el_contBody_section::before{
  content : url(cont-blue-sikaku.png);
}

.el_cont_wrapper{
  padding-bottom: 50px;
  padding-left: 60px;
}

.bl_cont_index_h2{
  margin-bottom: 20px;
}

.bl_index{
  background-color: #C9E66F;
  border-radius: 10px;
  width: 300px;
  min-height: 740px;
  text-align: center;
  padding: 25px 31px 27px 31px;
}

.bl_index_item{
  background-color: #ffffff;
  width: 238px;
  height: 130px;
  margin: 0 auto;
  margin-bottom: 15px;
  border-radius: 8px;
  position: relative;
}

.bl_index_link{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding-top: 18px;
  padding-bottom: 9px;
}

.bl_index_item_wrapper::after{
  content : url(index-arrow.png);
  display: inline-block;
  position: absolute;
  top: 53px;
  right: 13px;
}

.bl_index_itemTitle{
  font-size: 20px;
  line-height: 20px;
}

.el_index_itemTitle_top{
  margin-bottom: 8px;
}

.el_index_itemTitle_next{
  margin-bottom: 6px;
}

.bl_index_itemValue{
  font-size: 26px;
  line-height: 29px;
  background-color: #FFF34C;
  display: inline-block;
  padding: 0 9px;
  margin-bottom: 5px;
}

.el_value_bottom{
  line-height: 26px;
  margin-bottom: 6px;
}

.bl_index_itemComparison{
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 9px;
}

.bl_index_itemSmallText{
  font-size: 12px;
  color: #000;
  line-height: 14px;
  margin-bottom: 16px;
}

.bl_search_keyword_input{
  margin-right: 2px;
}

.bl_search_keyword_input::-webkit-input-placeholder {
  color: #CDD6DD;
  padding-left: 15px;
}

.bl_search_keyword_input:-ms-input-placeholder{
  color: #CDD6DD;
  padding-left: 15px;
}

.bl_search_keyword_input::-ms-input-placeholder {
  color: #CDD6DD;
  padding-left: 15px;
}

.bl_search_keyword_input::placeholder {
  color: #CDD6DD;
  padding-left: 15px;
}

.el_note{
  font-size: 11px;
  line-height: 17px;
  width: 226px;
  text-align: left;
  margin: 0 auto;
  height: 65px;
}

/*----------------------------------------------------
関連サイト・リンク
----------------------------------------------------*/
.bl_site{
  background-color: #F1F2F4;
  width: 300px;
  min-height: 372px;
  text-align: center;
  padding: 35px 20px 25px 20px;
}

.bl_cont_site_h2{
  margin-bottom: 29px;
}

.bl_site_link{
  font-size: 14px;
  border: 2px solid #005AB4;
  border-radius: 4px;
  opacity: 1;
  font-size: 14px;
  font-weight: bold;
  color: #005AB4;
  width: 260px;
  display: block;
  text-align: left;
  background-color: #ffffff;
  margin-bottom: 15px;
  padding-left: 14px;
  position: relative;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 40px;
  line-height: 17px;
  -webkit-box-shadow: 0px 3px 20px #00000019;
          box-shadow: 0px 3px 20px #00000019;
}

.bl_site_link::after{
  content : url(icon-cont-link.png);
  position: absolute;
  right: 11px;
  vertical-align: middle;
}

.bl_site__position::after{
  top: 20px;
}

/*----------------------------------------------------
新着情報
----------------------------------------------------*/
.bl_news{
  border: 3px solid #0082D5;
  border-radius: 18px;
  width: 763px;
  height: auto;
  min-height: 316px;
  -webkit-box-shadow: 0px 3px 20px #00000019;
          box-shadow: 0px 3px 20px #00000019;
}

.bl_news_header{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  height: 20px;
  margin-top: 35px;
  margin-bottom: 36px;
  padding-right: 47px;
  position: relative;
}

.bl_cont_title{
  line-height: 20px;
  height: 20px;
}

.bl_cont_text{
  margin-left: auto;
  color: #0082D5;
  font-size: 14px;
  font-weight: bold;
  display: block;
  line-height: 14px;
  position: relative;
  position: absolute;
  top: 3px;
  right: 45px;
}

.bl_cont_text::before{
  content : url(news-arrow-right.png);
  vertical-align: middle;
  position: absolute;
  top: -4px;
  left: -23px;
}

.bl_news_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  line-height: 16px;
}

.bl_news_item:last-child{
  margin-bottom: 0;
}

.bl_news_date{
  font-size: 13px;
  color: #707070;
  margin-right: 24px;
  line-height: 16px;
}

.bl_news_title:hover{
  text-decoration: underline;
}

/*----------------------------------------------------
現在実施中の調査
----------------------------------------------------*/
.bl_reserch{
  border: 3px solid #0082D5;
  border-radius: 18px;
  width: 763px;
  min-height: 249px;
  height: auto;
}

.bl_reserch_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 25px;
  padding-left: 49px;
}

.bl_reserch_item_wrapper{
  background-image : url(research-back-image.png);
  width: 323px;
  height: 58px;
  margin-right: 19px;
  margin-bottom: 13px;
  background-repeat: no-repeat;
}

.bl_reserch_wrapper{
  margin-top: 35px;
  margin-bottom: 29px;
  height: 20px;
}

.bl_reserch_link{
  display: block;
  width: 100%;
  height: 100%;
  margin-right: 30px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 0px 15px 23px;
  color: #FFFFFF;
  position: relative;
}

.el_reserch_link{
  margin-left: 10px;
}

.el_reserch_pdf::before{
  content : url(icon-cont-pdf.png);
  vertical-align: middle;
  margin-right: 9px;
  margin-top: 5px;
  margin-left: 10px;
}

.el_reserch_link::after{
  content : url(icon-cont-link-thin.png);
  vertical-align: middle;
  position: absolute;
  right: 14px;
  margin-right: 13px;
}

/*----------------------------------------------------
統計キッズコーナー
----------------------------------------------------*/
.bl_kids_sp{
  display: none;
}

.bl_kids{
  border: 3px solid #FFF34C;
  border-radius: 18px;
  width: 763px;
  height: 275px;
}

.bl_cont_kids_title{
  font-size: 24px;
  text-align: center;
  background-color: #FFF34C;
  padding-top: 17px;
  padding-bottom: 12px;
  background-image : url(kids-art.png);
  background-repeat: no-repeat;
  background-position: bottom;
  border-radius: 14px 14px 0 0;
  font-weight: normal;
}

.bl_cont_kids_title img{
  margin: 0 auto;
}

.bl_kids_wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 29px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.bl_kids_img{
  width: 243px;
  height: 135px;
}

.bl_kids_img_center{
  width: 213px;
  height: 119px;
  margin: 0 6px;
  -ms-flex-preferred-size: 213px;
      flex-basis: 213px;
}

.bl_kids_text{
  text-align: right;
  font-size: 12px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 18px;
}

/*----------------------------------------------------
刊行物のご案内
----------------------------------------------------*/
.bl_book{
  border: 3px solid #0082D5;
  border-radius: 18px;
  width: 763px;
  min-height: 287px;
}

.bl_book_header{
  margin-top: 35px;
  margin-bottom: 34px;
  height: 20px;
}

.bl_book_wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 15px;
}

.bl_book_link{
  background-color: #AAD648;
  width: 208px;
  height: 75px;
  margin-right: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

.bl_book_link::before{
  content : url(book-arrow-right.png);
  margin-right: 11px;
}

/*----------------------------------------------------
footer
----------------------------------------------------*/
.ly_footer{
  width: 100%;
  height: 198px;
  background-color: #0082d5;
}

.el_footer_a{
  color: #ffffff;
}

.bl_footer{
  max-width: 1366px;
  padding: 0 133px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 auto;
}

.bl_footer_logo{
  width: 276px;
  height: 198px;
  margin-right: 67px;
}

.bl_footer_logoSP{
  display: none;
}

.bl_footer_wrapper{
  padding-top: 28px;
  padding-bottom: 17px;
  height: 198px;
  color: #ffffff;
}

.bl_footer_title{
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 20px;
  font-weight: bold;
}

.bl_footer_address{
  margin-bottom: 15px;
  min-width: 587px;
}

.bl_footer_address_text{
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
}

.bl_footerUtils{
  font-size: 13px;
  margin-bottom: 38px;
  height: 13px;
}

.bl_footerUtils-link{
  font-size: 13px;
}

.el_fax{
  display: inline;
  margin-left: 10px;
}

.el_footerCopyright{
  font-size: 10px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  line-height: 10px;
}

.pagetop{
  width: 58px;
  height: 58px;
  background-color: #fff;
  border: 3px solid #0082d5;
  border-radius: 50%;
  top: 30px;
  margin-left: auto;
  position: absolute;
  top: -20px;
  right: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.pagetop::after{
  content : url(icon-footer-pagetop.png);
  position: absolute;
  left: 27%;
  top: 27%;
}

.pagetop:hover::after {
  opacity: 0.5;
}

.icon__kugiri::before{
  content: "|";
  margin-left: 21px;
  margin-right: 18px;
}

.header-container{
  display: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  /*----------------------------------------------------
    header
    ----------------------------------------------------*/
  .ly_header{
    display: none;
  }
  .ly_headerSp{
    display: block;
    width: 100%;
  }
  .header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bl_hambuger_utils{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 18px 0 9px 18px;
  }
  .bl_hambuger_utils_logo{
    width: 310px;
    height: 63px;
  }
  .bl_hambuger_wrapper{
    z-index: 999;
    margin: auto;
    background-color: #fff;
    width: 100%;
  }
  .bl_hambugerBox{
    width: 54px;
    height: 54px;
    background-color: #0F82D5;
    position: relative;
    margin: 0;
    margin-left: auto;
    right: 0px;
    cursor: pointer;
    z-index: 3;
  }
  .bl_hambugerBox_line{
    display: block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    margin: 0;
    margin-bottom: 4px;
    position: absolute;
    left: 15px;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .bl_hambugerBox_line:nth-child(1){
    top: 15px;
  }
  .bl_hambugerBox_line:nth-child(2){
    top: 21px;
  }
  .bl_hambugerBox_line:nth-child(3){
    top: 27px;
  }
  .bl_hambugerBox_line:nth-of-type(3)::after{
    content: "メニュー";
    position: absolute;
    top: 8px;
    left: -6px;
    color: #fff;
    font-size: 10px;
    width: 40px;
  }
  .bl_hambugerBox.active span:nth-child(1){
    top: 15px;
    left: 16px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
  }
  .bl_hambugerBox.active span:nth-child(2) {
    opacity: 0;
  }
  .bl_hambugerBox.active span:nth-child(3){
    top: 27px;
    left: 16px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
  }
  .bl_hambugerBox.active span:nth-of-type(3)::after{
    content: "とじる";
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
    top: 5px;
    left: 10px;
  }
  .bl_hm{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .6s ease, visibility .6s ease;
    transition: opacity .6s ease, visibility .6s ease;
    background-color: #fff;
    overflow: scroll;
    padding-top: 74px;
  }
  .bl_hm_block{
    display: block;
    opacity: 1;
  }
  .bl_hm_inner{
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .bl_hm_list{
    -webkit-transition: .4s all;
    transition: .4s all;
    border-bottom: 1px solid #D5D5D5;
    position: relative;
  }
  .bl_hm_link, .bl_hm_subLink{
    display: block;
    color: #005ab4;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
  }
  .bl_hm_link{
    padding: 35px 0 30px 61px;
  }
  .el_right_arrow::before{
    content : url(icon-spheader-right-arrow.png);
  }
  .el_down_arrow::before{
    content : url(icon-hm-up-arrow-blue.png);
    display: inline-block;
  }
  .el_up_arrow::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .bl_hm_link::before{
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 24px;
    height: 48px;
    cursor: pointer;
  }
  .bl_hm_link:hover{
    background-color: rgba(197, 195, 195, 0.4);
  }
  .bl_hm_subLink:hover{
    background-color: rgba(197, 195, 195, 0.4);
  }
  .bl_hm_subLink{
    position: relative;
    padding-top: 18px;
    padding-left: 30px;
    padding-bottom: 17px;
  }
  .bl_hm_subLink::before{
    content : url(icon-hm-hyphen-blue.png);
    vertical-align: middle;
    position: absolute;
    top: 12px;
    height: 1px;
    left: 0px;
  }
  .bl_hm_subLink::after{
    content : url(icon-spheader-right-arrow.png);
    position: absolute;
    right: 0;
    top: 7px;
    height: 48px;
  }
  /* このクラスを、jQueryで付与・削除する */
  .bl_hm.active {
    opacity: 100;
  }
  .bl_hm_sub{
    padding-left: 61px;
  }
  /*----------------------------------------------------
    .ly_cont
    ----------------------------------------------------*/
  /*----------------------------------------------------
    .ly_cont_header
    ----------------------------------------------------*/
  .bl_gray{
    padding: 0;
    width: 100%;
    height: 612px;
  }
  .ly_cont_header{
    padding: 0;
    width: 100%;
    margin-top: -597px;
  }
  .ly_header_mv{
    display: block;
    width: 100%;
  }
  .bl_header_slider_wrapper{
    margin-bottom: 30px;
    min-width: 360px;
    margin: 0 auto;
  }
  .bl_header_slider{
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .slick-dots{
    width: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    left: 39.7%;
  }
  .bl_header_thumb{
    display: none;
  }
  .bl_search{
    width: 360px;
    height: 450px;
    margin: 50px auto 0;
  }
  .bl_search_byField_wrapper{
    padding-top: 39px;
    padding-bottom: 29px;
  }
  .bl_search_title{
    font-size: 18px;
    padding-top: 19px;
    padding-bottom: 8px;
    line-height: 18px;
    height: 45px;
  }
  .bl_search_title::before{
    content : url(icon-mv-serch-white-sp.png);
    display: inline-block;
    width: 20px;
    height: 20px;
  }
  .bl_search_byField_flex{
    display: block;
    height: auto;
    margin-bottom: 26px;
  }
  .bl_search_byField{
    display: block;
    padding-top: 14px;
    padding-bottom: 13px;
    min-width: 300px;
    height: 135px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .bl_search_byField_title{
    line-height: 20px;
    margin-bottom: 15px;
  }
  .bl_search_byField_text{
    text-align: left;
    margin-bottom: 22px;
    height: 33px;
    line-height: 21px;
    font-size: 12px;
  }
  .bl_search_byField_list{
    line-height: 12px;
    height: 18px;
  }
  .bl_search_byField_list::before{
    content : url(icon-mv-link-sp.png);
    vertical-align: middle;
    display: inline-block;
    padding-bottom: 8px;
  }
  .bl_search_dl{
    width: 300px;
    height: 72px;
    margin: 0 auto;
    display: block;
    padding: 0;
  }
  .bl_search_dlLink{
    padding: 0;
  }
  .bl_search_dl_flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
  .bl_search_dl_img{
    width: 47px;
    height: 50px;
    margin: 0;
    margin-right: 15px;
  }
  .bl_search_dl_inner{
    padding-top: 5px;
  }
  .bl_search_dl_title{
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    width: 140px;
    margin: 0;
    margin-bottom: 3px;
  }
  .bl_search_dl_text{
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
  }
  .bl_search_keyword{
    width: 300px;
    margin: 0 auto;
  }
  .bl_search_keyword_text{
    line-height: 15px;
    margin: 0;
    font-size: 15px;
  }
  .bl_search_keyword_input{
    width: 230px;
    height: 50px;
    margin-right: 5px;
  }
  .el_btn{
    width: 56px;
    height: 48px;
    font-size: 16px;
  }
  /*----------------------------------------------------
    .ly_cont_body
    ----------------------------------------------------*/
  /*----------------------------------------------------
    とやまの主要指標
    ----------------------------------------------------*/
  .ly_cont_body{
    height: auto;
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    margin: 30px auto 0;
    width: 390px;
    gap: 0 22px;
  }
  .bl_cont_center{
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .el_contBody_section{
    padding: 0;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .el_cont__title{
    padding-left: 30px;
  }
  .el_contBody_section::before{
    content : url(cont-blue-sikaku.png);
  }
  .el_cont_wrapper{
    padding-bottom: 30px;
    padding-left: 30px;
    padding: 0 30px 30px;
  }
  .bl_cont_index_h2{
    margin-bottom: 15px;
  }
  .bl_index{
    background-color: #C9E66F;
    border-radius: 10px;
    width: 360px;
    min-height: 674px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    text-align: center;
    padding: 21px 31px 27px;
  }
  .bl_index_itemTitle{
    font-size: 18px;
    line-height: 18px;
  }
  .bl_index_item{
    background-color: #ffffff;
    width: 100%;
    height: 124px;
    margin: 0 auto;
    margin-bottom: 11px;
    border-radius: 8px;
    padding-top: 20px;
    padding-bottom: 13px;
    position: relative;
  }
  .bl_index_item_wrapper::after{
    content : url(index-arrow.png);
    display: inline-block;
    position: absolute;
    top: 53px;
    right: 13px;
  }
  .bl_index_item:last-of-type{
    margin-bottom: 21px;
  }
  .bl_index_itemValue{
    font-size: 26px;
    line-height: 30px;
    background-color: #FFF34C;
    display: inline-block;
    padding: 0 9px;
    margin-bottom: 3px;
  }
  .el_value_bottom{
    margin-bottom: 4px;
  }
  .bl_index_itemComparison{
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 2px;
  }
  .bl_index_itemSmallText{
    font-size: 12px;
    margin-bottom: 10px;
  }
  .el_note{
    font-size: 11px;
    line-height: 15px;
    width: 286px;
    height: 41px;
    text-align: left;
    margin: 0 auto;
  }
  /*----------------------------------------------------
    関連サイト・リンク
    ----------------------------------------------------*/
  .bl_site{
    background-color: #F1F2F4;
    width: 360px;
    min-height: 328px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
    text-align: center;
    padding: 15px 30px 11px;
    margin-bottom: 0;
  }
  .bl_cont_site_h2{
    margin-top: 0;
    margin-bottom: 23px;
  }
  .bl_site_link{
    width: 100%;
    margin-bottom: 13px;
  }
  /*----------------------------------------------------
    新着情報
    ----------------------------------------------------*/
  .bl_news{
    width: 360px;
    min-height: 422px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    padding: 0;
  }
  .bl_news_header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 33px;
    margin-bottom: 21px;
  }
  .bl_cont_text{
    right: 30px;
  }
  .bl_news_item{
    display: block;
    margin-bottom: 13px;
    line-height: 16px;
  }
  .bl_news_title{
    font-size: 15px;
    line-height: 24px;
  }
  .bl_news_date{
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 2px;
  }
  .bl_site__position::after{
    top: 12px;
  }
  /*----------------------------------------------------
    現在実施中の調査
    ----------------------------------------------------*/
  .bl_reserch{
    width: 360px;
    min-height: 328px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .bl_reserch_wrapper{
    margin-top: 35px;
    margin-bottom: 10px;
  }
  .bl_reserch_item_wrapper{
    margin-bottom: 2px;
  }
  .bl_reserch_link{
    margin-bottom: 0;
  }
  .bl_reserch_item{
    padding-left: 12px;
    display: block;
    padding-bottom: 28px;
  }
  /*----------------------------------------------------
    統計キッズコーナー
    ----------------------------------------------------*/
  .bl_kids_pc{
    display: none;
  }
  .bl_kids_sp{
    display: block;
  }
  .bl_kids{
    width: 360px;
    height: 492px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .bl_cont_kids_title{
    height: 54px;
    padding-top: 18px;
    padding-bottom: 12px;
  }
  .bl_kids_wrapper{
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 0;
  }
  .bl_kids_img_center{
    width: 251px;
    height: 139px;
    margin: 0 auto;
    margin-bottom: -10px;
  }
  .bl_kids_img{
    width: 100%;
    height: auto;
  }
  .bl_kids_img:first-of-type{
    margin-bottom: 10px;
  }
  .bl_kids_img:last-of-type{
    margin-bottom: 8px;
  }
  .bl_kids_text{
    width: 284px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
  }
  /*----------------------------------------------------
    刊行物のご案内
    ----------------------------------------------------*/
  .bl_book{
    width: 360px;
    height: auto;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .bl_book_header{
    margin-bottom: 17px;
  }
  .bl_book_wrapper{
    display: block;
    padding-bottom: 21px;
  }
  .bl_book_link{
    background-color: #AAD648;
    width: 100%;
    height: 55px;
    margin-bottom: 8px;
  }
  /*----------------------------------------------------
    footer
    ----------------------------------------------------*/
  .ly_footer{
    width: 100%;
    height: auto;
  }
  .bl_footer{
    padding: 37px 15px 11px;
    display: block;
    margin-top: 48px;
  }
  .bl_footer_logo{
    display: none;
  }
  .bl_footer_logoSP{
    display: block;
    width: 360px;
    height: 180px;
    margin: 0 auto;
  }
  .bl_footer_wrapper{
    padding-top: 23px;
    padding-bottom: 0;
    color: #ffffff;
    margin: 0 auto;
  }
  .bl_footer_title{
    font-size: 20px;
    margin-bottom: 14px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
  }
  .bl_footer_address{
    text-align: center;
    min-width: 226px;
    margin: 0 auto;
  }
  .bl_footer_address_text{
    text-align: center;
    font-size: 12px;
    width: 170px;
    margin: 0 auto;
  }
  .bl_footerUtils{
    height: 13px;
    width: 233px;
    margin: 0 auto 30px;
  }
  .el_footerCopyright{
    width: 100%;
    letter-spacing: 1px;
    margin: 0 auto;
    text-align: center;
  }
  .pagetop{
    top: -29px;
    right: 15px;
  }
}

@media screen and (max-width: 390px) {
  .bl_hambuger_utils_logo{
    width: 270px;
  }
  .bl_hambugerBox{
    right: 10px;
  }
  .ly_cont_body{
    width: 360px;
  }
}
/*# sourceMappingURL=style.css.map */