/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html,
body {
  margin: 0px;
  padding: 0px;
}

html {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

#evcharge {
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  color: #333;
  font-size: 62.5%;
  line-height: 100%;
}

#evcharge div,
#evcharge h1,
#evcharge h2,
#evcharge h3,
#evcharge h4,
#evcharge h5,
#evcharge p,
#evcharge ul,
#evcharge ol,
#evcharge li,
#evcharge dt,
#evcharge dd,
#evcharge dl {
  box-sizing: border-box;
}

#evcharge img {
  border: none;
  vertical-align: top;
  width: auto;
  min-width: auto;
}

#evcharge a {
  overflow: hidden;
  outline: none;
}

#evcharge ul,
#evcharge li {
  list-style: none;
}

#evcharge strong,
#evcharge b,
#evcharge h1,
#evcharge h2,
#evcharge h3,
#evcharge h4,
#evcharge h5 {
  font-weight: 700;
}

#evcharge p,
#evcharge div,
#evcharge a,
#evcharge ul,
#evcharge ol,
#evcharge li,
#evcharge h1,
#evcharge h2,
#evcharge h3,
#evcharge h4,
#evcharge h5 {
  box-sizing: border-box;
}

#evcharge p,
#evcharge ul,
#evcharge li,
#evcharge ol,
#evcharge span,
#evcharge h1,
#evcharge h2,
#evcharge h3,
#evcharge h4,
#evcharge h5 {
  padding: 0;
  margin: 0;
}

#evcharge a {
  outline: none;
}

#evcharge li {
  list-style: none;
}

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
#evcharge {
  position: relative;
}

#evcharge a {
  text-decoration: underline;
  color: #00a0e8;
}

#evcharge a img {
  transition: 0.2s;
}

#evcharge a:hover img {
  opacity: 0.5;
  transition: 0.2s;
}

#evcharge .pc {
  display: none;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .pc {
    display: block;
  }
}

#evcharge .sp {
  display: block;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .sp {
    display: none;
  }
}

#evcharge img {
  width: 100%;
  height: auto;
}

@media print,
screen and (min-width: 640px) {
  #evcharge img {
    width: auto;
  }
}

#evcharge p,
#evcharge li {
  font-weight: 400;
  line-height: 2em;
  font-size: 3.2vw;
  color: #000;
}

@media print,
screen and (min-width: 640px) {

  #evcharge p,
  #evcharge li {
    font-size: 15px;
  }
}

#evcharge img.middle {
  width: 50%;
  margin: 0 auto;
}

@media print,
screen and (min-width: 640px) {
  #evcharge img.middle {
    width: auto;
  }
}

#evcharge .block a.zoom {
  position: relative;
  display: block;
}

#evcharge .block a.zoom .iconZoom {
  position: absolute;
  left: calc(50% - 27px);
  top: calc(50% - 34px);
  z-index: 1;
  opacity: 0;
  transition: 0.2s;
}

#evcharge .block a.zoom:hover .iconZoom {
  opacity: 1;
  transition: 0.2s;
}

#evcharge .btn {
  display: block;
  text-align: center;
  width: 94%;
  margin: 0 auto 10vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .btn {
    width: 400px;
    margin: 0 auto 70px;
  }
}

#evcharge .btn a {
  display: block;
  height: 14vw;
  line-height: 14vw;
  border-radius: 7vw;
  color: #333;
  background: #fff000;
  text-decoration: none;
  font-size: 4vw;
  font-weight: bold;
  transition: 0.2s;
  position: relative;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .btn a {
    height: 66px;
    line-height: 66px;
    border-radius: 33px;
    font-size: 20px;
  }
}

#evcharge .btn a::before,
#evcharge .btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#evcharge .btn a::before {
  right: 30px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  transform: rotate(45deg);
  transition: 0.2s;
}

#evcharge .btn a:hover {
  color: #fff;
  background: #333;
  transition: 0.2s;
}

#evcharge .btn a:hover::before {
  transition: 0.2s;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

#totop {
  position: fixed;
  right: 5vw;
  bottom: -200px;
  transition: 0.3s;
  z-index: 1;
}

@media print,
screen and (min-width: 640px) {
  #totop {
    right: 50px;
  }
}

#totop.appear {
  bottom: 5vw;
  transition: 0.3s;
}

@media print,
screen and (min-width: 640px) {
  #totop.appear {
    bottom: 50px;
  }
}

#totop img {
  width: 10vw;
}

@media print,
screen and (min-width: 640px) {
  #totop img {
    width: 62px;
  }
}

#evcharge #follownav {
  position: fixed;
  width: 100%;
  top: -200px;
  left: 0;
  z-index: 100;
  background: #fff;
  transition: 0.3s;
}

#evcharge #follownav.appear {
  top: 0;
  transition: 0.3s;
}

#evcharge #follownav .nav {
  position: relative;
  margin: 0 auto;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #follownav .nav {
    width: 100%;
    height: 48px;
    margin-bottom: 0;
  }
}

