@charset "UTF-8";

.mono .sat,
.t-day .sat{
  color: #2131c0;
}
.mono .sun,
.t-day .sun{
  color: #c0212a;
}



/*--title------*/
.mono li,
.mono p{
  font-size: clamp(12px, 1vw, 16px);
}
.mono .title{
  font-weight: bold;
}
.mono .title-large{
  text-align: center;
  font-size: clamp(22px, 1.6vw, 60px);
  letter-spacing: 2px;
}
.mono .title-middle{
  text-align: center;
  font-size: clamp(20px, 1.6vw, 36px);
  letter-spacing: 2px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.mono .title.title-small{
  font-size: clamp(14px, 1vw, 18px);
}


.title.title-normal{
  font-weight: bold;
  font-size: clamp(20px, 1.6vw, 36px);
  padding-bottom: 40px;
  line-height: 1;
  text-align: center;
}

.title.title-line{
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: solid 4px #f2f2f3;
  line-height: 1;
  margin-bottom: 50px;
}
.title.title-line:after{
  position: absolute;
  left: 0;
  bottom: -3.5px;
  width: 30%;
  height: 4px;
  background: #8ec21f;
}
  .conte-bg .title.title-line{
    border-bottom: solid 4px #fff;
  }

#faq .title.title-line{
  font-size: clamp(14px, 1.1vw, 18px);
  padding-bottom: 10px;
  border-bottom: solid 4px #fff;
  line-height: 1;
  margin-bottom: 10px;
}


.title.title-number .tx{
  position: relative;
  line-height: 1.4;
  font-size: 16px;
  top: -0px;
  left: 75px;
  font-weight: bold;
  display: block;
  width: calc(100% - 75px);
  min-height: 2.5rem;
}
.title.title-number{
  position: relative;
  border-bottom: solid 1px #111;
  padding-bottom: 10px;
  line-height: 1;
}
.title.title-number .no:after{
  position: absolute;
  content: '';
  display: block;
  bottom: 14px;
  left: 0;
  width: 65px;
  height: 60px;
  background: #8ec21f;
  border: solid 1px #111;
  border-radius: 10px 0 0 0;
  z-index: -1;
}
.title.title-number .no{
  position: absolute;
  bottom: -15px;
  left: 0;
  display: flex;
  align-items:  stretch;
  justify-content: center;
  width: 65px;
  height: 60px;
  text-align: center;
  line-height: 1;
  font-size: 36px;
  color: #111;
  z-index: 1;
}
.mono .title.i-dantai{
  padding: 0 70px 0 60px;
  position: relative;
  display: table;
  margin: 0 auto 70px;
}

.mono .title.i-dantai::after {
    width: 60px;
    height: 60px;
    background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-dantai/img/icon/i-dantai02.png) no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: -10px;
}
.mono .title.i-dantai::before {
    width: 45px;
    height: 45px;
    background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-dantai/img/icon/i-dandai01.png) no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 10px;
    position: absolute;
    left: 0;
}
.mono .title.i-cal{
  display: table;
  margin-right: auto;
  margin-left: auto;
}
.mono .title.i-cal::before {
    width: 40px;
    height: 40px;
    background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-dantai/img/icon/i-cal-w.svg) no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 10px;
    position: absolute;
    left: -48px;
    top: -2px;
}

.title.title-large + p{
  font-size: clamp(12px, 1.1vw, 18px);
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}




