@charset "UTF-8";

/*.heading.block_header_2.align-left:before,
.heading.block_header_2.align-left:after {
  display: none;
}
.heading.block_header_2 .h {
  color: #5ACDEB;
  padding-left: 0;
  display: inline;
  box-shadow: inset 0 -0.4em 0 #FDDF90;
}*/


/*-----------------リボンの見出し_250303----------------*/
#campaign + div .heading.block_header_2 {
  display: inline-block;
  position: relative;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
}
#campaign + div .heading.block_header_2:before {
  content: '';
  position: absolute;
  width: 10px;
  height: initial;
  top: initial;
  bottom: -10px;
  left: -35px;
  z-index: -2;
  border: 20px solid #E60000;
  border-left-color: transparent;
  background-color: initial;
}
#campaign + div .heading.block_header_2:after {
  content: '';
  position: absolute;
  width: 10px;
  height: initial;
  left: initial;
  top: initial;
  bottom: -10px;
  right: -35px;
  z-index: -2;
  border: 20px solid #E60000;
  border-right-color: transparent;
  background: initial;
}
#campaign + div .heading.block_header_2 .h {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 min(20px, 2vw);
  line-height: 45px;
  font-size: 18px;
  color: #FFF;
  background: #FF0000;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
#campaign + div .heading.block_header_2 .h:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #C40000;
}
#campaign + div .heading.block_header_2 .h:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #C40000;
}
@media screen and (max-width: 768px){
  #campaign + div .heading.block_header_2 .h {
      font-size: min(2.1rem, 5vw) !important;
  }
}

/*-----------------リンクボタン_250303----------------*/
.consultation-area {
  text-align: center;
}
.btn-orange {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  background: #ff7f00;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
　　transition: 0.3s all;
}
.btn-orange:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--i_btn_txt_color);
  pointer-events: none;
}
.btn-orange:before {
  position: absolute;
  content: " ";
  width: 7px;
  height: 7px;
  top: calc(50% - 4px);
  left: initial;
  right: 10px;
  border: initial;
  border-top: 2px solid var(--i_btn_txt_color);
  border-right: 2px solid var(--i_btn_txt_color);
  transform: rotate(45deg);
  transition: all 0.3s ease;
  z-index: 10;
}
.btn-orange:hover:before {
  right: 5px;
  transform: rotate(45deg);
  opacity: initial;
}
.consultation-text {
  margin-top: 15px;
}