#evcharge #follownav .nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  background: #0074c1;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 640px) {
  #evcharge #follownav .nav ul li:nth-child(1) {
    border-bottom: 1px solid #fff;
  }

  #evcharge #follownav .nav ul li:nth-child(2) {
    border-bottom: 1px solid #fff;
  }

  #evcharge #follownav .nav ul li:nth-child(3) {
    border-bottom: 1px solid #fff;
  }
}

@media print,
screen and (min-width: 640px) {
  #evcharge #follownav .nav ul {
    width: 100%;
    justify-content: center;
  }
}

#evcharge #follownav .nav ul li {
  text-align: center;
  padding-top: 2vw;
  width: 33.3333333333%;
  margin: 0;

  border-right: 1px solid #fff;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #follownav .nav ul li {
    width: calc(16.6666666667% - 1px);
    padding: 6px 10px 0;
  }
}

#evcharge #follownav .nav ul li:nth-child(3) {
  border-right: none;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #follownav .nav ul li:nth-child(3) {
    border-right: 1px solid #fff;
  }
}

#evcharge #follownav .nav ul li:nth-child(4),
#evcharge #follownav .nav ul li:nth-child(5) {
  border-bottom: none;
  width: 50%;
}

@media print,
screen and (min-width: 640px) {

  #evcharge #follownav .nav ul li:nth-child(4),
  #evcharge #follownav .nav ul li:nth-child(5) {

    width: calc(16.6666666667% - 1px);
  }
}

#evcharge #follownav .nav ul li a {
  display: inline-block;
  color: #fff;
  font-size: 3vw;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #follownav .nav ul li a {
    font-size: 17px;
    line-height: 36px;
    letter-spacing: 1px;
  }
}

#evcharge #follownav .nav ul li:last-child {
  border-right: none;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #follownav .nav ul li:last-child {
    width: 16.6666666667%;
  }
}

#evcharge header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#evcharge header .logo {
  width: 55%;
  margin: 3vw 0 3vw 3vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge header .logo {
    margin: 17px 0 19px 38px;
    width: 291px;
  }
}

#evcharge header .tit {
  width: 28%;
  margin: 7vw 3vw 0 0;
}

@media print,
screen and (min-width: 640px) {
  #evcharge header .tit {
    margin: 40px 38px 0 0;
    width: 189px;
  }
}

#evcharge #mv {
  position: relative;
  width: 100%;
  text-align: center;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #mv {
    height: 470px;
    background: #e4f3fa url(../img/main_bg.png) center top no-repeat;
  }
}

#evcharge #mv .copy {
  display: none;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #mv .copy {
    position: relative;
    display: block;
    margin: 0 auto;
    opacity: 0;
    top: 30px;
    -webkit-animation: mvCopy 1s ease-out forwards;
    animation: mvCopy 1s ease-out forwards;
  }
}

#evcharge #mv .icon {
  display: none;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #mv .icon {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -529px;
    opacity: 0;
    top: 30px;
    -webkit-animation: mvCopy 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) 1.5s forwards;
    animation: mvCopy 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) 1.5s forwards;
  }
}

@-webkit-keyframes mvCopy {
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes mvCopy {
  100% {
    opacity: 1;
    top: 0;
  }
}

@-webkit-keyframes mvIcon {
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes mvIcon {
  100% {
    opacity: 1;
    top: 0;
  }
}

#evcharge nav {
  position: relative;
  margin: 0 auto;
  background: #0074c1;
  margin-bottom: 10vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge nav {
    width: 1100px;
    height: 48px;
    border-radius: 24px;
    top: -24px;
    margin-bottom: 0;
  }
}

#evcharge nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

@media print,
screen and (min-width: 640px) {
  #evcharge nav ul {
    width: 100%;
    justify-content: center;
    flex-wrap: nowrap;
  }
}

#evcharge nav ul li {
  text-align: center;
  padding-top: 2vw;
  width: 33.3333333333%;
  margin: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media print,
screen and (min-width: 640px) {
  #evcharge nav ul li {
    width: calc(16.6666666667% - 1px);
    padding: 6px 10px 0;
    border-bottom: none;
  }
}

#evcharge nav ul li:nth-child(3) {
  border-right: none;
}

@media print,
screen and (min-width: 640px) {
  #evcharge nav ul li:nth-child(3) {
    border-right: 1px solid #fff;
  }
}

#evcharge nav ul li:nth-child(4),
#evcharge nav ul li:nth-child(5) {
  border-bottom: none;
  width: 50%;
}

@media print,
screen and (min-width: 640px) {

  #evcharge nav ul li:nth-child(1),
  #evcharge nav ul li:nth-child(3),
  #evcharge nav ul li:nth-child(5) {
    border-right: 1px solid #fff;
    width: calc(16.6666666667% + 20px);
  }
}

@media print,
screen and (min-width: 640px) {

  #evcharge nav ul li:nth-child(2),
  #evcharge nav ul li:nth-child(4) {
    width: calc(16.6666666667% - 20px);
  }
}

#evcharge nav ul li a {
  display: inline-block;
  color: #fff;
  font-size: 2.8vw;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
}

