@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/* Coincheck：結論ボックス（CTA） */
.cc-cta-box{
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 18px 18px 16px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.05);
  margin: 18px 0 22px;
}

.cc-cta-meta{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}

.cc-cta-pr{
  display:inline-block;
  font-size:12px;
  font-weight:700;
  padding: 2px 8px;
  border-radius: 999px;
  background:#111827;
  color:#fff;
  letter-spacing:.02em;
}

.cc-cta-note{
  font-size:12px;
  color:#6b7280;
}

.cc-cta-title{
  font-size:18px;
  font-weight:800;
  margin: 6px 0 10px;
}

.cc-cta-steps{
  margin: 0 0 12px 1.2em;
}

.cc-cta-steps li{
  margin: 6px 0;
}

.cc-cta-sub{
  margin: 0 0 14px;
  font-weight:700;
}

.cc-cta-btn{
  width:100%;
  text-align:center;
  border-radius: 12px;
  padding: 16px 14px;
}
