@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
html {
  font-size: 0.0909090909vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

dl dd {
  margin-inline-start: 0rem;
}

select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

a {
  transition-duration: 0.3s;
}

a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 1100px) {
  html {
    font-size: 1px;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 0.14765vw;
  }
}
dl {
  margin: 0px;
}
dl dt {
  margin: 0px;
}
dl dd {
  margin: 0px;
}

ul, ol {
  padding: 0px;
  margin: 0px;
}
ul li, ol li {
  list-style-type: none;
}

body {
  margin: 0px;
  font-size: 16rem;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 24rem;
    line-height: 42rem;
  }
}

figure {
  margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px;
  font-weight: 200;
}

p {
  margin: 0px;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.6;
}

.blog-font-inter {
  font-family: "Inter", sans-serif;
}

.blog-bg-gray {
  background-color: #F7F7F7;
}

.blog-link-cover {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.blog-circle {
  border-radius: 50%;
  width: 33rem;
  height: 33rem;
  border: 1px solid #6391FF;
}
.blog-circle.--blog-blue {
  background-color: #6391FF;
  color: #fff;
  font-size: 12rem;
}
.blog-circle.--blog-white {
  background-color: #fff;
  color: #6391FF;
  font-size: 12rem;
}

.blog-c-border-gray {
  border: 1px solid #ccc;
}

.blog-c-border-gray-s {
  border-bottom: 1px solid #dddddd;
}

.blog-c-border-gray-s-s {
  border-bottom: 1px solid #DFDFDF;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding-bottom: 10rem;
}

.blog-c-category-box {
  border: 1px solid #000;
  color: #000;
  border-radius: 50rem;
  padding-left: 10rem;
  padding-right: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-c-category-box.--blog-category-text {
  font-size: 12rem;
  line-height: 22rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

.blog-c-category-box-2 {
  border: 1px solid #000;
  min-width: 85rem;
  padding: 2rem 10rem 2rem 10rem;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-c-category-box-2 .--blog-category-text {
  font-size: 12rem;
  line-height: 22rem;
  font-weight: 400;
}

.blog-side-box-blue {
  background-color: #6391FF;
  height: 70rem;
  border-top-left-radius: 10rem;
  border-top-right-radius: 10rem;
}
.blog-side-box-blue .--blog-side-box-title {
  font-size: 20rem;
  line-height: 30rem;
  font-weight: 900;
  color: #fff;
}
.blog-side-box-blue .--blog-side-box-img {
  width: 21rem;
  height: 21rem;
  padding-top: 3rem;
  padding-right: 10rem;
  padding-left: 30rem;
}

.blog-side-box-white {
  background-color: #fff;
  border-bottom-left-radius: 10rem;
  border-bottom-right-radius: 10rem;
}

.blog-side-box-text {
  font-size: 16rem;
  line-height: 24rem;
  font-weight: 900;
  padding-left: 30rem;
  text-indent: -30rem;
}
.blog-side-box-text:before {
  display: inline-block;
  content: "";
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-45deg);
  width: 7rem;
  height: 7rem;
  margin-bottom: 1rem;
  margin-right: 10rem;
  margin-left: 10rem;
}

.blog-c-title-border {
  border-bottom: 3px solid #6391FF;
  width: 100%;
}

.blog-c-title-blue-box {
  margin-top: 15rem;
  margin-right: 10rem;
  background-color: #6391FF;
  width: 30rem;
  height: 5rem;
}

.blog-c-auther-white-box {
  background-color: #fff;
  width: 100%;
  border-radius: 10rem;
  padding-left: 30rem;
  padding-top: 30rem;
  padding-bottom: 30rem;
  filter: drop-shadow(5px 10px 10px rgba(0, 0, 0, 0.1)); /* 右 5px、下 10px に影 */
  box-sizing: border-box;
}

.blog-c-single-auther-box {
  background-color: #6391FF;
  width: 70rem;
  height: 27rem;
  border-radius: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-c-single-auther-box .--blog-c-single-auther-text {
  font-size: 14rem;
  line-height: 30rem;
  font-weight: 900;
  color: #fff;
}

.blog-c-title-1 {
  position: relative;
  width: 370rem;
  margin: 0 auto;
  font-size: 34rem;
  text-align: center;
  border-radius: 5rem;
  border: 2rem solid #000;
  font-weight: bold;
  padding: 10rem;
  box-sizing: border-box;
}
.blog-c-title-1:before {
  content: "";
  display: block;
  width: 28rem;
  height: 28rem;
  background: #E62D8B;
  border: 3rem solid #000;
  border-radius: 5rem;
  position: absolute;
  bottom: 0rem;
  left: -15rem;
  top: -15rem;
}
.blog-c-title-1:after {
  content: "";
  display: block;
  width: 28rem;
  height: 28rem;
  background: #6392FF;
  border: 3rem solid #000;
  border-radius: 5rem;
  position: absolute;
  bottom: 0rem;
  right: -15rem;
  bottom: -15rem;
}

.blog-u-article-style .--blog-u-article-title {
  font-size: 18rem;
  line-height: 26rem;
  font-weight: 700;
  width: 356rem;
}
.blog-u-article-style .--blog-u-article-text {
  font-size: 14rem;
  line-height: 24rem;
  font-weight: 400;
  width: 356rem;
}
.blog-u-article-style .--blog-u-article-date {
  font-size: 12rem;
  line-height: 22rem;
  font-weight: 400;
}

.blog-u-auther-style .--blog-u-auther-img {
  border-radius: 50%;
  width: 70rem;
  height: 70rem;
}
.blog-u-auther-style .--blog-u-auther-name {
  font-size: 16rem;
  line-height: 24rem;
  font-weight: 900;
}
.blog-u-auther-style .--blog-u-auther-company {
  color: #9C9C9C;
  font-size: 12rem;
  line-height: 21rem;
  font-weight: 900;
}

.blog-p-side-article-style .--blog-u-side-article-img {
  width: 70rem;
  height: 70rem;
  border-radius: 50rem;
}
.blog-p-side-article-style .--blog-u-side-article-img img {
  border-radius: 50rem;
}
.blog-p-side-article-style .--blog-u-side-article-title {
  width: 220rem;
  font-size: 16rem;
  line-height: 24rem;
  font-weight: 900;
}

.blog-u-single-style .--blog-u-single-title {
  font-size: 28rem;
  line-height: 38rem;
  font-weight: 900;
}
.blog-u-single-style .--blog-u-single-title-2 {
  font-size: 28rem;
  line-height: 34rem;
  font-weight: 800;
}
.blog-u-single-style .--blog-u-single-text {
  font-size: 14rem;
  line-height: 28rem;
  font-weight: 400;
}
.blog-u-single-style .--blog-u-single-pic {
  width: 100%;
  height: 350rem;
  border-radius: 10rem;
  object-fit: cover;
}
.blog-u-single-style .--blog-u-single-list {
  background-color: #fff;
  width: 100%;
  padding-left: 60rem;
  padding-top: 30rem;
  padding-bottom: 30rem;
  border-radius: 10rem;
  box-sizing: border-box;
}
.blog-u-single-style .--blog-u-single-list .--blog-u-single-list-item {
  list-style-type: disc;
  font-size: 14rem;
  line-height: 28rem;
  font-weight: 400;
}

.blog-u-tag-style {
  font-size: 12rem;
  line-height: 24rem;
  font-weight: 400;
  color: #000;
}

.blog-u-single-auther-style .--blog-u-single-auther-img {
  width: 123rem;
  height: 123rem;
  border-radius: 50%;
}
.blog-u-single-auther-style .--blog-u-single-auther-name {
  font: size 18rem;
  line-height: 30rem;
  font-weight: 900;
}
.blog-u-single-auther-style .--blog-u-single-auther-text {
  font-size: 14rem;
  line-height: 26rem;
  font-weight: 400;
}

.blog-u-full-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.blog-u-radius-10 {
  border-radius: 10rem;
}

.blog-u-radius-b-10 {
  border-bottom-left-radius: 10rem;
  border-bottom-right-radius: 10rem;
}

.blog-u-radius-t-10 {
  border-top-left-radius: 10rem;
  border-top-right-radius: 10rem;
}

.blog-u-article-pic {
  object-fit: cover;
  width: 100%;
  height: 205rem;
}

.blog-u-font-color-blue {
  color: #6391FF;
  font-size: 12rem;
}

.blog-u-font-color-white {
  color: #fff;
  font-size: 12rem;
}

.blog-u-display-flex {
  display: flex;
}
.blog-u-display-flex.--blog-u-wrap {
  flex-wrap: wrap;
}
.blog-u-display-flex.--blog-u-justify-between {
  justify-content: space-between;
}
.blog-u-display-flex.--blog-u-justify-center {
  justify-content: center;
}
.blog-u-display-flex.--blog-u-align-center {
  align-items: center;
  align-content: center;
}

.blog-u-width-1100 {
  width: 1100rem;
}

.blog-u-width-750 {
  width: 750rem;
}

.blog-u-width-730 {
  width: calc(100% - 310rem);
}

.blog-u-width-500 {
  width: 500rem;
}

.blog-u-width-360 {
  width: 360rem;
}

.blog-u-width-300 {
  width: 300rem;
}

.blog-u-width-205 {
  width: 205rem;
}

.blog-u-width-100 {
  width: 100%;
}

.blog-u-gap-5 {
  gap: 5rem;
}

.blog-u-gap-10 {
  gap: 10rem;
}

.blog-u-gap-20 {
  gap: 20rem;
}

.blog-u-gap-30 {
  gap: 30rem;
}

.blog-u-gap-40 {
  gap: 40rem;
}

.blog-u-margin-auto {
  margin: 0 auto;
}

.blog-u-pankuzu {
  margin-top: 80px !important;
}

@media screen and (max-width: 750px) {
  .blog-u-pankuzu {
    margin-top: 20px !important;
  }
}

.blog-u-pankuzu .--blog-category-link {
  color: #000;
  font-size: 12rem;
  line-height: 24rem;
  font-weight: 400;
  display: inline;
}

.blog-u-font-size-28 {
  font-size: 28rem;
}

.blog-u-font-size-24 {
  font-size: 24rem;
}

.blog-u-font-size-20 {
  font-size: 20rem;
}

.blog-u-font-800 {
  font-weight: 800;
}

.blog-u-font-900 {
  font-weight: 900;
}

.blog-u-line-height-34 {
  line-height: 34rem;
}

.blog-u-line-height-24 {
  line-height: 24rem;
}

.blog-u-mt-3 {
  margin-top: 3rem;
}

.blog-u-relative {
  position: relative;
}

.blog-u-width-350 {
  width: 350rem;
}

.u-pt-0 {
  padding-top: 0rem !important;
}

.u-mt-0 {
  margin-top: 0rem !important;
}

.u-mt-20 {
  margin-top: 20rem !important;
}

.u-mt-40 {
  margin-top: 40rem !important;
}

.blog-u-btn {
  background-color: #6391FF;
  color: #fff;
  padding: 10rem 20rem;
  border-radius: 10rem;
  font-size: 16rem;
  line-height: 24rem;
  font-weight: 400;
  padding: 10px 30px 10px 30px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  border-radius: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .blog-u-btn {
    padding: 10px 20px 10px 20px;
    font-size: 24rem;
    line-height: 36rem;
    border-radius: 50px;
    width: 100%;
    text-align: center;
    margin-top: 20rem;
    margin-bottom: 20rem;
    margin-left: 0px;
    margin-right: 0px;
    display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    box-sizing: border-box;
  }
}

.blog-u-display-block {
  display: block;
}

.blog-u-height-205 {
  height: 205rem;
}
@media screen and (max-width: 750px) {
  .blog-u-height-205 {
    height: 346rem;
  }
}

.blog-c-btn-1 {
  background-color: #292986;
  color: #fff;
  padding: 20rem 30rem;
  border-radius: 40rem;
  font-size: 16rem;
  line-height: 24rem;
  font-weight: 400;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 400rem;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .blog-c-btn-1 {
    padding: 20rem 30rem;
    font-size: 24rem;
    line-height: 36rem;
    border-radius: 40rem;
    width: 100%;
    max-width: 90%;
    text-align: center;
    margin-top: 20rem;
  }
}

.blog-p-text-wrapper p {
  font-size: 16rem;
  line-height: 32rem;
  font-weight: 400;
  margin-top: 40rem;
}
.blog-p-text-wrapper h2 {
  font-size: 28rem;
  line-height: 34rem;
  font-weight: 800;
  margin-top: 40rem;
  padding-bottom: 15rem;
  border-bottom: 5rem solid #6391FF;
}
.blog-p-text-wrapper h3 {
  font-size: 24rem;
  line-height: 34rem;
  font-weight: 800;
  display: flex;
  margin-top: 40rem;
}
.blog-p-text-wrapper h3:before {
  content: "";
  margin-top: 15rem;
  margin-right: 10rem;
  background-color: #6391FF;
  width: 30rem;
  height: 5rem;
  display: block;
}
.blog-p-text-wrapper h4 {
  font-size: 24rem;
  font-weight: bold;
  margin-top: 40rem;
}
.blog-p-text-wrapper ul {
  background-color: #fff;
  width: 100%;
  padding-left: 60rem;
  padding-right: 30rem;
  padding-top: 30rem;
  padding-bottom: 30rem;
  border-radius: 10rem;
  box-sizing: border-box;
  margin-top: 40rem;
}
.blog-p-text-wrapper ul li {
  list-style-type: disc;
  font-size: 14rem;
  line-height: 28rem;
  font-weight: 400;
}
.blog-p-text-wrapper figure {
  margin-top: 40rem;
}
.blog-p-text-wrapper .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 アスペクト比 */
  margin-top: 40rem;
}
.blog-p-text-wrapper .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10rem;
}

.blog-u-alert-message {
  border: 1px solid #afafaf;
  padding: 40px;
  box-sizing: border-box;
}

.yukatsu-access-restriction-message {
  margin-top: 30rem;
  margin-bottom: 40rem;
}

.yukatsu-access-message {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border: 2px solid #6391FF;
  border-radius: 12rem;
  padding: 40rem;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 4rem 12rem rgba(99, 145, 255, 0.1);
  text-align: center;
}
.yukatsu-access-message h3 {
  font-size: 24rem;
  font-weight: 800;
  color: #333;
  margin: 0 0 20rem 0;
  line-height: 1.5;
}
.yukatsu-access-message p {
  font-size: 16rem;
  line-height: 1.8;
  color: #666;
  margin: 0;
}
.yukatsu-access-message p.u-mt-0 {
  margin-top: 0;
}
.yukatsu-access-message p.u-mt-10 {
  margin-top: 10rem;
}
.yukatsu-access-message p.u-mt-20 {
  margin-top: 20rem;
}
.yukatsu-access-message p small {
  font-size: 14rem;
  color: #888;
}
.yukatsu-access-message .blog-u-btn {
  display: inline-block;
  background: linear-gradient(135deg, #6391FF 0%, #4a7cff 100%);
  color: #fff;
  padding: 14rem 32rem;
  border-radius: 8rem;
  text-decoration: none;
  font-size: 16rem;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4rem 8rem rgba(99, 145, 255, 0.3);
}
.yukatsu-access-message .blog-u-btn:hover {
  background: linear-gradient(135deg, #4a7cff 0%, #3a6cff 100%);
  transform: translateY(-2rem);
  box-shadow: 0 6rem 12rem rgba(99, 145, 255, 0.4);
}
.yukatsu-access-message.yukatsu-paid-message {
  border-color: #f39c12;
  background: linear-gradient(135deg, #fff8e1 0%, #ffffff 100%);
  box-shadow: 0 4rem 12rem rgba(243, 156, 18, 0.1);
}
.yukatsu-access-message.yukatsu-paid-message .blog-u-btn {
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
  box-shadow: 0 4rem 8rem rgba(243, 156, 18, 0.3);
}
.yukatsu-access-message.yukatsu-paid-message .blog-u-btn:hover {
  background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);
  box-shadow: 0 6rem 12rem rgba(243, 156, 18, 0.4);
}
.yukatsu-access-message.yukatsu-specific-message {
  border-color: #dc3545;
  background: linear-gradient(135deg, #ffeef0 0%, #ffffff 100%);
  box-shadow: 0 4rem 12rem rgba(220, 53, 69, 0.1);
}
.yukatsu-access-message.yukatsu-specific-message .blog-u-btn {
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
  box-shadow: 0 4rem 8rem rgba(220, 53, 69, 0.3);
}
.yukatsu-access-message.yukatsu-specific-message .blog-u-btn:hover {
  background: linear-gradient(135deg, #c82333 0%, #bd2130 100%);
  box-shadow: 0 6rem 12rem rgba(220, 53, 69, 0.4);
}
.yukatsu-access-message.yukatsu-default-message {
  border-color: #6c757d;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  box-shadow: 0 4rem 12rem rgba(108, 117, 125, 0.1);
}
.yukatsu-access-message.yukatsu-default-message .blog-u-btn {
  background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
  box-shadow: 0 4rem 8rem rgba(108, 117, 125, 0.3);
}
.yukatsu-access-message.yukatsu-default-message .blog-u-btn:hover {
  background: linear-gradient(135deg, #5a6268 0%, #495057 100%);
  box-shadow: 0 6rem 12rem rgba(108, 117, 125, 0.4);
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}
@media screen and (max-width: 750px) {
  .yukatsu-access-message {
    padding: 30rem 20rem;
  }
  .yukatsu-access-message h3 {
    font-size: 20rem;
    margin-bottom: 15rem;
  }
  .yukatsu-access-message p {
    font-size: 14rem;
  }
  .yukatsu-access-message .blog-u-btn {
    padding: 12rem 24rem;
    font-size: 14rem;
    width: 100%;
    box-sizing: border-box;
  }
}
.blog-new-label {
  display: inline-block;
  background-color: #ff4444;
  color: #ffffff;
  font-size: 11rem;
  font-weight: bold;
  padding: 2rem 6rem;
  border-radius: 3rem;
  margin-left: 8rem;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  top: -2rem;
}

.blog-u-mt-5 {
  margin-top: 5rem;
}

.blog-u-mb-5 {
  margin-bottom: 5rem;
}

.blog-u-ml-5 {
  margin-left: 5rem;
}

.blog-u-mr-5 {
  margin-right: 5rem;
}

.blog-u-pt-5 {
  padding-top: 5rem;
}

.blog-u-pb-5 {
  padding-bottom: 5rem;
}

.blog-u-pl-5 {
  padding-left: 5rem;
}

.blog-u-pr-5 {
  padding-right: 5rem;
}

.blog-u-mt-10 {
  margin-top: 10rem;
}

.blog-u-mb-10 {
  margin-bottom: 10rem;
}

.blog-u-ml-10 {
  margin-left: 10rem;
}

.blog-u-mr-10 {
  margin-right: 10rem;
}

.blog-u-pt-10 {
  padding-top: 10rem;
}

.blog-u-pb-10 {
  padding-bottom: 10rem;
}

.blog-u-pl-10 {
  padding-left: 10rem;
}

.blog-u-pr-10 {
  padding-right: 10rem;
}

.blog-u-mt-15 {
  margin-top: 15rem;
}

.blog-u-mb-15 {
  margin-bottom: 15rem;
}

.blog-u-ml-15 {
  margin-left: 15rem;
}

.blog-u-mr-15 {
  margin-right: 15rem;
}

.blog-u-pt-15 {
  padding-top: 15rem;
}

.blog-u-pb-15 {
  padding-bottom: 15rem;
}

.blog-u-pl-15 {
  padding-left: 15rem;
}

.blog-u-pr-15 {
  padding-right: 15rem;
}

.blog-u-mt-20 {
  margin-top: 20rem;
}

.blog-u-mb-20 {
  margin-bottom: 20rem;
}

.blog-u-ml-20 {
  margin-left: 20rem;
}

.blog-u-mr-20 {
  margin-right: 20rem;
}

.blog-u-pt-20 {
  padding-top: 20rem;
}

.blog-u-pb-20 {
  padding-bottom: 20rem;
}

.blog-u-pl-20 {
  padding-left: 20rem;
}

.blog-u-pr-20 {
  padding-right: 20rem;
}

.blog-u-mt-25 {
  margin-top: 25rem;
}

.blog-u-mb-25 {
  margin-bottom: 25rem;
}

.blog-u-ml-25 {
  margin-left: 25rem;
}

.blog-u-mr-25 {
  margin-right: 25rem;
}

.blog-u-pt-25 {
  padding-top: 25rem;
}

.blog-u-pb-25 {
  padding-bottom: 25rem;
}

.blog-u-pl-25 {
  padding-left: 25rem;
}

.blog-u-pr-25 {
  padding-right: 25rem;
}

.blog-u-mt-30 {
  margin-top: 30rem;
}

.blog-u-mb-30 {
  margin-bottom: 30rem;
}

.blog-u-ml-30 {
  margin-left: 30rem;
}

.blog-u-mr-30 {
  margin-right: 30rem;
}

.blog-u-pt-30 {
  padding-top: 30rem;
}

.blog-u-pb-30 {
  padding-bottom: 30rem;
}

.blog-u-pl-30 {
  padding-left: 30rem;
}

.blog-u-pr-30 {
  padding-right: 30rem;
}

.blog-u-mt-35 {
  margin-top: 35rem;
}

.blog-u-mb-35 {
  margin-bottom: 35rem;
}

.blog-u-ml-35 {
  margin-left: 35rem;
}

.blog-u-mr-35 {
  margin-right: 35rem;
}

.blog-u-pt-35 {
  padding-top: 35rem;
}

.blog-u-pb-35 {
  padding-bottom: 35rem;
}

.blog-u-pl-35 {
  padding-left: 35rem;
}

.blog-u-pr-35 {
  padding-right: 35rem;
}

.blog-u-mt-40 {
  margin-top: 40rem;
}

.blog-u-mb-40 {
  margin-bottom: 40rem;
}

.blog-u-ml-40 {
  margin-left: 40rem;
}

.blog-u-mr-40 {
  margin-right: 40rem;
}

.blog-u-pt-40 {
  padding-top: 40rem;
}

.blog-u-pb-40 {
  padding-bottom: 40rem;
}

.blog-u-pl-40 {
  padding-left: 40rem;
}

.blog-u-pr-40 {
  padding-right: 40rem;
}

.blog-u-mt-45 {
  margin-top: 45rem;
}

.blog-u-mb-45 {
  margin-bottom: 45rem;
}

.blog-u-ml-45 {
  margin-left: 45rem;
}

.blog-u-mr-45 {
  margin-right: 45rem;
}

.blog-u-pt-45 {
  padding-top: 45rem;
}

.blog-u-pb-45 {
  padding-bottom: 45rem;
}

.blog-u-pl-45 {
  padding-left: 45rem;
}

.blog-u-pr-45 {
  padding-right: 45rem;
}

.blog-u-mt-50 {
  margin-top: 50rem;
}

.blog-u-mb-50 {
  margin-bottom: 50rem;
}

.blog-u-ml-50 {
  margin-left: 50rem;
}

.blog-u-mr-50 {
  margin-right: 50rem;
}

.blog-u-pt-50 {
  padding-top: 50rem;
}

.blog-u-pb-50 {
  padding-bottom: 50rem;
}

.blog-u-pl-50 {
  padding-left: 50rem;
}

.blog-u-pr-50 {
  padding-right: 50rem;
}

.blog-u-mt-55 {
  margin-top: 55rem;
}

.blog-u-mb-55 {
  margin-bottom: 55rem;
}

.blog-u-ml-55 {
  margin-left: 55rem;
}

.blog-u-mr-55 {
  margin-right: 55rem;
}

.blog-u-pt-55 {
  padding-top: 55rem;
}

.blog-u-pb-55 {
  padding-bottom: 55rem;
}

.blog-u-pl-55 {
  padding-left: 55rem;
}

.blog-u-pr-55 {
  padding-right: 55rem;
}

.blog-u-mt-60 {
  margin-top: 60rem;
}

.blog-u-mb-60 {
  margin-bottom: 60rem;
}

.blog-u-ml-60 {
  margin-left: 60rem;
}

.blog-u-mr-60 {
  margin-right: 60rem;
}

.blog-u-pt-60 {
  padding-top: 60rem;
}

.blog-u-pb-60 {
  padding-bottom: 60rem;
}

.blog-u-pl-60 {
  padding-left: 60rem;
}

.blog-u-pr-60 {
  padding-right: 60rem;
}

.blog-u-mt-65 {
  margin-top: 65rem;
}

.blog-u-mb-65 {
  margin-bottom: 65rem;
}

.blog-u-ml-65 {
  margin-left: 65rem;
}

.blog-u-mr-65 {
  margin-right: 65rem;
}

.blog-u-pt-65 {
  padding-top: 65rem;
}

.blog-u-pb-65 {
  padding-bottom: 65rem;
}

.blog-u-pl-65 {
  padding-left: 65rem;
}

.blog-u-pr-65 {
  padding-right: 65rem;
}

.blog-u-mt-70 {
  margin-top: 70rem;
}

.blog-u-mb-70 {
  margin-bottom: 70rem;
}

.blog-u-ml-70 {
  margin-left: 70rem;
}

.blog-u-mr-70 {
  margin-right: 70rem;
}

.blog-u-pt-70 {
  padding-top: 70rem;
}

.blog-u-pb-70 {
  padding-bottom: 70rem;
}

.blog-u-pl-70 {
  padding-left: 70rem;
}

.blog-u-pr-70 {
  padding-right: 70rem;
}

.blog-u-mt-75 {
  margin-top: 75rem;
}

.blog-u-mb-75 {
  margin-bottom: 75rem;
}

.blog-u-ml-75 {
  margin-left: 75rem;
}

.blog-u-mr-75 {
  margin-right: 75rem;
}

.blog-u-pt-75 {
  padding-top: 75rem;
}

.blog-u-pb-75 {
  padding-bottom: 75rem;
}

.blog-u-pl-75 {
  padding-left: 75rem;
}

.blog-u-pr-75 {
  padding-right: 75rem;
}

.blog-u-mt-80 {
  margin-top: 80rem;
}

.blog-u-mb-80 {
  margin-bottom: 80rem;
}

.blog-u-ml-80 {
  margin-left: 80rem;
}

.blog-u-mr-80 {
  margin-right: 80rem;
}

.blog-u-pt-80 {
  padding-top: 80rem;
}

.blog-u-pb-80 {
  padding-bottom: 80rem;
}

.blog-u-pl-80 {
  padding-left: 80rem;
}

.blog-u-pr-80 {
  padding-right: 80rem;
}

.blog-u-mt-85 {
  margin-top: 85rem;
}

.blog-u-mb-85 {
  margin-bottom: 85rem;
}

.blog-u-ml-85 {
  margin-left: 85rem;
}

.blog-u-mr-85 {
  margin-right: 85rem;
}

.blog-u-pt-85 {
  padding-top: 85rem;
}

.blog-u-pb-85 {
  padding-bottom: 85rem;
}

.blog-u-pl-85 {
  padding-left: 85rem;
}

.blog-u-pr-85 {
  padding-right: 85rem;
}

.blog-u-mt-90 {
  margin-top: 90rem;
}

.blog-u-mb-90 {
  margin-bottom: 90rem;
}

.blog-u-ml-90 {
  margin-left: 90rem;
}

.blog-u-mr-90 {
  margin-right: 90rem;
}

.blog-u-pt-90 {
  padding-top: 90rem;
}

.blog-u-pb-90 {
  padding-bottom: 90rem;
}

.blog-u-pl-90 {
  padding-left: 90rem;
}

.blog-u-pr-90 {
  padding-right: 90rem;
}

.blog-u-mt-95 {
  margin-top: 95rem;
}

.blog-u-mb-95 {
  margin-bottom: 95rem;
}

.blog-u-ml-95 {
  margin-left: 95rem;
}

.blog-u-mr-95 {
  margin-right: 95rem;
}

.blog-u-pt-95 {
  padding-top: 95rem;
}

.blog-u-pb-95 {
  padding-bottom: 95rem;
}

.blog-u-pl-95 {
  padding-left: 95rem;
}

.blog-u-pr-95 {
  padding-right: 95rem;
}

.blog-u-mt-100 {
  margin-top: 100rem;
}

.blog-u-mb-100 {
  margin-bottom: 100rem;
}

.blog-u-ml-100 {
  margin-left: 100rem;
}

.blog-u-mr-100 {
  margin-right: 100rem;
}

.blog-u-pt-100 {
  padding-top: 100rem;
}

.blog-u-pb-100 {
  padding-bottom: 100rem;
}

.blog-u-pl-100 {
  padding-left: 100rem;
}

.blog-u-pr-100 {
  padding-right: 100rem;
}

.blog-u-mt-105 {
  margin-top: 105rem;
}

.blog-u-mb-105 {
  margin-bottom: 105rem;
}

.blog-u-ml-105 {
  margin-left: 105rem;
}

.blog-u-mr-105 {
  margin-right: 105rem;
}

.blog-u-pt-105 {
  padding-top: 105rem;
}

.blog-u-pb-105 {
  padding-bottom: 105rem;
}

.blog-u-pl-105 {
  padding-left: 105rem;
}

.blog-u-pr-105 {
  padding-right: 105rem;
}

.blog-u-mt-110 {
  margin-top: 110rem;
}

.blog-u-mb-110 {
  margin-bottom: 110rem;
}

.blog-u-ml-110 {
  margin-left: 110rem;
}

.blog-u-mr-110 {
  margin-right: 110rem;
}

.blog-u-pt-110 {
  padding-top: 110rem;
}

.blog-u-pb-110 {
  padding-bottom: 110rem;
}

.blog-u-pl-110 {
  padding-left: 110rem;
}

.blog-u-pr-110 {
  padding-right: 110rem;
}

.blog-u-mt-115 {
  margin-top: 115rem;
}

.blog-u-mb-115 {
  margin-bottom: 115rem;
}

.blog-u-ml-115 {
  margin-left: 115rem;
}

.blog-u-mr-115 {
  margin-right: 115rem;
}

.blog-u-pt-115 {
  padding-top: 115rem;
}

.blog-u-pb-115 {
  padding-bottom: 115rem;
}

.blog-u-pl-115 {
  padding-left: 115rem;
}

.blog-u-pr-115 {
  padding-right: 115rem;
}

.blog-u-mt-120 {
  margin-top: 120rem;
}

.blog-u-mb-120 {
  margin-bottom: 120rem;
}

.blog-u-ml-120 {
  margin-left: 120rem;
}

.blog-u-mr-120 {
  margin-right: 120rem;
}

.blog-u-pt-120 {
  padding-top: 120rem;
}

.blog-u-pb-120 {
  padding-bottom: 120rem;
}

.blog-u-pl-120 {
  padding-left: 120rem;
}

.blog-u-pr-120 {
  padding-right: 120rem;
}

.blog-u-mt-125 {
  margin-top: 125rem;
}

.blog-u-mb-125 {
  margin-bottom: 125rem;
}

.blog-u-ml-125 {
  margin-left: 125rem;
}

.blog-u-mr-125 {
  margin-right: 125rem;
}

.blog-u-pt-125 {
  padding-top: 125rem;
}

.blog-u-pb-125 {
  padding-bottom: 125rem;
}

.blog-u-pl-125 {
  padding-left: 125rem;
}

.blog-u-pr-125 {
  padding-right: 125rem;
}

.blog-u-mt-130 {
  margin-top: 130rem;
}

.blog-u-mb-130 {
  margin-bottom: 130rem;
}

.blog-u-ml-130 {
  margin-left: 130rem;
}

.blog-u-mr-130 {
  margin-right: 130rem;
}

.blog-u-pt-130 {
  padding-top: 130rem;
}

.blog-u-pb-130 {
  padding-bottom: 130rem;
}

.blog-u-pl-130 {
  padding-left: 130rem;
}

.blog-u-pr-130 {
  padding-right: 130rem;
}

.blog-u-mt-135 {
  margin-top: 135rem;
}

.blog-u-mb-135 {
  margin-bottom: 135rem;
}

.blog-u-ml-135 {
  margin-left: 135rem;
}

.blog-u-mr-135 {
  margin-right: 135rem;
}

.blog-u-pt-135 {
  padding-top: 135rem;
}

.blog-u-pb-135 {
  padding-bottom: 135rem;
}

.blog-u-pl-135 {
  padding-left: 135rem;
}

.blog-u-pr-135 {
  padding-right: 135rem;
}

.blog-u-mt-140 {
  margin-top: 140rem;
}

.blog-u-mb-140 {
  margin-bottom: 140rem;
}

.blog-u-ml-140 {
  margin-left: 140rem;
}

.blog-u-mr-140 {
  margin-right: 140rem;
}

.blog-u-pt-140 {
  padding-top: 140rem;
}

.blog-u-pb-140 {
  padding-bottom: 140rem;
}

.blog-u-pl-140 {
  padding-left: 140rem;
}

.blog-u-pr-140 {
  padding-right: 140rem;
}

.blog-u-mt-145 {
  margin-top: 145rem;
}

.blog-u-mb-145 {
  margin-bottom: 145rem;
}

.blog-u-ml-145 {
  margin-left: 145rem;
}

.blog-u-mr-145 {
  margin-right: 145rem;
}

.blog-u-pt-145 {
  padding-top: 145rem;
}

.blog-u-pb-145 {
  padding-bottom: 145rem;
}

.blog-u-pl-145 {
  padding-left: 145rem;
}

.blog-u-pr-145 {
  padding-right: 145rem;
}

.blog-u-mt-150 {
  margin-top: 150rem;
}

.blog-u-mb-150 {
  margin-bottom: 150rem;
}

.blog-u-ml-150 {
  margin-left: 150rem;
}

.blog-u-mr-150 {
  margin-right: 150rem;
}

.blog-u-pt-150 {
  padding-top: 150rem;
}

.blog-u-pb-150 {
  padding-bottom: 150rem;
}

.blog-u-pl-150 {
  padding-left: 150rem;
}

.blog-u-pr-150 {
  padding-right: 150rem;
}

@media screen and (max-width: 1150px) {
  .blog-u-width-1100 {
    width: calc(100% - min(100rem, 10%));
  }
  .blog-u-width-750 {
    width: 60%;
  }
  .blog-u-width-360 {
    width: calc(50% - 15rem);
  }
  .blog-u-article-style .--blog-u-article-title,
  .blog-u-article-style .--blog-u-article-text {
    width: 100%;
  }
  .blog-c-border-gray-s {
    width: 100%;
  }
  .blog-side-box-blue,
  .blog-side-box-white {
    min-width: 280rem;
  }
  .blog-c-border-gray-s-s {
    width: 100%;
  }
}
@media screen and (min-width: 851px) and (max-width: 1150px) {
  .blog-u-width-750 {
    width: 65%;
  }
  .blog-u-width-360 {
    width: calc(50% - 15rem);
  }
  .blog-sp-display-none {
    display: block;
  }
  .blog-sp-display-column {
    flex-direction: row;
  }
}
@media screen and (min-width: 751px) and (max-width: 850px) {
  .blog-u-width-360 {
    width: calc(50% - 15rem);
  }
  .blog-u-width-750 {
    width: calc(70% - 15rem);
  }
  .blog-u-width-300 {
    width: 30%;
  }
  .blog-sp-display-none {
    display: block;
  }
  .blog-sp-display-column {
    flex-direction: row;
  }
  .blog-u-display-flex.--blog-u-wrap {
    justify-content: space-between;
  }
}
/* ユウカツ アクセス制御メタボックス - 縦並びレイアウト */
.yukatsu-access-control-wrapper {
  padding: 10px 12px;
  font-size: 13px;
}

.yukatsu-access-control-section {
  margin-bottom: 20px;
}

.yukatsu-section-title {
  margin: 0 0 10px 0;
  font-size: 13px;
  font-weight: bold;
  color: #23282d;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 5px;
}

.yukatsu-radio-group {
  border: none;
  padding: 0;
  margin: 0;
}

.yukatsu-radio-option {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fff;
}
.yukatsu-radio-option:hover {
  border-color: #0073aa;
  background: #f8f9fa;
}
.yukatsu-radio-option input[type=radio] {
  margin-right: 8px;
  margin-top: 1px;
}
.yukatsu-radio-option input[type=radio]:checked {
  accent-color: #0073aa;
}
.yukatsu-radio-option:has(input:checked) {
  border-color: #0073aa;
  background: #f0f8ff;
  box-shadow: 0 0 0 1px #0073aa;
}

.yukatsu-radio-label {
  font-weight: bold;
  font-size: 13px;
}
.yukatsu-radio-label.yukatsu-access-free {
  color: #28a745;
}
.yukatsu-radio-label.yukatsu-access-paid {
  color: #f39c12;
}
.yukatsu-radio-label.yukatsu-access-specific {
  color: #dc3545;
}

.yukatsu-plans-section {
  background: #fffbf0;
  border: 1px solid #e6cc80;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 15px;
}
.yukatsu-plans-section .yukatsu-section-title {
  color: #b8860b;
  border-bottom-color: #e6cc80;
  margin-bottom: 8px;
}
.yukatsu-plans-section input.widefat {
  font-family: "Consolas", "Monaco", monospace;
  font-size: 12px;
  padding: 6px 8px;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
}

.yukatsu-description {
  font-size: 11px;
  color: #666;
  margin: 8px 0 0 0;
  line-height: 1.4;
}

.yukatsu-current-setting {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  margin-top: 15px;
}
.yukatsu-current-setting h4 {
  margin: 0 0 8px 0;
  font-size: 12px;
  font-weight: bold;
  color: #0073aa;
}
.yukatsu-current-setting p {
  margin: 4px 0;
  font-size: 11px;
  color: #555;
}

/* レスポンシブ対応 */
@media (max-width: 782px) {
  .yukatsu-radio-option {
    padding: 10px 12px;
    margin-bottom: 8px;
  }
  .yukatsu-radio-label {
    font-size: 14px;
  }
}
/* GOOD!ボタンコンテナ */
.yukatsu-good-button-container {
  margin: 30px 0;
  padding: 20px;
  text-align: center;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.yukatsu-good-button {
  display: inline-block;
  margin-bottom: 10px;
}

/* GOOD!ボタン本体 */
.yukatsu-good-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
  color: white;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  min-width: 140px;
  /* 投票済み状態 */
  /* ログイン必須状態 */
  /* 投票中アニメーション */
}
.yukatsu-good-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #5CBF60 0%, #4fb04f 100%);
}
.yukatsu-good-btn:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.yukatsu-good-btn:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.yukatsu-good-btn.voted {
  background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
  cursor: default;
}
.yukatsu-good-btn.voted:hover {
  transform: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
}
.yukatsu-good-btn.login-required {
  background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
  cursor: pointer;
}
.yukatsu-good-btn.login-required:hover {
  background: linear-gradient(135deg, #ffcd39 0%, #e0a800 100%);
}
.yukatsu-good-btn.voting {
  animation: goodVote 0.6s ease-in-out;
}

/* アイコン・テキスト・カウント */
.yukatsu-good-icon {
  font-size: 18px;
  line-height: 1;
}

.yukatsu-good-text {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.yukatsu-good-count {
  font-size: 16px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.2);
  padding: 2px 8px;
  border-radius: 12px;
  min-width: 24px;
  text-align: center;
}
.yukatsu-good-count.updated {
  animation: countUpdate 0.8s ease-in-out;
}

/* ログインメッセージ */
.yukatsu-good-login-message {
  font-size: 14px;
  color: #666;
  margin: 10px 0 0 0;
  line-height: 1.4;
}
.yukatsu-good-login-message a {
  color: #0073aa;
  text-decoration: none;
  font-weight: bold;
}
.yukatsu-good-login-message a:hover {
  text-decoration: underline;
  color: #005a87;
}

/* フィードバックメッセージ */
.yukatsu-good-message {
  margin-top: 10px;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
}
.yukatsu-good-message.success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.yukatsu-good-message.error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* アニメーション定義 */
@keyframes goodVote {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes countUpdate {
  0% {
    transform: scale(1);
    color: inherit;
  }
  50% {
    transform: scale(1.3);
    color: #FF6B35;
  }
  100% {
    transform: scale(1);
    color: inherit;
  }
}
/* レスポンシブ対応 */
@media (max-width: 750px) {
  .yukatsu-good-button-container {
    margin: 20px 0;
    padding: 15px;
  }
  .yukatsu-good-btn {
    padding: 10px 20px;
    font-size: 14px;
    min-width: 130px;
  }
  .yukatsu-good-icon {
    font-size: 16px;
  }
  .yukatsu-good-text,
  .yukatsu-good-count {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .blog-sp-display-block {
    display: block;
  }
  .blog-sp-u-lineheight-16 {
    line-height: 16rem;
  }
  .blog-u-single-style .--blog-u-single-title {
    font-size: 36rem;
    line-height: 48rem;
  }
  .blog-u-sp-mt-140 {
    margin-top: 140rem;
  }
  .blog-sp-u-width-full {
    width: 100%;
  }
  .blog-sp-u-mt-150 {
    margin-top: 150rem;
  }
  .blog-sp-u-mt-80 {
    margin-top: 80rem;
  }
  .blog-sp-u-pr-40 {
    padding-right: 40rem;
  }
  .blog-circle {
    width: 50rem;
    height: 50rem;
  }
  .blog-circle.--blog-blue .blog-u-font-color-white {
    font-size: 24rem;
    line-height: 36rem;
  }
  .blog-circle.--blog-white .blog-u-font-color-blue {
    font-size: 24rem;
    line-height: 36rem;
  }
  .blog-sp-display-none {
    display: none;
  }
  .blog-u-pt-15 {
    padding-top: 20rem;
  }
  .blog-sp-display-block {
    display: block;
  }
  .blog-u-width-1100 {
    width: 90%;
  }
  .blog-u-width-750 {
    width: 100%;
  }
  .blog-u-width-360 {
    width: 100%;
  }
  .blog-u-width-300 {
    width: 100%;
  }
  .blog-sp-display-column {
    flex-direction: column;
  }
  .blog-u-article-pic {
    width: 100%;
  }
  .blog-u-article-style .--blog-u-article-title {
    font-size: 26rem;
    line-height: 38rem;
    font-weight: 700;
  }
  .blog-u-article-style .--blog-u-article-text {
    font-size: 24rem;
    line-height: 38rem;
    font-weight: 400;
  }
  .blog-u-article-style .--blog-u-article-date {
    font-size: 20rem;
    line-height: 28rem;
    font-weight: 400;
  }
  .blog-u-category-box .--blog-category-text {
    font-size: 24rem;
    line-height: 36rem;
    font-weight: 400;
  }
  .blog-u-pankuzu .--blog-category-link {
    font-size: 20rem;
    line-height: 30rem;
    font-weight: 400;
  }
  .blog-u-font-size-28 {
    font-size: 40rem;
  }
  .blog-u-line-height-34 {
    line-height: 40rem;
  }
  .blog-p-text-wrapper h2 {
    font-size: 38rem;
    line-height: 48rem;
    margin-top: 60rem;
  }
  .blog-p-text-wrapper h3 {
    font-size: 30rem;
    line-height: 42rem;
    margin-top: 60rem;
  }
  .blog-p-text-wrapper h3:before {
    width: 50rem;
    height: 6rem;
    margin-top: 15rem;
    margin-right: 20rem;
  }
  .blog-p-text-wrapper p {
    font-size: 28rem;
    line-height: 53rem;
    margin-top: 60rem;
  }
  .blog-p-text-wrapper ul {
    margin-top: 60rem;
  }
  .blog-p-text-wrapper ul li {
    font-size: 26rem;
    line-height: 42rem;
    padding-bottom: 10rem;
  }
  .blog-p-side-article-style .--blog-u-side-article-img {
    width: 100rem;
    height: 100rem;
    border-radius: 50rem;
  }
  .blog-p-side-article-style .--blog-u-side-article-img img {
    border-radius: 50rem;
  }
  .blog-p-side-article-style .--blog-u-side-article-title {
    width: 100%;
    font-size: 24rem;
    line-height: 40rem;
    font-weight: 900;
    padding-top: 30rem;
  }
  .blog-side-box-text {
    padding: 20rem;
    font-size: 28rem;
    line-height: 30rem;
  }
  .blog-u-auther-style .--blog-u-auther-img {
    border-radius: 50%;
    width: 100rem;
    height: 100rem;
  }
  .blog-u-auther-style .--blog-u-auther-name {
    padding-top: 10rem;
    font-size: 28rem;
    line-height: 24rem;
    font-weight: 900;
  }
  .blog-u-auther-style .--blog-u-auther-company {
    color: #9C9C9C;
    font-size: 24rem;
    line-height: 38rem;
    font-weight: 900;
    padding-top: 15rem;
  }
  .blog-side-box-blue {
    height: 100rem;
  }
  .blog-side-box-blue .--blog-side-box-title {
    font-size: 36rem;
    line-height: 48rem;
    font-weight: 900;
    color: #fff;
  }
  .blog-side-box-blue .--blog-side-box-img {
    width: 36rem;
    height: 36rem;
    padding-top: 10rem;
    padding-right: 10rem;
    padding-left: 50rem;
  }
  .blog-u-font-size-20 {
    font-size: 32rem;
  }
  .blog-sp-u-pt-20 {
    padding-top: 20rem;
  }
  .blog-sp-u-width-100 {
    width: 100%;
  }
  .blog-c-category-box {
    padding: 2rem;
  }
  .blog-c-category-box.--blog-category-text {
    font-size: 20rem;
    line-height: 30rem;
  }
  .blog-u-tag-style {
    padding-top: 5rem;
    font-size: 20rem;
    line-height: 30rem;
  }
  .blog-c-category-box-2 {
    min-width: 120rem;
    height: 40rem;
  }
  .blog-c-category-box-2 .--blog-category-text {
    font-size: 20rem;
    line-height: 30rem;
  }
  .blog-u-single-auther-style .--blog-u-single-auther-img {
    width: 130rem;
    height: 130rem;
    border-radius: 50%;
  }
  .blog-u-single-auther-style .--blog-u-single-auther-name {
    font-size: 28rem;
    line-height: 42rem;
    font-weight: 900;
  }
  .blog-u-single-auther-style .--blog-u-single-auther-text {
    font-size: 24rem;
    line-height: 46rem;
  }
  .blog-c-single-auther-box {
    width: 100rem;
    height: 35rem;
  }
  .blog-c-single-auther-box .--blog-c-single-auther-text {
    font-size: 24rem;
    font-weight: 700;
    padding: 20rem;
  }
  .blog-sp-u-pt-0 {
    padding-top: 0rem !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 850px) {
  .blog-u-width-360 {
    width: calc(50% - 15rem);
  }
  .blog-u-width-750 {
    width: calc(70% - 15rem);
  }
  .blog-u-width-300 {
    width: 30%;
  }
  .blog-sp-display-none {
    display: block;
  }
  .blog-sp-display-column {
    flex-direction: row;
  }
  .blog-u-display-flex.--blog-u-wrap {
    justify-content: space-between;
  }
}
/* ユウカツ アクセス制御メタボックス - 縦並びレイアウト */
.yukatsu-access-control-wrapper {
  padding: 10px 12px;
  font-size: 13px;
}

.yukatsu-access-control-section {
  margin-bottom: 20px;
}

.yukatsu-section-title {
  margin: 0 0 10px 0;
  font-size: 13px;
  font-weight: bold;
  color: #23282d;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 5px;
}

.yukatsu-radio-group {
  border: none;
  padding: 0;
  margin: 0;
}

.yukatsu-radio-option {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fff;
}
.yukatsu-radio-option:hover {
  border-color: #0073aa;
  background: #f8f9fa;
}
.yukatsu-radio-option input[type=radio] {
  margin-right: 8px;
  margin-top: 1px;
}
.yukatsu-radio-option input[type=radio]:checked {
  accent-color: #0073aa;
}
.yukatsu-radio-option:has(input:checked) {
  border-color: #0073aa;
  background: #f0f8ff;
  box-shadow: 0 0 0 1px #0073aa;
}

.yukatsu-radio-label {
  font-weight: bold;
  font-size: 13px;
}
.yukatsu-radio-label.yukatsu-access-free {
  color: #28a745;
}
.yukatsu-radio-label.yukatsu-access-paid {
  color: #f39c12;
}
.yukatsu-radio-label.yukatsu-access-specific {
  color: #dc3545;
}

.yukatsu-plans-section {
  background: #fffbf0;
  border: 1px solid #e6cc80;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 15px;
}
.yukatsu-plans-section .yukatsu-section-title {
  color: #b8860b;
  border-bottom-color: #e6cc80;
  margin-bottom: 8px;
}
.yukatsu-plans-section input.widefat {
  font-family: "Consolas", "Monaco", monospace;
  font-size: 12px;
  padding: 6px 8px;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
}

.yukatsu-description {
  font-size: 11px;
  color: #666;
  margin: 8px 0 0 0;
  line-height: 1.4;
}

.yukatsu-current-setting {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  margin-top: 15px;
}
.yukatsu-current-setting h4 {
  margin: 0 0 8px 0;
  font-size: 12px;
  font-weight: bold;
  color: #0073aa;
}
.yukatsu-current-setting p {
  margin: 4px 0;
  font-size: 11px;
  color: #555;
}

/* レスポンシブ対応 */
@media (max-width: 782px) {
  .yukatsu-radio-option {
    padding: 10px 12px;
    margin-bottom: 8px;
  }
  .yukatsu-radio-label {
    font-size: 14px;
  }
}
/* GOOD!ボタンコンテナ */
.yukatsu-good-button-container {
  margin: 30px 0;
  padding: 20px;
  text-align: center;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.yukatsu-good-button {
  display: inline-block;
  margin-bottom: 10px;
}

/* GOOD!ボタン本体 */
.yukatsu-good-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
  color: white;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  min-width: 140px;
  /* 投票済み状態 */
  /* ログイン必須状態 */
  /* 投票中アニメーション */
}
.yukatsu-good-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #5CBF60 0%, #4fb04f 100%);
}
.yukatsu-good-btn:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.yukatsu-good-btn:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.yukatsu-good-btn.voted {
  background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
  cursor: default;
}
.yukatsu-good-btn.voted:hover {
  transform: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
}
.yukatsu-good-btn.login-required {
  background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
  cursor: pointer;
}
.yukatsu-good-btn.login-required:hover {
  background: linear-gradient(135deg, #ffcd39 0%, #e0a800 100%);
}
.yukatsu-good-btn.voting {
  animation: goodVote 0.6s ease-in-out;
}

/* アイコン・テキスト・カウント */
.yukatsu-good-icon {
  font-size: 18px;
  line-height: 1;
}

.yukatsu-good-text {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.yukatsu-good-count {
  font-size: 16px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.2);
  padding: 2px 8px;
  border-radius: 12px;
  min-width: 24px;
  text-align: center;
}
.yukatsu-good-count.updated {
  animation: countUpdate 0.8s ease-in-out;
}

/* ログインメッセージ */
.yukatsu-good-login-message {
  font-size: 14px;
  color: #666;
  margin: 10px 0 0 0;
  line-height: 1.4;
}
.yukatsu-good-login-message a {
  color: #0073aa;
  text-decoration: none;
  font-weight: bold;
}
.yukatsu-good-login-message a:hover {
  text-decoration: underline;
  color: #005a87;
}

/* フィードバックメッセージ */
.yukatsu-good-message {
  margin-top: 10px;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
}
.yukatsu-good-message.success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.yukatsu-good-message.error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* アニメーション定義 */
@keyframes goodVote {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes countUpdate {
  0% {
    transform: scale(1);
    color: inherit;
  }
  50% {
    transform: scale(1.3);
    color: #FF6B35;
  }
  100% {
    transform: scale(1);
    color: inherit;
  }
}
/* レスポンシブ対応 */
@media (max-width: 750px) {
  .yukatsu-good-button-container {
    margin: 20px 0;
    padding: 15px;
  }
  .yukatsu-good-btn {
    padding: 10px 20px;
    font-size: 14px;
    min-width: 130px;
  }
  .yukatsu-good-icon {
    font-size: 16px;
  }
  .yukatsu-good-text,
  .yukatsu-good-count {
    font-size: 12px;
  }
}
.c-back-to-top {
  position: fixed;
  bottom: 30rem;
  right: 30rem;
  width: 60rem;
  height: 60rem;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20rem);
  transition: all 0.3s ease;
}
.c-back-to-top--visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.c-back-to-top__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #6391FF 0%, #4a7fff 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(99, 145, 255, 0.4);
  transition: all 0.3s ease;
}
.c-back-to-top__button:hover {
  background: linear-gradient(135deg, #4a7fff 0%, #6391FF 100%);
  transform: translateY(-2rem);
  box-shadow: 0 6px 20px rgba(99, 145, 255, 0.6);
  color: #fff;
  opacity: 1;
}
.c-back-to-top__button:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(99, 145, 255, 0.4);
}
.c-back-to-top__icon {
  font-size: 24rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2rem;
}
.c-back-to-top__text {
  font-size: 10rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1;
}

/* レスポンシブ対応 */
@media screen and (max-width: 750px) {
  .c-back-to-top {
    bottom: 40rem;
    right: 40rem;
    width: 80rem;
    height: 80rem;
  }
  .c-back-to-top__icon {
    font-size: 32rem;
    margin-bottom: 4rem;
  }
  .c-back-to-top__text {
    font-size: 16rem;
  }
  .blog-cta {
    width: 100% !important;
  }
}
/* -----------------------------------------------------------------
   Easy Table of Contents (目次) Custom Styles
   ----------------------------------------------------------------- */
#ez-toc-container {
  background-color: #f9fbfd !important; /* Clean light gray background */
  border: 1px solid #e1e4e8 !important; /* Subtle border */
  border-radius: 12rem !important; /* Consistent radius */
  padding: 25rem 30rem !important;
  box-shadow: 0 4rem 15rem rgba(0, 0, 0, 0.03) !important; /* Soft shadow */
  margin-top: 40rem !important;
  margin-bottom: 40rem !important;
  width: 100% !important;
  box-sizing: border-box !important;
  /* Title Area */
  /* List Styling */
}
#ez-toc-container .ez-toc-title-container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-bottom: 2px solid #6391FF !important; /* Brand color */
  padding-bottom: 12rem !important;
  margin-bottom: 20rem !important;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title {
  font-size: 20rem !important;
  font-weight: 700 !important;
  color: #333 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  font-family: "Noto Sans JP", sans-serif !important;
  /* Decorative icon before title */
}
#ez-toc-container .ez-toc-title-container .ez-toc-title:before {
  content: "" !important;
  display: inline-block !important;
  width: 6rem !important;
  height: 24rem !important;
  background-color: #6391FF !important;
  margin-right: 12rem !important;
  border-radius: 3rem !important;
}
#ez-toc-container .ez-toc-title-container .ez-toc-btn-icon {
  color: #6391FF !important;
}
#ez-toc-container nav ul, #ez-toc-container nav li {
  background: none !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#ez-toc-container nav > ul {
  padding-left: 0 !important;
  /* H2 items */
}
#ez-toc-container nav > ul > li {
  margin-bottom: 12rem !important;
  font-weight: 700 !important;
  border-bottom: 1px dashed #e0e0e0 !important;
  padding-bottom: 8rem !important;
  /* H3/H4 nested items */
}
#ez-toc-container nav > ul > li:last-child {
  margin-bottom: 0 !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
#ez-toc-container nav > ul > li > a {
  color: #333 !important;
  font-size: 16rem !important;
  line-height: 1.6 !important;
  text-decoration: none !important;
  display: block !important;
  transition: all 0.2s ease !important;
}
#ez-toc-container nav > ul > li > a:hover {
  color: #6391FF !important;
  text-decoration: underline !important;
  padding-left: 5rem !important; /* Subtle movement */
}
#ez-toc-container nav > ul > li ul {
  margin-top: 8rem !important;
  padding-left: 20rem !important;
  border-left: 2px solid #e9ecef !important; /* Guide line */
}
#ez-toc-container nav > ul > li ul li {
  font-weight: 400 !important;
  margin-bottom: 8rem !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
#ez-toc-container nav > ul > li ul li a {
  color: #666 !important;
  font-size: 14rem !important;
  line-height: 1.5 !important;
}
#ez-toc-container nav > ul > li ul li a:hover {
  color: #6391FF !important;
  text-decoration: underline !important;
}

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

