@charset "UTF-8";
@import url(import/reset.css);
@import url(import/util.css);
/* ==================== common ==================== */
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  position: relative;
}

body {
  color: black;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-family: Verdana, "ć¸¸ă´ăˇăăŻ", YuGothic, "ăăŠăŽăč§ă´ ProN W3", "Hiragino Kaku Gothic ProN", "ăĄă¤ăŞăŞ", Meiryo, sans-serif;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

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

.wrap {
  margin: 0 auto;
  max-width: 1200px;
}

.inner {
  max-width: 960px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .inner {
    padding: 0 20px;
  }
}
.sp, .tab {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .tab {
    display: block;
  }

  img.tab {
    display: inline;
  }

  .tab_none {
    display: none !important;
  }
}
@media only screen and (max-width: 599px) {
  .sp {
    display: inline;
  }

  img.sp {
    display: inline;
  }

  .pc {
    display: none !important;
  }
}
a {
  -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
  color: black;
  text-decoration: none;
}
a.ohover:hover {
  opacity: 0.7;
}
a.thover:hover {
  text-decoration: underline;
}

.ohoverArea a:hover {
  opacity: 0.7;
}

.thoverArea a:hover {
  text-decoration: underline;
}

.cap {
  font-size: 10px;
}

.image_cap {
  position: relative;
}
.image_cap .cap {
  position: absolute;
  bottom: 5px;
  right: 10px;
}

.serif {
  font-family: "ć¸¸ćć", YuMincho,"ăăŠăŽăćć ProN W3", "Hiragino Mincho ProN", "HGććE", "ďź­ďźł ďź°ćć", "ďź­ďźł ćć", serif;
}

.sans {
  font-family: Verdana, "ć¸¸ă´ăˇăăŻ", YuGothic, "ăăŠăŽăč§ă´ ProN W3", "Hiragino Kaku Gothic ProN", "ăĄă¤ăŞăŞ", Meiryo, sans-serif;
}


/* header */
header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
}
header.scroll {
    position: fixed;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.fixed header.scroll {
    transition: 0.3s ease-out;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.logo {
    position: absolute;
    top: 0;
    left: 10px;
    box-shadow:0px 0px 27px 2px #383838;
    z-index: 99;
}
.headerInner {
    max-width: 1220px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    position: relative;
}
.pNav {
    text-align: right;
    padding: 8px 0;
    background: #fff;
}
.pNav ul {
    letter-spacing: -0.4em;
}
.pNav ul li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
}
.pNav ul li + li {
    margin-left: 15px;
}
.pNav ul li + li.icon {
    margin-left: 8px;
}
li.icon.line iframe {
    width: 92px !important;
}
.pNav ul li + li.icon iframe {
    vertical-align: middle;
}
.pNav ul li a {
    font-size: 1.2rem;
    transition: 0.3s ease-out;
}
.pNav ul li i {
    margin-right: 5px;
}
.gNav {
    background: #000;
}
.gNav ul {
    letter-spacing: -0.4em;
    text-align: right;
}
.gNav ul li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
}
.gNav ul li.off a {
    color: #999;
}
.gNav li a {
    display: block;
    color: #fff;
    font-style: italic;
    font-size: 1.6rem;
    padding: 18px 20px;
    position: relative;
}
.gNav li.on a {
    color: #ff7b2c;
}
.gNav li a::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../imgs/line_gnav.gif) no-repeat center center;
    background-size: 100% 100%;
}
.gNav li:last-child a::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../imgs/line_gnav.gif) no-repeat center center;
    background-size: 100% 100%;
}
.pNav ul li a.hover {
    opacity: 0.6;
}
.gNav li a.hover {
    color: #ff7b2c;
}
.pNav_sp {
    display: none;
}
.gNav .pNav_sp ul li iframe {
    vertical-align: middle;
}

