:root {
  --color-text-head: #222;
  --color-text-body: #222;
  --color-text-overlay: #FFFFFF;
  --color-text-link: #6bb0c6 !important;
  --color-btn-bg: #6bb0c6 !important;
  --color-btn-text: #FFFFFF;
  --color-input-text: #222;
  --color-page-accent: #6bb0c6 !important;
  --font-family-text-head: font-family: "Zen Kaku Gothic New", sans-serif;
}

.systempage {
  margin-top: 100px;
}
@media screen and (max-width: 1440px) {
  .systempage {
    margin-top: 100rem;
  }
}

.l-container {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding-top: 50px;
  }
}

.systempage_title h1 {
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 0.3em;
  text-align: center;
  color: #6bb0c6;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .systempage_title h1 {
    padding: 100rem 0 70rem;
    font-size: 38rem;
  }
}

body .u-color__btn--bg {
  background: #6bb0c6 !important;
}
body .u-text--head {
  color: #222 !important;
  font-size: 24px !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body .u-text--body {
  color: #222 !important;
  font-size: 13px !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body .u-text--btn {
  font-size: 14px !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body .u-text--subhead {
  color: #222 !important;
  font-size: 18px !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body .u-text--input {
  color: #222 !important;
  font-size: 14px !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body .c-breadcrumbs__item:not(:last-child):after {
  font-size: 1.2em;
}
body .u-color__bg--bg {
  background: #EAEBED;
}
body .u-text--strong {
  color: #222 !important;
  font-size: 13px !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body .u-text--link {
  color: #386F81 !important;
  font-size: 13px !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body .p-subscription_list {
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  body .p-subscription_list {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  body .p-subscription_list {
    margin-bottom: 20rem;
  }
}
body .check_agree .formError {
  top: -50px !important;
}

.p-subscription__inner__content {
  max-width: 900px;
}
@media screen and (max-width: 1440px) {
  .p-subscription__inner__content {
    max-width: 900rem;
  }
}

.p-subscription_table {
  border: 1px solid #d0d0d0;
  border-collapse: collapse;
}
.p-subscription_table td,
.p-subscription_table th {
  border: 1px solid #d0d0d0;
  border-collapse: collapse;
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #222;
  padding: 15px;
}
@media screen and (max-width: 1440px) {
  .p-subscription_table td,
  .p-subscription_table th {
    font-size: 14rem;
    padding: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subscription_table td,
  .p-subscription_table th {
    font-size: 24rem;
    line-height: 36rem;
    padding: 30rem;
  }
}
.p-subscription_table th {
  background: #eaebed;
}
.p-subscription_table__item_main {
  border: none !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .p-subscription_table__item_main {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_main {
    gap: 20rem;
  }
}
.p-subscription_table__item_date {
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .p-subscription_table__item_date {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_date {
    font-size: 28rem;
    line-height: 40rem;
  }
}
.p-subscription_table__item_info {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1440px) {
  .p-subscription_table__item_info {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_info {
    flex-direction: column;
    align-items: flex-start;
    gap: 20rem;
  }
}
.p-subscription_table__item_content {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .p-subscription_table__item_content {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_content {
    gap: 20rem;
  }
}
.p-subscription_table__item_content .head {
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
  font-weight: 400;
  font-size: 13px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .p-subscription_table__item_content .head {
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_content .head {
    font-size: 24rem;
    line-height: 36rem;
  }
}
.p-subscription_table__item_content .info {
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
  font-weight: 400;
  font-size: 13px;
  text-align: left;
  color: #fff;
  border-radius: 15px;
  background: #222;
  padding: 5px 15px;
  display: inline-block;
}
@media screen and (max-width: 1440px) {
  .p-subscription_table__item_content .info {
    padding: 5rem 15rem;
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_content .info {
    font-size: 24rem;
    padding: 5rem 15rem;
  }
}
.p-subscription_table__item_sum {
  width: 13%;
  text-align: center !important;
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_sum {
    display: none;
  }
}
.p-subscription_table__item_product .itembox {
  display: flex;
  align-items: normal;
  gap: 15px;
}
@media screen and (max-width: 1440px) {
  .p-subscription_table__item_product .itembox {
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_product .itembox {
    gap: 30rem;
  }
}
.p-subscription_table__item_product_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
}
.p-subscription_table__item_product_content .itemtitle {
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  color: #555;
}
@media screen and (max-width: 1440px) {
  .p-subscription_table__item_product_content .itemtitle {
    font-size: 15rem;
    line-height: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_product_content .itemtitle {
    font-size: 26rem;
    line-height: 39rem;
  }
}
.p-subscription_table__item_product_info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
  color: #555;
}
@media screen and (max-width: 1440px) {
  .p-subscription_table__item_product_info {
    gap: 20rem;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_product_info {
    margin-top: 20rem;
    gap: 20rem;
    font-size: 26rem;
    line-height: 39rem;
  }
}
.p-subscription_table__item_product .viewlink {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_product .viewlink {
    justify-content: center;
    margin-top: 40rem;
  }
}
.p-subscription_table__item_product .viewlink.pc_only {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_product .viewlink.pc_only {
    display: none !important;
  }
}
.p-subscription_table__item_product .viewlink.sp_only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_product .viewlink.sp_only {
    display: flex !important;
  }
}
.p-subscription_table__item_product .viewlink a {
  display: inline-block;
  background: #222;
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  padding: 10px 40px;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .p-subscription_table__item_product .viewlink a {
    font-size: 14rem;
    padding: 10rem 40rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_product .viewlink a {
    font-size: 24rem;
    padding: 20rem 60rem;
  }
}
.p-subscription_table__item_img {
  min-width: 100px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .p-subscription_table__item_img {
    min-width: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_img {
    min-width: 200rem;
  }
}
.p-subscription_table__item_img img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1440px) {
  .p-subscription_table__item_img img {
    width: 100rem;
    height: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_img img {
    width: 200rem;
    height: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subscription_table .itemsum {
    display: none;
  }
}/*# sourceMappingURL=custom.css.map */