/*.proflink a{*/
/*  display:block;*/
/*  text-align:center;*/
/*  padding:7px 10px;*/
/*  background:#aaa;!*カラーは変更*!*/
/*  width:50%;*/
/*  margin:0 auto;*/
/*  margin-top:20px;*/
/*  border-radius:20px;*/
/*  border:3px double #fff;*/
/*  font-size:0.65rem;*/
/*  color:#fff;*/
/*}*/
/*.proflink a:hover{*/
/*  opacity:0.75;*/
/*}*/

body#nts-style {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media (min-width: 768px) {
  body#nts-style ,
  body#nts-style p{
    font-weight: 300;
  }
}

body#nts-style,
body#nts-style a,
body#nts-style .post-list-title{
  color: #111111;
}
body#nts-style a:hover {
  color: #ff7d2d;
}

body#nts-style .archive-title-sub {
  color: #111111;
}

/* .pickup-contents-box-post-type
====================================================*/
body#nts-style .pickup-contents-box-post-type {

}
body#nts-style .pickup-contents-box-post-type .swiper-container {
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  body#nts-style .pickup-contents-box-post-type .swiper-container {
    width: 1160px;
  }
}

body#nts-style .pickup-contents-box-post-type .pickup-title {
  font-weight: 500!important;
  font-size: 14px!important;
  line-height: 1.1rem!important;
}

/* .popular-posts
====================================================*/
body#nts-style .sideber .widget.popular-posts .wpp-thumbnail{
  object-fit: cover;
}

body#nts-style .sideber .widget.popular-posts {
  padding-left: 0;
}

body#nts-style .sideber .widget.popular-posts > h2 {
  background-color: #FFFFFF;
  color: #ff7d2d;
  border-bottom: 1px solid #ff7d2d;
  text-align: left;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 20px;
}

body#nts-style  .sideber .widget.popular-posts .wpp-post-title {
  font-size: 14px!important;
  font-weight: 500!important;
}

@media screen and (max-width: 767px) {
  body#nts-style .sideber .widget.popular-posts .wpp-post-title{
    line-height: 1.1rem!important;
  }
}

body#nts-style .sideber .widget.popular-posts .wpp-list {
  counter-reset: popularpostsnumber 0;
}

body#nts-style .sideber .widget.popular-posts .wpp-list li {
  position: relative;
}

body#nts-style .sideber .widget.popular-posts .wpp-list li:before {
  counter-increment: popularpostsnumber 1;
  content: counter(popularpostsnumber) " ";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  color: #ffffff;
  border-radius: 50%;
  background-color: #3c3c3c;
  width: 24px;
  height: 24px;
  left: 4px;
  top: 4px;
  z-index: 10;
  font-family: 'Quicksand', 'Noto Sans Japanese', sans-serif;
  text-align: center;
  font-weight: 500;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
}

body#nts-style .sideber .widget.popular-posts .wpp-list li:first-child:before {
  background-color: #f7bf05;
  /*background-color: #f7d305;*/
}

body#nts-style .sideber .widget.popular-posts .wpp-list li:nth-child(2):before {
  background-color: #a5a5a5;
}

body#nts-style .sideber .widget.popular-posts .wpp-list li:nth-child(3):before {
  background-color: #c47222;
}


/* profile_box
====================================================*/
body#nts-style #profile_box {
  margin: 0 auto;
  padding: 30px 20px;
  text-align: center;
  /*box-shadow: 0px 5px 11.52px 0.48px rgba(72, 60, 52, 0.1);*/
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
}

body#nts-style #profile_box .profile_box_img {
  /*filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));*/
  margin: 0 auto 15px;
  width: 120px;
}

body#nts-style #profile_box .profile_box_item {
  padding: 0;
}

body#nts-style #profile_box .profile_box_item dt {
  padding-bottom: 15px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  body#nts-style  #profile_box .profile_box_item dt {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  body#nts-style #profile_box .profile_box_item dt {
    font-size: 16px;
  }
}

