@charset "UTF-8";
body {
  text-align: left;
}
/* --- アンカーリンク上30px 追加KT 230725 --- */
:target {
  scroll-margin-top: 30px;
}

p,
span {
  font-weight: inherit;
}

figure {
  margin: 0;
}

main {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("NotoSansJP-Regular"), local("NotoSansJP-Regular"), url("/font/NotoSansJP-Regular.woff2") format("woff2"), url("/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansJP-Bold"), local("NotoSansJP-Bold"), url("/font/NotoSansJP-Bold.woff2") format("woff2"), url("/font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: local("NotoSansJP-Black"), local("NotoSansJP-Black"), url("/font/NotoSansJP-Black.woff2") format("woff2"), url("/font/NotoSansJP-Black.woff") format("woff");
}
*/
html .all-wrapper {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

.devFont{
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body .all-wrapper {
  /* font-family: "NotoSansJP", "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; */
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
  overflow: hidden;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width: 767px) {
  body .all-wrapper {
    font-size: 16px;
    min-width: 1100px;
    width: 100%;
  }
}

.all-wrapper {
  position: relative;
}

a:link {
  color: #1e77c9;
  text-decoration: none;
}

a:visited {
  color: #1e77c9;
  text-decoration: none;
}

a:hover {
  color: #1e77c9;
  text-decoration: underline;
}

a:active {
  color: #1e77c9;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input {
  line-height: 1;
}

@media screen and (min-width: 321px) {
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .br-pc {
    display: block;
  }
}

.disp-sp {
  display: block;
}
@media screen and (min-width: 767px) {
  .disp-sp {
    display: none;
  }
}

.disp-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .disp-pc {
    display: block;
  }
}

.hidden {
  overflow: hidden;
  position: absolute;
  top: -10px;
  width: 1px;
  height: 1px;
  margin: 0 !important;
  padding: 0 !important;
}

.l-contents {
  padding: 60px 24px;
}
@media screen and (min-width: 767px) {
  .l-contents {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 120px 0;
  }
}

.u-bold {
  font-weight: bold;
}

.u-block {
  display: block;
}

.u-w100 {
  width: 100%;
}

.u-center {
  text-align: center;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-break-word {
  word-break: break-word;
}

.u-caution {
  color: #FF0000;
}

body .all-wrapper {
  font-size: 16px;
}

.image {
  display: block;
  margin: auto;
}

.l-section {
  border-radius: 40px 40px 0px 0px;
  padding: 80px 16px 120px;
  background: #ffc415;
}
@media screen and (min-width: 767px) {
  .l-section {
    padding: 120px 0 240px;
  }
}
.l-section:nth-child(even) {
  margin-top: -40px;
  background: #fff8e4;
}
@media screen and (min-width: 767px) {
  .l-section:nth-child(even) {
    margin-top: -120px;
  }
}
.l-section:nth-child(odd) {
  margin-top: -40px;
}
@media screen and (min-width: 767px) {
  .l-section:nth-child(odd) {
    margin-top: -120px;
  }
}
.l-section:last-child {
  padding-bottom: 80px;
}
@media screen and (min-width: 767px) {
  .l-section:last-child {
    padding-bottom: 120px;
  }
}

.c-eventLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px;
  background: #fff;
  border-radius: 8px;
  color: #005499;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 767px) {
  .c-eventLink {
    padding: 16px 24px;
    transition: 0.2s;
  }
  .c-eventLink:hover {
    cursor: pointer;
    opacity: 0.7;
    text-decoration: none !important;
  }
}

.c-listPoint {
  display: flex;
}
.c-listPoint::before {
  display: block;
  margin-top: 8px;
  flex-basis: 8px;
  flex-shrink: 0;
  margin-right: 4px;
  content: "";
  border-radius: 999px;
  background: #000;
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 767px) {
  .c-listPoint::before {
    margin-top: 12px;
  }
}

.p-headingLv2 {
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  line-height: 1.25;
}

.timeNote{
    text-align:center;
    font-size:3.3vw;
    font-weight:550;
    margin-top:0.5em;
    color:#333;
}

@media screen and (min-width: 767px) {
  .p-headingLv2 {
    font-size: 48px;
  }
    .timeNote{
        text-align:center;
        font-size:15px;
        font-weight:550;
        margin-top:0.5em;
        color:#333;
    }
}
.p-headingLv2 span {
  display: inline-block;
  position: relative;
  padding: 0 0 0.2em;
}
.p-headingLv2 span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #ffc415;
  content: "";
}
@media screen and (min-width: 767px) {
  .p-headingLv2 span::before {
    height: 10px;
  }
}
.p-headingLv2.-black span::before {
  background-color: #000;
}

.p-headingLv3 {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}
@media screen and (min-width: 767px) {
  .p-headingLv3 {
    font-size: 24px;
    width: 494px;
    margin: 0 auto;
  }
}
.p-headingLv3 span {
  display: block;
  position: relative;
  padding: 0 0 0.2em;
}
.p-headingLv3 span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffc415;
  content: "";
}

