@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_pink { color:#E74961; }
.txt_blue { color:#0044FF; }
.txt_green { color:#44AF35; }
.txt_orange { color:#E5815C; }
.txt_white {color: white;}

/*line-height*/
.lh17 {
	line-height: 1.7em;
}

.fuchidori01 {
  text-shadow:
		2px 2px 0 #E74961, -2px -2px 0 #E74961,
		-2px 2px 0 #E74961, 2px -2px 0 #E74961,
		0px 2px 0 #E74961,  0 -2px 0 #E74961,
		-2px 0 0 #E74961, 2px 0 0 #E74961;
}

.att15 {
    text-indent: -1.3em;
    padding-left: 1.5em;
}
.att50 {
    text-indent: -5em;
    padding-left: 5em;
}

.ttl01 {
  background-image: url("../images/ttl_bg.png"),
		linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(245,247,201,1.00));
	background-position: center right;
	background-repeat: no-repeat;
	color: #008842;
	font-weight: bold;
	font-size:2.4rem;
	padding: 24px 14px 22px;
	letter-spacing: 1px;
	margin: 0;
	width: 100%;
	margin-bottom:  3px;
}

.ttl02 {
	margin-top: 1em;
	background-color:#073190;
	color:#fff;
	font-size:1.8rem;
	padding: 8px 15px 6px;
}
.ttl02a {
	padding: 5px 0;
	margin-bottom: 15px;
	font-size:2rem;
	color: #073190;
	font-weight: bold;
	border-bottom: 3px solid #073190;
}
.ttl02b {
	padding: 5px 0;
	margin-bottom: 15px;
	font-size:2.2rem;
	color: #6B4E03;
	font-weight: bold;
	border-bottom: 3px solid #6B4E03;
}

.font_kosugi_maru {
	font-family: 'Kosugi Maru', sans-serif;
}

.ttl03 {
	color: #FFF;
	margin: 0 0 5px;
	padding: 7px 10px 5px;
	font-size:1.6rem;
	background:#006EBC;
	font-weight: bold;
}

.ttl04 {
	background-color: #CEECFA;
	padding: 5px 10px 5px;
	margin: 0.5em 0;
	border-left: 5px solid #00A0E9;
	color: #00A0E9;
}

.ttl_pgm01 {
	background:linear-gradient(transparent 70%, #FFEA3E 70%);
	font-size: 2.2rem;
	font-weight: bold;
	color: #6B4E03;
}
.ttl_pgm01 span {
	font-weight: normal;
	font-size: 1.8rem;
	color: #F00;
}

/* 表示領域が767.98px以下の場合に適用するスタイル */
@media screen and (max-width: 767.98px) {
    .ttl01 {
        border-radius: 0;
        margin: 5px 0 0;
        font-size: 2.0rem;
        border-right: none;
        border-left: none;
    }
    .ttl02 {
	    padding: 0.4em 1em 0.3em 0.5em;
			font-size: 1.6rem;
    }
    .ttl03 {
        margin: 5px 0;
        font-size: 1.6rem;
    }
}
