.form_column {
    max-width: 860px;
    margin: 0 auto;
    padding-bottom: 10%;
    padding: 0 20px;
}

.pp_wrap {
	padding-top: 8%;
}

.pp_column {
	padding-bottom: 40px;
}

.pp_column dt {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #37678f;
	border-bottom: 2px solid #37678f;
}

.pp_column dd span {
	display: block;
	margin: 10px 0 10px 10px;
}

.sitemap_nav {
	font-size: 0;
}

.sitemap_nav li {
	margin-bottom: 40px;
}

.sitemap_nav li a {
	position: relative;
    padding: 14px 20px 14px 38px;
    font-size: 20px;
    border: 1px solid #d8d8d8;
    border-top: 4px solid #7e1a1b;
    background: linear-gradient(#ffffff 0%, #efefef 100%);
    margin-bottom: 20px;
	display: block;
}

.sitemap_nav li a::before, .sitemap_nav li a::after {
    content: "□";
    position: absolute;
}

.sitemap_nav li a::before {
    left: 6px;
    top: 10px;
    color: #737373;
}

.sitemap_nav li a::after {
    left: 14px;
    top: 18px;
    color: #7f1917;
}


.sitemap_nav .sitemap_swrap {
	width: 100%;
}

.sitemap_nav .sitemap_swrap .sitemap_sub {
	padding-top: 20px;
}

.sitemap_nav .sitemap_swrap .sitemap_sub li {
	display: inline-block;
	width: 48%;
    margin-left: 2%;
	vertical-align: top;
}

.sitemap_nav .sitemap_swrap .sitemap_sub li a {
	display: inline;
	border: 0px;
	background: #ffffff;
    color: #000000;
	padding: 0px;
	font-size: 16px;
}

.sitemap_nav .sitemap_swrap .sitemap_sub li a:hover {
	text-decoration: underline;
}

.sitemap_nav .sitemap_swrap .sitemap_sub li a::before {
	display: none;
}

.sitemap_nav .sitemap_swrap .sitemap_sub li a::after {
	display: none;
}


.thanks_column {
	padding-top: 8%;
	width: 60%;
    margin: 0 auto;
}

.thanks_column h2 {
	text-align: center;
	font-size: 26px;
	margin-bottom: 40px;
	padding-bottom: 10px;
    border-bottom: 1px solid #000000;
}

.thanks_column p {
	text-align: center;
	font-size: 18px;
	padding-bottom: 40px;
	margin-bottom: 30px;
	line-height: 2.2em;
	border-bottom: 1px solid #000000;
}

.thanks_column dl {
	
}

.thanks_column dt {
	text-align: center;
	font-size: 20px;
	padding-bottom: 10px;
}

.thanks_column dd {
	text-align: center;
	font-size: 16px;
}

@media screen and (max-width: 480px) {
	
	.sitemap_nav .sitemap_swrap .sitemap_sub li {
		width: 98%;
		margin-left: 2%;
	}

	.thanks_column {
		width: 100%;
	}

	.box_size input, .box_size textarea {
		width: 100%;
	}
	
}