@charset "utf-8";
/* ============================
 * 
 *     products / medical
 *
 * ============================ */

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: inherit;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

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

th,
td {
    vertical-align: middle;
}

#products-medical {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    word-wrap: break-word;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

@media screen and (max-width: 600px) {
    #products-medical {
        font-size: 15px;
        letter-spacing: 0.05em;
        line-height: 1.6em;
    }
}

@media print {
    #products-medical {
        font-size: 11px;
        width: 100%;
    }
}


/***********
*
* 共通部品
*
************/

.new-line {
    padding-top: 1em;
}

.new-line2 {
    padding-top: 2em;
}


#medi-top-background-color {
    background-color: #f9f9f5;
}

.list-style-mark1 {
    position: relative;
    text-indent: 0em;
}

.list-style-mark1::before {
    position: absolute;
    top: 0.5em;
    left: -1.8em;
    display: inline-block;
    content: '';
    width: 0.8em;
    height: 0.8em;
    background-color: #89c3eb;
    border-radius: 0.15em;
}

.list-style-mark2 {}

.list-style-mark2::before {}

.list-style-mark3 {
    position: relative;
    text-indent: 0em;
}

.list-style-mark3::before {
    position: absolute;
    top: 0.5em;
    left: -1.8em;
    display: inline-block;
    content: '';
    width: 0.8em;
    height: 0.8em;
    background-color: #e8d3d1;
    border-radius: 0.15em;
}

#pan-box {
    max-width: 50em;
    margin: auto;
    padding-top: 5em;
}

#pan {
    display: flex;
    flex-wrap: wrap;
    color: #888;
    font-size: 80%;
    margin: auto;
}

#pan a {
    color: #888;
    margin: 0 0.5em;
    padding: 0.25em 0.5em;

    transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
    #pan-box {
        padding: 0em;
    }
    
    #pan-box ul li {
        padding: 0.5em 0;
    }
}

#pan a:hover {
    background-color: rgba(220, 220, 220, 0.7);
    border-bottom: #e95464 1px solid;
}

.pan-now {
    font-weight: 700;
    margin: 0em 1em;
}

.miu-img {
    width: 1.1em;
    vertical-align: middle;
    padding-right: 0.25em;
    padding-top: 0.1em;
}

#concept {
    color: #333;
    padding: 3em;
    background-color: #fff;
    border: #ddd 4px solid;
    box-shadow: 12px 12px 20px -6px rgba(0, 0, 0, 0.2);
}

/************
*
* medical header
*
*************/

/*** link ***/

#home-link {
    position: fixed;
    top: 1em;
    left: 1em;
    padding: 1em;
    width: 15em;
}

#home-link img {
    width: 100%;
}

#top-link ul {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    position: fixed;
    line-height: normal;
    text-align: center;
    width: 100%;
    top: 0%;
    z-index: 2;
    transition: 0.3s;
}



#top-link li {
    flex: 1;
    font-weight: 700;
    transition: 0.3s;
}

#top-link a {
    display: block;
    color: #fff;
    font-size: 85%;
    padding-top: 0.5em;
    transition: 0.3s;
    height: 2.5em;
}

#top-link ul:hover a {
    height: 6em;
    padding-top: 2.2em;
}

#top-link a span {
    display: none;
    font-size: 70%;
    font-weight: 200;
    transition: 0.3s;
}

#top-link a:hover span {
    display: inherit;
}

#top-link li:nth-child(1) {
    background-color: #0E3057;
    background-color: rgba(14, 48, 87, 0.7);
    background: linear-gradient(to right, rgba(11, 36, 65, 0.6), rgba(14, 48, 87, 0.6));
}

#top-link li:nth-child(2) {
    background-color: #123C6D;
    background-color: rgba(18, 60, 109, 0.7);
    background: linear-gradient(to right, rgba(14, 48, 87, 0.6), rgba(18, 60, 109, 0.6));
}

#top-link li:nth-child(3) {
    background-color: #164A84;
    background-color: rgba(22, 74, 132, 0.7);
    background: linear-gradient(to right, rgba(18, 60, 109, 0.6), rgba(22, 74, 132, 0.6));
}

