/* common ----------------------------------------------------*/
.single .content__area__inner>p {
  clear: both;
  margin-bottom: 1rem;
}

.single .content__area__inner time {
  display: block;
  text-align: left;
  color: #999;
  font-size: .8rem;
  margin-bottom: .3rem;
}

.single .content__area a {
  color: #009DF7;
}

.single .text-attention {
  font-size: .85rem;
  display: block;
}

.single img {}

.single .content__area__inner img {
  max-width: 100%;
  margin-bottom: 3rem;
}


.single .content__area__inner .wp-post-image {
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
}


.post-categories {
  margin: 0 !important;
  padding: .5rem 0 !important;
}

.post-categories li {
  list-style: none !important;
  display: inline-block;
}

.post-categories li a {
  padding: .2rem .5rem;
  border: 1px solid #918d8c;
  border-radius: 13px;
  font-size: .8rem !important;
  line-height: 1.2;
  color: #312927 !important;
}

/* title ----------------------------------------------------*/
.single .content__area__inner h1 {
  font-size: 24px;
  color: #312927;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.single .content__area__inner h2 {
  background-color: #333;
  color: #fff;
  font-size: 1.2rem;
  padding: 1rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 2rem 0;
}

.single .content__area__inner h3 {
  color: #383838;
  border-bottom: solid 3px #383838;
  font-size: 1.2rem;
  padding: .5rem 0;
  font-weight: bold;
  line-height: 1.5;
  margin: 2rem 0;
}

.single .content__area__inner h4 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 2rem 0;
  padding: .5rem 1rem;
  border-left: solid 3px #383838;
}

/* list */
.single .content__area__inner ul,
.single .content__area__inner ol {
  padding: 1em 1em 1em 2em;
  margin: 0 auto 15px auto;
}

.single .content__area__inner ul li,
.single .content__area__inner ol li {
  font-size: .9rem;
  line-height: 1.5;
  padding: 0 0 .5rem 0;
  list-style-type: disc;
}











/*SP・タブレット--------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1180px) {}

/*PCのみ--------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1024px) {}