@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.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* 見出しのデザインリセット */
/*H2 */
.entry-content h2{
border:none;
background:none;
padding: 0;
}

/* H3 */
.entry-content h3{
border:none;
background:none;
padding: 0;
}

/* H4 */
.entry-content h4{
border:none;
background:none;
padding: 0;
}

/* H5 */
.entry-content h5{
border:none;
background:none;
padding: 0;
}

/* H6 */
.entry-content h6{
border:none;
background:none;
padding: 0;
}

/* 見出しのデザイン設定 */
/* H2 */
.entry-content h2{
  color: #ffffff; /* 文字色 */  
  font-size: 1.0em; /* 文字サイズ */
  background: #202f55;
  box-shadow: 0px 0px 0px 5px #202f55;
  border: dashed 2px #ffffff;
  padding: 0.5em 0.5em;
}

/* H3 */
.entry-content h3{
  font-size: 23px !important;/*文字のサイズ*/
  background: #202f55;/*背景色*/
  padding: .5em .7em;/*余白*/
  color: #FFF;
  margin-bottom: 15px;
  border-top: none;
  border-bottom: none;
}

/* H4 */
.entry-content h4{
  font-size: 22px !important;/*文字のサイズ*/
  color: #202f55;/*文字色*/
  /*線の種類（点線）2px 線色*/
  border-bottom: dashed 2px #202f55;
}

/* H5 */
.entry-content h5{
  font-size: 19px !important;/*文字のサイズ*/
  border-top: 3px solid #202f55;/*上線*/
  border-bottom: 3px solid #202f55;/*下線*/
  color: #202f55;
  padding: .6em 0;
  margin-bottom: 15px;
}

/* H6 */
.entry-content h6{
  color: #202f55;/*文字色*/
  /*線の種類（実線） 太さ 色*/
  border-bottom: solid 3px #202f55;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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

.article dd {
    margin-left: 0;
}
.faq_block .faq_q::before,
.faq_block .faq_a::before {
    color: #fff;
    box-shadow: none;
    border-radius: 50%;
    position: absolute;
    top: .75em;
    left: 0;
    display: block;
    width: 2em;
    line-height: 2;
    text-align: center;
    font-family: Arial,sans-serif;
}
.faq_block .faq_q::before {
    font-weight: 400;
    content: "Q";
    background-color: #d55656;
}
.faq_block .faq_a::before {
    content: "A";
    background-color: #6599b7;
}
.faq_block .faq_q,
.faq_block .faq_a {
    position: relative;
    padding: 0.75em 1em 1em 3em;
    line-height: 1.8;
}
.faq_block .faq_q {
    font-weight: 700;
}
.faq_block .faq_a:not(:last-child) {
    margin-bottom: 1em;
    padding-bottom: 2em;
    border-bottom: solid 1px rgba(200,200,200,.5);
}
.faq_block .faq_q {
    font-weight: 700;
}

/************************
 * ランキングの説明文
/************************/
.ranking-item-description >p {
color: #0095d9;
font-size:14px;
}