@charset 'UTF-8';

html {
  font-size: 62.5%;/* 10px */
}

body {
  font-size: 1.6rem;/* 16px */
  font-family: 'Noto Sans CJK JP', sans-serif;
}

main {
  font-size: 1.6rem;/* 16px */
  color : #111111;
}

footer {
  background: #0F52A7;
}
.copyright {
    text-align: center;
    padding: .5em;
    color: #ffffff;
}

span {
  display: inline-block;
}

img {
  width: 100%;
}

p, a, li, th, td, dt, dd {
  line-height: 1.5;
}

a img:hover {
  opacity: .8;
}


h1 {
  font-size: 4.7em;
  font-weight: 600;
}

h2 {
  font-size: 4.2em;
  font-weight: 600;
  letter-spacing : 2.52px;
}

h3 {
  font-size: 3.6em;
  font-weight: bold;
  color : #007FD1;
}

h4 {
  font-size: 3em;
}

p {
  font-size: 2em;
}

.b_p {
  font-size: 2.5em;
}

.m_p {
  font-size: 2.2em;
}

.s_p {
  font-size: 1.7em;
}

.showpc {
  display: block;
}
.showsp {
  display: none !important;
}

.c_w {
  width: 80%;
  margin: 3em auto 0;
  padding: 5em;
  background-color: #ffffff;
}

.on_car {
  position: relative;
}

.on_car::before {
  content: "";
  display: inline-block;
  width: 20em;
  height: 10em;
  background: url(../img/car_img.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 12em;
  transform: translateY(-100%);
  z-index: 0;
}

.bgc_b1 {
  background : #0F52A7;
}

.bgc_b2 {
  padding: 5em 0;
  background : #93C9FF;
}

.bgc_b3 {
  padding: 5em 0;
  background : #007FD1;
}

.tc_b {
  color : #007FD1;
}

.sub_t {
  /* font-family : GenEiGothicM SB; */
  font-family: Avenir Next Condensed;
  letter-spacing : 1.5px;
  margin-top: 1.5rem;
}

.ta_c {
  text-align: center;
}

.err_msg {
  font-size: 1.7em;
  color : #EF3300;
}

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

  h1 {
    font-size: 2.4em;
  }
  
  h2 {
    font-size: 2.4em;
  }
  
  h3 {
    font-size: 2.1em;
  }
  
  h4 {
    font-size: 2em;
  }
  
  p {
    font-size: 1.4em;
  }

  .b_p {
    font-size: 2em;
  }
  
  .m_p {
    font-size: 1.8em;
  }
  
  .s_p {
    font-size: 1.2em;
  }

  .ano_p {
    font-size: 1em;
  }

  .sub_t {
    font-size: 1.4em;
    letter-spacing: 0.84px;
  }

  .c_w {
    width: 90%;
    margin: 3em auto 0;
    padding: 2em;
  }

  .on_car::before {
    width: 8em;
    height: 4em;
    top: 0;
    left: 0;
  }

  .bgc_b2 {
    padding: 3em 0;
  }
  
  .bgc_b3 {
    padding: 3em 0;
  }

  .err_msg {
    font-size: 1.4em;
  }

  .copyright {
    font-size: 1em;
    padding: 1em 0;
  }


  
}



