/* ############################
GROWUP Ver1.0 CSS
############################ */


/* ############################
リセットCSS START
############################ */

*, *:before, *:after {
box-sizing: border-box;
}

/* マージン、パディング、ボーダーをリセット */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, figure, figcaption, blockquote, dl, dd {
margin: 0;
padding: 0;
border: 0;
}

/* リストスタイルをリセット */
ol, ul {
list-style: none;
}

/* フォント継承をリセット */
html {
font-family: sans-serif;
}

/* リンクのスタイルをリセット */
a {
text-decoration: none;
color: inherit;
}

/* 画像のスケーリングを防ぐ */
img {
max-width: 100%;
height: auto;
display:block;
}

/* テーブルのボーダースパイシングとボーダーコラプスをリセット */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* その他の基本的なスタイルリセット */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
display: block;
}

/* ############################
リセットCSS END
############################ */


/* contents */

body{
max-width:700px;
margin:0 auto;
position: relative;
}

.btn-area{
position: relative;
}

.n-btn-area{
text-align:center;
}

.btn1,.btn2,.btn3{
position: absolute;
left: 10%;
width: 80%;
animation: zoom 1s alternate infinite;
}

@keyframes zoom {
  0% {
    transform: scale(1); /* 初期サイズ */
  }
  100% {
    transform: scale(1.1); /* 1.2倍に拡大 */
  }
}
.btn1{
bottom:1%;
}

.btn2{
bottom:2%;
}

.btn3{
bottom:1.6%;
}



input{
width:100%;
padding:20px;
border-radius:10px;
border:solid 1px #000;
}

input[type="image"]{
border:none;
width:90%;
}

.required,.err{
color:red;
}

.btn-fix{
position: fixed;
bottom:0;
box-sizing: border-box;
width: clamp(0%, 100%, 700px);
padding: 10px;
}

.btn-fix img{
width:100%;
}

#cta{
margin-top:70px;
}

.copyright{
text-align:center;
font-size: 10px;
background: #fb00db;
padding-top: 5px;

color: white;
}

.copyright a{
color:#007bff;
}

footer{

}

footer p{

}

footer img{

}

@media (max-width: 700px) {
.copyright span{
display:block;
}
}




/*追記*/



.Table {
  width: 90%;
  border: solid 1px #f9d4e1;
  border-collapse: collapse;
  font-size: 16px;
  margin: 0 auto;
  table-layout: fixed;
  
}

@media screen and (max-width: 768px) {
  .Table {
    font-size: 12px;
  }
}