body#nts-style #profile_box .profile_box_item dt:after {
  content: "";
  padding-top: 10px;
  border-bottom: 1px solid #FF7D2D;
  height: 1px;
  width: 50px;
  display: block;
  margin: 0 auto;
}

body#nts-style #profile_box .profile_box_item dd {
  text-align: left;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  body#nts-style #profile_box .profile_box_item dd {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  body#nts-style #profile_box .profile_box_item dd {
    font-size: 14px;
  }
}

body#nts-style #profile_box .sns_icon {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 10px;
}

@media screen and (max-width: 767px) {
  body#nts-style #profile_box .sns_icon img {
    width: 30px;
  }
}

@media (min-width: 768px) {
  body#nts-style #profile_box .sns_icon img {
    width: 40px;
  }
}


/* header-box
====================================================*/
body#nts-style #header-box {
  background-color: #ffffff;
  animation: none;
}

body#nts-style #header-box #header {
  align-items: center;
}

body#nts-style #header-box #drawernav3 .menu-box .menu-item a:hover:after {
  transform: translate3d(0, 0px, 0);
}

body#nts-style #header-box {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  border-top: 3px solid #ff7d2d;
}

body#nts-style #header-box #drawernav3 .menu-box {
  margin-top: 0;
}

body#nts-style #header-box #drawernav3 .menu-box .menu-item a {
  border: none;
  font-size: clamp(0.75rem, 0.528rem + 0.46vw, 0.875rem) !important;
  font-weight: bold;
  height: auto;
}

@media (min-width: 768px) {
  body#nts-style #header-box .tn-logo-size img {
    width: 80px !important;
  }
}

body#nts-style #header-box #drawernav3 .menu-box .menu-item a:after {
  background-color: #ff7d2d !important;
}

body#nts-style #header-box .search_box {
  margin-top: 0;
  margin-left: 30px;
}

body#nts-style #header-box .search_box .search_btn {
  color: #ff7d2d;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  body#nts-style #header-box #site-info img {
    max-width: 40%;
  }

  body#nts-style #header-box .search_box {
    display: none;
  }
}

body#nts-style #header-box .hide-area {
  display: none;
}

@media screen and (max-width: 767px) {
  body#nts-style #header-box #site-info img {
    max-width: 60px;
  }
}

body#nts-style #wrapper {
  background-color: #ffffff;
  /*background-color: #fffcfa;*/
}

body#nts-style #wrapper .sp-menu-open {
  padding-top: 22px;
}

body#nts-style .cps-icon-bar ,
body#nts-style #navtoggle:checked+.sp-menu-open .cps-icon-bar {
  background-color: #ff7d2d;
}

body#nts-style .sp-menu-box ul.menu-box li a:before {
  color: #FF7D2E!important
}

/* サイドバー
====================================================*/
body#nts-style #sidebar .widget.widget_block .sns_icon a:hover {
  opacity: 0.5;
}

body#nts-style #sidebar .widget.widget_block .wp-block-image a:hover {
  opacity: 0.5;
}

body#nts-style #sidebar .widget_block.widget_media_image figure {
  border-radius: 10px;
  overflow: hidden;
}

/* フッター
====================================================*/
body#nts-style footer {
  background-color: #483c34;
}

body#nts-style footer #copyright {
  font-size: 12px;
  display: block;
  text-align: center;
}

body#nts-style footer .footer-menu {
  margin: 15px auto;
}

body#nts-style footer .footer-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: unset;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body#nts-style  footer .footer-menu ul {
    display: grid;
    gap: 10px;
  }
}

body#nts-style footer .footer-menu li {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  body#nts-style footer .footer-menu li {
    width: 100%;
  }
}

@media (min-width: 768px) {
  body#nts-style footer .footer-menu li {
    width: auto;
  }

  body#nts-style footer .footer-menu li:after {
    content: "";
    border-right: 1px solid #FFFFFF;
    padding-right: 10px;
    margin-right: 10px;
  }
}

body#nts-style footer .footer-menu li:last-child:after {
  content: "";
  border-right: none;
}

body#nts-style footer .footer-menu li > a {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 12px;
  border-bottom: 2px solid #483c34;
  padding: 0;
}