@media print,
screen and (min-width: 640px) {
  #evcharge nav ul li a {
    font-size: 17px;
    line-height: 36px;
    letter-spacing: 0px;
  }
}

#evcharge nav ul li:last-child {
  border: none;
}

#evcharge #news {
  width: 90%;
  margin: 0 auto 3vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #news {
    width: 980px;
    margin: 0 auto 30px;
  }
}

#evcharge #news h2 {
  font-size: 5vw;
  margin-bottom: 3vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #news h2 {
    font-size: 24px;
    vertical-align: middle;
    margin-bottom: 0;
  }
}

#evcharge #news h2 span {
  font-weight: normal;
  padding-left: 0.5rem;
}

#evcharge #news dl {
  width: 100%;
  font-size: 3.7vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #news dl {
    width: 760px;
    padding-left: 40px;
    font-size: 14px;
    border-left: 1px solid #333;
  }
}

#evcharge #news dl dt {
  margin: 0 0 0.2rem;
  padding: 0;
  line-height: 1.6;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #news dl dt {
    width: 110px;
    margin: 0 0 0.5rem;
  }
}

#evcharge #news dl dd {
  width: 100%;
  margin: 0 0 2rem;
  padding: 0;
  line-height: 1.6;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #news dl dd {
    width: 600px;
    margin: 0 0 0.5rem;
  }
}

#evcharge .contentsEvcharge {
  padding-bottom: 10vw;
  background: #5ac5f2;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge {
    padding-bottom: 70px;
  }
}

#evcharge .contentsEvcharge #intro {
  margin: 0 auto;
  padding: 10vw 0;
  background: url(../img/bg_intro.png) center top 260px no-repeat;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #intro {
    padding: 100px 0 0;
  }
}

#evcharge .contentsEvcharge #intro h2 {
  text-align: center;
  margin-bottom: 5vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #intro h2 {
    margin-bottom: 40px;
  }
}

#evcharge .contentsEvcharge #intro h2 img {
  width: 100%;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #intro h2 img {
    width: 932px;
  }
}

#evcharge .contentsEvcharge #intro ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #intro ul {
    width: 690px;
    justify-content: flex-start;
  }
}

#evcharge .contentsEvcharge #intro ul li {
  position: relative;
  width: 48%;
  margin-bottom: 5vw;
  opacity: 0;
  transition: 0.5s;
  top: 5vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #intro ul li {
    top: 50px;
    width: 207px;
    margin-bottom: 40px;
  }

  #evcharge .contentsEvcharge #intro ul li:not(:nth-child(3n)) {
    margin-right: 33px;
  }
}

#evcharge .contentsEvcharge #intro ul li.appear {
  opacity: 1;
  transition: 0.5s;
  top: 0;
}

#evcharge .contentsEvcharge #intro ul li img {
  width: 100%;
}

#evcharge .contentsEvcharge #intro ul li.new::before {
  content: "NEW";
  position: absolute;
  left: 0;
  top: 5vw;
  width: 14vw;
  height: 7vw;
  color: #fff;
  background: #e20213;
  text-align: center;
  font-size: 3.5vw;
  line-height: 7vw;
  font-weight: bold;
  opacity: 1;
  z-index: 10;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #intro ul li.new::before {
    left: 0;
    top: 25px;
    width: 73px;
    height: 33px;
    font-size: 18px;
    line-height: 33px;
  }
}

#evcharge .contentsEvcharge .block {
  position: relative;
  width: 94%;
  margin: 0 auto 5vw;
  padding: 3vw;
  box-sizing: border-box;
  background-image: url(../img/bg_hdr.png), url(../img/bg_ftr.png), url(../img/bg_repeat.png);
  background-position: center top, center bottom, center top;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-size: 100% auto, 100% auto, 100% auto;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge .block {
    width: 846px;
    margin: 0 auto 30px;
    padding: 50px 75px;
    border: 5px solid #333;
    border-radius: 20px;
    background: #fff;
    background-image: none;
  }
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge .block::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 99px;
    right: -5px;
    bottom: -5px;
    background: url(../img/img_corner.png) right bottom no-repeat;
    background-size: auto auto;
  }
}

#evcharge .contentsEvcharge .block.new::before {
  content: "NEW";
  position: absolute;
  left: 0;
  top: 5vw;
  width: 25vw;
  height: 10vw;
  color: #fff;
  background: #e20213;
  text-align: center;
  font-size: 5vw;
  line-height: 10vw;
  font-weight: bold;
  letter-spacing: 1px;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge .block.new::before {
    left: -5px;
    top: 40px;
    width: 150px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
  }
}

#evcharge .contentsEvcharge .block h2 {
  text-align: center;
  margin-bottom: 5vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge .block h2 {
    margin-bottom: 50px;
  }
}

#evcharge .contentsEvcharge .block h2 img {
  width: auto;
  height: 20vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge .block h2 img {
    width: auto;
    height: auto;
  }
}

