@charset "UTF-8";
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;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

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

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none
}

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

@font-face {
    font-family: "icons";
    src: url("../fonts/icons.eot") format("embedded-opentype"),url("../fonts/icons.woff2") format("woff2"),url("../fonts/icons.woff") format("woff"),url("../fonts/icons.ttf") format("truetype"),url("../fonts/icons.svg") format("svg")
}

i {
    line-height: 1
}

i[class^="icon-"]:before,i[class*=" icon-"]:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,*::before,*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container,.sticky_banner .wrap {
    width: 100%;
    /* padding-right: 2.5px; */
    /* padding-left: 2.5px; */
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container,.sticky_banner .wrap {
        max-width:1200px
    }
}

@media (min-width: 768px) {
    .container,.sticky_banner .wrap {
        max-width:1200px
    }
}

@media (min-width: 992px) {
    .container,.sticky_banner .wrap {
        max-width:1200px
    }
}

@media (min-width: 1200px) {
    .container,.sticky_banner .wrap {
        max-width:1200px
    }
}

.container-prefectures {
    width: calc(100% - 130px);
}

.container-prefectures-aside {
    width: 130px;
    padding: 10px;
}

.container-prefectures-aside .wrap a{
    left: calc(100% - 120px);
}


.container-fluid {
    width: 100%;
    padding-right: 2.5px;
    padding-left: 2.5px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -2.5px;
    margin-left: -2.5px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 2.5px;
    padding-left: 2.5px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display:none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display:none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display:none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display:none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0,.my-0 {
    margin-top: 0 !important
}

.mr-0,.mx-0 {
    margin-right: 0 !important
}

.mb-0,.my-0 {
    margin-bottom: 0 !important
}

.ml-0,.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,.my-1 {
    margin-top: .25rem !important
}

.mr-1,.mx-1 {
    margin-right: .25rem !important
}

.mb-1,.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,.my-2 {
    margin-top: .5rem !important
}

.mr-2,.mx-2 {
    margin-right: .5rem !important
}

.mb-2,.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,.my-3 {
    margin-top: 1rem !important
}

.mr-3,.mx-3 {
    margin-right: 1rem !important
}

.mb-3,.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,.my-5 {
    margin-top: 3rem !important
}

.mr-5,.mx-5 {
    margin-right: 3rem !important
}

.mb-5,.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,.py-0 {
    padding-top: 0 !important
}

.pr-0,.px-0 {
    padding-right: 0 !important
}

.pb-0,.py-0 {
    padding-bottom: 0 !important
}

.pl-0,.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,.py-1 {
    padding-top: .25rem !important
}

.pr-1,.px-1 {
    padding-right: .25rem !important
}

.pb-1,.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,.py-2 {
    padding-top: .5rem !important
}

.pr-2,.px-2 {
    padding-right: .5rem !important
}

.pb-2,.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,.py-3 {
    padding-top: 1rem !important
}

.pr-3,.px-3 {
    padding-right: 1rem !important
}

.pb-3,.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,.py-5 {
    padding-top: 3rem !important
}

.pr-5,.px-5 {
    padding-right: 3rem !important
}

.pb-5,.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,.my-auto {
    margin-top: auto !important
}

.mr-auto,.mx-auto {
    margin-right: auto !important
}

.mb-auto,.my-auto {
    margin-bottom: auto !important
}

.ml-auto,.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin:0 !important
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,.py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,.my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,.mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,.my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,.mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,.my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,.mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,.my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,.mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,.my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,.mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,.my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,.mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,.my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,.mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,.my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,.mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,.my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,.mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,.my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,.mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin:0 !important
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,.my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,.mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,.my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,.my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,.py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,.py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,.px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,.px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,.my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,.mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,.my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,.mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,.my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,.mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,.my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,.mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,.my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,.mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,.my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,.mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,.my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,.mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,.my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,.mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,.my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,.mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,.my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,.mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,.my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin:0 !important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,.my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,.mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,.my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,.mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,.my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,.mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,.my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,.mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,.my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,.mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,.my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,.mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,.my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,.mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,.my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,.mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,.my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,.mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,.my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,.mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin:0 !important
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,.py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,.my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,.mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,.my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,.mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,.my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,.mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,.my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,.mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,.my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,.mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,.my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,.mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,.my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,.mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,.my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,.mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,.my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,.mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,.my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,.mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto !important
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.icon-angel-bottom-circle:before {
    content: "\f101"
}

.icon-angel-bottom:before {
    content: "\f102"
}

.icon-angle-right:before,.btn.x-caret-right:after,.list__angle_right li:before,.list__sq_angel_right li:before,.list__box_link a:before,.link.x-angle-right:after,.form_select:before,.section_header .link:before,.banner_slider .item:after,.oyakudachi_item.x-small .body:before,#GlobalHeader .find_history .link:after,.report_worklist_contents .work_list .item .ttl:before {
    content: "\f103"
}

.icon-caret-bottom:before,.job_offer_search__form .form_select:before {
    content: "\f106"
}

.icon-caret-right:before,.list__caret_right li:before,#GlobalHeader .global_sub_menu .link:before,.news_box .item:before {
    content: "\f107"
}

.icon-check:before,.form__checkbox_label:after {
    content: "\f108"
}

.icon-circle-angle-bottom:before {
    content: "\f109"
}

.icon-circle-cross:before {
    content: "\f10a"
}

.icon-cross:before,.report_detail .delete_report:before {
    content: "\f10b"
}

.icon-hatena:before {
    content: "\f10c"
}

.icon-history:before {
    content: "\f10d"
}

.icon-home:before {
    content: "\f10e"
}

.icon-login:before {
    content: "\f10f"
}

.icon-registration:before {
    content: "\f110"
}

.icon-search:before {
    content: "\f111"
}

.icon-star:before {
    content: "\f112"
}

.icon-thumbs-up:before,.card .pickup_comment>.ttl:before,.job_data__header>.info .ichioshi:before {
    content: "\f113"
}

.icon-yen-bag:before,.table__pay .yen:before,.pay_area__data>.header .area_ave:before {
    content: "\f114"
}

.icon-yen-circle:before {
    content: "\f115"
}

.icon-logined:before {
    content: url(../fonts/logined.png);
}

.area_data {
    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-size: auto auto;
    background-color: #fff;
    background-image: repeating-linear-gradient(90deg, transparent, transparent 1px, #eee 1px, #eee 4px);
    border-radius: 5px;
    padding: 40px;
    position: relative
}

.area_data .pop {
    position: absolute;
    top: 100px;
    left: 90px;
    z-index: 10
}

.area_data .pop .ttl {
    font-size: 30px;
    color: #567cc9;
    margin-bottom: 0.5rem
}

.area_data .pop i {
    margin-right: 0.2em
}

.area_data .pop i:before {
    vertical-align: -4px
}

.area_data .pop .txt {
    line-height: 1.5
}

#AreaMap {
    width: 983px;
    height: 595px;
    position: relative
}

#AreaMap li {
    position: absolute
}

#AreaMap li a {
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    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: 100%;
    height: 100%;
    color: #000;
    -webkit-transition: .2s;
    transition: .2s
}

#AreaMap li a:hover {
    background-color: #fff !important
}

#AreaMap li.area1 a {
    background-color: #aae8d6;
    border: 1px solid #aae8d6
}

#AreaMap li.area2 a {
    background-color: #97b8ed;
    border: 1px solid #97b8ed
}

#AreaMap li.area3 a {
    background-color: #acd598;
    border: 1px solid #acd598
}

#AreaMap li.area4 a {
    background-color: #ffbeda;
    border: 1px solid #ffbeda
}

#AreaMap li.area5 a {
    background-color: #facd89;
    border: 1px solid #facd89
}

#AreaMap li.area6 a {
    background-color: #da9ed4;
    border: 1px solid #da9ed4
}

#AreaMap li.area7 a {
    background-color: #93cbfe;
    border: 1px solid #93cbfe
}

#AreaMap li.area8 a {
    background-color: #ffc9b9;
    border: 1px solid #ffc9b9
}

#AreaMap .hokkaidou {
    left: 828px;
    top: 41px;
    width: 133px;
    height: 36px;
    height: 77px;
    width: 155px;
    height: 128px;
    top: 17px
}

#AreaMap .aomori {
    left: 828px;
    top: 164px;
    width: 133px;
    height: 36px;
    height: 36px
}

