.dis-pc {
  display: block;
}

.dis-sp {
  display: none;
}

.news_page {
  font-size: 1em;
  background-color: #F4F3ED;
}

.news_page h1 {
  background-color: #412929;
  color: #fff;
  font-size: 1.9em;
  padding: 35px 0;
  text-align: center;
  font-weight: bold;
}

.news_page .contents_area {
  width: 73.6%;
  margin: 90px auto 0;
  padding-bottom: 30px;
}

.news_page .contents_area h2 {
  margin-bottom: 20px;
  padding: 15px 20px;
  font-size: 1em;
  font-weight: bold;
  background-color: #fff;
}

.news_page .contents_area .search_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news_page .contents_area .search_box input {
  width: 100%;
  padding: 10px;
  border: 1px solid #BAB0A5;
  border-radius: none;
}

.news_page .contents_area .search_box .select_box {
  position: relative;
  width: 18%;
  border: 1px solid #BAB0A5;
}

.news_page .contents_area .search_box .select_box select {
  width: 100%;
  padding: 12px;
  background-color: #fff;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.news_page .contents_area .search_box .select_box::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  right: 0;
  width: 53px;
  height: 53px;
  background-color: #BAB0A5;
  pointer-events: none;
}

.news_page .contents_area .search_box .select_box::after {
  position: absolute;
  content: '';
  display: block;
  top: 25%;
  right: 12%;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  padding: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
}


.news_page .contents_area .search_box .search_text {
  position: relative;
  width: 80%;
}

.news_page .contents_area .search_box .search_icon {
  position: absolute;
  top: 10px;
  right: 10px;
}

.news_page .list_area {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 80px;
}

.news_page dt,
.news_page dd {
  border-bottom: 1px solid #412929;
  margin-bottom: 20px;
  padding: 10px 0;
}

.news_page dt {
  width: 22%;
  font-size: 0.75em;
}

.news_page dt span {
  margin-left: 15px;
  padding: 8px 20px;
  background-color: #412929;
  color: #fff;
}

.news_page dd {
  width: 78%;
  font-size: 1em;
}

.news_page dd a {
  display: block;
  color: #412929;
}

.news_page .pager_area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
}

.news_page .pager_area .pager_num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #412929;
  background-color: #F4F3ED;
  margin-right: 10px;
  border: 1px solid #412929;
}

.news_page .pager_area .pager_num.pager_num--active {
  color: #fff;
  background-color: #412929;
}

.news_page .pager_area .pager_num:last-child {
  margin-right: 0;
}


@media screen and (max-width: 768px) {
  .dis-pc {
    display: none;
  }

  .dis-sp {
    display: block;
  }

  .news_page h1 {
    font-size: 1.25em;
    padding: 28px 0;
  }

  .news_page .contents_area {
    width: 100%;
    margin: 60px auto 0;
    padding: 0 25px 35px;
  }

  .news_page .contents_area h2 {
    margin-bottom: 15px;
    font-size: 1.15em;
  }

  .news_page .list_area {
    display: block;
    margin-top: 40px;
  }
  
  .news_page .contents_area .search_box .select_box {
    width: 35%;
    margin-left: 10px;
  }

  .news_page .contents_area .search_box .select_box select {
    padding: 6px;
    font-size: 0.75em;
  }

  .news_page .contents_area .search_box .select_box::before {
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    background-color: #BAB0A5;
    pointer-events: none;
  }

  .news_page .contents_area .search_box .select_box::after {
    position: absolute;
    content: '';
    display: block;
    top: 25%;
    right: 12%;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    padding: 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    pointer-events: none;
  }

  .news_page .contents_area .search_box input {
    padding: 2px;
  }

  .news_page .contents_area .search_box .search_text {
    width: 65%;
  }
 
  .news_page .contents_area .search_box .search_icon {
    top: 4px;
    right: 4px;
  }

  .news_page dt,
  .news_page dd {
    border-bottom: 1px solid #412929;
    margin-bottom: 20px;
    padding: 10px 0;
  }
  
  .news_page dt {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
  }
  
  .news_page dt span {
    padding: 4px 10px;
  }
  
  .news_page dd {
    width: 100%;
    font-size: 0.75em;
  }

}

/* お知らせラベル幅調整 */
@media screen and (min-width:769px) and (max-width:1024px) {
  .news_page .contents_area .search_box .search_text {
    width: 70%;
  }

  .news_page .contents_area .search_box .select_box {
    width: 25%;
  }

  .news_page dt {
    width: 35%;
  }

  .news_page dd {
    width: 65%;
  }
}

@media screen and (min-width:1025px) and (max-width:1280px) {
  .news_page dt {
    width: 25%;
  }

  .news_page dd {
    width: 75%;
  }
}
