#data .data_under .bg_wrap {
  position: relative;
}
#data .data_under .bg_wrap.bg_wrap04 .hascircle-sp-type2 {
  top: -230px;
}
#data .data_under .box {
  display: flex;
  justify-content: space-between;
}
#data .data_under .box h3 {
  font-size: 24px;
  line-height: 1.3;
}
#data .data_under .box h3 > span {
  font-weight: bold;
  letter-spacing: -0.08em;
}
#data .data_under .box .f_left {
  width: 52%;
}
#data .data_under .box .f_left > p {
  font-size: 21px;
  line-height: 1.7;
  font-weight: 600;
}
#data .data_under .box .f_left > p .ruby_top {
  font-size: 50%;
  position: relative;
  top: -8px;
}
#data .data_under .box .f_left > p .small {
  font-size: 70%;
}
#data .data_under .box .f_left > p.circle_read {
  position: relative;
  padding-left: 105px;
}
#data .data_under .box .f_left > p.circle_read::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.8em;
  left: 0;
  background: url("../image/data/data_img06_icon.png") no-repeat center center;
  width: 99px;
  height: 58px;
}
#data .data_under .box .f_left > p.circle_read.circle_read02::before {
  background: url("../image/data/data_img07_icon.png") no-repeat center center;
}
#data .data_under .box .f_left > p.circle_read.circle_read03::before {
  background: url("../image/data/data_img08_icon.png") no-repeat center center;
}
#data .data_under .box .f_left > p.small_txt {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
#data .data_under .box .f_right {
  width: 41.7%;
}
#data .data_under .box.box02 {
  align-items: flex-end;
}
#data .data_under .sub_title {
  position: relative;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -0.06em;
  line-height: 1.3;
}
#data .data_under .sub_title::before {
  content: "";
  display: block;
  display: inline-block;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  background: #000;
}
#data .data_under .methane {
  border: 3px solid #8fc31f;
  background: #ffffff;
  border-radius: 30px;
  padding: 40px 32px 50px;
}
#data .data_under .methane .methane_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#data .data_under .methane .f_left {
  width: 41.94%;
}
#data .data_under .methane .f_left > p {
  font-size: 18px;
  line-height: 1.9;
  font-weight: bold;
}
#data .data_under .methane .f_right {
  width: 56.46%;
}
#data .data_under .methane h3 {
  font-size: 28px;
  line-height: 1.6;
  font-weight: bold;
}
#data .data_under .methane h3 > .small {
  font-size: 60%;
}
@media screen and (max-width: 960px) {
  #data .data_under .box h3 {
    font-size: 21px;
  }
  #data .data_under .box .f_left > p {
    font-size: 17px;
  }
  #data .data_under .sub_title {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #data .data_under .box {
    display: block;
  }
  #data .data_under .box .f_left {
    width: auto;
    margin-bottom: 26px;
  }
  #data .data_under .box .f_right {
    width: 83%;
    margin: 0 auto;
  }
  #data .data_under .box h3 {
    text-align: center;
    font-size: 18px;
    line-height: 1.9;
  }
  #data .data_under .box h3 > span {
    position: relative;
    display: inline-block;
  }
  #data .data_under .box h3 > span::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #8fc31f;
  }
  #data .data_under .box .f_left > p {
    font-size: 13px;
  }
  #data .data_under .sub_title {
    font-size: 11px;
  }
  #data .data_under .sub_title::before {
    width: 7px;
    height: 7px;
  }
  #data .data_under .box .f_left > p.small_txt {
    font-size: 11px;
  }
  #data .data_under .box .f_left > p.circle_read {
    font-size: 17px;
    padding-left: 70px;
  }
  #data .data_under .box .f_left > p.circle_read::before {
    background-size: contain !important;
    width: 60px;
    top: -1.1em;
  }
  #data .data_under .methane {
    padding: 17px 15px;
    border-radius: 19px;
  }
  #data .data_under .methane .methane_flex {
    display: block;
  }
  #data .data_under .methane .f_left {
    width: auto;
    margin-bottom: 32px;
  }
  #data .data_under .methane .f_right {
    width: auto;
    /*margin-left: -36px;*/
  }
  #data .data_under .methane h3 {
    font-size: 17px;
    text-align: center;
  }
  #data .data_under .methane .f_left > p {
    font-size: 13px;
  }
}