@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;
}

.super {
	vertical-align: super;
	font-size: 1.2rem;
}
/*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;
}

.att10 {
    text-indent: -1.0em;
    padding-left: 1.0em;
}
.att15 {
    text-indent: -1.3em;
    padding-left: 1.5em;
}
.att50 {
    text-indent: -5em;
    padding-left: 5em;
}

.ttl01 {
	color: #364582;
	font-size:2.4rem;
	padding: 24px 20px 21px;
	background: #F3CB64 url("../images/ttl_bg.png") no-repeat center right;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0;
	width: 100%;
	border-radius: 8px;
	margin-bottom:  3px;
}

.ttl02 {
	margin: 1em 0 0.5em;
	background-color:#305E9F;
	border:2px solid #608ECF;
	color:#fff;
	font-size:1.8rem;
	padding: 8px 12px 6px;
}

.ttl03 {
	color: #FFF;
	margin: 0 0 5px;
	padding: 5px 10px 4px;
	font-size:1.4rem;
	background:#305E9F;
	font-weight: bold;
}

.ttl04 {
	background-color: #6189C3;
	padding: 5px 10px 4px;
	font-weight: normal;
	margin-bottom: 0.5em;
	border-left: 5px solid #3E67A3;
	color: #FFF;
}

.ttl05 {
	background-color: #E9E9E9;
	margin: 0 0 5px;
	padding: 7px 10px;
	font-weight: bold;
	color: #3E67A3;
	font-size: 1.6rem;
}

.ttl06 {
	background-color: #E9E9E9;
	margin: 10px 0;
	padding: 3px 10px;
	font-weight: bold;
	color: #3E67A3;
	border-radius: 9999px;
	display: block;
	text-align: center;
}

.ttl_pgm01 {
	margin: 1em 0 0.5em;
	font-size: 2.0rem;
	font-weight: bold;
}
.ttl_pgm01 span {
	font-weight: normal;
	font-size: 1.8rem;
}

/* 表示領域が991.98px以下の場合に適用するスタイル */
@media screen and (max-width: 991.98px) {
	.ttl01 {
		border-radius: 0;
		margin: 5px 0 0;
		font-size: 2.0rem;
		border: none;
	}
	.ttl02 {
		padding: 0.4em 1em 0.3em 0.5em;
		font-size: 1.6rem;
	}
	.ttl03 {
		margin: 5px;
		font-size: 1.6rem;
	}
}

/* 表示領域が767.98x以下の場合に適用するスタイル */
@media screen and (max-width: 767.98px) {
	.br::before {
		content: "\A" ;
		white-space: pre ;
	}
}
