@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/css2?family=Signika:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Signika:wght@300&display=swap");
a {
    text-decoration: none
}

ul, li, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    list-style: none;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    overflow-x: hidden;
    font-size: 1em;
    font-family: "Noto Sans TC", "Arial", sans-serif;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

#gotop {
    display: none;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 50px;
    border-radius: 100%;
    padding: 10px 15px;
    line-height: 1.2;
    font-size: 18px;
    background: rgba(255, 79, 79, 0.7);
    border: 1px;
    color: white;
    cursor: pointer;
    z-index: 99;
    -webkit-animation: gotopbackchange 6s linear infinite;
    animation: gotopbackchange 6s linear infinite;
}

@media screen and (max-width: 550px) {
    #gotop #gotop {
        right: 20px;
        bottom: 70px;
        padding: 11px 15px;
        font-size: 12px;
    }
}

@media screen and (max-width: 880px) and (min-width: 551px) {
    #gotop #gotop {
        right: 20px;
        bottom: 70px;
        padding: 10px 15px;
        font-size: 18px;
    }
}

@-webkit-keyframes gotopbackchange {
    0% {
        background-color: rgba(255, 79, 79, 0.7);
    }
    20% {
        background-color: rgba(255, 209, 79, 0.7);
    }
    40% {
        background-color: rgba(79, 255, 117, 0.7);
    }
    60% {
        background-color: rgba(79, 214, 255, 0.7);
    }
    80% {
        background-color: rgba(231, 184, 255, 0.7);
    }
    100% {
        background-color: rgba(255, 79, 79, 0.7);
    }
}

@keyframes gotopbackchange {
    0% {
        background-color: rgba(255, 79, 79, 0.7);
    }
    20% {
        background-color: rgba(255, 209, 79, 0.7);
    }
    40% {
        background-color: rgba(79, 255, 117, 0.7);
    }
    60% {
        background-color: rgba(79, 214, 255, 0.7);
    }
    80% {
        background-color: rgba(231, 184, 255, 0.7);
    }
    100% {
        background-color: rgba(255, 79, 79, 0.7);
    }
}

body {
    background: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

header {
    background: url(../img/hdbg.jpg);
    background-color: #F8F0E6;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 1vh 0vw 3vh;
    text-align: center;
}

header img {
    width: 40vw;
    animation: scle 2s linear infinite;
}

header h2 {
    font-size: 3em;
    color: #512E33;
    text-align: center;
    margin: 5vh auto;
    letter-spacing: 4px;
}

header h2 span {
    font-size: 0.8em;
}

header h2 span strong {
    font-size: 1.2em;
}

@keyframes scle{
    0%{
        transform: scale(1);
    }

    50%{
        transform: scale(1.05);
    }

    100%{
        transform: scale(1);
    }
}

@media all and (max-width: 767px) {
    header {
        /* padding: 3vh 0 0 0;
        text-align: center; */
        background-size: contain;
        /* background-position: center top; */
    }

    header img {
        width: 90%;
        margin-bottom: 2vh;
    }

    header h2 {
        font-size: 20px;
    }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
    header {
        padding: 6vh 0vw 3vh;
    }
    header img {
        width: 70%;
        padding: 2vh 0;
    }
    header h2 {
        font-size: 30px;
    }
}

@media all and (max-width: 1399px) and (min-width: 1025px) {
    header img {
        width: 60%;
        padding: 2vh 0 5vh 0vw;
    }
}



#gift{
    width: 100%;
    background: url(../img/bgb.jpg);
    background-repeat: repeat-y;
    background-size: cover;
    background-position: center;
    text-align: center;
}

#gift .box1{
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}

#gift .box1 h2{
    color: #00408F;
    font-size: 3em;
}

#gift .box1 h2 img{
    width: 80px;
}

#gift .box1 ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: 2px solid #00408F;
    border-radius: 15px;
    padding: 2vh 2vw;
}

#gift .box1 ul li{
    width: 50%;
}

#gift .box1 ul li p{
    font-size: 1.5em;
    letter-spacing: 1.2px;
    text-align: left;
}

#gift .box1 ul li p span{
    font-size: 1.5em;
    font-weight: 600;
    color: red;
}

#gift .box2{
    width: 95%;
    max-width: 1200px;
    margin:5vh auto 0;
}

#gift .box2 h2{
    color: #00408F;
    font-size: 3em;
}

#gift .box2 h2 img{
    width: 80px;
}

