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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/* 見出しセルの文字色・背景色・枠線設定 */
.entry-content h2 {
	padding-top: 40px;
}

.report {
	width:auto;
  	font-size: .85em;	
}
.report th {
	width: 50%;
	color: #444;
	background-color: #ddd;
	border: solid 1px #bbb;
}
.report td {
	background-color: #FFF;
	border: 1px solid #ccc;
}

.basic {
  	font-size: .85em;	
  	border-collapse: collapse;
  	margin: 0 auto;
  	padding: 0;
  	table-layout: fixed;
}

.basic th {
	background-color: #eee;
	border: 1px solid #ccc;
}
.basic td {
	background-color: #fff;
	border: 1px solid #ccc;
}

.type1 {
	font-size: .85em;	
}
.type1 thead tr {
  background-color: #167F92;
  color:#fff;
}
.type1 tbody th {
    background-color: #78bbc7;
    color: #fff;
}
.type1 tbody td {
	background-color: #fff;
}
.type1 th {
  border: 1px solid #fff;	
}
.type1 td {
  border: 1px solid #78bbc7;		
}

.entry-content h2 {
  background-color: #fff;
  border-bottom: 2px solid #1D2088;/*下線*/
  color: #1D2088;
  padding-bottom: .5em;
  margin-bottom: 15px;
  border-top: none;
}

.widget h3 {
  background-color: #fff;
  border-bottom: 2px solid #1D2088;/*下線*/
  color: #1D2088;	
}

/* 見出し以外のセルの枠線設定 */
.left {
	text-align: left;
}

.center {
	text-align: center;
}

.w30 {
	width: 30%;
}
.w35 {
	width: 35%;
}
.w40 {
	width: 40%;
}
.w50 {
	width: 50%;
}

.pink {
	color: #ff0080;
}
.red {
	color: #dc143c;
}
.small {
	font-size: .85em;	
}

.entry-content .mb-0 {
	margin-bottom: 0;
}

/* TablePree 横スクロール　*/
div.myScrollBox {
  overflow: scroll;
  white-space: nowrap;
}

/* 人気記事を横並びにする　*/
#popular_entries-3 .popular-entry-cards {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}

#popular_entries-3 .popular-entry-cards > a {
margin: 0 10px 20px 0;
 padding: 0;
 width: 30%;
 flex-grow: 1;
 border-radius: 3px;
 box-shadow: 0 0 3px rgb(0 0 0 / 20%);
}

/* ボタン　*/
.orange-btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #ffa500;
  box-shadow: 0 5px 0 #cc8500 ;
  transition: 0.3s;
	text-decoration: none;
}

.orange-btn a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.orange-btn a:hover {
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 2px 0 #cc8500;
}

/* 　Box　*/
.pink-box {
  background-color: #f5ecf4;
  border: solid 2px #ff69b4;/*破線*/
  border-radius: 9px;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  padding: 0.5em 0.5em  0.5em 2em;
}

ul.lavender, ol.lavender {
/*  background: #ebebff; */
  background: #efefff;	
  box-shadow: 0px 0px 0px 10px #efefff;/*線の外側*/
/*  border: dashed 1px #8686fa;/*破線*/
	border: solid 1px #8686fa;
	border-radius: 9px;
	margin: 30px 10px;
	padding: 0.5em 0em 0.5em 2em;
}

ul.lavender li,
ol.lavender li{
  line-height: 1.5;
  padding: 0.5em 0;
}

/* check */
ul.check {
  list-style-type: none;
}
ul.check li {
  position: relative;
}
ul.check li::after {
  content: '';
  display: block;
  position: absolute;
  top: .7em;
  left: -1.5em;
  width: 10px;
  height: 8px;
  border-left: 4px solid #8686fa;
  border-bottom: 4px solid #8686fa;
  transform: rotate(-45deg);
}
/* POINT */
ul.point{
  position: relative;
  padding: 15px 15px 15px 30px;
  border: solid 2px #8686fa;
  border-radius:8px;
  color: #333;
  width:100%;
  background: #fff;
  list-style-type: none;
}
ul.point:before{
  content: "POINT";  /* 好きな文字を記述 */
  position: absolute;
  display: block;
  top: -15px;
  left: 20px;
  background: #fff;
  font-weight: bold;
  padding: 0 10px;
}
ul.point li{
  position: relative;
  color: #333;
}
ul.point li::after {
  content: '';
  display: block;
  position: absolute;
  top: .4em;
  left: -1.2em;
  width: 10px;
  height: 8px;
  border-left: 4px solid #8686fa;
  border-bottom: 4px solid #8686fa;
  transform: rotate(-45deg);
}

/* WALLET */
ul.wallet {
  position: relative;
  padding: 15px 15px 15px 30px;
  border: solid 2px #8686fa;
  border-radius:8px;
  color: #333;
  width:100%;
  background: #fff;
  list-style-type: none;
}
ul.wallet:before{
  content: "WALLET";  /* 好きな文字を記述 */
  position: absolute;
  display: block;
  top: -15px;
  left: 20px;
  background: #fff;
  font-weight: bold;
  padding: 0 10px;
}
ul.wallet li{
  position: relative;
  color: #333;
}
ul.wallet li::after {
  content: '';
  display: block;
  position: absolute;
  top: .4em;
  left: -1.2em;
  width: 10px;
  height: 8px;
  border-left: 4px solid #8686fa;
  border-bottom: 4px solid #8686fa;
  transform: rotate(-45deg);
}

/* dl */
dl.history {
  font-size: .85em;			
}
dl.history dt {
  float: left;
  background-color: #ddd;
  border-bottom: solid 1px #ccc;	
  width: 110px;
  padding: 5px;
  margin-bottom: 5px;
}

dl.history dd {
  margin-left: 120px;
  padding: 5px 10px;
  margin-bottom: 5px;
  border-bottom: solid 1px #ccc;		
}

dl.normal {
  display: flex;
  flex-wrap: wrap;
  font-size: .85em;		
}
dl.normal dt {
  width: 30%;
  padding: 5px;
  background-color: #ddd;
  margin: 0 0 10px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
/*  align-items: left;
  justify-content: center; */
}
dl.normal dd {
  width: 70%;
  padding: 5px;
  background-color: #fff;
  margin: 0 0 10px 0;
  border-bottom: solid 1px #ccc;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

dl.simple1 dt{ 
	width: 100%;
	border-right: none;
}
dl.simple1 dd{
	width: 100%; 
}

.aft {
	text-align: right;
	font-size: small;
}

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

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

/768px以下/
@media screen and (max-width: 768px){
#popular_entries-3 .popular-entry-cards > a {
	width: 46%;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
#popular_entries-3 .popular-entry-cards > a {
	width: 46%;
}
}