#AreaMap .iwate {
    left: 897px;
    top: 205px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .akita {
    left: 828px;
    top: 205px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .miyagi {
    left: 897px;
    top: 246px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .yamagata {
    left: 828px;
    top: 246px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .fukushima {
    left: 828px;
    top: 287px;
    width: 133px;
    height: 36px;
    height: 36px
}

#AreaMap .tochigi {
    left: 897px;
    top: 328px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .gunma {
    left: 828px;
    top: 328px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .ibaraki {
    left: 897px;
    top: 369px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .saitama {
    left: 828px;
    top: 369px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .chiba {
    left: 897px;
    top: 410px;
    width: 64px;
    height: 36px;
    height: 77px
}

#AreaMap .toukyou {
    left: 828px;
    top: 410px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .kanagawa {
    left: 828px;
    top: 451px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .niigata {
    left: 759px;
    top: 287px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .toyama {
    left: 690px;
    top: 287px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .ishikawa {
    left: 621px;
    top: 287px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .nagano {
    left: 759px;
    top: 328px;
    width: 64px;
    height: 36px;
    height: 77px
}

#AreaMap .gifu {
    left: 690px;
    top: 328px;
    width: 64px;
    height: 36px;
    height: 77px
}

#AreaMap .fukui {
    left: 621px;
    top: 328px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .yamanashi {
    left: 759px;
    top: 410px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .aichi {
    left: 690px;
    top: 410px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .shizuoka {
    left: 759px;
    top: 451px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .shiga {
    left: 621px;
    top: 369px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .kyouto {
    left: 552px;
    top: 369px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .hyougo {
    left: 483px;
    top: 369px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .mie {
    left: 621px;
    top: 410px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .nara {
    left: 552px;
    top: 410px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .oosaka {
    left: 483px;
    top: 410px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .wakayama {
    left: 483px;
    top: 451px;
    width: 133px;
    height: 36px;
    height: 36px
}

#AreaMap .totori {
    left: 414px;
    top: 369px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .shimane {
    left: 345px;
    top: 369px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .yamaguchi {
    left: 276px;
    top: 369px;
    width: 64px;
    height: 36px;
    height: 77px
}

#AreaMap .okayama {
    left: 414px;
    top: 410px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .hiroshima {
    left: 345px;
    top: 410px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .kagawa {
    left: 345px;
    top: 451px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .ehime {
    left: 276px;
    top: 451px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .tokushima {
    left: 345px;
    top: 492px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .kouchi {
    left: 276px;
    top: 492px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .ooita {
    left: 207px;
    top: 410px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .fukuoka {
    left: 138px;
    top: 410px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .saga {
    left: 69px;
    top: 410px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .miyazaki {
    left: 207px;
    top: 451px;
    width: 64px;
    height: 36px;
    height: 77px
}

#AreaMap .kumamoto {
    left: 138px;
    top: 451px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .nagasaki {
    left: 69px;
    top: 451px;
    width: 64px;
    height: 36px;
    height: 36px
}

#AreaMap .kagoshima {
    left: 69px;
    top: 492px;
    width: 133px;
    height: 36px;
    height: 36px
}

#AreaMap .okinawa {
    left: 0px;
    top: 533px;
    width: 133px;
    height: 36px;
    height: 36px;
    top: 555px
}

.gutter-5 {
    margin-left: -2.5px;
    margin-right: -2.5px
}

.gutter-5>[class*='col-'] {
    padding-left: 2.5px;
    padding-right: 2.5px;
    padding-bottom: 5px
}

.gutter-10 {
    margin-left: -5px;
    margin-right: -5px
}

.gutter-10>[class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px
}

.gutter-15 {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.gutter-15>[class*='col-'] {
    padding-left: 7.5px;
    padding-right: 7.5px;
    padding-bottom: 15px
}

.gutter-20 {
    margin-left: -10px;
    margin-right: -10px
}

.gutter-20>[class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px
}

.gutter-25 {
    margin-left: -12.5px;
    margin-right: -12.5px
}

.gutter-25>[class*='col-'] {
    padding-left: 12.5px;
    padding-right: 12.5px;
    padding-bottom: 25px
}

.col-c5 {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-c7 {
    width: 14.28571%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

body {
    font-size: 16px;
    color: #000;
    border-top: 5px #2e62b9 solid;
    font-family: -apple-system, BlinkMacSystemFont,"Helvetica Neue", "Segoe UI", Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3", Arial, "メイリオ", Meiryo, sans-serif
}

a {
    color: #2e62b9;
    text-decoration: none
}

a.x-hover_trns {
    -webkit-transition: .2s;
    transition: .2s
}

a.x-hover_trns:hover {
    opacity: .7
}

a.x-tdu {
    text-decoration: underline
}

a.x-tdu:hover {
    text-decoration: none
}

a.x-h_tdu {
    text-decoration: none
}

a.x-h_tdu:hover {
    text-decoration: underline
}

.btn {
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background-color: #2e62b9;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
    line-height: 1;
    background-color: #2e62b9;
    border: 1px solid #2e62b9;
    color: #fff
}

.btn:hover {
    color: #2e62b9
}

.btn:hover i {
    color: #2e62b9
}

.btn.x-red {
    background-color: red;
    border: 1px solid red;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.btn.x-red:hover {
    color: red
}

.btn.x-red:hover i {
    color: red
}

.btn.x-red:hover {
    border: 1px solid red
}

.btn.x-gray {
    background: #eee;
    color: #000;
    border: 1px solid #CCC
}

.btn.x-gray i {
    color: #2e62b9
}

.btn.x-gray.x-caret-right:after {
    color: #2e62b9
}

.btn.x-gray:hover {
    background: #fff
}

.btn.x-light_blue {
    background-color: #00A0E9;
    border: 1px solid #00A0E9;
    color: #fff
}

.btn.x-light_blue:hover {
    color: #00A0E9
}

.btn.x-light_blue:hover i {
    color: #00A0E9
}

.btn.x-alpine_blue {
    background-color: #799bd2;
    border: 1px solid #799bd2;
    color: #fff
}

.btn.x-alpine_blue:hover {
    color: #2e62b9
}

.btn.x-alpine_blue:hover i {
    color: #2e62b9
}

.btn.x-orange {
    background-color: #fd9001;
    border: 1px solid #fd9001;
    color: #fff
}

.btn.x-orange:hover {
    color: #fd9001
}

.btn.x-orange:hover i {
    color: #fd9001
}

.btn.x-outline {
    border: 1px solid #2e62b9;
    background: transparent;
    color: #000
}

.btn.x-outline:hover {
    background: #2e62b9;
    color: #fff
}

.btn.x-outline:hover.x-caret-right:after {
    color: #fff
}

.btn.x-outline:hover i {
    color: #fff
}

.btn.x-outline.x-caret-right:after {
    color: #2e62b9
}

.btn.x-outline.x-gray {
    border: 1px solid #ccc;
    background-color: transparent
}

.btn.x-outline.x-gray:hover {
    background: #eee
}

.btn.x-outline i {
    color: #2e62b9
}

.btn.x-caret-right {
    position: relative
}

.btn.x-caret-right:after {
    position: absolute;
    top: 0;
    right: 3px;
    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;
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.8em
}

.btn.x-fill {
    width: 100%
}

.btn.x-block {
    display: block
}

.btn.x-big {
    font-size: 24px;
    padding: 24px 64px
}

.btn.x-lg {
    font-size: 18px;
    padding: 12px
}

.btn.x-fav {
    position: relative
}

.btn.x-fav:before {
    width: 29px;
    height: 28px;
    background: url("../images/testimg/star-white-fill.svg") 0 0 no-repeat;
    content: "";
    display: block;
    background-size: contain;
    position: absolute;
    top: calc(50% - 14px);
    left: 10px
}

.btn.x-fav.x-active:before {
    background-image: url("../images/testimg/star-on.svg")
}

.btn._center {
    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
}

.btn i {
    margin: 0 0.5em;
    display: inline-block;
    vertical-align: text-bottom;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s
}

.btn:hover {
    text-decoration: none;
    background-color: #fff
}

.tag {
    border-radius: 5px;
    text-align: center;
    color: #000;
    padding: 5px
}

.tag.x-gray {
    background: #9A9A9A;
    color: #fff
}

.tag.x-blue {
    background: #6eb2f1;
    color: #fff
}

.tag.x-pale_orange {
    background: #facd89;
    color: #fff
}

.tag.x-pink {
    background: #f19ec2;
    color: #fff
}

.tag.x-light_pink {
    background: #F9AB92;
    color: #fff
}

.tag.x-red {
    background: red;
    color: #fff
}

.tag.x-light_blue {
    background: #00A0E9;
    color: #fff
}

.tag.x-orange {
    background: #fd9001;
    color: #fff
}

.tag.x-outline {
    background: transparent;
    border-width: 1px;
    border-style: solid
}

.tag.x-outline.x-blue {
    color: #6eb2f1;
    border-color: #6eb2f1
}

.tag.x-outline.x-pale_orange {
    color: #facd89;
    border-color: #facd89
}

.tag.x-outline.x-pink {
    color: #f19ec2;
    border-color: #f19ec2
}

.tag.x-outline.x-red {
    color: red;
    border-color: red
}

.tag.x-outline.x-light_blue {
    color: #00A0E9;
    border-color: #00A0E9
}

.tag.x-outline.x-orange {
    color: #fd9001;
    border-color: #fd9001
}

.title.x-big {
    font-size: 48px
}

.title.x-fill {
    background: #2e62b9;
    font-size: 30px;
    font-weight: bold;
    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;
    height: 150px;
    color: #fff
}

.title.x-blue {
    color: #2e62b9
}

.sec_ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
    border-color: #2e62b9
}

.sec_ttl.x-bdl {
    border-left-width: 10px;
    border-style: solid;
    padding-left: 10px
}

.sec_ttl.x-bdb {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 3px
}

.sec_ttl.x-orange {
    border-color: #fd9001
}

.sec_ttl.x-small {
    font-size: 16px;
    line-height: 1;
    font-weight: normal
}

.list.x-bd {
    border: 1px solid #ccc
}

.list__square {
    line-height: 1.5
}

.list__square li {
    margin-bottom: 0.2rem
}

.list__square li:before {
    margin-right: 0.3em;
    background: #2e62b9;
    color: #fff;
    display: inline-block;
    content: "";
    width: .8em;
    height: .8em
}

.list__square a {
    text-decoration: none
}

.list__square a:hover {
    text-decoration: underline
}

.list__angle_right,.list__caret_right,.list__sq_angel_right {
    line-height: 1.5
}

.list__angle_right li,.list__caret_right li,.list__sq_angel_right li {
    margin-bottom: 0.2rem
}

.list__angle_right li:before,.list__caret_right li:before,.list__sq_angel_right li:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.list__angle_right a,.list__caret_right a,.list__sq_angel_right a {
    text-decoration: none
}

.list__angle_right a:hover,.list__caret_right a:hover,.list__sq_angel_right a:hover {
    text-decoration: underline
}

.list__angle_right.x-links li,.list__caret_right.x-links li,.list__sq_angel_right.x-links li {
    color: #2e62b9
}

.list__angle_right li:before {
    font-size: .7em;
    margin-right: 0.5em
}

.list__sq_angel_right li:before {
    font-size: .5em;
    margin-right: 0.5em;
    background: #2e62b9;
    color: #fff;
    padding: 4px
}

.list__box_link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: columns;
    flex-flow: columns;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #2e62b9;
    border-radius: 5px;
    padding: 22px;
    font-size: 17px;
    color: #000;
    font-weight: bold;
    -webkit-transition: .2s;
    transition: .2s
}

.list__box_link a:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    color: #2e62b9;
    margin-right: 1em;
    -webkit-transition: .2s;
    transition: .2s
}

.list__box_link a:hover {
    background: #2e62b9;
    color: #fff
}

.list__box_link a:hover:before {
    color: #fff
}

.list__box_link.x-areas a {
    padding: 13px 5px;
    font-size: 16px
}

.list__angle_right.x-outside li,.list__caret_right.x-outside li,.list__sq_angel_right.x-outside li {
    position: relative;
    padding-left: 2em
}

.list__angle_right.x-outside li:before,.list__caret_right.x-outside li:before,.list__sq_angel_right.x-outside li:before {
    margin-left: -2.5em
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.media__body {
    padding-left: 20px
}

.media .media__ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1rem
}

.media .media__ttl.x-big {
    font-size: 30px
}

.media .media__text {
    line-height: 1.5
}

.media.x-card_link {
    border: 1px solid #ccc;
    padding: 10px;
    -webkit-transition: .2s;
    transition: .2s;
    color: #000
}

.media.x-card_link:hover {
    background: #daf4ff
}

.fill_navi {
    width: 100%;
    background: #2e62b9
}

.fill_navi .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: solid #fff;
    border-width: 0 1px
}

.fill_navi .item {
    border-right: 1px solid #fff;
    width: 100%
}

.fill_navi .item:last-child {
    border-right-width: 0
}

.fill_navi .link {
    display: block;
    width: 100%;
    height: 67px;
    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: #fff;
    background: rgba(255,255,255,0);
    -webkit-transition: .2s;
    transition: .2s
}

.fill_navi .link:hover {
    background: rgba(255,255,255,0.2)
}

.link {
    -webkit-transition: .2s;
    transition: .2s
}

.link.x-angle-right:after {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .8em;
    margin-left: 7px
}

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

.links .item {
    padding: 0 1em 0 0;
    line-height: 1.5
}

.links a,.links .link {
    text-decoration: none
}

.links a:hover,.links .link:hover {
    text-decoration: underline
}

.links.x-bd .item {
    padding: 0
}

.links.x-bd .item:after {
    content: "";
    display: inline-block;
    margin: 0 .5em;
    width: 1px;
    height: 0.8em;
    background: #ccc;
    vertical-align: baseline
}

.links.x-bd .item:last-child:after {
    display: none
}

.links.x-black .link {
    color: #000
}

i.circle[class^="icon-"]:before,i.circle[class*=" icon-"]:before {
    border-radius: 50%;
    background-color: #2e62b9;
    color: #fff;
    padding: 0.4em
}

.mt0 {
    margin-top: 0px !important
}

.mr0 {
    margin-right: 0px !important
}

.mb0 {
    margin-bottom: 0px !important
}

.ml0 {
    margin-left: 0px !important
}

.mtb0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important
}

.mrl3 {
    margin-right: 3px !important;
    margin-left: 3px !important
}

.mt5 {
    margin-top: 5px !important
}

.mr5 {
    margin-right: 5px !important
}

.mb5 {
    margin-bottom: 5px !important
}

.ml5 {
    margin-left: 5px !important
}

.mtb5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.mt10 {
    margin-top: 10px !important
}

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

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

.ml10 {
    margin-left: 10px !important
}

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

.mt15 {
    margin-top: 15px !important
}

.mr15 {
    margin-right: 15px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.ml15 {
    margin-left: 15px !important
}

.mtb15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

.mt20 {
    margin-top: 20px !important
}

.mr20 {
    margin-right: 20px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.ml20 {
    margin-left: 20px !important
}

.mtb20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.mt25 {
    margin-top: 25px !important
}

.mr25 {
    margin-right: 25px !important
}

.mb25 {
    margin-bottom: 25px !important
}

.ml25 {
    margin-left: 25px !important
}

.mtb25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.mt30 {
    margin-top: 30px !important
}

.mr30 {
    margin-right: 30px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.ml30 {
    margin-left: 30px !important
}

.mtb30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.mt35 {
    margin-top: 35px !important
}

.mr35 {
    margin-right: 35px !important
}

.mb35 {
    margin-bottom: 35px !important
}

.ml35 {
    margin-left: 35px !important
}

.mtb35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important
}

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

.mr40 {
    margin-right: 40px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.ml40 {
    margin-left: 40px !important
}

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

.mt45 {
    margin-top: 45px !important
}

.mr45 {
    margin-right: 45px !important
}

.mb45 {
    margin-bottom: 45px !important
}

.ml45 {
    margin-left: 45px !important
}

.mtb45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important
}

.mt50 {
    margin-top: 50px !important
}

.mt80 {
    margin-top: 80px !important
}

.mr50 {
    margin-right: 50px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.ml50 {
    margin-left: 50px !important
}

.mtb50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.mt5r {
    margin-top: .5rem !important
}

.mr5r {
    margin-right: .5rem !important
}

.mb5r {
    margin-bottom: .5rem !important
}

.ml5r {
    margin-left: .5rem !important
}

.mtb5r {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.mt10r {
    margin-top: 1rem !important
}

.mr10r {
    margin-right: 1rem !important
}

.mb10r {
    margin-bottom: 1rem !important
}

.ml10r {
    margin-left: 1rem !important
}

.mtb10r {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.mt15r {
    margin-top: 1.5rem !important
}

.mr15r {
    margin-right: 1.5rem !important
}

.mb15r {
    margin-bottom: 1.5rem !important
}

.ml15r {
    margin-left: 1.5rem !important
}

.mtb15r {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.mt20r {
    margin-top: 2rem !important
}

.mr20r {
    margin-right: 2rem !important
}

.mb20r {
    margin-bottom: 2rem !important
}

.ml20r {
    margin-left: 2rem !important
}

.mtb20r {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
}

.mt25r {
    margin-top: 2.5rem !important
}

.mr25r {
    margin-right: 2.5rem !important
}

.mb25r {
    margin-bottom: 2.5rem !important
}

.ml25r {
    margin-left: 2.5rem !important
}

.mtb25r {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
}

.mt30r {
    margin-top: 3rem !important
}

.mr30r {
    margin-right: 3rem !important
}

.mb30r {
    margin-bottom: 3rem !important
}

.ml30r {
    margin-left: 3rem !important
}

.mtb30r {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.mt35r {
    margin-top: 3.5rem !important
}

.mr35r {
    margin-right: 3.5rem !important
}

.mb35r {
    margin-bottom: 3.5rem !important
}

.ml35r {
    margin-left: 3.5rem !important
}

.mtb35r {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important
}

.mt40r {
    margin-top: 4rem !important
}

.mr40r {
    margin-right: 4rem !important
}

.mb40r {
    margin-bottom: 4rem !important
}

.ml40r {
    margin-left: 4rem !important
}

.mtb40r {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
}

.mt45r {
    margin-top: 4.5rem !important
}

.mr45r {
    margin-right: 4.5rem !important
}

.mb45r {
    margin-bottom: 4.5rem !important
}

.ml45r {
    margin-left: 4.5rem !important
}

.mtb45r {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important
}

.mt50r {
    margin-top: 5rem !important
}

.mr50r {
    margin-right: 5rem !important
}

.mb50r {
    margin-bottom: 5rem !important
}

.ml50r {
    margin-left: 5rem !important
}

.mtb50r {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
}

.pt5 {
    padding-top: 5px
}

.pr5 {
    padding-right: 5px
}

.pb5 {
    padding-bottom: 5px
}

.pl5 {
    padding-left: 5px
}

.pt10 {
    padding-top: 10px
}

.pr10 {
    padding-right: 10px
}

.pb10 {
    padding-bottom: 10px
}

.pl10 {
    padding-left: 10px
}

.pt15 {
    padding-top: 15px
}

.pr15 {
    padding-right: 15px
}

.pb15 {
    padding-bottom: 15px
}

.pl15 {
    padding-left: 15px
}

.pt20 {
    padding-top: 20px
}

.pr20 {
    padding-right: 20px
}

.pb20 {
    padding-bottom: 20px
}

.pl20 {
    padding-left: 20px
}

.pt25 {
    padding-top: 25px
}

.pr25 {
    padding-right: 25px
}

.pb25 {
    padding-bottom: 25px
}

.pl25 {
    padding-left: 25px
}

.pt30 {
    padding-top: 30px
}

.pr30 {
    padding-right: 30px
}

.pb30 {
    padding-bottom: 30px
}

.pl30 {
    padding-left: 30px
}

.pt35 {
    padding-top: 35px
}

.pr35 {
    padding-right: 35px
}

.pb35 {
    padding-bottom: 35px
}

.pl35 {
    padding-left: 35px
}

.pt40 {
    padding-top: 40px
}

.pr40 {
    padding-right: 40px
}

.pb40 {
    padding-bottom: 40px
}

.pl40 {
    padding-left: 40px
}

.pt45 {
    padding-top: 45px
}

.pr45 {
    padding-right: 45px
}

.pb45 {
    padding-bottom: 45px
}

.pl45 {
    padding-left: 45px
}

.pt50 {
    padding-top: 50px
}

.pr50 {
    padding-right: 50px
}

.pb50 {
    padding-bottom: 50px
}

.pl50 {
    padding-left: 50px
}

.tar {
    text-align: right
}

.tal {
    text-align: left
}

.tac {
    text-align: center
}

.mincho,.subpage_header .ttl {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif
}

.caution {
    font-size: 12px
}

.caution.x-red {
    color: red
}

.form__input,.form_select__select {
    height: 55px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #2e62b9;
    border-radius: 5px;
    font-size: 18px
}

.form__input__list {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #a0a0a0;
    border-radius: 5px;
    font-size: 18px
}

.form__input.x-s {
    height: auto;
    border-color: #ccc;
    padding-top: 3px;
    padding-bottom: 3px
}

.form_select {
    position: relative
}

.form_select:before {
    z-index: 1;
    position: absolute;
    right: 10px;
    top: 0;
    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;
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 43px;
    color: #7F878C;
    pointer-events: none
}

.form_select__select {
    outline: none;
    text-indent: 0.01px;
    text-overflow: '';
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form_select__select::-ms-expand {
    display: none
}

.form_select__select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #828c9a
}

.form_select__option {
    background-color: #fff;
    color: #333
}

.form__radio {
    display: none
}

.form__radio:checked+.form__radio_label:after {
    background-color: #2e62b9;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.form__radio_label {
    padding-left: 25px;
    position: relative
}

.form__radio_label:before,.form__radio_label:after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute
}

.form__radio_label:before {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    left: 0px;
    top: 0px
}

.form__radio_label:after {
    width: 12px;
    height: 12px;
    left: 4px;
    top: 4px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background-color: rgba(46,98,185,0);
    -webkit-transition: .2s;
    transition: .2s
}

.form__checkbox {
    display: none
}

.form__checkbox:checked+.form__checkbox_label:before {
    background-color: #2e62b9
}

.form__checkbox:checked+.form__checkbox_label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.form__checkbox:checked+.form__checkbox_label.x-box {
    background: #dceeff;
    border-color: rgba(204,204,204,0)
}

.form__checkbox:checked+.form__checkbox_label.x-box:before {
    background-color: #fff
}

.form__checkbox:checked+.form__checkbox_label.x-box.x-orange {
    background: #fd9001;
    color: #fff
}

.form__checkbox_label {
    padding-left: 25px;
    position: relative
}

.form__checkbox_label:before,.form__checkbox_label:after {
    position: absolute
}

.form__checkbox_label:before {
    display: block;
    content: "";
    border-radius: 5px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    -webkit-transition: .2s;
    transition: .2s;
    left: 0px;
    top: 0px
}

.form__checkbox_label:after {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 2px;
    opacity: 0;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    color: #fff
}

.form__checkbox_label.x-box {
    border: 1px solid #ccc;
    border-radius: 3px;
    display: block;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    background: #e5e5e5;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s
}

.form__checkbox_label.x-box:before {
    background: #fff;
    left: 3px;
    top: calc(50% - 10px)
}

.form__checkbox_label.x-box:after {
    color: #000;
    left: 5px;
    top: calc(50% - 10px + 2px)
}

.form__textarea {
    width: 100%;
    height: 5em;
    max-width: 100%;
    resize: vertical;
    border-radius: 5px;
    border: 1px solid #ccc
}

.section_header {
    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-bottom: 15px;
    border-color: #2e62b9
}

.section_header .center {
    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_header .sec_ttl {
    margin-bottom: 0
}

.section_header .btn {
    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;
    padding-left: 60px;
    padding-right: 60px
}

.section_header.x-bdl {
    border-left-style: solid;
    border-left-width: 10px;
    padding-left: 10px
}

.section_header.x-bdb {
    border-bottom: 1px solid;
    padding: 0 1rem 3px
}

.section_header.x-orange {
    border-color: #fd9001
}

.section_header .btn.x-lg {
    padding: 9px 28px;
    font-size: 16px
}

.section_header .link {
    margin-left: 1.5rem;
    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;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #000;
    line-height: 1;
    -webkit-transition: .2s;
    transition: .2s
}

.section_header .link:hover {
    border-color: rgba(0,0,0,0)
}

.section_header .link:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    color: #2e62b9
}

.section_header .icon-hatena {
    color: #567cc9;
    cursor: help;
    vertical-align: -3px
}

.shares {
    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: 10px
}

.shares>* {
    margin-right: 10px
}

.shares.x-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 0
}

.shares.x-right>* {
    margin-right: 0;
    margin-left: 10px
}

.pagenation {
    position: relative;
    margin: 2rem 0;
    padding-top: 5px;
    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
}

.pagenation2 {
    position: relative;
    margin: 2rem 0;
    padding-top: 80px;
    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
}

.pagenation__info {
    position: absolute;
    left: 0;
    top:0;
}

.pagenation__info em {
    font-size: 24px;
    color: red;
    font-weight: bold
}

.pagenation__pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    bottom: 0;
}

.pagenation__pages .item {
    -webkit-transition: .2s;
    transition: .2s;
    margin: 0 .2rem
}

.pagenation__pages .item.x-current,.pagenation__pages .item:hover {
    background: #2e62b9
}

.pagenation__pages .item.x-current .link,.pagenation__pages .item:hover .link {
    color: #fff
}

.pagenation__pages .dots {
    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;
    pointer-events: none
}

.pagenation__pages .dots:before {
    content: "";
    display: block;
    background: url("../images/testimg/dots.svg") center center no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100% auto
}

.pagenation__pages .link {
    -webkit-transition: .2s;
    transition: .2s;
    border: 1px solid #ccc;
    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;
    padding: 4px;
    min-width: 30px
}

.accordion .accordion__content {
    max-height: 0;
    -webkit-transition: max-height .2s ease;
    transition: max-height .2s ease;
    overflow: hidden
}

.accordion.open .accordion__content {
    max-height: 2000px
}

.content_box {
    border-radius: 5px;
    padding: 1.5rem
}

.content_box.x-bd,.report__header .content_box {
    border: 1px solid #ccc
}

.content_box.x-white {
    background-color: #fff
}

.content_box.x-bdt,.report__header .content_box {
    border-top: 5px solid #2e62b9
}

.display_line {
    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
}

.display_line__item {
    line-height: 1.5
}

.display_line__item:first-child {
    margin-right: 0.3rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.table {
    border: 1px solid #ccc;
    display: table;
    width: 100%
}

.table tr,.table .tr {
    border-bottom: 1px solid #ccc;
    display: table-row
}

.table th,.table td,.table .th,.table .td {
    display: table-cell;
    padding: 26px;
    line-height: 1.5
}

.table th,.table .th {
    background-color: #EEEEEE;
    text-align: left;
    border-right: 1px solid #ccc
}

.table.x-nonstyle {
    border: 0
}

.table.x-nonstyle tr,.table.x-nonstyle .tr,.table.x-nonstyle th,.table.x-nonstyle .th,.table.x-nonstyle td,.table.x-nonstyle .td {
    border-width: 0;
    background: none;
    padding: 0
}

.table.x-nonstyle tr,.table.x-nonstyle .tr {
    padding: 0 0 .5rem 0
}

.table.x-line {
    border: 0
}

.table.x-line tr,.table.x-line .tr {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #CCCCCC
}

.table.x-line tr:last-child,.table.x-line .tr:last-child {
    border-bottom: 0
}

.table.x-line th,.table.x-line td,.table.x-line .th,.table.x-line .td {
    padding: .5rem 0
}

.table.x-line th,.table.x-line .th {
    background: transparent;
    border-right: 0
}

.table.x-line .no_line {
    border-width: 0
}

.table.x-dot {
    border: 0
}

.table.x-dot tr,.table.x-dot .tr {
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    border-collapse: separate
}

.table.x-dot th,.table.x-dot td,.table.x-dot .th,.table.x-dot .td {
    padding: .5rem 0
}

.table.x-dot th,.table.x-dot .th {
    background: transparent;
    border-right: 0
}

.table .be_dot:before {
    content: "■";
    color: #2e62b9
}

.table__pay {
    border-width: 6px 1px 1px;
    border-style: solid;
    border-color: #799bd2;
    width: 100%
}

.table__pay th,.table__pay td {
    text-align: center;
    padding: 10px 15px;
    border: 1px solid #799bd2
}

.table__pay th:first-child,.table__pay td:first-child {
    width: 90px
}

.table__pay th {
    background: #eef6fc;
    font-size: 14px;
    font-weight: bold
}

.table__pay .yen {
    width: 200px;
    position: relative;
    background: #799bd2;
    text-align: left
}

.table__pay .yen:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 58px;
    position: absolute;
    top: calc(50% - 29px);
    left: 5px;
    color: #fff;
    opacity: .36;
    line-height: 1
}

.table__pay .yen .ttl {
    position: absolute;
    top: 9px;
    left: 76px;
    font-size: 15px
}

.table__pay .yen .price {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 26px;
    color: #fff
}

.table__pay tr:nth-child(2) td:first-child {
    background: #e5e5e5;
    font-weight: bold
}

.table__pay a {
    text-decoration: underline
}

.table__pay a:hover {
    text-decoration: none
}

.table__pay.x-alpine_blue {
    border-color: #799bd2
}

.table__pay.x-alpine_blue th,.table__pay.x-alpine_blue td {
    border-color: #799bd2
}

.table__pay.x-alpine_blue .yen {
    background: #799bd2
}

.table__pay.x-gray {
    border-color: #808080
}

.table__pay.x-gray th,.table__pay.x-gray td {
    border-color: #808080
}

.table__pay.x-gray .yen {
    background: #808080
}

.banner_slider .item {
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .2s;
    transition: .2s
}

.banner_slider .item:after {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2e62b9;
    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: 26px;
    background: #eee
}

.banner_slider .item:hover {
    background: #daf4ff
}

.banner_slider .wrap {
    position: relative
}

.banner_slider .wrap.slick-initialized .item {
    position: static
}

.banner_slider .link {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 6px 7px;
    width: 100%
}

.banner_slider .ttl {
    font-size: 14px;
    margin-bottom: 0.5em
}

.banner_slider .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.banner_slider .img {
    width: 102px;
    height: 77px;
    border: 1px solid #ccc;
    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;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #fff
}

.banner_slider .img img {
    width: 100px;
    height: 75px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.banner_slider .txt {
    font-size: 12px;
    padding-left: 10px;
    line-height: 1.2;
    -ms-word-break: break-all;
    width: 100%
}

.banner_slider .slick-slide {
    margin: 0 5px
}

.banner_slider .slick-list {
    margin: 0 -5px
}

.banner_slider .slick-dots {
    margin-top: 10px;
    margin-left: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.text {
    line-height: 1.5
}

.text p {
    margin-bottom: .5rem
}

.text.fz14 {
    font-size: 14px
}

.slider_sync .main img {
    position: absolute;
    top: 0;
    left: 0
}

.slider_sync .main.slick-initialized img {
    position: relative
}

.slider_sync .thumbs {
    position: relative;
    min-height: 76px;
    background: #F1F1F1;
    border-radius: 5px
}

.slider_sync .thumbs .thumb {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ccc;
    width: 57px !important;
    height: 57px;
    margin-right: 5px;
    background-color: #fff
}

.slider_sync .thumbs .thumb img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
    width: 100%;
    height: 100%
}

.slider_sync .thumbs.slick-initialized .thumb {
    position: relative
}

.slider_sync .thumbs .slick-current .thumb {
    border-color: #2e62b9
}

.feature_item {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #000;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s
}

.list .feature_item {
    border: 1px solid #ccc;
    padding: 10px
}

.feature_item:hover {
    background-color: #daf4ff
}

.list .feature_item {
    border-width: 0 0 1px 0
}

.list .feature_item:last-child {
    border-bottom: 0
}

.feature_item .img {
    width: 569px;
    height: 100px;
    background: #add1e1
}

.feature_item .body {
    width: 360px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.feature_item .ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.5em
}

.feature_item .txt {
    font-size: 16px;
    line-height: 1.2
}

.company_item {
    display: block;
    color: #000;
    text-decoration: none;
    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;
    -webkit-transition: .2s;
    transition: .2s
}

.list .company_item {
    border: 1px solid #ccc;
    padding: 10px
}

.company_item:hover {
    background: #daf4ff
}

.list .company_item {
    height: 100%
}

.company_item .img {
    width: 102px;
    height: 77px;
    border: 1px solid #ccc;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #fff
}

.company_item .img img {
    -o-object-fit: scale-down;
    object-fit: scale-down;
    font-family: "object-fit: scale-down;";
    width: 100%;
    height: 100%
}

.company_item .img.x-noimage:before {
    content: "noimage";
    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;
    font-weight: bold;
    font-size: 14px;
    height: 100%;
    color: #cccccc
}

.company_item .body {
    padding: 0 0 0 10px;
    font-size: 14px;
    line-height: 1.2
}

.company_item .ttl {
    font-weight: bold;
    margin-bottom: 0.2em
}

.company_item li:before {
    content: "■"
}

.kaigobito_gutter {
    margin-bottom: 64px;
}

.kaigobito_item {
    display: block;
    display: -ms-grid;
    display: grid;
    grid-template-areas: "ttl ttl ttl" "img data txt";
    -ms-grid-columns: 184px 10px 0.9fr 10px 1.1fr;
    grid-template-columns: 184px 0.9fr 1.1fr;
    -ms-grid-rows: auto 10px auto;
    grid-template-rows: auto auto;
    font-size: 14px
}

.list .kaigobito_item {
    border: 1px solid #ccc;
    padding: 10px
}

.kaigobito_item .ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-area: ttl;
    margin-bottom: 10px;
}

.kaigobito_item .img {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: img
}

.kaigobito_item .data {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: data;
    margin-left: 10px;
    margin-right: 10px;
}

.kaigobito_item .txt {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: txt;
    line-height: 1.5;
}

.kaigobito_item>.ttl {
    font-size: 18px;
    background: #daf4ff;
    font-weight: bold;
    padding: 4px 5px
}

.kaigobito_item .img img {
    max-width: 100%
}

.kaigobito_item .data {
    line-height: 1.5
}

.kaigobito_item .data .name {
    font-weight: bold;
    font-size: 16px
}

.kaigobito_item .data a:hover {
    text-decoration: underline
}

.kaigobito_item .txt>.ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.5em
}

.kaigobito_item .txt .body {
    line-height: 1.2;
}

.kaigobito_item .read_more:hover {
    text-decoration: underline
}

.kaigobito_item .btn {
    margin-top: 1em;
    padding-left: 30px;
    padding-right: 30px
}

.kaigobito_item_box {
    border: 1px solid #ccc;
    padding-bottom: 10px
}

.kaigobito_item_box .image {
    display: block;
    height: 172px;
    -webkit-transition: .2s;
    transition: .2s
}

.kaigobito_item_box .image:hover {
    opacity: 0.8
}

.kaigobito_item_box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.kaigobito_item_box .data {
    padding: 10px 10px 0;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 1rem
}

.kaigobito_item_box .btns {
    padding: 0 20px
}

.kaigobito_item_box .btns .btn {
    width: 100%;
    margin-bottom: 0.5rem;
    font-size: 14px
}

.kaigobito_item_box .btns .btn:after {
    font-size: 12px
}

.report_item {
    display: block;
    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;
    position: relative
}

.list .report_item {
    border: 1px solid #ccc;
    padding: 10px
}

.report_item .img {
    width: 70px;
    height: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px
}

.report_item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.report_item .date {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    color: #aaaaaa
}

.report_item .body {
    width: 100%;
    padding-left: 20px
}

.report_item .ttl {
    font-size: 16px;
    font-weight: bold;
    color: #2e62b9;
    margin-bottom: 0.6em
}

.report_item .txt {
    line-height: 1.4
}

.report_item .read_more {
    text-align: right;
    margin-top: 10px
}

.report_item .btn {
    padding: 10px 40px
}

.job_offer_item.x-card {
    display: block;
    color: #000;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 10px auto 10px auto 10px auto;
    grid-template-areas:
        "img ttl"
        "com com"
        "data data"
        "fav fav";
    -ms-grid-columns: 40px 10px 1fr;
    -ms-grid-rows: 42px 35px 50px;
    grid-template-columns: 31% 66% 1fr;
    grid-template-rows: 66px 47px;
    grid-gap: 10px;
    font-size: 14px;
}

.list .job_offer_item.x-card {
    border: 1px solid #ccc;
    padding: 10px
}

.job_offer_item.x-card .img {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: img;
    margin: auto;
}

.job_offer_item.x-card .ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: ttl;
    color: #2e62b9;
    line-height: 1.5;
    word-break: break-word;
}

.job_offer_item.x-card .ttl:hover {
    text-decoration: underline
}

.job_offer_item.x-card .company {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: com;
    font-size: 12px;
    line-height: 1.2;
}

.job_offer_item.x-card .data {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: data;
    max-width: 100%
}

.job_offer_item.x-card .data .list {
    width: 100%;
    overflow: hidden
}

.job_offer_item.x-card .data .item {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.5em
}

.job_offer_item.x-card .data .item.x-kyuuryou:before,.job_offer_item.x-card .data .item.x-kinmuchi:before {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: #00a0e9;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-right: 0.5em
}

.job_offer_item.x-card .data .item.x-kyuuryou:before {
    content: "給"
}

.job_offer_item.x-card .data .item.x-kinmuchi:before {
    content: "勤"
}

.job_offer_item.x-card .fav {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: fav
}

.job_offer_item.x-card .fav .btn {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    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-image: url("../images/testimg/star-white-fill.svg");
    background-repeat: no-repeat;
    background-position: 10px 4px;
    background-size: 24px 24px
}

.job_offer_item.x-card .fav.x-active .btn {
    background-image: url("../images/testimg/star-orange-fill.svg")
}

.job_offer_item.x-line {
    display: block;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 10px auto;
    grid-template-areas: "tag ttl" "txt txt";
    -ms-grid-columns: 165px;
    grid-template-columns: 165px;
    grid-gap: 10px;
    -webkit-transition: .2s;
    transition: .2s
}

.list .job_offer_item.x-line {
    border: 1px solid #ccc;
    padding: 10px
}

.job_offer_item.x-line .ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: ttl
}

.job_offer_item.x-line .employment_pattern {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: tag
}

.job_offer_item.x-line .txt {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: txt
}

.job_offer_item.x-line:hover {
    background-color: #daf4ff
}

.list .job_offer_item.x-line {
    border-width: 1px 1px 0 1px;
    padding: 10px 10px 15px
}

.list .job_offer_item.x-line:last-child {
    border-bottom-width: 1px
}

.job_offer_item.x-line .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.job_offer_item.x-line .txt {
    color: #000
}

.job_offer_item.x-small {
    padding: 10px
}

.job_offer_item.x-small .image {
    width: 100%;
    height: 120px;
    margin-bottom: .7rem
}

.job_offer_item.x-small .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    max-width: 100%
}

.job_offer_item.x-small .address {
    margin-bottom: 0.7rem;
    padding: 0 .5em;
    font-size: 14px
}

.job_offer_item.x-small .btns {
    font-size: 14px
}

.job_offer_item.x-small .btn {
    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: 100%;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px
}

.job_offer_item.x-small .txt {
    font-size: 14px;
    line-height: 1.5
}

.job_offer_item.x-bdb {
    border-bottom: 1px solid #ccc
}

.oyakudachi_item {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .2s;
    transition: .2s
}

.list .oyakudachi_item {
    border: 1px solid #ccc;
    padding: 10px
}

.oyakudachi_item:hover {
    background-color: #daf4ff
}

.oyakudachi_item:hover .category {
    background-color: #fff
}

.oyakudachi_item .img {
    width: 90px;
    height: 90px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px solid #ccc
}

.oyakudachi_item .img img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%
}

.oyakudachi_item .body {
    padding-left: 15px;
    color: #000;
    font-size: 14px
}

.oyakudachi_item .category {
    background: #daf4ff;
    font-weight: bold;
    padding: 4px 3px;
    margin-bottom: 5px;
    -webkit-transition: .2s;
    transition: .2s
}

.oyakudachi_item .ttl {
    line-height: 1.4
}

.oyakudachi_item .date_f {
    text-align: right
}

.oyakudachi_item .new {
    display: inline-block;
    background-color: red;
    color: #fff;
    border-radius: 5px;
    padding: 3px 5px
}

.oyakudachi_item .date {
    display: inline-block
}

.oyakudachi_item.x-small {
    padding: 0;
    position: relative
}

.oyakudachi_item.x-small .body {
    width: 100%;
    padding-left: 0
}

.oyakudachi_item.x-small .body:before {
    position: absolute;
    top: 0;
    right: 3px;
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    color: #000;
    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;
    height: 100%;
    width: 10px
}

.oyakudachi_item.x-small .category {
    background-color: #00a0e9;
    color: #fff;
    font-weight: normal;
    padding-left: 3px
}

.oyakudachi_item.x-small .ttl {
    padding: 0;
    padding-left: 3px;
    padding-right: 12px
}

.oyakudachi_item.x-small .date_f {
    padding-bottom: 10px;
    padding-right: 12px
}

.recommended_jobs_item {
    display: block;
    display: -ms-grid;
    display: grid;
    grid-template-areas: "img txt" "pr txt";
    -ms-grid-columns: 60px;
    grid-template-columns: 60px;
    -ms-grid-rows: 40px;
    grid-template-rows: 40px;
    grid-gap: 10px;
    color: #000;
    font-size: 12px
}

.list .recommended_jobs_item {
    border: 1px solid #ccc;
    padding: 10px
}

.recommended_jobs_item .img {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: img
}

.recommended_jobs_item .txt {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: txt;
    line-height: 1.2
}

_:-ms-lang(x)::-ms-backdrop, .recommended_jobs_item .txt {
    margin-left: 10px;
}

.recommended_jobs_item .pr {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: pr;
    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
}

.list .recommended_jobs_item {
    border-bottom-width: 0
}

.list .recommended_jobs_item:last-child {
    border-bottom-width: 1px
}

.related_item {
    display: block;
    color: #000;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s
}

.related_item:hover {
    opacity: .5
}

.related_item .img {
    width: 100%;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.related_item .ttl {
    padding: 0.5rem 0;
    line-height: 1.2
}

.card {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    height: 100%
}

.card.x-bdt {
    border-top: 8px solid #2e62b9
}

.card.x-bdt.x-light_blue {
    border-top-color: #00A0E9
}

.card.x-grid {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.card.x-grid .row {
    padding: 10px 20px
}

.card.x-grid .row:first-child {
    padding-top: 20px
}

.card.x-grid .row:last-child {
    padding-bottom: 20px
}

.card .row {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

.card .row>[class*='col-'],.card .row>.col {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}

.card .row>[class*='col-']:first-child,.card .row>.col:first-child {
    padding-left: 0
}

.card .row>[class*='col-']:last-child,.card .row>.col:last-child {
    padding-right: 0
}

.card .row.x-bg-blue {
    background: #dceeff
}

.card .row.x-bdt {
    border-top: 1px solid #ccc;
    padding-top: 20px
}

.card .w70 {
    width: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px
}

.card .w170 {
    width: 170px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px
}

.card .w190 {
    width: 190px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px
}

.card .w215 {
    width: 215px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 215px;
    flex: 0 0 215px
}

.card .w240 {
    width: 240px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px
}

.card .w360 {
    width: 360px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px
}

.card .w90p {
    width: 90%
}

.card .image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* IE11用 */
    font-family: 'object-fit: contain; object-position: center center;'
}

.card .image-detail img {
    object-fit: contain;
    /* IE11用 */
    font-family: 'object-fit: contain; object-position: center center;'
}

.card .ie_bug__mh100 {
    max-height: 100px
}

.card .data .table {
    margin-bottom: 0.5rem;
    font-size: 14px
}

.card .data th {
    width: 20%
}

.card .slider_sync .main img {
    position: absolute;
    top: 0;
    left: 0
}

.card .slider_sync .main.slick-initialized img {
    position: relative
}

.card .thumbs {
    min-height: 76px
}

.card .thumbs .thumb {
    border: 1px solid #ccc;
    width: 57px !important;
    height: 57px;
    margin-right: 5px;
    background-color: #fff
}

.card .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.5rem
}

.card .tag {
    margin-right: 10px;
    font-size: 14px
}

.card .job_offer_actions {
    margin-top: auto
}

.card .pickup_comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.card .pickup_comment>.ttl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(20% - 20px);
    flex: 0 0 calc(20% - 20px);
    -ms-flex-preferred-size: calc(20% - 20px);
    flex-basis: calc(20% - 20px);
    background: #e5e5e5;
    color: #444444;
    padding: 10px 0;
    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;
    font-size: 14px;
    line-height: 1.5
}

.card .pickup_comment>.ttl:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    margin-right: 10px
}

.card .pickup_comment>.txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    line-height: 1.5;
    font-size: 14px
}

.card .dates {
    font-size: 14px
}

.card .dates li {
    line-height: 1.5
}

.card .full_btns,.card .job_offer_actions .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card .full_btns .btn,.card .job_offer_actions .btns .btn {
    width: 100%;
    height: 66px;
    margin: 0 5px;
    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
}

.card .full_btns .btn:first-child,.card .job_offer_actions .btns .btn:first-child {
    margin-left: 0
}

.card .full_btns .btn:last-child,.card .job_offer_actions .btns .btn:last-child {
    margin-right: 0
}

.card .full_btns .x-fav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px
}

.card._report {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.card._report .ttl {
    background-color: #dceeff;
    font-size: 18px;
    color: #2e62b9;
    padding: 1.5rem .8rem
}

.card._report .ttl a {
    -webkit-transition: .2s;
    transition: .2s;
    font-weight: bold;
    border-bottom: 1px solid rgba(46,98,185,0)
}

.card._report .ttl a:hover {
    border-color: #2e62b9
}

.card._report .ttl i {
    margin-right: 0.6rem;
    font-size: 0.8em
}

.card._report .txt {
    padding: .8rem .8rem 1rem;
    line-height: 1.5
}

.card._report .btns {
    margin-top: auto;
    text-align: center;
    padding: .8rem
}

.card._school {
    display: block;
    border-top: 8px solid #00A0E9;
    -webkit-transition: .2s;
    transition: .2s
}

.card._school .image {
    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;
    height: 130px;
    border-bottom: 1px solid #ccc
}

.card._school .image img {
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.card._school .ttl {
    margin: 1rem 0;
    color: #2e62b9;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2
}

.card._school .txt {
    line-height: 1.5;
    color: #000;
    font-size: 15px
}

.card._school:hover {
    border-top-color: #2e62b9
}

.card._school:hover .image img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

.card._school:hover .ttl {
    text-decoration: underline
}

.card._pickup_company {
    border-top: 5px solid red;
    position: relative;
    padding-top: 42px
}

.card._pickup_company .pr_txt {
    position: absolute;
    top: -26px;
    background: #ea68a2;
    font-size: 24px;
    line-height: 52px;
    color: #fff;
    padding: 0 15px
}

.card._pickup_company>.ttl {
    font-size: 18px;
    margin-bottom: .5rem;
    line-height: 1.2
}

.card._pickup_company .content_box {
    padding: .5rem .8rem;
    font-size: 12px;
    line-height: 2
}

.card._pickup_company .content_box>.ttl {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0.5rem
}

.card._pickup_company .w623 {
    width: 623px
}

.card._pickup_company .w360 {
    width: 360px
}

.card._pickup_company .w250 {
    width: 250px
}


.card._pickup_company .w380 {
    width: 380px
}


.card._pickup_company .w550 {
    width: 550px
}

.card._pickup_company .point {
    border: solid 1px #ea68a2;
    padding: 10px 15px;
    border-radius: 5px;
    height: 180px;
}

.card._pickup_company .point .title {
    border-bottom: solid 1px #ea68a2;
    font-weight: bold;
    padding-bottom: 3px;
    color: #ea68a2;
}

.card._pickup_company .point .body {
    font-size: 14px;
}

.card._pickup_company .bosyu_area {
    border-bottom: solid 1px #ccc;
    padding-bottom: 3px;
}

.card._pickup_company .grad-item .ttl {
    font-weight: bold;
    font-size: 16px;
}

.card._pickup_company .grad-item p {
    font-size: 14px;
}

.card._pickup_company .is-hide {
    height: 250px;
    overflow: hidden;
}
.card._pickup_company .next {
    display: none;
}

.card._pickup_company .grad-trigger {
    display: block;
    color: #2e62b9;
}

.card._pickup_company .grad-trigger:hover {
    cursor: pointer;
}

.card._pickup_company .tel-box {
    border: solid 1px #ccc;
    padding: 5px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.card._pickup_company .free-tel{
    background-color: #00a0e9;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    white-space: nowrap;
}

.card._pickup_company .tel-number {
    width: 100%;
    font-size: 24px;
}

.card._pickup_company .image-area {
    width: 235px;
}

.card._pickup_company .center-area {
    width: 350px;

}

.card._pickup_company .bosyu_area-body {
    font-size: 14px;
}

.card._pickup_company .content-area {
    width: 430px;
}

.card._pickup_company .actions {
    display: flex;
    font-size: 0;
    justify-content: flex-end;
    margin-top: 15px;
}

.card._pickup_company .actions .btn {
    font-size: 18px;
    padding: 22px 55px
}

.card._pickup_company .actions .btn.x-gray {
    margin-left: 30px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.list .card {
    margin-bottom: 2rem
}

.list .card._pickup_company {
    margin-bottom: 4rem
}

.report_card {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 10px auto;
    grid-template-areas: "info data" "txt data";
    -ms-grid-columns: 1fr 10px 215px;
    grid-template-columns: 1fr 215px;
    grid-gap: 10px
}

.list .report_card {
    margin-bottom: 2rem
}

.report_card__info {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: info;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.report_card__info .avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.report_card__info .ttl {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-left: 10px;
    font-size: 22px;
    line-height: 1.2
}

.report_card__info a:hover {
    text-decoration: underline
}

.report_card__txt {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: txt;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    line-height: 1.5;
    font-size: 15px
}

.job_offer_item.x-line > .report_card__txt {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
}

.recommended_jobs_item > .report_card__txt {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1
}

.report_card > .report_card__txt {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
}

.tell_btn > .report_card__txt {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1
}

.report_card__data {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: data;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.job_offer_item.x-card > .report_card__data {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
}

.report_card > .report_card__data {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1
}

.report_detail__header > .report_card__data {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
}

.report_card .banner {
    background: #dceeff;
    border-right: 5px;
    text-align: center;
    padding: 3px;
    font-size: 18px;
    color: #2e62b9
}

.report_card .btn {
    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-top: auto;
    width: 100%
}

.report_card .score_star {
    margin-top: 10px
}

.avatar {
    width: 70px;
    height: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    text-align: center
}

.avatar:before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center 3px;
    background-size: contain
}

.avatar.woman {
    border-color: #da68b2;
    background-color: #da68b2
}

.avatar.woman:before {
    background-image: url("../images/testimg/woman.svg")
}

.avatar.man {
    border-color: #2e62b9;
    background-color: #2e62b9
}

.avatar.man:before {
    background-image: url("../images/testimg/man.svg")
}

.score_star {
    position: relative
}

.score_star.fade_in .star {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.score_star .star {
    display: inline-block;
    content: "";
    width: 38px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    background-image: url("../images/testimg/star-on.svg");
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.score_star .star:nth-child(0) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.score_star .star:nth-child(1) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.score_star .star:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.score_star .star:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.score_star .star:nth-child(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.score_star .star:nth-child(5) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.score_star .star.half {
    background-image: url("../images/testimg/star-half_on.svg")
}

.score_star .star.empty {
    background-image: url("../images/testimg/star-off.svg")
}

.score_star .star:first-child {
    margin-left: 0
}

.job_data__header>.ttl {
    font-size: 20px;
    line-height: 1.2;
    padding-top: .4em;
    padding-bottom: .4em;
    margin-top: -7px;
    font-weight: bold
}

.job_data__header>.info {
    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;
    margin-bottom: 5px
}

.job_data__header>.info .ichioshi {
    background-color: red;
    border-radius: 3px;
    color: #fff;
    padding: 2px 5px;
    margin-right: 0.4rem
}

.job_data__header>.info .ichioshi:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.job_data__header>.info .company_name {
    font-weight: bold
}

.job_data__header .emphasis {
    font-weight: normal;
    font-size: 17px;
    border-radius: 100px;
    background: red;
    color: #fff;
    padding: 2px 10px;
    margin-right: 10px
}

.job_data__header .shop_ttl {
    font-weight: bold;
    font-size: 18px;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem
}

.job_data__header .icon-home:before {
    vertical-align: -1px;
    margin-right: 0.3em;
    color: #4b4b4b
}

.job_data__header .txt {
    line-height: 1.5;
    font-size: 15px
}

.job_data__header .action_tags {
    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;
    margin-bottom: 0.5rem
}

.job_data__header .action_tags .check {
    margin-right: 15px
}

.job_data__header .action_tags .check .form__checkbox_label {
    line-height: 1.5;
    padding-right: 10px
}

.job_data__header .action_tags .tags {
    margin-bottom: 0
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.slick-dots>li {
    margin-right: 5px
}

.slick-dots>li.slick-active button {
    background: #2e62b9
}

.slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #2e62b9;
    text-indent: -100%;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    padding: 0
}

#GlobalHeader .container,#GlobalHeader .sticky_banner .wrap,.sticky_banner #GlobalHeader .wrap {
    position: relative
}

#GlobalHeader .container,#GlobalHeader .sticky_banner .wrap,.sticky_banner #GlobalHeader .wrap {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "site_ttl find_history sub_menu icon_menu" "gnavi gnavi gnavi gnavi";
    -ms-grid-columns: 1fr 300px 185px 208px;
    grid-template-columns: 1fr 300px 185px 208px;
    -ms-grid-rows: 86px;
    grid-template-rows: 86px
}

#GlobalHeader .site_info {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: site_ttl
}

#GlobalHeader .find_history {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: find_history;
    padding: 5px
}

#GlobalHeader .global_sub_menu {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: sub_menu;
    padding: 5px
}

#GlobalHeader .global_icon_menu {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    grid-area: icon_menu
}

#GlobalHeader #GlobalNavi {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: gnavi
}

#GlobalHeader .site_info .ttl {
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: 3px
}

#GlobalHeader .find_history .link {
    border: 1px solid #b5b5b5;
    color: #000;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transition: .2s;
    transition: .2s
}

#GlobalHeader .find_history .link:after {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    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: 26px;
    background: #2e62b9
}

#GlobalHeader .find_history .link:hover {
    background: #daf4ff
}

#GlobalHeader .find_history .wrap {
    padding: 12px
}

#GlobalHeader .find_history .ttl {
    font-size: 14px;
    margin-bottom: 6px
}

#GlobalHeader .find_history .txt {
    font-size: 12px
}

#GlobalHeader .global_sub_menu .menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

#GlobalHeader .global_sub_menu .menu {
    font-size: 14px;
    margin-bottom: .7em
}

#GlobalHeader .global_sub_menu .menu.x-current .link {
    border-bottom-color: rgba(46,98,185,0.5)
}

#GlobalHeader .global_sub_menu .link {
    text-decoration: none;
    border-bottom: 1px solid rgba(46,98,185,0);
    -webkit-transition: .2s;
    transition: .2s
}

#GlobalHeader .global_sub_menu .link:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px
}

#GlobalHeader .global_sub_menu .link:hover {
    border-color: #2e62b9
}

#GlobalHeader .global_icon_menu .menus {
    border: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#GlobalHeader .global_icon_menu .menu {
    width: 70px;
    padding: 0 0;
    border-right: 1px solid #ccc
}

#GlobalHeader .global_icon_menu .menu:last-child {
    border-right-width: 0
}

#GlobalHeader .global_icon_menu .menu:hover .link,#GlobalHeader .global_icon_menu .menu.x-current .link {
    background: #eff7ff
}

#GlobalHeader .global_icon_menu .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 5px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    -webkit-transition: .2s;
    transition: .2s
}

#GlobalHeader .global_icon_menu .link i[class^="icon-"] {
    font-size: 32px;
    color: #2e62b9
}

#GlobalHeader .icon-registration {
    margin-left: 11px
}

#GlobalHeader .icon-login {
    margin-right: 9px
}

#GlobalNavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1px
}

#GlobalNavi .menu {
    width: 25%;
    background: #2e62b9;
    border: solid #fff;
    border-width: 0 1px 0 0;
    -webkit-transition: .2s;
    transition: .2s
}