/******************/
/*--------*/
.mono .bt-mddle{
  padding: 0px 50px 0px 23px;
  border-radius: 50px;
  width: calc(100% - 73px);
  max-width: calc(320px - 73px);
}
.mono .bt-mddle.t-long{
  padding: 0px 50px 0px 23px;
  border-radius: 50px;
  width: calc(100% - 73px);
  max-width: calc(360px - 73px);
}
.mono .bt-large{
  padding: 0px 50px 0px 23px;
  border-radius: 50px;
  width: calc(100% - 73px);
  max-width:calc(740px - 73px);
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.mono .bt-mddle.i-arrow-bl,
.mono .bt-large.i-arrow-bl,
.mono .i-arrow-bl{
  padding: 0px 35px 0px 23px;
  border-radius: 50px;
}

.mono .bt a{
  font-size: 20px;
}
.mono .bt.bg-gray20 a{
  font-size: 16px;
}


.mono .bt-large a,
.mono .bt-mddle a{
  padding: 10px;
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.mono .bg-main a{
  color: #fff;
}
.mono .bt.bg-gray0{
  border: solid 2px #111;
}
button.bt-normal a::before,
button.bt-normal.js-seat-open::before{
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/icon/i-blank.png)no-repeat;
  background-size: contain;
  background-position: center;
  right: 12px;
  top: calc((100% - 12px) / 2);
  position: absolute;
}
button.bt-normal.js-seat-open,
button.bt-normal a{
  padding: 6px 30px 6px 15px;
  background: #8ec21f;
  color: #fff;
  border-radius: 30px;
  font-size: clamp(14px, 1vw, 16px);
  position: relative;
}
.mono .conte-bottun{
  display: flex;
  justify-content: center;
}
.conte-bottun button{
  margin: 0 5px;
}
.conte-bottun button.bg-bl a{
  background: #111;
  line-height: 0;
}
.conte-bottun button.bg-g a{
  background: #8ec21f;
  line-height: 0;
}
.conte-bottun button a{
  padding: 10px 40px 10px 16px;
  position: relative;
  display: inline-block;
  color: #fff;
  border-radius: 30px;
  font-size: clamp(16px, 1.2vw, 24px);
}
.conte-bottun button a::after{
  content: '';
  display: block;
  position: absolute;
  right: 15px;
  top: calc((100% - 16px) / 2);
  width: 16px;
  height: 16px;
  background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-dantai/img/icon/i-blank.png)no-repeat;
  background-size: contain;
  background-position: center;
}



/********************/
.mono .i-link a:after{
  content: '';
  display: block;
  position: absolute;
}

.mono .i-link.i-arrow-bl a:after{
  width: 16px;
  height: 10px;
  background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-dantai/img/common/i-arrow-bl-r.png)no-repeat;
  background-size: contain;
  background-position: center;
  right: -12px;
  top: calc((100% - 10px) / 2)
}
.mono .i-link.no-link{
  border: solid 2px #dcdddd;
}
.mono .i-link.no-link a{
  color: #dcdddd;
}
.mono .i-link.no-link.i-arrow-bl a:after{
  display: none;
}
.mono .link-normal{
  font-weight: bold;
  color: #8ec21f;
}

/*********************/
.mono .col-03 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

#attention .col-01{
  width: calc((100% - 100px) / 3);
}
#attention .detail::before{
  width: 70px;
  height: 100%;
  background: #8ec21f;
  background: #111;
}
#attention .col-01 .detail{
  display: flex;
  align-items: center;
  background: #f2f2f3;
  margin-top: 10px;
}
#attention .col-01 .detail li{
  padding: 6px 0;
}
#attention .col-01 .detail li.icon{
  text-align: center;
  width: 70px;
  margin-right: 15px;
}
#attention .col-01 .detail li.icon img{
  max-width: 70px;
  height: auto;
}

.detail .tx .title{
  font-size: clamp(16px, 1.2vw, 18px);
}

.tx .title{
  display: block;
  margin-bottom: 10px;
}
.tx .tt{
  font-size: clamp(10px, 1.1vw, 12px);
  line-height: 1.2;
  display:block;
  padding: 0 6px 6px 0;
}

/******************/
/************/
.mono .scroll-table {
overflow: auto;
white-space: nowrap;
border: solid 1px #ddd;
height: 400px;
}
.mono .scroll-table table {
margin: 0;
border: none;
}
.mono .scroll-table::after {
content: '← 横にスクロールできます →';
display: block;
text-align: center;
font-size: 12px;
color: #666;
margin-top: 0.5em;
}