#evcharge .contentsEvcharge .block h3 {
  color: #fff;
  text-align: center;
  background: #00a0e8;
  height: 8vw;
  line-height: 8vw;
  border-radius: 4vw;
  font-size: 3.2vw;
  margin-bottom: 5vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge .block h3 {
    height: 56px;
    line-height: 56px;
    border-radius: 28px;
    font-size: 24px;
    margin-bottom: 30px;
  }
}

#evcharge .contentsEvcharge .block h4 {
  color: #00a0e8;
  font-size: 3.5vw;
  line-height: 1.6;
  margin-bottom: 3vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge .block h4 {
    font-size: 23px;
    margin-bottom: 20px;
  }
}

#evcharge .contentsEvcharge .block h5 {
  font-weight: 400;
  line-height: 2em;
  font-size: 3.2vw;
  color: #000;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge .block h5 {
    font-size: 16px;
  }
}

#evcharge .contentsEvcharge .block p {
  margin-bottom: 5vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge .block p {
    margin-bottom: 30px;
  }
}

#evcharge .contentsEvcharge .block p span {
  font-size: 80%;
}

#evcharge .contentsEvcharge .block p strong {
  display: inline-block;
  background: #a8e3fb;
  font-weight: normal;
  line-height: 1.4;
}

#evcharge .contentsEvcharge .block .image {
  margin-bottom: 10vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge .block .image {
    margin-bottom: 30px;
  }
}

#evcharge .contentsEvcharge .block .btn {
  width: 100%;
  margin-bottom: 10vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge .block .btn {
    width: 400px;
    margin-bottom: inherit;
  }
}

#evcharge .contentsEvcharge .block .separate {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge .block .separate p {
    width: 320px;
    padding-right: 20px;
  }
}

#evcharge .contentsEvcharge .block .kihon {
  margin-bottom: 17vw;
  padding: 3vw 3vw 0;
  border: 1vw solid #5ac5f2;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge .block .kihon {
    margin-bottom: 30px;
    padding: 30px;
    border: 3px solid #5ac5f2;
  }
}

#evcharge .contentsEvcharge .block .kihon h3 {
  position: relative;
  color: #00a0e8;
  background: none;
  margin-bottom: 7vw;
  padding: 0;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge .block .kihon h3 {
    margin-bottom: 50px;
  }
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge .block .kihon h3 img {
    width: 621px;
  }
}

#evcharge .contentsEvcharge .block .kihon h3 .pointKihon {
  opacity: 0;
}

#evcharge .contentsEvcharge .block .kihon h3 .pointKihon.appear {
  opacity: 1;
  transition: 0.3s;
}

#evcharge .contentsEvcharge .block .kihon h3 .titKihon {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

#evcharge .contentsEvcharge .block .kihon h3 .titKihon.appear {
  opacity: 1;
  transition: 0.3s;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge .block .kihon h4 {
    margin-bottom: 10px;
  }
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge .block .kihon p {
    width: 380px;
  }
}

#evcharge .contentsEvcharge .block .kihon p strong {
  display: inline;
}

@media print,
screen and (min-width: 640px) {

  #evcharge .contentsEvcharge .block .kihon .kihon01,
  #evcharge .contentsEvcharge .block .kihon .kihon02 {
    width: 611px;
  }
}

#evcharge .contentsEvcharge .block ul.notice {
  margin-bottom: 5vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge .block ul.notice {
    margin-bottom: 30px;
  }
}

#evcharge .contentsEvcharge .block ul.notice li {
  list-style: disc;
  margin-left: 2rem;
  font-size: 2.8vw;
  line-height: 1.6;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge .block ul.notice li {
    font-size: 14px;
    line-height: 1.8;
  }
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge .block .hojokinDetail {
    width: 540px;
  }
}

#evcharge .contentsEvcharge .block .hojokinDetail ul li {
  padding-left: 1rem;
  text-indent: -1rem;
}

#evcharge .contentsEvcharge .block ul.flow li {
  padding-left: 1rem;
  text-indent: -1rem;
}

#evcharge .contentsEvcharge .block .kikan {
  text-align: center;
  margin-bottom: 3rem;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #infra h2 img {
    width: 536px;
  }
}

#evcharge .contentsEvcharge #infra .imgWrap {
  position: relative;
  height: 70vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #infra .imgWrap {
    height: 525px;
    margin-bottom: 70px;
  }
}

#evcharge .contentsEvcharge #infra .imgWrap img {
  position: absolute;
  top: 0;
  left: 0;
}

@media print,
screen and (min-width: 640px) {

  #evcharge .contentsEvcharge #infra img.infra01,
  #evcharge .contentsEvcharge #infra img.infra02,
  #evcharge .contentsEvcharge #infra img#inview02,
  #evcharge .contentsEvcharge #infra img#inview03,
  #evcharge .contentsEvcharge #infra img#inview06,
  #evcharge .contentsEvcharge #infra img#inview07 {
    width: 690px;
  }
}

@media print,
screen and (min-width: 640px) {

  #evcharge .contentsEvcharge #infra img#inview01,
  #evcharge .contentsEvcharge #infra img#inview08 {
    width: 344px;
  }
}

