@charset "UTF-8";

#cardlayout-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin: 0em auto;
  max-width: 1290px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

#cardlayout-wrap::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}

#cardlayout-wrap::after {
  content: "";
  display: block;
  width: 23%;
}

#cardlayout-wrap02 {
  margin: 2em auto 100px;
  width: 98%;
  max-width: 1290px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  padding-bottom: 30px;
}

.cardlayout-wrap02_flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 92%;
  margin: 0 auto
}

#cardlayout-wrap02 h1 {
  font-weight: bold;
  padding: 30px 0 20px;
  font-size: 1.2rem;
  margin: 0 auto;
  text-align: center;
}

#cardlayout-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.card-figure {
  margin: 0;
  padding: 0;
}

.card-title {
  margin: 1.1em 1em 0;
  color: #333;
  text-align: center;
  font-size: 1.05em;
  line-height: 1.5em;
}

.card-title02 {
  max-width: 130px;
  width: 100%;
  color: #FFF;
  margin: 0.8em auto 0em auto;
  padding: 0.5em;
  text-align: center;
  font-size: 0.75em;
  border-radius: 50px;
  background-color: #000000;
}

.card-title03 {
  margin: 1em 0.5em 0;
  color: #333;
  text-align: center;
  font-size: 1.4em;
  line-height: 1.5em;
}

.card-title04 {
  margin: 0.5em 1em 0;
  color: #333;
  text-align: center;
  font-size: 1.05em;
  line-height: 1.5em;
}

.card-title05 {
  max-width: 300px;
  width: 100%;
  color: #FFF;
  margin: 1.3em auto 1em;
  padding: 0.5em;
  font-size: 1em;
  border-radius: 50px;
  background-color: #000000;
}

.card-title06 {
  text-align: left;
  background: url("../img/icon_c.png") no-repeat 0 0;
  background-size: auto 20px;
  background-position: 0% 16%;
  padding-left: 30px;
  padding-bottom: 20px;
  font-size: 1.3em;
}

.card-text-tax {
  margin: 0;
  padding: 0.8em 1em 0;
  color: #5A5A5A;
  font-size: 0.75rem;
  text-align: left;
  line-height: 1.2rem;
  font-weight: bold;
}

.card-text-tax03 {
  margin: 0;
  text-align: left;
  padding: 0.8em 1em 0;
  font-size: 1rem;
  line-height: 1.8rem;
  font-weight: bold;
}

.card-text-tax04 {
  padding: 1.3em 1em 0;
  color: #7C7C7C;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.2rem;
  margin-top: auto
}

.card-list,
.card-list03 {
  margin: 0.5em auto;
  padding: 0;
  padding-bottom: 15px;
  width: calc(92% / 2);
  /*追加*/
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  display: flex;
  flex-direction: column
}

.card-list04 {
  margin: 0.5em auto;
  padding: 0;
  padding-bottom: 25px;
  width: 100%;
  height: 400px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}

.card-list02 {
  margin: 0px auto;
  padding-bottom: 0px;
  width: 92%;
}

.card-list02 p {
  list-style-type: none;
  position: relative;
  padding-left: 0.6em;
  color: #333333;
  font-size: 0.95em;
  font-weight: bold;
  padding: 8px 10px 6px;
  text-align: left;
}

@media all and (min-width: 768px) {
  #cardlayout-wrap02 {
    width: 92%;
  }

  #cardlayout-wrap02 h1 {
    padding: 40px 0 20px 50px;
    font-size: 1.8rem;
    text-align: left;
  }

  .card-list,
  .card-list02,
  .card-list03,
  .card-list04 {
    margin: 0.5em 0;
    width: calc(92% / 2);
  }

  .card-list02 p {
    font-size: 1.4em;
    line-height: 1.8em;
  }

  .card-list02 p {
    font-size: 1.4em;
    line-height: 1.8em;
  }
}

