#character .contentsHead {
  background-image: url(../img/character/advantage_head.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #character .contentsHead {
    margin-top: 0;
  }
}
#character .contentsHead h1 {
  margin: 0;
  padding: 15px 0;
  color: white;
  text-align: center;
  font-size: 30px;
  text-shadow: 0 0 4px #24857d;
}
@media screen and (max-width: 768px) {
  #character .contentsHead h1 {
    font-size: 20px;
  }
}
#character .contentsHead h1:before {
  content: url(../img/character/headitem5.png);
  margin: 10px;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 768px) {
  #character .contentsHead h1:before {
    content: url(../img/common/headitem5s.png);
    -webkit-filter: drop-shadow(0 0 4px #24857d);
    -ms-filter: drop-shadow(0 0 4px #24857d);
    -moz-filter: drop-shadow(0 0 4px #24857d);
    -o-filter: drop-shadow(0 0 4px #24857d);
  }
}

.contentsHead {
  width: 100%;
  min-width: 1000px;
  min-height: 50px;
  background-color: white;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .contentsHead {
    min-width: 100%;
  }
}
.contentsHead .inner {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .contentsHead .inner {
    width: 100%;
  }
}

.contentsBody {
  width: 100%;
  min-width: 1000px;
  min-height: 50px;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .contentsBody {
    min-width: 100%;
  }
}
.contentsBody .inner {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .contentsBody .inner {
    width: 100%;
  }
}
.contentsBody .inner .menuboxA {
  width: 225px;
  border-top: 1px solid #00a497;
  border-left: 1px solid #00a497;
  border-right: 1px solid #00a497;
}
.contentsBody .inner .menuboxA h3 {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  font-weight: normal;
}
.contentsBody .inner .menuboxA .noBox {
  height: 85px;
  background-color: #baffdf;
  position: relative;
  border-bottom: 1px solid #00a497;
}
.contentsBody .inner .menuboxA .noBox:hover {
  background-color: white;
}
.contentsBody .inner .menuboxA .noBox a {
  text-decoration: none;
  color: #666666;
}
.contentsBody .inner .menuboxA .noBox .no {
  width: 60px;
  height: 85px;
  float: left;
  position: relative;
}
.contentsBody .inner .menuboxA .noBox .no .noInner {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  color: #00a497;
  font-weight: bold;
  text-align: center;
  height: 85px;
  width: 60px;
}
.contentsBody .inner .menuboxA .noBox .no .noInner span {
  border-top: 1px solid #00a497;
}
.contentsBody .inner .menuboxA .noBox .text {
  width: 165px;
  float: left;
}
.contentsBody .inner .menuboxA .noBox .text h3 {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  height: 85px;
  width: 160px;
}
.contentsBody .inner .menuboxA .noBox.active {
  background-color: #00a497;
}
.contentsBody .inner .menuboxA .noBox.active a {
  color: white;
}
.contentsBody .inner .menuboxA .noBox.active .noInner {
  color: white;
}
.contentsBody .inner .menuboxA .noBox.active .noInner span {
  border-top: 1px solid white;
}
.contentsBody .inner .contentsBox .headbox {
  width: 100%;
  position: relative;
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .contentsBody .inner .contentsBox .headbox {
    margin-bottom: 2em;
  }
}
.contentsBody .inner .contentsBox .headbox .headImage {
  padding-top: 78px;
}
.contentsBody .inner .contentsBox .headbox .headImage img {
  max-width: 100%;
}
.contentsBody .inner .contentsBox .headbox .no {
  background-image: url("../img/common/headitem3.png");
  background-repeat: no-repeat;
  width: 65px;
  height: 161px;
  position: absolute;
  top: -47px;
  left: 0;
}
.contentsBody .inner .contentsBox .headbox .no p {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 32px;
  color: #00a497;
  top: 70px;
  left: 14px;
}
.contentsBody .inner .contentsBox .headbox .text {
  position: absolute;
  top: 0;
  left: 70px;
  color: #00a497;
}
.contentsBody .inner .contentsBox .headbox .text h2 {
  margin: 20px;
  padding: 0;
}

.contentsBody .inner .contentsBox .headbox .text_2 {
  position: absolute;
  top: -20px;
  left: 70px;
  color: #00a497;
}
.contentsBody .inner .contentsBox .headbox .text_2 h2 {
  margin: 20px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .contentsBody .inner .contentsBox .headbox .text h2 {
    margin: -10px 10px 0 0;
    font-size: 20px;
  }
}
.contentsBody .inner .contentsBox .maintext {
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .contentsBody .inner .contentsBox .maintext {
    margin-bottom: 1.5em;
  }
}
.contentsBody .inner .contentsBox .maintext h3 {
  color: #00a497;
  text-indent: -3em;
  margin-left: 3em;
}
@media screen and (max-width: 768px) {
  .contentsBody .inner .contentsBox .maintext h3 {
    font-size: 15px;
    text-indent: -5em;
    margin-left: 5em;
    margin-right: 2em;
  }
}
.contentsBody .inner .contentsBox .maintext h3:before {
  content: url(../img/common/headitem4.png);
  margin: 10px;
  position: relative;
  top: 5px;
}
.contentsBody .inner .contentsBox .maintext .text {
  margin-left: 4em;
  margin-right: 2em;
}
@media screen and (max-width: 768px) {
  .contentsBody .inner .contentsBox .maintext .text {
    margin-left: 2em;
  }
}
.contentsBody .inner .contentsBox .figbox {
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .contentsBody .inner .contentsBox .figbox {
    margin-bottom: 1.5em;
  }
}
.contentsBody .inner .contentsBox .figbox img {
  max-width: 100%;
}
.contentsBody .inner .contentsBox .btnbox {
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .contentsBody .inner .contentsBox .btnbox {
    margin-bottom: 1.5em;
  }
}
.contentsBody .inner .contentsBox .btnbox .leftbtn {
  text-align: right;
}
.contentsBody .inner .contentsBox .btnbox .btn {
  margin: 8px;
}
.contentsBody .inner .contentsBox .btnbox img {
  max-width: 100%;
}

.fixed {
  position: fixed;
  top: 153px;
}

.fixed2 {
  position: absolute;
  bottom: 20px;
}

.contentsBody .inner .contentsBox .infotext {
  margin: 0 6px 2em 6px;
  padding: 16px 16px 0 16px;
}
@media screen and (max-width: 768px) {
  .contentsBody .inner .contentsBox .infotext {
    margin-bottom: 1.5em;
  }
}
.contentsBody .inner .contentsBox .infotext h3 {
  text-align: center;
  margin: 0 8px 0 8px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .contentsBody .inner .contentsBox .infotext h3 {
    font-size: 15px;
  }
}
.contentsBody .inner .contentsBox .infotext .text {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .contentsBody .inner .contentsBox .infotext .text {
    margin: 0;
  }
}

body#character .contentsBody .inner .contentsBox .infotext {
  background-color: #defff1;
  border: 1px solid #00ccb8;
}
body#character .contentsBody .inner .contentsBox .infotext h3 {
  color: #00ccb8;
  border-bottom: 2px solid #00ccb8;
}

/*# sourceMappingURL=character.css.map */
