@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,700&display=swap");
ol li, ul li {
  list-style: none;
}

em {
  font-style: normal;
}

.bnr {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bnr:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (max-width: 640px) {
  .bnr:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bnr-tel {
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .bnr-tel {
    pointer-events: auto;
  }
}

.pcOn {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .pcOn {
    display: none !important;
  }
}

.spOn {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .spOn {
    display: block !important;
  }
}

.yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: 500;
}

p .bg-blue {
  background: #ACE1F7;
}

.anchor-offset {
  padding-top: 40px;
  margin-top: -40px;
}
@media screen and (max-width: 640px) {
  .anchor-offset {
    padding-top: 30px;
    margin-top: -30px;
  }
}

.article {
  overflow-x: hidden;
}

.article .container {
  max-width: none;
}

.single-block-contents {
  margin: 48px auto 0;
}
.single-block-contents ul li:nth-of-type(10)::before {
  content: "10";
}
.single-block-contents ul li .limit {
  color: #fff;
  background: #F24A08;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  border-radius: 6px;
  padding: 1px 10px 2px;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .single-block-contents ul li .limit {
    font-size: 14px;
    padding: 0px 6px 1px;
    margin-left: 16px;
  }
}

.single-block__inner, .m-articleContents__box__inner {
  margin: 0;
}

.fv .single-fv-block-title {
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .fv .single-fv-block-title {
    font-size: 24px;
    line-height: 1.3;
  }
}

.m-articleContents__box__inner p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .m-articleContents__box__inner p {
    font-size: 14px;
  }
}

.imgBox p + p {
  line-height: 1.5;
  margin-top: 15px !important;
}

.imgBox p + p + p {
  margin-top: 8px !important;
}

.m-articleContents__box__inner ul li {
  list-style: none;
}

.m-articleContents__box__inner ul,
.m-articleContents__box__inner ol {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
}

.m-articleContents__box p a:not([class*=btn]):not([href$=".jpg"]) {
  font-weight: 700;
}

.archive-block {
  margin: 120px 0 115px;
}
@media screen and (max-width: 640px) {
  .archive-block {
    margin: 60px 0 55px;
  }
}

.archive-block .container {
  max-width: 900px;
}

ol li {
  list-style: none !important;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
}

.head-txt__body {
  font-size: 16px;
  line-height: 1.875 !important;
}
@media screen and (max-width: 640px) {
  .head-txt__body {
    font-size: 14px;
    line-height: 1.5 !important;
    letter-spacing: 0.04em;
  }
}

.usuallyEat {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .usuallyEat {
    margin-top: 60px;
  }
}
.usuallyEat__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .usuallyEat__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 36px;
    margin-top: 20px;
  }
}
.usuallyEat__wrap__body {
  width: 47%;
}
@media screen and (max-width: 640px) {
  .usuallyEat__wrap__body {
    width: 100%;
  }
}
.usuallyEat__wrap__txt + p {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .usuallyEat__wrap__txt + p {
    margin-top: 24px;
  }
}
.usuallyEat__wrap__img {
  width: 48.5%;
}
@media screen and (max-width: 640px) {
  .usuallyEat__wrap__img {
    width: 100%;
  }
}

