@charset "utf-8";

@media (min-width : 481px) {
	.sp {
		display: none;
	}
}

@media (max-width : 480px) {
	.pc {
		display: none!important;
	}

	.title-box {
		padding: 50px 9.86666666667%;
		background-color: #f3f2ed;
		text-align: center;
	}

	.title-box .main-title {
		margin-bottom: 0;
		font-size: 1.76em;
		font-weight: normal;
		font-weight: 300;
	}

	.title-box .main-title span {
		margin-top: 5px;
		font-size: 0.54545454545em;
		font-weight: 500;
	}

	.sitemap-box1 {
		padding: 50px 9.86666666667%;
		background-color: #fff;
	}

	.sitemap-box1 h3 {
		margin-bottom: 10px;
		background-position: 0 12px;
		font-size: 1.56em;
	}

	.table-box3 {
		margin-bottom: 50px;
	}

	.sub-box-last:last-child .table-box3 {
		margin-bottom: 0;
	}

	.table-box3 table {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.table-box3 table th,
	.table-box3 table td {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.table-box3 table th {
		font-size: 1.24em;
	}

	.table-box3 table th a.arrow1, p.arrow1 {
		background-position: 0 6px;
	}

	.table-box3 table td a.arrow1, p.arrow1 {
		background-position: 0 4px;
	}

	.sitemap-box1 li {
		margin: 10px 0;
	}

	.sitemap-box1 li:first-child {
		margin-top: 0;
	}

	.sitemap-box1 li:last-child {
		margin-bottom: 0;
	}
}
