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

#contents-wrap {
    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) {
    #contents-wrap {
        font-size: 15px;
        letter-spacing: 0.05em;
        line-height: 1.6em;
    }
}

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

#main-contents {
    background-color: #fdfdfd;
    width: 100%;
}


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

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

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

.news-link {
    margin-top: 1em;
}

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

.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 {
    position: relative;
    text-indent: 0em;
}

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

.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: 60em;
    margin: auto;
    padding-top: 5em;
}

#pan {
    display: flex;
    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: 0.5em;
    }
}

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




/* ============================
 * 
 *     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%;
}
