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

/************************************
** 子テーマ用のスタイルを書く
************************************/
.cta-box {
    background-color: #cbe18a4a;
    color: #333;
}
.cta-heading {
    color: #A9CC34;
}
.entry-title {
    font-size: 30px;
}

/*1カラム調整*/
@media screen and (min-width:1024px){
.article{
width:750px;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;}
}

.sidebar h2, .sidebar h3 {
    background-color: #66b35f;
    color: #FFF;
}
.article h2 {
    font-size: 29px;
    padding: 14px 5px 17px;
    background-color: #7a9818;
    color: #ffffff;
    text-align: center;
}
.article h3 {
    color: #90772e;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 13px 0;
	border-bottom: 1px dashed #A9CD35;
}
.article h4 {
border-left: 5px solid;
    font-size: 18px;
    padding: 6px 8px;
    color: #503c04;
    border-top: none;
    border-bottom: none;
}
.marker-under {
    font-weight: bold;
}
.orange-under {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffdacb 60%);
}
.sup {
    font-size: 12px;
    margin-top: -20px;
}
figcaption {
    text-align: center;
    margin-top: -20px;
}
.s-circle, .d-circle {
  display: block;
  text-align: center;
}
.center {
  text-align: center;
}
/************************************
****　リストタグ
************************************/

.entry-content ul {
  padding: 0em 1em 0em 1.8em;
  position: relative;
}

.entry-content ul li {
  list-style-type: none!important;
}

.entry-content ul li:before {
  font-family: "FontAwesome";
  content: "\f0da";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: gray; /*アイコン色*/
}
/************************************
****　目次
************************************/

.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-widget-name{
  margin-bottom: 8px;
}
.widget-single-content-bottom-title{
  text-align: center;
  font-weight: 700;
  color: #A9CC34;
}
/*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;
}
/************************************
****　テーブル
************************************/
.entry-content table {
	font-size: 14px;
}

table th, table td {
    border: 1px solid #ced1d6 !important;
    line-height: 1.6em;
}

table th {
    background-color: #f5f5eb !important;
}
.scrollable-table th, .scrollable-table td {
    min-width: 12em;
	white-space: normal;
	padding: 5px 5px;
}
.fixed01,
.fixed02{
  position: sticky;
  top: 0;
  left: 0;
  color: #333;
  background: #333;
  &:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
  }
}
.fixed01{
  z-index: 2;
}
.fixed02{
  z-index: 1;
}
.sclok {
    font-size: 13px;
    line-height: 1.3em;
     margin-bottom: 13px;
}
.entry-content table td {
    background: #FFF;
	border-collapse: collapse; /* 1pxにする */
}
/*公式リンクボタン*/
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, #ff8c00 0%, #ee8300 100%);
    background: linear-gradient(to bottom, #ff8c00 0%, #ee8300 100%);
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 700;
    box-shadow: 0 3px 0 #ff5d00;
    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;
 background-color: #fff; /* 背景色 */
 border: 1px solid #555555; /* 枠線の太さ・色 */
 width: 90%;
}
.title-box {
 position: absolute;
 padding: 0 .5em;
 left: 20px;
 top: -15px;
 background-color: #fff; /* タイトル背景色 */
 font-weight: bold;
}
.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;
}
.bule_box {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e2f6fd calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #e2f6fd calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #ffffff;
  border: 1px solid #acd9f3;
  margin-bottom: 2em;

  /* 以下任意のスタイル */
  padding: 1.3em 1.2em 0;
}
.pink_box {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #fff3fa calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #fff3fa calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #fff;
  border: 1px solid #ff6fb2;
  margin-bottom: 2em;

  /* 以下任意のスタイル */
  padding: 1.3em 1.2em 0;
}
.badge {
    padding: 1px 5px 2px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
.entry-title {
    font-size: 18px;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
.article h2 {
    font-size: 19px;
    padding: 13px 14px;
}
.kakomi-box {
    margin: 2em auto;
    padding: 0 0.2em;
    width: 95%;
}
.entry-content table {
	font-size: 15px;
}
.merit,.demerit {
    width: 100%;
}
.table-long {
    width: 85px;
}
}
