@charset "UTF-8";
#page.in.mimosa.plan section.nav {
  padding: 40px 0 55px;
}
#page.in.mimosa.plan section.nav .nav-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10px auto 10px auto 10px auto 10px auto 10px auto;
  grid-template-columns: repeat(6, auto);
  gap: 10px;
}
#page.in.mimosa.plan section.nav .nav-list > li a {
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  background: #ff5254;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  padding: 14px 15px;
}
#page.in.mimosa.plan section.nav .nav-list > li a.is-current {
  background: #ffae54;
  text-decoration: underline;
  text-underline-offset: 4px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #page.in.mimosa.plan section.nav {
    padding: 25px 0 30px;
  }
  #page.in.mimosa.plan section.nav .nav-lead {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  #page.in.mimosa.plan section.nav .nav-list {
    -ms-grid-columns: 1fr 8px 1fr 8px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: minmax(50px, auto);
    grid-template-rows: minmax(50px, auto);
    gap: 8px;
  }
  #page.in.mimosa.plan section.nav .nav-list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #page.in.mimosa.plan section.nav .nav-list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #page.in.mimosa.plan section.nav .nav-list > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  #page.in.mimosa.plan section.nav .nav-list > li a {
    padding: 10px 8px;
  }
  #page.in.mimosa.plan section.nav .nav-list > li a.is-current {
    text-underline-offset: 1px;
  }
}
#page.in.mimosa.plan section.overview .overview-box {
  background: url(../img/mimosa_plan/overview_bg.jpg) no-repeat center/cover;
  border-radius: 12px;
  color: #282828;
  padding: 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.in.mimosa.plan section.overview .overview-box-lft {
  min-width: 317px;
  margin: 0 auto;
}
#page.in.mimosa.plan section.overview .overview-box-rig {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 52.1%;
          flex: 0 1 52.1%;
  padding-right: 40px;
}
#page.in.mimosa.plan section.overview .overview-catchcopy {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4375;
}
#page.in.mimosa.plan section.overview .overview-ttl {
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
#page.in.mimosa.plan section.overview .overview-ttl > span {
  font-size: 16px;
  background: #3bb2c1;
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  margin: 0 auto;
  padding: 4px 12px;
}
#page.in.mimosa.plan section.overview .overview-subttl {
  font-size: 15px;
  font-weight: 700;
  background: #ff5254;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 4px 20px;
  margin-top: 20px;
}
#page.in.mimosa.plan section.overview .overview-notax {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page.in.mimosa.plan section.overview .overview-notax-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #ff5254;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.05em;
  padding-bottom: 4px;
}
#page.in.mimosa.plan section.overview .overview-notax-num {
  color: #ff5254;
  position: relative;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#page.in.mimosa.plan section.overview .overview-notax-num > span {
  font-size: 65px;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 1;
  display: inline-block;
  margin: 0 4px;
}
#page.in.mimosa.plan section.overview .overview-notax.digit .overview-notax-label {
  padding-bottom: 2px;
}
#page.in.mimosa.plan section.overview .overview-notax.digit .overview-notax-num > span {
  font-size: 57px;
}
#page.in.mimosa.plan section.overview .overview-notax-num > small {
  position: absolute;
  right: 3px;
  bottom: 32px;
  font-size: 10px;
}
#page.in.mimosa.plan section.overview .overview-inctax {
  text-align: right;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
  padding-right: 8px;
}
#page.in.mimosa.plan section.overview .overview-inctax > span {
  font-size: 27px;
  font-weight: 900;
  letter-spacing: -0.04em;
  margin-right: 2px;
}
#page.in.mimosa.plan section.overview .overview-img img {
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  #page.in.mimosa.plan section.overview {
    padding-bottom: 34px;
  }
  #page.in.mimosa.plan section.overview .overview-box {
    padding: 24px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 18px;
    background: url(../img/mimosa_plan/overview_bg_sp.jpg) no-repeat center/cover;
  }
  #page.in.mimosa.plan section.overview .overview-box-lft {
    min-width: auto;
  }
  #page.in.mimosa.plan section.overview .overview-box-rig {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding: 0;
  }
  #page.in.mimosa.plan section.overview .overview-ttl {
    font-size: 30px;
    margin: 8px 0 12px;
  }
  #page.in.mimosa.plan section.overview .overview-subttl {
    font-size: 14px;
    margin-top: 12px;
    padding: 3px 12px;
  }
  #page.in.mimosa.plan section.overview .overview-notax {
    margin-top: 8px;
  }
  #page.in.mimosa.plan section.overview .overview-notax-label {
    font-size: 21px;
  }
  #page.in.mimosa.plan section.overview .overview-notax-num {
    font-size: 25px;
  }
  #page.in.mimosa.plan section.overview .overview-notax-num > span {
    font-size: 60px;
  }
  #page.in.mimosa.plan section.overview .overview-notax-num > small {
    font-size: 9px;
  }
  #page.in.mimosa.plan section.overview .overview-notax.digit .overview-notax-num > span {
    font-size: 52px;
  }
  #page.in.mimosa.plan section.overview .overview-inctax {
    font-size: 14px;
    padding-right: 2px;
  }
  #page.in.mimosa.plan section.overview .overview-inctax > span {
    font-size: 24px;
  }
}
#page.in.mimosa.plan section.about {
  padding: 75px 0 90px;
}
#page.in.mimosa.plan section.about .about-ttl > span {
  font-size: 22px;
}
#page.in.mimosa.plan section.about .about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  margin-top: 45px;
}
#page.in.mimosa.plan section.about .about-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  text-align: center;
  border: 1px solid #cacaca;
  border-radius: 10px;
  padding: 24px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
