@charset "UTF-8";

/*
Theme Name: デザイン04
Theme https://www.trevo-web.com/
Author: 株式会社TREVO
Author URI: https://www.trevo-web.com/
Text Domain: TREVO Theme
*/

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: baselifne;
}

/* HTML5 display-role reset for older browsers */

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

body {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    -webkit-text-size-adjust: none;
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}


@media(min-width: 769px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }
}

/*-----------------------------------
-------------   共通  --------------
------------------------------------*/

html {
    font-size: 62.5%;
}

body {
    width: 100%;
    font-size: 1.6rem;
}

.wrapper {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

.wrapper-inner {
    max-width: 1000px;
    width: 96%;
    margin: 0 auto;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

p {
    line-height: 200%;
}

.cf::after {
    content: "";
    display: block;
    clear: both;
}


.pc-none {
    display: none;
}

.sp-none {
    display: block;
}


.fl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

.fl-bt {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fl-wr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fl-ju-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.fl-ju-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fl-al-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.regu {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.b-c01 {
    background: #003867;
}

.b-c02 {
    background: #0059A5;
}

.b-c03 {
    background: #003867;
}

.b-c-text {
    color: #003867;
}

.wrapper {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .fl-column-lm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.5rem;
    }

    .sp-none {
        display: none;
    }

    .pc-none {
        display: block;
    }

    .fl-wr-md {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

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

@media screen and (max-width: 480px) {
    .fl-column-ss {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.t-bold {
    font-weight: bold;
}

.btn-box a {
    position: relative;
    text-align: center;
    padding: 8px 0;
    display: block;
    border: 1px solid #000;
    width: 300px;
    font-weight: bold;
    background-color: #fff;
}

.btn-box a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translateY(-50%);
}

.btn-box a:hover {
    background: #0075C2;
    color: #fff;
}

.btn-box a:hover::after {
    border-color: #fff;
}

.br-lm {
    display: none;
}

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

.br-ms {
    display: none;
}

@media screen and (max-width: 600px) {
    .br-ms {
        display: block;
    }
}

/*------------------------------------------
-------------------- Top -------------------
--------------------------------------------*/

/* ---------------- header ------------------*/

header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px 2px rgba(63, 63, 63, 0.2);
    box-shadow: 0 2px 8px 2px rgba(63, 63, 63, 0.2);
}

h1.b-c {
    background: #003867;
}

header h1 {
    font-size: 1.2rem;
    line-height: 20px;
    padding: 5px 0.5em;
    color: #fff;
}

.header-left {
    margin: 0 0 0 20px;
    display: table;
}


.header-logo {
    display: table-cell;
    vertical-align: middle;
}

.header-left .header-logo a {
    width: 100%;
}

.nav {
    width: 100%;
    padding-bottom: 5px;
}

.nav ul li {
    position: relative;
    text-align: center;
    margin-right: 30px;
    float: left;
}

.nav ul li:hover > a {
    opacity: 1;
    color: #0075C2;
}

.nav ul li a {
    display: block;
    font-size: 1.6rem;
    padding: 15px 0;
    color: #000;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
}

.nav ul li a:hover span::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.nav ul li:hover .sub-menu {
    max-height: 1000px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.nav ul .sub-menu {
    position: absolute;
    top: 44px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200px;
    background: #fff;
    z-index: 1000;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.nav ul .sub-menu li {
    margin: 0;
    float: none;
    line-height: 140%;
}

.nav ul .sub-menu li:nth-child(4n) {
    margin-right: 1%;
}

.nav ul .sub-menu li a {
    color: #000;
    padding: 16px;
    width: 100%;
    display: block;
    font-size: 1.4rem;
}

.nav ul .sub-menu li a:hover {
    color: #fff;
    background-color: #0075C2;
}

.header-right-t {
    margin: 15px 20px 0px 20px;
}

.header-right .h-tel a {
    padding: 0 15px 0 40px;
    display: block;
    line-height: 50px;
    background: url(img/tel-icon.png) no-repeat left 20px center/20px 20px;
    font-size: 2.6rem;
    font-weight: 600;
}


.header-right .h-mail a {
    padding: 10px 15px 10px 33px;
    display: block;
    background: url(img/mail-icon.png) no-repeat top 7px left 8px/20px 20px #5D5D5D;
    font-size: 1.4rem;
    color: #fff;
    margin-top: 5px;
}

.header-right .h-mail a:hover {
    background-color: #000;
}

a.slick-slide:hover {
    opacity: 0.7;
}


@media screen and (max-width: 1024px) {
    .header-left .header-logo a img {
        width: 100%;
    }

    .header-left {
        margin: 30px 0 10px 3%;
        width: 20%;
    }

    .header-right h1 {
        padding-top: 10px;
        line-height: 18px;
        margin-right: 10px;
    }

    .nav ul li {
        margin-right: 13px;
    }

    .nav ul li a {
        font-size: 1.4rem;
    }
}


@media screen and (max-width: 768px) {
    .header-left .header-logo a img {
        margin: 15px 0px 10px;
    }

    .header-left {
        margin: 10px;
        width: 35%;
    }

    .header-right h1 {
        display: none;
    }

    .header-right .header-right-t {
        padding-top: 2px;
    }

    .header-right .h-tel {
        margin-right: 60px;
        background: none;
    }

    .header-right .h-tel a {
        line-height: 30px;
        font-size: 1.8rem;
    }

    .header-right .h-mail {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .header-right .header-right-t {
        padding-top: 10px;
    }
}

@media screen and (max-width: 480px) {
    .header-left {
        width: 35%;
        margin: 15px 0 10px 10px;
    }

    .header-right .h-tel {
        margin-right: 40px;
        margin-top: -15px;
    }

    .header-right .h-tel a {
        padding: 0 15px 0 40px;
        display: block;
        line-height: 50px;
        background: url(img/tel-icon.png) no-repeat left 20px center/20px 20px;
        font-size: 1.4rem;
        font-weight: 600;
    }
}

@media screen and (max-width: 320px) {
    .header-left {
        width: 30%;
        margin: 15px 0 0 5px;
    }
}


/* ---------------- footer ------------------*/

footer {
    margin-top: 120px;
    text-align: center;
}

footer .company {
    padding: 60px 0;
    background: #F1F1F1;
    font-size: 1.4rem;
}

footer .company img {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    height: auto;
}

footer .company p {
    margin-top: 20px;
}

footer .company-btn a {
    display: block;
    padding: 10px;
    border: 1px solid #9E9E9E;
    width: 140px;
    color: #666;
    text-align: center;
    margin: 20px auto 0 auto;
}

footer nav ul {
    padding: 20px 0;
}

footer nav li {
    display: inline-block;
    padding: 0 20px;
    font-size: 1.4rem;
}

footer .copyright {
    color: #fff;
    font-size: 1.2rem;
    padding: 10px 0;
    background-color: #003867;
}

.sp_footer_info {
    display: none;
}

@media screen and (max-width: 600px) {
    footer .company {
        padding: 20px 0;
    }

    footer nav {
        display: none;
    }

    footer .company img {
        width: 36%;
    }
}


/* ---------------- top ------------------*/

.main-visual img {
    width: 100%;
    margin-top: 100px;
    position: relative;
}

.top-com {
    background: #fff;
    max-width: 1262px;
    margin: 0 auto;
    padding: 30px;
    margin-top: -80px;
    position: relative;
}

.top-com-box {
    padding: 30px;
    color: #fff;
}

.top-com-box a {
    display: block;
    color: #fff;
}

.top-com-box a:hover {
    opacity: 0.6;
    transition: all ease .3s;
}

.top-com-box h2 {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}

.top-com-box p {
    margin-top: 0.5em;
}

.top-com-box:nth-child(2n) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.top-text-box {
    text-align: center;
    margin-top: 90px;
}

.top-text-box h2 {
    font-weight: bold;
    font-size: 3.6rem;
}

.top-text-box p {
    margin-top: 3em;
    line-height: 230%;
}

.sliderArea {
    margin-top: 3em;
}

.sliderArea h3 {
    color: #000;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 160%;
}

.sliderArea p {
    margin-top: 1em;
    line-height: 160%;
}

.sliderArea .text_box {
    border: 1px solid #EEEEEE;
    height: 210px;
}

.sliderArea .slider div {
    position: relative;
}

.news-box {
    background: #F8F8F8;
    padding: 60px 0;
    margin-top: 120px;
}

.news-box h3 {
    font-size: 3.6rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 60px;
}

.news-box h3 span {
    font-size: 1.6rem;
    display: block;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

.news-box ul li {
    font-size: 1.6rem;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    line-height: 160%;
    align-items: center;
}

.news-box ul li a {
    display: block;
    padding: 20px;
}

.news-box ul li:nth-child(odd) {
    background: #fff;
}

.news-date {
    display: inline-block;
    font-weight: bold;
    padding: 20px;
}

.news-box .news-btn a {
    display: block;
    padding: 20px;
    background: #9E9E9E;
    width: 200px;
    color: #fff;
    text-align: center;
    margin: 60px auto 0 auto;
}

.news-box .news-btn a:hover {
    background-color: #ccc;
}

@media screen and (max-width: 1080px) {
    .sliderArea .text_box {
        padding: 20px;
    }
}

@media screen and (max-width: 768px) {
    .sliderArea .text_box {
        height: 250px;
    }
}

@media screen and (max-width: 600px) {
    .main-visual {
        padding-bottom: 100px;
    }
    .news-box ul li {
        display: block;
    }
    .news-date {
        padding-bottom: 0px;
    }

    .sliderArea .text_box {
        height: 140px;
        border: none;
    }

}


.blog-box {
    margin-top: 120px;
}

.blog-box h3 {
    font-size: 3.6rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 60px;
}

.blog-box h3 span {
    font-size: 1.6rem;
    display: block;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

.blog-box li {
    width: 48%;
    margin-bottom: 60px;
}

.blog-box li:nth-child(odd) {
    margin-right: 1%;
}

.blog-box li:nth-child(even) {
    margin-left: 1%;
}

.blog-box li .img {
    margin-right: 20px;
}

.blog-box li .con {
    margin-top: 5px;
}

.blog-box li .con span {
    color: #fff;
    background: #000;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 5px;
    line-height: 140%;
}

.blog-box li .con data {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
}

.blog-box .blog-btn a {
    display: block;
    padding: 20px;
    background: #9E9E9E;
    width: 200px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.blog-box .blog-btn a:hover {
    background-color: #ccc;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
    margin-left: 5px;
}

.alignleft {
    float: left;
}

@media screen and (max-width: 1080px) {
    .blog-box li {
        width: 100%;
        margin-bottom: 60px;
    }
    .blog-box li .img {
        width: 80%;
    }
    .blog-box li img {
        width: 100%;
        height: auto;
    }
}




/*  slider02  */

ul.slide-work {
    width: 100%;
    margin-top: 115px;
    flex-direction: column;
}

.slide-work li {
    width: 398px !important;
    display: inline-block;
    height: 100%;
    border: 1px solid #EEEEEE;
    flex-direction: column;
}

.slide-work li img {
    width: auto;
    max-width: 100%;
}

.text_box {
    width: 100%;
    padding: 40px;
}

.slide-work li h3 {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

.slide-work li p {
    line-height: 32px;
    margin-top: 20px;
}


@media screen and (max-width: 1262px) {
    .top-com {
        width: 100%;
    }

    .top-com img {
        width: 100%;
        height: auto;
    }

    .top-com-box {
        width: 33.333%;
    }
}

@media screen and (max-width: 600px) {
    .top-com .fl {
        display: block;
    }

    .top-com {
        padding: 15px;
    }

    .top-com-box {
        width: 100%;
        padding: 15px;
    }

    .top-com-box a {
        padding: 15px;
    }

    .top-text-box h2 {
        font-size: 2rem;
    }

    .top-text-box p {
        margin-top: 1em;
        text-align: left;
    }

    .text_box {
        padding: 10px;
    }

    .sliderArea h3 {
        font-size: 1.6rem;
    }

    .sliderArea p {
        font-size: 1.4rem;
    }
}


/*------------------------------------------
-------------------- sidebar -------------------
--------------------------------------------*/

.sidebar {
    width: 250px;
    margin-right: 60px;
}

.side-contact a {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    display: block;
    background-image: url(img/side-contact-bg.png);
    background-position: 20px 20px;
    background-repeat: no-repeat;
    padding: 30px;
    padding-left: 70px;
    margin-bottom: 3em;
}

.side-contact a:hover {
    background-color: #333333;
}

.sidebar .submenu li {
    border-bottom: 1px solid #ccc;
}

.sidebar .submenu li a {
    display: block;
    padding: 16px 20px 20px 10px;
    background-image: url(img/sidebar-bg.png);
    background-position: left 24px;
    background-repeat: no-repeat;
    line-height: 160%;
}

.sidebar .submenu li a:hover {
    background-color: #F8F8F8;
}

.menu__item {
    background: #fff;
    color: #000;
    cursor: pointer;
    display: block;
    margin-bottom: 1px;
    position: relative;
}

.menu__item__link {
    color: #fff;
    display: block;
    padding: 2rem;
    font-weight: bold;
}

.submenu {
    background: #fff;
    display: none;
    margin-bottom: 3em;
}

@media screen and (max-width: 1024px) {
    .sidebar {
        font-size: 1.4rem;
    }
    .side-contact a {
        padding: 18px;
        padding-left: 50px;
        background-position: 10px 8px;
    }
}


@media screen and (max-width: 860px) {
    .side-contact a {
        background-image: none;
        padding: 18px;
    }
}

@media screen and (max-width: 800px) {
    .sidebar {
        display: none;
    }
}

/*------------------------------------------
-------------------- sub -------------------
--------------------------------------------*/

.sub-visual {
    width: 100%;
    max-width: 100%;
    padding-top: 104px;
    height: 380px;
    position: relative;
    background: url(img/sub-visual.png) no-repeat center center/cover;
    margin-bottom: 10px;
}

.sub-visual .sub-v-text {
    position: relative;
    top: 60%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    width: 90%;
}

.sub-visual .sub-v-text h2 {
    font-size: 3.8rem;
    font-weight: bold;
}

.breadcrumbs {
    font-size: 1.2rem;
}

.breadcrumbs .breadcrumb_last {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .sub-visual {
        padding-top: 90px;
        height: 200px;
    }

    .sub-visual .sub-v-text h2 {
        font-size: 2.2rem;
    }
}



.sub-con {
    margin-top: 120px;
}

article {
    width: 250px;
    margin-left: 60px;
}

.content {
    width: 100%;
}

.content section {
    padding-top: 60px;
}

.content section:first-child {
    padding-top: 0px;
}

.content h2 {
    font-weight: bold;
    text-align: center;
    font-size: 3.0rem;
    border-top: 3px solid #003867;
    border-bottom: 1px solid #003867;
    padding: 35px 0;
    margin-bottom: 60px;
}

.content h2.h2_02 {
    font-weight: bold;
    text-align: left;
    font-size: 2.6rem;
    border: none;
    border-left: 3px solid #003867;
    padding: 10px 0 10px 10px;
    margin-bottom: 20px;
}

.content .con-box {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.content .con-box img {
    height: 1%;
}

.lead-text {
    margin: 0 auto 3em auto;
}

.content .con-box h3 {
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 160%;
    margin-bottom: 30px;
}

.content .con-box h3 span {
    display: block;
    font-size: 1.6rem;
}

.content .con-box h4 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.content .con-box .p-box {
    margin-right: 30px;
    margin-top: -10px;
}

.content .con-box .le .p-box {
    margin-left: 30px;
    margin-top: -10px;
}

.content .con-box .usually .p-box {
    margin-right: 0px;
    margin-top: -10px;
}

.content .con-box .usually img {
    margin-bottom: 3em;
    margin: 0 auto 3em auto;
    display: block;
}

.content .con-box .p-box p a {
    text-decoration: underline;
}

.content .con-box .sub-btn a {
    display: block;
    padding: 20px;
    background: #8A98A2;
    width: 200px;
    color: #fff;
    text-align: center;
    margin: 15px 0;
}

.content .con-box .sub-btn a:hover {
    background-color: #b1bcc3;
}

.content .con-box ul {
    padding-top: 10px;
    padding-bottom: 10px;
}

.content .con-box li {
    background-image: url(img/li-bg.png);
    background-repeat: no-repeat;
    background-position: left 2px;
    padding-left: 18px;
    margin-bottom: 10px;
}

.content .con-box ol {
    padding-left: 1em;
}

.content .con-box ol li {
    list-style-position: outside;
    list-style-type: decimal;
    background-image: none;
    padding-left: 0px;
}

.content .con-box .sub-con-card {
    position: relative;
    width: 31.429%;
    transition: all 0.3s;
}

.content .con-box .sub-con-card {
    display: flex;
    flex-direction: column;
}

.content .con-box .sub-con-card img {
    width: 100%;
    height: auto;
}

.content .con-box .sub-con-card h3 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin: 15px 0;
}

.content .con-box .sub-con-card p {
    flex-grow: 1;
}

.content .con-box .sub-con-card a.btn-flat.b-c {
    overflow: hidden;
    padding: 1.5rem;
    text-align: center;
    color: #fff;
    border-radius: 0;
    width: 100%;
    margin-top: 1em;
}

.content .con-box .sub-con-card a.btn-flat.b-c:hover {
    opacity: 0.8;
}

.content .con-box .sub-con-card-lg {
    position: relative;
    width: 46.429%;
    transition: all 0.3s;
}

.content .con-box .sub-con-card-lg img {
    width: 100%;
    height: auto;
}

.content .con-box .sub-con-card-lg h3 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin: 15px 0;
}

.content .con-box .sub-con-card-lg a.btn-flat.b-c {
    overflow: hidden;
    padding: 1.5rem;
    text-align: center;
    color: #fff;
    border-radius: 0;
    width: 100%;
    margin-top: 1em;
    display: block;
}

.content .con-box .sub-con-card-lg a.btn-flat.b-c:hover {
    opacity: 0.8;
}


.content .con-box .sub-con table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.content .con-box .sub-con th {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 33.33%;
    padding: 15px;
    background-color: #FFF9E2;
    font-weight: bold;
}

.content .con-box .sub-con td {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 33.33%;
    padding: 15px;
    text-align: center;
}


@media screen and (max-width: 1200px) {
    .content .con-box .usually img {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .content {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .sub-con {
        margin-top: 60px;
    }

    .content h2 {
        font-size: 2.4rem;
        margin-bottom: 0;
    }

    .content .con-box h3 {
        font-size: 2rem;
    }

    .content .con-box .sub-con-card h3 {
        font-size: 1.8rem;
    }

    .content .con-box .sub-con-card-lg h3 {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 600px) {
    .sub-con {
        margin-top: 60px;
    }

    .sub-con img {
        width: 100%;
        height: auto;
    }

    .content .con-box .le img {
        width: 70%;
        margin: 0 auto 2em auto;
        display: block;
    }

    .content .con-box .p-box {
        margin-right: 0px;
    }

    .content .con-box .sub-btn a {
        margin: 15px auto;
    }

    .sub-con .fl {
        display: block;
    }

    .content .con-box .sub-con-card {
        width: 100%;
        margin-bottom: 3em;
    }

    .content .con-box .sub-con-card h3 {
        font-size: 1.8rem;
    }

    .content .con-box .sub-con-card-lg {
        width: 100%;
        margin-bottom: 3em;
    }

    .content .con-box .sub-con-card-lg h3 {
        font-size: 1.8rem;
    }

}


/* table */

.content .con-box table {
    width: 100%;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #CCC;
    border-left-color: #CCC;
    margin-bottom: 30px;
}

.content .con-box td {
    padding: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCC;
    line-height: 140%;
}

.content .con-box th {
    padding: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCC;
    background-color: #E6F3FB;
    color: #1A5C8E;
    font-weight: bold;
    line-height: 140%;
}

@media screen and (max-width: 600px) {
    .content .con-box td {
        padding: 4px;
        font-size: 13px;
    }

    .content .con-box th {
        padding: 4px;
        font-size: 13px;
    }
}


/* table style02 */

.content .con-box table.style02 th {
    border-right-style: none;
    border-right-color: #CCC;
}

.content .con-box table.style02 th:last-child {
    border-right-style: solid;
}

.content .con-box table.style02 td {
    border-right-style: none;
    text-align: center;
    padding: 10px;
}

.content .con-box table.style02 td:last-child {
    border-right-style: solid;
    padding: 10px;
}

.content .con-box table.style02 span.t-b {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 12px;
}

.content .con-box table.style02 .t-c-b {
    color: #1A5C8E;
    font-weight: bold;
}

.content .con-box span.t-s {
    font-size: 1.1rem;
}

@media screen and (max-width: 600px) {
    .content .con-box table.style02 td {
        padding: 4px;
        font-size: 13px;
    }

    .content .con-box table.style02 td:last-child {
        padding: 4px;
        font-size: 13px;
    }
}


/* list */

.content .con-box .list {
    width: 100%;
    margin-bottom: 50px;
}

.content .con-box .list li {
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}

.content .con-box .list li::before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 3px;
    left: 0;
}

/* price page */

.content p.catch {
    font-weight: bold;
    font-size: 3rem;
    margin-top: -50px;
    margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
    .content p.catch {
        font-size: 1.8rem;
        line-height: 140%;
    }
}


/* 解決事例 */

.itemsettlement {
    display: block;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.itemsettlement .divsettlement {
    line-height: 28px;
    margin: -7px 0px 0px
}

.itemsettlement .divsettlement h2 {
    border-top: none;
    text-align: left;
    font-size: 1.8rem;
    padding: 0 0 10px 40px;
    margin-bottom: 20px;
}

.h2titledivsettlement {
    font-size: 16px;
    color: #1F77B2;
    padding-left: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    background-image: url(img/settlement-icon.png);
    background-repeat: no-repeat;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #2177B4;
    padding-bottom: 15px;
}

.settlementsummary {
    margin-bottom: 15px;
}

.settlementnext {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    text-align: right;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.settlementnext a {
    color: #2077b3;
    text-decoration: none;
}

.h2titledivsettlement a {
    color: #2077b3;
    text-decoration: none;
}



/* 用語集 */

.itemglossary {
    display: block;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.itemglossary .divglossary {
    line-height: 28px;
    margin: -7px 0px 0px
}

.itemglossary .divglossary h2 {
    border-top: none;
    text-align: left;
    font-size: 1.8rem;
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
}

.h2titledivglossary {
    font-size: 16px;
    color: #1F77B2;
    padding-left: 55px;
    font-weight: bold;
    margin-bottom: 20px;
    background-image: url(img/glossary-icon.png);
    background-repeat: no-repeat;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #2177B4;
    padding-bottom: 15px;
}

.glossarysummary {
    margin-bottom: 15px;
}

.glossarynext {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    text-align: right;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.glossarynext a {
    color: #2077b3;
    text-decoration: none;
}

.h2titledivglossary a {
    color: #2077b3;
    text-decoration: none;
}



/* ブログ */

.divSidebar {
    position: relative;
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
}

.divSidebar li {
    padding: 0em 1.5em 1.5em 1.5em;
}

.divSidebar li a {
    text-decoration: underline;
}

.divSidebar .ptitle {
    background: #000;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 1.5em;
}

.blog li {
    margin-bottom: 2em;
}

.blog li .img {
    margin-right: 20px;
}

.blog li .con h3 {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 10px;
}

.blog li .con p {
    margin-top: 1em;
}

.blog li .con span {
    font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
    .blog li .img {
        width: 40%;
    }

    .blog li .con {
        width: 60%;
    }

    .blog li .img img {
        width: 100%;
        height: auto;
    }
}

/* ------------ お知らせ詳細 --------------*/

.info-title h2 {
    color: #003867;
    font-size: 28px;
    border-top: none;
    border-bottom: 4px solid #003867;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: left;
    padding: 15px 0;
}

.news {
    line-height: 3.4rem;
}

.news a {
    text-decoration: underline;
    color: #00459B;
}

.news h2 {
    color: #003867;
    font-size: 2.6rem;
    border-top: none;
    border-bottom: none;
    border-left: 4px solid #003867;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 5px;
}

.news h3 {
    color: #003867;
    font-size: 2.2rem;
    font-weight: bold;
}

.news h4 {
    color: #003867;
    font-size: 2rem;
    font-weight: bold;
}

.news ul {
    padding-top: 10px;
    padding-bottom: 10px;
}

.news li {
    background-image: url(img/li-bg.png);
    background-repeat: no-repeat;
    background-position: left 12px;
    padding-left: 18px;
    margin-bottom: 10px;
}

.news ol {
    padding-left: 1em;
}

.news ol li {
    list-style-position: outside;
    list-style-type: decimal;
    background-image: none;
    padding-left: 0px;
}

.news table {
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
}

.news th {
    font-weight: bold;
    background-color: #003867;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    color: #fff;
}

.news td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 160%;
}

.news img {
    height: auto;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
    margin-left: 5px;
}

.alignleft {
    float: left;
    margin-right: 5px;
}

.btn_c {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.btn_c a {
    text-align: center;
    display: block;
    border: 1px solid #CCCCCC;
    width: 24%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
    color: #666666;
}

.btn_c a:hover {
    background-color: #E7E7E7;
}

.info-list li {
    border-bottom: 1px solid #ccc;
    line-height: 3.4rem;
}

.info-list a {
    color: #666;
}

.info-list .news-date {
    vertical-align: top;
}

@media (max-width: 900px) {
    .info-list .news-item {
        padding: 0px 0;
    }

    .info-list li {
        padding-bottom: 10px;
    }

    .btn_c a {
        width: 80%;
    }
}

@media (max-width: 600px) {
    .info-title h2 {
        font-size: 2rem;
        line-height: 140%;
    }
}



/* 会社概要 */

.company table {
    width: 100%;
    margin-top: 1em;
    line-height: 2.5em;
}

.company th {
    border-bottom: 1px solid #003867;
    width: 30%;
    font-weight: bold;
    padding: 20px;
    text-align: left;
}

.company td {
    border-bottom: 1px solid #ccc;
    padding: 20px;
}

.company h3 {
    font-size: 2rem;
    margin-top: 2em;
    text-align: left;
}

.map-box {
    margin-top: 60px;
}

@media (max-width: 600px) {
    .company th {
        padding: 5px;
    }
}


/* ------------ お問い合わせ --------------*/

#contact {
    margin: 0px;
    margin-bottom: 120px;
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#contact h3 {
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 15px;
    border-left: 3px solid #000;
    padding-left: 10px;
    text-align: left;
}


#contact p {
    margin-bottom: 2em;
}

#contact a {
    text-decoration: underline;
}

#contact table {
    width: 100%;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #CCC;
    margin: 0px;
    padding: 0px;
    margin-bottom: 3em;
}

#contact th {
    width: 250px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    text-align: left;
    vertical-align: middle;
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #F7F8F8;
    padding: 20px;
    color: #000;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    font-weight: bold;
    white-space: nowrap;

}

#contact td {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 30px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
}

#contact input {
    padding: 15px;
}

#contact select {
    padding: 10px;
    font-size: 14px;
    vertical-align: middle;
    border-radius: 5px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

#contact textarea {
    padding: 15px;
    font-size: 14px;
    vertical-align: middle;
    border-radius: 5px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

#contact textarea {
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    -webkit-text-size-adjust: 100%;
    text-align: justify;
}

.contact_btn {
    width: 100%;
    text-align: center;
}

.contact_btn button {
    width: 170px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #000;
    cursor: pointer;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.contact_btn button:hover {
    background-color: #ccc;
}

.ch {
    margin-bottom: 7px;
}

#mfp_button_send {
    font-size: 14px;
    border: 1px solid #CCCCCC;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    margin-left: 3px;
    margin-right: 3px;
}

#mfp_button_cancel {
    font-size: 14px;
    border: 1px solid #CCCCCC;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 10px;
}


.w90 {
    width: 85%;
    display: block;
}

.w40 {
    width: 40%;
}

#contact h2 {
    font-size: 14px;
    color: #000;
    margin-bottom: 0px;
}

.common-box {
    margin-top: 10%;
}

.common-box a {
    text-decoration: underline;
    color: #666666;
}

.common-box p {
    line-height: 30px;
}

@media (max-width: 768px) {
    #contact p {
        line-height: 30px;
        margin-bottom: 0;
    }

    #contact table {
        border-top-style: none;
    }

    #contact th {
        width: 100%;
        padding-right: 2%;
        padding-left: 2%;
        display: block;
        border-bottom-style: none;
    }

    #contact td {
        width: 100%;
        padding-right: 2%;
        padding-left: 2%;
        display: block;
        border-bottom-style: none;
        margin-bottom: 1em;
    }

    .contact_btn {
        margin-bottom: 3em;
    }

    .w90 {
        width: 90%;
    }

    #contact textarea {
        width: 100%;
    }

    input[type="submit"],
    input[type="button"] {
        margin-left: 4em;
    }
}


/* ------------------ privacy ------------------*/

.privacy dl {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #ccc;
}

.privacy dt {
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.privacy dd {
    padding-left: 1.3em;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
    line-height: 160%;
}

.privacy ol li {
    list-style-type: decimal;
    margin-left: 1.5rem;
    margin-top: 1rem;
}


#wp_page_numbers,
#wp_page_numbers ul,
#wp_page_numbers li,
#wp_page_numbers a {
    font-size: 100%
}

#wp_page_numbers {
    clear: both;
    margin: 0;
    background: #FFF;
    width: 100%;
    display: inline;
    text-align: center;
    background: transparent;
    padding: 0;
}

#wp_page_numbers ul {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    padding-top: 3em;
}

