@charset "utf-8";
/* CSS Document */

header {
	width: 750px;
	margin: 0 auto;
	display: flex;
}
section {
	width: 750px;
	margin: 0 auto;
}
.cta {
	width: 750px;
	height: 405px;
	position: relative;
}
.cta .btn_tel {
	position: absolute;
	top: 25px;
	left: 25px;
}
.cta .btn_mail {
	position: absolute;
	top: 25px;
	right: 25px;
}
.cta .btn_sim {
	position: absolute;
	top: 205px;
	left: 25px;
}
#flexbox {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
    border-top: 3px solid #ccc;
    background: #fff;
}
#flexbox section {
    display: flex;
    padding: 15px 25px;
}
#flexbox img {
	width: 100%;
}
#flexbox .btn_tel {
    width: 42%;
	display: block;
	margin-right: 25px;
}
#flexbox .btn_sim {
    width: 58%;
	display: block;
}
footer {
	width: 100%;
	height: 80px;
	color: #fff;
	background: #485269;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 130px;
}