@charset "utf-8";
/* CSS Document */

.block-heading-wrap {
	display: block;
	width: 100%
}

/* -----//  Style 1 title h2 //----- */
/*-----------------------------------*/

.title_style1 {
    margin: auto; /*auto auto 50px*/
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 999;
}
.title_style1 h2 {
    color: #000;
    font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0.25rem;
    font-weight: 500;
    text-align: center;
	margin-bottom: 0px;
    text-transform: capitalize;
}
.title_style1 p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.title_style1 span {
	font-size: 0.9375rem;
	line-height: 1.3;
	letter-spacing: 0.15rem;
    font-weight: 500;
    text-align: center;
    color: #b2412b;
}
.title_style1 > h2::after, .title_style1 > h2::before {    
    display: inline-block;	
	position: relative; /*原本沒有，須加才能調整 線條位置*/
    content: "";
	width: 60px;
    height: 2px;    
	top: -10px; /*19*/
    z-index: 0;
	background: #8a8a8a none repeat scroll 0 0;
}
.title_style1 > h2::after {
    margin-left: 15px;
}
.title_style1 > h2::before {
    margin-right: 15px;
}
@media (max-width:320px) {
	.title_style1 > h2::after, .title_style1 > h2::before {
		width: 30px;
	}
}

/* --- // title_style1_small // --- */
/* ------------------------------- */
.title_style1_small {
    margin: auto; /*auto auto 50px*/
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 999;
}
.title_style1_small h2 {
    color: #000;
    font-size: 2rem;
	line-height: 1.3;
	/*letter-spacing: 0.25rem;*/
    font-weight: 500;
    text-align: center;
	margin-bottom: 0px;
    text-transform: capitalize;
}
.title_style1_small p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.title_style1_small span {
	font-size: 0.9375rem;
	line-height: 1.3;
	letter-spacing: 0.15rem;
    font-weight: 500;
    text-align: center;
    color: #b2412b;
}
.title_style1_small > h2::after, .title_style1_small > h2::before {    
    display: inline-block;	
	position: relative; /*原本沒有，須加才能調整 線條位置*/
    content: "";
	width: 30px;
    height: 2px;    
	top: -10px; /*19*/
    z-index: 0;
	background: #8a8a8a none repeat scroll 0 0;
}
.title_style1_small > h2::after {
    margin-left: 15px;
}
.title_style1_small > h2::before {
    margin-right: 15px;
}
@media (max-width:320px) {
	.title_style1_small > h2::after, .title_style1_small > h2::before {
		width: 30px;
	}
}

/* ------------------------------- */
/* --- // title_style1small // --- */




/* -----//  Style 2 title h2 //----- */
/*-----------------------------------*/

.title_style2 {
    z-index: 3;
	overflow: hidden;
	height: 50px;
	/*background-color: #fff;*/
}

.title_style2 h2 {
    font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0.25rem;
    font-weight: 500;
	margin-top: 10px;
    margin-bottom: 10px;
}

.color_orange h2:after {
    display: table;
    position: relative;
    left: 150px;
    bottom: 20px;
    height: 3px;
    content: " ";
    text-shadow: none;
    width: 15%;
    background-color: #d1610f;
    z-index: 2;
}
.title_style2:after {
    position: relative;
    display: inline-block;
    bottom: 33px;
    left: 150px;
    content: " ";
    width: 100%;
    border-top: 3px solid #c9c9c9;
    z-index: 1;
}
/* -----//  HTML title h2 //----- */
/*----------------------------------
<div class="style_title header_orange">
	<h2>標題文字</h2>
</div>
-------------------------------------*/
/* -----//  Style 2 title h2 //----- */




























