#wp_page_numbers li {
    display: inline;
    margin: 2px;
    padding: 0px
}

#wp_page_numbers a {
    padding: 10px 13px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 5px;
    color: #333;
    display: inline;
    text-align: center;
    border: 1px solid #d6dfe0;
    background-color: #FFF;
}

#wp_page_numbers li a:hover {
    text-decoration: underline;
    background: #f7e29e;
    border-top-color: #004375;
    border-right-color: #004375;
    border-bottom-color: #004375;
    border-left-color: #004375;
}

#wp_page_numbers li.active_page a {
    border-top-color: #004375;
    border-right-color: #004375;
    border-bottom-color: #004375;
    border-left-color: #004375;
}

#wp_page_numbers li.active_page a:hover {
    color: black;
    /* IE fix */
    text-decoration: underline;
    border-top-color: #ccc;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
}

#wp_page_numbers li.page_info {
    display: inline;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 2px;
    color: #666;
    font-size: 11px;
    border: 1px solid #bfbfbf;
}

.socialbutton {
    float: left;
    margin: 0 0 15px 10px;
}

.facebook-button {
    min-width: 70px;
    max-width: 115px;
}

.twitter-button {
    min-width: 87px;
    max-width: 90px;
}

.hatena-button {
    min-width: 80px;
    max-width: 125px;
    margin: 0 0 0 -5px;
}

