h5 {
	font-size: 1.2rem;
	font-weight: bold;
  padding: 0.5em;/*文字周りの余白*/
  color: #0f2350;/*文字色*/
  background: #eaf4fc;/*背景色*/
  border-left: solid 8px #0095d9;/*左線（実線 太さ 色）*/
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}


p {
	line-height: 1.4;
	margin-bottom: 0rem;
	font-size: 1.1rem;

}

@media (min-width: 48em) {
	p {
	line-height: 1.8;
		font-size: 1.4rem;
		margin-bottom: 0rem;
	}
}

.border-primary {
    border-color: #00a1e9 !important;
}

.bg-primary {
    background-color: #00a1e9 !important;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
	 background-color: #fff !important;
}


.balloon-top {
  position: relative;
  display: inline-block;
  margin: 0em;
  padding: 10px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #333;
  font-size: 16px;
  background: #eaf4fc;
	border-radius: 15px;
}



.balloon-top p {
  margin: 0;
  padding: 15px;
}




.balloon-left {
  position: relative;
  display: inline-block;
  margin: 0em 0 1.5em 15px;
  padding: 10px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #333;
  font-size: 16px;
  background: #f8f4e6;
	border-radius: 15px;
}

.balloon-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #f8f4e6;
}

.balloon-left p {
  margin: 0;
  padding: 15px;
}

.balloon-right {
  position: relative;
  display: inline-block;
  margin: 0em 15px 1.5em 0;
  padding: 10px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #333;
  font-size: 16px;
  background: #eaf4fc;
	border-radius: 15px;
}

.balloon-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #eaf4fc;
}

.balloon-right p {
  margin: 0;
  padding: 15px;
}

.point-summary {
	margin-left: 2em;
	margin-bottom: 0.5rem;
}

@media (min-width: 48em) {
	.point-summary {
		margin-bottom: 1rem;
	}
}

.point-summary li {
	position: relative;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.8;
	list-style-type: none;
}

@media (min-width: 48em) {
	.point-summary li {
		font-size: 1rem;
	}
}

.point-summary li::before {
	position: absolute;
	left: -1.5em;
	color: #0099ff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
}

.point-summary span {
	display: block;
	margin-left: 0;
	font-size: 0.75rem;
	line-height: 1.8;
}

@media (min-width: 48em) {
	.point-summary span {
		margin-left: 1em;
		font-size: 0.875rem;
	}
}

.point-summary .sub-list {
	margin-left: 2em;
}

.point-summary .sub-list li {
	position: relative;
	font-size: 0.875rem;
	font-weight: normal;
	line-height: 1.8;
	list-style-type: none;
}

@media (min-width: 48em) {
	.point-summary .sub-list li {
		font-size: 1rem;
	}
}

.point-summary .sub-list li::before {
	position: absolute;
	left: -1.5em;
	color: #3188c1;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f005";
}
