img {
	width: 100%;
}

/* ---------
 料金 
 -----------*/
/* section.container {
	background-color: #05CDC1;
	padding: 25px 0 50px;
	margin-top: 50px;
}

.flex.pack_list {
	width: 96%;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: center;
}

img.pack_img {
	width: 48%;
	margin: 10px 3px;
}

img.medaru_img {
	width: 25%;
	margin: 0 5px;
}

.price_flex {
	justify-content: center;
	margin-top: 25px;
} */

/* 無料で見積もり */
.content_muryou {
	margin: 30px auto 0;
	position: relative;
	background: #fff;
	padding: 25px 5px;
	width: 90%;
	border-radius: 13px;
	z-index: 0;
	box-shadow: 1px 1px 8px #dcdcdc;
}

.content_muryou::before {
	content: '';
	position: absolute;
	background-image: url(./img/price_item.png);
	background-repeat: no-repeat;
	width: 170px;
	height: 170px;
	background-size: contain;
	display: inline-block;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: -2;
}

h2.orange_txt {
	text-align: center;
	color: #FF9900;
	font-size: 22px;
	margin-top: 0;
}

.content_muryou p {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	font-size: 15px;
}

/* ---------
 POINT 
 -----------*/
section.point {
	padding-bottom: 0;
}

.point_ttl {
	text-align: center;
	position: relative;
}

