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

/* 共通 */

/* ------------- */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

@media only screen and (max-width: 750px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
		width: 100%;
	}
}

section {
	padding: 50px 0;
}

h1.ttl_main {
	font-size: 27px;
	color: #000;
	padding-top: 25px;
}

/*ーーーーーー
 ごみ怪獣にお任せください
ーーーーーー*/
.introduction_ttl {
	text-align: center;
}

.introduction_ttl h2 {
	font-size: 25px;
	position: relative;
	width: 55%;
	margin: 5px auto;
}

.introduction_ttl h2::before {
	content: '';
	position: absolute;
	bottom: 8px;
	left: -40px;
	border: 8px solid transparent;
	border-top: 25px solid #FFD319;
	border-bottom: 0;
	rotate: -48deg;
}

.introduction_ttl h2::after {
	content: '';
	position: absolute;
	bottom: 8px;
	right: -40px;
	border: 8px solid transparent;
	border-top: 25px solid #FFD319;
	border-bottom: 0px;
	rotate: 48deg;
}

img.svc_img {
	width: 95%;
	margin: 25px auto;
}

p.txt_yerrow {
	margin-top: 0;
	margin-bottom: 6px;
	text-align: center;
	font-size: 18px;
}

span.under_yellow {
	position: relative;
	z-index: 999;
}

span.under_yellow::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -1px;
	display: inline-block;
	width: 100%;
	height: 10px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #FFF066;
	opacity: 0.5;
	z-index: -1;
}

p.inner_text {
	width: 90%;
	margin: 0 auto;
}

.ba_area {
	background-color: #FFFDEB;
	width: 94%;
	margin: 0 auto;
	padding: 23px 0;
	text-align: center;
	position: relative;
	padding-bottom: 0;
}

.si_bg {
	background-color: #FCFEC8;
	padding: 30px 0;
}

.ba_area img {
	width: 85%;
}

img.after_img {
	padding-top: 65px;
	position: relative;
}

