@charset "utf-8";

/*=== アンカーナビゲーション ===*/
.nav {
  max-width: 1200px;
  margin: 50px auto 0;
  line-height: 1.2;
}
.main-container > .nav:first-child {
  padding: 0 20px;
}
.nav-list {
  display: inline-flex;
  background-color: #ededed;
  border-radius: 50px;
  overflow: hidden;
}
.nav-item {
  position: relative;
  min-height: 65px;
}
.nav-item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 40%;
  background-color: #ccc;
  transform: translateY(-50%);
}
a.nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 5px 30px;
  font-size: 18px;
  text-decoration: none;
}
a.nav-link:hover {
  color: #e85d00;
}
a.nav-link:hover .nav-icon {
  filter: brightness(0) saturate(100%) invert(38%) sepia(88%) saturate(1577%) hue-rotate(3deg) brightness(92%) contrast(102%);
}
.nav-icon {
  flex-shrink: 0;
  margin-right: 10px;
}
.nav-icon.commonIcon-solution {
  width: 26px;
  height: 29px;
}
.nav-icon.commonIcon-menu {
  width: 22px;
  height: 28px;
}
.nav-icon.commonIcon-ex {
  width: 22px;
  height: 23px;
}
.nav-icon.commonIcon-price {
  width: 22px;
  height: 22px;
}
.nav-icon.commonIcon-notes {
  width: 22px;
  height: 19px;
}
.nav-icon.commonIcon-shop {
  width: 32px;
  height: 23px;
  filter: brightness(0) saturate(100%) invert(25%) sepia(5%) saturate(11%) hue-rotate(1deg) brightness(95%) contrast(80%);
}
.nav-icon.commonIcon-voice {
  width: 22px;
  height: 21px;
}
.nav-txt {
  position: relative;
  min-width: 75px;
  padding-right: 20px;
  z-index: 1;
}
.nav-txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 8px;
  background-color: #666;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transform: translateY(-50%);
}
a.nav-link:hover .nav-txt::after {
  background-color: currentColor;
}


/*=== 特徴 ===*/
.feature-column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1010px;
  margin: 55px auto 0;
}
.feature-cont {
  position: relative;
  width: calc((100% - 50px) / 2);
  margin-left: 15px;
  border: 4px solid #f2f2f2;
}
@media print, screen and (min-width: 769px) {
  .feature-cont:not(:nth-child(-n+2)) {
    margin-top: 45px;
  }
}
.feature-subttl {
  display: inline-flex;
  align-items: center;
  position: relative;
  top: -20px;
  left: -15px;
  padding: 0 5px 5px 0;
  color: #41362e;
  font-weight: bold;
  font-size: 24px;
  background-color: #fff;
}
.feature-icon {
  flex-shrink: 0;
  margin-right: 10px;
}
.feature-detail {
  padding: 0 30px 40px;
  font-size: 18px;
}
.feature-txt.type-link {
  text-align: right;
}
.feature-txt + .feature-txt {
  margin-top: 10px;
}
.feature-item {
  position: relative;
  margin-top: 10px;
  padding-left: 1em;
}
.feature-notes .feature-item {
  margin-top: 5px;
}
.feature-item:first-child {
  margin-top: 0;
}
.feature-item::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
a.feature-link {
  display: inline-block;
  position: relative;
  padding-right: 5px;
  text-decoration: none;
}
a.feature-link:hover {
  text-decoration: underline;
}
a.feature-link::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  right: -5px;
  width: 8px;
  height: 12px;
  background-color: #666;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
a.feature-link.type-anchor::after {
  top: -2px;
  width: 12px;
  height: 8px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}


