@charset "UTF-8";
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow-x: hidden;
  font-size: 17px;
  color: #0f0f0f;
  background-color: #ffffff;
  line-height: 1.6;
  font-family: '微軟正黑體','Microsoft JhengHei' , sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pace:after {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(252, 131, 38, 0.8);
    z-index: 99999;
    display: block; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #FC8326;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px; }

/*共用屬性*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-overflow-scrolling: touch; }

a {
  text-decoration: none;
  color: inherit; }

a:active, a:hover {
  outline: none; }

img {
  max-width: 100%;
  width: auto;
  height: auto; }

input[type="text"] {
  -webkit-appearance: none;
  outline: 0; }

/*-----泛用表格-----*/
.t {
  display: table; }
  .t > .t-row {
    display: table-row; }
    .t > .t-row > .t-cell {
      display: table-cell;
      vertical-align: middle;
      border-collapse: collapse;
      margin: 0;
      padding: 0; }

dl {
  padding: 5px 0;
  font-size: 0; }
  dl dt, dl dd {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem; }

/*定義區塊*/
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1000px;
  max-width: 100%;
  padding: 0 10px; }

section {
  position: relative;
  max-width: 100%; }

.row {
  padding: 10px 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .layout {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 5px;
  padding-right: 5px; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

.pic {
  position: relative;
  font-size: 0;
  width: 100%;
  height: 0;
  display: block; }
  .pic > span {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0; }
    .pic > span:before {
      content: ' ';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
    .pic > span > img, .pic > span > iframe {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    .pic > span > iframe {
      width: 100%;
      height: 100%; }

/*-----RWD地圖&Youtube影片-----*/
.map, .video {
  position: relative;
  width: 100%;
  height: 0; }
  .map iframe, .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.cf:after,
.row:after,
dl:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden; }

.bg-img {
  background-size: cover;
  display: block;
  width: 100%;
  height: 0; }

.editor {
  word-break: break-all;
  /* Begin bidirectionality settings (do not change) */ }
  .editor i {
    font-style: italic; }
  .editor em, .editor b, .editor strong {
    font-weight: bold; }
  .editor img {
    height: auto !important; }
  .editor html, .editor address, .editor blockquote, .editor body, .editor dd, .editor div, .editor dl, .editor dt, .editor fieldset, .editor form,
  .editor frame, .editor frameset, .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor noframes, .editor ol, .editor p, .editor ul, .editor center,
  .editor dir, .editor hr, .editor menu, .editor pre, .editor iframe {
    display: block;
    max-width: 100% !important; }
  .editor li {
    display: list-item; }
  .editor head {
    display: none; }
  .editor table {
    display: table; }
  .editor tr {
    display: table-row; }
  .editor thead {
    display: table-header-group; }
  .editor tbody {
    display: table-row-group; }
  .editor tfoot {
    display: table-footer-group; }
  .editor col {
    display: table-column; }
  .editor colgroup {
    display: table-column-group; }
  .editor td, .editor th {
    display: table-cell; }
  .editor caption {
    display: table-caption; }
  .editor th {
    font-weight: bolder;
    text-align: center; }
  .editor caption {
    text-align: center; }
  .editor body {
    margin: 8px; }
  .editor h1 {
    font-size: 2em;
    margin: .67em 0; }
  .editor h2 {
    font-size: 1.5em;
    margin: .75em 0; }
  .editor h3 {
    font-size: 1.17em;
    margin: .83em 0; }
  .editor h4, .editor p, .editor blockquote, .editor ul, .editor fieldset, .editor form, .editor ol, .editor dl, .editor dir, .editor menu {
    margin: 1.12em 0; }
  .editor h5 {
    font-size: .83em;
    margin: 1.5em 0; }
  .editor h6 {
    font-size: .75em;
    margin: 1.67em 0; }
  .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor b, .editor strong {
    font-weight: bolder; }
  .editor blockquote {
    margin-left: 40px;
    margin-right: 40px; }
  .editor i, .editor cite, .editor em, .editor var, .editor address {
    font-style: italic; }
  .editor pre, .editor tt, .editor code, .editor kbd, .editor samp {
    font-family: monospace; }
  .editor pre {
    white-space: pre; }
  .editor button, .editor textarea, .editor input, .editor select {
    display: inline-block; }
  .editor big {
    font-size: 1.17em; }
  .editor small, .editor sub, .editor sup {
    font-size: .83em; }
  .editor sub {
    vertical-align: sub; }
  .editor sup {
    vertical-align: super; }
  .editor table {
    border-spacing: 2px; }
  .editor thead, .editor tbody, .editor tfoot {
    vertical-align: middle; }
  .editor td, .editor th {
    vertical-align: inherit; }
  .editor s, .editor strike, .editor del {
    text-decoration: line-through; }
  .editor hr {
    border: 1px inset; }
  .editor ol, .editor ul, .editor dir, .editor menu, .editor dd {
    margin-left: 40px; }
  .editor ol {
    list-style-type: decimal; }
  .editor ol ul, .editor ul ol, .editor ul ul, .editor ol ol {
    margin-top: 0;
    margin-bottom: 0; }
  .editor u, .editor ins {
    text-decoration: underline; }
  .editor br:before {
    content: "\A"; }
  .editor :before, .editor :after {
    white-space: pre-line; }
  .editor center {
    text-align: center; }
  .editor :link, .editor :visited {
    text-decoration: underline; }
  .editor :focus {
    outline: thin dotted invert; }
  .editor BDO[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: bidi-override; }
  .editor BDO[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: bidi-override; }
  .editor *[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: embed; }
  .editor *[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: embed; }
  @media print {
    .editor h1 {
      page-break-before: always; }
    .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
      page-break-after: avoid; }
    .editor ul, .editor ol, .editor dl {
      page-break-before: avoid; } }

/*-----排版-----*/
.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.inline-item {
  display: inline-block; }

.align-m {
  display: inline-block;
  vertical-align: middle; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.vertical {
  -webkit-writing-mode: tb-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: tb-lr;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr; }

body, html {
  width: 100%;
  height: 100%;
  background-color: #ff9400;
  font-family: 'Arial','微軟正黑體'; }

header {
  z-index: 999999; }
  header .container {
    background-color: white; }
    header .container .layout {
      padding: 0; }
    header .container .logo-nav {
      margin-left: -5px; }
    header .container .link {
      float: right;
      padding: 2% 0;
      font-size: 0.813rem;
      color: #999; }
      header .container .link a:hover {
        color: #333333; }
    header .container #menu {
      margin-bottom: 10px;
      width: 100%;
      color: white;
      font-size: 0.813rem; }
      header .container #menu > li {
        width: 11.1111%;
        text-align: center;
        float: left;
        position: relative; }
        header .container #menu > li > a {
          background-color: #ff8d00;
          padding: 5px 0;
          display: inline-block;
          width: 100%;
          letter-spacing: -1px; }
        header .container #menu > li .secmenu {
          display: none;
          width: 100%;
          position: absolute; }
          header .container #menu > li .secmenu > li a {
            background-color: #ff8d00;
            padding: 5px 0;
            display: inline-block;
            width: 100%;
            letter-spacing: -1px; }
        header .container #menu > li.active > a {
          background-color: #ff6600; }
        header .container #menu > li.active .secmenu {
          display: block; }
          header .container #menu > li.active .secmenu > li:hover a, header .container #menu > li.active .secmenu > li.active a {
            background-color: #ff6600; }

