@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_big01 { font-size:1.6rem; }
.txt_big02 { font-size:1.8rem; }
.txt_big03 { font-size:2.0rem; }

/*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;
}

/* 点滅 */
.blink {
	animation: blinking 1s ease-in-out infinite alternate;
}
 
@keyframes blinking {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.att15 {
    text-indent: -1.3em;
    padding-left: 1.5em;
}
.att30 {
    text-indent: -3em;
    padding-left: 3em;
}

.att50 {
    text-indent: -5em;
    padding-left: 5em;
}

.ttl01 {
	color: #DD8000;
	font-size:2.4rem;
	padding: 20px 14px 17px;
	background: #FFFEEA url("../images/ttl_bg.png") no-repeat center right;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0;
	width: 100%;
	border: 2px solid #FBD193;
	margin-bottom:  3px;
}

.ttl02 {
	margin-top: 1em;
	font-size:1.8rem;
	padding: 8px 15px 6px;
	font-weight: bold;
	color: #CE7500;
	background:#FDE3BC;
}
.ttl02a {
	padding: 5px 0;
	margin-bottom: 15px;
	font-size:1.8rem;
	color: #F18B00;
	font-weight: bold;
	border-bottom: 3px solid #FDE3BC;
}

.ttl03,
.ttl03a {
	background-color: #CE7500;
	color: #FFF;
	margin: 0 0 5px;
	padding: 5px 10px 4px;
	font-size:1.5rem;
	font-weight: bold;
}
.ttl03a {
	font-size: 1.8rem;
	padding: 7px 15px 5px;
}

.ttl04 {
	padding: 6px 10px 5px;
	margin-bottom: 0.5em;
	background-color:#FDE3BC;
	border-left: 5px solid #CE7500;
	font-weight: bold;
}

.ttl05 {
	border:3px solid #FFFEFD;
	font-weight: bold;
	color: #CE7500;
	background:#FDE3BC;
	margin-top: 1em;
	font-size:1.8rem;
	padding: 8px 15px 8px;
}


.ttl_pgm01 {
	background:linear-gradient(transparent 70%, #FBD193 70%);
	font-size: 2.2rem;
	font-weight: bold;
}
.ttl_pgm01 span {
	font-weight: normal;
	font-size: 1.8rem;
	color: #F00;
}

/* 表示領域が991.98px以下の場合に適用するスタイル */
@media screen and (max-width: 991.98px) {
	.ttl01 {
		border-radius: 0;
		margin: 5px 0 0;
		font-size: 2.0rem;
		border-right: none;
		border-left: none;
	}
	.ttl02 {
		margin-top: 5px;
		padding: 0.4em 1em 0.3em 0.5em;
		font-size: 1.6rem;
	}
	.ttl03,
	.ttl03a {
		margin: 5px 0;
		font-size: 1.6rem;
	}
}