/* PC */
@media screen and (max-width: 1100px) {
    .gNav li a {
        padding: 18px 15px;
    }
}
/* tab */
@media screen and (max-width: 1024px) {
    header {
        position: fixed!important;
        top: 0;
        left: 0;
        z-index: 999999;
        height: 80px;
        background: #fff;
        width: 100%;
        -webkit-transform: translateY(0)!important;
        -ms-transform: translateY(0)!important;
        transform: translateY(0)!important;
    }
    .logo {
        position: absolute;
        top: 0;
        left: 0px;
        box-shadow: none;
    }
    .pNav {
        display: none;
    }
    .gNav {
        position: fixed;
        right: 0;
        top: 0;
        padding-top: 80px;
        width: 300px;
        height: 100vh;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        background: rgba(0,0,0,0.95);
        transition: 0.3s ease-out;
        display: none;
    }
    .gNav.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .gNav ul {
        text-align: center;
    }
    .gNav li a::before ,
    .gNav li:last-child a::after {
        content: none;
    }
    .gNav ul li {
        display: block;
    }
    .gNav li a {
        font-size: 15px;
        padding: 14px;
    }
  .menu-trigger {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: #000000;
    z-index: 9999;
    cursor: pointer;
  }
  .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 53%;
    height: 5px;
    background-color: #ff7b2c;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-backface-visibility: hidden; /* čż˝ĺ  */
    backface-visibility: hidden; /* čż˝ĺ  */
  }
  .menu-trigger span:nth-of-type(1) {
    top: 27%;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 47%;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 67%;
  }
  .menu-trigger p {
    position: absolute;
    font-size: 10px;
    text-align: center;
    display: block;
    width: 100%;
    color: #007dc5;
    bottom: 3%;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(300%) rotate(-45deg);
    -ms-transform: translateY(300%) rotate(-45deg);
    transform: translateY(300%) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-320%) rotate(45deg);
    -ms-transform: translateY(-320%) rotate(45deg);
    transform: translateY(-320%) rotate(45deg);
  }
  .headerInner {
      padding-left: 0;
      padding-right: 0;
      height: 100%;
  }
  .gNav .anchor_wrap li + li {
      border-top: 1px solid #444444;
  }
  .pNav_sp {
      display: block;
      background: #fff;
      /*position: absolute;*/
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 20px 15px;
  }
  .gNav .pNav_sp ul li {
      display: inline-block;
  }
  .gNav .pNav_sp ul li.icon {
      padding: 0 5px;
  }
  .gNav li.icon a {
      padding: 0;
  }
  .gNav .pNav_sp .extern {
      margin-top: 20px;
  }
  .gNav .pNav_sp .extern li {
        width: 48.75%;
        background: #555555;
  }
  .gNav .pNav_sp .extern li + li {
      margin-left: 2.5%;
  }
  .gNav .pNav_sp .extern li a {
        font-size: 10px;
        font-style: normal;
        padding: 10px 0;
  }
  .gNav .pNav_sp .extern li a i {
      margin-right: 5px;
  }
  .gNav .pc {
      display: none;
  }
  .gNav .sp {
      display: inline;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
    .gNav .pNav_sp .extern li {
          display: block;
          width: 100%;
          background: #555555;
    }
    .gNav .pNav_sp .extern li + li {
        margin-left: auto;
        margin-top: 10px;
    }
}
/* SP */
@media screen and (max-width: 599px) {
    header {
        position: fixed;
        display: block;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        height: 64px;
    }
    .logo img {
        width: auto;
        height: 64px;
    }
    .menu-trigger {
        width: 64px;
        height: 64px;
    }
    .gNav {
        position: fixed;
        right: 0;
        top: 0;
        padding-top: 64px;
        width: 100%;
        height: 100vh;
        transition: 0.3s ease-out;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        background: #fff;
    }
    .gNav .anchor_wrap {
        background: #000;
    }
    .menu-trigger span {
      height: 3px;
    }
    .menu-trigger span:nth-of-type(1) {
      top: 28%;
    }
    .menu-trigger span:nth-of-type(2) {
      top: 48%;
    }
    .menu-trigger span:nth-of-type(3) {
      top: 68%;
    }
    .menu-trigger.active span:nth-of-type(1) {
      -webkit-transform: translateY(410%) rotate(-45deg);
      -ms-transform: translateY(410%) rotate(-45deg);
      transform: translateY(410%) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
      opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
      -webkit-transform: translateY(-430%) rotate(45deg);
      -ms-transform: translateY(-430%) rotate(45deg);
      transform: translateY(-430%) rotate(45deg);
    }
    .gNav li a {
        padding: 13px;
    }
    .pNav_sp {
        display: block;
        background: #fff;
        position: static;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 20px 15px;
    }
    .gNav .pNav_sp .extern li {
          width: 49%;
          background: #555555;
    }
    .gNav .pNav_sp .extern li + li {
        margin-left: auto;
        /*margin-top: 10px;*/
        margin-left: 2%;
    }
}



