
/*!
Theme Name: Cocoon Child
Description: Parent 2.8.9.1
Template:   cocoon-master
Version:    1.1.3
*/
body {
  background-color: #fff;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.wrap {
  width: 1100px;
}

@media screen and (max-width: 1120px) {
  .wrap {
    width: auto;
    padding: 0 10px;
  }
}

.content-in {
  flex-wrap: nowrap;
}

@media screen and (max-width: 834px) {
  .mofutan-app .content-in {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 1260px) {
  .main,
  .sidebar {
    margin: 0;
  }
}

@media screen and (max-width: 834px) {
  main.main, div.sidebar {
    padding: 0;
  }
}

.main {
  width: 770px;
  padding: 0;
  border: none;
}

@media screen and (max-width: 1120px) {
  .main {
    width: auto;
    padding-right: 10px;
  }
}

.sidebar {
  flex: none;
  width: 300px;
  padding: 0;
  border: none;
}

@media screen and (max-width: 1120px) {
  .sidebar {
    margin-left: 10px;
  }
}

/* テキストが短いときはセンター */
.short-text-center {
  text-align: center;
}

.short-text-center > span {
  display: inline-block;
  text-align: left;
}

#header {
  --header-bb-width: 1px;
  width: 100%;
  background: #fff;
  border-bottom: var(--header-bb-width) solid #eee;
}

@media screen and (max-width: 1023px) {
  #header {
    height: 50px;
    overflow: hidden;
  }
}

#header .wrap {
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1023px) {
  #header .wrap {
    margin-top: 0;
  }
}

#header .header_inner {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  #header .header_inner {
    width: 130px;
    margin: 0;
    flex: none;
  }
}

#header .logo {
  padding-right: 17px;
}

#header .logo img {
  width: 207px;
  height: auto;
}

@media screen and (max-width: 1023px) {
  #header .logo {
    display: block;
    padding-right: 0;
  }
  #header .logo img {
    width: auto;
    height: 30px;
    margin: 10px 0;
    display: block;
  }
}

#header .header_info {
  color: #aaa;
  font-size: 12px;
  text-align: left;
  padding-top: 4px;
  line-height: 1.5;
  box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
  #header .header_info {
    display: none;
  }
}

#drawer_toggle,
#menu {
  display: none;
}

@media screen and (max-width: 1023px) {
  .mm-slideout {
    z-index: 10;
  }
  #drawer_toggle,
  #menu {
    display: block;
    display: none;
  }
  #drawer_toggle {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 32px;
    height: 30px;
    z-index: 999999;
  }
  #drawer_toggle img {
    width: auto;
    height: 20px;
    vertical-align: bottom;
  }
  #drawer_toggle a {
    display: block;
  }
  .sb-active {
    display: block !important;
  }
}

#header .header_author_home_link {
  max-width: 50%;
  margin-left: auto;
}

#header .header_author_home_link a {
  display: flex;
  align-items: center;
  height: calc(101px + var(--header-bb-width));
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  #header .header_author_home_link a {
    height: auto;
  }
}

#header .header_author_home_link a .avator {
  flex: none;
  display: block;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 50%;
}

#header .header_author_home_link a .name {
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 1023px) {
  #header .header_author_home_link a .name {
    font-size: 12px;
    line-height: 1.15;
  }
}

.header-container {
  padding-top: 30px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .header-container {
    padding-top: 2vw;
    padding-bottom: 4vw;
  }
}

.header-in {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}

.header-in__sns-link {
  flex: 1 0;
  flex-basis: calc(100% / 3);
}

@media screen and (max-width: 639px) {
  .header-in__sns-link {
    display: none;
  }
}

.header-in__sns-link ul {
  display: flex;
  margin: 0;
  padding-left: 0;
}

.header-in__sns-link ul li {
  display: block;
  margin-right: 10px;
}

.header-in__sns-link img {
  vertical-align: bottom;
}

.header-in .logo-header {
  flex: 1 0;
  flex-basis: calc(100% / 3);
  padding: 0 20px;
}

