/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[0]!./node_modules/import-glob-loader/index.js!./src/assets/sass/jiten.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
  Object
--------------------------------- */
/* =================================================================================


  color.scss


================================================================================= */
/* サイトで全体で使うカラーコードの変数を指定 */
/* 各大会のキーカラー */
/* 色指定 */
/* ソーシャル系 */
/* =================================================================================


  font.scss


================================================================================= */
/* 上マージン
----------------------------------------------- */
/* 下マージン
----------------------------------------------- */
/*
  Settings
--------------------------------- */
/*
  Media Queries
--------------------------------- */
/*
  wrap
--------------------------------- */
/* =================================================================================


  Project - jiten.scss


================================================================================= */
.p-jiten-item {
  padding: 5% 5% 0;
}
.p-jiten-item__grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.p-jiten-item__body {
  display: flex;
  flex-direction: column;
  order: 2;
  width: 100%;
}
.p-jiten-item__thumbnail {
  order: 1;
  width: 40%;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
}
.p-jiten-item__title {
  margin-bottom: 0.5em;
  color: #4b609e;
  font-size: clamp(2rem, 2.4vw, 2.8rem);
  letter-spacing: 0.1em;
}
.p-jiten-item__description {
  margin-bottom: 1em;
  line-height: 1.8;
}
.p-jiten-item__price {
  margin-top: auto;
  font-size: 1.4rem;
  text-align: right;
}
.p-jiten-item__price span.value {
  color: #4b609e;
  font-size: 1.71428571em;
}
.p-jiten-item__button {
  order: 3;
}
.p-jiten-item__button .c-button {
  max-width: 460px;
  margin-right: auto;
  margin-left: auto;
}

.p-jiten-how-to__title {
  margin-bottom: 2rem;
  color: #4b609e;
  font-size: clamp(2rem, 2.2vw, 2.4rem);
  text-align: center;
}
.p-jiten-how-to__table {
  display: table;
  width: 100%;
}
.p-jiten-how-to__item {
  display: block;
  padding: 1em 0;
  border-bottom: 1px solid #e7eaf1;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}
.p-jiten-how-to__term {
  padding: 0 5%;
  color: #2d385a;
}
.p-jiten-how-to__description {
  padding: 0 5%;
}
@media print, screen and (min-width: 744px) {
  .p-jiten-item__grid {
    flex-direction: row;
    margin-bottom: 4rem;
  }
  .p-jiten-item__body {
    width: 78%;
  }
  .p-jiten-item__thumbnail {
    width: 18%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .p-jiten-how-to__item {
    display: table-row;
    padding: 0;
  }
  .p-jiten-how-to__term {
    display: table-cell;
    width: 30%;
    min-width: 18em;
    padding: 3rem 5%;
    border-bottom: 1px solid #e7eaf1;
    background-color: #f4f4f4;
    text-align: center;
    white-space: nowrap;
  }
  .p-jiten-how-to__description {
    display: table-cell;
    padding: 3rem 5%;
    border-bottom: 1px solid #e7eaf1;
  }
}