/* footer */
footer {
    background: #fff;
    padding-top: 50px;
}
.copyright {
    background: #8f8f8f;
    color: #fff;
    text-align: center;
    padding: 8px;
    font-size: 10px;
}
.linkArea {
    padding-left: 15px;
    padding-right: 15px;
}
.linkAreaInner {
    height: 82px;
    border-top: 1px solid #d2d2d2;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.linkAreaInner .ftr_logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
    left: 0;
}
.linkAreaInner .link {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 200px;
    font-size: 1.2rem;
}
.linkAreaInner .sns {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.linkAreaInner .official {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 155px;
}
.linkAreaInner .link ul ,
.linkAreaInner .sns ul {
    letter-spacing: -0.4em;
}
.linkAreaInner .link ul li ,
.linkAreaInner .sns ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
}
.linkAreaInner .link ul li + li {
    margin-left: 20px;
}
.linkAreaInner .sns ul li + li {
    margin-left: 10px;
}
.linkAreaInner .sns ul li iframe {
    vertical-align: middle;
}
.linkAreaInner .sns ul li.line iframe {
    width: 92px !important;
}
.linkAreaInner .link ul li a {
    line-height: 1;
    display: block;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.linkAreaInner .link ul li + li a::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10px;
    background: #333;
}
.fNav {
    padding-left: 30px;
    padding-right: 0px;
}
.fNavInner {
    max-width: 1065px;
    width: 100%;
    margin: 0 auto 40px;
    font-size: 1.2rem;
}
.fNavInner {
    letter-spacing: -0.4em;
}
.fNavInner .fNav_largeBox {
    width: 60%;
    position: relative;
    border-right: 1px solid #d2d2d2;
    float: left;
}
.fNavInner .fNav_smallBox {
    width: 40%;
    float: right;
}
.fNavInner .fNav_smallBox .fNav_smallBox_inner {
    width: 85%;
    margin: 0 0 0 auto;
}
.fNavInner .fNav_smallBox .fNav_smallBox_inner .fNav_linkArea_inner {
    width: 50%;
}
.fNav_largeBox h3 {
    color: #b50000;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.6rem;
}
.fNav_smallBox h3 {
    color: #d65000;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.6rem;
}
.fNav_linkArea_inner {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
}
.shopName {
    letter-spacing: normal;
}
.fNav_largeBox .fNav_linkArea_inner {
    /*padding-right: 5%;*/
    width: 33.333333333%;
}
.fNav_largeBox .fNav_linkArea_inner i {
    margin-right: 8px;
}
.fNavInner h4 {
    margin-bottom:20px;
    font-weight: bold;
}
.fNavInner li + li {
    margin-top: 15px;
}
footer a.hover {
    opacity: 0.7;
}

