.flex-menu{
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px){
	.flex-menu{
		flex-wrap: wrap;
	}
}

.flex-item{
  padding : 2px;
  margin : 1px;
  border: none;/*ü*/
    border-radius: 10px;/*Šp‚ÌŠÛ‚Ý*/
}

.flex-item p{
  text-align: center;
  padding : 0;
  margin : 0;
}

.contents-wrap-flowchart {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	background-color: white;
}

.contents-box-flowchart {
	margin-bottom: 0;
	padding: 0;
	width: 25%;
	text-align: center;
	background-color: #f0f0f0;
}

.contents-box-flowchart img {
	display: block;
	margin-bottom: 0;
	width: 100%;
	height: auto;
}

.contents-box-flowchart h2 {
	margin-bottom: 0;
	font-size: 2.2rem;
	text-align: center;
}

@media screen and (max-width: 768px){
	.contents-wrap-flowchart {
		flex-direction: column;
		text-align: center;
	}

	.contents-box-flowchart {
		width: 100%;
	}
}
.contents-wrap-flowchart2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	background-color: white;
}

.contents-box-flowchart2 {
	margin-bottom: 0;
	padding: 0;
	width: 20%;
	text-align: center;
	background-color: #f0f0f0;
}

.contents-box-flowchart2 img {
	display: block;
	margin-bottom: 0;
	width: 100%;
	height: auto;
}

.contents-box-flowchart2 h2 {
	margin-bottom: 0;
	font-size: 2.2rem;
	text-align: center;
}

@media screen and (max-width: 768px){
	.contents-wrap-flowchart2 {
		flex-direction: column;
		text-align: center;
	}

	.contents-box-flowchart2 {
		width: 100%;
	}
}

.contents-wrap-flowchart3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	background-color: white;
}

.contents-box-flowchart3 {
	margin-bottom: 0;
	padding: 0;
	width: 20%;
	text-align: center;
	background-color: #f0f0f0;
}

.contents-box-flowchart3 img {
	display: block;
	margin-bottom: 0;
	width: 100%;
	height: auto;
}

.contents-box-flowchart3 h2 {
	margin-bottom: 0;
	font-size: 2.2rem;
	text-align: center;
}

@media screen and (max-width: 768px){
	.contents-wrap-flowchart3 {
		flex-direction: row;
		text-align: center;
	}

	.contents-box-flowchart3 {
		width: 30%;
	}
}