#gift .box2 .text{
    border: 2px solid #00408F;
    border-radius: 15px;
    padding: 2vh 2vw;
}

#gift .box2 .text h3{
    font-size: 1.5em;
    letter-spacing: 1.2px;
}

#gift .box2 .text h3 span{
    font-size: 1.5em;
    font-weight: 600;
    color: red;
}

#gift .box3{
    width: 95%;
    max-width: 1200px;
    margin:5vh auto 0;
}

#gift .box3 h2{
    color: #00408F;
    font-size: 3em;
}

#gift .box3 h2 img{
    width: 80px;
}

#gift .box3 .contain{
    border: 2px solid #00408F;
    border-radius: 15px;
    padding: 2vh 2vw;
}

#gift .box3 .contain h3{
    font-size: 2em;
    letter-spacing: 1.2px;
    padding: 0 0 1vh 0;
    color: #6B4246;
}

#gift .box3 .contain ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#gift .box3 .contain ul li{
    width: 30%;
    position: relative;
}

#gift .box3 .contain ul li h4{
    background: #F1968B;
    color: #6B4246;
    font-size: 1.5em;
}

#gift .box3 .contain ul li p{
    font-size: 1.2em;
    letter-spacing: 1.2px;
    line-height: 1.5;
    padding: 1vh 0;
    background: rgba(255, 255, 255, 0.7);
}

#gift .box3 .contain ul li img.book{
    width: 100%;
    max-width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-25px,-52px);
}

#gift .box3 .contain ul li p span{
    color: red;
    font-size: 1.2em;
    font-weight: 500;
}

#gift .box3 .contain .text{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding: 3vh 0 0;
}

#gift .box3 .contain .text h4{
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #6B4246;
    background: #F1968B;
    padding: 1.5vh 2vw;
    margin: 0 1vw 0;
    align-self: center;
}

#gift .box3 .contain .text p{
    text-align: left;
    font-size: 1.2em;
    letter-spacing: 1.5px;
}

#gift .box3 .contain .text p span{
    font-size: 1.2em;
    font-weight: 500;
    color: red;
}

#gift .luck{
    width: 100%;
    margin: 3vh 0;
}

#gift .luck .contain{
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3vh 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#gift .luck .contain img{
    width: 100%;
    max-width: 500px;
    animation: scle 2s linear infinite;
}

#gift .luck .contain .date{
    margin: 0 2vw;
}

#gift .luck .contain .date h3{
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.5;
    color: #603919;
    padding: 1vh 2.5vw;
    background: url(../img/ribbon.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

#gift .luck .contain .date ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#gift .luck .contain .date ul li{
    background: url(../img/heart.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    padding: 3vh 1vw;
}

#gift .luck .contain .date ul li p{
    font-size: 2em;
    font-weight: 600;
    color: red;
    text-shadow: 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff;
}

#gift .luck .contain .awards{
    margin: 0 2vw 0 0;
}

#gift .luck .contain .awards h3{
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.5;
    color: #603919;
    padding: 1vh 2.5vw;
    background: url(../img/ribbon.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

#gift .luck .contain .awards p{
    font-size: 3em;
    font-weight: 600;
    color: red;
    text-shadow: 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff, 0 0 0.12em #fff;
    background: url(../img/penciline.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 2vh 0vw;
}

@media (max-width: 1024px) and (min-width:768px) {
    #gift .box1 h2,
    #gift .box2 h2,
    #gift .box3 h2,
    #gift .luck h2 {
        font-size: 2em;
    }

    #gift .box1 h2 img,
    #gift .box2 h2 img,
    #gift .box3 h2 img,
    #gift .luck h2 img {
        width: 60px;
    }

    #gift .box1 ul li {
        width: 80%;
        margin: 2vh 0;
    }

    #gift .box3 .contain ul li p {
        font-size: 1em;
        letter-spacing: 1px;
    }

    #gift .box3 .contain ul li p span {
        font-size: 1em;
    }

    #gift .box3 .contain .text h4 {
        width: 100%;
        padding: 0.5vh 2vw;
    }

    #gift .box3 .contain ul li img.book {
        width: 25%;
        transform: translate(-13px,-10px);
    }

    #gift .luck .contain .date ul li {
        padding: 3vh 2vw;
    }

    #gift .luck .contain .awards h3 {
        padding: 1vh 6vw;
    }

    #gift .luck .contain img {
        padding: 0 0 3vh;
    }
}
  
