@charset "UTF-8";
:root{
  --font-a1-l: "A1ゴシック L", "A1 Gothic L", sans-serif;
  --font-a1-m: "A1ゴシック M", "A1 Gothic M", sans-serif;
  --font-a1-b: "A1ゴシック B", "A1 Gothic B", sans-serif;
  --font-marugo-l: "秀英丸ゴシック L", "Shuei MaruGo L", sans-serif;
  --font-marugo-b: "秀英丸ゴシック B", "Shuei MaruGo B", sans-serif;

}
/* -----------------------------------------------
 [news]
-------------------------------------------------- */
.contents-nav__list {
  background: #F7F6F2;
  font-family: var(--font-a1-m);
  font-weight: bold;
}
/* box-list
-------------------------------------------------- */
.box-list {
}
.box-list .lst-news li {
  border-bottom: 1px dashed #dddcb8;
  background: url("https://www.kabankobo.com/assets2027/img/common/icon-arrowR-r.svg") no-repeat center right 0/14px auto;
}
.box-list .lst-news li > a {
  display: block;
  padding: 20px 20px 20px 0;
}
.box-list .lst-news__tag {
  margin-bottom: 5px;
}
.box-list .lst-news__tag > span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0.05em;
}
.box-list .lst-news__tag-date {
  margin-right: 8px;
  color: #222222;
  font-size: 12px;
}
.box-list .lst-news__tag-category span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  padding: 2px 10px;
  line-height: 1;
  letter-spacing: 0.05em;
  background: #fff;
  border-radius: 3px;
  font-size: 10px;
}
.box-list .lst-news__title {
  font-size: 13px;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .box-list {
    max-width: 1000px;
    margin: 80px auto 0 auto;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    /* macのみ */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .box-list .lst-news li {
    background-size: 17px;
  }
  .box-list .lst-news li:first-child {
    border-top: 1px dashed #dddcb8;
  }
  .box-list .lst-news li > a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 30px 50px 30px 0;
    box-sizing: border-box;
    transition: all 0.3s ease;
  }
  .box-list .lst-news li > a:hover {
    opacity: 0.75;
  }
  .box-list .lst-news li > a > p {

  }
  .box-list .lst-news__tag {
    flex: 0 0 270px;
  }
  .box-list .lst-news__tag-date {
    width: 133px;
    font-size: 13px;
  }
  .box-list .lst-news__tag-category span {
    max-width: 120px;
    margin-bottom: 0;
    font-size: 12px;
    text-align: center;
  }
  .box-list .lst-news__title {
    font-size: 15px;
    line-height: 1.6;
  }
}


/* -----------------------------------------------
 [box-category-foot]
-------------------------------------------------- */
.box-category-foot {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
.box-category-foot .hdg-lv2 {
  margin-bottom: 0;
}
.blog-category__list {
  margin-top: -30px;
}
.blog-category__list__group {
  list-style-type: none;
  border-bottom: 1px dashed #d8d8d5;
}
.blog-category__list__group-name {
  position: relative;
  overflow: hidden;
}
.blog-category__list__group-name a {
  display: block;
  padding: 16px;
  line-height: 1.4;
  font-family: var(--font-a1-m);
  font-weight: bold;
}
.blog-category__list__group-name a {
  display: block;
  padding: 20px 0 20px 0;
  line-height: 1.4;
}
.blog-category__list__sub-list {
  overflow: hidden;
  position: relative;
  height: 0;
  opacity: 0;
  transition: top 0.4s, opacity 0.4s;
  margin: 0 20px;
}
.blog-category__list__group.is-opened .blog-category__list__sub-list {
  height: auto;
  margin-top: -10px;
  opacity: 1;
}
.blog-category__list__sub-list > li > a {
  position: relative;
  display: block;
  padding: 16px 0 16px 0;
  line-height: 1.4;
}
.blog-category__list li a span {
  background: url("https://www.kabankobo.com/assets2027/img/common/icon-arrowR-r.svg") no-repeat left center;
  background-size: 14px;
  padding-left: 18px;
}
.blog-category__list__sub-list li a span {
  position: relative;
  padding: 0 0 0 11px;
  background: none;
}
.blog-category__list__sub-list li a span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 2px;
  border-top: 1px solid #930B0B;
  border-right: 1px solid #930B0B;
  transform: translateY(-50%) rotate(45deg);
}

