/* CSS Document */

.local_main{padding: 50px 0 100px;}
.local_main.nomenu{padding-top: 1em;}
.local_bunki{padding-top: 90px;}
@media screen and (max-width: 999px) {
	.local_main,
	.local_main.nomenu{padding: 0 0 50px;}
}

.product_menu{display: flex;}
.product_menu li{
	width: 100%;
	flex-grow: 1;
	background-color: #FFF;
	box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.2);
}
.product_menu li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1em 2em;
	font-size: 17px;
	line-height: 100%;
}
.product_menu li a img{
	width:21px;
	-webkit-transition: 0.15s ease;
	-moz-transition: 0.15s ease;
	-o-transition: 0.15s ease;
	-ms-transition: 0.15s ease;
	transition: 0.15s ease;
}
.product_menu li a:hover img{
	transform: translateX(1em);
}
@media screen and (min-width: 1000px) {
	.product_menu li:nth-child(n+2){
		margin-left: 2.5%;
	}
}
@media screen and (max-width: 999px) {
	.product_menu{flex-direction: column;}
	.product_menu li:nth-child(n+2){
		margin-top: 1em;
	}
	.product_menu li a{
		padding: 15px 30px;
		font-size: 20px;
	}
}

.product_subt{text-align: center;}
.product_subt h2{
	font-size: 30px;
	line-height: 125%;
	margin-bottom: 0.5em;
}
.product_subt .border{
	background-color: #E50027;
	padding: 0 8%;
}
.product_subt .border hr{
	margin: auto;
	width:100%;
	max-width: 1000px;
	border-color: #333333;
}
.product_text{
	font-size: 100%;
	line-height: 175%;
}
.product_subt + .product_text{
	margin: auto;
	margin-top: 1em;
	width: 1000px;
	max-width: 100%;
}
@media screen and (max-width: 999px) {
	.product_subt h2{font-size: 22px;}
}

.product_pad8per{}
@media screen and (min-width: 1000px) {
	.product_pad8per{padding: 0 8%;}
}

.product_contactbnr{
	background-image: url(../images/content/product/bg-contact.jpg);
	padding: 20px;
}
.product_contactbnr *{color:#FFF;}
.product_contactbnr > div{
	border: solid 1px #FFF;
	padding: 50px 1em 40px;
}
.product_contactbnr > div > *:nth-child(1){
	font-size: 225%;
	line-height: 100%;
}
.product_contactbnr > div > *:nth-child(2){
	margin-top: 1em;
	margin-bottom: 2em;
}
.product_contactbnr > div a{
	display: inline-block;
	border: solid 1px #FFF;
	padding: 1em;
	width: 400px;
	max-width: 100%;
	font-size: 14px;
	line-height: 100%;
}
.product_contactbnr > div a:hover{
	background-color: rgba(255,255,255,0.5);
}
.product_contactbnr > div a span{
	display: inline-block;
	transform: rotate(-90deg);
}
@media screen and (max-width: 999px) {
	.product_contactbnr > div{padding: 2em 1em 1em;}
	.product_contactbnr > div > *:nth-child(1){font-size: 175%;}
	.product_contactbnr > div a{font-size: 12px;}
}

.product_item{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: left;
}
.product_item li{}
.product_item li .pic{
	padding-top: 77.19298246%;
	background-position: center center;
	background-repeat:no-repeat;
	margin-bottom: 0.5em;
}
.product_item li .text{
	text-indent: -1.125em;
	padding-left: 1.125em;
	font-size: 14px;
	line-height: 125%;
}
.product_item li .text *{text-indent: 0;}
.product_item li .text > span{
	display: inline-block;
	margin-right: 0.125em;
}
@media screen and (min-width: 1000px) {
	.product_item li{width:23.75%;margin-left: 1.666666667%;}
	.product_item li:nth-child(4n+1){margin-left: 0;}
	.product_item li:nth-child(n+5){margin-top: 4.166666667%;}
}
@media screen and (min-width: 750px) and (max-width: 999px) {
	.product_item li{width:31.83333333%;margin-left: 2.25%;}
	.product_item li:nth-child(3n+1){margin-left: 0;}
	.product_item li:nth-child(n+4){margin-top: 4.166666667%;}
}
@media screen and (min-width: 500px) and (max-width: 749px) {
	.product_item li{width:48.5%;margin-left: 3%;}
	.product_item li:nth-child(2n+1){margin-left: 0;}
	.product_item li:nth-child(n+3){margin-top: 4.166666667%;}
}
@media screen and (max-width: 499px) {
	.product_item li{width:100%;}
	.product_item li:nth-child(n+2){margin-top: 4.166666667%;}
}
.product_other_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
	text-align: left;
}
.product_other_list .title{
	font-size: 125%;
	line-height: 100%;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.product_other_list .title span{
	color: #E50027;
}
.product_other_list img{width:100%;}
.product_other_list .text{
	line-height: 150%;
	margin-top: 0.25em;
}
@media screen and (min-width: 1000px) {
	.product_other_list li{width:48.5%;}
	.product_other_list li:nth-child(n+3){margin-top: 70px;}
}
@media screen and (max-width: 999px) {
	.product_other_list{margin-top: 2em;}
	.product_other_list li:nth-child(n+2){margin-top: 2em;}
}


.company_h3{
	border-left: solid 8px #E50027;
	padding: 10px 0;
	padding-left: 0.6em;
	padding-right: 0.3em;
	margin-top: 1.25em;
	margin-bottom: 1em;
	background-color: #FFF;
	font-size: 30px;
	line-height: 125%;
	text-align: left;
	box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.2);
}
.company_h3 + .product_text{
	padding-left: 32px;
}
@media screen and (max-width: 999px) {
	.company_h3{font-size: 18px;}
	.company_h3 + .product_text{padding-left: 0;}
}

.company_daihyou{float: right;}
.company_daihyou b{
	font-size: 30px;
	line-height: 150%;
	vertical-align: -0.15em;
}
@media screen and (max-width: 999px) {
	.company_daihyou{margin-top: 1em;}
}