@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex[@extend .flex;]
f-wrap[@extend .f-wrap;]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.col-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/* -----上下左右中央、%指定で調整可能----- */
/*　////////////////////////////////////////////////////////////////////////////////////////////////
font-size
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////
汎用style
//////////////////////////////////　*/
/*　////////////////////////////////
flex
//////////////////////////////////　*/
.flex-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  zoom: 1;
}
.flex-style:after {
  display: block;
  content: "";
  clear: both;
}
.flex-style .box-3, .flex-style .box-2a, .flex-style .box-2b, .flex-style .box-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  .flex-style {
    margin: 0 -1% 0;
  }
  .flex-style .box-4 {
    width: 48%;
    margin: 0 1% 20px;
  }
}
@media (min-width: 768px) {
  .flex-style {
    margin: 0 -1% 0;
  }
  .flex-style .box-3 {
    width: 31.33%;
    margin: 0 1% 40px;
  }
  .flex-style .box-4 {
    width: 23%;
    margin: 0 1% 40px;
  }
  .flex-style {
    margin: 0 -2% 0;
  }
  .flex-style .box-2a, .flex-style .box-2b {
    margin: 0 2% 40px;
  }
  .flex-style .box-2a {
    width: -webkit-calc($l-width - $mlr * 2);
    width: 46%;
  }
  .flex-style .box-2b {
    width: -webkit-calc($r-width - $mlr * 2);
    width: 46%;
  }
}
/*　////////////////////////////////
改行
//////////////////////////////////　*/
.pc-br {
  display: none;
}
@media (min-width: 480px) {
  .pc-br {
    display: block;
  }
}

@media (min-width: 480px) {
  .sp-br {
    display: none;
  }
}

.tb-br {
  display: none;
}
@media (min-width: 768px) {
  .tb-br {
    display: block;
  }
}

@media (min-width: 768px) {
  .br-tb {
    display: none;
  }
}

.br-tb2 {
  display: none;
}
@media (min-width: 480px) {
  .br-tb2 {
    display: block;
  }
}
@media (min-width: 768px) {
  .br-tb2 {
    display: none;
  }
}

.md-br {
  display: none;
}
@media (min-width: 987px) {
  .md-br {
    display: block;
  }
}

@media (min-width: 987px) {
  .br-md {
    display: none;
  }
}

.lg-br {
  display: none;
}
@media (min-width: 1220px) {
  .lg-br {
    display: block;
  }
}

@media (min-width: 1220px) {
  .br-lg {
    display: none;
  }
}

/*　////////////////////////////////
画像切り替え
//////////////////////////////////　*/
.pc-img {
  display: none !important;
}

.sp-img {
  display: block !important;
}

@media (min-width: 768px) {
  .pc-img {
    display: block !important;
  }
  .sp-img {
    display: none !important;
  }
}
/*　////////////////////////////////
margin
//////////////////////////////////　*/
.mb05 {
  margin: 0px 0px 5px 0px;
}

.mb10 {
  margin: 0px 0px 10px 0px;
}

.mb15 {
  margin: 0px 0px 15px 0px;
}

.mb20 {
  margin: 0px 0px 20px 0px !important;
}

.mb25 {
  margin: 0px 0px 25px 0px;
}

.mb30 {
  margin: 0px 0px 30px 0px !important;
}

.mb40 {
  margin: 0px 0px 40px 0px !important;
}

.mb45 {
  margin: 0px 0px 45px 0px !important;
}

.mb50 {
  margin: 0px 0px 50px 0px !important;
}

.mt05 {
  margin: 5px 0px 0px 0px;
}

.mt10 {
  margin: 10px 0px 0px 0px;
}

.mt15 {
  margin: 15px 0px 0px 0px;
}

.mt20 {
  margin: 20px 0px 0px 0px;
}

.mt25 {
  margin: 25px 0px 0px 0px;
}

.mt30 {
  margin: 30px 0px 0px 0px;
}

.mt50 {
  margin: 50px 0px 0px 0px;
}

.mt80 {
  margin: 80px 0px 0px 0px;
}

/*　////////////////////////////////
list-style
//////////////////////////////////　*/
.list-style {
  text-indent: -1em;
}
.list-style li {
  margin-left: 1em;
  margin-bottom: 5px;
}

.list-style-b {
  text-indent: -1.3em;
}
.list-style-b li {
  margin-left: 1.3em;
  margin-bottom: 15px;
}