.back{
    width: 100%;
    background-color: #f9d4e1;
    text-align:  center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.Table-Head {
  background: white;
}


.Table-Head-Row-Cell {
  border: solid 1px #f9d4e1;
  border-bottom: solid 2px #f9d4e1;
  border-right: solid 2px #f9d4e1;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.right{
    border-right: solid 1px #f9d4e1;
}
.Table-Body {
  background: #fff;
}
.Table-Body-Row-Cell {
  border: solid 1px #f9d4e1;
  border-bottom: solid 2px #f9d4e1;
  border-right: solid 2px #f9d4e1;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.rank {
  margin: auto;
  display: block;
}
.rank02 {
  margin: auto;
  margin-top: 0;
  display: block;
}
.phote{
    height: 10px;
}
.score{
    height: 60px;
}
.score00{
    height: 10px;
    background-color: #fcf9c9;
      padding-top: 3px;
      padding-bottom: 3px;
   
}
.score01{
     border-bottom: solid 1px #fcf9c9;
     color: #ec50ff;
}

.Table-Body-Row-Cell p{
    font-size: 20px;
    font-weight: bold;
}
.top_s{
    color: red;
}
.point{
    text-align: center;
    height: 80px;
}
.highlight{
    text-decoration: underline;
    text-underline-offset: -0.2em;
    text-decoration-thickness: 0.5em;
    text-decoration-color: rgba(255, 228, 0, 0.4);
    text-decoration-skip-ink: none;
}
.maru{
  font-weight: bold;
}
.free{
    color: red;
    font-size: 18px;
    font-weight: bold;
}

.site{
    width: 90%;
    height: 40px;
    background-color: orange;
    margin: auto;
    color:white;
    padding-top: 3px;
    border-radius: 5px;
}
.osusume{
    width: 100%;
    background-color: beige;
    margin: 10 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.osusume01{
    width: 90%;
    margin: auto;
    margin-top: 0;
    display: block;
    background-color: white;
    border-radius: 10px;
    object-fit: cover;
    padding-bottom: 30px;
    
}
.osu01_mess{
    width: 90%;
    height: 70px;
    text-align: center;
    color: #ea5b86;
    -webkit-text-stroke: 0.2px #333; /* ベンダープレフィックス */
    text-stroke: 1px #333;
    font-size:15px;
    margin: auto;
    margin-top: 15px;
}
.osu01_mess01{
    width: 100%;
    height: 210px;
    margin: auto;
    margin-top: 10px;
    
    background-color: #f9d4e1;
    padding-top: 5px;
    
    
}
.memo{
    width: 85%;
    height: 180px;
    margin: auto;
    border: 0.2px solid #cbcbcb;
    background-color: #fff;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 2px 1px 1px #b7b6b6;
}
.memo01{
    width: 90%;
    height: 55px;
    border-bottom: solid 0.2px #cbcbcb;
    color: green;
    text-align: center;
    margin: auto;
    margin-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}
.memo02{
     width: 90%;
    height: 30px;
    border-bottom: solid 0.2px #cbcbcb;
    color: #333;
    font-size: 12px;
    text-align: left;
    margin: auto;
    padding-top: 10px;
}
.oomozi{
    font-weight: bold;
}
.kutikomi{
    padding-bottom: 30px;
}
.kuti{
    margin-left: 20px;
    margin-top:10px;
    font-weight: bold;
}
.kutikomi01{
    width: 90%;
    height: 210px;
    border: 2px solid #cbcbcb;
    margin: auto;
    margin-top: 10px;
    border-radius: 5px;
    padding-top: 10px;   
}
.kutikomi02{
    width: 90%;
    margin: auto;
    background-color: #f9d4e1;
    border-radius: 5px;
    margin-top: 10px;
    padding-top: 3px;
    padding-bottom: 13px;
}
.kutikomi02 p{
    font-size: 13px;
    font-weight: normal;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
}

.suuti01{
    width: 40%;
    height: 60px;
    background-color: orange;
    border-radius: 5px;
    float: left;
   text-align: center;
    margin-left: 15px;
}
.suuti02{
    width: 40%;
    height: 60px;
    background-color: orange;
    border-radius: 5px;
    float: left;
   text-align: center;
     margin-left: 30px;
}
.suuti{
    width: 90%;
    margin: auto;
    margin-top: 20px;
    overflow: hidden;
    display: block;
}
.suuti{
    font-size: 10px;
    color: white;
}
.count_tit{
    height: 15px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.count_tit01{
    height: 15px;
    text-align: center;
    width: 90%;
    background-color: white;
    border-radius: 5px;
    color: #333;
    margin: auto;
    margin-top: 5px;
}
.btn_box{
  position: static;
  width: 100%;
  margin: 0;
}

.btn{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  letter-spacing: 3px;
  width: 280px;
  height: 50px;
  background: #fb00db;
  margin: auto;
  cursor: pointer;
  border-radius: 30px;
  border: solid 2px #000;
}

/*アニメーション*/
.animation{
  animation: buruburu 1s linear infinite;
  scale: 1;
}

@keyframes buruburu{
 0%{transform:translateX(0)}
 7%{transform:translateX(-10px)}
 14%{transform:translateX(10px)}
 20%{transform:translateX(-10px)}
 32%{transform:translateX(10px)}
 40%{transform:translateX(0px)}
}
.btn_hako{
    width: 100%;
}

.dai2{
    background-color: #f9d4e1; 
}

.chuui{
    width: 100%;
    background-color: #f9d4e1;
    font-size: 10px;
    padding-top: 5px;    
}
.chuui01{
    width: 90%;
    margin: auto;
}
.copyright01{

}
.copyright_re{
    text-align:center;
    font-size: 10px;
    color: white;
}
.copyright_top{
  background-color: white;
  text-align: center;
  font-size: 25px;
}
.copyright_top p{
    padding-top: 20px;
    padding-bottom: 20px;
}
.copyright_back{
    background: #fb00db;
    padding-top: 40px;
}
.res_how{
    width: 95%;
    margin: auto;
    border-bottom: solid 1px gray;
    padding-left: 10px;
    font-size: 18px;
    margin-top: 15px;
}
.res_how01{
    width: 95%;
    margin: auto;
    padding-top: 10px;
    padding-left: 20px;
    font-size: 13px;
}
.copyright_back01
{
    background-color: white;
    padding-bottom: 120px;
}
.how_s{
    margin-top: 10px;
}
.btn-a-1{
  display: block;
  max-width: 50%;
  width: 50%;
  margin: 0 auto;
  margin-top: 150px;
  padding: 15px 5px;
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  background-color: beige;
    border-radius: 5px;
}
.btn-a-1:hover{
  background-color: #FFA88E;
}
.copyright_box a{
    color: white;
}


