@charset "UTF-8";
/* CSS Document */

/*.section_inner {
  max-width: 950px;
  margin: 0 auto;
}*/


/*------------------------------------------------------
sec01
------------------------------------------------------*/
#sec01 {
  padding: 50px 0 100px 0;
}
#sec01 .h2_title{
margin-bottom: 80px;
}
.flow_list_dl {
  display: flex;
  align-content: center;
  align-items: center;
  background: #f6f6f6;
  border-radius: 14px;
  margin-bottom: 30px;	
}
.step_dt {
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  background: #1052a2;
  text-align: center;
  padding: 28px 24px;
  border-radius: 12px 0 0 12px;
  position: relative;
}
.step_dt::after {
  content: "";
  width: 0;
  height: 0;
  border: solid 12px transparent;
  border-top: solid 16px #1052a2;
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: auto;
}
.step_dt span {
  font-size: 40px;
  display: block;
  margin-top: 7px;
}
.step_dd {
  display: flex;
  justify-content: space-between;
  align-items: center;	
  font-size: 21px;
  font-weight: 700;
  width: 100%;
  padding: 0 32px;	
  letter-spacing: 0.06em;	
  box-sizing: border-box;	
}
.flow_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;	
}
.flow_l {
  width: 52%;
}
.flow_r {
  width: 44%;	
  background: #448aca;
  border-radius: 12px;
  text-align: center;
  padding: 20px 32px;
  box-sizing: border-box;
  position: relative;
  color: #fff;	
  margin-bottom: 30px;	
}
.flow_r::after {
  content: "";
  width: 0;
  height: 0;
  border: solid 12px transparent;
  border-top: solid 16px #448aca;
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: auto;
}
.flow_r_title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;	
}
.flow_r_note {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 10px;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;	
}
.flow_r_note.col_ye {
  color: #fff100;
  margin-bottom: 13px;
  text-align: center;	
}
.flow_wrap02 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding: 13px;
  box-sizing: border-box;
  color: #fff;
}
.flow_wrap02.col_bl{
  border-radius: 12px;	
  background: #1052a2;
  margin-bottom: 30px;	
  position: relative;
}
.flow_wrap02.col_bl:after{
  content: "";
  width: 0;
  height: 0;
  border: solid 16px transparent;
  border-top: solid 20px #1052a2;
  position: absolute;
  bottom: -36px;
  left: 0;
  right: 0;
  margin: auto;
}
.flow_wrap02_title{
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding: 13px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 12px 12px 0 0;	
  background: #eb394c;
  position: relative;
}
.flow_wrap02_title::after {
  content: "";
  width: 0;
  height: 0;
  border: solid 16px transparent;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 16px;
  border-top: solid 20px #eb394c;
  position: absolute;
  bottom: -36px;
  left: 0;
  right: 0;
  margin: auto;
}
.flow_wrap02.col_red {
  padding: 0 0 20px 0;
  margin-bottom: 20px;	
  background: #f6f6f6;		
}
.flow_list_title {
  color: #eb394c;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 24px;	
}
.flow_list_ul {
  display: flex;
  justify-content: center;
  padding: 56px 0 10px 0;	
  background: #f6f6f6;	
}
.flow_list_li {
  width: 38%;
  border: solid 2px #eb394c;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;	
}
.flow_list_li:nth-child(1) {
  margin-right: 90px;
}
.flow_list_note {
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
.flow_list_note {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  width: 38%;
  margin: 0 0 auto calc(50% + 45px);
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.04em;	
}
.flow_r_img {
  color: #448aca;	
  font-size: 21px;
  font-weight: 500;	
  background: #fff;
  border-radius: 6px;
  padding: 10px;
}
.flow_r_img span {
  font-size: 24px;
  font-weight: 600;
  color: #448aca;
  display: block;
  margin: 6px 0;
}
.flow_r_img a {
  color: #448aca;
}
.flow_r_img a:hover{
	opacity: 0.5;
	transition: 0.5s;
}


@media screen and (max-width:768px){
#sec01 {
  padding: 40px 20px 100px 20px;
}	
.flow_wrap {
  display: flex;
  flex-direction: column-reverse;
}
.flow_r {
  width: 100%;
  height: auto !important;	
	}
.flow_l {
  width: 100%;
}	
.flow_r_title {
  font-size: 21px;
	}
.flow_r_note {
  font-size: 16px;
	}
.step_dt {
  font-size: 14px;
	}
.step_dt span {
  font-size: 28px;
	}
.step_dd {
  font-size: 21px;
	}
.step_img img {
  width: 80px;
}
.step_dt {
  font-size: 16px;
  padding: 20px 24px;
  border-radius: 10px 0 0 10px;
	}
.flow_r::after {
  display: none;
}	
.flow_list_dl {
  margin-bottom: 20px;
}	
.step_dt::after {
  border: solid 8px transparent;
  border-top: solid 10px #1052a2;
  position: absolute;
  bottom: -17px;
}	
.flow_wrap02 {
  font-size: 24px;
	}
.flow_wrap02.col_bl {
  border-radius: 10px;
	}
.flow_wrap02.col_bl::after {
  border: solid 11px transparent;
  border-top: solid 14px #1052a2;
  position: absolute;
  bottom: -24px;
}	
.flow_wrap02_title {
  font-size: 24px;
	}
.flow_list_ul {
  display: block;	
  padding: 20px;
	}
.flow_list_li:nth-child(1) {
  margin-right: 0;
  margin-bottom: 20px;	
}
.flow_list_li {
  width: 100%;
	}
.flow_list_title {
  font-size: 18px;
  margin-bottom: 16px;
}	
.flow_list_note {
  padding-left: 2em;
  letter-spacing: 0.04em;
  white-space: break-spaces;
  width: 100%;
  margin: 0;	
  line-height: 2;
  text-indent: 0;	
}	
.flow_note {
  font-size: 13px;
  line-height: 2;
}	
}