#page.in.mimosa.plan section.about .about-list-item-img {
  margin: auto;
}
#page.in.mimosa.plan section.about .about-list-item-txt {
  font-weight: 500;
  line-height: 1.4375;
}
@media screen and (max-width: 767px) {
  #page.in.mimosa.plan section.about {
    padding: 75px 0 90px;
  }
  #page.in.mimosa.plan section.about .about-ttl > span {
    font-size: 16px;
  }
  #page.in.mimosa.plan section.about .about-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 0;
  }
  #page.in.mimosa.plan section.about .about-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    border-radius: 10px;
    padding: 20px 12px;
    row-gap: 10px;
  }
}
#page.in.mimosa.plan section.feature {
  padding: 90px 0 108px;
  background: url(../img/mimosa_plan/feature_bg.jpg) no-repeat center/cover;
}
#page.in.mimosa.plan section.feature .feature-ttl {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
#page.in.mimosa.plan section.feature .feature-lead {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 50px;
}
#page.in.mimosa.plan section.feature .feature-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  margin-bottom: 68px;
}
#page.in.mimosa.plan section.feature .feature-table thead td {
  width: 155px;
  background: #e6e6e6;
  border: 1px solid #cccccc;
  border-right: 0;
  border-radius: 5px 0 0;
}
#page.in.mimosa.plan section.feature .feature-table thead th {
  background: #fff;
  border: 1px solid #cccccc;
  border-right: 0;
  text-align: center;
  vertical-align: middle;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 18px 4px;
}
#page.in.mimosa.plan section.feature .feature-table thead th span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  display: block;
  margin-bottom: 4px;
}
#page.in.mimosa.plan section.feature .feature-table thead th:last-child {
  border-right: 1px solid #cccccc;
  border-radius: 0 5px 0 0;
}
#page.in.mimosa.plan section.feature .feature-table thead .is-current {
  position: absolute;
  width: calc(100% + 6px);
  height: 11px;
  background: #fff;
  position: absolute;
  top: -10px;
  left: -3px;
  border: 3px solid #ff5254;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}
