/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.layout__column-01.card__original .layout__column-01-item .card__original-item {
  width: calc((100% - 20px) / 3);
}
@media screen and (min-width: 450px) {
  .layout__column-01.card__original .layout__column-01-item .card__original-item {
    width: calc((100% - 30px) / 4);
  }
}
.layout__column-01.card__original .layout__column-01-left.swiper01 {
  aspect-ratio: 1.4/1;
}
@media (min-width: 768px) {
  .layout__column-01.card__original .layout__column-01-left.swiper01 {
    aspect-ratio: 1.2/1;
  }
}

.card__original-text {
  display: block;
  width: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
}

.layout__column-01-right .card__original-item {
  cursor: pointer;
  width: 110px;
}
@media (min-width: 768px) {
  .layout__column-01-right .card__original-item {
    width: 120px;
  }
}
.layout__column-01-right .card__original-list {
  margin-bottom: 10px;
  gap: 10px;
}

.layout__column-01-right {
  gap: 20px;
}

@media (min-width: 768px) {
  .btn-wrap {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .layout__column-03 .layout__column-title {
    min-height: 2em;
  }
}

.precautions__flex {
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 768px) {
  .precautions__flex {
    gap: 0;
  }
}
.precautions__flex-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 768px) {
  .precautions__flex-left {
    padding-right: 20px;
  }
}
.precautions__flex-right {
  display: flex;
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.precautions__flex-right img {
  max-width: 380px;
}

.price__area {
  display: block;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .price__area {
    display: block;
    margin-top: 30px;
    margin-left: 5px;
  }
}
.price__value {
  display: block;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .price__value {
    font-size: 36px;
    margin-bottom: 40px;
  }
}

.table-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .layout__column-02 .layout__column-title {
    min-height: 4em;
  }
}
@media screen and (min-width: 972px) {
  .layout__column-02 .layout__column-title {
    min-height: 2em;
  }
}

.price__table-img {
  max-width: 400px;
}
@media (min-width: 768px) {
  .price__table-img {
    max-width: 100%;
  }
}/*# sourceMappingURL=card.css.map */

/* 説明書きを行う2列のボックス */
.description__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 100px;
  border-bottom: 1px var(--middlegray-bg-color) solid;
}

.description__list__show {
  display: flex;
  justify-content: start;
  align-items: stretch; 
  border-top: 1px var(--middlegray-bg-color) solid;
}

.description__list__number {
  width: 6%;
  font-weight: bold; 
  background-color: var(--lightgray-bg-color);
  color: #333;
  padding: 5px 10px; 
  display: flex; 
  justify-content: center;
  align-items: start; 
}

.description__list__number p {
  font-size:32px;
}

.description__list__body {
  width: 94%;
  padding-left: 40px; 
  padding-right: 40px; 
  padding-top: 20px; 
  padding-bottom: 20px; 
  display: flex;
  flex-direction: column;

}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

table, th, td {
    border: 1px solid #000000;
}

th {
    background-color: var(--lightgray-bg-color);
    padding: 8px;
    text-align: center;
    font-size: 14px;
}

td {
    padding: 8px;
    text-align: center;
    font-size: 14px;
}

.underline {
    text-decoration: underline;
}

.layout__column-01{
  margin-bottom: 0px;
}

.subpage-section.bg--gray02{
  margin-top: 90px;
}

.layout__column-01-left img{
  width: 50%;
  object-fit: contain;
}

.layout__column-01-left{
  aspect-ratio: 0;
}

.layout__column-title{
  color: black;
}

.description__list__body .title{
  font-size: 24px;
  padding-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .description__list__number {
    width: 12%;
  }

  .description__list__body {
    width: 88%;
    padding-left: 20px; 
    padding-right: 20px; 
  }

  .declaration__meta {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 100px;
  }
  .description__list__body .title{
    font-size: 16px;
  }
}

/* 利用目的リスト用スタイル */
.purpose-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.purpose-number {
  font-weight: bold;
  color: #333;
  flex-shrink: 0;
  min-width: 24px;
  line-height: 1.6;
}

.purpose-right {
  flex: 1;
}

.purpose-right p {
  margin: 0;
  line-height: 1.6;
}

/* 注記リスト用スタイル */
.note-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.note-number {
  font-weight: bold;
  color: red;
  flex-shrink: 0;
  min-width: 32px;
  line-height: 1.6;
}

.note-right {
  flex: 1;
}

.note-right p {
  margin: 0;
  line-height: 1.6;
}

/* お問い合わせ窓口情報を右寄せ表示するスタイル */
.reverse__area {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 60px;
}

.reverse__area .title {
  font-weight: bold;
  padding-bottom: 0px; 
  font-size: 16px;
}

.description__list__body .red {
  color: red;
}

.description__list__body .bold {
  font-weight: bold;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

.layout__column-01-item .layout__column-title{
  text-align: center;
  
}