footer {
  z-index: -10; }
  footer .container {
    background-color: white;
    text-align: center;
    font-size: 0.875rem;
    padding: 10px; }
    footer .container span {
      width: 100%;
      background-color: #4f8325;
      height: 1px;
      display: inline-block; }
    footer .container ul {
      padding: 10px;
      width: 60%;
      margin: 0 auto; }
      footer .container ul li {
        display: inline-block;
        vertical-align: middle;
        color: #555555;
        letter-spacing: -1px; }
        footer .container ul li:before {
          content: '|';
          color: #555;
          padding: 0 5px; }
        footer .container ul li:hover {
          color: #111111; }
      footer .container ul li:last-child:after {
        content: '|';
        color: #555;
        padding: 0 5px; }
    footer .container p {
      color: #aaaaaa;
      font-size: 0.875rem; }

.banner {
  padding-top: 23.5%;
  border-radius: 10px; }

.slick-slider {
  margin-bottom: 0; }

.right {
  float: right;
  width: 22%; }
  .right .wrap {
    background-color: #FEF4DD;
    border-radius: 5px;
    border: 1px solid #cac7be;
    padding-top: 5px; }
    .right .wrap .title h1 {
      background-color: #FEF4DD; }
    .right .wrap .title:before {
      display: none; }
    .right .wrap .link li {
      margin: 5px auto; }
  .right .link2 {
    margin-top: 10px; }
    .right .link2 li .hover {
      display: none; }
    .right .link2 li:hover .pre {
      display: none; }
    .right .link2 li:hover .hover {
      display: inline-block; }

.title {
  color: #ff3c0c;
  position: relative; }
  .title:before {
    content: '';
    background-color: #ff3c0c;
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 13px; }
  .title h1 {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.875rem;
    background-color: white;
    font-weight: bold; }
  .title .more {
    color: #A3A3A3;
    font-size: 0.313rem;
    position: relative;
    top: -5px;
    left: 5px; }
  .title .line {
    width: calc(100% - 70px);
    border-bottom: 2px dotted #ccc;
    position: absolute;
    right: 0;
    top: 14px;
    margin: auto; }

.title.five .line {
  width: calc(100% - 90px); }

.title.eight .line {
  width: calc(100% - 130px); }

#index .main {
  background-color: white;
  z-index: 0; }
  #index .main .left {
    width: 77%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #index .main .left .col-6 {
      margin: 20px 0 0 0;
      padding-right: 20px; }
    #index .main .left .col-6:nth-child(odd) {
      float: right;
      padding-right: 0px;
      padding-left: 20px; }
    #index .main .left .single-item {
      width: 100%;
      min-width: 0px; }
    #index .main .left .index-about {
      color: #333333;
      font-size: 0.813rem;
      line-height: 1.625rem;
      padding-left: 20px;
      padding-top: 10px;
      padding-bottom: 10px; }
    #index .main .left .index-news {
      padding: 15px; }
      #index .main .left .index-news .newstag {
        color: #666666;
        height: 150px; }
        #index .main .left .index-news .newstag > li {
          border: 1px solid #CCC;
          display: inline-block;
          margin-right: -5px; }
          #index .main .left .index-news .newstag > li span {
            display: inline-block;
            font-size: 0.813rem;
            padding: 5px 10px;
            cursor: pointer; }
          #index .main .left .index-news .newstag > li.active span {
            color: white;
            background-color: #FD8827; }
          #index .main .left .index-news .newstag > li .index-news-list {
            min-height: 98px;
            display: none;
            position: absolute;
            left: 20px;
            background-color: white;
            font-size: 0.813rem;
            width: 90%;
            padding: 5px;
            border: 1px solid #CCC; }
            #index .main .left .index-news .newstag > li .index-news-list > li {
              position: relative;
              letter-spacing: -1px;
              max-width: calc(100% - 50px);
              overflow: hidden;
              -o-text-overflow: ellipsis;
              text-overflow: ellipsis;
              white-space: nowrap; }
              #index .main .left .index-news .newstag > li .index-news-list > li:before {
                content: url("../_img/news/point_logo.jpg");
                display: inline-block;
                vertical-align: middle;
                height: 100%; }
              #index .main .left .index-news .newstag > li .index-news-list > li:hover {
                color: #FF3300; }
            #index .main .left .index-news .newstag > li .index-news-list .more {
              color: #F60;
              font-size: 0.75rem;
              text-align: right;
              position: absolute;
              right: 10px;
              bottom: 5px; }
              #index .main .left .index-news .newstag > li .index-news-list .more:hover {
                color: #cc0000; }
        #index .main .left .index-news .newstag li:first-child .index-news-list {
          display: block; }
    #index .main .left .index-activity .wrap, #index .main .left .index-volunteer .wrap {
      margin: 5px 0;
      text-align: center; }
      #index .main .left .index-activity .wrap .bg-img, #index .main .left .index-volunteer .wrap .bg-img {
        padding-top: 77%; }
      #index .main .left .index-activity .wrap .activity-title, #index .main .left .index-volunteer .wrap .activity-title {
        width: 100%;
        color: #333333;
        font-size: 0.813rem;
        letter-spacing: -1px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap; }
        #index .main .left .index-activity .wrap .activity-title:hover, #index .main .left .index-volunteer .wrap .activity-title:hover {
          color: #FC8326; }
    #index .main .left .index-advocacy {
      font-size: 0.813rem; }
      #index .main .left .index-advocacy .des, #index .main .left .index-advocacy .pic {
        display: inline-block;
        vertical-align: middle; }
      #index .main .left .index-advocacy .pic {
        width: calc(40% - 10px);
        padding-top: 30%; }
      #index .main .left .index-advocacy .des {
        width: 60%;
        text-align: center;
        height: 45px; }
        #index .main .left .index-advocacy .des h1 {
          color: #439110;
          font-weight: bold; }
        #index .main .left .index-advocacy .des p {
          color: #333; }
    #index .main .left .index-family {
      font-size: 0.813rem; }
      #index .main .left .index-family .pic {
        width: calc(40% - 10px);
        display: inline-block;
        vertical-align: middle;
        padding-top: 30%; }
      #index .main .left .index-family ul {
        width: 60%;
        display: inline-block;
        vertical-align: middle;
        padding-left: 10px; }
        #index .main .left .index-family ul li {
          color: #666;
          display: inline-block;
          vertical-align: middle;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          white-space: nowrap;
          width: 100%; }
          #index .main .left .index-family ul li:before {
            content: '';
            width: 4px;
            height: 4px;
            border-radius: 50%;
            display: inline-block;
            vertical-align: middle;
            background-color: #FC8326;
            margin-right: 5px; }
          #index .main .left .index-family ul li:hover {
            color: #FC8326; }

