﻿@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');

html {
    overflow: auto;
}

body {
    overflow: hidden;
    min-width: 320px;
    width: 100%;
    margin: 0;
    color: #101010;
}

body, input, textarea {
    font-family: "Zen Kaku Gothic Antique", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    select::-ms-expand {
        display: none;
    }

    button:focus {
        outline: none;
    }

p, span, div {
    text-align: justify;
    text-justify: inter-ideograph;
}

ol li {
    text-align: left;
}

a {
    word-break: break-all;
}


/* font */
.Barlow {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
}

.ZKGothicA {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}


/* font size and etc... */

.f-xxs {
    font-size: 0.625rem !important; /* 10px */
}

.f-xs {
    font-size: 0.75rem !important; /* 12px */
}
.f-13px {
    font-size: 0.8125rem !important; /* 13px */
}
.f-sm {
    font-size: 0.875rem !important; /* 14px */
}

.f-md {
    font-size: 1rem !important; /* 16px */
}

.f-lg {
    font-size: 1.125rem !important; /* 18px */
}

.f-xl {
    font-size: 1.25rem !important; /* 20px */
}

.f-xxl {
    font-size: 1.5rem !important; /* 24px */
}

.f-2x {
    font-size: 2rem !important;
}

.f-3x {
    font-size: 3rem !important;
}

.f-4x {
    font-size: 4rem !important;
}

.f-num {
    font-size: 2.25rem !important;
}
.fw-400 {
    font-style: normal;
    font-weight: 400;
}
.fw-500 {
    font-style: normal;
    font-weight: 500;
}

.nowrap{
    white-space:nowrap;
}
.ls-01 {
    letter-spacing: 0.1rem;
}

.ls-02 {
    letter-spacing: 0.2rem;
}

.lh-12 {
    line-height: 1.2 !important;
}

.lh-15 {
    line-height: 1.5 !important;
}

.lh-18 {
    line-height: 1.8;
}

.lh-20 {
    line-height: 2;
}

.lh-30 {
    line-height: 3;
}

.text-underline {
    text-decoration: underline;
}

.text-decoration-none {
    text-decoration: none;
}

    .text-decoration-none:hover {
        text-decoration: none;
    }

.opacity-10{
    opacity:1 !important;
}
/******* Color Palette *********/

.bg-blue0 {
    background: #200770;
}
.bg-blue1 {
    background: #18A0FB;
}
.bg-blue2 {
    background: #3772FF;
}
.bg-blue3 {
    background: #8AA5D8;
}

.bg-grey1 {
    background: #DADADA;
}
.bg-grey2 {
    background: #9B9B9B;
}
.bg-grey3 {
    background: #404040;
}
.bg-grey4 {
    background: #232323;
}
.bg-blue1-diagonal {
    background-image: url(/img/default/bg-blue1.svg);
    background-position:top -1px left 0;
    background-repeat:no-repeat;
    background-size:100%;
}

.f-grey1 {
   color: #DADADA;
}

.f-grey2 {
    color: #9B9B9B;
}

.f-grey3 {
    color: #404040;
}
.f-grey4 {
    color: #232323;
}
.f-blue0 {
    color: #200770;
}

.f-blue1 {
    color: #18A0FB;
}

.f-blue2 {
    color: #3772FF;
}

.f-blue3 {
    color: #8AA5D8;
}
.f-red {
    color: #C20114;
}
a.link-grey3 {
    color: #404040;
}
    a.link-grey3:hover {
        color: #9B9B9B;
    }
a.link-grey2 {
    color: #9B9B9B;
}

    a.link-grey2:hover {
        color: #DADADA;
    }
h1.title {
    color: #fff;
    text-align:center;
    font-size: 1.5rem;
    margin: 2.75rem 1.5rem 3rem 1.5rem;
}
h2.title {
    position: relative;
    padding: 1.5rem;
    text-align: center;
    margin-bottom: 2.75rem;
}

    h2.title:before {
        position: absolute;
        bottom: -10px;
        left: calc(50% - 30px);
        width: 60px;
        height: 5px;
        content: '';
        border-radius: 3px;
        background: #C20114;
    }
.d-contents{
    display:contents;
}
/******* common *********/
.navbar {
    padding: 1.5rem;
    position: relative;
    z-index: 100;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 0.625rem;
}

    .navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle {
        margin-right: 1.25rem;
    }
.navbar-expand-xl > .container {
    height: 48px;
}
.navbar .nav-item .nav-link::before {
    border-bottom-style: unset;
    border-bottom-width: 0;
}
.nav-link.icon-blank {
    background-image: url(/img/icon/125_arr_hoso.svg);
    background-repeat: no-repeat;
    background-position: right 0 top 18px;
    background-size: 28px 28px;
}
.navbar .nav-item .nav-link.icon-blank {
   padding-right:26px;
}
.dropdown-item {
    font-style: normal;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 300%;
    text-align: center;
}

.dropdown-menu {
    color: #101010;
    border: 0;
    border-radius: 0.325rem;
}
.dropdown-item.active, .dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.navbar-expand-xl .navbar-nav .nav-link.dropdown-toggle {
    margin-right: 1.25rem;
}
.navbar-toggler {
    position: relative;
    top: -14px;
}
.navbar-toggler-icon {
    background: url(/img/icon/bars_hoso.svg) no-repeat;
    background-size: 48px 48px;
    width: 48px;
    height: 48px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
/*    background: url(/img/icon/bars_24.svg)  no-repeat;
    background-size: 64px 64px;
    width: 64px;
    height: 64px;*/
}

.navbar:has(> .navbar-toggler[aria-expanded="true"] ) {
    background: #fff;
}

.navbar-brand img {
    width: 200px;
    height: auto;/*
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);*/
    z-index: 1000 !important;
}

a.navbar-brand:hover {
    color: unset;
}
.nav-item.contact{
    padding-top:12px;
    padding-left:20px;

}
.navbar .nav-item .nav-link {
    color: #000;
    font-style: normal;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 46px;
    text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.4);
}


.dropdown-toggle::after {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -10px;
    border: 0 !important;
    background: url(/img/icon/003.png) no-repeat;
    background-size: 20px 20px;
    background-position: right center;
    width: 20px;
    height: 20px;
}

.toggle-menu-tel {
    font-family: Barlow;
    font-style: normal;
    font-weight: bold;
    font-size: 1.875rem;
    line-height: 100%;
}

    .toggle-menu-tel img {
        width: 24px;
        height: 24px;
        position: relative;
        top: -3px;
        margin-right: 10px;
    }

.clearfix {
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.rounded-5 {
    border-radius: 0.3125rem !important;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
}
.mw-600{
    max-width:600px;
    margin:auto;

}
.mw-750 {
    max-width: 750px;
    margin: auto;
}


.fadein,
.fadein-onload {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1500ms;
}

    .fadein.scrollin,
    .fadein-onload.scrollin {
        opacity: 1;
        transform: translate(0, 0);
    }

/*----- Form -----*/
.FormDef input[type="text"],
.FormDef input[type="email"],
.FormDef input[type="tel"],
.FormDef select {
    display: block;
    height: 48px;
    width: 100%;
    color: #101010;
    background: #F9F9F9;
    border: 1px solid #DDDDDD;
    margin: 0;
    padding: 5px 15px;
    border-radius: 0.325rem;
    font-weight: 400;
    font-size: 0.875rem;
}

.FormDef textarea {
    display: block;
    height: 100px;
    width: 100%;
    color: #101010;
    background: #F9F9F9;
    border: 1px solid #DDDDDD;
    margin: 0;
    padding: 5px 15px;
    border-radius: 0.325rem;
    font-weight: 400;
    font-size: 0.875rem;
}
/* breadlist */
.BreadList a, 
.BreadList a:hover {
    text-decoration: none;
    color: #101010;
}
.BreadList span {
    font-size:0.75rem;
    padding-left:10px;
}

.icon_home {
    width: 20px !important;
    height: 20px !important;
}

.icon_011 {
    width: 20px !important;
    height: 20px !important;
}
.breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    padding: 0.75rem 0;
    font-size: 0.75rem;
}
/*----- Btn -----*/
.BtnDef {
    font-size: 0.875rem;
    color: #FFFFFF;
    border: 1px solid transparent;
    background: #101010;
    font-weight: bold;
    font-size: 0.875rem;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 3rem;
    border-radius: 0.325rem;
    text-align: center;
    letter-spacing: 0.1em;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    position: relative;
}

    .BtnDef:hover {
        border: 1px solid #000;
        color: #000;
        background: transparent;
        text-decoration: none;
    }

    .BtnDef.r50 {
        border-radius: 24px;
    }

    .BtnDef.btn-sm {
        line-height: 36px;
        height: 38px;
    }

