/*================================================
 *  breadcrumbs c-contact
 ================================================*/
.under {
  line-height: 1.6;
  overflow-wrap: break-word;
  word-break: normal;
}

.under p {
  font-size: 15px;
}

/* 
.under * {
  font-size: 15px;
} */

.font-en {
  font-family: "Helvetica", "Arial", sans-serif;
}

/* breadcrumbs */
.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  margin-bottom: 1.25em;
}

.breadcrumbs li {
  position: relative;
  /* 14px */
  font-size: 14px;
  padding-right: 1.78em;
  margin-right: 0.71em;
}

.breadcrumbs li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.breadcrumbs li:not(:last-child)::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/common/breadcrumbs.png);
  width: 1em;
  height: 1em;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.breadcrumbs li a {
  text-decoration: underline;
  opacity: 0.5;
}

/* c-contact */
.c-c_link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 117px 0;
  border-top: 1px solid;
  position: relative;
  font-size: 18px;
}

.c-c_link::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/common/ico_arrow_r_b-c.png);
  width: 5.533em;
  height: 4.866em;
  top: 50%;
  right: 3.125vw;
  transform: translateY(-50%);
}

.c-c_en {
  /* 60px */
  font-size: 56px;
  margin-right: 1em;
  font-weight: 400;
  font-family: "Helvetica", "Arial", sans-serif;
}

.c-c_ja {
}

.fs-12 {
  font-size: 12px;
}

@media screen and (max-width: 768.8px) {
  .under p {
  }

  .c-c_link {
    flex-wrap: wrap;
    justify-content: start;
    padding: 117px 1rem;
    font-size: 14px;
  }

  .c-c_en {
    width: 100%;
    margin-right: 0;
  }
}

/*================================================
 *  共通 .under
 ================================================*/

/* ====== c- ====== */
/* c-ttl */
.c-ttl01 {
  /* 70px */
  font-size: 70px;
}

.c-ttl02 {
  font-size: 26px;
  margin-bottom: 1.92em;
}

.c-ttl02-m {
  /* 32px */
  font-size: 32px;
}

.c-ttl03 {
  /* 20px */
  font-size: 20px;
  margin-bottom: 1.5em;
}

.c-ttl04 {
  /* 18px */
  font-size: 18px;
  margin-bottom: 1.22em;
}

span.c-ttl01,
span.c-ttl02,
span.c-ttl02-m,
span.c-ttl03 {
  display: inline-block;
}

.c-ttl-en {
  font-family: "Helvetica", "Arial", sans-serif;
}

.c-notes {
  font-size: 11px;
}

.c-notes02 {
  font-size: 13px;
}

.c-ttl02 + p,
.c-ttl03 + p,
.c-ttl04 + p {
  margin-bottom: 2em;
}

.c-ttl02 + p:last-of-type,
.c-ttl03 + p:last-of-type,
.c-ttl04 + p:last-of-type {
  margin-bottom: 0;
}

/* c-link */
.c-link {
  text-decoration: underline;
}

