@charset "UTF-8";

/* 変数 */
:root {
  --main-color: #1e51a2;
  --main-back: #fffdeb;
  --reddish: #ff0000;
  --brown: #64471e;
  --trans: 0.1s linear;
  --font: arial;
}

/* 全体 */
span.biggest {
  font-size: 1.5rem;
}
.contents_body * {
  box-sizing: border-box;
}

/* 対応できるテープ */
.tapes p span {
  padding: 0.25rem 1rem;
  border-radius: 5rem;
  color: #ffffff;
  background-color: var(--main-color);
}
.tapeImg p {
  width: 20%;
  text-align: center;
}
.tapeImg p span {
  display: inline-block;
  margin-top: 0.5rem;
}
.tapeImg .small {
  font-size: 0.8rem;
  margin: 0;
  padding: 0;
}
.tapeImg2 p {
  width: 50%;
  text-align: center;
}
.cd-dubbing > div {
  width: 50%;
}
.dotteline h4 span {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 1rem;
  font-weight: normal;
  color: #111111;
}
.dotteline.tapes > div:has(+ div) {
  padding: 0;
  border: none;
}
.list-text p:has(img) {
  width: 35%;
}

/* 基本料金 */
.basic {
  border: solid 2px var(--main-color);
  font-size: 1.4rem;
}
.basic p {
  line-height: 1.2;
}
.basic-fee {
  letter-spacing: 0.01em;
  font-family: var(--font);
  font-size: 1.75rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  color: #fff;
  background-color: var(--main-color);
}
.basic-fee + p .small:last-of-type {
  font-size: 0.75em;
}
.basic .biggest {
  font-family: var(--font);
  font-weight: 900;
  font-size: 2.25em;
}

.plus {
  margin: 2rem 0;
  line-height: 0.4;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 5rem;
  font-weight: bold;
  color: var(--main-color);
}
.plus span {
  font-size: 0.3em;
}

/* 各料金 */
.course {
  width: 50%;
  border: solid 2px var(--main-color);
  border-radius: 0.75rem;
}
.course h4 {
  margin-top: 0 !important;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem 0.5rem 0 0;
  color: #fff !important;
  background-color: var(--main-color);
}
.course p {
  line-height: 1.6;
  font-size: 1rem;
}
.course .biggest {
  font-size: 1.3em;
}
.course img {
  display: block;
  width: 80px;
}
.course img.floatR:first-of-type {
  margin-left: 0.75rem;
}
.course .order-num {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: 0.25rem;
  padding: 0 0.5rem;
  padding-right: 0;
  border: solid 1px #000;
  line-height: 1.6;
  font-size: 1rem;
}
.course .order-num span {
  margin-left: 0.5rem;
  padding: 0 0.5rem;
  border-left: solid 1px #000;
  font-weight: bold;
  font-size: 1.4em;
  color: #fff;
  background-color: #000;
}

/* 1本あたりの価格 */
.course > div:first-of-type p:first-of-type {
  margin: 1.5rem 0;
  padding: 0 1.5rem;
  font-weight: bold;
  font-size: 1.5rem;
}
.item-title {
  padding: 1.5rem;
  padding-top: 0;
}
.item-title > p {
  line-height: 1.4;
}
.price {
  width: fit-content;
  margin: 0 auto;
  text-align: right;
  font-size: 1.2rem;
}
.price .biggest {
  line-height: 1;
  font-family: var(--font);
  font-weight: 900;
  font-size: 3.25em;
}
.course .flexBox .center {
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.5rem;
}
.course .mt {
  margin-top: 2.45rem;
}
.course .mt + .flexBox {
  margin-top: 3.6rem;
}
.course .caution {
  margin-bottom: 0;
  padding: 0.25rem 1rem;
  padding-left: 2em;
  text-indent: -1em;
  color: #fff;
  background-color: var(--main-color);
}
.course .caution b {
  font-size: 1.2em;
  color: #fff000;
}

/* オプション */
.optional h4 {
  color: #000 !important;
}
.optional > div p {
  margin: 0;
  line-height: 1.6;
  font-size: 1.15rem;
}
.optional > div p .biggest {
  font-size: 1.5em;
}
.option_container > div:first-of-type {
  width: 45%;
}
.option_container > div:last-of-type {
  width: 55%;
}
.optional-text {
  margin: 0;
  line-height: 1.4;
}

