.p_blog_single_related_post .item_title {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.p_blog_single, .p_blog {
  font-family: "Noto Sans JP", sans-serif;
}

.p_blog_single_date {
  font-family: "Manrope", sans-serif;
}

.p_blog_single_tags {
  font-size: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .p_blog_single_tags {
    font-size: 0.75rem;
  }
}

.p_blog_single_date, .p_blog_single_related_post .item_title {
  font-size: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .p_blog_single_date, .p_blog_single_related_post .item_title {
    font-size: 0.875rem;
  }
}

.p_blog_single_content, .p_blog_single_share_title, .p_blog_single_related_dir .item_link, .p_blog_related_category_lists a {
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .p_blog_single_content, .p_blog_single_share_title, .p_blog_single_related_dir .item_link, .p_blog_related_category_lists a {
    font-size: 1rem;
  }
}

.p_blog_single_content h4 {
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .p_blog_single_content h4 {
    font-size: 1.125rem;
  }
}

.p_blog_single_related_post .item_more, .p_blog_nodata, .p_blog_articles_more, .p_blog_related_contact {
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .p_blog_single_related_post .item_more, .p_blog_nodata, .p_blog_articles_more, .p_blog_related_contact {
    font-size: 1.25rem;
  }
}

.p_blog_single_content h3 {
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .p_blog_single_content h3 {
    font-size: 1.3125rem;
  }
}

.p_blog_single_content h2 {
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .p_blog_single_content h2 {
    font-size: 1.5rem;
  }
}

.p_blog_single_title {
  font-size: 1.625rem;
}
@media only screen and (min-width: 768px) {
  .p_blog_single_title {
    font-size: clamp(
            2rem,
            calc(2rem + 0.0096153846 * (100vw - 768px)),
            2.5rem
        );
  }
}

.p_blog_nodata {
  font-weight: 700;
  margin-top: 20px;
}
.p_blog_recommend {
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .p_blog_recommend {
    margin-bottom: 80px;
  }
}
.p_blog_recommend::before {
  content: "";
  width: calc(100% + 20px);
  height: 120px;
  max-height: min(70%, 20vw);
  background-color: #edeff0;
  border-radius: 15px;
  position: absolute;
  top: 46px;
  left: -10px;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .p_blog_recommend::before {
    width: calc(100% + 120px);
    height: 240px;
    max-height: min(60%, 20vw);
    border-radius: 30px;
    top: 66px;
    left: -60px;
  }
}
.p_blog_recommend_lists {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .p_blog_recommend_lists {
    gap: 40px;
    flex-direction: row;
    margin-top: 40px;
  }
}
.p_blog_recommend_lists .item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p_blog_recommend_lists .item {
    width: calc(50% - 20px);
  }
}
.p_blog_articles {
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .p_blog_articles {
    padding-bottom: 80px;
  }
}
.p_blog_articles::before {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% - 46px);
  background-color: #edeff0;
  border-radius: 15px;
  position: absolute;
  top: 46px;
  left: -10px;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .p_blog_articles::before {
    width: calc(100% + 120px);
    height: calc(100% - 60px);
    border-radius: 30px;
    top: 60px;
    left: -60px;
  }
}
.p_blog_articles_lists {
  display: flex;
  gap: 20px;
  flex-direction: column;
  position: relative;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .p_blog_articles_lists {
    gap: 20px 40px;
    margin-top: 40px;
  }
}
.p_blog_articles_lists .item {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p_blog_articles_lists .item {
    border-radius: 30px;
  }
}
.p_blog_articles_more {
  font-weight: 700;
  color: #fff;
  line-height: 1.45;
  width: 200px;
  min-height: 50px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #009aef;
  border: 1px solid #009aef;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .p_blog_articles_more {
    width: 100%;
    min-height: 75px;
    margin-top: 40px;
    transition: 300ms ease;
  }
  .p_blog_articles_more:hover {
    background-color: #fff;
    color: #009aef;
  }
}
.p_blog_related_research_input {
  position: relative;
}
.p_blog_related_research_input input[type=text] {
  width: 100%;
  height: 50px;
  display: block;
  border: 1px solid #c9c9c9;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
  padding: 16px;
}
@media only screen and (min-width: 768px) {
  .p_blog_related_research_input input[type=text] {
    height: 75px;
    font-size: 1.25rem;
    padding: 23px 60px 23px 40px;
  }
}
.p_blog_related_research_input input[type=text]::placeholder {
  color: #c9c9c9;
}
.p_blog_related_research_input button[type=submit] {
  width: 23px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .p_blog_related_research_input button[type=submit] {
    right: 26px;
  }
}
.p_blog_related_category {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .p_blog_related_category {
    margin-top: 60px;
  }
}
.p_blog_related_category_lists {
  border-top: 3px solid #404d61;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .p_blog_related_category_lists {
    margin-top: 19px;
  }
}
.p_blog_related_category_lists a {
  font-weight: 700;
  line-height: 1.5;
  display: block;
  border-bottom: 1px solid #404d61;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .p_blog_related_category_lists a {
    padding-top: 19px;
    padding-bottom: 19px;
    transition: opacity 300ms ease;
  }
  .p_blog_related_category_lists a:hover {
    opacity: 0.6;
  }
}
.p_blog_related_banner {
  display: block;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .p_blog_related_banner {
    margin-top: 64px;
    transition: opacity 300ms linear;
  }
  .p_blog_related_banner:hover {
    opacity: 0.6;
  }
}
.p_blog_related_banner img {
  border-radius: 15px;
}
@media only screen and (min-width: 768px) {
  .p_blog_related_banner img {
    border-radius: 30px;
  }
}
.p_blog_related_contact {
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
  width: 200px;
  max-width: 100%;
  min-height: 50px;
  background-color: #ff9a3a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ff9a3a;
}
@media only screen and (min-width: 768px) {
  .p_blog_related_contact {
    width: 340px;
    min-height: 75px;
    margin-top: 60px;
    transition: 300ms ease;
  }
  .p_blog_related_contact:hover {
    background-color: #fff;
    color: #ff9a3a;
  }
}