a.c-link_blank::after {
  content: "";
  z-index: 1;
  position: relative;
  background: url(../img/common/ico_blank_b.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 19px;
  height: 13px;
  top: 2px;
  right: 0;
  margin: 0 4px 0 4px;
  display: inline-block;
}

a.c-link_pdf::after {
  content: "";
  z-index: 1;
  position: relative;
  background: url(../img/common/ico_pdf_b.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 36px;
  height: 18px;
  top: 3px;
  right: 0;
  margin: 0 4px 0 4px;
  display: inline-block;
}

/* c-link_box */
/* .col-link.c-clm:not(:last-of-type) {
  margin-top: 52px;
  margin-bottom: 20px;
} */

.col-link.c-clm:first-of-type {
  margin-top: 52px;
}

.col-link.c-clm:not(:last-of-type) {
  margin-bottom: 0;
}

/* .col-link+.col-link.c-clm:not(:last-of-type) {
  margin-top: 0;
} */

.c-link_box {
  position: relative;
  display: block;
  width: 100%;
  padding: 28px 28px 28px 20px;
  border-bottom: 1px solid;
  font-size: 15px;
  cursor: pointer;
}

.c-link_box.c-link_border {
  border: 1px solid;
}

.c-link_box.c-link_unborder {
  border-bottom: none;
}

.c-link_box .c-nomal_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: all 0.4s;
}

.c-link_box:has(p) i.c-nomal_arrow {
  top: 35px;
  transform: translateY(0);
}

.c-link_box .c-ttl04,
.c-link_box .c-ttl02,
.c-link_box .c-ttl03 {
  margin-top: 0;
}

.col-link.col-lg-2:has(.anc),
.col-link.col-lg-3:has(.anc) {
  gap: 20px;
  align-items: stretch;
}

.col-lg-2 .box-1:has(.anc),
.col-lg-3 .box-1:has(.anc) {
  max-width: 400px;
}

.c-link_box.anc {
  border: 1px solid;
  text-align: center;
  padding: 22px 8px;
  height: 100%;
  display: grid;
  place-content: center;
}

.c-link_box.anc span {
  margin: 0;
}

a:hover .c-nomal_arrow {
  right: 10px;
}

.c-link_box:not(:has(p)) .c-ttl03 {
  margin-bottom: 0;
}

.c-link_box.nml {
  padding: 5px 28px 10px 0;
  font-size: 15px;
}

.c-link_box.nml .c-nomal_arrow {
  top: calc(50% - 3px);
  transform: translateY(-50%);
}

/* c-img_link */
.c-ink_txt {
  transition: all 0.4s;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 6px;
  margin-bottom: 0;
}

a:hover .c-ink_txt {
  text-decoration-color: #000;
}

.anc-control {
  padding-top: 100px;
  margin-top: -100px;
}

@media screen and (max-width: 768.8px) {
  .c-ttl01 {
    font-size: 28px;
  }

  .c-ttl02 {
    font-size: 22px;
  }

  .c-ttl02-m {
    font-size: 26px;
  }

  .c-ttl03 {
    font-size: 18px;
  }

  .c-ttl04 {
    font-size: 16px;
  }

  .c-link_box {
    position: relative;
    display: block;
    width: 100%;
    padding: 14px 28px 14px 10px;
    /* border-bottom: 1px solid; */
  }

  .col-link {
    margin-top: 0;
  }

  .c-clm.col-link:not(:last-of-type) {
    margin-bottom: 0;
  }

  .col-link .c-nomal_arrow,
  a:hover .c-nomal_arrow {
    right: 10px;
    top: 20px;
  }

  .c-link_box:has(p) i.c-nomal_arrow {
    top: 20px;
  }
}

/* ====== list ====== */
.c-list {
  margin-bottom: 50px;
}

.col-box .c-list {
  margin-bottom: 50px;
}

.col-box .c-list:last-of-type {
  margin-bottom: 0;
}

.c-list li {
  position: relative;
  margin-bottom: 0.4em;
  font-size: 15px;
}

.c-dot_list li {
  padding-left: 1em;
}

.c-dot_list li:not(.no-dot):before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #000;
  border: 1px solid;
  border-radius: 1000px;
  top: 0.5em;
  left: 0;
}

.c-dot_list02 li:first-child {
  margin-top: 0.5em;
}

.c-dot_list.c-dot_list02 li::before {
  background: #fff;
}

.c-dot_list03 {
  margin-bottom: 0;
}

.c-dot_list.c-dot_list03 li:not(.no-dot):before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background: none;
  border: none;
}

.c-num_list li {
  list-style-type: decimal;
  margin-left: 1.2em;
}

.c-num_list li::marker {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 1em;
}

.c-num_list li .c-dot_list li,
.c-num_list li .c-dot_list02 li,
.c-num_list li .c-dot_list03 li {
  list-style-type: none;
  margin-left: 0;
}

.c-num_list.num-l li::marker {
  font-size: 20px;
}

@media screen and (max-width: 768.8px) {
  .c-list {
    margin-bottom: 24px;
  }
}

/* ====== c-btn ====== */

.c-btn {
  /* margin-left: auto;
  margin-right: auto; */
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 15px;
  gap: 1em;
  margin-top: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-btn_center {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.c-btn_arrow {
  display: block;
  width: 6.66em;
  height: 4em;
  border-radius: 1000px;
  background: #000;
  border: 1px solid #000;
  position: relative;
  transition: all 0.4s ease-out;
}

.c-btn_arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/common/ico_arrow_r_w.svg);
  width: 1.6em;
  height: 1.422em;
}

a:hover .c-btn_arrow {
  background: #fff;
  transition: all 0.4s ease-out;
}

a:hover .c-btn_arrow::before {
  background-image: url(../img/common/ico_arrow_r_b.svg);
}

.c-btn_txt {
  display: inline-block;
  border-bottom: 1px solid rgb(0 0 0 / 20%);
}

