@charset "UTF-8";
/************************************************************
	参画自治体検索ページ
*/
.intoText{
  padding: 0 0 16px;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .intoText{
    font-weight: bold;
    font-size: 12px;
    padding: 0px 8px 16px;
    line-height : 18px;
  }
  .town-search-trigger{
    display: none;
  }
  .mod-searchCheckList {
    display: block;
  }
  .mod-searchCheckList .checkboxList.pref li {

  }
}

.mod-result-count{
  text-align: left;
}
.mod-result-count span.is-pc{
  display: inline-block;
}
.mod-result-bukkenBox .bukkenTitle{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.mod-result-bukkenBox .bukkenTitle span.address{
  float: none;
}
.mod-result-bukkenBox .bukkenTitle span.link a{
  color:#1C1FEE;
  text-decoration: underline;
  font-size: 14px;
}
.mod-result-bukkenBox .bukkenTitle:after{
  content: none;
}
.mod-result-bukkenBox .wrap-bukken{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mod-result-bukkenBox .wrap-bukken .bukkenPhoto{
  width: 30%;
  max-width: 262px;
  max-height: 192px;
  box-sizing: border-box;
  float: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #C6CED0;
  overflow: hidden;
  justify-content: center;
}
.mod-result-bukkenBox .wrap-bukken .bukkenPhoto.noimage{
  background: transparent;
  border: 1px solid #C6CED0;
}
.mod-result-bukkenBox .wrap-bukken .bukkenPhoto img{
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.mod-result-bukkenBox .wrap-bukken .wrap-summary{
  float: none;
  width: calc(70% - 24px);
  max-width: 607px;
  margin-left: 24px;
}
.mod-result-bukkenBox .wrap-bukken .wrap-summary .catchText{
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}
.mod-result-bukkenBox .wrap-summary .btn-detail{
  width: auto;
}
.mod-result-bukkenBox .wrap-bukken .wrap-summary .tag-list{
  padding: 24px 0 0 0;
  margin-top: 24px;
  border-top: 1px solid #F1F1F1;
}
.mod-result-bukkenBox .wrap-bukken .wrap-summary ul.tag-list li a:before{
  content: none;
}
.mod-result-bukkenBox .wrap-bukken::after{
  content: none;
}

.tagList-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
@media screen and (max-width: 767px) {
  .mod-result-title1{
    font-size: 2rem;
    padding : 12px 20px 6px;
  }
  .mod-result-count span.is-pc{
    display: none;
  }
  .mod-result-bukkenBox .bukkenTitle{
    padding: 14px;
  }
  .mod-result-bukkenBox .wrap-bukken .bukkenPhoto{
    width: 100%;
    margin: 0 auto 20px;
    max-height: 192px;
  }
  .mod-result-bukkenBox .wrap-bukken .bukkenPhoto img{
    height: 100%;
    width: auto;
  }
  .mod-result-bukkenBox .wrap-bukken .wrap-summary{
    float: none;
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding-top: 0;
  }
  .mod-result-bukkenBox .wrap-bukken .wrap-summary .catchText{
    font-size: 13px;
    line-height: 22px;
    border: 0;
    margin: 0;
    padding: 0 20px 20px;
  }
  .mod-result-bukkenBox .wrap-summary .btn-detail{
    width: auto;
    position: relative;
    text-align: center;
  }
  .mod-result-bukkenBox .wrap-bukken .wrap-summary .tag-list{
    overflow: hidden;
    padding: 14px 0 0;
    margin: 20px 14px 0;
    border-top: 1px solid #F1F1F1;
    position: relative;
  }

  .mod-result-bukkenBox .wrap-bukken::after{
    content: none;
  }
  .mod-result-bukkenBox .bukkenTitle span.link a{
    font-size: 12px;
  }
}
