.wrapper {
  border-top: #cc0000 5px solid;
  border-bottom: #cc0000 5px solid;
  width: 100%;
}

.header {
  background-color: #eeeeee;
  text-align: center;
  padding: 30px 0;
  margin: 0;
}

h1 {
  text-align: center;
  line-height: 1.8;
}
h1 span {
  font-size: 24px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
    line-height: 1.5;
  }
  h1 span {
    font-size: 18px;
  }
}

.contents {
  width: 100%;
  padding: 70px 0;
}

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

.contIn {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contIn {
    width: 94%;
    margin: 0 3%;
  }
}

h2 {
  text-align: left;
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 16px;
  }
}

.scheArea {
  width: 700px;
  margin: 0 auto 40px;
}
.scheArea h3 {
  color: #135FE7;
  margin-bottom: 15px;
  font-size: 20px;
}
.scheArea li {
  display: table;
  width: 100%;
  padding: 10px 0;
  border-bottom: #555555 1px dashed;
}
.scheArea li:first-child {
  border-top: #555555 1px dashed;
}
.scheArea li em {
  display: table-cell;
  width: 8em;
  vertical-align: top;
}
.scheArea li .detail {
  display: table-cell;
}

.lectArea {
  margin-bottom: 50px;
}
.lectArea h3 {
  color: #135FE7;
  margin-bottom: 15px;
  font-size: 20px;
}
.lectArea h3 span {
  display: inline-block;
  margin-left: 10px;
  color: #666666;
  font-size: 14px;
  font-weight: normal;
}
.lectArea dl {
  width: 48%;
  float: left;
  margin: 0 2% 40px 0;
}
.lectArea dl:nth-child(2n-1) {
  float: right;
  margin: 0 0 40px 2%;
}
.lectArea dt {
  float: right;
}
.lectArea dd h4 {
  font-size: 18px;
  color: #555555;
  line-height: 1.4;
  margin-bottom: 5px;
}
.lectArea dd li {
  display: table;
  font-size: 15px;
}
.lectArea dd li em {
  display: table-cell;
  width: 4em;
}
.lectArea dd li span {
  display: table-cell;
}

.brnArea {
  max-width: 800px;
  margin: 0 auto 50px;
}
.brnArea li {
  float: left;
  margin-bottom: 10px;
}
.brnArea li:first-child {
  margin-right: 40px;
}

.footer {
  background-color: #eeeeee;
  padding: 20px 0;
  margin: 0;
}
.footer .rBox {
  float: right;
  margin: 0 0 0 auto;
}
.footer .rBox li {
  float: left;
  margin-left: 10px;
  font-size: 14px;
}
.footer .copy {
  float: left;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer .rBox {
    float: none;
    text-align: center;
  }
  .footer .rBox li {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  .footer .copy {
    float: none;
    text-align: center;
    font-size: 12px;
  }
}
