@charset "UTF-8";
/*-----------------------------*/
/*  H2 標題樣式  */
.orange100{
     border-top: 4px solid #FD5108;
     padding-top: 7px;
}

/*  div note 樣式  */
.orange200-note{
     background: #FFCDA8;
     padding: 15px 25px;
     margin-bottom: 20px;
}

/*  2欄時對齊下方 */
.flex-end .columnControl div {
     align-items: flex-end;
}

/*  3欄時 Text & Image 元件對齊上方  */
.flex-end .columnControl .parsys_column.pwccol3-longform{
     align-items: flex-start;
}

/*  Table th 元件 + arrow 上下置中對齊  */
.th-middle-arrow .text-component table tbody > tr:first-of-type th{
     border-bottom: none !important;
     vertical-align: middle;
     padding-bottom: 0;
}

.th-middle-arrow .text-component table tbody > tr:first-of-type th h3{
     margin-bottom: 0;
}

/*  Related links 免責條款文字  */
#related div {
     margin-top: 0;
}

#related .text-component p{
     font-size: 16px;
}