@charset "utf-8";
@media screen and (max-width:768px){


article{
	padding:50px 0 0;
}


article > h1{
	min-height:50px;
	line-height:1.4;
	margin-bottom:20px;
	font-size:17px;
	font-weight:normal;
	color:#fff;
	background:url(../images/loan/h1_bg.png) center top;
	background-size:50px auto;
	display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
}
article > h1 span{
	display:block;
	width:100%;
	margin:auto;
	padding:5px 5%;
	text-align:left;
}

article section{
	width:auto;
	margin:auto;
	padding:0 3% 80px;
	text-align:left;
	font-size:14px;
}
/*article section h2{
	margin:30px 0 10px;
	padding:5px 10px;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	background-color:#003d80;
}
article section h3{
	margin:0 0 10px;
	padding:5px 0 10px;
	font-size:15px;
	color:#003d80;
	border-bottom:1px solid #000;
}*/
article section h3.no_border{
	padding-bottom:0;
	border-bottom:none;
}
/* article section h4{
	margin:20px 0 10px;
	padding-left:10px;
	background:url(../images/loan/h4_bg.png)no-repeat left center;
	background-size: 5px auto;
	font-size: 15px;
} */
article section h3 br,
article section h4 br{
	display:none;
}
article section p{
/* 	margin-bottom:10px; */
	margin-bottom: 0;
	padding: 0 0;
	line-height:1.5;
/* 	font-size: 14px; */
	font-size: 16px;
}
article section ul{
	padding:0;
}
.bold{
	font-weight:bold;
}
#price_list {
	font-size:14px;
}
table{
	width:100%;
	margin:20px 0;
}
table th,
table td{
	padding:10px;
	border:1px solid;
	border:1px solid #d2d2d2;
	/*display:block;*/
}
table th{
	width:auto;
	background-color:#949593;
	font-weight:normal;
	border-bottom:none;
	text-align:center;
}

/* .flow */
ol.flow{
	width:524px;
	margin:auto;
	text-align:left;
}
ol.flow li{
	width:120px;
	margin:30px 3px 0;
	border:2px solid #003d80;
	border-radius:10px;
	display:inline-block;
	vertical-align:top;
	background-color:#fff;
	position:relative;
}
ol.flow li:before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 6px;
	border-color: transparent transparent transparent #003d80;
	position:absolute;
	top:35px;
	right:103%;
}
ol.flow li:first-child:before{
	content:none;
}
ol.flow li img{
	width:60px;
	margin:-15px 0 3px;
}
ol.flow li span{
	display:block;
	line-height:30px;
	background-color:#003d80;
	color:#fff;
	font-size:16px;
}
ol.flow li p{
	height:60px;
	margin:0;
	padding-top:0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	font-size:14px;
	line-height:1.2;
}




}





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

/* .flow */
ol.flow{
	width:90%;
	margin:auto;
	display:block;
}
ol.flow li{
	width:auto;
	margin:30px 0 0;
	border:2px solid #003d80;
	border-radius:10px;
	display:block;
	vertical-align:top;
	background-color:#fff;
	position:relative;
}
ol.flow li:before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #003d80 transparent transparent transparent ;
	position:absolute;
	top:auto;
	bottom:115%;
	right:50%;
	margin-right:-10px;
}


/* #cont1 */
#cont1{
	padding-bottom:0;
	background:url(../images/hrstrategy/bg.png)no-repeat center top;
	background-size:cover;
}
#cont1 > ul{
	width:90%;
	margin:20px auto 0;
	padding:3% 5%;
	background-color:#f3f8fe;
	border:1px solid #003d80;
	border-radius:5px;
}
#cont1 > ul > li{
	margin:0 0 5px;
	padding-left:20px;
	font-size:14px;
	font-weight:bold;
	color:#003d80;
	text-align:left;
	position:relative;
}
#cont1 > ul > li:before{
	content:'';
	display:block;
	width:10px;
	height:10px;
	background:url(../images/hrstrategy/cont1_check.png)no-repeat left top;
	background-size:100% auto;
	position:absolute;
	left:0;
	top:3px;
}
#cont1 > div:first-of-type{
	margin-top:30px;
	padding:40px 5% 30px;
	background-color:#fff;
}
#cont1 > div:first-of-type ul{
	width:auto;
	margin:auto;
}
#cont1 > div:first-of-type ul li{
	overflow:hidden;
}
#cont1 > div:first-of-type ul li:first-child{
	margin-bottom:30px;
}
#cont1 > div:first-of-type ul li div{
	width:auto;
	height:auto;
	text-align: justify;
	text-justify: inter-ideograph;
}
#cont1 > div:first-of-type ul li:first-child img{
	width:40%;
	min-width:150px;
	margin-right:10px;
	float:left;
}
#cont1 > div:first-of-type ul li:first-child div{
	padding-top:0;
	float:none;
}
#cont1 > div:first-of-type ul li:last-child img{
	width:40%;
	min-width:150px;
	margin-left:10px;
	float:right;
}
#cont1 > div:first-of-type ul li:last-child div{
	padding-top:0;
	float:none;
}
#cont1 > div:first-of-type ul li div p:first-child{
	margin-top:0;
}

#cont1 > div:last-of-type{
	padding:20px 0 30px;
	background:url(../images/hrstrategy/bg.png)no-repeat center top;
	background-size:cover;
}
#cont1 > div:last-of-type section{
	width:90%;
	margin:auto;
	padding-bottom:25px;
	border:2px solid #003d80;
	border-top:none;
	background-color:#fff;
}
#cont1 > div:last-of-type section:first-of-type{
	margin-bottom:25px;
}
#cont1 > div:last-of-type section h3{
	margin:0 0 10px;
	line-height:40px;
	background:url(../images/hrstrategy/cont1_h3_bg.png)no-repeat center top;
	background-size:101% 100%;
	font-size:16px;
	font-weight:normal;
	color:#fff;
}
#cont1 > div:last-of-type section p{
	padding:0 5%;
	font-size:13px;
	line-height:1.2;
	text-align: justify;
	text-justify: inter-ideograph;
}
#cont1 > div:last-of-type section:last-of-type p{
	line-height:1.8;
}
#cont1 > div:last-of-type section img{
	margin-top:20px;
	width:50%;
	min-width:200px;
}
}


/*事業再構築補助金　交付申請・実績報告サービスページ*/
@media screen and (max-width:768px){
    ul.bd1{
           margin: 20px auto 50px;
           padding: 20px 0 5px;
}
    ul.bd1 li p, ul.bd2 li p, ul.bd3 li p{
           font-size: 11pt;
           padding-bottom: 10px;
}
    ul.bd2, ul.bd3{
           width:90%;
		   padding: 20px 0 10px;
}
    figure {
           height: 30px;
}
    img.img_pc{
           display:none;
           position:fixed
}
    .colum ul{
           width: 90%;
           flex-wrap: wrap;
           margin:20px auto 60px;
}
    .colum ul li{
           margin-bottom: 2.5%;
           width: 45%;
}	
.ssf_b{
	 display: block;
}
.ssf_left{
	width:100%
}
.ssf_right{
	width: 60%;
    margin: auto;
}
}