img{
	width: 100%;
}

/* span{
	font-family: 'Montserrat', sans-serif;
} */

.introduction_ttl {
	text-align: center;
}

section.introduction p {
	margin-bottom: 0;
}

section.introduction {
	padding: 25px 0 50px;
}

.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;
}

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

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: #FFE500;
	opacity: 0.7;
	z-index: -1;
}

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


/*ーーーーーー

 選ばれる５つの理由

ーーーーーー*/
section.reason{
	background-color: #FFFEF4;
}

h2.reason_ttl {
	text-align: center;
	margin-top: 0;
}

span.under_yellow.pink_txt {
	color: #FF5E5E;
}

span.big_num {
	font-size: 50px;
	padding: 0 3px;
}

.rs_flex {
	display: flex;
	width: 80%;
	margin: 30px auto;
	border: 2px solid #FF9900;
	border-radius: 10px;
	justify-content: space-between;
	background-color: #FF9900;
	position: relative;
}

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

.rs_flex img {
	width: 50%;
	border-radius: 0 8px 8px 0;
}

.bg_orange {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.bg_orange span {
	color: #FFFD70;
}

span.rs_num {
	background-color: #FFD319;
	color: #fff;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 20px;
	position: absolute;
	z-index: 99;
	left: -20px;
	top: -20px;
	width: 25px;
	height: 25px;
	text-align: center;
}


/*ーーーーーー

 買取対象品目

ーーーーーー*/
section.targetitems{
	background-color: #FFF27B;
}

.ti_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 90%;
	margin: 30px auto;
}

.ti_box {
	background-color: #fff;
	width: 28%;
	margin: 5px;
	border: 2px solid #ccc;
	border-radius: 10px;
}

.ti_box img {
	width: 94%;
	margin: 5px auto;
	display: flex;
	justify-content: center;
}

.ti_box p {
	font-size: 12px;
	text-align: center;
	margin-top: 7px;
}

/*ーーーーーー

 不要品の買取事例

ーーーーーー*/
section.example{
	background-color: #FFF27B;	
	padding-top: 0;
}

.ep_flex {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0px auto;
	justify-content: space-between;
}

.ep_box img {
	border-radius: 10px 10px 0 0;
}

.ep_box {
	width: 45%;
	margin: 20px 3px;
	background-color: #fff;
	border: 2px solid #ccc;
	border-radius: 12px;
}

p.bg_orange {
	background-color: #FF9900;
	width: 95%;
	padding: 3px 0;
	border-radius: 3px;
	font-size: 14px;
}

p.font-light {
	font-size: 12px;
	font-weight: 100;
	padding-left: 5px;
	margin-bottom: 0;
}

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

p.ep_purchase span {
	color: #FF5E5E;
	font-size: 27px;
	padding-right: 4px;
}

/*ーーーーーー

 査定前にCHECK

ーーーーーー*/
section.point {
	text-align: center;
	width: 92%;
	margin: 90px auto 0;
	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;
}

p.bg_pink::after {
	content: '';
	position: absolute;
	background-image: url(./img/point_item.png);
	background-repeat: no-repeat;
	background-size: contain;
	right: -21px;
	top: -25%;
	width: 50px;
	height: 53px;
}

h2.bg_pink {
	background-color: #FF5E5E;
	color: #fff;
	padding: 15px 0;
	margin-top: 2px;
	font-size: 20px;
	border-radius: 7px 7px 0 0;
	position: relative;
}

h2.bg_pink::after {
	content: '';
	position: absolute;
	background-image: url(./img/left_item.png);
	background-repeat: no-repeat;
	background-size: contain;
	left: 24px;
	top: 23%;
	width: 23px;
	height: 30px;
}

h2.bg_pink::before {
	content: '';
	position: absolute;
	background-image: url(./img/right_item.png);
	background-repeat: no-repeat;
	background-size: contain;
	right: 24px;
	top: 23%;
	width: 23px;
	height: 30px;
}

span.yellow_txt {
	color: #FFF066;
}

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

.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: 18px;
}

p.point_txt {
	text-align: start;
}

/* ーーーーーー

不用品回収の流れ

ーーーーーー*/
section.flow {
	padding-bottom: 0;
}

.flow_box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 95%;
	margin: 30px auto;
	border: 3px solid #FFD319;
}

