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

/************************************
** 子テーマ用のスタイルを書く
************************************/
.article h2 {
    font-size: 1.7em;
    padding: 18px;
    background-color: #003040;
    border-radius: 2px;
    color: #FFF;
    line-height: 1.5;
}
.article h3 {
  color: #042;
  background-image: linear-gradient(-45deg, #fff 25%, #f5f5f5 25%, #f5f5f5 50%, #fff 50%, #fff 75%, #f5f5f5 75%, #f5f5f5);
  background-size: 4px 4px;
  border-left: 7px solid #002610;
}
.article h4 {
    position: relative;
    padding: 0.4em;
	border-left: 8px solid #003040;
	border-top: none !important;
    border-bottom: none !important;
	margin-bottom: 0.62em !important;
    line-height: 1.4 !important;
}
.marker-under {
    font-weight: bold;
}
.orange-under {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffdacb 60%);
}
.bold-orange {
	font-weight: bold;
    color: #ff7f00;
}
.supplement {
    font-size: 12px;
}

figcaption {
    text-align: center;
    margin-top: -20px;
}
/*テーブル*/
.entry-content table {
	font-size: 15px;
	border: 1px solid #333;
}
table:not(.has-border-color) :where(th, td) {
	border: 1px solid #333;
}
table th {
    background-color: #fffee1;
}
.scrollable-table th, .scrollable-table td {
    min-width: 13em;
	white-space: normal;
	padding: 5px 5px;
}

.sclok {
    font-size: 13px;
    line-height: 1.3em;
     margin-bottom: 13px;
}
/*公式リンクボタン*/
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, #698c00 0%, #698c00 100%);
  background: linear-gradient(to bottom, #698c00 0%, #698c00 100%);
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: 700;
  box-shadow: 0 3px 0 #506511;
  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;
}
/*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 .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: #67a9a9;
}
/************************************
****　著者情報
************************************/
.author-widget-name {
    margin-bottom: 8px;
    text-align: center;
    color: #00303f;
    font-weight: bold;
}
.author-description {
    font-size: 15px;
}
.author-description p{
    line-height: 1.7;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

/*480px以下*/
@media screen and (max-width: 480px){
.article h2 {
    font-size: 20px;
    padding: 15px;
}
.article h3 {
    font-size: 18px;
}
.scrollable-table th, .scrollable-table td {
    min-width: 10em;
}
.kakomi-box {
    margin: 2em auto;
    padding: 0 0.4em;
    width: 95%;
}
.entry-content table {
	font-size: 16px;
}
.entry-content table td {
    background: #FFF;
	border-collapse: collapse; /* 1pxにする */
}
}