.circle-list {
  text-indent: -1.2em;
}
.circle-list li {
  margin-left: 1.2em;
  margin-bottom: 3px;
}
.circle-list li::before {
  content: "●";
  margin-right: 2px;
}

/*　////////////////////////////////
ボタン
//////////////////////////////////　*/
.btnA {
  display: block;
  margin: 20px 0;
  text-align: center;
}
.btnA a {
  display: inline-block;
  line-height: 1;
  padding: 12px 40px 12px 20px;
  text-decoration: none;
  color: #fff;
  background-color: #00967b;
  border: 2px solid #00967b;
  font-weight: bold;
  font-size: 1.4rem;
}
.btnA a span {
  position: relative;
}
.btnA a span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -25px;
  border-left: 11px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.btnA a:hover {
  color: #00967b;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btnA a:hover span {
  position: relative;
}
.btnA a:hover span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -25px;
  border-left: 11px solid #00967b;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
@media (min-width: 768px) {
  .btnA a {
    padding: 15px 60px 15px 30px;
    font-size: 1.6rem;
  }
}

.tel-style {
  text-align: center;
  margin: 10px 0;
}
.tel-style img, .tel-style p {
  display: inline-block;
}
.tel-style p {
  font-family: "Century Gothic", "Avenir-Light", "ヒラギノ角ゴ StdN W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 3rem;
  font-weight: bold;
  vertical-align: -6px;
}

/*　////////////////////////////////
reset
//////////////////////////////////　*/
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
body p {
  font-size: 1.4rem;
}
body img {
  max-width: 100%;
}

@media (max-width: 768px) {
  h2.plan_h2 {
    font-size: 2.4rem;
  }
}

/*///////////////////////////////////////
responsive 共通
//////////////////////////////////////*/
.lg-center {
  text-align: left;
}
@media (min-width: 1220px) {
  .lg-center {
    text-align: center;
  }
}

.md-center {
  text-align: left;
}
@media (min-width: 987px) {
  .md-center {
    text-align: center;
  }
}

.sm-center {
  text-align: left;
}
@media (min-width: 768px) {
  .sm-center {
    text-align: center;
  }
}

.responsive {
  padding: 0 15px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  /*------------------------------------------
  お問い合わせ欄
  ----------------------------*/
  /*--スマホ時スムーズスクロール--*/
}
.responsive a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .responsive {
    padding: 0 30px;
  }
}
.responsive section {
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .responsive section {
    margin: 0 0 60px;
  }
}
.responsive .row {
  margin-bottom: -15px;
}
.responsive .row div {
  margin-bottom: 15px;
}
.responsive .h-style-a {
  text-align: left;
  font-size: 1.8rem;
  border-left: 10px solid #00967b;
  border-bottom: 1px solid #00967b;
  padding: 5px 0 5px 10px;
  font-weight: bold;
  margin-bottom: 20px;
}
.responsive .h-style-b {
  text-align: left;
  font-size: 2.6rem;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .responsive .h-style-b {
    font-size: 2.1rem;
  }
}
.responsive .contact-wrap {
  margin-top: 100px;
  border: 4px solid #9cc857;
}
.responsive .contact-wrap .contact-title {
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
  background: #9cc857;
  padding: 10px;
}
.responsive .contact-wrap .contact-inner {
  padding: 15px;
}
.responsive .contact-wrap .contact-inner h4 {
  font-weight: bold;
  font-size: 1.8rem;
}
.responsive .contact-wrap .contact-inner .btnA {
  margin-bottom: 0;
}
.responsive .contact-wrap .contact-inner .contact-tel {
  font-family: "Century Gothic", "Avenir-Light", "ヒラギノ角ゴ StdN W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #00967b;
  font-size: 3.8rem;
  font-weight: bold;
}
.responsive .contact-wrap .flex-style .box-2a, .responsive .contact-wrap .flex-style .box-2b {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.responsive .contact-wrap .flex-style .box-2a {
  border-bottom: 1px solid #9cc857;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.responsive .contact-wrap .flex-style .box-2b {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .responsive .contact-wrap {
    margin-top: 150px;
  }
  .responsive .contact-wrap .contact-title {
    font-size: 2.8rem;
  }
  .responsive .contact-wrap .contact-inner h4 {
    font-size: 2.2rem;
    letter-spacing: -0.05em;
  }
  .responsive .contact-wrap .contact-inner .btnA {
    margin-top: 10px;
  }
  .responsive .contact-wrap .contact-inner .contact-tel {
    font-size: 4.6rem;
  }
  .responsive .contact-wrap .flex-style .box-2a, .responsive .contact-wrap .flex-style .box-2b {
    margin-bottom: 0;
  }
  .responsive .contact-wrap .flex-style .box-2a {
    border-right: 1px solid #9cc857;
    border-bottom: none;
  }
}
.responsive html {
  -webkit-overflow-scrolling: touch;
}

