@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Alice);
@import url(https://fonts.googleapis.com/css?family=Anton);
* {
    text-decoration: none;
    font-family: "Noto Sans Japanese", serif;
}

#loading {
    width: 100px;
    /* gif画像の幅 */
    height: 100px;
    /* gif画像の高さ */
    margin: -50px 0 0 -50px;
    /* gif画像を画面中央に */
    padding: 10px;
    /* gif画像を大きく */
    background: #91a7d0;
    /* gif画像の背景色 */
    opacity: 1;
    /* 透過させる */
    border-radius: 15px;
    /* 丸角 */
    position: fixed;
    /* gif画像をスクロールさせない */
    left: 50%;
    /* gif画像を画面横中央へ */
    top: 50%;
    /* gif画像を画面縦中央へ */
}

#loading img {
    width: 80px;
    height: 80px;
}

body {
    color: #444;
    -webkit-text-size-adjust: none;
}

body #headerArea {
    width: 100%;
    height: 80px;
    background-color: #FFF;
    position: fixed;
    top: 0;
    z-index: 9999;
    border-bottom: 1px solid #ccc;
}
@media screen and (max-width:1380px){

    body #headerArea {
    height: auto;
    }
}
body #headerArea .headerAreaInner {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    align-items: center;
}



    
body #headerArea .headerAreaInner #headerAreaFlogo {
    width: auto;
    height: auto;
   
}

body #headerArea .headerAreaInner #headerAreaFlogo #frendixLogo {
    width: 200px;
    height: auto;
    margin-right: 24px;
}
@media screen and (max-width:1380px){
    body #headerArea .headerAreaInner #headerAreaFlogo #frendixLogo {
        margin-right: 0px;
        margin-bottom: 16px;
    }
}
body #headerArea .headerAreaInner #globalNavi{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width:1470px){
    body #headerArea .headerAreaInner #globalNavi{
        justify-content: space-around
    }
}
body #headerArea .headerAreaInner #globalNavi ul.copyTextInner li {
    float: left;
    width: 140px;
    /*height: 40px;*/
    color: #444;
    font-size: 13px;
    text-align: center;
    /*line-height: 40px;*/
    position: relative;
    /*border-left: 1px solid #ccc;*/
    
}
@media screen and (max-width:1170px){
    body #headerArea .headerAreaInner #globalNavi ul.copyTextInner li {
        width: 120px;
    }
    .sub li a{
        font-size: 11px !important;
    }
}
body #headerArea .headerAreaInner #globalNavi ul.copyTextInner li:first-child {
    border-left: none;
}
/*@media screen and (max-width:1370px){
    body #headerArea .headerAreaInner #globalNavi ul.copyTextInner li:first-child {
        border-left: 1px solid #ccc;
    }
}*/
body #headerArea .headerAreaInner #globalNavi ul.copyTextInner li a {
    color: #444;
    font-size: 13px;
    padding: 0 10px;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-align: center;
    /*line-height: 40px;*/
}
li.txt-height,
li.txt-height a{
    line-height: 16px !important;
}
li.txt-height a{
   display: block;
    padding: 8px 0 !important;
}
body #headerArea .headerAreaInner #globalNavi ul.copyTextInner li a:hover {
    text-decoration: none;
    background-color: #003366;
    color: #FFFFFF;
}

