/* CSS Document */
@media screen and (min-width:768px) and (max-width:1099px){
  section.contents.greeting{
    padding-bottom: 60px;
  }
  section.contents.greeting > h2{
		font-size:24px;
		text-align:center;
		line-height:40px;
		margin:60px auto 50px;
	}
	section.contents.greeting > p.text{
    line-height: 2.25em;
    width: 100%;
    padding: 0 2em;
    box-sizing: border-box;
    margin: 1.5rem auto 0 auto;
    text-align: center;
    font-size: 16px;
	}
	.btnwrap.type_02{
		padding:0 0 30px 0;
	}
}
@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){
  /*共通*/
  section.contents.greeting{
    padding-bottom: 60px;
  }
  section.contents.greeting > h2{
		font-size:24px;
		text-align:center;
		line-height:40px;
		margin:60px auto 50px;
	}
	section.contents.greeting > p.text{
    line-height: 2.25em;
    width: 1000px;
    margin: 1.5rem auto 0 auto;
    text-align: center;
    font-size: 16px;
	}
	.btnwrap.type_02{
		padding:0 0 30px 0;
	}
}