@charset "UTF-8";
:root {
  --wp--preset--color--black: #333 !important;
  --wp--preset--font-size--small: 12px;
  --wp--preset--font-size--medium: clamp(15px, 12.586px + 0.69vw, 17px) !important;
  --wp--preset--font-size--large: font-size: clamp(19px, 14.172px + 1.379vw, 23px) !important;
  --wp--preset--font-size--x-large: clamp(20px, 12.759px + 2.069vw, 26px) !important;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
}

a:visited,
a:hover {
  color: inherit;
}

#breadcrumb {
  padding-left: 4vw;
  padding-right: 4vw;
  margin: 0 auto;
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
  display: block !important;
}
@media screen and (min-width: 640px) {
  #breadcrumb {
    max-width: 1248px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
}
#breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#breadcrumb ul > li {
  color: var(--pt-clr-text-1);
  text-decoration: none;
  vertical-align: baseline;
  border: none;
  outline: none;
}
@media screen and (max-width: 899px) {
  #breadcrumb ul > li {
    margin-bottom: 0rem;
  }
}
#breadcrumb.fs-c-breadcrumb li :is(a:hover, a:active, a:focus) {
	color: var(--pt-clr-pri);
}
/* #breadcrumb a {
  text-decoration: none;
  vertical-align: baseline;
  border: none;
  outline: none;
} */
#breadcrumb li::before {
  content: "";
}
#breadcrumb li + li::before {
  content: " ＞ ";
  color: #b3b3b3;
  margin-left: 5px;
}

.bdt-spa-min {
  border-top: 1px solid #b3b3b3;
  margin-top: 5rem;
}
@media screen and (min-width: 900px) {
  .bdt-spa-min {
    margin-top: 11rem;
  }
}

.ym-text-area p {
  font-size: clamp(14px, 12.793px + 0.345vw, 15px);
}
.ym-text-area h3 {
  font-size: clamp(16px, 12.379px + 1.034vw, 19px);
}