table td.t-long,
table th.t-long,
table .t-long{
  font-size: 10px;
}
.row-title th,
.row-title td{
  background: #111;
  color: #fff;
  text-align: center !important;
  font-weight: bold !important;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
table th.bg-gray40,
table td.bg-gray40,
table th.bg-gray10,
table td.bg-gray10,
table th.bg-gray20,
table td.bg-gray20{
  color: #111;
}



/* 見出し行を固定 */
tr.row-title{
   box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
tr.row-title th,
tr.row-title td {
  position: sticky;
  top: -2px; /* 上からの位置 */
  z-index: 10; /* 他の行より前面に表示 */
  border: solid 1px #999999;
}

/**********/
.mono .nav-list{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.nav-list li{
  margin: 0 5px 5px;
}
.nav-list a{
  padding: 6px 10px 6px 30px;
  background: #8ec21f;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 4px;
  position: relative;
  line-height: 1;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
}
.nav-list a::before{
  content: '';
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-dantai/img/icon/i-shita.png)no-repeat;
  background-size: contain;
  background-position: center;
  top: 3px;
}
/**********/
.mono .title-large.i-star{
  margin-top: 70px;
  margin-bottom: 50px;
}
.mono .title-large.i-star::before{
  width: 80px;
  height: 64px;
  position: absolute;
  left: calc((100% - 80px)/2);
  top: -80px;
  background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-dantai/img/icon/i-star3.png)no-repeat;
  background-size: contain;
  background-position: center;
}


/**********/
.mono .tab-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 30px;
}
.mono .tab-nav::after{
  width: 100%;
  background: #8ec21f;
  height: 2px;
  position: absolute;
  bottom: -30px;
}

.mono .tab-btn {
  padding: 0.8rem 2rem;
  background: #111;
  cursor: pointer;
  color: #fff;
}

.mono .tab-btn.is-active {
  background: #8ec21f;
  color: #fff;
  position: relative;
}
.mono .tab-btn.is-active::before{
  content: '';
  width: 10px;
  height: 10px;
  background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-dantai/img/icon/i-fuki-ue.png)no-repeat;
  background-size: contain;
  background-position: center;
   background-image: linear-gradient(134deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 60%);
  position: absolute;
  left: 3px;
  top: 3px;
}
.mono .tab-btn.is-active::after{
  content: '';
  width: 34px;
  height: 28px;
  background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-dantai/img/icon/i-fuki-ue.png)no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: calc((100% - 40px) /2);
  bottom: -35px;
  z-index: 1;
  transition: 0.3s;
}


.mono .tab-panel {
  display: none;
  padding: 50px 50px 150px;
  background: #f2f2f3;
  position: relative;
}

.mono .tab-panel.is-active {
  display: block;
  animation: tabFadeIn 0.3s ease;
}

/* フワッと表示するアニメーション */
@keyframes tabFadeIn {
  from {
    opacity: 0;
    transform: translateY(4px); /* 少し下から */
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/*
.mono .catch-levird{
  padding: 15px 40px 15px;
  background:#8ec21f;
  color: #fff;
  position: absolute;
  display: inline-block;
  right: 100px;
  bottom: 50px;
}
.mono .catch-levird::before{
  width: 80px;
  height: 80px;
  background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-dantai/img/ph/i-ball.png)no-repeat;
  background-position: center;
  background-size: contain;
  left: -50px;
  top: calc((100% - 80px) / 2);
}*/
.mono .catch-levird::after{
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 80px;
  height: 110px;
  background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-dantai/img/ph/line-gray02.png)no-repeat;
  background-position: center;
  background-size: contain;
  right: -40px;
  bottom: -20px;
}
/**/

.mono .catch-levird { 
  padding: 15px 40px 15px 20px;
  color: #fff;
  position: absolute;
  display: inline-block;
  right: 100px;
  bottom: 50px;
  z-index: 1;
  
  
}

/* 背景の帯（右から左へ伸びる） */
.mono .catch-levird::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #fff;
  border: solid 4px #8ec21f;
  transform: scaleX(0);           /* 0% 幅からスタート */
  transform-origin: right center; /* 右端から伸びる */
  border-radius: 10px 0 10px 10px;
}

/* テキストは上に乗せる */
.mono .catch-levird > span {
  position: relative;
  z-index: 1;
  opacity: 0;                     /* 最初は非表示 */
}
.mono .catch-levird span{
  font-size: clamp(11px, 1vw, 16px);
  line-height: 1.2;
  /*color: #8ec21f;*/
}