/*

@media only screen and (max-width: 959px) {
    body #headerArea {
        width: 100%;
        height: 50px;
        background-color: #FFF;
        overflow: hidden;
        *zoom: 1;
        position: fixed;
        top: 0;
        z-index: 9999;
    }
    body #headerArea .headerAreaInner {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 15px 20px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    body #headerArea .headerAreaInner #headerAreaFlogo {
        width: 120px;
        margin-right: auto;
        -webkit-align-items: center;
        align-items: center;
    }
    body #headerArea .headerAreaInner #headerAreaFlogo #frendixLogo {
        width: 100%;
        height: auto;
    }
    body #headerArea .headerAreaInner #globalNavi {
        display: none;
    }
    body #headerArea .headerAreaInner #headerAreaIlogo {
        display: none;
    }
}
*/
body .bgSlider {
    position: relative;
    overflow: hidden;
    *zoom: 1;
    height: 615px;
    margin-top: 80px;
}
@media screen and (max-width: 1024px){
    body .bgSlider {
        
        margin-top: 50px;
    }
}
body .bgSlider .copyText {
    position: relative;
    z-index: 99;
    padding-top: 150px;
    width: 353px;
    background-color: rgba(255, 255, 255, 0.8);
    height: 615px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body .bgSlider .copyText .copyTextInner {
    padding-left: 100px;
    width: 100%;
    max-width: 1220px;
}
@media screen and (min-width: 1025px){
    body .bgSlider .copyText .copyTextInner {
        padding-left: 100px;
        width: 1220px;
        max-width: 1220px;
    }
}
body .bgSlider .copyText .copyTextInner .l1 {
    color: #555;
    font-size: 11px;
    line-height: 18px;
    font-family: "Anton", serif;
    font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
}

body .bgSlider .copyText .copyTextInner .l2 {
    font-size: 47px;
    line-height: 100px;
    ffont-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
    /*font-size: 65px;
  line-height: 100px;
  font-family: "Anton", serif;
  letter-spacing: 2px;
  font-family: 'Anton', sans-serif;*/
}

body .bgSlider .copyText .copyTextInner .l2 span {
    color: #FFF;
    font-family: 'Anton', sans-serif;
    margin-left: 6px;
    text-shadow: 1px 1px 1px #000
}

body .bgSlider .copyText .copyTextInner .l3 {
    font-size: 22px;
    margin-left: 30px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo;
}

body .bgSlider .copyText .copyTextInner .l4 {
    font-size: 22px;
    margin-left: 70px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo;
}

body .bgSlider .copyText .copyTextInner .l4 span {
    color: #FFF;
    margin-left: 20px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo;
}

@media only screen and (max-width: 768px) {
    body .bgSlider {
        position: relative;
        overflow: hidden;
        *zoom: 1;
        height: 300px;
        margin-top: 50px;
    }
    body .bgSlider .copyText {
        width: 100%;
        background-color: rgba(255, 255, 255, 0);
        height: auto;
        padding-top: 150px;
    }
    body .bgSlider .copyText .copyTextInner {
        padding-left: 20px;
        width: 100%;
    }
    body .bgSlider .copyText .copyTextInner .l1 {
        display: none;
    }
    body .bgSlider .copyText .copyTextInner .l2 {
        font-size: 24px;
        color: #fff;
        line-height: 36px;
    }
    body .bgSlider .copyText .copyTextInner .l3 {
        display: none;
    }
    body .bgSlider .copyText .copyTextInner .l4 {
        display: none;
    }
}

body .alignLeft {
    text-align: left;
}

body .alignRight {
    text-align: right;
}

body .alignCenter {
    text-align: center;
}

body .alignLeft,
body .alignRight {
    margin-top: 50px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

body .alignLeft h1,
body .alignLeft h2,
body .alignRight h1,
body .alignRight h2 {
    font-size: 48px;
    line-height: 26px;
    font-family: 'Anton', sans-serif;
    margin-bottom: 20px;
}

body .alignLeft h1 span,
body .alignLeft h2 span,
body .alignRight h1 span,
body .alignRight h2 span {
    color: #aaa;
    font-family: "Anton", serif;
}

body .alignLeft p,
body .alignRight p {
    font-size: 18px;
    line-height: 18px;
    font-weight: lighter;
}

@media only screen and (max-width: 768px) {
    body .alignLeft,
    body .alignRight {
        margin-top: 30px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    body .alignLeft h1,
    body .alignLeft h2,
    body .alignRight h1,
    body .alignRight h2 {
        font-size: 24px;
        line-height: 34px;
        font-family: "Anton", serif;
        margin-bottom: 0px;
    }
    body .alignLeft h1 span,
    body .alignLeft h2 span,
    body .alignRight h1 span,
    body .alignRight h2 span {
        color: #aaa;
        font-family: "Anton", serif;
    }
    body .alignLeft p,
    body .alignRight p {
        font-size: 12px;
        line-height: 18px;
        font-weight: lighter;
    }
}

body #freBox,
body #FLEBox {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
}

body #freBox .wrapperContent,
body #FLEBox .wrapperContent {
    display: -webkit-flex;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body #freBox .wrapperContent .left,
body #FLEBox .wrapperContent .left {
    flex: 1;
    flex-grow: 1;
}

body #freBox .wrapperContent .left img,
body #FLEBox .wrapperContent .left img {
    width: 100%;
    height: auto;
}