@media all and (max-width: 767px) {
    #gift .box1 h2,
    #gift .box2 h2,
    #gift .box3 h2,
    #gift .luck h2 {
        font-size: 1.2em;
    }

    #gift .box1 h2 img,
    #gift .box2 h2 img,
    #gift .luck h2 img {
        width: 40px;
    }

    #gift .box3 h2 img{
        width: 20px;
    }

    #gift .box1 ul li {
        width: 100%;
        margin: 1.5vh 0;
    }

    #gift .box1 ul li p {
        font-size: 1em;
        letter-spacing: 0px;
        text-align: left;
    }

    #gift .box2 .text h3 {
        font-size: 1.2em;
        /* letter-spacing: 1.2px; */
    }

    #gift .box3 .contain ul li {
        width: 95%;
    }

    #gift .box3 .contain ul li img.book {
        width: 20%;
        transform: translate(-56px,-17px);
    }

    #gift .box3 .contain .text h4 {
        padding: 0.5vh 2vw;
        width: 100%;
    }

    #gift .box3 .contain .text p {
        text-align: left;
        font-size: 1em;
        letter-spacing: 0px;
    }

    #gift .luck .contain .date ul li {
        padding: 3vh 5vw;
    }

    #gift .luck .contain .awards h3 {
        padding: 1vh 12vw;
    }

    #gift .luck .contain .date {
        margin: 4vh 2vw;
    }
}


#classsale {
    background: red;
    padding: 5vh 0;
    text-align: center;
    cursor: pointer;
}

#classsale>h2 {
    font-size: 3em;
    color: yellow;
    -webkit-animation: sale 1s linear infinite;
    animation: sale 1s linear infinite;
}

#classsale>p {
    font-size: 2em;
    color: white;
    font-weight: 600;
}

#classsale>p strong {
    font-size: 1.2em;
}

#classsale>p span {
    font-size: 0.6em;
}

#classsale i {
    -webkit-transform: scale(1) rotate(-15deg);
    transform: scale(1) rotate(-15deg);
}

#classsale:hover {
    background: #dd0000;
}

@media all and (max-width: 767px) {
    #classsale {
        padding: 3vh 0;
    }
    #classsale>h2 {
        font-size: 24px;
    }
    #classsale>p {
        font-size: 20px;
    }
}

@-webkit-keyframes sale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes top {
    0% {
        -webkit-transform: scale(1) rotate(5deg);
        transform: scale(1) rotate(5deg);
    }
    50% {
        -webkit-transform: scale(1.05) rotate(0deg);
        transform: scale(1.05) rotate(0deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(5deg);
        transform: scale(1) rotate(5deg);
    }
}

@keyframes top {
    0% {
        -webkit-transform: scale(1) rotate(5deg);
        transform: scale(1) rotate(5deg);
    }
    50% {
        -webkit-transform: scale(1.05) rotate(0deg);
        transform: scale(1.05) rotate(0deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(5deg);
        transform: scale(1) rotate(5deg);
    }
}

@media all and (min-width: 640px) {
    .brhid640 {
        display: none;
    }
}

@media all and (min-width: 768px) {
    .brhid768 {
        display: none;
    }
}

@media all and (min-width: 595px) {
    .brhid595 {
        display: none;
    }
}

#cls_sop {
    padding: 5vh 0
}

#cls_sop>h2 {
    width: 70vw;
    text-align: center;
    font-size: 3em;
    padding: 1.5vh 2vw;
    border-radius: 70px;
    background-color: #00a1ff;
    color: #fffdfd;
    line-height: 1.5;
    letter-spacing: 2px;
    margin: 1vh auto;
    position: relative;
}

#cls_sop>h2 span:after {
    content: "";
    position: absolute;
    border: 15px solid #00a1ff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#cls_sop .teacher__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2vh auto;
}

#cls_sop .teacher__area .areas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#cls_sop .teacher__area .areas .teacher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#cls_sop .teacher__area .areas .teacher .teacher__box {
    text-align: center;
    width: 120px;
    margin: 1vh 1vw;
}

#cls_sop .teacher__area .areas .teacher .teacher__box h3 {
    font-size: 1.6em;
    padding: 40px 5px;
    border-radius: 100%;
    background-color: #00a1ff;
    color: white;
    position: relative;
}

#cls_sop .teacher__area .areas .teacher .teacher__box p {
    margin: 1vh 0;
    font-size: 1.2em;
    line-height: 1.6;
}

