@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/* ==========================================================================
	CONTENTS
	========================================================================== */

#lead img {
	display: block;
	width: 50%;
	margin: 0 auto;
}
.consultation {
	text-align: center;
	box-shadow:0px 0px 8px 3px #cae2f3 inset;
	border: solid 1px #9fcbe9;
	padding: 40px;
}
.consultation h2 {
	color: #f78b97;
	font-size: 2rem;
	margin-bottom: 20px;
}
.consultation .time {
	font-size: 110%;
	font-weight: bold;
}

.border-box {
  background-color: #f1fbff;
  border: solid 3px #bdecfe;
  border-radius: 5px;
  padding: 20px;
}
.border-box h4 {
  text-align: center;
  margin-bottom: 10px;
}
.border-box h4:before {
  content: "- ";
}
.border-box h4:after {
  content: " -";
}

/*例えば*/

.ex {
	overflow: hidden;
	width: 70%;
	margin: 0 auto 40px auto;
}
.ex h3 {
	color: #f78b97;
	font-size: 1.7rem;
	margin-bottom: 15px;
}
.ex li:first-child {
	width: 50%;
	float: left;
}
.ex li:last-child {
	width: 45%;
	float: right;
}

.balloon1-right {
 	position: relative;
	display: inline-block;
	border-radius: 10px;
	padding: 30px;
	background: #fff2f3;
}
.balloon1-right:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #fff2f3;
}
.balloon1-right p {
	margin: 0;
	padding: 0;
}


/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){

.consultation .br {
	margin-left: 10px;
}

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

#lead img {
	width: 70%;
}

.ex {
	width: 100%;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

#lead img {
	width: 95%;
}

.consultation {
	padding: 25px;
}
.consultation h2 {
	font-size: 1.8rem;
}
.consultation .br {
	display: block;
	margin-left: 0;
}

/*例えば*/

.ex {
	width: 100%;
	margin: 0 auto 30px auto;
}
.ex h3 {
	font-size: 1.5rem;
}
.ex li:first-child {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
.ex li:last-child {
	width: 100%;
	float: none;
}
.ex li:last-child img {
	display: block;
	width: 70%;
	margin: 0 auto;
}

.balloon1-right {
 	position: relative;
	display: inline-block;
	border-radius: 10px;
	padding: 30px;
	background: #fff2f3;
}
.balloon1-right:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-top: 0;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-left: none;
	border-top: 15px solid #fff2f3;
}

}