.gplus-button {
    min-width: 50px;
    max-width: 80px;
}

.pocket-button {
    min-width: 60px;
    max-width: 115px;
}





/**/

.sidebar {
    float: right;
    width: 210px;
}

.sidebar .order {
    margin-top: 40px;
}

.sidebar .order .ttl-order {
    font-size: 16px;
    color: white;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #072134;
}

.sidebar .order .list-order li {
    display: block;
    padding: 16px 5px;
    border-bottom: 1px solid #dcdcdc;
}

.sidebar .order .list-order .sub-menu li a {
    background: url("img/li01.png") no-repeat left 10px;
}

.sidebar .order .list-order .sub-menu li a:hover {
    color: #2077b3;
}


.sidebar .order .list-order .sub-menu li {
    display: block;
    padding-top: 16px;
    padding-right: 5px;
    padding-left: 0px;
    border-bottom: none;
    padding-bottom: 0px;
    line-height: 160%;
}

.sidebar .order .list-order li a {
    display: block;
    color: #072134;
    text-decoration: none;
    background: url("img/icon01.png") no-repeat left 4px;
    padding-left: 12px;
    padding-right: 10px;
}

.sidebar .order .list-order .children li a {
    background-repeat: no-repeat;
    background-position: left 4px;
    background-image: url(img/li01.png);
}

