/* リセット */
a:hover {
  text-decoration: none;
  color: unset;
}

.main-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 88.3601756955%;
}
@media screen and (max-width: 769px) {
  .main-inner {
    width: 85.3333333333%;
  }
}

.outline-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 88.7994143485%;
}
@media screen and (max-width: 769px) {
  .outline-inner {
    width: 85.3333333333%;
  }
}

.card-wrap {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 15px;
  padding-bottom: 5em;
}
@media screen and (max-width: 769px) {
  .card-wrap {
    display: block;
  }
}

.card-item {
  padding: 2em 1em 2.7em;
  width: 100%;
  height: auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
  text-align: center;
}
.card-item__ttl {
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 0.3em;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 769px) {
  .card-item__ttl {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.card-item__img {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
}
.card-item .rhombus {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 0;
}
.card-item__pending-date {
  font-size: 1.5rem;
  font-weight: bold;
}
.card-item .attended {
  padding-bottom: 3.4em;
}
.card-item__txt {
  font-size: 1.4rem;
  padding-top: 1.4em;
}

.page-title-section {
  background-color: #e1f1fe;
  height: auto;
  -webkit-box-shadow: 0px 8px 8px -5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 8px -5px rgba(0, 0, 0, 0.05);
}
.page-title-section-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: flex;
  display: -webkit-box;
  /*Android4.3*/
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 79.0629575403%;
}
.page-title-section-title-wrapper img {
  display: none;
}
@media screen and (max-width: 769px) {
  .page-title-section-inner-left {
    width: 100%;
  }

  .page-title-section-title-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 15px 0;
  }

  .page-title-section-title-wrapper img {
    width: 100px;
    object-fit: contain;
  }
}
.page-title-section-title {
  font-size: 3.7rem;
  font-weight: bold;
  padding: 1.4em 0 0.7em 0;
}
@media screen and (max-width: 769px) {
  .page-title-section-title {
    padding: 0 !important;
    font-size: 30px !important;
  }
}
.page-title-section-text {
  font-size: 1.8rem;
  padding-bottom: 3em;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  .page-title-section-text {
    font-size: 14px !important;
    padding-bottom: 2.3em !important;
    text-align: center !important;;
  }
}
.page-title-section-picture {
  max-width: 322px;
  height: auto;
  padding: 1.2em;
}
@media screen and (max-width: 769px) {
  .page-title-section-picture {
    display: none;
  }
}

/* inputは非表示にする */
.lessons-checkbox input {
  display: none;
}

/* チェックが入ったときの□ */
.lessons-checkbox input:checked + .checkmark {
  background: #51b3d6;
  /* チェック時の色 */
  border-color: #51b3d6;
  /* チェック時の色 */
}

/* チェックが入ったときの✓ */
.lessons-checkbox input:checked + .checkmark:after {
  opacity: 1;
  /* 透明を解除 */
}

