@charset "utf-8";
/**
 * news.css
 * news/index.html
 * update: 2016.10.18
 * update: 2013.06.12
 */

/*----------------------------------------
	create at 2018.6.14
----------------------------------------*/

#News h2 {
  font-size: 190%;
  margin-top: 80px;
  margin-bottom: 40px;
}

#News h2:nth-of-type(1),
#News h2.none + ul + h2 {
  margin-top: 0px;
}

.sd-content #News p:not(.font_small) {
  font-size: 120%;
  line-height: 1.75;
  margin-top: 0rem;
  display: block;
}

.sdContainer #News p {
  font-family: "SST W20 Roman", sans-serif;
  display: inline;
}

h1 {
  font-family: "SST W20 Light";
}

#News .long_article dd {
  margin-left: 0;
}

#News .long_article dd p:nth-of-type(2) {
  margin-top: 0.75rem;
}

#News .long_article dd p + p:not(.com_newslist-link) {
  display: block;
}

#News .long_article .news_info {
  margin: 0 0 0;
}

#News .long_article .news_info dl {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  margin: 0;
}

#News .long_article .news_info dl:first-child {
  padding-bottom: 10px;
}

#News .long_article .news_info dl:last-child {
  padding-bottom: 0;
}

#News .font_small {
  line-height: 1.6;
  font-size: 83%;
}

#News dl {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-bottom: 2.4rem;
  line-height: 1.6;
}

.com_newslist-link {
  margin: 0;
}

#News dl dt {
  font-size: 81.3%;
}

.com_newslist-link {
  margin: 0;
  margin-top: 0.5rem !important;
}

.com_newslist-link a:hover {
  text-decoration: none;
}

#News ul li {
  padding: 0;
}

#News ui li dl {
  -webkit-margin-before: 0 !important;
  -webkit-margin-after: 0 !important;
}

@media (max-width: 640px) {
  #News .long_article .news_info dl {
    align-items: normal;
  }

  #News .long_article .news_info dd {
    width: calc(100% - 45px);
  }
}

/*--------------------------------------------------------------------------------
	News .heading
--------------------------------------------------------------------------------*/
.sd-content {
  width: 1190px;
  max-width: initial !important;
  margin-top: 0px !important;
}

.sd-content .section {
  margin-top: 0 !important;
}

.sd-content .section .news-menu {
  line-height: 0;
}

.sd-content .section .news-menu li {
  display: inline-table;
  box-sizing: border-box;
  width: 116px;
  height: 26px;
  font-size: 93.8%;
  font-family: "SST W20 Light", san-serif !important;
  line-height: 1.2;
  color: #3865e0;
  border-right: 1px solid #dbdbe4;
  cursor: pointer;
}

.sd-content .section .news-menu li:first-child {
  border-left: 1px solid #dbdbe4;
}

.sd-content .section .news-menu li span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.sd-content .section .news-menu li.current {
  cursor: default;
}

.sd-content .section table.news {
  margin: 50px 0 0;
  max-width: 940px;
  font-size: 87.5%;
  line-height: 1.4;
}

.sd-content .section table.news th {
  padding: 12px 10px 12px 0;
  font-weight: normal;
  text-align: left;
  font-family: "SST W20 Light" !important;
  -webkit-font-smoothing: antialiased;
  width: 88px;
  white-space: nowrap;
}

.sd-content .section table.news td {
  padding: 10px 0;
  font-family: "SST W20 Roman" !important;
  -webkit-font-smoothing: antialiased;
}

.adjust .sd-content .section table.news th {
  width: 14%;
}

/* Media Queries
--------------------------------------------------------------------------------*/
@media (max-width: 640px) {
  .sd-content {
    width: auto;
  }

  .sd-content .section .news-menu li {
    margin-bottom: 10px;
    width: 33.333%;
  }

  .sd-content .section .news-menu li:nth-child(3n + 1) {
    border-left: 1px solid #dbdbe4;
  }

  .sd-content .section table.news {
    margin: 30px 0 0;
  }

  .sd-content .section table.news th {
    padding: 10px 0 0 0;
    display: block;
  }

  .sd-content .section table.news td {
    padding: 10px 0 12px -5px;
    display: block;
    background: #fff;
  }

  .com_newslist-link a {
    border-bottom: none;
    text-decoration: underline #3865e0;
  }
}