.sidebar .order .list-order .children li {
    display: block;
    padding-top: 16px;
    padding-right: 11px;
    padding-left: 11px;
    border-bottom: none;
    padding-bottom: 0px;
}

.sidebar .list-uk li {
    border: 1px solid #e5e5e5;
    padding: 5px;
    margin-bottom: 14px;
    margin-top: 15px;
}

.sidebar .list-uk li span {
    font-weight: bold;
    color: #043459;
    line-height: 1.285714285714286em;
    padding-left: 22px;
    background: url("img/chumon/icon02.png") no-repeat 6px 3px;
    display: block;
    margin-top: 7px;
}

.sidebar .list-banner li {
    margin-top: 15px;
}


.widget2 {
    display: block;
}

.widget2 ul {
    margin: 0;
}

.widget2 li {
    position: relative;
}

.widget2 li .count {
    padding: 3px 6px;
}

.widget2 li a {
    font-size: 1.6rem;
    text-decoration: none;
    color: #5c6b80;
    padding: 0 1em;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.widget2 li a:hover {
    color: #323944;
}

.widget2 li .btn {
    font-family: "Genericons-Neue";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    position: absolute;
    padding-top: 17px;
    padding-right: 15px;
    padding-left: 17px;
    padding-bottom: 15px;
}

.widget2 li .btn:before {
    content: "\f510";
    color: #072134;
}

.widget2 li .btn.active:before {
    content: "\f50e";
    color: #072134;
}

.widget2 li ul {
    margin: 0;
}

.widget2 li ul a {
    padding-left: 2em;
}

.no-widgets {
    background-color: #fff;
    padding: 1.5em;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-bottom: 1.5em;
}

.widgettitle {
    margin-bottom: 0;
}

.widget2 {
    padding: 0;
    margin: 0 0 2.2em;
}

.widget2 li a {
    font-size: 1.6rem;
    padding: 0 0.7em;
}

#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08,
#a09,
#aa02 {
    padding-top: 200px;
    margin-top: -200px;
}