body#nts-style footer .footer-menu li > a:before {
  display: none;
}

body#nts-style footer .footer-menu .menu-box li > a:hover {
  border-bottom: 2px solid #ffffff;
}


body#nts-style #page-top .totop{
  color: #ffffff;
  background-color: #483c34;
}


body#nts-style #breadcrumb {
  background-color: #F0E9DF!important;
}

body#nts-style #breadcrumb li,
body#nts-style #breadcrumb a {
  color: #111111!important;
}

body#nts-style #breadcrumb  a:hover{
  text-decoration: underline;
}
body#nts-style #breadcrumb:after {
  display: none;
}

/* モーダル
====================================================*/

body#nts-style .modaal-close:after,
body#nts-style .modaal-close:before {
  background: #ccc;
}

body#nts-style .modaal-close:focus:after,
body#nts-style .modaal-close:focus:before,
body#nts-style .modaal-close:hover:after,
body#nts-style .modaal-close:hover:before {
  background: #666;
}

body#nts-style .modaal-wrapper .modaal-container {
  width: fit-content;
}

body#nts-style .modaal-wrapper .modaal-content-container {

  padding: 0;
}

body#nts-style .modaal-wrapper .c-searchForm {
  display: flex;
}

body#nts-style .modaal-wrapper .c-searchForm input[type=text] {
  height: 50px;
  font-size: 18px;
  width: 500px;
  padding: 15px;
}

body#nts-style .modaal-wrapper .c-searchForm .jin-ifont-search {
  background-color: #3b3e4c;
  color: #FFF;
  font-size: 24px;
  border-width: 0;
}


/* top
====================================================*/
body#nts-style.home .toppost-list-box label {
  background-color: inherit;
  border: 1px solid #AAAAAA;
  color: #AAAAAA;
  border-radius: 5px;
  font-size: clamp(0.75rem, 0.306rem + 0.93vw, 1rem);
  font-weight: 600 !important;
  border-bottom-color: #AAAAAA !important;
}

body#nts-style.home .toppost-list-box .first-tab label {
  border-bottom-color: #ff7d2d !important;
}

body#nts-style .post-list-link .entry-title {
  color: #111111!important;
  font-weight: 500 !important;
}

@media (max-width: 767px) {
  body#nts-style .post-list-link .entry-title {
    font-size: 14px;
  }
}

body#nts-style #tab-1:checked ~ .tabBtn-mag li [for="tab-1"],
body#nts-style #tab-2:checked ~ .tabBtn-mag li [for="tab-2"],
body#nts-style #tab-3:checked ~ .tabBtn-mag li [for="tab-3"],
body#nts-style #tab-4:checked ~ .tabBtn-mag li [for="tab-4"] {
  border: none;
}

@media (min-width: 768px) {
  body#nts-style .pickup-contents-box-post-type {
    padding: 30px 15px;
  }

  body#nts-style .toppost-list-box-inner .post-list-mag {
    padding: 2px 1px;
  }
}

@media (max-width: 767px) {
  body#nts-style .toppost-list-box .tabBtn-mag {
    width: calc(100% - 2px);
  }
}
body#nts-style .toppost-list-box-simple .post-list-link {
  border-radius: 10px;
}


/* ユーザー一覧
====================================================*/
body#nts-style #users_list {
  display: grid;
  justify-content: start;
  gap: 40px 10px;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

@media screen and (max-width: 767px) {
  body#nts-style #users_list {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
}

body#nts-style #users_list .users_list_item {
  display: grid;
  border-radius: 10px;
}

body#nts-style #users_list .sns_links {
  padding-top: 5px;
}

body#nts-style #users_list .users_list_top {
  display: block;
  margin: 0 auto 10px;
  height: auto;
}

body#nts-style #users_list .users_list_top {
  display: grid;
  text-align: center;
  letter-spacing: -0.025em;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

body#nts-style #users_list .users_list_img {
  margin: 0 auto 10px;
  /*border: 1px solid #d7d7d7;*/
  border-radius: 50%;
  max-width: 120px;
  max-height: 120px;
  overflow: hidden;
}

