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

/* -------------------------------
secondaryArea
------------------------------- */
#secondaryArea {
	margin-top: 140px;
}
#secondaryArea > .pic {
	width: 50%;
	margin: 20px auto 0;
}
#secondaryArea > .pic img {
	width: 100%;
}
#secondaryArea > .flex .txt {
	margin-right: 50px;
}
#secondaryArea > .cnt {
	margin-top: 60px;
	margin-bottom: 90px;
}
.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%;
}
.tline {
	position: relative;
	background: #FFF;
	margin: 40px 50px 0;
	padding-bottom: 50px;
}
.tline::after {
  border-right: 3px dotted #93878a;
  content: '';
  height: 30px;
  left: 8%;
	bottom: -30px;
  position: absolute;
}
.tline:last-of-type::after {
  border-right: none;
}
.tline h3 {
  position: relative;
	font-size: 25px;
	font-size: 2.5rem;
  padding: 1rem 2rem 1rem 4em;
  background: #fff;
}
.tline h3 span {
  position: absolute;
  top: -10px;
  left: 20px;
  display: inline-block;
  width: 170px;
  height: 50px;
  text-align: center;
  background: #eac1c9;
}
.tline h3 span:before {
  position: absolute;
  content: '';
}
.tline h3 span:before {
  right: -10px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d3aeb7;
}
.tline h4 {
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
	margin-top: 30px;
}
.tline > .txt {
	width: 50%;
	margin: 50px auto 0;
}
.tline > p {
	text-align: right;
	margin:30px 30px 0 0;
}
.cnt .tline .flex {
	margin-top: 50px;
	justify-content: center;
	padding: 0 50px;
}
.cnt .tline .flex .txt {
	width: 40%;
	margin-right: 5%;
	margin-left: 0;
}
.cnt .tline .flex.picLeft .txt {
	width: 40%;
	margin-right: 0;
	margin-left: 5%;
}
.cnt .tline .flex .pic {
	width: 40%;
	max-width: 500px;
}
@media screen and (max-width: 768px) {
	#secondaryArea {
		margin-top: 50px;
	}
#secondaryArea > .pic {
	width: 80%;
	margin: 0 auto;
}
#secondaryArea > .cnt {
	margin-top: 30px;
	margin-bottom: 50px;
}
#secondaryArea .flex {
	flex-direction: column;
}
#secondaryArea .reverse {
	flex-direction: column-reverse;		
}
#secondaryArea > .flex .txt {
	margin-right: 0;
}
#secondaryArea .cmt {
	padding: 40px 15px;
}
#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;
}
.tline {
	margin: 0 20px 40px;
	padding-bottom: 50px;
}
.tline::after {
  left: 20%;
}
.tline h3 {
	font-size: 1.8rem;
  padding: 1rem 1rem 1rem 4em;
}
.tline h3 span {
  left: 10px;
  width: 120px;
  height: 36px;
}
.tline h4 {
	font-size: 2.0rem;
	font-weight: bold;
}
.tline > p {
	font-size: 1.6rem;
	text-align: left;
	margin:30px 20px 0;
	}
.cnt .tline .flex {
	margin-top: 30px;
	padding: 0 20px;
}
.cnt .tline .flex .txt {
	width: 100%;
	margin-right: 0;
}
.cnt .tline .flex.picLeft .txt {
	width: 100%;
	margin-left: 0;
}
.cnt .tline .flex .pic {
	width: 100%;
	max-width: 100%;
}
.tline > .txt {
	width: 85%;
	margin: 30px auto 0;
}
#pageTop {
	margin-top: -80px;
}
}
