@charset "utf-8";
/* CSS Document */

#floatMenu {
    position:absolute;
    top:250px;
    right:0px;
    z-index:3
}
#eliminator {
    cursor:pointer;
    text-align:right;
}
#member_login {
    text-align:right;
}
#member_login a {
    display:block;
}

.footer__inner-link {
    padding-top: 37px;
    text-align: center;
}

/*------------------ 会員ログイン時必須 ------------------*/
.ft_login_display{
    position:fixed;
    bottom: 0px;
    z-index: 5000;
    background:#ED1C24;
    opacity: 0.7;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    font-weight: bold;
}
/*------------------ 会員ログイン時必須 ------------------*/


/*footer_wrapper
---------------*/
.footer_wrapper *{
    font-family: "Noto Sans JP", sans-serif;
}
.footer_inner {
    width: 1000px;
    height: 145px;
    margin: 0 auto;
    padding: 37px 0 29px;
}
.foot_links_inner {
    float: left;
    margin-left: 50px;
}
.foot_links_block {
    float: left;
    margin-left: 3px;
    margin-right: 50px;
}
.foot_links_inner .foot_links_block:last-child {
    margin-right: 0;
}
.foot_link a {
    font-size: 14.4px;
    line-height: 25px;
    color: #000;
    position: relative;
    overflow: hidden;
}
.company_name a {
    position:relative;
    overflow: hidden;
}
.foot_link a:hover,
.company_name a:hover {
    text-decoration: none;
}
.foot_link a::before {
    content: "■";
    font-size: 10px;
    position: relative;
    top: 0;
    margin-right: 4px;
}
.foot_link a::after,
.company_name a::after {
    text-decoration: none;
    border-bottom: 1px solid #000;
    position: absolute;
    content: "";
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.foot_link a:hover::after,
.company_name a:hover::after {
    opacity: 1;
    bottom: 1px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.foot_comp_deteil_box {
    float: right;
    width: 442px;
}
.company_name {
    font-size: 17px;
    margin-bottom: 4px;
    line-height: 23px;
    letter-spacing: -0.01em;
}
.company_name a {
    color: #000;
}
.foot_comp_text {
    font-size: 15px;
    line-height: 25px;
    color: #000;
}
.foot_comp_text a {
    font-size: 15px;
    line-height: 28px;
    color: #000;
}
.copyright_item {
    text-align: center;
    background: #192169;
    color: #fff;
    height: 30px;
    font-size: 12px;
    box-sizing: border-box;
    padding-top: 7px;
}

#backtop {
    display: none !important;
}

.fixed_list {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: block;
    z-index: 1;
}

.fixed_list li {
    height: 100px;
    width: 100px;
    margin-top: 10px;
    border-radius: 50%;
}

.fixed_list a {
    color: #D20725;
}

.fixed_list_mail {
    background: url(/images/fixed_list_mail.png);
}

.fixed_list_tel {
    background: url(/images/fixed_list_tel.png);
    position: relative;
}

.fixed_list_tel:hover {
    cursor: pointer;
}

.fixed_list_line {
    background: url(/images/fixed_list_line.png);
}

.fixed_list_satei {
    background: url(/images/fixed_list_satei.png);
}

.fixed_list_popup {
    position: absolute;
    left: -157px;
    bottom: calc(50% - 38px);
    width: 116px;
    padding: 15px;
    background: #fff;
    border: 2px solid #D20725;
    margin-right: 7px;
    display: none;
}

.fixed_list_popup:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #D20725;
    top: calc(50% - 8px);
    right: -8px;
}

.fixed_list_popup_ttl {
    font-size: 15px;
    color: #D20725;
    text-align: center;
}

.fixed_list_popup_tel {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    color: #D20725;
}

@media(max-height: 800px) {
    .fixed_list {
        bottom: 15px;
    }
    .fixed_list li {
        height: 95px;
        width: 95px;
        margin-top: 6px;
    }
    .fixed_list li a,
    .fixed_list li p {
        display: block;
        width: 100%;
        height: 100%;
    }
    .fixed_list li a img,
    .fixed_list li p img {
        width: 100%;
        height: 100%;
    }
}