/* Scss Document */
.page_ttl {
  margin-bottom: 60px;
  padding: 0;
}
.page_ttl .sub {
  line-height: 140px;
}

.flex_wrap {
  justify-content: space-between;
}
.flex_wrap .text {
  width: 550px;
}
@media screen and (max-width:640px) {
.page_ttl {
  /*margin-bottom: 60px;
  padding: 0;*/
}
.page_ttl .sub {
  /*line-height: 140px;*/
}

.flex_wrap {
  /*justify-content: space-between;*/
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
	.flex_wrap figure {
		margin-bottom: 1em;
	}	
.flex_wrap .text {
  width: 100%;
}
}
/*# sourceMappingURL=style.css.map */