/* □ */
.checkmark {
  position: absolute;
  top: 0;
  /* 上からの位置 */
  left: 0;
  height: 20px;
  /* 大きさ */
  width: 20px;
  /* 大きさ */
  border: solid 2px #d4dae2;
  /* 線 */
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ✓ */
.checkmark:after {
  content: '';
  position: absolute;
  left: 5px;
  /* チェックの位置 */
  top: 1px;
  /* チェックの位置 */
  width: 6px;
  /* チェックの大きさ */
  height: 10px;
  /* チェックの大きさ */
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  /* 透明にしておく */
}

/*タブ切り替え全体のスタイル  */
.section-label {
  width: 50%;
  height: 62px;
  line-height: 62px;
  font-size: 2rem;
  text-align: center;
  display: block;
  float: left;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: solid 3px #d9f3ff;
  background-color: #f0ecec;
}
@media screen and (max-width: 769px) {
  .section-label {
    font-size: 1.7rem;
    line-height: 52px;
    height: 52px;
  }
}
.section-label:hover {
  opacity: 0.75;
  cursor: pointer;
}
.section-box._description {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section-box._tab-table-content {
  display: none;
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .section-box._tab-table-content {
    padding: 0 1em 0;
  }
}

.tab {
  padding-bottom: 3.2em;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 6em 0 4em 0;
  max-width: 100%;
}
@media screen and (max-width: 769px) {
  .tab {
    margin: 4em 0 4em 0;
  }
}

/*タブのスタイル ---受講者用 上のタブに入れる*/
.tab__item {
  width: 50%;
  height: 72px;
  border-bottom: 3px solid #51b3d6;
  background-color: #f0ecec;
  line-height: 72px;
  font-size: 2.4rem;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 769px) {
  .tab__item {
    font-size: 1.7rem;
    line-height: 52px;
    height: 52px;
  }
}

.tab__item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name='tab__item'] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab-content {
  display: none;
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .tab-content {
    padding: 0 1em 0;
  }
}
.tab-content__description {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/*選択されているタブのコンテンツのみを表示*/
#pending:checked ~ #pending-content,
#attended:checked ~ #attended-content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tab input:checked + .tab__item {
  background-color: #51b3d6;
  color: #fff;
}

/*タブのスタイル ---管理者・メンター用*/
.unselected {
  color: #565656;
}

/*ラジオボタンを全て消す*/
input[name='tab-table__item'] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab-table-content {
  display: none;
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .tab-table-content {
    padding: 0 1em 0;
  }
}
.tab-table-content__description {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/*選択されているタブのスタイルを変える*/
._tab-table input:checked + .section-label {
  color: #2b6da3;
  background-color: #d9f3ff;
}

.pagination__btn--last,
.pagination__btn--first,
.pagination__btn--next,
.pagination__btn--prev,
.pagination__item a,
.pagination__item--current {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  color: #101721;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  min-width: 3em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0 3px 0 0;
  padding: calc(1em - 3px) 1em;
  font-size: 1.8rem;
  font-weight: bold;
}
.pagination__btn--last:hover,
.pagination__btn--first:hover,
.pagination__btn--next:hover,
.pagination__btn--prev:hover,
.pagination__item a:hover,
.pagination__item--current:hover {
  color: #6e6e6e;
  background: #fff;
  border: 1px solid #6e6e6e;
}
@media (min-width: 520px) {
  .pagination__btn--last,
  .pagination__btn--first,
  .pagination__btn--next,
  .pagination__btn--prev,
  .pagination__item a,
  .pagination__item--current {
    margin: 0 0.28em;
  }
}

.pagination {
  display: flex;
  display: -webkit-box;
  /*Android4.3*/
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #a4a4a4;
  line-height: 1;
  margin: 0;
  padding: 5em 0 1em 0;
}
@media screen and (max-width: 769px) {
  .pagination {
    padding-top: 2em;
  }
}
.pagination__list {
  display: none;
}
.pagination__item {
  margin: 0;
}
.pagination__item--current {
  background: #51b3d6;
  color: #fff;
  font-weight: bold;
  border: solid 1px #51b3d6;
  margin: 0 0.28em;
}
.pagination__pos {
  position: absolute;
  top: -0.5em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #6e6e6e;
}
@media screen and (max-width: 769px) {
  .pagination__pos {
    bottom: 0;
  }
}
.pagination__btn--prev {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  border: 1px solid #d2d3d3;
}
.pagination__btn--next {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  border: 1px solid #d2d3d3;
}
.pagination__btn--first {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  border: 1px solid #d2d3d3;
}
.pagination__btn--last {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  border: 1px solid #d2d3d3;
}
@media (min-width: 520px) {
  .pagination__list {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pagination__pos {
    display: none;
  }
  .pagination__btn--prev {
    margin-right: 1.14em;
  }
  .pagination__btn--next {
    margin-left: 1.14em;
  }
}
@media (min-width: 960px) {
  .pagination__list {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .pagination__btn--prev {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .pagination__btn--next {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .pagination__btn--first {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: block;
  }
  .pagination__btn--last {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    display: block;
  }
}

.outline-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 88.7994143485%;
  padding-top: 4em;
  padding-bottom: 10em;
}
@media screen and (max-width: 769px) {
  .outline-inner {
    padding-top: 35px !important;
    padding-bottom: 0 !important;
  }
}
.outline-inner .section-ttl {
  margin-bottom: 6rem;
  padding: 0.3em 1.7em;
  border-left: 10px solid #8ed1cf;
}
@media screen and (max-width: 769px) {
  .outline-inner .section-ttl {
    margin-bottom: 4rem;
    padding: 0.3em 1.7em;
  }
}
.outline-inner .section-ttl > h2 {
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .outline-inner .section-ttl > h2 {
    font-size: 25px;
  }
}
.outline-inner .section-ttl > p {
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .outline-inner .section-ttl > p {
    font-size: 14px;
  }
}

.multiple-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, 792px);
  justify-content: center;
  gap: 1.5em 2.0em;
}
@media screen and (max-width: 769px) {
  .multiple-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5em 2.0em;
  }
}

.multiple {
  padding-top: 0.5em;
  margin-bottom: 5.5em;
}

.multiple-slide {
  height: auto;
}

.outline-inner .multiple .card {
  width: 792px;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  padding: 1em 1.4em;
  border-radius: 5px;
}
@media screen and (max-width: 769px) {
  .outline-inner .multiple .card {
    width: auto;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    padding: 1em 1.4em;
    border-radius: 5px;
  }
}

.outline-inner .multiple .card-ttl {
  font-size: 1.7rem;
  font-weight: bold;
  padding-bottom: 0.2em;
}
.outline-inner .multiple .card-dtl {
  padding-bottom: 1em;
  color: #666;
}
.outline-inner .multiple .card-dtl:nth-of-type(1n) {
  font-size: 1.5rem;
  padding-bottom: 0.8em;
}
.outline-inner .multiple .pack-01,
.outline-inner .multiple .pack-02 {
  border: solid 2px #00c5b4;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.outline-inner .multiple .pack-01:hover,
.outline-inner .multiple .pack-02:hover {
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15),
    0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  cursor: pointer;
}
.outline-inner .multiple .pack-03,
.outline-inner .multiple .pack-04 {
  border: solid 2px #ff8587;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.outline-inner .multiple .pack-03:hover,
.outline-inner .multiple .pack-04:hover {
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15),
    0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  cursor: pointer;
}
.outline-inner .multiple .pack-05,
.outline-inner .multiple .pack-06 {
  border: solid 2px #f26419;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.outline-inner .multiple .pack-05:hover,
.outline-inner .multiple .pack-06:hover {
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15),
    0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  cursor: pointer;
}
.outline-inner .multiple .pack-07,
.outline-inner .multiple .pack-08 {
  border: solid 2px #f26419;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.outline-inner .multiple .pack-07:hover,
.outline-inner .multiple .pack-08:hover {
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15),
    0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  cursor: pointer;
}
.outline-inner .multiple .pack-09,
.outline-inner .multiple .pack-10 {
  border: solid 2px #5386e4;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.outline-inner .multiple .pack-09:hover,
.outline-inner .multiple .pack-10:hover {
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15),
    0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  cursor: pointer;
}
.outline-inner .multiple .pack-11,
.outline-inner .multiple .pack-12 {
  border: solid 2px #f26419;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.outline-inner .multiple .pack-11:hover,
.outline-inner .multiple .pack-12:hover {
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15),
    0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  cursor: pointer;
}
.outline-inner .multiple .pack-13,
.outline-inner .multiple .pack-14 {
  border: solid 2px #fcbd16;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.outline-inner .multiple .pack-13:hover,
.outline-inner .multiple .pack-14:hover {
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15),
    0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  cursor: pointer;
}
.outline-inner .multiple .pack-04,
.outline-inner .multiple .pack-09,
.outline-inner .multiple .pack-11,
.outline-inner .multiple .pack-12,
.outline-inner .multiple .pack-14 {
  opacity: 0.5;
  pointer-events: none;
}
.outline-inner .multiple .pack-title {
  font-size: 1.7em;
  margin-top: 0.5em;
}
.outline-inner .multiple .pack-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.5em;
}
@media screen and (max-width: 769px) {
  .outline-inner .multiple .pack-content {
    align-items: center;
  }
}
.outline-inner .multiple .pack-img {
  width: 300px;
  height: auto;
}
@media screen and (max-width: 769px) {
  .outline-inner .multiple .pack-img {
    width: 10.5em;
    height: 10.5em;
  }
}
.outline-inner .search-container {
  padding: 2.9em 6.9em;
  background-color: #fff;
  display: flex;
  display: -webkit-box;
  /*Android4.3*/
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.outline-inner .search-container .category-ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0;
}
.outline-inner .search-container .category-list {
  display: flex;
  display: -webkit-box;
  /*Android4.3*/
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  display: flex;
}
.outline-inner .search-container .category-list .lessons-checkbox:first-child {
  margin-left: 0;
}
.outline-inner .search-container .category-list .lessons-checkbox {
  position: relative;
  margin: 1em 1.6em 1em 0;
  padding-left: 1.7em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* テキストの選択を防ぐ */
  font-size: 1.8rem;
  margin-top: 0;
}
.outline-inner .search-container .button-primary a {
  display: inline-block;
  color: #fff;
  background-color: #43a4f5;
  border-radius: 5px;
  border: solid 2px #43a4f5;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  font-weight: bold;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 0.8em 4.1em;
}
.outline-inner .search-container .button-primary a:hover {
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #43a4f5;
  border: solid 2px #43a4f5;
}
.outline-inner .card-wrap {
  grid-template-columns: repeat(auto-fit, 400px);
}
.outline-inner .card-wrap .card-item {
  padding-right: 2em;
  padding-left: 2em;
  background-color: #fff;
  height: 100%;
}
.outline-inner .card-wrap .card-course {
  /* width: 500px; */
}
@media screen and (max-width: 769px) {
  .outline-inner .card-wrap .card-course {
    width: auto;
  }
}
.outline-inner .card-wrap .card-item__ttl {
  font-size: 2.2em;
  margin: 0;
}
.outline-inner .card-wrap .card-item__txt {
  padding-top: 15px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}
.outline-inner .card-wrap .card-item__img > img {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 769px) {
  .outline-inner .card-wrap .card-item__img > img {
    width: 50px;
    height: 50px;
  }
}
.outline-inner .back {
  border: 2px solid #00c5b4;
}
.outline-inner .back:hover {
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  border: solid 2px #00c5b4;
  background-color: #00c5b4;
}
.outline-inner .front {
  border: 2px solid #ff8587;
}
.outline-inner .front:hover {
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  border: solid 2px #ff8587;
  background-color: #ff8587;
}
.outline-inner .network {
  border: 2px solid #3636ab;
}
.outline-inner .network:hover {
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  border: solid 2px #3636ab;
  background-color: #3636ab;
}
.outline-inner .infra {
  border: 2px solid #fcbd16;
}
.outline-inner .infra:hover {
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  border: solid 2px #fcbd16;
  background-color: #fcbd16;
}
html {
  font-size: 62.5%;
  width: 100%;
}

body {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 1.6rem;
  color: #101721;
  background-color: #f7f9ff;
  font-family: 'Kiwi Maru', serif;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #101721;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p,
h1,
h2,
dd,
dl {
  margin: 0;
}

input,
select {
  display: inline-block;
  padding: 5px 5px;
  line-height: 1.4;
  max-width: 100%;
  font-size: 1.4rem;
  background-color: #f1f1f3;
  border: 1px solid #d2d3d3;
  border-radius: 2px;
}

button {
  border: none;
  cursor: pointer;
}

/* Document
   * ========================================================================== */
/**
   * Add border box sizing in all browsers (opinionated).
   */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
   * 1. Add text decoration inheritance in all browsers (opinionated).
   * 2. Add vertical alignment inheritance in all browsers (opinionated).
   */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
   * 1. Use the default cursor in all browsers (opinionated).
   * 2. Change the line height in all browsers (opinionated).
   * 3. Use a 4-space tab width in all browsers (opinionated).
   * 4. Remove the grey highlight on links in iOS (opinionated).
   * 5. Prevent adjustments of font size after orientation changes in
   *    IE on Windows Phone and in iOS.
   * 6. Breaks words to prevent overflow in all browsers (opinionated).
   */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
   * ========================================================================== */
/**
   * Remove the margin in all browsers (opinionated).
   */
body {
  margin: 0;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Edge, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
   * ========================================================================== */
/**
   * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
   */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
   * Remove the margin on nested lists in Edge 18- and IE.
   */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
   * 1. Add the correct sizing in Firefox.
   * 2. Show the overflow in Edge 18- and IE.
   */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * Add the correct display in IE.
   */
main {
  display: block;
}

/**
   * Remove the list style on navigation lists in all browsers (opinionated).
   */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   * ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * Add the correct text decoration in Edge 18-, IE, and Safari.
   */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/* Embedded content
   * ========================================================================== */
/*
   * Change the alignment on media elements in all browsers (opinionated).
   */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
   * Add the correct display in IE 9-.
   */
audio,
video {
  display: inline-block;
}

/**
   * Add the correct display in iOS 4-7.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Remove the border on iframes in all browsers (opinionated).
   */
iframe {
  border-style: none;
}

/**
   * Remove the border on images within links in IE 10-.
   */
img {
  border-style: none;
}

/**
   * Change the fill color to match the text color in all browsers (opinionated).
   */
svg:not([fill]) {
  fill: currentColor;
}

/**
   * Hide the overflow in IE.
   */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
   * ========================================================================== */
/**
   * Collapse border spacing in all browsers (opinionated).
   */
table {
  border-collapse: collapse;
}

/* Forms
   * ========================================================================== */
/**
   * Remove the margin on controls in Safari.
   */
button,
input,
select {
  margin: 0;
}

/**
   * 1. Show the overflow in IE.
   * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
   */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
   * Correct the inability to style buttons in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
   * 1. Change the inconsistent appearance in all browsers (opinionated).
   * 2. Correct the padding in Firefox.
   */
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

/**
   * Show the overflow in Edge 18- and IE.
   */
input {
  overflow: visible;
}

/**
   * 1. Correct the text wrapping in Edge 18- and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
  padding: 0;
  margin: 0;
}

/**
   * 1. Add the correct display in Edge 18- and IE.
   * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
   */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Remove the inheritance of text transform in Firefox.
   */
select {
  text-transform: none;
}

/**
   * 1. Remove the margin in Firefox and Safari.
   * 2. Remove the default vertical scrollbar in IE.
   * 3. Change the resize direction in all browsers (opinionated).
   */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
   * Remove the padding in IE 10-.
   */
[type='checkbox'],
[type='radio'] {
  padding: 0;
  margin-right: 0.1em;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

[type='checkbox'] {
  accent-color: #0094ff;
}

/**
   * 1. Correct the odd appearance in Chrome, Edge, and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Safari.
   */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
   * Correct the text style of placeholders in Chrome, Edge, and Safari.
   */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
   * Remove the inner padding in Chrome, Edge, and Safari on macOS.
   */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style upload buttons in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
   * Remove the inner border and padding of focus outlines in Firefox.
   */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus outline styles unset by the previous rule in Firefox.
   */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Remove the additional :invalid styles in Firefox.
   */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
   * ========================================================================== */
/*
   * Add the correct display in Edge 18- and IE.
   */
details {
  display: block;
}

/*
   * Add the correct styles in Edge 18-, IE, and Safari.
   */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Scripting
   * ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
canvas {
  display: inline-block;
}

/**
   * Add the correct display in IE.
   */
template {
  display: none;
}

/* User interaction
   * ========================================================================== */
/*
   * 1. Remove the tapping delay in IE 10.
   * 2. Remove the tapping delay on clickable elements
        in all browsers (opinionated).
   */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
   * Add the correct display in IE 10-.
   */
[hidden] {
  display: none;
}

/* Accessibility
   * ========================================================================== */
/**
   * Change the cursor on busy elements in all browsers (opinionated).
   */
[aria-busy='true'] {
  cursor: progress;
}

/*
   * Change the cursor on control elements in all browsers (opinionated).
   */
[aria-controls] {
  cursor: pointer;
}

/*
   * Change the cursor on disabled, not-editable, or otherwise
   * inoperable elements in all browsers (opinionated).
   */
[aria-disabled='true'],
[disabled] {
  cursor: not-allowed;
}

/*
   * Change the display on visually hidden accessible elements
   * in all browsers (opinionated).
   */
[aria-hidden='false'][hidden] {
  display: initial;
}

[aria-hidden='false'][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d3dffc;
  width: 100%;
  height: 84px;
}
.header-container {
  display: flex;
  display: -webkit-box;
  /*Android4.3*/
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 88.7994143485%;
  margin: 0 auto;
  padding: 1.1em 0;
}
.header-wrap {
  display: flex;
  display: -webkit-box;
  /*Android4.3*/
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-logo {
  max-width: 130px;
  min-width: 130px;
}

.gnav {
  display: flex;
  display: -webkit-box;
  /*Android4.3*/
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}
.gnav-list {
  display: flex;
  display: -webkit-box;
  /*Android4.3*/
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gnav-list ._left {
  padding-right: 6em;
}
.gnav-item {
  color: #101721;
  padding-right: 2.4em;
}
.gnav-item:last-child {
  padding-right: 30px;
}
.gnav-item._img {
  width: 45px;
  height: auto;
  padding-right: 1em;
}
.gnav-item._name {
  font-size: 1.9rem;
  font-weight: bold;
}
.gnav-link._current {
  color: #0094ff;
}
.gnav-link:hover {
  cursor: pointer;
}
.gnav-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.6rem;
  font-weight: bold;
  color: #005389;
}
@media screen and (max-width: 769px) {
  .gnav {
    display: none;
  }
}

.radio-btn {
  accent-color: #00009c;
}

/**
    ・必ず親要素に position: relative;を使用する。
    ・モーダル右上の閉じるボタンとして機能する。
    */
.logout-modal-section {
  display: none;
  position: fixed;
  z-index: 10;
}
.logout-modal-section-box {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  background-color: #fff;
  border-radius: 5px;
  z-index: 11;
  text-align: center;
  min-width: 35em;
  padding: 5.7rem 3.2em 3.7em 3.2em;
  max-height: 100%;
}
.logout-modal-section-inner._close-area {
  position: relative;
}
.logout-modal-section-inner._footer-area {
  text-align: right;
}
.logout-modal-section-text {
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0.7em 0;
  margin-bottom: 2.1em;
}
.logout-modal-section-button._close {
  position: absolute;
  right: -33px;
  top: -43px;
  width: 30px;
  height: 30px;
  border: 2px solid #001b29;
  /* 枠の調整 */
  border-radius: 50%;
  /* 丸みの度合い */
  background: #001b29;
  /* ボタンの背景色 */
  cursor: pointer;
}
.logout-modal-section-button._close::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  /* 棒の幅（太さ） */
  height: 15px;
  /* 棒の高さ */
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.logout-modal-section-button._close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  /* 棒の幅（太さ） */
  height: 15px;
  /* 棒の高さ */
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.logout-modal-section-button._yes {
  padding: 0.9em 3em;
  margin-right: 2em;
  min-width: 9.5em;
  color: #101721;
  background-color: #ffa5ab;
  border-radius: 5px;
  border: solid 2px #ffa5ab;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.logout-modal-section-button._yes:hover {
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #ffa5ab;
  border: solid 2px #ffa5ab;
}
.logout-modal-section-button._no {
  padding: 0.9em 2.6em;
  min-width: 9.5em;
  color: #101721;
  background-color: #9acefd;
  border-radius: 5px;
  border: solid 2px #9acefd;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.logout-modal-section-button._no:hover {
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #9acefd;
  border: solid 2px #9acefd;
}

.overlay-section__logout {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
}

.no_scroll {
  overflow: hidden;
}
.snackbar {
  position: fixed;
  left: 50%;
  bottom: 10%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #323232;
  padding: 15px 25px;
  max-width: 40vw;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s;
}
.snackbar-text {
  color: #fff;
}

.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0s linear 0s, opacity 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s;
}

.tbl {
  display: inline-block;
  vertical-align: top;
  border: none;
  padding-bottom: 5.3em;
}

.tbl th {
  padding: 1em 0.57em 0.7em 0;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  border-right: none;
  vertical-align: top;
  text-align: left;
}

.tbl tr {
  text-align: left;
}

.tbl td {
  position: relative;
  padding: 0 0 1.2em;
  text-align: left;
  border-right: none;
}

.tbl th label {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
}

.field-normal {
  display: inline-block;
  padding: 0.4em 0.4em;
  line-height: 1.4;
  width: 450px;
  max-width: 100%;
  font-size: 1.4rem;
  background-color: #f1f1f3;
  border: 1px solid #d2d3d3;
  border-radius: 2px;
}

.field-small {
  width: 5em;
  max-width: 100%;
  margin-right: 0.3em;
}

.field-medium {
  width: 17em;
  max-width: 100%;
}

.tbl td .ex {
  display: block;
  padding: 0.5em 0;
  font-size: 95%;
  color: #767777;
}

/* :invalid時だけ隣の要素を表示 */
input:invalid + .error-message {
  display: inline-block;
}

.item-name {
  text-align: left;
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  padding-bottom: 0.5em;
}

.item-field {
  margin-bottom: 0.3em;
}

.ex {
  font-size: 1.4rem;
  font-weight: 500;
  color: #868686;
  display: block;
}

.field-txtarea {
  width: 65%;
  max-width: 100%;
  min-height: 10em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1.6rem;
  background-color: #f1f1f3;
  border: 1px solid #d2d3d3;
  border-radius: 2px;
}

/* エラーメッセージ要素 アカウント設定でも使う */
.error-message {
  font-size: 1.2rem;
  padding: 0.2em 1em;
  font-weight: bold;
  color: #cb1d1e;
  background-color: #fff0f7;
}
.footer {
  background-color: #d3dffc;
  height: 220px;
  padding: 40px 0;
  width: 100%;
  display: inline-block;
}
.footer-wrap {
  display: flex;
  display: -webkit-box;
  /*Android4.3*/
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media screen and (max-width: 769px) {
  .footer-wrap {
    display: block;
    text-align: center;
  }
}
.footer-wrap .footer-item {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .footer-wrap .footer-item {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
  }
}
.footer-wrap .footer-item__menu--pc {
  text-align: center;
  padding-bottom: 1em;
}
@media screen and (max-width: 769px) {
  .footer-wrap .footer-item__menu--pc {
    display: none;
  }
}
.footer-wrap .footer-item__menu--pc > a:hover {
  color: rgba(16, 23, 33, 0.7);
}
.footer-wrap .footer-item__menu--sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .footer-wrap .footer-item__menu--sp {
    display: block;
    text-align: center;
    padding-bottom: 1em;
  }
}
.footer-wrap .footer-item__copyright {
  text-align: left;
}
@media screen and (max-width: 769px) {
  .footer-wrap .footer-item__copyright {
    text-align: center;
    padding-bottom: 2em;
  }
}
.footer-wrap .footer-item-img {
  width: 330px;
  height: auto;
}
@media screen and (max-width: 769px) {
  .footer-wrap .footer-item-img {
    width: 50%;
    margin: 0 auto;
  }
}
.page-title-section {
  background-color: #e1f1fe;
  height: auto;
  -webkit-box-shadow: 0px 8px 8px -5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 8px -5px rgba(0, 0, 0, 0.05);
}
.page-title-section-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: flex;
  display: -webkit-box;
  /*Android4.3*/
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 79.0629575403%;
}
.page-title-section-title {
  font-size: 3.7rem;
  font-weight: bold;
  padding: 1.4em 0 0.7em 0;
}
.page-title-section-text {
  font-size: 1.8rem;
  padding-bottom: 3em;
  line-height: 1.6;
}
.page-title-section-picture {
  max-width: 322px;
  height: auto;
  padding: 1.2em;
}
.card-wrap {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 15px;
  padding-bottom: 5em;
  align-self: stretch;
}
@media screen and (max-width: 769px) {
  .card-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.5em 2.0em;
  }
}

.card-item {
  padding: 1.5em 0.5em 2.2em;
  width: 100%;
  height: auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .card-item {
    padding: 1.5em 0.5em 2.2em;
  }
}
.card-item__ttl {
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 0.3em;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 769px) {
  .card-item__ttl {
    font-size: 28px !important;
    font-weight: bold;
  }
}
.card-item__img {
  width: 100%;
  margin: 0 auto;
}
.card-item .rhombus {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 0;
}
.card-item__pending-date {
  font-size: 1.5rem;
  font-weight: bold;
}
.card-item .attended {
  padding-bottom: 3.4em;
}
.card-item__txt {
  font-size: 1.4rem;
  padding-top: 1.4em;
}

.paging {
  display: flex;
  display: -webkit-box;
  /*Android4.3*/
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.paging-text {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #111111;
  margin-top: 4.6em;
}
.paging-list {
  display: flex;
  display: -webkit-box;
  /*Android4.3*/
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #a4a4a4;
  line-height: 1;
  margin: 0;
  padding: 5em 0 1em 0;
}
.paging-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  color: #101721;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  min-width: 3em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0 3px 0 0;
  padding: calc(1em - 3px) 1em;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
}
.paging-button._first,
.paging-button._prev,
.paging-button._next,
.paging-button._last {
  border: 1px solid #d2d3d3;
}
.paging-button._prev {
  margin-right: 1.14em;
}
.paging-button._next {
  margin-left: 1.14em;
}
.paging-button._current {
  background: #51b3d6;
  color: #fff;
  font-weight: bold;
  border: solid 1px #51b3d6;
  margin: 0 0.28em;
}
.paging-button:hover {
  color: #6e6e6e;
  background: #fff;
  border: 1px solid #6e6e6e;
}
