/* ----------------------------
	glossary Style Setting
	Create Date: 25.05.01
----------------------------*/
/**================================= Component Setting =================================**/
/******** Title Block ******* */
/* Page Title */
/* Heading Lv2 */
/* Heading Lv3 */
/* text */
/* Figure */
/* Table */
/* Button */
a.modBtn03--blue {
  background-color: var(--blue);
}

.sectBtmBtnBox {
  text-align: center;
  margin-top: 40px;
}

/* accordion */
/* Card */
/* Column 1 */
.contCardList-oneClm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.contCardList-oneClm__item {
  border-radius: 16px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 6, 12, 0.2);
          box-shadow: 0px 0px 6px 0px rgba(0, 6, 12, 0.2);
}
.contCardList-oneClm__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contCardList-oneClm__itemTxtBox, .contCardList-oneClm__itemImgBox {
  display: contents;
}
.contCardList-oneClm__title {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
}
.contCardList-oneClm__body {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.contCardList-oneClm .btmBtnBox {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
.contCardList-oneClm__itemImg {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
  padding: 20px;
}
.contCardList-oneClm__itemImg img {
  height: 50vw;
  max-height: 300px;
}

/* Column 2 */
.contCardList-twoClm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.contCardList-twoClm__item {
  background-color: white;
  border-radius: 20px;
}
.contCardList-twoClm__item a {
  display: block;
}
.contCardList-twoClm__ttl {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
.contCardList-twoClm__Img {
  padding-bottom: 20px;
  text-align: center;
  border-bottom: var(--black30) solid 1px;
}
.contCardList-twoClm__Img img {
  height: 30vw;
  max-height: 150px;
}
.contCardList-twoClm__txtBox {
  padding: 20px;
}
.contCardList-twoClm__body {
  font-size: 0.9375rem;
}

/**================================= Helper Setting =================================**/
@media screen and (min-width: 897px) {
  /**================================= Component Setting =================================**/
  /******** Title Block ******* */
  /* Page Title */
  /* Heading Lv2 */
  /* Heading Lv3 */
  /* text */
  /* Figure */
  /* Table */
  /* Button */
  .sectBtmBtnBox {
    margin-top: 80px;
  }
  /* accordion */
  /* Card */
  /* Column 1 */
  .contCardList-oneClm__item {
    padding: 40px;
  }
  .contCardList-oneClm__item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .contCardList-oneClm__itemTxtBox, .contCardList-oneClm__itemImgBox {
    display: block;
  }
  .contCardList-oneClm__title {
    text-align: left;
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
  .contCardList-oneClm .btmBtnBox {
    text-align: left;
  }
  .contCardList-oneClm__itemImg {
    width: 230px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .contCardList-oneClm__itemImg img {
    height: auto;
  }
  /* Column 2 */
  .contCardList-twoClm {
    display: grid;
    grid-template-columns: calc(50% - 45px) calc(50% - 45px);
    gap: 90px;
  }
  .contCardList-twoClm__item {
    background-color: white;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 6, 0.16);
            box-shadow: 0px 0px 6px 0px rgba(0, 0, 6, 0.16);
  }
  .contCardList-twoClm__item a {
    display: block;
  }
  .contCardList-twoClm__ttl {
    padding: 30px 0;
    font-size: 1.4375rem;
  }
  .contCardList-twoClm__Img {
    padding-bottom: 30px;
    text-align: center;
    border-bottom: var(--black30) solid 1px;
  }
  .contCardList-twoClm__Img img {
    height: 30vw;
    max-height: 150px;
  }
  .contCardList-twoClm__txtBox {
    padding: 25px;
  }
  .contCardList-twoClm__body {
    font-size: 0.9375rem;
  }
  /**================================= Helper Setting =================================**/
}