body#nts-style #users_list .users_list_top img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: inline-block;
}

body#nts-style #users_list .sns_links {
  margin-top: 5px;
  display: flex;
  gap: 0 5px;
  justify-content: center;
}

body#nts-style #users_list .sns_links img {
  width: 100%;
}


/* 投稿
====================================================*/
#sidebar {
  height: 100%!important;
}

body#nts-style .cps-post-header .post_date-wrap {
  margin-bottom: 10px;
}
body#nts-style .cps-post-header .post_date-wrap_bottom_h1 {
  margin-top: 10px;
}

body#nts-style .cps-post-header .post_date-wrap .post_date{
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
}


body#nts-style .cps-post-header .cat_tag_box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 15px;
}

body#nts-style .cps-post-header .cat_tag_box .cps-post-cat{
  margin-bottom:0;
}

body#nts-style .cps-post-header .cat_tag_box object a {
  font-size: 12px;
  border-radius: 30px;
  border: 1px solid #E2E1E0;
  line-height: 1.25;
  padding: 2px 8px;
  display: block;
  color: #483C34;
  font-weight: 500;
}

body#nts-style  .blog-card {
  width: 100%;
}

body#nts-style .linkcard {
  margin-left: auto;
  margin-right: auto;
}

body#nts-style .linkcard .lkc-external-wrap {
  border: 1px solid #73bc9b;
  padding: 20px;
  max-width: 100%;
}

body#nts-style .linkcard .lkc-card  {
  margin: 0;
}

body#nts-style .linkcard .lkc-excerpt  {
  margin: 5px 0 0;
}


body#nts-style .linkcard .lkc-link:hover img  {
  transform: scale(1.1);
}
body#nts-style .linkcard .lkc-info  {
  display: none!important;
}
body#nts-style .linkcard .lkc-title-text  {
  margin-bottom: 15px;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 500;
  display: block;
  letter-spacing: 1px;
  color: #524e4d;
}
body#nts-style .linkcard .lkc-url  ,
body#nts-style .linkcard .lkc-excerpt {
  color: #0a0404;
}
body#nts-style .linkcard .lkc-thumbnail  {
  padding: 0;
  margin: 0 20px 0 0;
  overflow: hidden;
}
body#nts-style .linkcard .lkc-thumbnail img {
  object-fit: cover;
  transition: transform 0.4s ease;
}
@media (max-width: 767px) {
  body#nts-style .linkcard .lkc-thumbnail  {
    max-width: 50%;
    max-height: 90px;
  }
  body#nts-style .linkcard .lkc-thumbnail img {
    width: 130px;
    height: 90px;
  }
}

@media (min-width: 768px) {
  body#nts-style .linkcard .lkc-thumbnail  {
    max-width: 200px;
    max-height: 150px;
  }
  body#nts-style .linkcard .lkc-thumbnail img {
    width: 200px;
    height: 150px;
  }
}

body#nts-style .rtoc-mokuji-content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body#nts-style .cps-post-main ul:not(.rtoc-mokuji)>li:before,
body#nts-style .cps-post-main ol:not(.rtoc-mokuji)>li:before {
  background-color: #ff7d2d !important;
}
body#nts-style .post-list-ca {
  background-color: #ff7d2d !important;
}

body#nts-style .swiper-button-next:after,
body#nts-style .swiper-button-prev:after {
  color: #ff7d2d;
}
body#nts-style .related-slide .swiper-pagination-bullet-active,
body#nts-style .pickup-contents-box-post-type .swiper-pagination-bullet-active,
body#nts-style .pickup-contents .cps-post-cat ,
body#nts-style .post-list-item .post-list-cat ,
body#nts-style .post-list-meta .post-list-cat {
  background-color: #ff7d2d !important;
}

body#nts-style .cps-post-box .cps-post-cat a{
  background-color: #ff7d2d !important;
  border-color: #ff7d2d !important;
}

