#blog .eyecatch {
  width: 100%;
  object-fit: cover;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #blog .eyecatch {
    margin-bottom: 20px;
  }
}

#blog .center{
  max-width: 1100px;
}

/***************************************
          blog
*****************************************/
/* blog個別ページのみ2カラム */
section.other_page.blog .center.two_column {
  display: flex;
  gap: 40px;
  /* mainとsidebarの間の余白 */
}

/* メインコンテンツ */
section.other_page.blog .main_content {
  flex: 2;
  /* メイン2/3 */
  overflow-x: hidden;
}

div#ez-toc-container {
  width: -webkit-fill-available !important;
}

.blog h2 {
  background: #0E458B;
  color: #fff;
  padding: 10px;
}

.blog h3 {
  background: #ebebeb;
  color: #0E458B;
  padding: 10px;
}

.blog p {
  color: #000;
}

.blog .cta_block {
  padding: 20px;
  font-weight: bold;
  text-align: center;
  background: #e1eff8;
  display: block;
  margin: auto;
  width: 80%;
}

.blog .cta_block .p1 {
  margin-bottom: 0px;
  color: #1570a8;
}

.blog .cta_block img {
  margin-bottom: 0px;
  width: 100%;
  margin: -40px auto;
  display: block;
}

.blog .cta_block .p2 {
  margin-bottom: 20px;
  color: #000;
}

.blog .cta_block a,
.blog .cta2 {
  text-decoration: none;
  color: #fff;
  background: #68a9d1;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  font-size: 1.4rem;
  position: relative;
  padding: 10px 60px;
  display: inline-block;
  font-weight: normal;
  transition: all .3s;
}

.blog .cta_block a::after,
.blog .cta2::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 2px solid #68a9d1;
  border-right: 2px solid #68a9d1;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.blog .cta_block a::before,
.blog .cta2::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 15px;
  height: 15px;
  margin: auto;
  box-sizing: border-box;
  background: #fff;
  border-radius: 100%;
}

.blog .cta2 {
  background: #00b16b;
  margin: auto;
  display: block;
  width: 40%;
  text-align: center;
  line-height: 1.8;
  transition: all .3s;
}

.blog .cta2::after {
  border-top: 2px solid #00b16b;
  border-right: 2px solid #00b16b;
}


/* サイドバー */
section.other_page.blog .sidebar {
  flex: 1;
  /* サイド1/3 */
  max-width: 30%;
  /* background: #f5f5f5; */
  padding: 20px;
  position: relative;
}

.blog .form_bg {
  background: none;
  padding: 20px 0;
  margin-bottom: -20px;
}

.blog .sidebar .wpcf7-form.init {
  position: absolute;
  top: 0;
  bottom: 0;
}