/* 表示開始クラスが付いたときのアニメーション */
.mono .is-active .catch-levird::before {
  animation: catchBand 0.5s ease-out forwards;
}

.mono .is-active .catch-levird > span {
  animation: catchText 0.35s ease-out 0.35s forwards;
}

/* 帯のアニメーション */
@keyframes catchBand {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

/* テキストを後からフェードイン */
@keyframes catchBand {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

@keyframes catchText {
  0% {
    opacity: 0;
    transform: translateY(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/**/





#plans .ph.ph-main{
  padding: 15px;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
#plans .tx-sub{
  font-weight: bold;
  font-size: clamp(12px, 1.1vw, 18px);
  text-align: center;
  margin-bottom: 30px;
}
/*
#plans h4 + .tx-sub{
  color: #8ec21f;
}
*/
#plans h4 + .tx-sub .t-bold{
  display: inline-block;
  margin-right: 4px;
}

#plans table{
  background: #fff;
}
#plans table td{
  position: relative;
}
#plans table td .bt-normal{
  position: absolute;
  right: 10px;
  top: 5px;
}


#plans table th,
#plans table td{
  font-size: clamp(10px, 1vw, 14px);
  /*border: solid 1px #8ec21f ;*/
}
#plans table th{
  background: #8ec21f;
  border-bottom:solid 1px #f2f2f3 ;
  border-top: solid 1px #f2f2f3 ;
  color: #fff;
  text-align: left;
  position: relative;
  padding-left: 47px;
}
#plans table th.first{
  border-top: solid 1px #a6a8ab ;
}
#plans table th.last{
  border-bottom: solid 1px #a6a8ab ;
}
#plans table th::before{
  content: '';
  width: 26px;
  height: 26px;
  position: absolute;
  background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-dantai/img/icon/i-hito.png)no-repeat;
  background-size: contain;
  background-position: center;
  left: 15px;
  top: calc((100% - 26px) / 2);
}
#plans table th.i-seki::before{
  background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-dantai/img/icon/i-seki.png)no-repeat;
  background-size: contain;
  background-position: center;
}
#plans table th.i-people::before{
  background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-dantai/img/icon/i-people.png)no-repeat;
  background-size: contain;
  background-position: center;
}
#plans table th.i-star::before{
  background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-dantai/img/icon/i-ster01.png)no-repeat;
  background-size: contain;
  background-position: center;
}
#plans table th.i-gift::before{
  background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-dantai/img/icon/i-gift.png)no-repeat;
  background-size: contain;
  background-position: center;
}
#plans table .waribiki td.bg-bl{
  background: #111;
}
#plans table .waribiki td{
  font-weight: bold;
  text-align: center;
  font-size: clamp(16px, 1.6vw, 26px);
  color: #fff;
  border-left: solid 1px #f2f2f3;
  border-right: solid 1px #f2f2f3;
}
#plans table .waribiki td small{
  font-size: clamp(12px, 0.8vw, 16px);
  font-weight: normal;
  color: #fff;
  display: inline-block;
  margin-right: 6px;
}
#plans table .waribiki td.last{
  border-right: solid 1px #a6a8ab;
  border-right: solid 1px #8ec21f;
}
#plans table .waribiki td.icon{
  border: solid 1px #fff;
  border-left: solid 1px #a6a8ab;
  border-left: solid 1px #8ec21f;
}
#plans table th.bg-main, 
#plans table td.bg-main{
  border-bottom: solid 1px #fff;
}
#plans table .icon{
  background: #a6a8ab;
  width: 22%;
}
#plans table .icon img{
  max-width: 26px;
  height: auto;
}

