@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: #FFF;
	font-size:2.2rem;
	padding: 16px 14px 14px;
	background: #070F2A;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
	border: 3px solid #FFF;
}

.ttl02 {
	position: relative;
	padding: 0.4em 1em 0.3em 0.6em;
	font-size:2rem;
	background: #C8D4BD;
	font-weight: bold;
	color: #447B3A;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
.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 #7F9E60;
	border-left: 0 solid #7F9E60;
}

.ttl03 {
	border-bottom: 1px solid #C8D4BD;
	padding: 15px 5px 2px 0;
	font-size:1.6rem;
	font-weight: bold;
	color: #447B3A;
}

.ttl03_pro {
	font-size:2rem;
	font-weight: bold;
	color: #447B3A;
	margin-bottom: 1rem;
}
.ttl03_proa {
	font-size:1.6rem;
	font-weight: bold;
	color: #447B3A;
	margin-bottom: 1rem;
}
.pro_cate01 {
	font-size:1.4rem;
	color: #FFF;
	background: #447B3A;
	border-radius: 9999px;
	display: inline-block;
	padding: 5px 20px;
	margin: 1em 0 7px;
	line-height: 1;
}

.ttl04,
.ttl04a {
	background-color: #053A59;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #FFF;
}
.ttl04 {
	padding: 7px 8px 6px;
	font-size:1.5rem;
}
.ttl04a {
	padding: 7px 8px 6px;
	font-size:1.8rem;
}

.spns_ttl01 {
	margin: 0 0 0.5em;
  padding: 5px 10px;
  background: #F4F0D9;
  font-size: 1.8rem;
  border-top: solid 3px #D7C972;
	font-weight: bold;text-align: center;
}

@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;
}
