.wrapper {
  width: 100%;
}

.contArea {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .contArea {
    width: 94%;
    margin: 0 3%;
  }
}

.mvArea {
  width: 100%;
  background-color: #4ee8ff;
  background-image: url(../img/mv_bg.png), url(../img/taxi_bg.png);
  background-repeat: repeat-x,no-repeat;
  background-position: center top,center 555px;
  min-height: 700px;
  padding: 220px 0 120px 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .mvArea {
    padding: 13.5% 0 10% 0;
    min-height: 500px;
    background-position: center top,center 70%;
    background-size: 150% auto,180% auto;
  }
}
.mvArea h2 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mvArea h2 {
    margin-bottom: 10px;
  }
}
.mvArea h1 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mvArea h1 {
    width: 90%;
    margin: 0 auto 10px;
  }
}
.mvArea .leadCopy {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 50px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mvArea .leadCopy {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.mvArea h3 {
  display: table;
  margin: 0 auto 10px;
  height: 50px;
  background-color: #004da0;
  padding: 0 30px;
  border-radius: 25px;
  min-width: 270px;
}
@media screen and (max-width: 768px) {
  .mvArea h3 {
    border-radius: 20px;
    min-width: 200px;
    height: 36px;
    padding: 0 18px;
  }
}
.mvArea h3 em {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  font-size: 22px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .mvArea h3 em {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .mvArea .due1 {
    width: 70%;
    margin: 0 auto;
    max-width: 300px;
  }
}

.anchBtn {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  z-index: 50px;
  max-width: 780px;
  margin: -50px auto 0;
}
@media screen and (max-width: 768px) {
  .anchBtn {
    margin: -30px auto 0;
  }
}
.anchBtn > li {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.anchBtn > li:hover {
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
@media screen and (max-width: 768px) {
  .anchBtn > li {
    margin: 0 1.5%;
  }
}

.nextBtn {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  z-index: 50px;
  max-width: 780px;
  margin: 0px auto 0;
}
.nextBtn > li {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  width: 100%;
}
.nextBtn > li img {
  margin: 0 auto;
}
.nextBtn > li:hover {
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
@media screen and (max-width: 768px) {
  .nextBtn > li {
    display: none;
    /*margin: 0 1.5%;*/
  }
}

.biWrap1 {
  position: relative;
  background-image: url(../img/bild_bg1.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 80px 0 220px;
}
@media screen and (max-width: 768px) {
  .biWrap1 {
    padding: 30px 0 80px;
    background-size: 180% auto;
  }
}
.biWrap1 h2 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .biWrap1 h2 {
    width: 60%;
    margin: 0 auto;
  }
}
.biWrap1 .copy {
  margin-bottom: 30px;
}
.biWrap1 .copy p {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .biWrap1 .copy p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.biWrap1 .txtArea > li {
  margin-bottom: 40px;
}
.biWrap1 .txtArea > li h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .biWrap1 .txtArea > li h4 {
    font-size: 17px;
    margin-bottom: 5px;
  }
}
.biWrap1 .txtArea > li p {
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .biWrap1 .txtArea > li p {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.5;
  }
}

.biWrap2 {
  position: relative;
  background-image: url(../img/bild_bg2.png);
  background-color: #a0f3ff;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 100px 0 170px;
}
@media screen and (max-width: 768px) {
  .biWrap2 {
    padding: 50px 0 80px;
    background-size: 180% auto;
  }
}
.biWrap2 .dtlList {
  margin-bottom: 30px;
}
.biWrap2 .dtlList li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .biWrap2 .dtlList li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}
.biWrap2 .dtlTbl {
  border-top: #004da0 1px solid;
}
.biWrap2 .dtlTbl tr {
  border-bottom: #004da0 1px solid;
}
.biWrap2 .dtlTbl th {
  padding: 15px 50px 15px 0;
  font-weight: normal;
  text-align: left;
  width: 260px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .biWrap2 .dtlTbl th {
    width: 100%;
    display: inline-block;
    padding: 10px 3% 5px 3%;
    font-weight: bold;
  }
}
.biWrap2 .dtlTbl td {
  padding: 15px 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .biWrap2 .dtlTbl td {
    width: 100%;
    display: inline-block;
    padding: 5px 3% 10px 3%;
  }
}
.biWrap2 .dtlTbl td li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}

.biWrap3 {
  position: relative;
  background-image: url(../img/bild_bg3.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 100px 0 170px;
}
@media screen and (max-width: 768px) {
  .biWrap3 {
    padding: 50px 0 80px;
    background-size: 250% auto;
  }
}
.biWrap3 .copy {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .biWrap3 .copy {
    font-size: 16px;
    margin: 0 4%;
  }
  .biWrap3 .copy em {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
  }
}
.biWrap3 .entryBox {
  text-align: center;
  position: relative;
}
.biWrap3 .entryBox:before {
  content: "";
  display: inline-block;
  width: 58px;
  height: 58px;
  background-image: url(../img/icn_email.png);
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .biWrap3 .entryBox:before {
    background-size: 45px 45px;
  }
}
.biWrap3 .entryBox .dest {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .biWrap3 .entryBox .dest {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.biWrap3 .entryBox .txt {
  margin-bottom: 30px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .biWrap3 .entryBox .txt {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
.biWrap3 .entryBox .due {
  margin-bottom: 30px;
}

.contact {
  background-color: #004da0;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 20px 0;
  }
}
.contact h2 {
  color: #ffffff;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .contact h2 {
    font-size: 16px;
  }
}
.contact p {
  color: #ffffff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .contact p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.contact a {
  color: #ffffff;
}

.footer {
  background-color: #f0f0f0;
  text-align: center;
  padding: 15px 0;
}

.blTtl {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .blTtl {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.boxTtl {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  background-color: #004da0;
  margin-bottom: 15px;
  padding: 3px 10px;
  border-radius: 5px;
  display: table;
}
@media screen and (max-width: 768px) {
  .boxTtl {
    font-size: 16px;
  }
}
