/* ----------------------------------------------------------
.block-survey
---------------------------------------------------------- */
@media print, screen and (min-width: 1024px) {
  .mainContents .block-survey {
    text-align: center;
    padding: 55px 0 40px 0;
    background: #fff;
    color: #1e3932;
  }
  .mainContents .block-survey .mod-sp {
    display: none;
  }
  .mainContents .block-survey h1, .mainContents .block-survey h2, .mainContents .block-survey h3, .mainContents .block-survey h4, .mainContents .block-survey p {
    margin: 0;
  }
  .mainContents .block-survey ._title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
  }
  .mainContents .block-survey ._lead {
    font-size: 15px;
    margin-top: 10px;
  }
  .mainContents .block-survey ._btns {
    margin-top: 18px;
  }
  .mainContents .block-survey ._note {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: rgba(0, 0, 0, 0.7);
    gap: 5px;
  }
  .mainContents .block-survey ._note li {
    font-size: 12px;
  }
  .mainContents .mod-btn-survey {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #00754a;
    color: #00754a;
    font-size: 13px;
    font-weight: 500;
    border-radius: 50px;
  }
  .mainContents .mod-btn-survey:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1023px) {
  .mainContents .block-survey {
    text-align: center;
    padding: 40px 20px 60px;
    background: #fff;
    color: #1e3932;
  }
  .mainContents .block-survey .mod-sp {
    display: block;
  }
  .mainContents .block-survey h1, .mainContents .block-survey h2, .mainContents .block-survey h3, .mainContents .block-survey h4, .mainContents .block-survey p {
    margin: 0;
  }
  .mainContents .block-survey ._title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
  }
  .mainContents .block-survey ._lead {
    font-size: 13px;
    margin-top: 10px;
  }
  .mainContents .block-survey ._btns {
    margin-top: 20px;
  }
  .mainContents .block-survey ._note {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.7);
  }
  .mainContents .block-survey ._note li {
    font-size: 11px;
  }
  .mainContents .mod-btn-survey {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #00754a;
    color: #00754a;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px;
  }
  .mainContents .mod-btn-survey:hover {
    opacity: 0.8;
  }
}
/* ----------------------------------------------------------
.block-line
---------------------------------------------------------- */
@media print, screen and (min-width: 1024px) {
  .mainContents .block-line {
    background: #edebe9;
    padding: 32px 0;
  }
  .mainContents .block-line ._cols {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mainContents .block-line ._cols:hover {
    opacity: 0.7;
  }
  .mainContents .block-line ._title {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
  }
  .mainContents .block-line ._lead {
    margin: 0;
    margin-top: 10px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.58);
  }
}
@media screen and (max-width: 1023px) {
  .mainContents .block-line {
    background: #edebe9;
    padding: 20px 0;
  }
  .mainContents .block-line ._cols {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .mainContents .block-line ._cols img {
    width: 46px;
  }
  .mainContents .block-line ._title {
    margin: 0;
    font-weight: bold;
    font-size: 13px;
    line-height: 1;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
  }
  .mainContents .block-line ._lead {
    margin: 0;
    margin-top: 10px;
    font-weight: 500;
    font-size: 11px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.58);
  }
}
/* ----------------------------------------------------------
.block-note
---------------------------------------------------------- */
@media print, screen and (min-width: 1024px) {
  .mainContents .block-note {
    background: #E1DFDD;
    padding: 28px 0;
  }
  .mainContents .block-note ._inner {
    width: 1184px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1263.9px) {
  .mainContents .block-note ._inner {
    width: calc(100% - 80px);
  }
}
@media print, screen and (min-width: 1024px) {
  .mainContents .block-note p {
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1023px) {
  .mainContents .block-note {
    background: #E1DFDD;
    padding: 28px 0;
  }
  .mainContents .block-note ._inner {
    margin: 0 16px;
  }
  .mainContents .block-note p {
    margin: 0;
    font-size: 11px;
    line-height: 1.6;
  }
}
/* ----------------------------------------------------------
block-banner
---------------------------------------------------------- */
@media print, screen and (min-width: 1024px) {
  .mainContents .block-banner {
    padding: 80px 0;
    background: #fff;
  }
  .mainContents .block-banner img {
    width: 100%;
  }
  .mainContents .block-banner ._inner {
    width: 1184px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1263.9px) {
  .mainContents .block-banner ._inner {
    width: calc(100% - 80px);
  }
}
@media print, screen and (min-width: 1024px) {
  .mainContents .block-banner ._list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px 64px;
  }
  .mainContents .block-banner ._list li {
    width: 560px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1263.9px) {
  .mainContents .block-banner ._list li {
    width: calc(50% - 32px);
  }
}
@media print, screen and (min-width: 1024px) {
  .mainContents .block-banner ._list li a {
    display: block;
    border-radius: 15px;
    overflow: hidden;
  }
  .mainContents .block-banner a {
    display: block;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mainContents .block-banner a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1023px) {
  .mainContents .block-banner {
    padding: 38px 0;
    background: #fff;
  }
  .mainContents .block-banner img {
    width: 100%;
  }
  .mainContents .block-banner ._inner {
    margin: 0 16px;
  }
  .mainContents .block-banner ._list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .mainContents .block-banner ._list li a {
    display: block;
    border-radius: 15px;
    overflow: hidden;
  }
}
/* ----------------------------------------------------------
block-osguide
---------------------------------------------------------- */
.block-osguide {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  box-sizing: border-box;
}
.block-osguide-wrap {
  background: #fff;
  padding: 32px 0 40px 0;
}
.block-osguide-wrap h3 {
  font-size: 1.3rem;
  margin-bottom: 24px;
  margin-left: 0;
  font-weight: bold;
}
.block-osguide-wrap .block-osguide-wrap__lists li {
  font-size: 1.3rem;
  letter-spacing: 0.14px;
  line-height: 19px;
  margin-bottom: 16px;
}
.block-osguide-wrap .block-osguide-wrap__singlepage {
  font-weight: 500;
  margin-top: 18px;
}
.block-osguide-wrap .block-osguide-wrap__singlepage > li:last-child {
  margin-bottom: 0;
}
.block-osguide-wrap .block-osguide-wrap__lists ul:last-child > li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .block-osguide {
    max-width: 1264px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .block-osguide-wrap h3 {
    font-size: 2rem;
    margin-bottom: 36px;
    color: #212121;
    margin-left: 0;
    font-weight: bold;
  }
  .block-osguide-wrap__lists > ul > li > a {
    font-weight: 500;
  }
  .block-osguide-wrap .block-osguide-wrap__lists {
    display: flex;
    font-weight: 500;
  }
  .block-osguide-wrap .block-osguide-wrap__lists > ul + ul {
    margin-left: 5.406%;
  }
  .block-osguide-wrap .block-osguide-wrap__lists li {
    font-size: 1.4rem;
    color: #212121;
  }
  .block-osguide-wrap .block-osguide-wrap__lists li:last-child {
    margin-bottom: 0;
  }
  .block-osguide-wrap .block-osguide-wrap__lists > ul.block-osguide-wrap__singlepage {
    font-weight: 600;
    margin-left: 12.84%;
    margin-top: 0;
  }
  .block-osguide-wrap__lists > ul {
    width: 200px;
  }
  .block-osguide-wrap__lists > ul:first-child {
    width: 212px;
  }
}

@media screen and (min-width: 520px) {
  .block-osguide {
    padding: 0 40px;
  }
  .block-osguide-wrap .block-osguide-wrap__lists li {
    font-size: 1.4rem;
  }
  .block-osguide-wrap .block-osguide-wrap__lists {
    font-weight: 500;
  }
  .block-osguide-wrap h3 {
    font-size: 2rem;
    margin-left: 0;
    font-weight: bold;
  }
}

@media screen and (min-width: 1024px) {
  .block-osguide-wrap {
    background: #fff;
    padding: 60px 0 72px 0;
  }
}

/*----------------------------------------------------------
block-main-note
----------------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
  .block-main-note {
    background-color: #D4E9E2;
    padding: 13px 0;
    text-align: center;
    line-height: 1.2;
    color: #1e3932;
  }

  .block-main-note p {
    margin: 0;
    font-size: 13px;
    line-height: calc(18/13);
    letter-spacing: 0.03em;
  }

  .block-main-note a {
    color: #1e3932;
    text-decoration: underline;
    margin-left: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .block-main-note {
    background-color: #D4E9E2;
    padding: 10px 0;
    text-align: center;
    color: #1e3932;
  }

  .block-main-note p {
    font-size: 11px;
    line-height: 1.2;
    margin: 0;
    letter-spacing: 0.03em;
  }

  .block-main-note a {
    color: #1e3932;
    text-decoration: underline;
    margin-left: 2.5px;
  }
}

/* ----------------------------------------------------------
block-end
---------------------------------------------------------- */
@media print, screen and (min-width: 1024px) {
  .block-end {
    background-color: #F1F7F6;
    padding: 20px;
    text-align: center;
  }
  .block-end p {
    margin: 0;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.87);
    font-weight: bold;
  }
  .block-end a {
    color: #00754A;
    font-weight: bold;
  }
}

@media screen and (max-width: 1023px) {
  .block-end {
    background-color: #F1F7F6;
    padding: 20px;
    text-align: center;
  }
  .block-end p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.87);
    font-weight: bold;
  }
  .block-end a {
    color: #00754A;
    font-weight: bold;
  }
}

/* ----------------------------------------------------------
c-more-link
---------------------------------------------------------- */
@media print, screen and (min-width: 1024px) {
  .c-more-link {
    display: flex;
  }
  .c-more-link .btn {
    display: inline-block;
    text-align: center;
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 16px;
    color: #00754a;
    border: 1px solid #00754A;
    border-radius: 50px;
    cursor: pointer;
    transition-duration: 0.2s;
    font-family: 'Noto Sans JP';
  }
  .c-more-link .btn:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1023px) {
  .c-more-link {
    display: flex;
  }
  .c-more-link .btn {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    line-height: 1;
    padding: 8px 16px;
    color: #00754a;
    border: 1px solid #00754A;
    border-radius: 50px;
    cursor: pointer;
    transition-duration: 0.2s;
    font-family: 'Noto Sans JP';
  }
}

/* ----------------------------------------------------------
itemList
---------------------------------------------------------- */
@media print, screen and (min-width: 1024px) {
  .itemArea {
    max-width: 1180px;
    width: calc(1180/1440*100vw);
    margin: 0 auto;
  }
  .itemList {
    display: flex;
    justify-content: space-between;
    gap: min(40px,calc(40/1440*100vw)) min(15px, calc(15/1440*100vw));
    flex-wrap: wrap;
    padding: 0 min(27px, calc(27/1440*100vw));
    margin: min(20px, calc(20/1440*100vw)) 0 0;
  }
  .itemList::before{
    content:"";
    display: block;
    width: min(270px, calc(270/1440 * 100vw));
    order:1;
  }
  .itemList::after{
    content:"";
    display: block;
    width: min(270px, calc(270/1440 * 100vw));
  }
  .itemList .item {
    position: relative;
    width: min(270px, calc(270/1440 * 100vw));
    display: flex;
    flex-direction: column;
  }
  .itemList .item a {
    display: block;
  }
  .itemList .item .item_labes {
    position: absolute;
    top: min(8px, calc(8/1440*100vw));
    left: min(8px, calc(8/1440*100vw));
    display: flex;
    flex-direction: column;
    gap: min(5px, calc(5/1440*100vw));
    z-index: 10;
  }
  .itemList .item .item_labes div {
    width: min(40px, calc(40/1440 * 100vw));
  }
  .itemList .item .item_image_wrap {
    border-radius: 12px;
    overflow: hidden;
  }
  .itemList .item .item_image_wrap img {
    width: 100%;
  }
  .itemList .item .item_image_wrap a {
    display: block;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .itemList .item .item_image_wrap a:hover {
    opacity: 0.8;
  }
  .itemList .item .item_texts {
    position: relative;
    padding: 0;
    color: #000;
    margin-bottom: 9px;
  }
  .itemList .item .item_texts .item_tag {
    margin: 0;
    color: #AA8875;
    font-size: min(11px, calc(11/1440*100vw));
    font-family: "SoDoSans";
    font-weight: bold;
    position: relative;
    top: calc(7/1440*100vw);
  }
  .itemList .item .item_texts .item_name {
    font-size: min(13px,calc(13/1440 * 100vw));
    line-height: 1.38;
    margin: min(13px,calc(13/1440*100vw)) 0 0;
  }
  .itemList .item .item_texts .item_price {
    margin: 0;
    margin-top: 0.6vw;
    font-size: min(14px,calc(14/1440*100vw));
    line-height: calc(21/16);
    font-weight: bold;
    font-family: 'SoDoSans';
  }
  .itemList .item .item_btn {
    width: 130px;
    margin-top: auto;
    font-weight: 600;
  }
  .itemList .item .item_description {
    margin: 0;
  }
  .js-cartform-outofstock-img {
    margin: 0;
  }
}

@media screen and (max-width: 1023px) {
  .itemArea {
    width: calc(350/375*100vw);
    margin: 0 auto;
  }
  .itemList {
    display: flex;
    flex-wrap: wrap;
    gap: calc(40/375*100vw) calc(5/375*100vw);
    margin: calc(22/375*100vw) 0 0;
    justify-content: space-between;
  }
  .itemList .item {
    position: relative;
    width: calc(169/375*100vw);
  }
  .itemList .item a {
    display: block;
  }
  .itemList .item .item_labes {
    position: absolute;
    top: 8px;
    left: 8px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 10;
  }
  .itemList .item .item_labes div {
    width: 40px;
  }
  .itemList .item .item_image_wrap {
    border-radius: 12px;
    overflow: hidden;
  }
  .itemList .item .item_image_wrap img {
    width: 100%;
  }
  .itemList .item .item_image_wrap a {
    display: block;
  }
  .itemList .item .item_texts {
    position: relative;
    padding: calc(14/375*100vw) calc(9/375*100vw) 0;
    color: #000;
  }
  .itemList .item .item_texts .item_tag {
    margin: 0;
    color: #AA8875;
    font-size: calc(11/375* 100vw);
    font-family: "SoDoSans";
    font-weight: bold;
    position: relative;
  }
  .itemList .item .item_texts .item_name {
    font-size: calc(11/375*100vw);
    line-height: calc(17/11);
    margin: 0;
  }
  .itemList .item .item_texts .item_price {
    font-size: calc(14/375*100vw);
    letter-spacing: -0.016em;
    margin: calc(6/375*100vw) 0 0;
    font-weight: bold;
    font-family: 'SoDoSans';
  }
  .itemList .item .item_btn {
    width: calc(116/375* 100vw);
    margin: 10px auto 0;
  }
  .itemList .item .item_description {
    margin: 0;
  }
  .js-cartform-outofstock-img img {
    width: auto;
  }
  .js-cartform-outofstock-img {
    margin: 0;
  }
/* 商品カード SP 2カラム */
  ._2col .item_texts_wrap {
    flex: 1;
  }
  ._2col .itemList {
    gap: calc(24/375*100vw) calc(5/375*100vw);
  }
  ._2col .itemList .item {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: calc(19 / 375* 100vw);
  }
  ._2col .itemList .item .item_image_wrap {
    width: calc(336/750*100vw);
    flex-shrink: 0;
  }
  ._2col .itemList .item .item_image_wrap img {
    border-radius: 12px;
  }
  ._2col .sp_text_wrap {
    width: calc(318/750*100vw);
    margin-top: calc(14/750*100vw);
  }
  ._2col .itemList .item .item_description {
    margin-bottom: calc(9/750*100vw);
  }
  ._2col .itemList .item .item_texts {
    padding: 0;
  }
  ._2col .itemList .item .item_texts .item_price {
    margin: calc(3 / 375* 100vw) 0 0;
  }
  ._2col .itemList .item .item_btn {
    margin: 10px auto 0 0;
  }
}

/* ----------------------------------------------------------
block-scene
---------------------------------------------------------- */
@media print, screen and (min-width: 1024px) {
  .block-scene--rich {
    background: #D4E9E2;
    padding: 68px 0 77px 0;
    text-align: center;
    margin: 0;
  }
  .block-scene--rich._border-top {
    border-top: 8px solid #EDEBE9;
  }
  .block-scene--rich .mod-sp {
    display: none;
  }
  .block-scene--rich .scene_texts {
    text-align: center;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.7);
  }
  .block-scene--rich .scene_title {
    font-size: 24px;
    text-align: center;
    line-height: 1.5833333333;
    color: rgba(0, 0, 0, 0.87);
    font-weight: bold;
    margin: -1px 0 0;
    letter-spacing: 1px;
    font-family: "SoDoSans";
  }
  .block-scene--rich .scene_text {
    margin: 13px 0 0;
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: 0;
  }
  .block-scene--rich .scene_connection-links {
    display: flex;
    justify-content: center;
    gap: 0 48px;
    padding-top: 42px;
  }
  .block-scene--rich .scene_connection-links a {
    color: #00754A;
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
    line-height: 1.6875;
  }
  .block-scene--rich .scene_link {
    display: inline-block;
    border: 1px solid #00754A;
    border-radius: 32px;
    margin: 57px 0 0;
    font-size: 16px;
    color: #00754A;
    font-weight: bold;
    padding: 16px 24px;
    line-height: 2.4rem;
  }

  .block-scene--simple {
    background: #D4E9E2;
    padding: 75px 0 80px 0;
    text-align: center;
  }
  .block-scene--simple._border-top {
    border-top: 8px solid #EDEBE9;
  }
  .block-scene--simple .mod-sp {
    display: none;
  }
  .block-scene--simple p {
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.7);
  }
  .block-scene--simple ._row-head {
    text-align: center;
  }
  .block-scene--simple ._row-head h2 {
    font-size: 24px;
    text-align: center;
    line-height: 1.58;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 800;
    margin: 0;
  }
  .block-scene--simple ._row-body {
    margin-top: 50px;
    text-align: center;
  }
  .block-scene--simple .mod-scene-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .block-scene--simple ._row-head p {
    margin-top: 12px;
    font-size: 15px;
    text-align: center;
    line-height: 1.69;
    color: rgba(0, 0, 0, 0.87);
  }
  .block-scene--simple ._row-body {
    margin-top: 38px;
    text-align: center;
  }
  .block-scene--simple ._row-body a {
    font-size: 16px;
    text-align: center;
    line-height: 1.68;
    color: #00754a;
    font-weight: bold;
  }
}
@media screen and (max-width: 1023px) {
  .block-scene--rich {
    background: #D4E9E2;
    padding: 64px 0;
    text-align: center;
    margin: 0 0 0;
  }
  .block-scene--rich._border-top {
    border-top: 2.1333333333vw solid #EDEBE9;
  }
  .block-scene--rich .mod-sp {
    display: block;
  }
  .block-scene--rich .scene_texts {
    text-align: center;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.7);
  }
  .block-scene--rich .scene_title {
    font-size: 22px;
    text-align: center;
    line-height: 1.6363636364;
    color: rgba(0, 0, 0, 0.87);
    font-weight: bold;
    margin: -1px 0 0;
    font-family: "SoDoSans";
  }
  .block-scene--rich .scene_text {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.6923076923;
    position: relative;
    left: 4px;
  }
  .block-scene--rich .scene_link {
    display: block;
    border: 1px solid #00754A;
    border-radius: 32px;
    margin: 17px 0 0;
    font-size: 16px;
    color: #00754A;
    font-weight: bold;
    padding: 16px 24px;
  }
  .block-scene--rich .scene_connection-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 24px;
    padding-top: 36px;
    width: 240px;
    margin: 0 auto;
    position: relative;
    left: 4px;
  }
  .block-scene--rich .scene_connection-links a {
    color: #00754A;
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
    line-height: 1.6875;
  }
  .block-scene--rich .scene_link {
    color: #00754A;
    font-weight: bold;
    margin: 50px 0 0;
    display: inline-block;
    font-size: 16px;
    line-height: 2.4rem;
  }

  .block-scene--simple {
    background: #D4E9E2;
    padding: 16vw 0 16vw 0;
    text-align: center;
  }
  .block-scene--simple._border-top {
    border-top: 2.1333333333vw solid #EDEBE9;
  }
  .block-scene--simple .mod-sp {
    display: block;
  }
  .block-scene--simple p {
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.7);
  }
  .block-scene--simple ._row-head {
    text-align: center;
  }
  .block-scene--simple ._row-head h2 {
    font-size: 5.8666666667vw;
    text-align: center;
    line-height: 1.58;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 800;
    margin: 0;
  }
  .block-scene--simple ._row-head p {
    margin-top: 3.2vw;
    font-size: 4vw;
    text-align: center;
    line-height: 1.69;
    color: rgba(0, 0, 0, 0.87);
  }
  .block-scene--simple ._row-body {
    margin-top: 10.1333333333vw;
    text-align: center;
  }
  .block-scene--simple ._row-body a {
    font-size: 4.2666666667vw;
    text-align: center;
    line-height: 1.68;
    color: #00754a;
    font-weight: bold;
  }
}