@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
.u-taL {
  text-align: left !important; }
  @media screen and (max-width: 568px) {
    .u-taL--xs-taC {
      text-align: center !important; } }
  @media screen and (max-width: 768px) {
    .u-taL--sm-taC {
      text-align: center !important; } }
  @media screen and (max-width: 1024px) {
    .u-taL--md-taC {
      text-align: center !important; } }
  @media screen and (max-width: 1280px) {
    .u-taL--lg-taC {
      text-align: center !important; } }

.u-taC {
  text-align: center !important; }
  @media screen and (max-width: 568px) {
    .u-taC--xs-taL {
      text-align: left !important; } }
  @media screen and (max-width: 768px) {
    .u-taC--sm-taL {
      text-align: left !important; } }
  @media screen and (max-width: 1024px) {
    .u-taC--md-taL {
      text-align: left !important; } }
  @media screen and (max-width: 1280px) {
    .u-taC--lg-taL {
      text-align: left !important; } }

.u-taR {
  text-align: right !important; }

.u-only-xs {
  display: none !important; }
  @media screen and (max-width: 568px) {
    .u-only-xs {
      display: block !important; } }

.u-only-sm {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .u-only-sm {
      display: block !important; } }
  @media screen and (max-width: 568px) {
    .u-only-sm {
      display: none !important; } }

.u-only-md {
  display: none !important; }
  @media screen and (max-width: 1024px) {
    .u-only-md {
      display: block !important; } }
  @media screen and (max-width: 768px) {
    .u-only-md {
      display: none !important; } }

@media screen and (max-width: 1024px) {
  .u-only-lg {
    display: none !important; } }

.u-under-sm {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .u-under-sm {
      display: block !important; } }

.u-under-md {
  display: none !important; }
  @media screen and (max-width: 1024px) {
    .u-under-md {
      display: block !important; } }

.u-not-under-content {
  display: block !important; }
  @media screen and (max-width: 1200px) {
    .u-not-under-content {
      display: none !important; } }

.u-not-under-md {
  display: block !important; }
  @media screen and (max-width: 1024px) {
    .u-not-under-md {
      display: none !important; } }

.u-not-under-sm {
  display: block !important; }
  @media screen and (max-width: 768px) {
    .u-not-under-sm {
      display: none !important; } }

.u-only-custom01 {
  display: none !important; }
  @media screen and (max-width: 1024px) {
    .u-only-custom01 {
      display: block !important; } }
  @media screen and (max-width: 900px) {
    .u-only-custom01 {
      display: none !important; } }

.u-overflow-hidden {
  overflow: hidden !important; }

.u-rounded {
  border-radius: 8px; }

.u-roundCircle {
  border-radius: 50%; }

.u-bold {
  font-weight: 600; }

.c-topicspath {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5px 10px;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .c-topicspath {
      text-align: left; } }
  .c-topicspath li {
    display: inline-block;
    font-size: 12px;
    color: #888888; }
    @media screen and (max-width: 768px) {
      .c-topicspath li {
        font-size: 0.7em; } }
    .c-topicspath li::after {
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      display: inline-block;
      margin-left: 8px; }
    .c-topicspath li:last-child::after {
      content: none; }
    .c-topicspath li a {
      color: #888888;
      text-decoration: underline;
      text-underline-offset: 5px; }

.l-lowerCaption {
  position: relative;
  width: 100%;
  background-color: #F7F7F7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding: 40px 20px 53px; }
  @media screen and (max-width: 568px) {
    .l-lowerCaption {
      padding: 30px 20px 43px; } }
  .l-lowerCaption__title {
    color: #fff;
    max-width: 1170px;
    text-align: center;
    width: 100%;
    color: #333333;
    text-align: left;
    margin: 0 auto;
    padding-left: 5px; }
    @media screen and (max-width: 768px) {
      .l-lowerCaption__title {
        width: 100%; } }
    .l-lowerCaption__title > small {
      color: #CB000B;
      font-size: 18px;
      font-weight: 600; }
    .l-lowerCaption__title > h1 {
      font-size: 42px; }
      @media screen and (max-width: 568px) {
        .l-lowerCaption__title > h1 {
          font-size: 28px; } }

.pagination {
  margin-top: 40px; }
  .pagination ul.page-numbers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .pagination ul.page-numbers li {
      margin-right: 4px; }
      .pagination ul.page-numbers li:last-child {
        margin-right: 0; }
      .pagination ul.page-numbers li .page-numbers {
        padding: 5px 10px;
        border: 1px solid #CB000B;
        color: #000000;
        transition: all .4s ease;
        width: 45px;
        height: 45px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
        @media screen and (max-width: 568px) {
          .pagination ul.page-numbers li .page-numbers {
            width: 30px;
            height: 30px; } }
        .pagination ul.page-numbers li .page-numbers.current {
          background-color: #CB000B;
          color: #FFFFFF; }
        .pagination ul.page-numbers li .page-numbers.dots {
          pointer-events: none; }
        .pagination ul.page-numbers li .page-numbers:hover {
          color: #FFFFFF;
          background-color: #CB000B; }

/*# sourceMappingURL=../_map/page/archive.css.map */