body #freBox .wrapperContent .right,
body #FLEBox .wrapperContent .right {
    padding: 0px 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex: 1;
    flex-grow: 1;
}

body #freBox .wrapperContent .right h2,
body #FLEBox .wrapperContent .right h2 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin: 0px 0 20px;
}

body #freBox .wrapperContent .right p,
body #FLEBox .wrapperContent .right p {
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
}

@media only screen and (max-width: 768px) {
    body #freBox,
    body #FLEBox {
        width: 100%;
    }
    body #freBox .wrapperContent,
    body #FLEBox .wrapperContent {
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 0 0px;
    }
    body #freBox .wrapperContent .right,
    body #FLEBox .wrapperContent .right {
        padding: 0 0px;
    }
    body #freBox .wrapperContent .right h2,
    body #FLEBox .wrapperContent .right h2 {
        font-size: 18px;
        margin: 20px 0 13px;
    }
    body #freBox .wrapperContent .right p,
    body #FLEBox .wrapperContent .right p {
        font-size: 12px;
        line-height: 24px;
    }
}

body #innoBox,
body .innoBox {
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
}

body #innoBox .wrapperContent,
body .innoBox .wrapperContent {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body #innoBox .wrapperContent div.right,
body .innoBox .wrapperContent div.right {
    flex: 1;
    flex-grow: 1;
}

body #innoBox .wrapperContent div.right img,
body .innoBox .wrapperContent div.right img {
    width: 100%;
    height: auto;
}

body #innoBox .wrapperContent div.left,
body .innoBox .wrapperContent div.left {
    flex: 1;
    flex-grow: 1;
    padding: 10px 20px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body #innoBox .wrapperContent div.left h2,
body .innoBox .wrapperContent div.left h2 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin: 0 0 20px;
}

body #innoBox .wrapperContent div.left p,
body .innoBox .wrapperContent div.left p {
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    margin-bottom: 15px;
}

body #innoBox .wrapperContent div.left .innoBox_buttons,
body .innoBox .wrapperContent div.left .innoBox_buttons {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

body #innoBox .wrapperContent div.left .innoBox_buttons .left,
body #innoBox .wrapperContent div.left .innoBox_buttons .right,
body .innoBox .wrapperContent div.left .innoBox_buttons .left,
body .innoBox .wrapperContent div.left .innoBox_buttons .right,
body .innoBox .innoBox_buttons .center {
    width: 280px;
    height: 50px;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 14px;
}

body .innoBox .innoBox_buttons .center {
    margin: 0 auto;
    line-height: 50px;
    color: #333;
    margin: 15px auto 0
}

body #innoBox .wrapperContent div.left .innoBox_buttons .left span,
body #innoBox .wrapperContent div.left .innoBox_buttons .right span,
body .innoBox .wrapperContent div.left .innoBox_buttons .left span,
body .innoBox .wrapperContent div.left .innoBox_buttons .right span {
    padding-top: 13px;
    display: block;
    color: #444;
}

body #innoBox .wrapperContent div.left .innoBox_buttons .left:hover,
body #innoBox .wrapperContent div.left .innoBox_buttons .right:hover,
body .innoBox .wrapperContent div.left .innoBox_buttons .left:hover,
body .innoBox .wrapperContent div.left .innoBox_buttons .right:hover,
body .innoBox .innoBox_buttons .center:hover {
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    color: #fff;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzZGRkNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkxYTdkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3ddd6), color-stop(100%, #91a7d0));
    background-image: -moz-linear-gradient(left, #c3ddd6, #91a7d0);
    background-image: -webkit-linear-gradient(left, #c3ddd6, #91a7d0);
    background-image: linear-gradient(to right, #c3ddd6, #91a7d0);
}

body #innoBox .wrapperContent div.left .innoBox_buttons .left:hover>span,
body .innoBox .wrapperContent div.left .innoBox_buttons .left:hover>span {
    color: #FFF;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

body #innoBox .wrapperContent div.left .innoBox_buttons .right:hover>span,
body .innoBox .wrapperContent div.left .innoBox_buttons .right:hover>span {
    color: #FFF;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media only screen and (max-width: 768px) {
    body #innoBox,
    body .innoBox {
        width: 100%;
    }
    body #innoBox .wrapperContent,
    body .innoBox .wrapperContent {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    body #innoBox .wrapperContent div.left,
    body .innoBox .wrapperContent div.left {
        padding: 0 0px;
    }
    body #innoBox .wrapperContent div.left h2,
    body .innoBox .wrapperContent div.left h2 {
        font-size: 18px;
        margin: 20px 0 13px;
    }
    body #innoBox .wrapperContent div.left p,
    body .innoBox .wrapperContent div.left p {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    body #innoBox .wrapperContent div.left .innoBox_buttons .left,
    body #innoBox .wrapperContent div.left .innoBox_buttons .right,
    body .innoBox .wrapperContent div.left .innoBox_buttons .left,
    body .innoBox .wrapperContent div.left .innoBox_buttons .right {
        width: 48%;
        font-size: 12px;
        margin: 0 1%;
        height: 40px;
    }
    body #innoBox .wrapperContent div.left .innoBox_buttons .left span,
    body #innoBox .wrapperContent div.left .innoBox_buttons .right span,
    body .innoBox .wrapperContent div.left .innoBox_buttons .left span,
    body .innoBox .wrapperContent div.left .innoBox_buttons .right span {
        padding-top: 13px;
        display: block;
        font-family: "Anton", serif;
        color: #444;
    }
}

body #recruitBox {
    margin-top: 100px;
    padding: 55px 0 55px;
    color: #FFF;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzZGRkNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkxYTdkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3ddd6), color-stop(100%, #91a7d0));
    background-image: -moz-linear-gradient(left, #c3ddd6, #91a7d0);
    background-image: -webkit-linear-gradient(left, #c3ddd6, #91a7d0);
    background-image: linear-gradient(to right, #c3ddd6, #91a7d0);
}

body #recruitBox .alignCenter h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
}

body #recruitBox .wrapperContent {
    width: 800px;
    margin: 0 auto;
    padding: 0px;
}

body #recruitBox .wrapperContent img {
    width: 540px;
    height: auto;
    margin: 0 auto 20px;
    display: block;
}

body #recruitBox .wrapperContent p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
}

body #recruitBox .wrapperContent .recruitBox_buttons {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 562px;
    margin: 0 auto;
}

body #recruitBox .wrapperContent .recruitBox_buttons .left,
body #recruitBox .wrapperContent .recruitBox_buttons .right {
    color: #fff;
    padding-top: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 270px;
    height: 50px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 14px;
}

body #recruitBox .wrapperContent .recruitBox_buttons .left:hover,
body #recruitBox .wrapperContent .recruitBox_buttons .right:hover {
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    background-color: #FFF;
    color: #C3DDD6;
}

@media only screen and (max-width: 768px) {
    body #recruitBox {
        margin-top: 30px;
        padding: 30px 20px 30px;
    }
    body #recruitBox .alignCenter h2 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 22px;
    }
    body #recruitBox .wrapperContent {
        width: 100%;
        margin: 0 auto;
        border: none;
        padding: 0px;
    }
    body #recruitBox .wrapperContent img {
        width: 100%;
        height: auto;
        margin: 0 auto 20px;
        display: block;
    }
    body #recruitBox .wrapperContent p {
        font-size: 12px;
        line-height: 18px;
    }
    body #recruitBox .wrapperContent .recruitBox_buttons {
        width: 100%;
    }
    body #recruitBox .wrapperContent .recruitBox_buttons .left,
    body #recruitBox .wrapperContent .recruitBox_buttons .right {
        margin: 0 1%;
        padding-top: 11px;
        width: 48%;
        height: 40px;
        font-size: 12px;
    }
}

