@charset "utf-8";

/*text-align*/
.right { text-align:right; }
.center { text-align:center; }

/*font-weight*/
.bold { font-weight:bold; }

/*font-size*/
.txt_small03 { font-size:1.0rem; }
.txt_small02 { font-size:1.2rem; }
.txt_small01 { font-size:1.4rem; }
.txt_big { font-size:1.7rem; }
.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_blue { color:#1F68C0; }
.txt_green { color:#44AF35; }
.txt_orange { color:#E5815C; }
.txt_white {color: white;}
.txt_pink {color: #DC3D75;}

/*line-height*/
.lh17 {
	line-height: 1.7em;
}

.att12 {
    padding: 12px 25px;
    font-size: 1.5rem;
}
.att15 {
    text-indent: -1.3em;
    padding-left: 1.5em;
}
.att30 {
    text-indent: -2.55em;
    padding-left: 3em;
}

.att50 {
    text-indent: -5em;
    padding-left: 5em;
}

.indent {
    text-indent: 1rem;
}


.ttl01 {
	color: #FFF;
	font-size:2.6rem;
	padding: 17px 15px 19px 15px;
	line-height: 1.2em;
	/*background: #DC3D75;*/
	background: #F89D71;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0;
	width: 100%;
	margin-bottom: 3px;
	border-radius: 5px 5px 0 0;
	box-sizing: border-box;
}

.ttl02 {
	background-color:#CB2B21;
	border: #E26147 2px solid;
	color:#FFF;
	font-size: 2rem;
	margin: 10px 0;
	padding: 6px 10px 7px;
	letter-spacing: 1px;
}

.ttl02_od {
	background: #FDD3BC;
	font-size: 2.2rem;
	font-weight: 700;
	padding: 10px 14px 12px;
	margin: 10px 0;
}

.ttl03 {
	margin: 1em 0 5px;
	padding: 6px 10px 8px;
	font-size: 2rem;
	background:#FDD3BC;
	font-weight: 700;
	line-height: 1.2em;
}

.ttl03_od {
	margin: 1.5em 0 5px;
	padding: 4px 10px 6px;
	font-size: 1.8rem;
	border-left: 5px solid #E78F65;
	font-weight: 700;
	line-height: 1.2em;
}

.ttl04 {
	background-color: #E78F65;
	padding: 5px 10px 6px;
	font-size: 1.7rem;
	font-weight: 500;
	margin: 1em 0 0.3em;
	border-left: 5px solid #E37B49;
	color: #FFF;
}

.ttl05 {
	background: #fff8e8;
	padding: 5px 5px 6px;
	font-size: 1.7rem;
	font-weight: 500;
	margin: 1em 0 0.3em;
    border-left: 5px solid #ffc06e;
	color: #232323;
}



dd > h3.ttl03 {
	margin-top: 0.2em;
}

h3.ttl03 + h4.ttl04 {
	margin-top: 0.2em;
}
table.tbl01c + h3.ttl03 {
	margin-top: 1em;
}
ol + h3.ttl03 {
	margin-top: 1em;
}
ul + h3.ttl03 {
	margin-top: 1em;
}

.ttl_pgm01 {
	font-size: 2.0rem;
	font-weight: 700;
	color: #E37B49;
	font-family: 'Noto Serif', serif;
}
.ttl_pgm01 span {
	font-weight: normal;
	font-size: 1.8rem;
	color: #F00;
}

.underline-text {
	text-decoration: underline;
  }

.ex1{
line-height:5px;
}

.ex2{
line-height:50;
}
  
  

/* 表示領域が991.98px以下の場合に適用するスタイル */
@media screen and (max-width: 991.98px) {
	.ttl01 {
		margin: 5px 0 0;
	}
	.ttl02 {
		margin-top: 5px;
		padding: 0.4em 1em 0.3em 0.5em;
	}
}