#about .main {
  background-color: white;
  z-index: 0; }
  #about .main .left {
    width: 77%; }
    #about .main .left .title {
      margin-top: 20px; }
    #about .main .left .profile {
      margin-top: 10px;
      margin-bottom: 10px; }
      #about .main .left .profile h1.name {
        color: #FC8326;
        font-size: 0.938rem;
        font-weight: bold; }
      #about .main .left .profile img, #about .main .left .profile .des {
        display: inline-block;
        vertical-align: top; }
      #about .main .left .profile img {
        width: calc(33% - 10px); }
      #about .main .left .profile .des {
        width: 67%;
        padding-left: 5px; }
        #about .main .left .profile .des p.name {
          font-size: 1.063rem; }
        #about .main .left .profile .des .experience h1 {
          font-size: 0.938rem;
          color: #FC8326;
          position: relative;
          margin-top: 10px;
          font-weight: bold; }
          #about .main .left .profile .des .experience h1:before {
            content: '';
            height: 1px;
            width: 100%;
            background-color: #FC8326;
            position: absolute;
            bottom: 0;
            left: -10px;
            z-index: 10;
            margin-top: 10px;
            max-width: 140px; }
        #about .main .left .profile .des .experience li {
          font-size: 0.813rem;
          margin-bottom: -3px;
          letter-spacing: -1px; }
    #about .main .left .about1wrap {
      margin-top: 20px;
      margin-bottom: 50px; }
      #about .main .left .about1wrap .about-form li {
        display: inline-block;
        margin-right: -5px;
        padding: 5px 10px; }
        #about .main .left .about1wrap .about-form li span {
          cursor: pointer;
          color: #f66300;
          font-size: 0.938rem;
          padding-bottom: 3px; }
        #about .main .left .about1wrap .about-form li.active span {
          border-bottom: 1px solid #f66300; }
      #about .main .left .about1wrap .formitem {
        display: none;
        width: 100%; }
        #about .main .left .about1wrap .formitem table {
          font-size: 0.75em;
          table-collpase: collapse; }
          #about .main .left .about1wrap .formitem table td, #about .main .left .about1wrap .formitem table th {
            border: 1px #666 solid;
            padding: 5px;
            text-align: left; }
            #about .main .left .about1wrap .formitem table td:first-child, #about .main .left .about1wrap .formitem table th:first-child {
              min-width: 6em; }
            #about .main .left .about1wrap .formitem table td:first-child + td, #about .main .left .about1wrap .formitem table th:first-child + td {
              min-width: 4.5em; }
            #about .main .left .about1wrap .formitem table td:first-child + td + td, #about .main .left .about1wrap .formitem table th:first-child + td + td {
              min-width: 8em; }
          #about .main .left .about1wrap .formitem table th {
            text-align: center; }
        #about .main .left .about1wrap .formitem:first-child {
          display: block; }
        #about .main .left .about1wrap .formitem .consultant_table {
          display: inline-block;
          vertical-align: top;
          width: 49%; }
    #about .main .left .about3 {
      background-image: url(../_img/about/logo2.jpg);
      background-position: center;
      background-repeat: no-repeat;
      padding-left: 10%;
      padding-top: 20px; }
      #about .main .left .about3 ul {
        margin-bottom: 20px;
        font-size: 0.813rem; }
        #about .main .left .about3 ul h1 {
          color: #222222; }
        #about .main .left .about3 ul li {
          color: #666666; }
    #about .main .left .about4 {
      margin-top: 20px; }
    #about .main .left .flex {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #FC8326; }
      #about .main .left .flex .about5 {
        padding: 20px; }
    #about .main .left .about6 {
      font-size: 0.813rem; }
      #about .main .left .about6 h1 {
        color: #FC8326;
        margin-top: 20px;
        padding-left: 30px;
        font-weight: bold; }
      #about .main .left .about6 .innerlist {
        width: 80%;
        display: inline-block;
        vertical-align: top; }
      #about .main .left .about6 > ul > li {
        left: 60px;
        position: relative; }
        #about .main .left .about6 > ul > li .seclist {
          width: 80%;
          position: relative;
          left: 70px; }
    #about .main .left .about7 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #about .main .left .about7 .text {
        width: calc(100% / 2 - 20px);
        margin: 10px;
        font-size: 1rem;
        font-weight: bold; }