.point_ttl::before {
	content: '';
	position: absolute;
	background-image: url(./img/point-ttl_item.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 36px;
	background-size: contain;
	display: inline-block;
	top: -25px;
	left: 10%;
}

.point_inner {
	margin-top: 25px;
	background-color: #FFFFF2;
	padding-bottom: 50px;
}

.flex.point_flex {
	justify-content: space-between;
}

p.point_txt {
	padding-right: 10px;
	text-align: center;
	margin-top: 35px;
}

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

span.under_yellow::before {
	content: '';
	position: absolute;
	left: 0%;
	display: inline-block;
	width: 100%;
	height: 9px;
	background-color: #FFF500;
	opacity: 0.7;
	z-index: -1;
	bottom: -2px;
}

img.point-1_img {
	width: 90%;
	margin: 27px auto 60px;
	display: flex;
	justify-content: center;
}

.point_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.point_box img {
	width: 48%;
}

.point_box {
	margin: 3px;
	background-color: #F3E7D5;
	box-shadow: 4px 4px #D3D3D3;
	padding: 5px;
	border-radius: 10px;
	align-items: center;
	position: relative;
	width: 92%;
	margin: 25px auto;
}

.point_flex {
	display: flex;
}

.point_item {
	position: absolute;
	font-size: 18px;
	top: 0;
	margin: 0;
	width: 65px;
	height: 60px;
	background-color: #FFD319;
	clip-path: polygon(0 0, 0 100%, 50% 90%, 100% 100%, 100% 0);
	border-radius: 4px;
	left: 12px;
	text-align: center;
	padding: 10px 5px 13px;
	/* color: rgba(142, 142, 142, 79%); */
	color: #fff;
}

p.point_item span {
	font-size: 25px;
	display: inline-block;
	margin-top: -5px;
	letter-spacing: 0px;
}

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

span.under_red::before {
	content: '';
	position: absolute;
	bottom: 2px;
	display: inline-block;
	width: 100%;
	height: 8px;
	background-color: rgba(255, 94, 94, 70%);
	opacity: 0.5;
	z-index: -9;
}

p.under_red {
	padding-left: 5.5em;
	font-size: 18px;
}

.item_flex {
	background-color: #fff;
	width: 95%;
	margin: 25px auto 15px;
	border-radius: 10px;
	padding: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.plan_circle {
	background-color: #FFF066;
	border-radius: 50%;
	width: 75px;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 5px 2px;
	font-weight: bold;
	font-size: 11px;
}

h2.red_txt {
	text-align: center;
	font-size: 23px;
	color: #FF5E5E;
}

.no-bg {
	background-color: unset;
	justify-content: space-around;
	margin-top: 0;
}

/* ---------
 回収料金の目安
 -----------*/
section.guideline {
	background-color: #FFFCDD;
	margin-top: 75px;
}

.flex.gd_flex {
	flex-wrap: wrap;
	justify-content: center;
}

.result_button {
	background-color: #6F5B3D;
	box-shadow: 1px 7px #D8D8D8;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 205px;
	margin: 0 auto;
	padding: 20px 25px 20px 18px;
	text-align: center;
	border-radius: 50px;
	margin-top: 40px;
}

.result_button a {
	color: #fff;
	padding-right: 0;
	font-size: 20px;
}

.gd_box {
	width: 370px;
	margin: 40px auto 25px;
	box-shadow: 3px 3px 11px #DBDBDB;
	padding-bottom: 30px;
	background-color: #fff;
}

h3.gd-1,
h3.gd-2,
h3.gd-3 {
	background-color: #FF9900;
	padding: 15px 0;
	text-align: center;
	padding-left: 1em;
	color: #fff;
	position: relative;
}

h3.gd-1::before {
	content: "";
	display: inline-block;
	position: absolute;
	background: url(./img/icon-1.png);
	width: 30px;
	height: 35px;
	background-size: contain;
	top: 50%;
	left: 90px;
	background-repeat: no-repeat;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

h3.gd-2::before {
	content: "";
	display: inline-block;
	position: absolute;
	background: url(./img/icon-2.png);
	width: 38px;
	height: 35px;
	background-size: contain;
	top: 50%;
	left: 90px;
	background-repeat: no-repeat;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

h3.gd-3::before {
	content: "";
	display: inline-block;
	position: absolute;
	background: url(./img/icon-3.png);
	width: 52px;
	height: 34px;
	background-size: contain;
	top: 50%;
	left: 74px;
	background-repeat: no-repeat;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.gd_padding {
	padding: 0 10px;
}

.gd_box img {
	width: 100%;
}

p.gd_ttl {
	padding-left: 1.3em;
	position: relative;
}

p.gd_ttl::before {
	position: absolute;
	content: "";
	background: url(./img/de_item.png);
	background-size: contain;
	display: inline-block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	left: -2px;
	top: 3px;
}

.gd_flex {
	flex-wrap: wrap;
	margin: 20px 0;
	padding-bottom: 5px;
	position: relative;
	justify-content: center;
}

.kaisyu {
	width: 145px;
	height: 95px;
	background-color: #F5EFEF;
	text-align: center;
	border-radius: 10px;
	margin-right: 55px;
	border: 1px solid #D9D9D9;
	position: relative;
}

.kaisyu::before {
	position: absolute;
	top: 50%;
	right: -30%;
	content: '';
	display: inline-block;
	width: 25px;
	height: 0px;
	border-top: 6px solid #ccc;
	transform: translateY(-50%);
}

.kaisyu .gd_coler-bg {
	background-color: #8E8E8E;
	margin-top: 0;
	padding: 13px;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 14px;
	clip-path: polygon(-190% 0, 100% 0%, 100% 80%, 50% 100%);
}

.kaisyu p,
.kaitori p {
	margin: -5px 0 10px 0;
}

span.gd_price {
	font-size: 25px;
	padding-right: 3px;
}

p.bg_yellow {
	background-color: #FFF066;
	width: 50%;
	margin: 10px 2px;
	border-radius: 20px;
	padding: 8px;
	text-align: center;
	position: relative;
	font-size: 14px;
}

p.font_s {
	text-align: center;
	border-top: 1px solid #DAD7D7;
	padding-top: 20px;
	margin-top: 8px;
}

.kaitori {
	width: 145px;
	height: 95px;
	background-color: #F5EFEF;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #D9D9D9;
}

.kaitori .gd_coler-bg {
	background-color: #3DB7C8;
	margin-top: 0;
	padding: 13px;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 14px;
	clip-path: polygon(-190% 0, 100% 0%, 100% 80%, 50% 100%);
}

.sagyou {
	display: flex;
	align-items: center;
	background-color: #F5EFEF;
	margin-top: 18px;
	width: 315px;
	justify-content: space-between;
	margin-left: 2em;
	border-radius: 10px;
	/* padding: 10px 0px; */
	border: 1px solid #D9D9D9;
	height: 85px;
	position: relative;
}

.sagyou::before {
	position: absolute;
	top: 55%;
	left: -35px;
	content: '';
	display: inline-block;
	width: 25px;
	height: 0px;
	border-top: 6px solid #ccc;
}

.sagyou::after {
	position: absolute;
	top: 43%;
	left: -35px;
	content: '';
	display: inline-block;
	width: 25px;
	height: 0px;
	border-top: 6px solid #ccc;
}

.sagyou .gd_coler-bg2 {
	background-color: #FF5E5E;
	font-size: 16px;
	color: #fff;
	margin: 0;
	width: 30%;
	height: 85px;
	border-radius: 10px 0 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	clip-path: polygon(0 0, 95% 0, 100% 50%, 0 700%);
}

.gd_price {
	padding-right: 1.5em;
}

.sagyou .gd_price {
	font-size: 16px;
}

span.de_price.under_yellow {
	position: relative;
	z-index: 99;
	font-size: 35px;
	padding-right: 5px;
}


.k-detail.kaisyu_detail,
.k-detail.kaitori_detail {
	display: flex;
	border-radius: 5px;
	height: 60px;
	align-items: center;
	margin-top: 15px;
	width: 100%;
}

.kaisyu_detail {
	border: 2px solid #8E8E8E;
}

.kaitori_detail {
	border: 2px solid #3DB7C8;
}

p.detail_ttl {
	font-size: 14px;
	width: 55%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	height: 60px;
	border-radius: 3px 0 0 3px;
	color: #000;
}

p.detail_ttl_g {
	color: #8E8E8E;
}

p.detail_ttl_o {
	color: #3DB7C8;
}

p.detail_inner {
	font-size: 12px;
	width: 90%;
	margin: 0 auto;
	padding: 0 9px;
	display: flex;
	justify-content: center;
}

/* ---------
 ごみ怪獣の不用品買取
 -----------*/
.purchase_box {
	width: 90%;
	margin: 60px auto;
	text-align: center;
}

.purchase_box:last-child {
	margin-bottom: 0;
}

p.Purchase_inner {
	background-color: #D9D9D9;
	padding: 20px 0;
	margin: 0;
	font-size: 18px;
	border-radius: 10px 10px 0 0;
}

p.Purchase_num {
	background: #D9D9D9;
	margin: -30px auto;
	border-radius: 50%;
	padding: 10px 0 25px;
	width: 21%;
	font-size: 25px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

span.under_white {
	color: #FF5E5E;
	position: relative;
	z-index: 99;
}

span.under_white::before {
	content: '';
	position: absolute;
	bottom: 2px;
	display: inline-block;
	width: 100%;
	height: 8px;
	background-color: #fff;
	opacity: 0.5;
	z-index: -9;
}

.plan_inner {
	background: #FFFEF4;
	padding: 8px 0 10px;
}

p.atsk_com {
	width: 90%;
	margin: 0 auto;
	font-weight: 500;
	font-size: 12px;
}

@media only screen and (min-width: 750px) {
	img.pack_img {
		width: 30%;
		margin: 25px 3px;
	}

	p.atsk_com {
		width: 85%;
		margin: 0 auto;
		font-weight: 500;
		font-size: 20px;
	}

	h2.orange_txt {
		font-size: 45px;
	}

	.content_muryou p {
		font-size: 25px;
		padding-bottom: 50px;
	}

	.content_muryou::before {
		width: 200px;
		height: 200px;
	}

	.point_ttl {
		width: 50%;
		margin: 0 auto 30px;
	}

	.point_ttl::before {
		width: 200px;
		height: 78px;
		top: -24px;
		left: -3%;
	}

	.point_box {
		width: 45%;
		margin: 25px auto;
		height: 550px;
	}

	.point_item {
		position: absolute;
		font-size: 25px;
		width: 80px;
		height: 80px;
	}

	p.point_item span {
		font-size: 35px;
		margin-top: -10px;
		letter-spacing: 0px;
	}

	p.under_red {
		padding-left: 5em;
		font-size: 25px;
		padding-top: 5px;
	}

	.plan_circle {
		width: 122px;
		height: 122px;
		margin: 5px 2px;
		font-weight: bold;
		font-size: 18px;
	}

	h2.red_txt {
		font-size: 40px;
	}

	.gd_box {
		width: 75%;
	}

	h3.gd-1,
	h3.gd-2,
	h3.gd-3 {
		background-color: #FF9900;
		padding: 15px 0;
		font-size: 35px;
	}

	h3.gd-1::before,
	h3.gd-2::before {
		width: 42px;
		height: 50px;
		top: 50%;
		left: 35%;
	}

	h3.gd-3::before {
		width: 75px;
		height: 48px;
		top: 50%;
		left: 34%;
	}

	h3.gd-3 {
		font-size: 25px;
		margin: 0 auto 25px;
	}

	.kaisyu .gd_coler-bg,
	.kaitori .gd_coler-bg {
		font-size: 20px;
	}

	.kaisyu p,
	.kaitori p {
		margin: -5px 0 10px 0;
		font-size: 25px;
	}

	.kaisyu,
	.kaitori {
		width: 200px;
		height: 130px;
		border: 2px solid #D9D9D9;
	}

	span.gd_price {
		font-size: 40px;
	}

	.sagyou {
		margin-top: 0px;
		width: 335px;
		margin-left: 4em;
		border-radius: 10px;
		border: 2px solid #D9D9D9;
		height: 130px;
	}

	.sagyou .gd_coler-bg2 {
		font-size: 25px;
		height: 130px;
	}

	span.de_price.under_yellow {
		font-size: 47px;
		padding-right: 3px;
	}

	.sagyou .gd_price {
		font-size: 25px;
	}

	.gd_price {
		padding-right: 0.5em;
	}

	span.under_yellow::before {
		width: 100%;
		height: 18px;
		bottom: 12px;
	}

	.gd_box img {
		width: 98%;
		margin: 15px auto;
		display: flex;
	}

	p.bg_yellow {
		width: 48%;
		margin: 10px 2px;
		border-radius: 43px;
		padding: 14px 0;
		font-size: 25px;
	}

	p.font_s {
		text-align: center;
		border-top: 2px solid #DAD7D7;
		padding-top: 25px;
		margin-top: 18px;
		font-size: 25px;
		margin-bottom: 0;
	}

	.k-detail.kaisyu_detail,
	.k-detail.kaitori_detail {
		display: block;
		border-radius: 5px 5px 0 0;
		height: 60px;
		align-items: center;
		margin-top: 16px;
		width: 48%;
		border: none;
		background-color: #F3F1F1;
	}

	p.detail_ttl {
		font-size: 18px;
		width: 100%;
	}

	p.detail_inner {
		font-size: 18px;
		width: 99%;
		margin: 0 auto;
		padding: 15px 0;
		border: 2px solid #ccc;
		border-top: 0;
	}

	.gd_padding {
		margin-bottom: 70px;
	}

	p.atsk_com {
		width: 75%;
	}

	.result_button {
		width: 275px;
	}

	.result_button a {
		font-size: 25px;
	}

	.purchase_box {
		width: 31%;
		margin: 35px auto 10px;
	}

	.flex_wrp {
		display: flex;
		flex-wrap: wrap;
		width: 96%;
		margin: 0 auto;
	}

	p.Purchase_num {
		background: #D9D9D9;
		margin: -30px auto;
		border-radius: 50%;
		padding: 7px 0 18px;
		width: 22%;
		font-size: 35px;
	}

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

	.item_flex:last-child {
		background-color: unset;
		justify-content: space-around;
		height: 330px;
	}

	.kaisyu::before {
		right: -20%;
	}

	.sagyou::before {
		position: absolute;
		top: 60%;
		left: -43px;
	}

	.sagyou::after {
		position: absolute;
		top: 50%;
		left: -43px;
	}

	.by_flex {
		display: flex;
		justify-content: space-between;
	}

}