.sort__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 20px 25px;
}

@media only screen and (max-width: 767px) {
  .sort__category {
    display: block;
    padding: 5% 3.6%;
  }
}

.sort__category + .sort__category {
  padding-top: 0;
  margin-top: -10px;
}

@media only screen and (max-width: 767px) {
  .sort__category + .sort__category {
    margin-top: 0;
  }
}

.sort__category_title {
  min-width: 140px;
  width: 11%;
  color: #253f76;
  font-weight: bold;
  font-size: 1.7rem;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-top: 4px;
  margin-right: 35px;
}

@media only screen and (max-width: 767px) {
  .sort__category_title {
    width: 100%;
    min-width: 100%;
    padding-right: 0;
    margin-top: 0;
    margin-right: 0;
    text-align: center;
  }
}

.sort__category_title:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 24px;
  background: #c3c3c3;
  right: 0;
  top: 2px;
}

@media only screen and (max-width: 767px) {
  .sort__category_title:after {
    content: none;
  }
}

.sort__category_select {
  width: 85%;
}

@media only screen and (max-width: 767px) {
  .sort__category_select {
    width: 100%;
    margin-top: 2%;
  }
}

.sort__category_select_twocolumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .sort__category_select_twocolumn {
    display: block;
  }
}

.sort__category_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .sort__category_list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sort__category_list + .sort__category_list {
    margin-top: 7%;
  }
}

@media only screen and (max-width: 767px) {
  .sort__category_btn {
    width: 24%;
    margin-right: 1.3%;
  }
  .sort__category_btn:nth-child(4n) {
    margin-right: 0;
  }
  .sort__category_btn:nth-child(n+5) {
    margin-top: 5%;
  }
}

.sort__category_btn input[type=radio] {
  display: none;
}

.sort__category_btn input[type=radio]:checked + label {
  background-color: #253f76;
  color: #fff;
}

.sort__category_btn label {
  font-size: 1.5rem;
  display: block;
  width: 160px;
  margin: 5px;
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  border-radius: 20px;
  background-color: #c3c3c3;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .sort__category_btn label {
    font-size: 1.3rem;
    letter-spacing: normal;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

.sort__category_btn label:hover {
  background-color: #253f76;
  color: #fff;
}

.sort__category_btn.sort__category_btn_small label {
  width: 100px;
}

.sort__number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.sort__number .search__number_applicable {
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .sort__number .search__number_applicable {
    font-size: 1.3rem;
    font-weight: 600;
  }
}

.sort__number .search__number_applicable span {
  font-size: 2rem;
  color: #253f76;
  display: inline-block;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .sort__number .search__number_applicable span {
    font-size: 1.6rem;
  }
}

.sort__number .search__number_displayed {
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .sort__number .search__number_displayed {
    font-size: 1.3rem;
  }
}

.sort__number .search__number_displayed label, .sort__number .search__number_displayed .search__number_displayed_select {
  vertical-align: middle;
  padding: 5px 7px;
  border-color: #d2d2d2;
}

.sort__number .search__number_displayed label {
  margin-right: 5px;
}

.sort__number + .panel__list {
  margin-top: 5px;
}

.panel__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.panel__list .panel__item {
  background: #fff;
}

.panel__list .panel__item a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.panel__list .panel__item a:hover {
  opacity: .7;
}

.panel__list .panel__item a:hover .panel__item_thumb img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.panel__list .panel__item_icon_arrow a:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  right: 0;
  bottom: 0;
  background: url(/assets/img/common/panel_icon_arrow.png) no-repeat center bottom;
  background-size: 100% 100%;
}

@media only screen and (max-width: 767px) {
  .panel__list .panel__item_icon_arrow a:after {
    width: 12px;
    height: 12px;
  }
}

.panel__list .panel__item_thumb {
  width: 100%;
  overflow: hidden;
}