#GlobalNavi .menu:last-child {
    border-width: 0
}

#GlobalNavi .menu:hover,#GlobalNavi .menu.x-current {
    background-color: #fff
}

#GlobalNavi .menu:hover .link,#GlobalNavi .menu.x-current .link {
    color: #000
}

#GlobalNavi .link {
    -webkit-transition: .2s;
    transition: .2s;
    height: 49px;
    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-bottom: 3px solid #2e62b9;
    color: #FFF;
    font-size: 18px;
    text-decoration: none
}

#Contents>.container,.sticky_banner #Contents>.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

#MainContents {
    width: calc(100% - 215px)
}

#MainContents.x-noaside {
    width: auto
}

#MainAside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px
}

#MainAside .sec_ttl {
    font-size: 16px;
    font-weight: normal;
    padding: 10px 10px
}

#MainAside .content_box {
    padding: 0px
}

#PageTop {
    position: absolute;
    top: -33px;
    right: 0;
    background: #eee;
    border-radius: 5px;
    text-align: center;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    padding: 15px 57px;
    -webkit-transition: .2s;
    transition: .2s
}

#PageTop:hover {
    color: gray
}

#GlobalFooter {
    margin-top: 5rem
}

#GlobalFooter .container,#GlobalFooter .sticky_banner .wrap,.sticky_banner #GlobalFooter .wrap {
    position: relative
}