.linkAreaInner {
    height: 118px;
}
.linkAreaInner .link {
    position: absolute;
    top: 20px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    left: 0;
    width: 100%;
    text-align: left;
}
.linkAreaInner .ftr_logo {
    position: absolute;
    top: auto;
    bottom: 20px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    left: 0;
}
.linkAreaInner .sns {
    position: absolute;
    top: auto;
    bottom: 20px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    right: 175px;
}
.linkAreaInner .official {
    position: absolute;
    top: auto;
    bottom: 20px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    right: 0px;
}
@media screen and (max-width: 1024px) {
    .fNavInner .fNav_largeBox ,
    .fNavInner .fNav_smallBox {
        float: none;
        width: 100%;
    }
    .fNavInner .fNav_largeBox {
        border-right: none;
        margin-bottom: 30px;
    }
    .fNavInner .fNav_smallBox .fNav_smallBox_inner {
        width: 100%;
        margin: 0 auto;
    }
    .fNavInner .fNav_smallBox .fNav_smallBox_inner .fNav_linkArea_inner {
        width: 33.33333333%;
    }
    footer a {
        transition: 0.3s ease-out;
    }
    footer a:hover {
        opacity: 0.75;
    }
}
@media screen and (max-width: 768px) {
    .linkAreaInner {
        height: 148px;
    }
    .linkAreaInner .sns {
        bottom: 74px;
        right: 0;
    }
}
@media screen and (min-width:600px) {
    .fNav_largeBox .fNav_linkArea_inner ul {
        display: block !important;
    }
}
@media screen and (max-width:599px) {
    footer {
        padding-top: 30px;
    }
    .linkAreaInner {
        height: auto;
        text-align: center;
        padding: 20px ;
    }
    .linkAreaInner .link {
        position: static;
        top: auto;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        left: auto;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .linkAreaInner .ftr_logo {
        position: static;
        top: auto;
        bottom: auto;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        left: auto;
        margin-top: 15px;
    }
    .linkAreaInner .sns {
        position: static;
        top: auto;
        bottom: auto;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        right: auto;
    }
    .linkAreaInner .sns  li a {
        vertical-align: middle;
    }
    .linkAreaInner .official {
        position: static;
        top: auto;
        bottom: auto;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        right: auto;
        margin-top: 15px;
    }
    .fNav {
        padding-left: 0;
    }
    .fNav_largeBox .fNav_linkArea_inner ,
    .fNavInner .fNav_smallBox .fNav_smallBox_inner .fNav_linkArea_inner {
        width: 100%;
        display: block;
    }
    .fNavInner h3 {
        margin-bottom: 0;
        padding: 15px;
    }
    .fNav_smallBox h3 {
        border-top: 1px solid #d2d2d2;
        border-bottom: 1px solid #d2d2d2;
        padding-top: 20px;
    }
    .fNavInner .fNav_largeBox {
        margin-bottom: 0;
    }
    .fNav_linkArea_inner h4 {
        margin-bottom: 0;
        padding: 15px;
        border-top: 1px solid #d2d2d2;
        position: relative;
    }
    .fNav_linkArea_inner h4::before {
        content: '';
        display: block;
        background: #333;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 30px;
        width: 15px;
        height: 2px;
    }
    .fNav_linkArea_inner h4::after {
        content: '';
        display: block;
        background: #333;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        right: 30px;
        width: 15px;
        height: 2px;
        transition: 0.3s ease-out;
    }
    .fNav_linkArea_inner h4.active::after {
        -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
    }
    .fNav_largeBox .fNav_linkArea_inner ul {
        background: #f4f2f3;
        display: none;
    }
    .fNav_largeBox .fNav_linkArea_inner ul li {
        padding: 0;
        margin-top: 0;
        border-top: 1px solid #d2d2d2;
    }
    .fNav_smallBox .fNav_linkArea_inner li {
        border-bottom: 1px solid #d2d2d2;
        padding: 0;
    }
    .fNavInner .fNav_smallBox li + li {
        margin-top: 0;
    }
    .fNav_largeBox .fNav_linkArea_inner ul li a {
        display: block;
        padding: 15px 30px;
    }
    .fNavInner {
        margin-bottom: 0;
    }
    .linkAreaInner {
        border-top: none;
    }
    .fNav_smallBox .fNav_linkArea_inner li  a {
        display: block;
        padding: 15px;
    }
}



/* ăłăłăăłăé¨ĺ */
.bg_img {
    width: 100%;
    height: 100vh;
    background: url(../imgs/bg_body.png) no-repeat center center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.mv {
    position: relative;
}
.mvArea .movieArea {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    z-index: 1;
}
.mvArea .movieArea iframe,
.mvArea .movieArea video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.mvArea .mv_sp {
    display: none;
}
@media screen and (max-width: 599px) {
    .mvArea .pc {
        display: none;
    }
    .mvArea .mv_sp {
        display: block;
    }
}
.mv .bg img {
    width: 100%;
}
.mv .inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mv .inneră.text {
    position: absolute;
    top: 0;
    bottom: 0;
}
.content {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
@media screen and (max-width:599px) {
    .content {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.contentInner {
    position: relative;
    z-index: 99;
}

#standard {
    padding: 155px 15px 80px;
}
#standard .contBox {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    background: rgba(255,255,255,0.95);
    padding: 50px;
}
#standard .contBox h3 {
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
#standard .contBox + .contBox {
    margin-top: 50px;
}
#standard .contBox .leadTxt {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 40px;
}
#standard .contBox .useList + .useList {
    margin-top: 20px;
}
#standard .contBox .useList h4 {
    color: #e6681d;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 2rem;
    border-bottom: 1px solid #ddd;
}
#standard .contBox .useList .list + .list {
    margin-top: 10px;
}
#standard .contBox .useList .list h5 {
    font-size: 1.6rem;
    font-weight: bold;
}
#standard .contBox .cap {
    font-size: 1.4rem;
    color: #cd602c;
}
#standard .contBox .useList .list.clearfix {
    display: table;
    width: 100%;
}
#standard .contBox .useList .list.clearfix p ,
#standard .contBox .useList .list.clearfix div {
    display: table-cell;
    vertical-align: top;
}
#standard .contBox .useList .list.clearfix div {
    /*padding-left: 5%;*/
}
#standard .openBtn {
    font-size: 1.6rem;
    text-align: center;
    max-width: 270px;
    width: 100%;
    margin: 40px auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e85700+0,bc4700+100 */
    background: #e85700; /* Old browsers */
    background: -moz-linear-gradient(top, #e85700 0%, #bc4700 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e85700 0%,#bc4700 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e85700 0%,#bc4700 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85700', endColorstr='#bc4700',GradientType=0 ); /* IE6-9 */
    color: #fff;
    padding: 15px;
    -webkit-transform: translate(-4px) skewX(-5deg);
    -ms-transform: translate(-4px) skewX(-5deg);
    transform: translate(-4px) skewX(-5deg);
    box-shadow:4px 4px 0px 0px #444444;
    transition: 0.1s ease-out;
    cursor: pointer;
    position: relative;
}
#standard .openBtn:hover {
    -webkit-transform: translate(0px) skewX(-5deg);
    -ms-transform: translate(0px) skewX(-5deg);
    transform: translate(0px) skewX(-5deg);
    box-shadow:0px 0px 0px 0px #444444;
}
#standard .openBtn span {
    -webkit-transform: skewX(5deg);
    -ms-transform: skewX(5deg);
    transform: skewX(5deg);
}
#standard .openBtn a {
    color: #fff;
}
#standard .openBtn i {
    font-size: 2rem;
    margin-right: 10px;
}
@media screen and (max-width: 599px) {
    #standard .contBox h3 {
        font-size: 1.8rem;
    }
    #standard .contBox .leadTxt {
        font-size: 1.4rem;
    }
    #standard .contBox .useList .list p {
        font-size: 1.2rem;
    }
    #standard .contBox .useList .list.clearfix {
        display: block;
    }
    #standard .contBox .useList .list.clearfix p ,
    #standard .contBox .useList .list.clearfix div {
        display: block;
        vertical-align: top;
    }
    #standard .contBox .useList .list.clearfix div {
        text-align: center;
        margin-top: 20px;
        padding-left: 0;
    }
    #standard .contBox .leadTxt {
        text-align: left;
    }
}