.balloon {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 16px auto 26px;
  padding: 10px;
  border-radius: 8px;
  background-color: #ffc415;
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  border: 2px solid;
}
@media screen and (min-width: 767px) {
  .balloon {
    font-size: 20px;
    width: 494px;
  }
}
.balloon::before {
  position: relative;
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  border-width: 12px 12px 0 12px;
  border-color: #000 transparent transparent transparent;
  bottom: -14px;
}
.balloon::after {
  position: relative;
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  border-width: 12px 12px 0 12px;
  border-color: #ffc415 transparent transparent transparent;
  z-index: 1;
}

.p-desc__title {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-desc__title .image {
    width: 789px;
    height: 70px;
  }
}
.p-desc__text {
  margin-top: 24px;
}
@media screen and (min-width: 767px) {
  .p-desc__text {
    margin: 24px auto 40px;
    text-align: center;
    font-size: 20px;
  }
}
.p-desc__box {
  margin-top: 40px;
  border-radius: 16px;
  padding: 40px 20px;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .p-desc__box {
    width: 800px;
    margin: 40px auto 0;
    font-size: 20px;
  }
}
@media screen and (min-width: 767px) {
  .p-desc__box .image {
    width: 321px;
    height: 60px;
    display: block;
    margin: auto;
  }
}
.p-desc__btn {
  margin-top: 24px;
}
.p-desc__image {
  margin: 24px auto 0;
  display: block;
}
@media screen and (min-width: 767px) {
  .p-desc__image {
    width: 510px;
    height: 160px;
  }
}

.p-about-btn {
  cursor: pointer;
  display: flex;
  min-height: 48px;
  padding: 0px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 99px;
  background: #005499;
  color: #fff !important;
  transition: 0.2s;
}
@media screen and (min-width: 767px) {
  .p-about-btn {
    padding: 0 30px;
    width: 256px;
    height: 54px;
    margin: auto;
  }
}
.p-about-btn .ico {
  vertical-align: baseline;
}
.p-about-btn:hover {
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .p-about-btn:hover {
    opacity: 0.7;
  }
}
.p-about-btn__text {
  font-weight: bold;
  font-size: 18px;
  font-size: 4.8vw;
}
@media screen and (min-width: 767px) {
  .p-about-btn__text {
    font-size: 20px;
  }
}

.p-event:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (min-width: 767px) {
  .p-event:not(:first-of-type) {
    margin-top: 120px;
  }
}
.p-event__list {
  margin-top: 1em;
}
@media screen and (min-width: 767px) {
  .p-event__list {
    width: 800px;
    margin: 30px auto 0;
  }
}
.p-event__item {
  margin-top: 8px;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .p-event__item {
    font-size: 20px;
  }
}
.p-event__past {
  margin-top: 24px;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .p-event__past {
    padding: 24px;
    font-size: 20px;
    margin: 40px auto 0;
    width: 800px;
  }
}
.p-event__year {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .p-event__year {
    font-size: 23px;
  }
}
.p-event__year-past {
  margin-top: 24px;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .p-event__year-past {
    font-size: 23px;
  }
}

.p-event__past .p-event__year:not(:first-child){
  margin-top: 1.4em;
}

.c-detail__detailBtn {
  cursor: pointer;
  margin-top: 24px;
  position: relative;
  margin-top: 24px;
  border-radius: 0;
  color: #005499;
  box-shadow: none;
  width: 100%;
  outline-color: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 8px;
  font-size: 14px;
  border: none;
  background: none;
  transition: 0.2s;
  transition-property: opacity;
}
@media screen and (min-width: 767px) {
  .c-detail__detailBtn {
    padding: 0;
  }
  .c-detail__detailBtn:hover {
    opacity: 0.7;
  }
}
.c-detail__detailBtn::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 14px;
  height: 1px;
  background: #005499;
  right: 10px;
}
.c-detail__detailBtn::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #005499;
  right: 20px;
  right: 16px;
}
.c-detail__detailBtn.close::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 14px;
  height: 1px;
  background: #005499;
  right: 10px;
}
.c-detail__detailBtn.close::after {
  background: none;
}
.c-detail__detailBtn.close .btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 14px;
  height: 1px;
  background: #fff;
  right: 10px;
}
.c-detail__detailBtn.close .btn::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #fff;
  right: 20px;
  right: 16px;
}
.c-detail__detailBtn .text {
  cursor: pointer;
  margin-right: 20px;
}
@media screen and (min-width: 767px) {
  .c-detail__detailBtn .text {
    margin-right: 28px;
    font-size: 20px;
  }
}

