@charset "UTF-8";


/* コンテンツ */
.contents_wrap { margin-top: 8px; }


/* 
------------------------------------------------------------------------------------*/
.spc_tit {
  --fs: 1.8rem;
  --fh: 2.4rem;
  font-size: var(--fs);
  line-height: var(--fh);
  text-align: center;
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 4px calc(4px + ((var(--fs) - var(--fh)) / 2));
  padding-bottom: 8px;
}

.spc_time {
  background: url(/images/sp/content/free/free_cmn/time_icon_sp.svg)  left center / 10px 10px no-repeat;
  color: #707070;
  font-size: 1.2rem;
  display: block;
  margin: 24px 0 4px 4px;
  padding-left: 14px;  
}

.spc_subTit {
  font-size: 1.4rem;
  line-height: 1.8rem;
  display: block;
  margin-top: 1px;
}

.spc_linkBlock { display: block; }

.spc_flex_wrap {
  display: flex;
  flex-wrap: nowrap;
}

.spc_latestArticle_link {
  width: 80%;
  height: 40px;
  background-color: #474747;
  border-radius: 12px;
  color: #fff;
  font-size: 15px;
  line-height: 100%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 32px auto 40px;
}

.spc_display_pc { display: none; }


/* メッセージ
------------------------------------------------------------------------------------*/
.spc_comment {
  font-size: 1.4rem;
  padding: 40px 16px 24px;
}

.spc_comment_tit { margin: 0 auto; }

.spc_comment_txt {
  --fs: 1.4rem;
  --fh: 2.2rem;
  font-size: var(--fs);
  line-height: var(--fh);
  /* margin: calc(20px + ((var(--fs) - var(--fh)) / 2)) 8px calc(0px + ((var(--fs) - var(--fh)) / 2)); */
  margin: calc(20px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}

/*
.spc_comment_txt_manager {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 14px;
}
*/


/* 下部のカラコンリスト
------------------------------------------------------------------------------------*/
.contactLens_wrap { margin: 56px 16px 0; }

.contactLens_tit {
  color: #222;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.contactLens_item_wrap {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.contactLens_item {
  width: 48.44%;
  text-align: center;
  font-size: 1.2rem;
}
.contactLens_item:nth-of-type(n + 3) { margin-top: 40px; }

.contactLens_item_link { color: #222; }
.contactLens_item_img { border-radius: 12px; }
.contactLens_item_period { margin-top: 4px; }
.contactLens_item_pwrs { margin-top: 4px; }

.contactLens_item_tit {
  --fs: 1.2rem;
  --fh: 1.4rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 0;
  padding-top: 6px;
}

.contactLens_item_price { margin-top: 6px; }


/* アーカイブ
------------------------------------------------------------------------------------*/
.archive_wrap {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.archive {
  width: 48.44%;
  text-align: center;
}
.archive:nth-of-type(n + 3) { margin-top: 20px; }

.archive_link { color: #222; }

.archive_txt {
  --fs: 1.2rem;
  --fh: 1.4rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 0;
  padding-top: 4px;
}

