@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: 2px;
  width: -moz-max-content;
  width: max-content;
  background-color: #0b2946;
  color: #fff;
  padding: 6px 12px;
  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;
  line-height: 2;
}

.article-main_area {
  margin-bottom: 80px;
  line-height: 1.8;
}
/* .article-main_area h2 {
  font-size: 26px;
  font-weight: bold;
  margin: 50px 0 30px;
  color: #000000;
  padding: 0.5em;
  color: #010101;
  background: #ececec;
  border-bottom: solid 2px #222222;
}

.article-main_area h3 {
  line-height: 1.4;
  font-weight: bold;
  font-size: 22px;
  margin: 30px 0 20px;
  padding: 0.25em 0.5em;
  color: #494949;
  background: transparent;
  border-left: solid 5px #222222;
}
.article-main_area h4 {
  color: #000000;
  margin: 24px 0 16px;
  font-size: 20px;
  font-weight: bold;
}
.article-main_area p {
  font-size: 18px;
  padding-left: 14px;
  line-height: 2;
  padding-bottom: 24px;
} */
 /* ===================================
   見出しデザイン
=================================== */

/* H2 - 大見出し */
.article-main_area h2 {
  font-size: 1.6rem;
  font-weight: 700;
  border-left: 4px solid #ff9934; /* アクセントカラー */
  padding: 0.5em 0.8em;
  margin: 2.5em 0 1.2em;
  background: #f9f9f9;
  line-height: 1.5;
}

/* H3 - 中見出し */
.article-main_area h3 {
  font-size: 1.3rem;
  font-weight: 600;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 0.3em;
  margin: 2em 0 1em;
}

/* H4 - 小見出し */
.article-main_area h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #555;
  margin: 1.5em 0 0.8em;
}

/* ===================================
   本文デザイン
=================================== */

.article-main_area p {
  line-height: 1.9;
  margin: 1.4em 0;
  color: #222;
  font-size: 1rem;
}

.article-main_area strong {
  font-weight: 700;
}

.article-main_area a {
  color: #0077cc;
  text-decoration: none;
  border-bottom: 1px solid #0077cc33;
  transition: all 0.2s;
}

.article-main_area a:hover {
  color: #005fa3;
  border-bottom-color: #005fa366;
}

/* ===================================
   装飾要素
=================================== */

/* 引用（セリフや印象的な台詞に） */
.article-main_area blockquote {
  border-left: 3px solid #ccc;
  margin: 1.8em 0;
  padding: 0.8em 1.2em;
  background: #f8f8f8;
  font-style: italic;
  color: #444;
}

/* 箇条書き */
.article-main_area ul {
  margin: 1.2em 0 1.2em 1.5em;
  list-style-type: disc;
}
.article-main_area li {
  margin-bottom: 0.5em;
  line-height: 1.7;
}

.article-main_area iframe {
  max-width: 100%;
  margin: 30px auto;
}
.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 table td:nth-child(2) {
  min-width: 130px;
}
.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;
  text-underline-position: under;
}

.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: 260px;
}
.blog-list_thumnail img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.slick-slide img {
  height: 260px;
  object-fit: cover;
}
.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: 16px;
  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: 16px;
  }
  .article-main_area table td {
    font-size: 16px;
  }
  .article-main_area h2 {
  font-size: 24px;
  margin: 40px 0 20px;
}
.article-main_area h3 {
  font-size: 20px;
}
.article-main_area p {
  font-size: 16px;
  padding-left: 14px;
  color: #595959;
}
.page-top_message {
  font-size: 14px;
}

.article-top_message p, .article-main_area p {
  line-height: 1.6;
}
.next-post ,.previous-post{
  font-size: 12px;
}
}

.cetegory-top_btn {
  width: max-content;
  padding: 10px 30px;
  border-radius: 45px;
  margin: 50px auto;
  font-size: 16px;
  background-color: #414141;
  color: #fff;
  font-weight: bold;
}
.cetegory-top_btn a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
#ez-toc-container {
  width: 100%;
}
h3.blog-title_head {
    margin-bottom: 12px;
}
.blog-info_btn {
  width: max-content;
  padding: 5px 10px;
  border: solid 1px #000;
}
.page-top_message {
  margin-top: 30px;
  font-size: 14px;
  font-weight: bold;
}
ul.promotion-bnr_area {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
li.promotion-bnr {
  width: max-content;
}
ul.article-top_tag {
  margin: 14px 0 0 0;
  flex-wrap: wrap;
  gap: 6px;
  row-gap: 4px;
}
li.article-tag {
  font-size: 14px;
  font-weight: bold;
}

p.contact-small_top {
  font-size: 16px;
  margin-bottom: 14px;
}
.submit-area_small input {
  width: 240px;
  height: 40px;
  padding: 8px;
  font-size: 16px;
  background-color: #3c3c3c;
  border: 1px solid #ebebeb;
  border-radius: none;
  color: #fff;
  cursor: pointer;
}

.contact-small_area {
	margin-bottom: 40px;
}

.profile-main_area {
  margin-bottom: 60px;
}
.profile-top_wrap {
  align-items: center;
  gap: 32px;
  row-gap: 24px;
  margin-top: 40px;
}
.profile-img_area {
  max-width: 200px;
  margin: 0 auto;
}
.profile-img_area img {
  max-width: 200px;
}
.profile-text_area {
  max-width: 600px;
  width: 100%;
}
h3.tok-name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 24px;
}
h3.tok-name span {
  font-size: 14px;
  font-weight: bold;
}
ul.profile-list_wrap {
  margin: 40px auto 60px;
  flex-wrap: wrap;
  gap: 32px;
  row-gap: 24px;
}
li.profile-list_text {
  font-size: 16px;
  width: 48%;
}
p.profile-text {
  margin-top: 14px;
}

.page-link_btn {
  width: 100%;
  margin: 40px auto;
  text-align: center;
  background-color: #535353;
  padding: 12px 20px;
  border-radius: 45px;
}
.page-link_btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 780px) {
  li.profile-list_text {
  font-size: 16px;
  width: 100%;
}
}


ul.category-btn_area {
  justify-content: center;
  flex-wrap: nowrap;
  gap: 4px;
  margin-top: 32px;
}
li.category-btn_wrap {
  width: 50%;
  padding: 12px;
  background-color: #fff;
  border: solid 1px rgb(228, 228, 228);
  text-align: center;
}
.category-title_text {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  ul.category-btn_area {
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 32px;
  }
  li.category-btn_wrap {
    width: 49%;
    padding: 6px;
  }
  .profile-top_wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .category-title_text {
    font-size: 14px;
    font-weight: bold;
  }
}

.new-pagenation {
    margin: 40px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
}
span.page-numbers.current {
    border-radius: 45px;
    width: 29px;
    height: 29px;
    line-height: 27px;
    background-color: #767676;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.article-main_area h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #555;
    margin: 1.5em 0 0.8em;
    padding-left: 10px;
    border-left: solid 2px #000;
}