  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  *:before, *:after {
    box-sizing: border-box; }
  a {
    display: block;
    text-decoration: none;
  }
  ul {
    list-style: none;
  }
  img {
    width: 100%;
    border: 0;
    display: block;
  }
  article,
  main,
  nav,
  section {
    display: block;
  }
  body {
    margin:0;
    background-color:#fa6d7a;
    font-size: 14px;
  }
  .sp--1260 {
    position: relative;
    z-index: 0;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .sp--1260.icon_Home{
    z-index: auto;
  }
  /* 主視覺 */
  /* ======================================== */
  .logo a,
  .sp__visual a{
    display: block;
  }
  .logo {
    position: absolute;
    z-index: 2;
    /* 調整logo位置 */
    top: 0;
    left: 0;
    width: 27%;
    max-width: 220px;
  }
  /* 設定背景 */
  .sp__main {
    background: url(top210326bg.jpg) center 0 no-repeat;
  }
  /* 設定前景 */
  .sp__visual {
    position: relative;
    z-index: 0;
    width: 100%;
  }
  /*...........................................................示意線條拿掉start*/
  .visual__main a{
    border: 1px solid #f00;
  }
  /*...........................................................示意線條拿掉end*/
  .visual__anchor,
  .visual__main,
  .visual__nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .visual__anchor {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .visual__main a,
  .visual__nav a {
    flex-grow: 1;
  }
  /* 主視覺 */
  /*...........................................................紅框區高度*/
  .visual__main {
    height: 100%;
  }
  /*...........................................................紅框區設定寬度高度*/
  .visual__main a:nth-child(1) {
    flex-grow: 0;
    width: 100%;
    height: 60%
  }
  .visual__main a:nth-child(2) {
    flex-grow: 0;
    width: 50%;
    height: 40%;
  }

  /* 動畫小物件 */
  /* ======================================== */
    .animate__wrap {
        position: absolute;
        z-index: 1;
        width: 100%;
        top: 0;
    }
    .animate__wrap .animate__obj--01 {
        position: -webkit-sticky;
        position: sticky;
        height: auto;
        top: 0;
        margin-left: 8vw;
        width: 83vw;
        margin-top: 67.5vw;
    }
    .animate__wrap .animate__obj--02 {
        position: absolute;
        top: 25vw;
        left: 5vw;
        width: 54%;
    }
    @media screen and (min-width: 960px) {
        .logo{
          left: calc(50% - 480px);
        }
        .animate__wrap .animate__obj--01 {
            margin-top: 653px;
            margin-left: calc(50% - 308px);
            width: auto;
        }
        .animate__wrap .animate__obj--02 {
            top: 241px;
            left: calc(50% - 421px);
            width: auto;
        }
    }
  /* go top */
  /* ======================================== */
        .go-top {
            position: fixed;
            z-index: 999;
            right: 10px;
            bottom: 90px;
            transform: translateY(-50%);
            padding: 10px 12px;
            color: #fff;
            background: rgba(0, 0, 0, 0.5);
            border: none;
            opacity: 0;
            transition: opacity 0.4s linear;
            border-radius: 100px;
            cursor: pointer;
            display: none;
        }

        .go-top.is-visible {
            display: block;
            opacity: 1;
        }

        .go-top:focus,
        .go-top i:focus {
            outline: 0;
        }

    /* note */
    /* ======================================== */
    .note {
        word-break: break-all;
    }

    .note article {
        background-color: #FFFFFF;
        font: normal 1.15em/1.5 '微軟正黑體', Arial;
        color: #a13943;
        padding-bottom: 3%;
        padding-top: 3%;
        padding-right: 0;
        border-radius: 20px;
        width: 95%;
        margin: 10px auto;
    }

    .note article a {
        display: inline;
        color: #525252;
    }

    .note article a:visited {
        color: #525252;
    }

    .note article a:hover {
        color: #525252;
        text-decoration: underline;
    }

    .note hr {
        background-color: #ffe326;
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
        height: 8px;
        border: 0;
    }

    .note h2 {
        color: #792b32;
        font-size: 1.4em;
        line-height: 1.5;
        margin: 5px 3%;
        font-weight: bold;
        margin-left: 5%;
    }

    .note p {
        line-height: 1.5;
        padding: 0 5%;
        margin: 0;
    }

    .note ol,
    .note ul {
        padding: 0;
        margin: auto;
        margin: 0 5% 0.25em 5%;
        list-style: none;
    }

    .note li {
        margin-bottom: 0.25em;
        margin-left: 3%;
        list-style: disc;
    }

    .note li:first-child ol {
        margin-left: 5%;
    }

    .note li > ol, .note li > ul {
        margin-left: 1.5em;
    }

    .note li > ol {
        list-style: lower-alpha;
    }

    .note li li {
        margin-left: 0;
        list-style: circle;
    }

    .note ul {
        list-style: disc;
    }

    .note ul.list--custsom, .note ol.list--custsom {
        list-style: none;
        margin-left: 0;
    }
    @media screen and (max-width: 769px) {
        .note h2 {
            font-size: 1rem;
        }

        .note article a.but {
            font-size: 1rem;
        }

        .note ol,
        .note ul {
            margin: 0 3.5% 0 7%;
        }
    }
    
    /* table */
    .note table {
        color: #a13943;
        border: 1px solid #792b32;
        border-right: 0;
        border-bottom: 0;
        width: 90%;
        margin: 1% 0 2% 5.5%;
        background-color: #FFFFFF;
        font-size: 1em;
    }

    .note table td {
        border-right: 1px solid #792b32;
        border-bottom: 1px solid #792b32;
        padding: 5px;
        text-align: center;
    }

    .note table tr:first-child td,
    .note ol table tr:first-child td {
        text-align: center;
        background-color: #c84753;
        color: #FFFFFF;
    }

    .note ol table {
        margin: 0;
        width: 100%;
        margin: 2% 0;
    }

    @media screen and (max-width: 769px) {
        .note h2 {
            font-size: 1rem;
        }
        .note ol,
        .note ul {
            margin: 0 3.5% 0 7%;
        }
        .note table {
            margin: 0 3%;
            width: 100%;
        }
    }