@media all and (min-width: 992px) {

  .card-list,
  .card-list04 {
    width: calc(92% / 4);
    margin-bottom: 3%;
  }

  #cardlayout-wrap::after {
    content: "";
    display: block;
    width: calc(92% / 4);
  }

  .card-list02 {
    width: calc(92% / 2);
    margin-bottom: 0%;
  }

  .card-list03 {
    width: calc(92% / 3);
    margin-bottom: 0%;
  }

  .card-list02 p {
    list-style-type: none;
    position: relative;
    padding-left: 0.6em;
    color: #333333;
    font-size: 1.1em;
    font-weight: bold;
    padding: 8px 10px 0px;
  }

  .cardlayout-wrap02_flex::after {
    content: "";
    display: block;
    width: calc(92% / 4);
  }

  .card-title03 {
    margin: 1.8em 2em 0;
    font-size: 1.5em;
  }

  .card-title04 {
    font-size: 1.3em;
  }

  .card-title05 {
    max-width: 400px;
    width: 100%;
    color: #FFF;
    margin: 1.3em 0 1em;
    padding: 0.5em;
    font-size: 1.3em;
    border-radius: 50px;
    background-color: #000000;
  }

  .card-title06 {
    text-align: left;
    background: url("../img/icon_c.png") no-repeat 0 0;
    background-size: auto 20px;
    background-position: 0% 16%;
    padding-left: 20px;
    padding-bottom: 30px;
    font-size: 2.53em;
    font-weight: 900;
  }

  .card-text-tax {
    text-align: center;
  }
}

.card-list02 p:before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 1em;
  content: "";
  background: #1ec4e6;
}

#cardlayout-wrap04 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin: 1em auto;
  max-width: 1290px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

/* 高校生 */
.inner {
  width: 90%;
  margin: 30px auto 50px;
  background-color: #f0f0f0;
  border-radius: 20px;
}

.inner_main {
  width: 90%;
  margin: 0 auto;
  padding: 0px;
}

.card__f-text-cont table {
  border-spacing: 20px;
}

.card__f-text-cont th {
  background: #436daa;
  font-size: 0.9em;
  font-weight: bold;
  color: #FFF;
  border-radius: 10px;
}

.card__f-text-cont .tbl-r01 th {
  width: 30%;
  text-align: center;
  vertical-align: middle;
  /* 中央揃え */
}

.card__f-text-cont .tbl-r01 td {
  width: 80%;
  padding: 10px;
  text-align: left;
  color: #2E2E2E;
}

.card__f-text-cont .tbl-r01 .time {
  font-size: 2em;
  font-weight: 900;
}

.card__f-text-cont .tbl-r01 .time02 {
  font-size: 1.5em;
  font-weight: 900;
}

.card__f-text-cont .tbl-r01 .cxc {
  font-size: 1rem;
  padding: 5px 0 0;
  font-weight: bold;
  line-height: 1em;
}

/* 狭いブラウザとタブレット向け */
@media screen and (max-width:1024px) {
  .inner_main {
    width: 95%;
    padding: 10px 0px;
  }

  .card__f-text-cont .tbl-r01 th {
    padding: 5px 0;
  }

  .card__f-text-cont .tbl-r01 th,
  .card__f-text-cont .tbl-r01 td {
    display: block;
    width: 100%;
    font-size: 1.3em;
  }
}

@media screen and (max-width:599px) {

  .card__f-text-cont .tbl-r01 th,
  .card__f-text-cont .tbl-r01 td {
    font-size: 0.85em;
  }
}

/* 高校生 */












/* プロダクトカード */
.card__f {
  display: flex;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  background-color: #FFFFFF;
  line-height: 1.5;
}

.card__f-image {
  display: flex;
  justify-content: center;
  align-items: center;
  /* 上辺合わせにしたい場合は center を flex-start に変更 */
  width: 50%;
  /* 画像の横幅専有パーセンテージ */
  margin: 0 auto;
  padding: 3em 3em;
}

.card__f-text {
  flex: 1;
  min-width: 0;
  display: flex;
  /* 上下中央合わせにしたい場合はこの一行削除 1/2
  align-items: center;
  上下中央合わせにしたい場合はこの一行削除 2/2 */
  padding: 0em 1em 1em;
}

/* プロダクトカードここまで */

@media screen and (max-width: 767px) {
  .card__f {
    display: block;
  }

  .card__f-image {
    width: 100%;
    border: 0;
    padding: 1.5em 1.5em 0;
  }
}