/*-------------------------------------------
    single ( 投稿ページ )
    -------------------------------------------*/
.page_single {
  margin-bottom: 50px;
}

.page_single h2 {
  margin: 0;
  margin: 30px auto;
}

.blog-detail__title {
  text-align: center;
  font-size: 2.8rem;
}

.blog-detail__date {
  text-align: center;
  font-size: 1.0rem;
}

.blog-detail__image {
  width: 50%;
  margin: 30px auto 50px;
}

.blog-detail__body {
  padding: 5%;
}

.blog-detail__body figure {
  width: 50%;
  margin: 50px auto;
}

.page_single .btn {
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .blog-detail__body figure {
    width: 100%;
    margin: 0 auto;
  }

  .blog-detail__title {
    text-align: center;
    font-size: 2.0rem;
  }

  .archive li {
    font-size: 1.25rem;
  }
}


.page_single li {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
}

.blog-detail__image {
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .blog-detail__image {
    width: 100%;
    margin: 0 auto;
  }
}


.wp-block-table td {
  width: 33%;
}

.wp-block-table td {
  width: 33%;
}

.wp-element-caption {
  padding-top: 5px;
}

.wp-block-columns {
  margin-bottom: 30px;
}


.blog-detail__category {
  text-align: center;
  font-size: 1.0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 50px;
}

.blog-detail__category {
  border-bottom: solid 3px skyblue;
  position: relative;
}

.blog-detail__category:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}

.page_single ul {
  display: table;
}

/* blog-content（投稿ページ内容のCSS） */
/* h1 */
.blog-content h1 {
  margin: 30px auto 0;
  font-size: ;
}

@media screen and (max-width: 767px) {
  .blog-content h1 {
    font-size: 2.5rem;
    text-align: left;
  }
}

/* h2 */
.blog-content h2 {
  font-weight: bold;
  padding: 0.5em 1em;
  border: 3px solid #4c9ac0;
  box-shadow: 3px 3px 0 0 #4c9ac0;
  position: relative;
  font-size: 2.6rem;
  width: 100%;
  margin: 50px auto 50px;
}

.blog-content h2::before,
.blog-content h2::after {
  content: '';
  height: 0;
  width: 0;
  border: solid transparent;
  position: absolute;
  left: 30px;
}

.blog-content h2::before {
  border-color: transparent;
  border-top-color: #4c9ac0;
  border-right-color: #4c9ac0;
  border-width: 10px;
  top: 100%;
  left: 26px;
}

.blog-content h2::after {
  border-color: transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  border-width: 6.5px;
  top: 99%;
}

@media screen and (max-width: 767px) {
  .blog-content h2 {
    font-size: 2.0rem;
  }

  .ttl_balloon2 {
    font-size: 2.0rem;
  }
}

.wp-block-image img {
  width: 100%;
  height: 350px;
  object-fit: contain;
}

/* テーブル */
.table {
  margin-top: 20px;
  border: 1px solid #bbb;
  border-bottom: none;
  display: table;
  width: 80%;
  margin: 0 auto 50px;
}

.table tr th {
  width: 350px;
  padding: 24px 29px;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #f2f2ed;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #bbb;
}

.table tr td {
  padding: 26px 29px;
  background-color: #fff;
  border-bottom: 1px solid #bbb;
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .table {
    margin-top: 20px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    width: 100%;
    table-layout: fixed;
  }

  .table tr th {
    display: block;
    padding: 12px 20px;
    background-color: #f2f2ed;
    letter-spacing: 0.1em;
    width: 100%;
  }

  .table tr td {
    padding: 9px 20px;
    display: block;
    letter-spacing: 0.1em;
    text-align: center;
  }
}

/* -----------------------------------
  お問い合わせの流れ
  ----------------------------------- */

.flow {
  padding-left: 120px;
  position: relative;
  display: table;
}

.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}

.flow>li {
  position: relative;
  font-size: 14px;
}

.flow>li:not(:last-child) {
  margin-bottom: 3vh;
}

.flow>li .icon {
  font-size: 10px;
  color: #fff;
  background: rgb(107, 144, 219);
  background: -moz-linear-gradient(left, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
  background: linear-gradient(to right, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b90db', endColorstr='#66d5e9', GradientType=1);
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 1;
}

.flow>li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #66d5e9;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow>li dl {
  padding-left: 70px;
  position: relative;
}

.flow>li dl::before,
.flow>li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow>li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: -4px;
}

.flow>li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow>li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107, 144, 219);
  margin-bottom: 1vh;
}

@media screen and (max-width: 767px) {
  .flow {
    padding-left: 10px;
    position: relative;
    display: table;
  }

  .flow::before {
    content: "";
    width: 15px;
    height: 100%;
    background: #eee;
    margin-left: -8px;
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
  }

  .flow>li dl {
    padding-left: 50px;
    position: relative;
  }

  .flow>li dl::after {
    width: 30px;
    border-bottom: 1px dashed #999;
    position: absolute;
    left: 5px;
  }

  .flow>li {
    margin-top: 8vh;
    margin-bottom: 0vh;
  }

  .flow>li .icon {
    font-size: 10px;
    color: #fff;
    background: rgb(107, 144, 219);
    background: -moz-linear-gradient(left, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
    background: linear-gradient(to right, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b90db', endColorstr='#66d5e9', GradientType=1);
    padding: 8px 20px;
    display: block;
    position: absolute;
    top: -50px;
    left: 0px;
  }

  .flow>li .icon::after {
    display: none;
  }
}