@charset "UTF-8";

.pc {
  display: block;
}

.sp {
  display: none;
}

.br-pc {
  display: inline-block;
}

.br-sp {
  display: none;
}

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

  .sp {
    display: block;
  }

  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}

/** ***************************************************************************
 * RESET
 * ************************************************************************* */
.id-eibs-va1 *,
.id-eibs-va1 *::before,
.id-eibs-va1 *::after {
  box-sizing: border-box;
}

.id-eibs-va1 a,
.id-eibs-va1 button {
  cursor: revert;
}

.id-eibs-va1 ol,
.id-eibs-va1 ul,
.id-eibs-va1 menu {
  list-style: none;
}

.id-eibs-va1 img {
  max-width: 100%;
}

.id-eibs-va1 table {
  border-collapse: collapse;
}

.id-eibs-va1 textarea {
  white-space: revert;
}

.id-eibs-va1 meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

.id-eibs-va1::-moz-placeholder {
  color: unset;
}

.id-eibs-va1::placeholder {
  color: unset;
}

.id-eibs-va1:where([hidden]) {
  display: none;
}

.id-eibs-va1:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
}

.id-eibs-va1:where([draggable=true]) {
  -webkit-user-drag: element;
}

/** ***************************************************************************
 * Animation
 * ************************************************************************* */
.inview,
.illust_view {
  opacity: 0;
  visibility: hidden;
}

.inview-active.fadein {
  animation: fadein 0.5s forwards;
}

.inview-active.fadein_d {
  animation: fadein 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s forwards;
}

.inview-active.fadein-left {
  animation: fadein-left 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s forwards;
}

.inview-active.fadein-right {
  animation: fadein-right 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s forwards;
}

.inview-active.fadein-up {
  animation: fadein-up 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s forwards;
}

.inview-active.fadein-up_d {
  animation: fadein-up 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s forwards;
}

.inview-deactive.fadeout {
  animation: fadeout 0.5s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  80% {
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadein-left {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-15%);
  }

  80% {
    visibility: visible;
    transform: translateX(0);
  }

  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}

@keyframes fadein-right {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(15%);
  }

  80% {
    visibility: visible;
    transform: translateX(0);
  }

  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}