body #movieBox {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto 30px;
}

body #movieBox .wrapperContent {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}

body #movieBox .wrapperContent ul {
    display: -webkit-flex;
    display: flex;
}

body #movieBox .wrapperContent ul li {
    padding: 0 1%;
}

body #movieBox .wrapperContent ul li .entry-content iframe {
    width: 100%;
    height: 180px;
    margin-bottom: 10px;
}

body #movieBox .wrapperContent ul li .entry-content p {
    font-size: 14px;
    line-height: 22px;
}

body #movieBox .movieBox_buttons a {
    width: 280px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 13px;
    display: block;
}

body #movieBox .movieBox_buttons a span {
    padding-top: 14px;
    display: block;
    color: #444;
}

body #movieBox .movieBox_buttons a:hover {
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzZGRkNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkxYTdkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3ddd6), color-stop(100%, #91a7d0));
    background-image: -moz-linear-gradient(left, #c3ddd6, #91a7d0);
    background-image: -webkit-linear-gradient(left, #c3ddd6, #91a7d0);
    background-image: linear-gradient(to right, #c3ddd6, #91a7d0);
}

body #movieBox .movieBox_buttons a:hover>span {
    color: #FFF;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media only screen and (max-width: 768px) {
    body #movieBox {
        width: 100%;
        margin: 0 auto 0px;
    }
    body #movieBox .wrapperContent {
        margin-bottom: 0px;
    }
    body #movieBox .wrapperContent ul {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    body #movieBox .wrapperContent ul li {
        width: 100%;
        margin-bottom: 10px;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
    }
    body #movieBox .wrapperContent ul li .entry-content iframe {
        width: 100%;
        height: 165px;
        margin-bottom: 10px;
    }
    body #movieBox .wrapperContent ul li .entry-content p {
        font-size: 12px;
        line-height: 18px;
    }
    body #movieBox .wrapperContent ul li:last-child {
        border-bottom: none;
    }
    body #movieBox .movieBox_buttons a {
        width: 100%;
        height: 40px;
        font-size: 11px;
    }
    body #movieBox .movieBox_buttons a span {
        padding-top: 12px;
    }
}