@media print,
screen and (min-width: 640px) {

  #evcharge .contentsEvcharge #infra img#inview01,
  #evcharge .contentsEvcharge #infra img#inview02,
  #evcharge .contentsEvcharge #infra img#inview03,
  #evcharge .contentsEvcharge #infra img#inview04 {
    position: relative;
    top: 50px;
  }
}

#evcharge .contentsEvcharge #infra .infraWrap {
  position: relative;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #infra .infraWrap {
    width: 344px;
  }
}

#evcharge .contentsEvcharge #infra .infraWrap .flag {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1;
}

#evcharge .contentsEvcharge #infra .graphWrap {
  position: relative;
}

#evcharge .contentsEvcharge #infra .graphWrap img {
  width: 100%;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #infra .graphWrap img {
    width: 686px !important;
  }
}

#evcharge .contentsEvcharge #infra .graphWrap .graph {
  position: absolute;
  top: 0px;
  left: -20px;
  z-index: 1;
}

#evcharge .contentsEvcharge #infra p {
  line-height: 1.6;
}

#evcharge .contentsEvcharge #infra p i {
  position: relative;
  font-size: 50% !important;
  font-style: normal;
  top: -0.3rem;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo {
    margin-bottom: 70px;
  }
}

#evcharge .contentsEvcharge #shugo img {
  margin: 0 auto 5vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo img {
    width: auto;
    margin: 0;
  }
}

#evcharge .contentsEvcharge #shugo .border {
  margin-bottom: 5vw;
  border-bottom: 2px solid #333;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo .border {
    margin-bottom: 30px;
  }
}

#evcharge .contentsEvcharge #shugo .border hr {
  display: none;
}

#evcharge .contentsEvcharge #shugo h2 {
  margin: 0 auto 7vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo h2 {
    margin: 0 auto 60px;
  }
}

#evcharge .contentsEvcharge #shugo h2 img {
  display: block;
  width: auto;
  margin: 0 auto 30px;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo h2 img {
    width: 298px;
  }
}

#evcharge .contentsEvcharge #shugo h3 {
  color: #00a0e8;
  border: 0.7vw solid #00a0e8;
  border-radius: 3vw;
  text-align: center;
  font-size: 4vw;
  background: none;
  line-height: 1.4;
  margin-bottom: 5vw;
  padding-bottom: 3vw;
  height: auto;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo h3 {
    border: 2px solid #00a0e8;
    border-radius: 10px;
    line-height: 1;
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 30px;
    padding-bottom: 21px;
  }
}

#evcharge .contentsEvcharge #shugo h3 strong {
  position: relative;
  display: inline-block;
  background: #00a0e8;
  color: #fff;
  font-size: 3.2vw;
  height: 8vw;
  line-height: 8vw;
  padding: 0 3vw;
  border-radius: 4vw;
  margin-bottom: -1vw;
  top: -4vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo h3 strong {
    font-size: 22px;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    border-radius: 21px;
    margin-bottom: -3px;
    top: -21px;
  }
}

#evcharge .contentsEvcharge #shugo h3 span {
  display: block;
  font-size: 2.7vw;
  color: #333;
  font-weight: normal;
  padding-top: 10px;
  line-height: 1.6;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo h3 span {
    font-size: 16px;
  }
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo h4 {
    margin-bottom: 10px;
  }
}

#evcharge .contentsEvcharge #shugo .point {
  margin-bottom: 7vw;
  padding: 3vw 3vw 0;
  border: 2px solid #00a0e8;
  align-items: flex-start;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo .point {
    padding: 20px;
    margin-bottom: 0;
  }

  #evcharge .contentsEvcharge #shugo .point02 {
    margin-bottom: 100px;
  }
}

#evcharge .contentsEvcharge #shugo .point h5 {
  color: #00a0e8;
  font-size: 3.7vw;
  line-height: 1.6;
  font-weight: bold;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo .point h5 {
    font-size: 18px;
  }
}

#evcharge .contentsEvcharge #shugo .point p {
  font-size: 3.2vw;
  line-height: 1.6;
  margin-bottom: 3vw;
  width: 67vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo .point p {
    font-size: 14px;
    line-height: 1.6;
    width: 340px;
    margin-bottom: 0;
  }

  #evcharge .contentsEvcharge #shugo .point02 p {
    width: 565px;
  }
}

#evcharge .contentsEvcharge #shugo .point img.icon {
  width: 10vw;
  margin: 0;
  opacity: 0;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo .point img.icon {
    width: auto;
  }
}

#evcharge .contentsEvcharge #shugo .point img.icon.appear {
  opacity: 1;
  transition: 0.3s;
}

#evcharge .contentsEvcharge #shugo .point .pointDetail {
  opacity: 0;
}

#evcharge .contentsEvcharge #shugo .point .pointDetail.appear {
  opacity: 1;
  transition: 0.3s;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo .share p {
    width: 420px;
  }
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo .share .point p {
    width: 300px;
  }
}

