body.news section.mv {
  margin-bottom: 0;
}
body.news section.news {
  background: #f3f1ed;
  margin-bottom: 5.2083333333vw;
  padding: 3.125vw 0 5.2083333333vw 0;
}
body.news section.news h3 {
  color: #0b3551;
  font-size: 2.0833333333vw;
  font-weight: 700;
  margin-bottom: 3.2291666667vw;
  text-align: center;
}
body.news section.news > .inner {
  align-items: flex-start;
  background: #ffffff;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 auto 0 auto;
  width: 62.5vw;
}
body.news section.news > .inner .selector {
  padding: 3.125vw 1.875vw 3.125vw 0;
  position: sticky;
  top: 1.0416666667vw;
  width: 15.625vw;
}
body.news section.news > .inner .selector.reform {
  background: #f6efe0;
}
body.news section.news > .inner .selector > dt {
  color: #019b96;
  font-size: max(0.9375vw, 12.6px);
  font-weight: 700;
  margin-bottom: 0.4166666667vw;
  text-align: center;
  width: 10.8333333333vw;
}
body.news section.news > .inner .selector > dd {
  width: 10.8333333333vw;
}
body.news section.news > .inner .selector > dd .select2-container .select2-selection {
  border: 1px solid #dddddd;
  height: 2.9166666667vw;
  width: 100%;
}
body.news section.news > .inner .selector > dd .select2-container .select2-selection .select2-selection__rendered {
  color: #1864a5;
  font-size: max(0.9375vw, 12.6px);
  line-height: 2.9166666667vw;
}
body.news section.news > .inner .selector > dd .select2-container .select2-selection .select2-selection__arrow {
  background: url(/assets/img/common/1x/icon_selector.svg) center no-repeat;
  background-size: contain;
  height: 100%;
  right: 0.5208333333vw;
  width: 1.25vw;
}
body.news section.news > .inner .selector > dd .select2-container .select2-selection .select2-selection__arrow b {
  display: none;
}
body.news section.news > .inner .selector > dd .select2-container.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
}
body.news section.news > .inner .items {
  border-collapse: collapse;
  display: table;
  margin: 3.125vw 2.0833333333vw;
  width: 100%;
}
body.news section.news > .inner .items > li {
  border-bottom: 1px solid #d3d7D9;
  display: table-row-group;
}
body.news section.news > .inner .items > li > a {
  display: table-row;
}
body.news section.news > .inner .items > li .date {
  display: table-cell;
  font-size: 0.9375vw;
  font-weight: 700;
  min-width: 6.4583333333vw;
  padding: 1.4583333333vw 1.5625vw 0.8333333333vw 0;
  vertical-align: middle;
  white-space: nowrap;
}
body.news section.news > .inner .items > li .category {
  display: table-cell;
  min-width: 5.2083333333vw;
  padding: 1.4583333333vw 1.0416666667vw 0.8333333333vw 0;
  vertical-align: middle;
}
body.news section.news > .inner .items > li .category > a {
  background: #019b96;
  border-collapse: separate;
  border-spacing: 0.8333333333vw 0.4166666667vw;
  color: #ffffff;
  display: table;
  font-size: 0.9375vw;
  font-weight: 700;
  line-height: 1.25vw;
}
body.news section.news > .inner .items > li .content {
  display: table-cell;
  font-size: 0.9375vw;
  font-weight: 700;
  padding: 1.4583333333vw 0 0.8333333333vw 0;
  width: 100%;
  vertical-align: middle;
}
body.news section.news .single {
  background: #ffffff;
  display: block;
  margin: 0 auto 0 auto;
  padding: 1.25vw 2.0833333333vw 2.0833333333vw 2.0833333333vw;
  width: 62.5vw;
}
body.news section.news .single .headline {
  align-items: center;
  border-bottom: 1px solid #d3d7d9;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.4166666667vw;
  padding-bottom: 0.4166666667vw;
}
body.news section.news .single .headline h2 {
  color: #504f4f;
  font-size: max(1.25vw, 19.2px);
  font-weight: 700;
  line-height: 2.0833333333vw;
}
body.news section.news .single .headline .category {
  display: table-cell;
  min-width: 5.2083333333vw;
  vertical-align: middle;
}
body.news section.news .single .headline .category > a {
  background: #019b96;
  border-collapse: separate;
  border-spacing: 0.8333333333vw 0.4166666667vw;
  color: #ffffff;
  display: table;
  font-size: max(0.9375vw, 14.4px);
  font-weight: 700;
  line-height: 1.25vw;
}
body.news section.news .single .date {
  color: #504f4f;
  font-size: max(0.9375vw, 14.4px);
  font-weight: 700;
  margin-bottom: 2.0833333333vw;
}
body.news section.news .single .content {
  font-size: max(0.9375vw, 14.4px);
  margin-bottom: 4.6875vw;
}
body.news section.news .single .pagination {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5625vw;
}
body.news section.news .single .pagination > a {
  border: 1px solid #019b96;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #019b96;
  font-size: max(0.7291666667vw, 11.2px);
  font-weight: 700;
  height: max(1.7708333333vw, 27.2px);
  width: max(8.5416666667vw, 131.2px);
}
body.news section.news .single .back > a {
  justify-content: center;
  align-items: center;
  background: #019b96;
  display: flex;
  color: #ffffff;
  font-size: max(0.8333333333vw, 12.8px);
  font-weight: 700;
  line-height: 2.5vw;
}
/*# sourceMappingURL=map/news.css.map */