#notice .main, #news .main, #advocacy .main, #volunteer .main {
  background-color: white;
  z-index: 0; }
  #notice .main .left, #news .main .left, #advocacy .main .left, #volunteer .main .left {
    width: 77%;
    font-size: 0.813rem; }
    #notice .main .left .title, #news .main .left .title, #advocacy .main .left .title, #volunteer .main .left .title {
      margin-top: 10px; }
    #notice .main .left .date, #news .main .left .date, #advocacy .main .left .date, #volunteer .main .left .date {
      color: #999999; }
    #notice .main .left .main-item, #news .main .left .main-item, #advocacy .main .left .main-item, #volunteer .main .left .main-item {
      margin-top: 10px;
      margin-left: 10px; }
      #notice .main .left .main-item .mn-pic, #news .main .left .main-item .mn-pic, #advocacy .main .left .main-item .mn-pic, #volunteer .main .left .main-item .mn-pic {
        display: inline-block;
        vertical-align: middle;
        width: 145px; }
        #notice .main .left .main-item .mn-pic .pic, #news .main .left .main-item .mn-pic .pic, #advocacy .main .left .main-item .mn-pic .pic, #volunteer .main .left .main-item .mn-pic .pic {
          padding-top: 70%; }
      #notice .main .left .main-item .mn-content, #news .main .left .main-item .mn-content, #advocacy .main .left .main-item .mn-content, #volunteer .main .left .main-item .mn-content {
        display: inline-block;
        vertical-align: middle;
        padding-left: 10px;
        width: calc(100% - 165px); }
        #notice .main .left .main-item .mn-content .list-title, #news .main .left .main-item .mn-content .list-title, #advocacy .main .left .main-item .mn-content .list-title, #volunteer .main .left .main-item .mn-content .list-title {
          color: #FC8326; }
        #notice .main .left .main-item .mn-content .content, #news .main .left .main-item .mn-content .content, #advocacy .main .left .main-item .mn-content .content, #volunteer .main .left .main-item .mn-content .content {
          color: #666666; }
        #notice .main .left .main-item .mn-content .notice-download, #news .main .left .main-item .mn-content .notice-download, #advocacy .main .left .main-item .mn-content .notice-download, #volunteer .main .left .main-item .mn-content .notice-download {
          color: #ff3300;
          margin-right: 10px; }
    #notice .main .left ul, #news .main .left ul, #advocacy .main .left ul, #volunteer .main .left ul {
      margin-top: 20px;
      margin-left: 10px; }
      #notice .main .left ul li, #news .main .left ul li, #advocacy .main .left ul li, #volunteer .main .left ul li {
        position: relative;
        border-bottom: 1px dotted #aaa;
        margin-bottom: 3px;
        margin-top: 3px; }
        #notice .main .left ul li .list-title, #news .main .left ul li .list-title, #advocacy .main .left ul li .list-title, #volunteer .main .left ul li .list-title {
          width: calc(100% - 110px);
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
          display: inline-block;
          vertical-align: middle;
          color: #666; }
          #notice .main .left ul li .list-title:hover, #news .main .left ul li .list-title:hover, #advocacy .main .left ul li .list-title:hover, #volunteer .main .left ul li .list-title:hover {
            color: #222222; }
        #notice .main .left ul li .date, #news .main .left ul li .date, #advocacy .main .left ul li .date, #volunteer .main .left ul li .date {
          display: inline-block;
          vertical-align: middle;
          width: 80px; }
        #notice .main .left ul li:before, #news .main .left ul li:before, #advocacy .main .left ul li:before, #volunteer .main .left ul li:before {
          content: url(../_img/notice/point_logo.png);
          display: inline-block;
          vertical-align: middle; }
    #notice .main .left .detail, #news .main .left .detail, #advocacy .main .left .detail, #volunteer .main .left .detail {
      padding-left: 10px; }
      #notice .main .left .detail .backbt, #news .main .left .detail .backbt, #advocacy .main .left .detail .backbt, #volunteer .main .left .detail .backbt {
        text-align: right;
        color: #666; }
        #notice .main .left .detail .backbt:hover, #news .main .left .detail .backbt:hover, #advocacy .main .left .detail .backbt:hover, #volunteer .main .left .detail .backbt:hover {
          color: #cc0000; }
      #notice .main .left .detail .detail-title, #news .main .left .detail .detail-title, #advocacy .main .left .detail .detail-title, #volunteer .main .left .detail .detail-title {
        font-size: 0.938rem;
        color: #FC8326; }
        #notice .main .left .detail .detail-title .author, #news .main .left .detail .detail-title .author, #advocacy .main .left .detail .detail-title .author, #volunteer .main .left .detail .detail-title .author {
          font-size: 0.813rem;
          float: right;
          color: #999999; }