body #newsBlogBox {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto 0px;
}

body #newsBlogBox .wrapperContent {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body #newsBlogBox .wrapperContent ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

body #newsBlogBox .wrapperContent ul li {
    padding: 0 1%;
    width: 25%;
    margin-bottom: 30px;
}

body #newsBlogBox .wrapperContent ul li a figure {
    height: 165px;
    overflow: hidden;
    *zoom: 1;
    position: relative;
    margin-bottom: 10px;
}

body #newsBlogBox .wrapperContent ul li a figure .newsIcon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
}

body #newsBlogBox .wrapperContent ul li a figure .newsIcon span {
    width: 20px;
    height: 20px;
    margin: 10px auto 0;
    display: block;
    background-image: url("../img/top/newsIcon.png");
    -moz-background-size: 20px;
    -o-background-size: 20px;
    -webkit-background-size: 20px;
    background-size: 20px;
}

body #newsBlogBox .wrapperContent ul li a figure .blogIcon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
}

body #newsBlogBox .wrapperContent ul li a figure .blogIcon span {
    width: 20px;
    height: 20px;
    margin: 10px auto 0;
    display: block;
    background-image: url("../img/top/blogIcon.png");
    -moz-background-size: 20px;
    -o-background-size: 20px;
    -webkit-background-size: 20px;
    background-size: 20px;
}

body #newsBlogBox .wrapperContent ul li a figure img {
    width: 100%;
    height: auto;
}

body #newsBlogBox .wrapperContent ul li a figure figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px;
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
}

body #newsBlogBox .wrapperContent ul li a figure figcaption time,
body #newsBlogBox .wrapperContent ul li a figure figcaption .cat {
    color: #FFF;
    font-size: 14px;
    line-height: 34px;
    font-family: "Anton", serif;
    margin-left: 15px;
    padding-left: 22px;
}