#evcharge .contentsEvcharge #shugo .otoku {
  margin: 0 auto 10vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo .otoku {

    margin: 0 auto 50px;
  }
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo .otoku p {
    width: 450px;
    padding-top: 30px;
  }
}

#evcharge .contentsEvcharge #shugo .otoku img {
  display: block;
  margin: 0 auto;
  width: 70%;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo .otoku img {
    width: auto;
  }
}

#evcharge .contentsEvcharge #shugo .otoku .man {
  width: 40%;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo .otoku .man {
    width: 198px;
  }
}

#evcharge .contentsEvcharge #shugo img.setti {
  width: 70%;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo img.setti {
    width: auto;
  }
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo img.shugo01 {
    width: 359px;
  }
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo img.shugo02 {
    width: 203px;
  }
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo img.shugo03 {
    width: 228px;
  }
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo #inview05 {
    width: 459px;
  }
}

#evcharge .contentsEvcharge #shugo .shugo04 {
  position: relative;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo .shugo04 img {
    width: 690px;
  }
}

#evcharge .contentsEvcharge #shugo .shugo04 img.shugo04_1 {
  position: relative;
  opacity: 0;
  top: 50px;
}

#evcharge .contentsEvcharge #shugo .shugo04 img.shugo04_1.appear {
  opacity: 1;
  transition: 0.5s;
  top: 0;
}

#evcharge .contentsEvcharge #shugo .shugo04 img.shugo04_2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}

#evcharge .contentsEvcharge #shugo .shugo04 img.shugo04_2.appear {
  opacity: 1;
  transition: 0.5s;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo img.shugo05 {
    width: 690px;
  }
}

#evcharge .contentsEvcharge #shugo ul.otoku1 li {
  padding-left: 3rem;
  text-indent: -2.6rem;
  margin-bottom: 0.5rem;
  line-height: 1.6;
  font-size: 2.8vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo ul.otoku1 li {
    padding-left: 3rem;
    text-indent: -2.7rem;
    font-size: 14px;
    line-height: 1.8;
  }
}

#evcharge .contentsEvcharge #shugo ul.otoku2 {
  margin-bottom: 10vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo ul.otoku2 {
    margin-bottom: 100px;
  }
}

#evcharge .contentsEvcharge #shugo ul.otoku2 li {
  padding-left: 1rem;
  text-indent: -0.8rem;
  margin-bottom: 0.5rem;
  line-height: 1.6;
  font-size: 2.8vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo ul.otoku2 li {
    padding-left: 1rem;
    text-indent: -0.9rem;
    font-size: 13px;
    line-height: 1.8;
  }
}

#evcharge .contentsEvcharge #shugo h4.mansion {
  color: #333;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo h4.mansion {
    font-size: 18px;
  }
}

#evcharge .contentsEvcharge #shugo .mansionPoint {
  margin-bottom: 18vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo .mansionPoint {
    margin-bottom: 50px;
  }
}

#evcharge .contentsEvcharge #shugo .mansionPoint .icon {
  opacity: 0;
}

#evcharge .contentsEvcharge #shugo .mansionPoint p {
  opacity: 0;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge #shugo .mansionPoint p {
    width: 560px;
    padding-top: 10px;
  }
}

#evcharge .contentsEvcharge #shugo .mansionPoint .appear {
  opacity: 1;
  transition: 0.3s;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #hojokin h2 img {
    width: 254px;
  }
}

@media print,
screen and (min-width: 640px) {
  #evcharge #hojokin #inview04 {
    position: relative;
    width: 145px;
    top: 50px;
  }
}

@media print,
screen and (min-width: 640px) {
  #evcharge #hojokin .hojokin01 {
    width: 687px;
  }
}

@media print,
screen and (min-width: 640px) {
  #evcharge #hojokin .hojokin02 {
    width: 690px;
  }
}

@media print,
screen and (min-width: 640px) {
  #evcharge #movie h2 img {
    width: 254px;
  }
}

#evcharge #movie p {
  text-align: left;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #movie p {
    text-align: center;
  }
}

#evcharge #movie ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #movie ul {
    width: 690px;
    margin: 0 auto 30px;
  }
}

#evcharge #movie ul li {
  position: relative;
  text-align: left;
  width: 47%;
  margin-bottom: 5vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #movie ul li {
    width: 330px;
    margin-bottom: 30px;
    line-height: 1.6;
  }
}

#evcharge #movie ul li a::after {
  content: "";
  position: absolute;
  top: 6vw;
  left: 14.5vw;
  width: 10vw;
  height: 10vw;
  background: url(../img/btn_play.png) center center no-repeat;
  background-size: 100% 100%;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #movie ul li a::after {
    top: 64px;
    left: 136px;
    width: 58px;
    height: 58px;
    background: url(../img/btn_play.png) center center no-repeat;
    background-size: 100% 100%;
  }
}

#evcharge #movie ul li img {
  margin-bottom: 2vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #movie ul li img {
    margin-bottom: 10px;
  }
}

#evcharge #movie ul li .btn {
  width: 90%;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #movie ul li .btn {
    width: 220px;
    height: inherit;
  }
}

