@charset "UTF-8";
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

_on @-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

* {
    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,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: 0 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: bold !important;
}

code,
kbd,
pre,
samp,
tt {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    position: relative;
    vertical-align: baseline;
    border: 0;
    outline: 0;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: normal;
    /* 1 */
}

button,
input {
    /* 1 */
    overflow: visible;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

button,
select {
    /* 1 */
    text-transform: none;
}

input,
select {
    vertical-align: middle;
}

input:focus {
    outline: 0;
}

textarea {
    overflow: auto;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

progress {
    vertical-align: baseline;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    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 */
}

summary {
    display: list-item;
}

template,
[hidden],
.hidden {
    display: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

ol,
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;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

a,
button,
input {
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}


/*====================================================================================
■01.MARGIN DEFAULT
====================================================================================*/

.m00 {
    margin: 0px !important;
}

.m05 {
    margin: 5px !important;
}

.m10 {
    margin: 10px !important;
}

.m15 {
    margin: 15px !important;
}

.m20 {
    margin: 20px !important;
}

.m25 {
    margin: 25px !important;
}

.m30 {
    margin: 30px !important;
}

.m35 {
    margin: 35px !important;
}

.m40 {
    margin: 40px !important;
}

.m45 {
    margin: 45px !important;
}

.m50 {
    margin: 50px !important;
}

.m55 {
    margin: 55px !important;
}

.m60 {
    margin: 60px !important;
}

.mt00 {
    margin-top: 0px !important;
}

.mt01 {
    margin-top: 1px !important;
}

.mt02 {
    margin-top: 2px !important;
}

.mt03 {
    margin-top: 3px !important;
}

.mt04 {
    margin-top: 4px !important;
}

.mt05 {
    margin-top: 5px !important;
}

.mt06 {
    margin-top: 6px !important;
}

.mt07 {
    margin-top: 7px !important;
}

.mt08 {
    margin-top: 8px !important;
}

.mt09 {
    margin-top: 9px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt55 {
    margin-top: 55px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt65 {
    margin-top: 65px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt75 {
    margin-top: 75px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mr00 {
    margin-right: 0px !important;
}

.mr05 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mr55 {
    margin-right: 55px !important;
}

.mr60 {
    margin-right: 60px !important;
}

.mb00 {
    margin-bottom: 0px !important;
}

.mb01 {
    margin-bottom: 1px !important;
}

.mb02 {
    margin-bottom: 2px !important;
}

.mb03 {
    margin-bottom: 3px !important;
}

.mb04 {
    margin-bottom: 4px !important;
}

.mb05 {
    margin-bottom: 5px !important;
}

.mb06 {
    margin-bottom: 6px !important;
}

.mb07 {
    margin-bottom: 7px !important;
}

.mb08 {
    margin-bottom: 8px !important;
}

.mb09 {
    margin-bottom: 9px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.ml00 {
    margin-left: 0px !important;
}

.ml05 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml55 {
    margin-left: 55px !important;
}

.ml60 {
    margin-left: 60px !important;
}


/*====================================================================================
■PADDING DEFAULT
====================================================================================*/

.p00 {
    padding: 0px !important;
}

.p01 {
    padding: 1px !important;
}

.p02 {
    padding: 2px !important;
}

.p03 {
    padding: 3px !important;
}

.p04 {
    padding: 4px !important;
}

.p05 {
    padding: 5px !important;
}

.p06 {
    padding: 6px !important;
}

.p07 {
    padding: 7px !important;
}

.p08 {
    padding: 8px !important;
}

.p09 {
    padding: 9px !important;
}

.p10 {
    padding: 10px !important;
}

.p15 {
    padding: 15px !important;
}

.p20 {
    padding: 20px !important;
}

.p25 {
    padding: 25px !important;
}

.p30 {
    padding: 30px !important;
}

.p35 {
    padding: 35px !important;
}

.p40 {
    padding: 40px !important;
}

.p45 {
    padding: 45px !important;
}

.p50 {
    padding: 50px !important;
}

.p55 {
    padding: 55px !important;
}

.p60 {
    padding: 60px !important;
}

.pl00 {
    padding-left: 0px !important;
}

.pl05 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl45 {
    padding-left: 45px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pl55 {
    padding-left: 55px !important;
}

.pl60 {
    padding-left: 60px !important;
}

.pr00 {
    padding-right: 0px !important;
}

.pr05 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr45 {
    padding-right: 45px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pr55 {
    padding-right: 55px !important;
}

.pr60 {
    padding-right: 60px !important;
}

.pb00 {
    padding-bottom: 0px !important;
}

.pb05 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb45 {
    padding-bottom: 45px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb55 {
    padding-bottom: 55px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pt00 {
    padding-top: 0px !important;
}

.pt05 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt55 {
    padding-top: 55px !important;
}

.pt60 {
    padding-top: 60px !important;
}


/*====================================================================================
■WIDTH DEFAULT
====================================================================================*/

.w5 {
    width: 5% !important;
}

.w10 {
    width: 10% !important;
}

.w15 {
    width: 15% !important;
}

.w20 {
    width: 20% !important;
}

.w25 {
    width: 25% !important;
}

.w30 {
    width: 30% !important;
}

.w35 {
    width: 35% !important;
}

.w40 {
    width: 40% !important;
}

.w45 {
    width: 45% !important;
}

.w49 {
    width: 49% !important;
}

.w50 {
    width: 50% !important;
}

.w55 {
    width: 55% !important;
}

.w59 {
    width: 59% !important;
}

.w60 {
    width: 60% !important;
}

.w65 {
    width: 65% !important;
}

.w70 {
    width: 70% !important;
}

.w80 {
    width: 80% !important;
}

.w90 {
    width: 90% !important;
}

.w100 {
    width: 100% !important;
}


/*====================================================================================
■MARGIN% DEFAULT
====================================================================================*/

.ml1per {
    margin-left: 1%;
}

.ml2per {
    margin-left: 2%;
}

.ml3per {
    margin-left: 3%;
}

.ml4per {
    margin-left: 4%;
}

.mr1per {
    margin-right: 1%;
}

.mr2per {
    margin-right: 2%;
}

.mr3per {
    margin-right: 3%;
}

.mr4per {
    margin-right: 4%;
}

.mt1per {
    margin-top: 1%;
}

.mt2per {
    margin-top: 2%;
}

.mt3per {
    margin-top: 3%;
}

.mt4per {
    margin-top: 4%;
}

.mt5per {
    margin-top: 5%;
}

.mt6per {
    margin-top: 6%;
}

.mt7per {
    margin-top: 7%;
}

.mt8per {
    margin-top: 8%;
}

.mt9per {
    margin-top: 9%;
}

.mt10per {
    margin-top: 10%;
}

.pd1per {
    padding: 1%;
}

.pd2per {
    padding: 2%;
}

.pd3per {
    padding: 3%;
}

.pd4per {
    padding: 4%;
}

.pull_left {
    float: left;
}

.pull_right {
    float: right;
}

.text_left {
    text-align: left !important;
}

.text_right {
    text-align: right !important;
}

.text_center {
    text-align: center !important;
}

.text_justify {
    text-align: justify !important;
}

.text_nowrap {
    white-space: nowrap !important;
}

.text_lower {
    text-transform: lowercase !important;
}

.text_upper {
    text-transform: uppercase !important;
}

.text_capitalize {
    text-transform: capitalize !important;
}

.text_normal {
    font-weight: normal !important;
}

.text_bold {
    font-weight: bold !important;
}

.text_line {
    text-decoration: underline;
}

.text_noline {
    text-decoration: none !important;
}

.text_over {
    overflow: hidden !important;
}

.fz10 {
    font-size: 10px !important;
}

.fz11 {
    font-size: 11px !important;
}

.fz12 {
    font-size: 12px !important;
}

.fz13 {
    font-size: 13px !important;
}

.fz14 {
    font-size: 14px !important;
}

.fz15 {
    font-size: 15px !important;
}

.fz16 {
    font-size: 16px !important;
}

.fz17 {
    font-size: 17px !important;
}

.fz18 {
    font-size: 18px !important;
}

.fz19 {
    font-size: 19px !important;
}

.fz20 {
    font-size: 20px !important;
}

.fz22 {
    font-size: 22px !important;
}

.fz24 {
    font-size: 24px !important;
}

.lhnm {
    line-height: normal !important;
}

.lh00 {
    line-height: 0 !important;
}

.lh12 {
    line-height: 1.2 !important;
}

.lh13 {
    line-height: 1.3 !important;
}

.lh14 {
    line-height: 1.4 !important;
}

.lh15 {
    line-height: 1.5 !important;
}

.lh16 {
    line-height: 1.6 !important;
}

.lh17 {
    line-height: 1.7 !important;
}

.lh18 {
    line-height: 1.8 !important;
}

.lh20 {
    line-height: 2 !important;
}

.lh23 {
    line-height: 2.3 !important;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.visible {
    visibility: visible;
}

.visible-hidden {
    visibility: hidden;
}

.dispc,
.breakpc {
    display: block;
}

@media all and (max-width: 768px) {
    .dispc,
    .breakpc {
        display: none;
    }
}

.dissp,
.breaksp {
    display: block;
}

@media all and (min-width: 769px) {
    .dissp,
    .breaksp {
        display: none;
    }
}

.flexFont {
    font-size: 100%;
}

.obj__fit,
.imgfit {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.overflow {
    overflow: hidden;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeUpLeftRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 50px, 0);
        transform: translate3d(-50px, 50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0, 0px, 0);
        transform: translateX(0, 0px, 0);
    }
}

@keyframes fadeUpLeftRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 50px, 0);
        transform: translate3d(-50px, 50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0, 0px, 0);
        transform: translateX(0, 0px, 0);
    }
}

@-webkit-keyframes fadeUpRightLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50px, 50px, 0);
        transform: translate3d(50px, 50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0, 0px, 0);
        transform: translateX(0, 0px, 0);
    }
}

@keyframes fadeUpRightLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50px, 50px, 0);
        transform: translate3d(50px, 50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0, 0px, 0);
        transform: translateX(0, 0px, 0);
    }
}

@-webkit-keyframes fadeDownRightLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0, 0px, 0);
        transform: translateX(0, 0px, 0);
    }
}

@keyframes fadeDownRightLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0, 0px, 0);
        transform: translateX(0, 0px, 0);
    }
}

@media (max-width: 767px) {
    @-webkit-keyframes fadeDownRightLeft {
        0% {
            -webkit-transform: translate3d(-50px, 50px, 0);
            transform: translate3d(-50px, 50px, 0);
        }
        100% {
            -webkit-transform: translateX(0, 0px, 0);
            transform: translateX(0, 0px, 0);
        }
    }
    @keyframes fadeDownRightLeft {
        0% {
            -webkit-transform: translate3d(-50px, 50px, 0);
            transform: translate3d(-50px, 50px, 0);
        }
        100% {
            -webkit-transform: translateX(0, 0px, 0);
            transform: translateX(0, 0px, 0);
        }
    }
}

@-webkit-keyframes fadeDownLeftRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, -50px, 0);
        transform: translate3d(-50px, -50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0, 0px, 0);
        transform: translateX(0, 0px, 0);
    }
}

@keyframes fadeDownLeftRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, -50px, 0);
        transform: translate3d(-50px, -50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0, 0px, 0);
        transform: translateX(0, 0px, 0);
    }
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.wimg.loadit.animated,
.wimgright.loadit.animated {
    position: relative;
}

.wimg:after,
.wimgright:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f8;
    z-index: 3;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.wimg:before,
