@charset "UTF-8";

/* side */
.side__category,
.side__tag{
  margin-bottom: 3rem;
}
.taxonomy-list__title{
  margin-bottom: 10px;
  padding: 5px 15px;
  border-left: 5px solid #ccc;
  color: #444;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.taxonomy-list{
	position: relative;
	padding-left: 0.5rem;
}
.taxonomy-list li{
  display: block;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #e1e1e1;
  list-style-type: none!important;
}
.taxonomy-list li a{
  display: block;
  padding: 1rem;
  transition: .3s;
  font-size: 1rem;
  line-height: 1.6;
}
.taxonomy-list li a:hover{
  padding:1rem 1rem 1rem 1.8rem;
}
.taxonomy-list li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 800;
  position: absolute;
  left : 0.5rem; /*左端からのアイコンまで*/
  color: #ccc; /*アイコン色*/
}

/* detail.php */
.postheader__image > img{
  max-width: 100%;
}
.postheader__title{
  font-size: 1.6rem;
  line-height: 1.8;
  color: #444;
  font-weight: bold;
}
.postheader__time{
  display: block;
  margin-top: 1rem;
  color: #888;
  font-size: 0.9rem;
}
.postheader__wrap{
  display: flex;
  margin-top: 1rem;
}
.postheader__category,
.postheader__tag{
  display: flex;
  color: #444;
  font-size: 0.9rem;
  line-height: 2;
	list-style: none;
	padding-left: 0;
}
.postheader__tag{
  margin-left: 1rem;
}
.postheader__tag li:not(:first-child){
  margin-left: 0.5rem;
}
#Article h2{
  margin: 30px -5px 20px -5px;
  padding: 10px;
  border-left: 5px solid #ccc;
  background-color: #f6f6f6;
  color: #444;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
}
#Article h3{
  margin: 30px -5px 20px -5px;
  padding: 10px 10px 10px 15px;
  border-bottom: 6px solid #f6f6f6;
  color: #444;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0px;
}
#Article p{
  font-size: 0.95rem;
  line-height: 1.8;
  color: #444;
}
#Article a{
  color: #0693cd;
}
#Article img{
  height: auto;
  max-width: 100%;
  margin: 0.5rem auto 0;
}
#Article ul{
  margin: 16px 0;
  padding: 0 0 0 40px;
  color: #444;
}
#Article ul li{
  line-height: 2;
}

.figure-image figcaption {
  font-size: 95%;
  opacity: .7;
  margin: 0 auto 1.5em;
}
#Article blockquote {
  position: relative;
  margin: 0;
  padding: 30px;
  background-color: #f6f6f6;
}
#Article blockquote::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: .2;
  font-family: serif;
  font-size: 500%;
  line-height: 1;
  content: '“';
}
#Article blockquote::after {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: .2;
  font-family: serif;
  font-size: 500%;
  line-height: 0;
  content: '”';
}

@media (min-width: 992px) {
  .my-breadcrumb__wrap{
    margin-bottom: 2rem;
  }
  /* side */
  .side__wrap{
    margin-top: 32px;
    padding: 0 0 0 3rem;
  }
  /* index.php */
  .postList{
    display: block;
  }
  .postList .post{
    overflow: hidden;
    width: 100%;
    height: 165px;
    margin: 24px 0;
    border: 0px solid white;
    margin-bottom: 0;
    background: #f7f8fa;
  }
  .postList .post > a{
    display: flex;
  }
  .post-image{
    width: 220px;
    height: 165px;
  }
  .post-image__inner{
    width: 220px;
    height: 165px;
  }
  .post-info{
    width: 516px;
    width: calc(100% - 220px);
    padding: 44px 24px 24px;
  }
  .post-info__time{
    right: 25px;
    top: 25px;
  }
  .post-info__title{
    font-size: 16px;
    height: 58px;
  }
  .post-info__tags{
    bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
  }
  .post-info__tag{
    display: inline-block;
    background-color: #fff;
    color: #c0c4ce;
    width: auto;
    height: 20px;
    border: solid 2px #c0c4ce;
    border-radius: 3px;
    font-size: 0.74rem;
    font-weight: 500;
    margin: 0.3rem;
    padding: 0 0.6rem;
    line-height: 1.35;
  }
  /* post.php */
  .postheader__heading{
    margin-left: auto;
  }
  .postheader__title{
    font-size: 2rem;
  }
  #Article h2{
    margin: 32px 0 20px -32px;
    padding: 12px 16px;
    border-left: 6px solid #ccc;
    background-color: #f6f6f6;
    color: #444;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 1px;
  }
  #Article h3{
    margin: 25px 0 18px -25px;
    padding: 10px 14px;
    border-bottom: 6px solid #f6f6f6;
    color: #444;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 1px;
  }
  #Article p{
    font-size: 1rem;
    line-height: 2;
  }
  #Article img{
    max-width: 100%;
  }
}
