@charset "utf-8";

/*text-align*/
.right { text-align:right; }

/*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.5rem;
    font-weight:bold;
 }

/*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;
}


.att_square {
    text-indent: -1em;
    padding-left: 2em;
}


.att15 {
    text-indent: -1.3em;
    padding-left: 1.5em;
}

.ttl01 {
    color: #FFF;
    font-size:2.2rem;
    padding: 18px 7px 17px 14px;
	background: #2CA099;
    background-size: cover;
	letter-spacing: 1px;
	font-weight: bold;
    margin-top: 0;
	margin-bottom: 20px;
    border: 1px solid #118E9F;
}

.ttl02 {
	position: relative;
	padding: 0.6em 1em 0.5em 0.5em;
	font-size:1.8rem;
	background: #368CCB;
	color: #FFF;
	margin-bottom: 0.5em;
	font-weight: normal;
}
.ttl02::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.15);
	border-top: 0 solid #fff;
	border-right: 16px solid #DBE6F1;
	border-bottom: 16px solid #9ECEF0;
	border-left: 0 solid #C5E2F6;
}

.ttl03 {
    color: #3f82c4;
	margin: 0;
    padding-top: 7px;
    padding-left: 5px;
	font-size:1.7rem;
    background:linear-gradient(transparent 80%, #9bceff 80%);
    font-weight: normal; 
}

.ttl04 {
	background-color: #41627f;
    padding: 7px 8px 7px;
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 0.5em;
	border-left: 5px solid #0f344f;
    color: #FFF;
}

.ttl05 {
  color: #364e96;/*文字色*/
  border: solid 3px #364e96;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
}


.ttl_pgm01 {
	background: #2E62A7;
	color: #FFF;
	line-height: 1;
	padding: 8px 10px 7px;
	margin-bottom: 0.8em;
	font-weight: bold;
}

/* 表示領域が1200px以下の場合に適用するスタイル */
@media screen and (max-width: 1199px) {
    .ttl01 {
        margin: 5px 0;
        font-size: 1.8rem;
    }
    .ttl02 {
		margin: 5px 0;
        font-size: 1.7rem;
      
    }
    .ttl03 {
        margin: 5px;
        font-size: 1.6rem;
    }
}
