body{
  font-family: 'Raleway', sans-serif;
  color: #000;
  font-size: 0.85rem;
  background: #fff;
}
header{
  width: 100%;
  position: fixed;
  top: 0px;
  background: #fff;
  z-index: 1;
}
header img{
  padding:20px 0 20px 5%;
}
header ul{
  background: #000;
  color: white;
  display: flex;
  padding:13px 0 13px 5%;
  overflow: scroll;
}
header li{
  margin-right: 60px;
}
/* wrap */
#wrap{
  width: 100%;
  margin-top: 117px;
  padding: 40px 5% 0 5%;
}
.imgBox{
  width: 32%;
}
.imgBox img{
  width: 100%;
}
.top{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.readMore{
  text-align: center;
}
.readMore span{
  border-bottom: 1px solid #000;
}
.text{
  font-weight: bold;
  font-size: 18px;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .top{
    display: block;
  }
  .imgBox{
    width: 100%;
    margin-bottom: 30px;
  }
}
.main{
  display: flex;
  justify-content: space-between;
}
.mainLeft{
  width: 65%;
}
.aside{
  width: 30%;
}
.mainLeft > section{
  width: 100%;
}
.mainLeft > section > img{
  width: 100%;
}
.aside > section{
  width: 100%;
}
.aside img{
  width: 100%;
}
.profile img{
  border-radius: 50%;
  width:35%;
}
.info{
  text-align: center;
}
.mainLeft .title{
  font-size: 27px;
}
dl{
  border-top: 1px solid #000;
}
dl:last-of-type{
  border-bottom: 1px solid #000;
}
.mainLeft section .title{
  margin-bottom: 15px;
}
.mainLeft section .smallinfo{
  margin-bottom: 8px;
}
.mainLeft .info{
  padding: 20px 50px;
  font-size: 18px;
  text-align: left;
}
.mainLeft section{
  margin-bottom: 80px;
}
.aside h2{
  text-align: center;
  margin-bottom: 30px;
}
.profile img{
  margin-bottom: 30px;
}
.aside > section{
  margin-bottom: 80px;
}
.Ranking .rankingBox .p{
  margin: 5px 0 30px;
  font-size: 15px;
  font-weight: normal;
}
dl{
  padding: 25px 0 25px 25px;
}
@media screen and (max-width: 767px) {
  .main{
    display: block;
  }
  .mainLeft{
    width: 100%;
  }
  .aside{
    width: 100%;
  }
}
/* footer */
footer{
  background-color: #f7f7f7;
}
.box{
  display: flex;
  padding: 50px 5%;
  justify-content: space-between;
}
.box .innerBox{
  width: 30%;
}
footer .small{
  text-align: center;
  margin-top: 20px;
}
footer .innerBox .title{
  margin-bottom: 30px;
}
footer .innerBox .info{
  margin-bottom: 20px;
  font-size: 15px;
  text-align: left;
}
.innerBox .mapList li{
  font-size: 15px;
  position: relative;
}
.innerBox .mapList li::before{
  content: "▶︎";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.innerBox .mapList li p{
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .box{
    display: block;
  }
  .box .innerBox{
    width: 100%;
  }
  .innerBox{
    margin-bottom: 80px;
  }
}