@charset "utf-8";

/*text-align*/
.right { text-align:right; }
.center { text-align:center; }

/*font-weight*/
.bold { font-weight:bold; }

/*font-size*/
.txt_small02 { font-size:1.0rem; }
.txt_small01 { font-size:1.2rem; }
.txt_small03 { font-size:1.4rem; }
.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_blue { color:#0044FF; }
.txt_green { color:#44AF35; }
.txt_orange { color:#E5815C; }
.txt_white {color: white;}

/*line-height*/
.lh17 {
	line-height: 1.7em;
}


.att15 {
    text-indent: -1.3em;
    padding-left: 1.5em;
}
.att25 {
    text-indent: -2.3em;
    padding-left: 2.5em;
}
.att50 {
    text-indent: -5em;
    padding-left: 5em;
}

.ttl01 {
	color: #FFF;
	font-size:2.4rem;
	padding: 20px 14px;
	background: #005EAD;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0;
	width: 100%;
	border-radius: 7px;
	margin-bottom:  3px;
}

.ttl02 {
	background:#005EAD;
	border: #0075D8 2px solid;
	color:#FFF;
	font-size: 1.8rem;
	margin: 10px 0;
	padding: 8px 8px 10px;
	font-weight: bold;
}

.ttl02a {
	color:#005EAD;
	border: #005EAD 2px solid;
	font-size: 2rem;
	margin: 10px 0;
	padding: 8px 8px 10px;
	font-weight: bold;
}

.ttl02b {
	color:#005EAD;
	border-bottom: #005EAD 2px solid;
	font-size: 2rem;
	margin: 10px 0;
	padding: 8px 8px 8px 1.5em;
	font-weight: bold;
	position: relative;
}
.ttl02b::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '▼';
  color: #005EAD;
}

.ttl03 {
	color: #FFF;
	margin: 0 0 5px;
	padding: 5px 10px 7px;
	font-size:1.7rem;
	background: #0075D8;
	font-weight: bold;
}

.ttl04 {
	padding: 0px 8px 1px;
	margin: 1em 0 0.2em;
	border-left: 5px solid #ff8c00;
	color: #ff8c00;
	font-weight: 700;
	font-size:1.7rem;
}

.ttl_pgm01 {
	border-bottom: 4px solid #BCE0FF;
	font-size: 2.2rem;
	font-weight: bold;
	color: #005EAD;
	padding-bottom: 4px;
	margin-bottom: 0.5em;
	display: inline-block;
}

.ttl_pgm02 {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.6em;
}
.fuchidori_red {
	color: #F00;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
							-1px 1px 0 #FFF, 1px -1px 0 #FFF,
							0px 1px 0 #FFF,  0-1px 0 #FFF,
							-1px 0 0 #FFF, 1px 0 0 #FFF;
}

/* 表示領域が991.98px以下の場合に適用するスタイル */
@media screen and (max-width: 991.98px) {
	.ttl01 {
		padding: 14px 15px 16px;
		border-radius: 0;
		font-size: 2.2rem;
	}
}
