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

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
html {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
    font-size: 62.5%;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
    line-height: 1.7;
    color: #444;
    text-size-adjust: 100%;
    text-align: justify;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}

.entry-content a {
  text-decoration: underline;
  color: #1967d2;
}

a:hover {
  color: initial;
}
.content {
  margin-top: 0;
}

.footer {
  padding: 0;
}

#footer {
  background-color: #f2f0ee;
}

.footer-in {
  width: auto;
}
#container {
  position: relative;
  margin-top: 70px;
}


.article-header .entry-title {
  font-size: 27px;
}
.entry-content {
  font-size: 24px;
  line-height: 1.5;
}
.entry-content p {
  font-size: 24px;
  line-height: 1.5;
}
.e-card-title {
  font-size: 22px;
}
.entry-card-content h2 {
  text-align: left;
}

.entry-content h2,
.entry-content h3 {
  font-size: 24px;
}

.entry-card-wrap {
  border-bottom: 1px solid #eee;
}

.entry-content ul, ol {
  padding-left: 1em;
  list-style-type: disc;
}

#list .entry-card-wrap:nth-last-of-type(1) {
  border-bottom: 0;
}

.article h2,
.widget h2 {
  text-align: left;
  background: #f9f5f0;
}
.article h3 {
  display: block;
  margin-top: 0;
  margin-bottom: 0.8em;
  letter-spacing:0;
  color: #444;
  border-color: #a8907a;
}


.article h3:before {
  content: normal;
  padding: 0;
  border-left: none 0px transparent ;
}

#content-in a:hover {
background-color: #f9f5f0;
transition: all 0.3s ease-in-out;
color: #333;
}

#content-in {
  color: #444;
}

.page-title_text h1 a:hover {
  color: #fff;
}

.body .wp-block-categories {
  margin-bottom: .9em;
}

.widget_block ul li a {
  padding-right: 4px;
  padding-left: 8px;
}


.menu-column-top a {
  color: var(--cocoon-text-color);
  text-decoration: none;
  padding: 10px 0;
  display: block;
  padding-right: 4px;
  padding-left: 8px;
}


@media screen and (min-width: 1100px) {
  /* 1100px以上のスタイル */
  body {
    font-size: 1.75rem;
  }
  #container {

    margin-top: 0;
  }

  .wrap {
    width: 1080px;
  }
  .sidebar {
    width: 300px;
  }
  .main {
    width: 760px;
    padding: 0;
  }
  .article {
    padding: 0 1.5% 1.5% 1.5%;
  }



  /* リストカート */
  .entry-card-thumb {
      width: 250px;
  }
  .entry-card-content {
      margin-left: 270px;
  }
  .entry-card-content h2 {
    font-size: 20px;
  }

  .list {
    row-gap: 0;
  }

  .entry-content {
    font-size: 20px;
    line-height: 1.5;
  }
  .entry-content p {
    font-size: 20px;
    line-height: 1.5;
  }
}


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

  main.main, div.sidebar {
    padding: 0 10px;
    display: block;
    width: auto;
  }
  div.sidebar {
    width: 100%;
  }
  .header {
    height: auto;
  }

  .content-in {
    padding: 0 10px;
  }

  .widget h2 {
    font-size: 18px;
  }

  .entry-title {
    font-size: 20px;
    padding: 0;
  }
}

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

}

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