.news {
  margin-top: 137px;
  padding-bottom: 8px;
}

.news__search {
  display: flex;
  align-items: center;
}
.news__search .c-searchbox__inner {
  width: 367px;
  align-items: center;
}
.news__search .c-searchbox__text {
  width: 320px;
}
.news__search .c-formparts input[type=text],
.news__search .c-formparts input[type=tel],
.news__search .c-formparts input[type=email],
.news__search .c-formparts input[type=search],
.news__search .c-formparts input[type=password],
.news__search .c-formparts input[type=url],
.news__search .c-formparts input[type=number],
.news__search .c-formparts select,
.news__search .c-formparts textarea {
  height: 56px;
  font-size: 16px;
}

.news__search__tex {
  padding-right: 50px;
}

.news__search__h {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.news__filter {
  margin-top: 76.5px;
}

.news__filter__head .p-sort {
  margin-top: 33px;
}

.news__filter__body {
  margin-top: 48px;
}

.news__filter__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news__filter__word__list {
  display: flex;
  flex-wrap: wrap;
}
.news__filter__word__list li {
  padding-right: 32px;
  font-size: 16px;
  line-height: 2;
}
.news__filter__word__list li input[type=checkbox] {
  display: none;
}
.news__filter__word__list li input[type=checkbox]:checked + label {
  color: #00a9e0;
}
.news__filter__word__list li input[type=checkbox]:checked + label::before {
  background-color: #00a9e0;
}
.news__filter__word__list li input[type=checkbox]:checked + label::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  background-image: url(../img/common/ic_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 12px;
  content: "";
}
.news__filter__word__list li label {
  position: relative;
  padding-left: 40px;
  font-weight: 700;
  display: inline-block;
  transition: color 0.3s;
  cursor: pointer;
}
.news__filter__word__list li label::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  background-color: #f2f2f2;
  transition: 0.3s;
  content: "";
}

.news__filter__year {
  margin-left: auto;
}

.news__filter__select {
  position: relative;
  width: 224px;
  height: 40px;
  padding-left: 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #00a9e0;
  background-image: url(../img/common/ic_select.svg);
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-size: 9px 7px;
  outline: none;
}

.news__filter__contents {
  margin-top: 34px;
}
.news__filter__contents .p-news__item {
  padding-bottom: 0;
}
.news__filter__contents .c-news {
  height: 100%;
}
.news__filter__contents .c-news a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.news__filter__contents .c-news__column {
  padding-bottom: 18px;
}

.news__category {
  margin-top: auto;
  padding: 5px 0;
  text-align: center;
  border-top: solid 1px #eaeaea;
}

.news__category__set {
  display: inline-block;
}

.news__category__tex {
  color: #eaeaea;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
}
.news__category__tex span {
  margin: 0 17px 5px;
}
.news__category__tex span em {
  color: #00a9e0;
  font-style: normal;
}

.news__filter__text {
  padding: 0 16px;
  font-size: 40px;
  font-weight: 700;
}

.news__more {
  width: 300px;
  height: 80px;
  margin: 100px auto 0;
  background-color: #ddd;
}

.newsdetail__header__date {
  color: #00a9e0;
  font-size: 14px;
  font-weight: 700;
}

.newsdetail__header__tags {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
}

.newsdetail__header__tags__main {
  display: flex;
  flex-wrap: wrap;
}
.newsdetail__header__tags__main a {
  margin-right: 16px;
  margin-bottom: 9px;
  font-size: 12px;
  font-weight: 700;
}

.newsdetail__header__tags__sub {
  display: flex;
  flex-wrap: wrap;
}
.newsdetail__header__tags__sub a {
  margin-bottom: 9px;
  margin-right: 16px;
  color: #a7a8aa;
  font-size: 12px;
  font-weight: 700;
}
.newsdetail__header__tags__sub a::before {
  content: "#";
}

.newsdetail__header__title {
  margin-top: 19px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5;
}

.newsdetail__sns {
  margin-top: 29px;
  display: flex;
  justify-content: flex-end;
}
.newsdetail__sns .p-snslink ul li {
  margin-left: 8px;
  background-color: #2d2d2d;
}
.newsdetail__sns .p-snslink ul li:first-child {
  margin-left: 0;
}
.newsdetail__sns .p-snslink ul li a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsdetail__contents {
  max-width: 1078px;
}