/* お申込み方法 */
.action .flexBox {
  /* width: 90%; */
  margin: 0 auto;
  margin-top: 2rem;
}
.action .flexBox > div {
  position: relative;
  width: calc(100% / 3);
  border: solid 3px var(--main-color);
  border-radius: 0.5rem;
}
.action .flexBox > div:has(+ div)::after {
  position: absolute;
  content: "";
  top: calc(50% - (2rem / 2));
  right: -1.75rem;
  width: 1rem;
  height: 2rem;
  background-color: var(--main-color);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
/* .action .flexBox:last-of-type > div:first-of-type::before {
  position: absolute;
  content: "";
  top: calc(50% - (2rem / 2));
  left: -1.75rem;
  width: 1rem;
  height: 2rem;
  background-color: var(--main-color);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
} */
.action .flexBox:has(+ .flexBox) {
  margin-bottom: 1rem;
}
.action-title {
  margin: 0;
  padding: 0.25rem 1rem;
  color: #fff;
  background-color: var(--main-color);
}
.action-content {
  padding: 0 1rem;
  line-height: 1.6;
}

/* キャンセル規程 */
.cancel {
  margin-top: 1rem;
  border: solid 1px var(--reddish);
}
.cancel p {
  margin: 0;
  line-height: 1.6;
}
.cancel p:first-of-type {
  padding: 0.25rem 1rem;
  color: #fff;
  background-color: var(--reddish);
}
.cancel p:last-of-type {
  padding: 0.5rem 1rem;
}
.readme {
  border-color: #000;
}
.readme p:first-of-type {
  background-color: #000;
}
.dotteline > div {
  width: 100%;
}

/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */

/* SP */
@media screen and (max-width: 679px) {
  /* 全体 */
  section {
    width: calc(100% - 20px) !important;
    margin: 0 auto;
  }
  .lsd > li {
    list-style: disc;
    margin-left: 1.25rem;
  }

  /* 対応できるテープ */
  .tapeImg p,
  .tapeImg2 p,
  .cd-dubbing > div {
    width: 100%;
  }
  .list-text .floatR {
    float: right;
    margin-left: 0.5rem;
  }

  /* 基本料金 */
  .basic-fee {
    margin: 0;
    padding: 0.5rem 1rem;
    text-align: center;
  }
  .basic > p:not(.basic-fee) {
    width: fit-content;
    margin: 0 auto;
    padding-right: 1rem;
    text-align: right;
  }

  /* 各料金 */
  .course {
    width: 100%;
  }
  .course:has(+ .course) {
    margin-bottom: 1rem;
  }
  .course h4 {
    text-align: center;
  }
  .course img {
    display: block;
    width: 80px;
    float: right;
  }

  /* 1本あたりの価格 */
  .course > div:first-of-type p:first-of-type {
    margin: 1.25rem 0;
    margin-bottom: 0.5rem;
    font-size: 0.95rem !important;
  }
  .item-title > p {
    line-height: 1.4;
  }
  .price {
    padding-right: 1rem;
  }
  .course .flexBox .center {
    text-align: center;
  }
  .course .mt,
  .course .mt + .flexBox {
    margin-top: 0;
  }

  /* お申込み方法 */
  .action .flexBox {
    width: 100%;
    margin-top: 1rem;
  }
  .action .flexBox > div {
    width: inherit;
  }
  .action .flexBox > div:has(+ div) {
    margin-bottom: 1rem;
  }
  .action .flexBox > div:has(+ div)::after {
    top: auto;
    bottom: -1rem;
    right: calc(50% - (2rem / 2));
    width: 2rem;
    height: 1rem;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .action .flexBox > div::after {
    position: absolute;
    content: "";
    bottom: -1rem;
    right: calc(50% - (2rem / 2));
    width: 2rem;
    height: 1rem;
    background-color: var(--main-color);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .action .flexBox:last-of-type > div:last-of-type::after {
    content: none;
  }
  .action .flexBox:has(+ .flexBox) {
    margin-bottom: 1rem;
  }
}