/* Responsive adjustments */
@media screen and (max-width: 750px) {
  #ez-toc-container {
    padding: 20rem !important;
  }
  #ez-toc-container .ez-toc-title-container .ez-toc-title {
    font-size: 18rem !important;
  }
  #ez-toc-container nav > ul > li > a {
    font-size: 24rem !important;
  }
}
/* -----------------------------------------------------------------
   Blockquote (引用) Custom Styles
   ----------------------------------------------------------------- */
.wp-block-quote {
  position: relative;
  margin: 40rem auto;
  padding: 25rem 30rem;
  background-color: #f9fbfd; /* Subtle background */
  border-left: 6rem solid #6391FF; /* Brand accent */
  border-radius: 4rem 12rem 12rem 4rem; /* Asymetric radius for modern feel */
  box-shadow: 0 4rem 15rem rgba(0, 0, 0, 0.03);
  /* Decorative Quote Icon */
  /* Citation Styling */
}
.wp-block-quote::before {
  content: "“"; /* Left double quotation mark */
  position: absolute;
  top: 10rem;
  left: 15rem;
  font-family: "Oswald", sans-serif; /* Consistent font choice */
  font-size: 60rem;
  line-height: 1;
  color: rgba(99, 145, 255, 0.15); /* Transparent brand color */
  pointer-events: none;
}
.wp-block-quote p {
  position: relative; /* Establish stacking context above the icon */
  margin: 0;
  font-size: 16rem;
  line-height: 1.8;
  color: #444;
  font-style: italic; /* Classic quote feel */
  z-index: 1;
}
.wp-block-quote cite {
  display: block;
  margin-top: 15rem;
  font-size: 13rem;
  font-weight: 700;
  color: #888;
  font-style: normal;
  text-align: right;
}
.wp-block-quote cite::before {
  content: "—"; /* Em dash */
  margin-right: 5rem;
  color: #6391FF;
}

