@charset "utf-8";
/*////////////////////////////////////
flow
////////////////////////////////////*/

@media screen and (min-width: 768px){
#flow {
	position: relative;
	width: 100%;
	padding: 100px 0;
}
#flow_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
#flow_area .flow_item {
	position: relative;
	width: 100%;
	padding: 20px 20px 40px 20px;
	background: rgba(231,197,88,1.00);
	clip-path: polygon(0 0, 100% 0, 100% 90%, 55% 90%, 50% 100%, 45% 90%, 0 90%);
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
}
#flow_area .flow_item2 {
	position: relative;
	width: 100%;
	padding: 20px 20px 40px 20px;
	background: rgba(231,197,88,1.00);
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
}
.flow_word_area {
	position: relative;
	width: 80%;
}
.flow_photo {
	position: relative;
	width: 14%;
	margin-left: 6%;
}
.flow_title {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding: 5px 10px;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 700;
	background: rgba(65,57,18,1.00);
	font-family: 'Noto Serif JP', serif;
}
.flow_word {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	line-height: 2;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#flow {
	position: relative;
	width: 100%;
	padding: 100px 0;
}
#flow_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
#flow_area .flow_item {
	position: relative;
	width: 100%;
	padding: 20px 20px 40px 20px;
	background: rgba(231,197,88,1.00);
	clip-path: polygon(0 0, 100% 0, 100% 90%, 55% 90%, 50% 100%, 45% 90%, 0 90%);
	margin-bottom: 20px;
}
#flow_area .flow_item2 {
	position: relative;
	width: 100%;
	padding: 20px 20px 40px 20px;
	background: rgba(231,197,88,1.00);

}
.flow_word_area {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.flow_photo {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
.flow_title {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding: 5px 10px;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	background: rgba(65,57,18,1.00);
	font-family: 'Noto Serif JP', serif;
}
.flow_word {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	line-height: 2;
}
}
