@charset "UTF-8";
.content_kv{
	width: 100%;
	max-width: 1120px;
	margin:0 auto 48px;
}
.content_kv img{
	width: 100%;
}
.products_kv{
	width: 100%;
	max-width: 1120px;
	margin:0 auto 32px;
}
.products_kv img{
	width: 100%;
}
a {
	text-decoration: none;
}
a:hover {
	opacity: 0.75;
}
article section{
	padding: 0 64px;
}
/*
.flex {
	display: flex;
}
*/
.section_line {
	margin: 48px 0;
	border-bottom: 1px solid #ddd;
}
.breadcrumbs{
	padding: 0 64px;
	color: #5A5A5A;
	font-size: 18px;
	margin: 32px 0 64px;
}
.breadcrumbs a{
	color: #5A5A5A;
	text-decoration: underline;
}
.cmn_contact_box{
	margin: 0 auto 100px;
	padding: 0;
	width: 100%;
	max-width: 830px;
	border: 1px solid #A5A5A5;
}
.cmn_contact_box .index{
	margin: 0 auto;
	background-color: #000046;
	width: 100%;
}
.cmn_contact_box .index p{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 16px 0;
}
.cmn_contact_box .info{
	margin: 0 auto;
	padding: 36px 24px 16px;
	width: 100%;
	box-sizing: border-box;
}
.cmn_contact_box .info img{
	display: block;
	width: 100%;
	max-width: 323px;
	margin: 0 auto 36px;
}
html[lang="en"] .cmn_contact_box .info img.contact_en{
	max-width: 390px;
}
.cmn_contact_box .info p{
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
	color: #212121;
	padding: 0;
}

@media screen and (max-width:767px){
	.content_kv{
		margin:0 auto 24px;
	}
	article section{
		padding: 0 16px;
	}
	.section_line {
		margin: 32px 0 24px;
		border-bottom: 1px solid #ddd;
	}
	.breadcrumbs{
		display: block;
		padding: 0 16px;
		margin: 16px 0 24px;
		font-size: 14px;
	}
	body[data-section="products"] .breadcrumbs{
		position: absolute;
		top: 66px;
		left: 0;
		right: 0;
		width: 100%;
		margin: 0;
		padding: 0 16px;
		box-sizing: border-box;
		font-size: 14px;
		z-index: 999995;
		pointer-events: none;
	}
	body[data-section="products"] .breadcrumbs a{
		pointer-events: auto;
	}
	.cmn_contact_box{
		margin: 0 auto 64px;
		padding: 0;
		width: 100%;
		max-width: 100%;
		border: 1px solid #A5A5A5;
	}
	.cmn_contact_box .index{
		margin: 0 auto;
		background-color: #000046;
		width: 100%;
	}
	.cmn_contact_box .index p{
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		color: #fff;
		padding: 16px 0;
	}
	.cmn_contact_box .info{
		margin: 0 auto;
		padding: 24px 16px 16px;
		width: auto;
		box-sizing: border-box;
	}
	.cmn_contact_box .info img{
		display: block;
		width: 100%;
		max-width: 240px;
		margin: 0 auto 36px;
	}
	html[lang="en"] .cmn_contact_box .info img.contact_en{
		max-width: 290px;
	}
	.cmn_contact_box .info p{
		font-size: 14px;
		line-height: 1.6;
		text-align: center;
		color: #212121;
		padding: 0;
	}
}
/* 製品情報index ======================================== */
.products_anchor_area {
	margin: 0 auto 48px;
	padding: 0;
}
.products_anchor_area ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.products_anchor_area ul li.block {
	position: relative;
	width: 100%;
	max-width: 240px;
	padding: 0;
	border: 1px solid #ddd;
}
.products_anchor_area ul li:before {
	content: '';
	width: 12px;
	height: 12px;
	border: 0;
	border-bottom: solid 2px #BEBEBE;
	border-right: solid 2px #BEBEBE;
	transform: rotate(45deg);
	position: absolute;
	top: 10px;
	right: 14px;
}
.products_anchor_area ul li {
	margin-right: 24px;
}
.products_anchor_area ul li:last-child {
	margin-right: 0;
}
.products_anchor_area ul li p {
	color: #212121;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 16px;
}






.products_anchor_area ul li:hover .drop-menu-list {
	visibility: visible; /* 下層メニューを表示 */
}
/* ドロップダウンメニュー */
.products_anchor_area ul li .drop-menu {
	position: relative;
	background-color: #fff;
}
.products_anchor_area ul li .drop-menu-list {
	left: -1px;
	position: absolute;
	top: 100%;
	visibility: hidden; /* 下層メニューを非表示 */
	width: max-content;
	z-index: 1;
	display: block;
	width: 100.6%;
	background-color: #fff;

}
.products_anchor_area ul li .drop-menu-list li {
	width: 100%;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	box-sizing: border-box;
}
.products_anchor_area ul li .drop-menu-list li:last-child {
	border-bottom:1px solid #ddd;
}
.products_anchor_area ul li .drop-menu-list li:before{
	border-bottom: none;
	border-right:none;
}
.products_anchor_area ul li .drop-menu-item li a{
	display: block;
	position: relative;
	width: 100%;
}
.products_anchor_area ul li .drop-menu-item li p {
	color: #212121;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 16px;
}













.products_category{
	width: 100%;
	background-color: #000046;
	margin: 0 auto 48px;
	text-align: center;
}
.products_category p{
	color: #fff;
	padding: 20px 0;
	font-size: 26px;
	font-weight: bold;
}
.small_title{
	color: #000046;
	padding: 0;
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: bold;
}
.small_title2{
	color: #000046;
	padding: 0;
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;


}