/*-----------------------------
	schedule.html
------------------------------*/
#schedule{
	/*overflow:hidden;*/
}
#schedule h3{
	margin-bottom:30px;
}
#schedule h4{
	margin-bottom:35px;
}

#schedule h5 span{ font-size: 14px; }
#schedule .center_pagenav {
	text-align: center;
	margin-bottom: 20px;
	width: 708px;
}
#schedule .center_pagenav li {
	display: inline;
	line-height: 1;
}
#schedule .center_pagenav li:first-child a {
	border-left: 1px solid #000;
}
#schedule .center_pagenav li a {
	color: #000;
	text-decoration: none;
	display: inline-block;
	padding: 0 1em;
	border-right: 1px solid #000;
}
#schedule .center_pagenav li a:hover {
	color: #ccc;
	text-decoration: underline;
}
#schedule .center_pagenav li.active a {
	color: #3366CC;
	text-decoration: underline;
}
#schedule .center_pagenav li.active a:hover {
	color: #3366CC;
	text-decoration: none;
}
#schedule #schedule_header {
	background: #222222;
	position: relative;
	/*overflow: hidden;*/
	margin-bottom: 1px;
    width: 100%;
}
#schedule #schedule_header h5 {
	padding: 0.5em;
	color:#ff7b2c;
	text-align: center;
	font-size: 20px;
	line-height: 1.3;
}
#schedule #schedule_header a {
	color: #ff7b2c;
	text-decoration: none;
}
#schedule #schedule_header a:hover {
	color: #ddd;
}
#schedule #schedule_header p {
	position: absolute;
	top:1em;
    cursor: pointer;
}
#schedule #schedule_header p.prev {
	left: 1em;
	padding-left: 1em;
}
#schedule #schedule_header p.next {
	right: 1em;
	text-align: right;
	padding-right: 1em;
}
#schedule table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
#schedule table th{
	border-right: 1px solid #fff;
	text-align: center;
}
#schedule table th:first-child{
	border-left: 1px solid #ccc;
}
#schedule table th:last-child{
	border-right: 1px solid #ccc;
}
#schedule table td {
	border: 1px solid #ccc;
	text-align: center;
}
#schedule table th.red,
#schedule table td.red {
	background-color: #FCE0DC;
}
#schedule table th.blue,
#schedule table td.blue{
	background-color: #CDE2F9;
}
#schedule table th {
	background-color: #D9EFF8;
	font-weight: bold;
	padding: 5px;
}
#schedule table td {
	font-size: 18px;
	/*line-height: 3;*/
	background:#F9FBFC;
	vertical-align: top;
    font-size: 1.4rem;
}
#schedule table td span {
	display: block;
	font-size: 12px;
	line-height: 1.2;
	padding-bottom: 2.5em;
	font-weight:bold;
}
.orange{color:#D35D1D;}
#schedule table.schedule{
	table-layout:fixed;
}
#schedule table.schedule td{
	word-break:break-all;
}
#header_calender {
    letter-spacing: -0.4em;
    text-align: center;
    margin-bottom: 20px;
}
#header_calender li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    line-height: 1;
    position: relative;
}
#header_calender li a {
    display: block;
}
#header_calender li + li {
    margin-left: 20px;
}
#header_calender li + li::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10px;
    display: block;
    background: #333;
}

.calender_sp {
    display: none;
}
@media screen and (max-width: 767px) {
    #schedule table td span {
        font-size: 10px;
    }
    #standard .contBox {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 599px) {
    .calender_pc {
        display: none;
    }
    .calender_sp {
        display: block;
    }

    /*-----------------------------
    	schedule.html
    ------------------------------*/
    .orange{color:#D35D1D;}
    #schedule .schedule_list {
    	margin-bottom: 10px;
    }
    #schedule dt {
    	font-size: 15px;
    	color: #ff7b2c;
    	text-align: center;
    	padding: 0.5em 0;
    	background:#222222;
    	-webkit-background-size: 17px 17px;
    	background-size: 17px 17px;
        transition: 0.3s ease-out;
    }
    #schedule dl {
    	margin-bottom: 10px;
    }
    #schedule dl + dl {
        margin-bottom: 20px;
    }
    #schedule dt.active {
    	background:#707070;
    	-webkit-background-size: 17px 17px;
    	background-size: 17px 17px;
    }

    #schedule dt {
        position: relative;
    }
    #schedule dt::before {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10px;
        width: 15px;
        height: 2px;
        background: #acacac;
    }
    #schedule dt::after {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        right: 10px;
        width: 15px;
        height: 2px;
        background: #acacac;
        transition: 0.2s ease-out;
    }
    #schedule dt.active::after {
        -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
    }
    #schedule dt span {
    	font-size: 10px;
    }
    #schedule dd {
        display: none;
    }
    #schedule dd table {
    	width: 100%;
    	font-size: 14px;
    	border-top: 1px solid #CECECE;
    	border-bottom: 1px solid #CECECE;
    }
    #schedule dd td {
    	border-bottom: 1px dotted #CECECE;
    	padding: 5px;
    	text-align: center;
    	background:#F9FBFC;
    }
    #schedule dd tr td {
    	border-right: 1px solid #CECECE;
    }
    #schedule dd tr td:last-child {
    	/*border-right: none;*/
    }
    #schedule dd td.red {
    	background: #FCE0DC;
    }
    #schedule dd td.blue {
    	background: #CDE2F9;
    }
    #schedule .schedule_pdfbtn {
    	text-align: center;
    	margin-bottom: 15px;
    }
}