@media screen and (max-width: 639px) {
  .header-in .logo-header {
    width: auto;
    margin: auto;
    padding: 10px 0;
  }
}

.header-in .logo-header img {
  vertical-align: bottom;
}

.header-in .search-box {
  flex: 1 0;
  flex-basis: calc(100% / 3);
  margin: 0;
  text-align: right;
}

@media screen and (max-width: 639px) {
  .header-in .search-box {
    display: none;
  }
}

.header-in .search-box .search-edit {
  width: 100%;
  max-width: 250px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  border-radius: 22px;
}

.header-in .search-box .search-edit:focus {
  outline: none;
}

.header-in.cf::after {
  display: none;
}

.wan-footer .list {
  display: revert;
  flex-direction: revert;
  row-gap: revert;
}

/*============================================================================*
/* footer
/*============================================================================*/
.wan-footer {
  background: #fff;
  padding-top: 30px;
}

@media screen and (max-width: 1023px) {
  .wan-footer .wrap {
    margin-top: 0;
    background: #fff;
  }
}

.wan-footer .footer_content {
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
  .wan-footer .footer_content {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
  }
}

.wan-footer .footer_content::after {
  content: none;
  /* .wrap::after override */
}

/* ロゴ
------------------------------ */
.wan-footer .logo {
  flex: none;
  order: -1;
  width: 300px;
  color: #202020;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .wan-footer .logo {
    order: 0;
    width: auto;
    padding: 10px 0;
    background-color: #f5f5f5;
  }
}

.wan-footer .logo .note {
  margin: 1em;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .wan-footer .logo .note {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .wan-footer .logo .footer_logo {
    width: 150px;
  }
}

/* フッターメニュー
------------------------------ */
.wan-footer .footer_nav {
  display: flex;
  width: 750px;
}

@media screen and (max-width: 1023px) {
  .wan-footer .footer_nav {
    flex-direction: column;
    width: auto;
  }
}

.wan-footer .footer_nav dl {
  margin-right: 3em;
  font-size: 12px;
}

@media screen and (max-width: 1023px) {
  .wan-footer .footer_nav dl {
    margin-right: 0;
  }
}

.wan-footer .footer_nav dl a {
  color: #888;
}

.wan-footer .footer_nav dt {
  margin-bottom: 10px;
  color: #202020;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .wan-footer .footer_nav dt {
    text-align: center;
  }
}

@media screen and (max-width: 1023px) {
  .wan-footer .footer_nav ul {
    text-align: center;
  }
}

.wan-footer .footer_nav li {
  line-height: 2;
}

@media screen and (max-width: 1023px) {
  .wan-footer .footer_nav li {
    display: inline-block;
  }
  .wan-footer .footer_nav li:not(:last-child)::after {
    content: " | ";
    color: #888;
  }
}

@media screen and (max-width: 1023px) {
  .wan-footer .footer_nav li a {
    font-size: 10px;
  }
}

/* about */
@media screen and (max-width: 1023px) {
  .wan-footer .footer_nav .about {
    padding-top: 60px;
    background-color: #f5f5f5;
  }
}

.wan-footer .footer_nav .about dd {
  display: flex;
}

@media screen and (max-width: 1023px) {
  .wan-footer .footer_nav .about dd {
    flex-direction: column;
  }
}

.wan-footer .footer_nav .about .list {
  padding-right: 2.5em;
}

@media screen and (max-width: 1023px) {
  .wan-footer .footer_nav .about .list {
    margin: 0 1em;
    padding-right: 0;
  }
}

.wan-footer .footer_content {
  position: relative;
}

.wan-footer .footer_nav a {
  text-decoration: none;
}

.wan-footer .footer_nav ul {
  padding-left: 0;
}

.wan-footer .footer_nav li {
  list-style: none;
}

/*----------------------------*
/*  上に戻るボタン
/*----------------------------*/
#pagetop {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100px;
  height: 100px;
  z-index: 1;
  background: #f5f5f5;
  font-size: 10px;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  border-radius: 100px;
}