@keyframes fadein-up {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(15%);
  }

  80% {
    visibility: visible;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.id-eibs-va1 {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.2s ease;
}

.id-eibs-va1 * {
  font-weight: bold;
}

.id-eibs-va1 img {
  max-width: 100%;
  height: auto;
}

.id-eibs-va1 a {
  color: inherit;
}

.id-eibs-va1 a:focus {
  text-decoration: none;
}

.id-eibs-va1 .center {
  text-align: center;
}

.id-eibs-va1 section .inner {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .id-eibs-va1 {
    font-size: 14px;
  }
}

.ev-header-wrapper {
  background-image: url(../images/background.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.ev-header-wrapper .ev-header {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 0;
  height: 750px;
}

.ev-header-wrapper .ev-header h1 {
  margin: 60px 10px;
}

.ev-header-wrapper .ev-header .name {
  margin: 0 0 20px 10px;
}

.ev-header-wrapper .ev-header .notice {
  width: 360px;
  font-size: 12px;
  padding: 12px;
  border: 1px solid #000;
  border-radius: 12px;
  margin-left: 10px;
}

.ev-header-wrapper .ev-header .link {
  margin-left: 10px;
}

.ev-header-wrapper .ev-header .pc {
  position: relative;
  z-index: 10;
}

.ev-header-wrapper .ev-header .illust {
  position: absolute;
  width: 100%;
  height: 750px;
  top: 0;
  right: 0;
}

.ev-header-wrapper .ev-header .illust .illust_house {
  position: absolute;
  width: 66%;
  top: 10%;
  right: 0;
  z-index: 1;
}

.ev-header-wrapper .ev-header .illust .illust_car {
  position: absolute;
  width: 25%;
  top: 60%;
  right: 2%;
  z-index: 2;
  animation-delay: 0.5s;
}

.ev-header-wrapper .ev-header .illust .illust_family1 {
  position: absolute;
  width: 16%;
  top: 50%;
  right: 40%;
  z-index: 3;
  animation-delay: 1s;
}

.ev-header-wrapper .ev-header .illust .illust_family2 {
  position: absolute;
  width: 20%;
  top: 61%;
  right: 53%;
  z-index: 4;
  animation-delay: 1s;
}

@media screen and (max-width: 767px) {
  .ev-header-wrapper {
    background-size: auto 55%;
  }

  .ev-header-wrapper .ev-header {
    height: 460px;
    margin-bottom: 40px;
  }

  .ev-header-wrapper .ev-header h1 {
    margin: 20px 2vw;
    width: 45vw;
  }

  .ev-header-wrapper .ev-header .illust {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
  }

  .ev-header-wrapper .ev-header .illust .illust_house {
    position: absolute;
    width: 100%;
    top: 18%;
    right: 0;
    z-index: 1;
  }

  .ev-header-wrapper .ev-header .illust .illust_car {
    position: absolute;
    width: 40vw;
    top: 40%;
    right: 6vw;
    z-index: 2;
    animation-delay: 0.5s;
  }

  .ev-header-wrapper .ev-header .illust .illust_family1 {
    position: absolute;
    width: 26vw;
    top: 34%;
    left: 14vw;
    z-index: 3;
    animation-delay: 1s;
  }

  .ev-header-wrapper .ev-header .illust .illust_family2 {
    position: absolute;
    width: 26vw;
    top: 48%;
    left: 20vw;
    z-index: 4;
    animation-delay: 1s;
  }

  .ev-header-wrapper p.name {
    margin: 0 4vw 20px;
  }

  .ev-header-wrapper .notice {
    margin: 0 4vw 20px;
    font-size: 3.2vw;
    padding: 3.2vw;
    border: 1px solid #000;
    border-radius: 12px;
  }
}

.ev-content1-wrapper {
  background-color: rgba(31, 131, 176, 0.25);
  width: auto;
  padding: 50px 0;
}

.ev-content1-wrapper .ev-content {
  width: 1024px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 60px;
  box-sizing: border-box;
}

.ev-content1-wrapper .ev-content h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 24px;
}

.ev-content1-wrapper .ev-content .intro {
  font-size: 18px;
  margin-bottom: 24px;
}

.ev-content1-wrapper .ev-content .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.ev-content1-wrapper .ev-content .flex .v2h {
  width: 430px;
}

.ev-content1-wrapper .ev-content .flex .v2h h3 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 4px 12px;
  border-radius: 12px;
  margin-bottom: 0.5em;
  display: inline-block;
}

.ev-content1-wrapper .ev-content .flex .v2h h3.title1 {
  background-color: #00AEEB;
}

.ev-content1-wrapper .ev-content .flex .v2h h3.title2 {
  background-color: #F29600;
}

.ev-content1-wrapper .ev-content .flex .v2h .desc {
  font-size: 18px;
  margin-left: 1em;
}

.ev-content1-wrapper .ev-content .flex .image {
  width: 450px;
  text-align: center;
}

.ev-content1-wrapper .ev-content .flex .image .notes {
  text-align: left;
  font-size: 12px;
  padding-left: 1em;
}

.ev-content1-wrapper .ev-content .flex .image .notes::before {
  content: "※";
  margin-left: -1em;
}

.ev-content1-wrapper .ev-content .arrow {
  text-align: center;
}

.ev-content1-wrapper .ev-content .eibs-va1 .title {
  margin-bottom: 12px;
}

.ev-content1-wrapper .ev-content .eibs-va1 h3 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 4px 12px;
  border-radius: 12px;
  margin-bottom: 0.5em;
  display: inline-block;
  background-color: #00AEEB;
}

.ev-content1-wrapper .ev-content .eibs-va1 h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1em;
}

.ev-content1-wrapper .ev-content .eibs-va1 p {
  font-weight: bold;
  margin-bottom: 1.5em;
}

.ev-content1-wrapper .ev-content .eibs-va1 .eibs-va1_graph {
  width: 48%;
  margin-bottom: 20px;
}

.ev-content1-wrapper .ev-content .eibs-va1 .eibs-va1_graph p {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0.5em;
}

.ev-content1-wrapper .ev-content .eibs-va1 .eibs-va1_graph .notes {
  text-align: left;
  font-size: 12px;
  padding-left: 1em;
}

.ev-content1-wrapper .ev-content .eibs-va1 .eibs-va1_graph .notes::before {
  content: "※";
  margin-left: -1em;
}

.ev-content1-wrapper .ev-content .eibs-va1 .image {
  margin: 0 -47px 40px;
}

@media (min-width: 768px) and (max-width: 1180px) {
  .ev-content1-wrapper .ev-content .eibs-va1 .image {
    margin: 0 0px 40px;
  }
}