/* c-nomal_arrow */
.c-nomal_arrow {
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/common/ico_arrow_n.png);
  width: 10px;
  height: 16px;
  position: relative;
  transition: all 0.4s ease-out;
}

/* c-double_arrow */
.c-double_arrow {
  width: 70px;
  height: 44px;
  position: relative;
  border-radius: 1000px;
  background: #000;
  border: 1px solid #000;
  position: relative;
  transition: all 0.4s ease-out;
}

.c-double_arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/common/ico_d-arrow_r_w.png);
  width: 12px;
  height: 10px;
}

.c-double_arrow.prev::before {
  transform: translate(-50%, -50%) rotate(-180deg);
}

/* ====== table ====== */
.under table {
  width: 100%;
  border-spacing: 0px;
  border: 1px solid #e1e1e1;
  border-color: #e1e1e1;
  border-bottom: none;
  table-layout: fixed;
}

.under table:not(:last-of-type) {
  margin-bottom: 50px;
}

.under table .bg {
  background: #e1e1e1;
  border-bottom: 1px solid #fff;
}

.under table th,
.under table td {
  vertical-align: middle;
  text-align: center;
  padding: 1.866em 10px;
  font-size: 15px;
  border-spacing: 0px;
  border-bottom: 1px solid #e1e1e1;
  word-break: break-word;
}

.under table tr.bg th {
  border-bottom: 1px solid #fff;
}

.under table th:not(:first-of-type) {
  border-left: 1px solid #ffffff;
}

.under table td:not(:first-of-type) {
  border-left: 1px solid #e1e1e1;
}

.under table th.bl,
.under table td.bl {
  border-left: 1px solid #e1e1e1;
}

.under table th.al,
.under table td.al {
  text-align: left;
  padding: 1.866em;
}

.under table th.ar,
.under table td.ar {
  text-align: right;
  padding: 1.866em;
}

.table02 th:first-of-type,
.table02 td:first-of-type {
  width: 230px;
}

.under table .b-left {
  border-left: 1px solid #e1e1e1;
}

/* c-clm table */
.col-lg-2.double_table {
  align-items: stretch;
}

.col-lg-2.double_table table {
  height: 100%;
}

.c-clm table th:first-of-type,
.c-clm table td:first-of-type {
  width: 120px;
}

.col-lg-2 table.table02 th:first-of-type,
.col-lg-2 table.table02 td:first-of-type {
  width: 170px;
}

.under table td:has(.img-box) {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: auto;
}

.under table td .txt-box {
  width: 40%;
}

.under table td .img-box,
.under table td .img-box img,
.under table td .img-box figure {
  max-height: 150px;
}

/* c-flow */
.c-flow .c-flow_box {
  position: relative;
  padding-bottom: 50px;
}

.c-flow .c-flow_box:last-of-type {
  padding-bottom: 0;
}

.c-flow .c-flow_box:not(:last-of-type):before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/common/c-flow-arrow.png);
  width: 26px;
  height: 13px;
  bottom: 50px;
  left: 21.5%;
}

