@charset "utf-8";

/* main_head
---------------------------- */
.main_head .title .sub {
	font-size: 2rem;
	display: inline-block;
	position: relative;
}
.main_head .title .sub::before,
.main_head .title .sub::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 55px;
  height: 1px;
  background-color: #333;
}
.main_head .title .sub::before {
  left: -70px;
}
.main_head .title .sub::after {
  right: -70px;
}
.main_head .title .small {
	font-size: 2.6rem;
	vertical-align: text-top;
}
@media screen and (max-width:767px) {
	.main_head .title {
	  padding: 5% 0 0;
	  line-height: 1.4;
	}
	.main_head .title .sub {
		font-size: 1.6rem;
		margin-bottom: 2%;
	}
	.main_head .title .sub::before,
	.main_head .title .sub::after {
	  width: 40px;
	}
	.main_head .title .sub::before {
	  left: -50px;
	}
	.main_head .title .sub::after {
	  right: -50px;
	}
	.main_head .title .small {
		font-size: 1.6rem;
		vertical-align: text-top;
	}
}

/* section_main
---------------------------- */
.section h2 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	background-color: #fc7215;
	line-height: 45px;
	padding-left: 1em;
}
.section ul li a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.section ul li a:hover {
  opacity: .5
}
.section ul.langNav {
  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;
  margin-top: 30px;
}
.section ul.langNav li {
  width: 15.5%;
}
.section .langList .langList_box {
	padding-top: 50px;
}
.section .langList h3 {
	font-size: 1.6rem;
	font-weight: bold;
	border-left: 5px solid #fc7215;
	padding-left: 10px;
	line-height: 1.5;
}
.section .langList h3.arTit {
	border-left: none;
	border-right: 5px solid #fc7215;
	padding-left: 0;
	padding-right: 10px;
	text-align: right;
}
.section .langList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section .langList ul li {
  width: 32%;
  margin: 2% 2% 0 0;
}
.section .langList ul li:nth-of-type(3n) {
  margin: 2% 0 0 0;
}
@media screen and (max-width:767px) {
	.section h2 {
		font-size: 1.6rem;
		line-height: 40px;
	}
	.section ul.langNav {
	  margin-top: 5%;
	}
	.section ul.langNav li {
	  width: 32%;
	}
	.section .langList .langList_box {
		padding-top: 12%;
	}

.section .langList ul li {
  width: 48%;
  margin: 4% 4% 0 0;
}
.section .langList ul li:nth-of-type(3n) {
  margin: 4% 4% 0 0;
}
.section .langList ul li:nth-of-type(2n) {
  margin: 4% 0 0 0;
}

.section .langList #ar ul li:nth-of-type(3n) {
  margin: 4% 0 0 0;
}
.section .langList #ar ul li:nth-of-type(2n) {
  margin: 4% 4% 0 0;
}


}
