@charset "utf-8";
:root {
  --color--black: #000000;
  --color--white: #fff;
  --color--blue--txt: #003592;
  --color--pink--txt: #E3007F;
  --color--red: #ED1C24;
  --color--green: #009245;
  --color--light--pink: #FF7BAC;
  --color--pink--pkg: #DE449C;
  --color--gray: #8F9BC3;
  --color--dark--blue: #1D0E54;
  --color--gradation--blue: #192C78;
  --color--gradation--pink: #FFE5D4;
}
.pc__view{
    display: block;
}
.sp__view{
    display: none;
}
.l_wrapper{
    width: 100%;
    height: auto;
}
.YorunoAttento{
  font-family: "思源黑體",Arial,  sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
  .heroArea{
    width: 100%;
    height: calc(100vh - 220px);
  }
    .heroArea_inner{
        width: 100%;
        height: 100%;
        position: relative;
        /* background-image: url('../img/FV_bg_image.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; */
    }
      .heroImage{
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
        overflow: hidden;
      }
        .heroImage img{
          width: auto;
          height: 100%;
          object-fit: cover;
          object-position: center;
          margin: 0 auto !important;
        }
      .heroContents{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        max-width: 1000px;
      }
        .heroContents_inner{
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          align-items:center;
        }
          .attentoLogo{
              width: 30%;
              height: auto;
              margin: 0 auto;
              padding: 2.882% 0 2.375% 0;
          }
          .attentoLogo img{
              width: 100%;
              height: auto;
          }
          .heroHedding{
              width: 30%;
              height: auto;
              margin: 0 auto;
          }
          .heroHedding img{
              width: 100%;
              height: auto;
          }
          .attentoPackage_list{
              width: 55%;
              height: auto;
              display: flex;
              align-items: flex-end;
              justify-content: center;
              column-gap:10px;
              position: absolute;
              bottom: 3%;
              left: 50%;
              transform: translate(-50%, 0%);
          }
          .attentoPackage_item{
            height: auto;
          }
          .attentoPackage_item_01{
            width:12.5%;
          }
          .attentoPackage_item_02{
            width: 17%;
          }
          .attentoPackage_item_03{
            width: 15%;
          }
          .attentoPackage_item_04{
            width: 14.3%;
          }
          .attentoPackage_item_05{
            width: 14.3%;
          }
          .attentoPackage_item_06{
            width: 16.97%;
          }
            .attentoPackage_item img{
                width: 100%;
                height: auto;
            }
      .elleairLogo_item{
        width: 117px;
        height: auto;
        position: absolute;
        top: 3.69%;
        right: 5.53%;
        mix-blend-mode: multiply;
        z-index: 2;
      }
        .elleairLogo_link{
          width: 100%;
          height: auto;
          /* pointer-events: none; */
        }
          .elleairLogo_item img{
            width: 100%;
            height: auto;
          }
      .caregiver__item{
        width: 14.4%;
        height: auto;
        position: absolute;
        bottom: 9.984375%;
        left: 0;
        /* transform: translateX(-50%); */
      }
        .caregiver__item img{
          width: 100%;
          height: auto;
        }
      .careRecipient__item{
        width: 20.0%;
        height: auto;
        position: absolute;
        bottom: 9.984375%;
        right: 0;
        /* transform: translateX(50%); */
      }
        .careRecipient__item img{
          width: 100%;
          height: auto;
        }
.contentsWrapper{
  width: 100%;
  height: auto;
  background: linear-gradient(
    to bottom, 
    #192C78 0%,     
    #fff 10%,          
    #FFE5D4 70%,          
    #fff 80%,         
    #192C78 100%
);
}
  .contents_inner{
    width: 100%;
    height: auto;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }
    .YouTubeArea_ttl{
      width: fit-content;
      height: auto;
      font-size: 40px;
      color: var(--color--white);
      letter-spacing: 0.05em;
      line-height: 2.25;
      margin: 0 auto;
      padding: 271px 0 172px 0;
      font-weight: 300;
      text-align: center;
    }
    .YouTubeArea_contents{
      /* display: none; */
      width: 100%;
      height: auto;
      max-width: 800px;
      margin: 0 auto;
      aspect-ratio: 16 / 9;
      padding-bottom: 217px;
    }
      .YouTubeArea_contents iframe{
        display: block;
        width: 100%;
        height: 100%;
      }
.SurveyResults{
  width: 100%;
  height: auto;
}
  .SurveyResults_inner{
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 0 333px 0;
  }
    .SurveyResults_hd{
      width: 100%;
      font-size: 30px;
      font-weight: 400;
      letter-spacing: 0.05em;
      line-height: 1;
      position: relative;
      margin-bottom: 161px;
      color: var(--color--blue--txt);
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: 46px;
      text-align: center;
    }
      .SurveyResults_hd::before,
      .SurveyResults_hd::after{
        content: "";
        display: block;
        width: 141px;
        height: 1px;
        background-color: #003592;
        transition: 0.4s;
        transition-delay: 0.2s;
        opacity: 0;
      }
      .SurveyResults_hd.run::before{
        opacity: 1;
      }
      .SurveyResults_hd.run::after{
        opacity: 1;
      }
    .SurveyResults_list{
      width: 80%;
      height: auto;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      row-gap: 100px;
      padding: 0 0 100px 0;
      position: relative;
    }
    .SurveyResults_list::after,
    .SurveyResults_list::before{
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    .SurveyResults_list::after{
      background-color: var(--color--pink--txt);
      bottom: 0;
    }
    .SurveyResults_list::before{
      background-color: var(--color--blue--txt);
      bottom: 5px;
    }
      .SurveyResults_item{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .__reverse{
        flex-direction: row-reverse;
      }
      .SurveyResults_flexItem{
        width: 50%;
        height: auto;  
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;       
      }
        .SurveyResults_image{
          width: 100%;
          margin: 0 auto;
        }
          .SurveyResults_image img{
            width: 100%;
            height: auto;
            margin: 0 auto;
          }
          .SurveyResults_imageText{
            font-size: 14px;
            color: var(--color--black);
            line-height: 1.6;
            letter-spacing: 0;
            text-align: center;
            font-feature-settings: "palt";
          }
          .SurveyResults_flexItemText{
            font-size: 12px;
            letter-spacing: 0;
            line-height: 1.6;
            color: var(--color--black);
            text-align: center;
          }
        .SurveyResults_txt{
          width: 50%;
          font-size: 26px;
          font-weight: 300;
          letter-spacing: 0.05em;
          line-height: 2.14;
          color: var(--color--blue--txt);
          text-align: center;
          font-feature-settings: "palt";
        }
          .SurveyResults_txt small{
            font-size: 10px;
          }
          .SurveyResults_txt span{
            font-size: 14px;
            display: block;
            line-height: 1.4;
            margin-top: -8px;
            color: var(--color--black);
          }
        .circleGraph{
          width: 50%;
          height: auto;
          position: relative;
        }
          .circleGraph_value{
            font-size: 48px;
            font-weight: 600;
            letter-spacing: 0;
            line-height: 1;
            color: var(--color--blue--txt);
            position: absolute;
            top: 42%;
            left: 49%;
            transform: translate(-50%, -50%);
          }
            .circleGraph_value .countUpGraph{
              font-size: 48px;
              font-weight: 600;
            }
            .circleGraph_value span{
              font-size: 26px;
            }
          .circleGraph_obj{
            width: 100%;
            height: auto;
            display: flex;
            align-items: center;
            justify-content: center;
          }
            .pi-graph{
              width: 258px;
              height: auto;
              transform-origin:center;
              transform:rotate(-90deg);
            }
                .circlePink{
                  fill:none;
                  stroke:var(--color--pink--txt);
                  stroke-width:6;
                  stroke-dasharray:100;
                  stroke-dashoffset:100;
                  position: relative;
                  z-index: 2;
                  transition: 0.8s ease;
                  transition-delay: 0.2s;
                }
                .circlePink.run{
                  stroke-dashoffset:33.9;
                }
                .circleGray{
                  fill:none;
                  stroke:var(--color--gray);
                  stroke-width:3;
                  stroke-dasharray:100;
                  stroke-dashoffset:0;
                  position: relative;
                  z-index: 1;
                }
          .circleGraphText{
            font-size: 14px;
            color: var(--color--black);
            letter-spacing: 0;
            line-height: 1.6;
            text-align: center;
            padding-top: 16px;
          }
        .SurveyResults_flexItem03{
          width: 43.3%;
        }
          .SurveyResults_txt .redText{
            display: inline;
            font-size: 28px;
            font-weight: 300;
            letter-spacing: 0.05em;
            line-height: 2.14;
            text-align: center;
            color: var(--color--pink--txt);
          }
          .redText{
            color: var(--color--pink--txt);
          }  
      .attentoGalleryText{
        font-size: 28px;
        letter-spacing: 0.05em;
        line-height: 2.78;
        color: var(--color--blue--txt);
        text-align: center;
        padding: 217px 0 96px 0;
      } 
      .attentoGallery{
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 50px;
      }
      .attentoGallery.sp__view{
        display: none;
      }  
        .attentoGalleryLogo{
          width: 46.9%;
          height: auto;
        }
          .attentoGalleryLogo img{
            width: 100%;
            height: auto;
          }
        .attentoPackageGallery_list{
         display: flex;
    align-items: flex-end;
    justify-content: center;
    column-gap: 15px;
        }
        .attentoPackageGallery_item{
          height: auto;
        }
        .attentoPackageGallery_item_01{
          width: 12%;
        }
        .attentoPackageGallery_item_02{
          width: 16%;
        }
        .attentoPackageGallery_item_03{
          width: 14.2%;
        }
        .attentoPackageGallery_item_04{
          width: 12.6%;
        }
        .attentoPackageGallery_item_05{
          width: 13%;
        }
        .attentoPackageGallery_item_06{
          width: 17.23%;
        }

          .attentoPackageGallery_item img{
            width: 100%;
            height: auto;
          }
.TypeArea{
  width: 100%;
  height: auto;
  padding-bottom: 160px;
}
  .TypeArea_inner{
    width: 100%;
    height: auto;
    max-width: 1000px;
    margin: 0 auto;
    background-color: var(--color--white);
    border-radius: 20px;
    position: relative;
    padding: 100px 0 73px 0;
  }
    .Type_hd{
      width: 100%;
      font-size: 42px;
      color: var(--color--dark--blue);
      position: relative;
      font-weight: 600;
      position: absolute;
      top: 0;
      right: 0;
      transform: translateY(-50%);
      text-align: end;
      padding-right: 40px;
    }
    .Type_hdPink{
      color: var(--color--light--pink);
    }
      .Type_hd::before{
        content: "";
        display: block;
        width: 660px;
        height: 4px;
        background-color: var(--color--dark--blue);
        position: absolute;
        left: 60px;
        top: 45%;
        border-radius: 9999px;
        transition: 0.6s ease-out;
        transform-origin: left center;
        transform: scale(0);
      }
      .Type_hd.run::before{
        transform: scale(1);
      }
      .Type_hd.Type_hdPink::before{
        content: "";
        display: block;
        width: 670px;
        height: 4px;
        background-color: var(--color--light--pink);
        position: absolute;
        left: 60px;
        top: 45%;
        border-radius: 9999px;
      }
        .Type_contents{
          width: 80%;
          height: auto;
          margin: 0 auto;
          padding: 110px 0 80px 0;
          position: relative;
        }
        .Type_contents:first-of-type{
          padding: 0 0 80px 0;
        }
        .dashedObject{
          width: 100%;
          height: auto;
          position: absolute;
          top: 0;
          left: 0;
        }
          .dashedObject img{
            width: 100%;
            height: auto;
          }
          .Type_contentsTitle{
            width: 100%;
            height: auto;
            position: relative;
          }
            .newTag{
              width: 200px;
              height: 30px;
              background-color: var(--color--red);
              font-size: 14px;
              font-weight: 600;
              color: var(--color--white);
              letter-spacing: 0.05em;
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 5px;
            }
            .Type_dst{
              font-size: 20px;
              font-weight: 600;
              letter-spacing: 0;
              color: var(--color--black);
              padding: 22px 0 10px;
            }
              .Type_dst small{
                font-size: 10px;
              }
            .Type_dstMin{
              font-size: 20px;
            }
            .Type_dt{
              font-size: 36px;
              font-weight: 600;
              padding: 0 0 40px 0;
              color: var(--color--dark--blue);
            }
            .TypeGreenText{
              color: var(--color--green);
            }
            .TypeBlueText{
              color: var(--color--dark--blue);
            }
            .TypeLightBlueText{
              color: var(--color--blue--txt);
            }
            .TypePinkText{
              color: var(--color--pink--pkg);
            }
            .Type_dt.TypePinkText{
              font-size: 49px;
            } 
            .TypeTag{
              width: 80px;
              height: 80px;
              display: flex;
              align-items: center;
              justify-content: center;
              background-color: var(--color--dark--blue);
              border-radius: 8px;
              position: absolute;
              top: 0;
              right: 0;
            }
            .TypeTagGreen{
              background-color: var(--color--green);
            }
              .TypeTagText{
                font-size: 24px;
                font-weight: 600;
                color: var(--color--white);
                line-height: 1.1;
              }
        .Type_contentsList{
          width: 100%;
          height: auto;
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-left: -1%;
        }
        .Type_contentsListAjust{
          align-items: flex-start;
        }
          .Type_contentsItem{
            width: 26%;
            height: auto;
            white-space: nowrap;
            font-feature-settings: "palt";
          }
            .Type_contentsItem_s-txt{
              font-size: 16px;
              line-height: 1.41;
              color: var(--color--black);
              font-weight: 600;
            }
              .Type_contentsItem_s-txt small{
                font-size: 10px;
              }
            .Type_contentsItem_l-txt{
              font-size: 24px;
              line-height: 1.23;
              color: var(--color--black);
              font-weight: 600;
              padding: 27px 0 11px 0;
            }
            .Type_contents:first-of-type .Type_contentsItem_l-txt{
              padding: 13.3px 0 17px 0;
            }
              .Type_contentsItem_l-txt small{
                font-size: 10px;
                font-weight: 600;
                color: var(--color--black);
                line-height: 1.6;
              }
            .Type_contentsItem_xs-txt{
              font-size: 12px;
              padding-top: 5px;
            }
              .Type_contentsItem_image{
                width: 28%;
                height: auto;
              }
              .Type_contentsItem_image_03{
                margin-left: 30px;
              }
              .Type_contentsItem_l-image{
                width: 38%;
              }
                .Type_contentsItem_image img{
                  width: 100%;
                  height: auto;
                }
              .tapeType_contentsItem_image{
                width: 43.5%;
                height: auto;
              }
              .tapeType_contentsItem_image_05{
                margin-left: 30px;
              }
                .tapeType_contentsItem_image img{
                  width: 100%;
                  height: auto;
                }
              .tapeType_contentsItem_s-image{
                width: 15%;
                height: auto;
              }
                .tapeType_contentsItem_s-image img{
                  width: 100%;
                  height: auto;
                }
                .Type_contentsItem_image-txt{
                  font-size: 14px;
                  letter-spacing: 0.05em;
                  color: var(--color--blue--txt);
                  padding-top: 12px;
                  font-feature-settings: "palt";
                  text-align: center;
                }
              .Type_contentsItem_s-image{
                width: 24%;
                height: auto;
              }
                .Type_contentsItem_s-image img{
                  width: 100%;
                  height: auto;
                }
          .TypeLink{
            width: 260px;
            height: 60px;
            border-radius: 9999px;
            background-color: var(--color--white);
            box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
            margin: 50px auto 0 auto;
          }
            .TypeLink_button{
              width: 100%;
              height: 100%;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 16px;
              font-weight: 600;
              transition: 0.3s;
            }
            .TypeLink_button:hover{
              opacity: 0.7;
              text-decoration: unset;
            }
.tapeTypeArea{
  width: 100%;
  height: auto;
  padding-bottom: 160px;
}
  .tapeType_contents{
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 110px 0 80px 0;
    border-top: dotted var(--color--green) 1px 3px;
    padding-top: 110px;
    position: relative;
  }
.lastAttentoGallery{
  width: 100%;
  height: auto;
}
  .lastAttentoGallery_inner{
    width: 100%;
    height: auto;
    max-width: 1000px;
    margin: 0 auto;
    padding: 196px 0 475px 0;
  }
@media all and (max-width:820px){
  .heroArea{
    max-height: 600px;
  }
}
@media all and (max-width:1300px){
  .attentoPackage_list{
    width: 50%;
  }
}
@media all and (min-width:1920px){
  .heroArea{
    max-height: 650px;
  }
  .heroImage{
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
    .heroImage img{
      width: auto;
      height: 100%;
      margin: 0 auto;
      object-fit: cover;
      object-position: center;
    }
      .attentoLogo{
        width: 46%;
        max-width: 500px;
        padding: 3.882% 0 3.375% 0;
      }
      .heroHedding{
        width: 46%;
        max-width: 500px;
      }
      .attentoPackage_list{
        width: 70%;
        max-width: 1000px;
      }
      .careRecipient__item{
        width: 28%;
        max-width: 300px;
        right: 0;
        transform: translateX(102%);
      }
      .caregiver__item{
        width: 20.4%;
        max-width: 240px;
        left: 0;
        transform: translateX(-101%);
      }
}
@media all and (max-width:700px){
  .pc__view{
    display: none;
  }
  .sp__view{
    display: block;
  }
    .elleairLogo_item{
      width: 15.71%;
      position: absolute;
      top: 8.3333%;
      left: 50%;
      transform: translate(-50%, 0%);
    }
.heroArea{
  height: auto;
}
.heroImage img{
  width: 100% !important;
  height: auto;
}
  .heroArea_inner{
    width: 100%;
    height: 100%;
    position: relative;
  }
      .heroHedding{
        padding-top: 24.71949%;
        width: 33%;
      }
  .contents_inner{
    width: 90%;
    margin: 0 auto;
  }
      .caregiver__item{
        width: 26%;
        left: 17.435897%;
        bottom: 6.487179%;
        transform: translateX(0);
      }
      .careRecipient__item{
        width: 35%;
        right: 7%;
        bottom: 6.512821%;
        transform: translateX(0);
      }
      .attentoGallery.sp__view{
        display: flex;
      }
      .attentoGallery{
        width: 70.36%;
        row-gap: 31.4px;
      }
      .attentoPackageGallery_list{
        flex-wrap: wrap;
        align-items: flex-end;
        row-gap: 15px;
      }
        .attentoGalleryLogo{
          width: 70%;
        }
        .attentoPackageGallery_item{
          width:23%;
        }
        .attentoPackageGallery_item_02{
          padding-right: 0px;
            width: 31%;
        }
        .attentoPackageGallery_item_03{
          padding-right: 2px;
            width: 27.6%;
        }
    .attentoPackageGallery_item_04{
          width: 26%;
        }
        .attentoPackageGallery_item_05{
          width: 26%;
        }
        .attentoPackageGallery_item_06{
          width: 28.59%;
        }
  .contents_inner{
    padding-top: 49px;
  }
      .YouTubeArea_ttl{
        padding: 59px 0 56px 0;
        font-size: 18px;
      }
      .YouTubeArea_contents{
        width: 100%;
        height: auto;
        padding-bottom: 75px;
      }
        .YouTubeArea_contents iframe{
          display: block;
          width: 100%;
          height: auto;
          aspect-ratio: 16 / 9;
        }
    .SurveyResults_hd{
      font-size: 14px;
      column-gap: unset;
      justify-content: space-between;
      margin-bottom: 50px;
    }
      .SurveyResults_hd::before, .SurveyResults_hd::after{
        width: 63px;
      }
    .SurveyResults_list{
      width: 100%;
      row-gap: 48px;
      padding: 0 0 48px 0;
    }
      .SurveyResults_item{
        flex-direction: column;
        row-gap: 30px;
      }
        .SurveyResults_txt{
          width: 100%;
          font-size: 16px;
        }
          .SurveyResults_imageText{
            font-size: 12px;
          }
        .SurveyResults_txt .redText{
          font-size: 22px;
        }
        .circleGraph{
          width: 100%;
        }
          .circleGraphText{
            padding-top: 8px;
            font-size: 12px;
          }
          .SurveyResults_txt span{
            margin-top: -15px;
          }
        .SurveyResults_flexItem{
          width: 100%;
        }
          .SurveyResults_list::after, .SurveyResults_list::before{
            width: 97%;
          }
  .SurveyResults_inner{
    padding: 0 0 169px 0;
  }
    .attentoGalleryText{
      padding: 66px 0 80px 0;
      font-size: 16px;
    }
.TypeArea{
  padding-bottom: 52px;
}
  .TypeArea_inner{
    width: 100%;
    padding: 43px 0 53px 0;
  }
    .Type_hd{
      font-size: 21px;
      padding: 0;
    }
      .Type_hd::before{
        width: 198px;
        left: 12px;
        height: 1px;
      }
      .Type_contents{
        width: 85%;
        padding: 44px 0;
      }
      .Type_contents:first-of-type{
        padding: 0 0 33px 0;
      }
        .dashedObject{
          height: 3px;
        }
          .dashedObject img{
            height: 3px;
            position: absolute;
            top: 0;
            left: 0;
          }
      .newTag{
        width: 70px;
        height: 18px;
        font-size: 10px;
        border-radius: 3px;
        padding-top: 1px;
      }
      .Type_dst{
        font-size: 12px;
        padding: 6px 0;
      }
      .Type_dt{
        font-size: 22px;
        padding: 0 0 20px 0;
      }
      .TypeTag{
        width: 36px;
        height: 36px;
      }
        .TypeTagText{
          font-size: 12px;
        }
        .Type_contentsList{
          flex-direction: column;
          row-gap: 20px;
        }
          .Type_contentsItem{
            width: 100%;
            white-space: unset;
          }
            .Type_contents:first-of-type .Type_contentsItem_l-txt{
              padding: 8.3px 0 4.3px 0;
            }
            .Type_contentsItem_l-txt{
              font-size: 16px;
              padding: 20px 0 8px 0;
            }
            .Type_contentsItem_l-txt:first-of-type{
              padding: 0 0 8px 0;
            }
            .Type_contentsItem_s-txt{
              font-size: 14px;
            }
            .Type_contentsItem_xs-txt{
              padding-top: 0;
              font-size: 12px;
            }
          .Type_contentsItem_imageWrap{
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            column-gap: 40px;
          }
            .Type_contentsItem_image{
              width: 51%;
            }
            .Type_contentsItem_s-image{
              width: 37%;
            }
        .TypeLink{
          margin: 33px auto 0 auto;
        }
          .TypeLink_button{
            font-size: 16px;
          }
    .Type_hd.Type_hdPink::before{
      width: 190px;
      height: 1px;
      left: 16px;
    }
      .Type_dt.TypePinkText{
        font-size: 22px;
      }
        .tapeType_contentsItem_image{
          width: 65.86%;
        }
        .tapeType_contentsItem_s-image{
          width: 22.75%;
        }
        .Type_contentsItem_l-image{
          width: 52%;
          margin: 0 auto;
        }
          .Type_contentsItem_image-txt{
            font-size: 10px;
            padding-top: 7px;
          }
  .lastAttentoGallery_inner{
    padding: 15px 0 165px 0;
  }
}