/* -------------------------------
mainArea
------------------------------- */
.mainTit.mainTit_img::after {
  background: url("../images/pic_maintit.png") no-repeat center right;
  background-size: cover;
}
@media screen and (max-width: 768px) {
.mainTit.mainTit_img::after {
  background: url("../images/pic_maintit_sp.png") no-repeat center center;
  background-size: cover;
}
}

/* -------------------------------
secondaryArea
------------------------------- */
h2 {
	position: relative;
	font-size: 32px;
	font-size: 3.2rem;
	text-align: center;
	padding:1em 1em;
  display: inline-block;
  top:0;
}
h2:before, h2:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 50px;
  height: 100%;
  display: inline-block;
}
h2:before {
  border-left: solid 1px #462a2c;
  border-top: solid 1px #462a2c;
  border-bottom: solid 1px #462a2c;
  left: 0;
}
h2:after {
  content: '';
  border-top: solid 1px #462a2c;
  border-right: solid 1px #462a2c;
  border-bottom: solid 1px #462a2c;
  right: 0;
}
#secondaryArea > .flex .txt {
	margin-right: 50px;
}
.cnt .flex {
	justify-content: space-between;
	padding: 0 50px;
}
.cnt .flex .txt {
	width: 35%;
	margin-left: 5%;
}
.cnt .flex.picLeft .txt {
	width: 35%;
	margin-right: 5%;
}
.cnt .flex .pic {
	width: 55%;
	max-width: 650px;
}
.cnt .flex .pic img {
	width: 100%;
}
.cnt > .txt {
	padding: 0 50px;
	margin: 50px 0 0 5%;
}
.cnt > .txt.picLeft {
	padding: 0 50px;
	margin: 50px 5% 0 0;
}
#secondaryArea > .cnt {
	margin-top: 70px;
}
@media screen and (max-width: 768px) {
h2 {
	font-size: 2.0rem;
	padding:1em 0.5em;
	margin-bottom: 30px;
}
h2:before, h2:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 34px;
  height: 100%;
  display: inline-block;
}
#secondaryArea .flex {
	flex-direction: column;
}
#secondaryArea .reverse {
	flex-direction: column-reverse;		
}
#secondaryArea > .cnt {
	margin-top: 50px;
}
#secondaryArea > .flex .txt {
	margin-right: 0;
}
#secondaryArea .cmt {
	padding: 40px 15px 0;
}
#secondaryArea .cmt .txt {
	text-align: center;
}
#secondaryArea .cmt .pic {
	text-align: center;
}
#secondaryArea .cmt .pic img {
	width:80%;
	margin: 0 auto;
}
.cnt .flex {
	padding: 0 20px;
}
.cnt .flex .txt {
	width: 100%;
	margin-left: 0;
}
.cnt .flex.picLeft .txt {
	width: 100%;
	margin-right: 0%;
}
.cnt .flex .pic {
	width: 100%;
	max-width: 100%;
	margin-top: 30px;
}
.cnt > .txt {
	padding: 0 20px;
	margin: 30px 0 0 0;
}
.cnt > .txt.picLeft {
	padding: 0 20px;
	margin: 30px 0 0 0;
}
}