.ev-content1-wrapper .ev-content .eibs-va1 .enenowa {
  width: 600px;
  margin: 0 auto;
  border: 1px solid #036EB7;
  border-radius: 20px;
  padding: 20px 32px;
}

.ev-content1-wrapper .ev-content .eibs-va1 .enenowa .flex {
  margin-bottom: 0 !important;
}

.ev-content1-wrapper .ev-content .eibs-va1 .enenowa h4 {
  font-size: 18px;
  margin-bottom: 20px;
}

.ev-content1-wrapper .ev-content .eibs-va1 .enenowa a {
  display: inline-block;
  background-color: #036EB7;
  background-image: url(../images/arrow-w.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  padding: 14px 20px 14px 36px;
  color: #fff !important;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

.ev-content1-wrapper .ev-content .eibs-va1 .enenowa a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.ev-content1-wrapper .ev-content .eibs-va1 .enenowa a:after {
  margin: 0 3px;
  display: inline-block;
  vertical-align: middle;
  min-height: 15px;
  content: "";
  background: transparent url(../images/icon_blank.png) no-repeat 0 0;
  background-size: 18px 18px;
  vertical-align: -2px;
  width: 18px;
  height: 18px;
}

@media (min-width: 768px) and (max-width: 1180px) {
  .ev-content1-wrapper .ev-content {
    width: auto;
    margin: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .ev-content1-wrapper .ev-content {
    width: auto;
    border-radius: 12px;
    padding: 20px 12px;
    margin: 0 12px;
  }

  .ev-content1-wrapper .ev-content h2 {
    font-size: 6vw;
    font-weight: bold;
    margin-bottom: 1em;
  }

  .ev-content1-wrapper .ev-content .intro {
    font-size: 3.6vw;
    margin-bottom: 2em;
  }

  .ev-content1-wrapper .ev-content .flex {
    display: block;
    margin-bottom: 30px;
  }

  .ev-content1-wrapper .ev-content .flex .v2h {
    width: auto;
  }

  .ev-content1-wrapper .ev-content .flex .v2h h3 {
    font-size: 5vw;
    padding: 3px 8px;
    border-radius: 12px;
    margin-bottom: 0.5em;
  }

  .ev-content1-wrapper .ev-content .flex .v2h .desc {
    font-size: 4vw;
    margin-bottom: 1em;
  }

  .ev-content1-wrapper .ev-content .flex .image {
    width: auto;
    text-align: center;
  }

  .ev-content1-wrapper .ev-content .flex .image .notes {
    text-align: left;
    font-size: 3vw;
  }

  .ev-content1-wrapper .ev-content .arrow {
    text-align: center;
    width: 50%;
    margin: 0 auto 20px;
  }

  .ev-content1-wrapper .ev-content .eibs-va1 .title {
    margin-bottom: 12px;
  }

  .ev-content1-wrapper .ev-content .eibs-va1 h3 {
    font-size: 5vw;
    padding: 3px 8px;
    border-radius: 12px;
    margin-bottom: 0.5em;
  }

  .ev-content1-wrapper .ev-content .eibs-va1 p {
    font-size: 3.6vw;
  }

  .ev-content1-wrapper .ev-content .eibs-va1 .eibs-va1_title {
    position: relative;
    margin-bottom: 40px;
  }

  .ev-content1-wrapper .ev-content .eibs-va1 .eibs-va1_title h3,
  .ev-content1-wrapper .ev-content .eibs-va1 .eibs-va1_title p {
    margin-right: 23vw;
  }

  .ev-content1-wrapper .ev-content .eibs-va1 .eibs-va1_title img {
    width: 18vw;
    position: absolute;
    right: 0;
    top: 0;
  }

  .ev-content1-wrapper .ev-content .eibs-va1 h4 {
    font-size: 4.2vw;
    font-weight: bold;
    margin-bottom: 1em;
  }

  .ev-content1-wrapper .ev-content .eibs-va1 p {
    font-weight: bold;
    margin-bottom: 1.5em;
  }

  .ev-content1-wrapper .ev-content .eibs-va1 .eibs-va1_photo {
    display: none;
  }

  .ev-content1-wrapper .ev-content .eibs-va1 .eibs-va1_graph {
    width: auto;
    margin-bottom: 20px;
  }

  .ev-content1-wrapper .ev-content .eibs-va1 .eibs-va1_graph p {
    font-size: 3.6vw;
  }

  .ev-content1-wrapper .ev-content .eibs-va1 .eibs-va1_graph .notes {
    font-size: 3vw;
  }

  .ev-content1-wrapper .ev-content .eibs-va1 .image {
    margin: 0 auto 40px;
    text-align: center;
  }

  .ev-content1-wrapper .ev-content .eibs-va1 .enenowa {
    width: auto;
    margin: 0 20px;
    border: 1px solid #036EB7;
    border-radius: 12px;
    padding: 12px 18px;
  }

  .ev-content1-wrapper .ev-content .eibs-va1 .enenowa h4 {
    font-size: 4vw;
    margin-bottom: 20px;
  }

  .ev-content1-wrapper .ev-content .eibs-va1 .enenowa a {
    display: inline-block;
    background-color: #036EB7;
    background-image: url(../images/arrow-w.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    padding: 14px 20px 14px 36px;
    color: #fff !important;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
  }

  .ev-content1-wrapper .ev-content .eibs-va1 .enenowa a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}

.ev-content2-wrapper {
  background-color: #E0EED7;
  width: auto;
  padding: 50px 0;
}

.ev-content2-wrapper .ev-content {
  width: 1024px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 60px;
  box-sizing: border-box;
}

.ev-content2-wrapper .ev-content .title {
  margin-bottom: 12px;
}

.ev-content2-wrapper .ev-content .notes {
  text-align: left;
  font-size: 14px;
  padding-left: 1em;
}

.ev-content2-wrapper .ev-content .notes::before {
  content: "※";
  margin-left: -1em;
}

.ev-content2-wrapper .ev-content .eibs-va1_cycle {
  position: relative;
  background-image: url(../images/eibs-va1-cycle.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 420px;
  margin: 40px 0;
}

.ev-content2-wrapper .ev-content .eibs-va1_cycle .cycle1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 245px;
}

.ev-content2-wrapper .ev-content .eibs-va1_cycle .cycle2 {
  position: absolute;
  right: 0;
  top: 200px;
  width: 245px;
}

.ev-content2-wrapper .ev-content .eibs-va1_cycle .cycle3 {
  position: absolute;
  left: 0;
  top: 200px;
  width: 245px;
}

.ev-content2-wrapper .ev-content .eibs-va1_cycle .cycle4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 245px;
}

.ev-content2-wrapper .ev-content .eibs-va1_cycle h4 {
  color: #575757;
  font-size: 16px;
  margin-bottom: 10px;
}

.ev-content2-wrapper .ev-content .eibs-va1_cycle .label_charge1 {
  background-color: #41BEEF;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 2px 10px;
  border-radius: 6px;
}

.ev-content2-wrapper .ev-content .eibs-va1_cycle .label_charge2 {
  background-color: #03004C;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 2px 10px;
  border-radius: 6px;
}

.ev-content2-wrapper .ev-content .eibs-va1_cycle .label_discharge {
  background-color: #7DCCF3;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 2px 10px;
  border-radius: 6px;
}

.ev-content2-wrapper .ev-content .eibs-va1_cycle .label_ev {
  background-color: #EC6C00;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 2px 10px;
  border-radius: 6px;
}

.ev-content2-wrapper .ev-content .eibs-va1_cycle .point {
  font-size: 13px;
  line-height: 1.5;
  padding-left: 60px;
  min-height: 70px;
  background-image: url(../images/point.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.ev-content2-wrapper .ev-content .eibs-va1_cycle .point .notice {
  font-size: 11px;
  padding-left: 1em;
}

.ev-content2-wrapper .ev-content .eibs-va1_cycle .point .notice::before {
  content: "※";
  margin-left: -1em;
}

.ev-content2-wrapper .ev-content .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.ev-content2-wrapper .ev-content .flex .box {
  width: 48.5%;
  padding: 12px 20px 20px 20px;
}

.ev-content2-wrapper .ev-content .flex .feature1 {
  border: 2px solid #EB6D65;
  border-radius: 12px;
}

.ev-content2-wrapper .ev-content .flex .feature1 h3 {
  color: #EB6D65;
  font-size: 20px;
  margin-bottom: 0.5em;
}

.ev-content2-wrapper .ev-content .flex .feature1 p {
  font-size: 18px;
  margin-bottom: 1em;
}

.ev-content2-wrapper .ev-content .flex .feature1 p:last-child {
  margin-bottom: 0;
}

.ev-content2-wrapper .ev-content .flex .feature1 img {
  display: block;
  width: 86%;
  margin: 0 auto;
}

.ev-content2-wrapper .ev-content .flex .feature2 {
  border: 2px solid #5BB431;
  border-radius: 12px;
}

.ev-content2-wrapper .ev-content .flex .feature2 h3 {
  color: #5BB431;
  border-bottom: 1px solid #5BB431;
  font-size: 20px;
  margin-bottom: 0.5em;
}

.ev-content2-wrapper .ev-content .flex .feature2 p {
  font-size: 18px;
  margin-bottom: 1em;
}

.ev-content2-wrapper .ev-content .flex .feature2 p.point {
  padding-left: 60px;
  background-image: url(../images/point.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.ev-content2-wrapper .ev-content .flex .feature2 p:last-child {
  margin-bottom: 0;
}

.ev-content2-wrapper .ev-content .flex .feature2 img {
  display: block;
  width: 98%;
  margin: 0 auto;
}

.ev-content2-wrapper .ev-content .topics {
  border: 2px solid #00B8EE;
  border-radius: 12px;
  padding: 25px;
}

.ev-content2-wrapper .ev-content .topics .flex {
  margin-bottom: 0;
}

.ev-content2-wrapper .ev-content .topics .flex .topics-text {
  width: 400px;
  font-size: 18px;
}

.ev-content2-wrapper .ev-content .topics .flex .topics-text img {
  width: 75%;
}

.ev-content2-wrapper .ev-content .topics .flex .topics-image {
  width: 400px;
}

@media (min-width: 768px) and (max-width: 1180px) {
  .ev-content2-wrapper .ev-content {
    width: auto;
    margin: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .ev-content2-wrapper .ev-content {
    width: auto;
    border-radius: 12px;
    padding: 20px 12px;
    margin: 0 12px;
  }

  .ev-content2-wrapper .ev-content .eibs-va1_cycle {
    position: relative;
    background-image: url(../images/eibs-va1-cycle_sp.png);
    background-position: left top;
    height: auto;
    margin: 40px 0;
    padding-left: 40px;
  }

  .ev-content2-wrapper .ev-content .eibs-va1_cycle .cycle1 {
    position: static;
    width: auto;
    margin-bottom: 15px;
  }

  .ev-content2-wrapper .ev-content .eibs-va1_cycle .cycle2 {
    position: static;
    width: auto;
    margin-bottom: 15px;
  }

  .ev-content2-wrapper .ev-content .eibs-va1_cycle .cycle3 {
    position: static;
    width: auto;
    margin-bottom: 15px;
  }

  .ev-content2-wrapper .ev-content .eibs-va1_cycle .cycle4 {
    position: static;
    width: auto;
    margin-bottom: 15px;
  }

  .ev-content2-wrapper .ev-content .flex {
    display: block;
    margin-bottom: 20px;
  }

  .ev-content2-wrapper .ev-content .flex .box {
    width: auto;
    padding: 10px 15px;
  }

  .ev-content2-wrapper .ev-content .flex .feature1 {
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .ev-content2-wrapper .ev-content .flex .feature1 h3 {
    font-size: 16px;
  }

  .ev-content2-wrapper .ev-content .flex .feature1 p {
    font-size: 14px;
  }

  .ev-content2-wrapper .ev-content .flex .feature2 {
    border: 2px solid #5BB431;
    border-radius: 12px;
    margin-bottom: 20px;
  }

  .ev-content2-wrapper .ev-content .flex .feature2 h3 {
    font-size: 16px;
  }

  .ev-content2-wrapper .ev-content .flex .feature2 p {
    font-size: 14px;
  }

  .ev-content2-wrapper .ev-content .topics {
    border-radius: 8px;
    padding: 15px;
  }

  .ev-content2-wrapper .ev-content .topics .flex {
    display: block;
  }

  .ev-content2-wrapper .ev-content .topics .flex .topics-text {
    width: auto;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .ev-content2-wrapper .ev-content .topics .flex .topics-image {
    width: auto;
  }
}

.ev-content3-wrapper {
  background-color: #fff;
  width: auto;
  padding: 50px 0 0;
}

.ev-content3-wrapper .ev-content {
  width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
}

.ev-content3-wrapper .ev-content h2 {
  font-size: 24px;
  margin-bottom: 0.5em;
}

.ev-content3-wrapper .ev-content .intelligent-wrapper {
  border: 5px solid #0054A6;
  margin-bottom: 40px;
}

.ev-content3-wrapper .ev-content .intelligent-wrapper h3 {
  background-color: #0054A6;
  color: #fff;
  font-size: 28px;
  text-align: center;
  padding-bottom: 5px;
}

.ev-content3-wrapper .ev-content .intelligent-wrapper .intelligent {
  padding: 25px;
}

.ev-content3-wrapper .ev-content .intelligent-wrapper .flex {
  display: flex;
  justify-content: space-between;
}

.ev-content3-wrapper .ev-content .intelligent-wrapper .flex .image {
  width: 67%;
}

.ev-content3-wrapper .ev-content .intelligent-wrapper .flex .text {
  width: 31%;
}

.ev-content3-wrapper .ev-content .intelligent-wrapper .flex .text ul {
  font-size: 14px;
  margin-bottom: 1em;
  list-style: none;
  padding-left: 12px;
}

.ev-content3-wrapper .ev-content .intelligent-wrapper .flex .text ul li {
  position: relative;
  margin-bottom: 0.5em;
}

.ev-content3-wrapper .ev-content .intelligent-wrapper .flex .text ul li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 1.25em;
  background-color: #0054A6;
  left: -10px;
  top: 0.25em;
}

.ev-content3-wrapper .ev-content .other {
  margin-bottom: 40px;
}

.ev-content3-wrapper .ev-content .other .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ev-content3-wrapper .ev-content .other .flex .box {
  width: 48.5%;
}

.ev-content3-wrapper .ev-content .other .flex .box h3 {
  font-size: 20px;
  font-weight: normal;
  background-color: #0054A6;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 0.5em;
}

.ev-content3-wrapper .ev-content .other .flex .box ul {
  font-size: 14px;
  margin-bottom: 1.5em;
  list-style: none;
  padding-left: 12px;
}

.ev-content3-wrapper .ev-content .other .flex .box ul li {
  position: relative;
  margin-bottom: 0.5em;
}

.ev-content3-wrapper .ev-content .other .flex .box ul li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 1.25em;
  background-color: #0054A6;
  left: -10px;
  top: 0.25em;
}

.ev-content3-wrapper .ev-content .notes {
  text-align: center;
  font-size: 13px;
  padding-left: 1em;
}

.ev-content3-wrapper .ev-content .notes::before {
  content: "※";
  margin-left: -1em;
}

.ev-content3-wrapper .ev-content .feature .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ev-content3-wrapper .ev-content .feature .flex .box {
  width: 48.5%;
}

.ev-content3-wrapper .ev-content .feature .flex .box h3 {
  font-size: 18px;
  position: relative;
  padding-left: 12px;
  margin-bottom: 0.5em;
}

.ev-content3-wrapper .ev-content .feature .flex .box h3::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 1.25em;
  background-color: #0054A6;
  left: 0px;
  top: 0.25em;
}

.ev-content3-wrapper .ev-content .feature .flex .box .spec {
  border: 3px solid #ED7D72;
  border-radius: 12px;
  padding: 22px 20px;
}

.ev-content3-wrapper .ev-content .feature .flex .box table {
  width: 100%;
}

.ev-content3-wrapper .ev-content .feature .flex .box table tr th,
.ev-content3-wrapper .ev-content .feature .flex .box table tr td {
  padding: 2px 6px;
  font-size: 14px;
  line-height: 1.25em;
  vertical-align: middle;
}

.ev-content3-wrapper .ev-content .feature .flex .box table tr th {
  background-color: #EEEEEE;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

.ev-content3-wrapper .ev-content .feature .flex .box table tr td {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #000;
}

.ev-content3-wrapper .ev-content .feature .flex .box table tr:first-child th:first-child {
  background-color: #9E9E9E;
  color: #fff;
  border-bottom: none;
}

.ev-content3-wrapper .ev-content .feature .flex .box table tr:first-child th:last-child {
  background-color: #717171;
  color: #fff;
  text-align: center;
  border-bottom: none;
}

.ev-content3-wrapper .ev-content .company {
  padding: 30px 0;
}

.ev-content3-wrapper .ev-content .company>p {
  margin-bottom: 30px;
}

.ev-content3-wrapper .ev-content .company .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ev-content3-wrapper .ev-content .company .flex .box {
  width: 48.5%;
}

.ev-content3-wrapper .ev-content .company .flex .box .notice {
  padding: 12px;
  border: 1px solid #000;
  border-radius: 12px;
}

.ev-content3-wrapper .ev-content .company dl {
  margin-left: 60px;
  font-size: 14px;
}

.ev-content3-wrapper .ev-content .company dl dt {
  display: inline-block;
  font-weight: bold;
  margin-right: 15px;
}

.ev-content3-wrapper .ev-content .company dl dd {
  display: inline-block;
}

.ev-content3-wrapper .ev-content .company ul {
  margin-left: 60px;
  margin-bottom: 15px;
  font-size: 14px;
}

.ev-content3-wrapper .ev-content .company ul li a {
  color: #0075C1 !important;
}

.ev-content3-wrapper .ev-content .company ul li a:hover {
  text-decoration: underline;
}

.ev-content3-wrapper .ev-content .contact {
  padding: 30px 0;
  border-top: 1px solid #000;
}

.ev-content3-wrapper .ev-content .contact .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ev-content3-wrapper .ev-content .contact .flex .box {
  width: 48.5%;
}

.ev-content3-wrapper .ev-content .contact .flex .box h2 {
  font-size: 24px;
}

.ev-content3-wrapper .ev-content .contact .flex .box p {
  margin-bottom: 1em;
}

.ev-content3-wrapper .ev-content .contact .flex .box .form a {
  text-align: center;
  font-weight: bold;
  display: block;
  background-color: #EB6D65;
  color: #fff !important;
  padding: 16px;
  border-radius: 14px;
  font-size: 36px;
  transition: 0.2s;
  position: relative;
}

.ev-content3-wrapper .ev-content .contact .flex .box .form a:hover {
  text-decoration: none;
  background-color: #eb8c8c;
}

.ev-content3-wrapper .ev-content .contact .flex .box .form a:after {
  display: block;
  content: "";
  background: transparent url(../images/icon_blank.png) no-repeat 0 0;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.ev-content3-wrapper .ev-content .contact .flex .box .form a span {
  font-size: 18px;
  display: block;
  line-height: 1.2em;
}

.ev-content3-wrapper .ev-content .contact .flex .box dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5em;
}

.ev-content3-wrapper .ev-content .contact .flex .box dl dt {
  display: block;
  box-sizing: border-box;
  padding: 8px;
  width: 16.5%;
  background-color: #DCDCDC;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.ev-content3-wrapper .ev-content .contact .flex .box dl dd {
  display: block;
  box-sizing: border-box;
  width: 83%;
  padding: 11px;
  font-size: 13px;
  background-color: #eeeeee;
}

.ev-content3-wrapper .ev-content .contact .notes {
  text-align: left;
  font-size: 13px;
  padding-left: 1em;
}

.ev-content3-wrapper .ev-content .contact .notes::before {
  content: "※";
  margin-left: -1em;
}

.ev-content3-wrapper .ev-content .contact .notes16 {
  text-align: left;
  font-size: 16px;
  padding-left: 1em;
}

.ev-content3-wrapper .ev-content .contact .notes16::before {
  content: "※";
  margin-left: -1em;
}

@media (min-width: 768px) and (max-width: 1180px) {
  .ev-content3-wrapper .ev-content {
    width: auto;
    margin: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .ev-content3-wrapper {
    width: auto;
    padding: 40px 0 0;
    margin: 0 12px;
  }

  .ev-content3-wrapper .ev-content {
    width: auto;
  }

  .ev-content3-wrapper .ev-content h2 {
    font-size: 19px;
  }

  .ev-content3-wrapper .ev-content .intelligent-wrapper {
    border: 3px solid #0054A6;
    margin-bottom: 30px;
  }

  .ev-content3-wrapper .ev-content .intelligent-wrapper h3 {
    font-size: 16px;
    padding-bottom: 3px;
  }

  .ev-content3-wrapper .ev-content .intelligent-wrapper .intelligent {
    padding: 10px;
  }

  .ev-content3-wrapper .ev-content .intelligent-wrapper .flex {
    display: block;
  }

  .ev-content3-wrapper .ev-content .intelligent-wrapper .flex .image {
    width: auto;
    margin-bottom: 10px;
  }

  .ev-content3-wrapper .ev-content .intelligent-wrapper .flex .text {
    width: auto;
  }

  .ev-content3-wrapper .ev-content .intelligent-wrapper .flex .text ul {
    font-size: 14px;
  }

  .ev-content3-wrapper .ev-content .intelligent-wrapper .flex .text img {
    width: 75%;
    display: block;
    margin: 0 auto;
  }

  .ev-content3-wrapper .ev-content .other {
    margin-bottom: 20px;
  }

  .ev-content3-wrapper .ev-content .other .flex {
    display: block;
  }

  .ev-content3-wrapper .ev-content .other .flex .box {
    width: auto;
  }

  .ev-content3-wrapper .ev-content .other .flex .box h3 {
    font-size: 16px;
    padding: 3px 6px;
  }

  .ev-content3-wrapper .ev-content .other .flex .box ul {
    font-size: 12px;
    padding-left: 8px;
  }

  .ev-content3-wrapper .ev-content .other .flex .box ul li::before {
    width: 3px;
    left: -8px;
  }

  .ev-content3-wrapper .ev-content .notes {
    text-align: left;
    font-size: 11px;
  }

  .ev-content3-wrapper .ev-content .feature .flex {
    display: block;
  }

  .ev-content3-wrapper .ev-content .feature .flex .box {
    width: auto;
  }

  .ev-content3-wrapper .ev-content .feature .flex .box h3 {
    font-size: 16px;
  }

  .ev-content3-wrapper .ev-content .feature .flex .box .spec {
    border-radius: 8px;
    padding: 16px 12px;
    margin-bottom: 20px;
  }

  .ev-content3-wrapper .ev-content .feature .flex .box table {
    width: 100%;
  }

  .ev-content3-wrapper .ev-content .feature .flex .box table tr th,
  .ev-content3-wrapper .ev-content .feature .flex .box table tr td {
    padding: 2px 4px;
    font-size: 11px;
  }

  .ev-content3-wrapper .ev-content .company {
    padding: 30px 0;
  }

  .ev-content3-wrapper .ev-content .company>p {
    margin-bottom: 30px;
  }

  .ev-content3-wrapper .ev-content .company .flex {
    display: block;
  }

  .ev-content3-wrapper .ev-content .company .flex .box {
    width: auto;
  }

  .ev-content3-wrapper .ev-content .company .flex .box .notice {
    font-size: 13px;
  }

  .ev-content3-wrapper .ev-content .company dl {
    margin-left: 50px;
    font-size: 12px;
  }

  .ev-content3-wrapper .ev-content .company dl dt {
    margin-right: 12px;
  }

  .ev-content3-wrapper .ev-content .company ul {
    margin-left: 40px;
    margin-bottom: 12px;
    font-size: 12px;
  }

  .ev-content3-wrapper .ev-content .contact {
    padding: 30px 0;
  }

  .ev-content3-wrapper .ev-content .contact .flex {
    display: block;
  }

  .ev-content3-wrapper .ev-content .contact .flex .box {
    width: auto;
  }

  .ev-content3-wrapper .ev-content .contact .flex .box h2 {
    font-size: 20px;
  }

  .ev-content3-wrapper .ev-content .contact .flex .box .form a {
    padding: 12px;
    border-radius: 10px;
    font-size: 24px;
  }

  .ev-content3-wrapper .ev-content .contact .flex .box .form a span {
    font-size: 13px;
  }

  .ev-content3-wrapper .ev-content .contact .flex .box dl dt {
    padding: 8px 4px;
    width: 16.5%;
    font-size: 13px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .ev-content3-wrapper .ev-content .contact .flex .box dl dd {
    width: 83%;
    padding: 11px;
    font-size: 11px;
  }

  .ev-content3-wrapper .ev-content .contact .notes {
    font-size: 11px;
  }

  .ev-content3-wrapper .ev-content .contact .notes16 {
    text-align: left;
    font-size: 13px;
    padding-left: 1em;
  }

  .ev-content3-wrapper .ev-content .contact .notes16::before {
    content: "※";
    margin-left: -1em;
  }
}

.link {
  margin: 15px 0;
}

.link a {
  text-decoration: underline;
  font-size: 16px;
  background-image: url(../images/arrow_right.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px;
}

.link a:hover {
  color: #EB6D65 !important;
}

@media screen and (max-width: 767px) {
  .link {
    margin: 15px 4vw;
  }
}

.va1-fixed {
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 1000;
}

.va1-fixed a {
  text-align: center;
  font-weight: bold;
  display: block;
  background-color: #EB6D65;
  color: #fff !important;
  padding: 12px 10px 32px 10px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 18px;
  writing-mode: vertical-rl;
  position: relative;
}

.va1-fixed a::after {
  content: "";
  display: block;
  background-image: url(../images/arrow-contact.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 36px;
  height: 28px;
  position: absolute;
  right: 5px;
  bottom: 0;
  transform: rotate(90deg);
}

.va1-fixed a:hover,
.va1-fixed a:active {
  text-decoration: none;
  background-color: #EA7575;
}

@media screen and (max-width: 767px) {
  .va1-fixed {
    width: 100%;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
  }

  .va1-fixed a {
    padding: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 16px;
    writing-mode: horizontal-tb;
  }

  .va1-fixed a::after {
    width: 36px;
    height: 28px;
    right: 5px;
    bottom: 8px;
  }