.BtnDef-outline {
    font-family: 'Barlow', sans-serif;
    font-size: 0.875rem;
    color: #101010;
    border: 1px solid #101010;
    background: transparent;
    font-weight: bold;
    font-size: 0.875rem;
    display: inline-block;
    height: 56px;
    line-height: 56px;
    padding: 0 3.75rem;
    border-radius: 0.325rem;
    text-align: center;
    letter-spacing: 0.1em;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    position: relative;
}

    .BtnDef-outline:hover {
        color: #FFFFFF;
        border: 1px solid transparent;
        background: #101010;
        text-decoration: none;
    }

.BtnDef .svg-arw {
    position: absolute;
    width: 24px;
    right: 25px;
    height: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    fill: #fff;
    transition: opacity .3s cubic-bezier(0.360, 0.100, 0.160, 1.000),transform .3s cubic-bezier(0.360, 0.100, 0.160, 1.000),-webkit-transform .3s cubic-bezier(0.360, 0.100, 0.160, 1.000);
}

.BtnDef:hover .svg-arw {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
    width: 24px;
    right: 25px;
    fill: #101010;
}

.BtnDef-outline .svg-arw {
    position: absolute;
    width: 24px;
    right: 25px;
    height: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    fill: #101010;
    transition: opacity .3s cubic-bezier(0.360, 0.100, 0.160, 1.000),transform .3s cubic-bezier(0.360, 0.100, 0.160, 1.000),-webkit-transform .3s cubic-bezier(0.360, 0.100, 0.160, 1.000);
}

.BtnDef-outline:hover .svg-arw {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
    width: 24px;
    right: 25px;
    fill: #fff;
}

svg:not(:root) {
    overflow: hidden;
}

.svg-symbol {
    display: none;
}

.BtnDef.dl,
.BtnDef-outline.dl {
    font-family: Zen Kaku Gothic Antique;
    padding: 0 1rem 0 2rem;
    height: 48px;
    line-height: 45px;
}

.BtnDef-outline.blog {
    font-family: Zen Kaku Gothic Antique;
    height: 48px;
    line-height: 45px;
    display:block;
    margin:15px auto;
    min-width:246px;
    max-width:400px;
}


.BtnDef-outline .svg-dl {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    fill: #101010;
    transition: opacity .3s cubic-bezier(0.360, 0.100, 0.160, 1.000),transform .3s cubic-bezier(0.360, 0.100, 0.160, 1.000),-webkit-transform .3s cubic-bezier(0.360, 0.100, 0.160, 1.000);
}

.BtnDef-outline:hover .svg-dl {
    /* -webkit-transform: translate3d(2px,0,0);
    transform: translate3d(2px,0,0);*/
    width: 21px;
    left: 10px;
    fill: #fff;
}

.BtnDef .svg-dl {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    fill: #fff;
    transition: opacity .3s cubic-bezier(0.360, 0.100, 0.160, 1.000),transform .3s cubic-bezier(0.360, 0.100, 0.160, 1.000),-webkit-transform .3s cubic-bezier(0.360, 0.100, 0.160, 1.000);
}

.BtnDef:hover .svg-dl {
    /* -webkit-transform: translate3d(2px,0,0);
    transform: translate3d(2px,0,0);*/
    width: 21px;
    left: 10px;
    fill: #101010;
}

.BtnDef.contact {
    font-family: Zen Kaku Gothic Antique;
    padding: 0 1rem 0 2.5rem;
    height: 48px;
    line-height: 45px;
    position: absolute;
    right: 0;
    top: 0;
}

.BtnDef .svg-mail {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    fill: #fff;
    transition: opacity .3s cubic-bezier(0.360, 0.100, 0.160, 1.000),transform .3s cubic-bezier(0.360, 0.100, 0.160, 1.000),-webkit-transform .3s cubic-bezier(0.360, 0.100, 0.160, 1.000);
}

.BtnDef:hover .svg-mail {
    /* -webkit-transform: translate3d(2px,0,0);
    transform: translate3d(2px,0,0);*/
    width: 20px;
    left: 15px;
    fill: #101010;
}

/* default */

.main_top{
    width:100%;
    margin:auto;/*
    position:relative;
    top:-96px;*/
    z-index:0;

}


/* star ratings */
.jq-ry-container {
    padding: 0 1px !important;
    top: -2px;
}
    .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
        /*stroke: #fdd816;*/
        stroke-linejoin: miter;
        stroke-width: 30px;
    }

    /*radio-checkbox default*/
    input [type=radio].rc, input[type=checkbox].rc {
    display: inline-block !important;
    margin: 0 auto;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
}

@media (min-width: 1px) {
    input[type=radio].rc,
    input[type=checkbox].rc {
        display: none;
        margin: 0 auto;
        padding: 0;
    }

        input[type=radio].rc::before,
        input[type=checkbox].rc::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            display: block;
            width: 18px;
            height: 18px;
            border-radius: 5px;
            margin-top: -9px;
            background: #FFF;
        }

        input[type=radio].rc::before {
            border: 2px solid #ccc;
            border-radius: 30px;
        }

        input[type=checkbox].rc::before {
            border: 2px solid #ccc;
        }

        input[type=radio].rc:checked::after,
        input[type=checkbox].rc:checked::after {
            content: "";
            position: absolute;
            top: 50%;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            display: block;
        }

        input[type=radio].rc:checked::after {
            left: 5px;
            width: 8px;
            height: 8px;
            margin-top: -4px;
            background: #FF0055;
            border-radius: 8px;
        }

        input[type=checkbox].rc:checked::after {
            left: 3px;
            width: 16px;
            height: 8px;
            margin-top: -8px;
            border-left: 3px solid #FF0055;
            border-bottom: 3px solid #FF0055;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
}

/* rc */

input[type=radio],
input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}

    input[type=radio] + label,
    input[type=checkbox] + label {
        position: relative;
        display: inline-block;
        margin-right: 12px;
        font-size: 16px;
        line-height: 30px;
        cursor: pointer;
    }


