.wrapper {
  position: relative;
  width: 100%;
  background-image: url(../img/ai_bg.png);
  background-repeat: repeat;
}

.header {
  text-align: center;
  padding: 70px 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 30px 3%;
  }
}

.headerIn {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}
.headerIn .logo {
  /*display: table-cell;*/
  float: left;
  width: 24%;
  vertical-align: top;
  padding-right: 3%;
}
@media screen and (max-width: 768px) {
  .headerIn .logo {
    float: none;
    width: 30%;
    padding: 0;
    margin: 0 auto 10px;
  }
}
.headerIn h1 {
  float: left;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .headerIn h1 {
    font-size: 16px;
  }
}
.headerIn h2 {
  float: left;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .headerIn h2 {
    font-size: 26px;
    line-height: 1.4;
  }
}
.headerIn .scheList {
  float: left;
  width: 70%;
}
.headerIn .scheList li {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .headerIn .scheList {
    width: 95%;
    margin-left: 5%;
  }
  .headerIn .scheList li {
    margin-bottom: 3px;
  }
}

.prof {
  margin: 0 0 30px 0;
  display: table;
  width: 100%;
  border: #007ee1 1px dashed;
  background-color: #ffffff;
  padding: 10px 20px;
}
.prof dt {
  display: table-cell;
  width: 120px;
  padding-right: 20px;
}
.prof dd {
  display: table-cell;
  font-size: 12px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .prof {
    padding: 10px 3%;
  }
  .prof dt {
    display: block;
    width: 20%;
    float: right;
    margin: 0 0 5px 15px;
    padding-right: 0;
  }
  .prof dd {
    display: block;
    width: 100%;
  }
}

.leadCopy {
  width: 100%;
  padding: 30px 0 0 0;
}
.leadCopy .btnArea {
  display: table;
  margin: 0 0 10px auto;
  text-align: right;
}
.leadCopy .btnArea li {
  display: table-cell;
  padding: 0 5px;
}
.leadCopy h2 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.3;
}

.contents {
  width: 100%;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .contents {
    padding: 30px 3%;
  }
}

.contents02 {
  width: 100%;
  padding: 0 0 70px 0;
}
@media screen and (max-width: 768px) {
  .contents02 {
    padding: 0 3% 30px 3%;
  }
}

.contIn {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.wap-eee {
  background-color: #ecf7ff;
}

.wap-000 {
  background-color: #005ca5;
}

.wap-fff {
  background-color: #ffffff;
}

/*----------------------------*/
.progArea {
  margin: 0 auto;
}
.progArea h3, .progArea h4 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .progArea h3, .progArea h4 {
    margin: 0 10% 40px;
  }
}

.timeTbl {
  display: table;
  margin: 0 auto;
}
.timeTbl li {
  display: table;
  vertical-align: middle;
  margin-bottom: 20px;
}
.timeTbl li em {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3;
}
.timeTbl li a {
  display: table-cell;
  color: #000000;
}
.timeTbl li figure {
  display: table-cell;
  width: 60px;
  vertical-align: top;
}
.timeTbl li:first-child {
  padding-right: 40px;
}
.timeTbl li ul {
  width: 300px;
  margin: 0 auto;
  display: table;
  height: 55px;
  border-top: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
}
.timeTbl li ul li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .timeTbl li em {
    font-size: 18px;
  }
  .timeTbl li span {
    font-size: 14px;
  }
  .timeTbl li figure {
    width: 40px;
    padding-right: 3%;
  }
}

.boxTtl {
  position: relative;
  display: table;
  width: 100%;
  border: #075b94 2px solid;
  padding: 20px 4%;
  margin: 0 0 50px 0;
}
.boxTtl em {
  display: table-cell;
  font-size: 26px;
  color: #075b94;
  font-weight: bold;
  line-height: 1.5;
}
.boxTtl span {
  display: table-cell;
  text-align: right;
  font-size: 16px;
  vertical-align: bottom;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .boxTtl {
    padding: 10px 3%;
  }
  .boxTtl em {
    display: block;
    font-size: 18px;
  }
  .boxTtl span {
    display: block;
    font-size: 13px;
  }
}

.bdTtl {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
  padding: 20px 3%;
  margin: 0 auto 40px;
  max-width: 630px;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bdTtl {
    font-size: 18px;
    padding: 10px 2%;
    line-height: 1.5;
    margin: 0 auto 30px;
  }
}

