@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;
}


.att15 {
	text-indent: -1.3em;
	padding-left: 1.5em;
}
.att50 {
	text-indent: -5em;
	padding-left: 5em;
}

.ttl01 {
	background: #F15A28;
	color: #FFF;
	font-size:2.4rem;
	padding: 17px 14px 17px;
	letter-spacing: 1px;
	font-weight: 700;
	margin: 0;
	width: 100%;
	margin-bottom: 3px;
}

.ttl03 {
	color: #fff;
	padding: 7px 15px 10px;
	font-size:2.2rem;
	background:#32BAD5;
	font-weight: 700;
	line-height: 1.2em;
}

.ttl04 {
	background-color: #CEEBFA;
	padding: 6px 10px 8px;
	font-weight: 700;
	margin-bottom: 0.5em;
	border-left: 5px solid #98D5EA;
	font-size: 1.8rem;
	color: #1C91B8;
}

.ttl05 {
	border-bottom: 6px double #32BAD5;
	font-size:1.7rem;
	padding-bottom: 2px;
	font-weight: 700;
}

.ttl_pgm01 {
	border-bottom: 1px solid #FFE2CA;
	padding: 2px 10px 5px;
	font-weight: 700;
	font-size: 1.9rem;
	margin-bottom: 0.5em;
	border-left: 5px solid #FF9F4D;
	color: #ED6D00;
	line-height: 1.2em;
}


/* 表示領域が991.98px以下の場合に適用するスタイル */
@media screen and (max-width: 991.98px) {
	.ttl01 {
		border-radius: 0;
		padding: 10px 10px 10px;
		margin: 5px 0 0;
		font-size: 2.0rem;
		border-right: none;
		border-left: none;
	}
	.ttl03 {
		font-size: 2.0rem;
	}
}