@charset "utf-8";

/* main_head
---------------------------- */
.main_head .title span {
	font-size: 2rem;
	display: inline-block;
	position: relative;
}
.main_head .title span::before,
.main_head .title span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 55px;
  height: 1px;
  background-color: #333;
}
.main_head .title span::before {
  left: -70px;
}
.main_head .title span::after {
  right: -70px;
}
@media screen and (max-width:767px) {
	.main_head .title {
	  padding: 5% 0 0;
	}
	.main_head .title span {
		font-size: 1.6rem;
	}
	.main_head .title span::before,
	.main_head .title span::after {
	  width: 40px;
	}
	.main_head .title span::before {
	  left: -50px;
	}
	.main_head .title span::after {
	  right: -50px;
	}
}

/* section_main
---------------------------- */
.section h2 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	background-color: #fc7215;
	line-height: 45px;
	padding-left: 1em;
}
.section .pamp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.section .pamp ul li {
  width: 30.5%;
  padding-top: 6%;
  margin: 6% 3.5% 0 0;
	line-height: 1.6;
	border-top: 1px solid #c9c9c9;
}
.section .pamp ul li:nth-child(3n) {
  margin: 6% 0 0 0;
}
.section .pamp ul li:nth-child(1),
.section .pamp ul li:nth-child(2),
.section .pamp ul li:nth-child(3) {
  padding-top: 6%;
  margin-top: 0;
	border-top:none;
}
.section .pamp ul li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	font-size: 1.6rem;
	font-weight: bold;
	border-left: 5px solid #fc7215;
	padding-left: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.5;
}
.section .pamp ul li .text {
	font-size: 1.4rem;
	margin-top: 15px;
}
.section .pamp ul li .img {
	margin-top: 15px;
}
.section ul li a {
	font-size: 1.4rem;
	background-color: #7e1d03;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 5px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding: 7px 0;
  margin-top: 10px;
  position: relative;
}
.section ul li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6%;
  margin: auto;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section ul li a:hover {
  opacity: .5
}
.section .spec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section .spec ul li {
  width: 30.5%;
  padding-top: 5%;
	line-height: 1.6;
}
@media screen and (max-width:767px) {
	.section h2 {
		font-size: 1.6rem;
		line-height: 40px;
	}
	.section .pamp ul li {
	  width: 100%;
	  padding-top: 15% !important;
	  margin-top: 0;
	  margin-right: 0;
		border-top:none;
	}
	.section .pamp ul li:nth-child(1) {
	  padding-top: 10% !important;
	}
	.section .pamp ul li .img {
		width: 80%;
		margin: 15px auto 0;
	}
	.section ul li a {
	  padding: 10px 0;
		width: 80%;
		margin: 15px auto 0;
	}
	.section .spec ul li {
	  width: 100%;
	  padding-top: 2%;
	}
}
