@charset "utf-8";

/*
  File Name   : common.css
  Description : コンテンツエリア共通
*/

/* sp-link
============================================================ */
.sp-link {
  color: var(--font-color) !important;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sp-link {
    color: var(--base-color) !important;
    text-decoration: underline !important;
  }
}

/* section
============================================================ */
.com-section-inner {
  box-sizing: border-box;
  max-width: calc(1100px + 80px);
  margin: 0 auto;
  padding: 0 40px;
}
.com-section-inner.-max-800 {
  max-width: calc(800px + 80px);
  padding: 0 40px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-section-inner {
    width: 100%;
    padding: 0 20px;
  }
  .com-section-inner.-max-800 {
    max-width: 100%;
    padding: 0 20px;
  }
}

/* com-section-kv
============================================================ */
.com-section-kv {
  position: relative;
  height: 300px;
  background: url(../img/common/common-kv-bg.png) center center no-repeat;
  background-size: cover;
}
.com-section-kv.-otasuke {
  background-image: url(../img/common/otasuke-kv-bg.jpg);
}
.com-section-kv.-otasuke::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: url(../img/common/otasuke-kv-dot.png) 0 0 repeat;
  background-size: 4px auto;
}
.com-section-kv .com-main-title-wrap {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.com-section-kv .com-main-title-wrap .title-ja,
.com-section-kv .com-main-title-wrap .title-en {
  color: var(--title-color);
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.com-section-kv .com-main-title-wrap .title-ja {
  font-size: 30px;
}
.com-section-kv .com-main-title-wrap .title-en {
  margin-top: 24px;
  font-size: 10px;
  letter-spacing: 1px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-section-kv {
    height: 200px;
    background: url(../img/common/common-kv-bg-sp.png) center center no-repeat;
    background-size: cover;
  }
  .com-section-kv .com-main-title-wrap .title-ja {
    font-size: 20px;
    white-space: nowrap;
  }
  .com-section-kv .com-main-title-wrap .title-en {
    margin-top: 12px;
  }
}

/* com-info-table
============================================================ */
.com-info-table {
}
.com-info-table table th,
.com-info-table table td {
  padding: 19px 0 19px;
  border-bottom: solid 1px #e3e3dc;
  text-align: left;
  vertical-align: top;
}
.com-info-table table th {
  width: 150px;
  color: #888;
  font-weight: normal;
}
.com-info-table table th span {
  position: relative;
  padding-left: 30px;
}
.com-info-table table th span::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: var(--base-color);
}
.com-info-table table td a {
  display: block;
  position: relative;
  padding-right: 40px;
  text-decoration: underline;
}
.com-info-table table td a:hover {
  text-decoration: none;
}
.com-info-table table td a::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 6px;
  height: 10px;
  background: url(../img/common/icon-arrow-bk.png) 0 0 no-repeat;
  background-size: 6px auto;
}
.com-info-table table td a[target="_blank"]::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 9px;
  height: 9px;
  background: url(../img/common/icon-blank-bk.png) 0 0 no-repeat;
  background-size: 9px auto;
}
.com-info-table table td .category .category-inner {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 5px;
  padding: 6px 10px;
  border-radius: 2px;
  background-color: #a2a2a2;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.com-info-table table td .icon-new {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-left: 10px;
  padding: 6px 10px;
  border-radius: 50px;
  background: #de4645;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-info-table table th,
  .com-info-table table td {
    display: block;
    width: 100%;
    padding: 15px 0 15px;
  }
  .com-info-table table th {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }
  .com-info-table table th span {
    padding-left: 30px;
  }
  .com-info-table table th span::before {
    top: 4px;
  }
  .com-info-table table td {
    padding-top: 10px;
  }
  .com-info-table table td a {
    padding-right: 20px;
  }
  .com-info-table table td a:hover {
    text-decoration: underline;
  }
  .com-info-table table td a::after,
  .com-info-table table td a[target="_blank"]::after {
    top: 4px;
  }
  .com-info-table table td .category {
    display: block;
  }
  .com-info-table table td .category .category-inner {
    top: -1px;
    margin-bottom: 5px;
    padding: 5px 7px;
    font-size: 10px;
  }
  .com-info-table table td .icon-new {
    top: -1px;
    margin-left: 5px;
    padding: 5px 7px;
    font-size: 10px;
  }
}

