@charset "utf-8";

/*text-align*/
.right { text-align:right; }
.center { text-align:center; }

/*font-weight*/
.bold { font-weight:bold; }

/*font-size*/
.txt_small01 { font-size:1.4rem; }
.txt_small02 { font-size:1.2rem; }
.txt_big01 { font-size:1.8rem; }
.txt_big02 { font-size:2.0rem; }
.txt_big03 { font-size:2.2rem; }

/*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: #377958; }
.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;
}

.font_kosugi_maru {
	font-family: 'Kosugi Maru', sans-serif;
}

.font_notosans {
	font-family: 'Noto Sans TC', sans-serif;
}

.ttl01 {
  background: #0086CB url("../images/ttl_bg.png") center right no-repeat;
	color: #FFF;
	font-weight: bold;
	font-size:2.4rem;
	padding: 20px 14px 22px;
	letter-spacing: 1px;
	margin: 0;
	width: 100%;
	margin-bottom: 3px;
	line-height: 1;
}

.ttl02 {
	margin-top: 1em;
	background-color:#AC4F99;
	color:#fff;
	font-size:2rem;
	padding: 8px 15px 10px;
	font-weight: 500;
}
.ttl02a {
	padding: 5px 0;
	margin-bottom: 15px;
	font-size:2.2rem;
	color: #0086CB;
	font-weight: bold;
	border-bottom: 3px solid #0086CB;
}

.ttl03 {
	color: #FFF;
	margin: 1.5em 0 0.5em;
	padding: 7px 15px 9px;
	font-size:1.8rem;
	background:#6FC5E0;
	font-weight: bold;
	line-height: 1.2em;
}
.ttl03:first-of-type {
	margin-top: 0;
}

.ttl04 {
	background-color: #E8F2FA;
	padding: 5px 10px;
	margin: 0.5em 0;
	border-left: 5px solid #50A5DC;
	color: #50A5DC;
	font-size: 1.6rem;
	font-weight: 500;
}

.ttl_pgm01,
.modal-title {
	font-size: 2.4rem;
	font-weight: 700;
	color: #044562;
	padding: 8px 10px 10px 50px;
	background: url(../images/main_snow.png) no-repeat left center;
	background-size: 42px;
	line-height: 1;
	margin-top: 1em;
}
.ttl_pgm02 {
	font-size:1.8rem;
	font-weight: 700;
	margin: 10px 0;
}
.ttl_pgm02a {
	font-size:1.8rem;
	font-weight: 700;
	margin: 0 0 10px;
}
.ttl_pgm03 {
	padding: 5px 5px 5px 10px;
	font-size: 1.6rem;
	font-weight: 700;
	border-left: 5px solid #6FC5E0;
	margin-top: 1em;
	background: #DEF1F7;
}

/* 表示領域が767.98px以下の場合に適用するスタイル */
@media screen and (max-width: 767.98px) {
	.ttl02 {
		margin-top: 5px;
		padding: 0.4em 1em 0.3em;
	}
}

/* 表示領域が575.98px以下の場合に適用するスタイル */
@media screen and (max-width: 575.98px) {
	.ttl01 {
		border-radius: 0;
		font-size: 2.0rem;
		border-right: none;
		border-left: none;
		background-size: contain;
		padding: 10px 15px;
	}
  .ttl_pgm01 {
		font-size: 2.0rem;
  }
  .ttl_pgm02a {
    font-size:1.6rem;
    line-height: 1.3em;
  }
}