/*responsive*/
/*------------------------------------------
setting
----------------------------*/
#vertical_shorts {
  /*------------------------------------------
  共通スタイル
  ----------------------------*/
  /*------------------------------------------
  .first-area
  ----------------------------*/
  /*------------------------------------------
  .plan
  ----------------------------*/
  /*------------------------------------------
  .options
  ----------------------------*/
  /*------------------------------------------
  .flow
  ----------------------------*/
  /*------------------------------------------
  .attention
  ----------------------------*/
}
#vertical_shorts p, #vertical_shorts dt, #vertical_shorts dd, #vertical_shorts li {
  font-size: 1.5rem;
  line-height: 1.7;
}
#vertical_shorts a {
  text-decoration: none;
}
#vertical_shorts a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#vertical_shorts .h-square {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-indent: -1em;
  margin-left: 1em;
}
#vertical_shorts .h-square::before {
  content: "■";
}
#vertical_shorts section {
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  #vertical_shorts section {
    margin: 0 0 80px;
  }
}
#vertical_shorts dl dt, #vertical_shorts dl dd {
  float: initial;
  width: initial;
  padding: 0;
}
#vertical_shorts .kome {
  text-indent: -1em;
  margin-left: 1em;
}
#vertical_shorts .kome::before {
  content: "※";
}
#vertical_shorts .li-style li {
  text-indent: -1.2em;
  margin-left: 1.2em;
  margin-bottom: 0px;
}
#vertical_shorts .li-style li::before {
  content: "・";
  margin-right: 0.2em;
}
#vertical_shorts .insta_btn {
  text-align: center;
}
#vertical_shorts .insta_btn .btn_inner {
  display: inline-block;
  padding: 15px 50px 15px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 5px 1px #ddd;
          box-shadow: 0px 0px 5px 1px #ddd;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#vertical_shorts .insta_btn .btn_inner:hover {
  -webkit-box-shadow: 0px 0px 0px 0px #ccc;
          box-shadow: 0px 0px 0px 0px #ccc;
  opacity: 0.5;
}
#vertical_shorts .insta_btn .btn_inner:hover::before {
  background: linear-gradient(30deg, rgb(77, 29, 117) 0%, rgb(167, 67, 134) 27%, rgb(243, 92, 119) 78%, rgb(240, 156, 5) 100%) border-box border-box;
}
#vertical_shorts .insta_btn .btn_inner:hover::after {
  right: 19px;
}
#vertical_shorts .insta_btn .btn_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  border: 3px solid transparent;
  background: linear-gradient(30deg, rgb(77, 29, 117) 0%, rgb(167, 67, 134) 27%, rgb(243, 92, 119) 78%, rgb(240, 156, 5) 100%) border-box border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