#GlobalFooter .gray {
    background: #eee;
    padding: 30px 0 40px
}

#GlobalFooter .blue {
    background: #2e62b9;
    color: #fff;
    padding: 30px 0 12px
}

#GlobalFooter .blue a {
    color: #fff
}

#GlobalFooter .blue .links {
    margin-bottom: 0.5rem
}

#GlobalFooter .sec_ttl {
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 0
}

#GlobalFooter .menus {
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    padding: 20px 20px 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#GlobalFooter .menus .menu {
    margin-bottom: 10px
}

#GlobalFooter .menus .menu:after {
    content: "|";
    display: inline-block;
    padding: 0 .5em;
    color: #ccc
}

#GlobalFooter .menus .menu:last-child:after {
    display: none
}

#GlobalFooter .menus .link {
    color: #333
}

#GlobalFooter .menus .link:hover {
    text-decoration: underline
}

#GlobalFooter .company_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

#GlobalFooter .company_menu .menu {
    margin-right: 1em
}

#GlobalFooter .company_menu .link:hover {
    text-decoration: underline
}

#GlobalFooter .copyright {
    margin-top: 51px;
    text-align: center;
    font-size: 14px;
    font-weight: 200
}

.breadcrumbs {
    background: #e5e5e5;
    font-size: 14px
}

