body.bg {
  background: #FFF5E0;
}
.button {
  min-width: max-content;
  padding: 0 5rem;
}
/* case ---------------------------------- */
.case {
  padding: 0;
}
.case_list {
  gap: 3rem;
}
.case_card {
  width: calc(33.33% - (3rem * 2 / 3));
  min-width: auto;
  margin: 0;
}


/* banner_links ---------------------------------- */
.banner_links {
  padding: 28rem 0 10rem;
  margin-top: -15rem;
  background: var(--color-glay);
}
.banner_links .in {
  max-width: 116.2rem;
  background: var(--color-gr);
  border-radius: 1rem;
}
.banner_links .list .item {
  padding: 5.4rem 0 6.5rem;
}
.banner_links.no_bg {
  background: none;
  margin: 0;
  padding: 14rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .banner_links .in {
    margin: 0 2rem;
    padding: 0;
  }
  .banner_links .list .item {
    width: 100%;
    padding: 3.4rem 3rem 2.6rem;
    border-left: none !important;
    border-top: 1px solid rgb(255 255 255 / 0.35) !important;
  }
  .banner_links .list .item:first-of-type {
    border-top: none !important;
  }
  .banner_links .list .item .button {
    width: 100%;
  }
  .banner_links .list .item dl {
    display: flex;
  }
  .banner_links .list .item dt {
    width: 13.6rem;
    font-size: 1.4rem;
    text-align: left;
  }
  .banner_links .list .item dd {
    text-align: left;
    margin: 0;
    font-size: 1.1rem;
  }
  .banner_links.no_bg {
    padding: 8rem 0;
  }
}


