@charset "UTF-8";
#Journal {
  max-width: 1000px;
}

#Journal .c-ttl {
  display: block;
}

#Journal > article > h2 {
  display: none;
}

#JournalList .journal-cont,
#Journal .journal-cont {
  margin-bottom: 0;
}

#bread-crumb #bread-crumb-listTop ol li:nth-child(2) {
  display: none;
}

.pay {
  padding: 0 0 80px;
}
@media only screen and (max-width: 768px) {
  .pay {
    padding: 0 0 30px;
  }
}
.pay .c-ttl {
  line-height: 1.4 !important;
}
.pay .c-ttl {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .pay .c-ttl {
    margin-bottom: 15px;
  }
}
.pay__txt {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .pay__txt {
    font-size: 15px;
    margin-bottom: 22px;
  }
}
.pay__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .pay__btn {
    gap: 10px;
  }
}
.pay__btn .c-btn {
  max-width: calc(33.333% - 13.3333333333px);
}
@media only screen and (max-width: 768px) {
  .pay__btn .c-btn {
    max-width: 100%;
  }
}
.pay__btn .c-btn:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.pay__btn .c-btn.height {
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pay__list {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .pay__list {
    margin-top: 40px;
  }
}
.pay__item {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .pay__item {
    margin-bottom: 38px;
  }
}
.pay__item:last-child {
  margin-bottom: 0;
}
.pay__item__ttl {
  font-size: 40px !important;
  color: #fff !important;
  font-family: var(--font-gothicZen) !important;
  background: var(--color-primary) !important;
  padding: 22px 0 !important;
  margin: 0 calc(50% - 50vw) 30px !important;
  letter-spacing: 0.04em !important;
}
.pay__item__ttl {
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pay__item__ttl {
    font-size: 24px !important;
    padding: 12px 0 !important;
    margin: 0 calc(50% - 50vw) 22px !important;
  }
}
.pay__item__ttl small {
  font-family: var(--font-gothicZen) !important;
}
.pay__item__ttl small {
  font-size: 24px;
  display: inline-block;
  margin-top: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media only screen and (max-width: 768px) {
  .pay__item__ttl small {
    font-size: 15px;
    display: block;
    margin-top: 3px;
    -webkit-transform: none;
            transform: none;
  }
}
.pay__item__ttl span {
  font-family: var(--font-gothicZen) !important;
}
.pay__item__ttl span {
  font-size: 24px;
  color: #fff56e;
  display: inline-block;
  margin-top: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media only screen and (max-width: 768px) {
  .pay__item__ttl span {
    font-size: 15px;
    display: block;
    margin-top: 2px;
    -webkit-transform: none;
            transform: none;
  }
}
.pay__item__txt {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .pay__item__txt {
    font-size: 15px;
  }
}
.pay__item__txt a {
  text-decoration: underline;
}
.pay__item__note {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-top: 7px;
}
@media only screen and (max-width: 768px) {
  .pay__item__note {
    font-size: 13px;
  }
}
.pay__item ul.list01 {
  margin-top: 12px !important;
}
.pay__item ul.list01 li {
  padding-left: 1.2em !important;
}
.pay__item ul.list01 li {
  font-size: 14px;
  color: var(--color-base);
  letter-spacing: 0.02em;
  line-height: 1.6;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .pay__item ul.list01 li {
    font-size: 13px;
  }
}
.pay__item ul.list01 li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
.pay__item ul.list01 li a {
  text-decoration: underline;
}
.pay__item ul.list02 li {
  padding-bottom: 20px !important;
  margin-bottom: 20px !important;
}
.pay__item ul.list02 li {
  border-bottom: 1px solid var(--color-quaternary);
}
@media only screen and (max-width: 768px) {
  .pay__item ul.list02 li {
    padding-bottom: 14px !important;
    margin-bottom: 14px !important;
  }
}
.pay__item ul.list02 li:last-child {
  margin-bottom: 0 !important;
}
.pay__item ul.list02 li .q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 9px;
}
@media only screen and (max-width: 768px) {
  .pay__item ul.list02 li .q {
    margin-bottom: 6px;
  }
}
.pay__item ul.list02 li .q span {
  font-size: 16px;
  color: var(--color-primary);
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .pay__item ul.list02 li .q span {
    font-size: 15px;
  }
}
.pay__item ul.list02 li .q span:first-child {
  font-family: var(--font-gothicZen);
  margin-right: 3px;
}
.pay__item ul.list02 li .q span:last-child {
  letter-spacing: 0.02em;
}
.pay__item ul.list02 li .a {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.pay__item ul.list02 li .a a {
  text-decoration: underline;
}
.pay__item__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .pay__item__in {
    margin-bottom: 0;
  }
}
.pay__item__in .in {
  width: 48.9%;
}
@media only screen and (max-width: 768px) {
  .pay__item__in .in {
    width: 100%;
  }
}
.pay__item__img {
  width: 46.8%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .pay__item__img {
    width: 100%;
    margin: 22px 0;
  }
}
.pay__item__table01 {
  margin-top: 30px;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .pay__item__table01 {
    margin-top: 22px;
    gap: 10px;
  }
}
.pay__item__table01 table {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 768px) {
  .pay__item__table01 table {
    width: 100%;
  }
}
.pay__item__table01 table tr th {
  font-size: 14px;
  line-height: 1.2;
  background: #e6dfda;
  width: calc(100% - 124px);
  padding: 10px 0;
  text-align: center;
  border: 1px solid var(--color-quaternary);
}
@media only screen and (max-width: 768px) {
  .pay__item__table01 table tr th {
    font-size: 13px;
    width: calc(100% - 112px);
    padding: 5px 0;
  }
}
.pay__item__table01 table tr th:first-child {
  width: 124px;
}
@media only screen and (max-width: 768px) {
  .pay__item__table01 table tr th:first-child {
    width: 112px;
  }
}
.pay__item__table01 table tr td {
  font-size: 14px;
  line-height: 1.2;
  background: #fff;
  padding: 10px 0;
  text-align: center;
  border: 1px solid var(--color-quaternary);
}
@media only screen and (max-width: 768px) {
  .pay__item__table01 table tr td {
    font-size: 13px;
    padding: 5px 0;
  }
}
.pay__item .sp-scroll {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .pay__item .sp-scroll {
    overflow-y: hidden;
    overflow-x: scroll;
    margin: 0 -20px 25px;
    padding-left: 20px;
  }
}
.pay__item__table02 table {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .pay__item__table02 table {
    width: 768px;
  }
}
.pay__item__table02 table tr th {
  font-size: 14px;
  color: #fff;
  background: #501a09;
  line-height: 1.2;
  text-align: center;
  padding: 12px 0;
  border: 1px solid var(--color-quaternary);
}
@media only screen and (max-width: 768px) {
  .pay__item__table02 table tr th {
    font-size: 13px;
    padding: 5px 0;
  }
}
.pay__item__table02 table tr th:nth-child(1) {
  width: 355px;
}
@media only screen and (max-width: 768px) {
  .pay__item__table02 table tr th:nth-child(1) {
    width: 323px;
  }
}
.pay__item__table02 table tr th:nth-child(2) {
  width: 110px;
}
@media only screen and (max-width: 768px) {
  .pay__item__table02 table tr th:nth-child(2) {
    width: 100px;
  }
}
.pay__item__table02 table tr th:nth-child(3) {
  width: 495px;
}
@media only screen and (max-width: 768px) {
  .pay__item__table02 table tr th:nth-child(3) {
    width: 345px;
  }
}
.pay__item__table02 table tr td {
  font-size: 14px;
  line-height: 1.2;
  background: #fff;
  border: 1px solid var(--color-quaternary);
  padding: 12px;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .pay__item__table02 table tr td {
    font-size: 13px;
    padding: 8px;
  }
}
.pay__item__table02 table tr td:first-child {
  text-align: center;
  background: #e6dfda;
  width: 110px;
}
@media only screen and (max-width: 768px) {
  .pay__item__table02 table tr td:first-child {
    width: 100px;
  }
}
.pay__item__table02 table tr td:nth-child(3) {
  text-align: center;
}
.pay__item dl.jaccs {
  margin-top: 26px;
}
@media only screen and (max-width: 768px) {
  .pay__item dl.jaccs {
    margin-top: 22px;
  }
}
.pay__item dl.jaccs dt {
  margin-bottom: 8px;
}
.pay__item dl.jaccs dt.width01 {
  max-width: 168px;
}
@media only screen and (max-width: 768px) {
  .pay__item dl.jaccs dt.width01 {
    max-width: 140px;
  }
}
.pay__item dl.jaccs dt.width02 {
  max-width: 256px;
}
@media only screen and (max-width: 768px) {
  .pay__item dl.jaccs dt.width02 {
    max-width: 100%;
  }
}
.pay__item dl.jaccs dd {
  margin: 0;
}
.pay__item dl.jaccs dd a {
  font-size: 14px;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .pay__item dl.jaccs dd a {
    font-size: 12px;
  }
}
.pay__item dl.jaccs dd a img {
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
@media only screen and (max-width: 768px) {
  .pay__item dl.jaccs dd a img {
    width: 12px;
  }
}
.pay__list__sub {
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  .pay__list__sub {
    margin-top: 25px;
  }
}
.pay__list__sub__item {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .pay__list__sub__item {
    margin-bottom: 22px;
  }
}
.pay__list__sub__item:last-child {
  margin-bottom: 0;
}
.pay__list__sub__ttl {
  font-size: 16px;
  color: #fff;
  background: var(--color-primary);
  padding: 12px 0;
  margin-bottom: 22px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pay__list__sub__ttl {
    font-size: 15px;
    padding: 3px 6px;
    margin-bottom: 12px;
    text-align: left;
  }
}
.pay__list__sub ol {
  margin: 0 !important;
  padding-left: 20px !important;
}
.pay__list__sub ol li {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 768px) {
  .pay__list__sub ol li {
    font-size: 15px;
  }
}