@charset "utf-8";

@media screen and (min-width:768px) {
	#g_navi {
		display: none;
	}
}

/* foot_g_navi
---------------------------- */
.foot_g_navi ul {
	text-align: center;
	border-top: 1px solid #c9c9c9;
	padding: 40px 0;
}
.foot_g_navi ul li {
	display: inline-block;
	font-size: 1.4rem;
	margin: 0 2em;
	position: relative;
}
.foot_g_navi ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 2em;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: -33px;
  background-color: #dadada;
}
.foot_g_navi ul li:last-child::after {
  background-color: #fff;
}
.foot_g_navi ul li a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.foot_g_navi ul li a:hover {
  opacity: .5
}
@media screen and (max-width:767px) {
	.foot_g_navi ul {
		padding: 7% 0;
	}
	.foot_g_navi ul li {
		font-size: 1.2rem;
		margin: 0;
		width: 100%;
		text-align: left;
		padding-left: 5%;
	}
	.foot_g_navi ul li::after {
	  display: none;
	}
	.foot_g_navi ul li a {
		position: relative;
		padding-left: 15px;
	}
	.foot_g_navi ul li a::after {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  margin: auto;
	  content: "";
	  width: 6px;
	  height: 6px;
	  border-top: 1px solid #333;
	  border-right: 1px solid #333;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
}

/* main_head
---------------------------- */
#main {
	letter-spacing: 0.05em;
}
.main_head {
	text-align: center;
	padding-bottom: 20px;
}
.main_head .section_inner {
	text-align: center;
	position: relative;
}
.main_head .title {
	padding: 100px 0 0;
	font-size: 3.4rem;
	letter-spacing: 0.08em;
}
@media screen and (max-width:767px) {
	.main_head .title {
		padding: 10% 0 0;
		font-size: 2.4rem;
	}
}
.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;
	margin-top: 30px;
}
.section ul.item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
	padding-top: 50px;
}
.section ul.item_list li {
	width: 30%;
	margin: 0 5% 60px 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-align: center;
}
.section ul.item_list li:nth-of-type(3n) {
	margin: 0 0 60px 0;
}
.section ul.item_list li:hover {
  opacity: .5
}
.section ul.item_list li p {
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 10px;
	text-align: left;
}
.section ul.item_list li p span {
	padding: 0 0 0 10px;
	border-left: 5px solid #fc7215;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
	position: relative;
	line-height: 1.4;
}
.section ul.item_list li p span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fc7215;
  border-right: 2px solid #fc7215;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section ul.item_list li img {
	margin-top: 15px;
}
@media screen and (max-width:767px) {
	.section {
	  padding: 5% 0 0;
	}
	.section h2 {
		font-size: 1.6rem;
		line-height: 40px;
		margin-top: 0;
	}
	.section ul.item_list {
		padding-top: 0;
		padding-bottom: 10%;
	}
	.section ul.item_list li {
		width: 47%;
		margin: 8% 6% 0 0;
	}
	.section ul.item_list li:nth-of-type(3n) {
		margin: 8% 6% 0 0;
	}
	.section ul.item_list li:nth-of-type(2n) {
		margin: 8% 0 0 0;
	}
	.section ul.item_list li p {
		padding-bottom: 10px;
		text-align: left;
	}
	.section ul.item_list li p span {
		padding: 0 10px 0 8px;
		border-left: 3px solid #fc7215;
	  font-size: 1.4rem;
	  line-height: 1.4;
	}
	.section ul.item_list li p span::after {
		display: none;
	}
.section ul.item_list li img {
  margin-top: 10px;
}

}
