@charset "utf-8";
/*----------------------------------------------------
  p1_初めての企業様へ
----------------------------------------------------*/
h2 {
    background-color: #FFFFFF;
}
/*---------------------------------
sub-contents
------------------------------------*/ 
.sub-contents{
    width: 100%;
    padding-top: 50px;
    background-image: url(images/img-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.sub-contents_in{
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    min-height:600px;
}
.article_m {
	width: 70%;
}
h2{
	background-color:transparent;
}
h2 span::after {
     margin-top: -1px;
     border-top: 10px solid #F6EFED;}

/*-----------------------------------------------------
横幅768pxまで　
-------------------------------------------------------*/
@media only screen and (max-width:768px){
/*----------------------------------------------------
   p1_初めての企業様へ
----------------------------------------------------*/
.article_m {
	width: 94%;
	margin-left: auto;
    margin-right: auto;
}
	h2 span::after {
     margin-top: -1px;
     border-top: 10px solid #FFFFFF;}
}
