@charset "UTF-8";


.spc_tit {
  background: linear-gradient(0deg, #222 0px, #222 2px, transparent 2px, transparent 5px,#222 5px, #222 7px) left bottom / 100% 7px no-repeat;
  color: #222;
}

.spc_comment {
  padding-top: 16px;
}

 .spc_comment_tit {
  display: inline-block;
  font-size: 3.8rem;
}

/* .spc_comment_txt {  } */

/*
------------------------------------------------------------------------------------*/
.spc26_wrap {
  color: #006666;
  font-size: 1.8rem;
  line-height: 3.2rem;
  text-align: center;
  background: url("/images/pc/content/free/spc26/back_pc.webp") top / 100% repeat-y #E6EBE6;
}

.spc26_wrap table {
  width: auto;
  border-collapse: inherit;
  border-spacing: 6px;
}
.spc26_wrap h2 {
  font-size: 2.6rem;
  margin: 20px 0;
}
.spc26_wrap p {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.spc26_wrap span{
  font-weight: bold;
}

/* -------------------------------- 
content1
-------------------------------- */
.content1_text_area, .content2_text_area, .content3_text_area {
  overflow: hidden;
  padding: 26px;
}

.content1_1 {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.content1_1 hr {
  display: inline-block;
  width: 80%;
  height: 2px;
  background-color: #006666;/* top横線の色 */
  border: 0;
  margin-bottom: 20px;
}
.content1_2 {
  display: inline-block;
  border: solid 2px #006666;/* top四角枠線の色 */
  padding: 24px 40px 32px 40px;
  margin: 20px 0;
}
.circle_wrap a:hover { text-decoration: none; }

.circle {
  display: inline-block;
  margin: 26px;
}
.outBox {
  display: table-cell;
  vertical-align: middle;
  width: 230px;
  height: 128px;
  border-radius: 10px;
  border: solid 1px #FFF;/* top四角枠線の色 */    
}
.box p {
  font-size: 2.6rem;
  font-weight: bold;
}

/* -------------------------------- 
content2
-------------------------------- */
.content2 table {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #006666;/* 商品紹介の文字色 */
  text-align: center;
  margin: 0 auto 8px;
}
.content2_1 {
  vertical-align: middle;
  width: 40%;
}
.content2_1 a {
  color: #FFF;/* CHECKの文字色 */
}
.content2_2 {
  vertical-align: middle;
  width: 60%;
}
.content2_2 p {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
/* 購入ボタン */
div.bt {
  display: inline-block;
  position: relative;
  width: 100%;
  background: #BBAB89; /* ボタンの色 */
  text-align: center;
  margin-top: 12px;
  padding: 8px 0;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 12px;
  box-shadow: 0 0 0 0 rgb(187 171 137 / 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(187, 171, 137, 0); /* ボタンの色をRGB化 */
  }
}
div.bt span {
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
  margin-bottom: 4px;
}
div.click {  position: absolute;
  top: -6px;
  right: -12px;
  transform: rotate(15deg);
  color: #006666; /* CLICK!の文字色 */
  text-shadow: 3px 3px 0 #fff; /* CLICK!の文字の影色 */
}
div#bt2, div#bt5 {
  background: #979797; /* ボタンの色 */
  box-shadow: 0 0 0 0 rgb(151 151 151 / 70%); /* ボタンの色をRGB化 */
}
div#bt3, div#bt6 {
  background: #AF9486; /* ボタンの色 */
  box-shadow: 0 0 0 0 rgb(175 148 134 / 70%); /* ボタンの色をRGB化 */
}
/* 商購入ボタンEND */
.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;/* レンズスペックの文字色 */
}

.spc26table-1st{
  background-color: #BBAB89;
}
  
.spc26table-2nd{
  background-color: #979797;
}	
        
.spc26table-3rd{
  background-color: #AF9486;
}