@charset "UTF-8";
/* Sass Document */
/*頁面主標題 */
.pages-title-layout {
    margin: 0 0 15px;
    padding: 0 0.75em 0 0.75em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    line-height: 32px;
}

.pages-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #364250; }

.pages-title-more {
  float: right; }
  .pages-title-more a {
    padding: 0 10px;
    display: block;
    overflow: hidden;
    font-size: 0.85rem;
    letter-spacing: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #0b78bd;
    color: #fff;
    font-weight: normal;
    text-decoration: none; }

/*主題標題 */
.theme-title-layout {
  margin: 0 0 -10px;
  padding: 10px;
  line-height: 32px;
  font-size: 1.2rem;
  color: #fff;
  background: #4f5a66;
  text-align: center; }

/*內容頁標題 */
.pages-cont-title {
  margin: 5px 0;
  padding: 0;
  color: #4f5a66;
  line-height: 1.6;
  font-size: 1.2rem;
  font-weight: bold; }

.category-title-layout {
  margin: 0 auto;
  padding: 5px;
  line-height: 1.6;
  font-size: 1.2rem;
  -webkit-border: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  background: #4e74a9;
  text-align: center; }

@media screen and (max-width: 640px) {
  .pages-title-layout {
    margin: 0;
    padding: 60px 0 0;
    display: block; }

  .pages-title-more {
    position: absolute;
    float: none;
    right: 0;
    top: 0; } }