/* com-base-table-wrap
============================================================ */
.com-base-table-wrap {
}
.com-base-table-wrap .base-table-title {
  box-sizing: border-box;
  padding: 20px 20px;
  border-radius: 10px 10px 0 0;
  background-color: #363636;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.com-base-table-wrap .base-table-body {
  box-sizing: border-box;
  padding: 40px 50px 10px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  box-shadow: 0 0 16px -6px rgba(0, 0, 0, 0.4);
}
body#contact .com-base-table-wrap .base-table-body {
  border-radius: 10px 10px 10px 10px;
}

/* table */
.com-base-table-wrap table {
}
.com-base-table-wrap table th,
.com-base-table-wrap table td {
  padding: 30px 0 30px;
  border-bottom: solid 1px var(--border-color);
  text-align: left;
  vertical-align: top;
}
.com-base-table-wrap table tr:last-child th,
.com-base-table-wrap table tr:last-child td {
  border-bottom: none;
}
.com-base-table-wrap table th {
  width: 200px;
  padding-right: 20px;
  color: var(--font-color3);
}
.com-base-table-wrap table tr:first-of-type th,
.com-base-table-wrap table tr:first-of-type td {
  padding-top: 0;
}
.com-base-table-wrap .th-wrap {
  display: block;
  position: relative;
  padding-top: 6px;
  font-weight: bold;
}
.com-section-base.-mypage_index .com-base-table-wrap .th-wrap,
body.confirm .com-base-table-wrap .th-wrap {
  padding-top: 0;
}
.com-base-table-wrap .th-wrap .required {
  display: block;
  position: absolute;
  top: 14px;
  right: 0;
  box-sizing: border-box;
  width: 30px;
  padding: 5px 5px;
  border-radius: 3px;
  background-color: var(--required-color);
  color: var(--font-color2);
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
}
.mw_wp_form_confirm .com-base-table-wrap .th-wrap .required {
  display: none;
}
.com-base-table-wrap .serial-code-list li {
  position: relative;
  padding-left: 30px;
}
.com-base-table-wrap .serial-code-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: var(--base-color);
}
.error {
  display: block;
  margin-top: 0.5em;
  color: var(--required-color) !important;
  font-size: 14px !important;
  font-weight: bold;
  line-height: 1.6;
}
.error-title {
  margin-bottom: 0.5em;
  color: var(--required-color);
  font-size: 18px;
}
.com-checkbox-list + .error {
  margin-top: 20px;
}
.base-table-body hr {
  display: block;
  border: 1px solid var(--border-color);
}
.base-table-body .attention {
  display: block;
  margin-top: 0.5em;
  color: #666;
  font-size: 12px !important;
  line-height: 1.6;
}
.mw_wp_form_confirm .base-table-body .attention {
  display: none;
}
.base-table-body .continuance-type-attention {
  display: none;
  margin-top: 0.5em;
  padding: 10px 15px;
  border-radius: 5px;
  background: #f9f9f6;
  color: #444;
  font-size: 12px !important;
  line-height: 1.6;
}
.base-table-body .attention.-color-red {
  color: var(--required-color);
}
.base-table-body .com-checkbox-list + .attention {
  margin-top: 20px;
}
.mw_wp_form_confirm input[type="hidden"][value=""] + .input-text-hyphen {
  display: none !important;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-base-table-wrap .base-table-title {
    padding: 16px 20px;
    font-size: 16px;
    text-align: left;
  }
  .com-base-table-wrap .base-table-body {
    padding: 30px 20px 10px;
  }

  /* table */
  .com-base-table-wrap table {
  }
  .com-base-table-wrap table th,
  .com-base-table-wrap table td {
    display: block;
    padding: 30px 0 30px;
  }
  .com-base-table-wrap table tr:last-child th,
  .com-base-table-wrap table tr:last-child td {
    border-bottom: none;
  }
  .com-base-table-wrap table th {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .com-base-table-wrap table tr:first-of-type th,
  .com-base-table-wrap table tr:first-of-type td {
    padding-top: 0;
  }
  .com-base-table-wrap .th-wrap {
    padding-top: 0;
  }
  .com-base-table-wrap .th-wrap .required {
    top: 0;
  }
  .com-base-table-wrap table td {
    padding-top: 15px !important;
  }
  .com-base-table-wrap .serial-code-list li {
    padding-left: 25px;
  }
  .com-base-table-wrap .serial-code-list li::before {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
  }
  .error {
    display: block;
    margin-top: 0.5em;
    color: var(--required-color);
    font-size: 14px !important;
    line-height: 1.6;
  }
  .error-title {
    font-size: 16px;
  }
  .com-checkbox-list + .error {
    margin-top: 20px;
  }
}

/* com-section-base
============================================================ */
.com-section-base {
  margin: 50px 0 0;
}
.com-section-base:first-of-type {
  margin: 0 0 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-section-base {
  }
}

/* com-scroll-panel-wrap
============================================================ */
.com-scroll-panel-wrap {
}
.mw_wp_form_confirm .com-scroll-panel-wrap {
  display: none;
}
.com-scroll-panel-wrap .panel-desc-area {
  position: relative;
  margin: 40px;
  padding-top: 30px;
  padding-bottom: 80px;
  border-top: solid 1px #e3e3dc;
}
.com-scroll-panel-wrap .panel-desc-area::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-width: 50px 50px 0 50px;
  border-style: solid;
  border-color: var(--required-color) transparent transparent transparent;
}
.com-scroll-panel-wrap .panel-desc-area .text {
  color: var(--required-color);
  font-weight: bold;
  text-align: center;
}
.com-scroll-panel {
  margin: 20px 0 0;
}
.com-scroll-panel:first-of-type {
  margin: 0 0 0;
}
.com-scroll-panel .panel-body {
  box-sizing: border-box;
  height: 280px;
  padding: 30px 30px 35px 40px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
}
.com-scroll-panel .panel-body iframe {
  width: 100%;
  height: 100%;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-scroll-panel-wrap .panel-desc-area {
    margin: 30px 0;
    padding-top: 20px;
    padding-bottom: 45px;
  }
  .com-scroll-panel-wrap .panel-desc-area::after {
    border-width: 25px 25px 0 25px;
  }
  .com-scroll-panel-wrap .panel-desc-area .text {
    text-align: left;
  }
  .com-scroll-panel {
    margin: 20px 0 0;
  }
}