.breadcrumbs .list {
    padding: 14px 0;
    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
}

.breadcrumbs .item:after {
    content: ">";
    display: inline-block;
    padding: 0 3px
}

.breadcrumbs .item:last-child:after {
    display: none
}

.breadcrumbs .link {
    color: #000
}

.breadcrumbs .link:hover {
    text-decoration: underline
}

#TopMainHeader {
    background: #eff7ff;
    margin-bottom: 30px
}

#TopMainHeader .container,#TopMainHeader .sticky_banner .wrap,.sticky_banner #TopMainHeader .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#TopMainHeader .contents {
    width: 100%;
    padding: 7px 0px 5px 15px
}

#TopHeaderImageSlider {
    width: 477px;
    height: 320px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

#TopHeaderImageSlider .img {
    position: absolute;
    top: 0;
    left: 0
}

#TopHeaderImageSlider.slick-initialized .img {
    position: static
}

#TopHeaderImageSlider .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 10px
}

#TopHeaderSearch {
    margin-bottom: 10px
}

#TopHeaderSearch .ttl {
    border-radius: 100px;
    background: #2e62b9;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 5px 22px;
    display: inline-block
}

#TopHeaderSearch .number {
    font-size: 22px;
    color: #fff600;
    padding: 0 3px
}

#TopHeaderSearch .input-group {
    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: 5px 0;
    margin-top: 7px;
}