body#nts-style .post-list-item .post-list-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
body#nts-style .post-list-item .post-list-inner .post-list-thumb img {
  object-fit: cover;
  aspect-ratio: 360 /200;
}
body#nts-style .post-list-item .post-list-inner .post-list-meta {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

body#nts-style .post-list-item .post-list-inner .post-list-meta .author_information {
  margin-top: auto;
}

body#nts-style .post-list-mag3col .post-list-item .post-list-inner .post-list-meta {
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  body#nts-style #main-contents {
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  #main-contents {
    width: calc(67.5% - 30px);
  }
}

body#nts-style #main-contents > section > h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

body#nts-style #main-contents .archive-box .post-list-item .post-list-meta h2 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 500 !important;
}

@media screen and (max-width: 767px) {
  body#nts-style  #main-contents .archive-box .post-list-item .post-list-meta h2 {
    font-size: 14px;
  }
}

body#nts-style #main-contents .toppost-list-box-inner .post-list-item .post-list-link ,
body#nts-style #main-contents .entry-content.archive-box .post-list-item .post-list-link {
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  body#nts-style  #main-contents .entry-content.archive-box .post-list-thumb img {
    min-height: unset;
  }
}

body#nts-style .author_information .post_user {
  display: flex;
  gap: 10px;
}
@media (min-width: 768px) {
  body#nts-style .author_information .post_user {
    align-items: center;
  }
}
@media (max-width: 767px) {
  body#nts-style .author_information .post_user {
    gap: 5px;
    flex-direction: column;
  }
}

body#nts-style .author_information .post_user .post_user_image {
  margin-right: 5px;
}

body#nts-style .author_information .post_user .post_user_image img {
  width: 30px;
  height: auto;
  border-radius: 50px;
}

body#nts-style .author_information .post_user .post_user_name {
  z-index: 999;
  font-weight: bold;
  color: #483C34;
}

body#nts-style .author_information .tag_box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

body#nts-style .author_information .tag_box:not(:empty) {
  margin-bottom: 20px;
}

body#nts-style .author_information .tag_box object a {
  font-size: 12px;
  border-radius: 30px;
  border: 1px solid #E2E1E0;
  line-height: 1.25;
  padding: 2px 8px;
  display: block;
  color: #483C34;
  font-weight: 500;
}

body#nts-style .author_information .post_user span {
  position: relative;
  color: #483C34;
}

body#nts-style .author_information .post_user .post_user_name a {
  font-size: 14px;
  display: block;
  letter-spacing: -0.05em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body#nts-style .author_information .post_user .post_user_name a {
    font-size: 12px;
  }
}

body#nts-style .related-entry-section .post-list-item .author_information .post_user_name a {
  display: block;
  letter-spacing: -0.05em;
  font-size: 14px;
}

body#nts-style .related-entry-section .swiper-container2 {
  padding-bottom: 20px;
}

body#nts-style .related-entry-section .swiper-pagination {
  bottom: 0;
}

body#nts-style .related-entry-section .post-list-item .post-list-meta.vcard .post-list-title.entry-title {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 400 !important;
}

@media (max-width: 767px) {
  body#nts-style .related-entry-section .post-list-item .post-list-meta.vcard .post-list-title.entry-title {
    font-size: 14px;
  }
}

body#nts-style.single-post #main-contents .cps-post-title.entry-title {
  font-weight: 700 !important;
}

body#nts-style.single-post #main-contents .cps-post-main-box .profile-card {
  border: 1px solid #e2e1e0 !important;
  padding-bottom: 10px;
  border-radius: 10px;
}

body#nts-style.single-post #main-contents .cps-post-main-box .profile-card .profile-title {
  display: none;
}

body#nts-style.single-post #main-contents .cps-post-main-box .profile-card .profile-thumbnail {
  box-shadow: none;
}

body#nts-style.single-post #main-contents .cps-post-main-box .profile-card .profile-name {
  font-weight: 400 !important;
}
body#nts-style.single-post #main-contents .cps-post-main-box .profile-card .profile-link {
  text-decoration: none;
}
body#nts-style.single-post #main-contents .cps-post-main-box .profile-card .profile-link:hover {
  text-decoration: underline;
}

