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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*1カラム調整*/
@media screen and (min-width:1024px){
.article{
width:780px;margin:0 auto;}
}
@media screen and (min-width:768px){
.pager-post-navi a.prev-post{
width:80%;
margin-left:auto;margin-right:auto;}
}
@media screen and (min-width:768px){
.pager-post-navi a.next-post{
width:80%;
margin-left:auto;margin-right:auto;}
}
.article h2 {
    font-size: 24px;
    padding: 19px;
    background-color: #ff7380;
    color: #FFF;
}
.article h4 {
  border-left: 3px solid #FF7600 ;/*左線*/
  padding: .5em .7em;/*余白*/
  color: #323232;
  margin-bottom: 15px;
  border-top: none;
  border-bottom: none;
}
.nomadList9 {
  position: relative;
  color: #323232;
  background: #fffbf5 !important;
  padding: .3em 1.7em;
  margin: 3em 0 15px 0;
  background:rgba(85,168,220,.07);
  border: 1px solid #FF7600;
  max-width: 100% !important;
  width: 100% !important;
}
.nomadList9:after {
  position: absolute;
  font-family: "Font Awesome 5 Free", 'Quicksand', 'Avenir', 'Arial', sans-serif;
  content: '\f00c　特徴';/* 文字の変更*/
  background: #FF7600;
  color: #FFF;
  left: -1px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 15px;
  font-weight: 600;
  text-align: center;
  font-size: .8em;
}
.nomadList9 ul{
  margin: 0;
  padding: 10px;
}
.nomadList9 ul li {
  margin-bottom: 5px;
}
a.btn_04 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 400px;
    margin: auto;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 2px solid #3e9f77;
    background: #46bd8c;
    color: #fff;
    border-radius: 7px;
    transition: 0.5s;
}
a.btn_04:hover {
	color: #3e9f77;
	background: #fff;
}
table {
    font-size: 15px;
}
.marker-under {
    font-weight: bold;
}
.orange-under {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffdacb 60%);
}
.sup {
    font-size: 13px;
    line-height: 1.3em;
    margin-top: -25px;
}

.sup2 {
    font-size: 13px;
    line-height: 1.3em;
    margin-top: -15px;
}
figcaption {
    text-align: center;
    margin-top: -20px;
}
/*2カラムノート風*/
.column-wrap > div {
    width: 49.5%;
    margin: 0;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
    background-size: 16px 16px;
    background-repeat: repeat;
    background-position: center center;
    padding: 20px;
    border: 1px solid #686868;
}
.column-wrap ul {
padding:9px;
font-size: 15px;
}
.column-wrap ul li:before {
    left: 0em;
}

.merit,.demerit {
    width: 99%;
    height: 38px;
    text-align: center;
 font-weight: bold;
}

.merit::before {
    content: "\f118";
    color: #98e093;
    font-size: 36px;
font-family: "FontAwesome";
    padding-right: 0.15em;
    line-height: 1em;
    top: 50%;
    margin-top: -0.5em;
    left: 10px;
    width: 44px;
    text-align: center;
}
.demerit::before {
content: "\f119";
    color: #eb6980;
    font-size: 36px;
font-family: "FontAwesome";
    padding-right: 0.15em;
    line-height: 1em;
    top: 50%;
    margin-top: -0.5em;
    left: 10px;
    width: 44px;
    text-align: center;
}
/************************************
****　スクロールテーブルの調整
************************************/
.scrollable-table.stfc-sticky tr > *:first-child {
    background-color: #f5f5eb;
}

.scrollable-table th {
    background-color: #f5f5eb;
}
.scrollable-table table th {
    background-color: #e9eff2;
}

.sclok {
    font-size: 13px;
    line-height: 1.3em;
     margin-bottom: 13px;
}
.scrollable-table th, .scrollable-table td {
    padding: 5px 5px;
}
/************************************
****　目次
************************************/

.article .toc-list > li li {
  list-style: none;
}
.toc-list > li li {
  list-style: none;
}

.toc-list > li li ::before {
  content: '';
  width: 5px;
  height: 5px;
  display: inline-block;
  left: -15px;
  border-radius: 100%;
  background: #cdcdcd;
  position: relative;
  margin-bottom: 2px;
 }
