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

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

/* ================================= 見出し */

.article h1 {
	font-weight: 600;
	font-size:1.6em;
}
.article h2 {
	font-weight: 600;
	font-size:1.4em;
	margin-top:50px;
	padding: 0.5em;
	border: none;
	border-radius: 10px 10px 0 0;
	background: #43484f;
	color: #fff;
}
.article h2::after {
	height: 0;
}
.article h2 > span::after {
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
}
.article h3 {
	font-weight: 600;
	font-size:1.3em;
	margin-top:50px;
	padding:0.5em;
	background:linear-gradient(to top, #eee, #fff);
	background: -moz-linear-gradient(to top, #eee, #fff);
	background: -webkit-linear-gradient(to top, #eee, #fff);
	background: linear-gradient(to top, #eee, #fff);
	border: none;
   	border-top: 3px double #888;
	border-bottom: 3px double #888;
}
.article h4 {
	font-weight: 600;
	font-size:1.2em;
	padding: 5px;
	background: #eee;
	border: none;
	border-radius: 10px;
	text-indent: 0.5em;
}
.article h4::before {
	content: none;
}
.article h4 > span::before {
	content: none;
	margin-right: 0;
}
.article h5 {
	padding: 0;
	border-bottom: 2px dotted #ccc;
}
.article h6 {
	padding: 0;
	border-bottom: 0;
}
.article h6 > span::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";
	margin-right: 0.5em;
}
/* ================================= */
p.memo {
	border-top :1px dotted #666;
	padding: 20px;
}
.memo a {
	text-decoration: none;
}
.navi-footer li:not(:last-child):after {
  content: none;
  margin: 0 12px;
}
#container div.go-to-top {
	bottom: 80px;
}

.post-6 .date-tags,
.post-7 .date-tags,
.post-64 .date-tags,
.post-222 .date-tags {
display: none;
}

.copyright a {
  text-decoration: none;
}

div.cym_letter {
font-family: 'Yusei Magic', sans-serif;
	background: #eee url("https://coyomi.info/wp/wp-content/uploads/2022/08/letter_sign.jpg") no-repeat center bottom;
	background-size:contain;
	padding: 40px 20px;
	width:100%;
	min-height:500px;
}


#img_wrap {
  position: relative;
}
#img_wrap::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/1462DC80-1FFB-4AF0-BB97-A1FFA86A50A5.png);
  background-position: top left;
  background-size: 100% 100%;
}
#img_wrap img {
  display: block;
}


.add_info {
	margin-top: 10px;
	padding: 10px 0;
	font-size: 0.9em;
}
ul.add_info li {
	list-style: none;
	padding: 3px 10px;
}
ul.add_info li i {
	padding-right: 7px;
}
.add_info a {
	font-size: 0.9em;
}

/*Download button*/
.dl-image {
}
.download-box-content h1{
 font-size: 1em;
 font-weight: bold;
}
.dl-description {
	font-size: 0.8em;	
}
a.download-button {
	font-size: 0.9em;
	font-weight: bold;
}
.dl-file-size {
	font-size: 0.8em;
}

/* download monitor */

.download-box .download-count {
	display: none !important;
}

.download-button:before {
	font-size: 14px !important;
	font-weight: bold;
	color: #fff;
	content: 'ダウンロード';
}

.download-button small {
	display: none !important;
}


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

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

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