@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
} 
body {
	font-size: 16px;
	letter-spacing: 1px;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
a{
	text-decoration: none;
}
#wrap{
  max-width: 562.5px;
  margin: 0 auto;
}
img {
    width: 100%;
    vertical-align: bottom;
}
.cta img{
	width:85%;
}
.cta a{
	display:block;
	transition:all 0.3s;
}
.cta a:hover{
	transform:translateY(-5px);
}
.cta{
	text-align:center;
}
.cta.box1 {
    margin-bottom: 40px;
}
.contents,.contents3{
	position:relative;
}
.cta.box2 {
    position: absolute;
    bottom: 50px;
}
.contents2 {
    margin-top: -22px;
}
.cta.box3 {
    position: absolute;
    bottom: 50px;
}
.cta.box4 {
    background: #fff6db;
}
.logo img {
    width: 60%;
}
.logo {
    background: #fff6db;
    text-align: center;
    padding: 40px 0;
}
div#copyright {
    text-align: center;
    background: #ff6700;
    color: white;
    font-size: 14px;
    padding: 5px;
}