@charset "UTF-8";
/* .search_direction {display:none;} */
@media print, screen and (min-width: 768px){
.mv-layout-type01[class*=pc-title-center] .cp-mv-title-block{position: absolute;top: 30%;left: 50%;transform: translateY(-30%) translateX(-50%);background-color: transparent;padding: 0;width: calc( 100% - 300px);}
.mv-layout-type01[class*=pc-title-center] .cp-mv-title-block .title-box{color: #000;margin: auto;display: block;height: 100%;text-align: center;}
.mv-layout-type01[class*=pc-img-maxHeight500] {min-height: 500px;}
}
/*施策用タグ*/
.txRed_bgWhite {background-color: white; color: #c90000!important; border: solid 1px #c90000 !important; padding: 2px 10px;}
.txWhite_bgBlue {background-color: #0F2356; color: white!important; border: #0b193c solid 1px !important; padding: 2px 10px!important;}
.txBlack_bgYellow {background-color: #FFF7CC; color: black!important; border: #ffd700 solid 1px !important; padding: 2px 10px!important;}
.txBlack_bgWater {background-color: #EBF5FD; color: black!important; border: #46adff solid 1px !important; padding: 2px 10px!important;}
.txWhite_bgRed {background-color: #c90000; color: white!important; border: solid 1px #c90000 !important; padding: 2px 10px!important;}
/* アコーディオン */
.p_sb{
  font-size: 0;
}
.p_sb_i{
  background-color: #fff;
  border: 1px solid #dbdbdb;
  overflow: auto;
}
.p_sb__ttl{}
.p_sb__ttl_i{
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #dbdbdb;
  border-left: none;
  background-color: #f0f3f8;
  padding: 15px 40px 15px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  color: #333;
}
.p_sb__ttl_i::before, .p_sb__ttl_i::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  background-color: #012f64;
}
.p_sb[aria-expanded="false"] .p_sb__ttl_i::after{
  transform: rotate(90deg);
}
.p_sbCond__hiddenInput{
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
}
.p_sbCond__hiddenInput:focus ~ .p_sbCond__inputText {
  outline:2px solid #b2b2b2!important
}

.p_sbTitle{}
.p_sbTitle__icon{
  padding-left: 44px;
  position: relative;
}
.p_sbTitle__icon::before{
  position: absolute;
  top: calc(50% - 11px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 50%;
  box-shadow: 0 0 0 4px #0cabe5;
  pointer-events: none;
}
.p_sbTitle__icon::after{
  position: absolute;
  top: calc(50% + 3px);
  left: 19px;
  width: 12px;
  height: 13px;
  content: "";
  transform: rotate(45deg);
  border-top: 4px solid #0cabe5;
  pointer-events: none;
}
.p_sbTitle__text{}
.p_sbTitle__text_i{
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}
.p_sbTitle__text_i.-hitNum{}

.p_sb[aria-expanded="false"] .p_sb__cnt{display: none;}
.p_sb__cnt_i{
  padding: 20px 30px 15px;
}
@media (max-width:767px) {
  /* SPレイアウトはモーダル */
  html.p_sb__modal {
    height: 100vh;
    overflow: hidden;
  }
  html.p_sb__modal body {
    height: 100vh;
    overflow: hidden;
  }
  html.p_sb__modal header {display: none;}
  .p_sb{}
  .p_sb[aria-expanded="false"]{
    box-shadow: 0 0 6px #aaa;
  }
  .p_sb[aria-expanded="true"]{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    padding: 20px 15px;
    transform: scale(1);
  }
  .p_sb_i{
    width: 100%;
    height: 100%;
  }
  /* スケールアニメーション */
  .p_sb.-scaled {
    opacity: 0;
  }
  .p_sb.-scaled .p_sb_i{
    transition: transform .4s ease-out;
    transform: scale(.6);
  }
  .p_sb.-scaled[aria-expanded="true"]{
    opacity: 1;
  }
  .p_sb.-scaled[aria-expanded="true"] .p_sb_i{
    transform: scale(1);
  }
  /* / スケールアニメーション */
  .p_sb__ttl{}
  .p_sb__ttl_i{}
  .p_sb[aria-expanded="false"] .p_sb__ttl_i{
    background-color: #fff;
  }
  .p_sb[aria-expanded="false"] .p_sb__ttl_i::before,.p_sb[aria-expanded="false"]  .p_sb__ttl_i::after{content: none;}
  .p_sb[aria-expanded="true"] .p_sb__ttl_i::before{
    transform: rotate(45deg);
  }
  .p_sb[aria-expanded="true"] .p_sb__ttl_i::after{
    transform: rotate(-45deg);
  }
  .p_sb[aria-expanded="false"] .p_sb__ttl_i::after{}
  .p_sbTitle{}
  .p_sbTitle__icon{}
  .p_sbTitle__icon::before{}
  .p_sbTitle__icon::after{}
  .p_sbTitle__text{}
  .p_sbTitle__text_i{}
  .p_sbTitle__text_i.-hitNum{}
  .p_sb[aria-expanded="false"] .p_sb__cnt{}
  .p_sb__cnt{}
  .p_sb__cnt_i{}
}
/* / アコーディオン */

/* 絞り込み */
.p_sb__is_hidden{display: none!important;}
.p_sbCond{}
.p_sbCond.-area{}
.p_sbCond.-keyword{}
.p_sbCond__ttl{
  margin-top: 20px;
}
.p_sbCond__ttl_i{
  font-size: 1.6rem;
}
.p_sbCond__cnt{}
.p_sbCond.-area .p_sbCond__cnt{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p_sbCond.-area .p_sbCond__cnt > .p_sbCond__list{
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}
.p_sbCond.-area .p_sbCond__cnt > .p_sbCondToggleAll{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 14rem;
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.p_sbCond__list{}
.p_sbCond__item{
  display: inline-block;
}
.p_sbCond.-area .p_sbCond__item_i{
  position: relative;
  padding: 13px 32px 13px 0;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p_sbCond__item_i > input[type="checkbox"]{
  font-size: 1rem;
}

.p_sbCondToggleAll{}
.p_sbCondToggleAll__button{
  padding: 5px 20px;
  color: #00146e;
  border-color: #00146e;
  border-radius: 4px;
}
.p_sbCondToggleAll__button_i{
  font-size: 1.6rem;
}

  /* エリア絞り込み */
.p_sbCond__dataArea{display: none!important;}
.p_sbCond.-area .p_sbCond__item_i > input[type="checkbox"] + .p_sbCond__pseudo{
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  transition: background .3s cubic-bezier(.215,.61,.355,1);
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  background: #fff;
  position: relative;
}
.p_sbCond.-area .p_sbCond__item_i > input[type="checkbox"]:checked + .p_sbCond__pseudo{
  border: 1px solid #81c3db;
  background: #0cabe5;
}
.p_sbCond.-area .p_sbCond__item_i > input[type="checkbox"]:checked + .p_sbCond__pseudo::after{
  position: absolute;
  top: calc(50% - 8px);
  left: 5px;
  width: 7px;
  height: 13px;
  content: " ";
  transform: rotate(45deg);
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.p_sbCond.-area .p_sbCond__inputText{
  font-size: 1.6rem;
  padding-left:7px ;
}

  /* キーワード絞り込み */
.p_sbCond.-keyword .p_sbCond__item{
  padding: 10px 5px 5px 0;
}
.p_sbCond.-keyword .p_sbCond__item_i{
  padding: 10px 5px 5px 0;
}
.p_sbCond.-keyword .p_sbCond__pseudo{}
.p_sbCond.-keyword .p_sbCond__inputText{
  font-size: 1.2rem;
  background-color: #fff;
}
.p_sbCond.-keyword .p_sbCond__item_i > input[type="checkbox"] ~ .p_sbCond__inputText{
  position: relative;
  display: inline-block;
  padding: 3px 10px;
  transition: padding .2s cubic-bezier(.215,.61,.355,1);
  border: 1px solid #ccc;
  border-radius: 3px;
}
.p_sbCond.-keyword .p_sbCond__item_i > input[type="checkbox"] ~ .p_sbCond__inputText::before{
  content: '';
  transform: rotate(-45deg);
  opacity: 0;
}
.p_sbCond.-keyword .p_sbCond__item_i > input[type="checkbox"] ~ .p_sbCond__inputText::after{
  content: '';
  transform: rotate(45deg);
  opacity: 0;
}
.p_sbCond.-keyword .p_sbCond__item_i > input[type="checkbox"]:checked ~ .p_sbCond__inputText{
  padding: 3px 40px 3px 10px;
  border: 1px solid #0cabe5;
  box-shadow: inset 0 0 2px 2px rgba(12, 171, 229, .1);
}
.p_sbCond.-keyword .p_sbCond__item_i > input[type="checkbox"]:checked ~ .p_sbCond__inputText::before{
  position: absolute;
  top: 46%;
  right: 10px;
  width: 13px;
  height: 1px;
  transition: all .2s;
  opacity: 1;
  background: #0e0e0e;
}
.p_sbCond.-keyword .p_sbCond__item_i > input[type="checkbox"]:checked ~ .p_sbCond__inputText::after{
  position: absolute;
  top: 46%;
  right: 10px;
  width: 13px;
  height: 1px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  opacity: 1;
  background: #0e0e0e;
}
/* 絞り込み */
@media (max-width:767px){
  .p_sbCond{}
  .p_sbCond.-area{}
  .p_sbCond.-keyword{}
  .p_sbCond__ttl{}
  .p_sbCond__ttl_i{}
  .p_sbCond__cnt{}
  .p_sbCond.-area .p_sbCond__cnt{}
  .p_sbCond.-area .p_sbCond__cnt > .p_sbCond__list{}
  .p_sbCond__list{}
  .p_sbCond__item{}
  .p_sbCond.-area .p_sbCond__item_i{}
  .p_sbCondToggleAll__button{}
  .p_sbCondToggleAll__button_i{}
  .p_sbCondToggleAll.-pc_only{
    display: none!important;
  }
  .p_sbCondToggleAll{
    margin-top: 20px;
    text-align: center;
  }
  .p_sbWrapBox .cp-box{
    margin-top: 40px!important;
  }
  .p_sbWrapBox .cp-box-container{
    margin-top: -40px!important;
  }
}
@media (min-width:768px){
  .p_sbCondToggleAll.-sp_only{
    display: none!important;
  }
  .p_sbWrapBox .cp-box{
    margin-top: 60px!important;
  }
  .p_sbWrapBox .cp-box-container{
    margin-top: -40px!important;
  }
}
@media (min-width:1025px){
  .p_sbWrapBox .cp-box-container{
    margin-top: -60px!important;
  }
}