/*=== 当日の流れ ===*/
.flow-list {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.flow-item {
  width: calc((100% - (55px * 2)) / 3);
}
.flow-head {
  margin: 18px -10px 0;
}
.flow-label {
  display: inline-block;
  margin: 2px 10px;
  padding: 0 20px 2px;
  background-color: #ccc;
  border-radius: 50px;
}
.flow-txt {
  margin-top: 10px;
  font-size: 18px;
}
.flow-note {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.flow .noteList {
  margin-top: 40px;
}


/*=== ご利用例 ===*/
.example-wrapList {
  margin-top: 45px;
  line-height: 1.4;
}
.example-wrapItem:not(:first-child) {
  margin-top: 15px;
}
.example-head {
  appearance: none;
  position: relative;
  width: 100%;
  padding: 15px 60px 15px 35px;
  border: none;
  font-size: 24px;
  text-align: left;
  background-color: #f8e7d7;
  transition: 0.3s all;
  cursor: pointer;
}
.example-head_txt .type-highlight {
  display: inline-block;
  color: #b52a06;
  font-size: 18px;
}
.example-head_txt .type-em {
  padding: 0 4px;
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
}
.example-head_mark {
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 32px;
  height: 32px;
  background-color: #333;
  border-radius: 100%;
  transform: translateY(-50%);
}
.example-head_mark::before,
.example-head_mark::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 8px;
  width: 16px;
  height: 3px;
  background-color: #fff;
}
.example-head_mark::after {
  transform: rotate(90deg);
}
.example-wrapItem.is-AcorShow .example-head_mark::after {
  content: none;
}
.example-detail {
  display: none;
  background-color: #fff;
}
.example-menu {
  padding: 8px 10px;
  background-color: #f5f2ef;
}
.example-cont {
  display: flex;
  padding: 20px 25px;
  background-color: #fff;
}
.example-cont:not(:first-child) {
  margin-top: 5px;
}
.example-cont.pattern-mark {
  position: relative;
  margin-top: 0;
  padding: 0;
  background-color: transparent;
}
.example-column {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .example-column.pattern-category {
    width: 155px;
    min-width: 155px;
    margin-right: 20px;
  }
  .example-column.pattern-name {
    width: 35%;
    margin-right: 20px;
  }
  .example-column.pattern-list {
    width: 40%;
    margin-right: 20px;
  }
  .example-column.pattern-price {
    display: flex;
    justify-content: end;
    align-items: flex-end;
    flex-shrink: 0;
    width: 130px;
  }
}
.example-label {
  padding: 4px 10px;
  text-align: center;
  background-color: #ccc;
  border-radius: 50px;
}
.example-name {
  font-weight: bold;
  font-size: 18px;
}
.example-list {
  font-size: 15px;
}
.example-list.pattern-column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 20px;
}
.example-item {
  position: relative;
  padding-left: 1em;
}
.example-item::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.example-item .type-highlight {
  color: #b52a06;
}
.example-list.pattern-column .example-item {
  width: calc((100% - 20px) / 2);
  margin-top: 10px;
}
.example-price {
  padding-right: 35px;
  font-size: 18px;
  text-align: right;
  white-space: nowrap;
}
.example-price .type-em {
  font-weight: bold;
  font-size: 23px;
  line-height: 1;
}
.example-plus {
  position: absolute;
  top: -6px;
  left: calc((25px + 155px) / 2);
  width: 18px;
  height: 18px;
  color: transparent;
}
.example-plus::before,
.example-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 4px;
  background-color: #666;
  transform: translateY(-50%);
}
.example-plus::after {
  transform: translateY(-50%) rotate(90deg);
}
.example-total {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px 45px 40px 10px;
}
.example-balloon {
  position: relative;
  margin-right: 30px;
  padding: 4px 10px 7px 25px;
  color: #fff;
  font-size: 18px;
  background-color: #e85d00;
}
.example-balloon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -19.8px;
  width: 20px;
  height: 100%;
  background-color: #e85d00;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
.example-balloon .type-accent {
  padding: 0 4px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}
.example-balloon .type-em {
  font-weight: bold;
}
.example-txt {
  flex-shrink: 0;
  color: #b52a06;
  font-size: 20px;
}
.example-txt .type-em {
  padding: 0 4px;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
}


