@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-transition: border-box; box-sizing: border-box; overflow-x: hidden; }

body { -webkit-text-size-adjust: 100%; }

html, body, div, span, iframe, h1, h2, h3, h4, p, a, code, img, s, small, strong, var, b, i, center, dt, dd, ul, li, form, label, table, tbody, thead, tr, th, td, embed, figure, footer, header, nav, section, time, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: 0 0; }

h1 { font-size: 2em; }

b, strong { font-weight: bold !important; }

code { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

small { font-size: 80%; }

 input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ }

 input { /* 1 */ overflow: visible; -webkit-transition: all .2s ease-in-out 0s; transition: all .2s ease-in-out 0s; }

 select { /* 1 */ text-transform: none; }

input, select { vertical-align: middle; }

input:focus { outline: 0; }

textarea { overflow: auto; }

table { border-spacing: 0; border-collapse: collapse; table-layout: fixed; }

 [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

 [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

 [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

 [hidden] { display: none; }

 figure, footer, header, nav, section { display: block; }

img { vertical-align: top; border-style: none; line-height: 0; font-size: 0; -ms-interpolation-mode: bicubic; background: 0 0; zoom: 1; }

 ul { list-style: none; }

a { background-color: transparent; text-decoration: none; font-size: 100%; vertical-align: baseline; text-decoration: none; background: 0 0; }

a:focus { outline: 0; }

a img { opacity: 1; -webkit-transition: ease-out 0.3s; transition: ease-out 0.3s; }

a img:hover { opacity: 0.7; -webkit-transition: ease-out 0.3s; transition: ease-out 0.3s; }

a, input { -webkit-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s; }

/*====================================================================================
■01.MARGIN DEFAULT
====================================================================================*/

.mt40 { margin-top: 40px !important; }

.mr10 { margin-right: 10px !important; }

.mb10 { margin-bottom: 10px !important; }

/*====================================================================================
■PADDING DEFAULT
====================================================================================*/

/*====================================================================================
■WIDTH DEFAULT
====================================================================================*/

/*====================================================================================
■MARGIN% DEFAULT
====================================================================================*/

.text_center { text-align: center !important; }

.lh00 { line-height: 0 !important; }

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }

.clearfix:after { clear: both; }

.clearfix { zoom: 1; }

.visible { visibility: visible; }

.dispc { display: block; }

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

.dissp { display: block; }

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

.flexFont { font-size: 100%; }

.overflow { overflow: hidden; }

@keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }

@keyframes fadeInDown { 0% { opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInLeft { 0% { opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight { 0% { opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInUp { 0% { opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown { 0% { opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInLeft { 0% { opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight { 0% { opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInUp { 0% { opacity: 0;
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@media all and (max-width: 768px) { .menu-open.navstate_show .type1 .nav-list > .nav-list-item { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 0.6s; animation-duration: 0.6s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1); animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } }

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(1) { -webkit-animation-delay: 0.1s; animation-delay: 0.1s; }

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(2) { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(3) { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; }

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(4) { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(5) { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(6) { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(7) { -webkit-animation-delay: 0.7s; animation-delay: 0.7s; }

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(8) { -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(9) { -webkit-animation-delay: 0.9s; animation-delay: 0.9s; }

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(10) { -webkit-animation-delay: 1s; animation-delay: 1s; }

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(11) { -webkit-animation-delay: 1.1s; animation-delay: 1.1s; }

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(12) { -webkit-animation-delay: 1.2s; animation-delay: 1.2s; }

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(13) { -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(14) { -webkit-animation-delay: 1.4s; animation-delay: 1.4s; }

.menu-open.navstate_show .type1 .nav-list > .nav-list-item:nth-child(15) { -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item > a { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(1) a { -webkit-animation-delay: 0.1s; animation-delay: 0.1s; }

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(2) a { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(3) a { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; }

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(4) a { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(5) a { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(6) a { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(7) a { -webkit-animation-delay: 0.7s; animation-delay: 0.7s; }

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(8) a { -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(9) a { -webkit-animation-delay: 0.9s; animation-delay: 0.9s; }

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(10) a { -webkit-animation-delay: 1s; animation-delay: 1s; }

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(11) a { -webkit-animation-delay: 1.1s; animation-delay: 1.1s; }

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(12) a { -webkit-animation-delay: 1.2s; animation-delay: 1.2s; }

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(13) a { -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(14) a { -webkit-animation-delay: 1.4s; animation-delay: 1.4s; }

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(15) a { -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }

.fixie body { overflow: visible; }

.fixie .custom-object-fit { position: relative; background-position: center center; background-repeat: no-repeat; }

.fixie .custom-object-fit img { opacity: 0; }

.fixie .custom-object-fit { background-size: cover; }

@keyframes gonoloader { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes wave { 0%, 40%, 100% { -webkit-transform: translate(0, 0); transform: translate(0, 0);
    background-color: #eee; }
  10% { -webkit-transform: translate(0, -15px); transform: translate(0, -15px);
    background-color: #000; } }

.header_top_logo { position: relative; z-index: 1; }

.header_top{ padding: 0 0 12px; }

.header_top_logo a { line-height: 0; }

.header_top_logo .blinkpos{
  position: absolute;
  left: 105px;
  bottom: -10px;
    display: flex;
    min-width: 340px;
}

.header_top_logo .blinkpos span{

}

.header_top_logo .blinkpos span:first-child{
    margin-right: 10px;
}

.header_top_logo .blinkpos span.blink a{
    display: block;
    padding: 15px;
    padding-left: 40px;
}

.header_top_logo span.blink a{
  padding: 5px 20px;
  background: #e4006e url(../images/iconwifi.png) no-repeat left 10px center;
  background-size: 18px;
  padding-left: 40px;
  color: #fff;
  transition: all .3s;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
  -webkit-animation-duration: 1.7s;
}

.header_top_logo span.blink a.newlive-button{
    background: #3D10E6 url(../images/iconwifi.png) no-repeat left 10px center;
    background-size: 18px;
}

.header_top_logo span.blink a:hover{
  opacity: 0.7;
}

@-webkit-keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}

@media all and (max-width: 768px) {
  .header_top{ padding: 0 0 30px; }
  .header_top_logo span.blink{
    left: 5px;
    bottom: -25px;
  }
    .header_top_logo .blinkpos{
        left: 5px;
        bottom: -25px;
        min-width: 100%;
    }
    .header_top_logo .blinkpos span.blink{
        min-width: 150px;
    }
    .header_top_logo .blinkpos span.blink a{
        padding-right: 0;
    }
}

@media all and (max-width: 420px) {
  .header_top_logo span.blink{
    font-size: 13px;
  }
  .header_top_logo span.blink a{
    padding-right: 10px;
  }
}

@media all and (max-width: 360px) {
  .header_top_logo span.blink{
    font-size: 12px;
  }
}

@media all and (max-width: 768px) { .header_top_logo { -webkit-box-flex: 0; -webkit-flex: 0 0 40%; -ms-flex: 0 0 40%; flex: 0 0 40%; } }

.header_top_icon { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.header_nav { position: relative; z-index: 98; }

@media all and (max-width: 768px) {
  .header_top_icon{
    flex: 0 0 auto;
  }
}

@media all and (min-width: 769px) { .header_nav .header_nav_inside { min-width: inherit; } }

.header .icon { margin-left: 5px; }

@media all and (max-width: 768px) { .header .icon { margin-left: 10px; } }

 .header .icon-hamburger { position: relative; cursor: pointer; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 54px; height: 54px; background: #36353B; -webkit-transition: all .3s; transition: all .3s; }

@media all and (min-width: 769px) {  .header .icon-hamburger:hover { background: #1a1a1a; -webkit-transition: -webkit-background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9); transition: -webkit-background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9); -webkit-transition: background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9); transition: background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9); transition-delay: 0; -webkit-transition-delay: 0; } }

@media all and (max-width: 520px) {  .header .icon-hamburger { width: 44px; height: 44px; } }

.header .icon-hamburger { z-index: 99; }

.header .icon-hamburger .icon-bar span { left: 0; height: 2px; position: absolute; background: #fff; display: inline-block; width: 100%; border-radius: 3px; -webkit-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; }

.header .icon-hamburger .icon-bar span:first-child { top: 0; }

.header .icon-hamburger .icon-bar span:nth-child(2) { top: 0; bottom: 0; margin: auto; position: absolute; }

.header .icon-hamburger .icon-bar span:last-child { bottom: 0; }

 .header .icon-bar { position: relative; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 30%; width: 56%; }

 .header .icon-bar img { max-width: 30px; }

.header .icon-txt { color: #fff; font-size: 10px; text-transform: uppercase; font-weight: normal; text-align: center; left: 0; right: 0; margin: auto; position: absolute; line-height: 1; bottom: 10px; letter-spacing: 0.5px; }

@media all and (max-width: 768px) { .header .icon-txt { font-size: 11px; } }

@media all and (max-width: 420px) { .header .icon-txt { font-size: 9px; } }

 .header .hastext_true .icon-bar { top: -6px; }

 .header .hastext_true .icon-bar img { max-height: 25px; }

@media all and (max-width: 520px) {  .header .hastext_true .icon-bar img { max-width: 24px; } }

.menu-open { position: relative; }

.menu-open.navstate_show .header_nav.show .header_nav_inside { left: 0; opacity: 1; visibility: visible; }

.menu-open.navstate_show .icon-hamburger .icon-bar span:nth-child(1) { -webkit-transform: translateY(9px) rotate(-225deg); -ms-transform: translateY(9px) rotate(-225deg); transform: translateY(9px) rotate(-225deg); }

@media all and (max-width: 520px) { .menu-open.navstate_show .icon-hamburger .icon-bar span:nth-child(1) { -webkit-transform: translateY(7px) rotate(-225deg); -ms-transform: translateY(7px) rotate(-225deg); transform: translateY(7px) rotate(-225deg); } }

.menu-open.navstate_show .icon-hamburger .icon-bar span:nth-child(2) { -webkit-transform: translateY(0) rotate(225deg); -ms-transform: translateY(0) rotate(225deg); transform: translateY(0) rotate(225deg); width: 100%; }

.menu-open.navstate_show .icon-hamburger .icon-bar span:nth-child(3) { opacity: 0; }

.menu-open.navstate_hide .header_nav { opacity: 1; visibility: visible; }

.menu-open.navstate_hide .header_nav.type1:before { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.menu-open.navstate_hide .icon-hamburger .icon-bar span:nth-child(1) { -webkit-transform: translateY(9px) rotate(-225deg); -ms-transform: translateY(9px) rotate(-225deg); transform: translateY(9px) rotate(-225deg); }

@media all and (max-width: 520px) { .menu-open.navstate_hide .icon-hamburger .icon-bar span:nth-child(1) { -webkit-transform: translateY(7px) rotate(-225deg); -ms-transform: translateY(7px) rotate(-225deg); transform: translateY(7px) rotate(-225deg); } }

.menu-open.navstate_hide .icon-hamburger .icon-bar span:nth-child(2) { -webkit-transform: translateY(0) rotate(225deg); -ms-transform: translateY(0) rotate(225deg); transform: translateY(0) rotate(225deg); width: 100%; }

.menu-open.navstate_hide .icon-hamburger .icon-bar span:nth-child(3) { opacity: 0; }

@media all and (min-width: 769px) { .nav-list { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } }

@media all and (max-width: 768px) { .nav-list { height: auto; padding: 0 3%; overflow: hidden; } }

@media all and (max-width: 768px) { .nav-list-item { border-bottom: 1px solid #ccc; } }

.nav-list-item a { font-size: 15px; line-height: 1; color: #000; text-decoration: none; display: block; padding: 15px 0; text-align: center; }

@media all and (max-width: 768px) { .nav-list-item a { padding: 20px 0; text-align: left; } }

@media all and (min-width: 769px) { .nav-list-item a:hover { opacity: 0.8; } }

.navstate_show .header_nav .nav-list { background: rgba(0, 0, 0, 0.75); }

@media all and (min-width: 769px) { .navstate_show .header_nav .nav-list { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } }

@media all and (max-width: 768px) { .navstate_show .header_nav_inside { position: absolute; left: -100%; top: 0; padding: 0; opacity: 0; visibility: hidden; -webkit-transition: all .3s ease; transition: all .3s ease; } }

@media all and (min-width: 769px) { .navstate_show .icon-hamburger { display: none; } }

.navstate_hide { overflow: hidden; }

.navstate_hide .header_nav { position: fixed; width: 100%; height: 100vh; top: 0; left: 0; opacity: 0; visibility: hidden; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }

.navstate_hide .header_nav .nav-list { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.navstate_hide .header_nav .nav-list-item { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; overflow: hidden; margin: 30px 0; border: 0; }

.navstate_hide .header_nav .nav-list-item a { font-size: 30px; font-weight: bold; color: #fff; padding: 0; padding-top: 5px; }

.navstate_hide .header_nav_inside { position: relative; z-index: 9; }

.navstate_hide .header_nav.type1 { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.navstate_hide .header_nav.type1:before { content: ''; position: absolute; background: rgba(0, 0, 0, 0.9); -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out; width: 100%; height: 100vh; left: 0; top: 0; z-index: 0; -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); }

.navstate_hide.menu_fixed header .icon-hamburger.type1 { position: fixed; right: 0; top: 0; }

.footer-bottom p { font-size: 14px; background: #e8e8e8; text-align: center; padding: 10px 0; }

.footer .backtop { width: 100%; max-width: 100%; position: fixed; z-index: 8; bottom: 22px; right: 0; }

.footer .backtop-icon { cursor: pointer; display: block; position: absolute; bottom: 0; right: 25px; zoom: 1; text-align: right; z-index: 8; }

.footer .backtop-icon img { width: 45px; height: 45px; }

.btnpage { margin: 0 auto; width: 100%; max-width: 210px; margin-top: 30px; -webkit-transition: all .3s; transition: all .3s; }

@media all and (max-width: 768px) { .btnpage { margin-top: 20px; max-width: 180px; } }

.btnpage a { display: block; text-align: center; padding: 10px 0; font-size: 20px; color: #fff; position: relative; position: relative; background-image: -webkit-linear-gradient(-3deg, #f89b00 0%, #f8c600 100%); background-image: -ms-linear-gradient(-3deg, #f89b00 0%, #f8c600 100%); z-index: 0; overflow: hidden; }

.btnpage a::after { position: absolute; content: ''; background-color: #000; width: 0; height: 60px; right: 0; top: 0; -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1); transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

@media all and (min-width: 960px) { .btnpage a:hover::after, .btnpage a:focus::after, .btnpage a:active::after { right: inherit; left: 0; width: 100%; z-index: 0; } }

@media all and (max-width: 768px) { .btnpage a { font-size: 18px; padding: 5px 0; } }

.btnpage a span { position: relative; z-index: 2; position: relative; }

.btnpage a span::before { content: ''; background: transparent; position: absolute; width: 8px; height: 8px; right: 0; top: 50%; margin-top: -4px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); border-top: 1px solid #000; border-right: 1px solid #000; -webkit-transition: all .3s; transition: all .3s; }

.btnpage a span::before { position: absolute; top: 50%; width: 8px; height: 8px; background: transparent; border-top: 1px solid #fff; border-right: 1px solid #fff; -webkit-transition: all .3s; transition: all .3s; right: 50%; margin-right: -50px; }

.btnpage.btnback { margin-top: 0; margin-left: 0; }

.btnpage.btnback a span { position: relative; }

.btnpage.btnback a span::before { content: ''; background: transparent; position: absolute; width: 8px; height: 8px; left: 0; top: 50%; margin-top: -4px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); border-top: 1px solid #000; border-right: 1px solid #000; -webkit-transition: all .3s; transition: all .3s; }

.btnpage.btnback a span::before { position: absolute; top: 50%; width: 8px; height: 8px; background: transparent; border-top: 1px solid #fff; border-right: 1px solid #fff; -webkit-transition: all .3s; transition: all .3s; right: inherit; left: 0%; margin-left: -50px; -webkit-transform: rotate(-135deg) !important; -ms-transform: rotate(-135deg) !important; transform: rotate(-135deg) !important; }

.btnpage.btnnext { margin-top: 0; margin-right: 0; }

body { font-family: 'Noto Sans JP',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, 'MS UI Gothic', sans-serif !important; font-size: 14px; font-weight: 400; color: #333; }

body p { font-size: 13px; line-height: 1.8; color: #333; }

@media all and (min-width: 769px) { body p { font-size: 14px; } }

body a { color: #333; line-height: normal; }

body img, body iframe { max-width: 100%; line-height: 0; }

body .img { overflow: hidden; line-height: 0; }

body .img img { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition-duration: 4s; transition-duration: 4s; -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); -webkit-transition-property: -webkit-transform; transition-property: transform, -webkit-transform; }

.flexbox { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.container { max-width: 1200px; margin: 0 auto; width: 100%; }

@media all and (max-width: 1200px) { .container { padding: 0px 3%; } }

@media all and (max-width: 768px) { .container { padding: 0 3%; } }

@media all and (min-width: 769px) { .navstate_hide .header_nav .nav-list-item a { font-size: 18px !important; } }

.header_top_logo { padding: 10px 0px; }

.header_top_logo a { position: relative; }

.header_top_logo h1 { font-size: 13px; position: absolute; right: 15px; top: 20px; }

@media all and (max-width: 768px) { .header_top_logo h1 { font-size: 9px; top: 10px; right: -15px; } }

@media all and (max-width: 520px) { .header_top_logo h1 { font-size: 8px; right: 8px; } }

.s_account { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.s_account .icon img { height: 30px; width: auto; }

.s_account .icon.icon-account img { height: 28px; }

@media all and (max-width: 768px) { .header_top_logo { -webkit-box-flex: 0; -webkit-flex: 0 0 60%; -ms-flex: 0 0 60%; flex: 0 0 60%; margin-left: -10px; max-width: 210px; } .s_account .icon img{height: 27px;}.s_account .icon.icon-account img { height: 25px; } .s_account{ margin-top: 3px; }}

@media all and (max-width: 520px) { .header_top_logo {  max-width: 100%; } }

@media all and (max-width: 768px) { .header_top_icon { margin-right: -5px; } }

.header .icon-hamburger, .header .icon-login { margin-left: 8px; }

@media all and (max-width: 1200px) { .header .icon-hamburger, .header .icon-login { margin-left: 20px; } }

@media all and (min-width: 769px) { .header .icon-hamburger, .header .icon-login { margin-left: 25px; } }

.header .icon-login { margin-left: 8px; }

@media all and (max-width: 1200px) { .header .icon-login { margin-left: 20px; } }

@media all and (min-width: 769px) { .header .icon-login { margin-left: 23px; } }

.icon-tel { display: none; }

@media all and (max-width: 960px) { .icon-tel { display: block; margin-right: 20px; }
  .icon-tel img { height: 30px !important; } }

@media all and (max-width: 768px) { .icon-tel { margin-right: 0px; margin-left: 0;}
  .icon-tel img { height: 29px; margin-top: 2px; height: 25px !important; } }

@media all and (max-width: 960px) { .s_langphone { display: none !important; } }

.s_langphone { display: none; }

@media all and (min-width: 769px) { .s_langphone { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-right: 22px; padding-right: 28px; position: relative; }
  .s_langphone:after { content: ''; height: 46px; width: 2px; background-color: #464646; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; position: absolute; } }

.s_langphone-lang ul { display: none; position: absolute; z-index: 999; background-color: #fff; width: 150px; padding: 20px 20px; box-shadow: 1px 4px 5px 1px rgba(0, 0, 0, 0.1); }

.s_langphone-lang ul li { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #999; }

.s_langphone-lang ul li a:hover { opacity: 0.7; }

.s_langphone-lang ul li img { margin-right: 10px; }

.s_langphone-lang ul li:last-child { margin-bottom: 0px; padding-bottom: 0px; border: none; }

.s_langphone-lang .current { height: 28px; width: 110px; border: 2px solid #464646; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font-size: 12px; color: #383838; line-height: 1; position: relative; position: relative; }

.s_langphone-lang .current.active:before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); bottom: -3px; }

.s_langphone-lang .current img { height: 14px; position: absolute; left: 10px; }

.s_langphone-lang .current::before { content: ''; background: transparent; position: absolute; width: 7px; height: 7px; right: 0; top: 50%; margin-top: -4px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); border-top: 1px solid #222; border-right: 1px solid #222; -webkit-transition: all .3s; transition: all .3s; }

.s_langphone-lang .current:before { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); right: 8px; top: 0; bottom: 4px; margin: auto; }

.s_langphone-phone { font-size: 26px; font-family: 'Lato'; margin-left: 20px; }

.s_langphone-phone span { font-size: 16px; font-weight: bold; color: #8e8e8e; font-family: 'Lato'; margin-right: 5px; }

.themv .thevideo { position: relative; overflow: hidden; height: 72.6vh; }

@media all and (min-width: 769px) { .themv .thevideo { min-height: 480px; max-height: 680px; } }

@media all and (max-width: 600px) { .themv .thevideo { max-height: 350px; } }

.themv .thevideo video { background: #ccc; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

@media all and (max-width: 520px) { .header .icon-hamburger, .header .icon-login { margin-left: 10px; padding: 0px !important; width: 30px; height: 25px; background: transparent !important; }
  .header .icon-hamburger .icon-bar span { background: #222; }
  .header .icon-txt { display: none; }
   .header .icon-bar { width: 100%; height: 100%; top: 0 !important; bottom: 0; } }

/*.themv { margin-bottom: 190px; }*/

@media all and (max-width: 380px) { .header .icon-hamburger, .header .icon-login { margin-left: 5px; } }

@media all and (max-width: 520px) { .header_top_icon{flex: 0 0 40%;}}

@media all and (max-width: 520px) { .header_top_icon{flex: 1}}

.themv .container { position: relative; }

.mvcontent { position: absolute; width: 100%; bottom: -190px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; left: 0 !important; right: 0 !important; margin: auto !important; }

@media all and (max-width: 1200px) { .mvcontent { padding: 0px 3%; } }

@media all and (max-width: 768px) { .mvcontent { flex-wrap: wrap; position: relative; bottom: inherit; margin-top: -100px !important} }

/*@media all and (max-width: 520px) { .mvcontent { bottom: -180px; } }*/

.mvcontent_e { background-color: #fff; width: calc(33.333% - 10px); width: -ms-calc(33.333% - 10px); width: -o-calc(33.333% - 10px); float: left; box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.18); }

@media all and (max-width: 768px) { .mvcontent_e { width: calc(100%); width: -ms-calc(100%); width: -o-calc(100%); margin-right: 0; float: none; margin-bottom: 20px} }

.mvcontent_e:nth-child(1) .mvcontent_e_c { background-size: 120px !important; background: #fff url("../images/imgt_01.png") no-repeat; background-position: bottom 15px right 10px; }

@media all and (max-width: 1200px) { .mvcontent_e:nth-child(1) .mvcontent_e_c { background-size: 120px !important; background-position: bottom 20px right 20px; } }

.mvcontent_e:nth-child(2) { margin-right: 0px; }

.mvcontent_e:nth-child(2) .mvcontent_e_c { background-size: 120px !important; background: #fff url("../images/imgt_02.png") no-repeat; background-position: bottom 15px right 10px; }
.mvcontent_e:nth-child(3) .mvcontent_e_c { background-size: 120px !important; background: #fff url("../images/imgt_07.png") no-repeat; background-position: bottom 15px right 10px; }

@media all and (max-width: 1200px) { .mvcontent_e:nth-child(2) .mvcontent_e_c { background-size: 120px !important; background-position: bottom 20px right 20px; } }

.mvcontent_e h3 { height: 8vh; max-height: 74px; min-height: 46px; font-size: 24px; background: #478CB7 url("../common_img/pattern.png"); color: #fff; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.mvcontent_e h3 img { margin-right: 7px; }

@media all and (max-width: 768px) { .mvcontent_e h3 { font-size: 16px; height: 6vh; } }

@media all and (min-width: 769px) { .mvcontent_e h3 img { margin-right: 20px; } }

.mvcontent_e_c { height: 228px; padding: 30px 40px; }

@media all and (max-width: 1200px) { .mvcontent_e_c { padding: 40px 30px; } }

@media all and (max-width: 768px) { .mvcontent_e_c { padding: 25px 10px !important; } }

@media all and (max-width: 500px) { .mvcontent_e_c { padding: 15px 10px !important; } }

.mvcontent_e_c ul li { margin-bottom: 20px; }

@media all and (max-width: 768px) { .mvcontent_e_c ul li { margin-bottom: 10px; } }

.mvcontent_e_c ul li a { font-size: 16px; border-bottom: 1px dashed #ccc; padding-bottom: 3px; position: relative; }

@media all and (max-width: 768px) { .mvcontent_e_c ul li a { font-size: 13px; line-height: 1.8; } }

.mvcontent_e_c ul li a:hover { color: #1EA7DD; }

.mvcontent_e_c ul li a:after { content: ''; height: 18px; width: 18px; background: url("../common_img/icon_arrow.svg") no-repeat; background-size: contain; margin: auto; position: relative; display: inline-block; bottom: -4px; right: -5px; }

@media all and (max-width: 768px) { .mvcontent_e_c ul li a:after { height: 13px; width: 13px; } }

.mvcontent_e_c ul li:last-child { margin-bottom: 0px; }

.mvcontent_e_h img { height: 20px; }

.st01 { padding: 65px 0px; }

@media all and (max-width: 768px) { .st01 { padding: 25px 0px; } }

.st01_ul li { margin-bottom: 23px; padding-bottom: 23px; border-bottom: 1px dashed #ccc; padding-left: 50px; }

@media all and (max-width: 768px) { .st01_ul li { padding-left: 0px; margin-bottom: 10px; padding-bottom: 10px; } }

.st01_ul li:last-child { padding-bottom: 0px; margin-bottom: 0px; border-bottom: none; }

@media all and (min-width: 769px) { .st01_ul li a { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } }

.st01_ul li a span.date { width: 88px; height: 24px; background-color: #1EA7DD; font-size: 12px; font-weight: 500; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; color: #fff; margin-right: 20px; }

@media all and (max-width: 768px) { .st01_ul li a span.date { margin-bottom: 5px; height: 20px; width: 80px; font-size: 11px; } }

@media all and (max-width: 768px) { .st01_ul li a { font-size: 13px; } }

@media all and (min-width: 769px) { .st01_ul li a:hover span:last-child { color: #1EA7DD; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } }

h2.tunderline { font-size: 36px; font-weight: bold; color: #383838; text-align: center; margin-bottom: 45px; position: relative; padding-bottom: 10px; }

@media all and (max-width: 768px) { h2.tunderline { font-size: 20px; margin-bottom: 20px; } }

h2.tunderline:after { content: ''; width: 70px; height: 2px; background: #1EA7DD; display: block; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; position: absolute; }

h2.tunderline.left { text-align: left; }

h2.tunderline.left:after { content: ''; left: 0; right: auto; }

h2.tunderline.nounderline:after { display: none; }

h3.tblue { color: #1EA7DD; font-size: 20px; font-weight: 500; }

@media all and (max-width: 768px) { h3.tblue { font-size: 16px; } }

.st02 { position: relative; min-height: 400px; background: #F7F8F9; padding: 80px 0px 100px 0px; }

@media all and (min-width: 1200px) { .st02 .container { max-width: 1300px; } }

@media all and (min-width: 769px) { .st02 h2.tunderline { margin-bottom: 25px; } }

.st02:before { content: ''; background: url("../images/imgt_03.png") no-repeat; background-size: cover; background-position: left center; width: 50%; height: 100%; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; position: absolute; }

@media all and (max-width: 1000px) { .st02:before { display: none; } }

.st02 > img { position: absolute; left: 0; display: none; }

.st02_c { margin-right: 0; margin-left: auto; }

@media all and (min-width: 1200px) { .st02_c { width: 580px; } }

@media all and (max-width: 1200px) { .st02_c { width: calc(50% - 40px); } }

@media all and (max-width: 1000px) { .st02_c { width: 100%; max-width: 400px; margin: 0 auto; text-align: center; }
  .st02_c h2.tunderline.left { text-align: center; }
  .st02_c h2.tunderline.left:after { content: ''; right: 0; } }

.st02 .tblue { margin-bottom: 16px; }

@media all and (max-width: 768px) { .st02 .tblue { margin-bottom: 10px; } }

.st02 p { line-height: 2.2; }

@media all and (max-width: 768px) { .st02 p { line-height: 1.8; font-size: 13px; } }

.st02_img { display: none; }

@media all and (max-width: 1000px) { .st02_img { display: block; margin: 20px 0px; } }

@media all and (max-width: 768px) { .st02_img { margin: 10px 0px; } }

@media all and (max-width: 768px) { .st02_img .tblue { margin-top: 10px; } }

.sbtn { margin-top: 40px; }

@media all and (max-width: 1000px) { .sbtn a { margin: 0 auto; } }

@media all and (max-width: 768px) { .sbtn { margin-top: 15px; } }

.btn-primary { height: 60px; width: 297px; background-color: #323639; position: relative; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.btn-primary::before { content: ''; background: transparent; position: absolute; width: 10px; height: 10px; right: 0; top: 50%; margin-top: -4px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); border-top: 2px solid #fff; border-right: 2px solid #fff; -webkit-transition: all .3s; transition: all .3s; }

.btn-primary.btn-long { width: 367px; }

@media all and (max-width: 768px) { .btn-primary.btn-long { max-width: 300px !important; } }

.btn-primary:hover { background-color: #555; }

.btn-primary:before { top: 0; bottom: 0; margin: auto; position: absolute; right: 20px; }

.btn-primary span { color: #fff; }

@media all and (max-width: 768px) { .btn-primary { height: 44px; position: relative; max-width: 250px; }
  .btn-primary::before { content: ''; background: transparent; position: absolute; width: 6px; height: 6px; right: 0; top: 50%; margin-top: -4px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); border-top: 2px solid #fff; border-right: 2px solid #fff; -webkit-transition: all .3s; transition: all .3s; }
  .btn-primary:before { top: 0; bottom: 0; margin: auto; position: absolute; right: 10px; }
  .btn-primary span { font-size: 13px; } }

.btn-border { height: 60px; width: 297px; position: relative; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border: 1px solid #323639; }

.btn-border::before { content: ''; background: transparent; position: absolute; width: 10px; height: 10px; right: 0; top: 50%; margin-top: -4px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); border-top: 2px solid #323639; border-right: 2px solid #323639; -webkit-transition: all .3s; transition: all .3s; }

.btn-border:before { top: 0; bottom: 0; margin: auto; position: absolute; right: 20px; }

.btn-border span { color: #323639; }

@media all and (min-width: 769px) { .btn-border:hover { background-color: #323639; }
  .btn-border:hover:before { border-color: #fff; }
  .btn-border:hover span { color: #fff; } }

@media all and (max-width: 768px) { .btn-border { height: 44px; position: relative; max-width: 250px; }
  .btn-border::before { content: ''; background: transparent; position: absolute; width: 6px; height: 6px; right: 0; top: 50%; margin-top: -4px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); border-top: 2px solid #323639; border-right: 2px solid #323639; -webkit-transition: all .3s; transition: all .3s; }
  .btn-border:before { top: 0; bottom: 0; margin: auto; position: absolute; right: 10px; }
  .btn-border span { font-size: 13px; } }

.sectiont { padding: 90px 0px; }

@media all and (max-width: 1200px) { .sectiont { padding: 40px 0px; } }

@media all and (max-width: 768px) { .sectiont { padding: 30px 0px; } }

.st03_table ul { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.st03_table ul li { width: 14.2857%; text-align: center; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
.fc-widget-header table .fc-widget-header { border-bottom: none !important; }

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead { border-color: #ccc !important; text-align: center; }

.fc-day-top { text-align: center; }

.fc-day-top .fc-day-number { float: none !important; position: relative; top: 5px; }

.fc-header-toolbar { background-color: #959595; height: 50px; color: #fff; text-align: center; font-size: 16px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-bottom: 0px !important; }

.fc-header-toolbar .fc-left { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; }

.fc-header-toolbar .fc-center { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; }

.fc-header-toolbar .fc-right { -webkit-box-ordinal-group: 4; -webkit-order: 3; -ms-flex-order: 3; order: 3; }

.fc-header-toolbar .fc-clear { display: none; }

.fc-header-toolbar .fc-left button, .fc-header-toolbar .fc-right button { border: none; background: transparent; box-shadow: none; }

.fc-header-toolbar .fc-button { position: relative; margin-right: 20px; }

.fc-header-toolbar .fc-button::before { content: ''; background: transparent; position: absolute; width: 10px; height: 10px; right: 0; top: 50%; margin-top: -4px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); border-top: 2px solid #fff; border-right: 2px solid #fff; -webkit-transition: all .3s; transition: all .3s; }

.fc-header-toolbar .fc-button:before { top: 0; bottom: 0; margin: auto; position: absolute; }

.fc-header-toolbar .fc-button span { display: none; }

.fc-header-toolbar .fc-button.fc-prev-button { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }

.fc-header-toolbar .fc-left { margin-left: 20px; }

.fc-header-toolbar .fc-icon { position: relative; }

.fc-header-toolbar .fc-icon:after { display: none; }

.fc-header-toolbar .fc-icon::before { content: ''; background: transparent; position: absolute; width: 8px; height: 8px; right: 0; top: 50%; margin-top: -4px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); border-top: 1px solid #fff; border-right: 1px solid #fff; -webkit-transition: all .3s; transition: all .3s; }

.fc-header-toolbar .fc-header-toolbar { margin-bottom: 0px; }

.fc-day-top.fc-other-month { opacity: 1 !important; }

.fc-other-month { background-color: #ECFAFF; }

.fc-other-month a { color: #000 !important; }

.fc-center h2 { font-weight: 500; }

@media all and (max-width: 520px) { .fc-day-grid * { font-size: 11px !important; } }

.fc-week:first-child .fc-past.fc-other-month { position: relative; z-index: 9999; }

.fc-week:first-child .fc-past.fc-other-month:before { content: ''; width: 100%; height: 20px; display: block; position: absolute; top: -20px; z-index: 9999; }

.fc-week:first-child .fc-day-top { padding-top: 25px; }

@media all and (max-width: 768px) { .fc-week:first-child .fc-day-top { padding-top: 15px !important; } }

@media all and (max-width: 520px) { .fc-week:first-child .fc-day-top { padding-top: 10px !important; } }

.fc-head-container.fc-widget-header { position: absolute; left: 2px; top: 10px; z-index: 9; width: 100%; border: none !important; }

.fc-head-container.fc-widget-header th, .fc-head-container.fc-widget-header table, .fc-head-container.fc-widget-header tr, .fc-head-container.fc-widget-header td, .fc-head-container.fc-widget-header thead { border: none !important; border-width: 0 !important; }

@media all and (max-width: 768px) { .fc-head-container.fc-widget-header { top: 2px !important; font-size: 12px !important; } }

.fc-day-grid-event.fc-event { border-radius: 15px; padding: 6px 0px; margin-top: 5px !important; font-size: 10px; font-weight: 500; margin: 0 auto; }

@media all and (min-width: 1000px) { .fc-day-grid-event.fc-event { max-width: calc(100% - 15px); } }

@media all and (max-width: 769px) { .fc-day-grid-event.fc-event { max-width: calc(100% - 5px); font-size: 8px; } }

@media all and (max-width: 520px) { .fc-day-grid-event.fc-event { text-indent: -9999px; height: 10px !important; width: 10px !important; overflow: hidden !important; font-size: 0px !important; display: block !important; position: relative; padding: 0px !important; } }

.fc-day-grid-event.fc-event.event1 { background-color: #1EA7DD !important; border: none !important; }

.fc-day-grid-event.fc-event.event2 { background-color: #FF4B55 !important; border: none !important; }

.fc-day-grid-event.fc-event.event3 { background-color: #d4c42a !important; border: none !important; }

.fc-day-grid-event.fc-event.margin1 { margin-top: 10px !important; }

@media all and (max-width: 520px) { .fc-day-grid-event.fc-event.margin1 { margin-top: 10px !important; } }

.fc-day-grid-event.fc-event.margin2 { margin-top: 5px !important; }

@media all and (max-width: 520px) { .fc-day-grid-event.fc-event.margin2 { margin-top: 2px !important; } }

.fc-basic-view .fc-body .fc-row { height: 120px !important; }

@media all and (max-width: 520px) { .fc-basic-view .fc-body .fc-row { height: 60px !important; } }

.fc-scroller.fc-day-grid-container { height: 720px !important; }

@media all and (max-width: 520px) { .fc-scroller.fc-day-grid-container { height: 360px !important; } }

.rednote { text-align: center; font-size: 16px; color: #ff4b55; font-weight: 500; margin-top: 30px; }

@media all and (max-width: 768px) { .rednote { font-size: 14px; margin-top: 15px; } }

.eventsp { display: none; }

@media all and (max-width: 768px) { .eventsp { display: block; margin-bottom: 15px; }
  .eventsp .event1 { margin-bottom: 5px; }
  .eventsp .event1, .eventsp .event2 { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .eventsp .event1:before, .eventsp .event2:before { content: ''; width: 10px; height: 10px; border-radius: 100%; display: block; background: #1EA7DD; margin-right: 5px; }
  .eventsp .event2:before { background-color: #FF4B55; }
  .eventsp .event3:before { background-color: #d4c42a; }}

.titledes { text-align: center; }

.titledes .tunderline { margin-bottom: 25px; }

.titledes p { font-size: 20px; color: #8e8e8e; font-weight: 500; }

@media all and (max-width: 768px) { .titledes p { font-size: 16px; } }

@media all and (max-width: 420px) { .titledes p { font-size: 14px; } }

.st04 { background: #F7F8F9; }

.st04 .tfeatures { margin-top: 50px; margin-bottom: 75px; background: url("../images/bg02.jpg") no-repeat; background-size: cover; background-position: center; padding: 40px 0px; }

@media all and (max-width: 768px) { .st04 .tfeatures { padding: 20px 0px; margin: 20px 0px; margin-bottom: 30px; } }

.st04 .tfeatures .container { background: url("../common_img/pattern.png"); padding: 32px 46px; }

@media all and (max-width: 960px) { .st04 .tfeatures .container { max-width: 96%; padding: 20px; } }

@media all and (max-width: 768px) { .st04 .tfeatures .container { padding: 10px; } }

.st04 .tfeatures .container ul { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.st04 .tfeatures .container ul li { height: 95px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background-color: #fff; font-size: 20px; }

@media all and (min-width: 960px) { .st04 .tfeatures .container ul li { width: calc(25% - 18.75px); width: -ms-calc(25% - 18.75px); width: -o-calc(25% - 18.75px); margin-right: 25px; float: left; } }

@media all and (max-width: 960px) { .st04 .tfeatures .container ul li { width: calc(50% - 5px); width: -ms-calc(50% - 5px); width: -o-calc(50% - 5px); margin-right: 10px; float: left; margin-bottom: 10px; }
  .st04 .tfeatures .container ul li:nth-child(2n) { margin-right: 0px; }
  .st04 .tfeatures .container ul li:nth-child(3), .st04 .tfeatures .container ul li:nth-child(4) { margin-bottom: 0px; } }

@media all and (max-width: 600px) { .st04 .tfeatures .container ul li { height: 60px; font-size: 16px; } }

@media all and (max-width: 420px) { .st04 .tfeatures .container ul li { font-size: 14px; } }

.st04 .tfeatures .container ul li img { margin-right: 15px; }

@media all and (max-width: 768px) { .st04 .tfeatures .container ul li img { margin-right: 5px; height: 20px; } }

.st04 .tfeatures .container ul li:nth-child(4n) { margin-right: 0px; }

.st04_ct .st04_ct_e { margin-bottom: 65px; }

@media all and (min-width: 769px) { .st04_ct .st04_ct_e { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } }

@media all and (max-width: 768px) { .st04_ct .st04_ct_e { margin-bottom: 30px; } }

@media all and (min-width: 769px) { .st04_ct .st04_ct_e:nth-child(2n + 1) img { margin-right: 55px; } }

.st04_ct .st04_ct_e:nth-child(2n) img { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; margin-left: 55px; }

@media all and (max-width: 768px) { .st04_ct .st04_ct_e:nth-child(2n) img { margin-left: 0px; } }

.st04_ct .st04_ct_e .st04_des { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }

.st04_ct .st04_ct_e .st04_des h3 { font-size: 23px; font-weight: bold; margin-bottom: 25px; }

@media all and (max-width: 768px) { .st04_ct .st04_ct_e .st04_des h3 { margin-bottom: 10px; margin-top: 15px; font-size: 18px; } }

.st04_ct .st04_ct_e .st04_des .des p { line-height: 2; }

.st04_ct .st04_ct_e:last-child { margin-bottom: 0px; }

@media all and (min-width: 769px) { .st04_ct .st04_ct_e img { max-width: 50%; } }

@media all and (max-width: 768px) { .st04_ct .st04_ct_e img { margin: 0 auto !important; display: block; } }

.st04_ct .des p { margin-bottom: 10px; }

.st05_c { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.st05_c_e { margin-bottom: 30px; }

@media all and (min-width: 769px) { .st05_c_e { width: calc(50% - 10px); width: -ms-calc(50% - 10px); width: -o-calc(50% - 10px); margin-right: 20px; float: left; }
  .st05_c_e:nth-child(3), .st05_c_e:nth-child(4) { margin-bottom: 0px; }
  .st05_c_e:nth-child(2n) { margin-right: 0px; } }

@media all and (max-width: 768px) { .st05_c_e { width: 100%; max-width: 450px; margin: 0 auto; margin-bottom: 10px; } }

.st05_c_e h3 { height: 8vh; max-height: 74px; min-height: 46px; font-size: 24px; background: #478CB7 url(../common_img/pattern.png); color: #fff; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

@media all and (max-width: 768px) { .st05_c_e h3 { font-size: 18px; } }

.st05_c_e h3 img { margin-right: 10px; position: relative; top: 2px; }

@media all and (max-width: 768px) { .st05_c_e h3 img { height: 20px; } }

.st05_c_e .mapct { border: 3px solid #1EA7DD; }

@media all and (max-width: 768px) { .st05_c_e .mapct iframe { height: 200px; } }

.st05_c_e .mapct > p { padding: 30px 40px; line-height: 2; }

@media all and (max-width: 768px) { .st05_c_e .mapct > p { padding: 20px; } }

.st05_c_e .mapct > p a { color: #1EA7DD; text-decoration: underline; }

@media all and (min-width: 769px) { .st05_c_e .mapct > p .tele { text-decoration: none; color: #000; } }

.st05_c .lastbtn { width: 100%; display: block; height: 62px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background-color: #323639; color: #fff; }

@media all and (max-width: 768px) { .st05_c .lastbtn { height: 45px; } }

.st05_c .lastbtn:after { content: ''; width: 18px; height: 18px; background: url("../common_img/icon_arrow_white.svg") no-repeat; margin-left: 5px; background-size: contain; }

.st06 { background: url("../common_img/bgbottom.png"); background-position: center; background-size: cover; padding: 70px 0px; }

@media all and (max-width: 768px) { .st06 { background-position: center left 70%; padding: 30px 0px; } }

.btn-contact { height: 100px; width: 510px; background: #fff; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin: 0 auto; }

@media all and (max-width: 768px) { .btn-contact { height: 60px; width: 300px; }
  .btn-contact img { height: 50%; position: relative; top: 3px; } }

.btn-contact:hover { opacity: 0.9; }

.btn-contact span { font-size: 30px; margin-left: 25px; }

@media all and (max-width: 768px) { .btn-contact span { font-size: 20px; margin-left: 10px; } }

.flinks { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin: 65px 0px; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media all and (max-width: 768px) { .flinks { width: 90%; margin: 30px auto; max-width: 500px; } }

.flinks a { margin-right: 40px; font-size: 16px; }

.flinks a:hover { text-decoration: underline; color: #1EA7DD; }

.flinks a:last-child { margin-right: 0px; }

@media all and (max-width: 768px) { .flinks a { width: calc(50% - 10px); width: -ms-calc(50% - 10px); width: -o-calc(50% - 10px); margin-right: 20px; float: left; font-size: 14px; margin-bottom: 10px; }
  .flinks a:nth-child(2n) { margin-right: 0px; } }

.footer-bottom { background-color: #F7F8F9; padding: 20px 0px; }

@media all and (max-width: 768px) { .footer-bottom { padding: 10px 0px; padding-bottom: 50px; } }

.footer-bottom p { background: transparent !important; line-height: 2.5; letter-spacing: 1px; }

@media all and (max-width: 450px) { .footer-bottom p { font-size: 12px; line-height: 1.8; } }

.footer .backtop { bottom: 0; }

.footer .backtop-icon { background: #35363B; }

.footer .backtop-icon a { color: #fff; font-size: 12px; padding: 10px 20px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 140px; letter-spacing: 1px; font-weight: 400; position: relative; padding-left: 40px; }

.footer .backtop-icon a::before { content: ''; background: transparent; position: absolute; width: 6px; height: 6px; right: 0; top: 50%; margin-top: -4px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); border-top: 2px solid #fff; border-right: 2px solid #fff; -webkit-transition: all .3s; transition: all .3s; }

.footer .backtop-icon a:before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); left: 30px; margin-top: 0px; }

.footer .backtop-icon a:after { content: ''; }

.footer { position: relative; }

.footer .backtop { position: absolute !important; }

@media all and (max-width: 768px) { .footer .backtop-icon { left: auto; right: 0; margin: 0 auto; max-width: 135px; } }

.navstate_hide.menu_fixed header .icon-hamburger.type1 { position: relative; }

@media all and (max-width: 1200px) { .menu-open.navstate_hide .icon-hamburger .icon-bar span:nth-child(1) { -webkit-transform: translateY(7px) rotate(-225deg); -ms-transform: translateY(7px) rotate(-225deg); transform: translateY(7px) rotate(-225deg); } }

@media all and (max-width: 520px) { .menu-open .header .icon-hamburger .icon-bar span { background: #fff !important; }
  .menu-open.navstate_hide .icon-hamburger .icon-bar span:nth-child(1) { -webkit-transform: translateY(12px) rotate(-225deg); -ms-transform: translateY(12px) rotate(-225deg); transform: translateY(12px) rotate(-225deg); }
  .header .hastext_true .icon-bar { top: 2px !important; }
  .icon-login { position: relative; top: -1px; } }

.navstate_hide .header_nav.type1:before { right: 0; left: auto; width: 40%; background-color: rgba(20, 145, 194, 0.95); }

@media all and (max-width: 768px) { .navstate_hide .header_nav.type1:before { width: 100%; } }

.navstate_hide .header_nav.type1:before { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.header_nav_inside { width: 40%; margin-left: auto; margin-right: 0; }

@media all and (max-width: 768px) { .header_nav_inside { width: 100%; } }

.navstate_hide .header_nav .nav-list-item { padding: 10px 0px; margin: 0; }

.navstate_hide .header_nav .nav-list-item a { font-size: 16px; font-weight: 400; }

@media all and (max-width: 768px) { .navstate_hide .header_nav .nav-list-item a { font-size: 16px; text-align: center; } }

.langlist { position: absolute; width: 100%; right: 0; left: auto; }

.langlist ul { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.langlist ul li { margin-right: 20px; }

.langlist ul li:last-child { margin-right: 0px; }

.langlist ul li img { margin-right: 5px; }

.langlist ul li a { color: #fff; font-weight: 300; }

.langlist ul li a.current { text-decoration: underline; font-weight: bold; }

.navstate_hide .header_nav_inside { margin-top: -200px; }

.headtitle { height: 170px !important; background: #1EA7DD url("../images/bg02.jpg") !important; background-size: cover !important; }

@media all and (max-width: 768px) { .headtitle { height: 90px !important; }
  .headtitle h1 { font-size: 18px !important; } }

/*@media all and (max-width: 520px) { .themv { margin-bottom: 250px; } }*/

/*@media all and (max-width: 520px) { .mvcontent { display: block; bottom: -250px; } }*/

@media all and (max-width: 520px) { .mvcontent_e { width: 100%; }
  .mvcontent_e:first-child { margin-bottom: 10px !important; }
  .mvcontent_e_c { height: 120px; } }

@media all and (min-width: 769px) {
  .themv { margin-bottom: 200px; } }

.secondpage .bodyinfo table { width: 100%; }

.secondpage .bodyinfo table tr td { border: 1px solid #ccc; padding: 10px 20px; font-weight: 400; }

@media all and (max-width: 768px) { .secondpage .bodyinfo table tr td { font-size: 13px; } }

.secondpage .bodyinfo table tr td:first-child { width: 140px; font-weight: bold; }

@media all and (max-width: 768px) { .secondpage .bodyinfo table tr td:first-child { width: 100px !important; } }

.secondpage .h3title { font-size: 22px; margin-bottom: 30px; letter-spacing: 0.05rem; position: relative; z-index: 9; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

@media all and (min-width: 769px) { .secondpage .prd_detail { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; align-items: flex-start; } }

.secondpage .prd_detail_l { width: 500px; }

@media all and (min-width: 1000px) { .secondpage .prd_detail_l { min-width: 500px; } }

@media all and (max-width: 1000px) { .secondpage .prd_detail_l { min-width: 400px; } }

@media all and (max-width: 768px) { .secondpage .prd_detail_l { min-width: auto !important; } }

@media all and (max-width: 768px) { .secondpage .prd_detail_l { width: 100%; } }

.secondpage .item-slick { background-repeat: no-repeat !important; }

.secondpage .fixie .slider-for .item-slick img, .secondpage .fixie .slider-nav .item-slick img { display: none; }

.secondpage .prd_detail_r { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }

@media all and (max-width: 768px) { .secondpage .prd_detail_r { margin-top: 10px; } }

.secondpage .prd_detail_r .prdnum span { font-weight: 500; font-size: 13px; }

.secondpage .prd_detail_r .prdnum span:last-child { margin-left: 20px; }

.secondpage .prd_detail_r h3 { font-size: 18px; font-weight: 500; color: #1EA7DD; margin-bottom: 20px; }

@media all and (max-width: 768px) { .secondpage .prd_detail_r h3 { margin-top: 5px; } }

.secondpage .prd_detail_r .mordetail { padding: 20px 0px; border-top: 1px solid #AA9681; border-bottom: 1px solid #AA9681; margin-bottom: 20px; color: #333; }

.secondpage .prd_detail_r .buyprice .labelprice { font-weight: 500; font-size: 19px; color: #fff; padding: 10px; background: #B180AD; margin-right: 10px; }

.secondpage .prd_detail_r .buyprice .price { font-weight: 500; font-size: 19px; }

.secondpage .slider-for .slick-prev, .secondpage .slider-for .slick-next { width: 28px; height: 46px; background: transparent url("../common_img/icon_arrow.svg") no-repeat !important; background-size: contain !important; display: block !important; z-index: 9; left: 10px; }

.secondpage .slider-for .slick-prev:hover, .secondpage .slider-for .slick-next:hover { opacity: 0.7; }

.secondpage .slider-for .slick-prev:before, .secondpage .slider-for .slick-next:before { display: none; }

.secondpage .slider-for .slick-next { left: auto; right: 10px; background: transparent url("../common_img/icon_arrow.svg") no-repeat !important; background-size: contain !important; }

.secondpage .slick-slide > div { height: 100%; width: 100%; }

@media all and (max-width: 768px) { .secondpage .workstatus.dissp { margin-bottom: 30px; } }

.secondpage .slider-for .slick-slide { height: 340px; background-size: cover !important; height: 375px; }

@media all and (max-width: 768px) { .secondpage .slider-for .slick-slide { height: 270px !important; } }

@media all and (max-width: 400px) { .secondpage .slider-for .slick-slide { height: 230px !important; } }

.secondpage .slider-for .slick-slide .item-slick { height: 100%; position: relative; }

.secondpage .slider-for .slick-slide .item-slick img { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-height: 375px; }

@media all and (max-width: 768px) { .secondpage .slider-for .slick-slide { height: 450px; } }

.secondpage .prd_detail_r h2 { font-size: 24px; background: #fff; padding: 10px; text-align: center; margin-bottom: 5px; border: 1px solid #1EA7DD; }

@media all and (max-width: 1100px) { .secondpage .prd_detail_r h2 { font-size: 18px !important; } }

@media all and (max-width: 768px) { .secondpage .prd_detail_r h2 { padding: 5px; padding-bottom: 5px; } }

.secondpage .slider-nav { margin-top: 10px; }

.secondpage .slider-nav .slick-slide { height: 80px; background-size: cover !important; background-position: center !important; background-color: #fff !important; border-right: 10px solid #fff; overflow: hidden; position: relative; padding-bottom: 20px; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }

@media all and (max-width: 768px) { .secondpage .slider-nav .slick-slide { height: 100px; } }

@media all and (max-width: 768px) { .secondpage .slider-nav .slick-slide { height: 60px !important; } }

.secondpage .slider-nav .slick-slide:after { content: ''; height: 5px; width: 100%; position: absolute; background: #fff; bottom: 0px; left: 0; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; border-top: 2px solid #fff; }

@media all and (max-width: 768px) { .secondpage .slider-nav .slick-slide:after { height: 2px; } }

.secondpage .slider-nav .slick-slide.slick-current { opacity: 1; }

.secondpage .slider-nav .slick-slide.slick-current:after { background: #1EA7DD; }

.secondpage .prd_detail { margin-top: 100px; }

@media all and (max-width: 768px) { .secondpage .prd_detail { margin-top: 50px; } }

.secondpage .slick-dots { display: none !important; }

@media all and (min-width: 769px) { .secondpage .prd_detail_l { margin-right: 50px; } }

@media all and (max-width: 768px) { .secondpage .nonesp { display: none !important; } }

.secondpage .slider-for { padding: 0px 0px; background-color: #ddd; }

.secondpage .prd_detail_r h2 { font-size: 24px; text-align: left; }

.secondpage .stitle { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border: none !important; border-bottom: 2px solid #1EA7DD !important; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 15px !important; padding-top: 0px !important; }
.secondpage .stitle-fix { flex-wrap: wrap; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -webkit-justify-content: flex-start; -ms-flex-pack: justify; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border: none !important; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0 !important; padding-top: 0px !important; }

.secondpage a.contactbtn { font-size: 14px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 150px; height: 40px; border: 1px solid #1EA7DD; }
.secondpage .stitle-fix .contactbtn,
.secondpage .stitle-fix .listicoh2{
    margin-right: 0;
    margin-left: auto;
}
@media all and (max-width: 768px) { .secondpage a.contactbtn { display: none; font-size: 18px !important; } }

@media all and (max-width: 450px) { .secondpage a.contactbtn { font-size: 13px !important; } }

.secondpage a.contactbtn:hover { color: #1EA7DD; }

.secondpage a.contactbtn img { height: 12px; margin-right: 5px; }

.secondpage .onh3 { display: none !important; }

@media all and (max-width: 768px) { .secondpage .onh3 { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; } }

.secondpage .listbtndt { margin-top: 20px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media all and (max-width: 768px) { .secondpage .listbtndt { margin-top: 15px; }
  .secondpage .listbtndt .firstlink { display: none; }
  .secondpage .listbtndt .firstlink ~ a { margin-right: 5px !important; }
  .secondpage .listbtndt .firstlink ~ a ~ a { margin-right: 0px !important; } }

.secondpage .listbtndt a { width: calc(50% - 10px); width: -ms-calc(50% - 10px); width: -o-calc(50% - 10px); margin-right: 20px; float: left; height: 50px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-bottom: 20px; background-color: #1EA7DD; color: #fff; float: none !important; }

@media all and (max-width: 450px) { .secondpage .listbtndt a { font-size: 13px; } }

@media all and (max-width: 768px) { .secondpage .listbtndt a { width: calc(50% - 3px); width: -ms-calc(50% - 3px); width: -o-calc(50% - 3px); margin-right: 6px; float: left; margin-bottom: 6px; height: 44px; } }

.secondpage .listbtndt a:hover { opacity: 0.8; }

.secondpage .listbtndt a:nth-child(2n) { margin-right: 0px; }

.secondpage .listbtndt a:last-child { margin-bottom: 0px; }

.secondpage .listbtndt a img { height: 25px; margin-right: 7px; }

@media all and (max-width: 768px) { .secondpage .listbtndt a img { height: 18px; } }

.secondpage .footer { margin-top: 50px; border-top: 1px solid #1EA7DD; }

.boxbd { border: 1px solid #ccc; padding: 20px; margin-top: 20px; }

@media all and (max-width: 768px) { .boxbd { padding: 10px !important; } }

@media all and (max-width: 768px) { .nosp { display: none !important; }
  .nosp ~ .daugia { margin-right: 5px !important; }
  .nosp ~ .daugia ~ a { margin-right: 0px !important; } }

.tb4items { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.tb4items_e { width: calc(50% - 10px); width: -ms-calc(50% - 10px); width: -o-calc(50% - 10px); margin-right: 20px; float: left; margin-top: 0px; }

@media all and (max-width: 1100px) { .tb4items_e span { display: block; text-align: left; margin-left: 0px !important; } }

.tb4items_e:nth-child(1), .tb4items_e:nth-child(2) { margin-top: 0px; }

.tb4items_e span:last-child { color: #e78e28; }

.tb4items_e.clred span:last-child { color: #E63030; }

.tb4items_e:nth-child(2n) { margin-right: 0px; }

.tb4items_e span:last-child { font-size: 18px; margin-left: 20px; }

@media all and (max-width: 768px) { .tb4items_e span:last-child { font-size: 14px; } }

.tb4items_e span:first-child { display: inline-block; min-width: 120px; color: #888; }

@media all and (max-width: 768px) { .tb4items_e span:first-child { min-width: 90px; } }

.backsection { margin-top: 50px; padding-top: 50px; border-top: 1px solid #eee; }

@media all and (max-width: 768px) { .backsection { margin-top: 20px; padding-top: 20px; } }

.backsection .btn-back { margin: 0 auto; }

.backsection .btn-back:before { right: auto; left: 20px; -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); }

.noticetxt { color: #ecb235; margin-top: 20px; }

.pricep { font-size: 30px; color: #e63030; font-weight: bold; }

@media all and (max-width: 768px) { .pricep { font-size: 20px !important; } }

@media all and (max-width: 768px) { .btn-primary.btn-back { max-width: 200px; } }

.listbtndt a span { font-size: 14px; }

@media all and (min-width: 1200px) { .listbtndt a span { font-size: 18px !important; } }

@media all and (max-width: 768px) { .listbtndt a span { font-size: 13px; } }

.listbtndt .daugia { background-color: #e63030 !important; }

.listbtndt .daugia img { height: 30px !important; }

@media all and (max-width: 768px) { .slider-for, .slider-nav { max-width: 450px; margin: 0 auto; } }

.listicoh2 { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.bookmark { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-left: 20px; }

@media all and (max-width: 1200px) { .bookmark { margin-left: 10px; } }

.bookmark .nobg { display: block; }

.bookmark .fullbg { display: none; }

.bookmark.active .nobg { display: none; }

.bookmark.active .fullbg { display: block; }

.bookmark img { width: 20px; }

.prd_detail_r.dissp { position: relative; }

.prd_detail_r.dissp .bookmark { position: absolute; top: 93px; right: 0px; }

.tbgia { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-top: 20px; }

.tbgia .td { margin-right: 20px; font-size: 18px; }

@media all and (max-width: 769px) { .tbgia .td { font-size: 14px; } }

.secondpage .textnote { color: #ecb235; position: relative; top: 15px; font-weight: 400 !important; }

@media all and (max-width: 768px) { .secondpage .textnote { top: 8px; } }

.secondpage .box-info strong { font-weight: 600 !important; }

.secondpage .box-info * { font-size: 13px !important; }

.secondpage .listtwobtns { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin: 40px 0px 30px 0px; }

@media all and (max-width: 768px) { .secondpage .listtwobtns { margin: 20px 0px 20px 0px; } }

.secondpage .listtwobtns a { height: 48px; width: calc(50% - 10px); width: -ms-calc(50% - 10px); width: -o-calc(50% - 10px); margin-right: 20px; float: left; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border: 1px solid #333; position: relative; }

@media all and (max-width: 600px) { .secondpage .listtwobtns a { width: calc(50% - 5px); width: -ms-calc(50% - 5px); width: -o-calc(50% - 5px); margin-right: 10px; float: left; } }

.secondpage .listtwobtns a:last-child { margin-right: 0px; }

.secondpage .listtwobtns a::before { content: ''; background: transparent; position: absolute; width: 8px; height: 8px; right: 0; top: 50%; margin-top: -4px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); border-top: 1px solid #000; border-right: 1px solid #000; -webkit-transition: all .3s; transition: all .3s; }

@media all and (max-width: 600px) { .secondpage .listtwobtns a { position: relative; }
  .secondpage .listtwobtns a::before { content: ''; background: transparent; position: absolute; width: 6px; height: 6px; right: 0; top: 50%; margin-top: -4px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); border-top: 1px solid #000; border-right: 1px solid #000; -webkit-transition: all .3s; transition: all .3s; } }

.secondpage .listtwobtns a:before { top: 0; bottom: 0; margin: auto; position: absolute; right: 20px; }

@media all and (max-width: 600px) { .secondpage .listtwobtns a:before { right: 10px; } }

@media all and (min-width: 769px) { .secondpage .listtwobtns a:hover { background-color: #333; }
  .secondpage .listtwobtns a:hover:before { border-color: #fff; }
  .secondpage .listtwobtns a:hover span { color: #fff; } }

@media all and (max-width: 600px) { .secondpage .listtwobtns a span { font-size: 11px !important; } }

.secondpage .pdficon { position: relative; }

.secondpage .pdficon span { margin-left: 10px; }

.secondpage .pdficon:after { content: ''; width: 20px; height: 20px; background: url("../images/icon_pdf.svg") no-repeat; display: block; position: absolute; top: 0; bottom: 0; margin: auto; position: absolute; left: 30px; }

@media all and (max-width: 768px) { .secondpage .pdficon:after { left: 8px; } }

.secondpage .numberlot { line-height: 2; font-size: 13px; }

@media all and (max-width: 520px) { .secondpage .numberlot { font-size: 11px !important; } }

.secondpage .btn-ct span { font-size: 13px; }

.secondpage .tenderlist .wrap-content .box-btn { position: relative; bottom: 0; right: 0; margin-top: 10px; }

@media all and (max-width: 768px) { .secondpage .tenderlist .wrap-content .box-btn { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; }
  .secondpage .tenderlist .wrap-content .box-btn a { width: calc(50% - 2.5px); width: -ms-calc(50% - 2.5px); width: -o-calc(50% - 2.5px); margin-right: 5px; float: left; margin-top: 0px !important; margin-bottom: 5px !important; }
  .secondpage .tenderlist .wrap-content .box-btn a:nth-child(2n) { margin-right: 0px !important; }
  .secondpage .tenderlist .wrap-content .box-btn a:last-child { margin-right: 0px !important; width: 100% !important; } }

@media all and (max-width: 768px) { .secondpage .tenderlist .wrap-content .box-btn a:first-child { margin-top: 0px !important; } }

.secondpage .tenderlist .wrap-content .box-btn .btn-auction { background-color: #E63030; margin-right: 10px; }

.secondpage .tenderlist .wrap-content .box-btn .btn-auction:hover { background-color: #e94b4b; }

.secondpage .tenderlist .wrap-content .box-btn .btn-auction:before { display: none; }

.secondpage .tenderlist .tb4items { border: none; padding: 0; margin-bottom: 10px; margin-top: 5px !important; }

.secondpage .tenderlist .tb4items_e { margin-top: 0px; }

@media all and (max-width: 768px) { .secondpage .tenderlist .tb4items { margin-bottom: 0px !important; } }

@media all and (max-width: 768px) { .secondpage .tenderlist .tb4items { padding: 0px !important; }
  .secondpage .tenderlist .tb4items_e { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; margin-right: 6px !important; width: calc(64% - 10px) !important; }
  .secondpage .tenderlist .tb4items_e span:first-child { min-width: 0 !important; margin-right: 5px !important; white-space: nowrap !important; }
  .secondpage .tenderlist .tb4items_e:nth-child(2n + 1) { width: 36% !important; }
  .secondpage .tenderlist .tb4items_e:nth-child(2n) { margin-right: 0px !important; } }

.secondpage .tenderlist .tb4items span { font-size: 14px !important; }

.secondpage .tenderlist .tb4items .clred span:last-child { font-size: 16px !important; }

.secondpage .tenderlist .bookmark { margin-left: 5px !important; }

@media all and (max-width: 768px) { .st04 .tfeatures .container ul li:first-child img { height: 24px; }
  .st04 .tfeatures .container ul li:last-child img { height: 24px; } }

@media all and (max-width: 1500px) and (min-width: 1000px) { .navstate_hide .header_nav .nav-list { margin-top: 50px; } }

.secondpage .nolink { cursor: text; pointer-events: none; }

/*@media all and (max-width: 768px) { .secondpage .tenderlist .boxinfobtn {*/
/*    margin-top: 10px !important;*/
/*    width: calc(100% + 130px);*/
/*    margin-left: -130px;*/

/*} }*/

.fixie .s_langphone-lang .current img { top: 5px; }

.fixie .header_top_logo h1 { top: -40px; }

.fixie .header .icon-login, .fixie .header .icon-hamburger, .fixie .header .icon-login { margin-left: 0px; }

.d-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media all and (max-width: 768px) {
    .d-flex.stitle{
        display: none;
    }

    .secondpage .tenderlist .wrap-content .box-btn {
        margin-top: 0;
    }

    .secondpage .tenderlist .wrap-content .box-btn a {
        height: 40px;
    }
}

@media all and (max-width: 600px) {
    .header_top_logo h1 {
        display: none;
    }

    .header_top_icon .s_icon {
        display: none;
    }

    .header_top {
        padding-bottom: 0;
    }
}

.update-text{
    background: red;
    color: white;
    display: inline-block;
    padding: 5px 10px 7px;
    margin-right: 5px;
    margin-left: -60px;
}

@media all and (min-width: 1101px) {
  /* .fixedSidebar .main-content{
    min-height: 2000px;
  } */
  
  .acr_title2{
    cursor: pointer;
    position: relative;
  }

  .acr_con2{
    display: none;
  }

  .acr_title2:after{
    content: '';
    position: absolute;
    width: 0; 
    height: 0; 
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fff;

    right: 10px;
    top: 50%;
    margin-top: -3px;
  }

  .acr_title2.open::after{
    border-top: 0;
    border-bottom: 8px solid #fff;
  }
}