#evcharge #movie ul li .btn a {
  height: 8vw;
  line-height: 8vw;
  border-radius: 4vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #movie ul li .btn a {
    height: 66px;
    line-height: 66px;
    border-radius: 33px;
  }
}

@media print,
screen and (min-width: 640px) {
  #evcharge #jirei {
    margin-bottom: 70px;
  }
}

#evcharge #jirei .btn {
  margin-bottom: 17vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #jirei .btn {
    margin-bottom: 70px;
  }
}

@media print,
screen and (min-width: 640px) {
  #evcharge #jirei h2 img {
    width: 254px;
  }
}

#evcharge #jirei p {
  text-align: left;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #jirei p {
    text-align: center;
  }
}

#evcharge #jirei p img {
  width: 17px;
  height: 17px;
  margin: 0 3px;
  vertical-align: text-bottom;
}

#evcharge #jirei ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #jirei ul {
    width: 690px;
    margin: 0 auto 30px;
  }
}

#evcharge #jirei ul li {
  position: relative;
  text-align: left;
  width: 47%;
  margin-bottom: 5vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #jirei ul li {
    width: 330px;
    margin-bottom: 30px;
    line-height: 1.6;
  }
}

#evcharge #jirei ul li a {
  text-decoration: none;
}

#evcharge #jirei ul li img {
  margin-bottom: 2vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #jirei ul li img {
    margin-bottom: 10px;
  }
}

#evcharge #jirei ul li span {
  color: #333;
  text-decoration: none;
  margin: 0;
  font-size: 3.2vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #jirei ul li span {
    font-size: 16px;
  }
}

#evcharge #jirei ul li p {
  display: inline;
  color: #00a0e8;
  text-align: left;
  margin: 0;
  font-size: 3.2vw;
  line-height: 1.6;
  text-decoration: underline;
  background: url(../img/icon_window.png) right bottom no-repeat;
  background-size: 3.2vw 3.2vw;
  padding-right: 5vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #jirei ul li p {
    font-size: 16px;
    background: url(../img/icon_window.png) right bottom no-repeat;
    background-size: 17px 17px;
    padding-right: 25px;
  }
}

@media print,
screen and (min-width: 640px) {
  #evcharge #shiryo h2 img {
    width: 370px;
  }
}

#evcharge #shiryo p {
  text-align: center;
}

#evcharge #shiryo ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #shiryo ul {
    width: 620px;
    margin: 0 auto 70px;
  }
}

#evcharge #shiryo ul li {
  text-align: center;
  width: 47%;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #shiryo ul li {
    width: auto;
  }
}

#evcharge #shiryo ul li img {
  border: 1px solid #333;
  margin-bottom: 20px;
}

#evcharge #shiryo ul li .btn {
  width: 90%;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #shiryo ul li .btn {
    width: 220px;
    height: inherit;
  }
}

#evcharge #shiryo ul li .btn a {
  height: 8vw;
  line-height: 8vw;
  border-radius: 4vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #shiryo ul li .btn a {
    height: 66px;
    line-height: 66px;
    border-radius: 33px;
  }
}

#evcharge #banners {
  width: 90%;
  margin: 0 auto 5vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #banners {
    width: 846px;
    margin: 0 auto 30px;
  }
}

#evcharge #banners h2 {
  text-align: center;
  margin-bottom: 7vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #banners h2 {
    margin-bottom: 70px;
  }
}

#evcharge #banners h2 img {
  width: 65%;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #banners h2 img {
    width: 338px;
  }
}

#evcharge #banners h3 {
  font-size: 4vw;
  margin-bottom: 5vw;
  line-height: 1.4;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #banners h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

#evcharge #banners ul.list {
  margin-bottom: 10vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #banners ul.list {
    margin-bottom: 50px;
  }
}

#evcharge #banners ul.list li {
  margin-bottom: 0.5rem;
}

#evcharge #banners ul.list li a {
  color: #333;
  font-size: 16px;
}

#evcharge #banners ul.list li a img {
  position: relative;
  margin-right: 1vw;
  top: 1vw;
  width: 3vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #banners ul.list li a img {
    width: auto;
    margin-right: 5px;
    top: 3px;
  }
}

#evcharge #banners ul.banner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5vw;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #banners ul.banner {
    margin-bottom: 50px;
  }
}

#evcharge #banners ul.banner::after {
  content: "";
  width: 30%;
}

#evcharge #banners ul.banner li {
  width: 47%;
  margin-bottom: 3vw;
  line-height: 1.6;
}

@media print,
screen and (min-width: 640px) {
  #evcharge #banners ul.banner li {
    width: 262px;
    margin-bottom: 0;
  }
}

#evcharge #banners ul.banner li a {
  color: #333;
  text-decoration: none;
}

#evcharge #banners ul.banner li a img {
  margin-bottom: 0.5rem;
}

#evcharge .contentsEvcharge .block .mb30 {
  margin-bottom: 5vw !important;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge .block .mb30 {
    margin-bottom: 30px !important;
  }
}