@media (min-width: 1px) {
    input[type=radio],
    input[type=checkbox] {
        display: none;
        margin: 0;
    }

        input[type=radio] + label,
        input[type=checkbox] + label {
            padding: 0 0 0 34px;
            margin-bottom: 0;
        }

            input[type=radio] + label::before,
            input[type=checkbox] + label::before {
                content: "";
                position: absolute;
                top: 50%;
                left: 0;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                display: block;
                width: 24px;
                height: 24px;
                border-radius: 5px;
                margin-top: -12px;
                background: transparent;
            }

            input[type=radio] + label::before {
                border: 2px solid #ccc;
                border-radius: 30px;
            }

            input[type=checkbox] + label::before {
                border: 1px solid #ccc;
            }

        input[type=radio]:checked + label::before {
            border: 2px solid #ccc;
            border-radius: 30px;
            background: #00ABFF;
        }

        input[type=checkbox]:checked + label::before {
            border: 1px solid #00ABFF;
            background: #00ABFF;
        }

        input[type=radio]:checked + label::after,
        input[type=checkbox]:checked + label::after {
            content: "";
            position: absolute;
            top: 50%;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            display: block;
        }

        input[type=radio]:checked + label::after {
            left: 5px;
            width: 8px;
            height: 8px;
            margin-top: -4px;
            background: #FFF;
            border-radius: 8px;
        }

        input[type=checkbox]:checked + label::after {
            left: 4px;
            width: 16px;
            height: 8px;
            margin-top: -6px;
            border-left: 2px solid #FFF;
            border-bottom: 2px solid #FFF;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
}


/* either */

.either {
    position: relative;
    display: inline-block;
    width: 120px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    background: #f9f9f9;
}

    .either input[type=radio] + label {
        position: static;
        float: left;
        display: block;
        width: 50%;
        margin-right: 0;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

        .either input[type=radio] + label::before {
            content: attr(data-label);
            top: 0;
            bottom: 0;
            z-index: 1;
            display: block;
            width: 50%;
            height: auto;
            margin-top: 0;
            text-align: center;
            color: transparent;
            background: transparent;
            border: 0 none;
            border-radius: 0;
        }

        .either input[type=radio] + label:last-child::before {
            left: 50%;
            right: 0;
        }

    .either input[type=radio]:checked + label::before {
        color: #fff;
    }

    .either input[type=radio] + label::after {
        border-radius: 0;
    }

    .either input[type=radio]:first-child + label::after {
        content: none;
    }

    .either input[type=radio] + label + input[type=radio] + label::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 0;
        display: block;
        width: auto;
        height: auto;
        margin: 2px;
        background: #FF0055;
        border: 1px solid #FF0055;
        border-radius: 3px;
        -webkit-transition: all 100ms;
        transition: all 100ms;
    }

    .either input[type=radio]:checked + label + input[type=radio] + label::after {
        left: 0;
        right: 50%;
    }

    .either input[type=radio] + label + input[type=radio]:checked + label::after {
        left: 50%;
        right: 0;
    }

.comingsoon {
    pointer-events: none;
    position: relative;
    display: block;
}

    .comingsoon img {
        opacity: 0.5;
    }

    .comingsoon::after {
        background: rgba(161, 161, 161, 0.50);
        content: 'Coming Soon';
        width: 100%;
        height: calc(100% - 24px);
        position: absolute;
        display: block;
        top: 0;
        padding: 30px 0;
        text-align: center;
        color: #101010;
        font-weight: bold;
        font-family: Barlow;
    }

.sp.comingsoon::after {
    height: 100%;
    padding: 40px 0;
}
.link-comingsoon {
    pointer-events: none;
    position: relative;
    display: block;
    color:#ccc;
}
    .link-comingsoon::after {
        background: rgba(150, 150, 150, 0.3);
        border-radius: 3px;
        content: 'Coming Soon';
        width: 95px;
        height: 18px;
        line-height: 12px;
        display: block;
        top: 12px;
        padding: 2px 4px;
        right: 16px;
        text-align: center;
        font-size: 0.5rem;
        font-weight: normal;
        letter-spacing: 0.1rem;
        color: #fff;
        position: absolute;
    }
    /*----- default (top) -----*/
    .wrap_800 .container {
    max-width: 800px;
}

.wrap_scroll_down {
    position: relative;
    text-align: center;
    height: 50px !important;
}

a.scroll_down {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    padding-top: 60px;
    font-family: Barlow;
    font-size: 0.625rem;
    color: #101010;
    letter-spacing: 0.2em;
}

    a.scroll_down span {
        position: absolute;
        top: 85px;
        left: 50%;
        width: 18px;
        height: 32px;
        margin-left: -9px; /* width/2 */
        border: 2px solid #101010;
        border-radius: 50px;
        box-sizing: border-box;
    }

        a.scroll_down span::before {
            position: absolute;
            top: -10px;
            left: 50%;
            content: '';
            width: 2px;
            height: 6px;
            margin-left: -1px;
            background-color: #101010;
            border-radius: 100%;
            -webkit-animation: sdb 2s infinite;
            animation: sdb 2s infinite;
            box-sizing: border-box;
        }

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.wrap_default_main .col-12 {
    height: 504px;
}

.main_pc {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 90px;
}

.main_sp {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 242px;
    height: 344;
}

.wrap_default_news {/*
    border-top: 2px solid #101010;
    position: relative;*/
}

.default_news_underbar {
    position: relative;
}

    .default_news_underbar::after {
        content: '';
        width: calc(100% - 30px);
        height: 2px;
        border-bottom: 2px solid #101010;
        display: block;
        bottom: 15px;
        position: absolute;
    }




    ul.default-news li {
        list-style: none;
        font-size: 0.875rem;
    }

        ul.default-news li div.kind {
            display: inline-block;
            width: 66px;
            margin-right: 10px;
        }

            ul.default-news li div.kind span.tag {
                font-size: 0.75rem;
                border: 1px solid #101010;
                border-radius: 0.325rem;
                font-family: Zen Kaku Gothic Antique;
                padding: 4px 8px;
                display: inline-block;
                font-style: normal;
                font-weight: 500;
                width: 66px;
            }




        ul.default-news li span.date {
            font-family: Barlow;
            font-style: normal;
            font-weight: 500;
            display: inline-block;
            margin-right: 12px;
            letter-spacing: 0.1em;
        }

        ul.default-news li span.txt {
            font-style: normal;
            font-weight: 500;
        }

        ul.default-news li .link .txt object:nth-of-type(2) {
            display: none;
        }

a.news-all {
    display: inline-block;
    background: url(/img/icon/009.png) right center no-repeat;
    background-size: 20px 20px;
    font-family: Barlow;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 20px;
    width: 60px;
    height: 20px;
    color: #101010;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 30px;
    right: 22px;
}

    a.news-all:hover {
        text-decoration: none;
    }

h2 .subtitle {
    font-family: Barlow;
    font-style: normal;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0.2em;
    color: #101010;
    font-size: 2.25rem; /*36px*/
    margin-bottom: 1.5rem;
}

h3.title {
    font-style: normal;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.1em;
}
/*
.wrap_default_news img {
    display: none !important;
}

    .wrap_default_news img + span::before {
        content: 'メディア';
        display: inline-block;
    }
    */
img.about01 {
    max-width: 400px;
    width: 100%;
}

img.business {
    max-width: 428px;
    width: 100%;
    margin: 0 auto 1.5rem;
}

img.contact {
    max-width: 240px;
    width: 100%;
    margin: 0 auto 1.5rem;
}

.textbox-des1 {
    line-height: 1.8;
    font-weight: bold;
    white-space: nowrap;
    border-left: 2px solid #101010;
    padding-left: 24px;
}

.wrap_default_case {
    background: #FDD816;
    border-radius: 0.325rem;
    padding: 3.5rem;
}


.box_quotes {
    height: 255px;
    background: #fff;
    border-radius: 0.325rem;
    padding: 2.25rem 2rem;
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 200%;
    margin: 10px 0;
    overflow: hidden;
}

    .box_quotes .cname {
        font-weight: bold;
        display: inline-block;
        margin-top: 10px;
    }

    .box_quotes .case_text {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }

    .box_quotes::before {
        content: '';
        background: url(/img/icon/008.png) no-repeat;
        background-size: 36px 30px;
        position: absolute;
        top: 0;
        left: 10px;
        width: 36px;
        height: 30px;
    }

    .box_quotes::after {
        content: '';
        background: url(/img/icon/007.png) no-repeat;
        background-size: 36px 30px;
        position: absolute;
        bottom: 0;
        right: 10px;
        width: 36px;
        height: 30px;
    }
    /* about */
/*timeline*/

#cd-timeline {
    position: relative;
    padding: 20px 0;
    margin: 0 auto 20px auto;
}

    #cd-timeline::before {
        /* this is the vertical line */
        content: '';
        position: absolute;
        top: 20px;
        height: 94%;
        width: 2px;
        background: #ffffff;
        left: 50%;
        margin-left: -2px;
    }

.cd-timeline-block {
    position: relative;
    margin: 0;
}

    .cd-timeline-block:after {
        content: "";
        display: table;
        clear: both;
    }


    .cd-timeline-block img.pcimg {
        display: block;
        position: absolute;
        right: 53%;
    }

.cd-timeline-img {
    position: absolute;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
}

.cd-timeline-content {
    width: 45%;
    float: right;
    position: static;
    margin-left: 100px;
    text-align: center;
    padding: 8px 0 12px 0;
}

