.content p.intro{
    font-size:2em;
    font-weight: bold;
}
.ulpoint{  padding: 0 1em 0.5em 2.3em;
    font-size: 1.2em;
  position: relative;}
.ulpoint li{
    line-height: 1.5;
    font-weight:bold;
    padding:0 0 0.2em;
}

.ulpoint li:before{
     font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}

.twocl{
    display: flex;
    justify-content:space-between;
}
.twocl-1{
    width: 60%;
}
.twocl-2{
    width: 38%;
}

/*
flow
-------------------------------------------*/
.flowUl {
	margin-bottom: 50px;
	padding: 10px;
}

.flowUl li {
	margin-bottom: 37px;
	display: table;
	width: 100%;
}

.flowUl li:last-child {
	margin-bottom: 0;
}

.flowUl li span {
	padding: 17px 0 17px 40px;
	display: table-cell;
	vertical-align: middle;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	box-sizing: border-box;
	letter-spacing: 0.8px;
}

.flowUl li .txt {
	padding: 28px 5px;
	width: 31.2%;
	position: relative;
	font-weight: 700;
	text-align: center;
	background-color: #E1EBF5;
}
.flowUl li.fuka .txt {
	background-color:#eeeeee;
}
.flowUl li .txt:before {
	margin-left: -7px;
	width: 14px;
	height: 7px;
	background:url("../img/arrow_under.png") no-repeat left top;
	background-size: 14px 7px;
	position: absolute;
	left: 50%;
	bottom: -22px;	
	content: "";
}
.flowUl li.no .txt:before {
	margin-left: -7px;
	width: 14px;
	height: 7px;
	background:none;	
	position: absolute;
	left: 50%;
	bottom: -22px;	
	content: "";
}
.flowUl li p{
	margin-bottom: 0.5em;
}
.flowbox{

}

@media screen and (min-width:960px){
}
/*(/960～)*/
@media screen and (max-width:480px){
}
@media screen and (min-width:1200px){
}
/*(/1200～)*/

@media screen and (max-width:960px){
}
/*(/～960)*/


@media screen and (max-width:640px){
    .twocl{
    display: block;
}
.twocl-1{
    width: 100%;
}
.twocl-2{
    width:100%;
}
.flowUl {
		margin-bottom: 6px;
	}
.flowUl li {
		margin-bottom: 25px;
		display: block;
		position: relative;
	}	
	.flowUl li:before {
		margin-left: -7px;
		width: 14px;
		height: 7px;
		background: url(../img/arrow_under.png) no-repeat left top;
		background-size: 14px 7px;
		position: absolute;
		left: 50%;
		bottom: 0;		
		content: "";
	}
	.flowUl li.no:before {
		margin-left: -7px;
		width: 14px;
		height: 7px;
		background: none;
		background-size: 14px 7px;
		position: absolute;
		left: 50%;
		bottom: 0;		
		content: "";
	}	
	.flowUl li:last-child:before {
		background: none;
	}
	
	.flowUl li span {
		padding: 14px 0 28px;
		display: block;		
		line-height: 1.61;
	}
	
	.flowUl li .txt {
		padding: 24px 5px 25px;
		width: auto;
	}
	.flowUl li .txt:before {
		background: none;
	}

}
/*(/～640)*/

@media screen and (max-width:460px){

}
/*(/～460)*/

