@charset "utf-8";

.bold {
    font-weight: bold;
}

.txt_pp30 {
  padding-left: 3em;
}
.txt_idt30 {
  padding-left: 3em;
  text-indent: -3em;
}

.txt_idt25 {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.txt_idt15 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.v_middle {
    vertical-align: middle;
}

.ttl01 {
	color: #FFF;
	font-size:2.2rem;
	padding: 16px 7px 14px 14px;
	background: #171C61 url(../images/bg03.png) no-repeat center right;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
}
.ttl02 {
	position: relative;
	padding: 8px 10px ;
	font-size:1.8rem;
	border: 2px solid #8E8FC3;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 0.5em;
	background: #1D2088;
}

.ttl03 {
	padding: 6px 10px 5px;
	font-size:1.6rem;
	font-weight: bold;
	color: #1D2088;
	border-left: 7px solid #1D2088;
	border-bottom: 1px solid #1D2088;
	margin: 0.5em 0 0.5em;
}

.ttl04,
.ttl04b {
  padding: 0.2em 0 0.2em 1.2em;
	font-size:1.5rem;
	color: #1D2088;
	position: relative;
	font-weight: 900;
	line-height: 1;
	margin-top: 0.5em;
}
.ttl04:before {
	position: absolute;
	font-family:'FontAwesome';
	content: "\f111";
	left: 0;
}

.ttl04a {
  padding: 0.4em 0.5em 0.3em;
  border: solid 1px #1D2088;
  border-left: solid 7px #1D2088;
	font-weight: bold;
	font-size:1.6rem;
	color: #1D2088;
	line-height: 1;
	margin-top: 0.5em;
	background: hsla(0,0%,100%,0.50);
}

.ttl04b:before {
	position: absolute;
	font-family:'FontAwesome';
	content: "\f04d";
	left: 0;
}

span.brdr {
    margin: 0 2px;
    padding: 0 5px;
    border: 1px solid #343A47;
}

.ttl_pgm01 {
	border-top: 3px solid #8E8FC3;
	background: #1D2088;
	color: #FFF;
	line-height: 1;
	padding: 8px 10px 7px;
	margin-bottom: 1em;
	font-weight: bold;
}

.ttl_pgm02 {
	margin: 0.2em 0 0.6em;
	font-weight: bold;
	font-size: 2.0rem;
}
.ttl_pgm03 {
	margin: 0.8em 0 0.2em;
	font-weight: bold;
	font-size: 1.6rem;
}
.ttl_pgm04 {
	margin: 1em 0 0.3em;
	line-height: 1;
	color: #65193F;
	font-weight: bold;
	font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
	.ttl01 {
		margin: 10px 0 0;
		padding: 12px;
		font-size:1.8rem;
		border: none;
	}
	.ttl02 {
		font-size:1.6rem;
		padding: 7px 7px 5px;
	}
	.ttl_pgm02 {
		font-size:1.6rem;
	}
	.ttl03,
	.ttl04,
	.ttl04a,
	.ttl04b,
	.ttl_pgm03 {
		font-size:1.4rem;
	}
}

/*font-size*/
.txt_small01 { font-size:1.0rem; }
.txt_small02 { font-size:1.2rem; }
.txt_big01 { font-size:1.6rem; }
.txt_big02 { font-size:1.8rem; }
.txt_big03 { font-size:2.5rem; }

/*decoration*/
.uline { text-decoration : underline; }
.l_thrh { text-decoration: line-through; }

/*color*/
.txt_red { color:#FF0000; }
.txt_blue { color:#0066CC; }
.txt_green { color: green; }
.txt_orange { color:#E5815C; }
.txt_white {color: white;}
.txt_purple { color: purple; }
.txt_pink { color: hotpink; }

/*line-height*/
.lh17 {
	line-height: 1.7em;
}
