/* -------------------------------
secondaryArea
------------------------------- */
#secondaryArea .copy {
	text-align: center;
}
h2 {
	position: relative;
	font-size: 32px;
	font-size: 3.2rem;
	text-align: center;
	padding:0 1em 1.5em;
  display: inline-block;
  top:0;
	font-weight: bold;
}
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;
}
h2 span.subTit {
  position: relative;
	color: #e281a0;
	font-size: 28px;
	font-size: 2.8rem;
  padding: 0.05em 1em;
  border-top: solid 2px #e281a0;
  border-bottom: solid 2px #e281a0;
	display: inline-block;
	margin-bottom: 35px;
}
h2 span.subTit:before, h2 span.subTit:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #e281a0;
}
h2 span.subTit:before {
  left: 7px;
}
h2 span.subTit:after {
  right: 7px;
}
.pink {
	margin-top: 60px;
	background: #f7dfe3 url("/ll/lp/images/mailmag/stepyj/bg_gel.png") no-repeat center top;
  background-size: contain;
	padding-bottom: 40px;
}
.pink h3 {
	margin-bottom: 60px;
}
.pink .midashi03::after {
  background: #faeeee;
  outline: 0px solid #faeeee;
}
.pink h4 {
	font-size: 22px;
	font-size: 2.2rem;
  position: relative;
  display: inline-block;
  margin: 1rem 0 1rem -10px;
  padding: 1rem 1rem 1rem 3rem;
  border-radius: 0 100vh 100vh 0;
	font-weight: bold;
  background: #eac1c9;
}
.pink h4:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #d3aeb7;
  border-left: 10px solid transparent;
}
.pink h4 span {
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #FFF;
	border-radius: 50vh;
	display: inline-block;
	margin-left: 5px;
}
.pink h5 {
	text-align: center;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
}
.pink .flex {
	flex-wrap: wrap;
}
.pink .flex > div {
	background: #FFF;
	width: 40%;
	margin-bottom: 40px;
}
.pink .flex > div:nth-of-type(odd) {
	margin-right: 5%;
}
.pink .flex > div img {
	width: 100%;
}
.pink .flex .pic {
	margin: 30px 50px;
}
.pink .flex .pic.pdlr {
	padding: 0 30px;
}
.pink .flex .txt {
	margin: 30px 50px;
}

.cnt h3 {
	margin-bottom: 80px;
}
.cnt .flex {
	justify-content: space-between;
	padding: 0 50px;
	margin-bottom: 100px;
}
.cnt .flex:last-of-type {
	margin-bottom: 0;
}
.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%;
}

@media screen and (max-width: 768px) {
h2 {
	font-size: 2.2rem;
	padding:0 2em 1em;
	margin-top: 25px;
}
h2:before, h2:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 34px;
  height: 100%;
  display: inline-block;
}
h2 span.subTit {
	font-size: 2.0rem;
  border-top: solid 1px #e281a0;
  border-bottom: solid 1px #e281a0;
	margin-bottom: 20px;
}
h2 span.subTit:before, h2 span.subTit:after {
  width: 1px;
}
#secondaryArea .flex {
	flex-direction: column;
}
#secondaryArea .reverse {
	flex-direction: column-reverse;		
}
.pink {
	margin-top: 30px;
	background: #f7dfe3 url("/ll/lp/images/mailmag/stepyj/bg_gel.png") no-repeat center top;
  background-size: contain;
	padding-bottom: 30px;
}
.pink h3 {
	margin-bottom: 30px;
}
.pink h4 {
	font-size: 1.8rem;
  margin: 1rem 0 1rem -10px;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  border-radius: 0 100vh 100vh 0;
}
.pink h5 {
	font-size: 2.0rem;
	font-weight: bold;
}
.pink .flex {
	flex-wrap: wrap;
}
.pink .flex > div {
	width: 90%;
	margin-bottom: 30px;
	margin-left: 5%;
	margin-right: 5%;
}
.pink .flex .pic {
	margin: 20px 20px;
}
.pink .flex .pic.pdlr {
	padding: 0 20px;
}
.pink .flex .txt {
	margin: 30px 20px;
}
.cnt h3 {
	margin-bottom: 30px;
}
.cnt .flex {
	padding: 0 20px;
	margin-bottom: 20px;
}
.cnt .flex .txt {
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
}
.cnt .flex.picLeft .txt {
	width: 100%;
	margin-right: 0%;
}
.cnt .flex .pic {
	width: 100%;
	max-width: 100%;
}
}