.p-mv {
  min-height: 423px;
  background: url("../_images/mv_bg_sp.png"), #9ce2f7;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: bottom;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-mv {
    background: url("../_images/mv_bg_pc.png"), #9ce2f7;
    min-height: 520px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
}
.p-mv__inner {
  padding: 32px 24px;
}
@media screen and (min-width: 767px) {
  .p-mv__inner {
    padding: 30px 0 0;
    margin: auto;
    width: 800px;
  }
}
.p-mv__box {
  margin-top: 16px;
  padding: 16px;
  border-radius: 16px;
  border: 2px solid #000;
  text-align: center;
  padding: 8px;
  background: #fff;
  line-height: 1.75;
}
@media screen and (min-width: 321px) {
  .p-mv__box {
    font-size: 16px;
    /* font-size: 4.2666666667vw; */
  }
}
@media screen and (min-width: 767px) {
  .p-mv__box {
    margin-top: 7px;
    padding: 24px;
    font-size: 20px;
    border: 4px solid #000;
  }
}
@media screen and (min-width: 767px) {
  .p-mv .image {
    width: 752px;
    height: 168px;
  }
}

.p-infoCampaign__text {
  margin-bottom: 40px;
  margin-top: 24px;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .p-infoCampaign__text {
    text-align: center;
    font-size: 20px;
    line-height: 1.75;
  }
}
.p-infoCampaign__title {
  margin-bottom: 16px;
  display: flex;
  padding: 16px 12px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 16px;
  background: #ffe393;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}
.p-infoCampaign__title.-one {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .p-infoCampaign__title.-one {
    width: 100%;
    margin: 0 0 28px;
  }
}
@media screen and (min-width: 767px) {
  .p-infoCampaign__title {
    font-size: 28px;
    height: 110px;
  }
}
.p-infoCampaign__box {
  padding: 16px;
  background: #fff;
  border-radius: 16px;
}
@media screen and (min-width: 767px) {
  .p-infoCampaign__box {
    padding: 40px;
    margin: auto;
    width: 1100px;
  }
}
@media screen and (min-width: 767px) {
  .p-infoCampaign__box .image {
    width: 494px;
    height: 300px;
  }
}
.p-infoCampaign__flex {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0 atuo 40px;
}
@media screen and (min-width: 767px) {
  .p-infoCampaign__flex {
    margin-bottom: 80px;
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: center;
  }
}
@media screen and (min-width: 767px) {
  .p-infoCampaign__youtubeContentWrap {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
  }
}
.p-infoCampaign__youtubeContent_w100 {
  width: 100%;
}

.p-infoCampaign__youtubeContent:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .p-infoCampaign__youtubeContent:not(:first-of-type) {
    margin-top: 0;
  }
}
.p-infoCampaign__youtube .modal {
  transition: 0.2s;
}
.p-infoCampaign__youtube .modal:hover {
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .p-infoCampaign__youtube .modal:hover {
    opacity: 0.7;
  }
}