body#nts-style.single-post #main-contents .profile-card .sns_links {
  display: flex;
  gap: 0 5px;
  margin-top: 1rem;
}
body#nts-style.single-post #main-contents .profile-card .sns_links li{
  padding: 0;
  margin: 0;
}

body#nts-style.single-post #main-contents .profile-card .profile-thumbnail {
  box-shadow:none;
}
body#nts-style.single-post #main-contents .cps-post-main-box .profile-card .profile-thumbnail img {
  border: none;
  border-radius: 50%;
}

body#nts-style #user_postlist .post-list-meta.vcard .post-list-desc {
  display: none;
}

body#nts-style #user_postlist .post-list-meta.vcard h2 {
  font-size: 13px;
  line-height: 1.3rem;
}

body#nts-style #user_postlist .post-list-thumb > span {
  padding: 3px 8px;
  border-radius: 20px;
  position: absolute;
  color: #fff !important;
  top: 11px;
  left: 11px;
  font-size: 0.55rem;
  margin-left: -1px;
  font-weight: 400;
  letter-spacing: 0;
}

body#nts-style #user_postlist .post-list-meta .post-list-title.entry-title {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 500 !important;
}

@media (max-width: 767px) {
  body#nts-style #user_postlist .post-list-meta .post-list-title.entry-title {
    font-size: 14px;
  }
}

/* ユーザー投稿一覧
====================================================*/
body#nts-style #author_post_list .post-list-mag3col .post-list-meta.vcard .post-list-desc {
  display: none;
}

body#nts-style #author_post_list .post-list-mag3col .post-list-thumb > span {
  position: absolute;
  top: 11px;
  left: 11px;
  font-weight: 400;
  letter-spacing: 0;
  background-color: #ff7d2d !important;
  margin-left: -1px;
  border-radius: 20px;
  font-size: 0.65rem;
  padding: 5px 12px;
  color: #fff !important;
}

body#nts-style #author_post_list .post-list-mag3col a {
  border-radius: 10px;
}

body#nts-style #author_post_list .author_info {
  display: flex;
  border: 1px solid #e2e1e0;
  padding: 25px 30px;
  gap: 0 35px;
  border-radius: 10px;
}

body#nts-style #author_post_list .author_info ul {
  display: flex;
  gap: 0 5px;
}

body#nts-style #author_post_list .author_info > img {
  width: 118px;
  height: fit-content;
  border-radius: 100px;
}

body#nts-style #author_post_list .author_info dt {
  font-weight: bold;
  font-size: 18px;
  color: rgb(72, 60, 52);
  line-height: 1.556;
  margin-bottom: 10px;
}

body#nts-style #author_post_list .author_info dd {
  font-weight: 400;
}

body#nts-style #author_post_list .post-list-mag3col {
  gap: 0 20px;
}

@media screen and (max-width: 767px) {
  body#nts-style  #author_post_list .author_info {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }

  body#nts-style #author_post_list .post-list-mag3col {
    gap: 0;
  }
}


/*
====================================================*/

body#nts-style .post-list-meta .author_information .post_user_image-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}

body#nts-style #contents .post-list-meta .author_information .post-list-date {
  position: relative;
  width: auto;
  left: auto;
  bottom: auto;
  padding: 0;
}

body#nts-style .post-list-meta .author_information .post_user_name {
  font-size: 14px;
}

body#nts-style #user_postlist .post-list-meta .author_information .tag_box,
body#nts-style .single.single-post .toppost-list-box-simple .post-list-meta .author_information .tag_box {
  display: none;
}

@media (min-width: 768px) {
  body#nts-style .post-list-mag3col_custom {
    gap: 2%;
  }

  body#nts-style .post-list-mag3col_custom .post-list-item {
    width: 48.5%;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  body#nts-style .post-list-mag3col_custom .post-list-item {
    gap: 3%;
  }

  body#nts-style .post-list-mag3col_custom .post-list-item {
    width: 48.4%;
  }
}

