.bgall { background: #ffffff;  }


.box_ttl {
	background-color: #0071BA;
	height: 170px;
	padding-top: 40px;
}


.ftsz22_v { font-size: 18pt; }
.ftsz18_v { font-size: 12pt; }

.w_p1 { max-height: 72px;}
.w_s1 { max-height: 300px;}


@media screen and (min-width:375px) { 
/*xs*/
.ftsz22_v { font-size: 18pt; }
.ftsz18_v { font-size: 12pt; }

.w_p1 { max-height: 260px;}


.box_ttl { padding-top: 26px; }

}

@media screen and (min-width:482px) and ( max-width:575px) {
/*sm*/
.ftsz22_v { font-size: 22pt; }
.ftsz18_v { font-size: 15pt; }

.w_p1 { max-height: 110px;}


}

@media screen and (min-width:576px) and ( max-width:767px) {
/*sm*/
.ftsz22_v { font-size: 20pt; }
.ftsz18_v { font-size: 14pt; }

.w_p1 { max-height: 120px;}

.box_ttl { padding-top: 40px; }

}
@media screen and (min-width:768px) and ( max-width:991px) {
/*md*/
.ftsz22_v { font-size: 22pt; }
.ftsz18_v { font-size: 18pt; }

.w_p1 { max-height: 150px;}

.box_ttl { padding-top: 40px; }

}
@media screen and (min-width:992px) {
/*lg xl*/

.ftsz22_v { font-size: 22pt; }
.ftsz18_v { font-size: 18pt; }

.w_p1 { max-height: 200px;}

.box_ttl { padding-top: 40px; }

}




