@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){
.mobile-menu-buttons {
font-size: 15px;
align-items: center;
padding: 0px 0px 0px;
}
/* モバイルヘッダー */
.mobile-menu-buttons {
background: #D07D71;
color: white;
}
/*ヘッダーの高さを変える*/
.logo-menu-button.menu-button{
	height: 53px;
	padding: 3px 0px 0px;
}
li { font-size: 14px; } /* 14px */
}
ul,ol{
   list-style-position: inside;
}

/* H2 */
.article h2 {
  background: #F4F4F4;/*背景色*/
  color: #494949;/*文字色*/
  color: #323232;
  font-weight: bold;
  font-size: 22px;
  padding: .9em .9em;
}
/* H2見出しの疑似要素をリセット*/
.entry-content h2 > span::before {
    content: none;
}

/* H3 */
.article h3{
border-top:none;
border-bottom:none;
border-left: solid 3px #e57373;
color: black;
font-size: 19px;
padding: .1em .8em;
margin-top: 2.5em;
margin-bottom: .9em;
font-weight: bold;/* フォント太さ */
}

/* H4 */
.article h4{
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
padding: 0;
}
.article h4{
font-size: 17px;/* フォントサイズ */
font-weight: bold;/* フォント太さ */
padding-top: .8em;
padding-bottom: .7em;
padding-left: .5em;
margin-top: 0em;
margin-bottom: 0em;
background-color: #e57373;/* 背景色 */
color: #ffffff;/* フォント色 */
}

.article h5{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
	font-size: 18px;
}
.article h5::before,
.article h5::after {
    width: 3px;
    height: 40px;
    background-color: #e57373;
    content: '';
}
.article h5::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}
.article h5::after {
    transform: rotate(35deg);
    margin-left: 30px;
}


.article h6{
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: #333333;
	font-size: 18px;
}

.article h6::before {
    width: 0.8em;
    height: 0.4em;
    border-bottom: 4px solid #e57373;
    border-left: 4px solid #e57373;
    transform: rotate(-45deg) translate(2px, -2px);
    content: '';
}


.list-2{
   list-style: none;
   padding:0;
   margin:0;
   background: #fef8f9;/* 背景色 */
   font-size; 16px;
}
.list-2 li { 
   border-bottom:2px dashed;
   border-color:#cdcdcd; /* 線の色 */
   position: relative;
   margin:0.5em 0 !important;
   max-width:100%; /* 横幅 */
   padding: 0 0 0.5em 1.4em;
}
.list-2 li:last-child{ 
   border:none;
}
.list-2 li:before {
   background-color:  #f27398; /* 点の色 */
   position: absolute;
   content: '';
   top:0.7em;
   left: 0.5em;
   width: 7px;
   height: 7px;
   border-radius: 4px;
}

.list-box-1{
   background: #fef8f9;/* 背景色 */
   border-radius: 4px;
   max-width: 100%; /* 横幅 */
   padding: 0.0em;
   padding-top: 0.01em;
   padding-bottom: 0.01em;
   margin:0 auto;
}
@media screen and (max-width: 768px){
.article ul, .article ol {
    padding-left: 0px; /* スマホ閲覧時の余白リセット(cocoon) */
}
}

div table th, 
div table td {
    text-align: center;
}






.box5-yellow {
	position: relative;	/* 配置に関するもの(ここを基準に) */
	max-width:600px; /* ボックスの横幅 */
	margin: 2em auto;	/* ボックスの外側余白(上下:2em　左右:auto) */
	padding: 2em 2em 0em;	/* ボックスの内側余白(上:2em　左右:2em 下：1.7em) */
	border: 1px solid #fdc44f;	/* ボックスの線 (太さ　線の種類　線の色)*/
	border-radius: 4px;	/* ボックスの角丸 */
	background: #fef9ed;/* ボックス背景色 */
}
.box5-yellow .box-title {
	position: absolute; /* 配置に関するもの(ここを動かす) */
	top: -18px; /* 上から（-18px）移動*/
	left: 27px; /* 左から(27px)移動 */
	background: #fdc44f; /* タイトル背景色 */
	color: #fff; /* タイトル文字色 */
	padding: 0.6em 1em;/* タイトルの内側余白 */
	line-height: 1;/* タイトルの行の高さ */
	font-size: 17px;/* タイトル文字の大きさ */
	font-weight: bold;/* タイトル文字の太さ */
	border-radius:4px;/* タイトルの角丸 */
}
.box5-yellow p {
	margin: 0; /* 文字の外側余白リセット*/
	padding: 0; /* 文字の内側余白リセット*/
}




.box2-blue{
	margin: 2em auto; /* ボックスの余白 */
	border-radius:4px; /* ボックス角丸 */
	max-width:800px; /* ボックス横幅 */
	border:1px solid #0e7ac4; /* ボックス線 */
	padding: 3.5em 2em 1.5em; /* ボックス内側余白 */
	position:relative; /* 配置に関するもの(ここを基準に) */
}
.box2-blue .box-title {
	background: #0e7ac4; /* タイトル背景色 */
	color: #fff; /* タイトル文字色 */
	font-weight: bold; /* タイトル文字の太さ */
	font-size: 20px;/* タイトル文字の大きさ */
	padding: 5px;/* タイトル周りの余白 */
	text-align: center;	/* タイトル中央寄せ */
	border-radius: 4px 4px 0px 0px;	/* タイトル角丸 */
	position:absolute;	/* 配置に関するもの(ここを動かす) */
	top:0;	/*上から(0px)に配置 */
	left:0; /*左から(0px)に配置 */
	width:100%;/*横幅最大幅 */
}
.box2-blue p {
	margin: 0;/* 文字の余白リセット */
	padding: 0; /* 文字の内側余白リセット*/
}


/*引用*/
blockquote{
position: relative;
margin: 2em 0;
padding: 30px 45px 30px;
background: #fef8f9;
border:#e57373 1px solid; /* 枠線 */
}







/* CSSのカウンター機能で数字が表示されている場合の対策 */
h2::before {
    content: none !important;
}