@media screen and (max-width: 768.8px) {
  .under .sp_scroll {
    overflow-x: scroll;
    margin-bottom: 3.75em;
  }

  .under .sp_scroll table {
    min-width: 1000px;
    margin-bottom: 0;
  }

  .under table th,
  .under table td {
    padding-right: 5px;
    padding-left: 5px;
  }

  .under table th.al,
  .under table td.al,
  .under table th.ar,
  .under table td.ar {
    padding: 1.866em 1em;
  }

  .col-lg-2.double_table table {
    height: auto;
  }

  .table02 th:first-of-type,
  .table02 td:first-of-type,
  .col-lg-2 table.table02 th:first-of-type,
  .col-lg-2 table.table02 td:first-of-type {
    width: 150px;
  }

  .under table td:has(.img-box) {
    flex-wrap: wrap;
    gap: 16px;
  }

  .under table td .txt-box {
    width: 100%;
  }

  .c-btn {
    flex-direction: column;
  }

  .c-flow .c-flow_box:not(:last-of-type):before {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ====== c-clm ====== */

.c-clm {
  margin-bottom: 3.125em;
}

/* .c-clm:not(:last-of-type) {
  margin-bottom: 3.125em;
} */

.c-clm figcaption {
  font-size: 11px;
}

.c-clm iframe {
  display: block;
  width: 100%;
}

.c-clm iframe.map {
  aspect-ratio: 1350/635;
}

.col {
  display: flex;
  align-items: start;
  justify-content: start;
}

.col-lg-1 figure {
  width: 100%;
}

.col-lg-1.c-clm img {
  overflow: hidden;
  object-fit: cover;
}

/* col-lg- */
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5 {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
}

.col-left {
  flex-direction: row-reverse;
}

.col-box p:not(:last-of-type) {
  margin-bottom: 1.5em;
}

.col-box video {
  aspect-ratio: 512 / 288;
  width: 100%;
}

/* col-lg-2 */
.col-lg-2 {
  gap: 48px;
}

.col-lg-2 .box-1 {
  width: calc((100% - 48px) / 2);
}

.col-lg-2.c-clm .box-1 img {
  width: 100%;
  /* aspect-ratio: 650 / 400; */
  overflow: hidden;
  object-fit: cover;
}

.col-lg-2 .box-1:has(.u-list) {
  /* width: 18.75rem; */
  width: 27.75rem;
}

.col-lg-2:has(.u-list) {
  /* gap: 5.7%; */
  gap: 3.7%;
}

.col-lg-2 .box-1.u-img {
  /* width: calc(100% - (18.75rem + 5.7%)); */
  width: calc(100% - (27.75rem + 3.7%));
}

.col-lg-2.c-clm .box-1.u-img img {
  aspect-ratio: unset;
}

/* col-lg-3 */
.col-lg-3 {
  gap: 24px;
}

.col-lg-3 .box-1 {
  width: calc((100% - 48px) / 3);
}

.col-lg-3.c-clm .box-1 img {
  width: 100%;
  /* aspect-ratio: 430 / 280; */
  overflow: hidden;
  object-fit: cover;
}

/* col-lg-4 */
.col-lg-4 {
  gap: 25px;
}

.col-lg-4 .box-1 {
  width: calc((100% - 75px) / 4);
}

.col-lg-4 .box-1 img {
  width: 100%;
  aspect-ratio: 320 / 210;
  overflow: hidden;
  object-fit: cover;
}

/* col-lg-5 */
.col-lg-5 {
  gap: 13px;
  flex-wrap: wrap;
}

.col-lg-5 .box-1 {
  /* width: calc((100% - 13px) / 5); */
  width: calc((100% - 52px) / 5);
}

.col-lg-5 .box-1 img {
  width: 100%;
  aspect-ratio: 260 / 170;
  overflow: hidden;
  object-fit: cover;
}

.col-fit .col-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-flow_clm .col-box {
  position: relative;
}

.c-flow_clm .col-box:not(:last-of-type):before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/common/c-flow-arrow.png);
  width: 26px;
  height: 13px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}

.c-flow_clm.col-lg-2 .col-box:not(:last-of-type):before {
  right: -36px;
}

.c-flow_clm.col-lg-3 .col-box:not(:last-of-type):before {
  right: -25px;
}

/* ====== c-border_block====== */
.c-border_block {
  padding: 41px 3.6%;
  border: 1px solid #000;
}

.c-border_block:not(:last-of-type) {
  margin-bottom: 50px;
}

.c-border_block .c-border_box a {
  text-decoration: underline;
}

.c-border_block .c-border_box p {
  margin-top: 1.466em;
}

