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




/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
#navi .navi-in > ul > li {
    border-right: 1px solid #d3d3d3;
}
.tbl-base th{
	background:lightgray;
    border: 1px white solid !important;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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

/*著者情報を消す*/
.page .author-info {
    display: none;
}

/*著者情報を消す*/
.post .author-info {
    display: none;
}
/*右よせ テキスト*/
.text-right {
  text-align: right;
}

/* ===================
あわせて読みたい
複数リンク対応カスタマイズ
====================== */
.emphasize-link {
position: relative;
margin: 36px 0 16px;
padding: 16px 10px;
border: 2px solid #df8182;
background-color: #fffbf5;
}
.emphasize-link p:last-child {
margin-bottom: 0;
}
.emphasize-link::before {
position: absolute;
bottom: 100%;
left: -2px;
padding: 2px 6px;
content: "あわせて読みたい";
background-color: #df8182;
color: #fff;
font-weight: bold;
}

/* ===================
リスト
====================== */
.list-1{
    list-style: none;
    padding:0;
    margin:0;
}
.list-1 li { 
    position: relative;
    /**margin:0.5em 0 !important;*/
    padding-left: 25px;
}
.list-1 li:before {
   background-color:  #ffa952; /* 点の色 */
   position: absolute;
   content: '';
   top:11px;
   left:10px;
   width: 7px;
   height: 7px;
   border-radius: 4px;
}
/** 数字リスト*/
.list-5{
   counter-reset:number; 
   list-style-type: none; 
   padding:0;
   margin:0;
}
.list-5 li { 
   position: relative;
   margin:0.5em 0 !important;
   padding-left: 1.8em;
}
.list-5 li:before {
   counter-increment: number;
   content: counter(number);
   background-color: #ffa952; /* 文字背景色 */
   color: #fff; /* 文字色 */
   position: absolute;
   font-weight:bold;
   font-size: 14px;
   border-radius: 50%;
   left: 0;
   top:4px;
   width: 22px;
   height: 22px;
   line-height: 22px;
   text-align: center;
}

/* ===================
見出しアイコン
====================== */
h3 {
    background-size: 25px 25px;
    background-repeat: no-repeat;
    padding: 0px 0px 2px 36px !important;
}
h3.nisa {
	background-image: url("/wp-content/uploads/2021/05/2d5c4f005636af7bd2c8d004bec74704.jpg");
}
h3.equal {
	background-image: url("/wp-content/uploads/2021/05/2d5c4f005636af7bd2c8d004bec74704.jpg");
}
h3.america {
	background-image: url("/wp-content/uploads/2021/05/america_daitouryousen_man.png");	
}
h2.universal,
h3.universal{
	background-image: url("/wp-content/uploads/2021/05/sekaichizu.png");
}


/*特定ページのシェアボタン非表示*/
.post-3068 .sns-share {
    display: none;
}

.main {
　background-color: white!important;
　border: solid 1px lightgray;
}


/* ===================
aタグ ボタン div で囲んで使用する
====================== */
/** ボタン基本*/ 
.button a {
	border-color: #b98b13;
	color: #fff;
	background-color: #70b8f1;
	font-weight: bold;
	padding:0.1em 1.1em;
	border: 2px solid #6f8e9c;
	border-style: solid;
	border-width: 0;
	border-radius: 3px;
	box-shadow: 0 2px 10px 1px rgb(0 0 0 / 20%);
	position: relative;
	text-decoration: none!important;
	letter-spacing: 2px;
	white-space: nowrap;
	display: inline-block;
}
.button a:hover {
	opacity: 0.5 ;
}
/** ボタンセンター*/ 
.center {
	text-align: center;
}
/** オレンジボタン*/ 
.button-orange a {
    background-color: #ffa30d;
}
/* ===================
テーブル
====================== */
/*デフォルトのCSS無効*/
.tbl-none-css tr{
	background-color: white !important;
}
.tbl-none-css td,th{
	vertical-align: top; 
	border: none !important; 
	padding: 0px !important;
}
/*テーブルのTD THを中央寄せ*/
.tbl-center td,th{
	vertical-align: top !important;
	text-align:center !important;
}

/* ===================
a タグ ボタン
====================== */
a.btn--square {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
}
a.btn--square:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

/* ===================
光る ボタン
====================== */
.shiny-btn {
    display: block;
    position: relative;
    width: 80%;/*ボタンの幅*/
    padding: 10px 0;
    margin: 30px auto;
    background-color: #ed4545;/*ボタンの色*/
    box-shadow: 0 3px 0 0 rgba(198, 39, 39, 1);/*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 0.2s;
    margin-bottom: 20px;
}
.shiny-btn:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
.shiny-btn::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}