.p-single-experience-block h1,
.p-single-handmade-block h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.p-single-experience-block h2,
.p-single-handmade-block h2 {
  border-bottom: 1px solid #cccccc;
  display: block;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 599px) {
.p-single-experience-block h2,
.p-single-handmade-block h2 {
    line-height: 36px;
    padding-bottom: 0;
  }
}

.p-single-experience-block h2::before,
.p-single-handmade-block h2::before  {
  position: absolute;
  content: "";
  background-color: #257cbe;
  width: 56%;
  height: 1px;
  display: inline-block;
  bottom: 0;
}

.p-single-experience-block h3,
.p-single-handmade-block h3 {
  color: #0268b6;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  padding: 20px 0 10px;
  display: flex;
  justify-content: center;
  position: relative;
}

.p-single-experience-block h3::after,
.p-single-handmade-block h3::after {
  content: "";
  border-bottom: 2px dashed #0268b6;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100px;
}

.p-single-experience-block h4,
.p-single-handmade-block h4 {
  margin: 20px 0;
  font-size: 16px;
  line-height: 40px;
  background-color: #fddfe1;
  font-weight: 700;
  padding-left: 15px;
  position: relative;
}

.p-single-experience-block h4::before,
.p-single-handmade-block h4::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  background-color: #e85477;
  left: 0;
}

.p-single-experience-block h5,
.p-single-handmade-block h5 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #0aa24b;
  line-height: 30px;
  padding-left: 10px;
  margin: 20px 0;
}

.p-single-handmade-flow-contents {}

.p-single-handmade-flow-contents-inner01 {
  margin-right: 0;
}

.p-single-handmade-flow-contents-inner02 {
  order: -1;
  margin-right: 40px;
}
@media screen and (max-width: 767px){
  .p-single-handmade-flow-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p-single-handmade-flow-contents-inner02 {
  margin-right: inherit;
  margin-bottom: 20px;
  }
}

.p-top-notice-banner {
  margin-bottom: 20px;
}

img.wp-image-766,img.wp-image-767,img.wp-image-768,img.wp-image-769,img.wp-image-765,img.wp-image-795 {
  width: 42%;
  height: auto;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  img.wp-image-766,img.wp-image-767,img.wp-image-768,img.wp-image-769,img.wp-image-765,img.wp-image-795 {
    width: 110%;
    margin-left: -12%;
    margin-right: 0;
  }
}

img.wp-image-795 {
  margin-bottom: -3px;
}

.p-single-experience-title01.h1 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: justify;
}

.p-blog--single-contents p {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 14px;
  margin-bottom: 14px;
}

.is-style-sme-alert-remark,
.is-style-sme-alert-success,
.is-style-sme-alert,
.is-style-sme-alert-warning {
  padding: 14px !important;
  padding-top: 5rem !important;
}
@media screen and (min-width: 640px) {
  .is-style-sme-alert-remark,
  .is-style-sme-alert-success,
  .is-style-sme-alert,
  .is-style-sme-alert-warning {
    padding: 14px !important;
    padding-left: 5rem !important;
  }
}

.is-style-sme-post-it,
.is-style-sme-post-it-narrow,
.is-style-sme-speech {
  padding: 14px !important;
}

.wp-block-table.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-table.alignleft {
  margin-right: auto;
}

.wp-block-table.alignright {
  margin-left: auto;
}

.wp-block-table table {background-color: #fff;}
.wp-block-table table th,.wp-block-table table td {padding: 5px;}

.wp-block-table.is-style-regular table th,.wp-block-table.is-style-regular table td {border-width: 1px;}

.wp-block-table table thead th {
  text-align: center;
}