/*--------*/
.mono .tanzaku{
  background:#8ec21f;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
 .mono .tab-panel .tanzaku{
  margin-top: 30px;
 }


.mono .tanzaku dl{
  display: flex;
  align-items: stretch;
}
.mono .tanzaku dl dt,
.mono .tanzaku dl dd{
  display: flex;
  align-items: center;
  justify-content: center;
}
.mono .tanzaku dl dd{
  background: #fff;
  padding: 20px 25px;
  font-size: 14px;
  position: relative;
}
.mono .tanzaku dl dd::before{
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 40px;
  top: calc((100% - 40px) /2);
  left: -20px;
  position: absolute;
}

.mono .tanzaku dl dt{
  padding: 20px;
  font-weight: bold;
  font-size: clamp(16px, 1.1vw, 20px);
  color: #fff;
  min-width: 9rem;
}

.mono .tanzaku.c-chu{
  max-width: calc(840px - 50px);
  margin-top: 30px;
  margin-bottom: 0;
}
.mono .tanzaku.c-chu dl{
  justify-content: space-between;
}
.mono .tanzaku.c-chu dl dt{
  min-width: 14rem;
  justify-content: left;
  font-size: clamp(14px, 0.8vw, 16px);
}
.mono .tanzaku.c-chu dl dd{
  font-size: clamp(12px, 0.6vw, 14px);
}



/*--------*/
.mono .thumb-tx{
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
}
.mono .thumb-tx + .thumb-tx{
  margin-top: 50px;
}

.mono .thumb-tx dl{
  width: calc(65% - 40px);
}
.mono .thumb-tx .ph{
  max-width: 35%;
  margin-right: 40px;
}
.mono .thumb-tx .title{
  font-size: clamp(14px, 1.2vw, 24px);
}
.mono .thumb-tx .categry{
  color: #8ec21f;
  font-size: clamp(10px, 1vw, 16px);
  padding-bottom: 6px;
  border-bottom: solid 1px #8ec21f;
  margin-bottom: 20px;
  margin-top: 6px;
}
.mono .thumb-tx .tt {
        font-size: 14px;
    }

/*--------*/
.mono .list-check li + li{
  margin-top: 20px;
}
.mono .list-check li{
  line-height: 1.4;
  position: relative;
  padding-left: 50px;
  font-size: 14px;
}
.mono .list-check li span{
  font-size: 14px;
}
.mono .list-check li::before{
  content: '';
  display: block;
  position:absolute;
  background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-dantai/img/icon/i-check.png)no-repeat;
  background-size: contain;
  background-position: center left;
  width: 50px;
  height: 50px;
  left: 0;
  top: -14px;
}

.mono .list-check li .t-kakomi{
  margin-right: 10px;
}
.mono .t-kakomi{
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 30px;
}





/*--------*/
.mono .ph-waku{
  padding: 20px;
  border: solid 1px #f2f2f3;
  border-radius: 10px;
}
.mono .ph-waku{
  position: relative;
}
.mono .ph-waku:before{
  content: '';
  display: block;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 30px;
  height: 30px;
  background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-dantai/img/common/ph-corner.png)no-repeat;
  background-position: center;
  background-size: contain;
}



/*************/

.mono .ly_cont .answer,
.mono .ly_cont .bl_selectToggle_wrapper{
    display: flex;
  justify-content: space-between;
  align-items: center;
}

.mono .bl_selectCont {
  display: none;
  animation: tabFadeIn 0.3s ease;
}
.mono .timerHidden.bl_selectCont.is_active{ display: none;}
.mono .timerVisible.bl_selectCont.is_active{ display: block;}

.mono .bl_selectCont.is_active {
  display: revert;
}

.mono #schedule.conte-normal{
  padding: 70px 0;
  margin-bottom: 70px;
  position: relative;
}
.mono #schedule::before{
  width: 120%;
  height: calc(100% + 0px);
  background: #8fc31f;
  position: absolute;
  left: -20%;
  top: -0px;
  z-index: -1;
  transform: skewY(-2deg);
}