.blog-category__list__toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 100%;
}
.blog-category__list__toggle:after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: #930b0b;
  font-size: 12px;
  text-align: center;
  line-height: 12px;
  color: #fff;
}
.blog-category__list__group.is-opened .blog-category__list__toggle:after {
  content: '-';
}
@media (min-width: 768px) {
  .box-category-foot {
    max-width: 1000px;
    margin: 0 auto 65px;
    padding: 0;
  }
  .box-category-foot__inner {
    padding: 0 30px;
  }
  .box-category-foot .hdg-lv2 {
    max-width: 980px;
    margin: 100px auto 40px;
    font-size: 20px !important;
    color: #930b0b;
    background: #f1eee8 url("https://www.kabankobo.com/assets2027/img/common/bg-title02.jpg");
    background-size: 51px;
    padding: 18px 32px;
    position: relative;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    box-sizing: border-box;
    border-radius: 6px;
  }
  .box-category-foot .hdg-lv2:before{
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px dashed #bab59e;
    border-radius: 6px;
    width: auto;
  }
  .blog-category__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .blog-category__list__group {
    border: 0;
    margin: 0 20px;
  }
  .blog-category__list__group a {
    transition: all 0.3s ease;
  }
  .blog-category__list__group a:hover {
    opacity: 0.75;
  }
  .blog-category__list__group-name a {
    padding: 13px 0 13px;
  }
  .blog-category__list__toggle {
    display: none;
  }
  .blog-category__list__sub-list {
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 1;
  }
  .blog-category__list__sub-list > li {
    border-top: 0;
  }
  .blog-category__list li a span {
    padding: 5px 0 5px 25px;
    background-size: 17px;
  }
  .blog-category__list__sub-list > li {
    border-top: none;
  }
  .blog-category__list__sub-list > li > a {
    padding: 5px;
  }
}

/* box-btn-back
-------------------------------------------------- */
@media (min-width: 768px) {
  .box-btn-back {
    text-align: center;
  }
  .box-btn-back a {
    display: inline-block;
    max-width: 350px;
  }
}


/* title
-------------------------------------------------- */
.single__title {
  position: relative;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 30px 15px 15px 20px;
}
.single__title h1 {
  flex: 0 0 100%;
  margin: 0 auto;
  font-size: 16px;
  font-family: var(--font-a1-m);
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
  line-height: 1.6;
  box-sizing: border-box;
}
.single__title h1.title__center {
  text-align: center;
}
.single__title .single__info {
  flex: 0 0 100%;
  margin: 10px auto 0 auto;
  text-align: left;
}
.single__title .date {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #222222;
}
.single__title .cate-name {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #222222;
  background: #fff;
  border-radius: 4px;
  line-height: 1.4;
  text-align: center;
}
@media(min-width: 768px){
  .single__title {
    min-height: 87px;
    padding: 45px 15px 45px 15px;
  }
  .single__title h1 {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 18px;
    text-align: left;
  }
  .single__title .single__info {
    text-align: center;
  }
  .single__title .single__info .single__wrap {
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
  }
} /* pc */


/*----------------------------------------*/
/*Blog Content Block */
.blog-content {
  margin: 30px auto 0;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
/* 見出し */
.blog-content h2 {
  position: relative;
  margin: 60px 0 30px 0;
  padding: 0 0 25px 0;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: var(--font-a1-m);
  font-weight: bold;
}
.blog-content h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DDDCD8;
}
.blog-content h3 {
  margin: 70px 0 10px 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-family: var(--font-a1-m);
  font-weight: bold;
  color: var(--color-black);
}
.blog-content h4,
.blog-content h5,
.blog-content h6 {
  margin: 25px 0 10px;
  line-height: 1.6;
  font-family: var(--font-a1-m);
  font-weight: bold;
  text-align: left;
  color: var(--color-black);
}
/* 段落 */
.blog-content p {
  margin-top: 20px;
  line-height: 1.8;
}
.blog-content .has-small-font-size {
  font-size: 0.8rem;
}
.blog-content .has-medium-font-size {
  font-size: 1.2rem;
}
.blog-content .has-large-font-size {
  font-size: 1.4rem;
}
.blog-content .has-huge-font-size {
  font-size: 1.6rem;
}
/* 強調 */
.blog-content strong {
  font-family: var(--font-a1-m);
}
.blog-content .has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: .68;
  font-weight: 100;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}
.blog-content .smb-highlighter {
  background: linear-gradient(transparent 60%,rgba(255,253,107,.7) 0);
}
.blog-content .smb-badge {
  padding: 2px 5px;
  background: #930b0b;
  border-radius: 8px;
  color: #fff;
}
/* スタイル */
.blog-content .has-text-align-center {
  text-align: center;
}
/* 画像 */
.blog-content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px auto;
}
.blog-content figure {
  width: 100% !important;
  height: auto;
  margin-top: 20px;
}
.blog-content figure figcaption {
  margin-top: 10px;
  line-height: 1.7;
  color: #888;
  font-size: 11px;
}
.blog-content .wp-block-image img {
  margin: 10px 0;
}
/* ギャラリー */