.panel__list .panel__item_thumb img {
  width: 100%;
  -webkit-transition: .4s;
  transition: .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.panel__list .panel__item_text {
  padding: 5px 3.3% 20px;
}

.panel__list .panel__item_text_twocolumn {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.panel__list .panel__item_text_date {
  font-size: 1.3rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .panel__list .panel__item_text_date {
    font-size: 1.2rem;
  }
}

.panel__list .panel__item_text_category {
  display: inline-block;
  font-size: 1.3rem;
  background: #e9ecf1;
  color: #0c3280;
  padding: 0 8px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .panel__list .panel__item_text_category {
    font-size: 1.2rem;
  }
}

.panel__list .panel__item_text_bold {
  font-size: 1.7rem;
  font-weight: bold;
  margin-top: 7px;
  line-height: 1.35;
  color: #253f76;
}

@media only screen and (max-width: 767px) {
  .panel__list .panel__item_text_bold {
    font-size: 1.5rem;
  }
}

.panel__list .panel__item_text_year {
  font-size: 1.3rem;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .panel__list .panel__item_text_year {
    font-size: 1.2rem;
  }
}

.panel__list .panel__item_text_name {
  font-size: 1.7rem;
  font-weight: 500;
  color: #253f76;
  line-height: 1.2;
  margin-top: 3px;
}

@media only screen and (max-width: 767px) {
  .panel__list .panel__item_text_name {
    font-size: 1.5rem;
  }
}

.panel__list .panel__item_grd {
  position: relative;
}

.panel__list .panel__item_thumb {
  position: relative;
}

.panel__list .panel__item_thumb:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
  z-index: 1;
}

.panel__list .panel__item_name {
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .panel__list .panel__item_name {
    font-size: 1.5rem;
  }
}

.panel__list.panel__list_fourcolumn {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .panel__list.panel__list_fourcolumn {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.panel__list.panel__list_fourcolumn .panel__item {
  width: 22%;
  list-style: none;
  margin-right: 4%;
}

.panel__list.panel__list_fourcolumn .panel__item:nth-of-type(4n) {
  margin-right: 0;
}

.panel__list.panel__list_fourcolumn .panel__item:nth-child(n+5) {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .panel__list.panel__list_fourcolumn .panel__item {
    width: 48%;
    margin-right: 0;
  }
  .panel__list.panel__list_fourcolumn .panel__item:nth-child(n+3) {
    margin-top: 4.5%;
  }
}

.panel__list.panel__list_threecolumn {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.panel__list.panel__list_threecolumn .panel__item {
  width: 32%;
  margin-right: 2%;
}

.panel__list.panel__list_threecolumn .panel__item:nth-of-type(3n) {
  margin-right: 0;
}

.panel__list.panel__list_threecolumn .panel__item:nth-child(n+4) {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .panel__list.panel__list_threecolumn .panel__item {
    width: 100%;
    margin-right: 0;
  }
  .panel__list.panel__list_threecolumn .panel__item:nth-child(n+2) {
    margin-top: 4.5%;
  }
}

.panel__list.panel__list_twocolumn .panel__item {
  width: 48.5%;
}

.panel__list.panel__list_twocolumn .panel__item:nth-child(n+3) {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .panel__list.panel__list_twocolumn .panel__item {
    width: 100%;
  }
  .panel__list.panel__list_twocolumn .panel__item:nth-child(n+2) {
    margin-top: 4.5%;
  }
}

.pagenation_square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .pagenation_square {
    margin-top: 10%;
  }
}

.pagenation_square .pagenation__number_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 520px;
}

@media only screen and (max-width: 767px) {
  .pagenation_square .pagenation__number_list {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.pagenation_square .pagenation__number_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5px;
}

.pagenation_square .pagenation__number_list li a, .pagenation_square .pagenation__number_list li span {
  display: block;
  font-size: 1.5rem;
  padding: 6px 15px;
  font-weight: bold;
}

.pagenation_square .pagenation__number_list li a {
  background: #fff;
  color: #253f76;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #0c3280;
}

.pagenation_square .pagenation__number_list li a:hover {
  background: #0c3280;
  color: #fff;
}

.pagenation_square .pagenation__number_list li.current {
  background: #0c3280;
  color: #fff;
  border: 1px solid #0c3280;
}

.pagenation_square .page_prev, .pagenation_square .page_next {
  margin: 5px;
}

.pagenation_square .page_prev a, .pagenation_square .page_next a {
  display: block;
  font-size: 1.5rem;
  padding: 6px 15px;
  font-weight: bold;
  background: #fff;
  color: #253f76;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #0c3280;
  text-align: center;
}

.pagenation_square .page_prev a:hover, .pagenation_square .page_next a:hover {
  background: #0c3280;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .pagenation_square .page_prev {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 5%;
    margin-right: 5%;
  }
  .pagenation_square .page_prev + .page_next {
    margin-left: 5%;
  }
  .pagenation_square .page_next {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 5%;
  }
}

.pagenation_underline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .pagenation_underline {
    margin-top: 9%;
  }
}

.pagenation_underline .pagenation__number_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 600px;
}

@media only screen and (max-width: 767px) {
  .pagenation_underline .pagenation__number_list {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 100%;
  }
}