#page.in.mimosa.plan section.feature .feature-table thead .is-current > span {
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: #ff5254;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
}
#page.in.mimosa.plan section.feature .feature-table thead .is-current > span:before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 2px 0 2px;
  border-color: #ff5254 transparent transparent transparent;
}
#page.in.mimosa.plan section.feature .feature-table tbody th {
  background: #e6e6e6;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 12px 4px;
}
#page.in.mimosa.plan section.feature .feature-table tbody td {
  background: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 19px;
  font-weight: 500;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 24px 4px;
  position: relative;
}
#page.in.mimosa.plan section.feature .feature-table tbody td:last-child {
  border-right: 1px solid #cccccc;
}
#page.in.mimosa.plan section.feature .feature-table tbody td .is-current {
  width: calc(100% + 6px);
  height: 11px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: -3px;
  border: 3px solid #ff5254;
  border-top: 0;
  border-radius: 0 0 12px 12px;
}
#page.in.mimosa.plan section.feature .feature-table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 5px;
}
#page.in.mimosa.plan section.feature .feature-table tbody tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
#page.in.mimosa.plan section.feature .feature-table .feature-table-price td {
  line-height: 1;
}
#page.in.mimosa.plan section.feature .feature-table .feature-table-price-notax {
  color: #ff5254;
  font-size: 22px;
  font-weight: 700;
}
#page.in.mimosa.plan section.feature .feature-table .feature-table-price-notax > span {
  font-size: 42px;
}
#page.in.mimosa.plan section.feature .feature-table .feature-table-price-inctax {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-top: 8px;
  display: block;
}
#page.in.mimosa.plan section.feature .feature-table .feature-table-price-inctax > span {
  font-size: 22px;
  letter-spacing: 0;
}
#page.in.mimosa.plan section.feature .feature-table .feature-table-flower td {
  text-align: left;
  font-size: 16px;
  padding: 16px;
}
#page.in.mimosa.plan section.feature .feature-table .feature-table-flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
#page.in.mimosa.plan section.feature .feature-table .feature-table-flow li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  font-weight: 500;
  background: #f6f6f6;
  color: #808080;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;
  position: relative;
}
#page.in.mimosa.plan section.feature .feature-table .feature-table-flow li:before {
  content: "";
  width: 90%;
  height: 1px;
  background: #b3b3b3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
}
#page.in.mimosa.plan section.feature .feature-table .feature-table-flow li.is-on {
  background: #ff5254;
  color: #fff;
}
#page.in.mimosa.plan section.feature .feature-table .feature-table-flow li.is-on:before {
  display: none;
}
#page.in.mimosa.plan section.feature .feature-table .feature-table-img td {
  padding: 10px;
}
#page.in.mimosa.plan section.feature .feature-table .feature-table-img img {
  border-radius: 12px;
}
#page.in.mimosa.plan section.feature .feature-table[data-current="1"] thead th:nth-child(1) {
  border-left: 3px solid #ff5254;
  border-right: 3px solid #ff5254;
  border-radius: 0;
}
#page.in.mimosa.plan section.feature .feature-table[data-current="1"] tbody td:nth-child(1) {
  border-left: 3px solid #ff5254;
  border-right: 3px solid #ff5254;
}
#page.in.mimosa.plan section.feature .feature-table[data-current="1"] tbody tr:last-child td:nth-child(1) {
  border-radius: 0;
}
#page.in.mimosa.plan section.feature .feature-table[data-current="2"] thead th:nth-child(2) {
  border-left: 3px solid #ff5254;
  border-right: 3px solid #ff5254;
  border-radius: 0;
}
#page.in.mimosa.plan section.feature .feature-table[data-current="2"] tbody td:nth-child(2) {
  border-left: 3px solid #ff5254;
  border-right: 3px solid #ff5254;
}
#page.in.mimosa.plan section.feature .feature-table[data-current="2"] tbody tr:last-child td:nth-child(2) {
  border-radius: 0;
}
#page.in.mimosa.plan section.feature .feature-table[data-current="3"] thead th:nth-child(3) {
  border-left: 3px solid #ff5254;
  border-right: 3px solid #ff5254;
  border-radius: 0;
}
#page.in.mimosa.plan section.feature .feature-table[data-current="3"] tbody td:nth-child(3) {
  border-left: 3px solid #ff5254;
  border-right: 3px solid #ff5254;
}
#page.in.mimosa.plan section.feature .feature-table[data-current="3"] tbody tr:last-child td:nth-child(3) {
  border-radius: 0;
}
#page.in.mimosa.plan section.feature .feature-table[data-current="4"] thead th:nth-child(4) {
  border-left: 3px solid #ff5254;
  border-right: 3px solid #ff5254;
  border-radius: 0;
}
#page.in.mimosa.plan section.feature .feature-table[data-current="4"] tbody td:nth-child(4) {
  border-left: 3px solid #ff5254;
  border-right: 3px solid #ff5254;
}
#page.in.mimosa.plan section.feature .feature-table[data-current="4"] tbody tr:last-child td:nth-child(4) {
  border-radius: 0;
}
#page.in.mimosa.plan section.feature .feature-list {
  margin-top: 37px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
