@charset "UTF-8";

footer {
    background-color: #f5f5f5;
    padding-top: 70px;
    margin-top: 40px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    font-size: 0.875rem;
    color: #464646;
}

.copyright {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 10px;
}

.footer_menu p {
    margin: 0;
    font-weight: bold;
    font-size: 1rem;
}

.footer_menu ul {
    margin: 0;
}

footer li {
    margin-top: 20px;
}

footer h2 {
    margin-left: 2.1875rem;
    font-size: 1rem;
    font-weight: bold;
    position: relative;
}

footer h2 + *{
    margin-left: 2.1875rem;
}

footer a {
    color: #464646;
    text-decoration: none;
}

.form_product_search {
    background-color: transparent;
    border-radius: 5px;
	height: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px;
    font-size: 1rem;
}

.form_product_search .input-group-btn
{
    height: 2.125rem;
    max-width: 2.5rem;
    width: 2.5rem;
    overflow: hidden;
}

.form_product_search .input-group {
    width: 21.5rem;
}

.form_product_search .footerMulchSearchText
{
    height: 2.125rem;
	background: #FFF;
}

footer .flex-row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

footer .area-list {
    margin-bottom: 50px;
}

footer .area-list li {
    font-size: 1rem;
}

footer a:hover {
    color: #6D6D6D;
    text-decoration: none;
}

footer .text {
    margin-bottom: 50px;
    color: #5c5c5c;
    line-height: 1.625rem;
}

footer h2.area::before {
    position: absolute;
    content: '';
    width: 1.5em;
    height: 100%;
    top: 0;
    left: -2em;
    background-image: url(/wao_img/parts/pin_01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

footer h2.feature::before {
    position: absolute;
    content: '';
    width: 1.5em;
    height: 100%;
    top: 0;
    left: -2em;
    background-image: url(/wao_img/parts/star_01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

footer .link-icon {
    margin-right: 3em;
}

footer .link-icon a {
    position: relative;
    line-height: 1.25rem;
}

footer .link-icon a::before {
    position: absolute;
    content: '';
    width: 1.5em;
    height: 1rem;
    top: 0;
    right: -3em;
    background-image: url(/wao_img/parts/external_01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

footer .link-icon a:hover::before {
    position: absolute;
    content: '';
    width: 1.5em;
    height: 1rem;
    top: 0;
    right: -3em;
    background-image: url(/wao_img/parts/external_02.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

footer .long-item-list li a {
    width: 15rem;
    display: inline-block;
}

footer #btn-show-sp-site{
	font-size: 1rem;
	font-weight: bold;
}
/*------------------------------------------------------------------------------
  フッターレスポンシブ対応
------------------------------------------------------------------------------*/


.msearch_input_group {
    display: table !important;
    border: initial !important;
    border-radius: initial !important;
    opacity: initial !important;
    margin-left: initial !important;
    margin-top: initial !important;
    height: initial !important;
    font-size: initial !important;
    position: relative !important;
    border-collapse: separate !important;
}

.form_product_search button {
    background-color: #c8c8c8 !important;
    color: #231815 !important;
}
/* under eq xs */
@media (max-width: 765px) {
    footer {
        font-size: 0.75rem;
    }

    footer .area-list {
        margin-left: calc(2.1875rem - 12.5% + 2em - 3px);
    }

    footer .area-list li {
        margin-left: 0;
        margin-right: 0;
        width: 25%;
        text-align: center;
    }

    footer .area-list li:not(:nth-of-type(4n)) {
        border-right: 1px solid #464646;
    }

    .footer_menu div {
        padding-left: calc(50vw - 50% + 2.1875rem)!important;
    }

    .footer_menu p {
        font-size: 0.875rem;
    }

    .form_product_search > input {
        width: 100%;
    }

    .copyright {
        font-size: 0.75rem;
    }

    .footer_menu .toggle:not(.opened) p::after {
        right: 0!important;
    }

    .footer_menu .toggle.opened p::after {
        right: 0!important;
    }
}
/* under eq sm */
@media (max-width: 1157px) {
    .footer_menu {
        display: block;
    }

    .footer_menu div {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
        padding: 20px calc(50vw - 50%);
        border-bottom: 1px solid #D6D6D6;
    }

    .footer_menu div p {
        position: relative;
    }

    .footer_menu div:first-of-type {
        border-top: 1px solid #D6D6D6;
    }

    .footer_menu .toggle:not(.opened) p::after {
        content: '';
        width: 12px;
        height: 12px;
        border: 0px;
        border-top: solid 3px #787878;
        border-right: solid 3px #787878;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        position: absolute;
        top: 50%;
        right: 2em;
        margin-top: -6px;
    }

    .footer_menu .toggle.opened p::after {
        content: '';
        width: 12px;
        height: 12px;
        border: 0px;
        border-top: solid 3px #787878;
        border-right: solid 3px #787878;
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        position: absolute;
        top: 50%;
        right: 2em;
        margin-top: -6px;
    }

    .footer_menu .toggle.opened ul {
        display: block;
    }

    .footer_menu .toggle ul{
        display: none;
    }
}
/* over eq sm */
@media (min-width: 766px) {
    footer .area-list li:not(:last-of-type) {
        margin-right: 1.6em;
        border-right: 1px solid #464646;
    }
    footer .area-list li {
        padding-right: 1.6em;
    }
    .footer_menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
/* over eq md */
@media (min-width: 1158px) {
    footer .area-list li:not(:last-of-type) {
        margin-right: 1.8em;
    }
    footer .area-list li {
        padding-right: 1.8em;
    }
}
/* over eq lg */
@media (min-width: 1550px) {
    footer .container > h2, footer .container > .area-list, footer .container > .text {
        margin-left: 150px;
    }

    .footer_menu {
        margin-left: auto;
        margin-right: auto;
        width: 85%;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
}