@media all and (max-width: 767px) {
    #cls_sop {
        width: 90%;
        margin: 0 auto;
    }
    #cls_sop>h2 {
        width: 90%;
        font-size: 1.2em;
        letter-spacing: 0px;
    }
    #cls_sop>h2 span {
        font-size: 1.2em;
    }
    #cls_sop .teacher__area .areas {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #cls_sop .teacher__area .areas .teacher .teacher__box {
        margin: 1vh 30px;
    }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
    #cls_sop {
        width: 80%;
        margin: 0 auto;
    }
    #cls_sop>h2 {
        font-size: 25px;
    }
    #cls_sop .area .area__box {
        width: 90%;
    }
    #cls_sop .area .area__box h3 span {
        font-size: 1.5em;
    }
    #cls_sop .area .area__box p {
        -webkit-box-flex: 2.4;
        -ms-flex: 2.4;
        flex: 2.4;
        font-size: 1em;
    }
}

@media all and (max-width: 1399px) and (min-width: 1025px) {
    #cls_sop {
        width: 80%;
        margin: 0 auto;
    }
    #cls_sop>h2 {
        font-size: 30px;
    }
    #cls_sop .teacher__area {
        width: 100%;
    }
    #cls_sop .teacher__area .areas .teacher .teacher__box {
        margin: 1vh 2vw;
    }
    #cls_sop .teacher__area .areas .teacher .teacher__box h3 span {
        font-size: 1.5em;
    }
    #cls_sop .teacher__area .areas .teacher .teacher__box p {
        -webkit-box-flex: 2.4;
        -ms-flex: 2.4;
        flex: 2.4;
        font-size: 1em;
    }
}

#othcls {
    width: 100vw;
    background: url("../img/sb.jpg");
    margin: 0 auto;
    padding: 5vh 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
}

#othcls>img.oth_1 {
    position: absolute;
    left: 10%;
    top: -400;
}

#othcls>img.oth_2 {
    position: absolute;
    right: -10%;
    top: -400;
}

#othcls>h2 {
    width: 70vw;
    text-align: center;
    font-size: 3em;
    padding: 1.5vh 2vw;
    border-radius: 70px;
    background-color: #00a1ff;
    color: #fffdfd;
    line-height: 1.5;
    letter-spacing: 2px;
    margin: 1vh auto;
    position: relative;
}

#othcls>h2 span:after {
    content: "";
    position: absolute;
    border: 15px solid #00a1ff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#othcls>h3 {
    text-align: center;
    font-size: 1.5em;
    font-weight: 400;
    margin: 2vh 0;
}

#othcls>h3 span {
    color: #ff0000;
}

#othcls .area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#othcls .area i {
    font-size: 2em;
    color: #ffe100;
    text-align: center;
}

#othcls .area .boxs .box {
    width: 300px;
    margin: 2vh 2vw;
}

#othcls .area .boxs .box ul {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#othcls .area .boxs .box ul li {
    padding: 2vh 1vw;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    letter-spacing: 2px;
    line-height: 1.8;
    font-size: 1.2em;
    color: #3b3b3b;
    text-align: center;
}

#othcls .area .boxs .box ul li:first-child {
    font-weight: 600;
    background-color: #ffe100;
    color: #5079ff;
    border-radius: 15px 15px 0 0;
    font-size: 1.5em;
    text-align: center;
}

#othcls .area .boxs .box ul li:first-child span {
    font-weight: 400;
    font-size: 0.8em;
}

#othcls .area .boxs .box ul:hover {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
}

@media all and (max-width: 767px) {
    #othcls {
        width: 100%;
    }
    #othcls>img.oth_1 {
        display: none;
    }
    #othcls>img.oth_2 {
        display: none;
    }
    #othcls>h3 {
        font-size: 16px;
    }
    #othcls .area {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #othcls .area i {
        font-size: 22px;
    }
    #othcls .area .boxs {
        width: 85%;
        margin: 0 auto;
        text-align: center;
    }
    #othcls .area .boxs .box {
        width: 85%;
        margin: 1vh auto;
    }
    #othcls .area .boxs .box>h3 {
        font-size: 16px;
        font-weight: normal;
    }
    #othcls .area .boxs .box ul li {
        font-size: 14px;
        letter-spacing: 1px;
        padding: 1vh 0vw;
    }
    #othcls .area .boxs .box ul li:first-child {
        font-size: 20px;
    }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
    #othcls {
        width: 80%;
        margin: 0 auto;
    }
    #othcls .area {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #othcls .area .boxs {
        width: 100%;
        margin: 0vh 2vw 4vh;
    }
    #othcls .area .boxs .box {
        width: 100%;
    }
}