#pagetop img {
  width: 30px;
  margin-top: 18px;
}

@media screen and (max-width: 1023px) {
  #pagetop {
    position: relative;
    top: 50px;
    left: 50%;
    width: 90px;
    height: 90px;
    margin-left: -45px;
    margin-top: -25px;
    line-height: 1.5;
  }
  #pagetop img {
    width: 20px;
    height: auto;
  }
}

/*----------------------------*
/*  SNSページへのリンク
/*----------------------------*/
.footer_nsn_link {
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .footer_nsn_link {
    margin-top: 10px;
  }
}

.footer_nsn_link li {
  display: inline-block;
  margin: 0 10px;
}

.footer_nsn_link li img {
  width: 100%;
  height: auto;
}

.footer_nsn_link .twitter a,
.footer_nsn_link .facebook a {
  display: block;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 40px;
  box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
  .footer_nsn_link .twitter a,
  .footer_nsn_link .facebook a {
    display: grid;
    justify-items: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 30px;
  }
  .footer_nsn_link .twitter a img,
  .footer_nsn_link .facebook a img {
    display: block;
    width: 24px;
    height: 24px;
  }
}

.footer_nsn_link .twitter a {
  background: #00b1eb;
}

.footer_nsn_link .facebook a {
  background: #3b5998;
}

/*----------------------------*
/*  コピーライト
/*----------------------------*/
.wan-footer .copyright {
  border-top: 1px solid #eee;
  color: #b0b0b0;
  text-align: center;
  line-height: 34px;
  font-size: 10px;
}

@media screen and (max-width: 1023px) {
  .wan-footer .copyright {
    margin-top: 0;
  }
}

.wan-footer .copyright small {
  font-size: inherit;
}

@media screen and (max-width: 767px) {
  .wan-footer .copyright {
    background: #f5f5f5;
    border: none;
    font-size: 12px;
  }
  .wan-footer .copyright .wrap {
    background: none;
    padding-bottom: 50px;
  }
}

body.home .archive-title {
  margin-top: 40px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  body.home .archive-title {
    margin-top: 20px;
  }
}

.ect-3-columns {
  justify-content: space-between;
}

.ect-3-columns .entry-card-wrap {
  width: 31.17%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .ect-3-columns .entry-card-wrap {
    width: 48%;
  }
}

.entry-card-title,
.related-entry-card-title {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .entry-card-title,
  .related-entry-card-title {
    font-size: 14px;
    line-height: 1.5;
  }
}

.ect-vertical-card .entry-card-wrap .entry-card-thumb img {
  border-radius: 10px;
}

.pagination {
  position: relative;
}

.pagination .current {
  border-color: #ff7373;
  background-color: #ff7373;
  color: #fff;
}

.page-numbers {
  width: 36px;
  height: 36px;
  border-color: #ddd;
  border-radius: 3px;
  color: #aaa;
  font-size: 14px;
  line-height: 36px;
}

.page-numbers.dots {
  border: none;
  background-color: transparent;
}

.page-numbers.prev, .page-numbers.next {
  display: none;
  position: absolute;
  top: 0;
  border: none;
  color: #ccc;
  font-weight: normal;
  font-size: 32px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .page-numbers.prev, .page-numbers.next {
    position: static;
  }
}

.page-numbers.prev {
  left: 0;
}

.page-numbers.next {
  right: 0;
}

.pager-prev-next a {
  width: 45%;
}

.pager-prev-next a span {
  height: 45px;
  line-height: 45px;
  background-color: #ddb910;
  color: #fff;
}

.pagination-next {
  display: none;
}

.author-profile {
  display: flex;
}

@media screen and (max-width: 767px) {
  .author-profile {
    flex-direction: column;
    align-items: center;
  }
}

#sidebar .author-profile {
  display: block;
}

.author-info-a {
  flex: none;
  width: 150px;
}

