@charset "utf-8";

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

.readText p.alignLeft {
  text-align: left;
  padding-left: 0.35em;
}

.img2cols {
	display: flex;
  justify-content: center;
	flex-wrap: wrap;
}
.img2cols li {
  width: 350px;
}
.img2cols li:nth-child(1) {
  margin-right: 30px;
}
.img2cols li:nth-child(2) {
  margin-left: 30px;
}

.imghead {
	width: 50%;
	display: flex;
	justify-content: space-around;
	margin: 5px 0 10px;
	margin-left: 50%;
}

.img3cols {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.img3cols li {
  font-size: 92%;
  width: 33%;
  max-width: 360px;
}
.caption {
  font-size: 16px;
  margin-top: 20px;
  text-align: left;
}
.caption > .head {
  font-weight: bold;
}
.caption > p {
  margin-left: 1em;
}

.sec03 .imgWrap {
  margin-left: 210px;
}
.conText {
	text-align: center;
}
.conText > p {
	font-size: 18px;
}
.conText > p a {
	color: #053597;
	text-decoration: none;
	position: relative;
}
.conText > p a:after {
	content: '';
	position: absolute;
	top: 22px;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #053597;
}
@media screen and (max-width:1200px) {
  .img3cols {
    justify-content: flex-start;
  }
  .img3cols li {
    width: 49%;
    max-width: 49%;
    text-align: center;
    margin-bottom: 30px;
  }
  .img3cols li > img {
    width: 360px;
  }
  .caption {
    width: 360px;
    margin: 5px auto 0;
  }
}
@media screen and (max-width:1024px) {
	.img2cols {
		margin: 0 20px 40px;
	}
	.img2cols li{
		width: 48%;
		max-width: 350px;
	}
	.img2cols li:nth-child(1) {
		margin-right: 10px;
	}
	.img2cols li:nth-child(2) {
		margin-left: 10px;
	}

  .sec03 .imgWrap {
    margin-left: 0;
  }
}
@media screen and (max-width:767px) {
	.img2cols {
		justify-content: space-around;
	}
	.img2cols li {
		width: 100%;
		margin: 10px auto;
	}
	.img2cols li:nth-child(1) {
		margin: 10px auto;
	}
	.img2cols li:nth-child(2) {
		margin: 10px auto;
	}

	.imghead {
		font-size: 12px;
		margin: 0;
    margin-left: 50%;
	}
	.conText > p {
		font-size: 16px;
	}

  .img3cols {
    display: block;
  }
  .img3cols li {
    width: 100%;
    max-width: 100%;
  }
  .img3cols li > img {
    width: 260px;
  }
  .caption {
    width: 260px;
    font-size: 14px;
  }
}
