@charset "UTF-8";
/******************************************
Title:ファセンラ®について知る
url:/fsn-mechanism.html
******************************************/
.header {
  padding-bottom: 60px;
}
@media only screen and (max-width:768px) {
  .header {
    padding-bottom: 0;
  }
}

.bg_wrapper {
  padding-top: 148px;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  .bg_wrapper {
    padding-top: 148px;
  }
}
@media only screen and (max-width:768px) {
  .bg_wrapper {
    padding-top: 80px;
  }
}
@media only screen and (max-width:767px) {
  .bg_wrapper {
    padding-top: 0;
  }
}

@media only screen and (min-width:768px) {
  [class^=section],
  [class*=" section"] {
    padding-top: 104px;
    margin-top: -80px;
  }
}
@media only screen and (max-width:768px) {
  [class^=section],
  [class*=" section"] {
    padding-top: 210px;
    margin-top: -146px;
  }
}

@media only screen and (min-width:768px) {
  .firstview-sub__list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 80px;
  }
}

.fsn-mechanism-box {
  margin-top: 20px;
  border: 2px solid #00b398;
  border-radius: 14px;
  background-color: #e5f7f4;
}
@media only screen and (max-width:767px) {
  .fsn-mechanism-box {
    border: unset;
  }
}
.fsn-mechanism-box__col {
  width: 76%;
  position: relative;
}
@media only screen and (max-width:767px) {
  .fsn-mechanism-box__col {
    width: 100%;
  }
}
@media only screen and (min-width:768px) {
  .fsn-mechanism-box__col:first-of-type {
    width: calc(100% - (76% + 24px));
  }
}
.fsn-mechanism-box__col__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fsn-mechanism-box__col__title p {
  background-color: #00b398;
  margin-top: 20px;
  border-radius: 0 10px 10px 0;
  font-size: clamp(1.25rem, 1.173rem + 0.33vw, 1.375rem) !important;
  line-height: 1.5;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding: 13px 0 12px;
}
@media only screen and (max-width:767px) {
  .fsn-mechanism-box__col__title p {
    padding: 7px 0;
    width: 57%;
  }
}
.fsn-mechanism-box__col figure {
  width: 60px;
}
@media only screen and (min-width:768px) {
  .fsn-mechanism-box__col figure {
    position: absolute;
    bottom: 0;
    width: 73%;
    left: 37px;
  }
}
.fsn-mechanism-box__col__list {
  margin: 20px 27px 20px 7px;
}
@media only screen and (max-width:767px) {
  .fsn-mechanism-box__col__list {
    margin: 16px 10px 0;
  }
}
.fsn-mechanism-box__col__list ul li {
  position: relative;
  font-size: 1rem;
  line-height: 1.7;
  padding-left: 22px;
  margin-bottom: 16px;
}
.fsn-mechanism-box__col__list ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #333f48;
}
@media only screen and (max-width:767px) {
  .fsn-mechanism-box__col__list__attention {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.fsn-mechanism-box__col__list__attention p {
  font-size: 1.5rem !important;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  color: #00b398;
}
@media only screen and (max-width:768px) {
  .fsn-mechanism-box__col__list__attention p {
    margin: auto 0 auto auto !important;
    width: 75%;
    font-size: 1.125rem !important;
    text-align: left;
  }
}

.box_another__attention {
  position: relative;
  border: 4px solid #f9bacb;
  border-radius: 14px;
  margin-top: 35px;
}
@media only screen and (max-width:767px) {
  .box_another__attention {
    margin-top: 40px;
    border: 3px solid #f9bacb;
    border-radius: 10px;
  }
}
.box_another__attention__title {
  position: absolute;
  width: 90%;
  left: 50%;
  top: -18px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
}
@media only screen and (min-width:1233px) {
  .box_another__attention__title {
    width: 85%;
  }
}
@media only screen and (max-width:767px) {
  .box_another__attention__title {
    width: 93%;
    top: -30px;
  }
}
.box_another__attention__title p {
  color: #f27597;
  font-size: clamp(1.125rem, 0.15rem + 2vw, 1.375rem) !important;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .box_another__attention__title p {
    font-size: clamp(0.875rem, -0.268rem + 5.71vw, 1.25rem) !important;
  }
}
.box_another__attention__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 16px;
  margin-top: 36px;
}
@media only screen and (max-width:767px) {
  .box_another__attention__img {
    margin-top: 44px;
    gap: 0 8px;
  }
}
.box_another__attention__img figure {
  margin: 0;
  line-height: 0;
  width: 26.1363636364%;
}
.box_another__attention__img figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width:767px) {
  .box_another__attention__img figure {
    width: 29.8666666667%;
  }
}
.box_another__attention__add {
  background-color: #f9bacb;
  padding: 9px 0 8px;
}
.box_another__attention__add p {
  font-size: 1.375rem !important;
  color: #333f48;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .box_another__attention__add p {
    font-size: clamp(0.875rem, -2.034rem + 14.55vw, 1.375rem) !important;
    line-height: 1.4 !important;
  }
}

.box_small_col .padding-adjust {
  padding-bottom: 0 !important;
}

.box-annotation {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box-annotation dt,
.box-annotation dd {
  font-size: 16px;
  line-height: 1.7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.box-annotation dt {
  width: 3rem;
}
.box-annotation dd {
  width: calc(100% - 3rem);
}
.box-annotation .one {
  width: 16px;
}
.box-annotation .one_dd {
  font-size: 16px;
  width: calc(100% - 16px);
}
.box-annotation.mgt0 {
  margin-top: 0 !important;
}

.main table tbody tr td span {
  font-weight: 700;
}

.mgb20 {
  margin-bottom: 20px !important;
}
@media only screen and (max-width:768px) {
  .mgb20 {
    margin-bottom: 16px !important;
  }
}

.illust02 {
  padding: 0 14px;
  width: 820px !important;
}

.illust03,
.illust04 {
  width: 400px !important;
}

.illust06,
.illust07,
.illust08 {
  width: 230px !important;
}
@media only screen and (max-width:768px) {
  .illust06,
  .illust07,
  .illust08 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 149px;
    overflow: hidden;
  }
  .illust06 img,
  .illust07 img,
  .illust08 img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}

@media only screen and (max-width:768px) {
  .illust06 {
    width: 81.55px !important;
  }
}

@media only screen and (max-width:768px) {
  .illust07 {
    width: 71px !important;
  }
}

@media only screen and (max-width:768px) {
  .illust08 {
    width: 112px !important;
  }
}

@media only screen and (max-width:768px) {
  .sp_mgb16 {
    margin-bottom: 16px !important;
  }
}/*# sourceMappingURL=style.css.map */