/* com-consent-checkbox
============================================================ */
.com-consent-checkbox {
  width: 310px;
  margin: 30px auto 0;
  text-align: center;
}
.com-consent-checkbox .mod-checkbox-wrap {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  text-align: left;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-consent-checkbox {
    width: 100%;
    margin: 20px 0 0;
    text-align: left;
  }
  .com-consent-checkbox .mod-checkbox-wrap {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: left;
  }
  .com-consent-checkbox .horizontal-item {
    line-height: 2.6;
  }
}

/* com-checkbox-list
============================================================ */
.com-checkbox-list {
}
.com-checkbox-list li {
  margin-top: 15px;
}
.com-checkbox-list li:first-child {
  margin-top: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-checkbox-list .mwform-checkbox-field-text {
    margin-top: 10px;
    padding-top: 10px;
  }
  .com-checkbox-list .mod-checkbox-wrap .mwform-checkbox-field label input[type="checkbox"] + span::before,
  .com-checkbox-list .mod-checkbox-wrap ul li label input[type="checkbox"] + span::before,
  .com-checkbox-list .mod-checkbox-wrap .mwform-checkbox-field label input[type="checkbox"] + span::after,
  .com-checkbox-list .mod-checkbox-wrap ul li label input[type="checkbox"] + span::after {
    top: -4px;
  }
}