/* ブログリスト */

.blog-list li {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #ccc;
}

.blog-list li a:hover {
    opacity: 0.6;
}

.blog-list li .con h3 {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 10px;
}

.blog-list li .con p {
    margin-top: 1em;
}

.blog-list li .con span {
    font-size: 1.4rem;
}

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

    .blog-list li .con {
        width: 100%;
    }

}


.con-box .lr-con {
    width: 570px;
}

.con-box .lr-con img {
    height: auto;
}

.content .con-box .lr-con h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

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

    .con-box .lr-con {
        width: 48%;
    }

    .con-box .lr-con img {
        width: 100%;
    }
}

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

    .con-box .lr-con {
        width: 100%;
    }

    .con-box .lr-con:nth-child(2) {
        margin-top: 3em;
    }
}
/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    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);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    margin: 0 auto;
    display: block;
    object-fit: cover;
    width: 100%;
    margin-top: 100px;
}

.regular_3 .slick-slide img {
    margin: 0 auto;
    display: block;
    object-fit: cover;
    width: 100%;
    height: 300px;
    margin-top: 0px;
}

.regular_3.slick-slide img {
    height: 160px;
}

.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;
}

@media screen and (max-width: 600px) {
    .slick-slide {
        height: 100%;
        min-height: 360px;
    }
}
@charset 'UTF-8';

/* Slider */

.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: #fff;
    border: none;
    outline: none;
    background: #fff;
    transition: .2s;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #F3F3F3;
    outline: none;
    background: #707070;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
    font-size: 30px;
}

@media screen and (max-width: 600px) {
    .slick-prev {
        display: none;
    }

    .slick-next {
        display: none;
    }

    .slick-next {
        right: 0px;
    }
}
