@charset "UTF-8";

.txtColor5 {
  color: #0068B2;
}

.mainimg {
	background: #F1DAE7;
	text-align: center;
	padding: 10px 1em 20px;
}
.mainimg h3 {
  color: #0068B2;
  font-size: 190%;
  line-height: 1.4;
}
.canPoint {
  margin-top: 30px;
  padding: 0 1em;
  text-align: center;
  font-size: 165%;
  line-height: 1.6;
}
.canPoint p {
  margin-bottom: -10px;
  z-index: 1;
  max-width: 840px;
  margin: 0 auto;
}
.canPoint span {
  font-size: 160%;
  font-weight: 600;
}
.canPoint strong {
  color: #9F2F2E;
  font-weight: normal;
}
.h4_can {
	background: #FFEF00;
	color: #333;
  text-align: center;
	font-weight: 700;
	font-size: 165%;
	padding: 15px;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.2;
}
.case p {
	text-align: center;
	font-size: 135%;
	margin-bottom: 1em;
}
.case .fontL {
	font-size: 140%;
	font-weight: 700;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.markerY {
	background: linear-gradient(transparent 65%, #FFEF00 65%);
	font-size: 200%;
	font-weight: 700;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

@media screen and (max-width: 980px) {
	.markerY,
	.fontL {
		line-height: 1.2;
	}
}
@media screen and (max-width: 568px) {
  .mainimg figure {
    margin: 0 -1em;
  }
  .mainimg h3 {
    font-size: 140%;
  }
  .canPoint {
    margin-top: 30px;
    font-size: 140%;
  }
  .canPoint p {
    margin-bottom: 10px;
  }
}