@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: 100%;
}
.cta a{
	display:block;
	transition:all 0.3s;
}
.cta_box {
    background: #F9F8DE;
}
.cta a:hover{
	transform:translateY(-5px);
}
.cta{
	text-align:center;
}
.box{
    position: relative;
}
.cta_box {
    background: #F9F8DE;
    padding: 60px 30px;
   /* width: calc(100% - 40px);*/
    box-sizing: border-box;
    margin: 0px auto;
}
.cta_box img {
	padding: 20px;
    width: calc(100% - 40px);
}
.cta_box a img {
	padding: 0px;
    width: 100%;
}
.cta_box2 {
	margin-top: -8%;
}
.cta_box2 .inner {
	background: #FF8000;
	padding: 5%;
}
.cta2 a{
	display:block;
	transition:all 0.3s;
}
.cta2 a:hover{
	transform:translateY(-5px);
}
.cta {
    text-align: center;
    margin-top: 20px;
}
div#copyright {
    background: #24497e;
    text-align: center;
    color: white;
    padding: 5px;
}