@charset "utf-8";
/*--------------------------------
 * テクニカル
 * ---------------------------- */
 .page-template-technical .page-header {
 	background-color: #000;
 }
 .flex_sb {
 	justify-content: space-between;
 }

 #technical ul {
	list-style:none;
	padding: 0;
}

.red_box p {
	margin: 0;
}

#technical .technicalNav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px 0 30px;
}

#technical .title {
	border-left: 7px solid #BF272D;
  padding-left: 15px;
  margin-bottom: 25px;
}

#technical .title h3 {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 0;
  line-height: 1.5;
  margin-top: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}
#technical .title h3:after {
	content: none;
}
#technical h4 {
  font-size: 25px;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 0;
  background: none;
  font-weight: bold;
}
#technical .bold {
  font-size: 18px;
  font-weight: bold;
}

.red_box {
	margin-bottom: 40px;	
}
.red_box .flex {
	align-items: flex-start;

}
.red_box .left {
	flex: 2;
	margin-right: 30px;
}
.red_box .right {
	width: 40%;
	max-width: 394px;
}
.red_box .font20 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.red_box .box {
	width: 48%;
}
.red_box .box img {
  margin-bottom: 10px;
}

#technical .column {
  border: 3px solid #BF272D;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 50px;
}
#technical .column .left {
	flex: 2;
	margin-right: 30px;
}
#technical .column .right {
	width: 340px;
}
#technical .column h4 {
	background: transparent;
	padding: 0;
	border-radius: 0;
}
#technical .column .right img {
	width: 133px;
	align-self: flex-start;
}
#technical .column .right .text {
	flex: 2;
	margin-left: 15px;
}

#health .title {
	border-color: #113173;
}
#health .box_wrap {
	margin-top: 20px;
}
#health .box_wrap .box {
	width: 23%;
}
#health .box_wrap .box img {
	width: 100%;
	margin-bottom: 10px;
}
#health .box_wrap .box p {
	margin-bottom: .5em;
}
#health .column {
	border-color: #113173;
	margin-top: 40px;
}
#health .column .right {
	width: 50%;
	max-width: 484px;
}
#health .column .right img {
	width: 100%;
}

#design .title {
	border-color: #11540A;
}
#design .box {
	padding: 40px 0;
  border-bottom: 2px solid #B1B1B1;
}
#design .box .left {
	width: 50%;
}
#design .box .right {
	flex: 2;
	margin-left: 30px;
}
#design .box .right.flex .photo {
	width: 48%;
}
#design .box .right.flex .photo img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}


#technical .red {
	color: #BF272D;
}

#technical .blue {
	color: #113173;
}

#technical .green {
	color: #11540A;
}

#technical .inquireBtn {
	text-align: center;
	margin-top: 50px;
}
#technical .inquireBtn a:hover {
	opacity: .7;
}

@media(max-width: 1199px) {
	#technical .technicalNav li {
		width: 33.333%;
	}
}

@media(max-width: 991px) {
	.red_box .right {
    width: 30%;
	}
	.red_box .left {
		margin-right: 15px;
	}
}

@media(max-width: 720px) {
	#technical .column.flex {
		display: block;
	}
	#technical .column .left {
		margin-right: 0;
	}
	#technical .column .right {
    width: 100%;
	}

	.red_box.flex {
		display: block;
	}
	.red_box .left {
		margin: 0 0 20px 0;
	}
	.red_box .right {
		width: 100%;
		max-width: 100%;	
		text-align: center;
	}

	#health .box_wrap .box {
		width: 48%;
	}
}

@media(max-width: 650px) {
	#technical .title h3 {
		font-size: 21px;
	}
	#design .box.flex {
		display: block;
	}
	#design .box .left,
	#design .box .right {
		width: 100%;
		margin-left: 0;
	}
	#design .box .right {
		text-align: center;
	}
}