@charset "utf-8";
/* CSS Document */
/*------------------------------
	    information / contact
--------------------------------*/

#speciality {
	padding: 40px 5px;
	margin-bottom: 150px;
}

#speciality section .sectionInner {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#speciality h2 {
	text-align: center;
	font-size: 4.8rem;
	line-height: 1.1em;
	font-weight: normal;
	letter-spacing: 0.05em;
	font-family: 'Marcellus', serif;
}
.catch {
  display: flex;
  align-items: center;
  justify-content: center;
	font-size: 1.8rem;
	letter-spacing: normal;
	margin-top: 5px;
}
.catch:before, .catch:after {
  border-top: 1px solid;
  content: "";
  width: 2.5em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}

#speciality .innerBox > p {
  line-height: 1.8;
	padding-bottom: 20px;
	font-size: 1.6rem;
	max-width: 900px;
	margin: 0 auto;
}
#speciality .innerBox > p span {
  display: block;
	text-align: right;
	font-weight: bold;
	margin-top: 30px;
}
#speciality .flexBox {
  display: flex;
	justify-content: space-between;
	margin: 30px 0 60px;
	padding: 20px 15px;
	background-color: #F5F5F5;
}
#speciality .flexBox > div {
  width: 30%;
}
#speciality .flexBox h3 {
  margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: normal;
	padding-bottom: 2px;
	border-bottom: solid 1px #CCC;
}
#speciality .flexBox img {
  margin-bottom: 20px;
	width: 100%;
}
#speciality .flexBox p {
  margin-bottom: 10px;
	font-size: 1.4rem;
}
#speciality .flexBox .imgBox {
  display: flex;
	widows: 100%;
}
/*#speciality .flexBox .imgBox div {
	width: 50%;
	height: auto;
	margin-right: 10px;
}*/
#speciality .flexBox .imgBox img {
	width: 35%;
	height: auto;
	margin-right: 10px;
}

/*||||||　@media 767以下　||||||*/
@media screen and (max-width: 767px) {
	#speciality h2 {
	font-size: 4.0rem;
}
.catch {
	font-size: 1.6rem;
}
	.catch:before, .catch:after {
  width: 2.0em; /* 線の長さ */
}
	#speciality .flexBox {
  display: flex;
	flex-direction: column;
	margin: 10px 0 30px;
	padding: 20px 15px;
}
	#speciality .flexBox > div {
  width: 100%;
		margin-bottom: 40px;
}
	#speciality .flexBox > div:last-child {
		margin-bottom: 0;
}

	}
