@charset "UTF-8";

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

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

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

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

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

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

  #pagettl {
    height: 120px;
  }
  #pagettl h1 {
	bottom: 35px;
  }
  #pagettl h1 img{
    width: 190px;
  }
  #pagettl h1 span{
    font-size: 1.5rem;
    margin-top: 0.7em;
  }

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