footer {
	background-color: transparent !important;
}

.icon-container {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	margin: 0 auto;
}

.icon-container img {
	width: 29px;
	height: 29px;
	margin-right: 6px !important;
}

.box_title {
	background-color: #6864ed;
}

#top .top_nav ul li a,
.arrow_bottom_blue,
.result_list_item h3,
#detail .detail_title {
	color: #6864ed;
}

.arrow_bottom_blue {
	border-bottom: 2px solid #6864ed;
	border-right: 2px solid #6864ed
}

.result_list_item h3 {
	border-bottom: 1px solid #6864ed;
}

@media (max-width: 667px) {
	#top .top_nav {
		margin-bottom: 0;
	}

	#top .top_nav ul li {
		padding: 15px 0;
	}

	#top .top_nav ul li a {
		width: 100%;
		font-size: 1.8rem;
	}

	.icon-container {
		width: 94%;
	}

	.icon-container img {
		width: 24px;
		height: 24px;
		margin-right: 0 !important;
	}

	.icon-container div {
		text-align: left !important;
		margin-left: 10px !important;
		width: calc(110% - 110px) !important;
	}

	.box_title_text {
		text-align: left;
		padding: 0 20px 0 10px;
	}
}

@media (max-width: 667px) {
	.box:not(:last-of-type) {
		margin-bottom: 20px !important;
	}

	.result_header {
		margin-bottom: 10px;
		padding-left: 10px;
	}

	.result_list_item {
		padding: 10px;
	}

	.result_list_item_main {
		display: block;
	}

	.result_list_item_main figure {
		margin: 0 auto;
	}

	.result_list_item_main .textarea {
		margin: 10px 0;
	}

	.result_list_item_main .textarea .btn_list {
		margin: 0 auto;
		width: 200px;
		display: block;
	}

	.result_list_item_main .textarea .btn_list .btn_base {
		margin: 20px 0;
	}
}