@charset "utf-8";



/*/////////////////////////////////////////////////////////////////////
    for PC  パソコン画面用（768px以上）
/////////////////////////////////////////////////////////////////////*/

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

	body {
		min-width: 1280px;
		margin: 0 auto;
	}
	#wrapper {}

	.pc_none {
		display: none;
	}

	/*==================================================
    h1  for PC
==================================================*/


	.fv_top {
		width: 100%;
		height: 300px;
		padding: 30px;
		background-image: url(../../business/img/fv_bg.jpg);
		background-position: center;
		background-repeat: no-repeat;
	}

	.fv_top p {
		font-size: 50px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		margin-top: 90px;
		line-height: 0.8;
	}

	.fv_top p span {
		font-size: 30px;
		color: #8CB93A;
		font-weight: bold;
		text-align: center;
	}

	/*==================================================
    Main 事業内容  for PC
==================================================*/

	#b_contents {
		/*---後ろの背景色を指定する---*/
		background-image: url(../../business/img/business_bg.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	#b_contents .b_contents_box {
		width: 860px;
		padding: 60px 0;
		margin: 0 auto;
	}

	#b_contents .b_contents_in {
		display: flex;
		justify-content: space-between;
		width: 750px;
		margin: auto;
		padding: 20px 0;


	}

	#b_contents .b_contents_in .left_box {
		width: 240px;
	}

	#b_contents .b_contents_in .left_box img {
		width: 100%;
	}

	#b_contents .b_contents_in .right_box {
		width: 486px;
		padding-top:80px;
	}

	#b_contents .b_contents_in .right_box h3 {
		margin-bottom: 10px;
		font-size: 22px;
		color: #8CB93A;
		line-height: 1.3;
		text-align: left;
	}

	#b_contents .b_contents_in .right_box p {
		font-size: 18px;
		line-height: 1.7;
	}




}






/*/////////////////////////////////////////////////////////////////////
    for sp  スマホ画面用（767px以下）
/////////////////////////////////////////////////////////////////////*/


@media only screen and (max-width:767px) {
	body {
		width: 100%;
		font-size: 13px;
	}

	/*==================================================
    h1  for sp
==================================================*/


	.fv_top {
		width: 100%;
		height: 300px;
		padding: 30px;
		background-image: url(../../business/img/fv_bg.jpg);
		background-position: center;
		background-repeat: no-repeat;
	}

	.fv_top p {
		font-size: 30px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		margin-top: 90px;
		line-height: 0.8;
	}

	.fv_top p span {
		font-size: 20px;
		color: #8CB93A;
		font-weight: bold;
		text-align: center;
	}


	/*--------------------------------------------------
    Main 事業内容  for sp
--------------------------------------------------*/

	#b_contents {
		width: 100%;
		margin: 0 auto;
		padding:10% 3% 5%;
		background-image: url(../../business/img/business_bg.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}


	#b_contents .b_contents_in {
		margin:0 auto 5%;
	}

	#b_contents .b_contents_in .left_box img {
		width: 80%;
		margin: auto;
	}

	#b_contents .b_contents_in .right_box {
		padding: 3%;
	}

	#b_contents .b_contents_in .right_box h3 {
		font-size: 18px;
		line-height: 1.3;
		margin-bottom: 3%;
		color: #8CB93A;
	}

	#b_contents .b_contents_in .right_box p {
		font-size: 16px;
		line-height: 1.3;


		/*----テキストを均等揃えにする----*/
		text-align: justify;
	}




}
