/* CSS Document */
@media screen and (max-width:767px){
}
@media screen and (min-width:768px) and (max-width:1099px){
  /*TB*/
  /*ページャー*/
  div.pageheader div.inner{
    padding: 0 20px 10px;
    box-sizing: border-box;
    width: 100%;
  }
   div.pageheader {
    min-height: 100px;
     margin-top: -70px;
  }
  /*コンテンツ*/
  section.clause > h2 {
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    padding: 60px 0 50px 0;
  }
  section.clause div.inner{
    width: 640px;
    margin: 0 auto;
  }
  section.clause div.menubtn{
		line-height:40px;
		padding:0 1em;
		margin-top: 1rem;
	}
}

@media (orientation: landscape) and (max-width:568px){
}
@media (orientation: landscape) and (min-width:569px) and (max-width:724px){
}
@media (orientation: landscape) and (min-width:725px) and (max-width:1099px){
}
@media screen and (min-width:1100px){
  /*共通*/
  
}