@charset "utf-8";

body {
	counter-reset: titleNum;
}
.strength ul {
	counter-increment: titleNum;
}

#strength {
  position: relative;
  padding: 0 0 40px;
  color: #555;
}

#strength-first {
  text-align: center;
  padding: 0 0 40px;
  background-color: #ffe4ef;
}

#strength h2 {
  padding: 50px 0;
  background-color: #333;
  color: #fff;
}


#strength small {
  color: #ccc;
}

#strength p {
  line-height: 3;
}

#strength h3 {
  font-size: 190%;
  letter-spacing: -3px;
}

#strength h3 .times {
  letter-spacing: 1px;
}

#strength h4 {
	font-size:170%;
	position: relative;
	padding: 0 0 .5em 2.5em;
	border-bottom: 1px solid #ccc;
}
#strength h4::before {
	position: absolute;
	/*top: 0;*/
	left: 15px;
	content: counter(titleNum);
	width: 28px;
	height: 28px;
	line-height: 28px;
	background-color: #efacc7;
	border-radius: 100%;
	color: #fff;
	font-size: .9em;
	text-align: center;
}
/*.strength-txt a {
  text-decoration: underline;
}

.strength-txt .strength-tel {
  text-decoration: none;
}
*/
/*.strength dl {
  border-top: dashed 1px #ccc;
  padding: 15px 0;
}

.strength dl:last-child {
  border-bottom: dashed 1px #ccc;
}

.strength dt {
  text-align: center;
  font-weight: 700;
}
*/
dl.strength p {
	line-height:1.5 !important;
}
dl.strength {
	padding:20px;
	border:1px solid #ccc;
	margin:0 10px 10px 0;
}
dl.strength dt {
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #ffe6f0;
	font-size:130%;
	margin-bottom:10px;
	text-align:left !important;
}
dl.strength dd span.appeal {
	font-size:300%;
	font-weight:bold;
}



@media (max-width: 1199px){
	dl.strength p {
		margin-top:0;
	}
	dl.strength dd span.appeal {
	font-size:200%;
	}
}

@media (max-width: 991px){
	
	}

@media (max-width: 767px){
	
	#strength p {
    text-align: left;
    padding: 0 15px;
  }
  /*#strength dt {
    text-align: left;
  }
  #strength dt,
  #strength dd {
    padding: 0;
		text-align:center;
  }*/
  #strength h3 {
    font-size: 150%;
    letter-spacing: -3px;
  }
  #strength h3 img {
    width: 40px;
  }
	dl.strength {
		margin:10px;
	}
/*  .strength-txt .strength-tel {
    text-decoration: underline;
  }
*/	}

@media (max-width: 500px){
  }
}

@media (max-height: 400px){

}