@charset "utf-8";
.top-bg {
  padding-bottom: 60px;
}

.btn-area {
  width: 500px;
  margin: 30px auto 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.btn-area a.btn {
  display: block;
  padding: 20px 0;
  border-radius: 50px;
  background: url(../about/images/about-btn-arrow.png) no-repeat 460px center;
  background-color: rgba(245, 74, 135, 0.9);
  text-decoration: none;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
}

.about {
  margin: 60px 0 0;
}
.about .inner .headding {
  margin-bottom: 20px;
}
.about .inner > p {
  font-size: 1.8rem;
  font-weight: bold;
}
.about .inner > p:nth-of-type(1) {
  margin-bottom: 10px;
}
.about .inner > p:nth-of-type(2) {
  margin-bottom: 8px;
}

.request {
  padding: 80px 0;
}
.request .inner .headding {
  margin-bottom: 50px;
}
.request .inner .box {
  padding: 10px 0;
  border-bottom: 1px solid #666;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.request .inner .box:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}
.request .inner .box .ttl {
  margin-bottom: 30px;
  font-size: 3rem;
}
.request .inner .box .fltL {
  width: 455px;
}
.request .inner .box .fltR {
  width: 455px;
}
.request .inner .box .list {
  font-size: 1.2rem;
}
.request .inner .box .list dt {
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  font-weight: bold;
}
.request .inner .box .list dt .icon {
  padding: 2px 5px;
  margin-right: 5px;
  background-color: #f54a87;
  border-radius: 3px;
}
.request .inner .box .list dt:after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #f54a87;
  position: absolute;
  bottom: 0;
  left: 0;
}
.request .inner .btn-area {
  margin-top: 50px;
  text-align: center;
}

.ranking {
  padding: 80px 0;
  /*background: url(../images/bg-4.jpg) no-repeat center top;*/
}
.ranking .inner .headding {
  margin-bottom: 50px;
}

.btns:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}
.btns li {
  float: left;
  width: 92px;
  margin-left: 16px;
}
.btns li:nth-of-type(1) {
  margin-left: 0;
}
.btns li a {
  display: block;
  padding: 8px 0;
  border-radius: 100px;
  background: url(../about/images/about-btn-arrow2.png) no-repeat 75px center;
  background-size: 6px auto;
  border: 2px solid #f54a87;
  text-decoration: none;
  font-size: 2.2rem;
  line-height: 1;
  color: #f54a87;
  text-align: center;
  font-family: "din";
}
.btn-archive {
  margin-top: 50px;
}
/*.ranking .inner .btns:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}
.ranking .inner .btns li {
  float: left;
  width: 106px;
  margin-left: 16px;
}
.ranking .inner .btns li:nth-of-type(1) {
  margin-left: 0;
}
.ranking .inner .btns li a {
  display: block;
  padding: 10px 0;
  border-radius: 100px;
  background: url(../about/images/about-btn-arrow2.png) no-repeat 85px center;
  background-size: 8px auto;
  border: 2px solid #f54a87;
  text-decoration: none;
  font-size: 2.6rem;
  line-height: 1;
  color: #f54a87;
  text-align: center;
  font-family: "din";
}*/

/*# sourceMappingURL=about.css.map */
