@charset "utf-8";


.flex-ac {
  align-items: center!important;
}

@media print, screen and (min-width: 600px) {
  .flex_pc-fr .swell-block-columns__inner {
    flex-direction: row-reverse!important;
  }
}

.post_content .slash_ttl {
  position: relative;
  padding-right: 27px;
  margin-right: 5px;
}
@media (max-width: 599px) {
  .post_content .slash_ttl {
    padding-right: 15px;
    margin-right: 0;
  }
}

.post_content .slash_ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 85px;
  background: #C2D7E9;
  transform: translateY(-50%) rotate(28deg);
}

@media (max-width: 599px) {
  .post_content .slash_ttl::after {
    height: 50px;
    transform: translateY(-50%) rotate(10deg);
  }
}


.post_content hr.hr_line {
  border: none;
  border-bottom: 2px solid #C9DAE9;
  margin: 2.5em 0;
  max-width: unset !important;
}

.post_content .ex a {
  padding: 10px;
  min-height: 45px;
}

.post_content .narrow_btn a {
  padding: 10px 0;
  max-width: 375px !important;
  min-height: 45px;
}


@media (max-width: 1024px) and (min-width: 960px) {
  .post_content .is-style-btn_normal_cmn.narrow_btn.narrow-r a .__icon.-right {
    right: 3px;
  }
}
@media (max-width: 959px) {
  .post_content .is-style-btn_normal_cmn.narrow_btn a .__icon.-right {
    right: 1rem;
  }
}


.post_content .cap_col .swell-block-column[data-valign=center] {
  align-self: flex-start!important;
}


.post_content .border_l {
  border-left: none!important;
}

.post_content .bb-none {
  padding: 0!important;
}

.post_content .bb-none::before {
  background-color: unset !important;
}

@media (min-width: 960px) {
  .post_content .pd2-4em {
    padding: 4em;
  }
  .post_content .pt2rem {
    padding-top: 2rem !important;
  }
}

@media (max-width: 959px) {
  .post_content .pd2-4em {
    padding: 2em;
  }
}

@media (min-width: 960px) {
  .post_content .pd2-4em-x {
  padding: 0 4em;
  }
}

@media (max-width: 959px) {
  .post_content .pd2-4em-x {
    padding: 0 2em;
  }
}


.bg_asbestos .c-scrollHint.sp_ {
  color: #fff;
}


  .post_content .slash-red {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: fit-content;
    display: flex;
    padding: 0 2em !important;
  }
  .post_content .slash-red::before,
  .post_content .slash-red::after{
    content: "";
    position: absolute;
    top: 50%;
    width: 2px;
    height: 80px;
    background: #d1001e;
  }
  .post_content .slash-red::before{
    left: 0;
    transform: translateY(-50%) rotate(-30deg);
  }
  .post_content .slash-red::after{
    right: 0;
    transform: translateY(-50%) rotate(30deg);
  }

@media (max-width: 959px) {
  .post_content .slash-red {
    padding: 0 0.5em !important;
  }
  .post_content .slash-red::before,
  .post_content .slash-red::after{
    height: 70px;

  }
  .post_content .slash-red::before{
    left: -0.8em;
    transform: translateY(-50%) rotate(-20deg);
  }
  .post_content .slash-red::after{
    right: -0.8em;
    transform: translateY(-50%) rotate(20deg);
  }
}
@media (max-width: 599px) {
  .post_content .slash-red {
    padding: 0 !important;
  }
  .post_content .slash-red::before{
    left: -0.4em;
    transform: translateY(-50%) rotate(-20deg);
  }
  .post_content .slash-red::after{
    right: -0.4em;
    transform: translateY(-50%) rotate(20deg);
  }
}


.post_content .capbox_lerge-ttl.is-style-inner>.cap_box_ttl,
.post_content .capbox_lerge-ttl.is-style-small_ttl>.cap_box_ttl {
  font-size: 32px;
  text-align: left;
}
@media (max-width: 959px) {
  .post_content .capbox_lerge-ttl.is-style-inner>.cap_box_ttl,
  .post_content .capbox_lerge-ttl.is-style-small_ttl>.cap_box_ttl {
    font-size: 20px;
  }
}

@media (max-width: 599px) {
  .nowrap {
    white-space: nowrap;
  }
  .post_content .w100_sp > a {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .pe-sp-0 {
    padding-right: 0 !important;
  }
}


.post_content .balloon_box {
  position: relative;
  background: #FFF;
  border: solid 3px var(--color_main);
  margin-bottom: 4em;
}

.post_content .balloon_box:before {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  border: 20px solid transparent;
  border-top: 20px solid #FFF;
  z-index: 2;
}

.post_content .balloon_box:after {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
  border: 20px solid transparent;
  border-top: 20px solid var(--color_main);
  z-index: 1;
}

@media print, screen and (max-width: 959px) {
  .post_content .fzsp29 {
    font-size: 29px;
  }
}