.cd-timeline-img .cd-date {
    position: absolute;
    left: 0;
    top: 7px;
    width: 40px;
    text-align: center;
    font-size: 10px;
    line-height: 13px;
    color: #A2A2A2;
    display: inline-block;
}

    .cd-timeline-img .cd-date span {
        font-size: 12px;
    }

.cd-timeline-content img.spimg {
    display: none;
}


.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-content p {
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 180%;
    letter-spacing: 0.1em;
    color: #101010;
    vertical-align: top;
}

@media only screen and (min-device-width: 1170px) {
    .cd-timeline-img {
        top: 0;
        left: 50%;
    }
}

@media only screen and (max-device-width: 1169px) {
    #cd-timeline::before {
        margin-left: 0;
        left: 58px;
    }

    .cd-timeline-block img.pcimg {
        display: none !important;
    }

    .cd-timeline-img {
        top: 0;
        left: 60px;
    }

    .cd-timeline-content {
        width: 85%;
    }

        .cd-timeline-content img.spimg {
            display: block;
            width: 200px;
            height: auto;
        }
}

@media screen and (max-device-width: 615px) {
    .cd-timeline-content {
        width: 80%;
    }

    .cd-timeline-img {
        top: 0;
        left: 20px;
    }

    #cd-timeline::before {
        left: 18px;
    }

    #cd-timeline::before {
        height: 95%;
    }
}

@media screen and (max-device-width: 374px) {
    .cd-timeline-content {
        width: 78%;
    }

    #cd-timeline::before {
        height: 95%;
    }
}

.cssanimations .cd-timeline-img.is-hidden,
.cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
}





/*----- itweb aboutit -----*/
.wrap_itweb_case{
    background:#ffffff;
    border-radius:0.325rem;
    min-width:240px;
    margin: 0 auto 30px auto;
}
    .wrap_itweb_case span.tag {
        font-size: 0.75rem;
        letter-spacing: 0;
        border: 1px solid #101010;
        border-radius: 0.325rem;
        font-family: Zen Kaku Gothic Antique;
        padding: 0 8px;
        line-height: 21px;
        height: 24px;
        display: inline-block;
        font-style: normal;
        font-weight: 500;
        position: relative;
        top: -2px;
        margin-right: 23px;
    }
/*----- aboutgf -----*/
.wrap_900 .container {
    max-width: 900px;
}

.wrap_500 {
    max-width: 500px;
}

