@charset "UTF-8";

/* ------------------------------
    pagettl
------------------------------ */

.no-mv #pagettl {
  position: relative;
  background-color: #edf9f8;
  height: 250px;
}
.no-mv #pagettl h1{
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.no-mv #pagettl h1 img{
  width: 267px;
  height: auto;
}
.no-mv #pagettl h1 span{
  display: block;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  margin-top: 1em;
}

/* ------------------------------
    terms
------------------------------ */
#terms {
  margin-top: 30px;
}
#terms .box{
  max-width:780px;
  margin: 0 auto 60px;
}

#terms .box .content p{
  font-size: 1.6rem;
  line-height: 1.875;
}
#terms .box .content p span{
  font-weight: bold;
  display: block;
}
#terms .box .content p+p{
  margin-top: 30px;
}
#terms .box .content p.mb_60{
  margin-bottom: 60px;
}

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

  /* ------------------------------
      pagettl
  ------------------------------ */

  .no-mv #pagettl {
    height: 120px;
  }
	.no-mv #pagettl h1 {
		bottom: 35px;
	}
	.no-mv #pagettl h1 img{
    width: 220px;
    height: auto;
  }
  .no-mv #pagettl h1 span{
    font-size: 1.5rem;
  }

  /* ------------------------------
      terms
  ------------------------------ */
  #terms {
    margin-top: 5%;
  }
  #terms .box{
    width: 100%;
    padding: 0 3%;
    margin: 0 auto;
  }
  #terms .box .content p{
    font-size: 1.2rem;
  }
  #terms .box .content p+p{
    margin-top: 5%;
  }
  #terms .box .content p.mb_60{
    margin-bottom: 0;
  }

}