/* Responsive adjustments for Quote */
@media screen and (max-width: 750px) {
  .wp-block-quote {
    margin: 30rem 0;
    padding: 20rem 20rem 20rem 40rem; /* Indent text */
  }
  .wp-block-quote::before {
    top: 5rem;
    left: 10rem;
    font-size: 50rem;
  }
  .wp-block-quote p {
    font-size: 15rem;
  }
}

/* ========== ヘッダー・サブナビ共通スタイル ========== */
header.p-flex.--flex-sp.--align-center.u-position-fixed {
  justify-content: center;
}

header.p-flex.--flex-sp.--align-center.u-position-fixed > .header-inner {
  max-width: 1100rem;
  width: 94%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10rem;
}

.header-inner .header-logo {
  padding-top: 10rem;
  line-height: 0;
  font-size: 0;
}

.header-inner > nav.p-flex.u-pc-only-flex {
  gap: 12rem;
}

header .header-logo img {
  width: 180rem;
  height: auto;
}

header nav.p-flex.u-pc-only-flex {
  align-items: flex-end;
}

/* ヘッダーボタン */
.header-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 8px 16px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  text-decoration: none !important;
  transition: all 0.2s !important;
  white-space: nowrap !important;
}

.header-btn--outline {
  background: #fff !important;
  color: #374151 !important;
  border: 1px solid #d1d5db !important;
}