@media all and (max-width: 1399px) and (min-width: 1025px) {
    #othcls {
        width: 80%;
        margin: 0 auto;
    }
    #othcls .area {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #othcls .area .boxs {
        width: 100%;
        margin: 0vh 2vw 4vh;
    }
    #othcls .area .boxs .box {
        width: 100%;
    }
}

#hotcls {
    padding-top: 5vh;
    margin-bottom: 10vh;
}

#hotcls>h2 {
    width: 70vw;
    text-align: center;
    font-size: 3em;
    padding: 1.5vh 2vw;
    border-radius: 70px;
    background-color: #00a1ff;
    color: #fffdfd;
    line-height: 1.5;
    letter-spacing: 2px;
    margin: 1vh auto;
    position: relative;
}

#hotcls>h2 span:after {
    content: "";
    position: absolute;
    border: 15px solid #00a1ff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#hotcls .testbox {
    width: 70vw;
    margin: 3vh auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5vh;
}

#hotcls .testbox .box {
    width: 20vw;
    border-radius: 15px;
    position: relative;
    text-align: center;
    background-color: white;
    padding: 30px 5px;
    margin: 1vh 0.5vw;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 2px solid #0068b7;
}

#hotcls .testbox .box>img {
    position: absolute;
    top: 10%;
    left: 18%;
    width: 50px;
    z-index: 10;
}

#hotcls .testbox .box h4 {
    font-size: 1.6em;
    position: relative;
    z-index: 99;
    color: #0068b7;
    line-height: 1.8;
}

#hotcls .testbox .box p {
    position: relative;
    z-index: 99;
    line-height: 1.8;
    color: #272727;
}

#hotcls .testbox .box h5 {
    margin-top: 3vh;
}

#hotcls .testbox .box h5 span {
    background-color: #c8edff;
    color: #081f75;
    font-size: 1.2em;
    padding: 0.5vh 1vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#hotcls .testbox .box:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
    cursor: pointer;
}

#hotcls .testbox .box:hover h5 span {
    background-color: #4385ff;
    color: #ffffff;
}

@media all and (max-width: 767px) {
    #hotcls {
        width: 95%;
        text-align: center;
        margin: 0 auto;
    }
    #hotcls>h2 {
        width: 90%;
        font-size: 1.2em;
        letter-spacing: 0px;
    }
    #hotcls>h2 span {
        font-size: 1.2em;
    }
    #hotcls .testbox {
        width: 90%;
        margin: 3vh auto;
    }
    #hotcls .testbox .box {
        width: 100%;
    }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
    #hotcls {
        width: 80%;
        margin: 0 auto;
    }
    #hotcls>h2 {
        font-size: 25px;
    }
    #hotcls .testbox {
        width: 100%;
        margin: 3vh auto;
    }
    #hotcls .testbox .box {
        width: 42%;
        margin: 1vh 1vw;
    }
}

@media all and (max-width: 1399px) and (min-width: 1025px) {
    #hotcls {
        width: 80%;
        margin: 0vh auto;
    }
    #hotcls>h2 {
        font-size: 30px;
    }
    #hotcls .testbox {
        width: 100%;
        margin: 3vh 0;
    }
    #hotcls .testbox .box {
        width: 30%;
    }
}

#newcls {
    margin: 5vh auto;
}

#newcls>h2 {
    text-align: center;
    width: 70vw;
    font-size: 3em;
    padding: 1.5vh 2vw;
    border-radius: 70px;
    background-color: #00a1ff;
    color: #fffdfd;
    line-height: 1.2;
    letter-spacing: 2px;
    margin: 6vh auto 2vh;
    position: relative;
}

#newcls>h2 span:after {
    content: "";
    position: absolute;
    border: 15px solid #00a1ff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#newcls table {
    width: 70vw;
    margin: 3vh auto;
    background-color: white;
    border-radius: 15px;
}

#newcls table tr td {
    border-bottom: 1px solid #ff6464;
    border-right: 1px solid #ff6464;
    padding: 1.5vh 1vw;
    font-size: 1.3em;
    text-align: center;
    font-weight: 300;
}

