.single_wrapper {
  display: block;
  padding: 65px 0;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #3c3e24;
}
.single_item_container {
  display: flex;
  padding: 50px 60px;
}
/* SNS */
.single_sidebar_sns {
  width: 90px;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  will-change: transform;
  max-height: 80vh;
}
.single_sidebar_sns_wrap {
  position: fixed;
  width: 90px;
  margin-top: 20px;
}
.single_sns_title {
  position: relative;
  text-align: center;
  color: #777e41;
  font-weight: 700;
  font-family: Lato, sans-serif;
  font-size: 14px;
  margin-bottom: 28px;
}
.single_sns_title:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: calc(100% + 8px);
  width: 1px;
  height: 8px;
  background: #777e41;
}
.single_sns_list {
}
.single_sns_list a {
  text-decoration: none;
  cursor: pointer;
}
.single_sns_link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
/* SNS end */
/* main */
.single_main_wrap {
  width: 620px;
  margin: 0 auto;
}
.single_main_item {
  margin-bottom: 60px;
  border-radius: 6px;
  background-color: #fff;
}

.single_main_item .single_title {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 52px;
}

.single_content img {
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: 80vh;
  margin: 30px 0 30px;
}

.single_content h1 {
  margin: 60px 0 30px;
  font-size: 40px;
  line-height: 52px;
}

time {
  margin-right: 10px;
  color: #777777;
}

.single_content h2 {
  margin: 60px 0 30px;
  padding: 15px 12px;
  clear: both;
  border-left: 2px solid #777e41;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.single_content h3 {
  margin: 60px 0 30px;
  clear: both;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.single_content h4 {
  margin: 0 0 30px;
  clear: both;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
}

.single_content p {
  margin: 0 0 30px;
  color: #222222;
  font-size: 18px;
  line-height: 1.67;
}

.single_content ul {
  margin-left: 20px;
  margin-bottom: 30px;
}
.single_content ol {
  margin-left: 20px;
  margin-bottom: 30px;
}
.single_content li {
  color: #222222;
  font-size: 18px;
  line-height: 1.67;
}

.single_content a {
  color: #777e41;
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
  height: auto;
  max-height: 80vh;
}

.floating {
  position: fixed;
  top: 0;
  padding: 3px 10px !important;
  left: 0;
  font-size: 13px !important;
  margin: 0 auto !important;
  width: 100% !important;
  z-index: 888;
  visibility: hidden;
  background: #777e41;
  color: #fff;
  border-left: none;
  border-bottom: none !important;
}

.floating:before {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  padding-right: 8px;
  color: #fff;
}
/* main end */
/* WP default css */
.has-small-font-size {
  font-size: 0.8125em !important;
}

.wp-block-verse {
  margin: 0 0 30px;
}

/* WP default css end */
/* single share area */
.single_share_area {
}
.p-share-area {
  margin: 20px 0 0;
  padding: 16px 0;
  width: 100%;
  display: inline-block;
}
.p-share-text {
  text-align: center;
  color: #777;
  font-size: 13px;
  margin: 0 0 20px;
}
.p-share-list {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-share-item {
  list-style: none;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 20px;
}
.p-share-item a {
  line-height: 36px;
  display: block;
  position: relative;
  color: #111;
  padding-bottom: 26px;
}
.p-share-name {
  position: absolute;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  bottom: 6px;
  left: 0;
  width: 100%;
  display: inline-block;
  color: #111;
}
.p-share-item:hover .p-share-name {
  font-weight: bold;
}
.p-share-item:hover .fa-twitter {
  color: #1da1f2;
}
.p-share-item:hover .fa-facebook-f {
  color: #3b5998;
}
.p-share-item:hover .fa-line {
  color: #06c755;
}
.copy_btn {
  line-height: 36px;
  display: block;
  position: relative;
  color: #111;
  padding-bottom: 26px;
}
.copied {
  background-color: #777e41;
  padding: 7.8px;
  color: white;
  font-size: 13px;
  border-radius: 5px;
}
.copy_btn:hover .fa-clone {
  color: #777e41;
}
/* single share area end */
/* 関連記事 */
.related_post {
  width: auto;
  margin-bottom: 40px;
}
.related_post h3 {
  margin: 60px 0 30px;
  padding: 15px 12px;
  clear: both;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  letter-spacing: 3px;
}
.related_post_container {
  width: auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-left: 0 !important;
}
.related_post_container a {
  text-decoration: unset;
}
.related_post_container li {
  width: 46%;
  margin: 0 2% 30px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #f8f8f8;
}
.related_post_container li:hover {
  opacity: 0.7;
}
.related_post_container a {
  display: flex;
  flex-direction: column;
  color: #1f1411;
}
.related_thumb {
  width: 100%;
  margin-bottom: 10px;
}
.related_thumb img {
  width: 100%;
  height: auto;
}
.related_title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0px !important;
}
.related_title_info {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 1024px) {
  .single_wrapper {
    padding: 88px 0;
  }
  .single_item_container {
    padding: 30px 15px;
    flex-wrap: wrap;
  }
  .single_sidebar_sns {
    display: none;
  }
  .single_item_toc {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .single_wrapper {
    padding: 88px 0;
  }
  .single_item_container {
    padding: 30px 15px;
    flex-wrap: wrap;
  }
  .single_sidebar_sns {
    display: none;
  }
  .single_item_toc {
    display: none;
  }
  .single_main_item .single_title {
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 1.25;
  }
  .single_content h2 {
    margin: 40px 0 40px;
  }
  .single_content h3 {
    margin: 40px 0 40px;
  }
  .single_content p {
    font-size: 16px;
  }
  .single_content ol {
    margin-left: 30px;
  }
  .single_content li {
    font-size: 16px;
  }
  .p-share-item {
    padding: 3px;
  }
  .related_post_container li {
    width: 100%;
  }
}
