#ask .ask_title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-content: space-between;
  margin-bottom: -35px;
}
#ask .ask_title h2 {
  font-size: 33px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.06em;
  margin-bottom: 62px;
}
#ask .ask_title > p {
  margin-right: -40px;
}
#ask .ask_img03 {
  margin-left: -8.5%;
  margin-right: -3%;
}
#ask .hascircle-sp-type2 {
  top: 93vh;
}
#ask .hascircle-sp-type1 {
  top: -25px;
}
#ask .hascircle-sp-type1:nth-of-type(3) {
  top: 177vh;
}
#ask .ask_under {
  padding: 90px 0 44px;
  background: rgba(232, 234, 115, 0.3);
}
#ask .box01 {
  border: 3px solid #8fc31f;
  background: #ffffff;
  border-radius: 11px;
  padding: 15px 34px 26px 40px;
  margin-bottom: 23px;
}
#ask .box01 .box_flex {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
#ask .box01 .box_flex .f_left {
  width: 29.35%;
  margin-right: 2.18%;
}
#ask .box01 .box_flex .f_right {
  width: 63.7%;
}
#ask .web_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
#ask .web_content .f_left {
  width: 46.5%;
}
#ask .web_content .f_left h3 {
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 12px;
  font-weight: bold;
  letter-spacing: -0.03em;
}
#ask .web_content .f_left dl {
  font-size: 11px;
  line-height: 1.5;
}
#ask .web_content .f_left dl dt,
#ask .web_content .f_left dl dd {
  font-weight: bold;
}
#ask .web_content .f_right {
  width: 49.8%;
  position: relative;
}
#ask .web_content .f_right h4 {
  position: absolute;
  top: 28px;
  left: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.7;
  z-index: 99;
  padding: 0 15px 0 24px;
}
#ask .web_content .f_right h4::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 35px;
  background: url("../image/ask/ask_img06.png");
}
#ask .web_content .f_right h4::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 35px;
  background: url("../image/ask/ask_img07.png");
}
#ask .web_content .f_right .small_txt {
  font-size: 10px;
  position: absolute;
  /*left: 0;*/
  left: -10px;
  line-height: 1.3;
  transform: scale(0.9);
  font-weight: bold;
  letter-spacing: -0.03em;
  transform-origin: left center;
  /*bottom: 0;*/
  bottom: -10px;
}
#ask .box02 .box_border {
  padding: 23px 40px;
  background: #fff;
  border: 1px solid #8fc31f;
}
#ask .box02 .box_border h2 {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
}
#ask .box02 .box_border h2 + p {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
}
#ask .box02 .link {
  font-size: 15px;
  font-weight: bold;
}
#ask .box02 .link a {
  font-weight: bold;
}
@media screen and (max-width: 1040px) {
  #ask .ask_title > p {
    margin-right: 0;
  }
  #ask .ask_title h2 {
    font-size: 3.18vw;
  }
}
@media screen and (max-width: 960px) {
  #ask .web_content .f_left h3 {
    font-size: 16px;
  }
  #ask .web_content {
    display: block;
  }
  #ask .web_content .f_left {
    width: auto;
    margin-bottom: 25px;
  }
  #ask .web_content .f_right {
    width: auto;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #ask .ask_under {
    background: #fff;
    padding: 0px 0 44px;
  }
  #ask .box01 {
    padding: 0px 12px 12px 12px;
    border-width: 2px;
    border-radius: 8px;
  }
  #ask .box01 .box_flex {
    display: block;
    margin-bottom: 0;
  }
  #ask .box01 .box_flex .f_left {
    width: auto;
    margin-right: 0;
  }
  #ask .box01 .box_flex .f_left p {
    padding-top: 0;
  }
  #ask .box01 .box_flex .f_right {
    width: auto;
  }
  #ask .web_content .f_left h3 {
    font-size: 15px;
  }
  #ask .web_content .f_right h4 {
    position: relative;
    margin-bottom: 35px;
    font-size: 13px;
    text-align: center;
    letter-spacing: -0.05em;
  }
  #ask .web_content .f_right .small_txt {
    /*position: static;
    margin-bottom: -24px;*/
    bottom: 10px;
  }
  #ask .box02 .box_border {
    padding: 15px 10px 12px;
  }
  #ask .box02 .box_border h2 {
    text-align: center;
    font-size: 15px;
  }
  #ask .box02 .box_border h2 + p {
    font-size: 12px;
  }
  #ask .box02 .link {
    text-align: center;
    font-size: 14px;
  }
  #ask .box02 .link a {
    font-size: 11px;
  }
}