/* common */

.ev02-common {
  line-height: 1.7;
  font-size: 16px;
  letter-spacing: 1px;
}

.ev02-common a:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #0069a0;
}

.ev02-inner {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ev02-block {
  display: block;
}

.ev02-titles {
  text-align: center;
}

.ev02-titles .ev02-title-img {
  max-width: 50px;
  width: 100%;
  display: inline-block;
}

.ev02-titles .ev02-title {
  font-size: 40px;
  color: #065287;
  font-weight: bold;
  letter-spacing: 1.6px;
  line-height: 1;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .ev02-titles .ev02-title-img {
    max-width: 35px;
  }

  .ev02-titles .ev02-title {
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 8px;
  }
}

/* ev02-antenna-c */

.ev02-antenna-c {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ev02-antenna-c01 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ev02-antenna-c02 {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .ev02-antenna-c01 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ev02-antenna-c02 {
    padding-bottom: 50px;
  }
}

/* ev02-mv */

.ev02-mv {
  padding-top: 80px;
  background-color: #ebf7ff;
}

.ev02-mv .inner {
  max-width: 1360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 100px 40px;
}

.ev02-mv .frame {
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2024/04/ev-mv02.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  border-radius: 20px;
  width: 100%;
  height: 605px;
}

.ev02-mv .frame .titles {
  padding-left: 130px;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  padding-top: 60px;
  line-height: 1.4;
  letter-spacing: 4px;
}

.ev02-mv .frame .titles .yellow {
  color: #f5ea28;
}

.ev02-mv .frame .titles-text {
  padding-left: 130px;
  font-size: 34px;
  color: #a2d4f4;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 2px;
}

.ev02-mv .frame .texts-price {
  color: #ffffff;
  font-size: 73px;
  padding-left: 130px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 1;
  margin-top: 35px;
}

.ev02-mv .frame .texts-price span {
  position: relative;
  font-size: 29px;
  margin-left: 5px;
}

.ev02-mv .frame .texts-price span::after {
  position: absolute;
  right: 10px;
  top: -28px;
  content: "（税込）";
  width: max-content;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

.ev02-mv .frame .line {
  margin-top: 20px;
  max-width: 750px;
  width: 100%;
  display: block;
}

.ev02-mv .frame .texts-b {
  padding-left: 130px;
  color: #a2d4f4;
  font-size: 26px;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 767px) {
  .ev02-mv {
    padding-top: 47px;
  }

  .ev02-mv .inner {
    padding: 20px 15px 30px 15px;
  }

  .ev02-mv .frame {
    background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2024/04/ev-mv02-sp.png");
    border-radius: 10px;
    height: 580px;
  }

  .ev02-mv .frame .titles {
    font-size: 34px;
    padding-left: 35px;
    padding-top: 35px;
  }

  .ev02-mv .frame .titles-text {
    font-size: 20px;
    padding-left: 35px;
    margin-top: 15px;
  }

  .ev02-mv .frame .texts-price {
    font-size: 40px;
    margin-top: 20px;
    padding-left: 35px;
    letter-spacing: 3px;
  }

  .ev02-mv .frame .texts-price span {
    font-size: 16px;
  }

  .ev02-mv .frame .texts-price span::after {
    font-size: 10px;
    top: -16px;
    right: 5px;
  }

  .ev02-mv .frame .line {
    max-width: 305px;
    margin-top: 10px;
  }

  .ev02-mv .frame .texts-b {
    font-size: 16px;
    padding-left: 35px;
    margin-top: 5px;
  }
}

/* ev02-ch */

.ev02-ch {
  background-color: #ebf7ff;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}

.ev02-ch .frame {
  background-color: #fff;
  border-radius: 10px;
  padding: 180px 50px 50px 50px;
  margin-top: 40px;
}

.ev02-ch .frame table {
  width: 100%;
}

.ev02-ch .frame table thead tr th,
.ev02-ch .frame table tbody tr td {
  width: 38.4%;
  border: 2px solid #fff;
  padding: 15px 10px;
  text-align: center;
  vertical-align: middle;
}

.ev02-ch .frame table thead tr th:first-child,
.ev02-ch .frame table tbody tr td:first-child {
  width: 22.5%;
}

.ev02-ch .frame table thead tr th {
  background-color: #81bae2;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.ev02-ch .frame table thead tr th img {
  box-shadow: 3px 3px 0px #0479bc7e;
  width: 93%;
  margin-top: -130px;
  margin-bottom: 5px;
}

.ev02-ch .frame table tbody tr td {
  background-color: #ecf6fc;
}

@media screen and (max-width: 767px) {
  .ev02-ch {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ev02-ch .frame {
    margin-top: 20px;
    padding: 130px 20px 30px 20px;
  }

  .ev02-ch .frame table thead tr th,
  .ev02-ch .frame table tbody tr td {
    width: 36.7%;
    font-size: 14px;
    padding: 14px 3px;
  }

  .ev02-ch .frame table thead tr th:first-child,
  .ev02-ch .frame table tbody tr td:first-child {
    width: 25.9%;
  }
}

@media screen and (max-width: 500px) {
  .ev02-ch .frame {
    padding: 100px 20px 30px 20px;
  }

  .ev02-ch .frame table thead tr th img {
    width: 89%;
  }
}

@media screen and (max-width: 450px) {
  .ev02-ch .frame {
    padding: 70px 20px 30px 20px;
  }
}

/* ev02-reason */

.ev02-reason {
  background-color: #d6eaf7;
  padding: 60px 15px 80px 15px;
}

.ev02-reason .ev02-title-img {
  max-width: 55px;
}

.ev02-reason .boxes {
  padding: 30px 0 30px 0;
  margin-top: 30px;
}

.ev02-reason .boxes .box .items .item-imgs {
  max-width: 88px;
  width: 100%;
  margin-left: 90px;
  text-align: center;
  margin-top: -15px;
}

.ev02-reason .boxes .box .items .item-img {
  width: 100%;
  margin-left: 0;
}

.ev02-reason .boxes .box .items .item-img01 {
  max-width: 91px;
}

.ev02-reason .boxes .box .items .item-img02 {
  max-width: 78px;
}

.ev02-reason .boxes .box .items .item-img03 {
  max-width: 74px;
}

.ev02-reason .boxes .box .items .item-img04 {
  max-width: 88px;
}

.ev02-reason .boxes .box .items .item {
  margin-left: 90px;
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .ev02-reason {
    background-color: #d6eaf7;
    padding: 40px 15px 30px 15px;
  }

  .ev02-reason .texts {
    margin-top: 20px;
  }

  .ev02-reason .boxes {
    padding: 30px 0 30px 0;
  }

  .ev02-reason .boxes .box .items {
    margin-top: 30px;
  }

  .ev02-reason .boxes .box .items .item-imgs {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .ev02-reason .boxes .box .items .item-img {
    padding-top: 0 !important;
  }

  .ev02-reason .boxes .box .items .item-img01 {
    max-width: 66px;
  }

  .ev02-reason .boxes .box .items .item-img02 {
    max-width: 59px;
  }

  .ev02-reason .boxes .box .items .item-img03 {
    max-width: 65px;
  }

  .ev02-reason .boxes .box .items .item-img04 {
    max-width: 71px;
  }

  .ev02-reason .boxes .box .items .item {
    margin-left: 0;
    margin-right: 0;
  }

  .ev02-reason .boxes .box .items .item-text {
    margin-top: 20px;
  }
}

/* ev02-pro */

.ev02-pro {
  background-color: #ebf7ff;
  padding-bottom: 90px;
  padding-left: 15px;
  padding-right: 15px;
}

.ev02-pro .ev02-titles .ev02-title-img {
  max-width: 63px;
}

.ev02-pro .ev02-titles .ev02-title {
  margin-top: 15px;
}

.ev02-pro .boxes {
  display: flex;
  justify-content: space-between;
}

.ev02-pro .boxes.margin {
  margin-top: 40px;
}

.ev02-pro .boxes .box {
  margin-bottom: 20px;
  max-width: 430px;
  width: 100%;
  padding: 30px 32px 30px 32px;
  border-radius: 10px;
  background-color: #ffffff;
}

.ev02-pro .boxes .box.margin {
  margin-right: 20px;
}

.ev02-pro .boxes .box .box-top {
  background-color: #81bae2;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  padding: 2px 15px;
}

.ev02-pro .boxes .box .box-inner {
  padding: 0 15px;
}

.ev02-pro .boxes .box .box-title {
  font-size: 30px;
  color: #065287;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
}

.ev02-pro .boxes .box .box-title .box-title-span {
  font-size: 18px;
}

.ev02-pro .boxes .box .box-category {
  background-color: #d6eaf7;
  color: #065287;
  font-size: 10px;
  transform: scale(0.8);
  margin-top: 5px;
  display: inline-block;
  margin-left: -5px;
  padding: 2px 5px;
}

.ev02-pro .boxes .box .box-category.margin01 {
  margin-top: 40px;
}

.ev02-pro .boxes .box .box-category.margin02 {
  margin-top: 10px;
}

.ev02-pro .boxes .box .box-cards {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
}

.ev02-pro .boxes .box .box-card {
  margin-right: 5px;
  margin-top: 5px;
  font-size: 10px;
  color: #0479bc;
  border-radius: 3px;
  border: 1px solid #0479bc;
  padding: 5px;
  line-height: 1;
  display: inline-block;
  font-weight: bold;
}

.ev02-pro .boxes .box .items {
  display: flex;
  align-items: flex-start;
  margin-top: 25px;
}

.ev02-pro .boxes .box .items .items-img {
  max-width: 232px;
  width: 100%;
}

.ev02-pro .boxes .box .items .items-img-full {
  margin-left: auto;
  margin-right: auto;
}

.ev02-pro .boxes .box .items .item .item-type {
  text-align: center;
  margin-left: 10px;
}

.ev02-pro .boxes .box .items .item .item-type .item-type-img {
  max-width: 80px;
  width: 100%;
}

.ev02-pro .boxes .box .items .item .item-type .item-type-text {
  font-size: 10px;
  letter-spacing: 0.5px;
}

.ev02-pro .boxes .box .items .item .item-boxes {
  display: flex;
  align-items: flex-start;
  margin-left: 10px;
}

.ev02-pro .boxes .box .items .item .item-boxes .item-box {
  text-align: center;
}

.ev02-pro .boxes .box .items .item .item-boxes .item-box-margin {
  text-align: right;
  margin-left: -30px;
}

.ev02-pro .boxes .box .items .item .item-boxes .item-box-img01 {
  max-width: 25px;
  width: 100%;
}

.ev02-pro .boxes .box .items .item .item-boxes .item-box-img02 {
  max-width: 29px;
  width: 100%;
  margin-right: 15px;
}

.ev02-pro .boxes .box .items .item .item-boxes .item-box-text {
  font-size: 10px;
  transform: scale(0.8);
  letter-spacing: 0;
  white-space: nowrap;
  margin-top: -5px;
}

.ev02-pro .boxes .box .items .item .item-text {
  font-size: 10px;
  margin-left: 10px;
}

.ev02-pro .boxes .box .items .item .item-box02 {
  margin-left: 18px;
  text-align: center;
}

.ev02-pro .boxes .box .items .item .item-box02-img {
  max-width: 40px;
  width: 100%;
}

.ev02-pro .boxes .box .items .item .item-box02-text {
  font-size: 10px;
  transform: scale(0.8);
  letter-spacing: 0;
  white-space: nowrap;
  margin-top: -5px;
  line-height: 1.3;
}

.ev02-pro .boxes .box .items .item .item-text02 {
  margin-left: 33px;
  margin-top: 5px;
}

.ev02-pro .boxes .box .box-p {
  display: flex;
  align-items: center;
  padding: 11px 20px;
  border-radius: 10px;
  background-color: #fffcd0;
  margin-top: 25px;
}

.ev02-pro .boxes .box .box-p .box-p-text {
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.3;
}

.ev02-pro .boxes .box .box-p .box-p-text-span {
  font-size: 10px;
}

.ev02-pro .boxes .box .box-p .box-p-line {
  max-width: 3px;
  width: 100%;
  margin-left: 22px;
  margin-right: 22px;
}

.ev02-pro .boxes .box .box-p .box-p-main {
  color: #0479bc;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}

.ev02-pro .boxes .box .box-p .box-p-main.margin {
  margin-left: 8px;
}

.ev02-pro .boxes .box .box-p .box-p-main .span01 {
  font-size: 14px;
  font-weight: bold;
  color: #0d0d0d;
  margin-left: 1px;
}

.ev02-pro .boxes .box .box-p .box-p-main .span02 {
  font-size: 14px;
  font-weight: normal;
  color: #0d0d0d;
  margin-left: 3px;
}

.ev02-pro .boxes .box .box-note-text {
  font-size: 12px;
  line-height: 1;
  margin-top: 10px;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .ev02-pro .boxes .box {
    padding: 30px 15px 30px 15px;
  }

  .ev02-pro .boxes .box .items .items-img {
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .ev02-pro {
    padding-bottom: 40px;
  }

  .ev02-pro .ev02-titles .ev02-title-img {
    max-width: 37px;
  }

  .ev02-pro .ev02-titles .ev02-title {
    margin-top: 8px;
  }

  .ev02-pro .boxes.margin {
    margin-top: 20px;
  }

  .ev02-pro .boxes {
    flex-direction: column;
  }

  .ev02-pro .boxes .box.margin {
    margin-right: auto;
  }

  .ev02-pro .boxes .box {
    margin-bottom: 10px;
    max-width: 345px;
    padding: 30px 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .ev02-pro .boxes .box .box-top {
    padding: 2px 10px;
    font-size: 16px;
    letter-spacing: 0.5px;
  }

  .ev02-pro .boxes .box .box-inner {
    padding: 0 10px;
  }

  .ev02-pro .boxes .box .box-titles {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
  }

  .ev02-pro .boxes .box .box-title {
    margin-right: 10px;
    font-size: 26px;
    margin-top: 15px;
  }

  .ev02-pro .boxes .box .box-title .box-title-span {
    font-size: 16px;
  }

  .ev02-pro .boxes .box .box-category {
    margin-left: -5px;
  }

  .ev02-pro .boxes .box .box-category.margin01 {
    margin-top: 5px;
  }

  .ev02-pro .boxes .box .items {
    margin-top: 20px;
  }

  .ev02-pro .boxes .box .items .items-img {
    max-width: 220px;
  }

  .ev02-pro .boxes .box .items .items-img-full {
    max-width: unset;
    width: 100%;
  }

  .ev02-pro .boxes .box .items .item .item-type {
    margin-left: 5px;
  }

  .ev02-pro .boxes .box .items .item .item-type .item-type-img {
    max-width: 70px;
  }

  .ev02-pro .boxes .box .items .item .item-type .item-type-img02 {
    max-width: 80px;
  }

  .ev02-pro .boxes .box .items .item .item-type .item-type-text {
    transform: scale(0.8);
    white-space: nowrap;
    letter-spacing: 0;
  }

  .ev02-pro .boxes .box .items .item .item-boxes {
    margin-left: 5px;
  }

  .ev02-pro .boxes .box .items .item .item-boxes .item-box-text {
    transform: scale(0.7);
  }

  .ev02-pro .boxes .box .items .item .item-boxes .item-box-margin {
    margin-left: -35px;
  }

  .ev02-pro .boxes .box .items .item .item-text {
    transform: scale(0.8);
    margin-left: 0px;
    text-align: center;
    margin-top: -2px;
    white-space: nowrap;
  }

  .ev02-pro .boxes .box .items .item .item-text02 {
    margin-top: 5px;
    margin-left: 10px;
    transform: scale(0.9);
  }

  .ev02-pro .boxes .box .items .item .item-box02 {
    margin-left: 10px;
  }

  .ev02-pro .boxes .box .box-p {
    margin-top: 20px;
    padding: 10px 20px 6px 20px;
    max-width: 305px;
  }

  .ev02-pro .boxes .box .box-p .box-p-line {
    margin-left: 17px;
    margin-right: 17px;
  }

  .ev02-pro .boxes .box .box-p .box-p-main {
    font-size: 22px;
  }

  .ev02-pro .boxes .box .box-p .box-p-main .span01 {
    font-size: 10px;
  }

  .ev02-pro .boxes .box .box-p .box-p-main .span02 {
    font-size: 10px;
  }
}

@media screen and (max-width: 370px) {
  .ev02-pro .boxes .box .items .items-img {
    max-width: 200px;
  }

  .ev02-pro .boxes .box .box-inner {
    padding: 0 5px;
  }

  .ev02-pro .boxes .box .box-p {
    padding: 13px 10px 6px 10px;
  }
}

/* ev02-model */

.ev02-model {
  background-color: #ebf7ff;
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}

.ev02-model .ev02-title-img {
  max-width: 63px;
}

.ev02-model .top-text {
  margin-top: 35px;
}

.ev02-model .frame {
  position: relative;
  padding: 0px 50px 60px 50px;
  background-color: #fff;
  border: 2px solid #095287;
  margin-top: 50px;
  border-radius: 10px;
}

.ev02-model .frame .frame-top {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #065287;
  color: #fff;
  border-radius: 30px;
  line-height: 1;
  font-weight: bold;
  padding: 7px 18px;
  width: max-content;
  text-align: center;
}

.ev02-model .frame .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ev02-model .frame .boxes .box {
  text-align: center;
  max-width: 240px;
  width: 31%;
  margin-top: 70px;
}

.ev02-model .frame .boxes .box .box-img {
  max-width: 200px;
  width: 100%;
}

.ev02-model .frame .boxes .box .box-text01 {
  color: #5b6260;
  font-weight: bold;
  line-height: 1.2;
}

.ev02-model .frame .boxes .box .box-text02 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 5px;
}

.ev02-model .frame-bottom-text {
  font-size: 14px;
  text-align: right;
  margin-top: 11px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .ev02-model {
    padding-bottom: 50px;
  }

  .ev02-model .ev02-title-img {
    max-width: 44px;
  }

  .ev02-model .frame {
    padding: 10px 15px 40px 15px;
  }

  .ev02-model .frame .boxes {
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
  }

  .ev02-model .frame .boxes .box {
    margin-top: 30px;
    width: 100%;
    max-width: 160px;
  }

  .ev02-model .frame .boxes .box .box-img {
    max-width: 135px;
  }

  .ev02-model .frame .boxes .box .box-text01 {
    font-size: 12px;
  }

  .ev02-model .frame .boxes .box .box-text02 {
    font-size: 12px;
  }

  .ev02-model .frame-bottom-text {
    font-size: 12px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 420px) {
  .ev02-model .frame .boxes .box {
    max-width: 150px;
  }
}

/* ev02-aid */

.ev02-aid {
  padding: 60px 15px 70px 15px;
  background-color: #d6eaf7;
}

.ev02-aid .ev02-title-img {
  max-width: 54px;
}

.ev02-aid .box {
  padding: 50px 35px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 40px;
}

.ev02-aid .box .box-title {
  background-color: #81bae2;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  padding: 2px 10px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.ev02-aid .box .box-text {
  font-size: 16px;
}

.ev02-aid .box .box-text.margin {
  margin-left: 10px;
  margin-right: 10px;
}

.ev02-aid .box .lists .box-text {
  position: relative;
  padding-left: 16px;
  margin-left: 10px;
  margin-right: 10px;
}

.ev02-aid .box .lists .box-text::before {
  position: absolute;
  content: "・";
  left: 0;
}

.ev02-aid .box .box-links {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.ev02-aid .box .box-link {
  position: relative;
  margin-left: 10px;
  width: max-content;
  margin-bottom: 10px;
}

.ev02-aid .box .box-link::after {
  content: "";
  position: absolute;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2023/11/partner-link-arrow.png");
  width: 9px;
  height: 7.5px;
  bottom: 6px;
  right: -15px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .ev02-aid {
    padding: 40px 15px 30px 15px;
  }

  .ev02-aid .ev02-title-img {
    max-width: 39px;
  }

  .ev02-aid .box {
    padding: 30px 10px;
    margin-top: 20px;
  }

  .ev02-aid .box .box-text {
    font-size: 16px;
  }

  .ev02-aid .box .box-link {
    font-size: 16px;
  }
}

/* ev02-flow */

.ev02-flow {
  padding: 0 15px;
}

.ev02-flow .ev02-titles .ev02-title-img {
  max-width: 38px;
}

.ev02-flow .frames {
  padding: 0;
}

.ev02-flow .frame {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .ev02-flow .ev02-titles .ev02-title-img {
    max-width: 24px;
  }

  .ev02-flow .frame {
    margin-top: 25px;
  }
}

/* ev02-faq */

.ev02-faq {
  padding: 0 15px 120px 15px;
}

.ev02-faq .titles-img {
  max-width: 58px;
}

.ev02-faq .titles {
  margin-top: 0;
  line-height: 1;
  margin-bottom: 40px;
  margin-top: 10px;
}

.ev02-faq .inner {
  padding: 0;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .ev02-faq {
    padding: 0 15px 80px 15px !important;
  }

  .ev02-faq .titles-img {
    max-width: 37px;
  }

  .ev02-faq .titles {
    margin-bottom: 20px;
    margin-top: 0px;
  }

  .ev02-faq .inner {
    padding: 0;
    margin-top: 0;
  }
}

/* ev02-iframe-y */

.ev02-iframe-y {
  padding-top: 100px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #ebf7ff;
}

.ev02-iframe-y iframe {
  max-width: 100%;
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 767px) {
  .ev02-iframe-y {
    padding-top: 50px;
  }

  .ev02-iframe-y iframe {
    height: 200px;
  }
}