@media screen and (max-width: 767px) {
  .author-info-a {
    width: auto;
  }
}

#sidebar .author-info-a {
  width: auto;
}

.author-info-a .avator {
  display: block;
  width: 150px;
  margin: auto;
  margin-bottom: 10px;
}

.author-info-a .author {
  color: #888;
  font-weight: bold;
  text-align: center;
}

.author-info-a .author dt {
  font-size: 12px;
}

.author-info-a .author dd {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  color: #000;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
}

.author-links {
  --button-size: 40px;
  display: grid;
  grid-template-columns: repeat(3, var(--button-size));
  justify-content: space-between;
  row-gap: 10px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .author-links {
    grid-template-columns: repeat(auto-fit, var(--button-size));
    justify-content: center;
    column-gap: 10px;
    width: 90vw;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
}

#sidebar .author-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 12px;
  margin-bottom: 30px;
}

.author-links li {
  list-style: none;
}

.author-links a {
  display: block;
  width: var(--button-size);
  height: var(--button-size);
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.author-links a img,
.author-links a span {
  display: block;
}

.author-links a.home img {
  opacity: 40%;
}

.author-links a span {
  font-size: 20px;
}

.author-links a span.icon-twitter {
  color: #1da1f2;
}

.author-links a span.icon-x-corp {
  color: #000;
}

.author-links a span.icon-youtube {
  color: #cd201f;
}

.author-info-b {
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .author-info-b {
    display: none;
  }
}

#sidebar .author-info-b {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  #sidebar .author-info-b {
    display: block;
  }
}

.author-detail {
  font-size: 14px;
}

.author-detail p {
  margin-bottom: 1.67em;
  line-height: 1.67;
}

.author-detail a {
  color: currentColor;
}

#breadcrumb {
  min-height: 1.5em;
  font-size: 12px;
  margin-top: 0;
  padding: 12px 0;
}

#breadcrumb a {
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  #breadcrumb {
    display: none;
  }
}

.breadcrumb-category {
  overflow: hidden;
}

.breadcrumb-category > div {
  float: left;
  margin-right: 0;
  position: relative;
  padding-right: 1.7em;
}

.breadcrumb-category > div:not(:last-child) a {
  color: #aaa;
}

/*矢印*/
.breadcrumb-category > div::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg);
}

.breadcrumb-category > div:last-child::after {
  border: none;
}

.breadcrumb-category > div.detail_title::after {
  border: none;
}

.breadcrumb-item .fa-folder,
.breadcrumb-item .fa-file-o {
  display: none;
}

.breadcrumb-home .sp,
.breadcrumb-item .sp {
  display: none;
}

.app-banner {
  max-width: 480px;
  margin: auto;
  text-align: center;
}

.app-banner img {
  vertical-align: bottom;
}

.article-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.article-header .eye-catch-wrap {
  order: -1;
}

.app-link,
.comment-form-link {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
}

.app-link a,
.comment-form-link a {
  display: inline-block;
  width: 300px;
  height: 50px;
  border-radius: 25px;
  background-color: #d5b313;
  color: #fff;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
}

.comment-form-link a {
  background-color: #eee;
  color: #333;
}

.article-header .entry-title,
.article-header > div:not(.eye-catch-wrap) {
  width: 607px;
}

@media screen and (max-width: 767px) {
  .article-header .entry-title,
  .article-header > div:not(.eye-catch-wrap) {
    align-self: flex-start;
    width: auto;
    max-width: 100%;
  }
}

.article-header .site_name_on_post_title > div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: -22px;
  padding: 0 20px;
  border-radius: 22px;
  border: 2px solid #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .article-header .site_name_on_post_title > div {
    margin-left: 0;
    padding: 0 12px;
    line-height: 24px;
    border-radius: 13px;
    font-size: 12px;
  }
}

.article-header .excerpt {
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .article-header .excerpt {
    margin-top: 0;
  }
}

.article-header .entry-title {
  font-size: 30px;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .article-header .entry-title {
    padding-right: 0;
    padding-left: 0;
    text-align: left;
    font-size: 18px;
  }
}

