/* 個人情報保護方針ページ */
.wrapper{
	top:5rem;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	width:100%;
	float:left;
}
.blog_txt h4{
	background-color:transparent;
	font-size:1.5rem;
	color:revert;
}
.blog_flex{
	margin-bottom:10rem;
	padding-top:6rem;
}
.first_paragraph{
	font-size:20px;
}
.blog_txt h4:after {
  position: absolute;
    content: '';
    top: 0%;
    left: 0px;
    border: 0px solid transparent;
    border-top: 0px solid #e0edff;
    width: 0;
    height: 0;
}
.blog_txt p{
	line-height:1.5;
}
.blog_txt h2{
	font-size:1.8rem;
}
.line_border_three{
	border-bottom: 1px solid #000;
	padding-bottom:10px;
}
.bottom_space{
	margin-bottom:5rem;
}

@media (max-width: 600px) {
	.blog_flex{
	padding-top:2rem;
}
}


/* 労働者派遣法に基づく情報提供ページ */
.paragraph{
	margin:1rem 0;
}
.information-paragraph {
	line-height:2rem !important;	
}
.line_border_two{
	border-bottom: 1px solid #000;
	padding-bottom:10px;
}
@media (max-width: 600px) {
	.line_border_two{
	border-bottom: 1px solid #000;
	padding-bottom:10px;
}
}

/* 情報セキュリティポリシーページ */
.line_border_one{
	border-bottom: 1px solid #000; /* 線の太さ、種類、色 */
	padding-bottom: 5px; /* テキストと線の間に余白 */
}
.line_bottom{
	margin-top:1rem;
}
@media (max-width: 600px) {
	.last_section{
	padding-top:2rem;
}
}

/* プライバシーポリシーページ */
.line_border_four{
	border-bottom: 1px solid #000;
	padding-bottom:10px;
}
.itc_info{
	padding:2rem 0;
}
@media (max-width: 600px) {
	.blog_txt h2{
	font-size:1.6rem;
}
}