#TopHeaderSearch .form_select__select {
    width: 232px;
    background: #fff;
    font-size: 24px;
    color: #aaaaaa
}

#TopHeaderSearch .form_select__select.selected {
    color: #000
}

#TopHeaderSearch .icon-cross {
    font-size: 22px;
    color: #2e62b9
}

#TopHeaderSearch .btn {
    height: 55px;
    font-size: 20px;
    padding: 0 35px
}

#TopMainHeader .new_arrival_jobs {
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    padding: 7px 10px 7px;
    margin-bottom: 10px
}

#TopMainHeader .new_arrival_jobs .ttl {
    font-size: 14px;
    margin-bottom: .7em
}

#TopMainHeader .new_arrival_jobs .number {
    font-size: 16px;
    color: red
}

#TopMainHeader .new_arrival_jobs .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#TopMainHeader .new_arrival_jobs .item {
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 1em
}

#TopMainHeader .new_arrival_jobs .item.x-detail .link:before {
    display: none
}

#TopMainHeader .new_arrival_jobs .link {
    text-decoration: none
}

#TopMainHeader .new_arrival_jobs .link:before {
    content: "◆"
}

#TopBannerSlider {
    width: 708px
}

.aside_ranking {
    margin-bottom: 2rem
}

#MainAside .aside_ranking {
    padding: 3px
}

.aside_ranking .ttl {
    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;
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
    border-bottom: 1px solid #ccc
}

.aside_ranking .ttl .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 69px;
    flex: 0 0 69px;
    height: 70px;
    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
}

.aside_ranking .ttl em {
    font-size: 20px
}

.aside_ranking .rank {
    padding: 5px 5px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-bottom: 1px solid #ccc;
    font-size: 13px
}

.aside_ranking .rank:last-child {
    border-bottom: 0
}

.aside_ranking .rank 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;
    line-height: 1.2
}

.aside_ranking .rank a:before {
    content: "";
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 51px;
    height: 27px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 5px;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.aside_ranking .rank a:hover {
    text-decoration: underline
}

.aside_ranking .rank a:hover:before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.aside_ranking .rank.x-1 a:before {
    background-image: url("../images/testimg/rank-1.svg")
}

.aside_ranking .rank.x-2 a:before {
    background-image: url("../images/testimg/rank-2.svg")
}

.aside_ranking .rank.x-3 a:before {
    background-image: url("../images/testimg/rank-3.svg")
}

.aside_ranking .rank.x-4 a:before {
    background-image: url("../images/testimg/rank-4.svg")
}

.aside_ranking .rank.x-5 a:before {
    background-image: url("../images/testimg/rank-5.svg")
}

#MainAside .aside_qualifications {
    padding: 10px
}

.aside_qualifications .txt {
    margin-bottom: 1rem
}

.aside_qualifications .list__angle_right {
    font-size: 13px
}

.aside_qualifications .list__angle_right li:before {
    color: #2e62b9
}

.sticky_banner {
    position: fixed;
    left: 0;
    top: 10px;
    width: 100%
}

.sticky_banner .wrap {
    position: relative
}

.sticky_banner a {
    display: block;
    position: absolute;
    left: calc(100% + 10px);
    top: 0
}

.local_navigations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 2rem -2px 1.5rem
}

.local_navigations li {
    width: 100%;
    height: 40px;
    font-size: 15px;
    margin: 0 2px
}

.local_navigations a {
    position: relative;
    background-color: #e5e5e5;
    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: 100%;
    height: 100%;
    -webkit-transition: .2s;
    transition: .2s;
    font-weight: bold;
    color: #444444
}

.local_navigations a:hover,.local_navigations li.x-current a {
    background-color: #add1e1
}

.local_navigations li.x-current a:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 5px 0 5px;
    border-color: #add1e1 transparent transparent transparent;
    bottom: -12px;
    left: calc(50% - 5px);
    position: absolute
}

.find_information {
    margin-bottom: 5px
}

.tab_contents {
    border: 1px solid #ccc
}

.tab_contents .tab_menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ccc
}

.tab_contents .menu {
    width: 25%;
    border-right: 1px solid #ccc;
    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;
    height: 62px;
    position: relative;
    cursor: pointer;
    font-size: 16px
}

.tab_contents .menu:last-child {
    border-right: 0
}

.tab_contents .menu:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    background: #2e62b9;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s
}

.tab_contents .menu:hover:before,.tab_contents .menu.x-current:before {
    opacity: 1
}

.tab_contents .contents {
    overflow: hidden
}

.tab_contents .contents[data-current="0"] .wrap {
    left: 0%
}

.tab_contents .contents[data-current="1"] .wrap {
    left: -100%
}

.tab_contents .contents[data-current="2"] .wrap {
    left: -200%
}

.tab_contents .contents[data-current="3"] .wrap {
    left: -300%
}

.tab_contents .contents[data-current="4"] .wrap {
    left: -400%
}

.tab_contents .contents[data-current="5"] .wrap {
    left: -500%
}

.tab_contents .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    width: 100%;
    position: relative;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.tab_contents .content {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 33px
}

.tab_contents.x-responsive {
    border: 0
}

.tab_contents.x-responsive .tab_menus {
    border: 0;
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 11
}

.tab_contents.x-responsive .menu {
    width: auto;
    padding-left: 70px;
    padding-right: 70px;
    background-color: #fff;
    margin-right: 8px;
    border-style: solid;
    border-width: 1px 1px 2px 1px;
    border-color: #ccc
}

.tab_contents.x-responsive .menu:before {
    height: 2px
}

.tab_contents.x-responsive .menu.x-current {
    border-bottom-color: rgba(204,204,204,0)
}

.tab_contents.x-responsive .contents {
    border-top: 2px solid #ccc;
    position: relative;
    z-index: 10;
    top: -2px
}

.tab_contents.x-light_blue.x-responsive .menu {
    border-color: #00A0E9
}

.tab_contents.x-light_blue.x-responsive .menu:before {
    background-color: #00A0E9
}

.tab_contents.x-light_blue.x-responsive .menu.x-current {
    border-bottom-color: rgba(0,160,233,0)
}

.tab_contents.x-light_blue.x-responsive .contents {
    border-color: #00A0E9
}

.tab_contents.x-bg-gray.x-responsive .menu.x-current {
    background-color: #F1F1F1
}

.tab_contents.x-bg-gray.x-responsive .contents {
    background-color: #F1F1F1
}

.find_prefecture .item {
    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;
    font-size: 18px;
    margin-bottom: 10px
}

.find_prefecture .item:last-child {
    margin-bottom: 0
}

.find_prefecture .region {
    border: 1px solid #ccc;
    width: 145px;
    height: 43px;
    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-right: .8em
}

.find_prefecture .prefs {
    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
}

.find_prefecture .link {
    margin-right: .8em;
    text-decoration: none
}

.find_prefecture .link:hover {
    text-decoration: underline
}

.tab_contents .find_genre .item {
    margin-bottom: .8em
}

.tab_contents .find_genre .link {
    text-decoration: none
}

.tab_contents .find_genre .link:hover {
    text-decoration: underline
}

.find_freeword {
    margin-bottom: 30px
}

.find_freeword .form-group {
    background: #eeeeee;
    padding: 10px 10px 10px 30px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.find_freeword .form__input {
    width: 100%
}

.find_freeword .txt {
    width: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 18px;
    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: 15px
}

.find_freeword .btn {
    width: 222px;
    margin-left: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 20px;
    text-align: center;
}

.aside_primary_banner .pr {
    text-align: right;
    margin-bottom: 3px
}

.aside_banners {
    font-size: 0
}

.aside_banners .item {
    margin-bottom: 10px
}

.subpage_header {
    max-width: 800px
}

.subpage_header .ttl {
    font-size: 48px;
    margin-bottom: 10px
}

.subpage_header .media__body {
    text-align: center;
    padding-left: 20px
}

.subpage_header .media__body p {
    font-size: 18px;
    line-height: 2
}

.step_navi {
    background: #f1f1f1;
    padding: 26px 0
}

.step_navi .seteps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.step_navi .step {
    width: 100%
}

.step_navi .step:last-child .box {
    border-right-width: 1px
}

.step_navi .step:last-child .box:before {
    display: none
}

.step_navi .box {
    border: 1px solid #ccc;
    border-right-width: 0;
    background: #fff;
    position: relative;
    height: 117px;
    padding: 0 23px;
    line-height: 2;
    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
}

.step_navi .box:before {
    content: "";
    display: block;
    width: 22px;
    height: 25px;
    position: absolute;
    top: 20px;
    right: -21px;
    background: url("../images/testimg/triangel.svg") 0 0 no-repeat
}

.step_navi .step:nth-child(1) .box {
    z-index: 90
}

.step_navi .step:nth-child(2) .box {
    z-index: 80
}

.step_navi .step:nth-child(3) .box {
    z-index: 70
}

.step_navi .step:nth-child(4) .box {
    z-index: 60
}

.step_navi .step:nth-child(5) .box {
    z-index: 50
}

.step_navi .step:nth-child(6) .box {
    z-index: 40
}

.step_navi .step:nth-child(7) .box {
    z-index: 30
}

.step_navi .step:nth-child(8) .box {
    z-index: 20
}

.step_navi .step:nth-child(9) .box {
    z-index: 10
}

.step_navi .step:nth-child(10) .box {
    z-index: 0
}

.step_navi .content {
    padding: 23px;
    line-height: 2
}

.q_and_a .item {
    border: 1px solid #ccc;
    border-bottom-width: 0;
    padding: 20px;
    position: relative
}

.q_and_a .item:last-child {
    border-bottom-width: 1px
}

.q_and_a .question {
    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
}

.q_and_a .number {
    font-size: 30px;
    font-weight: bold;
    width: 60px
}

.q_and_a .number .num {
    color: #2e62b9
}

.q_and_a .ttl {
    padding-left: 30px
}

.q_and_a .btn {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 50px;
    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
}

.q_and_a .answer {
    max-height: 0px;
    height: auto;
    -webkit-transition: .2s max-height;
    transition: .2s max-height;
    overflow: hidden;
    padding: 0 135px 0 90px;
    line-height: 2
}

.q_and_a .item.open .answer {
    max-height: 500px;
    padding: 10px 135px 0 90px
}

.news_box {
    border: 1px solid #ccc;
    padding: 20px
}

.news_box .item {
    margin-bottom: 1em
}

.news_box .item:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2e62b9
}

.news_box .link {
    text-decoration: underline
}

.news_box .link:hover {
    text-decoration: none
}

.related_articles {
    border: 1px solid #ccc;
    padding: 1rem
}

.related_articles>.ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1rem;
    border-left: #fd9001 5px solid;
    padding-left: .6em
}

.job_offer_detail__header {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "ttl ttl" "tags closing" "sub_ttl closing";
    padding: 20px 0
}

.job_offer_detail__header .ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: ttl;
    font-size: 24px;
    line-height: 1.2
}

.job_offer_detail__header .tags {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: tags;
    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;
    padding: .5rem 0
}

.job_offer_detail__header .tags .tag {
    margin-right: 5px;
    font-size: 14px;
    padding: 4px 10px
}

.job_offer_detail__header .sub_ttl {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: sub_ttl;
    padding: .5rem 0;
    font-size: 14px
}

.job_offer_detail__header .closing {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    grid-area: closing;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.job_offer_detail__header .closing .box {
    background: red;
    color: #fff;
    padding: 14px 40px
}

.job_offer_detail__header .closing .number {
    font-size: 24px
}

.job_offer_detail__lead {
    line-height: 1.5
}

.job_offer_detail__lead .ttl {
    font-size: 18px;
    color: #00A0E9;
    margin-bottom: 2em
}

.job_offer_actions .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 5px
}

.job_offer_actions .btns>:first-child {
    margin-left: 0
}

.job_offer_actions .btns>:last-child {
    margin-right: 0
}

.job_offer_actions .btn {
    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
}

.job_offer_actions .tell_btn,.job_offer_actions .btn {
    width: 100%;
    margin: 0 4px
}

.job_offer_actions .tell_btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 300px;
    flex: 1 0 300px
}

.job_offer_actions .btn.x-fav {
    -webkit-box-flex: 1;
    -ms-flex: 1 3 188px;
    flex: 1 3 188px
}

.job_offer_actions .btn.x-fav:hover {
    background: #ffe96a
}

.job_offer_actions .btn.x-red {
    -webkit-box-flex: 1;
    -ms-flex: 1 2 260px;
    flex: 1 2 260px
}

.job_offer_actions__footer .job_offer_actions {
    max-width: 762px;
    margin-left: auto
}

.job_offer_actions__footer .job_offer_actions .tell_btn {
    background-color: #fff
}

.job_offer_actions__footer .job_offer_actions .tell_btn:hover {
    background: #00A0E9
}

.job_offer_actions__footer .job_offer_actions .btn.x-fav {
    background-color: #fff
}

.job_offer_actions__footer .job_offer_actions .btn.x-fav:hover {
    background: #ffe96a
}

.job_offer_search__form .box {
    border: 1px solid #ccc;
    border-radius: 5px
}

.job_offer_search__form .input_group {
    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;
    border-bottom: 1px solid #ccc;
    padding: 7px
}

.job_offer_search__form .input_group:last-child {
    border-bottom: 0
}

.job_offer_search__form .ttl {
    font-size: 18px;
    width: 170px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.job_offer_search__form .ttl:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: .8em;
    background: #2e62b9
}

.job_offer_search__form .inputs {
    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
}

.job_offer_search__form .multiple {
    margin-left: auto
}

.job_offer_search__form .multiple .btn {
    width: 190px;
    padding: 5px 30px 5px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    position: relative
}