.blog-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
  padding: 0;
}
.blog-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item img {
  margin: 0 0 10px 0;
}
.blog-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item::before {
  content: none;
}
@media only screen and (min-width: 768px) {
  .blog-content {
    margin: 60px auto 0;
  }
  .blog-content .wp-block-gallery,
  .blog-content .wp-block-gallery .blocks-gallery-grid {
    display: flex;
    flex-wrap: wrap;
    max-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .blog-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
    margin: 20px 0 0 0;
    padding: 0 5px;
    list-style: none;
  }
  .blog-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure {
    margin: 0;
  }
  .blog-content .columns-2 .blocks-gallery-grid .blocks-gallery-item {
    width: calc(50% - 10px);
  }
  .blog-content .columns-3 .blocks-gallery-grid .blocks-gallery-item {
    width: calc(33.3333% - 10px);
  }
  .blog-content .columns-4 .blocks-gallery-grid .blocks-gallery-item {
    width: calc(25% - 10px);
  }
  .blog-content .columns-5.blocks-gallery-grid .blocks-gallery-item {
    width: calc(20% - 10px);
  }
  .blog-content .columns-6 .blocks-gallery-grid .blocks-gallery-item {
    width: calc(16.6666% - 10px);
  }
} /* pc */

/* 順序なしリスト */
/* 数字リスト */
.blog-content ul,
.blog-content ol {
  margin: 25px 0;
}
.blog-content ul > li {
  position: relative;
  padding-left: 1em;
  line-height: 1.8;
}
.blog-content ul > li:before {
  content: "●";
  position: absolute;
  top: 0.25em;
  left: 0;
  font-size: 10px;
}
.blog-content ul ul {
  margin: 8px 0 0 0;
}
.blog-content ol {
  counter-reset: lst-number;
}
.blog-content ol > li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.8;
}
.blog-content ol > li:before {
  content: counter(lst-number)")";
  counter-increment: lst-number;
  position: absolute;
  top: 0;
  left: 0;
  color: #930b0b;
  font-weight: bold;
}
.blog-content ol ol {
  margin: 8px 0 0 30px;
}
/* 表組み */
.blog-content table {
  width: 100%;
  margin-top: 25px;
  border-top: 1px solid #d4d4c3;
  border-bottom: 0;
  border-left: 1px solid #d4d4c3;
  font-size: 13px;
}
.blog-content table th,
.blog-content table td {
  padding: 9px 15px;
  border-top: 0;
  border-right: 1px solid #d4d4c3;
  border-bottom: 1px solid #d4d4c3;
}
.blog-content table th {
  padding: 10px 15px 10px 10px;
  background: #f0f0e8;
  font-weight: normal;
}
.blog-content table td {
  padding: 11px 15px 11px 10px;
  background: #fff;
}
.blog-content .is-style-stripes table tr:nth-child(even) td {
  background-color: #F0F0F0;
}
/* 引用文 */
.blog-content blockquote {
  position: relative;
  margin-top: 25px;
  padding: 20px;
  line-height: 1.6;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background: #fff;
}
.blog-content blockquote:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 11px;
  height: 9px;
  background: url(https://www.kabankobo.com/assets2027/img/common/icn-quote01.png) no-repeat center top;
  background-size: 11px 9px;
}
.blog-content blockquote p {
  margin-top: 0;
}
/* 水平線 */
.blog-content hr {
  margin-top: 25px;
}
/* 文中のリンク */
.blog-content a,
.blog-content ul li a,
.blog-content ol li a {
  color: #930b0b;
  text-decoration: underline;
}
.blog-content a,
.blog-content p {
  word-break: break-all;
}
.blog-content a:hover,
.blog-content ul li a:hover,
.blog-content ol li a:hover {
  text-decoration: none;
}
.blog-content a[target="_blank"] {
  display: inline-block;
  position: relative;
  padding: 0 0 0 18px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.blog-content a[target="_blank"]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  background: url(https://www.kabankobo.com/assets2027/img/common/icon-winR.svg) no-repeat center center;
  background-size: cover;
}

/* ファイル */
.blog-content .wp-block-file .wp-block-file__button {
  margin-left: 10px;
  padding: 2px 10px 2px 8px;
  background: #930b0b;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blog-content .wp-block-file .wp-block-file__button:hover {
  opacity: 0.7;
}
/* レイアウト */
.blog-content .wp-block-columns .wp-block-column {
  margin-top: 10px;
}

/* カレンダー */
.blog-content iframe {
  width: 100%;
  height: 400px;
}
@media only screen and (min-width: 768px) {
  .blog-content .wp-block-columns {
    display: flex;
  }
  .blog-content .wp-block-columns .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
    margin-top: 0;
    padding: 10px;
  }
  .blog-content .wp-block-columns .wp-block-column figure {
    margin-top: 0;
  }
  /* カレンダー */
  .blog-content iframe {
    height: 600px;
  }
} /* pc */
/* ボタン */
.blog-content .wp-block-button {
  margin-top: 20px;
/*  margin: 20px auto;
  text-align: center;*/
}
.blog-content .wp-block-button .wp-block-button__link {
  display: inline-block;
  padding: 5px 25px 5px 25px;
  background: #930B0B;
  border-radius: 17px;
  font-size: 12px;
  font-family: var(--font-a1-m);
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
}
.blog-content .wp-block-button.is-style-outline .wp-block-button__link {
  display: inline-block;
  position: relative;
  padding: 5px 25px 5px 25px;
  background: #fff;
  border-radius: 17px;
  text-align: left;
  font-family: var(--font-a1-m);
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.05em;
  vertical-align: middle;
  border: 0;
  color: #46331C;
}
.blog-content .wp-block-button.is-style-outline .wp-block-button__link::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  width: 14px;
  height: 14px;
  background: url(https://www.kabankobo.com/assets2027/img/common/icon-arrowR-r.svg) no-repeat center center;
  background-size: 14px 14px;
  transform: translateY(-50%);
}
.blog-content .wp-block-button .wp-block-button__link[target="_blank"]::before,
.blog-content .wp-block-button.is-style-outline .wp-block-button__link[target="_blank"]::before {
  content: none;
}
@media only screen and (min-width: 768px) {
  .blog-content .wp-block-button .wp-block-button__link {
    padding: 5px 30px 3px 30px;
    font-size: 14px;
    transition: all 0.5s;
  }
  .blog-content .wp-block-button.is-style-outline .wp-block-button__link {
    padding: 5px 30px 3px 30px;
    font-size: 14px;
    transition: all 0.5s;
  }
  .blog-content .wp-block-button .wp-block-button__link:hover,
  .blog-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
    opacity: 0.7;
  }
} /* pc */

