@charset "utf-8";
@import "style.css";

/*========================================================================================================================


  ◇◆◇ 使用規則 ◇◆◇
  
  
========================================================================================================================*/

/*-----------------------------------------------------------------------------------
  キャンセル料金
-----------------------------------------------------------------------------------*/

.cpriceTbl thead th {
  vertical-align: middle;
}

.cpriceTbl th,
.cpriceTbl td {
  text-align: center;
}

@media screen and (max-width:640px) {
  .cpriceTbl {
    margin-top: 0.5rem;
  }
}

/*-----------------------------------------------------------------------------------
  list
-----------------------------------------------------------------------------------*/
.kisokuList-1 {
  margin-left: 2.0rem;
}


@media screen and (max-width:640px) {
  .kisokuList-1 li {
    margin-top: 0.5rem;
  }
}


.kisokuList-2 {
  list-style: none;
  counter-reset: s-number;
}

.kisokuList-2 li {
  padding-left: 2.65em;
  line-height: 1.5;
  margin-top: 0.5em;
}

.kisokuList-2 li:first-child {
  margin-top: 0.25em;
}

.kisokuList-2 li:before {
  counter-increment: s-number;
  content: "（"counter(s-number)"）";
  margin-left: -2.65em;
}

@media screen and (max-width:640px) {
  .kisokuList-2 li {
    margin-top: 0.5rem;
  }
}

.kisokuList-3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 1.5em;
  list-style: square;
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}

@media screen and (max-width:640px) {
  .kisokuList-3 li {
    margin-top: 0.5rem;
  }
}

.kisokuList4 {
  margin-left: 1.0rem;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ";
  color: #3c4655;
  list-style: disc;
  font-weight: normal;
  line-height: 1.7;
  font-size: 16px;
}

@media screen and (max-width:640px) {
  .kisokuList-4 li {
    margin-top: 0.5rem;
  }
}

.kuro-s {
  font-weight: normal;
  line-height: 1.7;
  font-size: 16px;
  color: #3c4655;
}

.beppyou {
  font-size: 16px;
}


.red {
  color: red;
}

.li-disc li {
  list-style-type: disc;
  margin-left: 1.0rem;
}

.underline {
  border-bottom: 1px solid;
}

@media screen and (max-width:641px) {
  .sp-none {
    display: block;
  }

  .soroe {
    display: inline-block;
    vertical-align: top;
  }

}


@media screen and (max-width:640px) {
  .sp-none {
    display: none;
  }

  .soroe {
    display: inline;
    vertical-align: top;
  }
}


.jyoubun {

  display: flex;
  list-style: none;
}

.jyoubun li:first-child {
  width: 10%;
  text-align: center;
}

.jyoubun li.jyoukou::before {
  content: "第";
}

.jyoubun li.jyoukou::after {
  content: "条";
}

.jyoubun li:nth-child(2) {
  width: 90%;

}