@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
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
#post-8 .entry-header {
  display: none;
}
.search-menu-button {
  display: none;
}
.logo-menu-button {
  order: 1;
}
.logo-menu-button img {
  margin: 0 auto 0 12px;
}
.navi-menu-button {
  order: 2;
}
@media screen and (max-width: 480px) {
  .menu-content {
    max-width: 100%;
  }
}
ul {
  list-style: none;
}
.conv_btn_area a, .btn_pt1 a, .bg_pt1 a, a:hover, a:active {
  text-decoration: none;
  color: inherit;
  transition: .4s;
}
a:hover {
  opacity: .7;
}
/* font */
.f_main {
  color: #F0862D;
}
.bold {
  font-weight: bold;
}
.red {
  color: red;
}
.fontS {
  font-size: 12px;
}
.fontM {
  font-size: 14px;
}
.fontL {
  font-size: 19px;
}
.fontLL {
  font-size: 22px;
}
.fontXL {
  font-size: 24px;
}
.fontXXL {
  font-size: 26px;
}
.d-flex {
  display: flex;
}
.d-flex > div {
  border: 1px solid #002a66;
  margin: 5px;
  background: #FFf;
}
.header {
  background-size: cover;
  background-position: center;
}
/* bg */
.bg_main {
  background: #00B12D;
}
.bg_conv {
  background: #F0862D;
}
.bg_pt1 {
  background: rgba(147, 208, 20, 0.14);
}
/* btn */
.btn_pt1 a {
  color: #fff;
  display: table;
  margin: 20px auto;
  padding: 10px 20px;
  min-width: 250px;
  border-radius: 50px;
  text-align: center;
}
.conv_btn_area ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.conv_btn_area ul li {
  width: 45%;
  list-style: none;
}
.conv_btn_area a {
  display: block;
  border-bottom: 5px solid #FFD700;
  border-radius: 100vh;
  position: relative;
  padding: 1rem 4rem;
  cursor: pointer;
  color: #fff;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.conv_btn_area a:hover {
  margin-top: 3px;
  border-bottom: 2px solid #FFD700;
}
.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}
.dp_cta_btn a {
  display: block;
  border-radius: 50px;
  background: url("./img/rank_bg.jpg")no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  text-decoration: none;
}
.conv_btn_area.inner_page ul {
  justify-content: center;
}
/* nav */
.navi-in .sub-menu a {
    height: 100%;
display: flex;
align-items: center;
}
.navi-in .sub-menu .item-label {
    font-size: 12px;
line-height: 1.8;
}
/* ttl */
.article-header {
  border: 1px solid #002a66;
  padding: 2rem;
}
.article {
  line-height: 1.8;
}
.article h1 {
  margin: 0;
  font-size: 20px;
}
.article.post-23 h1 {
  margin: 0;
  font-size: 26px;
  text-align: center;
  color: #fff;
  padding: 40px 5px;
}
.post-23 .article-header {
  border: none;
  background: url("./img/rank_bg.jpg")no-repeat;
  background-size: cover;
  background-position: center;
}
.article h2, .cont_h2 {
  font-size: 18px;
  position: relative;
  background-color: #F0862D;
  padding: .8rem .5rem;
  margin-top: .5em;
  border-radius: 5px;
  border-bottom: none;
    border-left: 8px solid #FFD700;
  color: #fff;
}
/** 
.article h2:after, .cont_h2:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #ffc600;
}**/
.article h3 {
  color: #000;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 4px solid #FFD700;
  font-size: 16px;
  padding: .5rem;
  background: none;
    border-radius: 0;
  margin-bottom: 1rem;
}
.widget h2 {
  font-size: 18px;
}
/* TOP*/
.new_blog_area {
  margin-top: 1.62rem;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.new_blog_area > div {
  width: 49.5%;
  padding: 20px;
  margin-bottom: 10px;
}
.new_blog_area p {
  margin-top: inherit;
  margin-bottom: inherit;
}
.nb_box a {
  display: block;
}
.nb_thumb {
  overflow: hidden;
  width: 100%;
  height: 190px;
  position: relative;
  background: #f2f2f2;
}
.nb_thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 130%;
  max-width: 130%;
}
.nb_ttl {
  font-size: 18px;
  margin-top: 5px;
  font-weight: bold;
}
.nb_text {
  font-size: 14px;
}
.nb_cat {
  font-size: 14px;
  background: #333;
  color: #fff;
  padding: 2px 25px;
  margin-top: 3px;
  margin-left: auto;
  display: table;
  border-radius: 50px;
}
.sidebar h2, .sidebar h3 {
  padding: 0;
  border-left: none;
  margin: 0 0 16px;
  color: #fff;
  border-radius: 0;
  color: #000;
}
/* チャート */
.canvas_area {
  max-width: 98%;
  margin-right: auto;
  margin-left: auto;
}
/* ランキングページk*/
.dp_rank_ttl {
  align-items: center;
  display: flex;
}
.dp_rank_ttl::before {
  padding-right: 5px;
}
.rank_field {
  background-image: -webkit-gradient(linear, right top, left top, from(#fff5dd), to(#d5f3ff));
  background-image: -webkit-linear-gradient(right, #fff5dd 0%, #d5f3ff 100%);
  background-image: linear-gradient(to left, #fff5dd 0%, #d5f3ff 100%);
}
.rank_field p {
  margin: 0;
  text-align: center;
}
.rank_field .tagtxt {
  background: #d90411;
  color: #fff;
  padding: 5px;
}
.rank_field a {
  background: #272353;
  color: #fff;
  padding: 5px;
  border-radius: 30px;
  margin: 10px;
  display: block;
  text-decoration: none;
}
.rank_field .rank_box {
  position: relative;
}
.rank_field .rank_box::before {
  position: absolute;
  top: -5px;
  left: -5px;
}
.rank_field .rank_box:nth-child(1)::before {
  content: url("./img/ranking_1.png");
}
.rank_field .rank_box:nth-child(2)::before {
  content: url("./img/ranking_2.png");
}
.rank_field .rank_box:nth-child(3)::before {
  content: url("./img/ranking_3.png");
}
.r_1::before {
  content: url("./img/ranking_1.png");
}
.r_2::before {
  content: url("./img/ranking_2.png");
}
.r_3::before {
  content: url("./img/ranking_3.png");
}
.r_4::before {
  content: url("./img/ranking_4.png");
}
.r_5::before {
  content: url("./img/ranking_5.png");
}
.r_6::before {
  content: url("./img/ranking_6.png");
}
.r_7::before {
  content: url("./img/ranking_7.png");
}
.r_8::before {
  content: url("./img/ranking_8.png");
}
.r_9::before {
  content: url("./img/ranking_9.png");
}
.rank_area {
  border-bottom: 3px solid #f2f2f2;
}
.rank_area:last-child {
  border-bottom: none;
}
.rank_area p {
  margin-bottom: 0;
}
.rank_area .dp_rank_ttl {
  line-height: 1.6;
}
.rank_area .dp_rank_thum {
  margin: 0 auto;
  width: 80%;
}
.rank_area .score_txt {
  font-size: 45px;
  font-weight: bold;
  color: #ffffff;
}
.rank_st {
  text-align: center;
  padding: 15px 10px;
  margin-bottom: 20px;
}
.rank_st > div {
  width: 50%;
}
.rank_st p:not(.ttl) {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  display: table;
  margin-left: auto;
  margin-right: auto;
    line-height: 1;
    margin-bottom: -10px;
}
.rank_st p:not(.ttl) span {
  font-size: 25px;
}
.rank_st p.ttl {
  border-top: 5px double #fff;
  border-bottom: 5px double #fff;
  color: #fff;
  font-size: 25px;
  display: table;
  font-weight: bold;
  margin: auto;
  padding: 2px 20px;
}
.rank_st p.ttl span {
  font-size: 30px;
}
.rank_st ul {
  display: inline-flex;
  margin: 5px 0 0;
  padding: 0;
}
.rank_st li {
  padding: 0 2px;
}
.rank_area .dp_rank_txt {
  margin-bottom: 10px;
}
.rank_area .rank_like {
  border: #F0862D 3px solid;
  background: #fff;
  border-radius: 8px;
  padding: 20px 25px;
  text-align: left;
  margin-bottom: 20px;
}
/* 目次*/
.toc {
  width: 80%;
  border: none;
  background: #f2f2f2;
}
.toc-title {
  border-bottom: 1px solid #000;
}
/* space */
.page .date-tags {
  display: none;
}
.pa10 {
  padding: 10px;
}
.mab10 {
  margin-bottom: 10px;
}

/* 関連記事 */
.entry-card-snippet, .related-entry-card-snippet{
    line-height: 1.6;
}
.related-entry-card-content .related-entry-card-title {
    margin: 0 0 10px 0;
}
.related-entry-card-content .related-entry-card-snippet {
    margin: 0 0 10px 0;
    line-height: 1.6;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
  .d-flex {
    flex-wrap: wrap;
  }
  .rank_area .rank_like {
    margin: 15px 0;
    padding: 15px;
  }
  .rank_st ul {
    width: 60%;
  }
  .rank_st p.ttl {
    font-size: 14px;
  }
  .conv_btn_area ul {
    flex-wrap: wrap;
  }
  .conv_btn_area ul li {
    width: 100%;
  }
  .article.post-23 h1 {
    font-size: 22px;
    padding: 40px 5px;
  }
  .toc {
    width: 100%;
  }
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
    /* ttl */
.article-header {
  padding: .8rem;
}
    .rank_st p:not(.ttl) {
        font-size: 16px;
        padding: 5px;
        margin-bottom: -18px;
    }
  .rank_st {
    display: block;
      padding: 15px 0 0;
  }
  .rank_st > div {
    width: 100%;
  }
  .rank_st .rank_st > div {
    width: 100%;
  }
    .rank_area .score_txt {
        font-size: 42px;
    }
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
  #header .site-name-text {
    width: 70%;
  }
  .canvas_area {
    max-width: 100%;
    margin-top: -10px;
    margin-bottom: -10px;
  }
    
    .related-entry-card {
        padding: 5px;
    }
}