@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700&display=swap);

*,
::after,
::before {
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(17, 17, 17, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #111;
    text-align: left;
    background-color: #F0F2F4
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem
}

p {
    margin-bottom: 0
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: 700
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    text-decoration: none;
    background-color: transparent
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #111;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: 0
}

button {
    border-radius: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

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

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

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 22px;
    overflow: hidden
}

.content main.main-left {
    float: left;
    width: 100%;
    max-width: calc(100% - 280px)
}

.content main.main-right {
    width: 100%;
    float: right;
    max-width: calc(100% - 280px)
}

.content main .mg-top {
    margin-top: 40px
}

.content aside {
    width: calc(280px - 50px)
}

.content aside.sidebar-right {
    float: right
}

.content aside.sidebar-left {
    float: left
}

@media screen and (max-width:768px) {
    .content {
        padding: 30px 16px
    }

    .content aside {
        float: none;
        width: 100%
    }
}

@media only screen and (max-width:540px) {
    .content {
        padding: 22px 10px
    }
}

::selection {
    background: rgba(21, 101, 192, .5)
}

h1 {
    font-size: 34px;
    font-weight: 500
}

h2 {
    font-size: 26px;
    font-weight: 500
}

p {
    margin-top: 1.5em
}

ul {
    margin-top: 1.5em;
    list-style-type: none;
    list-style-position: inside
}

ul li {
    margin: 1.5em 0 0
}

ul.disc {
    list-style-type: disc
}

ul.disc li {
    margin: 1.5em 0 0 1.5em;
    text-indent: -1.3em
}

ol {
    list-style-type: decimal;
    list-style-position: inside
}

ol li {
    margin: 1.5em 0 0 1.4em;
    text-indent: -1.3em
}

a {
    color: #175b96;
    transition: all .3s
}

a:active,
a:focus,
a:hover {
    color: #3390e0;
    text-decoration: none
}

/* a[href$=".pdf"]::after {
    padding-left: 5px;
    display: inline-block;
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: #e74e4e;
    vertical-align: middle
}

a[href$=".xlsx"]::after,
a[href$=".xls"]::after {
    padding-left: 5px;
    display: inline-block;
    content: "\f1c3";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: #00980b;
    vertical-align: middle
}

a[href$=".doc"]::after,
a[href$=".docx"]::after {
    padding-left: 5px;
    display: inline-block;
    content: "\f1c2";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: #006b9f;
    vertical-align: middle
} */

a:hover {
    text-decoration: underline
}

a:focus {
    outline: 0
}

h1+*,
h2+*,
h3+*,
h4+*,
h5+* {
    margin-top: 0
}

strong.mk {
    background: linear-gradient(transparent 65%, rgba(21, 101, 192, .666)65%);
    font-weight: 700
}

.en {
    font-family: Lato, sans-serif
}

.red {
    color: #E60012
}

.txt-c {
    text-align: center
}

.txt-r {
    text-align: right
}

.yen:after {
    content: "円";
    margin: 0 0 0 5px;
    font-size: 70%
}

.gram:after {
    content: "g";
    margin: 0 0 0 5px;
    font-size: 70%
}

.mon:after {
    content: "月";
    margin: 0 0 0 5px;
    font-size: 70%
}

.hon:after {
    content: "本";
    margin: 0 0 0 5px;
    font-size: 70%
}

@media screen and (max-width:480px) {
    h1 {
        font-size: 22px
    }

    h2 {
        font-size: 18px
    }
}

table {
    width: 100%
}

table caption {
    width: 100%;
    caption-side: top
}

.must:before {
    content: "必須";
    display: inline-block;
    width: 43px;
    margin: 0 12px 0 0;
    padding: 4px 8px;
    color: #E60012;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    border: 1px solid #E60012
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
    height: 60px;
    width: calc(50% - 5px);
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
    color: #000;
    border: 3px solid;
    border-color: #d8dfe3;
    border-radius: 1px;
    background-color: #fff;
    -webkit-appearance: none
}

input[type=email].error,
input[type=number].error,
input[type=password].error,
input[type=tel].error,
input[type=text].error {
    border-color: #E60012;
    background-color: #ffeff1
}

input[type=email]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=text]:disabled {
    background-color: #f5f7f8;
    border-color: #f5f7f8
}

input[type=email]:disabled.result,
input[type=number]:disabled.result,
input[type=password]:disabled.result,
input[type=tel]:disabled.result,
input[type=text]:disabled.result {
    background-color: #e7eff8;
    border-color: #e7eff8
}