#top-link li:nth-child(4) {
    background-color: #195598;
    background-color: rgba(25, 85, 152, 0.7);
    background: linear-gradient(to right, rgba(22, 74, 132, 0.6), rgba(25, 85, 152, 0.6));
}

#top-link li:nth-child(5) {
    background-color: #1D61AE;
    background-color: rgba(29, 97, 174, 0.7);
    background: linear-gradient(to right, rgba(25, 85, 152, 0.6), rgba(29, 97, 174, 0.6));
}

#top-link li:nth-child(6) {
    background-color: #216DC4;
    background-color: rgba(33, 125, 196, 0.7);
    background: linear-gradient(to right, rgba(29, 97, 174, 0.6), rgba(33, 125, 196, 0.6));
}

#top-link li:nth-child(7) {
    background-color: #2479DA;
    background-color: rgba(36, 121, 218, 0.8);
    background: linear-gradient(to right, rgba(33, 125, 196, 0.6), rgba(36, 121, 218, 0.6));
}

#top-link li:nth-child(8) {
    background-color: #3A86DD;
    background-color: rgba(58, 134, 221, 0.8);
    background: linear-gradient(to right, rgba(36, 121, 218, 0.6), rgba(58, 134, 221, 0.6));
}


#top-link ul:hover li:nth-child(1) {
    background: linear-gradient(to right, rgba(11, 36, 65, 0.8), rgba(14, 48, 87, 0.8));
}

#top-link ul:hover li:nth-child(2) {
    background: linear-gradient(to right, rgba(14, 48, 87, 0.8), rgba(18, 60, 109, 0.8));
}

#top-link ul:hover li:nth-child(3) {
    background: linear-gradient(to right, rgba(18, 60, 109, 0.8), rgba(22, 74, 132, 0.8));
}

#top-link ul:hover li:nth-child(4) {
    background: linear-gradient(to right, rgba(22, 74, 132, 0.8), rgba(25, 85, 152, 0.8));
}

#top-link ul:hover li:nth-child(5) {
    background: linear-gradient(to right, rgba(25, 85, 152, 0.8), rgba(29, 97, 174, 0.8));
}

#top-link ul:hover li:nth-child(6) {
    background: linear-gradient(to right, rgba(29, 97, 174, 0.8), rgba(33, 125, 196, 0.8));
}

#top-link ul:hover li:nth-child(7) {
    background: linear-gradient(to right, rgba(33, 125, 196, 0.8), rgba(36, 121, 218, 0.8));
}

#top-link ul:hover li:nth-child(8) {
    background: linear-gradient(to right, rgba(36, 121, 218, 0.8), rgba(58, 134, 221, 0.8));
}

#top-link a:hover {
    background-color: rgba(233, 84, 100, 0.8);
}



/* ---- Dropdown Menu ---- */

#top-link .has-dropdown {
    position: relative;
}

#top-link .dropdown-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 14em;
    margin: 0;
    padding: 0;
    list-style: none;
    background: rgba(14, 48, 87, 0.95);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

#top-link .has-dropdown:hover > .dropdown-menu,
#top-link .has-dropdown > a[aria-expanded="true"] + .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#top-link .dropdown-menu li {
    flex: none;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: none;
}

#top-link .dropdown-menu li:last-child {
    border-bottom: none;
}

#top-link .dropdown-menu a {
    display: block;
    color: #fff;
    font-size: 80%;
    font-weight: 400;
    padding: 0.8em 1.2em;
    height: auto;
    text-align: left;
    white-space: nowrap;
    transition: background-color 0.2s ease;
}

#top-link .dropdown-menu a:hover {
    background-color: rgba(233, 84, 100, 0.8);
}

#top-link ul:hover .dropdown-menu a {
    height: auto;
    padding-top: 0.8em;
}

#top-link .dropdown-menu a span {
    display: none;
}

/* ---- End of Dropdown Menu ---- */