#family .main, #activity .main {
  background-color: white;
  z-index: 0; }
  #family .main .left, #activity .main .left {
    width: 77%;
    font-size: 0.813rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #family .main .left .title, #activity .main .left .title {
      margin-top: 10px;
      width: 100%; }
    #family .main .left .single-item, #activity .main .left .single-item {
      width: 100%;
      min-width: 0px; }
    #family .main .left .editor, #activity .main .left .editor {
      padding-left: 10px;
      padding-top: 10px; }
    #family .main .left .familylist, #family .main .left .activitylist, #activity .main .left .familylist, #activity .main .left .activitylist {
      margin-top: 10px; }
      #family .main .left .familylist .pic, #family .main .left .activitylist .pic, #activity .main .left .familylist .pic, #activity .main .left .activitylist .pic {
        padding-top: 30%;
        width: 40%;
        display: inline-block;
        vertical-align: top; }
      #family .main .left .familylist .des, #family .main .left .activitylist .des, #activity .main .left .familylist .des, #activity .main .left .activitylist .des {
        width: calc(60% - 10px);
        display: inline-block;
        vertical-align: top;
        padding-left: 5px; }
        #family .main .left .familylist .des .date, #family .main .left .activitylist .des .date, #activity .main .left .familylist .des .date, #activity .main .left .activitylist .des .date {
          color: #999999; }
        #family .main .left .familylist .des .list-title, #family .main .left .activitylist .des .list-title, #activity .main .left .familylist .des .list-title, #activity .main .left .activitylist .des .list-title {
          color: #FC8326;
          line-height: 1rem; }
        #family .main .left .familylist .des .content, #family .main .left .activitylist .des .content, #activity .main .left .familylist .des .content, #activity .main .left .activitylist .des .content {
          margin-top: 10px;
          color: #666;
          line-height: 1rem; }
          #family .main .left .familylist .des .content:hover, #family .main .left .activitylist .des .content:hover, #activity .main .left .familylist .des .content:hover, #activity .main .left .activitylist .des .content:hover {
            color: #222222; }
    #family .main .left .detail, #activity .main .left .detail {
      padding-left: 10px; }
      #family .main .left .detail .backbt, #activity .main .left .detail .backbt {
        text-align: right;
        color: #666; }
        #family .main .left .detail .backbt:hover, #activity .main .left .detail .backbt:hover {
          color: #cc0000; }
      #family .main .left .detail .detail-title, #activity .main .left .detail .detail-title {
        font-size: 0.938rem;
        color: #FC8326; }
    #family .main .left #group, #activity .main .left #group {
      width: 70px;
      margin: 5px 3px;
      display: inline-block;
      vertical-align: middle; }
      #family .main .left #group .pic, #activity .main .left #group .pic {
        padding-top: 50px; }
      #family .main .left #group:hover, #activity .main .left #group:hover {
        border: 1px solid #ff9400; }

