@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;
}

.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: url('../images/ttl_bg01.png') bottom left no-repeat;
	background-size: contain;
	color: #006834;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: clamp(2.4rem, 1vw + 2rem, 3.4rem);
	padding: clamp(20px, 2vw, 30px) clamp(20px, 1.5vw, 25px) clamp(15px, 1vw, 20px);
	letter-spacing: 1px;
	margin: 0;
	-webkit-text-stroke: 1px #006834;
	text-shadow: 0px 2px 4px #FFF;
	margin-bottom: 0.5em;
	line-height: 1;
	border-bottom: 7px solid #006834;
}

.ttl02 {
	margin: 1.5em 0 0.5em;
	padding: 0.5em 0.75em 0.6em 2em;
	font-weight: 700;
	color: #FFF;
	font-size: 2.2rem;
	position: relative;
	background-color: #E4007F;
}
.ttl02::before {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
	font-weight: 600;
  content: '\f312';
	color: #EE86AE;
	left: 10px;
	top: calc(50% - 1rem);
	font-size: 1.8rem;
}

.ttl02a {
	padding: 0.5em 0.5em 0.6em;
	margin-bottom: 15px;
	font-size:2.2rem;
	color: #FFF;
	font-weight: 500;
	background-color: #EE86AE;
	line-height: 1.2em;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,.2);
}
.ttl02b {
	margin: 1.5em 0 0.5em;
	font-weight: 700;
	background:#0068B7;
	color:#fff;
	font-size:2rem;
	padding: 8px 15px 10px;
}

.ttl03 {
	color: #FFF;
	margin: 1.5em 0 0.5em;
	padding: 7px 15px 9px;
	font-size: 1.8rem;
	background: #00AAE8;
	font-weight: bold;
	line-height: 1.2em;
}
.ttl03a {
	margin: 1.5em 0 0.5em;
	padding: 7px 10px 7px 0.8em;
	font-size: 1.9rem;
	border-top: 1px solid #0068B7;
	border-bottom: 1px solid #0068B7;
	font-weight: bold;
	line-height: 1.2em;
	position: relative;
	color: #0068B7;
}
.ttl03a::before {
	position: absolute;
	top: 7px;
	left: 0;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 14px);
	height: calc(100% - 14px);
	background-color: #0068B7;
}

.ttl03:first-of-type,
.ttl03a:first-of-type {
	margin-top: 0;
}

.ttl04 {
	background: #ECF6FC;
	padding: 5px 10px;
	margin: 0.5em 0;
	border-left: 5px solid #0068B7;
	color: #0068C3;
	font-size: 1.7rem;
	font-weight: 500;
}

.ttl_pgm01,
.modal-title {
	font-size: 2.2rem;
	font-weight: 700;
	padding: 8px 10px 10px 0;
	line-height: 1;
	margin: 1em 0 2px;
	border-bottom: 2px solid #006834;
}
.ttl_pgm02 {
	font-size:1.8rem;
	font-weight: 500;
	padding: 10px 10px 10px 0;
	margin: 3px 0;
	border-top: 1px solid #006834;
	border-bottom: 1px solid #006834;
}
.ttl_pgm02a {
	font-size:1.8rem;
	font-weight: 700;
	margin: 0 0 10px;
}
.ttl_pgm03 {
	padding: 6px 6px 7px 10px;
	font-size: 1.7rem;
	font-weight: 600;
	border-left: 5px solid #00AAE8;
	margin-top: 1em;
	background: #AEDBF6;
}

/* 表示領域が767.98px以下の場合に適用するスタイル */
@media screen and (max-width: 767.98px) {
	.ttl02 {
		margin-top: 5px;
		padding: 0.35em 0.5em 0.5em 2em;
		font-size: 2rem;
	}
}