body #newsBlogBox .wrapperContent ul li a figure figcaption time {
    background-image: url(../img/top/timeIcon.png);
    -moz-background-size: 15px;
    -o-background-size: 15px;
    -webkit-background-size: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left center;
}

body #newsBlogBox .wrapperContent ul li a figure figcaption .cat {
    background-image: url(../img/top/catIcon.png);
    -moz-background-size: 15px;
    -o-background-size: 15px;
    -webkit-background-size: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left center;
}

body #newsBlogBox .wrapperContent ul li a:hover>figure {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzZGRkNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkxYTdkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3ddd6), color-stop(100%, #91a7d0));
    background-image: -moz-linear-gradient(left, #c3ddd6, #91a7d0);
    background-image: -webkit-linear-gradient(left, #c3ddd6, #91a7d0);
    background-image: linear-gradient(to right, #c3ddd6, #91a7d0);
}

body #newsBlogBox .wrapperContent ul li a:hover>figure img {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: 0.1;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

body #newsBlogBox .wrapperContent ul li a:hover>figure .newsIcon,
body #newsBlogBox .wrapperContent ul li figure .blogIcon {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: rgba(255, 255, 255, 0);
}

body #newsBlogBox .wrapperContent ul li a:hover>figure figcaption {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: rgba(255, 255, 255, 0);
}

body #newsBlogBox .wrapperContent ul li h3 {
    line-height: 22px;
}

body #newsBlogBox .wrapperContent ul li h3 a {
    font-size: 14px;
    font-weight: normal;
    color: #444;
}

body #newsBlogBox .wrapperContent ul li h3 a:hover {
    color: #fff;
    text-shadow: -1px 1px 5px #4f4f4f, 1px -1px 5px #4f4f4f;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

body #newsBlogBox .newsBlogBox_buttons {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body #newsBlogBox .newsBlogBox_buttons .left,
body #newsBlogBox .newsBlogBox_buttons .right {
    color: #444;
    padding-top: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 14px;
}

body #newsBlogBox .newsBlogBox_buttons .left {
    margin-right: 10px;
}

body #newsBlogBox .newsBlogBox_buttons .right {
    margin-left: 10px;
}