.products_box{
	width: 100%;
}
.products_box ul{
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.products_box ul li{
	width: 33%;
	position: relative;
	max-width: 0 auto;
}
.products_box ul li .box{
	padding: 16px;
}
.products_box ul li .product_badge{
	height: 38px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	margin-bottom: 8px;
}
.products_box ul li .product_badge img{
	width: auto;
	max-width: 108px;
	max-height: 30px;
}
.products_box ul li img{
	width: 100%;
	max-width: 322px;
}
.products_box ul li::before,
.products_box ul li::after {
	content: "";
	position: absolute;
	background: #DDD; /* 線の色 */
}
.products_box ul li::before {
	/* 横線 */
	bottom: 0;
	left: 12px;
	right: 0;
	height: 1px;
	transform: translateY(-50%);
	background: linear-gradient(
		to right,
		#DDD 0,
		#DDD 95%,    /* 左の線 */
		transparent 95%,
		transparent 100%, /* 真ん中を空ける */
		#DDD 100%    /* 右の線 */
	);
}
.products_box ul li::after {
  /* 縦線 */
	right: 0;
	top: 12px;
	bottom: 0;
	width: 1px;
	transform: translateX(-50%);
	background: linear-gradient(
		to bottom,
		#DDD 0,
		#DDD 95%,    /* 上の線 */
		transparent 95%,
		transparent 100%, /* 真ん中を空ける */
		#DDD 100%    /* 下の線 */
	);
}
.products_box ul li:nth-of-type(3n)::after{
	background: none;
}
.products_box ul li.noline::before{
	background: none;
}
.products_box ul li.noline2::before{
		/* 横線 */
	bottom: 0;
	left: 12px;
	right: 0;
	height: 1px;
	transform: translateY(-50%);
	background: linear-gradient(
		to right,
		#DDD 0,
		#DDD 95%,    /* 左の線 */
		transparent 95%,
		transparent 100%, /* 真ん中を空ける */
		#DDD 100%    /* 右の線 */
	);
}
.products_box a:hover {
	opacity: 0.75;
}
.products_box ul li:nth-of-type(3n)::after{
	background: none;
}
.products_box ul li.noline3::before{
	background: none;
}
.products_box ul li.noline_v::after{
	background: none;
}
.products_system{
	width: 100%;
	margin-top: -50px !important;
}
.products_system ul{
	display: flex;
	justify-content: center;
}
.products_system ul li.title{
	position: relative;
	padding: 0 54px 0 24px;
	max-width: 300px;
	display: flex;
	align-items: center;
}
.products_system ul li.pic{
	width: 100%;
	max-width: 696px;
	display: flex;
	align-items: center;
}
.products_system ul li img{
	width: 100%;
}

.products_system_animal{
	width: 100%;
	margin: 48px 0;
}
.products_system_animal ul{
	display: flex;
	justify-content: center;
}
.products_system_animal ul li.pic{
	width: 100%;
	max-width: 500px;
	display: flex;
	align-items: center;
	margin-right: 30px;
}
.products_system_animal ul li:last-child{
	margin-right: 0;
}
.products_system_animal ul li img{
	width: 100%;
}
.products_xray{
	width: 100%;
	margin-bottom: 80px;
}
.products_xray ul{
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.products_xray ul li{
	position: relative;
	width: 22.4%;
	margin-right: 3.4%;
	margin-bottom: 3.4%;
}
.products_xray ul li .box{
	position: relative;
}
.products_xray ul li:nth-child(4),
.products_xray ul li:last-child{
	margin-right: 0;
}
.products_xray ul li img{
	width: 100%;
}
.products_xray ul li .box img.zoom{
	position: absolute;
	width: 36px;
	height: 36px;
	bottom:0;
	right:0;
}
.products_xray ul li .xray_condition{
	margin: 12px 0 0;
	line-height: 1.5;
}


.products_xray2{
	width: 100%;
	margin-bottom: 36px;
}
.products_xray2 ul{
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.products_xray2 ul li{
	position: relative;
	width: 22.4%;
	margin-right: 3.4%;
	margin-bottom: 3.4%;
}
.products_xray2 ul li:nth-child(4),
.products_xray2 ul li:last-child{
	margin-right: 0;
}
.products_xray2 ul li img{
	width: 100%;
}
.products_xray2 ul li img.zoom{
	position: absolute;
	width: 36px;
	height: 36px;
	bottom:0;
	right:0;
}




.products_accessories{
	width: 100%;
	margin-bottom: 80px;
}
.products_accessories .box{
	width: 100%;
	display: flex;
	margin: 0  0 30px 0;
	padding: 0;
	align-items: center;
}
.products_accessories .img_area{
	width: 100%;
	max-width: 480px;
	margin: 0;
	padding: 0;
}
.products_accessories .img_area img{
	width: 100%;
}
.products_accessories .text_area{
	margin: 0 0 0 74px;
	padding: 0;
}
.products_accessories .text_area p{
	font-size: 16px;
	line-height: 1.6;
	color: #212121;
	margin: 0;
	padding: 0;
}
.products_accessories .text_area p.name{
	font-size: 24px;
	font-weight: bold;
}

@media screen and (max-width:767px){
	.products_anchor_area {
		margin: 0 auto 24px;
		padding: 0 16px;
	}
	.products_anchor_area ul{
		display: block;
		justify-content: center;
		align-items: center;
	}
	.products_anchor_area ul li.block {
		position: relative;
		width: 100%;
		max-width: 100%;
		padding: 0;
		border: 1px solid #ddd;
	}
	.products_anchor_area ul li:before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0;
		border-bottom: solid 2px #BEBEBE;
		border-right: solid 2px #BEBEBE;
		transform: rotate(45deg);
		position: absolute;
		top: 10px;
		right: 14px;
	}
	.products_anchor_area ul li {
		margin-right: 0;
		margin-bottom: 12px;
	}
	.products_anchor_area ul li:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}
	.products_anchor_area ul li p {
		color: #212121;
		font-size: 15px;
		font-weight: bold;
		padding: 12px 16px;
	}












	
	.products_category{
		width: 100%;
		background-color: #000046;
		margin: 0 auto 24px;
		text-align: center;
	}
	.products_category p{
		color: #fff;
		padding: 12px 0;
		font-size: 18px;
		font-weight: bold;
	}
	.small_title{
		color: #000046;
		padding: 0;
		margin-bottom: 24px;
		font-size: 18px;
		font-weight: bold;
	}
	.small_title2{
		color: #000046;
		padding: 0;
		margin-bottom: 16px;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.8;
	}
	.products_box{
		width: 100%;
	}
	.products_box ul{
		position: relative;
		display: flex;
		flex-wrap: wrap;
	}
	.products_box ul li{
		width: 50%;
		position: relative;
		max-width: 0 auto;
	}
	.products_box ul li .box{
		padding: 8px;
	}
	.products_box ul li .product_badge{
		height: 30px;
		margin-bottom: 4px;
	}
	.products_box ul li .product_badge img{
		max-width: 84px;
		max-height: 24px;
	}
	.products_box ul li img{
		width: 100%;
		max-width: 322px;
	}
	.products_box ul li::before,
	.products_box ul li::after {
		content: "";
		position: absolute;
		background: #DDD; /* 線の色 */
	}
	.products_box ul li::before {
		/* 横線 */
		bottom: 0;
		left: 12px;
		right: 0;
		height: 1px;
		transform: translateY(-50%);
		background: linear-gradient(
			to right,
			#DDD 0,
			#DDD 95%,    /* 左の線 */
			transparent 95%,
			transparent 100%, /* 真ん中を空ける */
			#DDD 100%    /* 右の線 */
		);
	}
	.products_box ul li::after {
		/* 縦線 */
		right: 0;
		top: 12px;
		bottom: 0;
		width: 1px;
		transform: translateX(-50%);
		background: linear-gradient(
			to bottom,
			#ddd 0,
			#ddd 95%,    /* 上の線 */
			transparent 95%,
			transparent 100%, /* 真ん中を空ける */
			#ddd 100%    /* 下の線 */
		);
	}
	.products_box ul li:nth-of-type(3n)::after{
		/* 縦線 */
		right: 0;
		top: 12px;
		bottom: 0;
		width: 1px;
		transform: translateX(-50%);
		background: linear-gradient(
			to bottom,
			#DDD 0,
			#DDD 95%,    /* 上の線 */
			transparent 95%,
			transparent 100%, /* 真ん中を空ける */
			#DDD 100%    /* 下の線 */
		);
	}
	.products_box ul li:nth-child(even)::after{
		background: none;
	}
	.products_box ul li.noline:nth-child(even)::before{
		/* 横線 */
		bottom: 0;
		left: 12px;
		right: 0;
		height: 1px;
		transform: translateY(-50%);
		background: linear-gradient(
			to right,
			#DDD 0,
			#DDD 95%,    /* 左の線 */
			transparent 95%,
			transparent 100%, /* 真ん中を空ける */
			#DDD 100%    /* 右の線 */
		);
	}
	.products_box ul li.noline2::before,
	.products_box ul li.noline3::before{
		background: none;
	}
	.products_box ul li.noline_v::after{
		background: none;
	}
	.products_box a:hover {
		opacity: 0.75;
	}
	.products_system{
		width: 100%;
		margin-top:0 !important;
	}
	.products_system ul{
		display: flex;
		flex-direction: column;
	}

	.products_system ul l:first-child{
		order:2;
	}
	.products_system ul l:last-child{
		order:1;
	}
	.products_system ul li.title{
		padding: 0 0 0 0;
		margin: 20px auto 8px;
		max-width: 220px;
		order: 5;
	}
	.products_system ul li.pic{
		width: 100%;
		max-width: 696px;
		order: 1;
	}
	.products_system ul li img{
		width: 100%;
	}

	.products_system_animal{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.products_system_animal ul{
		display: block;
		justify-content: center;
		margin: 0;
		padding: 0;
	}
	.products_system_animal ul li.pic{
		width: 100%;
		max-width: 100%;
		margin: 0 auto 48px;
	}
	.products_system_animal ul li:last-child{
		margin-right: 0;
	}
	.products_system_animal ul li img{
		width: 100%;
	}
	.products_xray{
		width: 100%;
		margin-bottom: 32px;
	}
	.products_xray ul{
		position: relative;
		display: flex;
		flex-wrap: wrap;
	}
	.products_xray ul li{
		position: relative;
		width: 100%;
		max-width: 48.5%;
		margin-right: 2.2%;
		margin-bottom: 2.2%;
	}
	.products_xray ul li:nth-child(even){
		margin-right: 0;
	}
	.products_xray ul li img{
		width: 100%;
	}
	.products_xray ul li .xray_condition{
		margin-top: 10px;
	}
	.products_xray2{
		width: 100%;
		margin-bottom: 32px;
	}
	.products_xray2 ul{
		position: relative;
		display: flex;
		flex-wrap: wrap;
	}
	.products_xray2 ul li{
		position: relative;
		width: 100%;
		max-width: 48.5%;
		margin-right: 2.2%;
		margin-bottom: 2.2%;
	}
	.products_xray2 ul li:nth-child(even){
		margin-right: 0;
	}
	.products_xray2 ul li img{
		width: 100%;
	}

	.products_accessories{
		width: 100%;
		margin-bottom: 48px;
	}
	.products_accessories .box{
		width: 100%;
		display: block;
		margin: 0  0 20px 0;
		padding: 0;
		align-items: center;
	}
	.products_accessories .img_area{
		width: 100%;
		max-width: auto;
		margin: 0 0 16px;
		padding: 0;
	}
	.products_accessories .img_area img{
		width: 100%;
	}
	.products_accessories .text_area{
		margin: 0;
		padding: 0;
	}
	.products_accessories .text_area p{
		font-size: 15px;
		line-height: 1.6;
		color: #212121;
		margin: 0;
		padding: 0;
	}
	.products_accessories .text_area p.name{
		font-size: 18px;
		font-weight: bold;
	}
	.products_accessories ul{
		position: relative;
		display: flex;
		flex-wrap: wrap;
	}
	.products_accessories ul li{
		position: relative;
		width: 49.4%;
		border-right:1px solid #ddd ;
		margin-bottom: 24px;
	}
	.products_accessories ul li:nth-child(even){
		border-right:none;
	}
	.products_accessories ul li img{
		width: 100%;
	}
}

/* 製品詳細 ======================================== */
.product_catchphrase h1 {
	margin: 0 auto 42px;
	padding: 0;
	font-size: 32px;
	font-weight: bold;
	color: #212121;
	line-height: 1.6;
}
.point{
	display: inline-block;
	background-color: #000046;
	margin: 0 0 32px;
	padding: 0;
}
.point p{
	color: #fff;
	font-size:30px;
	font-weight: bold;
	line-height: 1;
	padding: 12px;
	margin: 0;
}
.product_item_box{
	margin: 0 0 64px;
	padding: 0;
	color: #212121;
}
.product_item_box .title{
	width:100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #C1C1C1;
}
.product_item_box .title p{
	font-size:24px;
	font-weight: bold;
	line-height: 1.6;
	padding-bottom: 8px;
}
.product_item_box .explanation{
	width:100%;
	margin-bottom: 56px;
	padding-top: 12px;
}
.product_item_box .explanation p{
	font-size:16px;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}
.product_item_box .pic{
	width:100%;
	margin: 0 auto;
	padding: 0;
}
.product_item_box .w820{max-width: 820px;}
.product_item_box .w900{max-width: 900px;}
.product_item_box .w800{max-width: 800px;}
.product_item_box .w780{max-width: 780px;}
.product_item_box .w865{max-width: 865px;}

.product_item_box .pic img{
	width:100%;
}
.product_item_box .features{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
}
.product_item_box .features_text{
	width:100%;
	max-width: 494px;
}
.product_item_box .features_pic{
	width:100%;
	max-width: 333px;
}
.product_item_box .w292{max-width: 292px;}
.product_item_box .w353{max-width: 353px;}
.product_item_box .w280{max-width: 280px;}

.product_item_box .features_text img{
	width:100%;
}
.product_item_box .features_pic img{
	width:100%;
}
.product_item_box .pic_box{
	display: flex;
	/*justify-content: center;
	align-items: center;*/
	margin: 0;
	padding: 0;
}
.spec_table{
	width: 100%;
	margin: 0;
	padding: 0;
}
.spec_table table{
	width: 100%;
	margin: 0 0 64px ;
	padding: 0;
	border-top:1px solid #DCDCDC;
	border-bottom:1px solid #DCDCDC;
	color: #212121;
	font-size: 16px;
	line-height: 1.6;
}
.spec_table th{
	background-color: #F3F3F3;
	border-bottom:1px solid #DCDCDC;
	text-align: left;
	font-weight: normal;
	padding: 16px 24px;
}
.spec_table td{
	background-color: #FAFAFA;
	border-bottom:1px solid #DCDCDC;
	text-align: left;
	font-weight: normal;
	padding: 16px 24px;
}
.products_catalog_box{
	width:100%;
	margin: 0 0 64px ;
	padding: 0;
}
.products_catalog_box .btn a{
	display: flex;
	width:100%;
	max-width: 480px;
	margin: 0 auto;
	padding: 0;
	border: 4px solid #000046;
	border-radius: 20px;
	align-items: center;
}
.products_catalog_box .btn a:hover{
	opacity: 0.75;
}

.products_catalog_box .btn .pic{
	margin: 0;
	padding: 16px 36px;
	max-width: 64px;
}
.products_catalog_box .btn .pic img{
	width: 100%;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.products_catalog_box .btn .text{
	margin: 0;
	padding: 0;
}
.products_catalog_box .btn .text p{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	color: #212121;
}
.product_catchphrase_asx {
	margin: 0 auto 64px;
	padding: 0 64px;
}
.product_catchphrase_asx h1 {
	margin: 0 auto 24px;
	padding: 0;
	font-size: 32px;
	font-weight: bold;
	color: #212121;
	line-height: 1.6;
}
.product_catchphrase_asx p {
	margin: 0 auto 64px;
	padding: 0;
	font-size: 16px;
	color: #212121;
	line-height: 1.6;
}
.product_catchphrase_asx .pic {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	max-width: 610px;
}
.product_catchphrase_asx .pic img {
	width: 100%;
}
.product_set_box{
	display: flex;
	padding: 0 36px;
	margin: 16px 0 64px;
}
.product_set_box .box{
	width: 100%;
	max-width: 300px;
	margin: 0 50px 0 0;
	padding: 0;
}
.product_set_box .box:last-child{
	margin: 0;
}
.product_set_box .box p{
	font-size: 14px;
	line-height: 1.6;
	color: #212121;
	margin-top: 20px;
}
.product_set_box .box p.name{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #212121;
	margin-bottom: 16px;
}
.product_set_box .box img{
	width: 100%;
}
.section_line2 {
	margin: 0 0 24px;
	border-bottom: 1px solid #ddd;
}

.product_catchphrase_asx .pic_flex {
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: center;
	align-items: center;
}
.product_catchphrase_asx .pic_flex .pic1 {
	width: 100%;
	margin: 0 24px 0 0;
	padding: 0;
	max-width: 580px;
}
.product_catchphrase_asx .pic_flex .pic2 {
	width: 100%;
	margin: 0;
	padding: 0;
	max-width: 288px;
}
.product_catchphrase_asx .pic_flex .pic1 img,
.product_catchphrase_asx .pic_flex .pic2 img{
	width: 100%;
}
.product_set_box2{
	display: flex;
	padding: 0;
	margin: 16px 0 64px;
}
.product_set_box2 .box{
	width: 100%;
	max-width: 256px;
	margin: 0 16px 0 0;
	padding: 0;
}
.product_set_box2 .box:last-child{
	margin: 0;
}
.product_set_box2 .box p{
	font-size: 14px;
	line-height: 1.6;
	color: #212121;
	margin-top: 20px;
}
.product_set_box2 .box p.name{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #212121;
	margin-bottom: 16px;
}
.product_set_box2 .box img{
	width: 100%;
}

.product_catchphrase h1.big {
	margin: 0 auto 48px;
	padding: 0;
	font-size: 54px;
	color: #212121;
	line-height: 1.6;
}
.catalog_area{
	width: 100%;
	margin: 0;
	padding: 0;
}
.catalog_area .title{
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
	border-bottom: 1px solid #C1C1C1;
}
.catalog_area .title p{
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #212121;
	padding-bottom: 8px;
}
.catalog_area .box{
	display: flex;
	margin: 0;
	padding: 0 42px;
}
.catalog_area .box .catalog{
	width: 100%;
	max-width: 200px;
	margin: 0 60px 64px 0;
	padding: 0;
}
.catalog_area .box .catalog:last-child{
	width: 100%;
	max-width: 200px;
	margin: 0 0 64px 0;
	padding: 0;
}
.catalog_area .box .catalog img{
	width: 100%;
}
.catalog_area .box .catalog p{
	font-size: 20px;
	font-weight: bold;
	color: #212121;
	margin: 12px 0 8px 0;
	text-align: center;
}
.catalog_area .box .catalog span{
	display: block;
	font-size: 16px;
	color: #212121;
	text-decoration: underline;
	margin: 0;
	padding: 0;
	text-align: center;
}

.mb_0{margin-bottom: 0!important;}
.mb_30{margin-bottom: 30px!important;}
.pb_60{padding-bottom: 60px!important;}
.mr_28{margin-right: 28px!important;}
.mr_48{margin-right: 48px!important;}
.max_w_270{max-width: 270px!important;}
.max_w_370{max-width: 370px!important;}

.mr_35{margin-right: 35px!important;}
.max_w_512{max-width: 512px!important;}
.max_w_256{max-width: 256px!important;}
.max_w_232{max-width: 232px!important;}

.mr_39{margin-right: 39px!important;}
.max_w_523{max-width: 523px!important;}
.max_w_510{max-width: 510px!important;}


@media screen and (max-width:767px){
	.product_catchphrase h1 {
		margin: 0 auto 32px;
		padding: 0;
		font-size: 24px;
		font-weight: bold;
		color: #212121;
		line-height: 1.6;
	}
	.point{
		display: inline-block;
		background-color: #000046;
		margin: 0 0 24px;
		padding: 0;
	}
	.point p{
		color: #fff;
		font-size:18px;
		font-weight: bold;
		line-height: 1;
		padding: 12px;
		margin: 0;
	}
	.product_item_box{
		margin: 0 0 48px;
		padding: 0;
		color: #212121;
	}
	.product_item_box .title{
		width:100%;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #C1C1C1;
	}
	.product_item_box .title p{
		font-size:20px;
		font-weight: bold;
		line-height: 1.6;
		padding-bottom: 8px;
	}
	.product_item_box .explanation{
		width:100%;
		margin-bottom: 30px;
		padding-top: 12px;
	}
	.product_item_box .explanation p{
		font-size:15px;
		line-height: 1.6;
		margin: 0;
		padding: 0;
	}
	.product_item_box .pic{
		width:100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.product_item_box .pic img{
		width:100%;
	}
	.product_item_box .features{
		display: block;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		padding: 0;
	}
	.product_item_box .features_text{
		width:80%;
		max-width: 100%;
		margin: 0 auto 24px!important;
		text-align: center;
	}
	.product_item_box .features_text img{
		width:100%;
		text-align: center;
	}
	.product_item_box .features_text img.w60per{
		width:60%;
		text-align: center;
		margin: 0 auto!important;
	}

	.product_item_box .features_pic{
		width:100%;
		max-width: 100%;
		margin: 0 auto 16px!important;
		text-align: center;
	}
	.product_item_box .features_text img{
		width:100%;
	}
	.product_item_box .features_pic img{
		width:100%;
	}
	.product_item_box .features_pic img.w60per{
		width:60%;
		text-align: center;
	}

	.product_item_box .pic_box{
		display: block;
		/*justify-content: center;
		align-items: center;*/
		margin: 0 auto!important;
		padding: 0;
	}
	.product_item_box .pic_box img{
		width: 100%;
	}
	.spec_table{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.spec_table table{
		width: 100%;
		margin: 0 0 32px ;
		padding: 0;
		border-top:1px solid #DCDCDC;
		border-bottom:1px solid #DCDCDC;
		color: #212121;
		font-size: 15px;
		line-height: 1.6;
	}
	.spec_table th{
		display: block;
		background-color: #F3F3F3;
		border-bottom:1px solid #DCDCDC;
		text-align: left;
		font-weight: normal;
		padding: 12px 16px;
	}
	.spec_table td{
		display: block;
		background-color: #FAFAFA;
		border-bottom:1px solid #DCDCDC;
		text-align: left;
		font-weight: normal;
		padding: 12px 16px;
	}
	.products_catalog_box{
		width:100%;
		margin: 0 0 32px ;
		padding: 0;
	}
	.products_catalog_box .btn a{
		display: flex;
		width:100%;
		max-width: auto;
		margin: 0 auto;
		padding: 0;
		border: 4px solid #000046;
		border-radius: 10px;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
	}
	.products_catalog_box .btn a:hover{
		opacity: 0.75;
	}

	.products_catalog_box .btn .pic{
		margin: 0;
		padding: 8px 16px 8px 0;
		max-width: 48px;
	}
	.products_catalog_box .btn .pic img{
		width: 100%;
		box-shadow: 0 0 4px rgba(0,0,0,0.2);
	}
	.products_catalog_box .btn .text{
		margin: 0;
		padding: 0;
	}
	.products_catalog_box .btn .text p{
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.4;
		color: #212121;
	}
	.product_catchphrase_asx {
		margin: 0 auto 32px;
		padding: 0 16px;
	}
	.product_catchphrase_asx h1 {
		margin: 0 auto 16px;
		padding: 0;
		font-size: 24px;
		font-weight: bold;
		color: #212121;
		line-height: 1.6;
	}
	.product_catchphrase_asx p {
		margin: 0 auto 32px;
		padding: 0;
		font-size: 15px;
		color: #212121;
		line-height: 1.6;
	}
	.product_catchphrase_asx .pic {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		max-width: 100%;
	}
	.product_catchphrase_asx .pic img {
		width: 100%;
	}
	.product_set_box{
		display: block;
		padding: 0;
		margin: 0px 0 64px;
	}
	.product_set_box .box{
		width: 100%;
		max-width: 100%;
		margin: 0 0 0 0;
		padding: 0;
	}
	.product_set_box .box:last-child{
		margin: 0;
	}
	.product_set_box .box p{
		font-size: 14px;
		line-height: 1.6;
		color: #212121;
		margin-top: 0px;
		margin-bottom: 24px;
	}
	.product_set_box .box p.name{
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		color: #212121;
		margin-bottom: 8px;
		line-height: 1.4;
		text-align: left;
	}
	.product_set_box .box img{
		width: 100%;
	}
	.section_line2 {
		margin: 0 0 24px;
		border-bottom: 1px solid #ddd;
	}
	.product_catchphrase_asx .pic_flex {
		display: block;
		margin: 0 auto;
		padding: 0;
		justify-content: center;
		align-items: center;
	}
	.product_catchphrase_asx .pic_flex .pic1 {
		width: 100%;
		margin: 0 auto 24px;
		padding: 0;
		max-width: 580px;
	}
	.product_catchphrase_asx .pic_flex .pic2 {
		width: 100%;
		margin: 0 auto 48px;
		padding: 0;
		max-width: 240px;
	}
	.product_catchphrase_asx .pic_flex .pic1 img{
		width: 100%;
	}
	.product_catchphrase_asx .pic_flex .pic2 img{
		width: 100%;
	}
	.product_set_box2{
		display: block;
		padding: 0;
		margin: 0px 0 64px;
	}
	.product_set_box2 .box{
		width: 100%;
		max-width: 100%;
		margin: 0 0 0 0;
		padding: 0;
	}
	.product_set_box2 .box:last-child{
		margin: 0;
	}
	.product_set_box2 .box p{
		font-size: 14px;
		line-height: 1.6;
		color: #212121;
		margin-top: 0px;
		margin-bottom: 24px;
	}
	.product_set_box2 .box p.name{
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		color: #212121;
		margin-bottom: 8px;
		line-height: 1.4;
		text-align: left;
	}
	.product_set_box2 .box img{
		width: 100%;
	}
	.product_catchphrase h1.big {
		margin: 16px auto 24px;
		padding: 0;
		font-size: 30px;
		color: #212121;
		line-height: 1.6;
	}
	.catalog_area{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.catalog_area .title{
		width: 100%;
		margin: 0 0 24px 0;
		padding: 0;
		border-bottom: 1px solid #C1C1C1;
	}
	.catalog_area .title p{
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
		color: #212121;
		padding-bottom: 8px;
	}
	.catalog_area .box{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
		padding: 0;
	}
	.catalog_area .box.last{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto 64px;
		padding: 0;
	}
	.catalog_area .box .catalog{
		width: calc(50% - 8px);
		max-width: none;
		margin: 0 0 36px;
		padding: 0;
	}
	.catalog_area .box .catalog:last-child{
		width: calc(50% - 8px);
		max-width: none;
		margin: 0 0 36px;
		padding: 0;
	}
	
	.catalog_area .box .catalog img{
		width: 100%;
	}
	.catalog_area .box .catalog p{
		font-size: 20px;
		font-weight: bold;
		color: #212121;
		margin: 12px 0 8px 0;
		text-align: center;
	}
	.catalog_area .box .catalog span{
		display: block;
		font-size: 16px;
		color: #212121;
		text-decoration: underline;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.mb_0{margin-bottom: 0!important;}
	.mb_30{
		margin-top: 32px!important;
		margin-bottom: 0px!important;
	}
	.mr_28{margin-right: 0px!important;}
	.mr_48{margin-right: 0px!important;}
	.max_w_270{max-width: 100%!important;}
	.max_w_370{max-width: 100%!important;}
	.mr_35{margin-right: 0px!important;}
	.max_w_512{max-width: 100%!important;}
	.max_w_256{max-width: 100%!important;}
	.max_w_232{max-width: 100%!important;}
	.mr_39{margin-right: 0px!important;}
	.max_w_523{max-width: 100%!important;}
	.max_w_510{max-width: 100%!important;}
}

/* 共同開発 ======================================== */
.product_catchphrase p{
	font-size: 16px;
	line-height: 1.6;
	color: #212121;
	margin-bottom: 80px;
}
.joint_dev_pic_box{
	display: flex;
	margin-bottom: 88px;
}
.joint_dev_pic_box .pic{
	width: 100%;
	max-width: 340px;
	margin: 0 26px 0 0;
}
.joint_dev_pic_box .pic.last{
	margin: 0;
}
.joint_dev_pic_box .pic p{
	font-size: 14px;
	line-height: 1;
	color: #212121;
	margin-top: 12px;
}
.joint_dev_pic_box .pic img{
	width: 100%;
}

@media screen and (max-width:767px){
	.product_catchphrase p{
		font-size: 15px;
		line-height: 1.6;
		color: #212121;
		margin-bottom: 48px;
	}
	.joint_dev_pic_box{
		display: block;
		margin-bottom: 64px;
	}
	.joint_dev_pic_box .pic{
		width: 100%;
		max-width: 100%;
		margin: 0 0 24px 0;
	}
	.joint_dev_pic_box .pic p{
		font-size: 14px;
		line-height: 1;
		color: #212121;
		margin-top: 8px;
	}
	.joint_dev_pic_box .pic.last{
		margin: 0;
	}
	.joint_dev_pic_box .pic img{
		width: 100%;
	}
}

/* 会社情報 ======================================== */
.company_category{
	width: 100%;
	margin: 0 auto 40px;
	border-bottom: 2px solid #ddd;
}
.company_category p{
	color: #000046;
	padding: 16px 0 30px;
	font-size: 24px;
	font-weight: bold;
}
.profile_table table{
	margin-bottom: 60px;
}
.profile_table table td{
	width: 100%;
	font-size: 16px;
	color: #212121;
	padding-bottom: 44px;
	line-height: 1.6;
}
.profile_table table td:nth-child(1){
	width: 144px;
}
.profile_table table td:nth-child(2){
	width: 928px;
}
#company_certification p.text{
	font-size: 16px;
	font-weight: bold;
	color: #000046;
	line-height: 1.6;
	padding: 0;
	margin-bottom:32px;
}
.certification_box{
	display: flex;
	margin-bottom: 80px;
}
.certification_table table{
	margin:0 200px 60px 0;
	width: 100%;
	max-width: 432px;
}
.certification_table table td{
	width: 100%;
	font-size: 16px;
	color: #212121;
	padding-bottom: 44px;
	line-height: 1.6;
}
.certification_table table td:nth-child(1){
	width: 144px;
}
.certification_table table td:nth-child(2){
	width: 288px;
}
.certification_box .pics{
	display: flex;
	width:100%;
	max-width: 358px;
	margin-top: 48px;
}
.certification_box .pics .pic{
	width:100%;
	max-width: 150px;
	padding: 0;
}
.certification_box .pics .pic:first-child{
	margin-right: 48px;
}
.certification_box .pics .pic img{
	width:100%;
	padding: 0;
	margin-bottom: 12px;
}
.certification_box .pics .pic p{
	font-size: 16px;
	color: #212121;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}



.company_access .title {
	width: 100%;
	max-width: 202px;
	padding: 0;
	margin-bottom: 64px;
}
.company_access .title img{
	width: 100%;
}


.access_box{
	margin-bottom: 64px;
}
.access_box p{
	font-size: 16px;
	color: #212121;
}
.access_box p.name{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 24px;
}
.access_box p.address{
	margin-bottom: 36px;
	line-height: 1.8;
}
.access_box .map{
	margin: 0 auto;
}
.access_box .map img{
	width: 100%;
}




.company_gsg_box{
	margin: 0 auto 100px;
	padding:0;
}
.company_gsg_box .title{
	margin: 0 0 32px 0;
	padding:0;
	max-width: 472px;
}
.company_gsg_box .title img{
	width: 100%;
}
.company_gsg_box p{
	font-size: 20px;
	color: #212121;
	line-height: 1.6;
}
.company_gsg_box .gsg_map{
	margin: 36px 0 42px;
}
.company_gsg_box .gsg_map img{
	width: 100%;
}
.company_gsg_box .sales_contact{
	width:100%;
	margin: 0 auto 80px;
}
.company_gsg_box .sales_contact .index{
	width:100%;
	border-bottom: 1px solid #707070;
	padding: 0;
	margin: 0;
}
.company_gsg_box .sales_contact .index p{
	font-size: 24px;
	font-weight: bold;
	color: #212121;
	margin-bottom: 4px;
	padding: 0;
}
.company_gsg_box .sales_box{
	display: flex;
	margin: 30px 0;
 	align-items: center;
}
.underline{
	width: 100%;
	border-bottom: 1px solid #CDCDCD;
	padding-bottom: 30px;
}
.company_gsg_box .sales_box .company_logo{
	padding: 0 ;
	margin: 0 56px 0 8px;
}
.company_gsg_box .sales_box .company_logo img{
	width: 100%;
	max-width: 200px;
}
.company_gsg_box .sales_box .company_address{
	padding: 0 ;
	margin: 0;
}
.company_gsg_box .sales_box .company_address p{
	padding: 0 ;
	font-size: 16px;
	color: #212121;
}
.company_gsg_box .sales_box .company_address p a{
	text-decoration: underline;
	color: #212121;
}
.company_gsg_box .sales_box .company_address p:first-child{
	font-weight: bold;
	margin-bottom: 8px;
}

/*沿革*/
.company_history_box{
	margin: 0 auto 100px;
	padding:0;
}
.company_history_box .title{
	margin: 0 0 32px 0;
	padding:0;
	max-width: 170px;
}
.company_history_box .title img{
	width: 100%;
}
.company_history_box p{
	font-size: 20px;
	color: #212121;
	line-height: 1.6;
	margin-bottom: 80px;
}
.accordion_wrapper{
	margin: 0 auto;
	padding:0;
}
.accordion{
	margin: 0 auto 36px;
	padding:0;
	width:100%;
	max-width: 1072px;
}
.history_1923_1950{
	background: url('/company/history/img/bg_history_1923_1950.jpg');
	/*
	background-size: cover;
	*/
	background-size:1072px auto;
	background-repeat: repeat-y;
}
.history_1951_1980{
	background: url('/company/history/img/bg_history_1951_1980.jpg') ;
	/*
	background-size: cover;
	*/
	background-size:1072px auto;
	background-repeat: repeat-y;
}
.history_1981_2010{
	background: url('/company/history/img/bg_history_1981_2010.jpg') center 0;
	/*
	background-size: cover;
	*/
	background-size:1072px auto;
	background-repeat: repeat-y;
}
.history_2011{
	background: url('/company/history/img/bg_history_2011.jpg') center 0;
	/*
	background-size: cover;
	*/
	background-size:1072px auto;
	background-repeat: repeat-y;
}
.accordion .top{
	padding-bottom: 140px;
}
/* アコーディオンのタイトル */
.accordion .accordion_header{
	position: relative;
	display: flex;
	margin:0;
	padding:0;
	width:100%;
	max-width: 1072px;
	/*height:160px;*/
	background-color: rgb(0 0 70 / 80%);
	align-items: center;
	cursor: pointer;
}
.accordion .accordion_header .ad{
	width: 100%;
	max-width: 284px;
	border-right: 1px solid #BEBEBE;
	padding-left:36px;
	padding-right:32px;
}
.accordion .accordion_header .ad_last{
	width: 100%;
	max-width: 160px;
	border-right: 1px solid #BEBEBE;
	padding-left:100px;
	padding-right:96px;
}
.accordion .accordion_header .ad img,
.accordion .accordion_header .ad_last img{
	width: 100%;
}
.accordion .accordion_header .text{
	width: 100%;
	/*max-width: 480px;*/
	color: #fff;
	margin-left: 30px;
	padding: 12px 19% 12px 0;
}
.accordion .accordion_header .text p{
	font-size: 16px;
	width: 100%;
	color: #fff;
	margin: 0 0 8px 0;
	padding: 0;
}
.accordion .accordion_header .text p:first-child{
	font-size: 24px;
	font-weight: bold;
}
.accordion_header:nth-child(n + 1) {
	margin-top: 20px;
}
.accordion_header::before{
	position: absolute;
	content: '';
	top: 25%;
	right: 64px;
	width: 48px;
	height: 48px;
	border-top: #BEBEBE 1px solid;
	border-right: #BEBEBE 1px solid;
	transform: rotate(135deg);
	transition: all .2s ease-in-out;
}
.accordion_header.open::before {
	top: 45%;
	transform: rotate(-45deg);
}
/* アコーディオンの内容 */
.accordion_content {
	display: none;
	background-color: #fff;
	padding: 48px 36px 0;
}
.accordion .accordion_content .box{
	width: 100%;
	display: flex;
	margin: 0 0 12px;
	padding: 0;
}
.accordion .accordion_content .box .ad{
	width: 100%;
	max-width: 120px;
	margin: 0;
	padding: 0;
	background: url('/company/history/img/ad_line.png') 30% 50% repeat-y;
}
.accordion .accordion_content .box .ad_last{
	width: 100%;
	max-width: 120px;
	margin: 0;
	padding: 0;
	background: none;
}

.accordion .accordion_content .box .ad p,
.accordion .accordion_content .box .ad_last p{
	margin: 0;
	padding: 0 0 8px;
	font-size: 24px;
	font-weight:bold;
	line-height: 1;
	color: #000046;
	background-color: #fff;
}
.accordion .accordion_content .box .text {
	margin: 0 76px 0 0;
	padding: 0;
	width: 100%;
	max-width: 404px;
}
.accordion .accordion_content .box.box_wide_text .text {
	flex: 1 1 auto;
	margin-right: 0;
	max-width: none;
	width: auto;
}
.accordion .accordion_content .box.box_wide_text {
	margin-bottom: 12px;
}
.accordion .accordion_content .box.box_wide_text .ad {
	padding-bottom: 16px;
}
.accordion .accordion_content .box.box_wide_text .text {
	padding-bottom: 16px;
}
.accordion .accordion_content .box .text_none {
	margin: 0 0 48px 0;
	padding: 0;
	width: 100%;
}
.accordion .accordion_content .box .text p,
.accordion .accordion_content .box .text_none p{
	margin: 0;
	padding: 0px 0;
	font-size: 16px;
	line-height: 1.6;
	color: #212121;
}
.accordion .accordion_content .box .text.text_stack p + p{
	margin-top: 12px;
}
.accordion .accordion_content .box .pic {
	width: 100%;
	max-width: 380px;
	padding: 0 0 24px;
}

.accordion .accordion_content .box .pic img {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.accordion .accordion_content .box .pic img.size_70per {
	width: 100%;
	max-width: 70%;
	display: block;
	margin: 0 auto;
}

.accordion .accordion_content .box .pic p {
	width: 100%;
	font-size: 12px;
	text-align: center;
	padding: 8px;
	margin: 0 auto;
}
.accordion_content .box .text .btn {
	position: relative;
	width: 100%;
	max-width: 200px;
	padding: 0;
	border: 1px solid #707070;
	border-radius: 4px;
	margin-top: 24px;
}
.accordion_content .box .text .btn:before {
	content: '';
	width: 10px;
	height: 10px;
	border: 0;
	border-bottom: solid 2px #BEBEBE;
	border-right: solid 2px #BEBEBE;
	transform: rotate(-45deg);
	position: absolute;
	top: 18px;
	right: 14px;
}
.accordion_content .box .text .btn p{
	font-size: 16px;
	padding: 12px 16px;
	color: #000046;
	text-align: center;
}


.pb20{padding-bottom: 20px!important;}
.pr90{padding-right: 90px!important;}
.max_w_220{max-width: 220px;}
.max_w_335{max-width: 335px;}
.max_w_344{max-width: 344px;}
.max_w_382{max-width: 382px;}
.max_w_400{max-width: 400px;}
.max_w_436{max-width: 436px;}
.max_w_100per{max-width: 100%;}
/*アコーディオン*/

@media screen and (max-width:767px){
	.company_category{
		width: 100%;
		margin: 0 auto 20px;
		border-bottom: 2px solid #ddd;
	}
	.company_category p{
		color: #000046;
		padding: 12px 0 18px;
		font-size: 18px;
		font-weight: bold;
	}
	.company_access .title {
		width: 100%;
		max-width: 120px;
		padding: 0;
		margin: 32px 0px;
	}
	.company_access .title img{
		width: 100%;
	}
	.profile_table table{
		margin-bottom: 30px;
	}
	.profile_table table td{
		display: block;
		width: 100%;
		font-size: 15px;
		padding-bottom: 8px;
		line-height: 1.6;
	}
	.profile_table table td:nth-child(1){
		width: 100%;
	}
	.profile_table table td:nth-child(2){
		width: 100%;
		margin-bottom: 24px;
	}
	#company_certification p.text{
		font-size: 15px;
		font-weight: bold;
		color: #000046;
		line-height: 1.6;
		padding: 0;
		margin-bottom:32px;
	}
	.certification_box{
		display: block;
		margin-bottom: 60px;
	}
	.certification_table table{
		margin:0 0 0 0;
		width: 100%;
		max-width: 100%;
	}
	.certification_table table td{
		display: block;
		width: 100%;
		font-size: 15px;
		color: #212121;
		line-height: 1.6;
	}
	.certification_table table td:nth-child(1){
		width: 100%;
		padding-bottom: 4px;
	}
	.certification_table table td:nth-child(2){
		width: 100%;
		padding-bottom: 24px;
	}
	.certification_box .pics{
		display: flex;
		width:100%;
		max-width: 100%;
		margin-top: 14px;
	}
	.certification_box .pics .pic{
		width:100%;
		max-width: 150px;
		padding: 0;
	}
	.certification_box .pics .pic:first-child{
		margin-right: 24px;
	}
	.certification_box .pics .pic img{
		width:100%;
		padding: 0;
		margin-bottom: 12px;
	}
	.certification_box .pics .pic p{
		font-size: 14px;
		color: #212121;
		padding: 0;
		margin: 0 auto;
		text-align: center;
	}
	.access_box{
		margin-bottom: 36px;
	}
	.access_box p{
		font-size: 15px;
		color: #212121;
	}
	.access_box p.name{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 12px;
	}
	.access_box p.address{
		margin-bottom: 16px;
		line-height: 1.8;
	}
	.access_box .map{
		margin: 0 auto;
	}
	.access_box .map img{
		width: 100%;
	}
	.company_gsg_box{
		margin: 0 auto 48px;
		padding:0;
	}
	.company_gsg_box .title{
		margin: 36px 0 16px 0;
		padding:0;
		max-width: 300px;
	}
	.company_gsg_box .title img{
		width: 100%;
	}
	.company_gsg_box p{
		font-size: 16px;
		color: #212121;
		line-height: 1.6;
	}
	.company_gsg_box .gsg_map{
		margin: 16px 0 36px;
	}
	.company_gsg_box .gsg_map img{
		width: 100%;
	}
	.company_gsg_box .sales_contact{
		width:100%;
		margin: 0 auto 48px;
	}
	.company_gsg_box .sales_contact .index{
		width:100%;
		border-bottom: 1px solid #707070;
		padding: 0;
		margin: 0;
	}
	.company_gsg_box .sales_contact .index p{
		font-size: 18px;
		font-weight: bold;
		color: #212121;
		margin-bottom: 4px;
		padding: 0;
	}
	.company_gsg_box .sales_box{
		display: block;
		margin: 24px 0;
		align-items: center;
	}
	.underline{
		width: 100%;
		border-bottom: 1px solid #CDCDCD;
		padding-bottom: 30px;
	}
	.company_gsg_box .sales_box .company_logo{
		padding: 0 ;
		margin: 0 0 24px 0;
	}
	.company_gsg_box .sales_box .company_logo img{
		width: 100%;
		max-width: 220px;
	}
	.company_gsg_box .sales_box .company_address{
		padding: 0 ;
		margin: 0;
	}
	.company_gsg_box .sales_box .company_address p{
		padding: 0 ;
		font-size: 15px;
		color: #212121;
	}
	.company_gsg_box .sales_box .company_address p a{
		text-decoration: underline;
		color: #212121;
	}
	.company_gsg_box .sales_box .company_address p:first-child{
		font-weight: bold;
		margin-bottom: 8px;
	}

/*沿革*/
	.company_history_box{
		margin: 0 auto 48px;
		padding:0;
	}
	.company_history_box .title{
		margin: 24px 0 16px 0;
		padding:0;
		max-width: 120px;
	}
	.company_history_box .title img{
		width: 100%;
	}
	.company_history_box p{
		font-size: 16px;
		color: #212121;
		line-height: 1.6;
		margin-bottom: 48px;
	}
	.accordion_wrapper{
		margin: 0 auto;
		padding:0;
	}
	.accordion{
		margin: 0 auto 36px;
		padding:0;
		width:100%;
		max-width: 100%;
	}
	.history_1923_1950{
		background: url('/company/history/img/bg_history_1923_1950.jpg');
		/*
		background-size: cover;
		*/
		background-size:1072px auto;
		background-repeat: repeat-y;
	}
	.history_1951_1980{
		background: url('/company/history/img/bg_history_1951_1980.jpg') center 0;
		/*
		background-size: cover;
		*/
		background-size:1072px auto;
		background-repeat: repeat-y;
	}
	.accordion .top{
		padding-bottom: 100px;
	}
	/* アコーディオンのタイトル */
	.accordion .accordion_header{
		position: relative;
		display: block;
		margin:0;
		padding: 0 16px 48px;
		width:auto;
		max-width: auto;
		/*height:160px;*/
		background-color: rgb(0 0 70 / 80%);
		align-items: center;
		cursor: pointer;
	}
	.accordion .accordion_header .ad{
		width: 100%;
		max-width: 160px;
		border-right: 0px solid #BEBEBE;
		padding-left:0px;
		padding-right:0;
		padding-top: 8px;
	}
	.accordion .accordion_header .ad_last{
		width: 100%;
		max-width: 88px;
		border-right: 0px solid #BEBEBE;
		padding-left:0px;
		padding-right:0;
		padding-top: 8px;
	}
	.accordion .accordion_header .ad img,
	.accordion .accordion_header .ad_last img{
		width: 100%;
	}
	.accordion .accordion_header .text{
		width: 100%;
		/*max-width: 480px;*/
		color: #fff;
		margin-left: 0px;
		padding: 0;
	}
	.accordion .accordion_header .text p{
		font-size: 15px;
		width: 100%;
		color: #fff;
		margin: 0 0 8px 0;
		padding: 0;
	}
	.accordion .accordion_header .text p:first-child{
		font-size: 18px;
		font-weight: bold;
	}
	.accordion_header:nth-child(n + 1) {
		margin-top: 20px;
	}
	.accordion_header::before{
		position: absolute;
		content: '';
		top: 80%;
		right: 46.3%;
		width: 24px;
		height: 24px;
		border-top: #BEBEBE 1px solid;
		border-right: #BEBEBE 1px solid;
		transform: rotate(135deg);
		transition: all .2s ease-in-out;
	}
	.accordion_header.open::before {
		top: 85%;
		transform: rotate(-45deg);
	}
	/* アコーディオンの内容 */
	.accordion_content {
		display: none;
		background-color: #fff;
		padding: 24px 0px 0;
	}
	.accordion .accordion_content .box{
		width: 100%;
		display: block;
		margin: 0 0 12px;
		padding: 0;
		background: url('/company/history/img/ad_line.png') 10% 50% repeat-y;


		padding-bottom: 16px;
	}
	.accordion .accordion_content .box .ad{
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
		background: url('/company/history/img/ad_line.png') 30% 50% repeat-y;
	}
	.accordion .accordion_content .box .ad_last{
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
		background: none;
	}
	.accordion .accordion_content .box .ad p,
	.accordion .accordion_content .box .ad_last p{
		margin: 0;
		padding: 0 0 8px;
		font-size: 20px;
		font-weight:bold;
		line-height: 1;
		color: #000046;
		background-color: #fff;
	}
	.accordion .accordion_content .box .text,
	.accordion .accordion_content .box .text_none {
		margin: 0;
		padding: 8px 0 0 18%;
		width: auto;
	}
	.accordion .accordion_content .box.box_wide_text .ad{
		padding-bottom: 16px;
	}
	.accordion .accordion_content .box.box_wide_text .text{
		padding-bottom: 16px;
	}
	.accordion .accordion_content .box .text p,
	.accordion .accordion_content .box .text_none p{
		margin: 0;
		padding: 0px 0 16px;
		font-size: 15px;
		line-height: 1.6;
		color: #212121;
	}
	.accordion .accordion_content .box .text.text_stack p + p{
		margin-top: 0;
	}
	.accordion .accordion_content .box .pic {
		/*width: 100%;
		padding: 0 0 36px;*/
		width: auto;
		padding-left: 18%;
		margin-bottom: 0;
	}
	.accordion .accordion_content .box .pic img {
		width: 100%;
		display: block;

	}
	.size_60per{width: 100% !important;}
	.accordion .accordion_content .box .pic p {
		width: 100%;
		font-size: 12px;
		text-align: center;
		padding: 0px;
		margin: 0 auto;
	}
	.accordion_content .box .text .btn {
		position: relative;
		width: 100%;
		max-width: 240px;
		padding: 0;
		border: 1px solid #707070;
		border-radius: 4px;
		margin-top: 24px;
		margin: 0 0 24px;
	}
	.accordion_content .box .text .btn:before {
		content: '';
		width: 10px;
		height: 10px;
		border: 0;
		border-bottom: solid 2px #BEBEBE;
		border-right: solid 2px #BEBEBE;
		transform: rotate(-45deg);
		position: absolute;
		top: 16px;
		right: 14px;
	}
	.accordion_content .box .text .btn p{
		font-size: 16px;
		padding: 8px 16px;
		color: #000046;
		text-align: center;
	}




	.accordion_content .box .text .btn_sp {
		position: relative;
		width: 100%;
		max-width: 240px;
		padding: 0;
		border: 1px solid #707070;
		border-radius: 4px;
		margin-top: 0px;
		margin: 0 0 24px;
	}
	.accordion_content .box .text .btn_sp:before {
		content: '';
		width: 10px;
		height: 10px;
		border: 0;
		border-bottom: solid 2px #BEBEBE;
		border-right: solid 2px #BEBEBE;
		transform: rotate(-45deg);
		position: absolute;
		top: 16px;
		right: 14px;
	}
	.accordion_content .box .text .btn_sp p{
		font-size: 16px;
		padding: 8px 16px;
		color: #000046;
		text-align: center;
	}

	
	.pb20{padding-bottom: 0px!important;}
	.pr90{padding-right: 0px!important;}
	.max_w_220{max-width: 90%;}
	.max_w_335{max-width: 100%;}
	.max_w_344{max-width: 100%;}
	.max_w_382{max-width: 100%;}
	.max_w_400{max-width: 100%;}
	.max_w_436{max-width: 100%;}
	.max_w_100per{max-width: 100%;}
	/*アコーディオン*/
}


/* ストーリー ======================================== */
.story_text{
	width: 100%;
	margin: 60px auto;
}
.story_text p{
	font-size: 20px;
	color:#212121;
}
.story_box{
	width: 100%;
	display: flex;
	margin-bottom:80px;
}
.story_box .box{
	width: 100%;
	max-width: 504px;
	margin: 0 64px 0 0;
	display: flex;
	flex-direction: column;
}
.story_box .box:nth-child(even){
	margin: 0 0 0 0;
}
.story_box .box img{
	width: 100%;
	margin-bottom: 24px;
}
.story_box .box p.title{
	font-size:28px;
	font-weight: bold;
	color: #212121;
	margin-bottom: 18px;
}
.story_box .box p.sub{
	font-size:18px;
	font-weight: bold;
	color: #212121;
	margin-bottom: 18px;
}
.story_box .box span{
	display: block;
	font-size:16px;
	line-height: 1.6;
	color: #212121;
	margin-bottom: 18px;
}
.btn_story {
	display:table;
	width:100%;
	max-width: 240px;
	height: 56px;
}
.btn_story a,
.story_product_box .btn_story a,
.story_asx_box .btn_story a {
	line-height:150%;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background-color:#fff;
	display:table-cell;
	padding:12px 30px;
	vertical-align:middle;
	position:relative;
	border: 1px solid #C0C0C0;
	border-radius:4px;
	cursor:pointer;
}
.btn_story a{
	color:#000046;
}
.story_product_box .btn_story a,
.story_asx_box .btn_story a{
	color:#212121;
}
.btn_story a:before,
.story_product_box .btn_story a:before,
.story_asx_box .btn_story a:before {
	content:"";
	width:11px;
	height:11px;
	position:absolute;
	right:18px;
	margin-top:5px;
	border-top: 2px solid #BEBEBE;
	border-right: 2px solid #BEBEBE;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.section_story{
	width: 100%;
	max-width: 800px;
	padding: 0;
	margin: 80px auto 0;
}
.section_story .title{
	margin: 0 0 24px;
	padding: 0;
	font-size: 42px;
	font-weight:bold;
	color: #212121;
}
.section_story .sub{
	margin: 0 0 36px;
	padding: 0;
	font-size: 36px;
	font-weight:bold;
	color: #212121;
	line-height: 1.4;
}
.kv_pic{
	width: 100%;
	max-width: 800px;
	padding: 0;
	margin: 0 0 70px 0;
}
.kv_pic img,
.pic img{
	width: 100%;
}
.pic{
	width: 100%;
	max-width: 800px;
	padding: 0;
	margin: 0 auto 48px;
}
.section_story .text_box{
	margin: 0;
	padding: 0;
}
.section_story .text_box .heading{
	margin: 0 0 18px;
	padding: 0;
	font-size: 24px;
	font-weight:bold;
	color: #212121;
	line-height: 1.4;
}
.section_story .text_box p{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #212121;
	line-height: 1.8;
}
.section_story .text_box p b.subheading{
	display: inline-block;
	margin: 0 0 16px;
	padding: 0;
	font-size: 16px;
	color: #212121;
}
.section_story .text_box p + p b.subheading{
	margin-top: 24px;
}
.story_product_box,
.story_asx_box{
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.story_product_box{
	padding: 60px 0;
	margin: 0 64px 80px;
}
.story_product_box .name{
	margin: 0 88px 0 0;
	padding: 0;
	order: 1;
}
.story_product_box .name p{
	font-size: 42px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 42px;
}
.story_product_box .btn_story,
.story_asx_box .btn_story {
	display:table;
	width:100%;
	max-width: 253px;
	height: 56px;
}
.story_product_box .pic{
	width: 100%;
	max-width: 226px;
	margin:0;
	padding: 0;
	order: 2;
}
.story_page{
	display: flex;
	justify-content: space-between;
	padding: 24px 64px 80px;
	margin: 0;
}
.story_page .btn_story_back,
.story_page .btn_story_next {
	display:table;
	width:100%;
	max-width: 80px;
	height: 56px;
}
.story_page .btn_story_back a,
.story_page .btn_story_next a {
	line-height:150%;
	font-weight:bold;
	color:#000046;
	text-decoration:none;
	background-color:#fff;
	display:table-cell;
	padding:0;
	vertical-align:middle;
	position:relative;
	cursor:pointer;
}
.story_page .btn_story_back a{text-align:right;}
.story_page .btn_story_next a{text-align:left;}
.story_page .btn_story_back a:before {
	content:"";
	width:18px;
	height:18px;
	position:absolute;
	left:2px;
	margin-top:2px;
	border-top: 2px solid #BEBEBE;
	border-right: 2px solid #BEBEBE;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
.story_page .btn_story_next a:before {
	content:"";
	width:18px;
	height:18px;
	position:absolute;
	right:2px;
	margin-top:2px;
	border-top: 2px solid #BEBEBE;
	border-right: 2px solid #BEBEBE;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.section_story .indent_box{
	margin: 36px 0;
	padding: 0;
}
.section_story .indent_box p{
	margin: 0;
	text-indent: -1em;
	padding-left: 1em;
	font-weight: bold;
}
.section_story .text_box p.small_heading{
	margin: 0 0 8px;
	padding: 0;
	font-size: 16px;
	color: #212121;
	font-weight: bold;
}
.section_story .text_box span.small{
	display: inline-block;
	margin: 16px 0 8px;
	padding: 0;
	font-size: 14px;
	color: #212121;
}
.story_asx_box{
	padding: 50px 36px;
	margin: 0 30px;
}
.noborder_top{
	border-top: none!important;
}
.story_asx_box .name{
	max-width: 500px;
	margin: 0;
	padding: 0;
	order: 1;
}
.story_asx_box .name p:nth-child(1){
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 16px 24px;
}
.story_asx_box .name p:nth-child(2){
	font-size: 42px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 64px 30px 24px;
}
.story_asx_box .btn_story {padding: 0 0 0 24px;}
.story_asx_box .pic{
	width: 100%;
	max-width: 500px;
	margin:0;
	padding: 0;
	order: 2;
}




.section_story .max_w_376{max-width: 376px!important;}
.story_product_box .max_w_600{max-width: 600px!important;}
.section_story .mb_80{margin-bottom: 80px !important;}
.section_story .mb_56{margin-bottom: 56px !important;}
.section_story .mb_42{margin-bottom: 42px !important;}





.section_story .mtb_48{margin: 48px 0 0!important;}
.story_asx_box.mb_80{margin-bottom: 80px !important;}








@media screen and (max-width:767px){
	.story_text{
		width: 100%;
		margin: 30px auto;
	}
	.story_text p{
		font-size: 16px;
		color:#212121;
		line-height: 1.4;
	}
	.story_box{
		width: 100%;
		display: block;
		margin-bottom:48px;
	}
	.story_box .box{
		width: 100%;
		max-width: 100%;
		margin: 0 0 48px 0;
		display: block;
		flex-direction: column;
	}
	.story_box .box:nth-child(even){
		margin: 0 0 0 0;
	}
	.story_box .box img{
		width: 100%;
		margin-bottom: 16px;
	}
	.story_box .box p.title{
		font-size:20px;
		font-weight: bold;
		color: #212121;
		margin-bottom: 12px;
		line-height: 1.4;
	}
	.story_box .box p.sub{
		font-size:16px;
		font-weight: bold;
		color: #212121;
		margin-bottom: 12px;
		line-height: 1.4;
	}
	.story_box .box span{
		display: block;
		font-size:15px;
		line-height: 1.6;
		color: #212121;
		margin-bottom: 16px;
	}
	.btn_story {
		display:table;
		width:100%;
		max-width: 100%;
		height: 48px;
	}
	.btn_story a,
	.story_product_box .btn_story a,
	.story_asx_box .btn_story a {
		line-height:150%;
		font-weight:bold;
		text-align:center;
		text-decoration:none;
		background-color:#fff;
		display:table-cell;
		padding:12px 30px;
		vertical-align:middle;
		position:relative;
		border: 1px solid #C0C0C0;
		border-radius:4px;
		cursor:pointer;
	}
	.btn_story a{
		color:#000046;
	}
	.story_product_box .btn_story a,
	.story_asx_box .btn_story a{
		color:#212121;
	}
	.btn_story a:before,
	.story_product_box .btn_story a:before,
	.story_asx_box .btn_story a:before {
		content:"";
		width:11px;
		height:11px;
		position:absolute;
		right:18px;
		margin-top:5px;
		border-top: 2px solid #BEBEBE;
		border-right: 2px solid #BEBEBE;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.section_story{
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 36px auto 0;
	}
	.section_story .title{
		margin: 0 0 16px;
		padding: 0;
		font-size: 20px;
		font-weight:bold;
		color: #212121;
	}
	.section_story .sub{
		margin: 0 0 24px;
		padding: 0;
		font-size: 18px;
		font-weight:bold;
		color: #212121;
		line-height: 1.4;
	}
	.kv_pic{
		width: 100%;
		max-width: 800px;
		padding: 0;
		margin: 0 0 24px 0;
	}
	.kv_pic img,
	.pic img{
		width: 100%;
	}
	.pic{
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 0 24px 0;
	}
	.section_story .text_box{
		margin: 0;
		padding: 0;
	}
	.section_story .text_box .heading{
		margin: 0 0 8px;
		padding: 0;
		font-size: 18px;
		font-weight:bold;
		color: #212121;
		line-height: 1.4;
	}
	.section_story .text_box p{
		margin: 0;
		padding: 0;
		font-size: 15px;
		color: #212121;
		line-height: 1.8;
	}
	.section_story .text_box p b.subheading{
		display: inline-block;
		margin: 0 0 8px;
		padding: 0;
		font-size: 15px;
		color: #212121;
	}
	.section_story .text_box p + p b.subheading{
		margin-top: 16px;
	}
	.story_product_box,
	.story_asx_box{
		display: block;
		justify-content: center;
		align-items: center;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	.story_product_box{
		padding: 36px 0;
		margin: 0 16px 36px;
	}
	.story_product_box .name{
		margin: 0 auto;
		padding: 0;
	}
	.story_product_box .name p{
		font-size: 36px;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		padding: 0;
		margin: 0 0 24px;
		text-align: center;
	}
	.story_product_box .btn_story,
	.story_asx_box .btn_story {
		display:table;
		width:100%;
		max-width: 100%;
		height: 56px;

	}
	.story_product_box .pic{
		width: 100%;
		max-width: 226px;
		margin:0 auto 36px;
		padding: 0;
	}
	.story_page{
		width: auto;
		display: flex;
		justify-content: space-between;
		padding: 0 16px 36px;
	}
	.story_page .btn_story_back,
	.story_page .btn_story_next {
		display:table;
		width:100%;
		max-width: 80px;
		height: 56px;
	}
	.story_page .btn_story_back a,
	.story_page .btn_story_next a {
		line-height:150%;
		font-weight:bold;
		color:#000046;
		text-decoration:none;
		background-color:#fff;
		display:table-cell;
		padding:0;
		vertical-align:middle;
		position:relative;
		cursor:pointer;
	}
	.story_page .btn_story_back a{text-align:right;}
	.story_page .btn_story_next a{text-align:left;}
	.story_page .btn_story_back a:before {
		content:"";
		width:18px;
		height:18px;
		position:absolute;
		left:2px;
		margin-top:2px;
		border-top: 2px solid #BEBEBE;
		border-right: 2px solid #BEBEBE;
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	.story_page .btn_story_next a:before {
		content:"";
		width:18px;
		height:18px;
		position:absolute;
		right:2px;
		margin-top:2px;
		border-top: 2px solid #BEBEBE;
		border-right: 2px solid #BEBEBE;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.section_story .indent_box{
		margin: 24px 0;
		padding: 0;
	}
	.section_story .indent_box p{
		margin: 0 0 8px 16px;
		text-indent: none;
		padding-left: 0em;
		font-weight: bold;
	}

	.section_story .text_box p.small_heading{
		margin: 0 0 8px;
		padding: 0;
		font-size: 15px;
		color: #212121;
		font-weight: bold;
		line-height: 1.4;
	}
	.section_story .text_box span.small{
		display: inline-block;
		margin: 16px 0 8px;
		padding: 0;
		font-size: 12px;
		color: #212121;
	}
	.story_asx_box{
		padding: 24px 0;
		margin: 0 16px;
	}
	.noborder_top{
		border-top: none!important;
	}
	.story_asx_box .name{
		max-width: 100%;
		margin: 0;
		padding: 0;
		order: 1;
	}
	.story_asx_box .name p:nth-child(1){
		font-size: 14px;
		font-weight: bold;
		margin: 0;
		padding: 0 0 8px 0;
	}
	.story_asx_box .name p:nth-child(2){
		font-size: 24px;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0 0 24px 0;
	}
	.story_asx_box .btn_story {
		padding: 0;
		margin: 0 0 16px 0;
	}
	.story_asx_box .pic{
		width: 100%;
		max-width: 100%;
		margin:0 0 16px;
		padding: 0;
		order: 2;
	}
	.section_story .mb_80{margin-bottom: 36px !important;}
	.section_story .mb_56{margin-bottom: 36px !important;}
	.section_story .mb_42{margin-bottom: 20px !important;}
	.section_story .mtb_48{margin: 24px 0 0!important;}
	.story_asx_box.mb_80{margin-bottom: 36px !important;}
}

/* News ======================================== */
.company_news_box{
	margin: 0 auto 100px;
	padding:0;
}
.company_news_box .title{
	margin: 0;
	padding:0;
	border-bottom: 1px solid #707070;
}
.company_news_box .title img{
	width: 100%;
	padding-bottom: 48px;
	max-width: 132px;
}
.news_list_box{
	margin: 0;
	padding: 40px 0;
	display: flex;
	border-bottom: 1px solid #CDCDCD;
}
.news_list_box .thumb{
	margin-right:45px;
	width:100%;
	max-width: 265px;
	padding: 0;
}
.news_list_box .thumb img{
	width:100%;
}
.news_list_box .text{
	margin:0;
	padding: 0;
}
.news_list_box .text span{
	display: block;
	font-size: 16px;
	color: #212121;
	margin-bottom:16px;
	padding: 0;
}
.news_list_box .text p{
	font-size: 16px;
	color: #212121;
	padding: 0;
	line-height: 1.6;
}
.news_list_box .text p.name{
	font-size: 20px;
	color: #212121;
	font-weight: bold;
	margin-bottom:8px;
	padding: 0;
}

.section_news{
	width: 100%;
	max-width: 800px;
	padding: 0;
	margin: 80px auto 0;
	--news-body-font-size: 16px;
	--news-body-font-weight: 400;
	--news-body-line-height: 1.8;
}
.section_news.news_body_size_s{--news-body-font-size: 15px;}
.section_news.news_body_size_m{--news-body-font-size: 16px;}
.section_news.news_body_size_l{--news-body-font-size: 18px;}
.section_news.news_body_weight_regular{--news-body-font-weight: 400;}
.section_news.news_body_weight_medium{--news-body-font-weight: 500;}
.section_news.news_body_weight_bold{--news-body-font-weight: 700;}
.section_news.news_body_lh_normal{--news-body-line-height: 1.6;}
.section_news.news_body_lh_relaxed{--news-body-line-height: 1.8;}
.section_news.news_body_lh_loose{--news-body-line-height: 2;}
.title_box{
	margin: 0;
	padding-bottom: 18px;
	border-bottom: 2px solid #DDDDDD;
}
.section_news .title{
	margin: 0 0 32px;
	padding: 0;
	font-size: 36px;
	font-weight:bold;
	color: #212121;
	line-height: 1.4;
}
.section_news .date{
	margin: 0 0 24px;
	padding: 0;
	font-size: 16px;
	color: #212121;
}
.section_news .news_area{
	margin: 36px 0 42px;
	padding: 0;
}
.section_news .news_area .pic{
	width:100%;
	max-width:800px;
	margin: 0 0 36px;
	padding: 0;
}
.w264{
	max-width: 264px!important;
	margin: 0 auto 36px!important;
}
.w368{
	max-width: 368px!important;
	margin: 24px auto 36px!important;
}
.section_news .news_area .pic img{
	width:100%;
}
.section_news .news_body p{
	margin: 0 0 42px;
	padding: 0;
	font-size: var(--news-body-font-size);
	font-weight: var(--news-body-font-weight);
	line-height: var(--news-body-line-height);
	color: #212121;
}
.section_news .news_body .news_heading_l{
	margin: 72px 0 24px;
	padding: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	color: #212121;
}
.section_news .news_body .news_heading_l:first-child{
	margin-top: 0;
}
.section_news .news_body .news_heading_s{
	margin: 8px 0 12px;
	padding: 0;
	font-size: var(--news-body-font-size);
	font-weight: 700;
	line-height: var(--news-body-line-height);
	color: #212121;
}
.indent_box{
	margin: 0;
	padding: 0;
	line-height: 2.8;
}
.section_news .news_body .indent_box p {
	text-indent: -1em;
	padding-left: 1em;
	padding-bottom: 0;
	margin: 0;
	font-size: var(--news-body-font-size);
	font-weight: var(--news-body-font-weight);
	line-height: var(--news-body-line-height);
}
.section_news .news_area a {
	color: #212121;
	text-decoration: underline;
}


@media screen and (max-width:767px){
	.company_news_box{
		margin: 0 auto 100px;
		padding:0;
	}
	.company_news_box .title{
		margin: 0;
		padding:0;
		border-bottom: 1px solid #707070;
	}
	.company_news_box .title img{
		width: 100%;
		margin-top: 48px;
		padding-bottom: 24px;
		max-width: 84px;
	}
	.news_list_box{
		margin: 0;
		padding: 24px 0;
		display: block;
		border-bottom: 1px solid #CDCDCD;
	}
	.news_list_box .thumb{
		margin-right:0;
		width:100%;
		max-width: 100%;
		padding: 0;
		margin-bottom: 16px;
	}
	.news_list_box .thumb img{
		width:100%;
	}
	.news_list_box .text{
		margin:0;
		padding: 0;
	}
	.news_list_box .text span{
		display: block;
		font-size: 14px;
		color: #212121;
		margin-bottom:8px;
		padding: 0;
	}
	.news_list_box .text p{
		font-size: 15px;
		color: #212121;
		padding: 0;
		line-height: 1.6;
	}
	.news_list_box .text p.name{
		font-size: 18px;
		color: #212121;
		font-weight: bold;
		margin-bottom:8px;
		padding: 0;
	}
	.section_news{
		width: 100%;
		max-width: 800px;
		padding: 0;
		margin: 36px auto 0;
		--news-body-font-size: 15px;
	}
	.title_box{
		margin: 0;
		padding-bottom: 8px;
		border-bottom: 2px solid #DDDDDD;
	}
	.section_news .title{
		margin: 0 0 16px;
		padding: 0;
		font-size: 20px;
		font-weight:bold;
		color: #212121;
	}
	.section_news .date{
		margin: 0 0 16px;
		padding: 0;
		font-size: 14px;
		color: #212121;
	}
	.section_news .news_area{
		margin: 24px 0 42px;
		padding: 0;
	}
	.section_news .news_area .pic{
		width:100%;
		max-width:800px;
		margin: 0 0 16px;
		padding: 0;
	}
	.w264{
		max-width: 200px!important;
		margin: 0 auto 24px!important;
	}
	.w368{
		max-width: 240px!important;
		margin: 24px auto 36px!important;
	}
	.section_news .news_area .pic img{
		width:100%;
	}
	.section_news .news_body p{
		margin: 0 0 24px;
		padding: 0;
		font-size: var(--news-body-font-size);
		font-weight: var(--news-body-font-weight);
		line-height: var(--news-body-line-height);
		color: #212121;
	}
	.section_news .news_body .news_heading_l{
		margin: 48px 0 16px;
		font-size: 16px;
		line-height: 1.6;
	}
	.section_news .news_body .news_heading_s{
		margin: 4px 0 8px;
		font-size: var(--news-body-font-size);
		line-height: var(--news-body-line-height);
	}
	.section_news .news_body .indent_box{
		margin: 0;
		padding: 0;
		line-height: 1.8;
		overflow-wrap: break-word;
	}
	.section_news .news_body .indent_box p {
		text-indent: -1em;
		padding-left: 1em;
		padding-bottom: 0;
		margin: 0;
		font-size: var(--news-body-font-size);
		font-weight: var(--news-body-font-weight);
		line-height: var(--news-body-line-height);
	}
	.section_news .news_area a {
		color: #212121;
		text-decoration: underline;
	}
}
/* お問い合わせ ======================================== */
.contact_text{
	width: 100%;
	margin: 60px auto 24px;
	border-bottom:2px solid #DDDDDD;
}
.contact_text p{
	font-size: 20px;
	color:#212121;
	padding-bottom: 32px;
}
.contact_box{
	width: 100%;
	margin: 0 0 80px;
	padding: 0;
}
.contact_box .box{
	width: 100%;
	margin: 0 0 36px;
	padding: 0;
}
.contact_box .box img.index_tel{
	display: block;
	width:100%;
	max-width: 138px;
	margin-bottom: 22px;
}
.contact_box .box img.tel{
	display: block;
	width:100%;
	max-width: 222px;
}
.contact_box .box img.index_salestel{
	display: block;
	width:100%;
	max-width: 217px;
	margin-bottom: 22px;
}
.contact_box .box img.salestel{
	display: block;
	width:100%;
	max-width: 222px;
}
.contact_box .box img.index_fax{
	display: block;
	width:100%;
	max-width: 101px;
	margin-bottom: 22px;
}
.contact_box .box img.fax{
	display: block;
	width:100%;
	max-width: 222px;
}
.contact_box .box img.index_mail{
	display: block;
	width:100%;
	max-width: 106px;
	margin-bottom: 22px;
}
.contact_box .box img.mail{
	display: block;
	width:100%;
	max-width: 359px;
}
.contact_box .box p{
	font-size: 16px;
	line-height: 1.6;
	color:#212121;
	margin:0 0 12px;
	padding:0;
}
.contact_box .box p.time{
	font-size:20px;
	font-weight: bold;
	line-height: 1.6;
	color:#212121;
	margin:8px 0 12px;
	padding:0;
}

@media screen and (max-width:767px){
	.contact_text{
		width: 100%;
		margin: 30px auto 24px;
		border-bottom:2px solid #DDDDDD;
	}
	.contact_text p{
		font-size: 15px;
		color:#212121;
		padding-bottom: 18px;
		line-height: 1.4;
	}
	.contact_box{
		width: 100%;
		margin: 0 0 80px;
		padding: 0;
	}
	.contact_box .box{
		width: 100%;
		margin: 0 0 36px;
		padding: 0;
	}
	.contact_box .box img.index_tel{
		display: block;
		width:100%;
		max-width: 83px;
		margin-bottom: 12px;
	}
	.contact_box .box img.tel{
		display: block;
		width:100%;
		max-width: 178px;
	}
	.contact_box .box img.index_salestel{
		display: block;
		width:100%;
		max-width: 131px;
		margin-bottom: 12px;
	}
	.contact_box .box img.salestel{
		display: block;
		width:100%;
		max-width: 178px;
	}
	.contact_box .box img.index_fax{
		display: block;
		width:100%;
		max-width: 61px;
		margin-bottom: 12px;
	}
	.contact_box .box img.fax{
		display: block;
		width:100%;
		max-width: 178px;
	}
	.contact_box .box img.index_mail{
		display: block;
		width:100%;
		max-width: 64px;
		margin-bottom: 12px;
	}
	.contact_box .box img.mail{
		display: block;
		width:100%;
		max-width: 287px;
	}
	.contact_box .box p{
		font-size: 15px;
		line-height: 1.4;
		color:#212121;
		margin:0 0 12px;
		padding:0;
	}
	.contact_box .box p.time{
		font-size:18px;
		font-weight: bold;
		line-height: 1.6;
		color:#212121;
		margin:8px 0 12px;
		padding:0;
	}

}

























/*====================================

.flex-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19%;
  height: 100px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .flex-item {
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
  }
}
.flex-item:nth-child(1) {
  background-color: orange;
}
@media screen and (max-width: 768px) {
  .flex-item:nth-child(1) {
    order: 5;
  }
}
.flex-item:nth-child(2) {
  background-color: green;
}
@media screen and (max-width: 768px) {
  .flex-item:nth-child(2) {
    order: 1;
  }
}
.flex-item:nth-child(3) {
  background-color: pink;
}
@media screen and (max-width: 768px) {
  .flex-item:nth-child(3) {
    order: 4;
  }
}
.flex-item:nth-child(4) {
  background-color: gray;
}
@media screen and (max-width: 768px) {
  .flex-item:nth-child(4) {
    order: 2;
  }
}
.flex-item:nth-child(5) {
  background-color: skyblue;
}
@media screen and (max-width: 768px) {
  .flex-item:nth-child(5) {
    order: 3;
  }
}
*/





















/*  

#mainImage {
	background-color:#000046;
}
.imgSwitch img {
	width:100%;
}
#t_news {
	background-color:#e2f1f4;
}
.carousel .slide_i li a:hover img {
	opacity:.85;
}
.carousel .slide_s {
	text-align:center;
	width:100%;
	position:absolute;
	left:0; bottom:-32px;
	background-color: #fff;
}
.carousel .slide_s li {
	width:10px;
	height:10px;
	margin:0 5px;
	background-color:#ADB5D3;
	border-radius:50%;
	display:inline-block;
	cursor:pointer;
}
.carousel .slide_s li.on {
	background-color:#000046;
}
article{
	background-color: #fff;
}


#news {
	margin: 80px auto 0;
	padding: 0 0 64px 0;
}
#news .title{
	padding: 0;
	margin: 0 0 20px 64px;
	font-size: 24px;
	font-weight: bold;
	color:#000046;
}
#news .box{
	width: 100%;
	max-width: 700px;
	padding: 0;
	margin: 0 auto;
}
#news ul{
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0 0 24px 0;
}
#news ul:last-child{
	margin: 0;
}
#news ul li{
	font-size: 16px;
	padding: 0;
	margin: 0;
	display: flex;
	color: #212121;
}
#news ul li:nth-child(1){
	width: 100%;
	max-width: 240px;
}
#news ul li:nth-child(2){
	width: 100%;
}

#news ul li div:nth-child(1){
	width: 100%;
	max-width: 78px;
}
#news ul li div:nth-child(2){
	width: 100%;
	max-width: 160px;
}
@media screen and (max-width:767px){
	#news {
		margin: 48px auto 0;
		padding: 0 16px 36px;
	}
	#news .title{
		padding: 0;
		margin: 0 0 20px 0;
		font-size: 18px;
		font-weight: bold;
		color:#000046;
	}
	#news .box{
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	#news ul{
		display: block;
		padding: 0 ;
		margin: 0 0 24px 0;
	}
	#news ul:last-child{
		margin: 0;
	}
	#news ul li{
		font-size: 14px;
		padding: 0;
		margin: 0;
		display: flex;
	}
	#news ul li:nth-child(1){
		width: 100%;
		max-width: 100%;
		margin: 0 0 8px 0;
	}
	#news ul li:nth-child(2){
		width: 100%;
		margin: 0 0 12px 0;
		line-height: 1.6;
	}
	#news ul li div:nth-child(1){
		width: 100%;
		max-width: 60px;
	}
	#news ul li:last-child{
		margin: 0;
	}
}


#products {
	margin: 0 auto;
	padding: 64px 64px 96px;
	background-color: #F9F9F9;
}
#products .title{
	padding: 0;
	margin: 0 0 60px 0;
	font-size: 24px;
	font-weight: bold;
	color:#000046;
}
#products .box{
	width: 100%;
	max-width: 940px;
	padding: 0;
	margin: 0 auto;
}
#products ul{
	width:100%;
	margin:0 auto;
	padding:0;
	display: flex;
}
#products ul a{
	display:block;
	text-decoration:none;
}
#products ul a:hover{
	opacity:.75;
}
#products ul li{
	width:100%;
	max-width: 440px;
	position: relative;
	margin:0;
	box-shadow: none;
}
#products ul li:first-child{
	margin-right:6.2%;
}
#products ul li .img_area{
	position: relative;
	width:100%;
}
#products ul li .img_area img{
	width:100%;
	vertical-align:top;
}
#products ul li .text_area{
	background-color:#000046;
	position:relative;
	padding: 22px;
}
#products ul li .text_area .title{
	width: 100%;
	position:relative;
	padding:0;
	margin: 0 0 16px 0;
}
#products ul li .text_area .title:before {
	content:"";
	width:12px;
	height:12px;
	position:absolute;
	right:0;
	margin-top:16px;
	border-top: 2px solid #BEBEBE;
	border-right: 2px solid #BEBEBE;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#products ul li .text_area .title p{
	color:#fff;
	font-size: 28px;
	font-weight: bold;
	padding:0;
	margin: 0;
}
#products ul li .text_area p{
	color:#fff;
	font-size:16px;
	line-height:1.6;
	font-weight: bold;
	padding:0;
	margin: 0;
}
@media screen and (max-width:767px){
	#products {
		margin: 0 auto;
		padding: 32px 16px 24px;
	}
	#products .title{
		padding: 0;
		margin: 0 0 24px 0;
		font-size: 18px;
		font-weight: bold;
		color:#000046;
	}
	#products .box{
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	#products ul{
		display: block;
		padding: 0 ;
		margin: 0 0 24px 0;
	}
	#products ul li{
		width:100%;
		max-width: 100%;
		position: relative;
		margin:0 0 24px 0;
		box-shadow: none;
	}
	#products ul li:first-child{
		margin-right:0;
	}
	#products ul li .text_area{
		background-color:#000046;
		position:relative;
		padding: 8px 16px;
	}
	#products ul li .text_area .title{
		width: 100%;
		position:relative;
		padding:0;
		margin: 0 0 8px 0;
	}
	#products ul li .text_area .title:before {
		content:"";
		width:10px;
		height:10px;
		position:absolute;
		right:0;
		margin-top:8px;
		border-top: 2px solid #BEBEBE;
		border-right: 2px solid #BEBEBE;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#products ul li .text_area .title p{
		color:#fff;
		font-size: 18px;
		font-weight: bold;
		padding:0;
		margin: 0;
	}
	#products ul li .text_area p{
		color:#fff;
		font-size:14px;
		line-height:1.6;
		font-weight: bold;
		padding:0 0 8px 0;
		margin: 0;
	}
}


#story {
	position: relative;
	margin: 0 auto;
	padding: 88px 64px 96px;
	background-color: #fff;
}
#story .title{
	padding: 0;
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	color:#000046;
}
#story .box{
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
#story ul{
	width:100%;
	padding:0;
	margin: 0;
}
#story ul li{
	position: relative;
	width:100%;
	padding:0;
	margin:0;
	height: 450px;
}
#story ul li{
	margin:0 0 72px 0;
}
#story ul li:last-child{
	margin:0 0 0 0;
}
#story ul li .img_area{
	position: absolute;
	width:100%;
}
#story ul li .img_area img{
	width:100%;
}
.btn_story {
	position: absolute;
	display:table;
	width:100%;
	max-width: 252px;
	height: 56px;
}
.btn_story a {
	line-height:150%;
	font-weight:normal;
	color:#212121;
	text-align:center;
	text-decoration:none;
	background-color:#fff;
	display:table-cell;
	padding:12px 30px;
	vertical-align:middle;
	position:relative;
	border: 1px solid #707070;
	border-radius:4px;
	cursor:pointer;
}
.btn_story a:before {
	content:"";
	width:11px;
	height:11px;
	position:absolute;
	right:18px;
	margin-top:5px;
	border-top: 2px solid #BEBEBE;
	border-right: 2px solid #BEBEBE;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.size_pic01{
	max-width:708px;
	top:0;
	right:0;
	z-index: 1;
}
.size_title01{
	max-width:520px;
	top:80px;
	left:0;
	z-index: 2;
}
.size_btn01{
	bottom:54px;
	left:42px;
	z-index: 2;
}
.size_pic02{
	max-width:708px;
	top:0;
	left:0;
	z-index: 1;
}
.size_title02{
	max-width:520px;
	top:75px;
	right:0;
	z-index: 2;
}
.size_btn02{
	bottom:54px;
	right:56px;
	z-index: 2;
}
.size_pic03{
	max-width:708px;
	top:0;
	right:0;
	z-index: 1;
}
.size_title03{
	max-width:520px;
	top:80px;
	left:0;
	z-index: 2;
}
.size_btn03{
	bottom:54px;
	left:42px;
	z-index: 2;
}
#story ul a{
	display:block;
	text-decoration:none;
}
#story ul a:hover{
	opacity:.75;
}

@media screen and (max-width:767px){
	#story {
		margin: 0 auto;
		padding: 32px 16px 24px;
	}
	#story .title{
		padding: 0;
		margin: 0 0 24px 0;
		font-size: 18px;
		font-weight: bold;
		color:#000046;
	}
	#story .box{
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	#story ul{
		display: block;
		padding: 0 ;
		margin: 0 0 24px 0;
	}
	#story ul li{
		width:100%;
		max-width: 100%;
		height: auto;
		position: relative;
		margin:0 auto 24px!important;
		box-shadow: none;
	}
	#story ul li:first-child{
		margin-right:0;
	}
	#story ul li .img_area{
		position: relative;
		width:100%;
	}
	#story ul li .img_area img{
		width:100%;
	}
	.btn_story {
		position: relative;
		display:table;
		width:100%;
		max-width: 100%;
		height: 48px;
		margin: 0 auto;
	}
	.btn_story a {
		line-height:150%;
		font-weight:normal;
		color:#212121;
		text-align:center;
		text-decoration:none;
		background-color:#fff;
		display:table-cell;
		padding:8px 24px;
		vertical-align:middle;
		position:relative;
		border: 1px solid #707070;
		border-radius:4px;
		cursor:pointer;
		font-size: 14px;
	}
	.btn_story a:before {
		content:"";
		width:11px;
		height:11px;
		position:absolute;
		right:18px;
		margin-top:5px;
		border-top: 2px solid #BEBEBE;
		border-right: 2px solid #BEBEBE;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.size_pic01{
		max-width:100%;
		top:0;
		right:0;
		z-index: 1;
	}
	.size_title01{
		max-width:240px;
		top:0;
		left:0;
		z-index: 2;
		margin: 12px 0 16px;
	}
	.size_btn01{
		bottom:16px;
		left:0;
		z-index: 2;
	}
	.size_pic02{
		max-width:100%;
		top:0;
		left:0;
		z-index: 1;
	}
	.size_title02{
		max-width:240px;
		top:0;
		left:0;
		z-index: 2;
		margin: 12px 0 16px;
	}
	.size_btn02{
		bottom:16px;
		right:0;
		z-index: 2;
	}
	.size_pic03{
		max-width:100%;
		top:0;
		right:0;
		z-index: 1;
	}
	.size_title03{
		max-width:240px;
		top:0;
		left:0;
		z-index: 2;
		margin: 12px 0 16px;
	}
	.size_btn03{
		bottom:16px;
		left:0;
		z-index: 2;
	}
	#story ul a{
		display:block;
		text-decoration:none;
	}
	#story ul a:hover{
		opacity:.75;
	}
}

#company {
	margin: 0 auto;
	padding: 64px 64px 120px;
}
#company .title{
	padding: 0;
	margin: 0 0 60px 0;
	font-size: 24px;
	font-weight: bold;
	color:#000046;
}
#company .box{
	width: 100%;
	max-width: 1074px;
	padding: 0;
	margin: 0 auto;
}
#company ul{
	width:100%;
	margin:0 auto;
	padding:0;
	display: flex;
}
#company ul a{
	display:block;
	text-decoration:none;
}
#company ul a:hover{
	opacity:.75;
}
#company ul li{
	width:100%;
	max-width: 340px;
	position: relative;
	margin:0;
	box-shadow: none;
	margin-right:2.4%;
}
#company ul li:last-child{
	margin-right:0;
}
#company ul li .img_area{
	position: relative;
	width:100%;
}
#company ul li .img_area img{
	width:100%;
	vertical-align:top;
}
#company ul li .text_area{
	position:relative;
	padding: 20px 0 8px;
}
#company ul li .text_area .title{
	width: 100%;
	position:relative;
	padding:0;
	margin: 0 0 4px 0;
}
#company ul li .text_area .title:before {
	content:"";
	width:10px;
	height:10px;
	position:absolute;
	right:12px;
	margin-top:6px;
	border-top: 2px solid #BEBEBE;
	border-right: 2px solid #BEBEBE;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#company ul li .text_area .title p{
	color:#000046;
	font-size: 16px;
	font-weight: bold;
	padding:0;
	margin: 0;
}
#company ul li .text_area p{
	color:#212121;
	font-size:16px;
	line-height:1.6;
	font-weight: normal;
	padding:0;
	margin: 0;
}
@media screen and (max-width:767px){
	#company {
		margin: 0 auto;
		padding: 8px 16px 24px;
	}
	#company .title{
		padding: 0;
		margin: 0 0 24px 0;
		font-size: 18px;
		font-weight: bold;
		color:#000046;
	}
	#company .box{
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	#company ul{
		display: block;
		padding: 0 ;
		margin: 0 0 24px 0;
	}
	#company ul li{
		width:100%;
		max-width: 100%;
		position: relative;
		margin:0 0 32px 0;
		box-shadow: none;
	}
	#company ul li{
		margin-right:0;
	}
	#company ul li .text_area{
		background-color:#fff;
		position:relative;
		padding: 8px;
	}
	#procompany ul li .text_area .title{
		width: 100%;
		position:relative;
		padding:0;
		margin: 0 0 4px 0;
	}
	#company ul li .text_area .title:before {
		content:"";
		width:8px;
		height:8px;
		position:absolute;
		right:0;
		margin-top:8px;
		border-top: 2px solid #BEBEBE;
		border-right: 2px solid #BEBEBE;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#company ul li .text_area .title p{
		color:#000046;
		font-size: 16px;
		font-weight: bold;
		padding:0;
		margin: 0;
	}
	#company ul li .text_area p{
		color:#212121;
		font-size:14px;
		line-height:1.6;
		font-weight: normal;
		padding:0 0 8px 0;
		margin: 0;
	}
}
*/