input[type=email].date,
input[type=number].date,
input[type=password].date,
input[type=tel].date,
input[type=text].date {
    width: 41%
}

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

    input[type=email].date:first-child,
    input[type=number].date:first-child,
    input[type=password].date:first-child,
    input[type=tel].date:first-child,
    input[type=text].date:first-child {
        margin-bottom: 10px
    }
}

input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus {
    outline: 0;
    border-color: #147bcc;
    background-color: rgba(225, 245, 254, .5)
}

input[type=number]:focus.error,
input[type=password]:focus.error,
input[type=tel]:focus.error,
input[type=text]:focus.error {
    border-color: #E60012;
    background-color: #ffeff1
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.ck-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0;
    padding: 0
}

.ck-container.jst-c {
    justify-content: center
}

.ck-container li {
    margin: 0 10px 0 0
}

.ck-container li input {
    display: none
}

.ck-container li input:focus+label {
    box-shadow: 0 0 20px rgba(0, 0, 0, .6)
}

.ck-container li input:checked+label {
    background-image: linear-gradient(-76deg, #143861 0, #175b96 100%);
    color: #fff
}

.ck-container li input:checked+label::before {
    background-color: #fff
}

.ck-container li label {
    display: block;
    position: relative;
    padding: 15px 20px 15px 52px;
    border-radius: 100px;
    color: #111;
    background-color: #eceff1;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    transition: background-color .2s, box-shadow .2s
}

.ck-container li label::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    width: 35px;
    border: 3px solid #fff;
    border-radius: 100px;
    transition: background-color .2s
}

.ck-container li label::first-of-type {
    transform: translateX(-40px)
}

.ck-container li label::last-of-type {
    transform: translateX(40px)
}

::-webkit-input-placeholder {
    color: #aaa
}

::-moz-placeholder {
    color: #aaa;
    opacity: 1
}

:-ms-input-placeholder {
    color: #aaa
}

.select-wrap {
    width: calc(100% - 50px);
    position: relative;
    border: 1px solid #eceff1;
    border-radius: 2px;
    background: #fff
}

.select-wrap select {
    width: 100%;
    height: 60px;
    padding: 0 60px 0 1em;
    color: #111;
    text-indent: .01px;
    text-overflow: ellipsis;
    font-size: 18px;
    border: none;
    outline: 0;
    background: 0 0;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer
}

.select-wrap select::-ms-expand {
    display: none
}

.select-wrap::before {
    position: absolute;
    top: 24px;
    right: 20px;
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 18px solid #eceff1;
    pointer-events: none
}

.select-wrap:after {
    position: absolute;
    top: 0;
    right: 60px;
    bottom: 0;
    width: 1px;
    content: "";
    border-left: 1px solid #eceff1
}

.error-msg-box {
    position: relative;
    width: 100%;
    padding: 20px 18px 20px 58px;
    font-size: 18px;
    line-height: 1.2;
    color: #E60012;
    border: 2px solid #E60012
}

.error-msg-box:before {
    position: absolute;
    top: 20px;
    left: 18px;
    display: block;
    content: "";
    width: 26px;
    height: 26px;
    background-image: url(../images/icon-att.svg);
    background-repeat: no-repeat;
    background-size: 100%
}

.error-txt {
    margin: 0;
    padding: 10px 0;
    color: #E60012
}

.msg-box {
    width: 100%;
    margin-top: 0;
    padding: 20px 18px;
    font-size: 16px;
    line-height: 1.2;
    border: 8px solid #eceff1
}

.submit-msg-box {
    width: 100%;
    margin-top: 40px;
    padding: 20px 18px;
    font-size: 16px;
    line-height: 1.2;
    border: 8px solid #eceff1
}

@media screen and (max-width:480px) {
    .submit-msg-box {
        margin-top: 20px
    }
}

.bread-wrap {
    margin: 0;
    padding: 19px 0;
    background-color: none
}

.bread-wrap .bread-crumb {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding: 6px 2%;
    list-style-type: none
}

.bread-wrap .bread-crumb li {
    display: flex;
    margin: 3px 0;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 1
}

.bread-wrap .bread-crumb li:not(:last-child):after {
    display: inline-block;
    content: "";
    width: 7px;
    height: 13px;
    margin: 0 12px 0 14px;
    background-image: url(../images/icon-arrow-blk.svg);
    background-size: 7px 13px
}

.bread-wrap .bread-crumb li a {
    line-height: 1
}

.card-box {
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    border-radius: 4px
}

.card-box h1 {
    margin-bottom: 30px;
    padding: 0 5px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1
}

.card-box h1.time {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center
}

.card-box h1.time time {
    font-size: 15px;
    font-weight: 400
}