.stockpileLevels {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .stockpileLevels {
    margin-top: 60px;
  }
}
.stockpileLevels__top-txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .stockpileLevels__top-txt {
    margin-top: 16px;
  }
}
.stockpileLevels__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .stockpileLevels__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin-top: 32px;
  }
}
.stockpileLevels__wrap__txt {
  width: 47%;
}
@media screen and (max-width: 640px) {
  .stockpileLevels__wrap__txt {
    width: 100%;
  }
}
.stockpileLevels__wrap__img {
  width: 48.5%;
}
@media screen and (max-width: 640px) {
  .stockpileLevels__wrap__img {
    width: 100%;
  }
}
.stockpileLevels__img {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .stockpileLevels__img {
    margin-top: 60px;
  }
}
.stockpileLevels__profile {
  border: 1px solid #D5C3BC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 66px 40px 50px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .stockpileLevels__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding: 30px 35px;
    margin-top: 60px;
  }
}
.stockpileLevels__profile__img {
  width: 31.7%;
}
@media screen and (max-width: 640px) {
  .stockpileLevels__profile__img {
    width: 76%;
    margin: 0 auto;
  }
}
.stockpileLevels__profile__body {
  width: 62%;
}
@media screen and (max-width: 640px) {
  .stockpileLevels__profile__body {
    width: 100%;
  }
}
.stockpileLevels__profile__name {
  font-size: 22px !important;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .stockpileLevels__profile__name {
    font-size: 18px !important;
  }
}
.stockpileLevels__profile__title {
  font-size: 13px !important;
  margin-top: 4px;
}
.stockpileLevels__profile__head {
  font-size: 15px !important;
  font-weight: 700;
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .stockpileLevels__profile__head {
    font-size: 14px !important;
    margin-top: 18px;
  }
}
.stockpileLevels__profile__txt {
  line-height: 1.6 !important;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .stockpileLevels__profile__txt {
    margin-top: 4px;
  }
}

.cookingChallenge {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .cookingChallenge {
    margin-top: 60px;
  }
}
.cookingChallenge__titNote {
  font-size: 13px !important;
  line-height: 1.8 !important;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .cookingChallenge__titNote {
    font-size: 12px !important;
    margin-top: 8px;
  }
}
.cookingChallenge__inCase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .cookingChallenge__inCase {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 40px;
  }
}
.cookingChallenge__inCase__body {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .cookingChallenge__inCase__body {
    width: 100%;
  }
}
.cookingChallenge__inCase__tit {
  color: #fff;
  background: #0075C2;
  font-size: 24px !important;
  font-weight: 900;
  line-height: 1 !important;
  letter-spacing: 0.1em;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .cookingChallenge__inCase__tit {
    font-size: 18px !important;
    padding: 7px 5px;
  }
}
.cookingChallenge__inCase__txt {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .cookingChallenge__inCase__txt {
    margin-top: 8px;
  }
}
.cookingChallenge__inCase__note {
  font-size: 13px !important;
  line-height: 1.5 !important;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .cookingChallenge__inCase__note {
    margin-top: 8px;
  }
}
.cookingChallenge__inCase__img {
  width: 48.5%;
}
@media screen and (max-width: 640px) {
  .cookingChallenge__inCase__img {
    width: 100%;
  }
}
.cookingChallenge__list {
  margin-top: 44px;
}
@media screen and (max-width: 640px) {
  .cookingChallenge__list {
    margin-top: 48px;
  }
}
.cookingChallenge__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 640px) {
  .cookingChallenge__list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.cookingChallenge__list dl + dl {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .cookingChallenge__list dl + dl {
    margin-top: 12px;
  }
}
.cookingChallenge__list dt {
  color: #FFF796;
  background: #70BBDB;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  border-radius: 40px;
  max-width: 200px;
  width: 100%;
  padding: 11px 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 640px) {
  .cookingChallenge__list dt {
    font-size: 16px;
    max-width: none;
    padding: 8px 0;
  }
}
.cookingChallenge__list dd {
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .cookingChallenge__list dd {
    font-size: 14px;
    line-height: 1.7;
  }
}
.cookingChallenge__column {
  background: #FFFBD8;
  border-radius: 30px;
  padding: 50px 40px;
  margin-top: 36px;
}
.cookingChallenge__column__tit {
  color: #1291E1;
  font-size: 28px !important;
  font-weight: 900;
  line-height: 1.6 !important;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: #1291E1;
  text-decoration-thickness: 10%;
  text-underline-offset: 7%;
  text-underline-position: from-font;
  text-transform: capitalize;
}
.cookingChallenge__column__head {
  color: #3C91D9;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.6 !important;
  margin-top: 16px;
}
.cookingChallenge__column__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
.cookingChallenge__column__txt {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .cookingChallenge__column__txt {
    width: 100%;
  }
}
.cookingChallenge__column__img {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .cookingChallenge__column__img {
    width: 100%;
  }
}
.cookingChallenge__basicProcedure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 108px;
}
.cookingChallenge__basicProcedure__body {
  width: 47%;
}
@media screen and (max-width: 640px) {
  .cookingChallenge__basicProcedure__body {
    width: 100%;
  }
}
.cookingChallenge__basicProcedure__tit {
  color: #fff;
  background: #0075C2;
  font-size: 24px !important;
  font-weight: 900;
  line-height: 1.8 !important;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
}
.cookingChallenge__basicProcedure__tit + .cookingChallenge__basicProcedure__tit {
  margin-top: 6px;
}
.cookingChallenge__basicProcedure__txt {
  margin-top: 16px;
}
.cookingChallenge__basicProcedure__img {
  width: 48.5%;
}
@media screen and (max-width: 640px) {
  .cookingChallenge__basicProcedure__img {
    width: 100%;
  }
}
.cookingChallenge__tools {
  border: 4px solid #70BBDB;
  border-radius: 20px;
  padding: 40px 30px;
  margin-top: 32px;
}
.cookingChallenge__tools__tit {
  color: #006EB8;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.6 !important;
}
.cookingChallenge__tools__list {
  line-height: 1.6 !important;
  margin-top: 4px;
}
.cookingChallenge__tools__note {
  font-size: 13px !important;
  line-height: 1.6 !important;
  margin-top: 4px;
}
.cookingChallenge__tools__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px 0;
  margin-top: 30px;
}
.cookingChallenge__tools__stepItem {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .cookingChallenge__tools__stepItem {
    width: 100%;
  }
}
.cookingChallenge__tools__stepTxt {
  line-height: 1.5 !important;
  margin-top: 12px;
}
.m-articleContents__box:nth-of-type(8),
.m-articleContents__box:nth-of-type(10),
.m-articleContents__box:nth-of-type(12),
.m-articleContents__box:nth-of-type(14),
.m-articleContents__box:nth-of-type(16) {
  max-width: none;
}