/* com-section-form-flow
============================================================ */
.com-section-form-flow {
  margin-bottom: 60px;
}
.com-section-form-flow .flow-list {
  margin-bottom: 40px;
}
.com-section-form-flow .flow-list ul {
  display: flex;
  justify-content: center;
}
.com-section-form-flow .flow-list li {
  position: relative;
  box-sizing: border-box;
  min-width: 100px;
  margin-right: 50px;
  padding: 12px 10px;
  border: solid 1px #ebebeb;
  border-radius: 50px;
  background-color: #fff;
  color: #a2a2a2;
  font-size: 13px;
  line-height: 1;
  text-align: center;
}
.com-section-form-flow .flow-list li::after {
  content: "...";
  position: absolute;
  top: 5px;
  right: -35px;
  color: var(--base-color);
  font-size: 16px;
  line-height: 1;
}
.com-section-form-flow .flow-list li:last-child::after {
  display: none;
}
.com-section-form-flow .flow-list li:last-child {
  margin-right: 0;
}
.com-section-form-flow .flow-list li.current {
  border-color: var(--base-color);
  background-color: var(--base-color);
  color: var(--button-color);
}
.com-section-form-flow .flow-list + .text,
.com-section-form-flow .text.-text-center {
  text-align: center;
}
.com-section-form-flow .flow-list + .text + .text {
  margin-top: 1em;
}
.com-section-form-flow .red {
  color: var(--required-color);
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-section-form-flow {
    margin-bottom: 60px;
  }
  .com-section-form-flow .flow-list {
    margin-bottom: 40px;
  }
  .com-section-form-flow .flow-list li {
    min-width: 70px;
    margin-right: 30px;
    padding: 12px 10px;
  }
  .com-section-form-flow .flow-list li::after {
    right: -23px;
  }
  .com-section-form-flow .flow-list + .text,
  .com-section-form-flow .text.-text-center {
    text-align: left;
  }
}

/* com-form-bottom-btn-wrap
============================================================ */
.com-form-bottom-btn-wrap {
  margin-top: 80px;
}
body.confirm .com-form-bottom-btn-wrap {
  margin-top: 50px;
}
.com-form-bottom-btn-wrap .btn-wrap {
  display: flex;
  justify-content: center;
}
body.confirm .com-form-bottom-btn-wrap .btn-wrap {
  flex-flow: row-reverse;
}
.com-form-bottom-btn-wrap .btn-wrap .btn.btn-back,
.com-form-bottom-btn-wrap .btn-wrap .btn.btn-send {
  position: relative;
  box-sizing: border-box;
  min-width: 400px;
  padding: 40px 20px;
  transition: all 0.2s ease-in-out;
  border: solid 1px var(--base-color);
  border-radius: 6px;
  background-color: var(--base-color);
  color: var(--button-color);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.com-form-bottom-btn-wrap .btn-wrap .btn.btn-send.disabled {
  border: solid 1px var(--disabled-color);
  background-color: var(--disabled-color);
  cursor: default;
  pointer-events: none;
}
.com-form-bottom-btn-wrap .btn-wrap .btn.btn-send.disabled span {
  animation: disabled-animation 1.5s linear infinite alternate;
}
@keyframes disabled-animation {
  to {
    opacity: 0;
  }
}
.com-form-bottom-btn-wrap .btn-wrap .btn.btn-back:hover,
.com-form-bottom-btn-wrap .btn-wrap .btn.btn-send:hover {
  opacity: 0.7;
  text-decoration: none;
}
.com-form-bottom-btn-wrap .btn-wrap .btn.btn-back {
  min-width: 300px;
  border: solid 1px #e5e5e5;
  background-color: #fff;
  color: var(--font-color3);
}
body.confirm .com-form-bottom-btn-wrap .btn-wrap .btn.btn-send {
  min-width: 300px;
  margin-left: 20px;
}
.com-form-bottom-btn-wrap .btn-wrap .btn.btn-send::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 23px;
  height: 16px;
  transform: translateY(-50%);
  background: url(../img/common/icon-arrow-right-wh.png) 0 0 no-repeat;
  background-size: 23px auto;
}
.com-form-bottom-btn-wrap .btn-wrap .btn.btn-send.disabled::after {
  content: none;
}
.com-form-bottom-btn-wrap .btn-wrap .btn.btn-back::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 23px;
  height: 16px;
  transform: translateY(-50%);
  background: url(../img/common/icon-arrow-left-bl.png) 0 0 no-repeat;
  background-size: 23px auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-form-bottom-btn-wrap {
    margin-top: 50px;
  }
  body.confirm .com-form-bottom-btn-wrap .btn-wrap {
    display: block;
  }
  .com-form-bottom-btn-wrap .btn-wrap .btn.btn-back,
  .com-form-bottom-btn-wrap .btn-wrap .btn.btn-send {
    width: 100%;
    min-width: 100%;
    margin: 0 0 0;
    padding: 20px 20px;
  }
  body.confirm .com-form-bottom-btn-wrap .btn-wrap .btn.btn-send {
    margin-bottom: 20px;
    margin-left: 0;
  }
}