.ba_area::after {
	content: '';
	position: absolute;
	background-size: contain;
	top: 32%;
	left: 50%;
	border: 50px solid transparent;
	border-top: 28px solid #FF7B7C;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

/* ビフォアフ情報 */
.detail_area {
	background-color: #FEFFF0;
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
	padding: 6px 20px;
	position: relative;
}

.detail_area::after {
	content: '';
	position: absolute;
	background-image: url(../img/bg_item.png);
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
	bottom: 2px;
	width: 170px;
	height: 170px;
	right: -20px;
}

h3.area_txt {
	background-color: #FF9900;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 6px 0;
	width: 75%;
	margin: 20px auto -5px;
}

.flex_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex_box p {
	margin-top: 0;
}

p.txt_red {
	color: red;
	padding-left: 10px;
	font-size: 20px;
}

p.comment_tab {
	background-color: #FFD319;
	color: #fff;
	width: 44%;
	text-align: center;
	padding: 5px 0;
	margin: 0;
}

p.comment_inner {
	margin-top: 8px;
	width: 103%;
	text-align: left;
}

/*ーーーーーー
 不用品回収サービス内容
ーーーーーー*/
section.service {
	text-align: center;
	padding-top: 0px;
}

.heading_2 {
	position: relative;
	padding: 0.5em 0.7em;
	border-radius: 25px;
	background-color: #F97D0F;
	color: #fff;
	display: initial;
	font-size: 18px;
}

.heading_2::after {
	content: '';
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border: 11px solid transparent;
	border-top: 11px solid #F97D0F;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

span.txt_red-b {
	color: red;
}

.service_box {
	width: 87%;
	margin: 30px auto;
	background-color: #fff;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 2px 2px 7px 3px #EBEBEB;
}

.service_box img {
	width: 100%;
}

p.detail_txt {
	width: 98%;
	margin: 0 auto;
	text-align: initial;
	/* padding-bottom: 20px; */
	font-size: 18px;
}

.service_ttl {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #333333;
	background-color: #FFCE00;
	width: 80%;
	margin: -35px auto 15px;
	padding: 14px 0;
	justify-content: left;
	padding-left: 1em;
	position: relative;
	color: #fff;
	font-size: 25px;
	margin-left: -10px;
}

.service_box:last-child,
.service_other_box:last-child {
	margin-bottom: 0;
}

.introduction_ttl-2 {
	text-align: center;
	position: relative;
}

.introduction_ttl-2 p {
	font-size: 25px;
	margin-top: 0;
}

span.txt_yellow-2 {
	color: #FFA700;
}

/*ーーーーーー
 不用品回収以外のサービス
ーーーーーー*/
.point_border {
	text-align: center;
	width: 92%;
	margin: 0px auto;
	border: 2px solid #FF5E5E;
	border-radius: 10px;
	padding: 0px;
}

p.bg_pink {
	background-color: #FF5E5E;
	width: 65%;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0 1px;
	border-radius: 15px 15px 0 0;
	color: #fff;
	margin-top: -42px;
	position: relative;
}

h2.bg_pink {
	background-color: #FF5E5E;
	color: #fff;
	padding: 13px 0;
	margin-top: 0px;
	font-size: 25px;
	border-radius: 4px 4px 0 0;
	text-align: center;
}

.point_box img {
	width: 98%;
	margin: 0 auto;
}

span.yellow_txt {
	color: #FFF066;
}

.point_box {
	width: 95%;
	margin: 10px auto;
	border-bottom: 1px dashed #AEACAC;
	padding: 15px 0;
}

.point_box:last-child {
	border: none;
	padding-bottom: 1px;
}

.point_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

p.point_num {
	background-color: #FF5E5E;
	padding: 1px 8px;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
}

p.point_num span {
	font-size: 21px;
	padding-left: 3px;
}

p.pink_txt {
	color: #FF5E5E;
	width: 100%;
	font-size: 25px;
	margin: 15px auto;
}

p.point_txt {
	text-align: start;
	width: 98%;
	margin: 0 auto;
}

/*ーーーーーー
 大切なお約束
ーーーーーー*/
section.important {
	background-color: #FFD319;
}

img.promise_img {
	width: 37%;
	margin: 0 auto;
	display: flex;
}

.content_title.txt_white h1 {
	color: #fff;
}

.content_title.txt_white h1::after {
	color: #fff;
}

.introduction_ttl-3 {
	text-align: center;
	position: relative;
}

.important_box {
	width: 80%;
	margin: 0 auto;
	background-color: #fff;
	padding: 10px 20px;
	border-radius: 20px;
	margin-top: -13px;
	position: relative;
}

p.important_ttl {
	color: #FF9900;
	font-size: 20px;
	text-align: center;
}

@media only screen and (min-width: 750px) {
	section {
		padding: 100px 0;
	}

	img.svc_img {
		width: 40%;
		margin: 25px auto;
	}

	.introduction_flex {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 95%;
		margin: -30px auto 50px;
	}

	.introduction_ttl {
		text-align: start;
		padding-left: 6em;
		padding-bottom: 10px;
	}

	.introduction_ttl h2 {
		font-size: 45px;
		position: relative;
		width: 102%;
		margin: 5px 0;
	}

	span.under_yellow::before {
		height: 20px;
	}

	p.txt_yerrow {
		margin-top: 0;
		margin-bottom: 6px;
		text-align: center;
		font-size: 25px;
		width: 75%;
	}

	.introduction_ttl h2::before {
		bottom: -8px;
		left: -57px;
		border: 15px solid transparent;
		border-top: 35px solid #FFD319;
	}

	.introduction_ttl h2::after {
		bottom: -8px;
		right: -37px;
		border: 15px solid transparent;
		border-top: 35px solid #FFD319;
	}

	p.inner_text {
		text-align: center;
		width: 90%;
		margin: 0 auto;
	}

	.sp_itd_txt {
		text-align: left;
		width: 90%;
		margin: 0 auto;
	}

	.si_flex {
		display: flex;
		justify-content: space-around;
		align-items: baseline;
	}

	img.before_img {
		width: 40%;
	}

	img.after_img {
		width: 40%;
	}

	.ba_area {
		padding-bottom: 50px;
	}

	.ba_area::after {
		top: 32%;
		border: 23px solid transparent;
		border-top: 28px solid #FF7B7C;
		transform: rotate(270deg);
	}

	h3.area_txt {
		border-radius: 33px;
		padding: 10px 0;
		width: 38%;
		margin: 45px auto 25px;
		font-size: 20px;
		position: relative;
		z-index: 99;
	}

	.flex_box {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50%;
	}

	p.comment_tab {
		width: 22%;
		text-align: center;
		padding: 5px 0;
		margin: 0;
		margin-left: 1em;
	}

	p.comment_inner {
		margin-top: 8px;
		width: 90%;
		text-align: left;
		padding-left: 1em;
		margin-top: 12px;
	}

	.detail_area {
		background-color: #fff;
		padding-top: 60px;
		margin-top: -52px;
		position: relative;
		z-index: 9;
	}

	.detail_area::after {
		right: -2px;
	}

	.service_box {
		width: 90%;
		display: flex;
		align-items: center;
	}

	.service_box img {
		width: 55%;
	}

	.service_ttl {
		margin-left: -30px;
	}

	p.detail_txt {
		width: 98%;
		margin: 0 auto;
		text-align: initial;
		/* padding-bottom: 20px; */
		font-size: 20px;
		padding: 5px 19px;
	}

	img.promise_img {
		width: 17%;
	}

	.important_box {
		width: 70%;
	}

	p.important_ttl {
		font-size: 28px;
	}

	.icon_img {
		width: 30%;
		margin: 3px auto;
		text-align: center;
	}

	.flow_flex {
		width: 40%;
	}

	.flow_inner p {
		font-size: 18px;
		margin-bottom: 0px;
	}

	p.flow_item {
		font-size: 25px;
	}

	img.flow_img {
		width: 15%;
	}

	.flow_box {
		width: 80%;
	}

	h2.flow_num {
		font-size: 35px;
	}

	h2.flow_num span {
		font-size: 50px;
	}

	.flow_step::after {
		width: 5px;
		height: 83px;
		top: -3px;
		right: 25px;
		rotate: -19deg;
	}

	.flow_step::before {
		width: 5px;
		height: 80px;
		bottom: 0px;
		right: 19px;
		z-index: 9999;
		rotate: 10deg;
	}

	.flow_box:first-child .flow_step::after {
		height: 110px;
		rotate: -15deg;
		right: 25px;
	}

	.flow_box:first-child .flow_step::before {
		height: 97px;
		rotate: 8deg;
		right: 18px;
	}

	.flow_inner {
		padding-right: 1em;
	}

	section.service_other {
		padding: 25px 0;
	}

	.point_border {
		text-align: center;
		width: 90%;
		border: 4px solid #FF5E5E;
		border-radius: 10px;
		padding: 0px;
		padding-bottom: 25px;
	}

	.point_box img {
		width: 45%;
		margin: 0 auto;
		/* align-items: center; */
	}

	.point_box {
		width: 95%;
		padding: 15px 0;
		display: flex;
		align-items: center;
	}

	.point_box div {
		padding-left: 30px;
	}

	h2.bg_pink {
		font-size: 35px;
	}
}