.nwa .toc {
    font-size: 15px;
}
.toc-list > li a {
font-weight: bold;
}
.toc-list > li li a {
font-weight: normal;
}

.author-box .author-name a {
    text-decoration: none;
    color: #333;
} 
/*ランキングボタン*/
.ranking-button {
  margin-bottom: 60px;
}
.ranking-button a {
  width: 48%;
  text-align: center;
  display: block;
  padding: 15px 20px;
  border: 1px solid #a0a0a0;
  border-bottom: 4px solid #a0a0a0;
  border-radius: 5px;
  text-decoration: none;
  color: #a0a0a0;
  font-weight: 700;
  position: relative;
}
.ranking-button a:first-child {
  float: right;
  border: #058d62 solid 1px;
  background: -webkit-linear-gradient(top, #02bb81 0%, #05b17b 100%);
  background: linear-gradient(to bottom, #02bb81 0%, #05b17b 100%);
  border-bottom: 4px solid #058d62;
  color: #fff;
}
.ranking-button a::after {
  font-family: "fontawesome";
  content: '\f054';
  position: absolute;
  color: #a0a0a0;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.ranking-button a:first-child::after {
  color: #fff;
}
.ranking-button a:hover {
  opacity: 0.8;
}

/*公式リンクボタン*/
a.cv-button {
  text-decoration: none;
  display: block;
  width: 80%;
  max-width: 400px;
  font-size: 16px;
  text-align: center;
  padding: 12px 10px;
  background: -webkit-linear-gradient(top, #02bb81 0%, #05b17b 100%);
  background: linear-gradient(to bottom, #02bb81 0%, #05b17b 100%);
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: 700;
  box-shadow: 0 3px 0 #058d62;
  margin: 0 auto 2.5em;
}
a.cv-button:hover {
  opacity: 0.7;
  color: #fff !important;
}

/* タイトル付枠*/
.kakomi-box {
 position: relative;
 margin: 2em auto;
 padding: 0 1.2em;
 color: #555555; /* 文章色 */
 background-color: #fff; /* 背景色 */
 border: 1px solid #555555; /* 枠線の太さ・色 */
 width: 90%;
}
.title-box {
 position: absolute;
 padding: 0 .5em;
 left: 20px;
 top: -15px;
 font-weight: bold;
 background-color: #fff; /* タイトル背景色 */
 color: #555555; /* タイトル文字色 */
}
/* スクロールバー全体を対象にする */
.table_box::-webkit-scrollbar {
    width: 10px; /* スクロールバーの幅 */
    height: 10px; /* スクロールバーの高さ */
}

/* スクロールバーの背景部分をカスタマイズ */
.table_box::-webkit-scrollbar-track {
    background: #f1f1f1; /* スクロールバーの背景色 */
    border-radius: 5px; /* 角丸にする */
}

/* スクロールバーの操作部分をカスタマイズ */
.table_box::-webkit-scrollbar-thumb {
    background: #888; /* スクロールバーの操作部分の背景色 */
    border-radius: 5px; /* 角丸にする */
}

/* スクロールバーの操作部分にホバーした時のスタイル */
.table_box::-webkit-scrollbar-thumb:hover {
    background: #555; /* ホバー時のスクロールバーの操作部分の背景色 */
}
.entry-content table td {
    background: #FFF;
	border-collapse: collapse; /* 1pxにする */
}
.gray_box {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;

  /* 以下任意のスタイル */
  padding: 1.3em 1.2em 0;
  border: 1px solid #f0f0f0;
  margin-bottom: 2em;
}
/************************************
** テーブル内のアイコン
************************************/
.apprank {
	text-align: center;
	line-height: 1.3em;
}
.apprank a {
	font-weight: bold;
}

.apprank p {
  display: block;
  margin: 3px 0px 2px 0px;
}
table:not(.has-border-color) :where(th, td) {
    border: 1px solid #444444;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
a.btn_04 {
    width: 90%;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
table {
    font-size: 16px;
}
.apprank {
	line-height: 1.5em;
}
.article h2 {
    font-size: 21px;
    padding: 10px;
}
/*公式リンクボタン*/
a.cv-button {
    width: 87%;
    max-width: 350px;
}
.kakomi-box {
    margin: 2em auto;
    padding: 0 0.2em;
    width: 95%;
}
.merit,.demerit {
    width: 100%;
}