@media only screen and (max-width:568px) {
    .card-box {
        padding: 30px 1.5em
    }

    .card-box h1 {
        font-size: 18px
    }

    .card-box h1 span {
        display: block
    }
}

button {
    transition: all .3s ease;
    cursor: pointer
}

button:focus {
    outline: 0
}

.btn-box {
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
    padding: 50px 0 20px;
    overflow: hidden
}

.btn-box a {
    width: 100%;
    margin: 0 auto;
    padding: 1.1em 0;
    font-size: 20px;
    border-radius: 50px
}

.btn-box.canceled,
.btn-box.double {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.btn-box.canceled a,
.btn-box.canceled button,
.btn-box.double a,
.btn-box.double button {
    width: 47%;
    max-width: 330px
}

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

    .btn-box a,
    .btn-box button {
        font-size: 16px
    }

    .btn-box.canceled a,
    .btn-box.canceled button,
    .btn-box.double a,
    .btn-box.double button {
        width: 96%
    }
}

a.gra-btn,
button.gra-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    line-height: 1.1;
    color: #fff;
    background-image: linear-gradient(-76deg, #143861 0, #175b96 100%);
    border: none;
    box-shadow: 0 1px 0 0 #175b96
}

a.gra-btn:hover,
button.gra-btn:hover {
    background-image: linear-gradient(-76deg, rgba(20, 56, 97, .8)0, rgba(23, 91, 150, .8)100%);
}

a.cancel-btn,
button.cancel-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    line-height: 1.1;
    color: #fff;
    background-image: linear-gradient(-63deg, #a0a0a0 0, #d2d4d6 66%);
    border: none;
    box-shadow: 0 1px 0 0 #b6b6b6
}

a.cancel-btn:hover,
button.cancel-btn:hover {
    background-image: linear-gradient(-63deg, rgba(160, 160, 160, .81)0, rgba(210, 212, 214, .81)66%)
}

.blank-link,
.box-link {
    cursor: pointer
}

header {
    background-color: #fff
}

header .wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 10px;
    align-items: center
}

header .wrap .logo {
    width: 310px
}

header .wrap .logo img {
    width: 100%;
    height: auto
}

header .wrap ul.user {
    margin: 0 20px 0 auto;
    padding: 0
}

header .wrap ul.user li {
    margin: 0;
    font-size: 15px;
    line-height: 1;
    text-align: right
}

header .wrap .logout a {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #111
}

header .wrap .logout a::before {
    content: "";
    width: 26px;
    height: 26px;
    margin-right: 5px;
    background-image: url(../images/icon-logout.svg);
    background-repeat: no-repeat
}

@media screen and (max-width:768px) {
    header .wrap {
        padding: 15px 10px
    }

    header .wrap .logo {
        width: 240px
    }

    header .wrap .logout {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin-right: 60px;
    }

    header .wrap .logout a {
        font-size: 13px;
    }

    header .wrap .logout a::before {
        height: 21px;
        margin-top: 1px;
    }
}

@media only screen and (max-width:568px) {
    header .wrap {
        padding-bottom: 10px
    }

    header .wrap ul.user {
        width: 100%;
        margin: 0;
        padding-top: 12px;
        justify-content: center
    }

    header .wrap .logout {
        width: 100%;
        margin: 6px 0 -4px
    }

    header .wrap .logout a {
        margin: 0 auto
    }
}

#nav-switch {
    display: none
}

@media screen and (max-width:768px) {
    #nav-switch {
        display: block;
        position: absolute;
        top: 19px;
        right: 16px;
        width: 25px;
        height: 15px;
        cursor: pointer;
        z-index: 101
    }

    #nav-switch .is-open:before {
        top: 5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        box-shadow: none
    }

    #nav-switch .is-open:after {
        top: 5px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #nav-switch:after,
    #nav-switch:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background: #175b96;
        -webkit-transition: .5s;
        transition: .5s
    }

    #nav-switch:before {
        top: 0;
        box-shadow: 0 6px 0 #175b96
    }

    #nav-switch:after {
        top: 12px
    }

    #nav-switch span {
        position: absolute;
        display: block;
        bottom: -22px;
        left: -7px;
        width: 40px;
        font-size: 8px;
        letter-spacing: -1px;
        text-align: center;
        color: #111
    }
}

.g-nav {
    position: relative;
    margin: 0
}

.g-nav .nav-lv1 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    align-items: center;
    background-image: linear-gradient(-76deg, #143861 0, #175b96 100%)
}

.g-nav .nav-lv1 .nav-lv1-item {
    position: relative;
    width: calc(100 / 5 * 1%);
    margin: 0
}

