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

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

/*固定ページの日付非表示*/
.post-3 .date-tags,
.post-21 .date-tags,
.post-25 .date-tags,
.post-23 .date-tags {
display: none;
}

/* 表 デザイン */
.org-table-wrap{
  overflow-x: scroll;	
}
.org-table-style{
	font-size: 0.8rem;
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
}
.org-table-style tr:first-child{
	background: #26a69a;
    font-weight: bold;
	color: #fff;
}
.org-table-style tr:nth-child(odd):not(:first-child) td {
  background: #ddf2f0;
}
.org-table-style tr:first-child td{
	border: 1px solid #26a69a;
}

.org-table-style tr:not(:first-child) td:first-child{
    font-weight: bold;
    color: #004d40;
/*     border: 3px dashed #26a69a; */
    text-align: center;
}

/* stepデザイン */
.step-box {
  background: #fffff1;	
  padding: 15px;
  border-radius: 8px;
}
.step-number {
  background: #26a69a;
  color: white;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 10%;
  margin-right: 10px;
  font-size: 12px;
}
.step-box p{
	margin-left: 20px;
}

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

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

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