.pagenation_underline .pagenation__number_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #c3cbda;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 15px 0;
}

@media only screen and (max-width: 767px) {
  .pagenation_underline .pagenation__number_list li {
    width: auto;
    margin: 0 0 5%;
  }
}

.pagenation_underline .pagenation__number_list li:last-child {
  border-right: 1px solid #c3cbda;
}

.pagenation_underline .pagenation__number_list li a, .pagenation_underline .pagenation__number_list li span {
  display: block;
  font-size: 1.8rem;
  padding: 0 28px;
  font-weight: bold;
  position: relative;
  color: #253f76;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .pagenation_underline .pagenation__number_list li a, .pagenation_underline .pagenation__number_list li span {
    font-size: 1.4rem;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.pagenation_underline .pagenation__number_list li a:after, .pagenation_underline .pagenation__number_list li span:after {
  content: "";
  width: 10px;
  height: 1px;
  background: #253f76;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

@media only screen and (max-width: 767px) {
  .pagenation_underline .pagenation__number_list li a:after, .pagenation_underline .pagenation__number_list li span:after {
    bottom: -8px;
  }
}

.pagenation_underline .pagenation__number_list li a {
  -webkit-transition: .4s;
  transition: .4s;
}

.pagenation_underline .pagenation__number_list li a:hover:after {
  opacity: 1;
}

.pagenation_underline .pagenation__number_list li.current span:after {
  opacity: 1;
}

.pagenation_underline .page_prev, .pagenation_underline .page_next {
  margin: 5px;
}

.pagenation_underline .page_prev a, .pagenation_underline .page_next a {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #253f76;
  -webkit-transition: .4s;
  transition: .4s;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .pagenation_underline .page_prev a, .pagenation_underline .page_next a {
    font-size: 1.4rem;
  }
}

.pagenation_underline .page_next {
  margin-left: 35px;
}

@media only screen and (max-width: 767px) {
  .pagenation_underline .page_next {
    margin-left: 0;
  }
}

.pagenation_underline .page_next a {
  padding-right: 39px;
  position: relative;
}

.pagenation_underline .page_next a::before {
  background: #253f76;
  content: "";
  height: 1px;
  margin-left: -10px;
  margin-top: -1px;
  position: absolute;
  right: 16px;
  top: 55%;
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 12px;
}

@media only screen and (max-width: 767px) {
  .pagenation_underline .page_next a::before {
    width: 7px;
    right: 10px;
  }
}

.pagenation_underline .page_next a::after {
  background: #253f76;
  content: "";
  height: 1px;
  margin-left: -2px;
  margin-top: -1px;
  position: absolute;
  right: 16px;
  top: 55%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 5px;
}

@media only screen and (max-width: 767px) {
  .pagenation_underline .page_next a::after {
    width: 3px;
    right: 10px;
  }
}

.pagenation_underline .page_next a:hover::before, .pagenation_underline .page_next a:hover::after {
  right: 11px;
}

@media only screen and (max-width: 767px) {
  .pagenation_underline .page_next a:hover::before, .pagenation_underline .page_next a:hover::after {
    right: 5px;
  }
}

.pagenation_underline .page_next a:before, .pagenation_underline .page_next a:after {
  margin-top: -2px;
}

@media only screen and (max-width: 767px) {
  .pagenation_underline .page_next a:before {
    width: 15px;
  }
}

.pagenation_underline .page_prev {
  margin-right: 35px;
}

@media only screen and (max-width: 767px) {
  .pagenation_underline .page_prev {
    margin-right: 0;
  }
}

.pagenation_underline .page_prev a {
  padding-left: 39px;
  position: relative;
}

.pagenation_underline .page_prev a::before {
  background: #253f76;
  content: "";
  height: 1px;
  left: 25px;
  margin-left: -10px;
  margin-top: -1px;
  position: absolute;
  top: 55%;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
  width: 12px;
}

@media only screen and (max-width: 767px) {
  .pagenation_underline .page_prev a::before {
    width: 10px;
    left: 20px;
  }
}

.pagenation_underline .page_prev a::after {
  background: #253f76;
  content: "";
  height: 1px;
  left: 25px;
  margin-left: -6px;
  margin-top: -5px;
  position: absolute;
  top: 52%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
  width: 5px;
}

@media only screen and (max-width: 767px) {
  .pagenation_underline .page_prev a::after {
    margin-top: -4px;
    width: 5px -2px;
    left: 20px;
  }
}

.pagenation_underline .page_prev a:hover::before, .pagenation_underline .page_prev a:hover::after {
  left: 20px;
}

@media only screen and (max-width: 767px) {
  .pagenation_underline .page_prev a:hover::before, .pagenation_underline .page_prev a:hover::after {
    left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .pagenation_underline .page_prev a:before {
    width: 15px;
  }
  .pagenation_underline .page_prev a:after {
    margin-top: -5px;
  }
}

@media only screen and (max-width: 767px) {
  .pagenation_underline .page_prev {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 5%;
  }
  .pagenation_underline .page_prev + .page_next {
    margin-left: 5%;
  }
  .pagenation_underline .page_next {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

.mainvisual .mainvisual__inner {
  height: 280px;
}

@media only screen and (max-width: 767px) {
  .mainvisual .mainvisual__inner {
    height: 120px;
  }
}

.contents_wrap_twocolumn .main_contents {
  padding: 60px 0 0;
}

@media only screen and (max-width: 767px) {
  .contents_wrap_twocolumn .main_contents {
    padding: 7% 0 5%;
  }
}

.side_menu {
  margin: 60px 0 0;
}

@media only screen and (max-width: 767px) {
  .side_menu {
    margin: 2.8% 0 0;
  }
}

.contents_wrap .inner {
  padding-bottom: 110px;
}

@media only screen and (max-width: 767px) {
  .contents_wrap .inner {
    padding-bottom: 15%;
  }
}

.sort__category {
  display: block;
}

@media only screen and (max-width: 767px) {
  .sort__category {
    margin: 0 4%;
  }
}

.sort__category .sort__category_select {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sort__category .sort__category_btn label {
    width: 100%;
  }
}

.sort__category + .news_category__list {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .sort__category + .news_category__list {
    margin-top: 6.5%;
  }
}

.news_category__list {
  background: #fff;
  padding: 17px 37px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .news_category__list {
    padding: 5.35% 4% 1%;
  }
}

@media only screen and (max-width: 767px) {
  .article_none {
    padding-bottom: 4.35%;
  }
}

.news_category__item {
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .news_category__item {
    padding: 4.55% 0;
  }
}

.news_category__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news_category__item a:hover {
  text-decoration: underline;
}

.news_category__item + .news_category__item {
  border-top: 1px dotted #c8c8c8;
}

.news_category__item_image {
  max-width: 150px;
  width: 18.61%;
  max-height: 100px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .news_category__item_image {
    width: 29.86%;
    max-width: auto;
    max-width: initial;
    max-height: 19vw;
  }
}

.news_category__item_image img {
  width: 100%;
}

.news_category__item_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 635px;
  width: 78.78%;
}

@media only screen and (max-width: 767px) {
  .news_category__item_info {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 64.49%;
  }
}

.news_category__item_info_date {
  font-size: 1.2rem;
  letter-spacing: 0.16em;
}

.news_category__item_info_text {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.71429;
  margin-top: 13px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .news_category__item_info_text {
    margin-top: 1.5%;
    font-size: 1.3rem;
    line-height: 1.25;
  }
}

.news_category__item_info_category {
  display: inline-block;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  min-width: 60px;
  padding: 2px 3px;
  margin-left: 20px;
  background-color: #313131;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .news_category__item_info_category {
    padding: 1px;
    margin-left: 10px;
    vertical-align: text-bottom;
  }
}

.news_category__item_info_category.category__event {
  background-color: #e9751f;
}

.news_category__item_info_category.category__property {
  background-color: #248a66;
}

.news_category__item_info_category.category__news {
  background-color: #0dacc8;
}

.news_category__item a[target='_blank'] .news_category__item_info_text::after {
  display: inline-block;
  content: '';
  width: 11px;
  height: 9px;
  background: url(/assets/img/icon/icon_blank_blue.png) no-repeat center top;
  background-size: 100% 100%;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  .pagenation_underline .pagenation__number_list {
    max-width: 60%;
  }
}

@media only screen and (max-width: 1300px) {
  .pagenation_underline .pagenation__number_list {
    max-width: 100%;
    width: 100%;
  }
}

.pagenation_underline .pagenation__number_list li {
  margin: 15px 0;
}

.pagenation_underline .page_prev {
  margin-right: 25px;
}

.pagenation_underline .page_prev + .page_next {
  margin-left: 25px;
}

@media only screen and (max-width: 1300px) {
  .pagenation_underline .page_prev {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 5%;
  }
  .pagenation_underline .page_prev + .page_next {
    margin-left: 5%;
  }
  .pagenation_underline .page_next {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