@media screen and (max-width: 1439.8px) {
  .col-lg-2:has(.u-list) {
    flex-wrap: wrap;
  }

  .col-lg-2 .box-1.u-img,
  .col-lg-2 .box-1:has(.u-list) {
    width: 100%;
    min-width: unset;
  }

  /* col-md- */
  .col-md-2.c-clm {
    display: flex;
  }

  .col-md-2.c-clm {
    gap: 4%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768.8px) {
  /* col-lg- */
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5 {
    flex-wrap: wrap;
  }

  /* col-lg-2 */
  .col-lg-2 {
    gap: 12px;
  }

  .col-lg-2 .box-1 {
    width: 100%;
  }

  .col-lg-2:has(.u-list) {
    gap: 24px;
  }

  .col-lg-2 .box-1.u-img,
  .col-lg-2 .box-1:has(.u-list) {
    width: 100%;
    min-width: unset;
  }

  /* col-lg-3 */
  .col-lg-3 {
    gap: 12px;
  }

  .col-lg-3 .box-1 {
    width: 100%;
  }

  /* col-lg-4  */
  .col-lg-4 {
    gap: 13px;
  }

  .col-lg-4 .box-1 {
    width: 100%;
  }

  /* col-lg-5 */
  .col-lg-5 .box-1 {
    width: calc((100% - 13px) / 2);
  }

  /* col-md- */
  .col-md-2.c-clm {
    flex-wrap: wrap;
  }

  .c-border_block .border_ttl {
    font-size: 14px;
  }

  .c-flow_clm .col-box:not(:last-of-type):before {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .c-flow_clm.col-lg-2 .col-box:not(:last-of-type):before,
  .c-flow_clm.col-lg-3 .col-box:not(:last-of-type):before {
    right: auto;
  }
}

@media screen and (max-width: 768.8px) {
}

/* ====== u- ====== */
/* u-list */
.u-list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.u-list .u-list_ttl {
  width: 50%;
  min-width: 140px;
  padding-left: 0.4em;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
}

.u-list .u-list_txt {
  width: 50%;
  max-width: calc(100% - 140px);
  padding-right: 0.2em;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
}

.u-list.border_list .u-list_ttl,
.u-list.border_list .u-list_txt {
  border-bottom: 1px solid #000;
}

/* ====== p ====== */
/* p-top_ttl */
.p-top_ttl {
  padding-bottom: 0.42em;
}

.p-top_ttl:has(.p-top_ttl-ja),
.p-top_ttl:has(.p-top_ttl-en) {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 6px 24px;
}

.p-top_ttl-en {
  font-size: 18px;
  font-family: "Helvetica", "Arial", sans-serif;
  /* margin-left: 1.38em; */
}

.p-top_ttl-ja {
  font-size: 18px;
}

/* p_read-box */
.p_read-box .c-ttl02 {
  /* margin: 1.84em 0 1.46em; */
}

.p_read-box {
  margin-bottom: 100px;
}

.p_read-box .c-ttl03 {
  margin-top: 2em;
}

/* p-sec_box */
.p-sec_box {
  margin-top: 150px;
}

.p-sec_txt + .c-clm {
  margin-top: 3.375em;
}

.p-sec_txt + .c-ttl03 {
  margin-top: 1.5em;
}

.p_read-box .col-lg-2 .c-ttl02:first-of-type,
.p_read-box .col-lg-2 .c-ttl03:first-of-type {
  margin-top: 0;
}

p + .c-ttl03 {
  margin-top: 2.2em;
}

.p-inner {
  margin-top: 100px;
}

.p_read-box iframe,
.p-sec_box iframe,
.p-inner iframe {
  display: block;
  width: 100%;
  aspect-ratio: 1350/635;
}

@media screen and (max-width: 768.8px) {
  .p_read-box {
    margin-bottom: 60px;
  }

  .p-sec_box {
    margin-top: 80px;
  }

  .p-inner {
    margin-top: 60px;
  }

  .p-top_ttl-ja,
  .p_read-box .p-top_ttl-en {
    font-size: 14px;
  }

  .u-list .u-list_ttl {
    width: 35%;
    /* width: 160px; */
    min-width: 120px;
  }

  .u-list .u-list_txt {
    width: 65%;
    /* width: calc(100% - 160px); */
    max-width: calc(100% - 120px);
    padding-left: 8px;
  }
}

/*================================================
 *  c-pnav
 ================================================*/
.c-pnav .wp-pagenavi {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
  line-height: 1;
}

.c-pnav .wp-pagenavi a,
.c-pnav .wp-pagenavi span,
.c-pnav .wp-pagenavi span.current {
  width: 44px;
  height: 44px;
  border: 1px solid #000;
  border-radius: 1000px;
  display: grid;
  place-content: center;
}

.c-pnav .wp-pagenavi span,
.c-pnav .wp-pagenavi span.current {
  border: none;
}

.c-pnav a.previouspostslink,
.c-pnav a.nextpostslink {
  width: 70px;
  height: 44px;
  position: relative;
  border-radius: 1000px;
  background: #000;
  border: 1px solid #000;
  position: relative;
  transition: all 0.4s ease-out;
}

.c-pnav a.nextpostslink::before,
.c-pnav a.previouspostslink::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/common/ico_d-arrow_r_w.png);
  width: 12px;
  height: 10px;
}

.c-pnav a.previouspostslink::before {
  transform: translate(-50%, -50%) rotate(-180deg);
}

.c-pnav span.pages,
.c-pnav a.last {
  display: none;
}

/*================================================
 *  width
 ================================================*/
.w320 {
  max-width: 320px;
}

.w480 {
  max-width: 480px;
}

.w540 {
  max-width: 540px;
}

.w560 {
  max-width: 560px;
}

.w600 {
  max-width: 600px;
}