/* contents -------------------------------- */
.under_container {
  max-width: 116.2rem;
  margin: 0 auto;
  padding: 10rem 0;
}
.under_container:first-child {
  padding-top: 5rem;
}
.under_container > .df_ttl {
  text-align: center;
  margin-bottom: 7.8rem;
}
.under_container > .df_ttl .sub_ttl {
  font-size: 1.6rem;
  color: var(--color-green);
  margin-bottom: 1.3rem;
}
.contents {
  position: relative;
  background: var(--color-white);
  border-radius: 1rem;
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
  padding: 7.5rem 8rem 9rem;
}
.contents.icon::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  border-bottom-right-radius: 1rem;
  width: 17.3rem;
  height: 30.9rem;
  background: url(../img/common/tips_icon.png) center/contain no-repeat;
}
.contents + .contents {
  margin-top: 7.2rem;
}
.contents::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: block;
  width: 100%;
  height: 0.3rem;
  background: var(--color-gr);
  transform: translateX(-50%);
}
.contents_ttl {
  text-align: center;
  margin-bottom: 7.8rem;
}
.contents_ttl .ttl_h2 {
  font-size: 3.2rem;
}
.contents_ttl .txt {
  margin-top: 4rem;
  font-size: 1.6rem;
  font-weight: var(--regular);
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .contents.icon::after {
    content: none;
  }
  .under_container {
    width: 100%;
  }
  .under_container > .df_ttl {
    padding: 0 2rem;
    margin-bottom: 4.8rem;
  }
  .under_container > .df_ttl .sub_ttl {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
  .under_container > .df_ttl .ttl_h2 {
    font-size: 2rem;
  }
  .under_container > .df_ttl .txt {
    margin-top: 2.9rem;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.86;
  }
  .contents {
    padding: 5.2rem 2rem 7rem;
    border-radius: 0;
    box-shadow: none;
  }
  /* .contents:last-of-type {
    padding-bottom: 0;
  } */
  .contents_ttl {
    margin-bottom: 9rem;
  }
  .contents_ttl .ttl_h2 {
    font-size: 1.8rem;
  }
  .contents_ttl .txt {
    font-size: 1.3rem;
    margin-top: 2.7rem;
    text-align: left;
  }
}


/* flex_in ---------------------------------- */
.flex_in {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 146.8rem;
  width: 98%;
  gap: 2.2rem;
}
.flex_in aside {
  position: sticky;
  top: 9rem;
  width: 35rem;
  background: var(--color-white);
  border-radius: 1rem;
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
  max-height: 95vh;
  overflow: scroll;
}
.flex_in aside::-webkit-scrollbar {
  display: none;
}
.flex_in .main {
  width: 109.6rem;
  min-width: 109.6rem;
}
.flex_in .main .under_container {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .flex_in {
    padding: 0;
    width: auto;
    gap: 0;
  }
  .flex_in aside {
    display: none;
  }
  .flex_in .main {
    width: 100%;
    min-width: auto;
  }
}


/* aside_link ---------------------------------- */
.aside_link {
  /* padding: 5.7rem 2.6rem 7rem; */
  padding: 2.5rem 2.6rem 5rem;
}
.aside_link dl {
  padding: 2.4rem 0 2.7rem;
  border-bottom: 1px solid #D9D9D9;
}
.aside_link dt {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.aside_link dt a {
  text-decoration: underline;
}
.aside_link dd {
  padding: 1.7rem 0 0;
}
.aside_link dd a {
  display: block;
  position: relative;
  padding-left: 1.2rem;
  font-size: 1.4rem;
  font-weight: var(--regular);
  color: #909090;
}
.aside_link dd a + a {
  margin-top: 1.5rem;
}
.aside_link dd a::before {
  position: absolute;
  top: 1rem;
  left: 0;
  content: "";
  display: block;
  width: 0.9rem;
  height: 1px;
  background: #909090;
}


/* accordion_list ---------------------------------- */
.accordion_list {
  width: 28.4rem;
  padding: 1.5rem 1.8rem 2.5rem;
  background: var(--color-white);
  border-radius: 1rem;
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
}
.accordion_list dl {
  padding: 0;
  border-bottom: 1px solid #D9D9D9;
}
.accordion_list dt {
  position: relative;
  padding: 1.5rem 0.72rem;
  padding-right: 4rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.accordion_list dd {
  display: none;
  padding: 0 2.1rem 2.5rem 1.1rem;
}


/* df_under------------------------------------------------------------------------ */
.df_under .fv:not(.no_img) {
  position: relative;
  overflow: hidden;
  height: 53.4rem;
}
.df_under .fv:not(.no_img) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.df_under .fv h1,
.df_under .fv .h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 3.4rem;
  letter-spacing: 0.05em;
  padding: 2rem 3.3rem;
  background: var(--color-green);
  color: var(--color-white);
  transform: translate(-50%,-50%);
}
.df_under .fv.no_img {
  padding: 5rem 0 9.8rem;
  text-align: center;
}
.df_under .fv.no_img h1,
.df_under .fv.no_img .h1 {
  position: static;
  background: none;
  color: var(--color-txt);
  transform: unset;
  padding: 0;
}
.df_under .fv.no_img p {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
.df_under .fv.no_img h1 + p,
.df_under .fv.no_img .h1 + p {
  margin: 2.7rem auto 0;
  max-width: 72.7rem;
  font-weight: var(--regular);
  line-height: 1.75;
}
.df_under .fv.no_img h1 + p strong,
.df_under .fv.no_img .h1 + p strong {
  display: block;
  font-size: 2rem;
  padding-bottom: 1rem;
}
.df_under .contents_ttl .txt {
  text-align: left;
}
.df_under .ta_center {
  text-align: center !important;
}
.df_under .contents_ttl h2 + .txt {
  margin-top: 6rem;
}
.df_under .contents_ttl {
  margin-bottom: 5.5rem;
}
.df_under .contents_ttl > *:first-of-type {
  margin-top: 0;
}
.df_under .contents_ttl .txt + .ttl_h2 {
  margin-top: 4.9rem;
}
.df_under .contents .wrap {
  margin-top: 9rem;
}
.df_under .contents .wrap2 {
  margin-top: 6rem;
}
.df_under .contents > *:last-child,
.df_under .contents .wrap > *:last-child {
  margin-bottom: 0;
}
.df_under .contents p {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: var(--regular);
  margin: 3rem 0;
}
.df_under .contents p small {
  font-size: 1.4rem;
}
.df_under .contents .lead {
  font-size: 1.8rem;
  font-weight: var(--medium);
  letter-spacing: 0.04em;
  line-height: 1.66;
}
.df_under .contents h2 + .lead {
  margin: 6.2rem 0 1.8rem;
  text-align: left;
}
.df_under .contents .lead + p {
  margin: 1.8rem 0;
}
.df_under .contents p .marker {
  color: var(--color-txt);
  font-size: 1.8rem;
  background: linear-gradient(transparent 50%, #E8F8F7 50%);
  line-height: 1.66;
}
.df_under .contents p span {
  color: var(--color-green);
  font-weight: var(--medium);
}
.df_under .contents p span.large {
  color: var(--color-txt);
  font-size: 1.8rem;
  display: block;
}
.df_under .contents .wrap > picture,
.df_under .contents .wrap > img {
  display: block;
  margin: 3rem 0;
}
.df_under .contents .note {
  margin-top: 2.3rem;
  color: #6E6E6E;
  text-indent: -1em;
  padding-left: 1em;
}
.df_under .contents .note + .note {
  margin-top: -3rem;
}
.df_under .contents .indent {
  text-indent: -1em;
  padding-left: 1em;
}
.df_under .contents .indent2 {
  text-indent: -2em;
  padding-left: 2em;
}
.df_under .contents .note + p {
  margin-top: 4rem;
}
.df_under .contents .wrap > h2:not(.ttl_h2),
.under_wrap h2:not(.ttl_h2) {
  position: relative;
  font-size: 2.4rem;
  color: var(--color-green);
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
}
.df_under .contents .wrap > h2:not(.ttl_h2)::before,
.df_under .contents .wrap > h2:not(.ttl_h2)::after,
.under_wrap h2:not(.ttl_h2)::before,
.under_wrap h2:not(.ttl_h2)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.df_under .contents .wrap > h2:not(.ttl_h2)::before,
.under_wrap h2:not(.ttl_h2)::before {
  width: 13.4rem;
  height: 2px;
  background: var(--color-green);
}
.df_under .contents h3 {
  margin-top: 6.3rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: var(--bold);
  letter-spacing: 0.05em;
}
.under_wrap p {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: var(--regular);
  margin: 3rem 0;
}
.under_wrap {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .df_under .fv h1,
  .df_under .fv .h1 {
    font-size: 2.2rem;
    width: calc(100% - 4rem);
    padding: 1rem 2rem;
    text-align: center;
  }
  .df_under .fv:not(.no_img) {
    height: 15.6rem;
  }
  .df_under .fv.no_img {
    padding: 6.2rem 0;
  }
  .df_under .fv.no_img h1,
  .df_under .fv.no_img .h1 {
    width: 100%;
  }
  .df_under .contents p {
    font-size: 1.3rem;
    margin: 2.4rem 0;
  }
  .df_under .contents p small {
    font-size: 1.2rem;
  }
  .df_under .contents_ttl h2 + .txt {
    margin: 2.4rem 0;
  }
  .df_under .contents .wrap {
    margin-top: 7rem;
  }
  .df_under .contents .wrap > h2:not(.ttl_h2),
  .under_wrap h2:not(.ttl_h2) {
    font-size: 1.6rem;
  }
  .df_under .contents picture + .wrap {
    margin-top: 2.5rem;
  }
  .df_under .contents .contents_ttl + .wrap {
    margin-top: 2.7rem;
  }
  .df_under .contents h3 {
    font-size: 1.6rem;
    /* margin-top: 2.9rem; */
  }
  .df_under .contents .note {
    font-size: 1.1rem;
    margin: 1.2rem 0;
  }
  .df_under .contents .note + .note {
    margin-top: -1.2rem;
  }
  .df_under .contents_ttl {
    margin-bottom: 2.7rem;
  }
  .df_under .contents .note + p {
    margin-top: 1.7rem;
  }
  .df_under .contents p + .note {
    margin-top: -2.4rem;
  }
  .df_under .contents h3 + p {
    margin: 1.5rem 0;
  }
  .df_under .fv.no_img h1 + p,
  .df_under .fv.no_img .h1 + p {
    padding-left: 2rem;
    padding-right: 2rem;
    /* text-align: left; */
    font-size: 1.3rem;
    font-weight: var(--regular);
  }
  .df_under .fv.no_img h1 + p strong,
  .df_under .fv.no_img .h1 + p strong {
    font-size: 1.6rem;
    text-align: center;
  }
  .df_under .contents .lead {
    font-size: 1.6rem;
    text-align: center;
    margin: 5rem 0;
  }
  .df_under .contents p .marker {
    font-size: 1.6rem;
  }
  .df_under .contents h2 + .lead {
    margin: 4.7rem 0 1rem;
  }
  .df_under .contents .lead + p {
    margin: 1rem 0;
  }
  .under_wrap p {
    font-size: 1.3rem;
    margin: 2.4rem 0;
  }
  .under_wrap {
    margin-top: 7rem;
  }
}


/* df_ac_links ----------------- */
.df_under .df_ac_links {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.df_under .df_ac_links li {
  width: calc(25% - (2.4rem * 3 / 4));
}
.df_under .df_ac_links li a {
  position: relative;
  display: block;
  background: var(--color-lght-green);
  padding: 1.9rem 3rem 1.9rem 1.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
}
.df_under .df_ac_links li a::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-right: 1px solid var(--color-green);
  border-top: 1px solid var(--color-green);
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 767px) {
  .df_under .df_ac_links {
    gap: 1rem;
  }
  .df_under .df_ac_links li {
    width: 100%;
  }
  .df_under .df_ac_links li a {
    box-shadow: none;
    padding: 1.5rem;
  }
  .df_under .df_ac_links li a::after {
    right: 1.5rem;
  }
}

.df_under .df_list li {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: var(--regular);
}
.df_under .df_list li + li {
  margin-top: 0.7em;
}
@media screen and (max-width: 767px) {
  .df_under .df_list li {
    font-size: 1.3rem;
  }
}


/* card_list ----------------- */
.df_under .card_list {
  display: flex;
  gap: 1.9rem;
  margin-top: 2.8rem;
}
.df_under .card_list > li {
  overflow: hidden;
  width: calc(33.33% - (1.9rem * 2 / 3));
  border-radius: 1rem;
  background: var(--color-white);
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
}
.df_under .card_list > li figure {
  position: relative;
  width: 100%;
  height: 18rem;
  overflow: hidden;
}
.df_under .card_list > li figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.df_under .card_list > li dl {
  position: relative;
  padding: 3rem 2.4rem;
  height: calc(100% - 18rem);
}
.df_under .card_list > li dt {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: var(--bold);
}
.df_under .card_list > li dd {
  margin-top: 2.2rem;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  font-weight: var(--regular);
  padding-bottom: 9rem;
  line-height: 1.57;
}
.df_under .card_list > li dd.no_button {
  padding-bottom: 0;
}
.df_under .card_list > li .button {
  margin-top: 3.7rem;
  width: calc(100% - 4.8rem);
  height: 5rem;
  font-size: 1.4rem;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
}
.df_under .card_list > li dt.num {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.df_under .card_list > li dt.num span {
  font-size: 3.3rem;
  font-family: var(--font-en);
  font-weight: var(--medium);
  letter-spacing: 0.05em;
  line-height: 1;
  padding-bottom: 0.2rem;
  border-bottom: 0.3rem solid var(--color-green);
  color: var(--color-green);
}
.df_under .card_list.col4 > li dt {
  font-size: 1.6rem;
}
.df_under .card_list.col4 > li dd strong {
  font-size: 1.8rem;
  font-weight: var(--regular) !important;
}
@media screen and (min-width: 768px) {
  .df_under .card_list.col4 > li {
    width: calc(25% - (1.9rem * 3 / 4));
  }
  .df_under .card_list.col4 > li .button {
    min-width: auto;
    padding: 1rem 3rem 1rem 1.7rem;
    width: calc(100% - 3.8rem);
    height: 3.7rem;
  }
  .df_under .card_list.col4 > li .button::after {
    right: 1.5rem;
  }
  .df_under .card_list.col4 > li dd {
    margin-top: 1.8rem;
    padding-bottom: 6rem;
  }
  .df_under .card_list.col4 > li dt {
    font-size: 1.6rem;
  }
  .df_under .card_list.col4 > li dd strong {
    font-size: 1.8rem;
    font-weight: var(--regular) !important;
  }
}
@media screen and (max-width: 767px) {
  .df_under .card_list {
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
  }
  .df_under .card_list > li {
    width: 100%;
  }
  .df_under .card_list > li dl {
    padding-bottom: 3.5rem;
  }
  .df_under .card_list > li dt {
    font-size: 1.4rem;
  }
  .df_under .card_list > li dt.num span {
    font-size: 3rem;
  }
  .df_under .card_list > li dd {
    margin-top: 1.1rem;
    font-size: 1.3rem;
  }
  .df_under .card_list > li .button {
    margin: 3rem auto 0;
    width: 26rem;
  }
}


/* button_area_bg ----------------- */
.button_area_bg {
  margin-top: 4.5rem;
  padding: 2.9rem 0;
  background: #F6F6F6;
  text-align: center;
  position: relative;
}
.button_area_bg .button {
  margin: 0 auto;
}
.button_area_bg.bg_gr {
  background: var(--color-lght-green);
  border-radius: 1rem;
}
.button_area_bg p.lead {
  margin: 0 0 2.8rem;
  font-size: 1.8rem;
}
.button_area_bg.icon::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 13.4rem;
  height: 27.2rem;
  background: url(../img/common/button_area_bg_icon.png) center/contain no-repeat;
}
.button_area_bg.icon2::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 20.1rem;
  height: 20.4rem;
  background: url(../img/common/button_area_bg_icon2.png) center/contain no-repeat;
}
.button_area_bg.icon3::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 15rem;
  height: 21.2rem;
  background: url(../img/common/cvwrap2_icon.png) center/contain no-repeat;
}
.button_area_bg.bg_gr .ttl {
  font-size: 2.2rem;
  font-weight: var(--medium);
  margin: 0 0 2.5rem;
}
.button_area_bg p {
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .button_area_bg {
    margin: 3rem -2rem 0;
    padding: 2.6rem 2rem;
  }
  .button_area_bg .button {
    min-width: 29rem;
    height: 6.6rem;
    font-size: 1.4rem;
    max-width: 100% !important;
    padding-left: 2.5rem;
    padding-right: 4rem;
    min-width: auto;
  }
  .button_area_bg.icon::after,
  .button_area_bg.icon2::after,
  .button_area_bg.icon3::after {
    content: none;
  }
  .button_area_bg.bg_gr .ttl {
    font-size: 1.8rem;
    text-align: center;
  }
  .button_area_bg p.lead {
    margin: 0 0 2.8rem !important;
  }
}


/* osusume ----------------- */
.df_under .osusume {
  position: relative;
  margin-top: 11rem;
  background: var(--color-lght-green);
  padding: 4.5rem 5.5rem 5rem;
  border-radius: 1rem;
}
.df_under .osusume .flex::before {
  position: absolute;
  right: 1.2rem;
  top: -20rem;
  content: "";
  display: block;
  width: 20.1rem;
  height: 20.4rem;
  background: url(../img/waterheater/types-selection/types-selection_osusume.png) center/contain no-repeat;
}
.df_under .osusume.icon2 .flex::before {
  width: 18rem;
  height: 21.2rem;
  background: url(../img/common/point_icon1.png) center/contain no-repeat;
}
.df_under .osusume h3 {
  margin: 0 0 3.7rem;
}
.df_under .osusume .flex {
  position: relative;
  gap: 2.9rem;
}
.df_under .osusume .flex .item {
  position: relative;
  width: 50%;
  padding: 3.5rem 1.6rem 22.5rem;
  background: var(--color-white);
  border-radius: 1rem;
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
}
.df_under .osusume .flex .item.no_btn {
  padding-bottom: 1rem;
}
.df_under .osusume .flex .item.no_button {
  padding-bottom: 4rem;
}
.df_under .osusume .flex .item.no_button .bottom {
  position: static;
  transform: unset;
  width: 100% !important;
  margin-top: 3rem;
}
.df_under .osusume .flex .item.no_button .bottom .ttl {
  margin-bottom: 0;
}
.df_under .osusume .flex .item h4 {
  font-size: 2rem;
  color: var(--color-green);
  text-align: center;
  margin-bottom: 3.4rem;
}
.df_under .osusume .flex .item figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 12.9rem;
  border-radius: 0.4rem;
  margin-bottom: 2rem;
}
.df_under .osusume .flex .item figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.df_under .osusume .flex .item .check_list {
  padding: 0 1.6rem;
}
.df_under .osusume .flex .item .check_list li {
  margin: 0 !important;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid rgb(0 0 0 / 0.1);
  background-position: top 1.7rem left;
}
.df_under .osusume .flex .item .check_list li:last-of-type {
  border: none;
}
.df_under .osusume .flex .item .bottom {
  position: absolute;
  left: 50%;
  bottom: 5rem;
  transform: translateX(-50%);
  width: calc(100% - 4rem);
}
.df_under .osusume .flex .item .bottom .ttl {
  font-size: 1.6rem;
  padding: 1.6rem 3.4rem;
  background: var(--color-lght-green);
  border-left: 0.2rem solid var(--color-green);
}
.df_under .osusume .flex .item .bottom .ttl span {
  color: var(--color-green);
  font-weight: var(--bold);
}
.df_under .osusume .flex .item .bottom .button {
  margin: 1.9rem auto 0;
  width: 22.8rem;
  height: 5rem;
}
.df_under .osusume h3 + p {
  max-width: 55.4rem;
}
.df_under .osusume .flex .item.h_auto {
  padding-bottom: 3.5rem;
}
.df_under .osusume .flex .item.h_auto .bottom {
  position: static;
  margin-left: auto;
  margin-right: auto;
  transform: unset;
}
.df_under .osusume .flex .item img {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .df_under .osusume {
    padding: 4.7rem 2rem 6rem;
    margin: 4rem -2rem 0;
  }
  .df_under .osusume h3 {
    min-height: 4.7rem;
    margin-bottom: 2.2rem;
  }
  .df_under .osusume .flex::before {
    width: 13.6rem;
    height: 13.7rem;
    right: -2.5rem;
    top: -13.5rem;
  }
  .df_under .osusume.icon2 .flex::before {
    width: 13.6rem;
    height: 13.7rem;
    right: -1.5rem;
    top: -13.5rem;
  }
  .df_under .osusume .flex {
    flex-wrap: wrap;
    gap: 3rem;
  }
  .df_under .osusume .flex .item {
    width: 100%;
    padding-bottom: 22.7rem;
  }
  .df_under .osusume .flex .item h4 {
    font-size: 1.6rem;
    margin-bottom: 1.7rem;
  }
  .df_under .osusume .flex .item figure {
    height: 14.5rem;
    margin-bottom: 3rem;
  }
  .df_under .osusume .flex .item .check_list {
    padding: 0;
  }
  .df_under .osusume .flex .item .check_list li {
    background-position: top 1.5rem left;
  }
  .df_under .osusume .flex .item .bottom .ttl {
    padding: 1.6rem;
    margin: 3.5rem 0;
  }
  .df_under .osusume .flex .item .bottom .button {
    margin-top: 3.5rem;
    width: 26rem;
  }
  .df_under .osusume .flex .item .bottom {
    bottom: 6rem;
  }
  .df_under .osusume h3 + p {
    max-width: 23rem;
  }
  .df_under .osusume > h3.ta_center {
    text-align: left !important;
  }
}


/* img_txt_col2 ----------------- */
.img_txt_col2 {
  display: flex;
  background: var(--color-white);
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
  margin-top: 2.6rem;
  border-radius: 1rem;
  overflow: hidden;
}
.img_txt_col2 + .img_txt_col2 {
  margin-top: 2rem;
}
.img_txt_col2 figure {
  position: relative;
  overflow: hidden;
  width: 23.5rem;
}
.img_txt_col2 figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img_txt_col2 dl {
  width: calc(100% - 23.5rem);
  padding: 3.6rem;
}
.img_txt_col2 dl .button {
  margin-top: 2.5rem;
  width: 23rem;
  height: 6.6rem;
  font-size: 1.4rem;
}
.img_txt_col2 dt {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: var(--bold);
}
.img_txt_col2 dd {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: var(--regular);
  line-height: 1.57;
}
.img_txt_col2 + p {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .img_txt_col2 {
    display: block;
    margin-top: 2rem;
  }
  .img_txt_col2 figure {
    width: 100%;
    height: 18rem;
  }
  .img_txt_col2 dl {
    width: 100%;
    padding: 3rem 2.4rem;
  }
  .img_txt_col2 dt {
    font-size: 1.4rem;
  }
  .img_txt_col2 dd {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
  .img_txt_col2 dl .button {
    margin: 2.5rem auto 0;
  }
}


/* maker_ttl ----------------- */
.maker_ttl {
  display: flex;
  gap: 3.5rem;
  align-items: center;
  text-align: left;
}
.maker_ttl figure {
  width: 18.5rem;
  border: 1px solid #A5A5A5;
  border-radius: 0.8rem;
  overflow: hidden;
}
.maker_ttl span {
  font-family: var(--font-en);
  font-size: 3.2rem;
  font-weight: var(--bold);
  letter-spacing: 0.03em;
  color: rgb(0 0 0 / 0.7);
}
.maker_ttl span small {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-family: var(--font-ja);
  font-weight: var(--medium);
  color: #A5A5A5;
}
@media screen and (max-width: 767px) {
  .maker_ttl {
    gap: 3rem;
    margin: 2.4rem 0 5rem;
  }
  .maker_ttl figure {
    width: 11.5rem;
  }
  .maker_ttl span {
    line-height: 1;
  }
  .maker_ttl span small {
    margin-top: 1rem;
  }
}


/* table ----------------- */
.ta_left {
  text-align: left !important;
}
.green {
  color: var(--color-green) !important;
}
.df_under table {
  width: 100%;
  margin: 3rem 0;
}
.df_under table th,
.df_under table td {
  font-size: 1.6rem;
  text-align: center;
  padding: 2rem;
  border: 1px solid #E5E5E5;
}
.df_under table td small {
  font-size: 1.4rem;
}
.df_under table thead th {
  background: var(--color-green);
  color: var(--color-white);
  font-size: 1.8rem;
  font-weight: var(--bold);
}
.df_under table tbody th {
  background: var(--color-lght-green);
  font-weight: var(--bold);
}
.df_under table tbody th img {
  margin: 0 auto;
}
.df_under table td img {
  width: 3rem;
  margin: 0 auto;
}
.df_under table td.star img {
  height: 2.8rem;
  width: auto;
}
.df_under table .green {
  color: var(--color-green);
}
.df_under table tfoot {
  background: #FFEBA9;
}
/* .df_under table tbody.arrow {
  position: relative;
} */
.df_under table tbody.arrow::before {
  position: absolute;
  content: "";
  display: block;
  width: 0.5rem;
  height: calc(50% - 9rem);
  background: linear-gradient(-180deg, #25b8ab 50%, #3eaedc 100%);
  top: calc(50% + 3.5rem);
  transform: translateY(-50%);
  right: 8.75rem;
}
.df_under table tbody.arrow::after {
  position: absolute;
  content: "";
  display: block;
  width: 1.5rem;
  height: calc(55% - 9rem);
  background-image: url(../img/common/table_arrow_green.png), url(../img/common/table_arrow_blue.png);
  background-position: center top, center bottom;
  background-size: 1.5rem auto;
  background-repeat: no-repeat;
  top: calc(50% + 3.5rem);
  transform: translateY(-50%);
  right: 8.23rem;
}
.df_under table td.arrow {
  width: 18rem;
  min-width: 18rem;
}
.df_under table td.arrow span {
  padding: 0.4rem 4.7rem;
  border-radius: 5rem;
  color: var(--color-white);
}
.df_under table tbody.arrow tr:first-of-type td.arrow span {
  background: var(--color-green);
} 
.df_under table tbody.arrow tr:last-of-type td.arrow span {
  background: #3EAEDC;
} 
.yokoscroll_inner {
  position: relative;
  display: inline-block;
  min-width: 100%;
}
@media screen and (max-width: 767px) {
  .df_under table {
    min-width: max-content;
  }
  .df_under table thead th {
    font-size: 1.6rem;
  }
  .df_under table th,
  .df_under table td {
    font-size: 1.3rem;
    padding: 2rem;
  }
  .df_under table td small {
    font-size: 1.2rem;
  }
  .df_under .sp_yokoscroll table th,
  .df_under .sp_yokoscroll table td {
    font-size: 1.3rem;
    white-space: nowrap;
  }
  .df_under table td.star img {
    height: 2.2rem;
  }
  .df_under table tbody.arrow {
    width: 100%;
    min-width: max-content;
  }
  .df_under table tbody.arrow::before {
    height: calc(50% - 5.9rem);
    top: calc(50% + 2.5rem);
  }
  .df_under table tbody.arrow::after {
    height: calc(55% - 5.9rem);
    top: calc(50% + 2.5rem);
  }
}


/* card_list2 ----------------- */
.card_list2 {
  margin-top: 3rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.card_list2 + p {
  margin-top: 5rem;
}
.card_list2 > li {
  overflow: hidden;
  width: calc(20% - (1rem * 4 / 5));
  border-radius: 1rem;
  background: var(--color-white);
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
}
.card_list2 > li figure {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.card_list2 > li figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.df_under .contents .card_list2 > li p {
  padding: 1.2rem 0.7rem 2rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: var(--bold);
  letter-spacing: 0.04em;
  line-height: 1.57;
  margin: 0;
}
.df_under .contents .card_list2 > li p.ttl {
  color: var(--color-green);
  font-weight: var(--bold);
  padding: 0 1.5rem 1.7rem;
  line-height: 1.3;
}
.df_under .contents .card_list2 > li p.ttl + p {
  font-size: 1.4rem;
  padding: 0 1.5rem 4rem;
  font-weight: var(--regular);
}
.card_list2.col4 {
  gap: 1.9rem;
}
.card_list2.col4 li {
  width: calc(25% - (1.9rem * 3 / 4));
}
.card_list2.col4 li p small {
  font-size: 1.2rem;
  font-weight: var(--regular);
}
.card_list2.col4 li p.lead {
  padding: 0 0.7rem 2rem;
  color: var(--color-green);
  font-weight: var(--medium);
}
.card_list2.col3 {
  gap: 1.9rem;
}
.card_list2.col3 > li {
  width: calc(33.33% - (1.9rem * 2 / 3));
}
.card_list2.col3 > li figure {
  height: 18rem;
}
.df_under .contents .card_list2.col3 > li .lead {
  font-size: 1.8rem;
  padding: 2.9rem 2.4rem;
  margin: 0;
  text-align: left;
  font-weight: var(--medium);
}
.df_under .contents .card_list2.col3 > li .sub_txt {
  padding: 0 2.4rem 4rem;
  text-align: left;
  font-size: 1.4rem;
  margin: 0;
  font-weight: var(--regular);
}
.df_under .contents .card_list2.col3.pd_24 li h3 {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding: 2.9rem 2.4rem 2.2rem;
  margin: 0;
}
.df_under .contents .card_list2.col3.pd_24 li p {
  text-align: left;
  padding: 0 2.4rem 5.8rem;
}
@media screen and (max-width: 767px) {
  .card_list2 {
    gap: 1.5rem 1rem;
  }
  .card_list2 > li {
    width: calc(50% - 0.5rem);
  }
  .card_list2 > li figure {
    aspect-ratio: 1 / 0.8;
  }
  .card_list2.col4 {
    gap: 1rem 0.7rem;
  }
  .card_list2.col4 li {
    width: calc(50% - 0.35rem);
  }
  .card_list2.col4 li figure {
    height: 10.7rem;
  }
  .df_under .contents .card_list2.col4 li p {
    font-size: 1.6rem;
    font-weight: var(--bold);
  }
  .df_under .contents .card_list2.col4 li small {
    font-weight: var(--regular);
  }
  .df_under .contents .card_list2.col4 li p.lead {
    font-size: 1.4rem;
    color: var(--color-green);
  }
  .card_list2.col3 {
    gap: 1rem;
  }
  .card_list2.col3 > li {
    width: 100%;
  }
  .df_under .contents .card_list2.col3 > li .lead {
    font-size: 1.6rem;
    padding: 3rem 2.5rem 1.6rem;
    text-align: center;
    font-weight: var(--bold);
  }
  .df_under .contents .card_list2.col3 > li .sub_txt {
    padding: 0 2.5rem 3.5rem;
    font-size: 1.3rem;
  }
  .df_under .contents .card_list2.col3.pd_24 li h3 {
    font-size: 1.6rem;
  }
  .df_under .contents .card_list2.col3.pd_24 li p {
    padding: 0 2.5rem 3.5rem;
    font-size: 1.3rem;
  }
}


/* num_wrap ----------------- */
.df_under .num_wrap {
  position: relative;
  padding-left: 6rem;
  margin-top: 8rem;
}
.df_under .num_wrap h3 {
  margin: 0 0 3.3rem 0;
}
.df_under .num_wrap h3 span {
  position: absolute;
  left: 0;
  top: -1rem;
  width: 4rem;
  min-width: 4rem;
  border-bottom: 0.3rem solid var(--color-green);
  font-size: 3.3rem;
  font-family: var(--font-en);
  font-weight: var(--semibold);
  letter-spacing: -0.02em;
  color: var(--color-green);
  text-align: center;
}
.df_under .num_wrap p {
  margin: 0;
}
.df_under .num_wrap .osusume {
  padding: 0;
  background: none;
  margin: 3rem 0 0;
}
.df_under .num_wrap .osusume .flex::before {
  content: none;
}
@media screen and (min-width: 768px) {
  .df_under .num_wrap .osusume .flex .item {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .df_under .num_wrap .osusume .flex .item .bottom {
    width: calc(100% - 9rem);
  }
}
@media screen and (max-width: 767px) {
  .df_under .num_wrap {
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
    padding: 0 2rem 3.5rem;
    margin: 3.7rem -2rem 0;
  }
  .df_under .num_wrap h3 {
    margin: 0 0 2.3rem 0;
    display: flex;
    align-items: center;
    gap: 1.4rem;
  }
  .df_under .num_wrap h3 span {
    position: static;
    font-size: 2.7rem;
    width: max-content;
    min-width: max-content;
  }
}


/* flex_box ----------------- */
.df_under .flex_box {
  display: flex;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #E5E5E5;
  margin-top: 3.4rem;
  min-height: 48rem;
}
.df_under .flex_box figure {
  position: relative;
  overflow: hidden;
  width: 40rem;
}
.df_under .flex_box figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.df_under .flex_box dl {
  padding: 3.4rem 4rem;
  width: calc(100% - 40rem);
}
.df_under .flex_box dt {
  font-size: 2.2rem;
  margin-bottom: 2rem;
  font-weight: var(--bold);
}
.df_under .flex_box .check_list li {
  margin: 0 !important;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid rgb(0 0 0 / 0.1);
  font-weight: var(--regular);
  background-position: top 1.7rem left;
}
.df_under .flex_box .check_list li:last-of-type {
  border-bottom: none;
}
.df_under .flex_box .check_list li small {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
.df_under .flex_box dd p {
  padding-top: 3rem;
  border-top: 1px solid rgb(0 0 0 / 0.1);
  margin: 0;
  font-weight: var(--bold);
}
.df_under .flex_box + p {
  margin-top: 6rem;
}
.check_list.flex {
  display: flex;
  gap: 2rem 3.5rem;
  flex-wrap: wrap;
}
.check_list.flex li {
  margin: 0 !important;
  padding-bottom: 2.2rem;
  width: calc(50% - (3.5rem * 1 / 2));
  border-bottom: 1px solid rgb(0 0 0 / 0.1);
}
.df_under .flex_box dd p.ttl,
.df_under .flex_box dd p.txt {
  padding: 0;
  border: none;
}
.df_under .flex_box dd p.txt {
  font-weight: var(--regular);
}
.df_under .flex_box dd p.ttl + p.txt {
  padding-top: 1rem;
}
.df_under .flex_box dd p.txt + p.ttl {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .df_under .flex_box {
    display: block;
    min-height: auto;
  }
  .df_under .flex_box figure {
    width: 100%;
    height: 20.4rem;
  }
  .df_under .flex_box dl {
    width: 100%;
    padding: 2rem 1.6rem;
  }
  .df_under .flex_box dt {
    margin-bottom: 1.8rem;
    font-size: 1.4rem;
  }
  .df_under .flex_box .check_list li {
    background-position: top 1.5rem left;
  }
  .df_under .flex_box .check_list li small {
    font-size: 1.3rem;
    font-weight: var(--regular);
  }
  .df_under .flex_box + p {
    margin-top: 3rem;
  }
  .check_list.flex {
    gap: 0;
  }
  .check_list.flex li {
    width: 100%;
    padding: 1.6rem 0 1.6rem 3rem;
    background-position: top 1.4rem left;
  }
}

/* df_ac_links2 ----------------- */
.df_ac_links2 {
  position: relative;
  margin: 5.3rem 0 3rem;
  padding: 3.4rem 23rem 4rem 5rem;
  border-radius: 1rem;
  background: var(--color-lght-green);
}
.df_ac_links2::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 23.2rem;
  height: 23.6rem;
  background: url(../img/waterheater/types-selection/types-selection_osusume.png) center/contain no-repeat;
  pointer-events: none;
}
.df_ac_links2.icon2::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 17.5rem;
  height: 27.2rem;
  background: url(../img/waterheater/types-selection/types-selection_osusume2.png) center/contain no-repeat;
  pointer-events: none;
}
.df_ac_links2.icon3::after {
  position: absolute;
  content: "";
  right: 5.4rem;
  bottom: 0;
  width: 17.5rem;
  height: 25.8rem;
  background: url(../img/common/button_area_bg_icon3.png) center/contain no-repeat;
  pointer-events: none;
}
.df_ac_links2 .list {
  display: flex;
  gap: 2.9rem;
}
.df_ac_links2 .list li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(33.33% - (2.9rem * 2 / 3));
  text-align: center;
}
.df_ac_links2 .list li p {
  font-weight: var(--bold);
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  margin: 0;
}
.df_ac_links2 .list li p small {
  font-size: 1.6rem;
}
.df_ac_links2 .list li .button {
  margin-top: 4.5rem;
  width: 100%;
  height: 4.9rem;
  background: rgb(37 184 171 / 0.15);
  color: var(--color-green);
  font-size: 1.8rem;
}
.df_ac_links2 .list li .button::before {
  position: absolute;
  left: 50%;
  top: -2.7rem;
  transform: translateX(-50%);
  content: "";
  width:0;
  height:0;
  border-style:solid;
  border-width: 1rem 0.65rem 0 0.65rem;
  border-color: var(--color-green) transparent transparent transparent;
}
.df_ac_links2 .list li .button::after {
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background: var(--color-white) url(../img/common/icon_arrow_gr.svg) center/1.1rem auto no-repeat;
}
.df_ac_links2.icon2::after {
  width: 28.7rem;
  height: 26.6rem;
  background: url(../img/common/point_icon_3.png) center/contain no-repeat;
}

.df_under p + .df_check {
  margin-top: 2.8rem;
}
.df_check > li > div.df_ac_links2 {
  margin: 0;
  padding: 4.7rem 7.2rem;
}
.df_check > li > div.df_ac_links2::after {
  content: none;
}
.df_check > li > div.df_ac_links2 .list {
  flex-wrap: wrap;
  gap: 5rem 4rem;
}
.df_check > li > div.df_ac_links2 .list li {
  position: relative;
  width: calc(50% - 2rem);
  gap: 4rem;
}
.df_check > li > div.df_ac_links2 .list li .button {
  position: relative;
  right: auto;
  bottom: auto;
  margin: 0;
}
.df_check > li > div.df_ac_links2 .list li .button span {
  color: var(--color-green);
  font-size: 1.8rem;
  font-weight: var(--bold);
}
@media screen and (max-width: 767px) {
  .df_ac_links2 {
    margin: 1.7rem 0 3.5rem;
    padding: 3rem 1.6rem;
  }
  .df_ac_links2 .list {
    display: block;
  }
  .df_ac_links2::after,
  .df_ac_links2.icon2::after,
  .df_ac_links2.icon3::after {
    content: none;
  }
  .df_ac_links2 .list li {
    width: 100%;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
  }
  .df_ac_links2 .list li p {
    font-size: 1.4rem;
    text-align: center;
  }
  .df_ac_links2 .list li .button {
    margin: 3.5rem auto 0;
    width: 19.9rem;
  }
  .df_ac_links2 .list li + li {
    margin-top: 3rem;
  }
  .df_check > li > div.df_ac_links2 {
    padding: 3rem 1.6rem;
  }
  .df_check > li > div.df_ac_links2 .list li {
    align-items: center;
    width: 100%;
  }
}


/* card_list3 ----------------- */
.card_list3 {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1.9rem;
  margin: 3rem 0;
}
.card_list3 li {
  overflow: hidden;
  width: calc(33.33% - (1.9rem * 2 / 3));
  background: var(--color-white);
  border-radius: 1rem;
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
}
.card_list3 li.no_button {
  padding-bottom: 0;
}
.card_list3 li figure {
  position: relative;
  overflow: hidden;
  height: 19.9rem;
}
.card_list3 li figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card_list3 li > div {
  text-align: center;
  padding: 1.6rem 1.1rem 3.5rem;
}
.card_list3 li .button {
  max-width: none;
  min-width: auto;
  width: 100%;
}
.df_under .contents .card_list3 li p {
  font-weight: var(--bold);
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  margin: 0;
}
.df_under .contents .card_list3 li .labels {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.1rem;
  margin: 5.3rem 0 1.7rem;
}
.df_under .contents .card_list3 li .txt {
  position: relative;
  margin: 5.3rem 0 1.7rem;
}
.card_list3 li .labels::before,
.df_under .contents .card_list3 li .txt::before {
  position: absolute;
  top: -2.4rem;
  left: 50%;
  content: "";
  display: block;
  width:0;
  height:0;
  border-style:solid;
  border-width: 0.9rem 1.5rem 0 1.5rem;
  border-color: #C1C1C1 transparent transparent transparent;
  transform: translateX(-50%);
}
.card_list3 li .labels span {
  font-size: 1.2rem;
  font-weight: var(--medium);
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 1.2rem 1.4rem;
  border-radius: 0.5rem;
  background: var(--color-green);
  color: var(--color-white);
  line-height: 1.35;
}
.df_under .wrap > .buttons {
  margin-top: 7rem;
}
@media screen and (min-width: 768px) {
  .card_list3 li {
    padding-bottom: 6rem;
    position: relative;
  }
  .card_list3 li .button {
    position: absolute;
    bottom: 3.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2.2rem);
  }
}
@media screen and (max-width: 767px) {
  .card_list3 {
    gap: 2rem;
    margin: 1.4rem 0;
  }
  .card_list3 li {
    width: 100%;
    border: 1px solid rgb(0 0 0 / 0.1);
  }
  .card_list3 li > div {
    padding: 2.5rem 1.6rem 2.8rem;
  }
  .df_under .contents .card_list3 li p {
    font-size: 1.4rem;
    text-align: center;
  }
  .df_under .contents .card_list3 li .labels {
    margin: 3.8rem 0 1.2rem;
    gap: 0.6rem;
  }
  .card_list3 li .labels span {
    font-size: 1.4rem;
    padding: 0.8rem 1rem;
  }
  .df_under .wrap > .buttons {
    margin-top: 2.7rem;
  }
  .df_under .wrap > .buttons .button {
    width: 26rem;
  }
}


/* trouble ----------------- */
.df_under .trouble {
  margin-top: 6rem;
}
.df_under .trouble + p {
  margin-top: 8rem;
}
.df_under .trouble h3 {
  font-size: 2.2rem;
  margin-bottom: 1.6rem;
}
.df_under .trouble h3 span {
  margin-bottom: 1rem;
  display: block;
  width: max-content;
  padding: 0.5rem 1.2rem;
  color: var(--color-white);
  background: linear-gradient(-300deg, #ED0018 50%, #F58600 100%);
  font-size: 1.2rem;
}
.df_under .trouble_list {
  margin-top: 3rem;
  display: flex;
  gap: 1.8rem;
  flex-wrap: wrap;
}
.df_under .trouble_list li {
  position: relative;
  width: calc(33.33% - (1.8rem * 2 / 3));
}
.df_under .trouble_list li:not(:nth-of-type(3n))::after {
  position: absolute;
  right: -0.9rem;
  top: 0;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: rgb(0 0 0 / 0.1);
}
.df_under .trouble_list dt {
  display: flex;
  align-items: center;
  min-height: 8rem;
  font-size: 1.8rem;
  padding: 1.6rem 2.4rem;
  background: var(--color-lght-green);
  border-left: 0.2rem solid var(--color-green);
}
.df_under .trouble_list dt span {
  color: var(--color-green);
}
.df_under .trouble_list dd {
  padding: 1.7rem 0.7rem 0 1.3rem;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
.df_under .trouble_list dd .ttl {
  position: relative;
  font-weight: var(--bold);
  padding-left: 1.2rem;
  margin: 0 0 2.1rem;
}
.df_under .trouble_list dd .ttl::before {
  position: absolute;
  left: 0;
  top: 1.2rem;
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: var(--color-green);
  border-radius: 100%
}
.df_under .trouble_list dd p:not(.ttl) {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .df_under .trouble_list li.wide {
    width: 100%;
  }
  .df_under .trouble_list li.wide::after {
    content: none;
  }
  .df_under .trouble_list li.wide dl {
    display: flex;
    gap: 4.8rem;
  }
  .df_under .trouble_list li.wide dt {
    width: 33.1rem;
    min-width: 33.1rem;
  }
  .df_under .trouble_list li.wide dd {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .df_under .trouble {
    margin-top: 2.7rem;
  }
  .df_under .trouble h3 {
    font-size: 1.6rem;
  }
  .df_under .trouble_list {
    margin-top: 2.5rem;
  }
  .df_under .trouble_list li {
    width: 100%;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
  }
  .df_under .trouble_list li:not(:nth-of-type(3n))::after {
    content: none;
  }
  .df_under .trouble_list dt {
    gap: 1.4rem 2rem;
    min-height: auto;
    font-size: 1.6rem;
  }
  .df_under .trouble_list dd .ttl {
    font-size: 1.4rem;
    margin-bottom: 1.3rem;
  }
  .df_under .trouble_list dd p:not(.ttl) {
    font-size: 1.3rem;
  }
  .df_under .trouble_list dd .ttl::before {
    top: 1rem;
  }
  .df_under .trouble + p {
    margin-top: 3.2rem;
  }
}


/* strong_list ---------------------------------- */
.strong_list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.3rem;
}
.strong_list li {
  overflow: hidden;
  width: calc(50% - (3.3rem * 1 / 2));
  background: var(--color-white);
  border-radius: 1rem;
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
}
.strong_list li figure {
  position: relative;
  overflow: hidden;
  height: 19.1rem;
}
.strong_list li figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strong_list li > div {
  position: relative;
  text-align: center;
  padding: 2.5rem 2.5rem 3.3rem;
}
.strong_list li > div span {
  position: absolute;
  left: 2.9rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 5.3rem;
  font-family: var(--font-en);
  font-weight: var(--bold);
  color: var(--color-green);
  opacity: 0.2;
  line-height: 1;
}
.df_under .contents .strong_list li > div p {
  margin: 0;
  font-weight: var(--bold);
}
@media screen and (max-width: 767px) {
  .strong_list {
    gap: 2.5rem;
  }
  .strong_list li {
    width: 100%;
  }
  .strong_list li figure {
    height: 17.7rem;
  }
  .strong_list li > div span {
    left: 0.9rem;
  }
  .strong_list li > div p {
    font-size: 1.6rem !important;
    font-weight: var(--bold) !important;
    width: 22.5rem;
    margin: 0 0 0 auto !important;
  }
}


/* df_flow ----------------- */
.df_flow {
  margin-top: 2.5rem;
}
.df_flow + p {
  margin-top: 3rem;
}
.df_flow li {
  position: relative;
  display: flex;
  border-radius: 1.7rem;
  background: var(--color-lght-green);
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
}
.df_flow li:not(:last-of-type)::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -2.6rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.3rem 2.4rem 0 2.4rem;
  border-color: var(--color-lght-green) transparent transparent transparent;
  transform: translateX(-50%);
}
.df_flow li + li {
  margin-top: 5rem;
}
.df_flow li figure {
  position: relative;
  width: 21rem;
  overflow: hidden;
  border-top-left-radius: 1.7rem;
  border-bottom-left-radius: 1.7rem;
}
.df_flow li figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.df_flow li > div {
  width: calc(100% - 21rem);
  padding: 2.2rem 6rem 4.4rem;
}
.df_flow li > div span {
  display: block;
  width: max-content;
  margin-bottom: 2rem;
  padding: 0.3rem 1.3rem 0.1rem;
  border-radius: 5rem;
  background: #34B2C9;
  font-size: 1.4rem;
  font-family: var(--font-en);
  letter-spacing: 0.03em;
  color: var(--color-white);
}
.df_under .contents .df_flow li > div p {
  margin: 0;
}
.df_flow li > div .ttl {
  font-size: 1.8rem;
  margin: 0 0 2.9rem;
  font-weight: var(--medium);
}
.df_flow li .sub_txt {
  font-size: 1.4rem;
  margin: 0;
}
.df_flow li .color {
  margin: 1.1rem 0 0;
  font-size: 1.4rem;
  font-weight: var(--medium);
  color: var(--color-green);
}

.df_flow_row {
  display: flex;
  gap: 2.2rem;
  margin-top: 2.9rem;
}
.df_flow_row li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.9rem;
  min-height: 16.2rem;
  width: calc(25% - (2.2rem * 4 / 5));
  background: var(--color-lght-green);
  border-radius: 1rem;
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  padding: 2rem;
}
.df_flow_row li::after {
  position: absolute;
  top: 50%;
  right: -1.4rem;
  content: "";
  display: block;
  width:0;
  height:0;
  border-style:solid;
  border-width: 1.35rem 0 1.35rem 1.4rem;
  border-color: transparent transparent transparent var(--color-lght-green);
  transform: translateY(-50%);
}
.df_flow_row li img {
  width: 7.7rem;
}
.df_flow_row li:last-of-type::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .df_flow li {
    display: block;
    /* background: var(--color-white);
  }
  .df_flow li:not(:last-of-type)::after {
    border-color: var(--color-white) transparent transparent transparent; */
  }
  .df_flow li figure {
    width: 100%;
    height: 15.4rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }
  .df_flow li > div {
    width: 100%;
    padding: 3rem 2rem;
    text-align: center;
  }
  .df_under .contents .df_flow li > div p {
    font-size: 1.6rem;
    font-weight: var(--bold);
    text-align: center;
  }
  .df_flow li > div span {
    margin: 0 auto 1.7rem;
  }
  .df_under .contents .df_flow li > div p.sub_txt {
    font-size: 1.3rem;
    font-weight: var(--regular);
    text-align: left;
    margin: 1.3rem 0;
  }
  .df_under .contents .df_flow li > div p.color {
    font-size: 1.3rem;
    text-align: left;
  }
  .df_flow_row {
    overflow-x: scroll;
  }
  .df_flow_row::-webkit-scrollbar {
    display: none;
  }
  .df_flow_row li {
    min-width: 16rem;
    font-size: 1.3rem;
    min-height: 13rem;
    margin-bottom: 1rem;
  }
  .df_flow_row li img {
    width: 6rem;
  }
  .df_flow_row li p {
    text-align: center;
  }
}


/* faq_block ----------------- */
.faq_block {
  padding: 4.5rem 7.2rem 4.9rem 8.8rem;
  background: #F4F7F7;
  border-radius: 1rem;
}
.faq_block + .faq_block {
  margin-top: 1.5rem;
}
.faq_block dt {
  position: relative;
  margin-bottom: 3.4rem;
  font-size: 1.6rem;
}
.faq_block dd {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.85;
  font-weight: var(--regular);
}
.faq_block dt span,
.faq_block dd span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -4.3rem;
  top: -0.2rem;
  font-size: 1.8rem;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  font-family: var(--font-en);
  font-weight: var(--bold);
}
.faq_block dt span {
  color: var(--color-white);
  background: var(--color-gr);
}
.faq_block dd span {
  left: -2rem;
  color: var(--color-green);
  background: var(--color-white);
}
@media screen and (max-width: 767px) {
  .faq_block {
    padding: 3.5rem 1.5rem 2.7rem 5.5rem;
  }
  .faq_block dt {
    margin-bottom: 2.7rem;
    font-size: 1.4rem;
  }
  .faq_block dd {
    font-size: 1.3rem;
    padding: 0;
  }
  .faq_block dt span, .faq_block dd span {
    left: -4rem !important;
  }
}


/* check_block ----------------- */
.check_block {
  padding: 4rem 7rem;
  background: var(--color-lght-green);
  border-top: 1px solid rgb(0 0 0 / 0.1);
}
.check_block dt {
  position: relative;
  font-size: 1.8rem;
  font-weight: var(--bold);
}
.check_block dt::after {
  position: absolute;
  top: -0.2rem;
  left: -4.4rem;
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url(../img/common/icon_check.svg) center/contain no-repeat;
}
.check_block dd {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: var(--regular);
  letter-spacing: 0.04em;
  line-height: 1.75;
}
.check_block dd small {
  font-size: 1.4rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .check_block {
    padding: 4.7rem 2rem 3.7rem;
    margin: 0 -2rem;
  }
  .check_block:last-of-type {
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
  }
  .check_block dt {
    padding-left: 3.7rem;
    font-size: 1.4rem;
  }
  .check_block dt::after {
    top: -0.5rem;
    left: 0;
  }
  .check_block dd {
    margin-top: 1.9rem;
    font-weight: var(--regular);
    font-size: 1.3rem;
  }
  .check_block dd small {
    font-size: 1.2rem;
  }
}


/* check_wrap ----------------- */
.check_wrap {
  border: 1px solid #E5E5E5;
  border-radius: 1rem;
  padding: 5.1rem 3.8rem 5.6rem;
  margin: 7.2rem 0 0;
}
.check_wrap .check_block {
  background: none;
  padding: 0 0 0 3.4rem;
  border: none;
}
.check_wrap .check_block + p {
  margin-top: 6.3rem;
}
.check_wrap .check_block + .check_block {
  margin-top: 5.6rem;
}
.check_wrap .check_block h3 {
  position: relative;
  font-size: 2.2rem;
  margin: 0 0 2.2rem;
}
.check_wrap .check_block h3::before {
  position: absolute;
  top: 0rem;
  left: -4.4rem;
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url(../img/common/icon_check.svg) center/contain no-repeat;
}
.check_wrap .check_block p,
.check_wrap .check_block .df_list {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  margin: 0;
}
.df_under .check_wrap .cvwrap:not(.wide) {
  padding: 9.9rem 9rem 7.3rem;
}
@media screen and (max-width: 767px) {
  .check_wrap {
    margin: 4rem -2rem 0;
    border-radius: 0;
    padding-bottom: 0;
  }
  .df_under .check_wrap .cvwrap:not(.wide) {
    padding: 7rem 0 4.7rem;
    margin: 7rem -4rem 0;
  }
  .check_wrap .check_block h3 {
    font-size: 1.6rem;
  }
  .check_wrap .check_block p,
  .check_wrap .check_block .df_list {
    font-size: 1.3rem;
  }
  .check_wrap .check_block h3::before {
    left: -3.4rem;
    width: 2.2rem;
    height: 2.2rem;
  }
  .check_wrap .check_block + .check_block {
    margin-top: 3.5rem;
  }
  .check_wrap .button_area_bg {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}


/* df_flex ----------------- */
.df_flex {
  display: flex;
  gap: 3rem;
}
.df_flex figure {
  position: relative;
  overflow: hidden;
  width: 37.4rem;
  border-radius: 1rem;
  /* aspect-ratio: 1/1; */
}
.df_flex figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.df_flex .right {
  width: calc(100% - 37.4rem - 3rem);
}
.df_flex .right .faq_block {
  padding: 2.5rem 3.6rem 2.5rem 6.9rem;
}
.df_flex .right .faq_block dd {
  padding-left: 0;
}
.df_flex .right .faq_block dd span {
  left: -4.3rem;
}
@media screen and (max-width: 767px) {
  .df_flex {
    flex-wrap: wrap;
    gap: 2.5rem;
  }
  .df_flex figure {
    width: 100%;
    height: 21rem;
  }
  .df_flex .right {
    width: 100%;
  }
  .df_flex .right .faq_block {
    padding: 3.8rem 1.5rem 2.7rem 5.5rem;
  }
}


/* df_check ----------------- */
.df_check > li {
  overflow: hidden;
  display: flex;
  border: 1px solid #E5E5E5;
  border-radius: 1rem;
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
  flex-wrap: wrap;
}
.df_check > li h3 {
  margin: 0 0 1.3rem !important;
}
.df_check > li + li {
  margin-top: 2rem;
}
.df_check > li figure {
  position: relative;
  width: 23.5rem;
  overflow: hidden;
}
.df_check > li figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.df_check > li > div {
  position: relative;
  padding: 2.9rem 3.6rem;
  width: calc(100% - 23.5rem);
}
.df_under .contents .df_check > li .ttl {
  margin: 0 0 2rem;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: var(--bold);
}
.df_check > li .ttl p {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
.df_under .contents .df_check > li p {
  margin: 0;
}
.df_check > li span:not(.pci,.pc,.sp,.spi,.indent,.notxt,.notxt_h,.notxt_t) {
  display: block;
  width: max-content;
  padding: 0.5rem 1.4rem;
  border-radius: 0.3rem;
  margin-bottom: 1.1rem;
  background-color: var(--color-green);
  color: var(--color-white);
  font-size: 1.4rem;
  font-family: var(--font-en);
  font-weight: var(--regular);
}
.df_check > li span.indent,
.df_check > li span.notxt,
.df_check > li span.notxt span {
  font-weight: var(--regular);
  color: var(--color-txt);
  display: block;
  margin: 0 !important;
}
.df_check > li span.notxt {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 1fr;
}
.df_check + p {
  margin-top: 6rem;
}
.df_check .sp_yokoscroll {
  width: 100%;
  padding: 0;
}
.df_check .sp_yokoscroll table {
  margin: 0 !important;
}
.df_check > li > div .button {
  width: 22.8rem;
  height: 5rem;
  margin-top: 3rem;
}
.df_check > li > div .button span {
  background: none;
  padding: 0;
  margin: 0;
  font-weight: var(--bold);
}
.df_under .contents .df_check > li p.txt_obi {
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 1.6rem 3.4rem;
  background: var(--color-lght-green);
  border-left: 0.2rem solid var(--color-green);
  margin-top: 1rem;
  max-width: 36rem;
}
.df_under .contents .df_check > li p.txt_obi span {
  display: inline;
  margin: 0;
  background: none;
  padding: 0;
  color: var(--color-green);
  font-weight: var(--bold);
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .df_check > li > div .button {
    position: absolute;
    right: 4rem;
    bottom: 3rem;
  }
  .df_check > li > div .mx_w {
    max-width: calc(100% - 19.2rem - 7rem);
  }
}
@media screen and (max-width: 767px) {
  .df_check > li {
    position: relative;
    overflow: visible;
    flex-wrap: wrap;
  }
  .df_check:not(.no_arrow) > li:not(:last-of-type)::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -2.6rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.3rem 2.4rem 0 2.4rem;
    border-color: var(--color-white) transparent transparent transparent;
    transform: translateX(-50%);
  }
  .df_check:not(.no_arrow) > li:not(:last-of-type)::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -2.6rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.3rem 2.4rem 0 2.4rem;
    border-color: #000000 transparent transparent transparent;
    transform: translateX(-50%);
    filter: blur(6px);
    opacity: 0.1;
  }
  .df_check > li figure {
    width: 100%;
    height: 15.4rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .df_check > li > div {
    width: 100%;
    padding: 2.8rem 1.8rem;
  }
  .df_check > li span:not(.pci,.pc,.sp,.spi) {
    margin: 0 auto 1.5rem;
  }
  .df_under .contents .df_check > li .ttl {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 1.3rem;
  }
  .df_check > li + li {
    margin-top: 5rem;
  }
  .df_check .sp_yokoscroll {
    margin: 0;
    padding: 0;
  }
  .df_check > li > div .button {
    width: 100%;
  }
  .df_check > li > div .button span {
    font-size: 1.2rem;
  }
  .df_under .contents .df_check > li p.txt_obi {
    padding: 1.6rem;
    margin: 3.5rem 0;
    font-size: 1.4rem;
  }
  .df_under .contents .df_check > li p.txt_obi span {
    font-size: 1.4rem;
  }
  .df_check > li > div .mx_w p.txt {
    text-align: center;
  }
}


/* df_check2 ----------------- */
.df_check2 > li {
  overflow: hidden;
  display: flex;
  border: 1px solid #E5E5E5;
  border-radius: 1rem;
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
}
.df_check2 > li + li {
  margin-top: 2rem;
}
.df_check2 > li figure {
  position: relative;
  width: 23.5rem;
  overflow: hidden;
}
.df_check2 > li figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.df_check2 > li > div {
  position: relative;
  padding: 2.9rem 3.6rem 2.9rem 9.4rem;
  width: calc(100% - 23.5rem);
}
.df_under .contents .df_check2 > li .ttl {
  margin: 0 0 2rem;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: var(--bold);
}
.df_check2 > li .ttl p {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
.df_under .contents .df_check2 > li p {
  margin: 0;
}
.df_check2 > li span.num {
  position: absolute;
  top: 2.4rem;
  left: 3.1rem;
  display: block;
  font-size: 3.3rem;
  font-weight: var(--medium);
  font-family: var(--font-en);
  line-height: 1;
  padding-bottom: 0.1rem;
  border-bottom: 0.3rem solid var(--color-green);
  color: var(--color-green);
}
.df_check2 > li p.end_txt {
  position: relative;
  padding-left: 4rem;
  padding-top: 1.8rem;
  font-weight: var(--bold);
}
.df_check2 > li p.end_txt::before {
  position: absolute;
  top: 1.4rem;
  left: 1rem;
  content: "▶︎";
  color: var(--color-green);
  font-size: 2rem;
}
.df_check2 + p {
  margin-top: 6rem;
}
.df_check2 > li > div dl {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 1fr;
  gap: 0 2rem;
  margin-top: 1rem;
}
.df_check2 > li > div dt,
.df_check2 > li > div dd {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  font-weight: var(--regular);
}
.df_check2 > li > div dt {
  font-weight: var(--bold);
}
.df_check2 > li > div dd {
  position: relative;
}
.df_check2 > li > div dd::before {
  position: absolute;
  top: -0.2rem;
  left: -1.3rem;
  content: ":";
  font-size: 1.6rem;
}
.df_under .contents .df_check2 > li .col .ttl {
  margin-bottom: 0;
}
.df_check2 > li > div .check_list li.col .txt {
  width: 100%;
}
.df_check2 > li > div .check_list li.col {
  background-position: top 1.9rem left;
}
.df_check2 > li.pd {
  padding: 5.4rem;
}
.df_check2 > li.pd figure {
  width: 30rem;
  height: 31.2rem;
  border-radius: 1rem;
}
.df_check2 > li.pd > div {
  padding-right: 0;
}
.df_check2 > li > div .button {
  width: 19.2rem;
  height: 4.2rem;
  margin: 4.4rem 0 0 auto;
  font-size: 1.4rem;
}
.df_check2 > li.pd figure.auto {
  height: auto;
}
.df_check2 > li.pd figure.auto img {
  position: static;
  object-fit: unset;
  height: auto;
}
@media screen and (min-width: 768px) {
  .df_check2 > li.w_half {
    gap: 3.4rem;
  }
  .df_check2 > li.w_half figure {
    width: calc(50% - 1.7rem);
  }
  .df_check2 > li.w_half > div {
    width: calc(50% - 1.7rem);
    padding-left: 5.4rem;
  }
  .df_check2 > li.w_half.pd {
    padding: 4rem 3rem;
  }
  .df_check2 > li.w_half span.num {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .df_check2 > li {
    position: relative;
    overflow: visible;
    flex-wrap: wrap;
  }
  .df_check2 > li::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -2.6rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.3rem 2.4rem 0 2.4rem;
    border-color: var(--color-white) transparent transparent transparent;
    transform: translateX(-50%);
    content: none;
  }
  .df_check2 > li figure {
    width: 100%;
    height: 15.4rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .df_check2 > li > div {
    width: 100%;
    padding: 2.8rem 1.8rem;
  }
  .df_under .contents .df_check2 > li .ttl {
    position: relative;
    text-align: left;
    padding-left: 5rem;
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 1.3rem;
  }
  .df_check2 > li + li {
    margin-top: 5rem;
  }
  .df_check2 > li span.num {
    font-size: 3rem;
    top: -0.1rem;
    left: 0;
  }
  .df_check2 > li p.end_txt::before {
    top: 1.1rem;
  }
  .df_check2 > li > div dt, 
  .df_check2 > li > div dd,
  .df_check2 > li > div dd::before {
    font-size: 1.3rem !important;
  }
  .df_under .contents .df_check2 > li .col .ttl {
    padding-left: 0;
  }
  .df_check2 > li.pd {
    padding: 2rem;
  }
  .df_check2 > li.pd > div {
    padding-left: 0;
  }
  .df_check2 > li > div .button {
    margin: 4rem auto 0;
    width: 100%;
    font-size: 1.2rem;
    height: 5rem;
  }
}


/* trouble_wrap ----------------- */
.trouble_wrap {
  position: relative;
  margin: 4rem 0;
  border-radius: 1rem;
  background: #FFF6ED;
  padding: 2.2rem 16rem 4.7rem 7rem;
}
.trouble_wrap::after {
  position: absolute;
  content: "";
  display: block;
  width: 25.1rem;
  height: 34rem;
  right: 0.7rem;
  bottom: 0;
  background: url(../img/common/trouble_wrap_icon.png) center/contain no-repeat;
}
.trouble_wrap .trouble_block {
  padding: 2.9rem 0 3.7rem 2.9rem;
  border-bottom: 1px solid rgb(0 0 0 / 0.1);
}
.trouble_wrap .trouble_block h3 {
  position: relative;
  margin: 0 0 2rem;
  font-size: 1.8rem;
  font-weight: var(--bold);
  color: var(--color-orange);
}
.trouble_wrap .trouble_block h3::before {
  position: absolute;
  top: -0.2rem;
  left: -3.6rem;
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url(../img/common/icon_batsu.svg) center / contain no-repeat;
}
.trouble_wrap .trouble_block p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .trouble_wrap {
    padding: 2rem 2rem 4rem;
    margin: 4.7rem -2rem;
  }
  .trouble_wrap .trouble_block {
    padding: 2rem 0;
  }
  .trouble_wrap .trouble_block p {
    font-size: 1.3rem;
    margin: 1rem 0 0 !important;
  }
  .trouble_wrap .trouble_block h3 {
    padding-left: 3.7rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;

    text-indent: -6.3em;
    padding-left: 8.5em;
  }
  .trouble_wrap .trouble_block h3::before {
    left: 0;
  }
  .trouble_wrap::after {
    content: none;
  }
}


/* hojo_list ---------------------------------- */
.hojo_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem 2.4rem;
}
.hojo_list li {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 2.2rem 3.6rem 2.2rem 1.8rem;
  width: calc(50% - 1.2rem);
  height: 9.8rem;
  border-radius: 1rem;
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: var(--medium);
  line-height: 1.75;
}
.hojo_list li small {
  font-size: 1.3rem;
}
.hojo_list li img {
  width: 6.2rem;
}
@media screen and (max-width: 767px) {
  .hojo_list {
    gap: 1rem;
  }
  .hojo_list li {
    gap: 1.5rem;
    width: 100%;
    font-size: 1.4rem;
    padding: 1.8rem;
  }
  .hojo_list li img {
    width: 5.2rem;
  }
}


/* item2 ---------------------------------- */
.df_under .contents .item2 + .item2 {
  margin-top: 5rem;
}
.df_under .contents .obi_ttl {
  padding: 1.1rem 2rem;
  background: var(--color-lght-green);
  color: var(--color-green);
  font-size: 1.8rem;
  font-weight: var(--medium);
  letter-spacing: 0.04em;
  margin: 0 0 2.5rem;
}
.df_under .contents .item2 p {
  margin: 2rem 0;
}
.df_under .contents .item2 p a {
  text-decoration: underline;
}
.df_under .contents .item2 p small {
  font-size: 1.4rem;
}
.df_under .contents .item2 p.note small {
  font-size: 1.4rem;
  color: var(--color-txt);
  letter-spacing: 0.04em;
}
.df_under .contents .item2 > .price {
  line-height: 1.4;
}
.df_under .contents .item2 > .price strong {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .df_under .contents .item2 + .item2 {
    margin-top: 2.7rem;
  }
  .df_under .contents .obi_ttl {
    margin-bottom: 0;
    padding: 1.2rem 0.8rem;
    font-size: 1.6rem;
  }
  .df_under .contents .item2 p.note small {
    font-size: 1.2rem;
  }
}


/* list_box ---------------------------------- */
.df_under .contents .bg_wrap.list_box {
  padding-left: 4.7rem;
  padding-right: 4.7rem;
  margin: 4.8rem 0 0;
}
.df_under .contents .bg_wrap.list_box.col4 {
  padding-left: 13.4rem;
  padding-right: 13.4rem;
}
.df_under .contents .bg_wrap.list_box > h3 {
  margin-bottom: 2.5rem;
}
.df_under .contents .bg_wrap.list_box > p {
  margin: 2.5rem 0;
}
.df_flex2 {
  margin: 3.4rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.9rem 2.3rem;
}
.df_flex2 li{
  width: calc(20% - (2.3rem * 4 / 5));
}
.df_flex2 li:not(.link),
.df_flex2 li.link a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  background: var(--color-white);
  border-radius: 1rem;
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
  height: 14.5rem;
}
.df_flex2 li.link a {
  width: 100%;
}
.df_flex2.col4 li {
  width: calc(25% - (2.3rem * 3 / 4));
}
.df_flex2 li img {
  width: 6rem;
}
@media screen and (max-width: 767px) {
  .df_under .contents .bg_wrap.list_box {
    margin: 7rem -2rem 0;
    padding: 4rem 2rem;
  }
  .df_flex2 {
    gap: 1rem;
  }
  .df_flex2 li,
  .df_flex2.col4 li {
    width: calc(50% - 0.5rem) !important;
    font-size: 1.6rem;
  }
  .df_under .contents .bg_wrap.list_box.col4 {
    margin: 7rem -2rem 0;
    padding: 4rem 2rem;
  }
}




/* reform_wrap ----------------- */
.df_under .reform_wrap {
  margin: 7.4rem 2.4rem 0;
}
.df_under .reform_wrap h3 {
  color: var(--color-green);
  font-size: 1.8rem;
  margin: 0 0 3.5rem;
}
.df_under .reform_wrap .lead {
  margin: 1.5rem 0;
}
.df_under .reform_wrap table {
  margin: 1.5rem 0
}
.df_under .reform_wrap table th,
.df_under .reform_wrap table td {
  font-size: 1.6rem;
  padding: 2rem 1.4rem;
  font-weight: var(--medium);
}
.df_under .reform_wrap table td {
  background: var(--color-white);
}
.df_under .reform_wrap tbody td:first-of-type {
  text-align: left;
}
.df_under .reform_wrap tbody td:first-of-type small {
  display: block;
  font-size: 1.4rem;
  color: #5D5D5D;
  letter-spacing: 0.04em;
  line-height: 1.57;
  margin-top: 0.7rem;
}
.df_under .reform_wrap tbody .label {
  display: block;
  margin-bottom: 1.3rem;
  width: max-content;
  padding: 0.4rem 0.9rem;
  background: var(--color-green);
  border-radius: 0.2rem;
  color: var(--color-white);
  font-size: 1.2rem;
  font-weight: var(--medium);
  letter-spacing: 0.08em;
}
.df_under .reform_wrap tbody td small {
  font-size: 1.4rem;
  display: block;
  margin: 0.7rem 0;
}
.df_under .reform_wrap tbody td .price {
  font-size: 2rem;
}
.df_under .reform_wrap tbody td .price small {
  font-size: 1.4rem;
  display: block;
  margin-top: 0.7rem;
}
.df_under .reform_wrap table + .note {
  font-size: 1.4rem;
  margin: 1.5rem 0 0;
  color: var(--color-txt);
}
.df_under .reform_wrap .total {
  margin: 4.3rem 0 1.6rem;
  width: max-content;
  padding: 2.4rem 3.5rem;
  background: var(--color-lght-green);
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.df_under .reform_wrap .total strong {
  font-size: 2.2rem;
  font-weight: var(--medium);
  letter-spacing: 0.05em;
}
.df_under .reform_wrap .total + p {
  margin: 1.5rem 0;
}
.df_under .reform_wrap .after {
  padding: 4.9rem 2.4rem 6.4rem;
  margin: 8.7rem -2.4rem 0;
  background: rgb(245 134 0 / 0.07);
  border-radius: 1rem;
}
.df_under .reform_wrap .after h3 {
  color: var(--color-orange);
  font-size: 2.2rem;
  margin: 0 0 2.2rem;
}
.df_under .reform_wrap .after table thead th {
  background: var(--color-orange);
}
.df_under .reform_wrap .after tbody .label {
  background: var(--color-orange);
}
.df_under .reform_wrap .after tbody .price {
  color: var(--color-orange);
  font-size: 1.8rem;
}
.df_under .reform_wrap .after tbody td span:not(.label) {
  color: var(--color-orange);
}
.df_under .reform_wrap .after tbody tr:first-of-type td:last-of-type .price {
  font-size: 2.2rem;
  font-weight: var(--medium);
  letter-spacing: 0.04em;
}
.df_under .reform_wrap .after .result {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7rem;
  margin: 3.6rem 0;
}
.df_under .reform_wrap .after .result * {
  text-align: center;
}
.df_under .reform_wrap .after .result .ttl {
  font-size: 1.6rem;
  margin: 0 0 0.3rem;
  font-weight: var(--medium);
}
.df_under .reform_wrap .after .result .price {
  font-size: 3rem;
  font-weight: var(--bold);
  letter-spacing: 0.03em;
  margin: 0;
  line-height: 1.2;
}
.df_under .reform_wrap .after .result .right {
  position: relative;
}
.df_under .reform_wrap .after .result .right * {
  color: var(--color-orange);
}
.df_under .reform_wrap .after .result .right::before {
  position: absolute;
  top: 50%;
  left: -3.6rem;
  content: "";
  display: block;
  width:0;
  height:0;
  border-style:solid;
  border-width: 1.3rem 0 1.3rem 1.4rem;
  border-color: transparent transparent transparent var(--color-orange);
  transform: translateY(-50%);
}
.df_under .reform_wrap .after .txt_end {
  text-align: center;
  font-size: 2rem;
  font-weight: var(--bold);
  letter-spacing: 0.04em;
}
.df_under .reform_wrap .after .txt_end span {
  color: var(--color-white);
  background: var(--color-orange);
  padding: 0.8rem;
  margin: 0 0.5rem;
  font-size: 3rem;
  letter-spacing: 0.04em;
  font-weight: var(--bold);
}
@media screen and (max-width: 767px) {
  .df_under .reform_wrap {
    margin: 2rem 0 4rem;
  }
  .df_under .reform_wrap h3 {
    font-size: 1.4rem;
    margin: 0 0 5.2rem;
  }
  .df_under .reform_wrap .lead {
    font-size: 1.4rem;
  }
  .df_under .reform_wrap .total {
    padding: 2.2rem 0;
    width: 100%;
    margin-top: 3.8rem !important;
    text-align: center;
    font-size: 1.4rem;
  }
  .df_under .reform_wrap .total strong {
    font-size: 1.8rem;
  }
  .df_under .reform_wrap .after {
    padding: 4rem 2rem;
    margin: 4.7rem -2rem 0;
  }
  .df_under .reform_wrap .after h3 {
    margin-bottom: 1.3rem;
    font-size: 1.4rem;
  }
  .df_under .reform_wrap .after .result {
    gap: 4rem;
  }
  .df_under .reform_wrap .after .result .ttl {
    font-size: 1.4rem;
  }
  .df_under .reform_wrap .after .result .price {
    letter-spacing: 0;
    font-size: 2.4rem;
  }
  .df_under .reform_wrap .after .result .right::before {
    left: -2.6rem;
  }
  .df_under .reform_wrap .after .txt_end {
    font-size: 1.4rem;
  }
  .df_under .reform_wrap .after .txt_end span {
    display: block;
    font-size: 2rem;
    padding: 1rem;
    line-height: 1;
    margin: 1rem auto;
    width: max-content;
  }
}




/* bg_wrap ----------------- */
.bg_wrap {
  padding: 5.9rem 7.4rem 6.7rem;
  border-radius: 1rem;
  background: var(--color-lght-green);
}
.bg_wrap + p {
  margin-top: 4.5rem;
}
.df_under .contents .bg_wrap > h3 {
  text-align: center;
  margin: 0 0 4rem;
  font-size: 2.2rem;
}
.df_under .contents .bg_wrap > p {
  text-align: center;
}
.point_list {
  margin-top: 4.7rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4.9rem 2.6rem;
}
.point_list li {
  position: relative;
  width: 24rem;
  border-radius: 1rem;
  background: var(--color-white);
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
}
.point_list li .num {
  position: absolute;
  left: 50%;
  top: -1rem;
  z-index: 1;
  transform: translateX(-50%);
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  padding: 0.5rem 1.5rem;
  background: var(--color-green);
  color: var(--color-white);
  font-weight: var(--medium);
  border-radius: 5rem;
  width: max-content;
  line-height: 1.2;
  margin: 0;
}
.point_list li figure {
  position: relative;
  height: 14rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  overflow: hidden;
}
.point_list li figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.point_list li > div {
  padding: 2rem 1.8rem 2.8rem;
}
.df_under .contents .point_list li > div h3 {
  margin: 0 0 2rem;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
.df_under .contents .point_list li > div p {
  font-size: 1.4rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .bg_wrap {
    padding: 4rem 2rem;
    margin: 0 -2rem;
  }
  .df_under .contents .bg_wrap > h3 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .df_under .contents .bg_wrap > p {
    text-align: left;
  }
  .point_list {
    margin-top: 2.7rem;
  }
  .point_list li {
    width: 100%;
  }
  .point_list li figure {
    height: 18rem;
  }
  .point_list li > div {
    padding: 3rem 2.5rem;
  }
  .df_under .contents .point_list li > div h3 {
    font-size: 1.4rem;
  }
}


/* cvwrap ----------------- */
.df_under .cvwrap.wide {
  margin-top: 14.6rem;
}
.df_under .cvwrap:not(.wide) {
  padding: 9.9rem 13rem 7.3rem;
  margin: 4.7rem 0 0;
  border-radius: 1rem;
}
.df_under .cvwrap:not(.wide) .in {
  flex-wrap: wrap;
}
.df_under .cvwrap:not(.wide) .in .left {
  width: 100%;
}
.df_under .cvwrap:not(.wide) .in .right {
  width: 100%;
}
.df_under .banner_links {
  background: #FFF5E0;
}
.cvwrap.box_only {
  padding: 0 !important;
  background: none !important;
  margin-top: 6rem !important;
}
.cvwrap.box_only .in .box {
  width: 67.4rem;
  margin: 0 auto;
  background: var(--color-orange);
}
.cvwrap.box_only.midium .in .box {
  width: 80rem;
}
.cvwrap.box_only .in .box .icon_h2 {
  color: var(--color-white);
}
.cvwrap.box_only .in .box .icon_h2 img {
  filter: brightness(100);
}
.cvwrap.box_only .in .box .buttons2 {
  background: var(--color-white);
  border-radius: 1rem;
}
.cvwrap.box_only .in .box .button2 {
  background: var(--color-yellow);
  text-align: left;
}
.cvwrap.box_only .in .box .button2::after {
  background-image: url(../img/common/icon_arrow_bk.svg);
}
.cvwrap.box_only .in .right .note {
  width: 67.4rem;
  margin: 0 auto;
  color: var(--color-txt);
}
@media screen and (max-width: 767px) {
  .df_under .cvwrap.wide {
    margin-top: 7rem;
  }
  .df_under .cvwrap:not(.wide) {
    padding: 7rem 0 4.7rem;
    border-radius: 0;
    margin: 7rem -2rem 0;
  }
  .df_under .banner_links {
    padding: 8.7rem 0;
    margin: 0;
  }
  .cvwrap.box_only {
    margin-top: 2.5rem !important;
  }
  .cvwrap.box_only .in .right .note {
    width: 100%;
    font-size: 1.2rem;
    margin-top: 1.3rem;
  }
  .cvwrap.box_only .in .box,
  .cvwrap.box_only.midium .in .box {
    width: 100%;
  }
  .cvwrap.box_only .in .box .buttons2 {
    background: none;
  }
  .contents:last-of-type .cvwrap.box_only:last-of-type {
    padding-bottom: 5rem !important;
  }
}

/* cvwrap2 ----------------- */
.cvwrap2 {
  position: relative;
  padding: 5.2rem 0 3.6rem 5.6rem;
  background: var(--color-orange);
  border-radius: 1rem;
  margin-top: 7.5rem;
  color: var(--color-white);
}
.cvwrap2::after {
  position: absolute;
  content: "";
  display: block;
  width: 25.3rem;
  height: 25.8rem;
  bottom: 0;
  right: -3rem;
  background: url(../img/common/cvwrap2_icon-2.png) center/contain no-repeat;
}
.cvwrap2 .in {
  position: static;
  margin: 0;
  max-width: 67.1rem;
}
.cvwrap2 h2 {
  font-size: 2.8rem;
  margin-bottom: 4.3rem;
}
.cvwrap2 .buttons2 {
  display: flex;
  gap: 0.2rem;
  width: 57.4rem;
  background: var(--color-white);
  border-radius: 1rem;
  margin-top: 4.5rem;
}
.cvwrap2 .buttons2 .button2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 8rem;
  padding: 1.5rem 3rem;
  font-size: 1.6rem;
  background: var(--color-yellow);
  margin: 0 !important;
  width: 50%;
}
.cvwrap2 .buttons2 .button2::after {
  background-image: url(../img/common/icon_arrow_bk.svg);
}
.cvwrap2 .buttons2 .button2:nth-of-type(1) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cvwrap2 .buttons2 .button2:nth-of-type(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cvwrap2 p.note {
  width: 57.4rem;
  font-size: 1.2rem;
  margin: 0.9rem 0 0 !important;
  text-align: right;
  color: var(--color-txt) !important;
}
.cvwrap2 p.fukidashi {
  position: absolute;
  top: 9.3rem;
  right: 4.5rem;
  margin: 0 !important;
  padding: 1.5rem 2rem 2rem;
  background: var(--color-white);
  border-radius: 0.5rem;
  font-size: 1.4rem;
  font-weight: var(--bold);
  letter-spacing: 0.04em;
  color: var(--color-txt) !important;
}
.cvwrap2 p.fukidashi::after {
  position: absolute;
  content: "";
  left: 58%;
  bottom: -2.3rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.3rem 0.4rem 0 2.4rem;
  border-color: var(--color-white) transparent transparent transparent;
  transform: translateX(-50%) rotate(-30deg);
}
.cvwrap .in .right .note {
  margin-bottom: 0;
}
.cvwrap2 .in .box > p {
  max-width: 51rem;
}
@media screen and (max-width: 767px) {
  .cvwrap2 {
    padding: 4rem 0 16.1rem;
    margin: 7rem -2rem 0;
    border-radius: 0;
  }
  .cvwrap2 h2 {
    font-size: 1.8rem;
    margin-bottom: 1.3rem;
    text-align: center;
  }
  .cvwrap2 p:not(.fukidashi) {
    font-size: 1.6rem !important;
    margin: 1.3rem 0 !important;
  }
  .cvwrap2 p.note {
    width: 27.5rem;
    margin: 1.3rem auto 0 !important;
    text-align: center;
    font-size: 1.2rem !important;
  }
  .cvwrap2 .buttons2 {
    width: 27.5rem;
    gap: 1rem;
    background: none;
    margin: 2.6rem auto 0; 
    flex-wrap: wrap;
  }
  .cvwrap2 .buttons2 .button2 {
    width: 100%;
    border-radius: 1rem !important;
  }
  .cvwrap2::after {
    width: 17.7rem;
    height: 18rem;
    right: 0;
  }
  .cvwrap2 p.fukidashi {
    position: relative;
    top: auto;
    right: auto;
    margin: 2.7rem auto 0 !important;
    width: 30.2rem;
    max-width: max-content;
    font-size: 1.3rem;
    line-height: 1.76;
  }
  .cvwrap2 .in .box > p {
    text-align: center;
  }
}




/* kv --------------------------------------------------- */
.under .kv {
  padding: 7rem 0 10rem;
  text-align: center;
}
.under .kv h1,
.under .kv .h1 {
  font-size: 3.4rem;
  letter-spacing: 0.05em;
}
.under .kv p {
  font-size: 1.6rem;
  font-weight: var(--medium);
  letter-spacing: 0.04em;
  line-height: 1.75;
}
.under .kv h1 + p,
.under .kv .h1 + p {
  margin-top: 9rem;
}


@media screen and (max-width: 767px) {
  .under .kv {
    padding: 7rem 0 6.4rem;
  }
  .under .kv h1,
  .under .kv .h1 {
    font-size: 2.2rem;
  }
  .under .kv p {
    font-size: 1.3rem;
    padding: 0 2rem;
    text-align: left;
  }
  .under .kv h1 + p,
  .under .kv .h1 + p {
    margin-top: 2.7rem;
  }
  .sp_yokoscroll .product_list {
    gap: 0 !important;
  }
  .sp_yokoscroll .product_card {
    margin-right: 2rem !important;
    min-width: 20rem !important;
    width: 20rem !important;
  }
  .sp_yokoscroll .product_card a {
    padding: 2.5rem 2rem 1.6rem;
  }
  .sp_yokoscroll.product_scroll {
    padding: 1rem 2rem;
  }
}


/* notfound ---------------------------------- */
#notfound .contents {
  max-width: 116.2rem;
  margin: 11.5rem auto 0;
}
#notfound .contents h1,
#notfound .contents .h1 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: var(--medium);
}
#notfound .contents p {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 8rem auto 7rem;
  font-weight: var(--medium);
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #notfound .contents {
    margin-top: 5rem;
    padding-bottom: 2rem;
  }
  #notfound .contents h1,
  #notfound .contents .h1 {
    font-size: 2.2rem;
  }
  #notfound .contents p {
    margin: 3.9rem auto 10.6rem;
    font-size: 1.3rem;
    font-weight: var(--regular);
  }
  #notfound .contents .button {
    height: 4.7rem !important;
    font-size: 1.2rem !important;
    width: 100%;
  }
}