/* com-btn-wrap
============================================================ */
.com-btn-wrap .btn {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 400px;
  margin: 0 auto;
  padding: 40px 20px;
  transition: all 0.2s ease-in-out;
  border: solid 1px var(--base-color);
  border-radius: 6px;
  background-color: var(--base-color);
  color: var(--button-color);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.com-btn-wrap .btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.com-btn-wrap .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 23px;
  height: 16px;
  transform: translateY(-50%);
  background: url(../img/common/icon-arrow-right-wh.png) 0 0 no-repeat;
  background-size: 23px auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-btn-wrap .btn {
    width: 100%;
    padding: 20px 20px;
    transition: none;
  }
  .com-btn-wrap .btn:hover {
    opacity: 1;
  }
}

/* com-full-bg-wrap
============================================================ */
.com-wh-bg-wrap > * {
  margin-bottom: 100px;
}
.com-wh-bg-wrap .text {
  text-align: center;
}
.com-wh-bg-wrap .com-btn-wrap {
  margin: 20px 0 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-wh-bg-wrap {
  }
}

/* com-text-content-base-wrap
============================================================ */
.com-text-content-base-wrap {
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #e3e3dc;
}
.com-text-content-base-wrap:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.com-text-content-base-wrap .title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-text-content-base-wrap {
    margin-top: 20px;
    padding-top: 20px;
  }
  .com-text-content-base-wrap .title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

/* com-text
============================================================ */
.com-text-left {
  text-align: left;
}
.com-text-right {
  text-align: right;
}
.com-text-center {
  text-align: center;
}

/* com-asterisk-list
============================================================ */
.com-asterisk-list {
  list-style: none;
  text-indent: 0;
}
.com-asterisk-list > li {
  padding-left: 1em;
  list-style: none;
  text-indent: -1em;
  vertical-align: middle;
}
.com-asterisk-list > li::before {
  content: "※";
  display: inline;
  width: auto;
  height: auto;
  margin-right: 0;
  margin-bottom: 0;
  border-radius: 0;
  background: none;
  text-indent: 0;
  vertical-align: top;
}
.com-asterisk-list > li > * {
  text-indent: 0;
}
.com-asterisk-list > li :last-child {
  margin-bottom: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
}

/* screen-reader-text
============================================================ */
.screen-reader-text {
  display: none;
}

/* pagination
============================================================ */
.pagination {
  width: 100%;
  margin: 60px 0 0;
}
.pagination .nav-links {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
.pagination .nav-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.pagination .nav-links li {
}
.pagination a {
  transition: opacity 0.3s ease;
}
.pagination a:hover {
  opacity: 0.7;
}
.pagination .prev a,
.pagination .next a {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: auto;
  width: 50px;
  height: 50px;
  font-weight: bold;
  text-decoration: none;
}
.pagination .prev a::before,
.pagination .next a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  background: url(../img/info/icon-arrow-left-bl.png) no-repeat center center;
  background-size: 16px auto;
}
.pagination .prev a {
  left: 0;
}
.pagination .prev a::before {
  right: 0;
  left: auto;
  transform: translateY(-50%);
}
.pagination .next a {
  right: 0;
}
.pagination .next a::before {
  right: 0;
  background: url(../img/info/icon-arrow-right-bl.png) no-repeat center center;
  background-size: 16px auto;
}
.pagination .page-numbers:not(.prev):not(.next) a {
  font-weight: normal;
}
.pagination .page-numbers:not(.prev):not(.next):not(.current) a {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border: solid 1px #e6e6e1;
  border-radius: 50%;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
}
.page-numbers.current {
  padding: 0 5px;
}
.page-numbers.current span {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border: solid 1px var(--base-color);
  border-radius: 50%;
  background-color: var(--base-color);
  color: var(--button-color);
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  line-height: 48px;
  text-align: center;
}

/* pc
------------------------------------------------------------ */
@media screen and (min-width: 812px) {
  .pagination .page-numbers:not(.prev):not(.next) a {
    margin: 0 5px;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .pagination .page-numbers:not(.prev):not(.next):not(.current) a,
  .pagination .page-numbers a {
    display: none;
  }
  .pagination .prev.page-numbers a,
  .pagination .next.page-numbers a,
  .pagination .page-numbers.current span {
    display: block;
  }
}

/* hoge
============================================================ */
.hoge {
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .hoge {
  }
}
