@charset "utf-8";

/* -------------------------------------------------------
	processing
------------------------------------------------------- */
.mv-concept {
	background: url(/common/img/about/mv.png) no-repeat bottom center;
	background-size: cover;
}

.table {
  border: none;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.table tr > td, .table tr > td {
    width: 240px;
}
.table tr > td {
  text-align: center;
	vertical-align: middle;
}
.table tr > td:first-child {
  width: 240px;
	text-align: left;
	line-height: 1.7;
	padding: 6px 20px;
}
.fs18 {
	font-size: 18px;
}
.tableCaption {
	max-width: 960px;
	margin: 8px auto 40px;
	font-size: 14px;
}

.imgWrap.w980 img {
	width: 980px;
}
.imgWrap.mb35 {
	margin-bottom: 35px;
}
.img3cols {
	max-width: 980px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	margin: 0 auto;
}
.img3cols li {
  width: 295px;
	text-align: left;
}
.imgBg {
  padding: 30px 0;
}
.imgBg > p {
	font-weight: bold;
	margin-top: 40px;
  margin-bottom: 60px;
}
.imgBg > p:last-child {
	margin-bottom: -22px;
}

.img2cols {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}
.img2cols > li {
	width: 47%;
  max-width: 570px;
}
.img2cols > li > p {
	text-align: left;
}
.caption {
	margin-top: 12px;
	text-align: left;
}
.caption > p {
	padding-left: 1em;
	text-indent: -1em;
}
.red {
	color: #f00;
}
@media screen and (max-width: 1200px) {
  .imgWrap.w570 img {
    width: 450px;
  }
  .img3cols li {
    width: 31%;
  }
}
@media screen and (max-width:1024px){
  .imgWrap.w980 img{
		width: 100%;
	}
}
@media screen and (max-width:767px){
	.imgWrap.w980 img {
		max-width: 320px;
	}
	.imgWrap {
		margin-bottom: 15px;
	}
	.img3cols {
		width: 100%;
    justify-content: space-around;
  }
  .img3cols li {
    width: 100%;
    margin: 30px auto;
  }
	.img3cols li:first-child {
		margin-top: 0;
	}
	.img3cols li:last-child {
		margin: 0 auto;
	}
	.img3cols > li > .imgWrap img {
    max-width: 240px;
	}
	.imgBg {
    padding: 30px 0 0;
	}
	.imgBg > p {
    margin: 30px 0;
	}
	.features {
		max-width: 290px;
		margin: 0 auto;
	}
	.img2cols > li > p {
	    font-size: 13px;
	}
	.img2cols > li > p > b {
		display: block;
    text-align: center;
	}
	.img2cols > li:last-child {
		margin-bottom: 0;
	}
	.img2cols.hasCaption > li {
		width: 100%;
		max-width: 570px;
		margin-bottom: 40px;
	}
	.img2cols.hasCaption > li:last-child {
		margin-bottom: 0;
	}
	.caption {
		margin-top: 5px;
		font-size: 14px;
	}
}
