@charset "UTF-8";

#cover{
  margin: auto;
  position: relative;
  width: 60%;
}
#cover > h2{
  position: absolute;
  bottom: .1vh;
  right: 3vw;
  font-size: 5vw;
  color: #fff;
}
#cover > p{
}

.h2-title{
  font-size: 6vw;
  font-weight: 100;
  margin: 4vh auto 2vh auto;
}

.description-ul{
  width: 100%;
  margin: auto auto 8vh auto;
}
.description-ul li{
  background: url(../img/global/heart_on.svg) no-repeat 2% 2vh;
  background-size: 4%;
  margin: 1vw auto 2vw auto;
  padding: 1vh 2%;
  text-align: left;
}
.description-ul li:nth-child(odd){
  background-color: #f8f9fa;
}
.description-ul li > h3{
  font-size: 4vw;
  font-weight: 500;
  padding: 0 0 .5vh 4.5vw;
}
.description-ul li > p{
  font-size: 3.5vw;
  padding: 0 0 0 0;
}

/*----------------------------------------------------*/
#ul-anxious{
  margin: auto;
}
#ul-anxious li{
  text-align: left;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin: -1px auto auto auto;
  background: url(../img/global/next.svg) no-repeat right center;
  background-size: 4%;
}
.anxious-a-waku{
  text-decoration: none;
  display: block;
  padding: 0 2% 0 0;
}
.anxious-a-waku > h3{
  vertical-align: middle;
  display: inline-block;
  width: 24%;
}
.anxious-a-waku > div{
  vertical-align: middle;
  display: inline-block;
  width: 74%;
  padding: 0 0 0 2%;
}
.anxious-a-waku > div > p{
  font-size: 3vw;
  color: #222222;
  font-weight: 200;
}

/*----------------------------------------------------*/
.ranking-area{
  width: 96%;
  margin: 2vh auto;
}
.ranking-area > a{
  text-decoration: none;
  display: block;
  color: #292929;
  font-weight: 300;
  padding: 2vh 2vw;
  background-color: #f8f9fa;
  border: 1px solid #f3f3f3;
  box-shadow:0px 2px 4px 0px #f8f8f8;
}
.ranking-area > a > h3{
  text-align: left;
  font-size: 2.8vh;
  padding: 0 0 0 6vw;
  background-size: 6%;
}
.happy-icon{
  background: url(../img/global/face_happy.svg) no-repeat left center;
}
.neutral-icon{
  background: url(../img/global/face_neutral.svg) no-repeat left center;
}
.sad-icon{
  background: url(../img/global/face_sad.svg) no-repeat left center;
}
.ranking-area > a > p{
  background: url(../img/global/star_solid.svg) repeat-x left center;
  background-size: 5vw;
  height: 4vh;
}
.star-solid05{
  width: 25vw;
}
.star-solid04{
  width: 20vw;
}
.star-solid03{
  width: 15vw;
}
.star-solid02{
  width: 10vw;
}
.star-solid01{
  width: 5vw;
}
.ranking-area > a > h4{
  text-align: left;
  font-size: 2vh;
  padding: 1vh 0;
}
.ranking-area > a > span{
  display: inline-block;
  padding: 1vh 12vw;
  border-radius: 25px;
  font-size: 4vw;
  color: #fff;
  background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  transition: .4s;
  box-shadow:0px 4px 4px 0px #e1e1e1;
}

/*----------------------------------------------------*/
.back-color{
  margin: 6vh auto auto auto;
  padding: 2vh 4vw;
  background-color: #f8f9fa;
}
.back-color > p{
  font-size: 3.4vw;
  line-height: 1.6;
  text-align: left;
}


p.rev {
	display: inline-block;
    padding: 1vh 12vw;
    border-radius: 25px;
    width: 60%;
    font-size: 4vw;
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    transition: .4s;
    box-shadow: 0px 4px 4px 0px #e1e1e1;
}

p.rev a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

@media screen and (max-width: 480px) {

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: #f5afd6;
    box-shadow: 0 2px 6px rgba(0,0,0,.16);
    z-index: 1000;
    overflow: hidden;
    font-size: 1.2rem;
}

#cover{
    margin: 40px auto auto;
    position: relative;
    width: 100%;
}

}