#newcls table tr td span {
    font-size: 1.5em;
    font-weight: 600;
    color: #ff2717;
}

#newcls table tr td:first-child {
    border-left: 1px solid #ff6464;
    text-align: center;
    font-size: 1.5em;
    color: #ff6464;
    font-weight: 500;
}

#newcls table tr:nth-child(odd) td {
    background-color: #fff1f1;
}

#newcls table tr:first-child td {
    border-top: 1px solid #ff6464;
    background-color: #ff6464;
    color: white;
    font-size: 1.5em;
    font-weight: 500;
}

#newcls table tr td:nth-child(2) {
    width: 30%;
}

#newcls table tr td:last-child {
    width: 30%;
}

#newcls table tr:first-child td:first-child {
    border-radius: 15px 0 0 0;
}

#newcls table tr:first-child td:last-child {
    border-radius: 0 15px 0 0;
}

#newcls table tr:last-child td:last-child {
    border-radius: 0 0 15px 0;
}

#newcls table tr:last-child td:first-child {
    border-radius: 0 0 0 15px;
}

#newcls table tr:first-child td:nth-child(-n+3) {
    border-right: 1px solid white;
}

@media all and (max-width: 767px) {
    #newcls {
        width: 90%;
    }
    #newcls>h2 {
        width: 90%;
        font-size: 16px;
    }
    #newcls table {
        width: 100%;
    }
    #newcls table tr td {
        font-size: 16px;
    }
    #newcls table tr td:first-child {
        font-size: 16px;
    }
    #newcls table tr:first-child td {
        font-size: 16px;
    }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
    #newcls {
        width: 80%;
        margin: 0 auto;
    }
    #newcls>h2 {
        font-size: 25px;
    }
    #newcls table {
        width: 100%;
    }
}

@media all and (max-width: 1399px) and (min-width: 1025px) {
    #newcls {
        width: 85%;
        margin: 0 auto;
        text-align: center;
    }
    #newcls>h2 {
        font-size: 30px;
    }
    #newcls table {
        width: 100%;
        margin: 0 auto;
    }
}

.clsarea, .clsarea02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 4vh auto;
}

.clsarea>h2, .clsarea02>h2 {
    text-align: center;
    width: 70vw;
    font-size: 3em;
    padding: 1.5vh 2vw;
    border-radius: 70px;
    background-color: #00a1ff;
    color: #fffdfd;
    line-height: 1.2;
    letter-spacing: 2px;
    margin: 6vh auto 2vh;
    position: relative;
}

.clsarea>h2 span:after, .clsarea02>h2 span:after {
    content: "";
    position: absolute;
    border: 15px solid #00a1ff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.clsarea .area_a, .clsarea02 .area_a {
    width: 75vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.clsarea .area_b, .clsarea02 .area_b {
    width: 75vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.clsarea section, .clsarea02 section {
    width: 280px;
    margin: 3vh 1.5vw;
    border: 2px solid red;
    background-color: white;
    border-radius: 15px;
    position: relative;
}

.clsarea section h4, .clsarea02 section h4 {
    position: absolute;
    font-size: 2em;
    color: red;
    padding: 0px 8px;
    background-color: yellow;
    border: 4px solid red;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%) rotate(-10deg);
    transform: translate(-50%, -50%) rotate(-10deg);
}

.clsarea section h3, .clsarea02 section h3 {
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
    background-color: red;
    color: white;
    border-radius: 10px 10px 0 0;
    padding: 1vh 0;
    letter-spacing: 1.5px;
}

.clsarea section h3 span, .clsarea02 section h3 span {
    font-size: 1.5em;
}

.clsarea section p, .clsarea02 section p {
    padding: 2vh 1vw;
    font-size: 1.2em;
    text-align: center;
    color: #242424;
    line-height: 1.8;
}

.clsarea section img, .clsarea02 section img {
    width: 280px;
}

@media all and (max-width: 767px) {
    .clsarea, .clsarea02 {
        width: 90%;
    }
    .clsarea>h2, .clsarea02>h2 {
        width: 90%;
        font-size: 16px;
    }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
    .clsarea, .clsarea02 {
        width: 80%;
    }
    .clsarea>h2, .clsarea02>h2 {
        font-size: 25px;
    }
    .clsarea section, .clsarea02 section {
        width: 100%;
        margin: 3vh auto;
    }
}

@media all and (max-width: 1399px) and (min-width: 1025px) {
    .clsarea, .clsarea02 {
        width: 80%;
    }
    .clsarea>h2, .clsarea02>h2 {
        font-size: 30px;
    }
    .clsarea .area_a, .clsarea02 .area_a {
        width: 100%;
    }
    .clsarea .area_b, .clsarea02 .area_b {
        width: 100%;
    }
    .clsarea section, .clsarea02 section {
        width: 45%;
        margin: 3vh auto;
    }
}

#best_list {
    width: 75vw;
    position: relative;
    z-index: 5;
    margin: 0 auto;
    text-align: center;
}