#question {
    position: relative;
    background: #fff;
    padding-bottom: 75px;
}
@media screen and (max-width: 599px) {
    #question {
        padding-left: 30px;
        padding-right: 30px;
    }
}
#question::before {
    content: '';
    width: 100%;
    height: 200px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transform: translateY(-50px) skewY(2.2deg);
    -ms-transform: translateY(-50px) skewY(2.2deg);
    transform: translateY(-50px) skewY(2.2deg);
}
#question::after {
    content: '';
    width: 100%;
    height: 200px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    -webkit-transform: translateY(50px) skewY(-2.2deg);
    -ms-transform: translateY(50px) skewY(-2.2deg);
    transform: translateY(50px) skewY(-2.2deg);
}
#question h2 {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 50px;
}
#question .accordionArea {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
#question .accordionArea.close {
    display: none;
}
#question .accordionArea + .accordionArea {
    padding-top: 30px;
}
#question .accordionArea .accordionBox + .accordionBox {
    margin-top: 35px;
}
#question .accordionArea .accordionBox .title {
    border: 1px solid #bd0000;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+43,e4e4e4+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 43%, #e4e4e4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 43%,#e4e4e4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 43%,#e4e4e4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
    font-size: 18px;
    position: relative;
    z-index: 99;
    -webkit-transform: translate(-4px);
    -ms-transform: translate(-4px);
    transform: translate(-4px);
    box-shadow:4px 4px 0px 0px #444444;
    transition: 0.1s ease-out;
    cursor: pointer;
}
#question .accordionArea .accordionBox .title.active {
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
    box-shadow:0px 0px 0px 0px #444444;
}
#question .accordionArea .accordionBox .title::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 10px;
    width: 31px;
    height: 42px;
    background: url(../imgs/icon_q.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 100;
}
#question .accordionArea .accordionBox .title span {
    display: block;
    padding: 14px 60px;
    position: relative;
}
#question .accordionArea .accordionBox .title span::before {
    content: '';
    width: 20px;
    height: 2px;
    background: #bd0000;
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#question .accordionArea .accordionBox .title span::after {
    content: '';
    width: 20px;
    height: 2px;
    background: #bd0000;
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    transition: 0.1s ease-out;
}
#question .accordionArea .accordionBox .title.active span::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}
#question .accordionArea .accordionBox .text {
    background: #f4f2f2;
    padding: 30px 15px 30px 15px;
    position: relative;
    display: none;
}
#question .accordionArea .accordionBox .text .textInner {
    display: table;
}
#question .accordionArea .accordionBox .text .textInner > div {
    display: table-cell;
    vertical-align: top;
}
#question .accordionArea .accordionBox .text .textInner > div.textIcon {
    width: 35px;
}
#question .accordionArea .accordionBox .text .textInner > div.textCont {
    padding-left: 20px;
    font-size: 18px;
}
#question .accordionArea .accordionBox .text a {
    text-decoration: underline;
}
#question .accordionArea .accordionBox .text a:hover {
    text-decoration: none;
}
#question .openBtn {
    font-size: 1.6rem;
    text-align: center;
    max-width: 270px;
    width: 100%;
    margin: 60px auto 0;
    background: #aa0000;
    color: #fff;
    padding: 15px;
    -webkit-transform: translate(-4px) skewX(-5deg);
    -ms-transform: translate(-4px) skewX(-5deg);
    transform: translate(-4px) skewX(-5deg);
    box-shadow:4px 4px 0px 0px #444444;
    transition: 0.1s ease-out;
    cursor: pointer;
    position: relative;
}
#question .openBtn:hover {
    -webkit-transform: translate(0px) skewX(-5deg);
    -ms-transform: translate(0px) skewX(-5deg);
    transform: translate(0px) skewX(-5deg);
    box-shadow:0px 0px 0px 0px #444444;
}
#question .openBtn span {
    -webkit-transform: skewX(5deg);
    -ms-transform: skewX(5deg);
    transform: skewX(5deg);
}
#question .openBtn i {
    font-size: 2rem;
    margin-right: 10px;
}
#question .openBtn .on {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
#question .openBtn .on ,
#question .openBtn .df {
    transition: 0.15s ease-out;
}
#question .openBtn.active01 .on {
    opacity: 1;
}
#question .openBtn.active01 .df {
    opacity: 0;
}
#question .accordionArea.close {
    display: none;
}
@media screen and (min-width: 1025px) {
    #question .accordionArea .accordionBox .title:hover {
        -webkit-transform: translate(0px);
        -ms-transform: translate(0px);
        transform: translate(0px);
        box-shadow:0px 0px 0px 0px #444444;
    }
}
@media screen and (max-width: 599px) {
    #question .accordionArea .accordionBox .title {
        font-size: 14px;
    }
    #question .accordionArea .accordionBox .text .textInner > div.textCont {
        font-size: 14px;
    }
    #question .accordionArea .accordionBox + .accordionBox {
        margin-top: 20px;
    }
}

