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

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

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

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

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





/* 「デザインリセット用のコード」 */
/*H2 */
.entry-content h2{
border:none;
background:none;
padding: 0;
}

/* H3 */
.entry-content h3{
border:none;
background:none;
padding: 0;
}

/* H4 */
.entry-content h4{
border:none;
background:none;
padding: 0;
}

/* H5 */
.entry-content h5{
border:none;
background:none;
padding: 0;
}

/* H6 */
.entry-content h6{
border:none;
background:none;
padding: 0;
}


h2 {
  font-size: 20px !important;/*文字のサイズ*/
  border-left: 3px solid #E07487;/*左線*/
  padding: .5em .7em;/*余白*/
  background: rgba(224,116,135,.07);/*背景色*/
  color: #323232;
  margin-bottom: 15px;
  border-top: none;
  border-bottom: none;
}

h3 {
  font-size: 20px !important;/*文字のサイズ*/
  background: rgba(224,116,135,.07);/*背景色*/
  border-bottom: 3px solid #E07487;/*下線*/
  color: #323232;
  padding: .5em .7em;
  margin-bottom: 15px;
  border-top: none;
}

h4 {
  font-size: 20px !important;/*文字のサイズ*/
  color: #323232;
  background: linear-gradient(transparent 75%, rgba(224,116,135,.3) 75%);
  margin-bottom: 15px;
  border-top: none;
  border-bottom: none;
}

/* 背景色付きボックス2 ピンク */
.box2-pink{
	background-color:#FEF0F1;
}
.box2-pink > .kaisetsu-box5-title{
	background-color:#F98B91!important;
}

.box15 {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
}
.box15 p {
    margin: 0; 
    padding: 0;
}

/*-------- 色指定 ---------*/
:root {
  --f-text:#998671;/*文字の色*/
  --f-line:#e29399;/*線の色*/
  --f-bg1:#e29399;/*タイトル行の背景色*/
  --f-bg2:#fef4f4;/*ストライプの背景色*/
}

.fem-table table{
color:var(--f-text);
text-align:center;
border:2px solid var(--f-line);	
background-color:white;
}

.fem-table table th{
border:1px dotted white;	
text-align:center;
}

.fem-table thead{
border-bottom:1px solid var(--f-line);
}

.fem-table table td{
border:1px dotted var(--f-line);	
text-align:center;
}

.fem-table thead{
color:white;
}

.fem-table th{
background-color:var(--f-bg1);
}

.fem-table tr:nth-child(even){
background-color:var(--f-bg2);
}



