@charset "UTF-8";


.spc_tit {
  background: linear-gradient(0deg, #60bcd0 0px, #60bcd0 2px, transparent 2px, transparent 5px,#60bcd0 5px, #60bcd0 7px) left bottom / 100% 7px no-repeat;
  color: #60bcd0;
}

/*
.spc_tit {  }
.spc_comment {  }
.spc_comment_tit {  }
.spc_comment_txt {  }
*/


/*
------------------------------------------------------------------------------------*/
.spc23_wrap {
  background: url("/images/pc/content/free/spc23/back_pc.webp") top / 100% repeat-y;
  color: #636782;
  font-size: 1.8rem;
  text-align: center;
  line-height: 3.2rem;
}

.spc23_wrap table {
  width: auto;
  border-collapse: inherit;
  border-spacing: 6px;
}
.spc23_wrap h2 {
  font-size: 2.6rem;
  margin: 20px 0;
}
.spc23_wrap p {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.spc23_wrap span{
  font-weight: bold;
}

/* -------------------------------- 
content1
-------------------------------- */
.spc23_content1_text_area, .spc23_content2_text_area, .spc23_content3_text_area {
  overflow: hidden;
  padding: 26px;
}

/* -------------------------------- 
content2
-------------------------------- */

.spc23_content2 table {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #636782;/* 商品紹介の文字色 */
  text-align: center;
  margin: 0 auto 12px;
}
.spc23_content2_1 {
  vertical-align: middle;
  width: 40%;
  padding-left: 40px;
}
.spc23_content2_1 a {
  color: white;/* CHECKの文字色 */
}
.spc23_content2_2 {
  vertical-align: middle;
  width: 60%;
}
.spc23_content2_2 p {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
/* 購入ボタン */
.spc23_bt {
  display: inline-block;
  position: relative;
  width: 100%;
  background: #73d9ec; /* ボタンの色 */
  text-align: center;
  margin-top: 20px;
  padding: 8px 0;
  font-size: 20px;
  font-weight: bold;
  border-radius: 12px;
  box-shadow: 0 0 0 0 rgb(115 217 236 / 70%); /* ボタンの色をRGB化 */
  -webkit-animation: pulse 1.25s cubic-bezier(.66,0,0,1) infinite;
  animation: pulse 1.25s cubic-bezier(.66,0,0,1) infinite;
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 6px rgba(115, 217, 236, 0); /* ボタンの色をRGB化 */
  }
}
.spc23_bt span {
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
  margin-bottom: 6px;
}
.spc23_click {  position: absolute;
  top: -6px;
  right: -16px;
  transform: rotate(15deg);
  color: #636782; /* CLICK!の文字色 */
  text-shadow: 3px 3px 0 #fff; /* CLICK!の文字の影色 */
}

.spc23_lens_spec td {
  width: 154px;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: bold;
  border: 2px solid #FFF;/* レンズスペックの枠色 */
  text-align: center;
  padding: 12px;
  color: #FFF;/* レンズスペックの文字色 */
}

.spc23_table-natural{
  background-color: rgba(0,186,221,0.55);
}
  
.spc23_table-half{
  background-color: rgba(0,186,221,0.55);
}