/* hikaku ----------------- */
.hikaku {
  padding: 5rem 5.4rem;
  border: 1px solid rgb(0 0 0 / 0.13);
  border-radius: 1rem;
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
}
.hikaku + .hikaku {
  margin-top: 2.5rem;
}
.hikaku .ttl_wrap {
  display: flex;
  align-items: center;
  gap: 2.7rem;
}
.hikaku .ttl_wrap figure {
  position: relative;
  overflow: hidden;
  width: 30rem;
  min-width: 30rem;
  height: 20.9rem;
  border-radius: 1rem;
}
.hikaku .ttl_wrap figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hikaku .ttl_wrap h3 {
  margin: 0;
  font-size: 2.4rem;
  font-weight: var(--bold);
  letter-spacing: 0.05em;
}
.hikaku .merit_flex {
  display: flex;
  margin-top: 2rem;
  gap: 2.9rem;
}
.hikaku .merit_flex > * {
  width: 50%;
  padding: 3.5rem 3.1rem 3.1rem;
  border-radius: 1rem;
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
}
.hikaku .merit_flex dt {
  font-size: 2rem;
  font-weight: var(--bold);
  letter-spacing: 0.04em;
  color: var(--color-green);
  text-align: center;
  margin-bottom: 3rem;
}
.hikaku .merit_flex .check_list li,
.button_area_bg.bg_gr .check_list li {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
  border-bottom: 1px solid rgb(0 0 0 / 0.1);
  background-position: top 1.6rem left;
  text-align: left;
  font-weight: var(--regular);
}
.hikaku .merit_flex .check_list li:last-of-type,
.button_area_bg.bg_gr .check_list li:last-of-type {
  border-bottom: none;
}
.button_area_bg.bg_gr .check_list {
  max-width: 45rem;
  margin: 1.5rem auto;
}
.hikaku h2 {
  position: relative;
  font-size: 2.4rem;
  color: var(--color-green);
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
}
.hikaku h2::before,
.hikaku h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.hikaku h2::before {
  width: 13.4rem;
  height: 2px;
  background: var(--color-green);
}
@media screen and (max-width: 767px) {
  .hikaku {
    padding: 2rem;
  }
  .hikaku .ttl_wrap {
    flex-direction: column;
  }
  .hikaku .right {
    width: 100%;
  }
  .hikaku .ttl_wrap h3 {
    font-size: 1.8rem;
  }
  .hikaku .merit_flex {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .hikaku .merit_flex > * {
    width: 100%;
    padding: 2.5rem 2rem 3.1rem;
  }
  .hikaku .merit_flex dt {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  .hikaku .button_area_bg {
    margin-bottom: -2rem;
  }
  .hikaku .merit_flex .check_list li,
  .button_area_bg.bg_gr .check_list li {
    background-position: top 1.3rem left;
  }
  .hikaku h2 {
    font-size: 1.6rem;
  }
  .button_area_bg.bg_gr p {
    text-align: center;
  }
}


/* point ----------------- */
.point {
  position: relative;
  background: var(--color-lght-green);
  border-radius: 1rem;
  padding: 2.2rem 18rem 3rem 4.5rem;
  margin: 3rem auto 0;
  max-width: 83.2rem;
  
  min-height: 16rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.point::after {
  position: absolute;
  right: 0.7rem;
  bottom: 0;
  content: "";
  display: block;
  width: 15rem;
  height: 21.2rem;
  background: url(../img/common/cvwrap2_icon.png) center/contain no-repeat;
}
.point.icon2::after {
  width: 18rem;
  background: url(../img/common/flow_fukidashi_img.png) center/contain no-repeat;
}
.point.icon3::after {
  width: 15rem;
  background: url(../img/common/button_area_bg_icon2_h.png) center/contain no-repeat;
}
.point.icon4::after {
  width: 18rem;
  background: url(../img/common/button_area_bg_icon-1.png) center/contain no-repeat;
}
.point.icon5::after {
  width: 18rem;
  background: url(../img/common/point_icon1.png) center/contain no-repeat;
}
.df_under .contents .point .ttl {
  font-size: 2rem;
  font-weight: var(--bold);
  letter-spacing: 0.05em;
  color: var(--color-green);
  margin-bottom: 0;
  margin-top: 0;
}
.point .ttl + .txt {
  margin-top: 1.8rem;
  margin-bottom: 0;
}

.point2 {
  position: relative;
  background: var(--color-lght-green);
  border-radius: 1rem;
  padding: 3.5rem 28.8rem 5.3rem 25rem;
  margin: 7rem auto 0;
}
.point2::after {
  position: absolute;
  left: 0rem;
  bottom: 0;
  content: "";
  display: block;
  width: 23.4rem;
  height: 32rem;
  background: url(../img/common/cvwrap2_icon.png) center / contain no-repeat;
}
.df_under .contents .point2 .ttl {
  font-size: 2rem;
  font-weight: var(--bold);
  letter-spacing: 0.05em;
  color: var(--color-green);
  margin: 0;
}
.point2 .ttl + .txt {
  margin-top: 1.8rem;
  margin-bottom: 0;
}
.point2 .button {
  position: absolute;
  right: 4rem;
  bottom: 4rem;
  width: 22.8rem;
  height: 5rem;
}
.sp_yokoscroll + .point {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .df_under .contents .point .ttl {
    font-size: 1.6rem;
  }
  .point::after {
    content: none !important;
  }
  .point {
    padding: 2rem 2rem 3rem;
  }
  .sp_yokoscroll + .point {
    margin-top: 3rem;
  }
  .point .ttl + .txt {
    margin-top: 1rem;
  }
  .point2 {
    padding: 2rem 2rem 3rem;
  }
  .point2 .ttl + .txt {
    margin-top: 1rem;
  }
  .point2 .button {
    position: static;
    margin: 5.5rem 0 3rem auto;
    width: 27rem;
    font-size: 1.2rem;
    height: 5rem;
  }
  .point2::after {
    width: 12.4rem;
    height: 17rem;
    bottom: 0;
    left: -2rem;
  }
  .df_under .contents .point2 .ttl {
    text-align: center;
  }
}


/* flow_block ----------------- */
.df_under .contents .flow_block {
  position: relative;
  padding: 2.3rem 0 4.6rem;
  text-align: center;
  background: var(--color-lght-green);
  border: 0.2rem solid var(--color-green);
  border-radius: 1.7rem;
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
}
.df_under .contents .flow_block:not(:last-of-type):before,
.df_under .contents .flow_block:not(:last-of-type)::after {
  position: absolute;
  bottom: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width:0;
  height:0;
  border-style:solid;
  border-width: 1.6rem 0.95rem 0 0.95rem;
  border-color: var(--color-green) transparent transparent transparent;
}
.df_under .contents .flow_block:not(:last-of-type)::after {
  bottom: -1.1rem;
  border-color: var(--color-lght-green) transparent transparent transparent;
}
.df_under .contents .flow_block + .flow_block {
  margin-top: 5rem;
}
.df_under .contents .flow_block .num {
  width: max-content;
  padding: 0.5rem 2.4rem 0.3rem;
  background: var(--color-green);
  border-radius: 5rem;
  color: var(--color-white);
  font-family: var(--font-en);
  margin: 0 auto 2rem;
  line-height: 1;
}
.df_under .contents .flow_block h3 {
  font-size: 2.2rem;
  font-weight: var(--medium);
  letter-spacing: 0.05em;
  margin: 0 auto 2.2rem;
}
.df_under .contents .flow_block p {
  margin: 0;
}
.df_under .contents .flow_block .list {
  display: flex;
  justify-content: center;
  gap: 2.9rem;
  margin: 3.4rem 0 0;
}
.df_under .contents .flow_block .list li {
  position: relative;
  width: 25.3rem;
  background: var(--color-white);
  padding: 1.8rem 1.8rem 1.8rem 7.3rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
}
.df_under .contents .flow_block .list li img {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .df_under .contents .flow_block {
    padding: 3.5rem 1.8rem;
  }
  .df_under .contents .flow_block h3 {
    font-size: 1.6rem;
    margin-bottom: 1.8rem;
  }
  .contents p {
    font-size: 1.3rem;
    text-align: left;
  }
  .df_under .contents .flow_block .list {
    margin: 4.2rem auto 0;
    width: 25.9rem;
    gap: 1.2rem;
    flex-wrap: wrap;
  }
  .df_under .contents .flow_block .list li {
    width: 100%;
    border-radius: 0.6rem;
    font-size: 1.4rem;
    padding: 1.5rem 2.9rem 1.5rem 5.7rem;
  }
  .flow_fukidashi {
    width: 100%;
    margin: 4rem 0 4.9rem;
    padding: 3.5rem 1.7rem 5.4rem;
  }
  .flow_fukidashi::before {
    content: none;
  }
  .flow_fukidashi p strong {
    font-size: 1.6rem;
  }
  .flow_fukidashi::after {
    width: 17.3rem;
    height: 15rem;
    right: -2rem;
    bottom: -4.9rem;
    background: url(../img/common/flow_fukidashi_img.png) center top / 100% auto no-repeat;
  }
  .df_under .contents .flow_block + .flow_block {
    margin-top: 4rem;
  }
}

.check_list.border li {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  font-weight: var(--regular);
  border-bottom: 1px solid rgb(0 0 0 / 0.1);
  margin: 0 !important;
  background-position: top 1.6rem left;
}
@media screen and (max-width: 767px) {
  .check_list.border li {
    background-position: top 1.3rem left;
  }
}

.button_cv.no_wrap {
  margin: 7rem auto 0;
  max-width: 40.9rem;
  width: 100%;
  height: 6rem;
  font-size: 1.6rem;
  gap: 1.2rem;
}
.button_cv.no_wrap img {
  width: 1.9rem;
}

.fw_r {
  font-weight: var(--regular) !important;
}