@charset "UTF-8";
/* CSS Document */

.quickness__contents h3 {
	margin: 0 auto 50px auto;
	padding: 5px;
	font-family: "Zen Old Mincho", serif;
	font-size: 24px;
	font-weight: normal;
	color: #322d81;
	text-align: center;
	background: #f0f5fb;
	border-radius: 10px;
}

.quickness-table__title.ttl03 {
  background: #fff;
  border: 2px solid #0197b2;
  color: #0197b2;
  letter-spacing: 0.2em;
}
.quickness-table__title.ttl03-2 {
  background: #0197b2;
  color: #fff;
  letter-spacing: 0.2em;
}
.quickness-table__title.ttl03-2 span {
	text-combine-upright: all;
}
.quickness-table__text span {
	color: #c12f45;
}

@media screen and (max-width: 600px) {
	.quickness__contents h3 {
		margin-bottom: 20px;
		font-size: 18px;
	}
}