/*=== 合計金額 ===*/
.totalEx {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 25px 30px;
  background-color: #fad6bd;
}
.totalEx-item {
  display: flex;
  align-items: center;
  flex-grow: 1;
  min-height: 118px;
  text-align: center;
  line-height: 1.2;
}
.totalEx-item.pattern-line {
  flex-direction: column;
}
.totalEx-item.pattern-mark {
  position: relative;
  flex-grow: 0;
}
.totalEx-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-width: 170px;
  padding: 10px;
  background-color: #fff;
}
.totalEx-cont + .totalEx-cont {
  border-top: 5px solid #fad6bd;
}
.totalEx-txt {
  font-size: 20px;
}
.totalEx-txt.type-em {
  font-weight: bold;
}
.totalEx-label {
  display: inline-block;
  margin: 2px 10px;
  padding: 8px 25px;
  background-color: #ccc;
  border-radius: 50px;
}
.totalEx-note {
  margin-top: 10px;
  font-size: 18px;
}
.totalEx-plus {
  position: relative;
  margin: 0 15px;
  min-width: 28px;
  height: 28px;
  color: transparent;
}
.totalEx-plus::before,
.totalEx-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 6px;
  background-color: #666;
  transform: translateY(-50%);
}
.totalEx-plus::after {
  transform: translateY(-50%) rotate(90deg);
}
.totalEx-equal {
  position: relative;
  margin: 0 15px;
  min-width: 28px;
  height: 18px;
  color: transparent;
}
.totalEx-equal::before,
.totalEx-equal::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 6px;
  background-color: #666;
}
.totalEx-equal::after {
  top: auto;
  bottom: 0;
}
.totalEx-total {
  color: #b52a06;
  font-weight: bold;
  font-size: 32px;
  white-space: nowrap;
}


/*=== 上記に当てはまらない場合 ===*/
.remarks {
  display: flex;
  align-items: center;
  margin-top: 50px;
  padding: 25px 40px;
  border: 1px solid #ccc;
}
.remarks-thumb {
  min-width: 320px;
  margin-right: 60px;
}
.remarks-cont {
  max-width: 515px;
}
.remarks-ttl {
  font-weight: bold;
  font-size: 18px;
}
.remarks-txt {
  margin-top: 20px;
}
.remarks-txt .type-highlight {
  color: #e85d00;
}


/*=== 料金表 ===*/
.price {
  background-color: #f7f7f7;
}