.blog .sidebar .mailform {
  background: linear-gradient(#e7eff8 0%, #b5c8df 100%);
  position: sticky;
  top: 80px;
  margin-bottom: 100px;
}

.blog .btn {
  transition: all .3s;
}

.blog .btn input,
.blog .btn a {
  background: #60c200;
}

.blog .mailform .btn::before {
  right: unset;
  left: 15px;
  top: 34%;
  transform: translateY(-50%);
  background: url(../img/shiryou_download_white.png) no-repeat center;
  background-size: contain;
  height: 20px;
}

.blog .contents-title.s-size {
  font-size: 1.6rem;
  text-wrap: nowrap;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

.blog .sidebar .center {
  padding: 0 10px;
}


/* blog サイドバー内のCF7フォームの横幅調整 */
.blog .sidebar .wpcf7 .wpcf7-form .wpcf7-form-control,
.blog .sidebar .wpcf7 .wpcf7-form input[type="text"],
.blog .sidebar .wpcf7 .wpcf7-form input[type="email"],
.blog .sidebar .wpcf7 .wpcf7-form input[type="url"],
.blog .sidebar .wpcf7 .wpcf7-form input[type="tel"],
.blog .sidebar .wpcf7 .wpcf7-form input[type="number"],
.blog .sidebar .wpcf7 .wpcf7-form input[type="date"],
.blog .sidebar .wpcf7 .wpcf7-form input[type="search"],
.blog .sidebar .wpcf7 .wpcf7-form input[type="password"],
.blog .sidebar .wpcf7 .wpcf7-form select,
.blog .sidebar .wpcf7 .wpcf7-form textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* ラップ要素もはみ出さないように */
.blog .sidebar .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  font-size: 80%;
}

.blog .sidebar .wpcf7 tr {
  display: flex;
  flex-direction: column;
}

.blog .sidebar .wpcf7 th {
  /* display: none; */
  text-align: left;
  margin-bottom: 2px;
}

.blog .sidebar .wpcf7 td {
  width: 100%;
}

.blog .fukidashi {
  width: 100%;
  overflow: hidden;
  display: flex;
  gap: 40px;
}

.blog .fukidashi.left {
  flex-direction: row-reverse;
}

.blog .fukidashi-image {
  width: 120px;
  line-height: 1;
  text-align: center;
  font-size: 1.2rem;
  text-wrap: nowrap;
}

.blog .fukidashi-image img {
  width: 100%;
  height: auto;
  border: solid 3px #ebebeb;
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.blog .fukidashi2 img {
  border: solid 3px #ebebeb;
}

.blog .fukidashi-text {
  position: relative;
  margin-top: 5px;
  padding: 18px 24px;
  border-radius: 12px;
  background: #e7eff8;
  height: min-content;
  color: #000;
}

.blog .fukidashi2 .fukidashi-text {
  background: #ebebeb;
}

.blog .fukidashi-text:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -36px;
  border: 18px solid transparent;
  border-right: 36px solid #e7eff8;
}

.blog .fukidashi2 .fukidashi-text::after {
  border-right: 36px solid #ebebeb;
}

.blog .fukidashi.medium {
  font-size: 1rem;
}

.blog .fukidashi.large {
  font-size: 1.2rem;
}

.sp_br{
  display: none;
}

/* スマホでは1カラムに */
@media screen and (max-width: 768px) {
  section.other_page.blog .center.two_column {
    flex-direction: column;
  }

  section.other_page.blog .sidebar {
    display: none;
  }

  .blog .fukidashi-image {
    width: 160px;
  }

  .blog .fukidashi-text:after {
    top: 5px;
    left: -30px;
  }

  .blog .author-profile {
    flex-direction: column;
  }

  .blog .cta_block {
    font-size: 12px;
  }

  .blog .cta_block img {
    margin: -30px 0;
  }

  .blog .main_content .tablepress>:where(thead, tfoot)>tr>*,
  .blog .main_content table td {
    width: 120px !important;
  }

  .blog .cta2{
    width: 60%;
  }

  .sp_br{
    display: block;
  }
}

/***************************************
          著者
*****************************************/
.author-box {
  background: #1d1917;
  color: #fff;
}

.blog .author-profile {
  display: flex;
  gap: 24px;
  margin-bottom: 20px;
}

.blog .author-title {
  padding: 24px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  font-size: 1.6rem;
}

.blog .author-content {
  padding: 32px 24px;
  color: #fff;
  border-top: 1px solid #4a4241;
}

.blog .author-image {
  width: 160px;
}

.blog .author-info {
  flex: 1;
}

.blog .author-ruby {
  font-size: 12px;
  line-height: 1;
  color: #aba8a7;
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
}

.blog .author-name {
  margin-top: 10px;
  line-height: 1;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
}

.blog .author-role {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  font-family: "Public Sans", sans-serif;
}

.blog .author-text {
  margin-top: 18px;
  font-size: 14px;
}

.blog .author-cta {
  color: #1d1917;
  position: relative;
}

.blog .author-cta a {
  text-decoration: none;
  width: 240px;
  height: 48px;
  padding: 0 20px;
  transition: all .3s;
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  position: relative;
}

.blog .author-cta a:hover,
.blog .cta2:hover,
.blog .sidebar .btn:hover,
.blog .cta_block a:hover {
  opacity: .8;
}

.blog .author-cta span {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}

.blog .main_content table {
  width: max-content !important;
  border-collapse: collapse;
  /* background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0 / 20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right / 20px 100%; */
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-right: 1px solid #CCC;
}

.blog .main_content table tbody {
  background: linear-gradient(to left, hsla(0, 0%, 100%, 0), white 15px) 0 0 / 50px 100%, linear-gradient(to right, hsla(0, 0%, 100%, 0), white 15px) right / 50px 100%;
  background-repeat: no-repeat;
  background-attachment: local;
  border-bottom: 1px solid #CCC;
  border-collapse: collapse;
  white-space: nowrap;
}

.blog .main_content table thead {
  background: linear-gradient(to left, hsla(0, 0%, 100%, 0), white 15px) 0 0 / 50px 100%, linear-gradient(to right, hsla(0, 0%, 100%, 0), white 15px) right / 50px 100%;
  background-repeat: no-repeat;
  background-attachment: local;
}

.blog .main_content thead th {
  font-weight: normal;
  color: #fff;
  padding: 10px;
  background: rgba(51, 51, 51, .85) !important;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  white-space: nowrap;
}

.blog .main_content .tablepress>:where(thead, tfoot)>tr>*,
.blog .main_content table td {
  padding: 10px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  white-space: nowrap;
  width: 210px;
}

.blog .main_content .tablepress>:where(thead, tfoot)>tr>* {
  background: none;
  font-weight: normal;
}

.blog .main_content .dt-scroll {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  /* 折り返さず横に伸ばす */
  -ms-overflow-style: none;
  /* IE, Edge */
  /* scrollbar-width: none; */
  /* Firefox */
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0 / 20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right / 20px 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

/* .blog .main_content table::-webkit-scrollbar {
  display: block !important;
} */

.blog .main_content .dt-scroll-head {
  width: unset !important;
  overflow: unset !important;
}

.blog .main_content .dt-scroll-body {
  overflow: unset !important;
}

.blog .main_content .dt-scroll-foot {
  display: none;
}

.blog #ez-toc-container a:visited{
  color: #000;
}

.blog .fukidashi-name{
  color: #000;
}

.blog .wpcf7 form .wpcf7-response-output{
  position: sticky;
  top: 750px;
  margin-top: 100px;
  z-index: -1;
}