/*===============================================
 responsive setting
===============================================*/
/*===============================================
 responsive element
===============================================*/
.sp-inline,
.sp-inline-block,
.sp-block {
  display: none !important;
}

.pc-inline {
  display: inline !important;
}

.pc-inline-block {
  display: inline-block !important;
}

.pc-block {
  display: block !important;
}

@media only screen and (max-width: 640px) {
  .sp-inline {
    display: inline !important;
  }
  .sp-inline-block {
    display: inline-block !important;
  }
  .sp-block {
    display: block !important;
  }
  .pc-inline,
  .pc-inline-block,
  .pc-block {
    display: none !important;
  }
}

/*===============================================
 pos
===============================================*/
/*===============================================
 block
===============================================*/
/*===============================================
 liquid element
===============================================*/
/*===============================================
 img
===============================================*/
/*===============================================
 hover
===============================================*/
/*===============================================
 clearfix
===============================================*/
/*!
 * style for /thv/marketplace/event/
 */
img {
  vertical-align: top;
}

/*===============================================
 nav
===============================================*/
.topic-path ul.lower {
  width: 950px;
  padding: 5px;
  margin: 0 auto;
  background-color: #f4f4f4;
}

.topic-path ul.lower li a {
  text-decoration: underline;
}

/*===============================================
 article
===============================================*/
.article-title {
  position: relative;
}

@media only screen and (max-width: 640px) {
  .article-title {
    font-size: 5 vw;
    line-height: 1;
  }
}

.article-title:before {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("../images/index-ico-title.png") no-repeat;
  background-size: 100%;
  margin-right: 20px;
  vertical-align: -18px;
  content: "";
}

@media only screen and (max-width: 640px) {
  .article-title:before {
    width: 2em;
    height: 2em;
    margin-right: 2.5%;
    vertical-align: -.55em;
  }
}

/*===============================================
 tab
===============================================*/
.tab-links {
  *zoom: 1;
  margin-top: 7px;
  border-bottom: #5471ad solid 4px;
}

.tab-links:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (max-width: 640px) {
  .tab-links {
    margin-top: 0;
    margin-bottom: -3.57143%;
    border-bottom: none;
  }
}

.tab-item {
  float: left;
  width: 186px;
  margin-right: 5px;
  text-align: center;
  text-transform: uppercase;
}

.tab-item:nth-last-child(1) {
  margin-right: 0;
}

.tab-item a, .tab-item span {
  box-sizing: border-box;
  display: block;
  padding: 27px 0 26px;
  font-size: 17px;
  line-height: 1;
}

.tab-item a {
  color: #5d7dbf;
  background-color: #e3e6ee;
  text-decoration: none;
}

.tab-item.current a, .tab-item.current span {
  color: #fff;
  background-color: #5d7dbf;
}

@media only screen and (max-width: 640px) {
  .tab-item {
    position: relative;
    width: 32.5%;
    margin-right: 1.78571%;
    margin-bottom: 3.57143%;
  }
  .tab-item a, .tab-item span {
    padding: 15.38462% 0;
    font-size: 3.75vw;
  }
  .tab-item:nth-child(2n) {
    margin-right: 0;
  }
  .tab-item:nth-child(1) {
    margin-right: 1.25%;
  }
  .tab-item:nth-child(2) {
    margin-right: 1.25%;
  }
  .tab-item:nth-child(3) {
    margin-right: 0;
  }
  .tab-item:nth-child(4) {
    width: 49.28571%;
    margin-right: 1.42857%;
  }
  .tab-item:nth-child(4) a, .tab-item:nth-child(4) span {
    padding: 10.14493% 0;
  }
  .tab-item:nth-child(5) {
    width: 49.28571%;
    margin-right: 0;
  }
  .tab-item:nth-child(5) a, .tab-item:nth-child(5) span {
    padding: 10.14493% 0;
  }
  .tab-item.current:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    background: url("../images/ico_tab-breath.png") no-repeat;
    background-size: contain;
  }
  .tab-item.current:nth-child(1):after, .tab-item.current:nth-child(2):after, .tab-item.current:nth-child(3):after {
    width: 12.08791%;
    margin-bottom: -7.69231%;
    margin-left: -6.04396%;
    padding-top: 7.69231%;
  }
  .tab-item.current:nth-child(4):after, .tab-item.current:nth-child(5):after {
    width: 7.97101%;
    margin-bottom: -5.07246%;
    margin-left: -3.98551%;
    padding-top: 5.07246%;
  }
}

