@charset "utf-8";



.h2_basic01Wrap {
	margin-bottom: 0;
}

section > .dl_news01:first-child {
	margin-top: 0;
	border-top: 0;
}

.newsIndex .h3_basic01Wrap {
	margin-bottom: 0;
}

.h3_basic01Wrap + .dl_news01 {
	margin-top: 0;
	border-top: 0;
}
.dl_news01 {
}
	.dl_news01 .label {
		width: 8em;
		text-align: center;
		 font-size:  85.71%;
	}

/* IE 8 */
.dl_news01 { margin-bottom: 1px\9;}
	
	.dl_news01 .label {
		float: left;
	}
	.dl_news01 .tit {
		display: block;
		overflow: hidden;
	}
	
@media screen and (max-width: 767px) {
	.dl_news01 .tit {
		overflow: visible;
	}
}



.news-result-title {
  font-size: 14px;
  text-align: right;
}

.news-result-title strong {
  padding-right: .25em;
  font-size: 20px;
  font-weight: bold;
  color: #fc0000;
}

.news-result-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 24px 0 64px;
  font-size: 14px;
  list-style: none;
}

.news-result-pagination > li {
  position: relative;
  margin-right: 4px;
  margin-left: 4px;
  background-color: #333;
  min-width: 2.3em;
  height: 32px;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.news-result-pagination > li.is-current {
  background-color: #fc0000;
}

.news-result-pagination__arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5.75em;
  line-height: 1;
}

.news-result-pagination > li.news-result-pagination__arrow--prev {
  margin-right: 36px;
}

.news-result-pagination > li.news-result-pagination__arrow--next {
  margin-left: 36px;
}

.news-result-pagination > li.news-result-pagination__arrow--prev span::before,
.news-result-pagination > li.news-result-pagination__arrow--next span::after {
  display: inline-block;
  content:"";
  background-image: url(/corporate/images/news_arrow_02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
}

.news-result-pagination__arrow--prev span::before {
  margin-right: .4em;
}

.news-result-pagination__arrow--next span::after {
  margin-left: .4em;
  transform: rotate(180deg);
}

.news-result-pagination > li span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .65em .25em;
  text-align: center;
}

.news-result-pagination a,
.news-result-pagination button {
  display: block;
  color: #fff;
  background-color: transparent;
  width: 100%;
  height: 32px;
  border: none;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.news-result-pagination a:hover,
.news-result-pagination button:hover {
  background-color: rgb(75, 75, 75)
}



.news-archive-wrap {
  position: relative;
}

.news-archive-wrap + .boxReader {
  margin-top: 100px;
}

.news-archive {
  margin-bottom: 36px;
}

.news-archive *,
.news-search *,
.news-search-form__input input {
  box-sizing: border-box;
}

.news-archive a:hover {
  color: unset;
}

.news-archive a:hover img {
  opacity: .9;
}

.news-archive-item {
  display: block;
  padding: 20px 0;
  line-height: 1.64;
  border-bottom: 1px solid #ccc;
}

.news-archive-item:hover .news-archive-item__title {
  text-decoration: underline;
}

.news-archive-item__inner {
  display: -ms-flexbox;
  display: flex;
}

.news-archive-item__thumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20%;
  height: 107px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}

.news-archive-item__thumb img {
  width: 100%;
  height: auto;
}

.news-archive-item__thumb
+ .news-archive-item__content {
  padding-left: 20px;
}

.news-archive-item__content {
  width: 80%;
}

.news-archive-item__content__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.2;
}

.news-archive-item__content__head:not(:last-child) {
  margin-bottom: 8px;
}

.news-archive-item__date {
  padding-right: 16px;
  line-height: 1.6;
}

.news-archive-item__category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2px;
  background-color: #e5e5e5;
  width: 116px;
  font-size: 12px;
  text-align: center;
}

.news-archive-item__title {
  margin: 0;
}

.news-archive-item__title:not(:last-child) {
  margin-bottom: 8px;
}

.news-archive-item__subtitle {
  margin: 0;
  font-size: 12px;
}