.p_blog_single .addtoany_list {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .p_blog_single .addtoany_list {
    gap: 20px;
    margin-top: 20px;
  }
}
.p_blog_single .addtoany_list a span {
  width: 40px !important;
  height: 40px !important;
  border-radius: 99px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .p_blog_single .addtoany_list a span {
    width: 50px !important;
    height: 50px !important;
  }
}
.p_blog_single .addtoany_list .a2a_svg svg {
  width: 80%;
  height: 80%;
}
.p_blog_single .addtoany_list a,
.p_blog_single .widget .addtoany_list a {
  padding: 0;
}
.p_blog_single_info {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .p_blog_single_info {
    flex-direction: row;
    justify-content: space-between;
  }
}
.p_blog_single_tags {
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.p_blog_single_tags span {
  background-color: #009aef;
  border-radius: 99px;
  padding: 5px;
}
@media only screen and (min-width: 768px) {
  .p_blog_single_tags span {
    padding: 4px 10px;
  }
}
.p_blog_single_date {
  font-weight: 600;
  flex-shrink: 0;
  line-height: 1.3571428571;
  color: #c9c9c9;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .p_blog_single_date {
    margin-top: 3px;
  }
}
.p_blog_single_title {
  font-weight: 700;
  line-height: 1.475;
  margin-top: 9px;
}
.p_blog_single_photo {
  border-radius: 30px;
  overflow: hidden;
  margin-top: 17px;
}
@media only screen and (min-width: 768px) {
  .p_blog_single_photo {
    margin-top: 17px;
  }
}
.p_blog_single_content {
  font-weight: 500;
  line-height: 2;
  margin-top: 20px;
  color: #404d61;
}
@media only screen and (min-width: 768px) {
  .p_blog_single_content {
    margin-top: 42px;
  }
}
.p_blog_single_content a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media only screen and (min-width: 768px) {
  .p_blog_single_content a {
    transition: 150ms linear;
  }
  .p_blog_single_content a:hover {
    text-decoration-color: rgba(255, 255, 255, 0);
  }
}
.p_blog_single_content h2 {
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background-color: #009aef;
  border-radius: 15px;
  padding: 10px 20px;
}
@media only screen and (min-width: 768px) {
  .p_blog_single_content h2 {
    padding: 19px 40px 20px;
    border-radius: 30px;
  }
}
.p_blog_single_content h2:not(:first-child) {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .p_blog_single_content h2:not(:first-child) {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .p_blog_single_content h2 + p {
    margin-top: 40px !important;
  }
}
.p_blog_single_content h3 {
  font-weight: 700;
  margin-top: 20px;
}
.p_blog_single_content h3:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .p_blog_single_content h3:not(:first-child) {
    margin-top: 40px;
  }
}
.p_blog_single_content h4 {
  font-weight: 700;
}
.p_blog_single_content h4:not(:first-child) {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .p_blog_single_content h4:not(:first-child) {
    margin-top: 16px;
  }
}
.p_blog_single_content h5 {
  font-weight: 700;
}
.p_blog_single_content h5:not(:first-child) {
  margin-top: 10px;
}
.p_blog_single_content ul.wp-block-list:not(:first-child),
.p_blog_single_content ol.wp-block-list:not(:first-child),
.p_blog_single_content figure:not(:first-child),
.p_blog_single_content table:not(:first-child),
.p_blog_single_content p:not(:first-child) {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .p_blog_single_content ul.wp-block-list:not(:first-child),
.p_blog_single_content ol.wp-block-list:not(:first-child),
.p_blog_single_content figure:not(:first-child),
.p_blog_single_content table:not(:first-child),
.p_blog_single_content p:not(:first-child) {
    margin-top: 23px;
  }
}
.p_blog_single_content ul.wp-block-list,
.p_blog_single_content ol.wp-block-list {
  padding-left: 20px;
}
.p_blog_single_content ul.wp-block-list {
  list-style-type: disc;
}
.p_blog_single_content ol.wp-block-list {
  list-style-type: decimal;
}
.p_blog_single_qa {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .p_blog_single_qa {
    margin-top: 60px;
  }
}
.p_blog_single_share {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .p_blog_single_share {
    margin-top: 76px;
  }
}
.p_blog_single_share_title {
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.p_blog_single_share_title::before, .p_blog_single_share_title::after {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background-color: #009aef;
}
.p_blog_single_share_title::before {
  rotate: -30deg;
}
.p_blog_single_share_title::after {
  rotate: 30deg;
}
.p_blog_single_share_sns {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .p_blog_single_share_sns {
    gap: 20px;
    margin-top: 20px;
  }
}
.p_blog_single_share_sns a {
  width: 40px;
  height: 40px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p_blog_single_share_sns a {
    width: 50px;
    height: 50px;
    transition: opacity 300ms linear;
  }
  .p_blog_single_share_sns a:hover {
    opacity: 0.6;
  }
}
.p_blog_single_share_sns a img {
  width: 100%;
}
.p_blog_single_related {
  border: 1px solid #c9c9c9;
  border-radius: 15px;
  margin-top: 40px;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .p_blog_single_related {
    margin-top: 80px;
    padding: 40px 60px 60px;
    border-radius: 30px;
  }
}
.p_blog_single_related_dir {
  display: flex;
  justify-content: space-between;
}
.p_blog_single_related_dir .item_link {
  font-weight: 700;
  line-height: 1.5;
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .p_blog_single_related_dir .item_link {
    gap: 9px;
    transition: opacity 300ms ease;
  }
  .p_blog_single_related_dir .item_link:hover {
    opacity: 0.6;
  }
}
.p_blog_single_related_dir .item_link::before, .p_blog_single_related_dir .item_link::after {
  content: "";
  display: none;
  width: 10px;
  height: 10px;
  border: 0;
  rotate: 45deg;
}
.p_blog_single_related_dir .item_link_prev::before {
  display: block;
  border-left: 2px solid #009aef;
  border-bottom: 2px solid #009aef;
}
.p_blog_single_related_dir .item_link_next {
  margin-left: auto;
}
.p_blog_single_related_dir .item_link_next::after {
  display: block;
  border-top: 2px solid #009aef;
  border-right: 2px solid #009aef;
}
.p_blog_single_related_post {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 14px;
}
@media only screen and (min-width: 768px) {
  .p_blog_single_related_post {
    justify-content: space-between;
    margin-top: 14px;
  }
}
.p_blog_single_related_post .item {
  width: calc(50% - 10px);
}
@media only screen and (min-width: 1025px) {
  .p_blog_single_related_post .item {
    width: 210px;
    order: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .p_blog_single_related_post .item:nth-child(2) {
    order: 3;
  }
}
.p_blog_single_related_post .item_thumbnail {
  border-radius: 15px;
}
@media only screen and (min-width: 768px) {
  .p_blog_single_related_post .item_thumbnail {
    border-radius: 30px;
  }
}
.p_blog_single_related_post .item_title {
  padding-right: 0;
  line-height: 1.4285714286;
}
.p_blog_single_related_post .item_btn {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1025px) {
  .p_blog_single_related_post .item_btn {
    order: 2;
  }
}
.p_blog_single_related_post .item_more {
  font-weight: 700;
  color: #fff;
  line-height: 1.45;
  width: 200px;
  min-height: 50px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #009aef;
  border: 1px solid #009aef;
}
@media only screen and (min-width: 768px) {
  .p_blog_single_related_post .item_more {
    width: 240px;
    min-height: 75px;
    transition: 300ms ease;
  }
  .p_blog_single_related_post .item_more:hover {
    background-color: #fff;
    color: #009aef;
  }
}
@media only screen and (min-width: 1025px) {
  .p_blog_single_related_post .item_more {
    margin-top: 32px;
  }
}
.p_blog_single .p_blog_articles {
  position: relative;
  margin-top: 60px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .p_blog_single .p_blog_articles {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}
.p_blog_single .p_blog_articles::before {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% - 46px);
  background-color: #edeff0;
  border-radius: 15px;
  position: absolute;
  top: 46px;
  left: -10px;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .p_blog_single .p_blog_articles::before {
    width: calc(100% + 120px);
    height: calc(100% - 60px);
    border-radius: 30px;
    top: 60px;
    left: -60px;
  }
}
.p_blog_single .p_blog_articles_lists {
  display: flex;
  gap: 20px;
  flex-direction: column;
  position: relative;
  margin-top: 40px;
  margin-top: 39px;
}
@media only screen and (min-width: 768px) {
  .p_blog_single .p_blog_articles_lists {
    gap: 20px 40px;
    margin-top: 40px;
  }
}
.p_blog_single .p_blog_articles_lists .item {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p_blog_single .p_blog_articles_lists .item {
    border-radius: 30px;
  }
}

/*# sourceMappingURL=blog.css.map */
