
.s_title{
	margin-bottom: 30px;
}


/** tsflow **/

.tsflow{
	width: calc(100% - 30px);
	counter-reset: number 0;
	max-width: 800px;
	margin: 0 auto 50px auto;
}
.tsflow h3{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	margin: 0 0 20px 0;
	color: #000;
	background: #fff;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.tsflow h3 span{
	font-size: 20px;
	line-height: 1;
	margin-right: 10px;
}
.tsflow h3 em{
	font-size: 20px;
	line-height: 25px;
}
.tsflow .p1{
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.tsbox{
	position: relative;
	min-height: 230px;
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.tsbox:before,
.tsbox:after{
	content: "";
	width: calc(50% - 20px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	position: absolute;
	bottom: 0;
}
.tsbox:before{	right: 0;}
.tsbox:after{	left: 0;}
.tsbox:last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
}
.tsbox:last-of-type:before,
.tsbox:last-of-type:after{	display: none;}

.tsbox .txt{
	text-align: left;
	padding-right: 340px;
}
.tsbox .txt h4{
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 15px 0;
	padding: 10px 0 10px 60px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.tsbox .txt h4:after{
	counter-increment: number 1;
	content: "0" counter(number) "";
	width: 50px;
	height: 50px;
	font-size: 23px;
	line-height: 50px;
	color: #000;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.tsbox .txt p{
	font-size: 14px;
	line-height: 22px;
}
.tsbox .txt p a{
	color: #fff !important;
	text-decoration: underline;
}
.tsbox .txt p a:hover{
	text-decoration: none;
}
.tsbox .txt p:nth-of-type(2){
	position: relative;
	font-size: 12px;
	line-height: 18px;
	margin: 20px 0 0 0;
	padding: 0 0 0 20px;
}
.tsbox .txt p:nth-of-type(2) span{
	color: #ff0000;
	position: absolute;
	top: 0;
	left: 0;
}
.tsbox .img{
	display: inline-block;
	vertical-align: top;
	width: 320px;
	position: absolute;
	top: 0;
	right: 0;
}
.tsbox .img img{
	width: 100%;
	height: auto;
	border: 2px solid #000;
	box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.tsbox .txt:after{
	content: '';
	width: 28px;
	height: 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	position: absolute;
	bottom: -14px;
	right: calc(50% - 14px);
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.tsbox:last-of-type .txt:after{	display: none;}



/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 750px) {
	.tsflow h3{
		margin-bottom: 10px;
	}
	.tsflow .p1{
		margin: 0 0 15px 0;
		padding: 0 0 15px 0;
	}
	.tsbox{
		margin: 0 0 25px 0;
		padding: 0 0 25px 0;
	}
	.tsbox .txt h4{
		min-height: 40px;
		line-height: 25px;
		padding-left: 50px;
		margin-bottom: 10px;
		padding-bottom: 0;
	}
	.tsbox .txt h4:after{
		width: 40px;
		height: 40px;
		font-size: 18px;
		line-height: 40px;
	}
	.tsbox .img{
		display: block;
		position: static;
		width: auto;
		margin: 0 0 15px 0;
		text-align: center;
	}
	.tsbox .img img{
		width: 85%;
		box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.25);
	}
	.tsbox .txt{	padding-right: 0;}
}