.main_visual_top {
	background-image: url(./img/fv_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	height: 450px;
	padding-top: 70px;
	position: relative;
}

.mv_p-txt p,
p.kaitori_obi {
	background-color: #57298F;
}

text.background.round {
	text-shadow: 4px 6px 0px #57298F;
}

.background {
	stroke: #57298F;
}

section.media,
section.service,
.tab.active,
section.flow,
.step_num,
h4.pack_name,
p.result_kinds,
.detail_list p,
p.d-blue_kinds {
	background-color: #996DCE;
}

.heading::before,
h1.reason_ttl span,
h1.reason_ttl span,
p.reason_inner_num,
p.reason_inner_heading,
p.reason_inner_txt span {
	color: #996DCE;
}

.hexagon_box,
#pagetop,
h4.collect_ttl,
.circle {
	background: #996DCE;
}

.plan_obi,
.kaitori_content,
h2.footer_ttl,
.qa_garbage-house {
	background-color: #F0E7FB;
}

.plan_obi::after {
	border-top: 22px solid #EAF7F8;
}

.plan_obi span {
	-webkit-text-stroke: 3px #57298F;
	text-shadow: 3px 4px 0px #57298F;
}

section.contact_btn {
	background-color: #D0B9EC;
}

section.comparison {
	background: -webkit-repeating-linear-gradient(-45deg, #E8D5FF, #E8D5FF 4px, #F5EDFF 3px, #F5EDFF 8px);
}

section.reason {
	background-color: #F0E7FB;
}

p.reason_inner_num span {
	border-bottom: 1px solid #996DCE;
}

p.kaitori_obi:after {
	border-top: 18px solid #6719C7;
}

h5.collect_item::before {
	content: '';
	position: absolute;
	background: url(./img/sofa_icon.png);
	background-size: contain;
	display: inline-block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	left: 0%;
	top: -10px;
}

h5.collect_item.collect_item-kaden::before {
	content: '';
	position: absolute;
	background: url(./img/kaden_icon.png);
	background-size: contain;
	display: inline-block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	left: 0%;
	top: -10px;
}

.flow_box::before {
	position: absolute;
	content: "";
	background: url(./img/step_item.png);
	background-size: contain;
	display: inline-block;
	width: 7px;
	height: 34px;
	background-repeat: no-repeat;
	top: 73px;
	left: 35px;
}

.heading_blue::before {
	color: #009CF3;
}

summary.bg_purple::before {
	background-color: #996DCE;
}


/* -------------

gomiyashiki_info お役立ち情報

---------------*/
section.gomiyashiki_info {
	padding-top: 0;
	width: 94%;
	margin: 0 auto;
	background-color: #F0E7FB;
	border-radius: 20px;
	margin-bottom: 45px;
}

h2.info_ttl {
	background: repeating-linear-gradient(-45deg, #996DCE, #996DCE 35px, #AD90CF 0px, #AD90CF 62px);
	padding: 22px 0;
	text-align: center;
	border-radius: 20px 20px 0 0;
	color: #fff;
}

.flex.info_flex {
	flex-wrap: wrap;
	justify-content: space-between;
	width: 96%;
	margin: 0 auto;
}

a.info_inner {
	width: 41%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 30px;
	margin: 5px 0;
	padding: 0 10px;
	padding-left: 5px;
	padding-right: 20px;
	line-height: 1.2;
	position: relative;
	box-shadow: 2px 2px 4px #ccc;
}

a.info_inner::before {
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 2px #996DCE;
	border-right: solid 2px #996DCE;
	position: absolute;
}

a.info_inner::before {
	transform: rotate(45deg);
	right: 10px;
}

a.info_inner p {
	font-size: 13px;
	width: 80%;
	padding-left: 5px;
}

a.info_inner span {
	background-color: #996DCE;
	border-radius: 50%;
	padding: 3px;
	display: flex;
	width: 22px;
	height: 22px;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 15px;
}

.slide {
	height: 390px;
}