@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(../../company/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
==================================================*/


	#profile {
		width: 800px;
		margin: 60px auto;
		box-sizing: border-box;
	}

	#profile .profile_in {
		width: 800px;
		margin: 30px auto 60px;
		box-sizing: border-box;
	}


	#profile .profile_in dl {
		width: 100%;
		display: flex;
		padding-top: 5px;
		margin: 5px 0;
		border-top: 1px #000 solid;
	}

	dl:last-child {
		padding-bottom: 5px;
		border-bottom: 1px #000 solid;
	}


	#profile .profile_in dl dt {
		font-size: 18px;
		float: left;
		width: 150px;
		/*border-left:1px solid #000;*/
		padding: 10px 30px;
		line-height: 1.3;
		text-align: left;
	}

	#profile .profile_in dl dd {
		float: left;
		font-size: 18px;
		width: 650px;
		padding: 10px 30px;
		box-sizing: border-box;
		line-height: 1.3;
		text-align: left;
	}
	
	
		#profile .profile_in dl dd.flex{
		display: flex;
	line-height: 3;
	}
	

	#profile .profile_in dl dd li {
		margin-bottom: 5px;
	}

	#profile .profile_in dl dd .logo_box2 {
		width: 200px;
		height: 50px;
	}
	

	/*==================================================
    Main 沿革  for PC
==================================================*/

	#history {
		width: 820px;
		margin: 0 auto 60px;
	}

	#history .history1_wrap {
		margin: 0 auto;
		width: 820px;
	}

	#history .history1_wrap ul {
		display: flex;
		justify-content: space-between;
		margin-bottom: 60px;
	}

	#history .history1_wrap ul li {
		width: 400px;

	}


	#history table {
		width: 820px;
		border-collapse: collapse;
		margin: 0 auto;
	}

	#history table tr {
		border-bottom: solid 4px white;

	}

	#history table tr:last-child {
		border-bottom: none;
	}

	#history table th {
		position: relative;
		text-align: left;
		width: 30%;
		background-color: #8CB93A;
		text-align: center;
		padding: 15px 0;
		font-weight: bold;
		font-size: 18px;

	}

	#history table th:after {
		display: block;
		content: "";
		width: 0px;
		height: 0px;
		position: absolute;
		top: calc(50% - 10px);
		right: -10px;
		border-left: 10px solid #8CB93A;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
	}

	#history table td {
		text-align: left;
		width: 70%;
		background-color: #eaeaea;
		padding: 10px 0px 10px 40px;
		font-size: 18px;

	}


	/*==================================================
    Main アクセス  for pc
==================================================*/

	#access p {
		text-align: center;
		padding-bottom: 30px;
	}


}






/*/////////////////////////////////////////////////////////////////////
    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(../../company/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
--------------------------------------------------*/

	#profile {
		width: 100%;
		margin: 5% auto;
		box-sizing: border-box;
	}

	#profile .profile_in {
		width: 100%;
		margin: 3% auto 5%;
		box-sizing: border-box;
		padding: 5% 3% 0;
	}



	#profile .profile_in dl {
		width: 100%;
		display: block;
		padding-bottom: 5%;
		margin: 5% 0;
		border-bottom: 1px #000 solid;
	}

	#profile .profile_in dl dt {
		font-size: 16px;
		font-weight: 600;
		width: 100%;
		border-left: 5px solid #8CB93A;
		padding: 1% 2%;
		margin-bottom: 1%;
		line-height: 1.3;
		text-align: left;
	}

	#profile .profile_in dl dd {
		font-size: 14px;
		width: 100%;
		padding-top: 3%;
		padding-left: 0.5em;
		box-sizing: border-box;
		line-height: 1.3;
		margin-bottom: 1%;
		text-align: left;
	}

	#profile .profile_in dl dd li {
		margin-bottom: 5px;
	}

	#profile .profile_in dl dd .logo_box2 {
		width: 50%;
	}

	/*==================================================
    Main 沿革  forsp
==================================================*/

	#history {
		width: 100%;
		margin: 0 auto 5%;
	}

	#history .history1_wrap {
		margin: 0 auto;
		width: 100%;
	}

	#history .history1_wrap ul {
		display: flex;
		justify-content: space-between;
		margin-bottom: 5%;
	}

	#history .history1_wrap ul li {
		width: 80%;

	}


	#history table {
		width: 100%;
		border-collapse: collapse;
		margin: 0 auto;
	}

	#history table tr {
		border-bottom: solid 4px white;
	}

	#history table tr:last-child {
		border-bottom: none;
	}

	#history table th {
		position: relative;
		text-align: left;
		width: 35%;
		background-color: #8CB93A;
		text-align: center;
		padding: 3%;
		font-weight: bold;
		font-size: 14px;
		line-height: 1.3;
	}


	#history table th:after {
		display: block;
		content: "";
		width: 0px;
		height: 0px;
		position: absolute;
		top: calc(50% - 10px);
		right: -10px;
		border-left: 10px solid #8CB93A;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
	}

	#history table td {
		text-align: left;
		line-height: 1.3;
		width: 65%;
		background-color: #eaeaea;
		padding: 3% 3% 3% 5%;
		font-size: 14px;

	}


	/*==================================================
    Main アクセス  for sp
==================================================*/

	#access p {
		text-align: center;
		padding-bottom: 3%;
	}


}
