
.flex_container {
  display: flex;
	justify-content: flex-start;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  width: 1183px;
  flex-wrap:wrap;
}


.flex_block img {
	max-width: 1136px !important;
}


.flex_container >:nth-child(3) {
  align-self: center !important;
}

#main-colum .section-block .flex_container a.ttl{
	text-decoration: none !important;
}

.item1 {
	background: #164f90;
	width: 100%;
	padding: 20px;
	margin: 3px;
	font-weight: bold;
	color: #fff;
	/*margin-top: 20px;*/
}



.item {
	background: #7af3d3;
	margin: 3px;
	width: 143px ;
	font-weight: bold;
	height: 60px;
	/*margin-top: 20px;*/
	padding: 20px;
}

.item_a {
	background: #fff;
	padding: 5px;
	/*margin-top: 20px;*/
  display: flex;
  align-items: center;
}

.item_p {
	background: #fff;
	padding: 0px;
	margin: 3px;
}

.item_p span{
	display: block;
	margin-top: 10px ;
}

.bgw {
	background: #fff !important;
	text-align: center;
}

.bgp {
	background: #f75882 !important;
	color: #fff;
}

.bgb {
	background: #164f90 !important;
	color: #fff;
}

.bgg {
	height: 130px !important;
	/*margin-top: 20px !important;*/
	text-decoration: none !important;
}

.ttl {
	font-size: 12px;
	margin-bottom: 15px;
	color: #0909e7;
}

.arrows1 {
	color: #164f90;
}

.arrows2 {
	color: #f75882;
}

.arrows3 {
	color: #57f1c8;
}
