﻿@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;
}
.cta_box .cta {
    position: absolute;
    bottom: 115px;
    padding: 0 20px;
}
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 a:hover{
	transform:translateY(-5px);
}

.box{
    position: relative;
}
.cta_box {
    position:relative;
}
.cta {
    text-align: center;
    padding: 0 40px;
}

img.img3 {
    margin-top: -85px;
}

img.img5 {
    margin-top: 50px;
}
.logo {
    width: 80%;
    margin: 50px auto;
}
div#copyright {
    background: #ff9100;
    text-align: center;
    color: white;
    padding: 5px;
}
@media screen and (max-width:667px){
.cta_box .cta {
    position: absolute;
    bottom: 85px;
    padding: 0 20px;
}
}
@media screen and (max-width:375px){
.cta_box .cta {
    bottom: 75px;
}
}