/*===============================================
 info-list
===============================================*/
.info-list {
  *zoom: 1;
}

.info-list:after {
  content: "";
  display: block;
  clear: both;
}

/*===============================================
 news-category
===============================================*/
.news-category {
  *zoom: 1;
  font-size: 0;
}

.news-category:after {
  content: "";
  display: block;
  clear: both;
}

.news-category-item {
  display: inline-block;
  margin-right: 6px;
  font-size: 13px;
  letter-spacing: -.1em;
  border-radius: 2px;
}

.news-category-item:nth-last-child(1) {
  margin-right: 0;
}

.news-category-item a {
  display: block;
  padding: 0 10px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
}

.news-category-item.news {
  background-color: #e7a844;
}

.news-category-item.creatures-information {
  background-color: #2ea0df;
}

.news-category-item.creatures-information a {
  padding-left: 9px;
}

.news-category-item.participants {
  background-color: #ee8888;
}

.news-category-item.marketplace {
  background-color: #43b9ce;
}

.news-category-item.marketplace a {
  padding-left: 9px;
}

.list-item {
  *zoom: 1;
  float: left;
  margin-top: 40px;
  width: 455px;
}

.list-item:after {
  content: "";
  display: block;
  clear: both;
}

.list-item:nth-child(2n-1) {
  margin-right: 40px;
}

.list-item .image {
  float: left;
  width: 123px;
  margin-right: 15px;
}

.list-item .image img {
  width: 100%;
  height: auto;
}

.list-item .text {
  float: left;
  width: 317px;
}

.list-item .date {
  margin-top: 3px;
  color: #666666;
  font-size: 14px;
  line-height: 1;
}

.list-item .news-category {
  margin-top: 8px;
}

.list-item .news-category-item {
  margin-top: 4px;
}

.list-item .description {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.57143;
}

.list-item .description a {
  color: #5d7dbf;
}

@media only screen and (max-width: 640px) {
  .list-item {
    float: none;
    margin-top: 7.14286%;
  }
  .list-item:nth-child(2n-1), .list-item:nth-child(2n) {
    width: 100%;
  }
  .list-item:nth-child(2n-1) .text, .list-item:nth-child(2n) .text {
    width: 60.71429%;
  }
  .list-item:nth-child(2n-1) .description, .list-item:nth-child(2n) .description {
    width: 100%;
  }
  .list-item .image {
    float: left;
    width: 35.71429%;
    margin-right: 3.57143%;
  }
  .list-item .text {
    float: left;
  }
  .list-item .date {
    margin-top: 0;
    color: #666666;
    font-size: 3.28125vw;
  }
  .list-item .news-category {
    margin-top: 2.94118%;
  }
  .list-item .news-category-item {
    margin-top: 1.17647%;
    margin-right: 1.47059%;
    padding: 0 4.41176%;
    font-size: 3.28125vw;
    letter-spacing: -.05em;
  }
  .list-item .news-category-item a {
    color: #fff;
    padding: 0;
    line-height: 152.38095%;
  }
  .list-item .description {
    margin-top: 1.76471%;
    font-size: 3.59375vw;
    line-height: 1.3913;
  }
  .list-item .description a {
    color: #5d7dbf;
  }
}

/*===============================================
 pagination
===============================================*/
.pagination {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}

.pagination-inner {
  position: relative;
  left: 50%;
  float: left;
}

.pagination-inner div {
  display: table;
  position: relative;
  left: -50%;
  float: left;
  margin-right: 5px;
  list-style: none;
  font-size: 14px;
}

.pagination-inner divn:nth-last-child(1) {
  margin: 0;
}

