@charset "UTF-8";

/*--------------
company page
--------------*/

/*--gnav--*/

#headNav ul.gnav li.gnav4 > a:after {
	opacity: 1;
}

/*-----------
com_ul
-----------*/
.com_ul li {
	float: left;
}

.com_ul li a {
	display: block;
	background: #fff;
}

.com_ul li .ph {
	overflow: hidden;
}

.com_ul li .ph img {
	width: 100%;
}

.com_ul li p {
	font-size: 1.5rem;
	color: #666;
	line-height: 2;
	text-align: center;
	font-family: "ヒラギノ角ゴ W1 JIS2004", "Noto Sans JP", sans-serif;
}

.com_ul li .ttl {
	margin-bottom: 40px;
	color: #000;
	font-size: 2.7rem;
	line-height: 1.5;
}

@media screen and (min-width: 760px), print {
	.com_ul li {
		width: 540px;
	}
	.com_ul li:nth-of-type(2n) {
		float: right;
	}
	.com_ul li:nth-of-type(n+3) {
		margin-top: 30px;
	}
	.com_ul li .txt {
		padding: 40px 30px 40px;
	}
	.com_ul li a:hover {
		box-shadow: 0 0 20px #aaa;
	}
	.com_ul li a:hover img {
		transform: scale(1.1);
		opacity: .7;
	}
}

@media screen and (max-width: 759px) {
	.com_ul li .txt {
		padding: 22px 5px 27px;
	}
	
	.com_ul li p {
		font-size: 1.3rem;
		line-height: 1.85;
	}
	
	.com_ul li .ttl {
		margin-bottom: 16px;
		font-size: 2.4rem;
	}
	
	.com_ul li:nth-of-type(n+2) {
		margin-top: 20px;
	}
	
}

@media screen and (max-width: 340px) {
	.com_ul li p {
		font-size: 1.2rem;
	}
}

/*-----------
page_title
-----------*/
.page_title {
	position: relative;
	overflow: hidden;
}

.page_title p {
	font-family: "ヒラギノ角ゴ W1 JIS2004", "Noto Sans JP", sans-serif;
	font-size: 6rem;
	font-weight: 300;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1110px;
	padding: 82px 0;
	transform: translate(-50%, -50%);
	text-align: left;
	color: #fff;
}

@media screen and (min-width: 760px), print {
	.page_title {
		height: 500px;
	}
	
	.page_title .bg {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		width: auto;
		height: 500px;
		transform: translate(-50%, -50%);
	}
}

@media screen and (min-width: 1920px), print {
	.page_title .bg {
		width: 100vw;
		height: auto;
	}
}

@media screen and (max-width: 759px) {
	.page_title p {
		width: 100%;
		font-size: 3rem;
		text-align: center;
	}

}


/*-----------
index
-----------*/

/*--mid--*/

.company_index_mid {
	position: relative;
	overflow: hidden;
}

.company_index_mid p {
	font-family: "ヒラギノ角ゴ W1 JIS2004", "Noto Sans JP", sans-serif;
	font-size: 4.8rem;
	font-weight: 300;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	padding: 82px 0;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, .5);
}

@media screen and (min-width: 760px), print {
	.company_index_mid {
		height: 500px;
	}
	
	.company_index_mid .bg {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		width: auto;
		height: 500px;
		transform: translate(-50%, -50%);
	}
}

@media screen and (min-width: 1920px), print {
	.company_index_mid .bg {
		width: 100vw;
		height: auto;
	}
}

@media screen and (max-width: 759px) {
	.company_index_mid p {
		font-size: 2.4rem;
		width: 260px;
		padding: 27px 0;
	}
}

.company_index {
	padding: 100px 0 0;
	background-color: #F2F2F2;
}

.company_index .btm_box {
	margin-top: 80px;
	padding: 75px 0;
	background-color: #ccc;
}

.company_index .btm_box .title {
	margin-bottom: 37px;
	text-align: center;
	font-size: 3rem;
}

@media screen and (max-width: 759px) {
	.company_index {
		padding: 40px 0 0;
	}
	
	.company_index .btm_box {
		margin-top: 40px;
		padding: 30px 0;
	}
	
	.company_index .btm_box .title {
		margin-bottom: 27px;
		font-size: 2.2rem;
	}
	
}

/*-----------
company_techno
-----------*/
.company_techno .top_box {
	padding: 89px 0 81px;
}

.company_techno .top_box p {
	width: 910px;
	margin: 0 auto;
	font-size: 1.6rem;
	line-height: 2.25;
	letter-spacing: 1px;
}

.company_techno h2 {
	margin-bottom: 52px;
	text-align: center;
	font-size: 3rem;
}

.company_techno .list {
	padding: 70px 0 110px;
	background-color: #E5E5E5;
}

.company_techno .facilities {
	padding: 70px 0 100px;
	background-color: #F2F2F2;
}

.company_techno .facilities ul li a {
	background-color: #fff;
	overflow: hidden;
}

.company_techno .facilities ul li .ph {
	width: 270px;
	float: left;
	overflow: hidden;
}

.company_techno .facilities ul li .txt_box {
	padding: 60px 20px 40px;
	width: 270px;
	float: right;
	position: relative;
	box-sizing: border-box;
}

.company_techno .facilities ul li .ttl {
	font-size: 2rem;
	line-height: 1.5;
	color: #000;
	text-align: center;
	font-family: "ヒラギノ角ゴ W3 JIS2004",'Noto Sans JP', sans-serif;
}

.company_techno .facilities ul li .txt {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 40px;
	color: #666;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: center;
	font-family: "ヒラギノ角ゴ W1 JIS2004",'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 760px), print {
	.company_techno .facilities ul li {
		width: 540px;
		float: left;
	}
	.company_techno .facilities ul li:nth-of-type(2n) {
		float: right;
	}
	.company_techno .facilities ul li:nth-of-type(n+3) {
		margin-top: 30px;
	}
	.company_techno .facilities ul li a:hover {
		box-shadow: 0 0 20px #aaa;
	}
	.company_techno .facilities ul li a:hover img {
		transform: scale(1.1);
		opacity: .7;
	}
}

