@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:500i');

/* -------------------------------------------------------
contents
------------------------------------------------------- */
.contents{
	width: 100%;
	position: relative;
	background-size: 100%;
}
.sec{
	display: block;
	padding-bottom: 1px;
	margin: 10px auto 20px;
}
.sec.bgBl{
	background-color:#f5f9fc;
	padding:40px 0;
	margin-bottom: 40px;
}
.sec.btm{
	padding-bottom: 50px;
}
.inner{
	margin: 0 auto;
	padding:0;
	width: 100%;
	max-width: 1200px;
	text-align: left;
	position: relative;
}
.inner .con {
	 margin-bottom: 30px
}
.underline {
	border-bottom: 1px solid #000;
}
@media screen and (max-width:1200px){
	.inner {
		max-width: 96%;
	}
}
@media screen and (max-width:768px){
	.sec{
		margin-bottom: 30px;
	}
	.sec:last-child{
		padding-bottom: 0;
	}
	.sec.bgBl{
		background-color:#f5f9fc;
		padding:30px 0;
	}
	.sec.btm{
		padding-bottom: 30px;
	}
	.inner{
		padding: 0 20px;
		max-width:100%;
	}
}

/* -------------------------------------------------------
  mv
------------------------------------------------------- */
.mv{
	width: 100%;
	height: 240px;
	position: relative;
	text-align: center;
	color: #fff;
	background: url(../img/equipment/mv.png) no-repeat bottom center;
	background-size: cover;
}
.mv .mvInner{
	max-width: 1200px;
	margin: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content:center;
	position:relative;
	text-align: center;
}
.mv h2 {
	font-size: 300%;
	color: #fff;
	font-weight: 100;
	text-shadow: 0px 0px 10px rgba(71,71,71,0.9);
}