@media screen and (max-width: 960px) {
    #fv-img {}

    #top-link ul {
        position: static;
    }

    #top-link ul:hover a {
        padding: 1.5em 0;
        height: inherit;
    }

    #top-link ul li {
        width: calc(100% / 4);
        background-color: #164a84;
        border-right: #fff 1px solid;
    }

    #top-link ul li:nth-child(1),
    #top-link ul li:nth-child(2),
    #top-link ul li:nth-child(3),
    #top-link ul li:nth-child(4) {
        border-bottom: #fff 1px solid;
    }

    #top-link ul li:nth-child(4),
    #top-link ul li:nth-child(8) {
        border-right: none;
    }

    #top-link li:nth-child(1) {
        background-color: #0E3057;
        background-color: rgba(14, 48, 87, 0.7);
        background: linear-gradient(to right, rgba(11, 36, 65, 1), rgba(14, 48, 87, 1));
    }

    #top-link li:nth-child(2) {
        background-color: #123C6D;
        background-color: rgba(18, 60, 109, 0.7);
        background: linear-gradient(to right, rgba(14, 48, 87, 1), rgba(18, 60, 109, 1));
    }

    #top-link li:nth-child(3) {
        background-color: #164A84;
        background-color: rgba(22, 74, 132, 0.7);
        background: linear-gradient(to right, rgba(18, 60, 109, 1), rgba(22, 74, 132, 1));
    }

    #top-link li:nth-child(4) {
        background-color: #195598;
        background-color: rgba(25, 85, 152, 0.7);
        background: linear-gradient(to right, rgba(22, 74, 132, 1), rgba(25, 85, 152, 1));
    }

    #top-link li:nth-child(5) {
        background-color: #1D61AE;
        background-color: rgba(29, 97, 174, 0.7);
        background: linear-gradient(to right, rgba(25, 85, 152, 1), rgba(29, 97, 174, 1));
    }

    #top-link li:nth-child(6) {
        background-color: #216DC4;
        background-color: rgba(33, 125, 196, 0.7);
        background: linear-gradient(to right, rgba(29, 97, 174, 1), rgba(33, 125, 196, 1));
    }

    #top-link li:nth-child(7) {
        background-color: #2479DA;
        background-color: rgba(36, 121, 218, 0.8);
        background: linear-gradient(to right, rgba(33, 125, 196, 1), rgba(36, 121, 218, 1));
    }

    #top-link li:nth-child(8) {
        background-color: #3A86DD;
        background-color: rgba(58, 134, 221, 0.8);
        background: linear-gradient(to right, rgba(36, 121, 218, 1), rgba(58, 134, 221, 1));
    }

    #top-link ul:hover li:nth-child(1) {
        background: linear-gradient(to right, rgba(11, 36, 65, 1), rgba(14, 48, 87, 1));
    }

    #top-link ul:hover li:nth-child(2) {
        background: linear-gradient(to right, rgba(14, 48, 87, 1), rgba(18, 60, 109, 1));
    }

    #top-link ul:hover li:nth-child(3) {
        background: linear-gradient(to right, rgba(18, 60, 109, 1), rgba(22, 74, 132, 1));
    }

    #top-link ul:hover li:nth-child(4) {
        background: linear-gradient(to right, rgba(22, 74, 132, 1), rgba(25, 85, 152, 1));
    }

    #top-link ul:hover li:nth-child(5) {
        background: linear-gradient(to right, rgba(25, 85, 152, 1), rgba(29, 97, 174, 1));
    }

    #top-link ul:hover li:nth-child(6) {
        background: linear-gradient(to right, rgba(29, 97, 174, 1), rgba(33, 125, 196, 1));
    }

    #top-link ul:hover li:nth-child(7) {
        background: linear-gradient(to right, rgba(33, 125, 196, 1), rgba(36, 121, 218, 1));
    }

    #top-link ul:hover li:nth-child(8) {
        background: linear-gradient(to right, rgba(36, 121, 218, 1), rgba(58, 134, 221, 1));
    }

    #top-link a:hover {
        background-color: rgba(233, 84, 100, 1);
    }

    #top-link a {
        display: block;
        padding: 1.5em 0;
        height: inherit;
    }

    #top-link a span {
        display: inherit;
        font-size: 70%;
        font-weight: 200;
        transition: 0.3s;
    }

    /* Dropdown: タブレット以下では非表示 */
    #top-link .dropdown-menu {
        display: none;
    }


    #fv-title-wrap {
        font-size: 500%;
        right: 0.2em;
    }

    #fv-title {
        font-size: 80%;
    }

    #fv-subtitle {}
}