body#nts-style .post-list-mag3col_custom a.post-list-link,
body#nts-style .related-entry-section .post-list-mag3col a.post-list-link {
  border-radius: 10px;
}

body#nts-style #prev-next .next, #prev-next .prev {
  border-radius: 10px;
}

.h2-style02  .editor-styles-wrapper h2 ,
body#nts-style .h2-style02 h2 {
  border: none;
  background-color: #FFE5D5;
}

.h3-style01  .editor-styles-wrapper h3 ,
body#nts-style .h3-style01 h3 {
  border-bottom: none;
  border-left: 2px solid;
}

.h4-style01 .editor-styles-wrapper  h4 ,
body#nts-style .h4-style01 h4 {
  position: relative;
  padding-left: 16px;
  border: none;

  &:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ff7d2d;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}

.wp-admin.post-type-post.block-editor-page  .editor-styles-wrapper .is-root-container .wp-block-image .wp-element-caption,
body#nts-style.single-post #main-contents .cps-post-main .wp-block-image .wp-element-caption{
  font-size: 0.75rem;
  text-align: center;
  margin-bottom: 20px;
  margin-top: -16px;
}

/* page_about
====================================================*/
#page_about {
  position: relative;
}

#page_about .about_mv {
  position: relative;
  margin-bottom: 60px;
}

#page_about .about_mv_img-wrap {
  position: relative;
}

#page_about .about_mv_img-wrap .about_mv_img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#page_about .about_mv_img-wrap .about_mv_img img {
  max-width: 100%;
}

#page_about .about_concept {
  margin-bottom: 60px;
}

#page_about .about_concept .about_concept_img-wrap {
  position: relative;
}

#page_about .about_concept .about_concept_img-wrap .about_concept_img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#page_about .about_concept .about_concept_img-wrap .about_concept_img img {
  max-width: 100%;
}

#page_about .about_body .about_body_img-wrap {
  position: relative;
  margin-bottom: 30px;
}

#page_about .about_body .about_body_img-wrap .about_body_img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#page_about .about_body .about_body_img-wrap .about_body_img img {
  max-width: 100%;
}

#page_about .about_body .about_body_text {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

#page_about .about_body .about_body_text p {
  font-weight: 500;
}

#page_about .about_body .about_body_char {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

#page_about .about_body .about_body_char img {
  max-width: 100%;
}

/* page_sponsor
====================================================*/
#page_sponsor {
  margin-bottom: 50px;
}

#page_sponsor .page_sponsor_mv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

#page_sponsor .page_sponsor_mv img {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-height: 280px;
}

#page_sponsor .page_sponsor_title {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  color: #ff7d2d;
}

#page_sponsor .page_sponsor_sub_title {
  font-size: 20px;
  padding: 15px 12px;
  margin-bottom: 20px;
  background-color: #FFE5D5;
}

#page_sponsor .page_sponsor_body {
  position: relative;
}

#page_sponsor .page_sponsor_text {
  line-height: 1.85;
  font-weight: 500;
}

#page_sponsor .page_sponsor_hr {
  margin: 1.5rem 0;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ff7d2d;
}

#page_sponsor .sponsor_item_grid {
  display: grid;
  gap: 30px;
}

@media (min-width: 768px) {
  #page_sponsor .sponsor_grid_full {
    grid-template-columns: 1fr;
  }

  #page_sponsor .sponsor_grid_half {
    grid-template-columns: 1fr 1fr;
  }
}

#page_sponsor .sponsor_item {
  position: relative;
  border-radius: 10px;
  border: 2px solid #ff7d2d;
  padding: 20px;
}

#page_sponsor .sponsor_item_top {
  position: relative;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #page_sponsor .sponsor_grid_full .sponsor_item_top {
    display: grid;
    justify-content: center;
  }
}

#page_sponsor .sponsor_item_bottom {
  position: relative;
  border-top: 1px solid #ff7d2d;
  padding-top: 5px;
}

#page_sponsor .sponsor_item_img {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
}

@media (min-width: 768px) {
  #page_sponsor .sponsor_grid_full .sponsor_item_img {
    width: 240px;
    height: 240px;
  }
}