.cooking {
  max-width: 900px;
  margin: 124px auto 0;
}
.cooking__wrap {
  position: relative;
  border: 2px solid #E68200;
  border-radius: 40px;
  padding: 96px 90px 60px;
}
.cooking__ico {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 145px;
  height: 98px;
}
.cooking__titSub {
  font-size: 18px !important;
  font-weight: 700;
  text-align: center;
}
.cooking__tit {
  color: #fff;
  background: #E68200;
  font-size: 26px !important;
  font-weight: 700;
  line-height: 1 !important;
  text-align: center;
  padding: 8px 0;
  margin-top: 10px;
}
.cooking__mv {
  margin-top: 30px;
}
.cooking__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}
.cooking__materials {
  width: 34.5%;
  margin-top: 24px;
}
.cooking__materials__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cooking__materials__titHead {
  color: #fff;
  background: #E68200;
  font-weight: 700;
  line-height: 1 !important;
  text-align: center;
  border-radius: 40px;
  max-width: 68px;
  width: 100%;
  padding: 6px 0;
}
.cooking__materials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  margin-top: 20px;
}
.cooking__materials__list li {
  font-size: 16px;
}
.cooking__materials__img {
  margin-top: 20px;
}
.cooking__howToMake {
  background: #FDF5E5;
  width: 57.25%;
  padding: 24px 48px 40px 28px;
}
.cooking__howToMake__tit {
  color: #fff;
  background: #E68200;
  font-weight: 700;
  line-height: 1 !important;
  text-align: center;
  border-radius: 40px;
  max-width: 68px;
  width: 100%;
  padding: 7px 0;
}
.cooking__howToMake__list {
  margin-top: 12px;
}
.cooking__howToMake__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.cooking__howToMake__list li:not(:first-child) {
  margin-top: 16px;
}
.cooking__howToMake__listNum {
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1 !important;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.cooking__howToMake__listBody {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cooking__howToMake__listTxt {
  line-height: 1.375 !important;
}
.cooking__howToMake__listImg {
  margin-top: 16px;
}
.cooking__howToMake__listNote {
  font-size: 14px !important;
  line-height: 1.42 !important;
  margin-top: 4px;
}
.cooking__howToMake__listOnlyImg {
  margin-left: 28px;
}
.cooking__point {
  background: #FFF1EF;
  padding: 24px 40px;
  margin-top: 30px;
}
.cooking__point__tit {
  color: #fff;
  background: #F24A08;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1 !important;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 10px 4px;
}
.cooking__point__txt {
  line-height: 1.6 !important;
  margin-top: 8px;
}
.cookingLimitFlag {
  max-width: 262px;
  margin: 100px auto 0;
}
.cookingLimitFlag + .cooking {
  margin-top: 36px;
}
.cookingLimitFlag--sh {
  margin: 140px auto 0;
}
.m-articleContents__box:nth-of-type(17) {
  max-width: none;
}

.profile {
  background: url(../uploads/homemade_pizza_profile-bg.jpg);
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%;
  padding: 80px 20px;
  margin-top: 200px;
}
@media screen and (max-width: 640px) {
  .profile {
    position: relative;
    background: none;
    padding: 24px 12px;
    margin-top: 100px;
  }
}
.profile::after {
  content: "";
  background: url(../uploads/homemade_pizza_profile-bg_sp.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: scale(1.15) translateX(-44%);
          transform: scale(1.15) translateX(-44%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.profile__wrap {
  background: #fff;
  border: 1px solid #D5C3BC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
  padding: 40px 66px 52px 50px;
  margin: 0 auto;
}
.profile__img {
  width: 31.5%;
}
.profile__body {
  width: 63%;
}
.profile__name {
  font-size: 22px !important;
  font-weight: 700;
}
.profile__title {
  font-size: 13px !important;
  margin-top: 4px;
}
.profile__head {
  font-size: 15px !important;
  font-weight: 700;
  margin-top: 32px;
}
.profile__txt {
  line-height: 1.6 !important;
  margin-top: 10px;
}
.profile__i-Wrap {
  position: relative;
  background: #FFFBD8;
  padding: 38px 22px 30px 176px;
  margin-top: 88px;
}
.profile__i-Wrap__img {
  position: absolute;
  top: -38px;
  left: 22px;
  width: 142px;
  height: 192px;
}
.profile__i-Wrap__link a {
  font-size: 15px;
  line-height: 1.73;
}
.profile__i-Wrap__note {
  font-size: 13px !important;
  margin-top: 4px;
}
.sevenHacks__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.sevenHacks__top__txt {
  width: 47%;
}
@media screen and (max-width: 640px) {
  .sevenHacks__top__txt {
    width: 100%;
  }
}
.sevenHacks__top__img {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .sevenHacks__top__img {
    width: 100%;
  }
}
.sevenHacks__item {
  margin-top: 88px;
}
.sevenHacks__item__tit {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.1 !important;
  padding-left: 24px;
}
.sevenHacks__item__tit span {
  position: relative;
  display: inline-block;
}
.sevenHacks__item__tit span::before, .sevenHacks__item__tit span::after {
  content: "";
  background: #212121;
  position: absolute;
  top: 50%;
  width: 2px;
  height: 23px;
}
.sevenHacks__item__tit span::before {
  left: -10px;
  -webkit-transform: rotate(-20deg) translateY(-50%);
          transform: rotate(-20deg) translateY(-50%);
}
.sevenHacks__item__tit span::after {
  right: -10px;
  -webkit-transform: rotate(20deg) translateY(-50%);
          transform: rotate(20deg) translateY(-50%);
}
.sevenHacks__item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
.sevenHacks__item__body {
  width: 47.5%;
}
@media screen and (max-width: 640px) {
  .sevenHacks__item__body {
    width: 100%;
  }
}
.sevenHacks__item__blueTit {
  color: #fff;
  background: #0075C2;
  font-size: 24px !important;
  font-weight: 900;
  line-height: 1.8 !important;
  letter-spacing: 0.07em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 10px 2px;
}
.sevenHacks__item__blueTit + .sevenHacks__item__blueTit {
  margin-top: 6px;
}
.sevenHacks__item__blueTit--07 {
  margin-top: 16px;
}
.sevenHacks__item__txt {
  margin-top: 16px;
}
.sevenHacks__item__img {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .sevenHacks__item__img {
    width: 100%;
  }
}
.sevenHacks__item__img--07 {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .sevenHacks__item__img--07 {
    margin-top: 8px;
  }
}