.p-inspection__boldText {
  margin-top: 24px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
@media screen and (min-width: 767px) {
  .p-inspection__boldText {
    font-size: 28px;
  }
}
.p-inspection__text {
  margin: 24px 0;
  text-align: center;
  line-height: 1.75;
}
@media screen and (min-width: 767px) {
  .p-inspection__text {
    margin: 24px 0 40px;
    font-size: 20px;
  }
}
@media screen and (min-width: 767px) {
  .p-inspection .image {
    width: 800px;
    height: 480px;
  }
}

.p-inspection__youtube .modal {
  transition: 0.2s;
}
.p-inspection__youtube .modal:hover {
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .p-inspection__youtube .modal:hover {
    opacity: 0.7;
  }
}

/* 動画リンク装飾 */
.p-infoCampaign__youtube:has(.image.decoration) {
  text-align: center;
}
.image.decoration {
  border-radius: 8px;
  border: solid 3px #e1660a;
  position: relative;
}
.modal:has(.image.decoration) {
  position: relative;
  /* 追加 */
  display: inline-block;
  /* display: block; */
  /* vertical-align: middle; */
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.modal:has(.image.decoration)::before {
  content: "再生する▶";
  display: block;
  width: 32vw;
  max-width: 120px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform :translateX(-50%);
  background-color: #e1660a;
  border: solid 1.5px #000000;
  border-radius: 20px;

  text-align: center;
  font-size: min(2.93vw, 11px);
  font-weight: bold;
  line-height: 26px;
  z-index: 10;
  transition: opacity 0.2s;
  color: initial;
}

.modal:has(.image.decoration)::before:hover {
  /* opacity: 0.7; */
}

@media screen and (min-width: 767px) {
  .image.decoration {
    border-radius: 16px;
    border: solid 5px #e1660a;
  }
  .modal:has(.image.decoration)::before {
    max-width: inherit;
    width: 195px;
    line-height: 45px;
    font-size: 18px;
    border: solid 2px;
    border-radius: 24px;
    /* color: initial; */
  }
}


/* ------- モーダル ------- */
html.is-modal {
  overflow: hidden;
}

#backMaskBase {
  background: #000;
  display: none;
  height: 100%;
  left: 0px;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 97;
}

#modalWin {
  display: none;
  height: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 98;
}

#modalContent {
  display: none;
  height: auto;
  margin: 0 auto;
  padding-top: min(50%, 480px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 854px;
  max-width: 90%;
  z-index: 99;
}

#modalContent .closeBtn {
  cursor: pointer;
  height: 25px;
  position: absolute;
  right: -2px;
  text-align: center;
  top: -25px;
  width: 25px;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  #modalContent .closeBtn {
    top: -40px;
  }
}

#modalContent .closeBtn div {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  width: 2px;
  height: 17px;
  background: #fff;
  transform: rotate(45deg);
}

#modalContent .closeBtn div:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background: #fff;
}

.modalinner {
  text-align: left;
  padding: 0;
}

.mvfrm {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ------- モーダルここまで ------- */
/*# sourceMappingURL=traffic-safety.css.map */

/*------   20231130　イベント掲載終了テキスト    ------*/
.p-event__end-title{
  margin-top: 24px;
  color: #000;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 175%; 
}

.p-event__end-text{
  margin-top: 16px;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}

@media only screen and (max-width: 767px) {
  .p-event__end-title{
    font-size: 20px;
  }
  
  .p-event__end-text{
    margin-top: 8px;
    font-size: 20px;
  }
}

/* 2024/07/11 もっと見るボタン追加 */
.more-list_btn {
  cursor: pointer;
  margin-top: 24px;
  color: #035499;
  transition: opacity 0.2s;
  font-size: 20px;
  text-align: right;
  position: relative;
}

.more-list_btn p {
  margin-right: 28px;
}

.more-list_btn:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .more-list_btn {
    font-size: 14px;
  }
  .more-list_btn p {
    margin-right: 20px;
  }
}

.more-list_btn p::before,
.more-list_btn p::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 15px;
  right: 6px;
  width: 14px;
  height: 1px;
  background: #035499;
}

.more-btn p::after {
  transform: rotate(90deg);
}

.more-list_btn.end p::after {
  transform: rotate(0);
}

@media only screen and (max-width: 767px) {
  .more-list_btn p::before,
  .more-list_btn p::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 9px;
    right: 0;
    width: 12px;
    height: 1px;
    background: #035499;
  }
}

/* .event2023-1st::after {
  content: "2024年";
  display: block;
} */

/* 2024-10-03 アフターレポート追加 */
.afterReport {
  margin-bottom: 40px;
}

.afterReport_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}

.afterReport_date::before {
  content: url(../_images/after_report/icon_date.svg);
  vertical-align: middle;
  margin-right: 4px;
}
.afterReport_place::before {
  content: url(../_images/after_report/icon_pin.svg);
  vertical-align: middle;
  margin-right: 3px;
}
.afterReport_images {
  margin-bottom: 8px;
  text-align: center;
}
.afterReport_images__flex {
  display: flex;
  gap: 8px;
}
.afterReport_images__flex img {
  display: block;
  width: calc((100% - 8px) / 2);
}

.afterReport_date, .afterReport_place {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.25;
  color: #666666;
}

.afterReport_text {
  font-size: 16px;
  line-height: 1.65;
}

@media only screen and (min-width: 768px) {
  .afterReport_list {
    display: flex;
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .afterReport_item {
    width: calc((100% - 40px) / 2);
  }
  .afterReport_images__flex {
    align-items: flex-start;
  }
}

/* 2025-12-10更新 */
.section-lead {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .section-lead {
    padding-bottom: 140px;
  }
}