.newsdetail__body {
  margin-top: 65px;
}

.newsdetail__info {
  width: 100%;
  display: flex;
}
.newsdetail__info + .newsdetail__info {
  margin-top: 14.5px;
  padding-top: 15px;
  border-top: solid 1px #eaeaea;
}

.newsdetail__info__head {
  width: 160px;
}
.newsdetail__info__head p {
  font-size: 16px;
  font-weight: 700;
}

.newsdetail__info__body {
  width: calc(100% - 160px);
}

.newsdetail__info__elem__list {
  width: 100%;
  display: flex;
}
.newsdetail__info__elem__list + .newsdetail__info__elem__list {
  margin-top: 7px;
}
.newsdetail__info__elem__list dt,
.newsdetail__info__elem__list dd {
  font-size: 14px;
  line-height: 1.5;
}
.newsdetail__info__elem__list dt {
  width: 96px;
  font-weight: 700;
}
.newsdetail__info__elem__list dd {
  width: calc(100% - 96px);
}
.newsdetail__info__elem__list dd p > span:after {
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-left: 24px;
  background-repeat: no-repeat;
  background-size: 20px;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.newsdetail__info__elem__list .c-textlink {
  margin-top: 0;
}
.newsdetail__info__elem__list .c-textlinkicon {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.newsdetail__info__elem__list--schedule dd p > span:after {
  background-image: url(../img/common/ic_schedule.svg);
}
.newsdetail__info__elem__list--location dd p > span:after {
  background-image: url(../img/common/ic_location.svg);
}
.newsdetail__info__elem__list--target dd p > span:after {
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  background: none;
  display: inline;
  content: ",";
}
.newsdetail__info__elem__list--target dd p > span:last-child:after {
  content: none;
}
.newsdetail__info__elem__list--update dt {
  color: #00a9e0;
}
.newsdetail__info__elem__list--update dd p > span::after {
  content: none;
}

.newsdetail__btn {
  margin-top: 200px;
}
.newsdetail__btn .c-button {
  width: 544px;
  margin: 0 auto;
}
.newsdetail__btn .c-button .c-direction__icon::before, .newsdetail__btn .c-button .c-direction__icon::after {
  background-image: url(../img/common/ic_back.svg);
  background-size: 16px 34px;
}
.newsdetail__btn .c-button .c-direction__icon::before {
  background-position: 0 0;
}
.newsdetail__btn .c-button .c-direction__icon::after {
  background-position: 0 -17px;
}

/* wide_pc
----------------------------------------------- */
@media only screen and (min-width: 1120px) {
  .newsdetail__sns .p-snslink ul li a {
    transition-property: background-color;
    transition-duration: 0.5s;
  }
  .newsdetail__sns .p-snslink ul li a:hover {
    background-color: #fff;
  }
}
/* sp
----------------------------------------------- */
@media only screen and (max-width: 768px) {
  .news {
    margin-top: 77px;
    padding-bottom: 0;
  }
  .news__search {
    display: block;
  }
  .news__search .c-searchbox__inner {
    width: auto;
  }
  .news__search .c-searchbox__text {
    width: calc(100% - 24px - 15px);
  }
  .news__search .c-formparts input[type=text],
.news__search .c-formparts input[type=tel],
.news__search .c-formparts input[type=email],
.news__search .c-formparts input[type=search],
.news__search .c-formparts input[type=password],
.news__search .c-formparts input[type=url],
.news__search .c-formparts input[type=number],
.news__search .c-formparts select,
.news__search .c-formparts textarea {
    height: 42px;
  }
  .news__search__tex {
    padding-right: 0;
    margin-bottom: 29px;
  }
  .news__search__h {
    font-size: 18px;
  }
  .news__filter {
    margin-top: 37px;
  }
  .news__filter__head .p-sort {
    width: calc(100% + 24px);
  }
  .news__filter__body {
    margin-top: 40px;
  }
  .news__filter__wrap {
    display: block;
  }
  .news__filter__word {
    padding-bottom: 8px;
  }
  .news__filter__word__list li {
    width: 33.3333%;
    padding-right: 10px;
    margin-bottom: 32px;
    font-size: 12px;
  }
  .news__filter__word__list li label {
    padding-left: 30px;
  }
  .news__filter__year form {
    padding: 8px 0;
    border-top: solid 1px #eaeaea;
    border-bottom: solid 1px #eaeaea;
  }
  .news__filter__select {
    width: 100%;
    height: 57px;
  }
  .news__filter__contents {
    margin-top: 20px;
  }
  .news__filter__contents .p-news__item {
    padding-bottom: 0;
  }
  .news__filter__contents .c-news__column {
    padding-bottom: 14px;
  }
  .news__category {
    padding: 14px 0 6px;
    text-align: left;
    border-bottom: 0;
  }
  .news__category__set {
    display: block;
  }
  .news__category__tex {
    font-size: 10px;
    justify-content: space-between;
  }
  .news__category__tex span {
    width: 50%;
    margin: 0 0 8px;
  }
  .news__category__tex span:nth-child(odd) {
    padding-right: 2px;
  }
  .news__category__tex span:nth-child(even) {
    padding-left: 2px;
  }
  .news__filter__text {
    padding: 0 12px;
    font-size: 20px;
    line-height: 1.5;
  }
  .newsdetail__header__date {
    font-size: 11px;
  }
  .newsdetail__header__tags {
    margin-top: 16.5px;
    display: block;
  }
  .newsdetail__header__tags__main a {
    margin-right: 12px;
    font-size: 10px;
  }
  .newsdetail__header__tags__sub {
    margin-top: 5px;
  }
  .newsdetail__header__tags__sub span {
    margin-right: 12px;
    font-size: 10px;
  }
  .newsdetail__header__title {
    margin-top: 14.5px;
    font-size: 18px;
  }
  .newsdetail__sns {
    margin-top: 32.59px;
  }
  .newsdetail__sns .p-snslink {
    margin-top: 0;
  }
  .newsdetail__sns .p-snslink ul li {
    margin-right: 0;
    margin-left: 7.5px;
  }
  .newsdetail__sns .p-snslink ul li a {
    width: 34px;
    height: 34px;
  }
  .newsdetail__body {
    margin-top: 40px;
  }
  .newsdetail__contents {
    margin-top: 40px;
  }
  .newsdetail__info {
    display: block;
  }
  .newsdetail__info + .newsdetail__info {
    margin-top: 32px;
    padding-top: 29px;
  }
  .newsdetail__info__head {
    width: 100%;
  }
  .newsdetail__info__head p {
    font-size: 12px;
  }
  .newsdetail__info__body {
    width: 100%;
  }
  .newsdetail__info__elem__list {
    margin-top: 28px;
  }
  .newsdetail__info__elem__list + .newsdetail__info__elem__list {
    margin-top: 28px;
  }
  .newsdetail__info__elem__list dt,
.newsdetail__info__elem__list dd {
    font-size: 14px;
  }
  .newsdetail__info__elem__list dt {
    width: 64px;
  }
  .newsdetail__info__elem__list dd {
    width: calc(100% - 64px);
  }
  .newsdetail__info__elem__list dd p > span:after {
    margin-top: -2px;
    margin-left: 15px;
  }
  .newsdetail__info__elem__list--update {
    margin-top: 19px;
    display: block;
  }
  .newsdetail__info__elem__list--update + .newsdetail__info__elem__list--update {
    margin-top: 19px;
  }
  .newsdetail__info__elem__list--update dt {
    width: 100%;
  }
  .newsdetail__info__elem__list--update dd {
    width: 100%;
    margin-top: 9px;
  }
  .newsdetail__btn {
    margin-top: 100px;
  }
  .newsdetail__btn .c-button {
    width: 100%;
    max-width: 328px;
  }
  .newsdetail__btn .c-button .c-direction__icon {
    height: 13px;
  }
  .newsdetail__btn .c-button .c-direction__icon::before, .newsdetail__btn .c-button .c-direction__icon::after {
    background-size: 12px 26px;
  }
  .newsdetail__btn .c-button .c-direction__icon::after {
    background-position: 0 -13px;
  }
}