@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-title{
display: none;
}

.entry-content{
margin-top: 0;
}

.logo-image{
padding: 0 !important;
}

h1{
border-bottom: 6px double #000;
font-size: 1.3em;
padding: 4% 0;	
}

h2 {
    position: relative;
    padding: 10px 20px;
    text-align: center;
    background-color: #15b9b9 !important;
    border: double 6px;
    color: #fff;
}

.space{
margin-bottom: 60px !important;
}

.bold{
font-weight: bold;
font-size: 1.1em;
}

.redtext{
font-weight: bold;
font-size: 1.1em;
color: #FF0000;
}

.marker_yellow{
background:linear-gradient(transparent 60%, #ff6 60%);
font-weight: bold;
font-size: 1.1em;
}

.marker_yellow2{
background:linear-gradient(transparent 60%, #ff6 60%);
font-weight: bold;
font-size: 1em;
}

.boximg{
text-align: center;
}

.boximg img{
border: 1px solid #ccc;
}

.boximg2{
margin-bottom: 0;
text-align: center;
}

.boximg2 img{
border: 1px solid #ccc;
}

.boxcomment{
font-size: 0.8em;
text-align: right;
}

.textlink{
font-weight: bold;
font-size: 1.2em;
}

.sidebar h3 {
  background: none;
  font-size: 16px;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center;
  color: #FF8C00; /* サイドバータイトルの色を指定 */
}
.sidebar h3::before,
.sidebar h3::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28%;
  border-top: 3px solid #FF8C00; /* サイドバータイトル横のバーの色を指定 */
}
.sidebar h3::before {
  left: 0;
}
.sidebar h3::after {
  right: 0;
}
.widget_categories ul li a {
  color: #333;
  text-decoration: none;
  padding: 6px 0;
  display: block;
  padding-right: 4px;
  padding-left: 4px;
  border-top: 1px dotted #ccc;
  font-size: 16px;
}

.widget_categories > ul > li > a:first-child {
  border-top: none;
}
.widget_categories > ul > li > a:last-child {
border-bottom: 1px dotted #ccc;
}
.widget_categories ul li a .post-count {
  display: block;
  float: right;
  background: #fff;
  padding: 0 1em;
  font-size: 14px;
  margin-top: 0.2em;
  border-radius: 4px;
}
.widget_categories ul li a:hover {
  background: none;
  transition: 0.5s;
  color: #ffc679;
}
.widget_categories ul li a:hover .post-count {
  background: #ffc679;
  color: #fff;
  transition: 0.5s;
}
.widget_categories ul li ul {
  border-bottom: 1px dotted #ccc;
}
.widget_categories ul li ul li a {
  color: #333;
  text-decoration: none;
  padding: 0 4px 4px 4px;
  display: block;
  border: none;
}
.widget_categories ul li ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  padding-right: 0.45em;
  font-weight: bold;
}
.fa{
  margin-left:0em !important;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
.main, div.sidebar{
  margin: 0px !important;
  }
.content{
 margin-top: 0px;
 }
.footer{
margin-top: 0;
}
}
}

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