#vertical_shorts .insta_btn .btn_inner::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 22px;
  background: #000;
  width: 12px;
  height: 14px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#vertical_shorts .section-title {
  position: relative;
  text-align: center;
  font-size: clamp(1.8rem, 2.62vw, 2.2rem);
  margin-bottom: 40px;
  font-weight: bold;
}
#vertical_shorts .section-title::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10px;
  width: 280px;
  height: 3px;
  background: rgb(77, 29, 117);
  background: -webkit-gradient(linear, left top, right top, from(rgb(77, 29, 117)), color-stop(27%, rgb(167, 67, 134)), color-stop(78%, rgb(243, 92, 119)), to(rgb(240, 156, 5)));
  background: linear-gradient(90deg, rgb(77, 29, 117) 0%, rgb(167, 67, 134) 27%, rgb(243, 92, 119) 78%, rgb(240, 156, 5) 100%);
}
#vertical_shorts .list-style li {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.3;
  margin-bottom: 5px;
}
#vertical_shorts .list-style li::before {
  content: "・";
}
#vertical_shorts .inner-link {
  color: blue;
  text-decoration: underline;
  font-size: 1.5rem;
}
#vertical_shorts .shorts-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#vertical_shorts .shorts-container .shorts-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  aspect-ratio: 9/16;
  position: relative;
}
#vertical_shorts .shorts-container .shorts-item iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#vertical_shorts .shorts-container .shorts-title {
  margin-top: 5px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 480px) {
  #vertical_shorts .shorts-container .shorts-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 20px);
            flex: 0 1 calc(50% - 20px);
  }
}
@media (min-width: 768px) {
  #vertical_shorts .shorts-container .shorts-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.333% - 20px);
            flex: 0 1 calc(33.333% - 20px);
  }
}
#vertical_shorts .first-area .img-box {
  margin-bottom: 30px;
}
#vertical_shorts .first-area .first-title {
  font-size: clamp(1.9rem, 2.68vw, 2.2rem);
  font-weight: bold;
  margin-bottom: 15px;
}
#vertical_shorts .first-area .recommend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px;
  border: 3px solid;
  -o-border-image: linear-gradient(225deg, rgb(77, 29, 117) 0%, rgb(167, 67, 134) 27%, rgb(243, 92, 119) 78%, rgb(240, 156, 5) 100%);
     border-image: linear-gradient(225deg, rgb(77, 29, 117) 0%, rgb(167, 67, 134) 27%, rgb(243, 92, 119) 78%, rgb(240, 156, 5) 100%);
  border-image-slice: 1;
  background: #fffdfa;
}
#vertical_shorts .first-area .recommend .recom-title {
  text-align: center;
  font-size: clamp(1.8rem, 2.48vw, 2rem);
  font-weight: bold;
  margin-bottom: 15px;
}
#vertical_shorts .first-area .recommend .recom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#vertical_shorts .plan-wrap .plan-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 15px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  font-size: clamp(1.8rem, 2.48vw, 2rem);
  margin-bottom: 15px;
}
#vertical_shorts .plan-wrap .plan-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4%;
}
#vertical_shorts .plan-wrap .plan-contents .plan-box {
  width: 100%;
  margin-bottom: 30px;
}
#vertical_shorts .plan-wrap .plan-contents .box-title {
  font-size: clamp(1.6rem, 2.15vw, 1.7rem);
  font-weight: bold;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 12px;
}
#vertical_shorts .plan-wrap .plan-contents .box-title::before {
  content: "■";
}
#vertical_shorts .plan-wrap .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 5px;
}
#vertical_shorts .plan-wrap .price-box dt {
  margin-right: 1.5em;
}
#vertical_shorts .plan-wrap .price-box dd {
  font-weight: bold;
  font-size: clamp(1.8rem, 2.48vw, 2rem);
}
#vertical_shorts .plan-wrap.template-plan {
  padding-bottom: 20px;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 50px;
}
#vertical_shorts .plan-wrap.template-plan .plan-title {
  background: rgb(77, 29, 117);
}
#vertical_shorts .plan-wrap.original-plan .plan-title {
  background: linear-gradient(225deg, rgb(77, 29, 117) 0%, rgb(167, 67, 134) 27%, rgb(243, 92, 119) 78%, rgb(240, 156, 5) 100%);
}
@media (min-width: 768px) {
  #vertical_shorts .plan-wrap .plan-contents .box-full {
    width: 100%;
  }
  #vertical_shorts .plan-wrap .plan-contents .box-07 {
    width: 62%;
  }
  #vertical_shorts .plan-wrap .plan-contents .box-03 {
    width: 34%;
  }
}
#vertical_shorts .option-table {
  border-top: 1px solid #6b0093;
  border-right: 1px solid #6b0093;
}
#vertical_shorts .option-table .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#vertical_shorts .option-table .table-row dt, #vertical_shorts .option-table .table-row dd {
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #6b0093;
  border-left: 1px solid #6b0093;
  width: 100%;
}
#vertical_shorts .option-table .table-row dt {
  background: #faf3ff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#vertical_shorts .option-table .table-row dd .option-price {
  font-size: clamp(1.6rem, 2.15vw, 1.7rem);
  font-weight: bold;
  color: rgb(167, 67, 134);
}
@media (min-width: 768px) {
  #vertical_shorts .option-table .table-row dt {
    width: 210px;
  }
  #vertical_shorts .option-table .table-row dd {
    width: calc(100% - 210px);
  }
}
#vertical_shorts .flow-list .flow-box {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
#vertical_shorts .flow-list .flow-title {
  font-weight: bold;
  font-size: clamp(1.6rem, 2.22vw, 1.8rem);
  margin-bottom: 7px;
  color: rgb(77, 29, 117);
}
#vertical_shorts .attention-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  border: 2px solid rgb(243, 92, 119);
  background: #fffafa;
}

/*vertical_shorts*/