body #newsBlogBox .newsBlogBox_buttons .left:hover,
body #newsBlogBox .newsBlogBox_buttons .right:hover {
    color: #fff;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzZGRkNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkxYTdkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3ddd6), color-stop(100%, #91a7d0));
    background-image: -moz-linear-gradient(left, #c3ddd6, #91a7d0);
    background-image: -webkit-linear-gradient(left, #c3ddd6, #91a7d0);
    background-image: linear-gradient(to right, #c3ddd6, #91a7d0);
}

body #newsBlogBox .newsBlogBox_buttons .left:hover .left:hover>span,
body #newsBlogBox .newsBlogBox_buttons .right:hover .left:hover>span {
    color: #fff;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

body #newsBlogBox .newsBlogBox_buttons .left:hover .right:hover>span,
body #newsBlogBox .0_buttons .right:hover .right:hover>span {
    color: #fff;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media only screen and (max-width: 768px) {
    body #newsBlogBox {
        width: 100%;
        margin: 24px auto;
    }
    body #newsBlogBox .wrapperContent {
        margin-bottom: 0px;
    }
    body #newsBlogBox .wrapperContent ul {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    body #newsBlogBox .wrapperContent ul li {
        width: 100%;
        margin: 0 0 15px;
        padding: 0 0 10px;
        border-bottom: 1px solid #ccc;
    }
    body #newsBlogBox .wrapperContent ul li a figure {
        height: 165px;
    }
    body #newsBlogBox .wrapperContent ul li a figure .newsIcon {
        width: 30px;
        height: 30px;
    }
    body #newsBlogBox .wrapperContent ul li a figure .newsIcon span {
        width: 15px;
        height: 15px;
        margin: 7px auto 0;
        background-image: url("../img/top/newsIcon.png");
        -moz-background-size: 15px;
        -o-background-size: 15px;
        -webkit-background-size: 15px;
        background-size: 15px;
    }
    body #newsBlogBox .wrapperContent ul li a figure .blogIcon {
        width: 30px;
        height: 30px;
    }
    body #newsBlogBox .wrapperContent ul li a figure .blogIcon span {
        width: 15px;
        height: 15px;
        margin: 7px auto 0;
        background-image: url("../img/top/blogIcon.png");
        -moz-background-size: 15px;
        -o-background-size: 15px;
        -webkit-background-size: 15px;
        background-size: 15px;
    }
    body #newsBlogBox .wrapperContent ul li a figure img {
        width: 100%;
        height: auto;
    }
    body #newsBlogBox .wrapperContent ul li a figure figcaption {
        height: 30px;
    }
    body #newsBlogBox .wrapperContent ul li a figure figcaption time,
    body #newsBlogBox .wrapperContent ul li a figure figcaption .cat {
        color: #FFF;
        font-size: 11px;
        line-height: 22px;
        margin-left: 15px;
        padding-left: 15px;
    }
    body #newsBlogBox .wrapperContent ul li a figure figcaption time {
        -moz-background-size: 11px;
        -o-background-size: 11px;
        -webkit-background-size: 11px;
        background-size: 11px;
    }
    body #newsBlogBox .wrapperContent ul li a figure figcaption .cat {
        -moz-background-size: 11px;
        -o-background-size: 11px;
        -webkit-background-size: 11px;
        background-size: 11px;
    }
    body #newsBlogBox .wrapperContent ul li h3 {
        line-height: 18px;
    }
    body #newsBlogBox .wrapperContent ul li h3 a {
        font-size: 12px;
    }
    body #newsBlogBox .wrapperContent ul li:last-child {
        border-bottom: none;
    }
    body #newsBlogBox .newsBlogBox_buttons {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
        padding: 0;
    }
    body #newsBlogBox .newsBlogBox_buttons .left,
    body #newsBlogBox .newsBlogBox_buttons .right {
        color: #444;
        padding-top: 11px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
        height: 40px;
        text-align: center;
        border: 1px solid #ccc;
        font-size: 12px;
    }
    body #newsBlogBox .newsBlogBox_buttons .left {
        margin-right: 1%;
    }
    body #newsBlogBox .newsBlogBox_buttons .right {
        margin-left: 1%;
    }
}

body #accesseMap {
    margin-top: 100px;
}

body #accesseMap .alignLeft {
    width: 100%;
    margin: 0px auto 30px;
    padding: 0 20px;
    border: none;
}

body #accesseMap #map-canvas {
    width: 100% !important;
    height: 400px !important;
}

body #accesseMap iframe {
    width: 100% !important;
    height: 400px !important;
}

@media only screen and (max-width: 768px) {
    body #accesseMap {
        margin-top: 30px;
    }
    body #accesseMap .alignLeft {
        margin: 0px auto 10px;
    }
    body #accesseMap #map-canvas {
        height: 300px !important;
    }
    body #accesseMap iframe {
        height: 300px !important;
    }
}

body #footerArea {
    width: 100%;
    margin: 50px auto 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body #footerArea .topArea {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

body #footerArea .topArea .topAreaLeft .footerNav {
    padding: 10px 0px 0px 1px;
}

body #footerArea .topArea .topAreaLeft .footerNav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

body #footerArea .topArea .topAreaLeft .footerNav ul a {
    color: #444;
    font-size: 13px;
    padding: 0 15px;
    line-height: 17px;
}

body #footerArea .topArea .topAreaLeft .footerNav ul a:hover {
    color: #fff;
    text-shadow: -1px 1px 5px #4f4f4f, 1px -1px 5px #4f4f4f;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

body #footerArea .topArea .topAreaLeft .footerNav ul a:first-child {
    padding-left: 0;
}

body #footerArea .topArea .topAreaLeft #footerAreaFlogo {
    width: 200px;
    height: 45px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

body #footerArea .topArea .topAreaLeft #footerAreaFlogo svg {
    width: 200px;
    height: auto;
}

body #footerArea .topArea #footerAreaIlogo {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-left: auto;
    height: 32px;
}

body #footerArea .topArea #footerAreaIlogo svg {
    width: 150px;
    height: auto;
}

body #footerArea .underArea {
    margin-top: 15px;
    padding-bottom: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

