.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.5;
  font-size: 34px;
  font-weight: bold;
  margin: 0 auto 40px;
}
h1 span {
  font-size: 24px;
  text-align: center;
  display: block;
  font-weight: normal;
}
h1 em {
  font-size: 28px;
  text-align: center;
  font-style: normal;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
    line-height: 1.5;
    margin: 0 auto 20px;
  }
  h1 span {
    font-size: 18px;
  }
  h1 em {
    font-size: 22px;
  }
}

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

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

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

h2 {
  font-size: 22px;
  border-left: #cc0000 5px solid;
  line-height: 1.3;
  padding: 0 0 3px 10px;
  margin-bottom: 20px;
  border-bottom: #000000 2px dotted;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.contList {
  -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;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contList {
    display: block;
  }
}
.contList > li {
  position: relative;
  width: 47.5%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contList > li {
    width: 100%;
    margin-bottom: 30px;
  }
  .contList > li.bdB {
    border-bottom: #aaaaaa 1px dotted;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.contList > li.full {
  width: 100%;
  margin-right: 0;
}
.contList > li .img {
  text-align: center;
}
.contList > li .img img {
  width: 100%;
}
.contList > li .img2 {
  text-align: center;
}
.contList > li .img2 img {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .contList > li .img2 img {
    width: 100%;
  }
}
.contList > li .txt {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .contList > li .txt {
    font-size: 14px;
  }
}
.contList > li .txt em {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .contList > li .txt em {
    font-size: 15px;
  }
}
.contList > li .note {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .contList > li .note {
    font-size: 12px;
  }
}
.contList > li .copy {
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contList > li .copy {
    font-size: 15px;
  }
}

.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;
  }
}

.semiDtl p {
  text-align: center;
}
.semiDtl ul {
  display: table;
  margin: 0 auto 30px;
  min-width: 550px;
}
.semiDtl ul li {
  display: table;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
  width: 100%;
}
.semiDtl ul li em {
  display: table-cell;
  font-weight: bold;
  width: 5em;
}
.semiDtl ul li span {
  display: table-cell;
}
@media screen and (max-width: 768px) {
  .semiDtl ul {
    min-width: 90%;
  }
}

.linkList li {
  text-indent: -1em;
  padding-left: 1em;
}
.linkList li a {
  text-decoration: underline;
}
.linkList li a:hover {
  text-decoration: none;
}

.note {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .note {
    font-size: 12px;
  }
}

.TopLinkList {
  max-width: 800px;
  margin: 0 auto 100px;
}
.TopLinkList > li {
  text-indent: -10px;
  padding-left: 19px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #aaaaaa;
  padding-bottom: 10px;
}
.TopLinkList > li .bullet {
  color: #cc0000;
  font-size: 14px;
  margin-right: 5px;
  display: inline-block;
}
.TopLinkList > li a {
  text-decoration: underline;
}
.TopLinkList > li a:hover {
  text-decoration: none;
}