/*readText*/
.readText{
	position: relative;
	top: -40px;
	max-width: 1200px;
	padding: 70px;
	margin: 0 auto 35px;
	background-color: rgba(255,255,255,0.90);
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.2);
	text-align: center;
}
.readText h3{
	font-weight: 100;
	font-size: 200%;
	line-height: 1.4;
	color:#053597;
}
.readText p {
	text-align: left;
	font-size: 26px;
	line-height: 1.7;
	color: #2b4b9f;
	text-align: center;
}
/* .readText .headerTxt {
	font-size: 32px;
	line-height: 48px;
	color: #000;
	font-weight: normal;
} */
.readText-ttl {
	width: 40%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.readText-bg {
	background-color: #f5faff;
}
@media screen and (max-width:1200px){
	.readText{
		max-width: 96%;
		padding: 60px;
	}
	.readText::before {
		left: 40px;
	}
	.readText::after {
		right: 40px;
	}
	.readText p{
		font-size: 22px;
	}
}
@media screen and (max-width:768px){
	.mv{
		height: 150px;
	}
	.mv h2{
		font-size:  220%;
	}
	.readText{
		top: -30px;
		max-width: 90%;
		padding: 20px;
		margin: 0 auto 20px;
	}
	.readText h3{
		font-size: 160%;
		margin: 30px 10px 30px;
	}
	.readText p{
		font-size: 16px;
		line-height: 1.7;
	}
	.readText::before {
	  top: 40px;
		left: 10px;
	}
	.readText::after {
		bottom: 10px;
		right: 10px;
	}
	.readText .headerTxt {
		font-size: 24px;
		line-height: 24px;
	}
}
@media screen and (max-width:640px){
	.mv .mvInner{
		max-width: 90%;
		width: 100%;
	}
	.mv h2{
		font-size: 170%;
	}
	.readText h3{
		font-size: 130%;
	}
	.readText p{
		font-size: 92%;
	}
}

/* -------------------------------------------------------
  example
------------------------------------------------------- */
.example {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.example li {
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding-right: 38px;
	padding-bottom: 5px;
}
.example li:last-child {
	padding-right: 0;
}
.example li::before {
	content: '\f046 ';
	font-family: FontAwesome;
	color: #fe9001;
	line-height: 1.3;
	margin-right: 7px;
}
/* .border-bottom-none::after {
	border-bottom: none !important;
} */

/* -------------------------------------------------------
  pageNav
------------------------------------------------------- */
.pageNav {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px;
}
.pageNav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pageNav li {
  width: 32.5%;
	background-color: #f1f8ff;
  text-align: center;
  line-height: 36px;
  position: relative;
  font-size: 16px;
  display: block;
	padding: 5px 0;
  margin: 0 0 40px;
	color: #000;
	box-shadow: 1px 1.5px 3px 0px rgba(0,0,0,0.2);
}
.pageNav li:after {
	content: '\f107';
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -30px;
	height: 1em;
	margin: auto;
	font-size: 180%;
	line-height: 1;
	color: #16569e;
}
.pageNav a {
	text-decoration: none;
	display: block;
}
@media screen and (max-width:1200px){
	.pageNav li {
		line-height: 1.7;
	}
}
@media screen and (max-width:768px){
	.pageNav ul {
	  justify-content: center;
	}
	.pageNav li {
	  width: 70%;
		margin: 20px 0 30px;
	}
	.pageNav li:first-child {
		margin-top: 10px;
	}
}
@media screen and (max-width: 640px){
	.pageNav li {
		font-size: 14px;
		margin: 20px 5px 20px;
	}
}


/* -------------------------------------------------------
  ttl
------------------------------------------------------- */
.innerTtl {
  font-size: 32px;
	line-height: 36px;
	font-weight: normal;
	color: #053597;
  position: relative;
  margin-bottom: 40px;
	text-align: center;
	border-bottom: solid 1px #ccc;
	padding-bottom: 18px;
}
.innerTtl::after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 8px #fdf15a;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10%;
}
.ttlBlCt {
  display: block;
  text-align: center;
  background-color: #053597;
  color: #fff;
  font-size: 190%;
  width: 46%;
  margin: 0 auto 24px;
  font-weight: normal;
}
@media screen and (max-width:767px){
	.innerTtl {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.ttlBlCt {
    font-size: 140%;
    width: 100%;
	}
}

/* -------------------------------------------------------
	img list  (products)
------------------------------------------------------- */
.imgList{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/* margin-bottom: 30px; */
	padding-top:20px;
}
.imgList > li{
	width: 47.5%;
	background-color: #f8f8f8;
	border: solid 1px #eaeaea;
	display: table;
	margin-bottom: 40px;
	line-height: 1;
}
.imgList > li > a:hover{
	background-color: #fff;
	opacity: 0.8;
}
.imgList > li > a {
	display:block;
	text-decoration: none;
	position: relative;
}
.imgList > li > a:hover img{
	opacity:0.9;
}
.imgList > li > a > div{
	display: table-cell;
	vertical-align: middle;
}
.imgList > li > a > .lImg{
	width:33%;
}
.imgList > li > a > .rTxt{
	width:67%;
	font-size: 112%;
	padding: 20px;
	color: #000;
}
.imgList > li > a > .rTxt span{
	color: #FD0000;
	margin-left: 5px;
}
.imgList > li > a > .rTxt:after{
	position: absolute;
	right:10px;
	top:0;
	bottom: 0;
	height: 1em;
	margin: auto;
	color: #053597;
	content:'\f105';
	font-family: FontAwesome;
	font-size: 150%;
}

/* IEのみ */
@media all and (-ms-high-contrast: none) {
	.imgList > li > a > .rTxt:after{
		position: absolute;
		right:10px;
		height: 1em;
		margin: auto;
		color: #053597;
		content:'\f105';
		font-family: FontAwesome;
		font-size: 150%;
	}
}

@media screen and (max-width:767px){
	.imgList{
		padding-top: 0;
	}
	.imgList > li{
		width: 100%;
		margin-bottom:20px;
	}
	.imgList > li > a > .rTxt{
		font-size: 108%;
	}
	/* IEのみ */
	@media all and (-ms-high-contrast: none) {
		.imgList > li > a > .rTxt:after{
			position: absolute;
			right:10px;
			height: 1em;
			margin: auto;
			color: #053597;
			content:'\f105';
			font-family: FontAwesome;
			font-size: 150%;
		}
	}
}

/* -------------------------------------------------------
	table
------------------------------------------------------- */
.imgTtl {
	padding: 0 0 0 0.5em;
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 10px;
}
.imgTtl-bl {
	border-left: 7px solid #053597;
}
.imgTtl-red {
	border-left: 7px solid #e60012;
}
.imgTtl-gr {
	border-left: 7px solid #009e96;
}
.table {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border: 1px solid #ddd;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1;
  word-break: break-word;
}
.table tr {
}
.table tr > th, .table tr > td {
  border: 1px solid #ddd;
	line-height: 1.7;
  padding: 6px 20px;
	vertical-align: middle;
}
.table tr:nth-child(2n+1) {
  background-color: #f1f8ff;
}
.table tr:nth-child(2n) {
  background-color: #fff;
}
.table tr > th, .table tr > td {
  border: 1px solid #ddd;
}
.table tr > th {
  background-color: #053597;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.table tr > td:first-child {
  width: 29.5%;
	text-align: left;
}
@media screen and (max-width:1024px){
}
@media screen and (max-width:767px){
	.imgTtl {
    font-size: 16px;
	}
	.table {
		line-height: 1.7;
	}
	.table tr > td {
		padding: 5px 3px;
	}
}

/* -------------------------------------------------------
	number list (processing / products)
------------------------------------------------------- */
.numList {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.numList.col2 li {
	width: 47.5%;
}
.numList.col3 li {
	width: 31.2%;
}
.numList li {
	font-size: 100%;
	padding-bottom: 8px;
	margin-bottom: 16px;
	padding-left:2.2em;
	text-indent: -2.2em;
	line-height: 1.7;
	border-bottom: solid 1px #f1f1f1;
}
.numList li span {
	color: #053597;
	font-size: 154%;
	font-family: 'Roboto', sans-serif;
	padding-right: 10px;
	font-style: italic;
}
.numList li b {
	font-size: 20.5px;
}
.numList li.emptyCell{
	border-bottom: none;
}
.numList li p::before {
	content: '';
	padding-left: 2em;
}
.numList li.at {
    width: auto;
}
@media screen and (max-width:767px){
	.numList {
		margin-bottom: 30px;
	}
	.numList li, .numList.col2 li, .numList.col3 li {
		width: 100%;
		padding-bottom: 10px;
		margin-bottom: 10px;
		line-height: 1.7;
	}
	.numList li:last-child {
		margin-bottom: 0;
	}
	.numList li.emptyCell {
		display:none;
	}
}

/* -------------------------------------------------------
	check list
------------------------------------------------------- */
.checkList {
	display: flex;
	flex-wrap: wrap;
	padding-top: 15px;
}
.checkList li {
	margin-right: 40px;
}
.checkList li::before {
  content: '\f046 ';
  font-family: FontAwesome;
  color: #fe9001;
  line-height: 1.3;
  margin-right: 7px;
}
.checkList li.noCheckIcon::before {
	content: '';
}
@media screen and (max-width:767px){
	.checkList li {
	    line-height: 2;
	}
}

/* -------------------------------------------------------
	line
------------------------------------------------------- */
.lineRed {
	color: #f00;
	font-weight: bold;
	border-bottom: 1px solid #f00;
}
.lineBl {
	color: #4c7de9;
	font-weight: bold;
	border-bottom: 1px solid #4c7de9;
}
.fw_normal {
	font-weight: normal;
}

/* -------------------------------------------------------
	image bg
------------------------------------------------------- */
.imgBg{
	text-align: center;
	width: 100%;
	padding: 30px;
	margin-bottom: 50px;
	position: relative;
}
.imgBg.wt{
	background-color: #fff;
}
.imgBg.gry{
	background-color: #f8f8f8;
	border:solid 1px #eaeaea;
}
.imgBg.txt{
	padding:0;
}
.sec.bgBl .imgBg {
  margin-bottom: 30px;
}
@media screen and (max-width:767px){
	.imgBg{
		padding: 30px 20px;
	}
}


/* -------------------------------------------------------
	imgWrap
------------------------------------------------------- */
.imgWrap img{
	margin: auto;
	display: block;
}
.imgWrap.w400 img{width:400px;}
.imgWrap.w480 img{width:480px;}
.imgWrap.w500 img{width:500px;}
.imgWrap.w600 img{width:600px;}
.imgWrap.w700 img{width:700px;}
.imgWrap.w800 img{width:800px;}
.imgWrap.w900 img{width:900px;}
.imgWrap.w1000 img{width:1000px;}
.imgWrap.w1100 img{width:1100px;}
@media screen and (max-width:1200px){
  .imgWrap.w1100 img{
		width:100%;
	}
}
@media screen and (max-width:1000px){
  .imgWrap.w1000 img{
		width:100%;
	}
}
@media screen and (max-width:900px){
  .imgWrap.w900 img{
		width:100%;
	}
}
@media screen and (max-width:800px){
  .imgWrap.w800 img{
		width:100%;
	}
}
@media screen and (max-width:767px){
	.imgWrap.w400 img,
	.imgWrap.w480 img,
	.imgWrap.w500 img,
	.imgWrap.w600 img,
	.imgWrap.w700 img,
	.imgWrap.w800 img,
	.imgWrap.w900 img{
		width:100%;
	}
}

/* -------------------------------------------------------
 category footer link
------------------------------------------------------- */
.categoryLink{
	display: block;
	padding:60px 0;
	background-color:#e7f1f9;
}
.categoryLink h4{
	text-align:center;
	font-size: 150%;
	color:#054a97;
	margin-bottom: 50px;
}
.categoryLink ul{
	display:flex;
	justify-content: space-between;

	flex-wrap: wrap;
}
.categoryLink li{
	width: 24%;
	margin-bottom: 10px;
}
.categoryLink.fpc-products li:last-child {
  margin-right: 50.6%;
}
.categoryLink li a{
	display: block;
	position: relative;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 1.7em 10px;
	padding-right: 1.8em;
	height: 100%;
	color: #fff;
	align-items: center;
}
.categoryLink li.l2 a{
	padding: 1em;
}
.categoryLink li:nth-child(odd) a{
	background: #054a97;
}
.categoryLink li:nth-child(even) a{
	background: #0abadf;
}
.categoryLink li a:hover{
	background-color: #666;
}
.categoryLink li a:after{
	position: absolute;
	right:10px;
	top:0;
	bottom: 0;
	height: 1em;
	margin: auto;
	color: #fff;
	content:'\f178';
	font-weight: normal;
	font-family: FontAwesome;
	line-height: 1;
}

.categoryLink.about li:last-child {
  margin-right: 50.6%;
}
.categoryLink.about li a {
	padding:0.856em 10px;
}
.categoryLink.processing li:last-child {
  margin-right: 25%;
}
@media screen and (max-width:767px){
	.categoryLink{
		padding:40px 0;
		margin-top: -40px;
	}
	.categoryLink h4{
		margin-bottom:20px;
	}
	.categoryLink li{
		width: 47%;
	}
	.categoryLink li a{
		padding:1em 10px;
		font-size: 88%;
		display: flex;
		text-align: left;
		padding-right: 1.5em;
	}
	.categoryLink.about li:last-child {
		margin-right:0;
	}
}