.news-archive-item__title img {
  margin-top: -2px;
  margin-left: 10px;
  vertical-align: middle;
}



.news-search button,
.news-search select,
.news-search .news-search-form__input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  border-radius: 2px;
}

.news-search button,
.news-search select {
  cursor: pointer;
}

.news-search button {
  border: none;
}

.news-search button:hover {
  opacity: .9;
}

.news-search-form-datepicker:focus,
.news-search .news-search-form__input input:focus,
.news-search select:focus {
  outline: 1px solid #333;
}


.news-search-form {
  background-color: #f0f0f0;
}

.news-search-form-datepicker {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  cursor: pointer;
  color: #333;
}

.news-search-form .news-search-form__input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 6px 6px 28px;
  background-color: #fff;
  background-image: url(/corporate/images/news_search_01.svg);
  background-repeat: no-repeat;
  background-position: left 6px center;
  background-size: 16px 16px;
  border: 1px solid #ccc;
  width: 100%;
  color: #333;
}

.news-search-form .news-search-form__input input::-webkit-search-cancel-button,
.news-search-form .news-search-form__input input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.news-search-form :-ms-input-placeholder {
  color: #ccc;
}

.news-search-form ::-ms-input-placeholder {
  color: #ccc;
}

.news-search-form ::placeholder {
  color: #ccc;
  opacity: 1;
}

.news-search-form__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 22px 16px;
}

.news-search-form__input {
  margin-bottom: 24px;
  width: 100%;
}

.news-search-form__select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.news-search-form__select__title {
  margin: 0;
  padding-right: 1em;
  font-weight: bold;
}

.news-search-form__select__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.news-search-form__select__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.news-search-form__select__item:not(:last-child) {
  padding-right: .5em;
}

.news-search-form__select__item > input[type="checkbox"] {
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  opacity: 0;
  cursor: pointer;
}

.news-search-form__select__item > input[type="checkbox"]
+ span {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -16px;
  padding: 6px 9px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
  overflow: hidden;
}

.news-search-form__select__item > input[type="checkbox"]
+ span::after {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  content: "";
  margin-top: -7px;
  width: 4px;
  height: 8px;
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

.news-search-form__select__item > input[type="checkbox"]:checked
+ span {
  padding-left: 28px;
  background-color: #8d8d8d;
  border-color: #8d8d8d;
  color: #fff;
}

.news-search-form__select__item > input[type="checkbox"]:checked
+ span::before {
  border-color: #8d8d8d;
}

.news-search-form__select__item > input[type="checkbox"]:checked
+ span::after {
  opacity: 1;
}

.news-search-form__select--category .news-search-form__select__item > span {
  width: 33.333%;
  font-size: 12px;
}

.news-search-form__select--year {
  padding-right: 2em;
  width: 50%;
}

.news-search-form__select--year .news-search-form__select__title {
  width: 4em;
}

.news-search-form__select--year .news-search-form__select__item {
  width: auto;
}

.news-search-form__select--category {
  width: 50%;
}

.news-search-form__select--category .news-search-form__select__title {
  width: 9em;
}

.news-search-form__select--category .news-search-form__select__item {
  justify-content: center;
}

.news-search-form-date-wrap {
  margin: 0;
  width: 100%;
  max-width: 10em;
  min-width: 5.5em;
}

.news-search-form-date {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #ccc;
  min-height: 1em;
  width: 100%;
  color: #333;
  font-size: 12px;
}

.news-search-form__select--year .news-search-form__select__item:nth-child(1),
.news-search-form__select--year .news-search-form__select__item:nth-child(3) {
  width: 45%;
}

.news-search-form__select--year .news-search-form__select__item:nth-child(2) {
  width: 10%;
}

.news-search-form__button-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px;
  width: 100%;
}

.news-search-form__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 12px;
  min-width: 9em;
  background-color: #333;
  border-radius: 3px;
  color: #fff;
  line-height: 1.2;
  transition: background-color .15s ease;
}

.news-search-form__button:disabled {
  background-color: #666;
}

