/* footer.css */
footer {
    position: relative;
    background-color: #109e89;
    color: #ffffff;
}
footer .inner {
    width: 94%;
    max-width: inherit;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0 30px;
}
footer a,
footer a:visited {
    color: #ffffff;
}
footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

footer .top-block {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 40px;
    border-bottom: 1px solid #2aae9a;
}
footer .name {
    width: 21em;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
}
footer .name span {
    font-size: 16px;
    font-weight: normal;
}
footer .top-block ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
}
footer .top-block ul li {
    font-size: 14px;
    font-weight: bold;
}
footer .top-block ul li a {
    display: block;
    transition: all .3s ease;
}
footer .top-block ul li a:hover {
    text-decoration: none;
}
footer .top-block ul li.en a {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("https://childline.or.jp/wp/wp-content/themes/child_line/images/common/icon_lang_white.png");
    background-size: 20px;
    padding-left: 24px;
}
footer .top-block ul li.en a:hover {
    opacity: 0.5;
}

footer .top-block ul li.child {
    margin-left: 2em;
}
footer .top-block ul li.child a {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: left 1em center;
    background-image: url("https://childline.or.jp/wp/wp-content/themes/child_line/images/common/icon_adult_green.png");
    background-size: 14px;
    padding: 0.5em 1em 0.5em 2.5em;
    border: 3px solid #109e89;
    border-radius: 1.5em;
    color: #109e89;
}
footer .top-block ul li.child a:hover {
    background-color: #109e89;
    background-image: url("https://childline.or.jp/wp/wp-content/themes/child_line/images/common/icon_adult_white.png");
    border: 3px solid #ffffff;
    color: #ffffff;
}

footer .sns-wrap {
    display: flex;
    align-items: center;
}
footer .sns-wrap span {
    font-size: 13px;
    font-weight: bold;
}
footer .sns-wrap ul {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
footer .sns-wrap ul li {
    height: 22px;
    margin: 0 3px;
}
footer .sns-wrap ul li img {
    height: 100%;
}

footer .bottom-block {
    align-items: flex-start;
    padding-left: 6px;
    padding-right: 6px;
}
footer .nav-wrap ul.global-nav {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2em;
}
footer .nav-wrap ul.global-nav li {
    margin-left: 3em;
    font-size: 15px;
    font-weight: bold;
}
footer .nav-wrap ul.global-nav li:first-child {
    margin-left: 0;
}
footer .nav-wrap ul.sub-nav {
    display: flex;
    justify-content: flex-end;
}
footer .nav-wrap ul.sub-nav li {
    margin-left: 3em;
    font-size: 14px;
}
footer .nav-wrap ul.sub-nav li:first-child {
    margin-left: 0;
}

footer address {
    background-color: #2aae9a;
    padding: 1em;
    text-align: center;
    font-size: 12px;
}

@media only screen and (max-width: 1000px) {
    footer .nav-wrap ul.global-nav li,
    footer .nav-wrap ul.sub-nav li {
        margin-left: 1.5em;
    }
}
@media only screen and (max-width: 920px) {
    footer .bottom-block {
        display: block;
    }
    footer .sns-wrap {
        margin-bottom: 30px;
    }
}

/* - 768px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 768px) {

footer .flex-wrap.top-block {
    display: flex;
}


}
/* - 768px end */

/* - 750x */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 750px) {

footer .inner {
    width: 92%;
    padding: 9.5vw 0 6vw;
}

footer a:hover {
    text-decoration: none;
}

footer .flex-wrap {
    padding-left: 3%;
    padding-right: 3%;
}

footer .flex-wrap.top-block {
    display: block;
    margin-bottom: 10vw;
    padding-bottom: 9vw;
}
footer .name {
    width: 100%;
    margin-bottom: 8vw;
    font-size: 4.8vw;
}
footer .name span {
    font-size: 3.4vw;
}
footer .top-block ul {
    justify-content: space-between;
    width: 100%;
}
footer .top-block ul li {
    width: 47.5%;
    font-size: 3.7vw;
}
footer .top-block ul li.child {
    margin-left: 0;
}
footer .top-block ul li a {
    display: block;
    width: 100%;
}
footer .top-block ul li.child a {
    background-position: left 1.5em center;
    background-size: 1em;
    padding: 0.5em 1em 0.5em 3em;
    border: 0;
}
footer .top-block ul li.child a:hover {
    background-color: #ffffff;
    background-image: url("https://childline.or.jp/wp/wp-content/themes/child_line/supporter/images/common/icon_child_green.png");
    border: 0;
    color: #20a940;
}
footer .top-block ul li.en a {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: left 1.5em center;
    background-image: url("https://childline.or.jp/wp/wp-content/themes/child_line/supporter/images/common/icon_lang_green.png");
    background-size: 1.1em;
    padding: 0.5em 1em 0.5em 3.5em;
    border-radius: 1.5em;
    color: #20a940;
}
footer .top-block ul li.en a:hover {
    opacity: 1.0;
}

footer .sns-wrap {
    margin-bottom: 10vw;
}
footer .sns-wrap span {
    font-size: 3.7vw;
}
footer .sns-wrap ul {
    margin-left: 2.4vw;
}
footer .sns-wrap ul li {
    height: 6.6vw;
    margin: 0 1.5vw;
}

footer .bottom-block {
    padding-bottom: 4vw;
}
footer .nav-wrap ul.global-nav {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
}
footer .nav-wrap ul.global-nav li {
    width: 50%;
    margin-left: 0;
    margin-bottom: 1.5em;
    text-align: left;
    font-size: 3.7vw;
}
footer .nav-wrap ul.global-nav li:first-child {
    width: 100%;
    margin-left: 0;
}

footer .nav-wrap ul.sub-nav {
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .nav-wrap ul.sub-nav li {
    width: 50%;
    margin-left: 0;
    text-align: left;
    font-size: 3.2vw;
}

footer address {
    padding: 2em 1em;
    font-size: 2.6vw;
}

}
/* - 750px end */