.pagination-inner div a, .pagination-inner div span {
  display: table-cell;
  width: 38px;
  height: 38px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

.pagination-inner div a {
  border: #5d7dbf solid 1px;
  color: #5d7dbf;
}

.pagination-inner div span {
  border: #ccc solid 1px;
  color: #ccc;
}

.pagination-inner div.current a, .pagination-inner div.current span {
  border: #5d7dbf solid 1px;
  color: #fff;
  background-color: #5d7dbf;
}

.pagination-inner .prev2 a, .pagination-inner .prev2 span, .pagination-inner .next2 a, .pagination-inner .next2 span {
  width: 88px;
}

@media only screen and (max-width: 640px) {
  .pagination {
    margin-top: 8.92857%;
  }
  .pagination-inner div {
    display: none;
    position: relative;
    left: -50%;
    float: left;
    margin-right: 5px;
    list-style: none;
    font-size: 14px;
  }
  .pagination-inner div:nth-last-child(1) {
    margin: 0;
  }
  .pagination-inner div a, .pagination-inner div span {
    display: table-cell;
    width: 28px;
    height: 28px;
    font-size: 11px;
  }
  .pagination-inner div.current {
    display: table;
  }
  .pagination-inner div.current a, .pagination-inner div.current span {
    border: #5d7dbf solid 1px;
    color: #fff;
    background-color: #5d7dbf;
  }
  .pagination-inner div.current + div {
    display: table;
  }
  .pagination-inner div:nth-child(1), .pagination-inner div:nth-child(2), .pagination-inner div:nth-last-child(1), .pagination-inner div:nth-last-child(2) {
    display: table;
  }
  .pagination-inner .prev2 a, .pagination-inner .prev2 span, .pagination-inner .next2 a, .pagination-inner .next2 span {
    width: 65px;
  }
}

/*===============================================
 event02
===============================================*/
.event02 {
  margin-top: 67px;
}

@media only screen and (max-width: 640px) {
  .event02 {
    margin-top: 8.92857%;
  }
}

/*===============================================
 archives
===============================================*/
.archives {
  *zoom: 1;
  padding-bottom: 30px;
  font-size: 0;
}

.archives:after {
  content: "";
  display: block;
  clear: both;
}

.archives-item {
  display: inline-block;
  width: 166px;
  margin-top: 25px;
  margin-right: 30px;
  vertical-align: top;
}

.archives-item:nth-child(5n) {
  margin-right: 0;
}

.archives-item dt {
  padding: 8px 0 7px 9px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  background-color: #869eda;
}

.archives-item ol {
  margin-top: 14px;
}

.archives-item li {
  margin-top: 13px;
  font-size: 14px;
}

.archives-item .ico-link {
  display: block;
  color: #5d7dbf;
  line-height: 1;
  text-decoration: underline;
}

.archives-item .ico-link:before {
  vertical-align: -2px;
}

@media only screen and (max-width: 640px) {
  .archives {
    margin-top: 5.35714%;
    margin-bottom: -1.78571%;
    padding-bottom: 0;
  }
  .archives-item {
    width: 100%;
    margin: 0;
  }
  .archives-item:nth-last-child(1) {
    margin: 0;
  }
  .archives-item dt {
    margin-bottom: 3.57143%;
    padding: 1.78571% 0 2.14286% 1.78571%;
    color: #fff;
    font-size: 3.75vw;
    line-height: 1;
    background-color: #869eda;
  }
  .archives-item dd {
    padding-left: 1.78571%;
  }
  .archives-item ol {
    *zoom: 1;
    margin-top: 0;
  }
  .archives-item ol:after {
    content: "";
    display: block;
    clear: both;
  }
  .archives-item li {
    float: left;
    width: 27.27273%;
    margin-top: 0;
    margin-right: 1.81818%;
    margin-bottom: 5.45455%;
    font-size: 3.59375vw;
  }
  .archives-item .ico-link {
    margin-right: 5.33333%;
  }
  .archives-item .ico-link:before {
    vertical-align: -2px;
  }
}

/*===============================================
 article-body
===============================================*/
.article-body {
  padding-top: 35px;
  padding-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .article-body {
    padding-top: 6.875%;
  }
}

.article-body-inner {
  *zoom: 1;
  margin-top: 17px;
}

.article-body-inner:after {
  content: "";
  display: block;
  clear: both;
}

.article-body-inner .article {
  float: right;
  width: 685px;
}

.article-body-inner .article-meta {
  *zoom: 1;
  float: right;
  margin-top: 10px;
}

.article-body-inner .article-meta:after {
  content: "";
  display: block;
  clear: both;
}

.article-body-inner .article-meta .date {
  float: left;
  margin-top: 3px;
  margin-right: 10px;
  padding-right: 9px;
  border-right: #7f7f7f solid 1px;
  font-size: 13px;
  line-height: 1.15385;
}

.article-body-inner .article-meta .news-category {
  float: left;
}

.article-body-inner .article-contents {
  clear: both;
  padding-top: 27px;
}

.article-body-inner .article-contents p, .article-body-inner .article-contents div {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.8;
}

.article-body-inner .article-contents .lead {
  color: #ee8888;
  font-size: 16px;
  line-height: 1.25;
}

.article-body-inner .article-contents .caption {
  color: #666666;
  font-size: 13px;
  line-height: 1.53846;
}

.article-body-inner .article-contents img, .article-body-inner .article-contents iframe {
  max-width: 100%;
  max-height: 100%;
}

.article-body-inner .news-contents {
  font-size: 14px;
  line-height: 1.42857;
}

.article-body-inner .article-share {
  *zoom: 1;
  position: relative;
  margin-top: 97px;
  padding-bottom: 49px;
  border-bottom: #5d7dbf solid 1px;
}

.article-body-inner .article-share:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (max-width: 640px) {
  .article-body-inner .article-share {
    margin-top: 15.71429%;
  }
}

.article-body-inner .article-share .share-title {
  margin: 0 auto 30px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .article-body-inner .article-share .share-title {
    margin-bottom: 7.85714%;
  }
}

.article-body-inner .article-share .share-title img {
  width: 170px;
}

@media only screen and (max-width: 640px) {
  .article-body-inner .article-share .share-title img {
    width: 43.92857%;
  }
}

.article-body-inner .article-share ul {
  display: block;
  text-align: center;
  font-size: 0;
}

.article-body-inner .article-share ul li {
  display: inline-block;
  vertical-align: bottom;
  width: 166px;
  height: 44px;
  margin-left: 28px;
}

@media only screen and (max-width: 640px) {
  .article-body-inner .article-share ul li {
    font-size: 5vw;
    width: 30%;
    height: 2em;
    margin-left: 5%;
  }
}

.article-body-inner .article-share ul li img {
  height: 100%;
}

.article-body-inner .article-share ul li.share-btn-fb {
  background-color: #6c76b3;
  margin-left: 0;
}

.article-body-inner .article-share ul li.share-btn-tw {
  background-color: #47bff8;
}

.article-body-inner .article-share ul li.share-btn-line {
  display: none;
  background-color: #52d463;
}

@media only screen and (max-width: 640px) {
  .article-body-inner .article-share ul li.share-btn-line {
    display: inline-block;
  }
}

.article-body-inner .article-share ul li iframe {
  vertical-align: bottom;
}

@media only screen and (max-width: 640px) {
  .article-body-inner {
    margin-top: 0;
  }
  .article-body-inner .article {
    float: none;
    width: 100%;
    padding: 0;
  }
  .article-body-inner .article-meta {
    float: none;
    margin-top: 0;
  }
  .article-body-inner .article-meta .date {
    float: none;
    margin: 1.78571% 0 0;
    padding: 0;
    border-right: none;
    font-size: 3.59375vw;
    line-height: 1;
  }
  .article-body-inner .article-meta .news-category {
    float: none;
  }
  .article-body-inner .article-contents {
    margin-top: 4.64286%;
    padding-top: 0;
  }
  .article-body-inner .article-contents p, .article-body-inner .article-contents div {
    margin-top: 0;
    font-size: 3.59375vw;
    line-height: 1.3913;
  }
  .article-body-inner .article-contents .lead {
    font-size: 3.90625vw;
    line-height: 1.28;
  }
  .article-body-inner .article-contents .caption {
    font-size: 3.28125vw;
    line-height: 1.52381;
  }
  .article-body-inner .article-contents img {
    width: 100%;
    height: auto;
  }
  .article-body-inner .article-contents iframe {
    max-width: 100%;
    max-height: inherit;
    height: auto;
  }
  .article-body-inner .news-category {
    margin-top: 0.71429%;
  }
  .article-body-inner .news-category-item {
    margin-top: 0.89286%;
    margin-right: 0.89286%;
    font-size: 3.28125vw;
    letter-spacing: -.05em;
    padding: 0 2.67857%;
  }
  .article-body-inner .news-category-item a {
    color: #fff;
    padding: 0;
    line-height: 152.38095%;
  }
}

/*===============================================
 detail-pagination
===============================================*/
.detail-pagination {
  position: relative;
  margin-top: 50px;
  margin-bottom: -3px;
  min-height: 100px;
}

.detail-pagination-main {
  *zoom: 1;
  padding: 0 11px 0 9px;
}

.detail-pagination-main:after {
  content: "";
  display: block;
  clear: both;
}

.detail-pagination-main .prev, .detail-pagination-main .next {
  width: 210px;
}

.detail-pagination-main a {
  position: relative;
  display: block;
  width: 186px;
  text-decoration: none;
}

.detail-pagination-main .prev {
  float: left;
}

.detail-pagination-main .prev a {
  padding-left: 23px;
}

.detail-pagination-main .prev a:after {
  position: absolute;
  top: 39px;
  left: 0;
  display: block;
  content: "";
  display: inline-block;
  width: 15px;
  height: 25px;
  background: url("../images/ico_prev.png") no-repeat 0 0;
}

.detail-pagination-main .next {
  float: right;
}

.detail-pagination-main .next a {
  padding-right: 19px;
}

.detail-pagination-main .next a:after {
  position: absolute;
  top: 39px;
  right: 0;
  display: block;
  content: "";
  display: inline-block;
  width: 15px;
  height: 25px;
  background: url("../images/ico_next.png") no-repeat 0 0;
}

.detail-pagination .image {
  text-align: center;
}

.detail-pagination .image img {
  max-width: 123px;
  height: auto;
}

.detail-pagination .date {
  margin-top: 10px;
  color: #333333;
  font-size: 13px;
  line-height: 1;
}

.detail-pagination .title {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.42857;
  color: #5d7dbf;
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  .detail-pagination {
    margin-top: 12.5%;
    margin-bottom: 0;
    min-height: 0;
  }
  .detail-pagination img {
    width: auto;
    height: 100%;
  }
  .detail-pagination-main {
    *zoom: 1;
    padding: 0;
    
  }
  .detail-pagination-main:after {
    content: "";
    display: block;
    clear: both;
  }
  .detail-pagination-main .prev, .detail-pagination-main .next {
    width: 47.32143%;
  }
  .detail-pagination-main a {
    position: relative;
    display: block;
    width: auto;
    text-decoration: none;
  }
  .detail-pagination-main .prev {
    margin-right: 5.35714%;
  }
  .detail-pagination-main .prev a {
    padding-left: 11.32075%;
  }
  .detail-pagination-main .prev a:after {
    top: 0;
    left: 0;
    width: 11.32075%;
    padding-top: 18.86792%;
    margin-top: 21.88679%;
    background-size: contain;
  }
  .detail-pagination-main .next a {
    padding-right: 11.32075%;
  }
  .detail-pagination-main .next a:after {
    top: 0;
    right: 0;
    width: 11.32075%;
    padding-top: 18.86792%;
    margin-top: 21.88679%;
    background-size: contain;
  }
  .detail-pagination .image {
    position: relative;
    text-align: center;
    padding-top: 70.6383%;
  }
  .detail-pagination .image span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .detail-pagination .image img {
    max-width: 100%;
    width: auto;
    height: 100%;
    text-align: center;
  }
  .detail-pagination .date {
    margin-top: 4.25532%;
    color: #333333;
    font-size: 3.28125vw;
    line-height: 1;
  }
  .detail-pagination .title {
    margin-top: 2.55319%;
    font-size: 3.59375vw;
    line-height: 1.3913;
    color: #5d7dbf;
    text-decoration: underline;
  }
}

.index {
  position: absolute;
  top: 11px;
  left: 235px;
  width: 214px;
}

.index .ico-back:before {
  margin-right: 0.5em;
}

@media only screen and (max-width: 640px) {
  .index {
    position: static;
    clear: both;
    width: 47.5%;
    margin: 7.14286% auto 0;
  }
}

.index2 {
  position: static;
  margin: 40px auto 0;
}

@media only screen and (max-width: 640px) {
  .index2 {
    margin: 7.14286% auto 0;
  }
}

/*===============================================
 latest
===============================================*/
.latest-article {
  margin-top: 67px;
}

@media only screen and (max-width: 640px) {
  .latest-article {
    margin-top: 11%;
  }
}

.latest-article-list {
  padding: 0 14px;
  font-size: 0;
}

@media only screen and (max-width: 640px) {
  .latest-article-list {
    *zoom: 1;
    padding: 0 5.35714%;
    font-size: inherit;
  }
  .latest-article-list:after {
    content: "";
    display: block;
    clear: both;
  }
}

.latest-article-list-item {
  display: inline-block;
  margin-top: 25px;
  width: 186px;
  margin-right: 50px;
  vertical-align: top;
}

.latest-article-list-item .image {
  text-align: center;
  min-height: 95px;
}

.latest-article-list-item .image img {
  max-width: 123px;
  height: auto;
}

.latest-article-list-item .date {
  margin-top: 10px;
  color: #333333;
  font-size: 13px;
  line-height: 1;
}

.latest-article-list-item .title {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.42857;
  color: #5d7dbf;
  text-decoration: underline;
}

.latest-article-list-item a {
  display: block;
  text-decoration: none;
}

.latest-article-list-item:nth-child(3n-2) {
  margin-right: 49px;
}

.latest-article-list-item:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .latest-article-list-item {
    float: left;
    display: block;
    width: 47%;
    margin-top: 6%;
    margin-right: 6%;
  }
  .latest-article-list-item:nth-child(2n-1) {
    clear: left;
  }
  .latest-article-list-item .image {
    position: relative;
    min-height: inherit;
    padding-top: 70.6383%;
    text-align: center;
  }
  .latest-article-list-item .image span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .latest-article-list-item .image img {
    max-width: 100%;
    width: auto;
    height: 100%;
  }
  .latest-article-list-item .date {
    margin-top: 4.25532%;
    font-size: 3.28125vw;
    line-height: 1;
  }
  .latest-article-list-item .title {
    margin-top: 2.55319%;
    font-size: 3.59375vw;
    line-height: 1.3913;
  }
  .latest-article-list-item a {
    display: block;
    text-decoration: none;
  }
  .latest-article-list-item:nth-child(3n-2) {
    margin-right: 6%;
  }
  .latest-article-list-item:nth-child(3n) {
    margin-right: 6%;
  }
  .latest-article-list-item:nth-child(2n) {
    margin-right: 0;
  }
}

