@charset "utf-8";
.contents_ttl{
	background: #f4f2ec;
}
.contents_ttl h2{
  font-size: 2.8rem;
  text-align: left;
  padding: 40px 0;
}
#crumb {
  margin-bottom:40px;
}

.news_tab_area.active {
  display: block;
}

.news_tab_area dl {
  border-bottom: 2px dotted#505050;
  width: 95%;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  padding-bottom: 20px;
}

.news_tab_area dl:last-of-type{
  border-bottom: none;
}

.news_tab_area dl dt {
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.6;
  margin-right: 22px;
}

.news_tab_area dl dt .day{
  font-weight: bold;
  font-size: 16px;
  margin-right: 10px;
}

.news_tab_area dl .ico_new {
  padding: 0 5px 2px;
  color: #fff;
  background: #505050;
  font-size: 12px;
  min-width: 80px;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
}

.news_tab_area dl .ico_new2 {
  padding: 0 5px 2px;
  color: #fff;
  background: #E6003A;
  font-size: 12px;
  min-width: 80px;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
}

.news_tab_area dl .ico_new.icon02 {
  border: 1px solid #ed7e1b;
  color: #ed7e1b;
}
.news_tab_area dl .ico_new.icon03 {
  border: 1px solid #0ba143;
  color: #0ba143;
}
.news_tab_area dl .ico_new.icon04 {
  border: 1px solid #9355df;
  color: #9355df;
}
.news_tab_area dl dd {
  width: 83.529%;
  text-align: left;
  line-height: 1.6;
  word-break: break-all;
}

.news_tab_area dl dd span,
.news_tab_area dl dd a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.news_tab_area dl dd a:hover {
  text-decoration: underline;
}

/*--pagenavi--*/

.wp-pagenavi {
  padding-top: 20px;
  text-align: center;
  clear: both;
  margin-bottom: 30px;
}
.wp-pagenavi .pages,
.wp-pagenavi .current,
.wp-pagenavi a {
	background-color: #fff;
	color: #555;
	border:1px solid #e4e4e4;
	border-radius:4px;
	margin-right: 100px;
	padding: 10px 17px;
}

.wp-pagenavi .current,
.wp-pagenavi a:hover {
	background-color: #333333;
	color: #fff;
}


@media only screen and (max-width: 767px) {
  .news_ttl > p{
    position: inherit;
    top: inherit;
    right: inherit;
    text-align: right;
  }

  .news_tab_area dl{
    display: block;
  }

  .news_tab_area dl dt{
    justify-content: flex-start;
    margin-right: 0;
  }

  .news_tab_area dl dt .day{
    margin-right: 10px;
  }

  .news_tab_area dl dd{
    width: 100%;
  }
}

.detail_txt_group {
  margin:30px 0 30px;
  text-align: left;
}
.detail_txt_group a.pdf {
  margin-top:2rem;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  min-width:20rem;
  text-align: center;
  display: inline-block;
  padding: 1rem 4rem;
  line-height: 1.5rem;
  -webkit-box-shadow: 0px 3px #d2d2d2;
  box-shadow: 0px 3px #d2d2d2;
}