#page.in.mimosa.plan section.feature .feature-list > li {
  background: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.69;
}
#page.in.mimosa.plan section.feature .feature-list > li.is-disabled {
  position: relative;
}
#page.in.mimosa.plan section.feature .feature-list > li.is-disabled:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
#page.in.mimosa.plan section.feature .feature-list > li img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 73px;
          flex: 0 1 73px;
}
#page.in.mimosa.plan section.feature .feature-list > li .text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#page.in.mimosa.plan section.feature .feature-other {
  margin-top: 80px;
  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;
  gap: 30px 0;
}
#page.in.mimosa.plan section.feature .feature-other-ttl {
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 16px;
}
#page.in.mimosa.plan section.feature .feature-other-main {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
#page.in.mimosa.plan section.feature .feature-other-main-bnr {
  background: #fff;
  border: 0.5px solid #cccccc;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  display: block;
}
#page.in.mimosa.plan section.feature .feature-other-main-bnr-rig {
  width: 40%;
  margin-left: auto;
}
#page.in.mimosa.plan section.feature .feature-other-main-bnr-lft {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page.in.mimosa.plan section.feature .feature-other-main-bnr-name {
  font-size: 28px;
  font-weight: 700;
}
#page.in.mimosa.plan section.feature .feature-other-main-bnr-name > span {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  border-radius: 50px;
  padding: 0 24px;
  margin-left: 12px;
  background: #f7a811;
  color: #fff;
}
#page.in.mimosa.plan section.feature .feature-other-main-bnr-name > span.is-type {
  background: #0071bc;
  color: #fff;
}
#page.in.mimosa.plan section.feature .feature-other-main-bnr-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 12px;
}
#page.in.mimosa.plan section.feature .feature-other-main-bnr-price-notax {
  color: #ff5254;
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
}
#page.in.mimosa.plan section.feature .feature-other-main-bnr-price-notax > span {
  font-size: 63px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
