@charset "UTF-8";


/* コンテンツ */
.contents_wrap {
  width: 100%;
  max-width: var(--maxWidth);
  margin: 0 auto;
  padding: 32px 40px 40px;
}


/* タイトル
------------------------------------------------------------------------------------*/
.tit_wrap {
  background: repeating-linear-gradient(135deg, #afe4e0, #afe4e0 5px, #fff 5px, #fff 12px);
  border-radius: 16px;
  padding: 16px;
}

.tit_wrap_inner {
  background: rgba(255,255,255,0.7);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
}

.tit_h1 {
  font-size: 4.4rem;
  margin-top: 24px;
}
.tit_h1::first-letter {
  color: #20a3ac;
  font-size: 6.6rem;
  margin-right: -5px;
}

.tit_text_wrap {
  display: inline-block;
  order: -1;
}

.tit_text1,
.tit_text2 {
  height: 2.2rem;
  font-size: 2.2rem;
  display: inline;
}


/* リアル着レポリスト
------------------------------------------------------------------------------------*/
.spcList_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 8px;
}

.spcList_link {
  width: 48.66%;
  display: block;
  margin-top: 56px;
}
.spcList_link:hover { text-decoration: none; }

.spcList_time {
  background: url(/images/pc/content/free/free_cmn/time_icon_pc.svg)  left center / 12px 12px no-repeat;
  color: #707070;
  font-size: 1.4rem;
  padding-left: 16px;
}

.spcList_img {
  border-radius: 12px;
  margin-top: 4px;
}

.spcList_txt {
  --fs: 1.6rem;
  --fh: 2rem;
  color: #222;
  font-size: var(--fs);
  text-align: center;
  line-height: var(--fh);
  margin: calc(8px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}