@charset "UTF-8";
/* Vars
--------------------- */
/*
Noto Sans Japanese Weight
100	Thin
200	Light
300	DemiLight
400	Regular
500	Medium
700	Bold
900	Black

Fontawesome
&#x;
300 LIGHT   線が細いもの                   fal
400 REGULAR アウトラインをとったようなもの    far
400 BRANDS  Twitterなどのブランドロゴ       fab
900 SOLID   通常アイコン、白抜きのもの       fas
*/
/* ソースサイズ */
/* Mixin
--------------------- */
/* Media Queries */
/* Vendor Prefix */
/* Extend
--------------------- */
/* Clearfix */
/* Ellipsis */
/* PseudoTable */
/* Inner */
.mod-hd9 > span {
  margin-left: auto;
  margin-right: auto;
  max-width: 1168px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}
@media only screen and (max-width: 1168px) {
  .mod-hd9 > span {
    padding-left: 2.0547945205%;
    padding-right: 2.0547945205%;
  }
}
@media screen and (max-width: 768px) {
  .mod-hd9 > span {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}

/* Device
--------------------- */
/* .pc-only */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
/* .tb-only */
.tb-only {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tb-only {
    display: block !important;
  }
}

@media screen and (max-width: 1024px) {
  br.tb-only {
    display: inline !important;
  }
}
/* .sp-only */
.sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  br.sp-only {
    display: inline !important;
  }
}
/* Basic
--------------------- */
/* .align-center */
.align-center {
  text-align: center;
}

/* .align-right */
.align-right {
  text-align: right;
}

/* .align-center */
.align-center {
  text-align: center;
}

/* .bold */
.bold {
  font-weight: 700;
}

/* .mb0 */
.mb0 {
  margin-bottom: 0 !important;
}

/* Heading
--------------------- */
/* .mod-hd1 */
.mod-hd1 {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 80px 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mod-hd1 {
    font-size: 2.4rem;
    margin: 50px 0 15px;
  }
}

/* .mod-hd2 */
.mod-hd2 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 40px;
  padding-bottom: 24px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mod-hd2 {
    font-size: 2.4rem;
  }
}
.mod-hd2::after {
  background: #DA0227;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -80px;
  position: absolute;
  width: 160px;
}

/* .mod-hd3 */
.mod-hd3 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mod-hd3 {
    font-size: 2.4rem;
  }
}
.mod-hd3 > span {
  display: inline-block;
  font-size: 1.5rem;
  margin-top: 8px;
  padding-top: 14px;
  position: relative;
  font-weight: 500;
}
.mod-hd3 > span::after {
  background: #DA0227;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  top: 0;
  width: 100px;
}

/* .mod-hd4 */
.mod-hd4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mod-hd4 {
    font-size: 2rem;
  }
}
.mod-hd4 .sup {
  font-size: 1.6rem;
  vertical-align: text-top;
}

/* .mod-hd5 */
.mod-hd5 {
  border-bottom: 2px solid #DA0227;
  font-size: 2.6rem;
  font-weight: 700;
  margin: 80px 0 40px;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .mod-hd5 {
    font-size: 2rem;
    margin: 40px 0;
  }
}
.mod-hd5 span {
  font-size: 1.6rem;
  font-weight: 400;
}

/* .mod-hd6 */
.mod-hd6 {
  color: #C60026;
  border-bottom: 1px solid #C60026;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
  padding-bottom: 16px;
}

/* .mod-hd7 */
.mod-hd7 {
  color: #C60026;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}

/* .mod-hd8 */
.mod-hd8 {
  color: #C60026;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 80px 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mod-hd8 {
    font-size: 2.4rem;
    margin: 40px 0;
  }
}

/* .mod-hd9 */
.mod-hd9 {
  background: #C60026;
  color: #FFF;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 40px;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  .mod-hd9 {
    font-size: 2.2rem;
    margin: 40px 0;
  }
}
.mod-hd9 > span {
  display: block;
}

/* .mod-hd10 */
.mod-hd10 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 8px;
}

/* Icon
--------------------- */
.mod-ico-pdf {
  color: #8F1214;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/* Category Label
--------------------- */
.mod-category-label {
  color: #FFF;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  padding: 5px 8px;
  text-align: center;
}

/* Decorate
--------------------- */
.mod-dec1 {
  font-size: 2rem;
  font-weight: bold;
}

/* Button
--------------------- */
.mod-btn1 {
  border: 1px solid #232323;
  border-radius: 4px;
  color: #232323;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  padding: 16px 24px;
  text-align: center;
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  .mod-btn1 {
    min-width: 100%;
  }
}
.mod-btn1:hover {
  border: 1px solid #DD0026;
  background: #DD0026;
  color: #FFF;
}
.mod-btn1 span {
  font-family: "Font Awesome 5 Pro";
  font-size: 2rem;
  margin-left: 0.5em;
}

.mod-btn2 {
  background-color: #DD0026;
  color: #ffffff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.6;
  padding: 0.8em 2.8em;
  position: relative;
  text-align: center;
  border-radius: 1.6em;
  border:1px solid #DD0026;
  transition: .3s;
}
.mod-btn2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #ffffff;
  transition: .3s;
}
.mod-btn2:hover {
  color: #DD0026;
  background-color: #F1F1F1;
}
.mod-btn2:hover:after{
  border-left: 8px solid #DD0026;
}
@media screen and (max-width: 768px) {
  .mod-btn2{
    font-size: 1.3rem;
  }
}
.mod-btn3 {
  background: #232323;
  border: 1px solid #232323;
  border-radius: 2em;
  color: #FFF;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  padding: 20px 24px;
  text-align: center;
  min-width: 300px;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .mod-btn3 {
    min-width: 100%;
  }

}
.mod-btn3:hover {
  border: 1px solid #DD0026;
  background: #DD0026;
  color: #FFF;
}
.mod-btn3 span {
  font-family: "Font Awesome 5 Pro";
  font-size: 2rem;
  margin-left: 0.5em;
}

