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

/* ブログ一覧 */
main article > ul > li{
	padding:5%;
	background:url(../images/blog/cont_line.png)no-repeat center bottom;
}
main article > ul > li a{
	min-height:auto;
	min-height:initial;
	display:block;
	padding-left:0;
	position:static;
	color:#333;
	overflow:hidden;
}
main article > ul > li a ul:first-of-type{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	color:#626262;
	font-size:12px;
}
main article > ul > li a ul:first-of-type li img{
	margin-right:3px;
	vertical-align:middle;
	width:8px;
}
main article > ul > li a h3{
	margin:10px 0 5px;
	font-size:16px;
	text-align:left;
}
main article > ul > li a ul:last-of-type{
	margin-bottom:10px;
	text-align:left;
}
main article > ul > li a ul:last-of-type li{
	display:inline-block;
	margin-right:1px;
	padding:2px 5px;
	background-color:#003d80;
	color:#fff;
	text-align:left;
	font-size:12px;
}
main article > ul > li a > img{
	position:static;
	left:auto;
	top:auto;
	width:45%;
	float:left;
	margin-right:10px;
	height: 130px !important;
}
main article > ul > li a > p{
	font-size:14px;
	text-align: justify;
	text-justify: inter-ideograph;
}





}


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

article{
	padding:50px 0 40px;
}
#entry section h2{
	text-align:left !important;
		padding:0 !important;
		margin:0 !important;
	font-size:20px !important;
	color:#003d80 !important;
	font-weight:bold !important;
	background:none !important;

}

article > .h2_bg{
		margin:0 0 20px;
	font-size:16px;
	color:#003d80;
}
article > .h2_bg + p{
	margin:20px 5% 30px;
	font-size:14px;
	line-height:2.2;
	text-align:left;
}

table th {
    background: #003d80;
}

/* #entry_links */
#entry_links{
	width:auto;
	margin:auto;
	padding:0 5% 30px;
	text-align:left;
}
#entry_links h1{
	padding:0 0 0 20px;
	line-height:40px;
	font-size:18px;
	font-weight:normal;
	color:#fff;
	background:url(../images/member/links_h3_bg.png)no-repeat left top;
	background-size:100% 100%;
}
#entry_links > ul{
	letter-spacing:-0.4em;
}
#entry_links > ul > li{
	width:48%;
	margin:20px 4% 0 0;
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
}
#entry_links > ul > li:nth-child(even){
	margin-right:0;
}
#entry_links > ul > li img{
	width:100%;
}
#entry_links > ul > li h4{
	margin:5px 0;
	font-size:12px;
	color:#333;
}
#entry_links > ul > li ul li{
	display:inline-block;
	margin-right:0px;
	padding:2px 7px;
	background-color:#003d80;
	color:#fff;
	font-size:10px;
}

	
	

}

@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 5% 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: 16px;
	line-height:1.5;
}
article section h3 br,
article section h4 br{
	display:none;
}
article section p{
	margin-bottom:10px;
	padding: 0 0;
	line-height:1.5;
	font-size: 14px;
}
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:#edf4f8;
	font-weight:normal;
	border-bottom:none;
}

/* .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;
}
}


}
