@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 {
	color: #FFF;
	font-size:2.4rem;
	padding: 20px 14px 17px;
	background: #596D76 url("../images/ttl_bg.png") no-repeat center right;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0;
	width: 100%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
	margin-bottom:  3px;
}

.ttl02 {
	margin-top: 1em;
	background-color:#6CB8DB;
	color:#fff;
	font-weight: bold;
	font-size:1.8rem;
	padding: 8px 15px 6px;
}

.ttl03 {
	margin: 10px 0 5px;
	padding: 7px 10px 6px;
	font-size:1.6rem;
	background:#F4B0B6;
	color:#fff;
	font-weight: bold;
}

.ttl04 {
	background-color: #BDDA88;
	padding: 5px 10px;
	font-weight: normal;
	margin: 10px 0 5px;
	color:#567223;
	font-weight: bold;
}

.ttl_pgm01 {
	font-size: 2.4rem;
	font-weight: bold;
	color: #23AB96;
}
.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 {
        margin: 5px;
        font-size: 1.6rem;
    }
}