#activity .fancybox-caption {
  font-size: 20px; }

#links .main {
  background-color: white;
  z-index: 0; }
  #links .main .left {
    width: 77%;
    font-size: 0.813rem; }
    #links .main .left .title {
      margin-top: 10px; }
    #links .main .left .linkwrap {
      padding-left: 30px;
      padding-top: 30px; }
      #links .main .left .linkwrap .linkitems {
        padding: 5px;
        width: calc(33.3333% - 10px);
        margin-right: 10px;
        border: 1px solid white;
        margin-bottom: 0; }
        #links .main .left .linkwrap .linkitems:hover {
          border: 1px solid #ddd; }
      #links .main .left .linkwrap .linktitle {
        width: 100%;
        margin: 20px 0;
        color: #FC8326;
        font-size: 1rem; }

.linkitems {
  width: 195px;
  text-align: center;
  margin-bottom: 5px; }
  .linkitems .pic {
    padding-top: 60px; }

#association .main {
  background-color: white;
  z-index: 0; }
  #association .main .left {
    width: 77%;
    font-size: 0.813rem; }
    #association .main .left .title {
      margin-top: 10px; }
    #association .main .left .date {
      color: #999999; }
    #association .main .left .association-wrap {
      overflow-x: scroll;
      overflow-y: hidden; }
    #association .main .left table td {
      color: #666666; }
    #association .main .left table.notice td a {
      margin-right: 20px;
      color: #666;
      text-decoration: none;
      text-align: justify; }
    #association .main .left #notice p a:hover {
      color: #222; }
    #association .main .left table.notice {
      width: 100%;
      min-width: 730px;
      margin-top: 30px;
      margin-bottom: 30px; }
      #association .main .left table.notice td a:hover {
        color: #222; }
      #association .main .left table.notice th {
        color: #333333;
        background-image: url(../_img/association/point_logo.png);
        background-repeat: no-repeat;
        background-position: left center;
        width: 30px;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #aaa; }
      #association .main .left table.notice td {
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #aaa;
        padding-top: 4px;
        padding-bottom: 4px; }
      #association .main .left table.notice tr {
        background-color: #fff; }
        #association .main .left table.notice tr.bg {
          background-color: #eee; }

#download .main {
  background-color: white;
  z-index: 0; }
  #download .main .left {
    width: 77%;
    font-size: 0.813rem; }
    #download .main .left .title {
      margin-top: 10px; }
    #download .main .left ul {
      margin-top: 20px;
      margin-left: 10px; }
      #download .main .left ul li {
        border-bottom: 1px dotted #aaa;
        margin-bottom: 3px;
        margin-top: 3px; }
        #download .main .left ul li p {
          max-width: calc( 90% - 50px);
          display: inline-block;
          vertical-align: middle;
          margin-bottom: 3px; }
        #download .main .left ul li .downloadbt {
          position: absolute;
          right: 20px;
          color: #666; }
          #download .main .left ul li .downloadbt:hover {
            color: #222222; }
        #download .main .left ul li:before {
          content: url(../_img/notice/point_logo.png);
          margin-right: 5px;
          position: relative;
          bottom: -3px; }