.head-img {
    height: 240px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

    .head-img img {
        width: 100%;
        max-width: 1280px;
        min-width: 1280px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        margin: auto;
    }

    .head-img:before {
        content: '';
        background: inherit;
        -webkit-filter: blur(20px);
        -moz-filter: blur(20px);
        -o-filter: blur(20px);
        -ms-filter: blur(20px);
        filter: blur(20px);
        position: absolute;
        top: -20px;
        left: -20px;
        right: -20px;
        bottom: -20px;
        z-index: -1;
    }

    .head-img.bg_aboutgf {
        background: url(/img/aboutgf/bg_img.jpg) no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .head-img .title {
        position: relative;
        z-index: 1000;
    }

.box_scase {
    height: 200px;
    text-align: center;
    background: #fff;
    border-radius: 0.325rem;
    padding: 1.25rem 2rem;
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 200%;
    margin: 8px;
    overflow: hidden;
}
.box_scase img{
    display:inline-block;
    width:60px;
    height:60px;
    margin: 0 auto;
}
    .box_scase strong {
        display:block;
        text-align:center;
        font-size:0.75rem;
    }
    .box_scase .cname {
        font-weight: bold;
        display: inline-block;
    }

    .box_scase .case_text {
        font-size: 0.625rem;
        line-height: 1.6;
        display: block;
        margin: 0 auto;
        text-align: justify;
        max-width: 140px;
    }
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    display: none;
}
.swiper-button-prev {
    background-image: url(/img/icon/012.png);
    background-size: 24px 24px;
    left: -2px;
}
.swiper-button-next {
    background-image: url(/img/icon/009.png);
    background-size: 24px 24px;
    right: -2px;
}

.circle-yel{
    border-radius:50%;
    width:190px;
    height:190px;
    border: 6px solid #FDD816;
    margin:15px auto;

}
    .circle-yel span {
        line-height: 176px;
    }
.aboutgf_point {
    max-width:200px;
    width:100%;
    margin: 20px auto 5px auto;
}

/*----- it -----*/
.it-img01{
    max-width:240px;
    margin:0 auto;
}
.wrap_voice {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
    max-width: 500px;
    padding: 1.5rem;
    margin:0.75rem auto;
    background: #fff;
    border-radius: 0.3125rem;
}
    .wrap_voice .rate_data {
        display: inline-block;
        width: 130px;
        vertical-align: top;
        margin-right:1rem;
    }
    .wrap_voice .riyuu {
        display: inline-block;
        width: 300px;
        max-width: 300px;
        vertical-align: top;
    }
    .wrap_voice .rate0 .jq-ry-group-wrapper::after {
        content: '0';
        display: inline-block;
        font-size: 0.875rem;
        position: absolute;
        left: 85px;
        bottom: 6px;
    }
    .wrap_voice .rate1 .jq-ry-group-wrapper::after {
        content: '1';
        display: inline-block;
        font-size: 0.875rem;
        position: absolute;
        left: 85px;
        bottom: 6px;
    }
    .wrap_voice .rate2 .jq-ry-group-wrapper::after {
        content: '2';
        display: inline-block;
        font-size: 0.875rem;
        position: absolute;
        left: 85px;
        bottom: 6px;
    }
    .wrap_voice .rate3 .jq-ry-group-wrapper::after {
        content: '3';
        display: inline-block;
        font-size: 0.875rem;
        position: absolute;
        left: 85px;
        bottom: 6px;
    }
    .wrap_voice .rate4 .jq-ry-group-wrapper::after {
        content: '4';
        display: inline-block;
        font-size: 0.875rem;
        position: absolute;
        left: 85px;
        bottom: 6px;
    }
    .wrap_voice .rate5 .jq-ry-group-wrapper::after {
        content: '5';
        display: inline-block;
        font-size:0.875rem;
        position: absolute;
        left: 85px;
        bottom: 6px;
    }
.ratio_bar{
    display:flex;
}

    .ratio_bar span {
        position: relative;
        bottom: -2px;
        width:30px;
    }

    .ratio_bar .progress {
        margin: 10px 8px 10px 0;
        height: 6px;
        width: 100px;
        border-radius: 3px;
        background-color: #f9f9f9;
    }
/*----- sougou -----*/
/*----- global -----*/
/*----- case/jirei -----*/
.wrap_case_voice {
    display: flex;
    margin: 60px auto;
}

    .wrap_case_voice .face {
        margin-right: 40px;
        width: 180px;
        height: 180px;
        position: relative;
        border-radius: 0.325rem;
        border: 1px solid #f2f2f2;
        overflow: hidden;
    }

        .wrap_case_voice .face img {
            width: 100%;
            max-width: 100%;
            max-height: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

    .wrap_case_voice .voice {
        display: inline-block;
        width: calc(100% - 220px);
        font-size: 0.875rem;
        line-height: 180%;
    }

        .wrap_case_voice .voice strong {
            margin-bottom: 0.75rem;
            display: block;
        }
    .wrap_case_voice span.lead {
        font-style: normal;
        font-weight: 500;
        font-size: 1.5rem;
        display: block;
        margin-bottom: 0.5rem;
    }
    .wrap_case_voice span.comname {
        margin-bottom: 0.75rem;
        display: block;
        font-weight: 500;
        font-size: 0.875rem;
    }
    .wrap_case_voice span.tag {
        font-size: 0.75rem;
        letter-spacing: 0;
        border: 1px solid #101010;
        border-radius: 0.325rem;
        font-family: Zen Kaku Gothic Antique;
        padding: 0 8px;
        line-height: 21px;
        height: 24px;
        display: inline-block;
        font-style: normal;
        font-weight: 500;
        position: relative;
        top: -2px;
        margin-right: 23px;
    }

/*----- schedule -----*/
.wrap_schedule {
    display: inline-block;
    margin: auto;
}

    .wrap_schedule span.tag {
        font-size: 0.75rem;
        letter-spacing: 0;
        border: 1px solid #101010;
        border-radius: 0.325rem;
        font-family: Zen Kaku Gothic Antique;
        padding: 0 8px;
        line-height: 21px;
        height: 24px;
        display: inline-block;
        font-style: normal;
        font-weight: 500;
        position: relative;
        top: -2px;
        margin-right: 7px;
    }

/*----- member -----*/
.wrap_member {
    text-align: center;
    height: 450px;
    max-width: 360px;
    font-size: 13px;
    border: 1px solid #ddd;
    background: #ffffff;
    margin: 15px auto;
    /*
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.1);*/
    position: relative;
    border-radius: 0.325rem;
}

    .wrap_member img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 190px;
    }
        
    .wrap_member img.icon {
            width: 25px;
            height: 25px;
            margin:0 7px ;
        }
    .wrap_member .wrap_icon {
        display: block;
        text-align: center;
        position: absolute;
        font-size: 11px;
        bottom: 30px;
        left: 0;
        right: 0;
    }

.cpy.no-cmt {
    margin: 60px auto;
}

.cpy {
    text-align: center;
    display: block;
    font-size: 16px;
    margin: 30px auto;
}

.prf {
    display: block;
    text-align: center;
    position: absolute;
    font-size: 11px;
    bottom: 90px;
    left: 0;
    right: 0;
}
/*----- about -----*/

table.about {
    border-collapse: collapse;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

    table.about th {
        font-style: normal;
        font-weight: 500;
        font-size: 0.875rem;
        line-height: 180%;
        text-align: right;
        letter-spacing: 0.1em;
        color: #A2A2A2;
        white-space: nowrap;
        padding: 0.5rem 3rem 0.5rem 0;
        vertical-align: top;
    }

    table.about td {
        font-style: normal;
        font-weight: 500;
        font-size: 0.875rem;
        line-height: 180%;
        letter-spacing: 0.1em;
        color: #101010;
        padding: 0.5rem 0;
        vertical-align: top;
    }

.about-map {
    border: 0;
    width: 100%;
    height: 360px;
    margin: 0 auto;
}

table.about th {
    padding: 0.3rem 1.5rem 0.3rem 0;
}

table.about td {
    padding: 0.3rem 0;
}

.about-telfax {
    display: inline-block;
    width: 32px;
}
/*----- mission -----*/
.youtube iframe {
    width: 100%;
}
.youtube{
    min-height:400px;
}
.wrap_mission_mission {
    text-align: center;
    max-width: 500px;
    margin: auto;
}

img.mission-about01 {
    max-width: 500px;
    width: 100%;
}

img.identity {
    max-width: 300px;
    width: 100%;
    margin: auto;
}

.wrap_mission_identity {
    max-width: 300px;
    width: 100%;
    margin: auto;
}

    .wrap_mission_identity div:first-child {
        height: 252px;
    }

.textbox-des1 ol {
    padding-top: 0.3rem;
    padding-bottom: 0.1rem;
    padding-left: 24px;
    margin-left: 0;
}

    .textbox-des1 ol li {
        padding-left: 10px;
        line-height: 150%;
        margin-bottom: 15px;
    }
/*----- news -----*/
.wrap_news_menu {
    margin: 0 auto;
    display: inline-block;
}

    .wrap_news_menu a {
        font-family: Barlow;
        font-style: normal;
        font-weight: bold;
        font-size: 0.875rem;
        color: #101010;
        line-height: 200%;
        display: inline-block;
        letter-spacing: 0.1em;
        padding: 8px 16px;
        margin: 0 1.5rem;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .wrap_news_menu a:hover {
            text-decoration: none;
        }

        .wrap_news_menu a span {
            display: inline-block;
            text-align: center;
            padding: 6px 0 6px 2px;
            border-bottom: 2px solid transparent;
        }

        .wrap_news_menu a.active span {
            border-bottom: 2px solid #101010;
        }

            .wrap_news_menu a.active span.d-sp-none {
                border-bottom: 0;
            }

        .wrap_news_menu a span.d-sp-none {
            padding: 0;
        }

.wrap_news_article {
    display: flex;
    margin-bottom: 50px;
}

    .wrap_news_article .l {
        width: 100px;
        display: inline-block;
        margin-right: 36px;
    }

    .wrap_news_article .r {
        display: inline-block;
        font-style: normal;
        font-weight: bold;
        font-size: 0.875rem;
    }

        .wrap_news_article .r a {
            text-decoration-line: underline;
            color: #101010;
        }

        .wrap_news_article .r object:nth-of-type(2) {
            display: none;
        }

.wrap_news_all .tag {
    font-size: 0.75rem;
    border: 1px solid #101010;
    border-radius: 0.325rem;
    font-family: Zen Kaku Gothic Antique;
    padding: 2px 8px;
    text-align: center;
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    width: 94px;
    margin-bottom: 12px;
}

.wrap_news_all .date {
    letter-spacing: 0.1em;
    font-family: Barlow;
    font-size: 0.875rem;
    line-height: 100%;
}

.wrap_news_media {
    display: flex;
    margin-bottom: 50px;
}

    .wrap_news_media .l {
        width: 102px;
        height: 85px;
        display: inline-block;
        margin-right: 36px;
        border: 1px solid #C4C4C4;
        position: relative;
        border-radius: .325rem;
        text-align: center;
        overflow: hidden;
    }

        .wrap_news_media .l img {
            max-width: 100px;
            max-height: 100px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

    .wrap_news_media .date {
        letter-spacing: 0.1em;
        font-family: Barlow;
        font-size: 0.875rem;
        line-height: 100%;
        display: block;
        margin: 5px 0 10px 0;
    }


    .wrap_news_media .r {
        width: calc(100% - 140px);
        display: inline-block;
        font-style: normal;
        font-weight: bold;
        font-size: 0.875rem;
        color: #101010;
    }

        .wrap_news_media .r a {
            color: #101010;
            text-decoration: none;
        }

        .wrap_news_media .r :hover {
            text-decoration: underline;
        }

.wrap_mediadetail {
    word-break: break-all;
}

    .wrap_mediadetail img {
        width: 100%;
    }

table.newsdetail {
    border: 1px solid #cccccc;
    margin: 20px auto;
}

    table.newsdetail td {
        border: 1px solid #cccccc;
        padding: 5px 25px;
        text-align: center;
        letter-spacing: 2px;
        white-space: nowrap;
    }
/*----- dl1 -----*/
.ul-dl {
    list-style: none;
    padding-left: 10px;
}

    .ul-dl li {
        list-style: none;
        padding: 10px 0 0 0;
        font-size: 0.875rem;
    }
/*----- contact -----*/
.wrap_1000 .container {
    max-width: 1000px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select {
    display: block;
    height: 48px;
    width: 100%;
    color: #101010;
    background: #F9F9F9;
    border: 1px solid #DDDDDD;
    margin: 0;
    padding: 5px 15px;
    border-radius: 0.325rem;
    font-weight: 400;
    font-size: 0.875rem;
}

.contact-form select {
    background: url(/img/icon/010.png)right 10px center no-repeat;
    background-size: 10px 6px;
}

.contact-form textarea {
    display: block;
    height: 150px;
    width: 100%;
    color: #101010;
    background: #F9F9F9;
    border: 1px solid #DDDDDD;
    margin: 0;
    padding: 5px 15px;
    border-radius: 0.325rem;
    font-weight: 400;
    font-size: 0.875rem;
}

    .contact-form textarea::placeholder {
        font-size: 0.75rem;
    }

    .contact-form textarea.privacy_doui {
        font-size: 0.75rem;
        background: #ffffff;
        border-radius: 0;
        border: 1px solid #f2f2f2;
    }

.tag-required {
    background: #C20114;
    border-radius: 0.325rem;
    text-align: center;
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 20px;
    color: #FFFFFF;
    width: 36px;
    height: 20px;
    margin-left: 10px;
}

.tag-optional {
    background: #A1A5B5;
    border-radius: 0.325rem;
    text-align: center;
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 20px;
    color: #FFFFFF;
    width: 36px;
    height: 20px;
    margin-left: 10px;
}


table.tb_contact {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
}



    table.tb_contact th {
        text-align: right;
        font-size: 0.875rem;
        width: 120px;
        white-space: nowrap;
        vertical-align: top;
        padding-top: 1.6rem;
    }

    table.tb_contact td {
        padding: 0.7rem 0 0.7rem 0.7rem;
    }

.BtnSend {
    font-size: 0.875rem;
    color: #FFFFFF;
    border: 1px solid transparent;
    background: #18a0fb;
    opacity: 0.3;
    font-style: normal;
    font-weight: bold;
    font-size: 1.25rem;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding: 0 3.75rem;
    border-radius: 0.325rem;
    text-align: center;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

    .BtnSend:hover {
        opacity: 1;
        text-decoration: none;
    }

/*----- blog -----*/

.thumb_tips_case {
    border: 1px solid #ddd;
    border-radius: 0.325rem;
    background: #ffffff;
    margin: 15px 0;
    padding: 0;
    box-sizing: border-box;
    /* box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.1);*/
}

.thumb_tips {
    display: block;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    border: 0 none;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    color: #333;
}

    .thumb_tips .img {
        display: block;
        width: 100%;
        overflow: hidden;
        height: 180px;
        margin: 0 0 20px;
        position: relative;
    }

        .thumb_tips .img img {
            width: auto;
            height: auto;
            min-width: 100%;
            min-height: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }


    .thumb_tips .title {
        text-transform: uppercase;
        margin: 0 10px;
        display: block;
        text-indent: 0;
        font-size: 17px;
        font-size: 1.0625rem;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        word-break: break-all;
    }

    .thumb_tips .contents {
        text-transform: uppercase;
        margin: 10px 10px 0 10px;
        display: block;
        text-indent: 0;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 20px;
        font-weight: normal;
        text-align: justify;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        word-break: break-all;
    }

.thumb_tips_case .details {
    display: block;
    text-align: right;
    font-size: 11px;
    margin: 0 20px;
}

.thumb_tips_footer {
    margin-top: 20px;
    padding: 8px 10px 5px 5px;
    text-align: right;
    vertical-align: top;
    width: 100%;
    background: #f2f2f2;
}

.thumb_tips:hover {
    color: #333;
    text-decoration: none;
}

    .thumb_tips:hover .cover {
        opacity: 1;
    }

.thumb_tips .cover {
    position: absolute;
    display: block;
    opacity: 0;
    width: 100%;
    height: 180px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 550ms;
    -moz-transition-duration: 550ms;
    -o-transition-duration: 550ms;
    transition-duration: 550ms;
}

    .thumb_tips .cover .more {
        position: absolute;
        bottom: 15px;
        right: 0;
        height: 32px;
        line-height: 32px;
        padding: 0 20px;
        -webkit-border-radius: 1px 0 0 1px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 1px 0 0 1px;
        -moz-background-clip: padding;
        border-radius: 1px 0 0 1px;
        background-clip: padding-box;
        font-size: 12px;
        font-size: 0.75rem;
        text-transform: uppercase;
        text-shadow: 0 1px 0px #780d33;
        background: #101010;
        color: white;
    }
.tips_person img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 40px;
    border: 1px solid #d9dde0;
    object-fit: cover;
    display: inline-block;
    margin: 5px 15px 5px 0 !important;
    vertical-align: top;
}
.tips_person_text {
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: top;
}
/* tips */
.tips-page {
    line-height: 180%;
}

    .tips-page h1 {
        margin: 4rem 0;
        padding-bottom: 1rem;
        text-align: left;
        font-size: 2rem;
        font-weight: 500;
        border-bottom: 1px solid #dddddd;
    }

    .tips-page h4 {
        font-size: 1.25rem;
        font-weight: 500;
    }

    .tips-page h3 {
        padding: 60px 0 20px 0;
        font-weight: normal;
    }


blockquote.tips {
    background-color: none;
    padding: 2em 1em 2em 3em;
    position: relative;
    border: 0;
    display: inline-block;
}

    blockquote.tips:before {
        content: url(/img/icon/quote-open.png);
        position: absolute;
        left: 0;
        top: 0;
    }

    blockquote.tips:after {
        content: url(/img/icon/quote-close.png);
        position: absolute;
        right: -15px;
        bottom: 0;
    }

.tips-page img {
    width: 100%;
    max-width: 640px;
    height: auto;
    margin: 20px auto;
}
    .tips-page img.icon_home,
    .tips-page img.icon_011 {
        margin: 5px auto;
    }

.writer_case {
    border: 4px solid #e1e1e1;
    padding: 14px 15px 12px 15px;
    min-height: 99px;
    position: relative;
    margin-bottom: 50px;
    margin-top: 20px;
}

    .writer_case img.tips_writer {
        display: inline-block;
        float: left;
        width: 65px;
        height: 65px;
        overflow: hidden;
        border: 1px solid rgba(0, 0, 0, 0.05);
        margin: 0 20px 0 0;
        border-radius: 50%;
    }

    .writer_case span {
        font-size: 12px;
        display: block;
        margin: 5px 0;
    }

.tips_link_wrap {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 12px;
    border-radius: 3px;
    max-width: 474px;
    height: 120px;
    position: relative;
    margin-bottom: 20px;
}

.tips_link_title {
    font-size: 17px;
    font-weight: bold;
    color: #242527;
    line-height: 1.3;
    overflow: hidden;
}

.tips_link_text {
    line-height: 1.4;
    font-size: 12px;
    max-height: 72px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.tips_link_text2 {
    line-height: 1.4;
    font-size: 12px;
    max-height: 72px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tips_link_url {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 13px;
    overflow: hidden;
}

.tips_link_wrap .l {
    width: calc(100% - 120px);
    max-width: 344px;
    display: inline-block;
}

.tips_link_wrap .r {
    width: 120px;
    display: inline-block;
}

.tips_link_img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -10px;
    right: 10px;
}

.tips_sidebar {
    text-align: left;
    width: 100%;
    margin: 70px auto 50px auto;
}

    .tips_sidebar.fixed {
        position: fixed;
        top: 0;
        max-width: 360px;
        padding: 0 30px 0 0;
    }

.p22.table_wrap {
   width:100%;
    overflow-x:scroll;
}
.p22.table_wrap .table{
    min-width: 730px;
}
    .p22.table_wrap th.fixed {
        position: sticky;
        position: -webkit-sticky;
        left: 0;
        background: #FFF255;
    }
    .p22.table_wrap td.fixed {
        position: sticky;
        position: -webkit-sticky;
        left: 0;
        background: #fff;
    }
    .p22.table_wrap .fixed:before {
        content: "";
        position: absolute;
        border-right: 1px solid #dee2e6;
        top: -1px;
        left: -1px;
        width: 100%;
        height: 100%;
    }
    .p22.table_wrap .table tr td:last-child {
       max-width: calc( 100% - 121px );
       line-height:1.5;
    }


.p23.table_wrap {
    width: 100%;
    overflow-x: scroll;
}


    .p23.table_wrap .table {
        max-width: 730px;
    }

    .p23.table_wrap th.fixed {
        position: sticky;
        position: -webkit-sticky;
        left: 0;
        background: #FFF255;
    }

    .p23.table_wrap td.fixed {
        position: sticky;
        position: -webkit-sticky;
        left: 0;
        background: #fff;
    }

    .p23.table_wrap .fixed:before {
        content: "";
        position: absolute;
        border-right: 1px solid #dee2e6;
        top: -1px;
        left: -1px;
        width: 100%;
        height: 100%;
    }
    .p23.table_wrap td,
    .p23.table_wrap th {
        border: 1px solid #dee2e6;
        width: 60px;
        min-width: 60px;
        text-align: center;
        padding: 8px;
    }

    .p23.table_wrap td {
        padding: 12px 8px;
    }
    .p23.table_wrap tr td:first-child,
    .p23.table_wrap tr th:first-child {
        min-width: 170px;
        width: 170px;
        line-height: 1.2;
        padding: 8px;
    }
    .p23.table_wrap tr td:last-child,
    .p23.table_wrap tr th:last-child {
        min-width: 80px;
        width: 80px;
    }




.tb-bg-gr {
    background: #D8EAD2;
}
.tb-bg-bl {
    background: #D1E0E3;
}
.tb-bg-pk {
    background: #EBD1DC;
}
.tb-bg-ye {
    background: #FFF2CD;
}
.tb-bg-or {
    background: #FBE5CC;
}
/*LigatureSymbols*/

@font-face {
    font-family: 'LigatureSymbols';
    src: url('/fonts/LigatureSymbols-2.11.eot');
    src: url('/fonts/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'), url('/fonts/LigatureSymbols-2.11.woff') format('woff'), url('/fonts/LigatureSymbols-2.11.ttf') format('truetype'), url('/fonts/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    font-weight: normal;
    font-style: normal;
}

.lsf {
    font-family: 'LigatureSymbols';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-font-feature-settings: "liga" 1, "dlig" 1;
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga" 1, "dlig" 1;
    -o-font-feature-settings: "liga" 1, "dlig" 1;
    font-feature-settings: "liga" 1, "dlig" 1;
    margin-right: 3px;
    font-size: 16px !important;
}

.lsf-icon:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 130%;
    font-family: 'LigatureSymbols';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-font-feature-settings: "liga" 1, "dlig" 1;
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga" 1, "dlig" 1;
    -o-font-feature-settings: "liga" 1, "dlig" 1;
    font-feature-settings: "liga" 1, "dlig" 1;
}

/*custom*/
.social-button img {
    width: 16px;
    height: 16px;
    position: relative;
    margin: 0 3px 0 0;
    top: -2px;
}

.l-social-button {
    margin: 10px 0 10px 0;
    overflow: hidden;
    display: inline-block;
    padding: 20px 0 10px;
}

.social-button {
    height: 30px;
    min-width: 115px;
    width: auto !important;
    border-radius: 3px;
    color: white;
    text-align: center;
    display: inline-block;
    margin: 0 8px 10px 0;
    font-size: 12px;
    line-height: 30px;
    padding: 0px 15px !important;
    text-decoration: none;
}

    .social-button:hover {
        text-decoration: none;
        color: #ffffff;
    }

.facebook {
    background-color: #1877F2;
}

    .facebook:hover {
        background-color: #4898EF;
    }

.twitter {
    background-color: #55acee;
}

    .twitter:hover {
        background-color: #5bbbff;
    }

.hatebu {
    background-color: #0078c7;
}

    .hatebu:hover {
        background-color: #009af9;
    }

.pocket {
    background-color: #f13d53;
}

    .pocket:hover {
        background-color: #ff4258;
    }

.mail {
    background-color: #aaaaaa;
}

    .mail:hover {
        background-color: #cccccc;
    }

.tips_side_sns {
    text-align: left;
}
/*----- member -----*/
/*----- privacy -----*/
.wrap_privacy dt {
    float: left;
    clear: left;
    width: 35px;
    text-align: right;
    padding-right: 10px;
    margin-top: 15px;
}

.wrap_privacy dd {
    float: left;
    width: calc(100% - 35px);
    margin-top: 15px;
}

.wrap_privacy dl::after {
    content: '';
    clear: both;
    display: block;
    width: 0;
    height: 0;
}

table.privacy-list {
    width: 96%;
    margin: 10px auto;
    border: 0;
    table-layout: fixed;
}

    table.privacy-list TH,
    table.privacy-list TD {
        padding: 8px;
        border: 1px solid #ccc;
        vertical-align: top;
        line-height: 150%;
    }

    table.privacy-list th {
        width: 40px;
        text-align: center;
    }

    table.privacy-list td:nth-child(2) {
        width: calc( 50% - 20px );
    }

/*----- footer -----*/
.note_link {
    width: 280px;
}
.sns_link img {
    width: 28px;
    height: 28px;
}
.sns_link a {
    margin:0 8px;
}
footer {
    font-family: Zen Kaku Gothic Antique;
    font-style: normal;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 180%;
}

    footer .container {
        max-width: 800px;
        position: relative;
    }

.footer-logo {
    width: 140px;
    height: auto;
    position: relative;
    left: -8px;
    margin-right: 12px;
}

#topBtn {
    display: block;
    z-index: 100;
    transition: all 0.5s ease 0s;
}

    #topBtn img {
        width: 127px;
        height: 142px;
    }

    #topBtn:hover {
        cursor: pointer;
    }


    /* customer_voice */
.pager-link a, .pager-link a:hover {
    color: #101010;
    font-family: Barlow;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 20px;
}
    .pager-link a.aspNetDisabled {
        color: #ccc;
        pointer-events: none;
    }
        .pager-link a.aspNetDisabled::before {
           opacity:0.15;
        }
    .pager-link a:last-child{
        margin-left:20px;
    }
    .pager-link a:first-child::before {
        content: '';
        display: inline-block;
        top: 4px;
        position: relative;
        margin-right: 5px;
        width: 20px;
        height: 20px;
        background: url(/img/icon/012.png) center center no-repeat;
        background-size: 20px 20px;
    }
    .pager-link a:last-child::after {
        content: '';
        display: inline-block;
        top: 4px;
        position: relative;
        margin-left: 5px;
        width: 20px;
        height: 20px;
        background: url(/img/icon/009.png) center center no-repeat;
        background-size: 20px 20px;
    }


/******* Responsive breakpoints *********/
/*極小デバイス（縦向きモバイル, 576px 未満）*/
/* Bootstrapではデフォルトで `xs` のメディアクエリは存在しない*/
/*小デバイス（横向きモバイル, 576px 以上）*/
@media (min-width: 576px) {
}
/*中デバイス（タブレット, 768px 以上）*/
@media (min-width: 768px) {
}
/*大デバイス（デスクトップ, 992px 以上）*/
@media (min-width: 992px) {

}
/*特大デバイス（ワイド・デスクトップ, 1200px 以上）*/
@media (min-width: 1200px) {

    .navbar-expand-xl > .container {
        height: 48px;
    }

    .navbar-expand-xl .navbar-nav {
        margin-left: 40px;
    }
    .p22.table_wrap {
        overflow-x: visible;
    }
}
/******* Responsive breakpoints(逆方向に進むメディアクエリ) *********/

/*大デバイス（デスクトップ, 1200px 未満）*/
@media (max-width: 1199.98px) {
    .navbar-brand img {
        width: 180px;
        left: 0;
        top: -26px;
        position: relative;
    }
    .nav-link.icon-blank {
        background-position: right 0 top 10px;
    }

    .navbar .nav-item .nav-link {
        font-size: 1rem;
        text-align: right;
        margin-right: 0.125rem;
        padding: 0 26px;
    }
    .navbar-collapse {
        background: rgba(255, 255, 255, 0.80);
        position: relative;
        top: -7px;
        display: flex;
        min-width: calc( 100% + 48px );
        left: -24px;
    }
    .navitem {
        height: 42px;
    }

    .dropdown-item {
        text-align: left;
        font-size: 0.875rem;
    }

    .dropdown-toggle::after {
        position: relative;
        top: 8px;
    }

    .BtnDef-outline.dl {
        padding: 0 0.75rem 0 1.75rem;
        margin-right: 10px;
    }

    .BtnDef.contact {
        position: relative;
        padding: 0 0.75rem 0 2.25rem;
    }

    .BtnDef-outline .svg-dl {
        left: 6px;
    }

    .BtnDef .svg-mail {
        left: 10px;
    }
}


/*中デバイス（タブレット, 992px 未満）*/
@media (max-width: 991.98px) {

    .wrap_default_case {
        background: transparent;
        padding: 0;
    }

    .tips-page span.text, .tips_sidebar {
        display: none;
    }
    .box_scase {
        padding: 1.25rem 1.5rem;
        height: 235px;
    }

        .box_scase .cname {
            line-height: 1.3;
            margin-top: 10px;
        }
}


/*小デバイス（横向きモバイル, 768px 未満）*/
@media (max-width: 767.98px) {

    .f-sp-xxs {
        font-size: 0.625rem !important; /* 10px */
    }

    .f-sp-xs {
        font-size: 0.75rem !important; /* 12px */
    }

    .f-sp-sm {
        font-size: 0.875rem !important; /* 14px */
    }

    .f-sp-md {
        font-size: 1rem !important; /* 16px */
    }

    .ls-sp-01 {
        letter-spacing: 0.1rem;
    }

    .mt-sp-0 {
        margin-top: 0 !important;
    }

    .mt-sp-5 {
        margin-top: 3rem !important;
    }

    .mr-sp-2 {
        margin-right: 0.5rem !important;
    }

    .pt-sp-0 {
        padding-top: 0 !important;
    }

    .d-sp-none {
        display: none !important;
    }

    .d-sp-inline {
        display: inline !important;
    }

    .d-sp-inline-block {
        display: inline-block !important;
    }

    .d-sp-block {
        display: block !important;
    }

    .d-sp-table {
        display: table !important;
    }

    .d-sp-table-row {
        display: table-row !important;
    }

    .d-sp-table-cell {
        display: table-cell !important;
    }

    .d-sp-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sp-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .text-sp-left {
        text-align: left !important;
    }

    .text-sp-right {
        text-align: right !important;
    }

    .text-sp-center {
        text-align: center !important;
    }

    /*----- default (top) -----*/
    .navbar-brand img {
        width: 140px;
        top: -22px;
        position: relative;
    }
    .navbar-toggler {
        top: -10px;
    }

    .navbar-toggler {
        padding: 0.25rem 0;
    }

    h2.subtitle {
        line-height: 150%;
        font-size: 1.5rem; /*24px*/
    }

    img.business {
        max-width: 315px;
        display: block;
    }

    img.contact {
        display: block;
        max-width: 322px;
        width: 100%;
        margin: 0 auto 1.5rem;
    }





    ul.default-news li span.date {
        font-size: 0.625rem;
        margin-top: 6px;
    }

    ul.default-news,
    ul.default-news li .link {
        width: unset;
    }

    .wrap_default_news {
        border-bottom: 0;
    }
    /*----- aboutit -----*/
    /*----- aboutgf -----*/
    .head-img {
        /*  height: 60px;*/
    }

        .head-img img {
            /* height: 60px;
            */ width: auto;
        }

    /*----- itweb -----*/
    .wrap_itweb_case {
        max-width: 360px;
    }
    /*----- sougou -----*/
    /*----- global -----*/
    /*----- case/jirei -----*/
    .wrap_case_voice {
        display: block;
        margin: 50px auto;
    }

        .wrap_case_voice .face {
            width: 80px;
            height: 80px;
            margin-right: 20px;
            margin-bottom: 16px;
            display: inline-block;
            float: left;
        }

        .wrap_case_voice span.comname {
            font-size: 1rem;
            display: inline-block;
            float: left;
            width: calc(100% - 100px);
        }

            .wrap_case_voice span.comname::after,
            .wrap_case_voice .voice strong::before {
                content: '';
                display: block;
                clear: both;
            }

        .wrap_case_voice .voice {
            display: block;
            width: 100%;
        }

        .wrap_case_voice::after {
            display: block;
            content: '';
            border-bottom: solid #101010 3px;
            width: 16px;
            margin: 40px auto;
        }
    /*----- schedule -----*/
    .wrap_schedule .wrap_news_menu a {
        margin: 0 0.25rem;
    }

    .wrap_schedule .wrap_news_menu {
        margin: 0 -15px;
    }

        .wrap_schedule .wrap_news_menu a span {
            padding: 6px 0;
        }

    .wrap_schedule span.tag {
        font-size: 0.675rem;
        padding: 0 6px;
        line-height: 17px;
        height: 20px;
        top: -2px;
        margin-right: 5px;
    }
    /*----- member -----*/
    /*----- about -----*/

    table.about th,
    table.about td {
        display: block;
    }

    table.about th {
        font-size: 0.75rem;
        text-align: left;
        letter-spacing: 0.1em;
        padding: 2.5rem 0 0 0;
    }

    table.about td {
        line-height: 150%;
    }

    table.about.enkaku th {
        padding: 1.5rem 0 0 0;
    }

    /*----- news -----*/
    .wrap_news_article {
        display: block;
        padding: 0 15px;
        margin-bottom: 35px;
    }

    .wrap_news_menu a {
        margin: 0 1rem;
    }

    .wrap_news_media .l {
        display: inline-block;
        margin-right: 20px;
    }

    .wrap_news_media .r {
        width: calc(100% - 120px);
    }

    .wrap_news_media .date {
        display: inline-block;
        margin-left: 5px;
    }

    table.newsdetail {
        border: 0;
    }

        table.newsdetail td {
            display: block;
            text-align: left;
            border-bottom: 0;
            width: 100%;
        }

            table.newsdetail td:last-child {
                border-bottom: 1px solid #cccccc;
            }

            table.newsdetail td:before {
                content: attr(data-label);
                display: inline-block;
                font-weight: bold;
                font-size: 0.75rem;
                margin-bottom: 10px;
                margin-right: 16px;
            }

        table.newsdetail tr {
            margin-bottom: 30px;
            display: block;
        }

            table.newsdetail tr.thead {
                display: none;
            }
    /*----- dl1 -----*/
    /*----- coutact -----*/
    table.tb_contact th {
        display: block;
        text-align: left;
        width: unset;
    }

    table.tb_contact td {
        display: block;
        padding: 0.7rem 0;
    }

    .BtnSend {
        opacity: 1;
    }
    /*----- blog -----*/
    .social-button {
        min-width: 100px;
        padding: 0px 10px !important;
    }

    .tips_link_wrap {
        width: 100%;
        height: 155px;
    }

        .tips_link_wrap .l {
            width: calc(100% - 120px);
        }



    /*----- member -----*/
    /*----- privacy -----*/
    table .privacy-list {
        border: 0;
    }

        table.privacy-list tr.thead {
            display: none;
        }

        table.privacy-list tr {
            margin-bottom: 30px;
            display: block;
        }

        table.privacy-list th {
            padding: 2px 8px;
            background: #F9F9F9;
            border-bottom: 0;
        }

        table.privacy-list th,
        table.privacy-list td {
            display: block;
            width: 100% !important;
        }

        table.privacy-list tr td:last-child {
            border-top: 0;
        }

        table.privacy-list td:before {
            content: attr(data-label);
            display: block;
            font-weight: bold;
            font-size: 0.75rem;
            margin-bottom: 10px;
        }

    /*----- footer -----*/
    #topBtn img {
        width: 101px;
        height: 115px;
    }
}

/*極小デバイス（縦向きモバイル, 576px 未満）*/
@media (max-width: 575.98px) {
    .image02 {
        position: relative;
        height: 240px;
    }

        .image02 img {
            position: absolute;
            right: -50px;
        }
    .youtube {
        min-height: 250px;
    }
    .wrap_news .wrap_news_menu a {
        margin: 0 0.5rem;
    }
    .tips_person img {
        display: block;
        margin: 0 auto 10px auto !important;
        vertical-align: unset;
    }

    .tips_person_text {
        width: 100%;
        display: block;
        vertical-align: unset;
    }
}
/*iphone6/7/8未満サイズ（縦向きモバイル, 375px 未満）*/
@media (max-width: 374.98px) {

    .navbar-brand {
        margin-right: 0.5rem;
    }

    .BtnDef-outline.dl, .BtnDef.contact {
        font-size: 0.75rem;
    }

    .BtnDef-outline.dl {
        padding: 0 0.5rem 0 1.625rem;
        margin-right: 3px;
    }

    .BtnDef-outline .svg-dl {
        left: 4px;
    }

    .BtnDef.contact {
        padding: 0 0.5rem 0 1.625rem;
        margin-right: 0;
    }

    .BtnDef .svg-mail {
        left: 4px;
    }

    .about-telfax {
        display: block;
        width: unset;
    }

    .wrap_schedule .wrap_news_menu a {
        margin: 0;
    }
    .wrap_news .wrap_news_menu a {
        margin: 0;
    }
    .wrap_news {
        max-width: 320px;
        margin: 0 auto;
    }
}