#flow {
    background: url(../imgs/bg_flow.png) no-repeat top center;
    background-size: cover;
    padding: 0 0 120px;
}
#flow::before {
    content: '';
    width: 520px;
    height: 416px;
    background: url(../imgs/cloud_flow.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 99;
}
#flow::after {
    content: '';
    width: 538px;
    height: 944px;
    background: url(../imgs/cloud_flow02.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    right: 0;
    z-index: 99;
}
#flow h2 {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 80px;
}
#flow .contentInner {
    position: relative;
}
#flow .contBox {
    position: relative;
    overflow: hidden;
}
#flow .contBox + .contBox {
    margin-top: 10px;
}
#flow .contBox::before {
    content: '';
    position: absolute;
    width: 250%;
    height: 61px;
    background: url(../imgs/flow_line.png) repeat-x center center;
    left: 0;
    top: 10%;
    z-index: 1;
    -webkit-transform: translateX(-50%) rotate(7deg);
    -ms-transform: translateX(-50%) rotate(7deg);
    transform: translateX(-50%) rotate(7deg);
}
#flow .contBox .clm {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-left: 30px;
    padding-right: 30px;
}
#flow .contBox .clm > div {
    width: 46.875%;
}
#flow .contBox .clm > div + div {
    margin-left: 6.25%;
    margin-top: 50px;
}
#flow .contBox .clm > div .image {
    margin-bottom: 10px;
    text-align: center;
}
#flow .contBox .clm > div .text {
    color: #fff;
    font-size: 14px;
}
#flow .contBox .clm > div .text h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}
#flow .contBox .clm > div .text a {
    color: #fff;
    display: inline-block;
    position: relative;
}
#flow .contBox .clm > div .text a::after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    transition: 0.3s ease-out;
}
@media screen and (min-width: 1023px) {
    #flow .contBox .clm > div .text a:hover::after {
        opacity: 0;
    }
}
@media screen and (max-width: 768px) {
    #flow .contBox .clm > div .text h3 {
        font-size: 1.6rem;
    }
    #flow .contBox .clm > div .text {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 599px) {
    #flow {
        background: url(../imgs/bg_flow_sp.png) no-repeat top center;
        background-size: cover;
    }
    #flow::before {
        content: none;
    }
    #flow::after {
        content: none;
    }
    #flow .contBox .clm > div {
        display: block;
        width: 100%;
    }
    #flow .contBox .clm > div + div {
        margin-left: auto;
        margin-top: 30px;
    }
    #flow .contBox + .contBox {
        margin-top: 30px;
    }
    #flow .contBox::before {
        content: none;
    }
    #flow .contBox .clm > div .image {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    #flow .col02_1 > div {
        position: relative;
        z-index: 999;
    }
    #flow .col02_1 > div::before {
        content: '';
        position: absolute;
        width: 250%;
        height: 30px;
        background: url(../imgs/flow_line.png) repeat-x center center;
        background-size: auto 100%;
        left: 0;
        top: 12%;
        z-index: -1;
        -webkit-transform: translateX(-50%) rotate(10deg);
        -ms-transform: translateX(-50%) rotate(10deg);
        transform: translateX(-50%) rotate(10deg);
    }
    #flow .col02_1 > div + div::before {
        content: '';
        position: absolute;
        width: 250%;
        height: 30px;
        background: url(../imgs/flow_line.png) repeat-x center center;
        background-size: auto 100%;
        left: 0;
        top: 30%;
        z-index: -1;
        -webkit-transform: translateX(-50%) rotate(-10deg);
        -ms-transform: translateX(-50%) rotate(-10deg);
        transform: translateX(-50%) rotate(-10deg);
    }
}

