@charset "utf-8";

/* 新しい社名対応 */
:root {
    --color-textgray: rgb(82, 109, 123);
    --color-qualitygray: rgb(115, 135, 146);
    --color-yellow: rgb(250, 190, 0);
}

#footer-re {
    width: 100% !important;
    padding-top: 24px;
    padding-bottom: 32px;
    font-family: Meiryo, sans-serif;
    color: rgb(82, 109, 123);
    color: var(--color-textgray);
    background-color: #fff !important;
    /* background-color:#f6f6f6 !important; */
    margin: 0;
    display: block;
    border: none;
    box-sizing: border-box;
}

#footer-re * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    letter-spacing: 1;
    display: block;
    border: none;
}

#footer-re a,
#footer-pc a {
	display: inline-block;
	background:none;
}

#footer-re .tax_info {
    line-height: 1.3;
    padding: 0 10px;
    font-size: 1.2rem;
    margin: 0 auto 10px;
    max-width: 1480px;
}

#footer-re #footer_logo {
    background: linear-gradient(0deg, rgb(115, 135, 146) 5px, #fff 5px);
    background: linear-gradient(0deg, var(--color-qualitygray) 5px, #fff 5px);
}

#footer-re #footer_logo_inner {
    /* padding-bottom: 45px; */
    padding: 0;
    width: 100%;
    margin: 0;
    border: none;
    /* border-bottom: 15px solid rgb(250,190,0); */
    /* display: inline-block; */
    text-align: center;
    /* max-width: 1200px; */
    /* background:linear-gradient( 0deg, var(--color-yellow) 15px, #fff 15px ); */
}

#footer-re #footer_logo_inner img {
    margin: 0 auto 16px;
    height: 25px;
    width: auto;
}

#footer-re #footer_logo_inner span {
    background-color: rgb(250, 190, 0);
    background-color: var(--color-yellow);
    display: block;
    height: 5px;
    width: 50px;
    margin: 0 0 0 50px;
}

#footer-re address {
    font-style: normal;
    font-family: helvetica, arial, meiryo, sans-serif;
    text-align: center;
    font-size: 11px;
    padding: 0;
    margin-top: 15px;
}

#footer-re ul {
    text-align: center;
    padding: 16px 0 32px;
    width: 100%;
}

#footer-re ul li {
    display: inline-block;
    font-size: 12px;
}

#footer-re>ul li a {
    text-decoration: none;
    color: rgb(82, 109, 123);
    color: var(--color-textgray);
    box-sizing: border-box;
    padding: 2px 5px;
    transition: all 0.1s ease;
    margin: 0 0 0 3px;
    display: inline;
    line-height: 1;
    letter-spacing: 1;
}

#footer-re ul li a:hover {
    background-color:  rgb(250, 190, 0);
    background-color: var(--color-yellow);
    color: #fff;
    border-radius: 5px;
}