@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Kanit:300');
body, ol, ul, dl, li, dt, dd, table, th, td, input, textarea, select, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
}

body {
    min-width: 320px;
    line-height: 2;
    font-size: 100%;
    word-wrap: break-word;
    position: relative;
    overflow-x: hidden;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 85%;
        line-height: 1.8;
    }
}

img {
    max-width: 100%;
    vertical-align: middle;
}

a:link, a:visited {
    color: #6e6e6e;
    text-decoration: underline;
    outline: 0;
}

a:hover, a:active {
    color: #444;
    text-decoration: none;
}

/* Clear fix --------------- */

.clearFix:after {
    content: "";
    clear: both;
    display: block;
}

#logoBlc {
    position: relative;
    text-align: center;
    display: block;
    padding: 15px 0;
    box-shadow: 0 1px 3px #e6e6e6;
    -moz-box-shadow: 0 1px 3px #e6e6e6;
    -webkit-box-shadow: 0 1px 3px #e6e6e6;
}

#logoBlc a {
    display: inline-block;
}

#logoBlc img {
    width: auto;
    height: 60px;
}

#contentBlc {
    background-color: #f3f3f1;
    padding-top: 2%;
    padding-bottom: 2%;
}

#contentBlc .txtBlc {
    max-width: 1000px;
    width: 94%;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    padding: 8% 15px;
    box-sizing: border-box;
    box-shadow: 1px 1px 5px #e6e6e6;
    -moz-box-shadow: 1px 1px 5px #e6e6e6;
    -webkit-box-shadow: 1px 1px 5px #e6e6e6;
}

#contentBlc .txtBlc .txt01 {
    text-align: center;
    line-height: 1;
    font-size: 750%;
    color: #45525c;
}

#contentBlc .txtBlc .txt02 {
    text-align: center;
    line-height: 1;
    font-size: 270%;
    color: #b3b3b3;
}

#contentBlc .txtBlc .txt03 {
    text-align: center;
    line-height: 2;
    font-size: 140%;
    color: #444444;
    margin-top: 15px;
}

#contentBlc .txtBlc .txt04 {
    text-align: center;
    line-height: 1.8;
    font-size: 100%;
    color: #444444;
    margin-top: 5px;
}

#navBlc {
    position: relative;
    background-color: #fff;
    box-shadow: 0 -1px 3px #e6e6e6;
    -moz-box-shadow: 0 -1px 3px #e6e6e6;
    -webkit-box-shadow: 0 -1px 3px #e6e6e6;
    padding: 10px 0;
}

#navBlc .navList {
    position: relative;
    max-width: 1000px;
    width: 94%;
    background-color: #fff;
    margin: 0 auto;
}

#navBlc .navList>li {
    position: relative;
    float: left;
    width: calc(25% - 20px);
    font-size: 95%;
    font-weight: bold;
    color: #6e6e6e;
    margin-top: 20px;
    padding: 0 5px 0 15px;
}

#navBlc .navList>li>a {
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid #999999;
    transition: all 200ms ease-in-out;
    padding: 0;
}

#navBlc .navList>li>a:hover {
    border-bottom: none;
}

#navBlc .navList>li:before {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 15px;
    background: url(../img/common/arrow_right_list.png)no-repeat center center;
    background-size: auto 80%;
    top: 8px;
    left: 0;
}

#navBlc .navList>li .sub {
    width: calc(100% - 20px);
}

#navBlc .navList>li .sub>li a {
    font-size: 85%;
    border-bottom: 1px solid #999999;
    text-decoration: none;
}

#navBlc .navList>li .sub>li a:hover {
    border-bottom: none;
}

#navBlc .navList>li .sub>li a:before {
    content: "โ€ข";
    color: #b3b3b3;
    margin-right: 5px;
}

#navBlc .navList li .txtEng {
    font-size: 80%;
    color: #aaaaaa;
    font-weight: normal;
    margin-left: 10px;
}

@media screen and (max-width: 1000px) {
    #contentBlc {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    #navBlc .navList>li {
        width: calc(33.33% - 20px);
    }
    #navBlc .navList>li.ttl {
        width: calc(33.33% - 20px);
    }
    #navBlc .navList>li:before {
        top: 3px;
        left: 0;
    }
}

@media screen and (max-width: 768px) {
    #contentBlc {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #contentBlc .txtBlc .txt01 {
        font-size: 620%;
    }
    #contentBlc .txtBlc .txt02 {
        font-size: 200%;
    }
    #contentBlc .txtBlc .txt03 {
        font-size: 120%;
    }
    #navBlc .navList>li {
        width: calc(50% - 20px);
    }
    #navBlc .navList>li.ttl {
        width: calc(50% - 20px);
    }
    .txtForSp {
        text-align: left !important;
    }
    .txtForSp br {
        display: none !important;
    }
    #contentBlc .txtBlc .txt04 {
        font-size: 90%;
    }
}

@media screen and (max-width: 480px) {
    #contentBlc .txtBlc .txt01 {
        font-size: 500%;
    }
    #contentBlc .txtBlc .txt02 {
        font-size: 170%;
    }
    #contentBlc .txtBlc .txt03 {
        line-height: 1;
        font-size: 100%;
    }
    #logoBlc img {
        max-width: 170px;
        width: 100%;
        height: auto;
    }
}