/** End of @media screen and (max-width: 960px) **/


@media screen and (max-width: 640px) {
    #fv-img {
        position: static;
    }


    #top-link ul {
        position: static;
    }

    #top-link ul li {
        width: calc(100% / 2);
        background-color: #164a84;
        border-right: #fff 1px solid;
    }

    #top-link ul li:nth-child(1),
    #top-link ul li:nth-child(2),
    #top-link ul li:nth-child(3),
    #top-link ul li:nth-child(4),
    #top-link ul li:nth-child(5),
    #top-link ul li:nth-child(6) {
        border-bottom: #fff 1px solid;
    }

    #top-link ul li:nth-child(2n) {
        border-right: none;
    }

    #top-link a {
        display: block;
        padding: 1.5em 0;
    }


    #fv-title-wrap {
        top: 3.5em;
        right: 0;
        width: 100%;
    }

    #fv-title {
        font-size: 60%;
    }

    #fv-subtitle {
        font-size: 20%;
    }
}

/** End of @media screen and (max-width: 640px) **/




/** 関連製品リンクバナー **/

.text-img-wrap {
    display: flex;
    flex-wrap: wrap;
}

.text-img-wrap div {
    width: 50%;
}

@media screen and (max-width: 640px) {
    .text-img-wrap div {
        width: 100%;
    }
}


.products-info {
    position: relative;
    width: 50%;
    padding: 2%;
    line-height: 0;
}

.products-info a {
    display: block;
    transition: all 0.4s linear;

}

.products-info a img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 0.5em 1em rgba(50, 70, 102, 0.5);
    transition: all 0.5s ease;
}

.products-info a:hover img {
    opacity: 0.7;
    box-shadow: 0 0.5em 0.25em rgba(50, 70, 102, 0.5);
}

.products-info a p {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    font-size: 300%;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 1px #164a84, -1px 1px 1px #164a84, 1px -1px 1px #164a84, -1px -1px 1px #164a84, 1px 0px 1px #164a84, 0px 1px 1px #164a84, -1px 0px 1px #164a84, 0px -1px 1px #164a84;
    padding-right: 0.7em;
}

.products-info:last-child {}

@media screen and (max-width: 960px) {
    .products-info a p {
        font-size: 200%;
    }
}

@media screen and (max-width: 640px) {
    .products-info {
        width: 100%;
        padding: 1em;
    }


    .products-info a p {
        width: 100%;
        font-size: 200%;
        top: 50%;
    }
}



/* ============================
 * 
 *   First View
 *
 * ============================ */


/* ============================
 * 
 *   products-summary
 *
 * ============================ */


/* ============================
 * 
 *     コンテンツ
 *
 * ============================ */

#products-contents {
    width: 90%;
    max-width: 50em;
    margin: 0 auto;
    padding: 4em 0;
    color: #333;
}

@media screen and (max-width: 767px) {
    #products-contents {
        width: 100%;
        padding: 4em 0.75em;
    }
}

#contents-title {
    font-family: 'Noto Serif JP', serif;
    font-size: 230%;
    font-weight: 500;
    text-align: center;
    padding: 1.5em 0;
}

#contents-text {
    padding-bottom: 3em;
}

#contents-title span {
    font-size: 80%;
    padding: 0 0.25em;
}

@media screen and (max-width: 499px) {
    #contents-title span {
        padding: 0;
    }
}

.contents-title-img1 {
    text-align: center;
}

.contents-title-img1 img {
    width: 100%;
}

.contents-title-img2 {
    text-align: center;
    padding-bottom: 4em
}

.contents-title-img2 img {
    width: 100%;
}