#page.in.mimosa.plan section.feature .feature-other-main-bnr-price-inctax {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 4px;
}
#page.in.mimosa.plan section.feature .feature-other-main-bnr-price-inctax > span {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
#page.in.mimosa.plan section.feature .feature-other-main-bnr-txt {
  font-weight: 500;
  margin-top: 15px;
}
#page.in.mimosa.plan section.feature .feature-other-sub {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}
#page.in.mimosa.plan section.feature .feature-other-sub-bnr {
  position: relative;
  display: block;
  background: #fff;
  border: 0.5px solid #cccccc;
  border-radius: 6px;
  overflow: hidden;
}
#page.in.mimosa.plan section.feature .feature-other-sub-bnr-img {
  width: 76%;
  padding-top: 76%;
  border-radius: 50%;
  position: absolute;
  left: 56.5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
}
#page.in.mimosa.plan section.feature .feature-other-sub-bnr-img img {
  width: 60%;
  height: 52%;
  min-height: 163px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page.in.mimosa.plan section.feature .feature-other-sub-bnr-name {
  font-size: 28px;
  font-weight: 700;
  padding: 40px;
  min-height: 163px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 979px) {
  #page.in.mimosa.plan section.feature .feature-table .feature-table-price-notax > span {
    font-size: 33px;
  }
  #page.in.mimosa.plan section.feature .feature-table .feature-table-price-inctax > span {
    font-size: 19px;
  }
  #page.in.mimosa.plan section.feature .feature-other-main-bnr-lft {
    left: 20px;
  }
  #page.in.mimosa.plan section.feature .feature-other-sub-bnr-name {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #page.in.mimosa.plan section.feature {
    padding: 42px 0 72px;
    background: url(../img/mimosa_plan/feature_bg_sp.jpg) no-repeat center/cover;
  }
  #page.in.mimosa.plan section.feature .feature-ttl {
    font-size: 26px;
    line-height: 1.3;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 16px;
    margin-bottom: 10px;
  }
  #page.in.mimosa.plan section.feature .feature-lead {
    margin-bottom: 40px;
  }
  #page.in.mimosa.plan section.feature .feature-table {
    margin-bottom: 45px;
  }
  #page.in.mimosa.plan section.feature .feature-table thead td {
    width: 37px;
  }
  #page.in.mimosa.plan section.feature .feature-table thead th {
    font-size: 19px;
    letter-spacing: 0.04em;
    padding: 12px 4px;
  }
  #page.in.mimosa.plan section.feature .feature-table thead th span {
    font-size: 10px;
    line-height: 1.3;
    margin-bottom: 2px;
  }
  #page.in.mimosa.plan section.feature .feature-table tbody th {
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 8px;
  }
  #page.in.mimosa.plan section.feature .feature-table tbody td {
    padding: 14px 4px;
  }
  #page.in.mimosa.plan section.feature .feature-table .feature-table-price-notax {
    font-size: 16px;
  }
  #page.in.mimosa.plan section.feature .feature-table .feature-table-price-notax > span {
    font-size: 30px;
    letter-spacing: -0.04em;
  }
  #page.in.mimosa.plan section.feature .feature-table .feature-table-price-notax > span.digit {
    font-size: 25px;
  }
  #page.in.mimosa.plan section.feature .feature-table .feature-table-price-inctax {
    font-size: 10px;
  }
  #page.in.mimosa.plan section.feature .feature-table .feature-table-price-inctax > span {
    font-size: 16px;
  }
  #page.in.mimosa.plan section.feature .feature-table .feature-table-flower td {
    font-size: 14px;
    padding: 14px 8px;
  }
  #page.in.mimosa.plan section.feature .feature-table .feature-table-flow ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 76px;
    margin: 0 auto;
  }
  #page.in.mimosa.plan section.feature .feature-table .feature-table-flow li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
  #page.in.mimosa.plan section.feature .feature-table .feature-table-img td {
    padding: 12px 8px;
  }
  #page.in.mimosa.plan section.feature .feature-table .feature-table-img img {
    border-radius: 6px;
  }
  #page.in.mimosa.plan section.feature .feature-list {
    margin-top: 20px;
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  #page.in.mimosa.plan section.feature .feature-list > li {
    border-radius: 2px;
    padding: 6px 10px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    font-size: 13px;
  }
  #page.in.mimosa.plan section.feature .feature-list > li img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 52px;
            flex: 0 1 52px;
  }
  #page.in.mimosa.plan section.feature .feature-other {
    margin-top: 48px;
    gap: 36px 0;
  }
  #page.in.mimosa.plan section.feature .feature-other-ttl {
    font-size: 18px;
    margin-bottom: 12px;
  }
  #page.in.mimosa.plan section.feature .feature-other-main-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page.in.mimosa.plan section.feature .feature-other-main-bnr-rig {
    width: 100%;
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #page.in.mimosa.plan section.feature .feature-other-main-bnr-lft {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    position: relative;
    left: auto;
    display: block;
    text-align: center;
    padding: 36px 0 22px;
  }
  #page.in.mimosa.plan section.feature .feature-other-main-bnr-name {
    line-height: 1.2;
  }
  #page.in.mimosa.plan section.feature .feature-other-main-bnr-name > span {
    font-size: 18px;
    line-height: 1.5;
  }
  #page.in.mimosa.plan section.feature .feature-other-main-bnr-price {
    display: block;
    margin-top: 20px;
  }
  #page.in.mimosa.plan section.feature .feature-other-main-bnr-price-notax {
    font-size: 30px;
  }
  #page.in.mimosa.plan section.feature .feature-other-main-bnr-price-notax > span {
    font-size: 56px;
  }
  #page.in.mimosa.plan section.feature .feature-other-main-bnr-price-inctax {
    font-size: 13px;
    padding: 0;
    margin-top: 8px;
  }
  #page.in.mimosa.plan section.feature .feature-other-main-bnr-price-inctax > span {
    font-size: 22px;
  }
  #page.in.mimosa.plan section.feature .feature-other-main-bnr-txt {
    margin-top: 20px;
  }
  #page.in.mimosa.plan section.feature .feature-other-sub {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  #page.in.mimosa.plan section.feature .feature-other-sub-bnr-img {
    left: calc(100% - 146px);
  }
  #page.in.mimosa.plan section.feature .feature-other-sub-bnr-img img {
    width: 146px;
    height: 128px;
    min-height: auto;
  }
  #page.in.mimosa.plan section.feature .feature-other-sub-bnr-name {
    font-size: 20px;
    min-height: 128px;
    padding-left: 28px;
  }
}
#page.in.mimosa.plan .c-works .c-works-list > li .name:after {
  background-color: #ff5254;
}
@media screen and (max-width: 767px) {
  #page.in.mimosa.plan .bg-grad {
    background: url(../img/mimosa_plan/bg_sp.jpg) no-repeat center bottom/cover;
  }
}
#page.in.mimosa.plan .c-hall .c-ttl01 {
  font-size: 36px;
}
@media screen and (min-width: 768px) {
  #page.in.mimosa.plan .c-hall .c-hall-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 18px 12px;
  }
  #page.in.mimosa.plan .c-hall .c-hall-list > li {
    max-width: calc((100% - 24px) / 3);
  }
}
@media screen and (max-width: 873px) {
  #page.in.mimosa.plan .c-hall .c-ttl01 {
    font-size: 32px;
  }
  #page.in.mimosa.plan .c-hall .c-hall-list > li {
    max-width: calc((100% - 12px) / 2);
  }
}
@media screen and (max-width: 767px) {
  #page.in.mimosa.plan .c-hall .c-ttl01 {
    font-size: 26px;
  }
  #page.in.mimosa.plan .c-hall .c-hall-list > li {
    max-width: none;
  }
}
#page.in.mimosa.plan section.flow .flow-ttl {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}
#page.in.mimosa.plan section.flow .flow-outline {
  margin-bottom: 50px;
}
#page.in.mimosa.plan section.flow .flow-outline-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 24px;
}
#page.in.mimosa.plan section.flow .flow-outline-day > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page.in.mimosa.plan section.flow .flow-outline-day > li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 8px;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 2;
}
#page.in.mimosa.plan section.flow .flow-outline-day > li:first-child {
  background: #ff7b82;
}
#page.in.mimosa.plan section.flow .flow-outline-day > li:first-child:after {
  border-color: transparent transparent transparent #ff7b82;
}
#page.in.mimosa.plan section.flow .flow-outline-day > li:nth-child(2) {
  background: #ff5254;
}
#page.in.mimosa.plan section.flow .flow-outline-day > li:nth-child(2):after {
  border-color: transparent transparent transparent #ff5254;
}
#page.in.mimosa.plan section.flow .flow-outline-day > li:nth-child(3) {
  background: #db4553;
}
#page.in.mimosa.plan section.flow .flow-outline-day > li:last-child:after {
  display: none;
}
#page.in.mimosa.plan section.flow .flow-outline-day.flow-outline-day--oneday > li:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 37.5%;
          flex: 0 1 37.5%;
}
#page.in.mimosa.plan section.flow .flow-outline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.in.mimosa.plan section.flow .flow-outline-list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 9.7%;
          flex: 0 1 9.7%;
  text-align: center;
  font-weight: 500;
  position: relative;
}
#page.in.mimosa.plan section.flow .flow-outline-list > li:after {
  content: "";
  width: 33%;
  padding-top: 100%;
  background: url(../img/mimosa_plan/flow_arrow.png) no-repeat center/37%;
  position: absolute;
  left: 100%;
  top: 0;
}
#page.in.mimosa.plan section.flow .flow-outline-list > li:last-child:after {
  display: none;
}
#page.in.mimosa.plan section.flow .flow-outline-list > li img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  margin-bottom: 12px;
}
#page.in.mimosa.plan section.flow .flow-outline-list > li.is-disabled:before {
  width: 100%;
  padding-top: 100%;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
}
#page.in.mimosa.plan section.flow .flow-outline-list > li.is-disabled img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.6;
}
#page.in.mimosa.plan section.flow .flow-outline-list > li.is-disabled span {
  text-decoration: line-through;
  color: #b3b3b3;
}
#page.in.mimosa.plan section.flow .flow-detail-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px 25px 1fr;
  grid-template-columns: 50px 1fr;
  gap: 20px 25px;
}
#page.in.mimosa.plan section.flow .flow-detail-day {
  -ms-grid-column: 1;
  grid-column: 1;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  background: #ff7b82;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 25px;
}
#page.in.mimosa.plan section.flow .flow-detail-day:before {
  content: "";
  width: 100%;
  height: 56px;
  background: #ff7b82;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
}
#page.in.mimosa.plan section.flow .flow-detail-day:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 25px 0 25px;
  border-color: #ff7b82 transparent transparent transparent;
  position: absolute;
  bottom: 13px;
  left: 0;
  z-index: 2;
}
#page.in.mimosa.plan section.flow .flow-detail-day > span {
  font-size: 18px;
  font-weight: 700;
  background: #fff;
  color: #ff5254;
  border-radius: 5px;
  padding: 10px 3px;
}
#page.in.mimosa.plan section.flow .flow-detail-day:first-child:before {
  display: none;
}
#page.in.mimosa.plan section.flow .flow-detail-day--01 {
  background: #ff5254;
}
#page.in.mimosa.plan section.flow .flow-detail-day--01:before {
  background: #ff5254;
}
#page.in.mimosa.plan section.flow .flow-detail-day--01:after {
  border-color: #ff5254 transparent transparent transparent;
}
#page.in.mimosa.plan section.flow .flow-detail--oneday .flow-detail-day--01:after {
  display: none;
}
#page.in.mimosa.plan section.flow .flow-detail-day--02 {
  background: #db4553;
}
#page.in.mimosa.plan section.flow .flow-detail-day--02 > span {
  color: #db4553;
}
#page.in.mimosa.plan section.flow .flow-detail-day--02:before {
  background: #db4553;
}
#page.in.mimosa.plan section.flow .flow-detail-day--02:after {
  display: none;
}
#page.in.mimosa.plan section.flow .flow-detail-item {
  -ms-grid-column: 2;
  grid-column: 2;
  border: 1px solid #e6e6e6;
  border-radius: 9px;
  background: #fff;
  padding: 35px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 242px 28px 1fr;
  grid-template-columns: 242px 1fr;
  -ms-grid-rows: auto 0 auto 0 auto;
      grid-template-areas: "img ttl" "img txt" "sub sub";
  gap: 0 28px;
}
#page.in.mimosa.plan section.flow .flow-detail-item .image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: img;
}
#page.in.mimosa.plan section.flow .flow-detail-item .image img {
  border-radius: 9px;
}
#page.in.mimosa.plan section.flow .flow-detail-item .ttl {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: ttl;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
  align-self: flex-end;
}
#page.in.mimosa.plan section.flow .flow-detail-item .text {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: txt;
  font-weight: 500;
  line-height: 1.625;
  align-self: flex-start;
}
#page.in.mimosa.plan section.flow .flow-detail-item .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-top: 20px;
}
#page.in.mimosa.plan section.flow .flow-detail-item .tel-num {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 236px;
          flex: 0 1 236px;
}
#page.in.mimosa.plan section.flow .flow-detail-item .tel-sub {
  font-size: 8.5px;
  font-weight: 500;
  color: #ff5254;
  border: 1px solid #ff5254;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#page.in.mimosa.plan section.flow .flow-detail-item .tel-sub p {
  padding: 0 4px;
}
#page.in.mimosa.plan section.flow .flow-detail-item .tel-sub p:first-child {
  color: #fff;
  background: #ff5254;
}
#page.in.mimosa.plan section.flow .flow-detail-item .meeting {
  background: rgba(255, 82, 84, 0.1);
  border-radius: 9px;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1em;
  margin-top: 20px;
}
#page.in.mimosa.plan section.flow .flow-detail-item .meeting > li:before {
  content: "● ";
}
#page.in.mimosa.plan section.flow .flow-detail-item .note {
  font-size: 13px;
  font-weight: 500;
  color: #808080;
  margin-top: 10px;
}
#page.in.mimosa.plan section.flow .flow-detail-item .subflow {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: sub;
  margin-top: 35px;
  position: relative;
}
#page.in.mimosa.plan section.flow .flow-detail-item .subflow-ttl {
  font-weight: 700;
  letter-spacing: 0.05em;
  background: #ff5254;
  color: #fff;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 26px 2px;
  white-space: nowrap;
}
#page.in.mimosa.plan section.flow .flow-detail-item .subflow-list {
  background: rgba(255, 82, 84, 0.1);
  border-radius: 9px;
  padding: 24px 0 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page.in.mimosa.plan section.flow .flow-detail-item .subflow-list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.in.mimosa.plan section.flow .flow-detail-item .subflow-list > li > span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.39;
  text-align: center;
  border-radius: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 0;
  min-height: 60px;
}
#page.in.mimosa.plan section.flow .flow-detail-item .subflow-list > li:after {
  content: "";
  width: 16px;
  height: 13px;
  background: url(../img/mimosa_plan/flow_arrow.png) no-repeat center/7px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#page.in.mimosa.plan section.flow .flow-detail-item .subflow-list > li:last-child:after {
  background: none;
}
#page.in.mimosa.plan section.flow .flow-detail-action {
  -ms-grid-column: 2;
  grid-column: 2;
  background: #ffe4b4;
  color: #282828;
  border-radius: 9px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 18px;
}
#page.in.mimosa.plan section.flow .flow-detail-finish {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  #page.in.mimosa.plan section.flow {
    padding: 0 0 65px;
  }
  #page.in.mimosa.plan section.flow .flow-ttl {
    font-size: 26px;
  }
  #page.in.mimosa.plan section.flow .flow-detail-wrap {
    -ms-grid-columns: 32px 14px 1fr;
    grid-template-columns: 32px 1fr;
    gap: 12px 14px;
  }
  #page.in.mimosa.plan section.flow .flow-detail-day {
    font-size: 19px;
    gap: 0 8px;
  }
  #page.in.mimosa.plan section.flow .flow-detail-day:before {
    height: 30px;
  }
  #page.in.mimosa.plan section.flow .flow-detail-day:after {
    border-width: 22px 16px 0 16px;
    bottom: -4px;
  }
  #page.in.mimosa.plan section.flow .flow-detail-day > span {
    font-size: 13px;
    padding: 8px 2px;
  }
  #page.in.mimosa.plan section.flow .flow-detail-item {
    padding: 16px;
    -ms-grid-columns: 134px 12px 1fr;
    grid-template-columns: 134px 1fr;
    -ms-grid-rows: auto 12px auto 12px auto;
        grid-template-areas: "img ttl" "txt txt" "sub sub";
    gap: 12px;
  }
  #page.in.mimosa.plan section.flow .flow-detail-item .ttl {
    font-size: 22px;
    margin: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  #page.in.mimosa.plan section.flow .flow-detail-item .tel {
    margin-top: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  #page.in.mimosa.plan section.flow .flow-detail-item .tel-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 17px;
  }
  #page.in.mimosa.plan section.flow .flow-detail-item .tel-sub p {
    padding: 0 8px;
  }
  #page.in.mimosa.plan section.flow .flow-detail-item .tel-sub p:first-child {
    letter-spacing: 0.1em;
  }
  #page.in.mimosa.plan section.flow .flow-detail-item .meeting {
    margin-top: 12px;
  }
  #page.in.mimosa.plan section.flow .flow-detail-item .note {
    font-size: 12px;
    margin-top: 4px;
  }
  #page.in.mimosa.plan section.flow .flow-detail-item .subflow {
    margin: 0;
    padding: 0;
  }
  #page.in.mimosa.plan section.flow .flow-detail-item .subflow-ttl {
    font-size: 13px;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px;
  }
  #page.in.mimosa.plan section.flow .flow-detail-item .subflow-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 5px;
    padding: 12px 0 12px 12px;
  }
  #page.in.mimosa.plan section.flow .flow-detail-item .subflow-list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3333333333%;
            flex: 0 1 33.3333333333%;
  }
  #page.in.mimosa.plan section.flow .flow-detail-item .subflow-list > li > span {
    font-size: 11px;
    line-height: 1.27;
    padding: 5px 0;
    min-height: 40px;
  }
  #page.in.mimosa.plan section.flow .flow-detail-item .subflow-list > li:after {
    width: 12px;
    background: url(../img/mimosa_plan/flow_arrow_sp.png) no-repeat center/5px;
  }
  #page.in.mimosa.plan section.flow .flow-detail-item .subflow-list > li:nth-child(3n):after {
    background: none;
  }
  #page.in.mimosa.plan section.flow .flow-detail-action {
    font-size: 15px;
    padding: 16px 8px;
  }
  #page.in.mimosa.plan section.flow .flow-detail-item .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  #page.in.mimosa.plan section.flow .flow-detail-item .ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #page.in.mimosa.plan section.flow .flow-detail-item .text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #page.in.mimosa.plan section.flow .flow-detail-item .subflow {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