.w680 {
  max-width: 680px;
}

.w720 {
  max-width: 720px;
}

.w780 {
  max-width: 780px;
}

.w830 {
  max-width: 830px;
}

.w900 {
  max-width: 900px;
}

.w960 {
  max-width: 960px;
}

.w1060 {
  max-width: 1060px;
}

@media screen and (max-width: 768.8px) {
}

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

.mrl-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 50px;
}

@media screen and (min-width: 1000px) {
  .mb10-pc {
    margin-bottom: 10px;
  }

  .mb15-pc {
    margin-bottom: 15px;
  }

  .mb20-pc {
    margin-bottom: 20px;
  }

  .mb25-pc {
    margin-bottom: 25px;
  }

  .mb30-pc {
    margin-bottom: 30px;
  }

  .mb35-pc {
    margin-bottom: 35px;
  }

  .mb40-pc {
    margin-bottom: 40px;
  }

  .mb45-pc {
    margin-bottom: 45px;
  }

  .mb50-pc {
    margin-bottom: 50px;
  }

  .mb60-pc {
    margin-bottom: 60px;
  }

  .mb100-pc {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .mb10-tb {
    margin-bottom: 10px;
  }

  .mb15-tb {
    margin-bottom: 15px;
  }

  .mb20-tb {
    margin-bottom: 20px;
  }

  .mb25-tb {
    margin-bottom: 25px;
  }

  .mb30-tb {
    margin-bottom: 30px;
  }

  .mb35-tb {
    margin-bottom: 35px;
  }

  .mb40-tb {
    margin-bottom: 40px;
  }

  .mb45-tb {
    margin-bottom: 45px;
  }

  .mb50-tb {
    margin-bottom: 50px;
  }

  .mb60-tb {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768.8px) {
  .mb10-sp {
    margin-bottom: 10px;
  }

  .mb15-sp {
    margin-bottom: 15px;
  }

  .mb20-sp {
    margin-bottom: 20px;
  }

  .mb25-sp {
    margin-bottom: 25px;
  }

  .mb30-sp {
    margin-bottom: 30px;
  }

  .mb35-sp {
    margin-bottom: 35px;
  }

  .mb40-sp {
    margin-bottom: 40px;
  }

  .mb45-sp {
    margin-bottom: 45px;
  }

  .mb50-sp {
    margin-bottom: 50px;
  }

  .mb60-sp {
    margin-bottom: 60px;
  }
}

/* margin top
-----------------------------------------------    */
.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

@media screen and (min-width: 1000px) {
  .mt0-pc {
    margin-top: 0px;
  }

  .mt10-pc {
    margin-top: 10px;
  }

  .mt15-pc {
    margin-top: 15px;
  }

  .mt20-pc {
    margin-top: 20px;
  }

  .mt25-pc {
    margin-top: 25px;
  }

  .mt30-pc {
    margin-top: 30px;
  }

  .mt35-pc {
    margin-top: 35px;
  }

  .mt40-pc {
    margin-top: 40px;
  }

  .mt45-pc {
    margin-top: 45px;
  }

  .mt50-pc {
    margin-top: 50px;
  }

  .mt55-pc {
    margin-top: 55px;
  }

  .mt60-pc {
    margin-top: 60px;
  }

  .mt80-pc {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768.8px) {
  .mt0-sp {
    margin-top: 0px;
  }

  .mt10-sp {
    margin-top: 10px;
  }

  .mt15-sp {
    margin-top: 15px;
  }

  .mt20-sp {
    margin-top: 20px;
  }

  .mt25-sp {
    margin-top: 25px;
  }

  .mt30-sp {
    margin-top: 30px;
  }

  .mt35-sp {
    margin-top: 35px;
  }

  .mt40-sp {
    margin-top: 40px;
  }

  .mt45-sp {
    margin-top: 45px;
  }

  .mt50-sp {
    margin-top: 50px;
  }

  .mt60-sp {
    margin-top: 60px;
  }

  .mt80-sp {
    margin-top: 80px;
  }
}

/* text-align
-----------------------------------------------    */
.al {
  text-align: left;
}

.ar {
  text-align: right;
}

.ac {
  text-align: center;
}

/* height */
.t02 {
  height: 3rem;
}

.tp {
  height: 2.8rem;
}

.top-activity__block dd.top-activity__come {
  font-size: 0.7375rem;
  margin-top: -10px;
}

@media screen and (max-width: 768.8px) {
  .tp {
    height: 3.8rem;
  }
}
