﻿@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: 90%;
}
.cta a{
	display:block;
	transition:all 0.3s;
}
.cta a:hover{
	transform:translateY(-5px);
}
.cta{
	text-align:center;
}
.box{
    position: relative;
}
#box1 .cta {
    position: absolute;
    bottom: 40px;
}

#box3 .cta {
    position: absolute;
    bottom: 20px;
}
#box4 .cta {
    position: absolute;
    bottom: 20px;
}
div#box5 .cta {
    position: absolute;
    bottom: 0;
}
@media screen and (max-width:667px){
    #box1 .cta {
        position: absolute;
        bottom: 30px;
    }
#box3 .cta {
    position: absolute;
    bottom: 10px;
}

}