
/*-----covit19-------*/

.section-masthead .section-masthead-text-main {
  letter-spacing: 0rem;
	color: #149ddd !important;
}
.section-masthead {
    padding-bottom: 3rem;
}

.t-lg{
	font-size: 1.125rem;
}

/* 見出し */
.color-primary {
  border-bottom: solid 3px #B6E6FD;
  position: relative;
}
.color-primary:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #149ddd;
  bottom: -3px;
  width: 20%;
}


.bg-svg {
	fill: #149ddd!important;
}
@media (min-width: 768px){
.bg-svg {
	max-width: 80%;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
}


/*　チェックアイコン */
ul.cp_list {
	padding:0.5em;
	list-style-type:none;
}
ul.cp_list > li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
	font-size: 1.063rem;
}
ul.cp_list > li:after,
ul.cp_list > li:before {
	position:absolute;
	content:'';
	display:block;
	background: #149ddd;
	top: 0.43em;
	left: 0.5em;
	height: 11px;
	width: 2px;
	border-radius: 10px;
	transform: rotate(45deg);
}
ul.cp_list > li:before {
	top: 0.6em;
	left: 0.2em;
	height:8px;
	transform:rotate(-45deg);
}




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

@media (min-width: 768px){
}