/* Table
--------------------- */
.mod-table {
  border-left: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  font-size: 1.6rem;
  margin: 40px 0;
  width: 100%;
}
.mod-table th {
  background-color: #f9f9f9;
  border-bottom: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  font-size: 100%;
  line-height: 2;
  padding: 20px;
  vertical-align: top;
  width: 200px;
}
.mod-table th > *:first-child {
  margin-top: 0 !important;
}
.mod-table th > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .mod-table th {
    display: block;
    width: 100%;
  }
}
.mod-table td {
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  font-size: 100%;
  line-height: 2;
  padding: 20px;
  vertical-align: top;
}
.mod-table td > *:first-child {
  margin-top: 0 !important;
}
.mod-table td > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .mod-table td {
    display: block;
    width: 100%;
  }
}

/* List
--------------------- */
.mod-list-disc {
  line-height: 1.5;
  list-style-type: disc;
  padding-left: 1.5em;
}
.mod-list-disc li {
  margin-bottom: 0.5em;
}

/* Section
--------------------- */
.mod-sec {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  .mod-sec {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

/* Adjacent
--------------------- */
.mod-adjacent {
  align-items: center;
  border-bottom: 1px solid #232323;
  border-top: 1px solid #232323;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .mod-adjacent {
    margin-top: 40px;
  }
}
.mod-adjacent a {
  font-size: 1.6rem;
  text-decoration: none;
}

.mod-adjacent__prev a,
.mod-adjacent__next a {
  align-items: center;
  display: flex;
  font-family: "Font Awesome 5 Pro";
  font-size: 2rem;
  height: 56px;
  justify-content: center;
  width: 56px;
}
@media screen and (max-width: 768px) {
  .mod-adjacent__prev a,
.mod-adjacent__next a {
    height: 40px;
    width: 40px;
  }
}
.mod-adjacent__prev img,
.mod-adjacent__next img {
  width: 12px;
}

.mod-adjacent__prev a {
  border-right: 1px solid #232323;
}

.mod-adjacent__next a {
  border-left: 1px solid #232323;
}

/* .pagination
--------------------- */
.pagination {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 40px;
  }
}
.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pagination ul {
    text-align: center;
  }
}

.pagination__item {
  display: inline-block;
  font-size: 1.6rem;
  height: 40px;
  margin: 0 10px 0 0;
  padding: 0;
  text-align: center;
  width: 40px;
}
.pagination__item:last-child {
  margin-right: 0;
}
.pagination__item--first, .pagination__item--last {
  display: none;
}
.pagination__item--current {
  background: #DD0026;
  border: 1px solid #DD0026;
  color: #FFF;
  line-height: 38px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .pagination__item {
    display: none;
    font-size: 4.27vw;
    height: 10.64vw;
    line-height: 10.64vw;
    margin: 0;
    width: 12%;
  }
  .pagination__item--current, .pagination__item--prev, .pagination__item--next, .pagination__item--first, .pagination__item--last {
    display: inline-block;
  }
  .pagination__item--prev, .pagination__item--next, .pagination__item--first, .pagination__item--last {
    position: absolute;
    top: 0;
  }
  .pagination__item--prev {
    left: 14%;
  }
  .pagination__item--next {
    right: 14%;
  }
  .pagination__item--first {
    left: 0;
  }
  .pagination__item--last {
    right: 0;
  }
  .pagination__item--current {
    background: 0;
    border: 0;
    color: #232323;
    line-height: 40px;
    width: 44%;
  }
}
.pagination__item a {
  background: #D9D9D9;
  color: #232323;
  display: block;
  height: 100%;
  line-height: 38px;
  text-decoration: none;
  width: 100%;
  transition: .3s;
  border-radius: 50%;
}
.pagination__item a:hover {
  background: #DD0026;
  color: #FFF;
}

.pagination__sp-txt {
  display: none;
}
@media screen and (max-width: 768px) {
  .pagination__sp-txt {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .pagination__pc-txt {
    display: none;
  }
}
/* whats New Items
--------------------- */
.whats-new-items {
  margin-bottom: 40px;
}

.whats-new-items__item {
  border-bottom: 2px solid #e9e8e8;
  display: flex;
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .whats-new-items__item {
    flex-wrap: wrap;
    font-size: 1.4rem;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.whats-new-items__item:last-child {
  margin-bottom: 0;
}

.whats-new-items__item__date {
  flex-shrink: 0;
  margin-right: 16px;
  font-weight: 500;
}

.whats-new-items__item__category {
  flex-shrink: 0;
  margin-right: 16px;
}
.whats-new-items__item__category > div {
  width: 90px;
}

.whats-new-items__item__title {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .whats-new-items__item__title {
    margin-top: 5px;
  }
}
.whats-new-items__item__title a {
  text-decoration: none;
}

/* .mod-categories */
.mod-categories {
  margin-bottom: 40px;
}
.mod-categories ul {
  display: flex;
  flex-wrap: wrap;
}

.mod-categories li {
  margin-right: 7px;
}
@media screen and (max-width: 768px) {
  .mod-categories li {
    margin-right: 16px;
  }
}
.mod-categories li::after {
  content: " ";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.5rem;
}
.mod-categories li:last-child {
  margin-right: 0;
}
.mod-categories li:last-child::after{
  display: none;
} 
.mod-categories a {
  font-size: 1.5rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .mod-categories a {
    font-size: 1.3rem;
  }
}