#guide {
    padding-top: 60px;
    padding-bottom: 80px;
}
#guide .contentInner {
    max-width: 1060px;
    width: 100%;
    margin: 0px auto 0;
}
#guide .contentInner h2 {
    text-align: center;
    margin-bottom: 45px;
}
#guide .contBox {
    padding: 56px 50px;
    background-color: rgba(255,255,255,0.95);
    background-image: url(../imgs/bg_guide.png),url(../imgs/bg_guide.png);
    background-repeat: no-repeat,no-repeat;
    background-position: center top,center bottom;
}
@media screen and (max-width: 599px) {
    #guide .contBox {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.clm {
    letter-spacing: -0.4em;
}
.clm > div {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}
#guide .col02_1 > div {
    width: 48.177083334%;
}
#guide .col02_1 > div + div {
    margin-left: 3.645833333%;
}
#guide .col02_1 + .col02_1 {
    margin-top: 30px;
}
#guide .col02_1 .ttlArea {
    background: #000;
    color: #ff7b2c;
    padding: 5px 10px;
    font-size: 2rem;
    border-bottom: 2px solid #ff7b2c;
    -webkit-transform: skewX(-4deg);
    -ms-transform: skewX(-4deg);
    transform: skewX(-4deg);
    margin-bottom: 10px;
}
#guide .col02_1 .ttlArea span {
    display: block;
    font-style: italic;
    -webkit-transform: skewX(4deg);
    -ms-transform: skewX(4deg);
    transform: skewX(4deg);
}
#guide .col02_1 p {
    font-size: 2.3rem;
}
#guide .col02_1 p span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #333333;
}
#guide .mapArea {
    position: relative;
    margin-top: 35px;
}
#guide .mapArea .ribon {
    position: absolute;
    top: -7px;
    left: -1%;
    width: 21.5625%;
}
#guide .mapArea .cap {
    font-size: 1.4rem;
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    #guide .col02_1 p {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 599px) {
    #guide .col02_1 > div {
        display: block;
            width: 100%;
    }
    #guide .col02_1 > div + div {
        margin-left: auto;
        margin-top: 20px;
    }
    #guide .col02_1 + .col02_1 {
        margin-top: 20px;
    }
}

#about {
    background: url(../imgs/bg_about.png) no-repeat center center;
    background-size: cover;
    margin-top: -100px;
    padding-top: 180px;
    padding-bottom: 160px;
    position: relative;
}
#about:after {
    content: '';
    display: block;
    width: 579px;
    height: 586px;
    background: url(../imgs/cloud_about.png) no-repeat center center;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(60%);
    -ms-transform: translateY(60%);
    transform: translateY(60%);
    z-index: 99;
}
#about .contentBox {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background:  url(../imgs/about_bg_line01.png) no-repeat center top , url(../imgs/about_bg_line01.png) no-repeat center bottom, url(../imgs/about_bg_line02.png) repeat-y center center;
    padding: 110px 15px 70px;
}
#about .contentBox .contentBoxInner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
#about .contentBox .contentBoxInner h2 {
    text-align: center;
    margin-bottom: 45px;
}
#about .contentBox .contentBoxInner p {
    color: #fff;
    font-size: 2rem;
    line-height: 1.9;
}
#about .headLogo {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
@media screen and (max-width: 768px) {
    #about .contentBox .contentBoxInner p {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 599px) {
    #about {
        margin-top: 0;
        background: url(../imgs/bg_about_sp.png) no-repeat center bottom;
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .mvArea {
        position: relative;
    }
    .mvArea::before {
        content: '';
        width: 100%;
        height: 30vh;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        z-index: 0;
    }
}

#pagetop {
    position: fixed;
    z-index: 99999;
    right: 30px;
}
#pagetop a {
    display: block;
    background: #fff;
}
#pagetop a img {
    transition: 0.3s ease-out;
}
#pagetop a.hover img {
    opacity: 0.7;
}

@media screen and (max-width: 599px) {
    #pagetop {
        right: 10px;
        bottom: 31px;
        opacity: 0.8;
    }
    #about:after {
        content: none;
    }
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #102d55;
  z-index: 9999999;
  transition: 0.7s ease-out;
  overflow: hidden;
}
#loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #000;
  z-index: 1000000;
}
/*#loader .load_animation {
    font-size: 14px;
    margin-top: 10px;
}*/
.loader{
    color:#fff;
    position:fixed;
    box-sizing:border-box;
    left:-9999px;
    top:-9999px;
    width:0;
    height:0;
    overflow:hidden;
    z-index:999999;
}
.load_animation {
    margin-top: 30px;
}

.sk-fading-circle {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #FF6700;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}


.news .newsCont {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: 12px;
}
.news .newsCont a {
    padding: 20px 0;
    display: block;
    transition: 0.3s ease-out;
}
.news .newsCont a.hover {
    opacity: 0.75;
}
.news .newsCont ul {
    display: table;
    position: relative;
    width: 100%;
}
.news .newsCont ul li {
    display: table-cell;
    vertical-align: middle;
}
.news .newsCont ul::after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    border-right: 1px solid #bd0000;
    border-bottom: 1px solid #bd0000;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.news .newsCont ul li.date {
    color: #bd0000;
    font-size: 12px;
    padding-right: 10px;
    width: 110px;
}

@media screen and (max-width: 599px) {
    .news .newsCont ul {
        display: block;
    }
    .news .newsCont ul li {
        display: block;
        font-size: 12px;
    }
    .news .newsCont ul li.date {
        padding-right: 0px;
        margin-bottom: 5px;
    }
}