.wimgright:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f89b00;
    z-index: 3;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.wimg:after {
    right: 0;
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.wimgright:after {
    left: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.wimg:before {
    right: 0;
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.wimgright:before {
    left: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.wimg.loadit.animated.slideright:after,
.wimgright.loadit.animated.slideleft:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.wimg.loadit.animated.slideright:before,
.wimgright.loadit.animated.slideleft:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 0.7;
}

.navstate_show.menu-open .nav__inside__list>li {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -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;
}

@media all and (max-width: 750px) {
    .navstate_show.menu-open .nav__inside__list>li {
        -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;
    }
}

.navstate_show.menu-open .nav__inside__list>li:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

@media all and (max-width: 750px) {
    .navstate_show.menu-open .nav__inside__list>li:nth-child(1) {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }
}

.navstate_show.menu-open .nav__inside__list>li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@media all and (max-width: 750px) {
    .navstate_show.menu-open .nav__inside__list>li:nth-child(2) {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }
}

.navstate_show.menu-open .nav__inside__list>li:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@media all and (max-width: 750px) {
    .navstate_show.menu-open .nav__inside__list>li:nth-child(3) {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }
}

.navstate_show.menu-open .nav__inside__list>li:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@media all and (max-width: 750px) {
    .navstate_show.menu-open .nav__inside__list>li:nth-child(4) {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }
}

.navstate_show.menu-open .nav__inside__list>li:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@media all and (max-width: 750px) {
    .navstate_show.menu-open .nav__inside__list>li:nth-child(5) {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }
}

.navstate_show.menu-open .nav__inside__list>li:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@media all and (max-width: 750px) {
    .navstate_show.menu-open .nav__inside__list>li:nth-child(6) {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }
}

.navstate_show.menu-open .nav__inside__list>li:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@media all and (max-width: 750px) {
    .navstate_show.menu-open .nav__inside__list>li:nth-child(7) {
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }
}

.navstate_show.menu-open .nav__inside__list>li:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@media all and (max-width: 750px) {
    .navstate_show.menu-open .nav__inside__list>li:nth-child(8) {
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }
}

.navstate_show.menu-open .nav__inside__list>li:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@media all and (max-width: 750px) {
    .navstate_show.menu-open .nav__inside__list>li:nth-child(9) {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }
}

.navstate_show.menu-open .nav__inside__list>li:nth-child(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@media all and (max-width: 750px) {
    .navstate_show.menu-open .nav__inside__list>li:nth-child(10) {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }
}

.navstate_show.menu-open .nav__inside__list>li:nth-child(11) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

@media all and (max-width: 750px) {
    .navstate_show.menu-open .nav__inside__list>li:nth-child(11) {
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s;
    }
}

.navstate_show.menu-open .nav__inside__list>li:nth-child(12) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

@media all and (max-width: 750px) {
    .navstate_show.menu-open .nav__inside__list>li:nth-child(12) {
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s;
    }
}

.navstate_show.menu-open .nav__inside__list>li:nth-child(13) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

@media all and (max-width: 750px) {
    .navstate_show.menu-open .nav__inside__list>li:nth-child(13) {
        -webkit-animation-delay: 1.3s;
        animation-delay: 1.3s;
    }
}

.navstate_show.menu-open .nav__inside__list>li:nth-child(14) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

@media all and (max-width: 750px) {
    .navstate_show.menu-open .nav__inside__list>li:nth-child(14) {
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
    }
}

.navstate_show.menu-open .nav__inside__list>li:nth-child(15) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

@media all and (max-width: 750px) {
    .navstate_show.menu-open .nav__inside__list>li:nth-child(15) {
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
    }
}

.navstate_hide.menu-open .nav__inside__list>li {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -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;
}

@media all and (max-width: 750px) {
    .navstate_hide.menu-open .nav__inside__list>li {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight;
        -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;
    }
}

.navstate_hide.menu-open .nav__inside__list>li:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

@media all and (max-width: 750px) {
    .navstate_hide.menu-open .nav__inside__list>li:nth-child(1) {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }
}

.navstate_hide.menu-open .nav__inside__list>li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@media all and (max-width: 750px) {
    .navstate_hide.menu-open .nav__inside__list>li:nth-child(2) {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }
}

.navstate_hide.menu-open .nav__inside__list>li:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@media all and (max-width: 750px) {
    .navstate_hide.menu-open .nav__inside__list>li:nth-child(3) {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }
}

.navstate_hide.menu-open .nav__inside__list>li:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@media all and (max-width: 750px) {
    .navstate_hide.menu-open .nav__inside__list>li:nth-child(4) {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }
}

.navstate_hide.menu-open .nav__inside__list>li:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@media all and (max-width: 750px) {
    .navstate_hide.menu-open .nav__inside__list>li:nth-child(5) {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }
}

.navstate_hide.menu-open .nav__inside__list>li:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@media all and (max-width: 750px) {
    .navstate_hide.menu-open .nav__inside__list>li:nth-child(6) {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }
}

.navstate_hide.menu-open .nav__inside__list>li:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@media all and (max-width: 750px) {
    .navstate_hide.menu-open .nav__inside__list>li:nth-child(7) {
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }
}

.navstate_hide.menu-open .nav__inside__list>li:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@media all and (max-width: 750px) {
    .navstate_hide.menu-open .nav__inside__list>li:nth-child(8) {
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }
}

.navstate_hide.menu-open .nav__inside__list>li:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@media all and (max-width: 750px) {
    .navstate_hide.menu-open .nav__inside__list>li:nth-child(9) {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }
}

.navstate_hide.menu-open .nav__inside__list>li:nth-child(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@media all and (max-width: 750px) {
    .navstate_hide.menu-open .nav__inside__list>li:nth-child(10) {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }
}

.navstate_hide.menu-open .nav__inside__list>li:nth-child(11) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

@media all and (max-width: 750px) {
    .navstate_hide.menu-open .nav__inside__list>li:nth-child(11) {
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s;
    }
}

.navstate_hide.menu-open .nav__inside__list>li:nth-child(12) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

@media all and (max-width: 750px) {
    .navstate_hide.menu-open .nav__inside__list>li:nth-child(12) {
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s;
    }
}

.navstate_hide.menu-open .nav__inside__list>li:nth-child(13) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

@media all and (max-width: 750px) {
    .navstate_hide.menu-open .nav__inside__list>li:nth-child(13) {
        -webkit-animation-delay: 1.3s;
        animation-delay: 1.3s;
    }
}

.navstate_hide.menu-open .nav__inside__list>li:nth-child(14) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

@media all and (max-width: 750px) {
    .navstate_hide.menu-open .nav__inside__list>li:nth-child(14) {
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
    }
}

.navstate_hide.menu-open .nav__inside__list>li:nth-child(15) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

@media all and (max-width: 750px) {
    .navstate_hide.menu-open .nav__inside__list>li:nth-child(15) {
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
    }
}

.delay1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@media all and (max-width: 960px) {
    .delay1 {
        -webkit-animation-delay: 0.15s;
        animation-delay: 0.15s;
    }
}

.delay2 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@media all and (max-width: 960px) {
    .delay2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }
}

.delay3 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@media all and (max-width: 960px) {
    .delay3 {
        -webkit-animation-delay: 0.45s;
        animation-delay: 0.45s;
    }
}

.delay4 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@media all and (max-width: 960px) {
    .delay4 {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }
}

.delay5 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@media all and (max-width: 960px) {
    .delay5 {
        -webkit-animation-delay: 0.75s;
        animation-delay: 0.75s;
    }
}

.delay6 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

@media all and (max-width: 960px) {
    .delay6 {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }
}

.delay7 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

@media all and (max-width: 960px) {
    .delay7 {
        -webkit-animation-delay: 1.05s;
        animation-delay: 1.05s;
    }
}

.delay8 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

@media all and (max-width: 960px) {
    .delay8 {
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s;
    }
}

.delay9 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

@media all and (max-width: 960px) {
    .delay9 {
        -webkit-animation-delay: 1.35s;
        animation-delay: 1.35s;
    }
}

.fixie .navlevel_2 li.hasdrop,
.fixie .nav__inside__list li {
    position: inherit !important;
}

.fixie .topnav .btnshowroom a {
    padding: 12px 0 6px !important;
}

.fixie .btnpage a {
    padding-top: 6px !important;
    padding-bottom: 3px !important;
    line-height: 32px !important;
}

.fixie .megamenu_inside {
    margin-top: -22px !important;
}

.fixie body {
    overflow: visible;
}

.fixie .custom-object-fit,
.fixie .custom-object-contain {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
}

.fixie .custom-object-fit img,
.fixie .custom-object-contain img {
    opacity: 0;
}

.fixie .custom-object-fit {
    background-size: cover;
}

.fixie .custom-object-contain {
    background-size: contain;
}

.fixie .text_true .righticons--icon .hamburger_inside {
    margin: 0;
}

.beforeload {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.gono-preload {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 99999;
    text-align: center;
    top: 0;
    bottom: 0;
    right: 0px;
    left: 0px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: table;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: -webkit-transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9), -webkit-transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition-delay: 0;
    -webkit-transition-delay: 0;
}

.gono-preload .gonoinside {
    display: table-cell;
    vertical-align: middle;
}

.gono-preload .gonoinside .svgsection {
    margin-top: -70px;
}

.gono-preload .gonoinside .svgsection svg {
    height: 160px !important;
}

.gono-preload .progress span {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #fff;
    height: 4px;
    width: 4px;
    display: inline-block;
    border-radius: 10px;
    -webkit-animation: wave 3s ease infinite;
    animation: wave 3s ease infinite;
}

.gono-preload .progress span:nth-child(1) {
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
}

.gono-preload .progress span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.gono-preload .progress span:nth-child(3) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.gono-preload .progress span:nth-child(4) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.gono-preload .progress span:nth-child(5) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.gono-preload .progress span:nth-child(6) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.gono-preload .progress span:nth-child(7) {
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

.gono-preload .progress span:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.pageloaded .gono-preload {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    background: #fff;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: -webkit-transform 0.5s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: transform 0.5s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: transform 0.5s cubic-bezier(0.26, 0.8, 0.62, 0.9), -webkit-transform 0.5s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition-delay: 0;
    -webkit-transition-delay: 0;
}

.textpreload.txt_end span:nth-of-type(1) {
    -webkit-animation: opacity 0.2s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
    animation: opacity 0.2s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
}

.textpreload.txt_end span:nth-of-type(1) {
    -webkit-animation: opacity 0.4s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
    animation: opacity 0.4s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
}

.textpreload.txt_end span:nth-of-type(1) {
    -webkit-animation: opacity 0.6s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
    animation: opacity 0.6s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
}

.textpreload.txt_end span:nth-of-type(1) {
    -webkit-animation: opacity 0.8s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
    animation: opacity 0.8s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
}

.textpreload.txt_end span:nth-of-type(1) {
    -webkit-animation: opacity 1s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
    animation: opacity 1s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
}

.textpreload.txt_end span:nth-of-type(1) {
    -webkit-animation: opacity 1.2s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
    animation: opacity 1.2s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
}

.textpreload.txt_end span:nth-of-type(1) {
    -webkit-animation: opacity 1.4s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
    animation: opacity 1.4s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
}

.gono-loader {
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    margin: 0 auto;
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    border-left: 2px solid #333;
    -webkit-animation: gonoloader 0.8s infinite linear;
    animation: gonoloader 0.8s infinite linear;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

@-webkit-keyframes gonoloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes gonoloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-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;
    }
}

@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;
}

.headtitle {
    height: 250px;
    text-align: center;
}

.headtitle .container,
.headtitle .flexbox {
    height: 100%;
}

.headtitle .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.headtitle .flexbox h1 {
    white-space: nowrap;
}

.logotype_text .header_top_logo a {
    font-size: 30px;
    text-decoration: none;
    text-transform: uppercase;
}

.hamburger {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
    display: none;
}

.hamburger_inside {
    z-index: 99;
    position: relative;
}

.hamburger_inside span {
    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;
}

.hamburger_inside span:first-child {
    top: 0;
}

.hamburger_inside span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.hamburger_inside span:last-child {
    bottom: 0;
}

@media all and (max-width: 768px) {
    .menu-open .nav.show .nav__inside {
        left: 0;
        opacity: 1;
    }
}

@media all and (max-width: 520px) {
    .hamburger_inside span {
        background: #f89b00;
    }
}

.menu-open {
    position: relative;
}

.menu-open .nav.type2 {
    left: 0;
    background: #2d81b0;
    width: 100%;
}

.menu-open .hamburger_inside span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(-225deg);
    transform: translateY(9px) rotate(-225deg);
}

@media all and (max-width: 520px) {
    .menu-open .hamburger_inside span:nth-child(1) {
        -webkit-transform: translateY(7px) rotate(-225deg);
        transform: translateY(7px) rotate(-225deg);
    }
}

.menu-open .hamburger_inside span:nth-child(2) {
    -webkit-transform: translateY(0) rotate(225deg);
    transform: translateY(0) rotate(225deg);
    width: 100%;
}

.menu-open .hamburger_inside span:nth-child(3) {
    opacity: 0;
}

.top_nav .righticons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_nav .header_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_nav .container {
    position: relative;
}

.top_nav .hamburger,
.top_nav .righticons--icon {
    width: 57px;
    height: 57px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (min-width: 961px) {
    .top_nav .hamburger:hover,
    .top_nav .righticons--icon:hover {
        background: #ffb02c;
        -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) {
    .top_nav .hamburger,
    .top_nav .righticons--icon {
        width: 44px;
        height: 44px;
        background: none;
    }
}

.top_nav .righticons--icon {
    margin-right: 10px;
}

.top_nav .righticons--icon .hamburger_inside img {
    max-width: 30px;
}

@media all and (max-width: 520px) {
    .top_nav .righticons--icon {
        margin-right: 3px;
    }
}

.top_nav .hamburger_inside {
    height: 38%;
    width: 56%;
}

.nav {
    background: rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 999;
    width: 100%;
}

@media all and (max-width: 960px) {
    .nav .megamenu {
        display: none;
    }
}

.nav .container {
    position: unset;
}

.nav__inside {
    width: 100%;
    z-index: 99;
}

.nav__inside__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (max-width: 960px) {
    .nav__inside__list {
        display: block;
        height: auto;
        /*
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
*/
    }
}

.nav__inside__list li {
    position: relative;
}

@media all and (max-width: 960px) {
    .nav__inside__list li {
        border-bottom: 1px solid #ccc;
        /*
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
*/
    }
}

.nav__inside__list li a {
    font-size: 15px;
    line-height: 1;
    color: #f89b00;
    text-decoration: none;
    display: block;
    padding: 15px 0;
    text-align: center;
}

@media all and (max-width: 960px) {
    .nav__inside__list li a {
        padding: 20px 0;
        /*    text-align: left;*/
    }
}

@media all and (min-width: 961px) {
    .nav__inside__list li a:hover {
        opacity: 0.8;
    }
}

.text_true .hastext {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: 0;
}

@media all and (max-width: 768px) {
    .text_true .hastext {
        font-size: 11px;
    }
}

.text_true .hamburger_inside,
.text_true .righticons--icon_inside {
    top: -6px;
}

.text_true .righticons--icon .hamburger_inside {
    margin: 0 auto;
    text-align: center;
}

@media all and (max-width: 520px) {
    .text_true .righticons--icon .hamburger_inside img {
        max-width: 24px;
    }
}

.text_true .righticons--icon.icontel .hamburger_inside {
    top: -8px;
}

@media all and (min-width: 961px) {
    .text_true .righticons--icon.icontel .hamburger_inside img {
        width: 26px;
    }
}

@media all and (max-width: 520px) {
    .text_true .righticons--icon.icontel .hamburger_inside img {
        width: 22px;
    }
}

.text_false .top_nav .righticons--icon .hamburger_inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navstate_hide .nav {
    opacity: 0;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: -10;
    right: -35%;
    width: 35%;
    background: #f89b00;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-all 1.2s cubic-bezier(0.1, 1, 0.1, 1);
    transition: -webkit-all 1.2s cubic-bezier(0.1, 1, 0.1, 1);
    -webkit-transition: all 1.2s cubic-bezier(0.1, 1, 0.1, 1);
    transition: all 1.2s cubic-bezier(0.1, 1, 0.1, 1);
    transition-delay: 0;
    -webkit-transition-delay: 0;
}

@media all and (max-width: 960px) {
    .navstate_hide .nav {
        width: 100%;
    }
    .navstate_hide .nav .container {
        padding: 0;
    }
}

.navstate_hide.menu-open .nav {
    right: 0;
    z-index: 999;
    opacity: 1;
}

.navstate_hide.menu-open .top_nav .hamburger {
    position: fixed;
    right: 10px;
    top: 10px;
}

.navstate_hide.menu-open .nav__inside__list {
    padding-top: 20%;
    background: none;
    display: block;
}

.navstate_hide.menu-open .nav__inside__list li {
    display: block;
    width: 100%;
    border-bottom: none;
}

.navstate_hide.menu-open .nav__inside__list li a {
    color: #fff;
    font-weight: bold;
    padding: 25px 0;
}

@media all and (max-width: 960px) {
    .navstate_hide.menu-open .nav__inside__list li a {
        text-align: left;
    }
}

@media all and (min-width: 961px) {
    /*
  .navstate_hide.menu-open .nav__inside__list li a {
    border-bottom: 1px solid #eee;
  }
*/
    /*
  .navstate_hide.menu-open .nav__inside__list li a:after {
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    position: absolute;
  }
*/
    /*
  .navstate_hide.menu-open .nav__inside__list li a:hover {
    -webkit-transition: -webkit-color 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: -webkit-color 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -webkit-transition: color 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: color 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition-delay: 0;
    -webkit-transition-delay: 0;
    color: black;
  }
*/
    /*
  .navstate_hide.menu-open .nav__inside__list li a:hover:after {
    width: 100%;
    -webkit-transition: -webkit-width 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: -webkit-width 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -webkit-transition: width 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: width 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition-delay: 0;
    -webkit-transition-delay: 0;
    background: #404855;
  }
*/
}

@media all and (max-width: 960px) {
    li.hasdrop>a {
        position: relative;
    }
    li.hasdrop>a::before,
    li.hasdrop>a::after {
        position: absolute;
        content: "";
        background: #000;
        right: 20px;
        display: block;
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    li.hasdrop>a::before {
        width: 14px;
        height: 2px;
        right: 1px;
    }
    li.hasdrop>a::after {
        height: 14px;
        width: 2px;
        right: 7px;
    }
    li.hasdrop>a.open::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.navstate_show .nav__inside__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media all and (max-width: 960px) {
    .navstate_show .nav__inside {
        position: absolute;
        left: -100%;
        width: 100%;
        background: rgba(255, 255, 255, 0.95);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 0;
    }
}

@media all and (min-width: 961px) {
    .navstate_show .top_nav .hamburger {
        display: none;
    }
}

.navlevel_2 .childmenu {
    display: none;
}

.navlevel_2 .childmenu li {
    -webkit-animation: none;
    animation: none;
}

.navlevel_2:not(.navstate_hide) .nav__inside__list>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: #eee;
}

@media all and (max-width: 960px) {
    .navlevel_2:not(.navstate_hide) .megamenu {
        display: block;
    }
}

.navlevel_2:not(.navstate_hide) li.hasdrop {
    position: unset;
}

.navlevel_2:not(.navstate_hide) li.hasdrop .childmenu {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    left: 0;
    top: auto;
    width: 100%;
    height: auto;
}

.navlevel_2:not(.navstate_hide) li.hasdrop .childmenu li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media all and (max-width: 960px) {
    .navlevel_2:not(.navstate_hide) li.hasdrop .childmenu {
        position: relative;
        width: 100%;
        display: none;
    }
    .navlevel_2:not(.navstate_hide) li.hasdrop .childmenu li {
        border-bottom: 0;
    }
    .navlevel_2:not(.navstate_hide) li.hasdrop .childmenu li:last-child {
        border-bottom: 0;
    }
}

.navlevel_2:not(.navstate_hide) li.hasdrop .megamenu_inside {
    width: 100%;
    left: 0;
}

.navlevel_2:not(.navstate_hide) li.hasdrop .megamenu_inside_mother {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media all and (max-width: 960px) {
    .navlevel_2:not(.navstate_hide) li.hasdrop .megamenu_inside_mother {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.navlevel_2:not(.navstate_hide) li.hasdrop .megamenu_inside_col {
    width: 100%;
}

@media all and (min-width: 961px) {
    .navlevel_2:not(.navstate_hide) li.hasdrop .megamenu_inside_col {
        width: calc(25% - 10px);
        width: -ms-calc(25% - 10px);
        width: -o-calc(25% - 10px);
    }
}

@media all and (min-width: 961px) {
    .navtype_2 .nav.type2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .navtype_2 .nav.type2 .container {
        width: 100%;
    }
    .navtype_2 .nav.type2 .nav__inside__list {
        padding-top: 0;
    }
}

@media all and (min-width: 961px) {
    .navtype_2.menu-open .nav__inside__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navtype_2.menu-open .nav__inside__list li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: auto;
    }
    .navtype_2.menu-open .nav__inside__list li a {
        border-bottom: 0;
    }
    .navtype_2.menu-open .nav__inside__list li a::after {
        background: none;
        height: 0;
    }
}

.footer {
    position: relative;
    height: 2000px;
    padding-top: 500px;
}

.footer .footbottom p {
    font-size: 16px;
    background: #e8e8e8;
    text-align: center;
    padding: 15px 0;
}

.footer .page_top_cont {
    width: 100%;
    max-width: 100%;
    position: absolute;
    z-index: 990;
    top: 0;
    right: 0;
}

.footer .page_top_cont .page_top .to_top {
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 0;
    right: 25px;
    zoom: 1;
    text-align: right;
    z-index: 999;
}

.footer .page_top_cont .page_top .to_top img {
    width: 45px;
    height: 45px;
}

.ahover {
    position: relative;
}

.ahover a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.ahover a:after {
    bottom: -1px;
    display: block;
    height: 1px;
    width: 0%;
    content: "";
    background-color: #f89b00;
    left: 50%;
}

@media all and (min-width: 960px) {
    .ahover a:hover {
        opacity: 1;
        color: #f89b00;
    }
    .ahover a:hover:after {
        opacity: 1;
        width: 100%;
        left: 0;
    }
}

button {
    border: none;
    outline: none;
    cursor: pointer;
}

.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,
.btnpage button {
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    color: #fff;
    position: relative;
    background-image: -ms-linear-gradient(-3deg, #f89b00 0%, #f8c600 100%);
    z-index: 0;
    overflow: hidden;
}

.btnpage a::after,
.btnpage button::after {
    position: absolute;
    content: '';
    background-color: #f89b00;
    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,
    .btnpage button:hover::after,
    .btnpage button:focus::after,
    .btnpage button:active::after {
        right: inherit;
        left: 0;
        width: 100%;
        z-index: 0;
    }
}

@media all and (max-width: 768px) {
    .btnpage a,
    .btnpage button {
        font-size: 18px;
        padding: 5px 0;
    }
}

.btnpage a span,
.btnpage button span {
    position: relative;
    z-index: 2;
    position: relative;
}

.btnpage a span::before,
.btnpage button span::before {
    content: '';
    position: absolute;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    background: transparent;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 8px;
    height: 8px;
    right: 0;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btnpage a span::before,
.btnpage button 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: '';
    position: absolute;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    background: transparent;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 8px;
    height: 8px;
    left: 0;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.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;
    transform: rotate(-135deg) !important;
}

.btnpage.btnnext {
    margin-top: 0;
    margin-right: 0;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
}

@media all and (max-width: 1000px) {
    .container {
        max-width: 1200px;
    }
}

@media all and (max-width: 960px) {
    .container {
        max-width: 768px;
    }
}

@media all and (max-width: 768px) {
    .container {
        max-width: 520px;
    }
}

@media all and (max-width: 520px) {
    .container {
        max-width: 100%;
        padding: 0 3%;
    }
}

.container_large {
    max-width: 1240px;
    margin: 0 auto;
}

@media all and (max-width: 1240px) {
    .container_large {
        max-width: 1000px;
    }
}

@media all and (max-width: 1000px) {
    .container_large {
        max-width: 960px;
    }
}

@media all and (max-width: 960px) {
    .container_large {
        max-width: 768px;
    }
}

@media all and (max-width: 768px) {
    .container_large {
        max-width: 520px;
    }
}

@media all and (max-width: 520px) {
    .container_large {
        max-width: 100%;
        padding: 0 3% !important;
    }
}

.container_large .container {
    padding: 0;
}

.container2 {
    max-width: 750px;
    margin: 0 auto;
}

body {
    font-family: 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    /*  -webkit-font-feature-settings: "palt";*/
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    /*  letter-spacing: 0.1em;*/
}

body .clpage {
    color: #f89b00;
}

body p {
    font-size: 13px;
    line-height: 1.8;
    /*   font-family: YuGothic, 'Yu Gothic', 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif; */
    color: #000;
}

@media all and (min-width: 768px) {
    body p {
        font-size: 14px;
    }
}

body a {
    color: #000;
    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);
    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: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexbox_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flexbox_end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flexbox_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media all and (min-width: 769px) and (max-width: 1000px) {
    html {
        overflow-x: scroll;
    }
}

@media all and (min-width: 769px) and (max-width: 1000px) {
    body {
        min-width: 1000px;
        width: 1000px;
        width: 100%;
    }
}

.container {
    max-width: 1000px;
    margin: 0 auto;
}

@media all and (min-width: 769px) and (max-width: 1000px) {
    .container {
        min-width: 1000px;
    }
}

@media all and (max-width: 768px) {
    .container {
        padding: 0 25px;
    }
}

.top_nav {
    padding: 19px 0px;
}

.top_nav .container {
    max-width: 1300px;
    padding: 0px;
}

.nav {
    background: #1353A0;
}

.nav__inside__list li a {
    font-weight: bold;
    color: #fff;
    font-size: 15px;
    padding: 14px 0px;
}

.header_top_logo img {
    height: 62px;
}

.nav__inside__list li:last-child a {
    padding: 14px 35px 14px 60px;
    background-position: left 20px center;
    background-size: 25px;
}

.nav__inside__list li:last-child a:hover {
    opacity: 1;
    background-position: left 20px center;
    background-size: 25px;
    color: #fff;
}

.list_topmn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list_topmn ul li a {
    font-size: 14px;
    letter-spacing: -0.5px;
}

.list_topmn ul li a:hover {
    text-decoration: underline;
}

.list_topmn ul ul {
    display: none;
}

.list_topmn ul li {
    margin-left: 40px;
    position: relative;
}

.list_topmn ul li a {
    padding-left: 5px;
}

.list_topmn ul li:before {
    content: "";
    background: url(../images/share/arrow/arrtop.png) no-repeat;
    width: 20px;
    height: 20px;
}

.language {
    margin-left: 30px;
}

.language:before {
    display: none;
}

.language a {
    background: #DCDCDC;
    padding: 6px 43px 6px 18px;
    border-radius: 50px;
    position: relative;
}

.language a::before {
    content: '';
    position: absolute;
    top: 50%;
    background: transparent;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 8px;
    height: 8px;
    right: 0;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.language a:hover {
    text-decoration: none;
    background: #ccc;
}

.language a:before {
    right: 20px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -7px;
}

.language ul {
    display: none;
    position: absolute !important;
    z-index: 9999;
    background: #fff;
    border: 3px solid #DCDCDC;
    width: 170px;
}

.language ul li {
    padding-left: 20px;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 3px solid #dcdcdc;
}

.language ul li:last-child {
    border-bottom: none;
}

.language ul li:before {
    display: none;
}

.language ul a {
    background: transparent;
    padding: 4px 0px;
}

.language ul a:hover {
    background: transparent;
}

.language ul a:before {
    display: none;
}

.listul .language a:before {
    right: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
}

.boxformsearch .btn_normal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #B83468;
    color: #fff;
    width: 160px;
    height: 50px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

.boxformsearch .btn_normal:hover {
    background: #ce5182;
}

@media all and (max-width: 520px) {
    .boxformsearch .btn_normal {
        width: 100px;
        height: 50px;
    }
}

.boxformsearch .btn_normal span {
    font-size: 28px;
}

@media all and (max-width: 520px) {
    .boxformsearch .btn_normal span {
        font-size: 14px;
    }
}

.boxformsearch button.btn_normal {
    border: none;
}

.boxformsearch .boxformsearch_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0px;
}

.boxformsearch input {
    height: 50px;
    border: 1px solid #ccc;
    width: calc(100% - 170px);
    width: -ms-calc(100% - 170px);
    width: -o-calc(100% - 170px);
    border-radius: 6px;
    font-size: 20px;
    padding-left: 20px;
    color: #000;
}

@media all and (max-width: 768px) {
    .boxformsearch input {
        font-size: 15px;
    }
}

.boxformsearch input::-webkit-input-placeholder {
    color: #969696;
    font-weight: 500;
    font-size: 20px;
}

.boxformsearch input:-moz-placeholder {
    color: #969696;
    font-weight: 500;
    font-size: 20px;
}

.boxformsearch input::-moz-placeholder {
    color: #969696;
    font-weight: 500;
    font-size: 20px;
}

.boxformsearch input:-ms-input-placeholder {
    color: #969696;
    font-weight: 500;
    font-size: 20px;
}

.boxformsearch .btn_normal {
    position: relative;
}

.boxformsearch .btn_normal:before {
    content: "";
    background: url(../images/share/icon_search_sp.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 25px;
}

.boxformsearch .btn_normal span {
    font-weight: bold;
    /*
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
*/
    padding-left: 1.7em;
}

.mv .item-owl {
    background: #E7EEF6;
}

.bgmv {
    height: 335px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    background-size: cover;
}

.bgmv .container2 {
    height: 100%;
}

.bgmv .bgmv_ins {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1353A0;
}

.bgmv_ins_left {
    margin-right: 40px;
}

.bgmv_ins_left h1 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0px;
}

.bgmv_ins_left .bgmv_ins_txt {
    color: #1353A0;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.1;
}

.bgmv_ins_ins {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.owl-dots {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #1353A0;
    border: 2px solid #fff;
    -webkit-transition: -webkit-all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0;
    -webkit-transition-delay: 0;
}

.owl-theme .owl-dots .owl-dot.active span:hover,
.owl-theme .owl-dots .owl-dot:hover span:hover {
    opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    border: 2px solid #1353A0;
    height: 13px;
    width: 13px;
}

.popmessage {
    position: fixed;
    right: 0;
    bottom: 80px;
    width: 546px;
    z-index: 99;
}

@media all and (max-width: 767px) {
    .popmessage {
        bottom: 20px;
    }
}

.popmessage .popmessage_ins {
    position: relative;
    background: #191919;
    color: #fff;
    padding: 20px 0px;
    border-radius: 0px 0px 0px 10px;
    -webkit-box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0.2);
}

.popmessage .popmessage_ins a {
    color: #fff;
}

.popmessage .popmessage_ins a span {
    font-size: 16px;
}

.popmessage .popmessage_ins_above {
    position: absolute;
    top: -12px;
    background: #FFD700;
    color: #000;
    padding: 2px 20px;
    display: block;
    border-radius: 8px 0px 0px 0px;
}

.popmessage .popmessage_ins_above span {
    font-weight: bold;
    position: relative;
    display: block;
}

.popmessage .popmessage_ins_above span:after {
    content: "";
    width: 30px;
    height: 26px;
    display: block;
    position: absolute;
    right: -48px;
    top: -2px;
    background: url(../images/halfsquare.png) no-repeat;
    background-size: contain;
}

.popmessage .popmessage_ins_bottom {
    padding: 0px 25px;
    padding-right: 80px;
}

.popmessage .popmessage_ins_bottom a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popmessage .popmessage_ins_bottom a span:hover {
    text-decoration: underline;
}

.popmessage .popmessage_ins_bottom a span:last-child {
    line-height: 1.3;
    margin-left: 25px;
}

.popmessage .popmessage_ins_bottom span {
    font-size: 16px;
}

.popmessage .popmessage_ins_bottom {
    position: relative;
}

.popmessage .popmessage_ins_bottom .popmessage_close {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 30px;
    top: -5px;
}

@media all and (min-width: 768px) {
    .popmessage .popmessage_ins_bottom .popmessage_close:hover {
        cursor: pointer;
    }
}

.popmessage .popmessage_ins_bottom .popmessage_close span:first-child {
    width: 20px;
    height: 2px;
    background: #fff;
    content: "";
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popmessage .popmessage_ins_bottom .popmessage_close span:last-child {
    width: 20px;
    height: 2px;
    background: #fff;
    content: "";
    display: block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -2px;
    position: relative;
}

.searchbox {
    display: none;
}

@media all and (min-width: 768px) {
    .list_topmn ul li.language ul li {
        margin-left: 0px;
    }
    .list_topmn ul li {
        /* margin-left: 26px; */
    }
    .list_topmn ul li a {
        letter-spacing: -1px;
    }
    .list_topmn ul li::before {
        content: "";
        background: url(../images/share/arrow/arrtop.png) no-repeat center center;
        position: absolute;
        left: -20px;
    }
    .list_topmn ul li.language a:hover {
        text-decoration: none;
    }
    .list_topmn ul li.language ul {
        top: 30px;
    }
    .bgmv_ins_right {
        position: relative;
        top: 20px;
        right: 10px;
    }
    .top_nav {
        padding: 12px 0px;
    }
    .nav__inside__list {
        margin-left: 20px;
    }
    .nav__inside__list li {
        /*
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
*/
    }
    .nav__inside__list li a {
        font-size: 16px;
    }
    .nav__inside__list li:nth-child(2) a {
        padding: 12px 30px;
        padding-left: 30px;
    }
    .nav__inside__list li:nth-child(3) a {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: -10px;
        letter-spacing: -0.1em;
    }
    .nav__inside__list li:nth-last-child(2) a {
        padding: 12px 25px;
        padding-right: 35px;
    }
    .nav__inside__list li:last-child a {
        padding: 12px 20px 12px 46px;
        background-position: left 20px center;
    }
    .nav__inside__list li a {
        padding: 12px 18px;
        letter-spacing: 0px;
    }
    .nav__inside__list li a:hover {
        background: #DCE5F1;
        /*    color: #1353A0;*/
        opacity: 1;
    }
    .nav__inside__list li a img:hover {
        opacity: 1;
    }
    .nav__inside__list li a.searchshow img:hover {
        opacity: 0.7;
    }
    .boxformsearch .boxformsearch_form {
        margin: 28px 0px 24px;
    }
    .boxformsearch .btn_normal::before {
        left: 28px;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: 20px !important;
    }
    .owl-carousel .owl-nav .owl-next {
        left: calc(1000px - 60px) !important;
    }
    .language a {
        padding: 6px 45px 6px 21px;
    }
    .list_topmn ul {
        position: relative;
        top: 10px;
    }
    .list_topmn ul li {
        /* margin-left: 28px; */
    }
    .bgmv_ins_ins {
        position: relative;
        /*left: -20px; mod ishii*/
        top: -10px;
    }
    .atmsearch.boxformsearch {
        margin-top: 40px;
    }
    .atmsearch.boxformsearch .boxformsearch_form {
        margin-bottom: 0px;
    }
    .sectiontop_002 .above002 h2~.section_description {
        margin-top: 0px;
        margin-bottom: 12px;
        line-height: 1.8;
    }
    .sectiontop_002 .above002 h2 {
        line-height: 1.4;
    }
    .sectiontop_003 .above003 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .sectiontop_003 .above003 .above003_ins {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 55px;
    }
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    background: url(../images/share/btn_prev.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 140px;
    margin: auto;
    left: 0px;
}

.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
    opacity: 0.7;
    -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
}

.owl-carousel .owl-nav .owl-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: calc(1000px - 40px);
    background-position: top -1px center;
}

.owl-nav {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.atmcard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/*
@media all and (min-width: 768px) {
  .atmcard .atmcard_ins img {
    height: 96px;
  }
}
*/


/* 20201211追加 */

.document_btn .btn_normal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 325px;
    height: 50px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

@media all and (max-width: 768px) {
    .document_btn {
        height: inherit !important;
    }
    .document_btn .btn_normal {
        width: 80%;
        margin: 0 auto;
        height: inherit !important;
    }
}

.document_btn button.btn_normal {
    border: none;
}

.document_btn a {
    position: relative;
    border-radius: 7px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.document_btn a img {
    position: relative;
    z-index: 1;
    border-radius: 7px;
    bottom: 0;
    -webkit-transition: -webkit-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0;
    -webkit-transition-delay: 0;
}

@media all and (max-width: 768px) {
    .document_btn a img {
        width: 100%;
    }
}

.document_btn a::after {
    content: '';
    position: absolute;
    background: #B3B3B3;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.document_btn a:hover img {
    opacity: 1;
}

@media all and (min-width: 768px) {
    .document_btn a:hover img {
        bottom: -8px;
        -webkit-transition: -webkit-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition: bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        transition: bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        transition-delay: 0s;
        -webkit-transition-delay: 0s;
    }
}


/* 20201211追加ここまで */

.atmcard_box {
    padding: 50px 0px 40px 0px;
}

.atmcard_ins .btn_normal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 357px;
    height: 96px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

@media all and (max-width: 768px) {
    .atmcard_ins {
        height: inherit !important;
    }
    .atmcard_ins .btn_normal {
        width: 100%;
        height: inherit !important;
    }
}

.atmcard_ins .btn_normal span {
    font-size: 20px;
}

@media all and (max-width: 520px) {
    .atmcard_ins .btn_normal span {
        font-size: 14px;
    }
}

.atmcard_ins button.btn_normal {
    border: none;
}

.atmcard_ins a {
    position: relative;
    border-radius: 7px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.atmcard_ins a img {
    position: relative;
    z-index: 1;
    border-radius: 7px;
    bottom: 0;
    -webkit-transition: -webkit-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0;
    -webkit-transition-delay: 0;
}

.atmcard_ins a::after {
    content: '';
    position: absolute;
    background: #B3B3B3;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.atmcard_ins a:hover img {
    opacity: 1;
}

@media all and (min-width: 768px) {
    .atmcard_ins a:hover img {
        bottom: -8px;
        -webkit-transition: -webkit-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition: bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        transition: bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        transition-delay: 0s;
        -webkit-transition-delay: 0s;
    }
}

.atmcard_ins a span {
    font-weight: bold;
    position: relative;
    left: 25px;
    line-height: 1.4;
}

.atmcard_ins.cardbtn a:before {
    width: 63px;
    height: 45px;
}

.section_description {
    font-size: 16px;
}

@media all and (max-width: 768px) {
    .section_description {
        font-size: 14px;
    }
}

@media all and (max-width: 520px) {
    .section_description {
        font-size: 12px;
    }
}

.sectiontop_002 {
    padding: 50px 0px;
}

@media all and (max-width: 768px) {
    .sectiontop_002 {
        padding: 45px 0;
    }
}

.linkpink {
    color: #BE3468;
    font-size: 16px;
    margin-top: 10px;
    display: block;
    position: relative;
}

.linkpink:hover {
    text-decoration: underline;
}

.linkpink:before {
    content: ">";
    height: 10px;
    margin-right: 5px;
}

@media all and (max-width: 768px) {
    .linkpink {
        font-size: 14px;
    }
}

@media all and (max-width: 520px) {
    .linkpink {
        font-size: 13px;
    }
}

.sectiontop_002 {
    background: #F5E1E8 url(../images/bgsec2.jpg) no-repeat center center;
}

@media all and (max-width: 768px) {
    .sectiontop_002 {
        background: #F5E1E8 url(../images/top_006.png) no-repeat;
        background-size: auto 100%;
        background-position: right 38% top 22px;
        margin-top: 24px;
        padding-top: 43px;
    }
    .sectiontop_002 .linkpink {
        margin-top: 15px;
    }
}

.sectiontop_002 .above002 h2 {
    margin-bottom: 20px;
    margin-top: 9px;
    line-height: 1;
}

@media all and (max-width: 768px) {
    .sectiontop_002 .above002 h2 {
        margin-bottom: 12px;
    }
}

.bottom002 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    /* margin-top: 60px; */
    margin-top: 24px;
}

.imgtron {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.sectiontitle {
    font-size: 48px;
    font-weight: bold;
}

.sectiontitle.pink {
    color: #BE3468;
}

.sectiontitle.blue {
    color: #1353A0;
}

.sectionttileimg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.above003_h2 {
    margin-left: 78px;
}

.above003_h2 .sectionttileimg {
    margin-bottom: 10px;
    margin-top: 13px;
}

.bottom002_ins {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    position: relative;
}

.bottom002_ins::after {
    content: '';
    position: absolute;
    background: #B3B3B3;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 100%;
    border-radius: 99px;
    z-index: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media all and (max-width: 768px) {
    .bottom002_ins::after {
        bottom: -5px;
    }
}

@media all and (min-width: 769px) {
    .bottom002_ins img {
        position: relative;
        z-index: 9;
        bottom: 0;
    }
    .bottom002_ins:hover img {
        bottom: -8px;
        opacity: 1;
        -webkit-transition: -webkit-bottom 0.1s cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-bottom 0.1s cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition: bottom 0.1s cubic-bezier(0.4, 0, 0.2, 1);
        transition: bottom 0.1s cubic-bezier(0.4, 0, 0.2, 1);
        transition-delay: 0s;
        -webkit-transition-delay: 0s;
    }
}

@media all and (max-width: 768px) {
    .bottom002_ins:hover img {
        opacity: 1;
    }
}

.bottom002_ins:hover p {
    opacity: 0.8;
    -webkit-transition: -webkit-all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0;
    -webkit-transition-delay: 0;
}

.bottom002_ins:last-child {
    margin-right: 0px;
}

.bottom002_ins .bottom002_ins_icon {
    text-align: center;
}

.bottom002_ins .bottom002_ins_icon p {
    line-height: 1.3;
    font-size: 20px;
    font-weight: bold;
    color: #BE3468;
    margin-top: 10px;
}

.sectiontop_003 {
    background: #DCE5F1;
}

.above003 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.above003>img {
    min-width: 281px;
}

.bottom03 .bottom03_cirles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom03 .bottom03_cirle {
    width: 150px;
    height: 150px;
    max-width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    position: relative;
}

.bottom03 .bottom03_cirle a {
    max-width: 150px;
    display: block;
}

.bottom03 .bottom03_cirle a::after {
    content: '';
    position: absolute;
    background: #9AA0A9;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 100%;
    border-radius: 99px;
    z-index: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media all and (max-width: 768px) {
    .bottom03 .bottom03_cirle a::after {
        bottom: -5px;
    }
}

@media all and (min-width: 769px) {
    .bottom03 .bottom03_cirle a img {
        position: relative;
        z-index: 9;
        bottom: 0;
    }
    .bottom03 .bottom03_cirle a:hover img {
        bottom: -8px;
        opacity: 1;
        -webkit-transition: -webkit-bottom 0.1s cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-bottom 0.1s cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition: bottom 0.1s cubic-bezier(0.4, 0, 0.2, 1);
        transition: bottom 0.1s cubic-bezier(0.4, 0, 0.2, 1);
        transition-delay: 0s;
        -webkit-transition-delay: 0s;
    }
}

@media all and (max-width: 768px) {
    .bottom03 .bottom03_cirle a:hover img {
        opacity: 1;
    }
}

@media all and (min-width: 769px) {
    .bottom03 .bottom03_cirle a img {
        max-width: 150px;
    }
}

.bottom03 .bottom03_cirle span {
    font-size: 20px;
    font-weight: bold;
    color: #1353A0;
}

.bottom03 h3 {
    color: #fff;
    background: #1353A0;
    border-radius: 30px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 34px 0px 30px;
}

@media all and (max-width: 520px) {
    .bottom03 h3 {
        padding: 3px 5px;
    }
}

.sectiontop_003 {
    padding: 60px 0px;
}

.titlebg {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;
}

.titlebg.bgyellow {
    background: #FFDC00;
}

.titlebg.bgblue {
    background: #1353A0;
    color: #fff;
}

.listdotted {
    margin: 50px 0px 36px;
}

.sectiontop_005 .listdotted {
    margin: 75px 0 0;
}

.sectiontop_006 .linkpink {
    margin-top: -4px;
}

.listdotted li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}

.listdotted li a {
    font-size: 16px;
    line-height: 1.8;
}

.listdotted li a:hover {
    color: #BE3468;
}

.listdotted li:after {
    content: "";
    height: 2px;
    width: 100%;
    bottom: 0;
    position: absolute;
    background: url(../images/dot.png) repeat-x;
    left: 0;
}

.listdotted .hasdate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.listdotted .hasdate span:first-child {
    min-width: 160px;
    font-size: 16px;
    margin-right: 20px;
}

.listdotmb0 {
    margin-bottom: 0px;
}

.arrowleft li {
    padding-left: 20px;
}

.arrowleft li:before {
    content: ">";
    position: absolute;
    left: 0;
    top: 3px;
}

.btnrightpink {
    text-align: right;
}

.sectiontop_006 {
    padding-bottom: 50px;
}

.sectiontop_007 {
    background: #DEE6F2;
    background: -webkit-gradient(linear, left top, left bottom, from(#DEE6F2), color-stop(30%, #FFFFFF), color-stop(70%, #FFFFFF), to(#DEE6F2));
    background: linear-gradient(to bottom, #DEE6F2 0%, #FFFFFF 30%, #FFFFFF 70%, #DEE6F2 100%);
    padding: 50px 0px;
}

.sectiontop_007 {
    text-align: center;
}

.sectiontop_007 .section_description.textblue {
    color: #1353A0;
}

.sectiontop_007 .listcirlebttom_ins a {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.sectiontop_007 .listcirlebttom_ins a::after {
    content: '';
    position: absolute;
    background: #9AA0A9;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 100%;
    border-radius: 99px;
    z-index: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media all and (max-width: 768px) {
    .sectiontop_007 .listcirlebttom_ins a::after {
        bottom: -5px;
    }
}

@media all and (min-width: 769px) {
    .sectiontop_007 .listcirlebttom_ins a img {
        position: relative;
        z-index: 9;
        bottom: 0;
    }
    .sectiontop_007 .listcirlebttom_ins a:hover img {
        bottom: -8px;
        opacity: 1;
        -webkit-transition: -webkit-bottom 0.1s cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-bottom 0.1s cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition: bottom 0.1s cubic-bezier(0.4, 0, 0.2, 1);
        transition: bottom 0.1s cubic-bezier(0.4, 0, 0.2, 1);
        transition-delay: 0s;
        -webkit-transition-delay: 0s;
    }
}

@media all and (max-width: 768px) {
    .sectiontop_007 .listcirlebttom_ins a:hover img {
        opacity: 1;
    }
}

.sectiontop_007 .listcirlebttom_ins a img {
    position: relative;
    z-index: 99;
}

@media all and (max-width: 768px) {
    .sectiontop_007 .listcirlebttom_ins a {
        max-width: 130px;
    }
}

@media all and (min-width: 769px) {
    .sectiontop_007 .listcirlebttom .listcirlebttom_ins {
        margin: 0 17px;
    }
    .sectiontop_007 .listcirlebttom .listcirlebttom_ins:first-child a {
        width: 191px;
        margin-top: -6px;
    }
    .sectiontop_007 .listcirlebttom .listcirlebttom_ins:first-child a::after {
        width: 179px;
        height: 179px;
        left: 2px;
        top: 12px;
    }
    .sectiontop_007 .listcirlebttom .listcirlebttom_ins:first-child img {
        width: 191px;
    }
}

.sectiontop_007 .listcirlebttom_ins a img {
    display: block;
    width: 100%;
}

.listcirlebttom_contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section_description {
    margin: 9px 0px 30px 0px;
}

.sectiontop_007 {
    padding: 80px 0px 100px 0px;
}

.footer {
    margin-top: 0px;
    padding-top: 0px;
    height: auto;
}

.listuls_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.listuls_container .listuls {
    /* width: 25%; */
    margin-top: 22px;
}

.listuls_container .listuls:last-child {
    width: 17%;
}

.foottitle {
    font-weight: bold;
    padding-left: 10px;
    position: relative;
}

.foottitle:before {
    content: "";
    left: -5px;
    background: url(../images/share/arrow/arow_f_blue.png) no-repeat;
    height: 10px;
    width: 10px;
    background-size: cover;
    position: absolute;
    top: 5px;
}

.foottitle a {
    font-weight: bold;
    /*  letter-spacing: -0.5px;*/
}

.foottitle a:hover {
    color: #1353A0;
}

.listul {
    margin-top: 30px;
}

.listul li a {
    font-size: 12px;
    font-weight: bold;
}

.listul li a:hover {
    color: #1353A0;
}

.listul li {
    padding-left: 23px;
    position: relative;
    margin: 5px 0;
}

.listul li:before {
    content: "・";
    position: absolute;
    /*
  background: url(../images/share/arrow/f_line.png) no-repeat;
  background-size: cover;
*/
    left: 10px;
    /*
  height: 2px;
  width: 7px;
*/
    /*  top: 10px;*/
}

.noarrow li {
    padding-left: 0px;
}

.noarrow li:before {
    display: none;
}

.noarrow li ul {
    padding-left: 15px;
}

.footbottom {
    background: #1353A0;
    margin-top: 30px;
}

.footbottom .container {
    max-width: 1400px;
    color: #fff;
}

.footer .footbottom p {
    background: transparent;
    color: #fff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.footbottom_ins {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.footbottom_ins ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footbottom_ins ul li {
    margin-left: 30px;
}

.footbottom_ins ul li:before {
    content: ">";
    position: relative;
}

.footbottom_ins ul li a {
    color: #fff;
}

.footbottom_ins ul li a:hover {
    text-decoration: underline;
}

.languagetab {
    padding-left: 0px;
}

.languagetab li {
    margin-left: 0px;
    padding-left: 0px;
}

.languagetab .language a {
    background: #fff;
}

.footer {
    background: #DCDCDC;
}

.footer .language ul {
    bottom: 118%;
}

.listsearch {
    display: none;
}

.bgmv img.dissp {
    display: none;
}

.above003_h2 .sectionttileimg img {
    position: relative;
    top: -10px;
}

.footer .page_top_cont .page_top .to_top {
    bottom: 14px;
}

.redcolor {
    color: #bd3367;
    font-weight: bold;
}

@media all and (max-width: 768px) {
    .above003_ins {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .above003_ins>img {
        max-width: 134px;
        /*    min-width: 134px;*/
    }
    .list_topmn {
        display: none;
    }
    .top_nav {
        background: #1353A0;
        padding: 7px 10px 7px 10px;
    }
    .header_top_logo img {
        height: 40px;
    }
    .hamburger_inside span {
        background: #fff;
    }
    .top_nav .hamburger_inside {
        height: 50%;
        width: 63%;
    }
    .listsearch {
        display: block;
    }
    .listsearch img {
        height: 28px;
        margin-right: 15px;
    }
    .boxformsearch .boxformsearch_form {
        margin: 10px 25px;
    }
    .boxformsearch input {
        width: calc(100% - 50px);
        width: -ms-calc(100% - 50px);
        width: -o-calc(100% - 50px);
        border-radius: 5px 0px 0px 5px;
        height: 42px;
        border-right: none;
        -webkit-appearance: none;
    }
    .boxformsearch .btn_normal {
        border-radius: 0px 5px 5px 0px;
        height: 42px;
    }
    .boxformsearch .btn_normal span {
        display: none;
    }
    .boxformsearch .btn_normal:before {
        left: 13px;
        width: 25px;
        height: 25px;
    }
    .bgmv_ins_left h1 {
        font-size: 18px;
    }
    .bgmv_ins_left .bgmv_ins_txt {
        font-size: 13px;
    }
    .bgmv_ins_left .bgmv_ins_txt {
        line-height: 1.6;
    }
    .owl-nav {
        display: none;
    }
    .bgmv {
        height: 220px !important;
    }
    .bgmv_ins_left h1 {
        margin-bottom: 5px;
    }
    .bgmv_ins_right img {
        width: 56px !important;
    }
    .bgmv_ins_left {
        margin-right: 28px;
    }
    .owl-theme .owl-dots .owl-dot span {
        background: #fff;
        border: 1px solid #1353A0;
        height: 8px;
        width: 8px;
        margin: 5px 4px;
    }
    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        border-width: 1px;
    }
    .bgmv {
        height: 220px;
        background-position: left -170px bottom !important;
        background-size: auto 100%;
        background: none;
    }
    .bgmv img.dissp {
        position: absolute;
    }
    .bgmv .container2 {
        position: relative;
        z-index: 10;
    }
    .bgmv img.dissp {
        display: block;
    }
    .boxformsearch .boxformsearch_form {
        margin: 10px 0px;
    }
    .container2 {
        max-width: 100%;
        padding: 0px 6.5vw;
    }
    .nav__inside.disspc {
        display: none !important;
    }
    .boxformsearch .btn_normal {
        width: 50px;
    }
    .listmb .lv1 {
        position: relative;
    }
    .listmb .lv1>a {
        display: block;
        position: relative;
    }
    .listmb .lv1>a:before {
        content: "";
        height: 2px;
        width: 12px;
        background: #1353A0;
        display: block;
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transition-delay: 0;
        -webkit-transition-delay: 0;
    }
    .listmb .lv1>a:after {
        content: "";
        height: 12px;
        width: 2px;
        background: #1353A0;
        display: block;
        position: absolute;
        right: 35px;
        top: calc(50% - 5px);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transition-delay: 0;
        -webkit-transition-delay: 0;
    }
    .listmb .lv1.minusdi>a:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .listmb .lv1:after {
        content: "";
    }
    .listmb .lv1:before {
        content: "";
        background-size: contain;
        display: block;
        background-repeat: no-repeat;
        position: absolute;
        left: 16px;
        top: 10px;
    }
    .listmb .lv1.iconlocation:before {
        width: 26px;
        height: 38px;
        left: 25px;
        top: 17px;
        background-image: url("../images/share/icon_mb_001.png");
    }
    .listmb .lv1.iconatm:before {
        width: 40px;
        height: 28px;
        background-image: url("../images/share/icon_mb_002.png");
        top: 19px;
    }
    .listmb .lv1.iconenet:before {
        width: 32px;
        height: 32px;
        background-image: url("../images/share/icon_mb_003.png");
        top: 19px;
        left: 19px;
    }
    .listmb .lv1.iconatmshop:before {
        width: 42px;
        height: 24px;
        background-image: url("../images/share/icon_mb_004.png");
        top: 22px;
        left: 15px;
    }
    .listmb .lv1.iconpost:before {
        width: 32px;
        height: 35px;
        background-image: url("../images/share/icon_mb_005.png");
        top: 19px;
        left: 20px;
    }
    .listmb .lv1.iconfaq:before {
        width: 34px;
        height: 34px;
        background-image: url("../images/share/icon_mb_006.png");
        top: 18px;
        left: 18px;
    }
    .listmb .noinsideul a:before,
    .listmb .noinsideul a:after {
        display: none;
    }
    .listmb .noinsideul:after {
        content: "\f105";
        font-family: fontAwesome;
        position: absolute;
        right: 35px;
        font-size: 20px;
        height: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
        color: #1353A0;
    }
    .listmb .noinsideul a {
        display: block;
    }
    .listmb li.lv1 {
        padding-left: 65px;
    }
    .listmb li.lv1.minusdi {
        padding-bottom: 0px;
        border-bottom: none;
    }
    .listmb li.lv1 ul {
        margin-left: -65px;
        margin-top: 20px;
        border-top: 1px solid #E8E8E8;
    }
    .listmb li.lv1 ul li {
        padding-left: 80px;
        position: relative;
    }
    .listmb li.lv1 ul li:before {
        content: "\f105";
        font-family: fontAwesome;
        color: #1353A0;
        position: absolute;
        left: 65px;
        font-size: 15px;
        height: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
    }
    .listmb li {
        /* padding: 20px 0px;
    padding-left: 0px; */
        border-bottom: 1px solid #E8E8E8;
    }
    .listmb li a {
        color: #1353A0;
        font-weight: bold;
        display: block;
        padding: 20px 0;
    }
    .listmb li ul {
        display: none;
    }
    .boxformsearch input {
        padding-left: 10px;
        line-height: 40px;
    }
    .boxformsearch input::-webkit-input-placeholder {
        font-size: 15px;
    }
    .boxformsearch input:-moz-placeholder {
        font-size: 15px;
    }
    .boxformsearch input::-moz-placeholder {
        font-size: 15px;
    }
    .boxformsearch input:-ms-input-placeholder {
        font-size: 15px;
    }
    .bgmv_ins_left {
        position: relative;
        top: -5px;
    }
    .menu-open .hamburger_inside span:nth-child(1) {
        -webkit-transform: translateY(10px) rotate(-225deg);
        transform: translateY(10px) rotate(-225deg);
    }
    .listmb .lv1 ul {
        padding-left: 0px;
        margin-left: 0px;
    }
    .listmb .lv1 ul li {
        padding-left: 0px;
        margin-left: 0px;
    }
    .navstate_show .nav__inside {
        background: #fff;
    }
    .listspothers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px 20px 20px 20px;
    }
    .listspothers+.listspothers {
        padding-top: 0;
    }
    .listspothers+.listspothers .mnbt::before {
        display: none;
    }
    .listspothers .mnbt {
        position: relative;
    }
    /*
  .listspothers .mnbt:first-child {
    padding-left: 10px;
  }
*/
    /*
  .listspothers .mnbt:first-child:before {
    content: "";
    width: 1px;
    height: 18px;
    background: #dcdcdc;
    position: absolute;
    left: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
*/
    .listspothers .mnbt:last-child:after {
        display: none;
    }
    .listspothers .mnbt:after {
        content: "";
        width: 1px;
        height: 18px;
        background: #dcdcdc;
        right: -12px;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
    }
    .listspothers .languagetab {
        margin-top: 0px;
    }
    .listspothers .languagetab .language>a {
        background: #DCDCDC;
    }
    .listspothers .languagetab .language>a~ul {
        right: 0px;
    }
    .listspothers .languagetab ul li ul {
        display: none;
        bottom: 30px;
        width: 150px;
        border-width: 1px;
    }
    .listspothers .languagetab ul li ul li {
        border-width: 1px;
    }
    .header {
        position: relative;
        z-index: 99;
    }
    .header .top_nav .container {
        padding: 0;
    }
    .menu-open:before {
        background: #fff;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        content: "";
        display: block;
        z-index: 10;
    }
    .menu-open .nav.show .nav__inside {
        top: 50px;
        border-top: 1px solid #e9e9e9;
    }
    .atmcard_box {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .owl-dots {
        bottom: 0;
    }
    .atmcard_ins {
        height: 120px;
    }
    .atmcard_ins a {
        height: 100% !important;
        -webkit-box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.3);
    }
    .atmcard_ins a:before {
        left: 0;
        right: 0;
        top: 12px;
        bottom: auto;
        width: 30px;
    }
    .atmcard_ins a span {
        left: 0;
        margin-top: 50px;
        text-align: center;
    }
    .atmsearch.boxformsearch {
        margin-top: 28px;
    }
    .sectiontop_002 .above002 h2 img {
        height: 22px;
    }
    .section_description {
        margin: 0 auto;
    }
    .bottom002 {
        /* margin-top: 50px; */
        margin-top: 15px;
    }
    .bottom002_ins {
        width: calc(33.3% - 6.66667px);
        width: -ms-calc(33.3% - 6.66667px);
        width: -o-calc(33.3% - 6.66667px);
        margin-right: 10px;
        float: left;
        border-width: 2px;
    }
    .bottom002_ins .imgtron img {
        position: relative;
        z-index: 99;
    }
    .bottom002_ins:last-child {
        margin-right: 0px;
    }
    .bottom002_ins .bottom002_ins_icon p {
        font-size: 13px;
    }
    .bottom002_ins .bottom002_ins_icon p {
        margin-top: 5px;
    }
    .sectiontop_002 {
        background-position: right 38% top 22px;
    }
    .above003>img {
        min-width: 134px;
    }
    .above003_h2 {
        margin-left: 15px;
    }
    .sectiontitle {
        font-size: 24px;
    }
    .above003_h2 .sectionttileimg {
        position: relative;
    }
    .above003_h2 .sectionttileimg img {
        width: 90px;
        position: absolute;
        top: -80px;
        left: -80px;
    }
    .above003>img {
        min-width: 130px;
        max-width: 130px;
    }
    .container {
        padding: 0 25px;
    }
    .above003_h2 .sectionttileimg .sectiontitle {
        letter-spacing: -1px;
    }
    .above003_h2 p.section_description {
        font-size: 12px;
        letter-spacing: -0.5px;
    }
    .above003_h2 {
        margin-left: 5px;
    }
    .above003_h2 .sectionttileimg {
        margin-bottom: 10px;
    }
    .above003_h2 .sectionttileimg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .above003_h2 .sectionttileimg img {
        width: 66px;
        position: absolute;
        top: -43px;
        right: 188px;
        left: auto;
    }
    .sectiontop_003 {
        padding: 30px 0px;
    }
    .above003_h2 .sectionttileimg {
        position: relative;
        right: -10px;
    }
    .above003>img {
        left: -5px;
        position: relative;
    }
    .bottom03 h3 {
        font-size: 13px;
        margin: 15px 0px 20px;
        line-height: 1.7;
    }
    .bottom03 .bottom03_cirles {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .bottom03 .bottom03_cirles .bottom03_cirle {
        width: calc(33.3% - 6.66667px);
        width: -ms-calc(33.3% - 6.66667px);
        width: -o-calc(33.3% - 6.66667px);
        margin-right: 10px;
        float: left;
        margin-bottom: 10px;
    }
    .bottom03 .bottom03_cirles .bottom03_cirle a img {
        z-index: 99;
        position: relative;
    }
    .bottom03 .bottom03_cirles .bottom03_cirle span {
        font-size: 13px;
        line-height: 1.4;
    }
    .bottom03 .bottom03_cirles .bottom03_cirle:nth-child(3n) {
        margin-right: 0px;
    }
    .bottom03 .bottom03_cirles .bottom03_cirle:nth-child(4),
    .bottom03 .bottom03_cirles .bottom03_cirle:nth-child(5),
    .bottom03 .bottom03_cirles .bottom03_cirle:nth-child(6) {
        margin-bottom: 0px;
    }
    .titlebg {
        padding: 7px 0px;
    }
    .titlebg {
        font-size: 14px;
    }
    .listdotted li {
        margin-bottom: 18px;
        padding-bottom: 18px;
    }
    .listdotted .hasdate span:first-child {
        font-size: 13px;
    }
    .listdotted li a {
        font-size: 13px;
    }
    .listdotted .hasdate span:first-child {
        min-width: 110px;
        margin-right: 10px;
    }
    .listdotted {
        margin: 30px 0px;
    }
    .listdotted li::after {
        background-size: 90%;
    }
    .arrowleft li::before {
        top: -1px;
    }
    .btnrightpink {
        margin-top: -5px;
    }
    .sectiontop_006 {
        padding-bottom: 30px;
    }
    .sectiontop_007 .listcirlebttom_ins {
        width: 160px !important;
        height: 160px;
    }
    .sectiontop_007 .listcirlebttom_ins a {
        width: 100%;
        height: 100%;
    }
    .sectiontop_007 .listcirlebttom_ins:first-child a img {
        position: relative;
    }
    .sectiontop_007 {
        padding: 40px 0px 90px 0px;
        padding-top: 40px !important;
    }
    .listuls_container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 20px;
    }
    .listuls_container .listuls {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .listuls_container .listuls .listul {
        width: 70%;
        /*width: calc(50% - 2.5px);*/
        /*width: -ms-calc(50% - 2.5px);*/
        /*width: -o-calc(50% - 2.5px);*/
        margin-right: 5px;
        float: left;
    }
    .listuls_container .listuls .listul ul {
        display: none;
    }
    .listuls_container .listuls:first-child .listul:last-child {
        display: none;
    }
    .listuls_container .listuls .listul:nth-child(2n) {
        margin-right: 0px;
    }
    .listuls_container .listuls:last-child {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .listuls_container .listuls:last-child .listul:nth-child(2n) {
        margin-right: 0px;
    }
    .foottitle a {
        font-weight: bold;
        letter-spacing: -1px;
        font-size: 12px;
    }
    .listul {
        margin-top: 25px;
    }
    .listuls_container .listuls:last-child .languagetab>ul {
        display: block;
    }
    .listuls_container .listuls:last-child .languagetab>ul .language ul {
        border-width: 1px;
    }
    .listuls_container .listuls:last-child .languagetab>ul .language ul li {
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .listuls_container .listuls:last-child .languagetab>ul .language ul li {
        border: none;
    }
    .footbottom_ins ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footbottom_ins ul li {
        margin-left: 0px;
        margin-top: 20px;
    }
    .footbottom_ins ul li:last-child:before {
        display: none;
    }
    .footbottom {
        background: #F0F0F0;
        margin-top: 40px;
    }
    .footbottom .footbottom_ins {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .footbottom_ins ul li a {
        color: #1353A0;
    }
    .footbottom_ins ul li::before {
        color: #1353A0;
        position: relative;
        top: -2px;
    }
    .footbottom_ins ul {
        width: 100%;
        min-width: 100%;
    }
    .footbottom_ins ul li {
        width: 100%;
    }
    .footbottom .footbottom_ins {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer .footbottom p {
        background: #1353A0;
        font-size: 13px;
        min-width: calc(100% + 40px);
        min-width: -moz-calc(100% + 40px);
        position: relative;
        left: -20px;
        margin-top: 20px;
    }
    .footbottom .footbottom_ins {
        padding-bottom: 0px;
    }
    .footer .container {
        padding: 0 20px !important;
    }
    .footer .footbottom p {
        padding: 5px 0px;
    }
    .footbottom_ins ul li:last-child {
        margin-top: 30px;
    }
    .footer .page_top_cont .page_top .to_top {
        right: 15px;
    }
    .footer .page_top_cont .page_top .to_top img {
        width: 44px;
        height: 44px;
    }
    .bottom002_ins {
        width: 105px;
        height: 105px;
    }
    .atmcard_ins.cardbtn a::before {
        width: 58px;
        height: 40px;
    }
    .popmessage {
        max-width: calc(100% - 20px);
    }
    .popmessage .popmessage_ins a span {
        font-size: 13px;
        flex-shrink: 0;
    }
    .popmessage .popmessage_ins_bottom {
        padding-right: 40px;
        padding-left: 10px;
    }
    .popmessage .popmessage_ins_bottom a span:last-child {
        margin-left: 15px;
        flex-shrink: 1;
    }
    .popmessage .popmessage_ins_bottom .popmessage_close {
        right: -14px;
    }
    .popmessage .popmessage_ins {
        padding-bottom: 15px;
    }
    .atmcard_ins .btn_normal {
        max-width: 100%;
    }
}

.popmessage.hidemes {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -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;
    z-index: -1;
}

.bgmv_ins_ins img {
    max-width: 1000px !important;
}

@media screen and (max-width: 768px) {
    .bgmv_ins_ins img {
        display: none !important;
    }
}


/* 0806 */

@media screen and (max-width: 960px) and (min-width: 769px) {
    .nav__inside__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .navstate_show .nav__inside {
        position: relative;
        left: auto;
        width: auto;
        background: none;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 1;
    }
    .top_nav .hamburger_inside {
        height: 50%;
        width: 63%;
    }
    .nav__inside__list li {
        border-bottom: none;
    }
}

@media screen and (max-width: 768px) and (min-width: 520px) {
    .top_nav .hamburger_inside {
        height: 44%;
        width: 54%;
    }
}

.footer .listul {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .sectiontop_003 .bottom03 {
        max-width: 100%;
    }
    .atmcard .atmcard_ins {
        margin-left: 0;
    }
    .atmcard .cardbtn {
        margin-left: 17px;
    }
    .sectiontop_005 .listdotted {
        margin: 30px 0 0;
    }
    .sectiontop_007 .listcirlebttom_ins {
        margin-left: 0;
    }
    .listuls_container .listuls {
        margin-top: 0;
    }
    .sectiontop_003 .bottom03 .bottom03_cirle {
        margin-bottom: 15px;
    }
    .sectiontop_003 .bottom03 .bottom03_cirle img {
        width: 100%;
        max-width: inherit;
    }
    .sectiontop_003 .bottom03 .bottom03_cirle a::after {
        border-radius: 100%;
        bottom: -6px;
    }
}

.mainvs .slick-dots {
    bottom: 0;
}

.mainvs .slick-dots li {
    background: #fff;
    border: 1px solid #1353A0;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 8px;
    margin: 5px;
    width: 8px;
    overflow: hidden;
    border-radius: 99px;
}

.mainvs .slick-dots li.slick-active {
    background: #1353A0;
    border: 1px solid #fff;
}

@media screen and (min-width: 768px) {
    .mainvs .slick-arrow {
        max-width: 1000px;
        margin: 0 auto;
        position: absolute;
        z-index: 99;
        margin-top: -20px;
    }
    .mainvs .slick-arrow::before {
        content: '';
    }
    .mainvs .slick-next {
        width: 44px;
        height: 44px;
        background: url(../images/share/btn_prev.png) no-repeat;
        background-size: contain;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        right: 0;
        margin-top: -38px;
    }
    .mainvs .slick-prev {
        width: 44px;
        height: 44px;
        background: url(../images/share/btn_prev.png) no-repeat;
        background-size: contain;
        left: 0;
        right: inherit;
    }
    .mainvs .slick-dots li {
        border: 2px solid #1353A0;
        height: 13px;
        width: 13px;
        margin: 5px 7px;
    }
    .mainvs .slick-dots li.slick-active {
        border: 2px solid #fff;
    }
}

@media screen and (min-width: 769px) {
    .mainvs .slick-next {
        margin-top: -18px;
    }
    .mainvs .slick-prev {
        margin-top: 0;
    }
}

@media screen and (min-width: 1000px) {
    .mainvs .slick-next {
        right: 50%;
        margin-right: -480px;
    }
    .mainvs .slick-prev {
        left: 50%;
        margin-left: -480px;
    }
}

.list_topmn ul li:first-child {
    margin-right: 9px;
}

.list_topmn ul li:nth-child(2) {
    margin-right: 15px;
}

.list_topmn ul li.language li {
    margin: 0 !important;
}

.list_topmn ul li.language a {
    display: block;
    width: 130px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    padding: 2px 25px 0 5px;
    letter-spacing: 1px;
}

.list_topmn ul li.language .language--list li a {
    padding: 0;
    text-align: left;
    padding-left: 12px;
}

.nav__inside__list {
    margin: 0;
}

@media all and (min-width: 768px) {
    .nav__inside__list li {
        /*
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 165px !important;
    flex: 0 0 165px !important;
*/
        padding: 0 !important;
        margin: 0 !important;
        /*    max-width: 165px !important;*/
    }
    .nav__inside__list li a {
        height: 40px;
        line-height: 40px;
        margin: 0 !important;
        padding: 0 !important;
    }
    .nav__inside__list li:last-child {
        background: #ce5182 !important;
        max-width: 175px !important;
        /*
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 175px !important;
    flex: 0 0 175px !important;
*/
    }
}

@media all and (max-width: 768px) {
    .listmb>li {
        min-height: 70px;
    }
    .listmb>li>a {
        padding: 24px 0;
    }
    .listmb li.noinsideul::after {
        height: 24px;
    }
    .listmb li.lv1 ul {
        margin-top: 0;
    }
    .listmb li.lv1 ul li:before {
        height: 17px;
    }
    .listmb li.lv1 ul a {
        padding: 19px 0;
    }
    .listspothers a {
        color: #1353A0;
    }
    .languagetab .language a {
        width: 140px;
        display: block;
        color: #000;
        font-size: 15px;
        height: 28px;
        line-height: 28px;
        padding: 0;
        padding-left: 15px;
    }
    .languagetab .language a:hover {
        color: #000;
    }
    .languagetab .language a::before {
        margin-top: -2px;
    }
    .languagetab .language ul {
        width: 140px !important;
        bottom: 28px !important;
    }
    .languagetab .language ul li {
        padding: 0;
    }
    .languagetab .language ul a {
        display: block;
        width: 100%;
        padding-left: 13px;
    }
    .languagetab .language ul a:hover {
        color: #000;
    }
}

@media all and (min-width: 769px) {
    ul.language--list {
        width: 130px;
        border: none;
    }
    ul.language--list li {
        margin: 0;
        padding: 0;
        text-align: center;
        border: 2px solid #dcdcdc;
        border-bottom: 0;
    }
    ul.language--list li a {
        height: 26px;
        line-height: 26px;
        width: 100%;
        text-align: left;
        border-radius: 0;
        padding: 0 12px !important;
    }
    ul.language--list li:last-child {
        border-bottom: 2px solid #dcdcdc;
    }
}

@media all and (min-width: 769px) {
    .footer .foottitle a {
        font-size: 13px;
    }
    .footer .listuls_container {
        padding-top: 35px;
        margin: 0 auto;
        padding: 35px 2vw 0;
    }
    .footer .listuls_container>.listuls {
        margin: 0;
    }
    .footer .listuls_container>.listuls .listul {
        margin: 0;
        margin-bottom: 23px;
    }
    .footer .listuls_container>.listuls .listul.dispc img {
        width: 90px;
    }
    .footer .listuls_container .languagetab {
        margin-top: 30px !important;
    }
    .footer .footbottom {
        margin-top: 6px;
        height: 30px;
    }
    .footer .footbottom .container {
        max-width: 1300px;
    }
    .footer .footbottom p {
        font-size: 10px;
        padding: 0;
    }
}

@media all and (min-width: 769px) and (max-width: 768px) {
    .footer .footbottom p {
        font-size: 10px !important;
    }
}

@media all and (min-width: 769px) {
    .footer .footbottom ul {
        padding-left: 0;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer .footbottom ul li {
        margin-left: 0;
        margin-right: 10px;
    }
    .footer .footbottom ul li::before {
        font-size: 10px;
    }
    .footer .footbottom ul li:nth-child(2) {
        margin-right: 15px;
    }
    .footer .footbottom ul li a {
        font-size: 10px;
        display: inline-block;
    }
}

.footer .language {
    width: 110px;
    padding: 0;
}

.footer .language ul {
    width: 110px;
    bottom: 22px;
    border: 0;
}

.footer .language li {
    padding: 0;
    border: 2px solid #F6F6F6;
    border-top: 0;
}

.footer .language li:first-child {
    border-top: 2px solid #F6F6F6;
}

.footer .language li a {
    padding: 1px 7px;
    display: block;
    font-weight: bold;
}

@media all and (max-width: 768px) {
    .footer .language {
        width: 100px !important;
    }
    .footer .language ul {
        width: 100px !important;
        bottom: 20px !important;
    }
    .footer .language li {
        padding: 0 !important;
        width: 100% !important;
        border: 1px solid #F6F6F6 !important;
        border-top: 0;
        height: 20px !important;
    }
    .footer .language li:first-child {
        border-top: 2px solid #F6F6F6;
    }
    .footer .language li a {
        line-height: inherit;
        font-weight: bold;
        font-size: 12px;
        padding: 0 7px;
    }
}

.footer .language a {
    padding: 0;
    background: none;
    font-size: 12px;
}

@media all and (max-width: 768px) {
    .footer .language a {
        width: 100px !important;
        height: 18px;
    }
}

.footer .language a::before {
    border: none;
}

.mainvs .bgmv {
    max-height: 320px;
}

@media all and (min-width: 769px) {
    .mainvs .container2 {
        max-width: 1000px !important;
    }
    .mainvs .container2 .bgmv_ins_ins {
        /*bottom: -15px; ishii mod*/
        top: inherit;
    }
}

.sectiontop_003 {
    padding-top: 47px;
}

@media all and (max-width: 768px) {
    .sectiontop_003 {
        padding-top: 40px;
    }
    .sectiontop_003 .fixw {
        /*    margin-top: 10px;*/
        max-height: 186px !important;
    }
}

.sectiontop_003 .above003_h2 .sectionttileimg {
    padding: 0;
    margin: 0;
}

.sectiontop_003 .above003_h2 .sectionttileimg img {
    top: 0;
}

.sectiontop_003 .above003_h2 {
    margin-left: 40px;
    margin-top: 5px;
    position: relative;
}

@media all and (max-width: 768px) {
    .sectiontop_003 .above003_h2 {
        margin: 0;
        position: relative;
        padding-left: 0;
        padding-top: 30px;
    }
    .sectiontop_003 .above003_h2 .section_description {
        margin-top: 40px;
    }
    .sectiontop_003 .above003_h2 .sectionttileimg {
        position: relative;
        right: 0;
        left: -30px;
        top: -50px;
    }
    .sectiontop_003 .above003_h2 .sectionttileimg img {
        left: 0;
        width: auto;
        max-width: inherit;
        height: 80px;
        top: 0;
        right: 0 !important;
    }
}

.sectiontop_003 .above003 .above003_ins {
    margin-left: 36px;
}

.sectiontop_003 .above003 .above003_ins img.fixw {
    max-width: 395px;
}

@media all and (max-width: 768px) {
    .sectiontop_003 .above003 .above003_ins {
        margin-left: -18px;
    }
}

.sectiontop_003 .section_description {
    margin-top: 22px;
}

.sectiontop_004 .listdotted {
    padding-top: 5px;
    margin-bottom: 29px;
}

.sectiontop_004 .listdotted li {
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.sectiontop_004 .listdotted li:last-child::after {
    background: none;
}


/*
.sectiontop_004 .listdotted li a {
  line-height: 2;
}
*/

.sectiontop_005 {
    margin-bottom: 32px;
}

.sectiontop_005 .listdotted li {
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.sectiontop_005 .listdotted li:last-child::after {
    background: none;
}

.sectiontop_005 .redcolor {
    font-weight: normal;
}

.sectiontop_006 .listdotted {
    padding-top: 5px;
    margin-bottom: 25px;
}

.sectiontop_006 .listdotted li {
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.sectiontop_006 .listdotted li a {
    /*  line-height: 2;*/
}

.sectiontop_006 .btnrightpink a {
    font-weight: bold;
    font-size: 19px;
}

.sectiontop_007 {
    padding-top: 85px;
}

.sectiontop_007 .sectiontitle {
    font-size: inherit;
}

.sectiontop_007 .sectiontitle img {
    max-width: 180px;
    height: inherit;
}

.sectiontop_007 .section_description {
    margin-top: 20px;
    line-height: 2;
}

@media all and (max-width: 768px) {
    .sectiontop_007 .section_description {
        margin-top: 25px;
        margin-bottom: 40px;
    }
    .sectiontop_007 .listcirlebttom_ins {
        width: inherit !important;
        height: auto;
        margin: 0 10px;
    }
    .sectiontop_007 .listcirlebttom_ins:nth-child(1) {
        width: 134px !important;
        margin-top: -3px;
    }
    .sectiontop_007 .listcirlebttom_ins:nth-child(1) a {
        width: 134px !important;
    }
    .sectiontop_007 .listcirlebttom_ins:nth-child(1) a::after {
        width: 95%;
        height: 98%;
    }
    .sectiontop_007 .listcirlebttom_ins:nth-child(1) img {
        width: 134px !important;
    }
    .sectiontop_007 .sectiontitle img {
        height: 22px;
    }
}

@media all and (max-width: 520px) {
    .sectiontop_003 .bottom03 .bottom03_cirle a::after,
    .bottom002_ins::after {
        bottom: -4px;
    }
    .atmcard_ins a::after {
        bottom: -6px;
    }
    .toppage {
        overflow-x: hidden;
    }
}

.slick-dots li button:before {
    display: none;
}

@media all and (max-width: 1300px) and (min-width: 1000px) {
    .top_nav .container,
    .footer .footbottom .container {
        padding: 0px 15px;
    }
}

@media all and (max-width: 999px) and (min-width: 768px) {
    .nav .container {
        padding-left: 0;
        padding-right: 0;
    }
    .container,
    .top_nav .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.fixie .nav__inside__list li a {
    line-height: 43px;
}

.fixie .atmcard_ins a img {
    width: 100%;
}

.fixie .bottom03 h3 {
    padding-top: 5px;
}

.fixie .titlebg {
    line-height: 30px;
    padding-top: 15px;
}

.fixie img[src$=".gif"],
.fixie img[src$=".png"] {
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: bicubic;
}

.fixie .introhead_second .tabnews_nav .stab span,
.fixie .p-news .titlebg span {
    top: 3px;
    position: relative;
}

@media all and (max-width: 768px) {
    .fixie .sectiontop_002_in .imgtron img {
        width: 100% !important;
    }
    .fixie .sectiontop_002_in .bottom002_ins_icon,
    .fixie .sectiontop_002_in .imgtron {
        width: 100% !important;
        height: 100% !important;
    }
    .fixie .toppage .atmcard_ins {
        width: calc(50% - 5px);
        width: -ms-calc(50% - 5px);
        width: -o-calc(50% - 5px);
        margin-right: 10px;
        float: left;
    }
    .fixie .toppage .atmcard_ins:last-child {
        margin-right: 0px !important;
    }
}

.fixie .foottitle::before {
    top: 3px !important;
}

.fixie .puse-contentb:after {
    content: "";
    clear: both;
    display: block;
}
/* 
.fixie .puse-block:last-child .content-child {
    width: 100% !important;
}

@media all and (max-width: 768px) {
    .fixie .puse-block:last-child .content-child {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.fixie .puse-block:last-child .content-child--ins {
    width: calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    margin-right: 20px;
    float: left;
}

@media all and (max-width: 768px) {
    .fixie .puse-block:last-child .content-child--ins {
        width: 100%;
    }
} */

/* .fixie .page-topics-use .puse-block:nth-child(2) .content-child--ins {
    text-align: center !important;
}

.fixie .page-topics-use .puse-block:nth-child(2) .content-child--ins img {
    display: inline-block;
}

.fixie .page-topics-use .puse-content .puse-contentb:nth-child(2) .tit:before {
    margin-right: 0;
    left: 0;
    right: -60px;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media all and (min-width: 769px) {
    .fixie .page-topics-use .puse-content .puse-contentb:nth-child(2) .tit:before {
        width: 213px !important;
    }
} */

.fixie .p-process .block-process .block-process-ins .processhead h4::before {
    height: 18px !important;
    padding-top: 6px !important;
    top: -15px !important;
}

@media all and (max-width: 768px) {
    .fixie .p-process .block-process .block-process-ins .processhead h4::before {
        height: 14px !important;
        padding-top: 4px !important;
        top: -13px !important;
    }
}

.fixie .p-process-newatm .blocknewatm .blocknewatm_ins .blocknewatm_ins_title::before {
    height: 25px !important;
    padding-top: 3px !important;
}

@media all and (max-width: 768px) {
    .fixie .p-process-newatm .blocknewatm .blocknewatm_ins .blocknewatm_ins_title::before {
        height: 21px !important;
        padding-top: 3px !important;
    }
}

.fixie .p-process-newatm .blocknewatm .blocknewatm_ins .blocknewatm_ins_title span {
    top: 3px;
    position: relative;
}

.fixie .block-atminfo .atmslider_insct_l h4 span:first-child {
    padding-top: 4px;
    height: 30px;
    top: 0px;
}

@media all and (max-width: 768px) {
    .fixie .block-atminfo .atmslider_insct_l h4 span:first-child {
        height: 25px;
    }
}

@media all and (max-width: 768px) {
    .fixie .sectiontop_003 .above003 .above003_ins img.fixw {
        min-width: 150px !important;
        width: 150px !important;
        max-height: none !important;
    }
}

@media all and (max-width: 520px) {
    .fixie .sectiontop_003 .above003 .above003_ins img.fixw {
        min-width: 150px !important;
        width: 150px !important;
        max-height: none !important;
    }
}

@media all and (min-width: 769px) {
    .fixie .list_topmn ul li.language a {
        line-height: 32px;
    }
}

.menu-open .main_body,
.menu-open .to_top,
.menu-open .page_top_cont {
    position: relative;
    z-index: 0 !important;
}

.menu-open:before {
    background: rgba(255, 255, 255, 0.8) !important;
}

.menu-open .nav.show .nav__inside:before {
    content: "";
    background: #fff;
    position: absolute;
    top: -50px;
    display: block;
    width: 100% !important;
    height: 60px !important;
}

.copyright_c {
    font-size: 12px;
}

@media all and (min-width: 769px) {
    .copyright_c {
        font-family: Meiryo;
    }
}

@media all and (max-width: 768px) {
    .copyright_c {
        font-size: 20px !important;
        top: 4px;
        position: relative;
    }
}

.toppage .atmcard_ins a::after {
    border-radius: 6px;
}

@media all and (max-width: 768px) {
    .toppage .atmcard_ins a::after {
        border-radius: 5px;
    }
}

@media all and (max-width: 768px) and (min-width: 520px) {
    .sectiontop_003 .bottom03 .bottom03_cirle {
        margin-bottom: 15px;
        width: 105px !important;
        height: 105px !important;
    }
}

@media all and (max-width: 768px) and (min-width: 380px) {
    .sectiontop_003 .bottom03 .bottom03_cirle {
        margin-bottom: 15px;
        width: 100px !important;
        height: 100px !important;
    }
}

@media all and (max-width: 768px) {
    .bottom03 .bottom03_cirles {
        max-width: 370px;
        margin: 0 auto;
    }
    .bottom03 .bottom03_cirles {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media all and (max-width: 768px) {
    .footer .languagetab {
        position: relative;
        top: 4px;
    }
    .footer .language li a {
        padding: 5px 7px;
    }
    .footer .language li,
    .footer .language a {
        height: 30px !important;
    }
    .footer .language ul {
        bottom: 30px !important;
    }
}

.sectiontop_005 .listdotted li {
    padding-bottom: 25px;
    margin-bottom: 25px;
}

@media all and (max-width: 768px) {
    .sectiontop_005 .listdotted li {
        padding-bottom: 23px;
        margin-bottom: 23px;
    }
}

@media all and (max-width: 768px) {
    .listdotted .hasdate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    /*
  .listdotted .hasdate span:first-child {
    top: 3px;
    position: relative;
  }
*/
}

.linkpink {
    text-decoration: none !important;
}

.sectiontop_006 .btnrightpink a {
    display: inline-block;
    position: relative;
}

.sectiontop_006 .btnrightpink a:after {
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0px;
    left: 0;
    position: absolute;
    background: #BE3468;
    opacity: 0;
    display: block;
}

.sectiontop_006 .btnrightpink a:hover {
    text-decoration: none !important;
}

.sectiontop_006 .btnrightpink a:hover:after {
    opacity: 1;
}

@media all and (max-width: 768px) {
    .sectiontop_006 .btnrightpink a {
        font-size: 13px;
    }
}

.hidden_pc {
    display: none;
}

@media all and (max-width: 768px) {
    .hidden_pc {
        display: block;
    }
    .hidden_sp {
        display: none;
    }
}


/*
@media all and (max-width: 520px) {
  .listdotted li a {
    font-size: 12px;
  }
}*/

@media all and (max-width: 768px) {
    .mainvs .bgmv {
        height: 55vw !important;
        max-height: 100% !important;
    }
    .mainvs .bgmv img {
        width: 100%;
    }
}

@media all and (min-width: 767px) {
    .mainvs .bgmv {
        height: 320px;
        max-height: 100% !important;
    }
}


/*--------------------------------------------*/


/* 2020-03-13 add ishii mizuho free
/*--------------------------------------------*/

.services_note_free_area {
    margin: 0 auto;
    line-height: 1.8;
    font-size: 14px;
}

@media (min-width: 1024px) {
    .services_note_free_area p {
        width: 80%;
        margin: 0 auto;
    }
    .services_note_free_area p a {
        color: #BE3468;
        text-decoration: underline;
    }
}

@media (max-width: 768px) {
    .services_note_free_area p {
        width: 100%;
        margin: 0 auto;
        font-size: 12px;
    }
    .services_note_free_area p a {
        color: #BE3468;
        text-decoration: underline;
    }
}

.services_note_free_area table {
    font-size: 14px;
    border: 1px solid #888;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 10px auto;
    padding: 0;
}

@media (min-width: 1024px) {
    .services_note_free_area table {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .services_note_free_area table {
        width: 100%;
    }
}

.services_note_free_area table tr {
    text-align: center;
}

.services_note_free_area table tr th {
    padding: 6px 10px;
    background: #ebebeb;
    font-weight: bold;
    border: 1px solid #888;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .services_note_free_area table tr th {
        font-size: 10px;
        padding: 10px 0;
    }
}

.services_note_free_area table tr th .thsp {
    padding: 10px 0 !important;
}

.services_note_free_area table tr td {
    padding: 6px 10px;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    word-break: keep-all;
    vertical-align: middle;
}

.services_note_free_area table tr td span.text-bold {
    font-weight: bold;
}

.services_note_free_area table tr td span.red-bold {
    color: #be3468;
    font-weight: bold;
}

.services_note_free_area table tr td span.size150 {
    font-size: 24px;
    font-weight: bold;
}

.search_btn {
    width: 59.4%;
    margin: 38px 0 0;
    background: #be3468;
    border-radius: 22px;
}

.search_btn p {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 7.5px 0;
}

.search_btn img {
    width: 27.2%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .search_btn {
        width: 100%;
        margin: 15px 0 0;
    }
    .search_btn img {
        width: 42.4%;
    }
}


/* nosearch */

body .nosearch {
    width: 750px;
    margin: 0 auto;
}

body .nosearch a {
    margin: 0;
}

body .nosearch .atmsearch.boxformsearch {
    margin-bottom: 30px;
}

body .nosearch p,
body .nosearch li {
    font-size: 17px;
}

body .nosearch p {
    font-weight: bold;
    color: #1353a0;
}

body .nosearch ul {
    list-style: disc;
}

body .nosearch li {
    margin-left: 1em;
}

body .nosearch .search_btn {
    width: 100%;
    margin: 37px 0 13px;
}

body .nosearch .search_btn p {
    text-align: center;
    display: flex;
    align-items: center;
}

body .nosearch .bottom002 {
    width: 80%;
    margin: 0 auto 26px;
    justify-content: space-between;
}

body .nosearch .bottom002_ins {
    width: 180px;
    height: 180px;
    margin-right: 0;
    border-radius: 100%;
}

body .nosearch .atmcard {
    width: 100%;
}

@media (max-width: 768px) {
    body .nosearch {
        max-width: 100%;
        padding: 0px 6.5vw;
    }
    body .nosearch .atmsearch.boxformsearch {
        margin-bottom: 30px;
    }
    body .nosearch p,
    body .nosearch li {
        font-size: 14px;
        line-height: 1.8;
    }
    body .nosearch .search_btn {
        margin: 37px 0 13px;
    }
    body .nosearch .bottom002 {
        width: 100%;
        margin: 0 auto 26px;
    }
    body .nosearch .bottom002_ins {
        width: 30.7%;
        height: auto;
    }
    body .nosearch .atmcard {
        width: 100%;
    }
    body .nosearch .atmcard .atmcard_ins {
        width: 47.69%;
        margin-left: 0;
    }
}