.job_offer_search__form .multiple .btn i {
    color: #2e62b9;
    position: absolute;
    top: calc( 50% - .5em);
    right: 10px;
    margin-right: 0;
    font-size: 12px
}

.job_offer_search__form .form_select {
    margin-right: 0.5em
}

.job_offer_search__form .form_select__select {
    height: 30px;
    min-width: 200px;
    padding-right: 25px;
    border-color: #a0a0a0
}

.job_offer_search__form .checkboxies {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -0.5rem
}

.job_offer_search__form .checkboxies li {
    margin-right: 0.5em;
    margin-bottom: 0.5rem
}

.job_offer_search__form .accordion_trg {
    color: #2e62b9;
    cursor: pointer;
    padding: 0.5rem 0
}

.job_offer_search__form .btn[type="submit"] {
    padding: 20px 100px;
    margin-top: 1rem;
    margin-bottom: 3rem
}

.job_offer_search__slider {
    height: 95px;
    margin-bottom: 3rem
}

.tell_btn {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "icon txt" "icon number";
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #000;
    -webkit-transition: .2s;
    transition: .2s
}

.tell_btn:hover {
    background: #00A0E9;
    color: #fff
}

.tell_btn:hover .icon {
    background: #fff;
    color: #00A0E9
}

.tell_btn .icon {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    grid-area: icon;
    width: 50px;
    height: 50px;
    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: 5px;
    background: #00A0E9;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s
}

.tell_btn .txt {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: txt;
    padding-left: 7px;
    font-size: 14px;
    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
}

.tell_btn .number {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: number;
    padding-left: 7px;
    font-size: 23px;
    line-height: 1;
    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
}

.kaigobito__header {
    margin: 40px 0
}

.kaigobito__header .sec_ttl {
    border-bottom-width: 6px
}

.kaigobito__header .txt {
    line-height: 1.5;
    margin-bottom: 1rem;
    padding: 0 1rem;
    padding: 0 1rem
}

.kaigobito__header .form_select {
    display: inline-block;
    margin-right: 0.8rem;
    width: 520px
}

.kaigobito__header .form_select__select {
    width: 100%
}

.kaigobito_detail__header {
    margin: 40px 0 20px
}

.kaigobito_detail__header .sec_ttl {
    border-bottom-width: 6px
}

.kaigobito_detail__header .slider_sync {
    background-color: #EEEEEE;
    padding: 1rem
}

.kaigobito_detail__header .main {
    height: 450px
}

.kaigobito_detail__header .main img {
    max-width: 100%;
    max-height: 450px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;"
}

.kaigobito_detail__header .thumbs {
    position: relative;
    height: 115px;
    margin: 1rem 0 0
}

.kaigobito_detail__header .slider_sync .thumbs .thumb {
    width: 170px !important;
    height: 115px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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
}

.kaigobito_detail__header .slider_sync .thumbs .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.kaigobito_detail__header .slider_sync .thumbs .slick-current .thumb {
    background-color: #d4fbff
}

.kaigobito_detail__data .table {
    margin-bottom: 4rem
}

.kaigobito_detail__data .table th {
    font-weight: bold;
    width: 25%
}

.kaigobito_detail__data .table th:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fd9001;
    margin-right: 0.8rem
}

.kaigobito_detail__body .sec_ttl {
    font-size: 18px;
    border-left-width: 5px
}

.kaigobito_detail__body .txt {
    line-height: 1.5;
    margin-bottom: 2rem
}

.opening_list__header {
    margin-top: 20px
}

.opening_list__header>.ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0.5rem
}

.opening_list__header .banner {
    margin-bottom: 2rem;
    background: url("../images/testimg/opening_list__header_image.jpg") right bottom no-repeat;
    background-image: -webkit-image-set(url("../images/testimg/opening_list__header_image.jpg") 1x, url("../images/testimg/opening_list__header_image@2x.jpg") 2x);
    background-image: image-set(url("../images/testimg/opening_list__header_image.jpg") 1x, url("../images/testimg/opening_list__header_image@2x.jpg") 2x)
}

.opening_list__header .banner .txt {
    font-size: 15px;
    line-height: 1.5
}

.opening_list__header .opening_form {
    max-width: 1000px;
    margin: 2rem auto 4rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    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
}

.opening_list__header .opening_form .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #dceeff;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 4px 10px;
    margin-right: 10px;
    -webkit-transition: .2s;
    transition: .2s
}

.opening_list__header .opening_form .btn:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2e62b9;
    margin-right: .5em;
    vertical-align: -2px;
    -webkit-transition: .2s;
    transition: .2s
}

.opening_list__header .opening_form .btn:hover {
    background-color: #00A0E9;
    color: #fff
}

.opening_list__header .opening_form .btn:hover:before {
    color: #fff
}

.opening_list__header .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.opening_list__header .label {
    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: #00A0E9;
    color: #fff;
    padding: 0 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.opening_list__header .form_select {
    width: 100%
}

.opening_list__header .form_select__select {
    width: 100%;
    border: 0
}

.post {
    margin: 2rem 0
}

.post h1,.post h2,.post h3,.post h4,.post h5,.post h6 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.post h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    border-bottom: #fd9001 6px solid;
    padding-bottom: .6em
}

.post h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 2rem;
    border-left: #fd9001 5px solid;
    padding-left: .6em
}

.post h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    border-left: #fd9001 5px solid;
    padding-left: .6em
}

.post h4 {
    font-size: 18px;
    line-height: 1;
    border-left: #fd9001 2px solid;
    padding-left: .6em
}

.post h5 {
    font-size: 16px;
    font-weight: bold
}

.post h6 {
    font-weight: bold
}

.post p {
    margin: 1rem
}

.post em {
    font-weight: bold
}

.post .bd_box {
    border: 1px solid #ccc;
    margin: 2rem;
    padding: 1.5rem
}

.post img {
    max-width: 100%;
    display: block;
    margin: 1rem auto
}

.post figure {
    border: 1px solid #ccc;
    text-align: center;
    display: inline-block;
    padding: .66667rem
}

.post figure img {
    display: inline-block;
    margin: 0
}

.post li {
    margin-bottom: 0.5em;
    line-height: 1.5
}

.report__header {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.report__header .ttl {
    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;
    margin-bottom: 1rem
}

.report__header .ttl .icon {
    width: 130px;
    height: 119px
}

.report__header .ttl .line {
    font-size: 40px;
    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;
    color: #2e62b9;
    position: relative;
    z-index: 0;
    padding: 17px 30px
}

.report__header .ttl .line:before {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-size: auto auto;
    background-color: #fff;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #eee 2px, #eee 4px)
}

.report__header .ttl .number {
    margin: 0 10px
}

.report__header .ttl .number span {
    display: inline-block;
    border: 1px solid #ccc;
    font-size: 80px;
    color: red;
    background: #fff;
    margin-right: 10px;
    line-height: 1;
    padding: 0 5px;
    font-weight: bold
}

.report__header .ttl em {
    font-weight: bold
}

.report__header .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
}

.report__header .input-group {
    margin-left: auto;
    margin-right: 10px;
    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
}

.report__header .label {
    font-weight: bold;
    font-size: 22px
}

.report__header .form__input {
    width: 280px
}

.report__header .btn {
    margin-right: 10px;
    font-size: 18px;
    line-height: 1;
    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
}

.report__header .btn.x-orange {
    padding: 10px 40px
}

.report__header .btn i {
    display: inline-block;
    margin-right: .3rem
}

.report_detail {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 4rem
}

.report_detail__header {
    padding: 20px;
    display: -ms-grid;
    display: grid;
    grid-template-areas: "img ttl ttl graf" "data data legend graf";
    -ms-grid-columns: 70px 15px 1fr 15px 194px 15px 168px;
    grid-template-columns: 70px 1fr 194px 168px;
    -ms-grid-rows: 70px 15px auto;
    grid-template-rows: 70px auto;
    grid-gap: 15px;
    background: #dceeff
}

.report_detail__header .avatar {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: img
}

.report_detail__header .ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-area: ttl;
    border-bottom: 1px solid #2e62b9;
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    color: #2e62b9;
    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
}

.report_detail__header .data {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: data;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.report_detail__header .graf_legend {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: legend;
    background-color: #fff;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    font-size: 14px;
    color: #2e62b9
}

.report_detail__header .graf_legend .item {
    width: 50%
}

.report_detail__header .graf {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 7;
    grid-area: graf;
    border: 1px solid #2e62b9;
    background-color: #fff
}

.report_detail__header .graf svg {
    width: 100%;
    height: 100%
}

.report_detail__header .name {
    font-size: 20px;
    font-weight: bold;
    color: #2e62b9
}

.report_detail__header .category {
    font-size: 15px
}

.report_detail__header .sup_info {
    font-size: 15px
}

.report_detail__content {
    padding: 20px
}

.report_detail__content .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.report_detail__content .main .ttl {
    width: 120px;
    height: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 5px;
    background-color: #2e62b9;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    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-bottom: 2rem
}

.report_detail__content .main .txt {
    width: calc(100% - 120px - 30px);
    line-height: 1.5;
    font-size: 15px;
    margin-bottom: 2rem
}

.report_detail__content .btns {
    text-align: right;
    margin-bottom: 2rem
}

.report_detail__content .btns .btn {
    margin-left: 20px;
    padding-left: 50px;
    padding-right: 50px
}

.report_detail__comments {
    padding: 20px;
    background-image: url("../images/testimg/comment_arrow.svg");
    background-position: 32px 11px;
    background-repeat: no-repeat;
    background-size: 75px 90px;
    padding-left: 120px
}

.report_detail__controller {
    margin: 20px;
    border-radius: 5px;
    background: #e6e6e6 url("../images/testimg/pen.svg") no-repeat;
    background-position: 10px center;
    font-size: 14px;
    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: 15px 15px 15px 60px
}

.report_detail__controller .ttl {
    font-size: 22px
}

.report_detail__controller .input-group {
    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
}

.report_detail__controller .form__input {
    width: 150px
}

.report_detail__controller .btn {
    margin-left: 10px
}

.report_detail .comment {
    margin-bottom: 2rem
}

.report_detail .comment .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #dceeff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.report_detail .comment .head .name {
    font-size: 22px;
    color: #2e62b9;
    margin: 0 1rem
}

.report_detail .comment .head .sup_info {
    font-size: 15px
}

.report_detail .comment .txt {
    margin: 1rem 0;
    line-height: 1.5
}

.report_detail .delete_report:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: red;
    margin-right: 0.4em;
    font-size: 0.9em
}

.report_detail .back {
    padding: 20px
}

.report_comment_reply {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 4rem
}

.report_comment_reply>.ttl {
    font-size: 22px;
    text-align: center;
    padding: 20px;
    background: #2e62b9;
    color: #fff
}

.report_comment_reply .wrap {
    padding: 20px
}

.report_comment_reply .table th,.report_comment_reply .table .th,.report_comment_reply .table td,.report_comment_reply .table .td {
    vertical-align: top
}

.report_comment_reply .table th,.report_comment_reply .table .th {
    width: 40%
}

.report_comment_reply .table tr:last-child td {
    padding-top: 2rem
}

.report_comment_reply .table .blank:before {
    display: none
}

.report_comment_reply .table .required {
    margin-left: 0.5em
}

.report_comment_reply .table .btn {
    padding: 20px 100px;
    font-size: 22px
}

.report_comment_reply .form__input {
    width: 400px
}

.report_comment_reply .radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px
}

.report_comment_reply .radios li {
    margin-right: 1.2rem
}

.report_worklist_search {
    padding: 0;
    margin-bottom: 2rem
}

.report_worklist_search .wrap {
    border-bottom: 1px solid rgba(204,204,204,0);
    border-radius: 0 0 5px 5px
}

.report_worklist_search.accordion.open .wrap {
    border-color: #ccc
}

.report_worklist_search .form {
    margin: 1.5rem;
    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;
    border-bottom: 3px dotted #ccc;
    padding-bottom: 2rem
}

.report_worklist_search .form .label {
    font-size: 22px
}

.report_worklist_search .form .btn {
    font-size: 18px
}

.report_worklist_search .form .btn i {
    font-size: 22px
}

.report_worklist_search .pagenation_info {
    padding: 2rem 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold
}

.report_worklist_search .accordion__content .list {
    padding: 1.5rem
}

.report_worklist_contents .contents {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #ccc
}

.report_worklist_contents .work_list {
    border-top: 1px solid #ccc
}

.report_worklist_contents .work_list .item {
    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;
    border-bottom: 1px solid #ccc;
    padding: 20px 0
}

.report_worklist_contents .work_list .item .ttl {
    width: 600px;
    color: #2e62b9
}

.report_worklist_contents .work_list .item .ttl:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.5rem
}

.report_worklist_contents .work_list .item .num {
    font-weight: bold;
    color: #000
}

.report_entry .btn.primary {
    font-size: 18px;
    font-weight: bold;
    padding: 1em 2em
}

.report_entry__announce {
    border: 1px solid #2e62b9;
    padding: 1.5rem 1.5rem .5rem;
    background: #eef6fc;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 1.5rem
}

.report_entry__announce .ttl {
    color: #2e62b9;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 1rem
}

.report_entry__announce ul {
    list-style: disc outside;
    padding-left: 2em;
    margin-bottom: 1rem
}

.report_entry__announce li {
    line-height: 1.5;
    margin-bottom: 0.5rem
}

.report_entry__form .input_work_name {
    margin-bottom: 1.5rem;
    border: 1px solid #444;
    border-radius: 5px;
    background: #e6e6e6;
    padding: 1.5rem;
    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
}

.report_entry__form .input_work_name .input-group {
    position: relative;
    margin-right: 2em
}

.report_entry__form .input_work_name .input-group .label {
    font-size: 22px;
    margin-right: 0.5em
}

.report_entry__form .input_work_name .input-group .note {
    position: absolute;
    right: 0px;
    bottom: calc(-1em - 7px);
    font-size: 15px;
    text-align: right
}

