@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;
}

.ttl01 {
	color: #0E2D8E;
	font-size:2.4rem;
	padding: 16px 14px 14px;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
	background: #C2D2E9 url(../images/ttl_bg01.png) no-repeat bottom right;
}
.ttl02 {
	position: relative;
	padding: 0.4em 1em 0.3em 1em;
	font-size:1.8rem;
	background: #0E2D8E;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0.5em;
}
.ttl02::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.15);
	border-top: 0 solid #fff;
	border-right: 16px solid #fff;
	border-bottom: 16px solid #2050EA;
	border-left: 0 solid #2050EA;
}

.ttl03 {
	border-bottom: 1px solid #0E2D8E;
	padding: 5px 5px 4px 10px;
	font-size:1.6rem;
	font-weight: bold;
	color: #0E2D8E;
}

.ttl04,
.ttl04a {
	background-color: #2D533E;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #FFF;
}
.ttl04 {
    padding: 3px 8px;
    font-size:1.4rem;
}
.ttl04a {
    padding: 7px 8px 6px;
	font-size:1.8rem;
}


@media screen and (max-width: 991px) {
	.ttl01 {
		margin: 0;
		font-size:1.8rem;
		border: 1px solid #FFF;
		padding: 12px 10px 12px;
	}
	.ttl02 {
		font-size:1.4rem;
		padding: 0.4em;
	}
	.ttl03,
	.ttl04a {
		font-size:1.4rem;
	}
}

.ttl_pgm01 {
	background: #2E62A7;
	color: #FFF;
	line-height: 1;
	padding: 8px 10px 7px;
	margin-bottom: 0.8em;
	font-weight: bold;
}

/*font-size*/
.txt_small01 { font-size:1.0rem; }
.txt_small02 { font-size:1.1rem; }
.txt_small03 { font-size:1.2rem; }
.txt_big01 { font-size:1.6rem; }
.txt_big02 { font-size:1.8rem; }

/*decoration*/
.uline { text-decoration : underline; }
.l_thrh { text-decoration: line-through; }

/*color*/
.txt_red { color:#FF0000; }
.txt_blue { color:#0044FF; }
.txt_green { color:#44AF35; }
.txt_orange { color:#E5815C; }
.txt_white {color: white;}

/*line-height*/
.lh17 {
	line-height: 1.7em;
}

/* プログラム */
.iframe[src$=".pdf"]{
    width:100%;
    height:80vh;
}