@media (max-width: 480px) {
  .sd-content .section {
    margin-top: 0;
  }

  .sd-content .section table.news {
    display: block;
    width: 100%;
  }

  .sd-content .section table.news th {
    padding: 10px 0 0 0;
    display: block;
  }

  .sd-content .section table.news td {
    padding: 10px 0 12px -5px;
    display: block;
    background: #fff;
  }
}

/* .extra-link
--------------------------------------------------------------------------------*/
.sd-content ul.extra-link {
  float: none;
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
  font-family: "SST W20 Light" !important;
}

.sd-content ul.extra-link:after {
  clear: both;
  display: block;
  content: "";
}

.sd-content ul.extra-link li {
  float: left;
  display: table;
}

.sd-content ul.extra-link li.rss {
  background: url("../../share/img/icon_rss.png") no-repeat 0 center;
  background-size: 20px 20px;
  background-position: 0 0;
}

.sd-content .grid ul.extra-link li.rss a {
  display: table-cell;
  padding: 3px;
  height: 16px;
  font-size: 75%;
  color: #6d6d78;
  text-decoration: none;
  vertical-align: middle;
  transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -ms-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -webkit-transition: color 0.2s ease-in;
}

.sd-content ul.extra-link li a:hover {
  color: #333;
}

.sd-content ul.extra-link li.mail a {
  padding-left: 33px;
}

.sd-content ul.extra-link li.rss a {
  padding-left: 26px;
}

.sd-content ul.extra-link li.index a {
  padding-left: 28px;
}

/* .ie8
--------------------------------------------------------------------------------*/
.ie8 .sd-content ul.extra-link li {
  display: block\9;
  zoom: 2\9;
}

.ie8 .sd-content ul.extra-link li.mor {
  zoom: 1\9;
}

.ie8 .sd-content ul.extra-link li.rss {
  zoom: 0.5\9;
  font-size: 200%\9;
}

.ie8 .sd-content ul.extra-link li.rss a {
  padding: 6px\9;
  padding-left: 52px\9;
}

@media (max-width: 640px) {
  .sd-content ul.extra-link li {
    float: none;
    display: inline-block;
  }

  .sd-content ul.extra-link li.rss {
    background-position: 0px 2px;
  }

  .sd-content ul.extra-link li:last-child {
    margin: 0 0 -7px 0;
  }
}

@media (max-width: 580px) {
  .sd-content ul.extra-link li.rss {
    background-position: 0px 2px;
  }
}

@media (max-width: 360px) {
  .sd-content ul.extra-link li.rss {
    background-position: 0px 2px;
  }
}

@media (max-width: 320px) {
  .sd-content ul.extra-link li.rss {
    background-position: 0px 2px;
  }
}

/*----------------------------------------
  .tag-list
  createAt: 2019.06.08
----------------------------------------*/
.tag-list-heading {
  padding: 0 0 50px;
}

.tag-list {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px !important;
}

.tag-item {
  flex: 0 1 128px;
}

.tag-item:not(:first-of-type) {
  margin-left: 10px;
}

.tag-link {
	text-decoration: none;
  border: 1px solid #f8f8f8;
  border-radius: 5px;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: 0.5s;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0;
  width: 100%;
  background: transparent;
  cursor: pointer;
}

.tag-link:hover,
.tag-item.current .tag-link {
  border-color: #999999;
  color: #000 !important;
}

@media screen and (max-width: 640px) {
  .tag-list-heading {
    padding: 0 0 30px;
  }

  .tag-list {
    flex-wrap: wrap;
  }

  .tag-item {
    flex: 0 0 47.5%;
  }

  .tag-item:nth-of-type(odd) {
    margin-left: 0;
  }

  .tag-item:nth-of-type(even) {
    margin-left: 5%;
  }

  .tag-item:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}

/*----------------------------------------
  .index.js
   
----------------------------------------*/
.sd-content #News ul li.none,
.sd-content #News .awards-cut.none,
.sd-content #News .events-cut.none,
.sd-content #News .publicity-cut.none {
  display: none;
}

.sd-content #News ul li {
  display: block;
  -webkit-animation: show 0.5s linear 0s;
  animation: show 0.5s linear 0s;
}