#page.in.mimosa.plan section.price {
  text-align: center;
  color: #282828;
  padding: 85px 0 70px;
}
#page.in.mimosa.plan section.price:before {
  content: "";
  display: block;
  margin: 0 auto 50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 48px 68px 0 68px;
  border-color: #ff5254 transparent transparent transparent;
}
#page.in.mimosa.plan section.price .price-txt {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 28px;
}
#page.in.mimosa.plan section.price .price-txt > span {
  font-size: 16px;
}
#page.in.mimosa.plan section.price .price-notax {
  color: #ff5254;
  font-size: 41px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
}
#page.in.mimosa.plan section.price .price-notax > span {
  font-size: 98px;
  font-weight: 900;
  letter-spacing: -0.04em;
}
#page.in.mimosa.plan section.price .price-notax > small {
  font-size: 38px;
}
#page.in.mimosa.plan section.price .price-inctax {
  margin-top: 20px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
}
#page.in.mimosa.plan section.price .price-inctax > span {
  font-size: 44px;
  letter-spacing: -0.04em;
}
#page.in.mimosa.plan section.price .price-note {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.85;
  margin-top: 24px;
}
@media screen and (max-width: 839px) {
  #page.in.mimosa.plan section.price .price-notax > span {
    font-size: 82px;
  }
}
@media screen and (max-width: 767px) {
  #page.in.mimosa.plan section.price {
    padding: 0 0 70px;
  }
  #page.in.mimosa.plan section.price:before {
    margin: -24px auto 30px;
  }
  #page.in.mimosa.plan section.price .price-txt {
    font-size: 21px;
    line-height: 1.48;
  }
  #page.in.mimosa.plan section.price .price-txt > span {
    font-size: 12px;
  }
  #page.in.mimosa.plan section.price .price-notax {
    font-size: 25px;
    line-height: 1.2;
  }
  #page.in.mimosa.plan section.price .price-notax > span {
    font-size: 58px;
  }
  #page.in.mimosa.plan section.price .price-notax > small {
    font-size: 24px;
  }
  #page.in.mimosa.plan section.price .price-notax.digit > span {
    font-size: 48px;
  }
  #page.in.mimosa.plan section.price .price-inctax {
    margin-top: 12px;
    font-size: 16px;
  }
  #page.in.mimosa.plan section.price .price-inctax > span {
    font-size: 27px;
  }
  #page.in.mimosa.plan section.price .price-note {
    font-size: 15px;
    line-height: 1.93;
  }
}