@media only screen and (min-width:600px) {

/* common */

.wrap-main {
    width: 980px;
    margin: 0 auto;
    font-size: 150%;
    text-align: center;
}

.wrap-main h1 {
    border: none;
}

h1 img {
    max-width: 60%;
    margin: 10px 0 30px;
}

.wrap-main h2{
    font-size: 180%;
    font-weight: 600;

}

.wrap-main h3 {
    margin: 0;
    padding: 0;
    font-size: 120%;
    font-weight: 600;
    border: none;
}

.wrap-main h4 {
    font-size: 5vw;
    font-weight: 900;
}

.wrap-main a {
    text-decoration: none;
}

/* contents */

.wrap-your-rank {
    margin: 80px 0;
    border: 2px solid #000;
}

.your-rank {
    position: relative;
    padding: 30px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 120%;
    font-weight: 600;
    background-color: #000;
    box-sizing: border-box;
}

  .your-rank:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -25px;
    border: 20px solid transparent;
    border-top: 30px solid #000;
    z-index: 1;
  }

.wrap-contents {
    margin: 80px 0;
    padding: 50px 50px 0;
    border: 1px solid #000;
}

.wrap-rank-point {
    margin: 0 0 30px;
}

.wrap-point {
    font-size: 180%;
    font-weight: 600;
    text-decoration: underline;
}

/* アプリ */

.wrap-about-app {
    margin: 80px 30px;
    text-align: left;
}

/* button */

.wrap-btn a {
    position: relative;
    display: block;
    margin: 50px;
    padding: 20px 0;
    text-align: center;
    font-size: 120%;
    font-weight: 600;
    background-color: #000;
    border-radius: 2px;
    box-shadow: 2px 2px 1px #ccc;
    color: #fff;
}

.wrap-btn a::after {
    display: block;
    width: 1vw;
    height: 1vw;
    position: absolute;
    top: 50%;
    right: 3vw;
    content: '';
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.inquiry a{
    position: relative;
    display: block;
    margin: 50px;
    padding: 20px 0;
    text-align: center;
    font-size: 120%;
    font-weight: 600;
    border: 1px solid#000;
    border-radius: 2px;
    box-shadow: 2px 2px 1px #ccc;
}

.inquiry a::after {
    display: block;
    width: 1vw;
    height: 1vw;
    position: absolute;
    top: 50%;
    right: 3vw;
    content: '';
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: translateY(-50%) rotate(45deg);
}
}