@charset "UTF-8";

/* コンテンツ */
.contents_wrap {
  width: 100%;
  max-width: var(--maxWidth);
  margin: 0 auto;
  padding: 32px 40px 40px;
}


/* 
------------------------------------------------------------------------------------*/
.spc_tit {
  --fs: 2.2rem;
  --fh: 2.8rem;
  font-size: var(--fs);
  line-height: var(--fh);
  text-align: center;
  margin: calc(4px + ((var(--fs) - var(--fh)) / 2)) 0 calc(4px + ((var(--fs) - var(--fh)) / 2));
  padding-bottom: 14px;
}

.spc_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;
  display: block;
  margin: 44px 0 4px;
  padding-left: 16px;
}

.spc_subTit {
  font-size: 1.8rem;
  line-height: 2.2rem;
  display: block;
  margin-top: 2px;
}

.spc_linkBlock { display: block; }

.spc_flex_wrap {
  display: flex;
  flex-wrap: nowrap;
}

.spc_latestArticle_link {
  width: 60%;
  height: 54px;
  background-color: #474747;
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 104px auto 56px;
}
.spc_latestArticle_link:hover { text-decoration: none; }

.spc_display_sp { display: none; }


/* メッセージ
------------------------------------------------------------------------------------*/
.spc_comment {
  font-size: 1.4rem;
  padding: 64px 0px 48px;
}

.spc_comment_tit { margin: 0 auto 40px; }

.spc_comment_txt {
  width: 96%;
  --fs: 1.8rem;
  --fh: 3rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(32px + ((var(--fs) - var(--fh)) / 2)) auto calc(0px + ((var(--fs) - var(--fh)) / 2));
}

/*
.spc_comment_txt_manager {
  width: 96%;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: right;
  margin: 30px auto 0;
}
*/


/* 下部のカラコンリスト
------------------------------------------------------------------------------------*/
.contactLens_wrap { margin: 80px 0 0; }

.contactLens_tit {
  color: #222;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.contactLens_item_wrap {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-top: 32px;
}

.contactLens_item {
  width: 23%;
  text-align: center;
  font-size: 1.4rem;
  margin-right: 2.66%;
}
.contactLens_item:nth-of-type(n + 5) { margin-top: 48px; }
.contactLens_item:nth-of-type(4n) { margin-right: 0; }

.contactLens_item_link { color: #222; display: block; }
.contactLens_item_link:hover { text-decoration: none; }
.contactLens_item_img { border-radius: 12px; }
.contactLens_item_brand { margin-top: 4px; }
.contactLens_item_type { margin-top: 4px; }

/* 変更が完了次第削除 */
.contactLens_item_period { margin-top: 4px; }
.contactLens_item_pwrs { margin-top: 4px; }

.contactLens_item_tit {
  --fs: 1.4rem;
  --fh: 1.6rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 0;
  padding-top: 8px;
}

.contactLens_item_price { margin-top: 8px; }


/* アーカイブ
------------------------------------------------------------------------------------*/
.archive_wrap {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 32px;
}

.archive {
  width: 48.44%;
  text-align: center;
}
.archive:nth-of-type(n + 3) { margin-top: 40px; }

.archive_link {
  color: #222;
  display: block;
}
.archive_link:hover { text-decoration: none; }

.archive_txt {
  --fs: 1.6rem;
  --fh: 2rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 0;
  padding-top: 4px;
}