body #footerArea .underArea address {
    font-size: 13px;
    display: -webkit-flex;
    display: flex;
}

body #footerArea .underArea address span {
    padding-left: 20px;
}

body #footerArea .underArea address .address {
    background-image: url(../img/top/addressIcon.png);
    -moz-background-size: 15px;
    -o-background-size: 15px;
    -webkit-background-size: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left center;
}

body #footerArea .underArea address .tel {
    margin-left: 30px;
    background-image: url(../img/top/telIcon.png);
    -moz-background-size: 15px;
    -o-background-size: 15px;
    -webkit-background-size: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left center;
}

body #footerArea .underArea address .fax {
    margin-left: 30px;
    background-image: url(../img/top/faxIcon.png);
    -moz-background-size: 15px;
    -o-background-size: 15px;
    -webkit-background-size: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left center;
}

body #footerArea .underArea .frendix_copyright {
    margin-left: auto;
    font-size: 13px;
    font-family: "Anton", serif;
}

@media only screen and (max-width: 768px) {
    body #footerArea {
        margin-top: 0px;
    }
    body #footerArea .topArea {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }
    body #footerArea .topArea .topAreaLeft .footerNav {
        padding-top: 5px;
    }
    body #footerArea .topArea .topAreaLeft .footerNav ul {
        display: -webkit-flex;
        display: flex;
    }
    body #footerArea .topArea .topAreaLeft .footerNav ul a {
        color: #444;
        font-size: 11px;
        padding: 0 8px;
        line-height: 17px;
    }
    body #footerArea .topArea .topAreaLeft .footerNav ul a:hover {
        color: #fff;
        text-shadow: -1px 1px 5px #4f4f4f, 1px -1px 5px #4f4f4f;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    body #footerArea .topArea .topAreaLeft .footerNav ul a:first-child {
        padding-left: 0;
    }
    body #footerArea .topArea .topAreaLeft #footerAreaFlogo {
        width: 120px;
        height: 45px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }
    body #footerArea .topArea .topAreaLeft #footerAreaFlogo svg {
        width: 120px;
        height: auto;
    }
    body #footerArea .topArea #footerAreaIlogo {
        display: none;
    }
    body #footerArea .underArea {
        margin-top: 10px;
        padding-bottom: 10px;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    body #footerArea .underArea address {
        font-size: 11px;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-left: 0px;
        margin-right: auto;
        margin-bottom: 5px;
    }
    body #footerArea .underArea address span {
        padding-left: 20px;
        margin-bottom: 5px;
    }
    body #footerArea .underArea address .address {
        -moz-background-size: 13px;
        -o-background-size: 13px;
        -webkit-background-size: 13px;
        background-size: 13px;
    }
    body #footerArea .underArea address .tel {
        margin-left: 0px;
        -moz-background-size: 13px;
        -o-background-size: 13px;
        -webkit-background-size: 13px;
        background-size: 13px;
    }
    body #footerArea .underArea address .fax {
        margin-left: 0px;
        -moz-background-size: 13px;
        -o-background-size: 13px;
        -webkit-background-size: 13px;
        background-size: 13px;
    }
    body #footerArea .underArea .frendix_copyright {
        margin-right: auto;
        margin-left: 0;
        font-size: 11px;
    }
}

@media screen and (max-width:1025px){

    body #headerArea .headerAreaInner {
        display: flex;
        height: auto;
    }
    body .bgSlider .copyText .copyTextInner .l2{
        font-size: 38px;
        line-height: 80px;
    }
    body .bgSlider .copyText .copyTextInner .l2 span{
        font-size: 26px;
        display: block;
    }
    body .bgSlider .copyText{
        padding-top: 70px;
    }
    body .bgSlider .copyText .copyTextInner .l3,
    body .bgSlider .copyText .copyTextInner .l4{
        margin-left: 0px;
        font-size: 16px;
    }
    body .bgSlider .copyText .copyTextInner .l4 span{
        margin-left:0;
        display: block;
        color: #333;
        font-size: 16px;
    }
    body .bgSlider .copyText .copyTextInner{
        padding-left: 60px;
    }
}
