@import url(./reset.css);

.wrap {
    width: 100%;
    overflow: hidden;
}

.m_img {
	display: none;
}

.content {
	width: 100%;
	max-width: 1080px;
	padding: 100px 20px 0;
	margin:0 auto;
	background:url(../images/mobile/bg.png) top center no-repeat #fff;
	background-size: 100%;
	text-align: center;
}

.content img {
	width: auto;
	max-width: 100%;
	margin:0 auto
}

.content > h1 {
	font-size:32px;
	margin-bottom: 60px;
}

.content > h1 > img {
	max-width: 217px;
	display: block;
	margin:28px auto 0;
}

.content nav {
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 0;
	gap: 12px;
	margin:0 auto 20px;
}

.content p {
	font-size: 16px;
	color: #606060;
	margin-bottom: 30px;
}

footer {
	width: 100%;
	height: auto;
	background-color: #fff;
}

footer .footer {
	width: 100%;
	max-width: 1080px;
	padding: 20px;
	margin: 0 auto;
}
footer .footer img {
	width: 100px;
	margin-bottom: 10px;
}
footer .footer ul li {
	color: #606060;
	font-size: 16px;
	line-height: 24px;
}
footer .footer a {
	olor: #606060;
}

.appDownload {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 0;   
    gap: 12px;
}

.appDownload a img {
    width:100%;
    max-width: 160px;    
}

.not_found_con {
    text-align: center;
    position: relative;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    max-width: 1080px;
    margin:0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.not_found_con h1 {
    position:absolute;
    left: 20px;
    top: 26px;
}

.not_found_con h1 img {
    width: 106px;  
}

.not_found_con .not_found_con_area h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
}

.not_found_con .not_found_con_area .img_not_found,
.not_found_con .not_found_con_area .img_not_service {
    width: auto;
    max-width:320px;
    margin: 20px auto 60px;
}

.not_found_con .not_found_con_area .img_not_service {
    max-width: 400px;
}

.not_found_con .not_found_con_area .search_info {
    display: flex;
    gap: 16px;
    font-weight: 500;
    text-align: left;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.not_found_con .not_found_con_area .search_info img {
    width: auto;
    max-width: 60px;
}


.not_found_con .not_found_con_area .search_info p {
    font-size: 16px;
    line-height: 26px;
}

/* mobile */
@media screen and (max-width: 768px) {
	.pc_img {
		display: none;
	}
	.m_img {
		display: block;
	}
	.content {
		background:url(../images/mobile/bg.png) top center no-repeat #fff;
		background-size: 100%;
		padding: 100px 20px 0;
	}
	.content > h1 {
		font-size: 20px;
	}
	.content > h1 > img {
		max-width: 217px;
		margin-top: 16px;
	}
	.content nav {
		margin-bottom: 16px;
	}
	.content nav a img {
		max-width: 121px;
	}
	.content p {
		font-size: 10px;
	}
	footer .footer img {
		width: 64px;
		margin-bottom: 0;
	}
	footer .footer ul li {
		font-size: 12px;
		line-height: 18px;
	}
	
    .appDownload {
        gap: 10px;
    }
    .appDownload a img {
        max-width: 120px;
    }
    .not_found_con h1 {
        width: 85px;
        top: 44px;
    }
    .not_found_con .not_found_con_area h2 {
        font-size: 28px;
        width: 213px;
        margin: 0 auto;
    }
    .not_found_con .not_found_con_area .img_not_found,
    .not_found_con .not_found_con_area .img_not_service {
        max-width: 200px;
        margin: 20px auto 50px;
    }
    .not_found_con .not_found_con_area .img_not_service {
        max-width: 250px;
    }
    .not_found_con .not_found_con_area .search_info {
        margin-bottom: 24px;
    }
    .not_found_con .not_found_con_area .search_info img {
        max-width: 42px;
    }
    .not_found_con .not_found_con_area .search_info p {
        font-size: 13px;
        line-height: 21px;
    }
}