.contents-sub-title {
    font-size: 150%;
    text-align: center;
    padding: 1em;
}

.trans-img {
    max-width: 50em;
    margin: 0 auto;
}

.trans-img img {
    width: 100%;
}

/************
*
* カスタムオーダー
*
*************/

.mail-order {
    display: table;
    text-align: center;
    font-size: 80%;
    color: #777;
    margin: 5em auto 0;
    padding: 1em 2em;
    border: #aaa 1px solid;
    transition: all 0.4s linear;
}

.mail-order:hover {
    color: #f9f9f5;
    border: #192f60 1px solid;
    background-color: #192f60;
}


/* ============================
 * 
 *     pdf　カタログ
 *
 * ============================ */

#catalog-linkbox {
    transition: all 0.3s linear;
}

#trans-catalog-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #123c6d;
    margin: 10em auto 0em;
    background-color: #ebf6f7;
    border-radius: 1em;
    border: #123c6d 4px solid;
    transition: all 0.3s linear;
}


#catalog-linkbox:hover #trans-catalog-wrap {
    opacity: 0.9;
    color: #e6b422;
    background-color: #fffaeb;
    border: #e6b422 4px solid;
}


#catalog-linkbox:hover #trans-catalog-wrap img {
    opacity: 0.4;
}

#trans-catalog-wrap img {
    padding: 1em 0;
    transition: all 0.3s linear;
}

.pdf-title {
    font-size: 120%;
    font-weight: 700;
    padding-right: 2em;
}

.pdf-series {
    font-weight: 700;
    padding-left: 1em;
}

.pdf-comment {
    font-size: 90%;
    padding: 0 1.5em 1.5em;
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
    .pdf-title {
        width: 100%;
        font-size: 100%;
        font-weight: 700;
        text-align: center;
        padding: 1em;
    }
}


/* ============================
 * 
 *     footer
 *
 * ============================ */

/**footer-icon**/

.footer-button-box {
    clear: both;
    width: 100%;
    text-align: center;
    padding: 30px 0 10px;
}


a.footer-button-home {
    text-align: center;
    display: inline-block;
    width: 2em;
    height: 2em;
    background-color: #164a84;
    border: 2px solid #d4dcda;
    border-radius: 2em;
    padding: 1.5em;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.4s linear;
    text-decoration: none;
    background-image: url('../../../img/medical-com/home-hover.svg');
    background-repeat: no-repeat;
    background-position: center center;


}


a.footer-button-home:hover {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
    transition: all 0.2s linear;
    background-image: url('../../../img/medical-com/home-hover.svg');
}


a.footer-button-medical {
    text-align: center;
    display: inline-block;
    width: 2em;
    height: 2em;
    background-color: #164a84;
    border: 2px solid #d4dcda;
    border-radius: 2em;
    padding: 1.5em;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.4s linear;
    text-decoration: none;
    background-image: url('../../../img/medical-com/hospital-hover.svg');
    background-repeat: no-repeat;
    background-position: center center;
}


a.footer-button-medical:hover {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
    transition: all 0.2s linear;
    background-image: url('../../../img/medical-com/hospital-hover.svg');
}


a.footer-button-pagetop {
    text-align: center;
    display: inline-block;
    width: 2em;
    height: 2em;
    background-color: #5383c3;
    border: 2px solid #d4dcda;
    border-radius: 2em;
    padding: 1.5em;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.4s linear;
    text-decoration: none;
    background-image: url('../../../img/medical-com/pagetop-hover.svg');
    background-repeat: no-repeat;
    background-position: center center;
}


a.footer-button-pagetop:hover {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
    transition: all 0.2s linear;
    background-image: url('../../../img/medical-com/pagetop-hover.svg');
}


a.footer-button-mail {
    text-align: center;
    display: inline-block;
    width: 2em;
    height: 2em;
    background-color: #3b7960;
    border: 2px solid #d4dcda;
    border-radius: 2em;
    padding: 1.5em;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.4s linear;
    text-decoration: none;
    background-image: url('../../../img/medical-com/contact-hover.svg');
    background-repeat: no-repeat;
    background-position: center center;
}