/* メディアと音声 */
@media only screen and (min-width: 768px) {
  .blog-content .wp-block-media-text {
    direction: 1tr;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto;
    -ms-grid-columns: 50% 1fr;
    -ms-grid-template-rows: auto;
  }
  .blog-content .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    margin: 0;
    align-self: center;
    -ms-grid-row-align: center;
  }
  .blog-content .wp-block-media-text__content {
    direction: 1tr;
    grid-column: 2;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    padding: 0 8%;
    word-wrap: break-word;
    align-self: center;
    -ms-grid-row-align: center;
  }
  .blog-content .wp-block-media-text__content p:first-child {
    margin-top: 0;
  }
} /* pc */

/* その他 */
.blog-content a.acr-type01:hover,
.blog-content a.acr-type02:hover {
  text-decoration: none;
}
.blog-content p.txt-caption {
  color: #888;
}
.blog-content em {
  font-style: normal;
}
.blog-content .wp-caption {
  width: auto !important;
}
.blog-content .wp-caption img {
  width: 100% !important;
}
.blog-content .aligncenter {
  text-align: center !important;
}
.blog-content .alignleft {
  text-align: left !important;
}
.blog-content .alignright {
  text-align: right !important;
}
/* SNSシェア */
.blog-content__sns {
  margin-top: 35px;
  text-align: center;
}
.blog-content__sns p {
  margin-bottom: 10px;
  font-size: 14px;
}
.blog-content__sns ul {
  margin: 0 auto !important;
}
.blog-content__sns li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1px;
}
.blog-content__sns li:before {
  display: none;
}
.blog-content__sns li a {
  overflow: hidden;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 5px;
}
.blog-content__sns li .icn-facebook {
  background: #3b5998;
}
.blog-content__sns li .icn-line {
  background: #00c300;
}
.blog-content__sns li .icn-hatena {
  background: #00a6db;
}
.blog-content__sns li .icn-twitter {
  background: #55acee;
}
.blog-contact {
  margin: 28px auto 0;
  padding:  25px 15px;
  background: #fff;
  border-radius: 7px;
}
.blog-contact .blog-contact__ttl {
  margin: 0 0 15px 0;
  font-size: 16px;
  letter-spacing: .05em;
  text-align: center;
  line-height: 1.7;
}
.blog-contact .blog-contact__txt {
  margin: 0;
  letter-spacing: .05em;
  line-height: 1.7;
}
.blog-contact .blog-contact__btn {
  text-align: center;
  letter-spacing: .05em;
}
.blog-contact .blog-contact__btn a {
  display: inline-block;
  padding: 5px 25px 5px 25px;
  background: #930B0B;
  border-radius: 17px;
  font-size: 12px;
  font-family: var(--font-a1-m);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
}
.blog-contact .blog-contact__btn a[target="_blank"]::before {
  content: none;
}
.blog-contact .blog-contact__btn a span {
  color: inherit;
  font-family: var(--font-a1-m);
  font-weight: bold;
  color: #fff;
}
.blog-content h2 + h3,
.blog-content h2 + h4,
.blog-content h3 + h4 {
margin-top: 0
}