#sitemap .main {
  background-color: white;
  z-index: 0; }
  #sitemap .main .left {
    width: 77%;
    font-size: 0.813rem; }
    #sitemap .main .left .title {
      margin-top: 10px; }
    #sitemap .main .left > ul {
      margin-top: 10px;
      padding-left: 10px; }
      #sitemap .main .left > ul > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #sitemap .main .left > ul > li .sitemaptitle {
          color: #F60;
          display: inline-block;
          vertical-align: top;
          border-bottom: 1px solid #aaa;
          width: 120px;
          padding-bottom: 5px;
          padding-top: 10px;
          min-width: 100px; }
        #sitemap .main .left > ul > li > ul {
          width: calc( 100% - 130px);
          display: inline-block;
          vertical-align: bottom;
          border-bottom: 1px dotted #aaa;
          padding-bottom: 5px;
          margin-left: 10px;
          padding-left: 10px;
          padding-top: 10px; }
          #sitemap .main .left > ul > li > ul > li {
            display: inline-block;
            vertical-align: middle;
            color: #777; }
            #sitemap .main .left > ul > li > ul > li:after {
              content: '|';
              color: #777;
              margin: 0 5px;
              display: inline-block;
              vertical-align: middle;
              position: relative;
              top: -3px; }
            #sitemap .main .left > ul > li > ul > li:hover {
              color: #222222; }
          #sitemap .main .left > ul > li > ul > li:last-child:after {
            display: none; }

@media only screen and (min-width: 1025px) {
  header .container #menu > li:hover > a {
    background-color: #ff6600; }
  header .container #menu > li:hover .secmenu {
    display: block; }
    header .container #menu > li:hover .secmenu > li:hover a, header .container #menu > li:hover .secmenu > li.active a {
      background-color: #ff6600; } }

@media only screen and (max-width: 1024px) {
  #phone_icon {
    z-index: 99999999999; }
    #phone_icon .button {
      display: block;
      position: fixed;
      top: 15px;
      right: 15px;
      width: 30px;
      height: 20px;
      border-bottom: 2px solid #FC8326;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      z-index: 99999;
      cursor: pointer; }
      #phone_icon .button:before, #phone_icon .button:after {
        content: "";
        position: absolute;
        top: 20%;
        width: 100%;
        height: 2px;
        background: #FC8326 none repeat scroll 0% 0%; }
      #phone_icon .button:after {
        content: "";
        top: 60%; }
      #phone_icon .button.action {
        display: block;
        position: fixed;
        width: 30px;
        height: 20px;
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        border-bottom: medium none !important;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        border-bottom: 2px solid white; }
        #phone_icon .button.action:before {
          top: 50%;
          background-color: white;
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -webkit-transition: all 0.5s ease 0s;
          -o-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s; }
        #phone_icon .button.action:after {
          top: 50%;
          background-color: white;
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -webkit-transition: all 0.5s ease 0s;
          -o-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s; }
  .right {
    display: none; }
  .left, .container {
    width: 100% !important; }
  header .container {
    padding: 0;
    z-index: 9999; }
    header .container .logo-nav {
      margin: 0 auto;
      float: none;
      text-align: center;
      padding: 0 50px; }
    header .container .link {
      display: none; }
    header .container #menu {
      padding-top: 30px;
      width: 300px;
      height: 100vh;
      position: fixed;
      right: -300px;
      top: 0;
      background-color: #ff8d00;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      overflow-y: scroll; }
      header .container #menu > li {
        width: 100%;
        text-align: center;
        display: block;
        float: none;
        padding-top: 10px;
        padding-bottom: 0px; }
        header .container #menu > li a {
          padding-bottom: 10px; }
        header .container #menu > li.active {
          padding-bottom: 0px;
          background-color: white;
          color: #ff6600; }
          header .container #menu > li.active > a {
            border-bottom: 1px solid #ff9400;
            color: #ff6600;
            background-color: white; }
        header .container #menu > li .secmenu {
          position: relative; }
          header .container #menu > li .secmenu > li a {
            padding: 10px 0;
            background-color: #ff6600; }
          header .container #menu > li .secmenu > li.active a {
            background-color: white;
            color: #ff8d00; }
      header .container #menu.action {
        right: 0px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
  footer .container ul {
    width: 100%; }
  .fancybox-toolbar {
    left: 0;
    margin: auto; } }

