@charset "UTF-8";
/*------------------------------------------------------------Content*/

@import url("news.css");


#pagetitle {
  min-height: 120px;
  background: url(../img/title_img/koten_sp.jpg) no-repeat left top;
  background-size: cover;
}


@media print,
screen and (min-width:768px) {
  #pagetitle {
    min-height: 250px;
    background: url(../img/title_img/koten_pc.jpg) no-repeat center top;
    background-size: cover;
  }

}

.cate_select_area {
  width: 100%;
  margin: 0 auto 40px;
  border-radius: 2px;
  background: #fff;
  padding: 10px;
}

.cate_select_area select {
  padding: 10px 20px;
  font-size: 1.6rem;
  border-radius: 0;

  background: #f4f4f4; 
  border: 1px solid #dddddd;
}

.cate_select_area select:focus {
  padding: 10px 20px;
  font-size: 1.6rem;
  border-radius: 0;
  border: none;
  background: #e5f2ff;
}

.cate_select_area select option {
  padding-bottom: 0.5em;
}

.cate_select_area .search_btn {
  display: block;
  margin: 10px auto 0;
  padding: 10px 30px;
  background: #e65226;
  border: 0;
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 9px 0px -6px #e58f76 inset, 0px -3px 0px 0px #d1461d inset, 0px 1px 3px #b4b4b4;
  border-radius: 3px;
  font-size: 16px;
  font-family: 'NotoSansRegular';
    -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
}

.cate_select_area .search_btn:hover {
  top: 1px;
  position: relative;
}

.title01_2 {
  margin-bottom: 1em;
  padding: 0.5em 1em;
  border-radius: 2px;
  text-align: center;
}

.photo_list li {
  margin-bottom: 20px;
}
.photo_list li a{
  pointer-events: none;
}
.photo_list li figcaption{
display: block;
    margin:10px;
  padding: 1em;
  line-height: 1.4;
  position: relative;
}
.photo_list li figcaption::before{
  content: "";
  width: 40px;
  height: 5px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top:0;
      -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #98c0e3;
}
@media print,
screen and (min-width:768px) {
.cate_select_area {
  width: 60%;
    padding: 15px;
  }
  
.cate_select_area .search_btn {
  display: inline-block;
    margin-left: 0.8em;
    padding: 10px 15px;
  }
  .photo_list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .photo_list li {
    width: calc(33% - 10px);

  }
.photo_list li a{
  pointer-events: auto;
}
}
