@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.entry-content h3:before{
 content:"▼";
}
.entry-content h2 {
 background-color: #1eae93;/* 見出し背景色 */
  border-left: 0 none;
  color: #fff;/* 文字の色 */
  padding: 15px 30px;/* 文字の位置 */
    margin-bottom: 35px;/* 見出し下の空白*/
}
.comment-notes,.comment-form-email{display:none;}
.comment-form-url{display:none;}
.comment-body{
padding: 0.5em 1em;
margin: 2em 0;
color: #000;
background: white;
border-top: solid 5px #5d627b;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.comment-meta{display:none;}
#toc_container{
	margin-top:20px;
}
.prime-box{
  max-width:700px;
  margin:36px auto;
  padding:28px 22px;
  border-radius:24px;
  background:
  linear-gradient(180deg,#0f1720 0%,#182635 100%);
  box-shadow:0 12px 36px rgba(0,0,0,.25);
  text-align:center;
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",sans-serif;
  overflow:hidden;
  position:relative;
}

.prime-badge{
  display:inline-block;
  background:#00a8e1;
  color:#fff;
  font-size:13px;
  font-weight:700;
  padding:7px 14px;
  border-radius:999px;
  margin-bottom:18px;
}

.prime-title{
  font-size:28px;
  line-height:1.45;
  font-weight:800;
  color:#fff;
  margin-bottom:14px;
  letter-spacing:.02em;
}

.prime-sub{
  color:rgba(255,255,255,.82);
  font-size:15px;
  line-height:1.9;
  margin-bottom:24px;
}

.prime-features{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:26px;
}

.prime-feature{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(4px);
  color:#fff;
  font-size:13px;
  padding:9px 13px;
  border-radius:999px;
}

.prime-button{
  display:block;
  width:100%;
  background:linear-gradient(180deg,#19c2ff 0%,#00a8e1 100%);
  color:#fff !important;
  text-decoration:none;
  font-size:20px;
  font-weight:800;
  padding:18px 20px;
  border-radius:18px;
  box-shadow:
    0 6px 0 #0078a3,
    0 14px 30px rgba(0,168,225,.35);
  transition:all .15s ease;
}

.prime-button:hover{
  transform:translateY(2px);
  box-shadow:
    0 4px 0 #0078a3,
    0 10px 22px rgba(0,168,225,.28);
}

.prime-note{
  margin-top:16px;
  color:rgba(255,255,255,.65);
  font-size:12px;
  line-height:1.8;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.prime-box{
  padding:24px 18px;
  border-radius:20px;
}

.prime-title{
  font-size:23px;
}

.prime-button{
  font-size:18px;
  padding:17px 16px;
}
}