.bgall { 	background-color: #fff; }

.w-85 { width: 85%; }
.w-90 { width: 90%; }


.pg_col { color:  #0367ac; }

.box_lt1 {
	background-color: white;
	border: 2px solid #0367ac;
	border-radius: 10px;
	max-width: 930px;
	margin: 0 auto;
}

.box_lt2 {
	background: #008BD5;
	background: linear-gradient(180deg, rgba(0, 139, 213, 1) 0%, rgba(3, 103, 172, 1) 100%);
	border-radius: 8px 8px 0 0;
	padding: 20px 0 14px 0;
	text-align: center;
	margin: 0 auto;
}

.box_lt2_mb {
	background: #008BD5;
	background: linear-gradient(180deg, rgba(0, 139, 213, 1) 0%, rgba(3, 103, 172, 1) 100%);
	border-radius: 8px 8px 0 0;
	padding: 8px 0 8px 0;
	text-align: center;
	margin: 0 auto;
}

.midashi {
	padding: 0.15em 0.5em;/*上下 左右の余白*/
	color: #0367ac;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 7px #0367ac;/*左線*/
}


.ftsz_nor { font-size: 12pt; }
.ftsz_midashi { font-size: 16pt; }
.ftsz_atn { font-size: 10pt; }

.lh_nor { line-height: 150% }
.lh_atn { line-height: 150% }

@media screen and (min-width:375px) { 
/*xs*/
	.ftsz_nor { font-size: 12pt; }
	.ftsz_midashi { font-size: 15pt; }
	.ftsz_atn { font-size: 10pt; }

	.lh_nor {
		line-height: 140%;
		margin-top: 10px;
	 }

	 .lh_atn { line-height: 130% }
}
	 
@media screen and (min-width:482px) and ( max-width:575px) {
/*sm*/
	.ftsz_nor { font-size: 12pt; }
	.ftsz_midashi { font-size: 15pt; }
	.ftsz_atn { font-size: 10pt; }

	.lh_nor {
		line-height: 140%;
		margin-top: 10px;
	 }

	 .lh_atn { line-height: 130% }

}

@media screen and (min-width:576px) and ( max-width:767px) {
/*sm*/
	.ftsz_nor { font-size: 10pt; }
	.ftsz_midashi { font-size: 14pt; }
	.ftsz_atn { font-size: 8pt; }

	.lh_nor {
		line-height: 120%;
		margin-top: 10px;
	 }

}
@media screen and (min-width:768px) and ( max-width:991px) {
/*md*/
	.ftsz_nor { font-size: 11pt; }
	.ftsz_midashi { font-size: 15pt; }
	.ftsz_atn { font-size: 9pt; }

	.lh_nor {
		line-height: 135%;
		margin-top: 10px;
	 }

}

@media screen and (min-width:992px) {
/*lg xl*/
	.ftsz_nor { font-size: 12pt; }
	.ftsz_midashi { font-size: 16pt; }
	.ftsz_atn { font-size: 10pt; }

	.lh_nor { line-height: 150% }
	.lh_atn { line-height: 120% }
}