@media (min-width: 768px) {
  /* 見出し */
  .blog-content {
    margin: 50px auto 100px;
    font-size: 16px;
    line-height: 1.8;
  }
  .blog-content h2 {
    margin: 100px 0 40px 0;
    padding: 0 0 25px 0;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .blog-content h4,
  .blog-content h5,
  .blog-content h6 {
    margin: 50px 0 18px;
    font-size: 16px;
  }
  /* 段落 */
  .blog-content p {
    margin-top: 10px;
  }
  /* 画像 */
  .blog-content img {
    margin: 50px auto;
  }
  .blog-content img.aligncenter {
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .blog-content img.alignnone,
  .blog-content img.alignleft {
    width: auto;
    margin-right: auto;
  }
  .blog-content img.alignright {
    width: auto;
    margin-left: auto;
  }
  .blog-content figure {
    max-width: 640px;
    margin: 0 auto;
  }
  .blog-content figure {
    margin-top: 50px;
  }
  .blog-content figure figcaption {
    margin-top: 15px;
    font-size: 16px;
  }
  /* 順序なしリスト */
  /* 数字リスト */
  .blog-content ul,
  .blog-content ol {
    margin: 20px 0;
    font-size: 16px;
  }
  .blog-content ul > li:before {
    top: 0.4em;
  }
  .blog-content ol > li:before {
    padding-right: 10px;
  }
  /* 表組み */
  .blog-content table {
    width: 100%;
    margin-top: 50px;
    border: 2px solid #d4d4d4;
    font-size: 16px;
  }
  .blog-content table th,
  .blog-content table td {
    padding: 20px 15px;
  }
  .blog-content table th {
    background: #f0f0e8;
  }
  /* 引用文 */
  .blog-content blockquote {
    margin-top: 50px;
    padding: 40px;
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  .blog-content blockquote:before {
    display: none;
  }
  .blog-content blockquote p {
    margin-top: 0;
    padding-left: 20px;
    border-left: 2px solid #9d1f1a;
  }
  /* 水平線 */
  .blog-content hr {
    margin-top: 30px;
  }
  /* SNSシェア */
  .blog-content__sns {
    margin-top: 60px;
  }
  .blog-content__sns p {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .blog-content__sns li a {
    transition: all 0.3s ease;
  }
  .blog-content__sns li a:hover {
    opacity: 0.75;
  }
  /* その他 */
  .blog-content .wp-caption img {
    width: auto !important;
  }
  .blog-contact {
    margin: 60px auto;
    padding: 20px 34px;
  }
  .blog-contact .blog-contact__ttl {
    font-size: 18px;
    text-align: center;
  }
  .blog-contact .blog-contact__txt {
    font-size: 16px;
    text-align: center;
  }
  .blog-contact .blog-contact__btn {
    margin-top: 20px;
  }
  .blog-contact .blog-contact__btn a {
    padding: 5px 30px 3px 30px;
    font-size: 14px;
    transition: all 0.5s;
  }
  .blog-contact .blog-contact__btn a:hover {
    opacity: 0.7;
  }
}

/*使わないブロック */
.wp-block-cover {
  width: auto;
}

/*追加CSSクラス */
.blog-content .link-arrow a {
  position: relative;
  padding: 0 0 0 20px;
}
.blog-content .link-arrow a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: url(https://www.kabankobo.com/assets2027/img/common/icn-arrow_circle-r.svg) no-repeat center;
  background-size: cover;
}
