@charset "utf-8";

/* ===========================================================

	Title: contents.css
	Created: 2019-10-30

=========================================================== */
/* ===========================================================

	sitemap
	customer-first
  news

=========================================================== */
.sitemap {
  display: flex;
}

.wrap-nowrap{
  text-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .sitemap {
    display: block;
  }
  .wrap-nowrap{
    text-wrap: unset;
  }
}

.sitemap ul {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}

.sitemap li {
  margin: 0 0 10px 0;
}

.sitemap li a {
  position: relative;
  display: block;
  padding: 0 0 0 20px;
}

.sitemap li a:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #c7000d;
  border-right: 2px solid #c7000d;
  content: "";
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sitemap a:link,
.sitemap a:visited {
  color: #111111;
  text-decoration: none;
}

.sitemap a:hover {
  color: #c7000d;
  text-decoration: none;
}

.sitemap li ul {
  margin: 0 0 20px 20px;
  padding: 20px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.sitemap li ul a {
  padding: 0 0 0 10px;
}

.sitemap li ul a:before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 0;
  height: 0;
  border-width: 3.5px 0 3.5px 4px;
  border-style: solid;
  border-color: transparent transparent transparent #c7000d;
  content: "";
  vertical-align: middle;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.sitemap li a.blank:before {
  display: none;
}

.sitemap li a.blank {
  padding: 0 0 0 15px !important;
  background-position: 0 50% !important;
}

.section h2 {
  padding-left: 2em;
  text-indent: -1.6em;
}

/* ===========================================================

	customer-first

=========================================================== */
.tab-list {
  display: flex;
}

.tab-list li {
  padding: 25px 10px;
  width: 100%;
  border-bottom: solid 1px #c7000d;
  background: #f3f3f3;
  color: #c7000d;
  text-align: center;
  cursor: pointer;
  transition: all .2s;
}

.tab-list li.is-active {
  background: #c7000d;
  color: #ffffff;
}

.pdf-set{
  display: flex;
}

/* ===========================================================

	news

=========================================================== */
.news_list {}

.news_list span {
  flex: 0 0 auto;
}

.news_list li {
  display: flex;
  border-bottom: solid 1px #ddd;
  margin: 0 !important;
  padding: 16px 0;
}

.news_list li:last-child {
  border-bottom: none;
}

.news_list li a {
  text-decoration: none !important;
  color: #111111;
}

.news_list li a:hover {
  color: #c7000d;
}

.news_list .date {
  font-size: 16px;
  display: inline-block;
  margin-right: 2em;
  color: #c7000d;
}

.news_list .news_list__body {
  font-size: 16px;
  display: flex;
  align-items: center;
}

.icon__pdf {
  width: 42px;
  height: 22px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 2px;
  margin-left: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #c7000d;
}

@media screen and (max-width: 767px) {
  .news_list li {
    flex-direction: column;
  }
}

.font-product-style{
  font-weight: bold;
  font-size: 16px;
}