@charset "UTF-8";

.intro {
  position: relative;
	z-index: 0;
	min-height: 274px;
  margin-top: 35px;
  margin-bottom: 60px;
}
.intro-image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 274px;
}
.intro-inner {
  width: 62.5%;
  line-height: 2.2;
}
.intro .lead {
  letter-spacing: 0.05em;
}

.p_inquery{
margin-top: 20px;
}

.p_inquery span{ 
display: block;
font-weight: bold;
}

@media screen and (max-width: 640px) {
	.intro-inner {
		width: 100%;
	}
	.intro-image {
		position: static;
		width: 200px;
		margin: 10px 0 0 auto;
	}
}

.solution-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.solution-list li {
	width: 100%;
	max-width: calc(25% - 7.5px);
	margin-bottom: 10px;
	padding: 18px 0 40px;
	background: #f7f6f2;
	font-size: 13px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
}
.solution-list li img {
	display: block;
	margin: 10px auto 0;
}

@media screen and (max-width: 640px) {
	.solution-list li {
		max-width: calc(50% - 5px);
		padding: 18px 0 40px;
	}
}
@media screen and (max-width: 480px) {
	.solution-list li {
		max-width: 100%;
		padding: 18px 0 10px;
	}
}

.prd-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.prd-box + .prd-box {
	border-top: none;
}
.prd-box .image {
  width: 31.25%;
}
.prd-box .image img {
	width: 100%;
}
.prd-box .text {
  width: 66.14%;
	line-height: 1.9;
}
.prd-box .text h4 {
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.prd-box .text h4 small {
	display: block;
	margin-bottom: 15px;
  color: #34739f;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 600;
}

@media screen and (max-width: 640px) {
	.prd-box .text h4 {
		margin-bottom: 10px;
		padding-bottom: 15px;
		font-size: 20px;
	}
	.prd-box .text h4 small {
		margin-bottom: 10px;
		font-size: 10px;
	}
}
@media screen and (max-width: 480px) {
	.prd-box {
		display: block;
	}
	.prd-box .image {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.prd-box .text {
		width: 100%;
	}
	.prd-box .text h4 {
		padding-bottom: 0;
		border-bottom: none;
	}
}


.development {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 350px;
	background: url(../images_new/bg_development.jpg) no-repeat center center / cover;
	color: #fff;
	text-align: center;
	line-height: 1.9;
}
.development-title {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.3em;
}
.development-title img {
	margin-bottom: 10px;
}
.development a {
	display: block;
	width: 300px;
	height: 52px;
	margin-top: 15px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 52px;
	transition: all 0.3s ease;
}
.development a:hover {
	background: rgba(255, 255, 255, 0.8);
	color: #333;
}