@charset "utf-8";

/*font-size*/
.txt_small01 { font-size:1.0rem; }
.txt_small02 { font-size:1.2rem; }
.txt_big01 { font-size:1.6rem; }
.txt_big02 { font-size:1.8rem; }
.txt_big03 { font-size:2.0rem; }
.txt_big04 { font-size:2.2rem; }
/*decoration*/
.uline { text-decoration : underline; }
.l_thrh { text-decoration: line-through; }

/*color*/
.txt_red { color:#FF0000; }

.att {
  padding-left: 1em;
  text-indent: -1em;
}

/*line-height*/
.lh17 {
	line-height: 1.7em;
}

em {
    font-style: normal;
}
em::before {
    content: "“";
    speak: none;
}
em::after {
    content: "”";
    speak: none;
}

@supports ( text-emphasis: dot ) or ( -webkit-text-emphasis: dot ) {

  em {
    -webkit-text-emphasis: circle;
    text-emphasis: circle;
  }
  em::before,
  em::after {
    content: "";
  }

}


h1.ttl01 {
    position: relative;
    padding: 1em 0.5em;
    background: #053385;
    background-size: auto 100%;
    color: #FFF;
    font-size: 2.4rem;
    margin-bottom: 0.8em;
    line-height: 1;
    border: 2px solid #93CADE;
}

h2.ttl02 {
    color: white;
    background: #124EA0;
    border-left: 10px solid #053385;
    border-right: 10px solid #053385;
    line-height: 1;
    padding: 0.5em;
    font-size: 1.4rem;
    margin: 0.6em 0 0.4em;
    font-weight: bold;
    font-size: 1.8rem;
    margin: 0.8em 0 0.6em;
}

h3.ttl03 {
	background: #D3DFEC;
    border-left: 6px solid #6E95C1;
    line-height: 1;
    padding: 0.5em;
    font-size: 1.6rem;
    margin: 0.6em 0 0.4em;
    font-weight: bold;
}

h4.ttl04 {
    position: relative;
    padding-left: 1.2em;/*アイコン分のスペース*/
    line-height: 1.4;
    border-bottom: 1px solid #6E95C1;
    font-size: 1.5rem;
    margin: 1em 0 0.4em;
    font-weight: bold;
}

h4.ttl04:before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    position: absolute;/*絶対位置*/
    left: 0;/*アイコンの位置*/
    top: 0;/*アイコンの位置*/
    color: #9DB6DC; /*アイコン色*/
}

h5.ttl05 {
	background: #FEEFF0;
    line-height: 1;
    padding: 0.6em;
    font-size: 1.5rem;
    margin: 0.6em 0 0.4em;
    font-weight: bold;
}

.pgm_ttl01 {
    font-size:1.8rem;
    font-weight: bold;
    margin: 0.5em 0;
}
.pgm_name01 {
    font-size:1.6rem;
    margin: 0.5em 0;
}

.br::before {
    display: none;
}

/* ------------------------------------------------------------------
 表示領域が767px以下の場合に適用するスタイル
------------------------------------------------------------------ */
@media screen and (max-width:767px) {
    h1.ttl01 {
        padding: 0.8em 0.8em 0.7em;
        font-size: 2.0rem;
    }
    h2.ttl02 {
        font-size: 1.8rem;
    }
    .br {
        content: "\A";
        white-space: pre;
    }

}