@charset "UTF-8";

sectin .flow_list .title .h3_caption {
	font-size: 1.4rem;
	padding-left: 1rem;
}
section .flow_list .flex-wrapper {
	justify-content: space-between;
	width: 100%;
	padding: 2rem 1rem 1rem;
	background-color: #f4f3f3;
}
section .flow_list .flex-wrapper .flex-contents {
	width: 46%;
	position: relative;
	margin: 2rem auto 0;
}
section .flow_list .flex-wrapper .flex-contents .img_title {
	width: 40%;
	background-color: #eb2f4c;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 1rem;
	padding: 1rem;
	position: absolute;
	top: -2.5rem;
	left: 30%;
	color: #fff;	
}

@media screen and (max-width:659px) {
	section .flow_list .flex-wrapper .flex-contents {
		width: 96%;
		margin: .5rem auto 0;
	}
	section .flow_list .flex-wrapper .flex-contents+.flex-contents {
		margin-top: 2rem;
	}
	section .flow_list .flex-wrapper .flex-contents .img_title {
		font-size: 1.4rem;
		padding: .5rem;
		top: -1.5rem;
	}
	}
	

/*-------------------------------------------------------*/
.tertiary-wrapper {
  padding: 2rem 0;
  margin: 1rem 0;
}
.button:last-child {
  margin: 0;
}
.button {
  display: block;
}
.button .btn {
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  background-position: 97% 50%;
  display: flex;
  min-height: 4.15em;
  justify-content: center;
  line-height: 160%;
  margin: 0 auto;
  padding: .8em 0;
  text-align: center;
  width: 67.4%;
}

@media screen and (max-width:659px) {
  .button .btn {
    width: 100%;
    line-height: 100%;
    margin: .5em auto;
  }
}