.article-header .date-tags {
  display: none;
}

.entry-content {
  width: 607px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .entry-content {
    width: auto;
  }
}

.entry-content {
  margin-top: 6.4%;
}

.tmp_text {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .tmp_text {
    font-size: 16px;
  }
}

.tmp_text h2 {
  margin-top: 1.5em;
  margin-bottom: .7em;
  padding: 0;
  padding-bottom: .2em;
  border-bottom: 4px solid #ef8080;
  color: #444;
  font-weight: bold;
  font-size: 1.56em;
  line-height: 1.25;
  background-color: transparent;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .tmp_text h2 {
    border-bottom-width: 2px;
    font-size: 1.125em;
    line-height: 1.4;
  }
}

.tmp_text h3 {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 1.3em;
  margin-bottom: .7em;
  padding: 4px .8em;
  color: #444;
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.5;
  border: none;
}

@media screen and (max-width: 767px) {
  .tmp_text h3 {
    margin-top: 1.1em;
    margin-bottom: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.125em;
    line-height: 1.3;
  }
}

.tmp_text h3::before {
  content: "";
  flex: none;
  position: absolute;
  left: 0;
  width: 6px;
  height: 100%;
  background: #ef8080;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .tmp_text h3::before {
    width: 4px;
  }
}

.tmp_text ul:not([class^="ez-toc-list"]) {
  margin: 1em 0 2em 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .tmp_text ul:not([class^="ez-toc-list"]) {
    font-size: 15px;
  }
}

.tmp_text ul:not([class^="ez-toc-list"]) li {
  position: relative;
  margin: 0;
  margin-bottom: .5em;
  padding-left: 1.3em;
  font-weight: bold;
  list-style: none;
}

.tmp_text ul:not([class^="ez-toc-list"]) li::before {
  content: "";
  display: block;
  position: absolute;
  top: .5em;
  left: 0;
  width: .5em;
  height: .5em;
  border-radius: .25em;
  background-color: #f06464;
}

.tmp_text p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  line-height: 1.8;
}