.g-nav .nav-lv1 .nav-lv1-item:not(:nth-child(5)) {
    border-right: 1px solid rgba(255, 255, 255, .8)
}

.g-nav .nav-lv1 .nav-lv1-item.sp {
    display: none
}

.g-nav .nav-lv1 .nav-lv1-item>a {
    display: block;
    width: 100%;
    padding: 14px 0 17px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    color: #fff
}

.g-nav .nav-lv1 .nav-lv1-item>a:hover {
    text-decoration: none;
    background-color: #175b96
}

.g-nav .nav-lv1 .nav-lv1-item .nav-lv2-wrap {
    display: none;
    position: absolute;
    top: 47px;
    left: 0;
    width: 100%;
    z-index: 100000;
    background-color: rgba(255, 255, 255, .93);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

.g-nav .nav-lv1 .nav-lv1-item .nav-lv2-wrap .nav-lv2 {
    margin: 0;
    padding: 0
}

.g-nav .nav-lv1 .nav-lv1-item .nav-lv2-wrap .nav-lv2 .nav-lv2-item {
    margin: 0
}

.g-nav .nav-lv1 .nav-lv1-item .nav-lv2-wrap .nav-lv2 .nav-lv2-item a {
    display: block;
    width: 100%;
    padding: 1.1em 0;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    color: #1565C0
}

.g-nav .nav-lv1 .nav-lv1-item .nav-lv2-wrap .nav-lv2 .nav-lv2-item a:hover {
    text-decoration: underline
}

.g-nav .nav-lv1 .nav-lv1-item .nav-lv2-wrap .nav-lv2 .nav-lv2-item:not(:last-child) {
    border-bottom: 1px solid #eceff1
}

@media only screen and (max-width:1080px) {
    .g-nav .nav-lv1 {
        padding: 0
    }

    .g-nav .nav-lv1 .nav-lv1-item .nav-lv2-wrap .nav-lv2 .nav-lv2-item a span {
        display: block
    }
}

@media screen and (max-width:768px) {
    .g-nav {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin: 59px 0 0;
        z-index: 10000
    }

    .g-nav .nav-lv1 {
        padding: 0;
        background-image: linear-gradient(-76deg, #143861 0, #175b96 100%)
    }

    .g-nav .nav-lv1 .nav-lv1-item {
        display: inherit;
        width: 100%;
        height: auto;
        padding: 0;
        border: 0;
        border-left: 0
    }

    .g-nav .nav-lv1 .nav-lv1-item:not(:nth-child(5)) {
        border-right: 0 solid rgba(255, 255, 255, .8)
    }

    .g-nav .nav-lv1 .nav-lv1-item:not(:nth-child(6)) {
        border-bottom: 1px solid rgba(255, 255, 255, .8)
    }

    .g-nav .nav-lv1 .nav-lv1-item.sp {
        display: block
    }

    .g-nav .nav-lv1 .nav-lv1-item.logout {
        position: relative
    }

    .g-nav .nav-lv1 .nav-lv1-item.logout a {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center
    }

    .g-nav .nav-lv1 .nav-lv1-item.logout a:before {
        content: "";
        width: 18px;
        height: 18px;
        margin: 2px 10px 0 0;
        background-image: url(../images/icon-logout-wh.svg);
        background-size: 100%
    }

    .g-nav .nav-lv1 .nav-lv1-item.parent {
        position: relative;
        flex-direction: column
    }

    .g-nav .nav-lv1 .nav-lv1-item.parent>a:after {
        position: absolute;
        right: 25px;
        display: inline-block;
        content: "";
        width: 15px;
        height: 15px;
        margin: 0;
        background-image: url(../images/icon-plus-wh.svg);
        background-size: 15px auto
    }

    .g-nav .nav-lv1 .nav-lv1-item .nav-lv2-wrap {
        position: static;
        background-image: none;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0)
    }

    .g-nav .nav-lv1 .nav-lv1-item .nav-lv2-wrap .nav-lv2 .nav-lv2-item a span {
        display: inline
    }
}

@media only screen and (max-width:568px) {
    .g-nav {
        margin: 81px 0 0
    }
}

footer {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
    background-image: linear-gradient(-76deg, #143861 0, #175b96 100%)
}

footer p {
    width: 100%;
    margin: 0;
    color: #fff;
    font-size: 12px;
    text-align: center
}

input::placeholder {
    color: #aaa
}

input::-webkit-input-placeholder {
    color: #aaa
}

input::-moz-placeholder {
    color: #aaa;
    opacity: 1
}

input:-ms-input-placeholder {
    color: #aaa
}

input::-ms-input-placeholder {
    color: #aaa
}