.report_entry__form .table.impression_score {
    margin-bottom: 1rem;
    border-color: #799bd2
}

.report_entry__form .table.impression_score th,.report_entry__form .table.impression_score td,.report_entry__form .table.impression_score tr {
    border-color: #799bd2
}

.report_entry__form .table.impression_score th {
    background-color: #eef6fc;
    font-weight: bold
}

.report_entry__form .table.impression_score .gray {
    background-color: #e5e5e5
}

.report_entry__form .table.impression_score .center {
    text-align: center
}

.report_entry__form .table.impression_score .header th {
    font-weight: bold;
    padding: 5px;
    text-align: center
}

.report_entry__form .table.impression_score .graph_legend {
    padding: 15px 0
}

.report_entry__form .table.impression_score .graph_legend .wrap {
    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
}

.report_entry__form .table.impression_score .graph_legend .wrap>* {
    padding: 0 5px
}

.report_entry__form .table.impression_score tr:nth-child(n+3) th,.report_entry__form .table.impression_score tr:nth-child(n+3) td {
    padding: 10px 20px
}

.report_entry__form .table.impression_score tr:nth-child(n+3) th {
    padding-left: 30px
}

.report_entry__form_detail>.ttl {
    font-size: 30px;
    color: #2e62b9;
    text-align: center;
    margin: 4rem 0 1.5rem
}

.report_entry__form_detail>.ttl i {
    font-size: 20px;
    margin: 0 1em
}

.report_entry__form_detail .content_box {
    padding-bottom: 0;
    margin-bottom: 1rem
}

.report_entry__form_detail .table th,.report_entry__form_detail .table td {
    padding: 1.5rem 0
}

.report_entry__form_detail .table th {
    width: 356px;
    vertical-align: top
}

.report_entry__form_detail .form__input {
    width: 450px
}

.report_entry__form_detail .radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px
}

.report_entry__form_detail .radios li {
    margin-right: 1.2rem
}

.report_entry__form_detail .consent {
    text-align: center
}

.score_graf {
    margin: 10px auto 0;
    width: 168px;
    height: 168px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("../images/testimg/graf.svg");
    background-size: 168px 168px;
    position: relative
}

.score_graf.active.fade_in svg {
    opacity: 1.0;
    -webkit-transform: scale(1);
    transform: scale(1.7);
}

.score_graf svg {
    width: 100px;
    height: 99px;
    position: absolute;
    top: 35px;
    left: 34px;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.score_graf svg .st0 {
    fill: #2e62b9;
    fill-opacity: 0
}

.score_graf svg .st1 {
    fill: #2e62b9;
    fill-opacity: 0.50
}

.required {
    background: red;
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
    padding: 3px
}

.required_s {
    color: red
}

.pay_area__accordion {
    margin-bottom: 2rem
}

.pay_area__accordion .accordion_trg {
    border-radius: 0 0 5px 5px;
    border-top-width: 0
}

.pay_area__accordion .accordion__content {
    background: #eff7ff
}

.pay_area__accordion .accordion__content .list__square {
    padding: 1.5rem
}

.pay_area__accordion.open .accordion_trg {
    border-top-width: 1px
}

.pay_area__accordion.open .accordion_trg i {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg)
}

.pay_area__data>.header {
    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
}

.blue-border {
    border-bottom: 4px solid #799bd2;
}

.dark-border {
    border-bottom: 4px solid #808080;
}

.pay_area__data>.header .ave {
    font-size: 14px;
    margin: 0 1em
}

.pay_area__data>.header .area_ave {
    padding: 10px;
    color: #000;
    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;
    font-size: 15px;
    font-weight: bold;
    width: 380px;
}

.blue {
    background: #799bd2;
}

.dark {
    background: #808080;
}

.pay_area__data>.header .area_ave:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    opacity: 0.36;
    font-size: 30px;
    margin-right: 10px
}

.pay_area__data>.header .area_ave .data {
    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;
    font-size: 26px;
    color: #ffffff;
    margin-left: 2rem
}

.pay_area__data>.header .area_ave .data .small {
    font-size: 17px;
    margin-right: 0.8rem
}

.pay_area__data .table {
    margin-bottom: 2rem
}

.pay_area__data .table th,.pay_area__data .table td {
    padding: 10px;
    text-align: center;
    border-color: #799bd2
}

.pay_area__data .table th,.pay_area__data .table .blank {
    background-color: #eef6fc
}

.pay_area__data .table tr {
    border-color: #799bd2
}

.pay_area__data .table tr:first-child th {
    background-color: #e5e5e5
}

.pay_area__data .table td {
    border: 1px solid #799bd2
}

.pay_area__color_legend {
    margin-bottom: 1rem;
    margin-left: 0.5rem
}

.pay_area__color_legend .ra_blue {
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid #2e62b9
}

.pay_area__mark_legend {
    border: 1px solid #e5e5e5;
    background-color: #fdf8fb;
    border-radius: 5px;
    padding: 1rem 1.5rem calc(1rem - 10px)
}

.pay_area__mark_legend .txt {
    font-size: 13px
}

.pay_area__mark_legend .txt:before {
    content: ":";
    display: inline-block;
    margin-right: 0.4rem;
    margin-left: 0.2rem
}

.pay_area .ra_blue {
    background-color: #fff
}

.pay_area .ra_blue.x-l1 {
    background-color: rgba(104,155,255,0.1)
}

.pay_area .ra_blue.x-1 {
    background-color: rgba(104,155,255,0.3)
}

.pay_area .ra_blue.x-5 {
    background-color: rgba(104,155,255,0.5)
}

.pay_area .ra_blue.x-10 {
    background-color: rgba(104,155,255,0.7)
}

.pay_area .ra_blue.x-20 {
    background-color: #689bff
}

.pay_area .ra_blue a:hover {
    text-decoration: underline
}

.job_icon {
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #333333;
    /* line-height: 22px; */
    display: inline-block;
    font-weight: bold;
    /* width: 22px; */
    /* height: 22px; */
    background-color: #fff;
    cursor: help;
    text-align: center;
    padding: 3px;
}

.shikaku__header {
    background: url("../images/testimg/shikaku_head_bg.jpg") 0 0 no-repeat;
    background-image: -webkit-image-set(url("../images/testimg/shikaku_head_bg.jpg") 1x, url("../images/testimg/shikaku_head_bg@2x.jpg") 2x);
    background-image: image-set(url("../images/testimg/shikaku_head_bg.jpg") 1x, url("../images/testimg/shikaku_head_bg@2x.jpg") 2x);
    position: relative;
    height: 160px
}

.shikaku__header .wrap {
    position: absolute;
    top: 0px;
    left: 199px;
    text-align: center
}

.shikaku__header .txt {
    line-height: 1.3
}

.shikaku__header em {
    font-size: 18px;
    color: #2e62b9;
    font-weight: bold
}

.shikaku__shikaku_list {
    margin-bottom: 2rem
}

.shikaku__shikaku_list .ttl {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 1rem
}

.shikaku__shikaku_list .list__angle_right {
    margin-bottom: 2rem
}

.shikaku__shikaku_list .list__angle_right li {
    margin-bottom: 1rem
}

.shikaku__shikaku_list .list__angle_right:last-child {
    margin-bottom: 0
}

.shikaku__topic {
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    margin-bottom: 2rem
}

.shikaku__topic:before {
    content: "";
    display: block;
    position: absolute;
    right: 32px;
    top: 24px;
    width: 170px;
    height: 170px;
    background: url("../images/testimg/kaigo_pict.svg") center center no-repeat;
    background-size: 100% 100%
}

.shikaku__topic .header {
    background-size: auto auto;
    background-color: #fff;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #eee 2px, #eee 5px);
    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;
    height: 85px
}

.shikaku__topic .read {
    background-color: #2e62b9;
    position: relative;
    height: 100%;
    color: #fff;
    padding: 0 0px 0 20px;
    margin-right: 40px;
    line-height: 1.5;
    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
}

.shikaku__topic .read:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -23px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 42.5px 0 42.5px 23px;
    border-color: transparent transparent transparent #2e62b9
}

.shikaku__topic .ttl {
    font-size: 18px
}

.shikaku__topic .ttl em {
    font-size: 25px;
    color: #2e62b9;
    font-weight: bold;
    display: inline-block;
    padding: 0 .2em
}

.shikaku__topic .txt {
    padding: 1.5rem 240px 1.5rem 1.5rem;
    line-height: 1.5
}

.shikaku__use .ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1rem
}

.shikaku__use .list__angle_right {
    margin-bottom: 2rem
}

.shikaku__use .list__angle_right:last-child {
    margin-bottom: 0
}

.pickup_company__being_recruited {
    margin-bottom: 1rem
}

.pickup_company__being_recruited .being_ttl {
    font-weight: bold;
    text-align: center;
    line-height: 2
}

.pickup_company__being_recruited ul {
    list-style: none;
    border-top: 1px solid #ccc
}

.pickup_company__being_recruited .item {
    border-bottom: 1px solid #ccc;
    font-size: 14px
}

.pickup_company__being_recruited a {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    padding: .5rem 0;
    -webkit-transition: .2s;
    transition: .2s
}

.pickup_company__being_recruited a:hover {
    background: #eff7ff
}

.pickup_company__being_recruited a:hover .to i {
    left: 5px
}

.pickup_company__being_recruited .ttl {
    font-weight: bold;
    margin-right: 1em
}

.pickup_company__being_recruited .to {
    margin-left: auto
}

.pickup_company__being_recruited .to i {
    color: #2e62b9;
    margin-left: 1rem;
    position: relative;
    left: 0;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.pickup_company__area .ttl {
    font-weight: bold;
    text-align: center;
    line-height: 2;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.5rem
}

.pickup_company__area .txt {
    font-size: 14px
}

.ave_pay {
    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: 10px
}

.ave_pay .item {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    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: #dceeff;
    font-weight: bold
}

.ave_pay .data {
    font-weight: normal;
    font-size: 14px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 6px;
    margin-left: 20px
}

.ave_pay .data a {
    display: inline-block;
    margin-left: 1em
}

.oiwaikin {
    border-radius: 5px;
    border-width: 2px;
    border-color: #ff0000;
    border-style: solid;
    background-color: #ffffff;
}
.oiwaikin .tag.x-red {
    background: red;
    color: #fff;
    display:inline;
    padding:2px 10px;
    border-radius:4px;
    margin-right: 5px;
}
.owaikingaku {
    line-height: 18px;
    color: #ff0000;
    font-weight:bold;
}

.iwai-box {
    border: solid 2px red;
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
}

.iwai-box .iwai-label {
    display: inline-block;
    background-color: red;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
}

.iwai-box p {
    margin-left: 25px;
}

.iwai-box span {
    font-size: 24px;
    color: red;
    font-weight: bold;
}

.iwai-link {
    font-size: 14px;
}

.company-detail-title {
    font-size: 18px;
}

.company-detail-box {
    border: solid 1px #ccc;
    padding: 10px;
    margin: 0;
    margin-top: -1px;
    line-height: 1.5;
}

.company-detail-box .title {
    font-size: 18px;
}

.company-detail-box .title:before {
    content: "■";
    color: #2e62b9;
    margin-right: 5px;
}

.company-detail-box .row {
    border-bottom: solid 1px #ccc;
}

.btn-sub {
    width: 400px;
    padding: 25px;
    margin-right: 30px;
    font-size: 18px;
}

.x-winered {
    background-color: #e60012;
    border: solid 1px #e60012;
}

.x-winered:hover {
    color: #e60012;
}

.errorSearch {
    clear:both;
    text-align:center;
    padding:10px;
    margin:10px;
    background:#F7ECEC;
    border:#CC0000 solid 1px;
}

.mouse-over-finger {
    cursor:pointer;
}

.job-item {
    margin-right: 10px;
    margin-bottom: 10px;
}

.mypage-job-item {
    max-width: 241px;
}

_:-ms-lang(x)::-ms-backdrop, #tag-oiwaikin {
    padding-top: 2px;
}

_:-ms-lang(x)::-ms-backdrop, #tag-job-type {
    padding-top: 6px;
}

_:-ms-lang(x)::-ms-backdrop, #tag-new {
    padding-top: 6px;
}

_:-ms-lang(x)::-ms-backdrop, #tag-check {
    padding-top: 6px;
}

.corplist-img {
    width: 102px;
    height: 77px;
    border: 1px solid #ccc;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #fff;
    float: left;
    margin-right: 20px;
    margin-bottom: 60px;
}

.corplist-img-tag {
    -o-object-fit: scale-down;
    object-fit: scale-down;
    /* IE11用 */
    font-family: "object-fit: scale-down;";
    width: 100%;
    height: 100%;
}

.corp-title {
    font-size: 22px;
    font-weight: bold;
    color: #2e64be;
}

.footer-station-link-list-bottom {
    width: 100%;
    text-align: right;
}

.footer-station-link-list-bottom .footer-station-link-button{
    width: 100%;
    text-align: right;
    color: #2e62b9;
    cursor:pointer;
}

.footer-station-link-list-bottom #stationListOpen:before
, .footer-station-link-list-bottom #stationListOpenOd:before{
    content:"＞";
    display: inline-block;
    transform: rotate(90deg);
    color: #2e62b9;
}

.footer-station-link-list-bottom #stationListClose:before
, .footer-station-link-list-bottom #stationListCloseOd:before{
    content:"＞";
    display: inline-block;
    transform: rotate(-90deg);
    color: #2e62b9;
}

.popular_set {
    padding: 5px 0px 5px 0px;
    margin: 10px 4px 10px 4px;
    font-weight: bold;
    border: solid 1px Transparent;
    float: left;
}

.popular_box {
    padding: 5px 15px 5px 15px;
    margin: 10px 4px 10px 4px;
    border: solid 1px #C0C0C0;
    float: left;
    display: flex;
}

.find_popular {
    margin-bottom: 5px
}