.mono .calculate{
  margin: 20px auto 0;
  padding: 0px;
  background:#fff ;
  border: solid 2px #fff;
  max-width: calc(800px - 20px);
  width:calc(90% - 20px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
.mono .calculate .title{
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.2;
  padding: 10px;
  color: #111;
  width: 20%;
  display: flex;
  justify-content: center;
  background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-dantai/img/icon/bg-cal.svg)no-repeat;
  background-size:cover;
  background-position: center;
}
.mono .calculate .ly_cont .title{
  color: #111;
  font-size: 14px;
  width: 10rem;
  text-align: right;
  display: flex;
  justify-content: center;
  background: none;
}
/* 内側2つのラッパー（左：希望試合日, 右：申込〆切） */
.mono .ly_cont .bl_selectToggle_wrapper,
.mono .ly_cont .answer{
  display: flex;
  align-items: center;
  flex: 1; /* 左右を1:1に */
}


.mono .ly_cont{
  display: flex;
  align-items: stretch;
  background:#dcdddd ;
  background: rgb(143 195 31 / 60%);
  border-radius: 4px;
  padding: 10px;
  width: 80%;
}

.mono .ly_cont .answer-area p{
  font-size: 13px;
}
.mono .ly_cont .answer-area,
.mono .ly_cont select{
  width: calc(100% - 8rem);  
}
.mono .ly_cont select,
.mono .ly_cont .answer-area{
  padding: 10px 10px;
  background: #fff;
  border: solid 1px #a6a8ab;
  border-radius: 4px;
  min-height: 1rem;
  width: 100%;
}
.mono .nomber{
  position: relative;
}
.mono .nomber::before{
  width: 6px;
  height: calc(100% - 30px);
  display: block;
  position: absolute;
  left: 12px;
  top: 35px;
  background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-dantai/img/icon/i-dot3.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .nomber + .nomber{
  margin-top: 20px;
}
.mono .nomber .t-small{
  font-size: clamp(10px, 0.8vw, 0.8rem);
}
.mono .nomber li + li{
  margin-top: 10px;
}
.mono .nomber li{
  line-height: 1.4;
  padding-left: 2.4rem;
  font-size: clamp(12px, 1vw, 18px);
}
.mono .nomber li:nth-child(1)::before{
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: -4px;
  background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-dantai/img/icon/i-01.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .nomber li:nth-child(1).no02::before{
  background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-dantai/img/icon/i-02.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .nomber li:nth-child(1).no03::before{
  background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-dantai/img/icon/i-03.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .c-caution + .conte-bottun{
  margin-top: 30px;
}

.mono .c-caution{
  margin-top: 70px;
  padding: 35px 30px 20px;
  background: #f2f2f3;
  position: relative;
}
.c-caution .title{
  display: inline-block;
  padding: 4px 10px;
  background: #c0212a;
  color: #fff;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: -15px;
}
.mono .i-check{
  position: relative;
  padding-left: 2.2rem;
  font-size: clamp(10px, 1vw, 16px);
}
.mono .i-check + .i-check{
  margin-top: 10px;
}

.mono .i-check::before{
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-dantai/img/icon/i-check-bl.svg)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .list-dot li + li{
  margin-top: 10px;
}
.mono .list-dot li{
  position: relative;
  padding-left: 1.2rem;
  font-size: clamp(10px, 1vw, 16px);
}
.mono .list-dot li::before{
  content: '・';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.mono .list-dot li.list-kome::before{
  content: '※';
  display: block;
}
#pickup .kakomi-bg,
#payment .kakomi-bg{
  margin-top: 20px;
}
.mono .kakomi-bg .title{
  margin-bottom: 15px;
}
.mono .kakomi-bg p + p{
  margin-top: 10px;
}
.mono .kakomi-bg p{
  font-size: clamp(10px, 1vw, 16px);
}
.mono .kakomi-bg{
  padding: 20px ;
  background: #f2f2f3;
}
.mono .kakomi-bg + .kakomi-bg{
  margin-top: 20px;
}




/*FAQ***********/
#faq .accordion + .bt{
  margin-top: 50px;
}
#faq .accordion + .conte-bottun,
#faq .accordion + .accordion{
  margin-top: 30px;
}



/**********/
.mono ..first-conte{
  position: relative;
}
.first-conte .chu{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 6px 16px;
  background: #111;
  color: #fff;
  font-size: clamp(12px, 1vw, 16px);
  border-radius: 0 0 0 10px;
  line-height: 1;
}


/************/