/*===============================================
 sidebar
===============================================*/
.sidebar {
  float: left;
  width: 215px;
  margin-right: 50px;
}

.sidebar li {
  margin-top: 30px;
  padding: 0 5px 27px;
  border-bottom: #e1e1e1 solid 1px;
}

.sidebar li:nth-last-child(1) {
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar .date {
  color: #333333;
  font-size: 13px;
  line-height: 1;
}

.sidebar .news-category {
  margin-top: 4px;
}

.sidebar .news-category-item {
  margin-top: 5px;
}

.sidebar .title {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
}

.sidebar .title a {
  color: #5d7dbf;
  text-decoration: underline;
}

.sidebar .title .ico-link {
  display: block;
  position: relative;
  padding-left: 19px;
}

.sidebar .title .ico-link:before {
  position: absolute;
  top: 2px;
  left: 0;
  vertical-align: 0;
}

@media only screen and (max-width: 640px) {
  .sidebar {
    float: none;
    width: 100%;
    margin: 12.5% 0;
  }
  .sidebar .date {
    color: #333333;
    font-size: 3.59375vw;
    line-height: 1;
  }
  .sidebar li {
    margin: 0 auto 5.35714%;
    padding: 0 1.78571% 5.35714%;
  }
  .sidebar li:nth-last-child(1) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .sidebar .news-category {
    margin-top: 0.92593%;
  }
  .sidebar .news-category-item {
    margin-top: 0.92593%;
    margin-right: 0.92593%;
    font-size: 3.28125vw;
    padding: 0 2.77778%;
  }
  .sidebar .news-category-item a {
    color: #fff;
    padding: 0;
    line-height: 152.38095%;
  }
  .sidebar .title {
    margin-top: 0.74074%;
    font-size: 3.59375vw;
    line-height: 1.3913;
  }
  .sidebar .title .ico-link {
    position: relative;
    display: block;
    padding-left: 6.2963%;
    color: #5d7dbf;
  }
}

.sidebar-section-title {
  padding: 8px 0 7px 9px;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  background-color: #869eda;
}

@media only screen and (max-width: 640px) {
  .sidebar-section-title {
    margin-bottom: 3.57143%;
    padding: 1.78571% 0 2.14286% 2.14286%;
    font-size: 3.75vw;
    line-height: 1;
  }
}

.back-bottom {
  margin-top: 40px;
}

.sidebar #more-article {
  display: block;
  width: 120px;
  background-color: #5D7DBF;
  text-align: center;
  margin: 40px auto;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .sidebar #more-article {
    font-size: 3.75vw;
    width: 35.71429%;
  }
}