@media screen and (max-width: 759px) {
	.company_techno .top_box {
		padding: 32px 14px 38px;
	}
	
	.company_techno .top_box p {
		width: auto;
		font-size: 1.5rem;
		line-height: 2;
		letter-spacing: 0;
	}
	
	.company_techno h2 {
		margin-bottom: 36px;
		font-size: 2rem;
	}
	
	.company_techno .list {
		padding: 34px 0 40px;
	}
	
	.company_techno .facilities {
		padding: 34px 0 40px;
	}
	
	.company_techno .facilities ul li {
		margin-bottom: 20px;
	}
	
	.company_techno .facilities ul li:last-child {
		margin-bottom: 0;
	}
		
	.company_techno .facilities ul li .ph {
		width: 50%;
	}
	
	.company_techno .facilities ul li .txt_box {
		padding: 34px 10px 40px;
		width: 50%;
		box-sizing: border-box;
	}
	
	.company_techno .facilities ul li .ttl {
		font-size: 1.4rem;
		line-height: 1.3;
	}
	
	.company_techno .facilities ul li .txt {
		bottom: 20px;
		font-size: 1rem;
		line-height: 1.6;
	}

}

/*-----------
company_techno_tanraku
-----------*/

.company_techno_tanraku .base_box {
	width: 100%;
	padding: 60px 0 60px;
}

.company_techno_tanraku .content_box {
	width: 1110px;
	margin: 0 auto 0;
	padding: 0;
}

.company_techno_tanraku p {
	font-size: 1.5rem;
	color: #323232;
	line-height: 2;
	text-align: justify;
}

.company_techno_tanraku span {
	margin-top: 6px;
	display: block;
	font-size: 1.2rem;
}

.company_techno_tanraku h2 {
	padding: 14px 0;
	font-size: 2rem;
	color: #fff;
	text-align: center;
	background-color: #333;
}

.company_techno_tanraku h3 {
	padding: 12px 0;
	font-size: 6rem;
	color: #fff;
	text-align: center;
	background-color: #CD0011;
}

.company_techno_tanraku h4 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 3rem;
}

.company_techno_tanraku .top_box {
	padding: 70px 0 73px;
}

.company_techno_tanraku .top_box .ttl {
	margin-bottom: 34px;
	font-size: 2.7rem;
	color: #c01;
	text-align: center;
}

.company_techno_tanraku .top_box .txt {
	width: 910px;
	margin: 0 auto;
	font-size: 1.6rem;
	line-height: 2.25;
}

.company_techno_tanraku .outline {
}

.company_techno_tanraku .red_txt {
	margin-bottom: 27px;
	text-align: center;
	font-size: 2rem;
	color: #c01;
}

.company_techno_tanraku .l_box {
	width: 530px;
	float: left;
}

.company_techno_tanraku .r_box {
	margin-top: 7px;
	width: 530px;
	float: right;
}

.company_techno_tanraku .col1 img {
	width: 100%;
	margin-top: 40px;
}

.company_techno_tanraku .col2 {
	width: 100%;
	margin-top: 40px;
}

.company_techno_tanraku .col2 img {
	width: 530px;
}

.company_techno_tanraku .col2 ul li {
	width: 530px;
	float: left;
	text-align: center;
}

.company_techno_tanraku .col2 ul li:nth-child(2n) {
	float: right;
}

.company_techno_tanraku .col2 li .caption {
	margin-top: 10px;
	font-size: 1.6rem;
	text-align: center;
}

.company_techno_tanraku .possible {
}

.company_techno_tanraku .possible ul {
	padding-top: 2px;
	width: 530px;
	float: left;
}

.company_techno_tanraku .possible ul li {
	padding: 0 0 22px 16px;
	font-size: 1.5rem;
	line-height: 1.5;
	position: relative;
}

.company_techno_tanraku .possible ul li:before {
	width: 14px;
	height: 14px;
	background-color: #9A9A9A;
	border-radius: 50px;
	position: absolute;
	top: 4px;
	left: 0;
	content: ""; 
}

.company_techno_tanraku .possible ul li span span {
	display: inline;
	font-size: 1rem;
	vertical-align: top;
}

.company_techno_tanraku .possible ul li span {
	display: block;
	color: #656565;
	font-size: 1.4rem;
}

.company_techno_tanraku .possible ul li .txt01 {
	margin: 13px 0 0 -14px;
	font-size: 1.2rem;
}

.company_techno_tanraku .possible .photo {
	margin-top: 8px;
	width: 530px;
	float: right;
}

.company_techno_tanraku .diagram {
}

.company_techno_tanraku .diagram .photo {
	width: 1110px;
	margin: 0 auto;
}

.moive {
	background-color: #EEE;
}

.moive .moive_box {
	width: 1110px;
	margin: 0 auto;
	height: 624px;
}

.moive2 .moive2_box {
	width: 530px;
	margin: 0 auto;
	height: auto;
}


@media screen and (min-width: 760px), print {
	.company_techno_tanraku .page_title {
		height: 800px;
	}
	
	.company_techno_tanraku .page_title .bg {
		height: 800px;
	}
}

