@charset "UTF-8";


.spc_tit {
  background: linear-gradient(0deg, #222 0px, #222 1px, transparent 1px, transparent 4px,#222 4px, #222 5px) left bottom / 100% 5px no-repeat;
  color: #222;
}

.spc_comment {
  border-top:#848563 solid 2px;
  margin: 32px 12px;
  padding: 40px 0 24px;
}
  
.spc_comment_tit {
  color: #848563;
  background: linear-gradient(transparent 70%, #FBF1CD 70%);
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: bold;
  display: inline-block;
}

.spc_comment_txt {
  color: #848563;
  text-align: left;
}


/*
------------------------------------------------------------------------------------*/
.spc20_wrap {
  background-image: url(/images/sp/content/free/spc20/back_sp.webp);
  background-repeat: repeat-y;
  background-size: contain;
  text-align: center;
}
 
/* spc_content1 */
.spc20_content1 {
  margin: 0;
  padding: 0 10px;
}

.spc20_content1_title {
  color: #848563;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.4rem;
  margin: 20px 0 -14px;
  padding: 6px 0;
}

.spc20_content1_txt {
  color: #848563;
  font-size: 1.4rem;
  text-align: left;
  line-height: 2.2rem;
  margin-top: 16px;
}

.spc20_content1_line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #848563;
  border: 0;
  margin-top: 16px;
}

.spc20_content1_sub_wrap {
  margin-top: 16px;
}

.spc20_content1_sub {
  color: #848563;
  background: linear-gradient(transparent 70%, #FBF1CD 70%);
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: bold;
  display: inline-block;
}
  
/* spc_content2 */
.spc20_content2_sub {
  margin-top: 32px;
  padding-top: 16px;
}
  
.spc20_content2_spec {
  width: 84%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 8px auto -4px;
}
  
.spc20_content2_spec_li {
  width: 48.5%;
  color: #fff;
  background-color: #ccd549;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  padding: 8px 0 4px;
  margin: 0.75%;
}

.spc20_content2_img {
  width: 100%;
}
  
.spc20_content2_txt {
  color: #848563;
  font-size: 1.4rem;
  text-align: left;
  line-height: 2.2rem;
  margin-top: 16px;
  padding: 0 12px;
}
  
/* 購入ボタン */
.spc20_content2_btn {
  width: 70%;
  background: #ccd549;
  border-radius: 8px;
  color: #fff;  
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 8px 0 10px;
  margin: 24px auto 0;
  box-shadow: 0 0 0 0 rgb(204 213 73 / 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 4px rgba(52, 114, 123, 0); /* ボタンの色をRGB化 */
  }
}

.spc20_content2_btn_sub {
  font-size: 1rem;
  font-weight: normal;
  display: block;
  margin: 1px 0 3px;
}

.spc20_content2_btn_click {
  position: absolute;
  top: -4px;
  right: -16px;
  transform: rotate(15deg);
  color: #666666; /* CLICK!の文字色 */
  text-shadow: 2px 2px 0 #fff; /* CLICK!の文字の影色 */
}