a.footer-button-mail:hover {
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #fff;
    border-radius: 0;
    transition: all 0.2s linear;
    background-image: url('../../../img/medical-com/contact-hover.svg');
}

/**end of footer-icon**/

#footer-medi {
    clear: both;
    color: #fff;
    background-color: #164a84;
    background: -webkit-gradient(linear, left top, left bottom, from(#192f60), to(#d4dcda));
    background: -webkit-linear-gradient(top, #192f60, #164a84, #007bbb, #d4dcda);
    background: -moz-linear-gradient(top, #192f60, #164a84, #007bbb, #d4dcda);
    background: -o-linear-gradient(top, #192f60, #164a84, #007bbb, #d4dcda);
    background: linear-gradient(to bottom, #192f60, #164a84, #007bbb, #d4dcda);
    /**ベロ藍, 紺瑠璃, 紺碧, 薄雲鼠**/
    padding-bottom: 5em;

    background: linear-gradient(to bottom, #192f60, #164a84, #5383c3, #d4dcda);
}

@media screen and (max-width: 767px) {
    #footer-medi {
        padding-bottom: 2em;
    }
}

/** end of @media screen and (max-width: 767px) **/

#footer-medi-content {
    width: 84%;
    max-width: 105em;
    font-size: 80%;
    text-align: justify;
    margin: auto;
    padding: 1em 0;
}


@media screen and (max-width: 1280px) {
    #footer-medi-content {
        width: 95%;
    }
}

/** end of @media screen and (max-width: 1281px) **/

#footer-medi-content a {
    color: #fff;
    text-decoration: none;
}


.footer-topic-path-medi {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px;
    font-size: 100%;
}


.footer-nav {
    float: left;
    width: 33.3333%;
    width: -webkit-calc(100% / 3 -2px);
    width: calc(100% / 3 -2px);
    margin-bottom: 20px;
}


@media screen and (max-width: 960px) {
    .footer-nav {
        width: 50%;
    }


    .footer-nav:nth-child(3) {
        clear: both;
    }
}

/**end of @media screen and (max-width: 767px)**/

@media screen and (max-width: 767px) {
    .footer-nav {
        width: 100%;
        clear: both;
    }
}

/**end of @media screen and (max-width: 600px)**/

.footer-title {
    width: 90%;
    padding: 5px 0;
    margin: 0 5% 10px;
    text-align: center;
    border-bottom: 1px #fff solid;
    color: #fff;
    font-weight: 700;
}


.footer-nav-link {
    margin: 5px 3em;
}


.footer-nav-link p {
    display: block;
    padding: 3px 0 3px 1.5em;
    letter-spacing: 0.05em;
}


.footer-nav-link :hover {
    background-color: #fff;
    color: #3f3f3f;
    transition: all 0.4s linear;
}


.arrow1 {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}


.arrow1::before {
    content: '';
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
}


.arrow1::after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 1px #43676b;
    border-right: solid 1px #43676b;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -3px;
}


.footer-kec {
    clear: both;
    padding: 0 2em;
}

@media screen and (max-width: 767px) {
    .footer-kec {
        padding: 0 1em;
    }
}

/**end of @media screen and (max-width: 767px)**/

.keclogo-footer {
    width: 40%;
    min-width: 200px;
    margin-bottom: 1em;
    overflow: hidden;
}


.keclogo-footer a img {
    transition: all 0.4s ease;
}


.keclogo-footer img {
    width: 100%;
}


#copyright {
    clear: both;
    padding: 0 1em 1em;
    text-align: right;
    font-size: 70%;
    line-height: 1.2em;
    color: #3f3f3f;
    letter-spacing: 0px;
    background-color: #d4dcda;
    font-family: "HelveticaNeue", Arial, Sans-serif;
}

@media screen and (max-width: 767px) {
    #copyright {
        text-align: left;
    }
}

/**end of @media screen and (max-width: 767px)**/

#googlemap {
    width: 100%;
}

#googlemap iframe {
    width: 100%;
}