.header-btn--outline:hover {
  background: #f9fafb !important;
  border-color: #9ca3af !important;
}

.header-btn--primary {
  background: #667eea !important;
  color: #fff !important;
  border: 1px solid #667eea !important;
}

.header-btn--primary:hover {
  background: #5a67d8 !important;
  border-color: #5a67d8 !important;
}

.header-btn--pink {
  background: #ff5581 !important;
  color: #fff !important;
  border: 1px solid #ff5581 !important;
}

.header-btn--pink:hover {
  background: #e64d73 !important;
  border-color: #e64d73 !important;
}

/* サブナビゲーション */
.sub-navigation {
  display: flex !important;
  justify-content: center !important;
  position: fixed !important;
  top: 60px !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 299 !important;
  background-color: #6391FF !important;
  padding: 10rem 0 !important;
}

.sub-navigation .sub-nav-list {
  max-width: 1100rem;
  width: 94%;
  display: flex !important;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-start !important;
  gap: 30rem !important;
}

.sub-navigation .sub-nav-list li a {
  color: #fff !important;
  text-decoration: none;
  font-size: 14rem;
  font-weight: 500;
  white-space: nowrap;
}

.sub-navigation .sub-nav-list li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 750px) {
  .sub-navigation {
    display: none !important;
  }
}