.post-ttl {
  margin-top: 5rem;
  margin-bottom: 2.4rem;
  color: var(--pt-clr-textHeader-1);
  text-align: left;
}
@media screen and (max-width: 899px) {
  .post-ttl {
    margin-top: 5rem;
  }
}
.post-ttl time {
  color: var(--pt-clr-subText-1);
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 899px) {
  .post-ttl time {
    font-size: 1.3rem;
  }
}
.post-ttl.__top-ttl {
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media screen and (min-width: 900px) {
  .post-ttl.__top-ttl {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
.post-ttl.__top-ttl .wp-post-image {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 899px) {
  .post-ttl.__top-ttl .wp-post-image {
    display: block;
    object-fit: contain;
    object-position: center;
    font-family: "object-fit: contain; object-position: center;";
    max-width: 100%;
    height: 100%;
    max-height: 40vh;
  }
}
@media screen and (min-width: 900px) {
  .post-ttl.__top-ttl .wp-post-image {
    display: block;
    object-fit: contain;
    object-position: left;
    font-family: "object-fit: contain; object-position: left;";
    max-width: 100%;
    height: 100%;
    max-height: 520px;
  }
}
.post-ttl h1 {
  line-height: 1.5;
  font-size: clamp(20px, 12.759px + 2.069vw, 26px);
}
.post-ttl p {
  line-height: 1;
}
.post-ttl .tag-area {
  margin-bottom: 1.6rem;
}
.post-ttl__under {
  border-top: 1px solid #cccccc;
  padding-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
}
.post-ttl__under > .tag-area {
  width: 100%;
}
.post-ttl__under > .tag-area .atm-tag {
  padding: 0;
  border: none;
}
@media screen and (min-width: 440px) {
  .post-ttl__under > .tag-area {
    width: auto;
  }
}
.post-ttl__under > .share-btn {
  margin-left: auto;
}
@media screen and (min-width: 440px) {
  .post-ttl__under {
    justify-content: space-between;
  }
}
@media screen and (min-width: 440px) and (min-width: 640px) {
  .post-ttl__under {
    display: flex;
  }
}
.post-ttl .share-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 439px) {
  .post-ttl .share-btn {
    margin-bottom: 0;
    width: 100%;
    justify-content: flex-end;
  }
}
.post-ttl .share-btn p {
  margin: 0;
}
.post-ttl .share-btn ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-ttl .share-btn li {
  margin-left: 1.6rem;
}
.post-ttl .share-btn a {
  display: flex;
  align-content: center;
  justify-content: center;
}
.post-ttl .share-btn a i.fa-brands {
  display: inline-block;
  font-size: 2.1rem;
}

.cate-ttl {
  margin: 0 0 3.2rem;
  color: var(--pt-clr-textHeader-1);
}

.cate-area .__ttl-smol,
.tag-area .__ttl-smol {
  font-size: 1.2rem;
  margin-right: 0.8rem;
}
.cate-area .atm-tag,
.tag-area .atm-tag {
  margin-right: 0.8rem;
}
.cate-area .sepa:nth-last-of-type(1),
.tag-area .sepa:nth-last-of-type(1) {
  display: none;
}

a.wp-cate,
a.wp-tag {
  border: 1px solid #EFBDAC;
  margin-right: 0.4rem;
  font-size: 1.2rem;
  padding: 0 0.5em;
  border-radius: 0px;
  line-height: 1.5;
  cursor: pointer;
}

.main-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-left: 4vw;
  padding-right: 4vw;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .main-wrap {
    max-width: 1248px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 639px) {
  .main-wrap {
    margin-top: 0;
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 640px) {
  .main-wrap {
    margin-top: 0;
    margin-bottom: 11rem;
  }
}
.main-wrap.main-wrap--full {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 900px) {
  .main-wrap.main-wrap--full {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 900px) and (min-width: 1200px) {
  .main-wrap.main-wrap--full {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
.main-wrap .main-cnt {
  width: 100%;
}
.main-wrap .main-cnt__post, .main-wrap .main-cnt__archive {
  width: 100%;
  display: block;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 8rem;
}
@media screen and (min-width: 640px) {
  .main-wrap .main-cnt__post, .main-wrap .main-cnt__archive {
    padding-bottom: 11rem;
  }
}
@media screen and (min-width: 900px) {
  .main-wrap .main-cnt__post, .main-wrap .main-cnt__archive {
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 275px;
  }
}
@media screen and (min-width: 900px) and (min-width: 1200px) {
  .main-wrap .main-cnt__post, .main-wrap .main-cnt__archive {
    grid-template-columns: 1fr 320px;
  }
}
@media screen and (max-width: 899px) {
  .main-wrap .main-cnt__post {
    display: flex;
    flex-wrap: wrap;
  }
  .main-wrap .main-cnt__post > * {
    width: 100%;
  }
}
.main-wrap .main-cnt__post > *:nth-of-type(1) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media screen and (min-width: 900px) {
  .main-wrap .main-cnt__post > *:nth-of-type(1) {
    padding-right: 5rem;
  }
}
@media screen and (min-width: 900px) and (min-width: 1200px) {
  .main-wrap .main-cnt__post > *:nth-of-type(1) {
    padding-right: 10rem;
  }
}
.main-wrap .main-cnt__post > *:nth-of-type(2) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.main-wrap .main-cnt__post > *:nth-of-type(3) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: auto;
}
.main-wrap .main-cnt__archive > *:nth-of-type(1) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media screen and (min-width: 900px) {
  .main-wrap .main-cnt__archive > *:nth-of-type(1) {
    padding-right: 5rem;
  }
}
@media screen and (min-width: 900px) and (min-width: 1200px) {
  .main-wrap .main-cnt__archive > *:nth-of-type(1) {
    padding-right: 10rem;
  }
}
.main-wrap .main-cnt__archive > *:nth-of-type(2) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}

.sec-min {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 899px) {
  .sec-min {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}

.ym-sidebar {
  order: 2;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 900px) {
  .ym-sidebar {
    margin: 0;
    order: 0;
    max-width: 320px;
  }
}
.ym-sidebar .archive > *:not(:nth-of-type(1)) {
  margin: 5rem 0 0;
}

.textwidget {
  padding: 0 0.8rem;
}

#calendar_wrap {
  text-align: center;
}

.sidebar-wrapper h2 {
  font-size: var(--pt-fz-md);
  background-color: var(--pt-clr-bg-2);
  padding: 0.5em 0.5em;
  line-height: 1;
  color: var(--pt-clr-textHeader-1);
}
@media screen and (max-width: 899px) {
  .sidebar-wrapper h2 {
    text-align: center;
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 900px) {
  .sidebar-wrapper h2 {
    margin-top: 0;
    margin-bottom: 2.4rem;
  }
}
.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0;
}
.sidebar-wrapper li a {
  color: #555555;
}
.sidebar-wrapper li a:hover, .sidebar-wrapper li a:active, .sidebar-wrapper li a:focus {
  color: #666666;
}
.sidebar-wrapper li a:hover span, .sidebar-wrapper li a:active span, .sidebar-wrapper li a:focus span {
  color: #666666;
}
.sidebar-wrapper time {
  font-size: 1.3rem;
  color: var(--pt-clr-subText-1);
}
.sidebar-wrapper .wid-list .__all {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 1.8rem;
  margin-bottom: 1.8rem;
  border-bottom: 1px solid #cccccc;
}
.sidebar-wrapper .wid-list .__all:nth-last-of-type(1) {
  margin-bottom: 0;
}
.sidebar-wrapper .wid-list .__all::before {
  top: 1.3rem;
  left: 0;
}
.sidebar-wrapper .wid-list .__all a span {
  transition-duration: 0.4s;
  width: 100%;
  display: block;
  line-height: 1.5;
  cursor: pointer;
  color: var(--pt-clr-text-1);
}
.sidebar-wrapper .wid-list .__all a span:hover, .sidebar-wrapper .wid-list .__all a span:active, .sidebar-wrapper .wid-list .__all a span:focus {
  color: var(--pt-clr-pri);
}
.sidebar-wrapper .wid-list > li > a {
  font-size: clamp(14px, 12.793px + 0.345vw, 15px);
  color: #555555;
  line-height: 1.5;
}
.sidebar-wrapper .wid-list > li > a + ul {
  padding-top: 0.8rem;
}
.sidebar-wrapper .wid-list > li > ul li a {
  display: block;
  color: #555555;
  padding: 5px 0 5px 1.6rem;
  position: relative;
  font-size: 1.4rem;
  font-size: clamp(12px, 10.793px + 0.345vw, 13px);
}
@media screen and (min-width: 440px) {
  .sidebar-wrapper .wid-list > li > ul li a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 899px) {
  .sidebar-wrapper .wid-list > li > ul li a {
    padding: 0.8rem 0 0.8rem 1.6rem;
  }
}
ul.child-category-list li a::before {
  content:"ー";
  padding-right: 0.25em;
  color: #999;
}
.wid-list.__cate .__all .child-category-list li a {
  padding-top: 0;
}
.sidebar-wrapper .wid-list .tag-area {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #cccccc;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media screen and (max-width: 899px) {
  .sidebar-wrapper .wid-list .atm-tag {
    line-height: 1.75;
  }
}
.sidebar-wrapper .wid-list.__cate .__all {
  padding: 0;
  margin: 0;
}
.sidebar-wrapper .wid-list.__cate .__all::before {
  top: 1.3rem;
  left: 0;
}
.sidebar-wrapper .wid-list.__cate .__all:nth-of-type(1) a {
  padding-top: 0;
}
.sidebar-wrapper .wid-list.__cate .__all a {
  cursor: pointer;
  color: var(--pt-clr-text-1);
  transition-duration: 0s;
  display: block;
  padding: 0.8rem 0.5rem;
  transition-duration: 0.4s;
  transition-property: background-color, color;
}
.sidebar-wrapper .wid-list.__cate .__all a:hover, .sidebar-wrapper .wid-list.__cate .__all a:active, .sidebar-wrapper .wid-list.__cate .__all a:focus {
  color: var(--pt-clr-pri);
}
.sidebar-wrapper .wid-list.__cate .__all a.is-active {
  font-weight: 700;
  text-decoration: none;
}
.sidebar-wrapper .wid-list.__cate .__all a.is-active::before {
  content: "●";
  margin-right: 5px;
}
.sidebar-wrapper .wid-list__all {
  text-decoration: underline;
}
.sidebar-wrapper .wid-list__all a {
  padding-left: 0.5rem;
  cursor: pointer;
  color: var(--pt-clr-text-1);
}
.sidebar-wrapper .wid-list__all a:hover, .sidebar-wrapper .wid-list__all a:active, .sidebar-wrapper .wid-list__all a:focus {
  color: var(--pt-clr-pri);
}
.sidebar-wrapper .wid-list__all::after {
  content: ">";
  margin-left: 0.4rem;
  width: 2rem;
  display: inline-block;
}

.sidebar-wrapper.sidebar__search .__bd {
  padding-top: 2.4rem;
  border-bottom: 1px solid #cccccc;
}

.page-ttl {
  width: 100%;
}
.page-ttl h1 {
  text-align: center;
}

.post-cnt,
.page-cnt {
  max-width: 950px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.post-cnt.wide-1200,
.page-cnt.wide-1200 {
  max-width: 1200px;
}

.backto-pre-next {
  margin-top: 5rem;
  border-top: 1px solid #b3b3b3;
  padding-top: 5rem;
}
@media screen and (max-width: 899px) {
  .backto-pre-next {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 899px) {
  .backto-pre-next {
    margin-left: auto;
    margin-right: auto;
  }
}
.backto-pre-next .inner {
  display: flex;
  justify-content: space-between;
}
.backto-pre-next .inner > * {
  padding: 0 0 1.6rem;
}
@media screen and (min-width: 640px) {
  .backto-pre-next .inner > * {
    width: 50%;
  }
  .backto-pre-next .inner > *:nth-of-type(1) {
    padding: 0 1rem 0 0;
  }
  .backto-pre-next .inner > *:nth-of-type(2) {
    padding: 0 0 0 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 900px) {
  .backto-pre-next .inner > *:nth-of-type(1) {
    padding-right: 1rem;
  }
  .backto-pre-next .inner > *:nth-of-type(2) {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 639px) {
  .backto-pre-next .inner {
    display: block;
  }
  .backto-pre-next .inner .to-pre,
.backto-pre-next .inner .to-next {
    flex-wrap: wrap;
    width: 100%;
  }
}
.backto-pre-next .to-pre a,
.backto-pre-next .to-next a {
  font-size: clamp(14px, 12.793px + 0.345vw, 15px);
  display: flex;
  line-height: 1.5;
  box-shadow: var(--pt-cnt-shadow-2);
  padding: 1.5rem 1.5rem;
}
.backto-pre-next .to-pre a:visited,
.backto-pre-next .to-next a:visited {
  color: #C7BEDE;
}

@media screen and (min-width: 640px) {
  .backto-pre-next .to-pre a,
.backto-pre-next .to-next a {
    height: 95px;
  }
}
.backto-pre-next .to-pre .__img,
.backto-pre-next .to-next .__img {
  flex: 0 0 min(30%,70px);
  margin-right: 1.5rem;
  align-items: center;
  display: flex;
}
.backto-pre-next .to-pre .__img img,
.backto-pre-next .to-next .__img img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: var(--pt-ratioImg-2);
  width: 100%;
  height: auto;
  
}
.backto-pre-next .to-pre .__txt,
.backto-pre-next .to-next .__txt {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #666666;
}
.backto-pre-next .to-pre .__txt:hover, .backto-pre-next .to-pre .__txt:active, .backto-pre-next .to-pre .__txt:focus,
.backto-pre-next .to-next .__txt:hover,
.backto-pre-next .to-next .__txt:active,
.backto-pre-next .to-next .__txt:focus {
  color: #999999;
}
.backto-pre-next .__moveTo {
  display: block;
  color: #666666;
  font-size: clamp(14px, 12.793px + 0.345vw, 15px);
  margin-bottom: 0.8rem;
}
.backto-pre-next .to-pre .__moveTo::after {
  content: " >";
}
@media screen and (min-width: 640px) {
  .backto-pre-next .to-pre .__moveTo::after {
    content: "";
  }
  .backto-pre-next .to-pre .__moveTo::before {
    content: "< ";
  }
}
.backto-pre-next .to-next .__moveTo {
  text-align: left;
}
.backto-pre-next .to-next .__moveTo::after {
  content: " >";
}
@media screen and (min-width: 640px) {
  .backto-pre-next .to-next .__moveTo {
    text-align: right;
  }
}

.tag-cnt {
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #666666;
}
@media screen and (max-width: 899px) {
  .tag-cnt {
    margin-bottom: 3rem;
  }
}

.r_arti-cnt,
.back-top_cnt,
.reco_arti-cnt {
  margin-bottom: 5rem;
}
@media screen and (max-width: 899px) {
  .r_arti-cnt,
.back-top_cnt,
.reco_arti-cnt {
    margin-bottom: 3rem;
  }
}

.af-cnt {
  margin-top: 1.5rem;
}
@media screen and (max-width: 899px) {
  .af-cnt {
    margin-top: 1.5rem;
  }
}

a.atm-tag {
  padding: 0.75em 0.75em;
  border: 1px solid #cccccc;
  border-radius: 50vw;
  line-height: 1;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.sepa {
  color: var(--pt-clr-subText-1);
  margin-right: 0.5em;
}

#post .r_arti-cnt .arti-cnt img {
  border: 1px solid #cccccc;
  height: 100%;
  max-height: 120px;
}

.arti-sec {
  padding-left: 4vw;
  padding-right: 4vw;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .arti-sec {
    max-width: 1248px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
}
.arti-sec__af-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.arti-cnt__af-content {
  display: flex;
  align-items: flex-start;
  padding: 1.6rem 0;
  width: calc(50% + 1.2rem - 2.4rem);
  margin-top: 0;
  margin-right: 2.4rem;
}
.arti-cnt__af-content:nth-of-type(1) {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.arti-cnt__af-content:not(:nth-of-type(1)) {
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 900px) {
  .arti-cnt__af-content:nth-of-type(1), .arti-cnt__af-content:nth-of-type(2) {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
}
.arti-cnt__af-content:nth-of-type(-n+2) {
  margin-top: 0;
}
.arti-cnt__af-content:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 899px) {
  .arti-cnt__af-content {
    width: calc(100% + 0.4rem - 0.4rem);
    margin-top: 0;
    margin-right: 0;
  }
  .arti-cnt__af-content:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .arti-cnt__af-content:nth-of-type(2n) {
    margin-right: 0;
  }
  .arti-cnt__af-content:nth-of-type(-n+1) {
    margin-top: 0;
  }
  .arti-cnt__af-content:nth-of-type(1n) {
    margin-right: 0;
  }
}
.arti-cnt__af-content a {
  display: flex;
}
.arti-cnt__af-content .card-img {
  flex: 0 1 auto;
  width: 100%;
  max-width: 100px;
  min-width: 100px;
}
@media screen and (max-width: 899px) {
  .arti-cnt__af-content .card-img {
    max-width: 125px;
    min-width: 125px;
  }
}
.arti-cnt__af-content .card-img img {
  display: block;
  object-fit: contain;
  object-position: top;
  font-family: "object-fit: contain; object-position: top;";
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.arti-cnt__af-content .data {
  margin-top: 1.6rem;
}
@media screen and (max-width: 639px) {
  .arti-cnt__af-content .data {
    margin-top: 0;
  }
}
.arti-cnt__af-content .data time {
  margin-bottom: 0.5rem;
  color: var(--pt-clr-subText-1);
}
.arti-cnt__af-content .card-body {
  flex: 1 1 auto;
  margin-top: 0;
  margin-left: 2.4rem;
  padding: 0;
}
@media screen and (max-width: 899px) and (max-width: 639px) {
  .arti-cnt__af-content .card-body {
    margin-left: 1.6rem;
  }
}
.arti-cnt__af-content .card-ttl {
  color: #666666;
  font-size: clamp(15px, 13.793px + 0.345vw, 16px);
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
.arti-cnt__af-content__article {
  width: 100%;
}
.arti-cnt__af-content__article:not(:nth-of-type(1)) {
  margin-top: 2.4rem;
}
@media screen and (min-width: 640px) {
  .arti-cnt__af-content__article {
    margin-top: 2.4rem;
    margin-right: 2.4rem;
    width: calc(50% + 1.2rem - 2.4rem);
  }
  .arti-cnt__af-content__article:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .arti-cnt__af-content__article:nth-of-type(2n) {
    margin-right: 0;
  }
}
.arti-cnt__af-content__article .card-body {
  padding: 0 0 0.8rem;
  border-bottom: 1px solid #cccccc;
}
.arti-cnt__af-content__article .card-body:not(:nth-of-type(1)) {
  padding: 2.4rem 0;
}
.arti-cnt__af-content__article .card-body .__data {
  display: flex;
  align-items: center;
  color: var(--pt-clr-subText-1);
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
}
.arti-cnt__af-content__article .card-body .__data time {
  font-size: 1.3rem;
  margin-right: 0.8rem;
}
.arti-cnt__af-content__article .card-body .__title {
  font-size: clamp(19px, 14.172px + 1.379vw, 23px);
  color: var(--pt-clr-subText-1);
}

.tag-cate {
  border: 1px solid #cccccc;
  background: none;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.4rem 1.2rem;
  vertical-align: middle;
  border-radius: 0;
  box-sizing: border-box;
}
.tag-cate-min {
  border: 1px solid #cccccc;
  font-size: 0.85rem;
  line-height: 1;
  padding: 0.35rem 0.7rem;
  vertical-align: middle;
  border-radius: 0;
  box-sizing: border-box;
}

.archive-list__li {
  padding: 0 0 2.4rem;
  border-bottom: 1px solid #cccccc;
}
.archive-list__li:not(:nth-of-type(1)) {
  padding: 2.4rem 0;
}
.archive-list__li .__data {
  display: flex;
  align-items: center;
  color: var(--pt-clr-subText-1);
  font-size: 1.3rem;
}
.archive-list__li .__data time {
  font-size: 1.3rem;
  margin-right: 0.8rem;
}
.archive-list__li .__title {
  font-size: clamp(19px, 14.172px + 1.379vw, 23px);
  color: #666666;
}

@media screen and (max-width: 639px) {
  .archive-inn {
    padding: 0;
  }
}

.blog-sec li.post_list__case-none {
  height: 250px;
  width: 100% !important;
  margin: 0 !important;
  justify-content: center;
  display: flex;
}

.info-nothing {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.info-nothing > * {
  width: 100%;
  text-align: center;
}
.info-nothing i {
  font-size: 40px;
  margin-bottom: 8px;
  color: #CBCBCB;
}
.info-nothing p {
  color: #CBCBCB;
}

.blog-sec .post-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 899px) {
  .blog-sec .post-list > * {
    padding: 1.6rem 0;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: space-between;
  }
  .blog-sec .post-list > *:nth-of-type(1) {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  .blog-sec .post-list > *:not(:nth-of-type(1)) {
    border-bottom: 1px solid #cccccc;
  }
}
@media screen and (min-width: 900px) {
  .blog-sec .post-list > * {
    width: calc(50% + 0.8rem - 1.6rem);
    margin-top: 5rem;
    margin-right: 1.6rem;
  }
  .blog-sec .post-list > *:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .blog-sec .post-list > *:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 900px) and (min-width: 1200px) {
  .blog-sec .post-list > * {
    width: calc(33.33% + 0.53rem - 1.6rem);
    margin-top: 5rem;
    margin-right: 1.6rem;
  }
  .blog-sec .post-list > *:nth-of-type(-n+2) {
    margin-top: 5rem;
  }
  .blog-sec .post-list > *:nth-of-type(2n) {
    margin-right: 1.6rem;
  }
  .blog-sec .post-list > *:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .blog-sec .post-list > *:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 899px) {
  .blog-sec .list {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 3fr;
  }
}
.blog-sec .image {
  flex: 0 0 30%;
  display: block;
  width: 100%;
}
.blog-sec .image img {
  display: inline-block;
  vertical-align: bottom;
  border: 1px solid #e6e6e6;
  border-radius: var(--pt-radius-def);
  aspect-ratio: var(--pt-ratioImg-2);
  object-fit: cover;
  object-position: center;
  width: 100%;
}
/* @media screen and (min-width: 900px) {
  .blog-sec .image img {
    object-position: center;
    height: 100%;
    max-height: 164px;
    min-height: 164px;
  }
} */
.blog-sec .data {
  flex: 1 1 auto;
  margin-top: 1.2rem;
}
@media screen and (max-width: 899px) {
  .blog-sec .data {
    margin-top: 1.5rem;
    margin-left: 2.4rem;
  }
}
@media screen and (max-width: 899px) and (max-width: 639px) {
  .blog-sec .data {
    margin-top: 0;
    height: auto;
  }
}
.blog-sec .data time {
  display: block;
  margin-bottom: 0;
  color: var(--pt-clr-subText-1);
  font-size: 1.3rem;
}
@media screen and (min-width: 900px) {
  .blog-sec .data time {
    line-height: 1;
    margin-bottom: 0.4rem;
    font-size: 1.5rem;
  }
}
.blog-sec .data h3 {
  color: var(--pt-clr-textHeader-1);
  font-size: clamp(15px, 12.586px + 0.69vw, 17px);
  margin: 0;
  line-height: 1.75;
}
.blog-sec .data p {
  color: var(--pt-clr-text-1);
}
@media screen and (max-width: 899px) {
  .blog-sec .data p {
    display: none;
  }
}

.m-pagenation {
  margin-top: 5rem;
}
@media screen and (max-width: 899px) {
  .m-pagenation {
    margin-top: 3rem;
  }
}

ol.m-pagenation__body {
  display: flex;
  justify-content: center;
  padding: 0;
  gap: 0.25em;
}
ol.m-pagenation__body li {
  color: #333;
  position: relative;
  z-index: 2;
  width: 30px;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  box-shadow: none;
}
ol.m-pagenation__body li::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #eee;
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
ol.m-pagenation__body li a {
  color: #333;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
ol.m-pagenation__body li a:visited::before {
  background-color: #eee;
}
ol.m-pagenation__body li a:hover, ol.m-pagenation__body li a:active, ol.m-pagenation__body li a:focus {
  transition-duration: 0;
  color: #ffffff;
}
ol.m-pagenation__body li:hover, ol.m-pagenation__body li:active, ol.m-pagenation__body li:focus {
  color: #ffffff;
  transition-duration: 0;
}
ol.m-pagenation__body li:hover::before, ol.m-pagenation__body li:active::before, ol.m-pagenation__body li:focus::before {
  background-color: var(--pt-clr-pri);
}
ol.m-pagenation__body li.-current,
ol.m-pagenation__body li.notNumbering {
  display: flex;
  align-items: center;
  justify-content: center;
}
ol.m-pagenation__body li.-current {
  color: #ffffff;
}
ol.m-pagenation__body li.-current::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: var(--pt-clr-pri);
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div#ez-toc-container {
  border: none;
  padding: 0;
  margin: 5rem auto;
  width: 100% !important;
  box-shadow: none;
}
div#ez-toc-container p.ez-toc-title {
  color: #C7BEDE;
}
@media screen and (max-width: 899px) {
  div#ez-toc-container {
    max-width: 500px;
    margin: 4rem auto;
  }
}
div#ez-toc-container nav {
  margin-top: 0.8rem;
  padding: 1.6rem 4vw;
  background-color: #F8BF7F;
}
@media screen and (min-width: 440px) {
  div#ez-toc-container nav {
    padding: 1.6rem 2.4rem;
  }
}
@media screen and (min-width: 900px) {
  div#ez-toc-container ul {
    display: flex;
    flex-wrap: wrap;
  }
}
div#ez-toc-container ul li {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 900px) {
  div#ez-toc-container ul li {
    width: 50%;
  }
}
@media screen and (min-width: 900px) {
  div#ez-toc-container ul li:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}
div#ez-toc-container a {
  color: #CBCBCB;
  width: 100%;
  display: block;
}

#ez-toc-container ul ul.ez-toc-list-level-2, #ez-toc-container ul ul.ez-toc-list-level-3, #ez-toc-container ul ul.ez-toc-list-level-4,
.ez-toc div.ez-toc-widget-container ul ul.ez-toc-list-level-2,
.ez-toc div.ez-toc-widget-container ul ul.ez-toc-list-level-3,
.ez-toc div.ez-toc-widget-container ul ul.ez-toc-list-level-4 {
  margin-left: 0;
}

.ez-toc-counter nav ul li a::before {
  display: none;
}

#contents div .wpsm_panel-title a {
  font-family: "Zen Kaku Gothic Antique", sans-serif !important;
}

#contents div .wpsm_panel-body {
  font-family: "Zen Kaku Gothic Antique", sans-serif !important;
}

.wp-block-buttons.__post-btns .wp-block-button .wp-block-button__link {
  width: 22rem;
}

.entry-content :is(h1, h2):not(:nth-of-type(1)) {
  margin-top: 5rem;
}
@media screen and (min-width: 900px) {
  .entry-content :is(h1, h2):not(:nth-of-type(1)) {
    margin-top: 8rem;
  }
}
.entry-content :is(h1, h2, h3, h4, h5, h6) {
  margin: 1em 0;
}
.entry-content p + p {
  margin: 1.5em 0;
}
.entry-content > * + *:not(h1, h2, h3, h4, h5, h6) {
  margin-top: 2.4rem;
}
.entry-content :where(img) {
  border-radius: var(--pt-radius-def);
}

.page-cnt .entry-content .apply-cnt p {
  margin-bottom: 0.75em;
}
.page-cnt .entry-content .apply-cnt h2 {
  margin-top: 0;
}