body {
    padding: 0 0 200px 0;
    margin: 0;
    background: #cfd1d5;
    pointer-events: auto;
}

div{
	margin: 0;
	padding: 0;
}

.container{
	max-width: 1080px;
	margin: 0 auto;
}

img{
	vertical-align: bottom;
}

.headline{
	margin-top: 50px;
	text-align: center;
}

.headline img{
	width: 70%;
}

.product-lineup{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.product-lineup a{
	display: inline-block;
	width: 45%;
	display: block;
	margin: 10px 0;
	position: relative;
}

.product-lineup a img{
	width: 100%;
	display: block;
}

.product-lineup .nn{
	display: none;
}

.product-lineup .n1{
	position: absolute;
	right: -20px;
	top: -20px;
	display: block;
	width: 150px;
}

.section2 div{
	margin: 120px 0;
}

.section2

.company{
	padding: 0 10px;
	color: #333;
}

.company-flex{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.company-flex p{
	font-size: 1.25rem;
}

.company-flex > div{
	width: 100%;
}

.company-flex2{
	text-align: center;
}

.company .button{
	display: inline-block;
	background: #22B573;
	padding: 10px 80px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
}

.section3{
	margin: 50px auto;
}

.section3 > div{
	margin: 50px 0;
}

.section3 > div img{
	width: 100%;
}



footer{
	position: fixed;
	width: 100%;
	bottom: 0;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	background: rgba(0,0,0,.7);
	padding: 10px 0;
}

footer a{
	font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	display: block;
	width: 45%;
	height: 80%;
	text-align: center;
	background: #ff9500;
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
	padding: 10px 0;
	text-decoration: none;
	border-radius: 5px;
	transition: all .3s ease;
	margin: 5px 0;
}

footer .tel{
	width: 95%;
	background: #4ecdc4;
}


footer a:hover{
	background: #ff9500;
}

footer a small{
	font-size: .7rem;
}






@media(max-width:800px){

footer a{
	font-size: 1rem;
}

.product-lineup .n1{
	right: 0px;
	width: 80px;
}

.section2 div{
	margin: 60px 0;
}

}
