@charset "utf-8";


.anshin_Point{
	display: flex;
	margin-bottom: 30px;
}
.anshin_Point-Contents{
	padding: 5px 0 0 20px;
}
.anshin_Point-anshin_Point-Img{
	display: flex;
	align-items: baseline;
}
.anshin_Point-Contents .anshin_Point-Text{
	font-size: 2.4rem;
	margin-bottom: 15px;
}
.anshin_Point-Contents .anshin_Point-Explanation{
	line-height: 1.7;
}
.anshin_Fsecure{
	display: flex;
	align-items: center;
	min-height: 100px;
	padding-left: 100px;
	line-height: 1.7;
	background: url(/security_support/anshin-net/images/index_icon_safety_f.jpg) no-repeat 10px center;
}
.anshin_Flow .anshin_Flow-Parts{
	margin-left: 160px;
	margin-bottom: 40px;
	position: relative;
}
.anshin_Flow .anshin_Flow-Parts::before{
	content: '';
	display: block;
	width: 136px;
	height: 31px;
	background: url(/security_support/anshin-net/images/flow_img_01.gif) no-repeat left center;
	background-size: 136px 31px;
	position: absolute;
	left: -160px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.anshin_Flow .anshin_Flow-Parts.anshin_Flow-Step01::before{
	background: url(/security_support/anshin-net/images/flow_img_01.gif) no-repeat left center;
}
.anshin_Flow .anshin_Flow-Parts.anshin_Flow-Step02::before{
	background: url(/security_support/anshin-net/images/flow_img_02.gif) no-repeat left center;
}
.anshin_Flow .anshin_Flow-Parts.anshin_Flow-Step03::before{
	background: url(/security_support/anshin-net/images/flow_img_03.gif) no-repeat left center;
	bottom: inherit;
	top: 30px;
}
.anshin_Flow .anshin_Flow-Parts.anshin_Flow-Step04::before{
	background: url(/security_support/anshin-net/images/flow_img_04.gif) no-repeat left center;
}
.anshin_Flow .anshin_Flow-Parts::after{
	content: '';
	display: block;
	width: 29px;
	height: 31px;
	background: url(/security_support/anshin-net/images/flow_icon_arrow.gif) no-repeat left center;
	background-size: 29px 31px;
	position: absolute;
	left: -110px;
	bottom: -39px;
}
.anshin_Flow .anshin_Flow-Parts.anshin_Flow-Step03::after{
	bottom: -17px;
	display: none;
}
.anshin_Flow .anshin_Flow-Parts.anshin_Flow-Step04::after{
	display: none;
}