.semiTxt.disArea li p {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .semiTxt.disArea li p {
    margin-bottom: 30px;
  }
}
.semiTxt li {
  margin-bottom: 50px;
}
.semiTxt li:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  overflow: hidden;
  font-size: 0.1em;
}
.semiTxt li p {
  margin-bottom: 20px;
  font-size: 16px;
}
.semiTxt li p.quest {
  border: #007ee1 2px dotted;
  border-radius: 10px;
  padding: 15px 3%;
  background-color: #ffffff;
}
.semiTxt li p.quest em {
  color: #075b94;
}
.semiTxt li p a {
  color: #0a81be;
  text-decoration: underline;
}
.semiTxt li p a:hover {
  text-decoration: none;
}
.semiTxt li p em {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
}
.semiTxt li .boxL {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.semiTxt li .boxL.imgBox {
  text-align: left;
  padding-right: 3%;
}
.semiTxt li .boxR {
  margin-bottom: 20px;
  width: 50%;
  float: right;
}
.semiTxt li .boxR.imgBox {
  text-align: right;
  padding-left: 3%;
}
.semiTxt li .note {
  font-size: 12px;
  text-align: left;
  line-height: 1.4;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .semiTxt li .note {
    font-size: 10px;
  }
}
.semiTxt li .icn {
  display: table;
  vertical-align: middle;
  margin-bottom: 5px;
}
.semiTxt li .icn > em {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-weight: normal;
}
.semiTxt li .icn:before {
  display: table-cell;
  content: "";
  width: 58px;
  height: 58px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 58px 58px;
}
@media screen and (max-width: 768px) {
  .semiTxt li .icn:before {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
}
.semiTxt li .icn.kawa:before {
  background-image: url(../img/dis_kawasaki.jpg);
}
.semiTxt li .icn.yama:before {
  background-image: url(../img/dis_yamakawa.jpg);
}
.semiTxt li .icn.ichi:before {
  background-image: url(../img/dis_ichikawa.jpg);
}
@media screen and (max-width: 768px) {
  .semiTxt li {
    margin-bottom: 30px;
  }
  .semiTxt li p {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .semiTxt li p em {
    font-size: 13px;
  }
  .semiTxt li .boxL,
  .semiTxt li .boxR {
    margin-bottom: 10px;
  }
}

.gBox {
  clear: both;
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 50px 8% 30px;
  margin: 30px auto;
}
.gBox .quot {
  position: relative;
  padding: 0;
}
.gBox .quot:before {
  position: absolute;
  left: -6%;
  top: 2%;
  content: "";
  display: inline-block;
  background: url(../img/icn_guot_before.png) no-repeat top left;
  width: 46px;
  height: 36px;
}
.gBox .quot:after {
  position: absolute;
  right: -6%;
  bottom: 2%;
  content: "";
  display: inline-block;
  background: url(../img/icn_guot_after.png) no-repeat top left;
  width: 46px;
  height: 36px;
}
@media screen and (max-width: 768px) {
  .gBox {
    padding: 20px 13%;
  }
  .gBox .quot:before {
    width: 20px;
    background-size: 20px auto;
    left: -12%;
    top: 0;
  }
  .gBox .quot:after {
    width: 20px;
    background-size: 20px auto;
    right: -12%;
    bottom: 0;
  }
  .gBox .txaR {
    font-size: 11px;
  }
}

/*----------------------------*/
.applyArea {
  margin: 0 auto;
  color: #ffffff;
}
.applyArea h3 {
  text-align: center;
  margin-bottom: 60px;
}
.applyArea .btnArea {
  margin: 0 auto 50px auto;
  text-align: center;
  display: table;
}
.applyArea .btnArea li {
  display: table-cell;
  padding: 0 20px;
}
.applyArea dl {
  text-align: center;
  margin: 0 auto;
}
.applyArea dl dt {
  font-weight: bold;
  font-size: 18px;
}

/*----------------------------*/
.accessArea {
  margin: 0 auto;
}
.accessArea h3 {
  text-align: center;
  margin-bottom: 60px;
}
.accessArea .mapWrap {
  position: relative;
  width: 100%;
  height: 440px;
  margin-bottom: 40px;
}

#accessMap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.accessArea .accList li {
  margin-bottom: 12px;
}
.accessArea .accList li:last-child {
  margin-bottom: 0;
}
.accessArea .accList a {
  color: #0084ff;
  padding-left: 30px;
  background: url(../img/icn_point.png) no-repeat left center;
  text-decoration: none;
  display: inline-block;
}
.accessArea .accList a:hover {
  text-decoration: underline;
}

.footer {
  background-color: #ededed;
  padding: 30px 0;
  margin: 0;
}
.footer .rBox {
  padding-top: 40px;
  float: right;
  text-align-last: right;
  font-size: 14px;
}
.footer .rBox ul li {
  color: #0084ff;
}
.footer .rBox ul li a {
  font-size: 12px;
  color: #0084ff;
  text-decoration: none;
}
.footer .rBox ul li a:hover {
  text-decoration: underline;
}
.footer .lBox {
  float: left;
  display: table;
}
.footer .lBox dt {
  display: table-cell;
  padding-right: 30px;
  font-size: 16px;
}
.footer .lBox dd {
  display: table-cell;
  padding-left: 30px;
  border-left: #cccccc 1px solid;
  font-size: 14px;
}