#best_list>h2 {
    text-align: center;
    width: 70vw;
    font-size: 3em;
    padding: 1.5vh 2vw;
    border-radius: 70px;
    background-color: #00a1ff;
    color: #fffdfd;
    line-height: 1.2;
    letter-spacing: 2px;
    margin: 6vh auto 2vh;
    position: relative;
}

#best_list>h2 span:after {
    content: "";
    position: absolute;
    border: 15px solid #00a1ff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#best_list .area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#best_list .area .box {
    width: 48%;
    margin: 2vh 0vw;
    padding: 15px 30px;
    background: #ffffff;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 5px 5px 0px #e1ad38;
    box-shadow: 5px 5px 0px #e1ad38;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#best_list .area .box>p {
    font-size: 1.2em;
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: normal;
    color: #585858;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 1vh 0;
}

#best_list .area .box .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#best_list .area .box .title img {
    width: 120px;
}

#best_list .area .box .title .title_content {
    text-align: left;
    margin: 0 10px;
}

#best_list .area .box .title .title_content>h3 {
    font-size: 1.5em;
    color: #1d2088;
    font-weight: 600;
}

#best_list .area .box .title .title_content>h3 span {
    font-size: 0.8em;
    padding: 0 5px;
    color: #fff;
    background-color: #ff0000;
    border-radius: 50px;
}

#best_list .area .box .title .title_content>h5 {
    font-size: 1.2em;
    color: #1d2088;
}

#best_list .area .box .title .title_content>h5 span {
    font-size: 0.8em;
}

#best_list .area .box .title .title_content>h5 strong {
    color: #ff0000;
}

#best_list .area .box:hover {
    -webkit-transform: translate(-3px, -3px);
    transform: translate(-3px, -3px);
    -webkit-box-shadow: 8px 8px 0px #c0a14b;
    box-shadow: 8px 8px 0px #c0a14b;
}

@media all and (max-width: 767px) {
    #best_list {
        width: 90%;
    }
    #best_list>h2 {
        width: 95%;
        font-size: 16px;
    }
    #best_list .area .box {
        width: 100%;
        padding: 10px 20px;
        margin: 1vh 0vw;
    }
    #best_list .area .box>p {
        font-size: 14px;
        letter-spacing: 0px;
    }
    #best_list .area .box .title>img {
        width: 80px;
    }
    #best_list .area .box .title .title_content>h3 {
        font-size: 16px;
        font-weight: normal;
    }
    #best_list .area .box .title .title_content>h5 {
        font-size: 16px;
        font-weight: normal;
    }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
    #best_list {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    #best_list>h2 {
        width: 80%;
        font-size: 25px;
    }
    #best_list .area .box {
        width: 90%;
        margin: 2vh auto;
    }
    #best_list .area .box>p {
        font-size: 14px;
        letter-spacing: 0px;
    }
    .title_content>h3 {
        font-size: 16px;
        font-weight: normal;
    }
    .title_content>h5 {
        font-size: 16px;
        font-weight: normal;
    }
}

@media all and (max-width: 1399px) and (min-width: 1025px) {
    #best_list {
        width: 85%;
        margin: 0 auto;
        text-align: center;
    }
    #best_list>h2 {
        width: 85%;
        font-size: 30px;
    }
    #best_list .area .box {
        width: 48%;
        margin: 2vh auto;
    }
    #best_list .area .box>p {
        font-size: 16px;
    }
    .title_content>h3 {
        font-size: 18px;
        font-weight: normal;
    }
    .title_content>h5 {
        font-size: 18px;
        font-weight: normal;
    }
}

#message {
    color: #333;
    text-align: center;
    margin: 0 auto;
    background: #ffffffd0;
    height: 400px;
}

#message h2 {
    font-size: 2.5em;
    line-height: 1.2;
    margin-top: 50px;
    margin-bottom: 5px;
    color: #0033cc;
    font-weight: 600;
    text-align: center;
}

