@charset "UTF-8";
/**    ブログ投稿ページのデザイン    **/

.article-contents_container {
  justify-content: space-between;
  gap: 60px;
  width: 100%;
  margin-top: 80px;
}

.article-contents_area {
  width: 70%;
}

.article-top_date {
  font-size: 12px;
  font-weight: bold;
  align-items: center;
  gap: 8px;
}
.article-top_date img {
  max-width: 22px;
}

h2.article-top_title {
  font-size: clamp(1.4em, 4vw, 1.9em);
  font-weight: bold;
  margin-top: 40px;
}

.article-top_category {
  border-radius: 3px;
  width: -moz-max-content;
  width: max-content;
  background-color: #505050;
  color: #fff;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: bold;
  margin-top: 24px;
}

.article-top_thumnail {
  width: 100%;
  margin-top: 40px;
}
.article-top_thumnail img {
  width: 100%;
  height: auto;
}

.article-sns_area {
  margin: 24px auto;
}

.article-top_message p {
  font-size: 16px;
}

.article-main_area {
  margin-bottom: 80px;
  line-height: 1.8;
}
.article-main_area h2 {
  font-size: 20px;
  font-weight: bold;
  padding: 0.5em 16px;
  margin: 30px 0;
  position: relative;
  background: #ffffff;
  padding: 2px 5px 2px 25px;
  font-size: 20px;
  color: #404040;
  border-radius: 0 10px 10px 0;
}
.article-main_area h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f6be";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #404040;
  font-weight: 900;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}
.article-main_area h3 {
  position: relative;
  line-height: 1.4;
  color: #404040;
  font-weight: bold;
  font-size: 18px;
  margin: 30px 0;
  padding-left: 20px;
}
.article-main_area h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1b0";
  font-weight: 900;
  position: absolute;
  font-size: 18px;
  left: 0px;
  top: 0;
  color: #827275;
}
.article-main_area h4 {
  position: relative;
  color: #404040;
  display: inline-block;
  margin: 40px 0;
  text-shadow: 0 0 2px white;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
}
.article-main_area p {
  font-size: 16px;
  padding-left: 14px;
}
.article-main_area table td>*:first-child {
  background-color: #f7f7f7;
  font-weight: bold;
}
.article-main_area table td {
  padding: 12px 12px;
  font-size: 16px;
}
.article-main_area ul, .article-main_area ol {
  color: #8b8b8b;
  padding: 24px 16px;
  margin: 36px 0;
}
.article-main_area ul li, .article-main_area ol li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: disc;
  list-style-position: inside;
}
.article-main_area img {
  max-width: 100%;
  margin: 30px 0;
}
.article-main_area a {
  font-size: 16px;
  color: #0a6891;
  text-decoration: underline;
}

.article-end_wrap {
  margin: 80px auto 40px;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  padding: 40px 10px 0;
  border-top: solid 1px #505050;
}

.article-end_mois {
  max-width: 70px;
}
.article-end_mois img {
  width: 100%;
  vertical-align: bottom;
}

p.article-end_message {
  font-size: 16px;
  font-weight: bold;
  color: #565656;
}

.pnavi {
  justify-content: center;
  display: flex;
  gap: 16px;
}

.blog-list_thumnail {
  width: 100%;
  height: 240px;
}
.blog-list_thumnail img {
  width: 100%;
  height: 240px;
  object-fit: contain;
}
.slick-slide img {
  height: 260px;
  object-fit: contain;
}
.sns__container {
    display: flex;
}

.sns__container a {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0.8rem;
    transition: .4s;
    font-weight: bold;
}

.sns__container a:hover {
    opacity: 0.6;
}

.sns__twitter {
    background: #2e2e2e;
}

.sns__facebook {
    background: #3b5998;
}

.sns__pocket {
    background: #ef3f56;
}

.sns__line {
    background: #1dcd00;
}

.sns__hatena {
    background: #00a5de;
}
.article-main_area {
  margin-top: 60px;
}

#ez-toc-container {
  margin-top: 30px;
}
div#ez-toc-container ul li, div#ez-toc-container ul li a {
  line-height: 2;
  font-weight: bold;
}
ul.wp-block-list {
  position: relative;
  color: #323232;
  background: #FFF;
  padding: 1.3em 1.5em;
  margin: 5em 0 3em 0;
  background:rgba(85,168,220,.07);
  border: 1px solid #55A8DC;
}
ul.wp-block-list:after {
  position: absolute;
  font-family: "Font Awesome 5 Free", 'Quicksand', 'Avenir', 'Arial', sans-serif;
  content: '\f00c こんな方におすすめ！';/* 文字の変更*/
  background: #55A8DC;
  color: #FFF;
  left: -1px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 15px;
  font-size: .8em;
  font-weight: 600;
  text-align: center;
}
ul.wp-block-list ul {
  margin: 0;
  padding: 10px 40px;
}
ul.wp-block-list ul li {
  margin-bottom: 5px;
}

.liquid-speech-balloon-wrap {
  margin-top: 50px;
}
div#ez-toc-container ul li, div#ez-toc-container ul li a {
  margin-bottom: 5px;
}
p#breadcrumbs {
  margin-top: 40px;
}
p#breadcrumbs a, p#breadcrumbs span {
  font-size: 12px;
  font-weight: bold;
}
.ez-toc-title-container {
  margin-bottom: 24px;
}
.prev-next {
  justify-content: space-between;
  gap: 10px;
}
.next-post ,.previous-post{
  width: 50%;
  padding: 12px;
  font-size: 12px;
  background-color: #f7f7f7;
}

@media screen and (min-width: 1080px) {
  
}

@media screen and (max-width: 980px) {
  .article-contents_container {
    display: block;
}
.sns__container {
    flex-wrap: wrap;
}
.sns__container a {
    width: 50%;
}

.article-contents_area {
  width: 100%;
}
}
@media screen and (max-width: 480px) {
  .blog-list_thumnail {
    height: auto;
  }
  .blog-list_thumnail img {
    height: auto;
  }
  .article-main_area p {
    font-size: 14px;
  }
  .article-main_area table td {
    font-size: 14px;
  }
}

.cetegory-top_btn {
  width: max-content;
  padding: 5px 12px;
  margin: 50px auto;
  font-size: 14px;
  background-color: #000;
  color: #fff;
}
.cetegory-top_btn a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
#ez-toc-container {
  width: 100%;
}