/* blog-single.php
=========================================== */
html, body {
  overflow: unset;
}
@media (max-width: 767px) {
  html, body {
    scroll-margin-top: 140px;
    overflow: auto;
  }
}

#bg_pagetop {
  background: url(/blog/wp-content/uploads/img/blog_img004.svg) no-repeat right #333333;
  background-size: contain;
  height: 530px;
}
@media (max-width: 993px) {
  #bg_pagetop {
    height: 450px;
  }
}
@media (max-width: 768px) {
  #bg_pagetop {
    height: 300px;
  }
}

.clearfix {
  padding-bottom: 0;
}
@media (max-width: 993px) {
  .clearfix {
    background: -webkit-gradient(linear, left top, left bottom, from(#333333), color-stop(30%, #333333), color-stop(30%, #F6F6F6), to(#F6F6F6));
    background: -webkit-linear-gradient(top, #333333 0%, #333333 30%, #F6F6F6 30%, #F6F6F6 100%);
    background: linear-gradient(180deg, #333333 0%, #333333 30%, #F6F6F6 30%, #F6F6F6 100%);
  }
}

.pageTTL {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}
@media (max-width: 1200px) {
  .pageTTL {
    padding-right: 5%;
  }
}
.pageTTL h2 {
  font-size: clamp(2rem, 3vw, 3.6rem);
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
.pageTTL > .flex {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 14px;
}
@media (max-width: 768px) {
  .pageTTL > .flex {
    gap: 8px;
  }
}
.pageTTL > .flex > span {
  display: inline-block;
  background: #fff;
  color: #333333;
  border-radius: 32px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 3px 18px;
}
@media (max-width: 768px) {
  .pageTTL > .flex > span {
    font-size: 1.2rem;
    padding: 2px 14px;
  }
}
.pageTTL .date {
  display: inline-block;
  font-size: 1.4rem;
}
.pageTTL .date span {
  display: inline-block;
  margin-left: 4px;
}
.pageTTL .main_img {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .pageTTL .main_img {
    height: auto;
  }
}
.pageTTL .main_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  border-radius: 12px;
}

.blog_single {
  background: #F6F6F6;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .blog_single {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.blog_single > .inner {
  max-width: 900px;
  width: 100%;
}
.blog_single .single_contents p:not(.toc_title) {
  font-size: 1.6rem;
  margin-bottom: 30px;
  letter-spacing: 0.05rem;
  line-height: 2.2;
}
@media (max-width: 768px) {
  .blog_single .single_contents p:not(.toc_title) {
    margin-bottom: 16px;
  }
}
.blog_single .single_contents p:not(.toc_title):last-child {
  margin-bottom: 0;
}
.blog_single .single_contents .outline {
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 8px 10px 0 rgba(0, 32, 103, 0.03);
          box-shadow: 0px 8px 10px 0 rgba(0, 32, 103, 0.03);
  padding: 46px 64px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .blog_single .single_contents .outline {
    padding: 32px 40px;
  }
}
@media (max-width: 560px) {
  .blog_single .single_contents .outline {
    padding: 24px;
  }
}
.blog_single .single_contents .outline .toc_title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .blog_single .single_contents .outline .toc_title {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
}
.blog_single .single_contents .outline .toc_list {
  counter-reset: item;
}
.blog_single .single_contents .outline .toc_list a {
  color: #333333;
  display: inline-block;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .blog_single .single_contents .outline .toc_list a {
    font-size: 1.5rem;
  }
}
.blog_single .single_contents .outline .toc_list li {
  padding-left: 24px;
}
@media (max-width: 768px) {
  .blog_single .single_contents .outline .toc_list li {
    padding-left: 20px;
  }
}
.blog_single .single_contents .outline .toc_list > li {
  position: relative;
  margin-bottom: 10px;
}
.blog_single .single_contents .outline .toc_list > li:last-child {
  margin-bottom: 0;
}
.blog_single .single_contents .outline .toc_list > li:before {
  content: counter(item);
  counter-increment: item 1;
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #FF821C;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .blog_single .single_contents .outline .toc_list > li:before {
    font-size: 1.6rem;
  }
}
.blog_single .single_contents .outline .toc_list > li > a {
  display: inline-block;
  margin-bottom: 10px;
}
.blog_single .single_contents .outline .toc_list > li > ul {
  counter-reset: item;
}
.blog_single .single_contents .outline .toc_list > li > ul > li {
  position: relative;
  margin-bottom: 4px;
}
.blog_single .single_contents .outline .toc_list > li > ul > li:before {
  content: counter(item);
  counter-increment: item 1;
  position: absolute;
  font-family: "Roboto", sans-serif;
  color: #333333;
  font-size: 1.8rem;
  font-weight: bold;
  left: 0;
  top: 3px;
}
@media (max-width: 768px) {
  .blog_single .single_contents .outline .toc_list > li > ul > li:before {
    font-size: 1.6rem;
  }
}
.blog_single .single_contents .outline .toc_list > li > ul > li > li a {
  margin-bottom: 10px;
}
.blog_single .single_contents .outline .toc_list > li > ul > li:last-child a {
  margin-bottom: 0;
}
.blog_single .single_contents .outline .toc_list > li:last-child {
  margin-bottom: 0;
}
.blog_single .single_contents h2 {
  margin: 80px 0 32px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  background: #333333;
  padding: 16px 22px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .blog_single .single_contents h2 {
    margin: 40px 0 20px;
    padding: 16px;
    font-size: 2rem;
  }
}
.blog_single .single_contents h3 {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 20px;
  margin: 60px 0 30px;
}
@media (max-width: 768px) {
  .blog_single .single_contents h3 {
    margin: 20px 0;
    font-size: 2rem;
  }
}
.blog_single .single_contents h3:before {
  content: "";
  position: absolute;
  background: #333333;
  width: 3px;
  height: 100%;
  left: 0;
  top: 0;
}
.blog_single .single_contents h4 {
  margin-bottom: 10px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .blog_single .single_contents h4 {
    font-size: 1.8rem;
  }
}
.blog_single .single_contents p a,
.blog_single .single_contents ul.list a {
  color: #009CC9;
  padding-right: 22px;
  text-decoration: underline;
  display: inline;
  background: url(/base/img/icon_tab_blue.svg) no-repeat;
  background-size: 16px 16px;
  background-position: bottom 3px right 2px;
}
.blog_single .single_contents p iframe {
  max-width: 100%;
  width: 100%;
}
.blog_single .single_contents img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 32px;
}
.blog_single .single_contents .list {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 32px;
  padding: 24px 30px;
}
@media (max-width: 768px) {
  .blog_single .single_contents .list {
    padding: 20px;
  }
}
.blog_single .single_contents .list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  font-size: 1.6rem;
}
.blog_single .single_contents .list li:before {
  content: "";
  position: absolute;
  background: #333333;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  left: 0;
  top: 14px;
}
.blog_single .single_contents .list li:last-child {
  margin-bottom: 0;
}
.blog_single .single_contents table {
  margin-bottom: 32px;
  font-size: 1.6rem;
  width: 100%;
}
.blog_single .single_contents table th {
  font-weight: bold;
  background: #333333;
  text-align: center;
  color: #fff;
  border: solid 1px #fff;
  padding: 12px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .blog_single .single_contents table th {
    padding: 10px;
    font-size: 1.4rem;
  }
}
.blog_single .single_contents table td {
  width: 60%;
  font-weight: bold;
  background-color: #fff;
  text-align: left;
  border: solid 1px #eee;
  padding-left: 30px;
  padding: 10px;
  vertical-align: middle;
}
.blog_single .single_contents blockquote {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 32px;
  padding: 24px 30px;
}
@media (max-width: 768px) {
  .blog_single .single_contents blockquote {
    padding: 20px;
  }
}
.blog_single .single_contents blockquote p {
  line-height: 1.8 !important;
  margin-bottom: 12px !important;
}
.blog_single .single_contents blockquote ul {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.blog_single .single_contents blockquote ul li {
  margin-bottom: 4px !important;
}
.blog_single .single_contents strong {
  background: #fffc6b;
}
.blog_single .blog_contact {
  background: #fff;
  border: 1px solid #DDDDDD;
  padding: 40px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .blog_single .blog_contact {
    margin-top: 40px;
    padding: 30px 24px;
  }
}
.blog_single .blog_contact p {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .blog_single .blog_contact p {
    margin-bottom: 24px;
  }
}
.blog_single .blog_contact a.btn_c {
  max-width: 400px;
  width: 100%;
  padding: 24px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border: solid 2px #fff;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 44px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .blog_single .blog_contact a.btn_c {
    font-size: 1.6rem;
    padding: 18px 0;
  }
}
@media (hover: hover) {
  .blog_single .blog_contact a.btn_c:hover {
    color: #FF821C;
    border: solid 2px #FF821C;
    background: #fff;
    opacity: 1;
  }
}
.blog_single .share {
  position: -webkit-sticky;
  position: sticky;
  bottom: 10%;
  left: 5%;
  max-width: 100px;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  z-index: 10;
  margin-top: -200px;
}
@media (max-width: 1200px) {
  .blog_single .share {
    left: 2%;
  }
}
@media (max-width: 993px) {
  .blog_single .share {
    display: block;
    position: unset;
    margin: 60px auto 0;
    max-width: 180px;
  }
}
@media (max-width: 768px) {
  .blog_single .share {
    margin-top: 40px;
  }
}
.blog_single .share ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (max-width: 993px) {
  .blog_single .share ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.blog_single .share li {
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 8px 10px 0 rgba(0, 32, 103, 0.03);
          box-shadow: 0px 8px 10px 0 rgba(0, 32, 103, 0.03);
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 993px) {
  .blog_single .share li {
    width: 48px;
    height: 48px;
  }
}
.blog_single .share li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog_single .share li img {
  width: 22px;
  height: 22px;
}
.blog_single .blog_bnr {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  gap: 16px;
}
@media (max-width: 560px) {
  .blog_single .blog_bnr {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    right: 10px;
    bottom: 10px;
    left: 0;
    bottom: 10px;
    margin: 0 auto;
    gap: 8px;
  }
}
.blog_single .blog_bnr a {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 768px) {
  .blog_single .blog_bnr a {
    max-width: 180px;
  }
}
@media (hover: hover) {
  .blog_single .blog_bnr a:hover {
    opacity: 0.7;
  }
}
.blog_single .blog_bnr img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.single_cate {
  background: #F6F6F6;
  padding-top: 0;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .single_cate {
    padding-bottom: 40px;
  }
}
.single_cate .search_bar {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 34px;
}
@media (max-width: 560px) {
  .single_cate .search_bar {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.single_cate .category {
  margin-bottom: 0;
}

.recommend {
  background: #F6F6F6;
  padding-top: 0;
}
.recommend .blog_page_title {
  font-size: clamp(2.4rem, 3vw, 3.4rem);
  margin-bottom: 26px;
}
.recommend .recommend_list {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  row-gap: 40px;
}
.recommend .recommend_list:after {
  content: "";
  display: block;
  width: calc((100% - 50px) / 3);
}
.recommend .recommend_list .one_recommend {
  width: calc((100% - 50px) / 3);
}
@media (max-width: 768px) {
  .recommend .recommend_list .one_recommend {
    width: 100%;
  }
}
.recommend .recommend_list .one_recommend a {
  width: 100%;
  color: #333333;
  text-align: left;
}
.recommend .recommend_list .one_recommend figure {
  width: 100%;
  height: 255px;
  overflow: hidden;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .recommend .recommend_list .one_recommend figure {
    height: auto;
  }
}
.recommend .recommend_list .one_recommend figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: bottom;
}
.recommend .recommend_list .one_recommend .text {
  padding: 16px 16px 0;
}
.recommend .recommend_list .one_recommend .text span {
  display: inline-block;
  background: #333333;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 4px 18px;
  border-radius: 32px;
  margin-bottom: 16px;
}
.recommend .recommend_list .one_recommend .text p {
  font-size: 2rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
@media (max-width: 993px) {
  .recommend .recommend_list .one_recommend .text p {
    font-size: 1.6rem;
  }
}
.recommend .recommend_list .one_recommend:hover figure {
  overflow: hidden;
  border-radius: 12px;
}
.recommend .recommend_list .one_recommend:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  overflow: hidden;
  border-radius: 12px;
}

.yarpp-related {
  margin: 0 !important;
}