/* detailTable */
.detailTable {
  margin: 30px -20px 0;
  padding-bottom: 10px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
@media print, screen and (min-width: 1200px) {
  .detailTable {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .detailTable::-webkit-scrollbar {
    display: none;
  }
}
.detailTable.pattern-vertical {
  margin: 30px 0 0;
  padding-bottom: 0;
  overflow: visible;
}
.detailTable-table {
  width: 1160px;
  margin: 0 20px;
  border: 1px solid #ededed;
  line-height: 1.4;
  overflow: hidden;
}
.pattern-vertical .detailTable-table {
  width: 100%;
  margin: 0;
}
/* 通常 */
.detailTable-table col:nth-child(1) {
  width: 25%;
}
.detailTable-table col:nth-child(2) {
  width: 17%;
}
.detailTable-table col:nth-child(3) {
  width: 58%;
}
/* ラベルあり */
.pattern-label col:nth-child(2) {
  width: 20%;
}
.pattern-label col:nth-child(3) {
  width: 55%;
}
/* 一覧 */
.pattern-menu .detailTable-table {
  table-layout: fixed;
}
.pattern-menu .detailTable-table col {
  width: auto;
}
/* 縦並び */
.pattern-vertical col:nth-child(1) {
  width: 20%;
  min-width: 200px;
}
.pattern-vertical col:nth-child(2) {
  width: 80%;
}
.pattern-vertical tr:not(:last-child) .detailTable-head {
  border-bottom: 2px solid #fff;
}

.detailTable-table .type-sup {
  display: inline-block;
  position: relative;
  top: 2px;
  font-size: 12px;
  vertical-align: super;
}
.detailTable-table .type-accent {
  color: #b52a06;
  font-weight: bold;
}
.detailTable-table .type-center {
  text-align: center;
}
.detailTable-head {
  padding: 20px;
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  vertical-align: middle;
  background-color: #fbdfcc;
}
.detailTable-head + .detailTable-head {
  border-left: 2px solid #fff;
}
.detailTable-data {
  height: 86px;
  padding: 15px 20px;
  vertical-align: middle;
  background-color: #fff;
  box-shadow: 0 0 0 1px #f2f2f2 inset
}
.pattern-vertical .detailTable-table {
  height: auto;
}
.detailTable-data > * {
  margin-top: 10px;
}
.detailTable-data > *:first-child {
  margin-top: 0;
}
.detailTable-data .type-highlight {
  color: #e85d00;
}
.detailTable-name {
  font-size: 18px;
}
.detailTable-mark {
  font-size: 22px;
  text-align: center;
  line-height: 1;
}
.detailTable-price {
  font-size: 20px;
  text-align: right;
}
.pattern-label .detailTable-price {
  text-align: center;
}
.detailTable-price .type-em {
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
}
.detailTable-data .detailTable-label {
  margin-top: 5px;
  padding-bottom: 2px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background-color: #e85d00;
}
.detailTable-label .type-em {
  font-weight: bold;
  font-size: 18px;
}
.detailTable-list {
  margin-top: 10px;
}
.detailTable-item:not(:last-child) .detailTable-list {
  margin-bottom: 30px;
}
.detailTable-item {
  position: relative;
  padding-left: 1em;
}
.pattern-number > .detailTable-item {
  counter-increment: number;
}
.detailTable-item::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.pattern-number > .detailTable-item::before {
  content: counter(number, decimal) ".";
}
.detailTable-item:not(:first-child) {
  margin-top: 10px;
}
.detailTable-note {
  padding-left: 1em;
  text-indent: -1em;
}


/*=== 訴求エリア ===*/
.appeal {
  display: flex;
  align-items: center;
  margin-top: 40px;
  padding: 25px 35px;
  color: #492f09;
  background-color: #fbdfcc;
}
.appeal.pattern-premium {
  background-color: #f7e6bd;
}
.appeal-head {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 45px;
}
.pattern-lesson .appeal-head {
  margin-right: 30px;
}
.appeal-ttl {
  margin-left: 20px;
  font-weight: bold;
  font-size: 24px;
}
.appeal-icon {
  flex-shrink: 0;
}
.appeal-cont {
  flex-grow: 1;
}
.appeal-txt {
  font-size: 17px;
}
.appeal-txt .type-em {
  font-weight: bold;
}
.appeal-txt .type-accent {
  color: #e85d00;
  font-weight: bold;
}
.appeal-transition {
  margin-top: 5px;
  text-align: right;
}
a.appeal-link {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  color: #492f09;
  text-decoration: none;
}
a.appeal-link:visited {
  color: #492f09;
}
a.appeal-link:hover {
  text-decoration: underline;
}
a.appeal-link::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  right: -10px;
  width: 8px;
  height: 12px;
  background-color: #666;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.appeal-menu {
  flex-shrink: 0;
  margin-left: 45px;
  text-align: center;
}
a.appeal-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 50px;
  padding: 5px 40px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  background-color: #41362e;
  border-radius: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
a.appeal-btn:visited {
  color: #fff;
}
a.appeal-btn:hover {
  opacity: 0.7;
}
.appeal-btnIcon {
  flex-shrink: 0;
  margin-right: 15px;
}


/*=== 注釈リスト ===*/
.noteList {
  margin-top: 20px;
  font-size: 15px;
}
.noteList-item {
  position: relative;
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
.pattern-dots .noteList-item {
  text-indent: 0;
}
.pattern-notes > .noteList-item {
  padding-left: 2.2em;
  text-indent: 0;
  counter-increment: number;
}
.noteList-item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.pattern-dots > .noteList-item::before {
  content: "・";
}
.pattern-notes > .noteList-item::before {
  content: "注"counter(number, decimal);
}


@media print, screen and (max-width: 768px) {
  /*=== アンカーナビゲーション ===*/
  .main-container > .nav:first-child {
    padding: 0 15px;
  }
  .nav {
    margin-top: 25px;
  }
  .nav-list {
    display: block;
    border-radius: 10px;
  }
  .nav-item {
    min-height: auto;
  }
  .nav-item:not(:last-child)::after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
    transform: none;
  }
  a.nav-link {
    justify-content: flex-start;
    padding: 15px;
    font-size: 14px;
  }
  .nav-icon.commonIcon-solution {
    width: 15px;
    height: 17px;
  }
  .nav-icon.commonIcon-menu {
    width: 15px;
    height: 19px;
  }
  .nav-icon.commonIcon-ex {
    width: 15px;
    height: 16px;
  }
  .nav-icon.commonIcon-price {
    width: 15px;
    height: 15px;
  }
  .nav-icon.commonIcon-notes {
    width: 15px;
    height: 13px;
  }
  .nav-icon.commonIcon-shop {
    width: 15px;
    height: 11px;
  }
  .nav-icon.commonIcon-voice {
    width: 15px;
    height: 14px;
  }
  .nav-txt {
    flex-grow: 1;
    text-align: left;
  }
  /*=== 特徴 ===*/
  .feature-column {
    display: block;
    margin-top: 40px;
  }
  .feature-cont {
    width: 100%;
    margin-left: 8px;
    border-width: 2px;
  }
  .feature-cont:not(:first-child) {
    margin-top: 30px;
  }
  .feature-subttl {
    top: -14px;
    left: -8px;
    padding: 0 5px 5px 0;
    font-size: 16px;
  }
  .feature-detail {
    padding: 0 15px 25px;
    font-size: 16px;
  }
  a.feature-link::after {
    width: 8px;
    height: 12px;
  }
  a.feature-link.type-anchor::after {
    width: 12px;
    height: 8px;
  }
  /*=== 当日の流れ ===*/
  .flow-list {
    display: block;
    max-width: 550px;
    margin: 25px auto 0;
    padding: 0 20px;
  }
  .flow-item {
    width: 100%;
  }
  .flow-item:not(:first-child) {
    margin-top: 30px;
  }
  .flow-thumb {
    max-width: 400px;
    margin: 0 auto;
  }
  .flow-head {
    margin-top: 12px;
    font-size: 13px;
  }
  .flow-label {
    padding-top: 2px;
  }
  .flow-txt {
    font-size: 16px;
  }
  .flow .noteList {
    padding: 0 20px;
  }
  /*=== ご利用例 ===*/
  .example-wrapItem:not(:first-child) {
    margin-top: 15px;
  }
  .example-head {
    padding: 10px 60px 10px 15px;
    font-size: 14px;
  }
  .example-head_txt .type-highlight {
    display: block;
    margin-top: 5px;
    font-size: 14px;
  }
  .example-head_txt .type-em {
    font-size: 22px;
  }
  .example-head_mark {
    width: 33px;
    height: 33px;
  }
  .example-head_mark::before,
  .example-head_mark::after {
    top: 15px;
    left: 8px;
    width: 16px;
  }
  .example-menu {
    padding: 10px 5px;
  }
  .example-cont {
    display: block;
    padding: 10px 15px;
  }
  .example-cont:not(:first-child) {
    margin-top: 10px;
  }
  .example-column:not(:first-child) {
    margin-top: 10px;
  }
  .example-label {
    display: inline-block;
    padding: 5px 18px;
  }
  .example-name {
    font-size: 16px;
  }
  .example-list {
    font-size: 14px;
  }
  .example-list.pattern-column {
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .example-list.pattern-column .example-item {
    width: 100%;
    margin-top: 10px;
  }
  .example-price {
    padding: 10px 0 0;
    border-top: 1px solid #ccc;
    font-size: 16px;
  }
  .example-price .type-em {
    padding: 0 4px;
    font-size: 20px;
  }
  .example-plus {
    top: -13px;
    left: 50%;
    width: 15px;
    height: 15px;
    transform: translateX(-50%);
  }
  .example-plus::before,
  .example-plus::after {
    width: 15px;
    height: 3px;
  }
  .example-total {
    flex-direction: column-reverse;
    padding: 10px 0 20px;
  }
  .example-balloon {
    width: 100%;
    margin: 15px 0 0;
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
  }
  .example-balloon::after {
    content: none;
  }
  .example-balloon .type-accent {
    padding-left: 10px;
    font-size: 24px;
  }
  .example-txt {
    width: 100%;
    font-size: 16px;
    text-align: right;
  }
  .example-txt .type-em {
    font-size: 26px;
  }
  /*=== 合計金額 ===*/
  .totalEx {
    display: block;
    margin-top: 25px;
    padding: 15px;
  }
  .totalEx-item {
    min-height: auto;
  }
  .totalEx-item:not(:first-child) {
    margin-top: 5px;
  }
  .totalEx-item.pattern-mark {
    margin: 0;
  }
  .totalEx-item.pattern-result {
    justify-content: flex-end;
  }
  .totalEx-cont {
    display: block;
    min-width: auto;
    padding: 12px 10px 14px;
  }
  .pattern-result .totalEx-cont {
    max-width: 130px;
  }
  .totalEx-txt {
    display: inline-block;
    font-size: 14px;
  }
  .totalEx-label {
    margin: 2px 5px;
    padding: 5px 18px;
  }
  .totalEx-note {
    display: inline-block;
    margin-top: 5px;
    font-size: 13px;
  }
  .totalEx-plus {
    position: absolute;
    bottom: -10px;
    left: 50%;
    min-width: 15px;
    height: 15px;
    margin: 0;
    transform: translateX(-50%);
    z-index: 1;
  }
  .totalEx-plus::before,
  .totalEx-plus::after {
    width: 15px;
    height: 3px;
  }
  .totalEx-equal {
    min-width: 15px;
    height: 10px;
    margin: 0 10px;
  }
  .totalEx-equal::before,
  .totalEx-equal::after {
    width: 15px;
    height: 3px;
  }
  .totalEx-total {
    font-size: 20px;
  }
  /*=== 上記に当てはまらない場合 ===*/
  .remarks {
    flex-wrap: wrap-reverse;
    margin-top: 30px;
    padding: 20px 15px 15px;
  }
  .remarks-thumb {
    min-width: auto;
    margin: 20px auto 0;
  }
  .remarks-cont {
    max-width: 100%;
  }
  .remarks-ttl {
    font-size: 16px;
  }
  .remarks-txt {
    margin-top: 15px;
  }
  /* detailTable */
  .detailTable {
    margin: 25px -15px 0;
  }
  .detailTable-table {
    width: calc(768px - (15px*2));
    margin: 0 15px;
    border-spacing: 1px;
  }
  .detailTable.pattern-vertical {
    margin-top: 25px;
  }
  /* ラベルあり */
  .pattern-label col:nth-child(2) {
    width: 22%;
  }
  .pattern-label col:nth-child(3) {
    width: 52%;
  }
  /* 縦並び */
  .pattern-vertical col:nth-child(1) {
    width: 100%;
    min-width: auto;
  }
  .pattern-vertical col:nth-child(2) {
    width: 100%;
  }
  .pattern-vertical .detailTable-head {
    display: block;
    width: 100%;
  }
  .pattern-vertical tr:not(:last-child) .detailTable-head {
    border-bottom: none;
  }
  .pattern-vertical .detailTable-data {
    display: block;
    width: 100%;
    height: auto;
  }

  .detailTable-table .type-sup {
    font-size: 10px;
  }
  .detailTable-head {
    padding: 15px;
    font-size: 14px;
  }
  .detailTable-data {
    height: 62px;
    padding: 15px;
    font-size: 14px;
  }
  .detailTable-data > *:not(:first-child) {
    margin-top: 8px;
  }
  .detailTable-name {
    font-size: 14px;
  }
  .detailTable-price {
    font-size: 14px;
  }
  .detailTable-price .type-em {
    font-size: 19px;
  }
  .detailTable-data .detailTable-label {
    margin-top: 2px;
    font-size: 11px;
  }
  .detailTable-label .type-em {
    font-size: 13px;
  }
  .detailTable-item:not(:last-child) .detailTable-list {
    margin-bottom: 25px;
  }
  .detailTable-item:not(:first-child) {
    margin-top: 8px;
  }
  /*=== プレミアム ===*/
  .appeal {
    display: block;
    margin-top: 25px;
    padding: 20px 15px;
  }
  .appeal.pattern-lesson {
    display: flex;
    flex-wrap: wrap;
  }
  .appeal-head {
    margin: 0;
    padding-left: 15px;
  }
  .appeal-ttl {
    font-size: 18px;
  }
  .pattern-premium .appeal-ttl {
    padding-right: 20px;
  }
  .appeal-cont {
    margin-top: 10px;
  }
  .pattern-lesson .appeal-cont {
    margin-top: 0;
    width: calc(100% - (60px + 30px + 15px));
  }
  .appeal-txt {
    font-size: 14px;
  }
  .appeal-menu {
    width: 100%;
    margin: 20px 0 0;
  }
  a.appeal-btn {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    min-height: 42px;
    padding: 5px 35px;
    font-size: 16px;
  }
  /*=== 注釈リスト ===*/
  .noteList-item {
    font-size: 14px;
  }
}