#page_sponsor .sponsor_item_img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

#page_sponsor .sponsor_item_title {
  font-weight: 500;
  font-size: 18px;
}

#page_sponsor .sponsor_item_text {
  font-size: 14px;
  margin: 5px 0;
  line-height: 1.85;
}

#page_sponsor .sponsor_item_info {
  font-size: 13px;
  margin: 5px 0;
}

.sns-design-style ol.sns-design-style-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.sns-design-style ol.sns-design-style-list li {
  width: 100%;
}

.sns-design-style ol.sns-design-style-list a > i ,
.sns-design-style ol.sns-design-style-list a > i:hover {
  color: #ffffff;
}

.sns-design-style ol.sns-design-style-list .twitter a {
  border-color: #000000;
  background: #000000;
}

.sns-design-style ol.sns-design-style-list .twitter .jin-ifont-twitter {
  background-image: url("../img/logo_icon_tx_white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.sns-design-style ol.sns-design-style-list .twitter .jin-ifont-twitter:before {
  display: none;
  content: unset;
}

.sns-design-style .share_title {
  margin: 30px 0 15px;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 400;
}

.share_vote {
  position: relative;
}

.share_vote:not(.share_vote_top) {
  border-top: 1px solid #e2e1e0;
  border-bottom: 1px solid #e2e1e0;
  margin: 30px 0;
  padding: 30px 0;
}

.share_vote.share_vote_top  {
  margin: 10px 0;
}
.share_vote.share_vote_top .vote_list {
  grid-template-columns: auto auto;
  justify-content: start;
}

.share_vote.share_vote_top .vote_list .vote_item{
  min-width: 100px;
  padding: 4px 8px;
}

.share_vote .vote_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 10px;
}

.share_vote .vote_list .vote_item {
  display: flex;
  gap: 10px;
  padding: 4px;
  border: 1px solid #000;
  align-items: center;
  justify-content: center;

  line-height: 1;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
  transition: color 0.3s ease,
              background 0.3s ease,
              transform 0.3s ease,
              opacity 0.3s ease,
              box-shadow 0.3s ease;
}

.share_vote .vote_list .vote_item:not(.is_active) {
  cursor: pointer;
}

.share_vote .vote_list .vote_item:not(.is_active):hover {
  opacity: 1;
  transform: translateY(3px);
  /*filter: brightness(95%);*/
}

.share_vote  .vote_title {
  margin: 0 0 15px;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 400;
}

.share_vote .vote_item .vote_text {
  position: relative;
  display: flex;
  gap: 2px;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 14px;
  font-weight: 500;
}

.share_vote .vote_item .vote_text:after {
  content: "";
  font-size: 0.8em;
  display: block;
  will-change: transform;
  font-family: 'jin-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.share_vote .vote_item.useful .vote_text:after {
  content: "\e91a";
}

.share_vote .vote_item.sympathy .vote_text:after {
  content: "\e916";
}

.share_vote .vote_item .vote_count{
  font-weight: 500;
}

.share_vote .vote_item.useful .vote_text,
.share_vote .vote_item.useful .vote_count{
  color: #609fd4;
}

.share_vote .vote_item.sympathy .vote_text,
.share_vote .vote_item.sympathy .vote_count{
  color: #e29b50;
}

.share_vote .vote_list .vote_item.useful {
  border-color: #609fd4;
}

.share_vote .vote_list .vote_item.sympathy {
  border-color: #e29b50;
}

.share_vote .vote_list .vote_item.useful.is_active {
  background-color: #609fd4;
}

.share_vote .vote_list .vote_item.sympathy.is_active {
  background-color: #e29b50;
}

.share_vote .vote_item.useful.is_active .vote_text,
.share_vote .vote_item.useful.is_active .vote_count{
  color: #ffffff;
}

.share_vote .vote_item.sympathy.is_active .vote_text,
.share_vote .vote_item.sympathy.is_active .vote_count{
  color: #ffffff;
}


body#nts-style #rtoc_return a {
  color: #ffffff;
}