@media screen and (max-width: 1023px) {
  .tmp_text p {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

.tmp_text :is(h2, h3) + p {
  margin-top: 0;
}

.article .box-expert {
  margin: 20px 0;
  padding: 1em;
  border: 2px solid #caa479;
  background-color: #fbf6f0;
  line-height: 1.5;
  border-radius: 6px;
}

@media screen and (max-width: 1023px) {
  .article .box-expert {
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 10px;
    border-width: 2px;
  }
}

.article .box-expert .profile {
  display: flex;
}

.article .box-expert .profile-image {
  flex: none;
  width: 100px;
  height: 100px;
  margin-right: 10px;
}

@media screen and (max-width: 1023px) {
  .article .box-expert .profile-image {
    width: 80px;
    height: 80px;
  }
}

.article .box-expert .profile-image img {
  display: block;
  width: 100%;
  border-radius: 50%;
}

.article .box-expert .profile-detail {
  flex: 1;
  min-width: 0;
}

.article .box-expert .title {
  margin-bottom: .8em;
  border-bottom: 2px solid #caa479;
  font-weight: bold;
  font-size: 1.125em;
}

.article .profile-detail .name,
.article .profile-detail .katagaki {
  display: inline-block;
  font-weight: bold;
}

.article .box-expert .name {
  font-size: 1.125em;
}

.article .profile-detail .txt-profile {
  margin: 5px auto 0;
  font-size: .875em;
  line-height: 1.4;
  color: #444;
}

.article .profile-detail .txt-profile ul {
  margin: 0;
  font-size: inherit;
}

.article .profile-detail .txt-profile li {
  margin-bottom: .2em;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  .article .profile-detail .txt-profile {
    margin-top: 6px;
  }
}

.article-header .eye-catch-wrap img {
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .article-header div.post_author_share {
    width: 100%;
  }
}

.post_author_share {
  display: flex;
}

@media screen and (max-width: 767px) {
  .post_author_share {
    flex-direction: column;
  }
}

.post_author_share .author {
  display: flex;
  align-items: center;
}

.post_author_share .author .avator {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: .5em;
  object-fit: cover;
}

.post_author_share .author .name {
  font-weight: bold;
}

.post_author_share .sns-share_wrap {
  display: flex;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .post_author_share .sns-share_wrap {
    justify-content: center;
    margin: 10px 0 5px;
  }
}

.sns-share_wrap .sns-share {
  display: flex;
}

.sns-share_wrap .sns-share .sns-buttons {
  column-gap: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
}

.sns-share_wrap .sns-share .sns-buttons a {
  width: 22px;
  height: 22px;
  margin-right: 16px !important;
  margin-left: 16px !important;
  border: none;
  font-size: 18px;
}

.sns-share_wrap .sns-share .sns-buttons a .button-caption {
  display: none;
}

.sns-share_wrap .comment-count {
  font-weight: bold;
  font-size: 12px;
}

.sns-share_wrap .comment-count a {
  color: #d5b313;
}

.sns-share_wrap .comment-count::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 18px;
  margin-right: .3em;
  background: url(images/icon_comment.png) center no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.ss-bottom .sns-share-message {
  display: none;
}

.ss-bottom .sns-share-buttons {
  justify-content: space-between;
}

.ss-bottom .sns-buttons a {
  width: 23%;
  height: 50px;
  border-radius: 25px;
  border-width: 2px;
  border-color: #eee !important;
}

@media screen and (max-width: 639px) {
  .ss-bottom .sns-buttons a {
    width: 48%;
    height: 40px;
  }
}

.ss-bottom .sns-buttons a .button-caption {
  font-size: 12px;
}

#related-entries .related-entry-heading,
#related-entries-2 .related-entry-heading {
  text-align: center;
}

.rect-vartical-card-4 .related-entry-card-wrap {
  width: 23%;
}

@media screen and (max-width: 767px) {
  .rect-vartical-card-4 .related-entry-card-wrap {
    width: 47%;
  }
}

@media screen and (max-width: 356px) {
  .rect-vartical-card-4 .related-entry-card-wrap {
    width: 100%;
  }
}

.rect-vartical-card .related-entry-card-wrap {
  padding: 0;
}

.rect-vartical-card .related-entry-card .related-entry-card-content {
  padding-bottom: 0;
}

.rect-vartical-card .related-entry-card .related-entry-card-title {
  font-size: 13px;
  line-height: 1.5;
}

.rect-vartical-card .related-entry-card .related-entry-card-thumb img {
  border-radius: 6px;
}

#ez-toc-container {
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
  line-height: 170%;
}

@media screen and (max-width: 767px) {
  #ez-toc-container {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}

#ez-toc-container .ez-toc-title {
  position: relative;
  margin: 0;
  padding-bottom: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}

#ez-toc-container .ez-toc-list {
  margin: 10px 0 0;
  padding: 0 !important;
  font-size: 14px;
  line-height: 1.5 !important;
}

#ez-toc-container .ez-toc-list a {
  color: #333;
}

#ez-toc-container .ez-toc-list li {
  position: relative;
  margin-bottom: 10px;
  list-style: none;
}

#ez-toc-container .ez-toc-list li ul {
  margin: 5px 0 0;
  padding-left: 1em;
}

#ez-toc-container .ez-toc-list li a:hover {
  text-decoration: none;
}

.sidebar h3 {
  margin-bottom: 8px;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 14px;
  line-height: 1.57;
}

@media screen and (max-width: 1023px) {
  body.home .widget_new_entries {
    display: none;
  }
}

.widget_new_entries .widget-title {
  text-align: center;
}

.widget-entry-cards .widget-entry-card-title {
  font-size: 12px;
  line-height: 1.5;
}

.widget-entry-cards .new-entry-card-thumb img {
  border-radius: 6px;
}
/*# sourceMappingURL=style.css.map */