@charset "utf-8";
/* CSS Document */

/*PC*/
@media print, screen and (min-width: 769px) {

/*-----hed----*/

.com_hed_img {
background:url(../images/business/hed_img.jpg) center center;
background-size: cover;
height: 350px;
}


.business_titBox { width: 100%; margin: 0 auto; position: relative; margin-bottom: 50px; }
.business_box { margin: 0 auto 50px; }
.business_tit { font-size: 30px; font-weight: bold; color: #233B6C; text-align: left; line-height: 1.8em; margin-bottom: 50px; letter-spacing: .1em; }

.outline_font { font-size: 200px; font-weight: bold; font-family: Arial, Helvetica, "sans-serif"; color: #f4f4f4; line-height: 0.9em; position: absolute; right: 0; bottom: -50px; z-index: -1; text-align: right; }
.outline_font2 { font-size: 200px; font-weight: bold; font-family: Arial, Helvetica, "sans-serif"; color: #f4f4f4; line-height: 0.9em; position: absolute; right: 0; bottom: -0px; z-index: -1; text-align: right; }
.business_subtit { font-size: 18px; font-weight: bold; text-align: left; margin-bottom: 15px; color: #233B6C;  }
.business_subtit2 { font-size: 18px; font-weight: bold; text-align: left; margin-bottom: 15px; color: #000;  }
.title-sm { margin-bottom: 30px!important;}


.business_flow {
	width:80%;
	margin:0 auto 60px;
}


}









/*sp*/
@media only screen and (max-width: 768px) {
/*-----hed----*/

.com_hed_img {
background:url(../images/business/hed_img.jpg) center center;
background-size: cover;
height: 170px;
}

.business_titBox { width: 100%; margin: 0 auto; position: relative;  margin-bottom: 50px; overflow:hidden;}
.business_box { margin: 0 auto 50px; }
.business_tit { font-size: 20px; font-weight: bold; color: #233B6C; text-align: left; line-height: 1.8em; margin-bottom: 30px; }

.outline_font { font-size: 100px; font-weight: bold; font-family: Arial, Helvetica, "sans-serif"; color: #f4f4f4; line-height: 1em; position: absolute; right: -150px; bottom: -50px; z-index: -1; text-align: right; }
.outline_font2 { font-size: 200px; font-weight: bold; font-family: Arial, Helvetica, "sans-serif"; color: #f4f4f4; line-height: 1em; position: absolute; right: 0; bottom: -0px; z-index: -1; text-align: right; }
.business_subtit { font-size: 18px; font-weight: bold; text-align: left; margin-bottom: 15px; color: #233B6C;  }
.business_subtit2 { font-size: 18px; font-weight: bold; text-align: left; margin-bottom: 15px; color: #000;  }
.title-sm { margin-bottom: 30px!important;}


.business_flow {
	width:100%;
	margin:0 auto 30px;
}



}