#evcharge .contentsEvcharge .block .mb50 {
  margin-bottom: 7vw !important;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge .block .mb50 {
    margin-bottom: 50px !important;
  }
}

#evcharge .contentsEvcharge .block .mb70 {
  margin-bottom: 10vw !important;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge .block .mb70 {
    margin-bottom: 50px !important;
  }
}

#evcharge .contentsEvcharge .block .mb100 {
  margin-bottom: 15vw !important;
}

@media print,
screen and (min-width: 640px) {
  #evcharge .contentsEvcharge .block .mb100 {
    margin-bottom: 100px !important;
  }
}

footer {
  padding-top: 5vw;
}

@media print,
screen and (min-width: 640px) {
  footer {
    padding-top: 30px;
  }
}

footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 5vw !important;
}

@media print,
screen and (min-width: 640px) {
  footer ul {
    margin-bottom: 90px !important;
  }
}

footer ul li {
  width: 100%;
  text-align: center;
  padding: 0 15px !important;
  line-height: 1 !important;
  font-size: 3.7vw !important;
  margin-bottom: 1rem !important;
}

@media print,
screen and (min-width: 640px) {
  footer ul li {
    width: auto;
    margin-bottom: 0 !important;
    font-size: 16px !important;
    border-right: 1px solid #333;
  }
}

@media print,
screen and (min-width: 640px) {
  footer ul li:last-child {
    border-right: none !important;
  }
}

footer p {
  text-align: center;
  padding-bottom: 30px !important;
  font-size: 12px !important;
}

.inview {
  top: 0;
  opacity: 0;
}

.inview.appear {
  -webkit-animation: apar 1s ease-out 0.5s forwards;
  animation: apar 1s ease-out 0.5s forwards;
}

.flag {
  opacity: 0;
}

.flag.appear {
  -webkit-animation: apar 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s forwards;
  animation: apar 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s forwards;
}

.graph {
  opacity: 0;
}

.graph.appear {
  -webkit-animation: graph 0.3s ease-out 0.5s forwards;
  animation: graph 0.3s ease-out 0.5s forwards;
}

@-webkit-keyframes apar {
  100% {
    opacity: 1;
    top: 0px;
  }
}

@keyframes apar {
  100% {
    opacity: 1;
    top: 0px;
  }
}

@-webkit-keyframes graph {
  100% {
    opacity: 1;
    left: 0px;
  }
}

@keyframes graph {
  100% {
    opacity: 1;
    left: 0px;
  }
}

.fancybox-image {
  max-width: 100%;
}

/*# sourceMappingURL=style.css.map */

.fwb {
  font-weight: bold !important;
}

.p-text-indent {
  text-indent: -1em;
  margin-left: 1em !important;
}

.p-infra-point {
  padding: 20px 15px;
  border: 2px solid #00a0e8;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;

}

.p-infra-point-img img {
  width: 56px;
}

.p-infra-point-img {
  margin-right: 15px;
  opacity: 0;
}

.p-infra-point-img.appear {
  opacity: 1;
  transition: 0.3s;
}

.p-infra-point-box {
  opacity: 0;
}

.p-infra-point-box.appear {
  opacity: 1;
  transition: 0.3s;
}

.p-infra-point-box02 {
  margin-left: 20px;
}

.p-infra-point-box-ttl {
  font-size: 18px !important;
  color: #00a0e8 !important;
  line-height: 1.6 !important;
  font-weight: bold !important;

}

.p-infra-point-box-txt {
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 640px) {
  .p-infra-point {
    padding: 3vw 3vw;
    border: 2px solid #00a0e8;
    margin-bottom: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;

  }

  .p-infra-point-img img {
    width: 10vw;
  }

  .p-infra-point-img {
    margin-right: 3vw;
    opacity: 0;
  }

  .p-infra-point-box-ttl {
    font-size: 3.7vw !important;
  }

  .p-infra-point-box-txt {
    font-size: 3.2vw !important;


  }

  .p-mb {
    margin-bottom: 20vw !important;
  }
}

.p-line {
  text-decoration: underline;
}

.p-col-01 {
  color: #00a0e8 !important;
  font-weight: 700 !important;
  padding-left: 0 !important;
  text-indent: 0 !important;

}

.p-check {
  color: #00a0e8 !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  margin-bottom: 0 !important;
}

.p-case {
  margin-bottom: 0 !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 640px) {
  .p-case {
    font-size: 3.2vw !important;
  }

  .p-check {
    font-size: 3.5vw !important;

  }
}

.p-infra-point-no2 .p-infra-point-box02 {
  margin-left: 0;
}

.p-infra-point-no2 .p-infra-point-box-txt {
  text-align: left !important;
}

.p-infra-point-no2 {
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .p-infra-point-no2 {
    margin-bottom: 120px;
  }
}

.tac {
  text-align: center !important;
}

/* RWD表示切り替え
---------------------------------------------------------------------------- */
@media all and (min-width: 641px) {
  .nopc {
    display: none !important;
  }
}

@media all and (max-width: 640px) {
  .nosp {
    display: none !important;
  }
}