#qa {
    padding: 8vh 5vw;
}

#qa>h2 {
    text-align: center;
    width: 70vw;
    font-size: 3em;
    padding: 1vh 2vw;
    border-radius: 70px;
    background-color: #00a1ff;
    color: white;
    line-height: 1.2;
    letter-spacing: 2px;
    margin: 1vh auto;
}

@media all and (max-width: 767px) {
    #qa>h2 {
        width: 95%;
        font-size: 2em;
    }
}

#qa>h3 {
    text-align: center;
    font-size: 1.5em;
    font-weight: 400;
    margin: 2vh 0;
}

#qa>h3 span {
    background-color: red;
    color: white;
    padding: 0 5px;
    border-radius: 10px;
}

#qa>h3 span strong {
    color: yellow;
    font-weight: 500;
}

#qa .imgbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#qa .imgbox img {
    margin: 1vh 1vw;
}

@media all and (max-width: 767px) {
    #qa {
        padding: 3vh 2vw;
    }
    #qa>h3 {
        font-size: 1.1em;
    }
}

#talk {
    line-height: 1.5;
    text-align: center;
    position: fixed;
    top: 10vh;
    vertical-align: middle;
    left: 0px;
    text-align: left;
    color: #fff;
}

#talk ul {
    margin: 0px 0px;
    padding: 0px 0px;
    list-style-type: none;
}

#talk ul li {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1em;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
    padding-top: 15px;
    margin-top: 5px;
    font-weight: 600;
    color: #00a1ff;
}

#talk ul li:nth-child(4) {
    background-color: #ff0000;
    padding-top: 13px;
    border: 1px solid #fff;
    color: #fff;
    letter-spacing: -0.5px;
    font-weight: bold;
}

#talk ul li i {
    font-size: 3em;
    padding-top: 0px !important;
    margin-top: 0px !important;
}

@media screen and (max-width: 38em) {
    #talk {
        width: 100%;
        background-color: rgba(176, 161, 161, 0.8);
        line-height: 1.5;
        color: #999;
        padding: 0px 0px 0px 0px;
        text-align: center;
        position: fixed;
        bottom: 0px;
        left: 0px;
        top: auto;
    }
    #talk ul li {
        width: 55px;
        height: 55px;
        text-align: center;
        vertical-align: middle;
        padding-top: 10px;
        margin: 0px 5px 0px 5px;
        display: inline-block;
        font-size: 1em;
    }
    .fb_icon {
        font-size: 2.3em;
        padding-top: 0px !important;
        margin-top: 0px !important;
    }
    #talk ul li:nth-child(4) {
        background-color: #ff0000;
        padding-top: 10px;
        border: 1px solid #ff0000;
        color: #fff;
        letter-spacing: -0.5px;
        font-weight: bold;
        font-size: 0.9em;
    }
}

footer {
    background-color: #6248db;
    position: relative;
    bottom: 0px;
    padding: 5vh 6vw;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.8;
    text-align: center;
}

footer h2 {
    text-align: center;
}

footer h3 {
    margin: 0 0;
    font-size: 2.6vw;
}

footer h4 {
    margin: 0 0;
    font-size: 1.6vw;
    border-bottom: 1px solid;
    border-top: 1px solid;
}

footer table, .me {
    width: 38vw;
    display: inline-block;
    text-align: left;
    margin: auto 2vw;
    vertical-align: top;
}

footer table td {
    padding: 0.2vh 1vw;
}

footer a:hover, footer a {
    color: #fff;
}

footer i {
    font-size: 2vw;
    margin: 2vh 1vw;
}

@media (max-width: 75em) {
    footer table, .me {
        width: 100%;
        padding-bottom: 3vh;
        font-size: 0.75em;
    }
    footer {
        padding: auto 0.5vw;
        padding-bottom: 15vh;
    }
    footer table td {
        padding: auto 2px;
    }
    footer h2 {
        font-size: 1em;
    }
    footer h3 {
        margin: 0 0;
        font-size: 1.6em;
        line-height: 1.8;
        font-weight: 400;
        text-align: center;
    }
    footer h4 {
        margin: 0 0;
        font-size: 1.2em;
        line-height: 1.8;
        font-weight: 400;
        text-align: center;
    }
    footer i {
        font-size: 6vw;
    }
}

/*# sourceMappingURL=style.min.css.map */