.flow_step {
	background: #FFD319;
	height: 137px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	width: 25%;
	margin-right: 1em;
	justify-content: center;
	clip-path: polygon(0 0, 85% 0, 100% 50%, 0 700%);
	position: relative;
}

.flow_box:first-child .flow_step {
	height: 200px;
}

.flow_box:first-child .flow_step::before {
	height: 102px;
	rotate: 4deg;
}

.flow_box:first-child .flow_step::after {
	height: 103px;
	rotate: -7deg;
}

.flow_step::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 5px;
	height: 71px;
	bottom: 0px;
	right: 9px;
	background-color: #fff;
	z-index: 9999;
	rotate: 6deg;
}

.flow_step::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 5px;
	height: 72px;
	top: -3px;
	right: 11px;
	background-color: #fff;
	z-index: 9999;
	rotate: -9deg;
}

.flow_inner {
	width: 100%;
	margin-bottom: 12px;
}

img.flow_img {
	width: 20%;
}

h2.flow_num {
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	padding-right: 10px;
}

h2.flow_num span {
	display: block;
	font-weight: bold;
	font-size: 25px;
}

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

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

.flow_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-top: 8px;
}

.icon_img {
	width: 31%;
	margin: 3px;
}

@media only screen and (min-width: 750px) {
.introduction_ttl p {
		font-size: 25px;
}

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

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

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

.introduction_ttl h2::before {
	content: '';
	position: absolute;
	bottom: 5px;
	left: -40px;
	border: 15px solid transparent;
	border-top: 35px solid #FFD319;
}

.rs_flex {
	display: block;
	width: 18%;
	margin: 30px auto 0;
	border: none;
	border-radius: 10px;
	justify-content: space-between;
	background-color: #fff;
	position: relative;
}

.rs_area{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 96%;
	margin: 0 auto;
}

.bg_orange {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #FF9900;
	height: 7em;
}

.rs_flex img {
	width: 100%;
	border-radius: 0;
}

span.rs_num{
	font-size: 25px;
}

.ti_flex{
	width: 58%;
}

.ti_box p{
	font-size: 20px;
}

.ep_box {
	width: 30%;
}

.ep_flex {
	width: 87%;
	margin: 0px auto;
	justify-content: flex-start;
}

.ep_box {
	width: 30%;
	margin: 20px 13px;
	background-color: #fff;
	border: 2px solid #ccc;
	border-radius: 12px;
}

p.bg_orange {
	width: 100%;
	padding: 3px 0;
	border-radius: 3px;
	font-size: 25px;
	height: 2.5em;
	margin-top: -10px;
}

p.font-light {
	font-size: 20px;
	font-weight: 100;
	padding-left: 15px;
}

p.ep_purchase {
	text-align: center;
	font-size: 18px;
	margin-top: -15px;
	margin-bottom: 3px;
}

p.ep_purchase span {
	color: #FF5E5E;
	font-size: 55px;
	padding-right: 4px;
}

section.point {
	text-align: center;
	width: 92%;
	margin: 180px auto 0;
	border: 4px solid #FF5E5E;
	border-radius: 10px;
	padding: 0px;
}

p.bg_pink{
	font-size: 30px;
	padding: 15px 0 2px;
	margin-top: -64px;
}

h2.bg_pink {
	padding: 15px 0;
	margin-top: 1px;
	font-size: 40px;
}

h2.bg_pink::before {
	right: 45px;
	top: 23%;
	width: 50px;
	height: 50px;
}

h2.bg_pink::after{
	left: 45px;
	top: 23%;
	width: 50px;
	height: 50px;
}

p.point_txt {
	text-align: start;
	width: 50%;
	padding-left: 1em;
	font-size: 25px;
}

p.point_num {
	background-color: #FF5E5E;
	padding: 5px 15px;
	font-size: 30px;
}

p.point_num span {
	font-size: 40px;
	padding-left: 10px;
}

p.pink_txt {
	color: #FF5E5E;
	width: 100%;
	font-size: 30px;
}

.point_box {
	border-bottom: 2px dashed #AEACAC;
	padding-bottom: 45px;
}

.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{
	height: 152px;
}

.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 {
	height: 230px;
}

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

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

.flow_inner {
	padding-right: 1em;
}

.p_pc_flex{
	display: flex;
	justify-content: center;
	align-items: end;
}
}