@charset "utf-8";

header h1 img {
	max-width:100%;
	margin:20px auto 0;
	display:block;
}

article {
	max-width:900px;
	width:90%;
	margin:0 auto;
}

main {
	width:100%;
	margin: 0 auto;
	background: url("../img/main-bg.png") top center no-repeat;
}
main img {
	max-width:100%;
	margin:0 auto;
	display:block;
}

@media only screen and (max-width:640px){}

.info,.step,.price,.toiawase{margin-top: 30px;}
.info img,.step img,.price img,.toiawase img{max-width: 100%;}
.naiyo ul{
	display: flex; 
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 80px;
}
.naiyo ul li{
	margin: 0 2px 0;
	max-width: 295px;
	width:90%;
	color: #fff;
	background: #e60020;
	border-radius: 5px;
	text-align: center;
	padding:30px 0;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
}

footer a.netzHP {
    width:420px;
	height:80px;
	margin:50px auto 0;
    display:block;
    text-decoration:none;
}
footer a.netzHP span {
    margin:0 auto;
    padding:15px 35px 15px 20px;
    display:block;
	color:#fff;
	font-size:1.1rem;
	font-weight:700;
    text-align: center;
    border-bottom: solid 6px #95081c;
    border-radius:50px;
    position: relative;
    background:#e60020;
    transition: .2s;
}
footer a.netzHP span:hover {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    border-bottom: solid 3px #95081c;
}
footer a.netzHP span::before {
    content: "";
    width: 12px;
    height:12px;
    margin:auto;
    position:absolute; top:0; bottom:0; right:20px;
    vertical-align: middle;
    border-top: 3px solid #fff;
    border-right:3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .3s;
}
footer a.netzHP span:hover::before {right:15px;}

footer small{
	text-align:center; 
	margin:50px auto 0; 
	display:block; 
}