@media only screen and (max-width: 768px) {
  body, html {
    background-color: white; }
  .col-6 {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  #index .main .left .col-6:nth-child(odd), #index .main .left .col-6:nth-child(even) {
    padding-left: 0;
    padding-right: 0; }
  #index .main .left .index-news .newstag > li .index-news-list {
    left: 10px; }
  #index .main .left .index-about {
    padding-left: 10px; }
  #index .main .left .index-news {
    padding: 10px; }
    #index .main .left .index-news .newstag > li .index-news-list {
      width: 95%; }
  #index .main .left .index-advocacy .pic {
    padding-top: 20%;
    width: calc(25% - 10px); }
  #index .main .left .index-family .pic {
    padding-top: 20%;
    width: calc(25% - 10px); }
  #index .main .left .index-family ul {
    text-align: center;
    width: 75%; }
  #index .main .left .index-advocacy .des {
    text-align: center;
    width: 75%; }
  #about .main .left .about6 h1 {
    padding-left: 0; }
  #about .main .left .about6 > ul > li {
    left: 20px;
    width: 90%; }
    #about .main .left .about6 > ul > li .seclist {
      left: 30px;
      width: 90%; }
  #about .main .left .about6 .innerlist {
    width: 90%;
    position: relative;
    left: 30px; }
  #about .main .left .about7 .text {
    width: 100%;
    margin: 10px 0; } }

@media only screen and (max-width: 640px) {
  #about .main .left .about3 {
    padding: 10px; }
  #about .main .left .flex {
    display: block; }
  #about .main .left .flex .about5, #about .main .left .flex .about5 {
    width: 100%; }
  #about .main .left .about1wrap .formitem table {
    font-size: 0.75em;
    table-collpase: collapse;
    width: 100%; }
    #about .main .left .about1wrap .formitem table th {
      text-align: center; }
  #about .main .left .about1wrap .formitem .consultant_table {
    display: block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 20px; }
    #about .main .left .about1wrap .formitem .consultant_table td, #about .main .left .about1wrap .formitem .consultant_table th {
      border: 1px #666 solid;
      padding: 5px;
      text-align: left; }
      #about .main .left .about1wrap .formitem .consultant_table td:first-child, #about .main .left .about1wrap .formitem .consultant_table th:first-child {
        width: 20%; }
      #about .main .left .about1wrap .formitem .consultant_table td:first-child + td, #about .main .left .about1wrap .formitem .consultant_table th:first-child + td {
        width: 20%; }
      #about .main .left .about1wrap .formitem .consultant_table td:first-child + td + td, #about .main .left .about1wrap .formitem .consultant_table th:first-child + td + td {
        width: 30%; }
  #links .main .left .linkwrap .linkitems {
    width: calc(50% - 10px); } }

@media only screen and (max-width: 480px) {
  #index .main .left .index-activity .wrap, #index .main .left .index-volunteer .wrap {
    width: 50%; }
  #sitemap .main .left > ul > li > ul > li {
    display: block; }
    #sitemap .main .left > ul > li > ul > li:after {
      display: none; }
  #about .main .left .about1wrap {
    padding: 0; }
    #about .main .left .about1wrap .about-form li {
      display: block;
      margin-bottom: 20px;
      padding: 0; }
      #about .main .left .about1wrap .about-form li.active span {
        border-bottom: 0; }
      #about .main .left .about1wrap .about-form li .formitem {
        display: block !important;
        position: static !important; } }

@media only screen and (max-width: 375px) {
  #index .main .left .index-activity .wrap, #index .main .left .index-volunteer .wrap {
    width: 100%; }
  #about .main .left .profile h1.name {
    text-align: center; }
  #about .main .left .profile img, #about .main .left .profile .des {
    display: block;
    float: none;
    width: 100%;
    margin: 10px auto;
    text-align: center; }
  #about .main .left .profile img {
    width: 80%; }
  #about .main .left .profile .des .experience h1:before {
    max-width: 100%;
    left: 0;
    right: 0;
    margin: auto; }
  #about .main .left .profile img {
    padding-left: 0; }
  #about .main .left .profile .des {
    padding-left: 0; }
    #about .main .left .profile .des .experience {
      margin-top: -10px; }
  #notice .main .left .main-item .mn-pic, #news .main .left .main-item .mn-pic, #advocacy .main .left .main-item .mn-pic, #volunteer .main .left .main-item .mn-pic {
    display: block; }
  #notice .main .left .main-item .mn-pic, #news .main .left .main-item .mn-pic, #advocacy .main .left .main-item .mn-pic, #volunteer .main .left .main-item .mn-pic {
    margin: 0 auto; }
  #notice .main .left .main-item .mn-content, #news .main .left .main-item .mn-content, #advocacy .main .left .main-item .mn-content, #volunteer .main .left .main-item .mn-content {
    width: 100%; }
  #links .main .left .linkwrap {
    padding-left: 0;
    padding-top: 10px; }
    #links .main .left .linkwrap .linkitems {
      width: 100%;
      margin-right: 0; } }
