@charset "utf-8";

/*text-align*/
.right { text-align:right; }
.center { text-align:center; }

/*font-weight*/
.bold { font-weight:bold; }

/*font-size*/
.txt_small01 { font-size:1.4rem; }
.txt_small02 { font-size:1.2rem; }
.txt_big01 { font-size:1.8rem; }
.txt_big02 { font-size:2.0rem; }
.txt_big03 { font-size:2.2rem; }

/*decoration*/
.uline { text-decoration : underline; }
.l_thrh {
	text-decoration: line-through;
}

/*color*/
.txt_red { color:#FF0000; }
.txt_pink { color:#E74961; }
.txt_blue { color:#0044FF; }
.txt_green { 	color: #377958; }
.txt_orange { color:#E5815C; }
.txt_white {color: white;}

mark {
	background-color: #FFFF99;
}
/*line-height*/
.lh17 {
	line-height: 1.7em;
}

.fuchidori01 {
  text-shadow:
		2px 2px 0 #E74961, -2px -2px 0 #E74961,
		-2px 2px 0 #E74961, 2px -2px 0 #E74961,
		0px 2px 0 #E74961,  0 -2px 0 #E74961,
		-2px 0 0 #E74961, 2px 0 0 #E74961;
}

.att15 {
    text-indent: -1.3em;
    padding-left: 1.5em;
}
.att50 {
    text-indent: -5em;
    padding-left: 5em;
}

.ttl01 {
	background: #1C2841 url("../images/bg_img02.png") top right no-repeat;
	background-size: cover;
	/*background:  #1C2841;*/
	color: #FBFBE0;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	font-size: calc(1.375rem + 1.5vw)!important;
	text-shadow: 2px 2px 7px #7E9D9F ,
-2px 2px 7px #7E9D9F ,
2px -2px 7px #7E9D9F ,
-2px -2px 7px #7E9D9F;
	padding: 20px 20px 20px;
	letter-spacing: 2px;
	margin: 0;
	width: 100%;
	margin-bottom: 0.5em;
	line-height: 1;
	border-top: 1px solid #FFF;
}

.ttl02 {
	margin: 1.5em 0 0.5em;
	padding: 0.5em 0.75em 0.6em 1em;
	font-weight: 500;
	color: #FBFBE0;
	font-size: 2.2rem;
	position: relative;
	background-color: #1C2841;
}

.ttl02a {
	padding: 0.5em 0.5em 0.6em;
	margin-bottom: 15px;
	font-size:2.2rem;
	color: #FFF;
	font-weight: 500;
	background-color: #518E8E;
	line-height: 1.2em;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,.2);
}
.ttl02b {
	margin: 1.5em 0 0.5em;
	font-weight: 700;
	background:#0068B7;
	color:#fff;
	font-size:2rem;
	padding: 8px 15px 10px;
}

.ttl03 {
	color: #FFF;
	margin: 1.5em 0 0.5em;
	padding: 7px 15px 9px;
	font-size: 1.8rem;
	background: #7FBAA9;
	font-weight: bold;
	line-height: 1.2em;
}
.ttl03a {
	margin: 1.5em 0 0.5em;
	padding: 7px 10px 7px 0.8em;
	font-size: 1.8rem;
	border-top: 1px solid #3F758D;
	border-bottom: 1px solid #3F758D;
	font-weight: bold;
	line-height: 1.2em;
	position: relative;
	color: #3F758D;
}
.ttl03a::before {
	position: absolute;
	top: 7px;
	left: 0;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 14px);
	height: calc(100% - 14px);
	background-color: #3F758D;
}

.ttl03:first-of-type,
.ttl03a:first-of-type {
	margin-top: 0;
}

.ttl04 {
	background: #DBE9AC;
	padding: 5px 10px;
	margin: 0.5em 0;
	border-left: 5px solid #B5D255;
	color: #738B23;
	font-size: 1.7rem;
	font-weight: 700;
}

summary:hover {
	text-decoration: underline;
}

.ttl_pgm01 {
	font-size: 2.4rem;
	font-weight: 700;
	padding: 5px 0;
	margin-top: 1em;
	border-bottom: 3px solid #84C7D2;
	width: 100%;
	color: #367877;
}
.ttl_pgm02 {
	font-size:2rem;
	font-weight: 700;
	margin: 10px 0;
}
.ttl_pgm02a {
	font-size:1.8rem;
	font-weight: 700;
	margin: 0 0 10px;
}
.ttl_pgm03 {
	padding: 6px 6px 7px 10px;
	font-size: 1.8rem;
	font-weight: 600;
	border-left: 5px solid #84C7D2;
	background: #AADAD9;
	margin-top: 1.5em;
}
.ttl03+.ttl_pgm03 {
	margin-top: 0.5em;
}

/* 表示領域が767.98px以下の場合に適用するスタイル */
@media screen and (max-width: 767.98px) {
	.ttl02 {
		margin-top: 5px;
		padding: 0.35em 0.5em 0.5em 2em;
		font-size: 2rem;
	}
}

/* 表示領域が575.98px以下の場合に適用するスタイル */
@media screen and (max-width: 575.98px) {
	.ttl01 {
		border-radius: 0;
		border-right: none;
		border-left: none;
		padding: 15px 15px;
	}
}