/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
@media screen and (min-width: 768px), print {
  .topics_list_wrapper {
    min-height: 400px;
  }
}

.topics_list_wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .newsline_list > li:not(:last-child) {
    border-bottom: dashed 1px #5e5d57;
  }
}

.newsline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s background-color;
  -o-transition: 0.2s background-color;
  transition: 0.2s background-color;
}

.root .newsline {
  color: #333;
}

@media screen and (min-width: 768px), print {
  .newsline {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .newsline {
    padding: 15px 0;
  }
}

.newsline:hover {
  background-color: #edf4c3;
}

.newsline.disable {
  pointer-events: none;
  opacity: .8;
}

.newsline__head {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px), print {
  .newsline__head {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .newsline__head {
    padding: 0 5px;
  }
}

@media screen and (min-width: 768px), print {
  .newsline__thumb {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .newsline__thumb {
    width: 80px;
  }
}

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

@media screen and (max-width: 767px) {
  .newsline__body {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.newsline__date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0;
}

@media screen and (min-width: 768px), print {
  .newsline__date {
    font-size: 0.875rem;
    width: 103px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .newsline__date {
    font-size: 12px;
    width: 80px;
    line-height: 1.3;
  }
}

.newsline__category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 768px), print {
  .newsline__category_list {
    margin-right: 1em;
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .newsline__category_list {
    width: calc(100% - 80px);
    margin-bottom: .3em;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .newsline__category_list > * {
    margin-left: .3em;
    margin-bottom: .3em;
  }
}

@media screen and (min-width: 768px), print {
  .newsline__category_list > *:not(:last-child) {
    margin-bottom: 5px;
  }
}

.newsline__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: .05em;
  color: #fff;
  background-color: #74746f;
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .newsline__category {
    font-size: 14px;
    width: 120px;
    height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .newsline__category {
    font-size: 12px;
    padding: 3px 10px;
  }
}

.newsline__title {
  line-height: 1.7;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .newsline__title {
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .newsline__title {
    margin-top: .1em;
  }
}

.topics__category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .topics__category_list > * {
    margin-bottom: 5px;
  }
}

.topics__category_list > *:not(:last-child) {
  margin-right: 5px;
}

.topics__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
  height: 15px;
  font-size: 11px;
  letter-spacing: -0.1em;
  font-weight: bold;
  background-color: #fff;
  color: #fff;
}

.article {
  padding-bottom: 5em;
}

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

@media screen and (min-width: 768px), print {
  .article__head {
    margin-bottom: 5em;
  }
}

@media screen and (max-width: 767px) {
  .article__head {
    margin-bottom: 2em;
  }
}

.article__date {
  font-weight: bold;
  font-size: 0.875rem;
  color: #98b912;
}

@media screen and (max-width: 767px) {
  .article__date {
    margin-bottom: 0.2em;
    margin-right: 0.5em;
  }
}

.article__category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .article__category_list {
    max-width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .article__category_list > * {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 768px), print {
  .article__category_list > *:not(:last-child) {
    margin-right: 5px;
  }
}

.article__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #74746f;
}

@media screen and (max-width: 767px) {
  .article__category {
    width: 100%;
  }
}

.article__body img {
  max-width: 100%;
  height: auto;
}

.tab_list_wrapper {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .tab_list_wrapper {
    margin-bottom: 20px;
  }
}

.tab_list_wrapper .tab_list .tab._selected::before {
  outline: 5px solid #fdf464;
}

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

@media screen and (min-width: 768px), print {
  .tab_list {
    margin-left: 15px;
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .tab_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2px;
  }
  .tab_list > li {
    width: 50%;
    padding: 2px;
  }
}

.tab_list::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #5e5d57;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.tab_list li {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 768px), print {
  .tab_list li {
    margin: 0 4px;
  }
  .tab_list li._selected {
    margin: 0 18px;
  }
}

.tab_list-map {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .tab_list-map {
    margin-bottom: 10px;
  }
}

.tab_list-map li {
  position: relative;
}

.tab_list-map li:not(:last-child) {
  margin-right: 20px;
}

.tab_list .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  color: #5e5d57;
  text-decoration: none;
  letter-spacing: .05em;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media screen and (min-width: 768px), print {
  .tab_list .tab {
    font-size: 14px;
    border-top: solid 1px #5e5d57;
    border-left: solid 1px #5e5d57;
    border-right: solid 1px #5e5d57;
    height: 36px;
    padding: 8px 10px;
  }
}

@media screen and (max-width: 767px) {
  .tab_list .tab {
    font-size: 14px;
    border: solid 1px #5e5d57;
    padding: 8px 10px;
  }
}

@media screen and (min-width: 768px), print {
  .tab_list .tab._selected {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.tab_list .tab._selected, .tab_list .tab:hover {
  background-color: #edf4c3;
}

.tab_list .tab._map {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 3px;
  padding-bottom: 3px;
}

@media screen and (min-width: 768px), print {
  .tab_list .tab._map {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .tab_list .tab._map {
    width: 134px;
  }
}

.tab_list .tab._map::before {
  background-color: #fff;
  -webkit-transform: skew(-2deg, -1deg);
  -ms-transform: skew(-2deg, -1deg);
  transform: skew(-2deg, -1deg);
}

.tab_list .tab._selected._map .text-bg, .tab_list .tab:hover._map .text-bg {
  background-position: 0 -20px;
}

.tab_list .tab._selected._map::before, .tab_list .tab:hover._map::before {
  background-color: #fc4b22;
}

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

@media screen and (min-width: 768px), print {
  .newscard_list {
    width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .newscard_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px), print {
  .newscard_list li {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .newscard_list li {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}

.newscard {
  text-decoration: none;
  display: block;
  overflow: hidden;
  background-color: #fff;
  color: #000;
}

.newscard:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

@media screen and (min-width: 768px), print {
  .newscard {
    width: 180px;
    height: 230px;
  }
}

@media screen and (max-width: 767px) {
  .newscard {
    width: 270px;
    height: 300px;
  }
}

.newscard__head {
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .newscard__head {
    width: 180px;
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .newscard__head {
    width: 270px;
    height: 180px;
  }
}

.newscard__head img {
  display: block;
  width: 100%;
}

.newscard__body {
  padding: 13px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.newscard__body__1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 7px;
}

.newscard__body__2 {
  font-size: 0.875rem;
  line-height: 1.5;
}

.newscard__body .date {
  font-size: 0.813rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 15px;
}

.newscard__body .cate_area {
  -ms-flex-preferred-size: 75px;
  flex-basis: 75px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  font-size: 0.625rem;
}

.newscard__body .cate {
  width: 100%;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.newscard__body .cate._all {
  background-color: #fff;
}

.newscard__body .cate._news {
  background-color: #fff;
}

.newscard__body .cate._event {
  background-color: #fff;
}

.newscard__body .cate._campaign {
  background-color: #fff;
}

.newscard__body .cate._important {
  background-color: #fff;
}

.newscard__body .cate._einou {
  background-color: #fff;
}

.no_news {
  text-align: center;
}

.new {
  display: inline-block;
  line-height: 1;
  padding: 2px 5px;
  color: #f00;
  border: solid 1px #f00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  margin: 0 .5em;
}

@media screen and (min-width: 768px), print {
  .new {
    font-size: 12px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  .new {
    font-size: 10px;
  }
}

/*# sourceMappingURL=topics.css.map */