
/*ç¹å£¹ï¿½ç¹§ï½¸ç¹§ï½¿ç¹§ï½¤ç¹åŒ»ÎH2*/

.subtitle_h2 {
	font-size: 24px;
    line-height: 1.4;
    position: relative;
    margin-bottom: 50px;
    color: #044E87;
    font-weight: bold;
}

.subtitle_h2::after {
    content: "";
    width: 32px;
    height: 2px;
    position: absolute;
    bottom: -16px;
    left: 0;
    background-color: #4F92C6;
}


/*ç¹å£¹ï¿½ç¹§ï½¸ç¹§ï½¿ç¹§ï½¤ç¹åŒ»ÎH3*/

.subtitle_h3 {
	font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
    padding: 2px 0 2px 15px;
    border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #044E87;
}

/*ç¹å£¹ï¿½ç¹§ï½¸ç¹§ï½¿ç¹§ï½¤ç¹åŒ»ÎH4*/

.subtitle_h4 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    position: relative;
    padding-left: 16px;
    font-weight: bold;
    color: #4F92C6;
}

.subtitle_h4::before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #4F92C6;
}


/**/