.news-search-form__note {
  margin: 0 0 -12px;
  padding-bottom: 2px;
  width: 100%;
  font-size: 11px;
  text-align: right;
}

.news-search__toggle {
  display: none;
}


.news-search-head {
  position: relative;
  padding-top: 48px;
}

.news-search-head > * {
  transition-timing-function: ease;
  transition-duration: .25s;
  transition-property: opacity;
}

.news-search-head.is-error .news-search-head__title {
  z-index: -1;
  opacity: 0;
}

.news-search-head.is-error .news-search-head__error {
  z-index: 1;
  opacity: 1;
}

.news-search-head__error {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 48px 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
}


.news-loading {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  transition: all .25s ease;
}

.news-loading.is-hidden {
  z-index: -1;
  opacity: 0;
}

.news-loading__inner {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  border: 6px solid #ebebeb;
  border-radius: 50%;
  animation: loading 1.2s linear infinite;
  border-color: #ebebeb #ebebeb #ebebeb transparent;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



@media screen and (max-width: 979px) {
  .news-result-title {
    font-size: 12px;
  }
  
  .news-result-title strong {
    font-size: 16px;
  }

  .news-result-pagination {
    margin-bottom: 40px;
  }

  .news-result-pagination__arrow {
    width: 32px;
  }

  .news-result-pagination > li.news-result-pagination__arrow--prev span,
  .news-result-pagination > li.news-result-pagination__arrow--next span {
    font-size: 0;
    line-height: 32px;
  }

  .news-archive {
    margin: 0 8px 24px;
  }

  .news-archive-item__thumb {
    width: 32.9%;
    height: 76px;
  }

  .news-archive-item__date {
    font-size: 12px;
  }

  .news-archive-item__category {
    width: 80px;
  }

  .news-archive-item__content {
    width: 67.1%;
  }

  .news-archive-item__thumb
  + .news-archive-item__content {
    padding-left: 16px;
  }



  .news-search {
    margin: -16px 10px 0;
  }

  .news-search.is-opened .news-search-form {
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }

  .news-search.is-closed .news-search-form {
    height: 0 !important;
  }

  .news-search.is-opened .news-search__toggle__button::before {
    content:"ー";
  }

  .news-search-form {
    transition-timing-function: ease;
    transition-duration: .4s;
    transition-property: height;
    overflow: hidden;
  }

  .news-search-form__select--year,
  .news-search-form__select--category {
    width: 100%;
  }

  .news-search-form__select--year {
    padding-right: 0;
  }

  .news-search-form__select--category {
    margin-top: 24px;
  }

  .news-search-form__select--year .news-search-form__select__title {
    width: 6.8em;
  }

  .news-search-form__select--category .news-search-form__select__title {
    width: 6.8em;
  }
  

  .news-search-form__select__items {
    flex: 1;
    margin-top: -.5em;
  }

  .news-search-form__select__item {
    margin-top: .5em;
  }

  .news-search-form__select--year .news-search-form__select__items {
    width: auto;
  }

  .news-search-form__button-wrap {
    margin-top: 24px;
  }

  .news-search-form__note {
    margin-top: 12px;
    padding-bottom: 0;
  }

  .news-search__toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
  }

  .news-search__toggle__button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 12px;
    background-color: #666;
    width: 100%;
    color: #fff;
  }

  .news-search__toggle__button::before {
    content: "＋";
    padding-right: 0.5em;
  }
}



@media screen and (max-width: 413px) {
  .news-search-form__select--year,
  .news-search-form__select--category {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .news-search-form__select__title {
    margin-top: .3em;
  }
}



@media screen and (max-width: 374px) {
  .news-result-pagination > li.news-result-pagination__arrow--prev {
    margin-right: 20px;
  }

  .news-result-pagination > li.news-result-pagination__arrow--next {
    margin-left: 20px;
  }

  .news-archive-item__thumb {
    width: 30%;
    height: 59px;
  }

  .news-archive-item__content {
    width: 70%;
  }

  .news-archive-item__thumb
  + .news-archive-item__content {
    padding-left: 12px;
  }
}