@media screen and (max-width: 759px) {
	.company_techno_tanraku .base_box {
		padding: 35px 0 35px;
	}

	.company_techno_tanraku .content_box {
		width: auto;
		margin: 0 15px 0;
		padding: 0;
	}

	.company_techno_tanraku h2 {
		padding: 8px 0 9px;
		font-size: 1.5rem;
	}

	.company_techno_tanraku h3 {
		padding: 20px 0 24px;
		font-size: 2.4rem;
	}
	
	.company_techno_tanraku h4 {
		margin-bottom: 25px;
		font-size: 2rem;
	}
	
	.company_techno_tanraku p {
		font-size: 1.5rem;
	}
	
	.company_techno_tanraku .top_box {
		padding: 34px 29px 34px;
	}
	
	.company_techno_tanraku .top_box .ttl {
		margin-bottom: 18px;
		font-size: 1.8rem;
		line-height: 1.5;
	}
	
	.company_techno_tanraku .top_box .txt {
		width: auto;
		margin: 0 auto;
		font-size: 1.5rem;
		line-height: 2;
	}
	
	.company_techno_tanraku {
	}
	
	.company_techno_tanraku .red_txt {
		margin: 0 0 9px;
		font-size: 1.6rem;
		line-height: 1.5;
		text-align: justify;
	}
	
	.company_techno_tanraku .l_box {
		width: auto;
		float: none;
	}
	
	.company_techno_tanraku .r_box {
		margin-top: 17px;
		width: auto;
		float: none;
	}
	
	.company_techno_tanraku table th:first-child {
		width: 28%;
	}
	
	.company_techno_tanraku table th {
		padding: 18px 0 13px;
	}
	
	.company_techno_tanraku table td {
		padding: 9px 10px 7px;
		vertical-align: middle;
	}

	.company_techno_tanraku .col1 img {
		margin-top: 20px;
	}

	.company_techno_tanraku .col2 {
		margin-top: 20px;
	}
	
	.company_techno_tanraku .col2 ul li {
		width: 47.8%;
	}
	
	.company_techno_tanraku .col2 li .caption {
		margin-top: 5px;
		font-size: 1.3rem;
	}

	.company_techno_tanraku .possible {
	}
	
	.company_techno_tanraku .possible ul {
		padding-top: 0;
		width: auto;
		float: none;
	}
	
	.company_techno_tanraku .possible ul li {
		padding: 0 0 12px 16px;
	}
	
	.company_techno_tanraku .possible ul li:before {
		width: 14px;
		height: 14px;
		background-color: #9A9A9A;
		border-radius: 50px;
		position: absolute;
		top: 3px;
		left: 0;
	  
		content: ""; 
	}
		
	.company_techno_tanraku .possible ul li .txt01 {
		margin: 11px 0 0 -14px;
	}
	
	.company_techno_tanraku .possible ul li span span {
		font-size: 0.7rem;
		display: inline;
		vertical-align: top;
	}
	
	.company_techno_tanraku .possible .photo {
		margin-top: 12px;
		width: auto;
		float: none;
	}
	
	.company_techno_tanraku .diagram {
		padding: 34px 15px 41px;
	}
	
	.company_techno_tanraku .diagram .photo {
		width: auto;
		margin: 0 auto;
	}
	
	.moive {
	}
	
	.moive .moive_box {
		width: auto;
		position: relative;
		padding-bottom: 47.5%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	
	.moive .moive_box iframe {
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.moive2 .moive2_box {
		width: auto;
		position: relative;
		padding-bottom: 47.5%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	
	.moive2 .moive2_box iframe {
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
}

/*-----------
company_history
-----------*/
.company_history {
	padding: 139px 0 0;
	background-color: #fff;
}

.company_history .history_box {
	margin-bottom: 58px;
}

.company_history .history_box ul li {
	padding: 43px 30px 44px 135px;
	position: relative;
	font-size: 1.6rem;
	color: #656565;
	border-top: 2px solid #E5E5E5;
}

.company_history .history_box ul li .date {
	padding-top: 26px;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	top: -41px;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	box-sizing: border-box;
	background-color: #CA010B;
	border-radius: 100px;
}

.company_history .history_box ul li dl {
	overflow: hidden;
}

.company_history .history_box ul li dt {
	float: left;
}

.company_history .history_box ul li dd {
	padding: 0 0 39px 4.7em;
}

.company_history .history_box ul li dd:last-child {
	padding-bottom: 0;
}

@media screen and (max-width: 759px) {
	.company_history {
		padding: 69px 0 0;
		background-color: #F6F6F6;
	}
	
	.company_history .history_box {
		margin-bottom: 15px;
	}
	
	.company_history .history_box ul li {
		padding: 26px 0 27px 60px;
		font-size: 1.5rem;
	}
	
	.company_history .history_box ul li .date {
		padding-top: 20px;
		width: 60px;
		height: 60px;
		top: -31px;
		font-size: 1.5rem;
	}
		
	.company_history .history_box ul li dd {
		padding: 0 0 20px 3em;
	}
	
	.company_history .history_box ul li dd:last-child {
		padding-bottom: 0;
	}
	
}

/*-----------
company_techno_techno
-----------*/
.company_techno_techno .main_img {
	background-color: #333;
}

.company_techno_techno .main_img .photo {
	width: 555px;
	float: right;
}

.company_techno_techno .main_img .photo img {
	width: 100%;
}

.company_techno_techno .main_img p {
	padding-top: 42px;
	float: left;
	color: #fff;
	font-size: 5rem;
}

.company_techno_techno .main_img p span {
	margin-bottom: -2px;
	display: block;
	font-size: 2rem;
}

.company_techno_techno .top_box {
	padding: 67px 0 73px;
}

.company_techno_techno .top_box .ttl {
	margin-bottom: 48px;
	font-size: 2.7rem;
	color: #c01;
	text-align: center;
}

.company_techno_techno .top_box .txt {
	width: 910px;
	margin: 0 auto;
	font-size: 1.6rem;
	line-height: 2.25;
}

.company_techno_techno h2 {
	margin-bottom: 71px;
	text-align: center;
	font-size: 3rem;
}

.company_techno_techno .outline {
	padding: 70px 0 86px;
	background-color: #eee;
}

.company_techno_techno .outline .l_box {
	width: 440px;
	float: left;
}

.company_techno_techno .outline .r_box {
	margin-top: 1px;
	width: 617px;
	float: right;
}

.company_techno_techno .business {
	padding: 70px 0 99px;
	background-color: #f7f7f7;
}

.company_techno_techno .business h2 {
	margin-bottom: 74px;
}

.company_techno_techno .business .photo_list {
	margin-bottom: 10px;
}

.company_techno_techno .business .photo_list li {
	padding-bottom: 50px;
	width: 530px;
	float: left;
}

.company_techno_techno .business .photo_list li:nth-child(2n) {
	float: right;
}

.company_techno_techno .business .photo_list li .ttl {
	margin: 25px 0 16px;
	font-size: 2rem;
	text-align: center;
}

.company_techno_techno .business .photo_list li .txt {
	font-size: 1.5rem;
	color: #323232;
	line-height: 2;
}

.company_techno_techno .business .photo_list li .link {
	margin-top: 7px;
	text-align: right;
}

.company_techno_techno .business .photo_list li .link a {
	padding: 13px 20px 11px;
	width: 140px;
	display: inline-block;
	text-align: left;
	font-size: 1.5rem;
	color: #656565;
	background: url(/img/company/icon01.png) no-repeat center right 13px #fff;
	background-size: 21px auto;
	border: 1px solid #CFCFCF;
	box-sizing: border-box;
}

.company_techno_techno .business .photo_list li .link a:hover {
	opacity: 0.7;
}

.company_techno_techno .business .photo_ul li {
	width: 350px;
	margin-right: 30px;
	float: left;
}

.company_techno_techno .business .photo_ul li:nth-child(3n) {
	margin-right: 0;
}

.company_techno_techno .business .photo_ul li:nth-of-type(n+4) {
	margin-top: 30px;
}

.company_techno_techno .business .photo_ul li p {
	margin-top: 15px;
	text-align: center;
	font-size: 1.6rem;
}


.company_techno_techno .movie2 {
	width: 530px;
}



@media screen and (max-width: 759px) {
	.company_techno_techno .main_img .wrap {
		padding: 0;
	}
	
	.company_techno_techno .main_img .photo {
		width: auto;
		float: none;
	}
	
	.company_techno_techno .main_img .photo img {
		width: 100%;
	}
	
	.company_techno_techno .main_img p {
		padding: 16px 0 13px;
		float: none;
		font-size: 3rem;
		text-align: center;
	}
	
	.company_techno_techno .main_img p span {
		margin-bottom: 3px;
		font-size: 1.5rem;
	}
	
	.company_techno_techno .top_box {
		padding: 33px 30px 34px;
	}
	
	.company_techno_techno .top_box .ttl {
		margin-bottom: 12px;
		font-size: 1.8rem;
		line-height: 1.5;
		text-align: left;
	}
	
	.company_techno_techno .top_box .txt {
		width: auto;
		margin: 0 auto;
		font-size: 1.5rem;
		line-height: 2;
	}
	
	.company_techno_techno h2 {
		margin-bottom: 34px;
		font-size: 2rem;
	}
	
	.company_techno_techno .outline {
		padding: 35px 0 41px;
	}
	
	.company_techno_techno .outline .l_box {
		width: auto;
		float: none;
	}
	
	.company_techno_techno .outline .r_box {
		margin: 29px 1px 0;
		width: auto;
		float: none;
	}
	
	.company_techno_techno .business {
		padding: 32px 0 40px;
	}
	
	.company_techno_techno .business h2 {
		margin-bottom: 38px;
	}
	
	.company_techno_techno .business .photo_list {
		margin-bottom: 0;
	}
	
	.company_techno_techno .business .photo_list li {
		padding-bottom: 40px;
		width: auto;
		float: none;
	}
	
	.company_techno_techno .business .photo_list li:nth-child(2n) {
		float: none;
	}
	
	.company_techno_techno .business .photo_list li .ttl {
		margin: 14px 0 11px;
		font-size: 1.8rem;
	}
	
	.company_techno_techno .business .photo_list li .txt {
		letter-spacing: 0.5px;
	}
		
	.company_techno_techno .business .photo_list li .link {
		margin-top: 13px;
		text-align: center;
	}
	
	.company_techno_techno .business .photo_list li .link a {
		padding: 13px 20px;
	}
	
	.company_techno_techno .business .photo_ul li {
		width: 47.8%;
		margin-right: 0;
		float: left;
	}
	
	.company_techno_techno .business .photo_ul li:nth-child(2n) {
		float: right;
	}
	
	.company_techno_techno .business .photo_ul li:nth-of-type(n+3) {
		margin-top: 30px;
	}
	
	.company_techno_techno .business .photo_ul li p {
		margin-top: 8px;
		font-size: 1.4rem;
		line-height: 1.3;
	}
	
	.company_techno_techno .business .photo_list li .link a:hover {
		opacity: 1;
	}

	.company_techno_techno .movie2 {
		width: auto;
	}

}

/*-----------
company_csr
-----------*/
.company_csr h2 {
	margin-bottom: 57px;
	text-align: center;
	font-size: 3rem;
}

.company_csr h3 {
	margin-bottom: 31px;
	padding-bottom: 19px;
	font-size: 2.4rem;
	border-bottom: 2px solid #D9D9D9;
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Noto Sans JP", sans-serif;
}

.company_csr .h3_ttl {
	margin-bottom: 37px;
}

.company_csr .initiative {
	padding: 94px 0 106px;
	background-color: #F7F7F7;
}

.company_csr .initiative .txt {
	margin-bottom: 84px;
	font-size: 1.6rem;
	line-height: 2.25;
}

.company_csr .initiative .txt_list {
	margin-bottom: 70px;
}

.company_csr .initiative .txt_list li {
	font-size: 1.5rem;
	color: #656565;
	line-height: 2;
}

.company_csr .initiative .img_box {
	margin-bottom: 70px;
}

.company_csr .initiative .img_box .text_box {
	width: 715px;
	float: left;
}

.company_csr .initiative .img_box .text_box .ttl {
	margin-bottom: 30px;
	color: #656565;
	line-height: 2;
}

.company_csr .initiative .img_box .text_box .text {
	line-height: 2;
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Noto Sans JP", sans-serif;
}

.company_csr .initiative .img_box .photo {
	margin-top: 10px;
	width: 255px;
	float: right;
}

.company_csr .social {
	padding: 96px 0 30px;
	background-color: #eee;
}

.company_csr .social h2 {
	margin-bottom: 55px;
}

.company_csr .social .top_txt {
	margin-bottom: 20px;
	line-height: 2.25;
	font-size: 1.6rem;
	letter-spacing: 1px;
}

.company_csr .social .sdgs_box {
	margin: 30px 0 50px;
}

.company_csr .social .sdgs_box .text_box {
	width: 670px;
	float: left;
}

.company_csr .social .sdgs_box .text_box h4 {
	font-size: 1.45rem;
	line-height: 2;
	color: #000;
	font-family: "ヒラギノ角ゴ W5 JIS2004", "Noto Sans JP", sans-serif;
}

.company_csr .social .sdgs_box .text_box p {
	font-size: 1.4rem;
	line-height: 2;
	color: #999;
	font-family: "ヒラギノ角ゴ W1 JIS2004", "Noto Sans JP", sans-serif;
}

.company_csr .social .sdgs_box .photo {
	margin-top: 8px;
	width: 400px;
	float: right;
}

.company_csr .social .img_box {
	padding-bottom: 72px;
}

.company_csr .social .img_box .text_box {
	width: 735px;
	float: left;
}

.company_csr .social .img_box .text_box p {
	color: #323232;
	line-height: 2;
}

.company_csr .social .img_box .text_box h4 {
	font-family: "ヒラギノ角ゴ W5 JIS2004", "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	color: #000;
	line-height: 2;
	margin-bottom: 3px;
}

.company_csr .social .img_box .text_box .sub-txt {
	margin-top: 20px;
	padding-top: 20px;
	font-size: 1.4rem;
	line-height: 2;
	color: #555;
	border-top: 1px solid #ccc;
	font-family: "ヒラギノ角ゴ W1 JIS2004", "Noto Sans JP", sans-serif;
}

.company_csr .social .img_box .text_box .sub-txt h4 {
	margin-bottom: 5px;
	font-size: 1.4rem;
	color: #000;
	font-family: "ヒラギノ角ゴ W4 JIS2004", "Noto Sans JP", sans-serif;
}

.company_csr .social .img_box .text_box .sub-txt li {
	font-size: 1.4rem;
	color: #555;
	line-height: 2;
}

.company_csr .social .img_box .text_box .sub-txt li span{
	color: #bbb;
	margin-right: 2px;
}

.company_csr .social .img_box .text_box .sub-txt li a {
	color: #555;
}

.company_csr .social .img_box .text_box .sub-txt li a:hover {
	color: #c01;
}

.company_csr .social .img_box .photo {
	margin-top: 8px;
	width: 250px;
	float: right;
}

.company_csr .social .img_box .text_box .link {
	width: 735px;
	margin: 30px auto 0;
	background-color: #F2F2F2;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.company_csr .social .img_box .text_box .link a {
	padding: 20px 0;
	display: block;
	text-align: center;
	font-size: 1.5rem;
	color: #000;
}

.company_csr .social .sdgs-logo-1 {
	margin: 50px 0 40px;
}

@media screen and (min-width: 760px), print {
	.company_csr .social .img_box .text_box .link a:hover {
		background-color: #ddd;
	}

}

@media screen and (max-width: 759px) {
	.company_csr h2 {
		margin-bottom: 28px;
		font-size: 2rem;
	}
	
	.company_csr h3 {
		margin-bottom: 18px;
		padding-bottom: 8px;
		font-size: 1.6rem;
	}
	
	.company_csr .h3_ttl {
		margin-bottom: 20px;
	}
	
	.company_csr .initiative {
		padding: 34px 0 40px;
	}
	
	.company_csr .initiative .txt {
		margin-bottom: 33px;
		font-size: 1.5rem;
		line-height: 2;
	}
	
	.company_csr .initiative .txt_list {
		margin-bottom: 22px;
	}
	
	.company_csr .initiative .txt_list li {
		padding: 0 0 11px 1.3em;
		text-indent: -1.3em;
		font-size: 1.5rem;
		line-height: 1.3;
	}
	
	.company_csr .initiative .img_box {
		margin: -5px 0 41px;
	}
	
	.company_csr .initiative .img_box .text_box {
		width: auto;
		float: none;
	}
	
	.company_csr .initiative .img_box .text_box .ttl {
		margin-bottom: 5px;
		line-height: 2;
		font-size: 1.5rem;
	}
	
	.company_csr .initiative .img_box .text_box .text {
		line-height: 2;
		font-size: 1.5rem;
	}
	
	.company_csr .initiative .img_box .photo {
		margin-top: 18px;
		width: auto;
		text-align: center;
		float: none;
	}
	
	.company_csr .initiative .img_box .photo img {
		width: 200px;
	}
	
	.company_csr .social {
		padding: 35px 0 10px;
	}
	
	.company_csr .social h2 {
		margin-bottom: 27px;
	}
	
	.company_csr .social .top_txt {
		margin-bottom: 33px;
		line-height: 2;
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	
	.company_csr .social .sdgs_box .text_box {
		width: auto;
		float: none;
	}
		
	.company_csr .social .sdgs_box .photo {
		margin-top: 15px;
		width: auto;
		float: none;
	}

	.company_csr .social .img_box {
		padding-bottom: 30px;
	}
	
	.company_csr .social .img_box .text_box {
		width: auto;
		float: none;
	}
	
	.company_csr .social .img_box .text_box p {
		font-size: 1.5rem;
	}
	
	.company_csr .social .img_box .photo {
		margin: 18px auto 20px;
		width: 50%;
		float: none;
	}
	
	.company_csr .social .img_box .text_box .link {
		width: auto;
		margin: 12px auto 0;
	}
	
	.company_csr .social .img_box .text_box .link a {
		padding: 9px 0;
		font-size: 1.4rem;
		line-height: 1.43;
	}

}

/*----------------------
    company_office
----------------------*/
.company_office .gray_box {
	padding: 64px 0 80px;
	background-color: #f2f2f2;
}

.company_office h2 {
	margin-bottom: 47px;
	font-size: 3rem;
	letter-spacing: 3px;
	text-align: center;
}

.company_office .gray_box ul {
	border-top: 2px solid #DDD;
}

.company_office .gray_box li {
	padding: 11px 0 10px;
	width: 100%;
	display: table;
	border-bottom: 2px solid #DDD;
}

.company_office .gray_box li span {
	display: table-cell;
	color: #323232;
	font-size: 1.4rem;
	letter-spacing: 0.5px;
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

.company_office .gray_box li span a {
	display: inline-block;
}

.company_office .gray_box li .txt {
	padding-right: 20px;
	width: 22.6%;
	color: #000;
	font-size: 2rem;
}

.company_office .gray_box li .link {
	width: 16.2%;
	text-align: right;
	vertical-align: middle; 
}

.company_office .gray_box li .link a {
	padding: 11px 14px;
	min-width: 120px;
	color: #BBB;
	font-size: 1.6rem;
	line-height: 1;
	text-align: left;
	box-sizing: border-box;
	border: 1px solid #BBB;
	background: #fff url(/img/company/icon01.png) no-repeat right 8px center;
	background-size: 21px;
}

.company_office .light_gray_box {
	margin: 79px 0 65px;
	padding: 65px 0 88px;
	background-color: #F7F7F7;
}

@media screen and (min-width: 760px), print {
	.page_title01 {
		height: 400px;
	}
	
	.company_office .gray_box li .link a:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width: 759px) {
	.company_office .gray_box {
		padding: 33px 0 40px;
	}
	
	.company_office h2 {
		margin-bottom: 36px;
		font-size: 2rem;
		letter-spacing: 0;
	}
	
	.company_office .gray_box ul {
		border-top: 1px solid #DDD;
	}
	
	.company_office .gray_box li {
		padding: 18px 0 20px;
		width: 100%;
		display: inherit;
		border-bottom: 1px solid #DDD;
	}
	
	.company_office .gray_box li span {
		display: block;
		font-size: 1.4rem;
		letter-spacing: 0;
		line-height: 1.5;
		box-sizing: border-box;
	}
	
	.company_office .gray_box li span a {
		display: inline-block;
	}
	
	.company_office .gray_box li .txt {
		padding: 0 0 13px;
		width: 100%;
		font-size: 1.6rem;
	}
	
	.company_office .gray_box li .link {
		margin-top: 11px;
		width: auto;
	}
	
	.company_office .gray_box li .link a {
		padding: 12px 14px;
		font-size: 1.4rem;
	}
	
	.company_office .light_gray_box {
		margin: 40px 0 32px;
		padding: 34px 0 42px;
	}

}

/*----------------------
    company_office_techno
----------------------*/
.company_office_techno .top_title {
	padding-bottom: 30px;
}

.company_office_techno .top_title p span {
	margin: 0 auto;
	width: 1110px;
	display: block;
	font-size: 5rem;
	letter-spacing: 4px;
}

.company_office_techno .top_title .ttl {
	margin-bottom: 30px;
	padding: 4px 0 7px;
	background-color: #666;
}

.company_office_techno .top_title .ttl span {
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: 3px;
}

.company_office_techno .light_gray_box {
	padding: 60px 0;
	background-color: #F2F2F2;
}

.company_office_techno .light_gray_box .img_box .photo_box img {
	width: 530px;
}

.company_office_techno .light_gray_box .img_box .text_box p {
	margin-bottom: 45px;
	font-size: 1.5rem;
	letter-spacing: 1.2px;
	line-height: 2;
}

.company_office_techno .com_table th,
.company_office_techno .com_table td {
	padding: 17px 0;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}

.company_office_techno .com_table td {
	padding: 17px 20px;
	border-left: 1px solid #DFDFDF;
}

.company_office_techno .gray_box {
	padding: 45px 0 80px;
	background-color: #E5E5E5;
}

.company_office_techno h2 {
	margin-bottom: 47px;
	font-size: 3rem;
	letter-spacing: 3px;
	text-align: center;
}

.company_office_techno .gray_box dl {
	border-top: 2px solid #D9D9D9;
}

.company_office_techno .gray_box dt {
	padding-top: 11px;
	float: left;
	font-size: 2rem;
}

.company_office_techno .gray_box dd {
	padding: 11px 0 10px 14em;
	font-size: 1.5rem;
	line-height: 1.87;
	border-bottom: 2px solid #D9D9D9;
}

.company_office_techno .gray_box dd a {
	display: inline-block;
}

.company_office_techno .gray_box dd .map {
	height: 500px;
}

.company_office_techno .gray_box dd .map iframe {
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 760px), print {
	.company_office_techno .light_gray_box .img_box .photo_box {
		float: right;
	}
	
	.company_office_techno .light_gray_box .img_box .text_box {
		margin-top: -7px;
		width: 530px;
		float: left;
	}
}

@media screen and (max-width: 759px) {
	.company_office_techno .top_title {
		padding-bottom: 39px;
	}
	
	.company_office_techno .top_title p span {
		width: auto;
		text-align: center;
		font-size: 3rem;
		letter-spacing: 0;
	}
	
	.company_office_techno .top_title .ttl {
		margin-bottom: 36px;
		padding: 7px 0 6px;
		text-align: center;
	}
	
	.company_office_techno .top_title .ttl span {
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	
	.company_office_techno .light_gray_box {
		padding: 33px 0 46px;
	}
	
	.company_office_techno .light_gray_box .img_box .photo_box img {
		width: 100%;
	}
	
	.company_office_techno .light_gray_box .img_box .text_box {
		margin-bottom: 19px;
	}
	
	.company_office_techno .light_gray_box .img_box .text_box p {
		margin-bottom: 36px;
		letter-spacing: 0;
	}
	
	.company_office_techno .com_table th,
	.company_office_techno .com_table td {
		padding: 15px 0 12px;
	}
	
	.company_office_techno .com_table td {
		padding: 15px 10px 12px;
	}
	
	.company_office_techno .gray_box {
		padding: 34px 0 40px;
	}
	
	.company_office_techno h2 {
		margin-bottom: 34px;
		font-size: 2rem;
		letter-spacing: 0;
	}
		
	.company_office_techno .gray_box dt {
		padding-top: 18px;
		float: none;
		font-size: 1.6rem;
	}
	
	.company_office_techno .gray_box dd {
		padding: 13px 0 18px;
		font-size: 1.4rem;
		line-height: 1.55;
	}
	
	.company_office_techno .gray_box dd p {
		padding-left: 1em;
		text-indent: -1em;
	}
	
	.company_office_techno .gray_box dd p:first-child {
		padding-bottom: 7px;
	}
	
	.company_office_techno .gray_box dd .map {
		position: relative;
		padding-bottom: 92%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	
	.company_office_techno .gray_box dd .map iframe {
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
}

/*----------------------
    company_profile
----------------------*/
.company_profile .light_gray_box {
	padding: 89px 0 95px;
	background-color: #F7F7F7;
}

.company_profile h2 {
  	font-family: "ヒラギノ角ゴ W6 JIS2004", "Noto Sans JP", sans-serif;
	color: #000;
	margin-bottom: 40px;
	font-size: 2.5rem;
	letter-spacing: 2px;
	text-align: center;
}

.company_profile .light_gray_box table {
	margin-bottom: 60px;
	width: 100%;
	border-collapse: collapse;
}

.company_profile .light_gray_box th,
.company_profile .light_gray_box td {
	padding: 45px 10px 49px 0;
	width: 47.4%;
	text-align: left;
	vertical-align: middle;
	border-top: 2px solid #D9D9D9;
	border-bottom: 2px solid #D9D9D9;
}

.company_profile .light_gray_box th {
	padding: 48px 10px 48px 70px;
}

.company_profile .light_gray_box th span {
	position: relative;
	font-size: 4rem;
}

.company_profile .light_gray_box th span:before {
	margin-top: -20px;
	height: 40px;
	border-left: 5px solid #CB010F;
	position: absolute;
	top: 50%;
	left: -20px;
	
	content: "";
}

.company_profile .light_gray_box td {
	font-size: 1.8rem;
	line-height: 2.22;
	font-family: "ヒラギノ角ゴ W2 JIS2004", "Noto Sans JP", sans-serif;
}

.company_profile .light_gray_box .border_box {
	padding: 69px 0 61px;
	border: 2px solid #DDD;
	background-color: #fff;
}

.company_profile .light_gray_box .border_box .img {
	margin-bottom: 25px;
	text-align: center;
}

.company_profile .light_gray_box .border_box .img img {
	width: 151px;
}

.company_profile .light_gray_box .border_box p {
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}

.company_profile .light_gray_box .border_box p span {
	margin-bottom: 8px;
	display: block;
	font-size: 3rem;
}

.company_profile .gray_box {
	padding: 90px 0 104px;
	background-color: #EEE;
}

.company_profile .gray_box dl {
	border-top: 1px solid #BBB;
}

.company_profile .gray_box dt {
	padding-top: 27px;
	float: left;
	font-size: 1.6rem;
	font-family: "ヒラギノ角ゴ W5 JIS2004", "Noto Sans JP", sans-serif;
}

.company_profile .gray_box dd {
	font-family: "ヒラギノ角ゴ W2 JIS2004", "Noto Sans JP", sans-serif;
	padding: 20px 0 20px 14em;
	color: #323232;
	line-height: 2.6;
	border-bottom: 1px solid #BBB;
}

.company_profile .gray_box dd p .txt01 {
	margin-right: 18px;
	display: inline-block;
}

.company_profile .gray_box ul {
	padding-bottom: 25px;
}

.company_profile .gray_box li {
	padding-left: 1.3em;
	line-height: 1.8;
	text-indent: -1.3em;
	margin-top: 10px;
	margin-bottom: 15px;
}

.company_profile .gray_box li span {
	color: #989898;
}

.company_profile .gray_box table {
	margin: 12px 0;
	width: 100%;
	border-collapse: collapse;
}

.company_profile .gray_box th,
.company_profile .gray_box td {
	padding: 14px 18px;
	font-size: 1.4rem;
	line-height: 1.43;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #BBB;
}

.company_profile .gray_box td:first-child {
	width: 30.5%;
}

.company_profile .gray_box td:nth-child(2) {
	width: 20.5%;
}

.company_profile .gray_box td:nth-child(3) {
	width: 21.1%;
}

.company_profile .gray_box thead td {
	padding: 10px 5px 9px;
	text-align: center;
	background-color: #DDD;
}

.company_profile .gray_box tbody td {
	height: 69px;
	color: #656565;
	background-color: #fff;
}

@media screen and (max-width: 759px) {
	.company_profile .light_gray_box {
		padding: 34px 0 40px;
	}
	
	.company_profile h2 {
		margin-bottom: 35px;
		font-size: 2rem;
		letter-spacing: 0;
	}
	
	.company_profile .light_gray_box table {
		margin-bottom: 34px;
		border-top: 2px solid #D9D9D9;
	}
	
	.company_profile .light_gray_box th,
	.company_profile .light_gray_box td {
		padding: 5px 20px 25px;
		width: 100%;
		display: block;
		vertical-align: top;
		border-top: none;
	}
	
	.company_profile .light_gray_box th {
		padding: 20px 30px 10px;
		border-bottom: none;
	}
	
	.company_profile .light_gray_box th span {
		font-size: 3rem;
	}
	
	.company_profile .light_gray_box th span:before {
		margin-top: -14px;
		height: 30px;
		border-left: 3px solid #CB010F;
		left: -10px;
	}
	
	.company_profile .light_gray_box td {
		font-size: 1.5rem;
		line-height: 2;
	}
	
	.company_profile .light_gray_box .border_box {
		padding: 34px 15px 37px;
		border: 1px solid #DDD;
	}
	
	.company_profile .light_gray_box .border_box .img {
		margin-bottom: 10px;
	}
	
	.company_profile .light_gray_box .border_box .img img {
		width: 101px;
	}
	
	.company_profile .light_gray_box .border_box p {
		font-size: 1.5rem;
	}
	
	.company_profile .light_gray_box .border_box p span {
		font-size: 2.4rem;
	}
	
	.company_profile .gray_box {
		padding: 32px 0 40px;
	}
	
	.company_profile .gray_box h2 {
		margin-bottom: 37px;
	}
	
	.company_profile .gray_box dl {
		border-top: 1px solid #BBB;
	}
	
	.company_profile .gray_box dt {
		padding-top: 14px;
		float: none;
		font-size: 1.6rem;
	}
	
	.company_profile .gray_box dd {
		padding: 10px 0 21px;
		font-size: 1.4rem;
		line-height: 1.43;
	}
	
	.company_profile .gray_box dd.dd_style01 {
		line-height: 1.7;
	}
	
	.company_profile .gray_box dd p {
		overflow: hidden;
	}
	
	.company_profile .gray_box dd .txt01 {
		margin: 0;
		display: block;
		float: left;
	}
	
	.company_profile .gray_box dd .txt02 {
		display: block;
		padding: 0 0 10px 48px;
	}
	
	.company_profile .gray_box dd p:last-child .txt02 {
		padding-bottom: 0;
	}
	
	.company_profile .gray_box ul {
		padding-bottom: 0;
	}
	
	.company_profile .gray_box li {
		padding-bottom: 10px;
		line-height: 1.43;
	}
	
	.company_profile .gray_box li span {
		color: #323232;
	}
	
	.company_profile .gray_box table {
		margin: 12px 0;
	}
	
	.company_profile .gray_box th,
	.company_profile .gray_box td {
		padding: 1px 5px;
		font-size: 1rem;
		line-height: 1.4;
		border: 1px solid #BBB;
	}
	
	.company_profile .gray_box td:first-child {
		width: 30.5%;
	}
	
	.company_profile .gray_box td:nth-child(2) {
		width: 21.2%;
	}
	
	.company_profile .gray_box td:nth-child(3) {
		width: 28.1%;
	}
	
	.company_profile .gray_box thead td {
		padding: 10px 5px 9px;
		line-height: 1.5;
	}
	
	.company_profile .gray_box tbody td {
		height: 50px;
	}
	
}

/*-----------
company_techno_bcppark
-----------*/
.company_techno_bcppark h2 {
	padding: 14px 0;
	font-size: 2rem;
	color: #fff;
	text-align: center;
	background-color: #333;
}

.company_techno_bcppark h3 {
	padding: 12px 0;
	font-size: 6rem;
	color: #fff;
	text-align: center;
	background-color: #CD0011;
}

.company_techno_bcppark h4 {
	margin-bottom: 52px;
	text-align: center;
	font-size: 3rem;
}

.company_techno_bcppark .top_box {
	padding: 70px 0;
}

.company_techno_bcppark .top_box .ttl {
	margin-bottom: 34px;
	font-size: 2.7rem;
	color: #c01;
	text-align: center;
}

.company_techno_bcppark .top_box .txt {
	width: 910px;
	margin: 0 auto;
	font-size: 1.6rem;
	line-height: 2.25;
}

.company_techno_bcppark .outline {
	padding: 70px 0 81px;
	background-color: #EDEDED;
}

.company_techno_bcppark .outline table {
	width: 100%;
	border-collapse: collapse;
}

.company_techno_bcppark .outline table th,
.company_techno_bcppark .outline table td {
	padding: 22px 18px 23px;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
	font-size: 1.5rem;
	color: #323232;
	border-bottom: 1px solid #979797;
	border-top: 1px solid #979797;
}

.company_techno_bcppark .outline table th {
	padding: 22px 0 23px;
	width: 27.1%;
	border-right: 2px solid #C2C2C2;
}

.company_techno_bcppark .outline table td span {
	display: block;
	font-size: 1.2rem;
}

.company_techno_bcppark .outline .size {
	margin-top: 10px;
	font-size: 1.2rem;
	color: #323232;
}

.company_techno_bcppark .products {
	padding: 70px 0;
}

.bg1 {
	background-color: #F6F6F6;
}

.company_techno_bcppark .products .photo {
	margin-bottom: 70px;
}

.company_techno_bcppark .products .photo_ul {
	margin-top: -60px;
}

.company_techno_bcppark .products .photo_ul li {
	width: 350px;
	float: left;
	margin: 60px 30px 0 0;
}

.company_techno_bcppark .products .photo_ul li:nth-child(3n) {
	margin-right: 0;
}

.company_techno_bcppark .products .photo_ul li a {
	display: block;
}

.company_techno_bcppark .products .photo_ul li .ph {
	overflow: hidden;
}

.company_techno_bcppark .products .photo_ul li .ttl {
	margin: 16px 0 5px;
	font-size: 1.4rem;
	color: #656565;
	font-family: "ヒラギノ角ゴ W3 JIS2004",'Noto Sans JP', sans-serif;
}

.company_techno_bcppark .products .photo_ul li .title {
	font-size: 2.1rem;
	font-family: "ヒラギノ角ゴ W7 JIS2004",'Noto Sans JP', sans-serif;
}

.company_techno_bcppark .products .photo_ul li .red {
	margin: 8px 0 7px;
	font-size: 1.6rem;
	color: #c01;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ W3 JIS2004",'Noto Sans JP', sans-serif;
}

.company_techno_bcppark .products .photo_ul li .txt {
	font-size: 1.5rem;
	color: #656565;
	line-height: 1.53;
}

.company_techno_bcppark .products .photo_ul li .link {
	padding: 5px 0 7px;
	margin-top: 12px;
	text-align: center;
	color: #989898;
	font-size: 16.5px;
	border: 1px solid #B9B9B9;
	background-color: #F9F9F9;
}

@media screen and (min-width: 760px), print {
	.company_techno_bcppark .page_title {
		height: 800px;
	}
	
	.company_techno_bcppark .page_title .bg {
		height: 800px;
	}
	
	.company_techno_bcppark .products .photo_ul li a:hover .ph img {
		transform: scale(1.1);
	}
	
	.company_techno_bcppark .products .photo_ul li a:hover .link {
		color: #666;
		border-color: #666;
		background-color: #f2f2f2;
	}
}

@media screen and (max-width: 759px) {
	.company_techno_bcppark h2 {
		padding: 8px 0 9px;
		font-size: 1.5rem;
	}
	
	.company_techno_bcppark h3 {
		padding: 20px 0 24px;
		font-size: 2.4rem;
	}
	
	.company_techno_bcppark h4 {
		margin-bottom: 34px;
		font-size: 2rem;
	}
	
	.company_techno_bcppark .top_box {
		padding: 34px 29px 34px;
	}
	
	.company_techno_bcppark .top_box .ttl {
		margin-bottom: 18px;
		font-size: 1.8rem;
		line-height: 1.5;
		text-align: left;
	}
	
	.company_techno_bcppark .top_box .txt {
		width: auto;
		margin: 0 auto;
		font-size: 1.5rem;
		line-height: 2;
	}
		
	.company_techno_bcppark .outline {
		padding: 35px 0 40px;
	}
		
	.company_techno_bcppark .outline table th,
	.company_techno_bcppark .outline table td {
		padding: 20px 0 22px 10px;
		font-size: 1.4rem;
		line-height: 1.2;
		border-top: 2px solid #C2C2C2;
		border-bottom: 2px solid #C2C2C2;
	}
	
	.company_techno_bcppark .outline table th {
		padding: 20px 0 22px;
		width: 24.6%;
	}
	
	.company_techno_bcppark .outline table td span {
		font-size: 1.1rem;
	}
	
	.company_techno_bcppark .outline .size {
		margin-top: 10px;
		font-size: 1.1rem;
	}
	
	.company_techno_bcppark .products {
		padding: 34px 0;
	}
	
	.company_techno_bcppark .products h4 {
		margin-bottom: 26px;
	}
	
	.company_techno_bcppark .products .photo {
		margin-bottom: 41px;
	}
	
	.company_techno_bcppark .products .photo_ul {
		margin-top: 0;
	}
	
	.company_techno_bcppark .products .photo_ul li {
		width: auto;
		float: none;
		margin: 0 0 40px;
	}
	
	.company_techno_bcppark .products .photo_ul li:last-child {
		margin-right: 0;
	}
		
	.company_techno_bcppark .products .photo_ul li .ttl {
		margin: 15px 0 7px;
		height: auto !important;
	}
		
	.company_techno_bcppark .products .photo_ul li .red {
		margin: 9px 0 12px;
		line-height: 1.5;
		height: auto !important;
	}
	
	.company_techno_bcppark .products .photo_ul li .title,
	.company_techno_bcppark .products .photo_ul li .txt {
		height: auto !important;
	}
	
	.company_techno_bcppark .products .photo_ul li .link {
		padding: 5px 0 7px;
		margin-top: 10px;
	}

}