  @charset "UTF-8";
/* ===============================================================
FOUNDATION
=============================================================== */
/* -- RESET
--------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese");
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, 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 {
padding: 0;
border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ul {
    list-style: none;
}

button, input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    background: none;
}

/* -- BASE
--------------------------------------------- */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, input, textarea, select, button {
    -webkit-appearance: none;
}

body {
    /* padding-top: 100px; */
    color: #444;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

a {
    /* color: #444; */
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    vertical-align: bottom;
}

img[usemap] {
    height: auto;
}

@media screen and (max-width: 1170px) {
    [lang="en"] body {
        padding-top: 140px;
    }
}

@media screen and (max-width: 1107px) {
    body.page-group {
        padding-top: 140px;
    }
}

@media screen and (max-width: 768px) {
    body.scrollfixed {
        padding-right: 0;
    }
}

/* ===============================================================
LAYOUT
=============================================================== */
/* -- HEADER
--------------------------------------------- */
.l-header {
    width: 100%;
    padding: 0 40px;
    height: 100px;
}

/* -- CONTAINER
--------------------------------------------- */
.l-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
}

@media screen and (max-width: 768px) {
/* -- HEADER SP
--------------------------------------------- */
    .l-header {
        padding: 0;
        min-height: 60px;
        height: 60px;
    }
    [lang="en"] .l-header {
        padding: 0;
        min-height: 60px;
        height: 60px;
    }

/* -- CONTAINER SP
--------------------------------------------- */
    .l-container {
        padding-left: 17px;
        padding-right: 17px;
    }
}

/* ===============================================================
OBJECT
=============================================================== */
/* -- HEADER
--------------------------------------------- */
.c-header {
    width: 100%;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.c-header__inner {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.scrollfixed .c-header__inner {
    padding-right: 18px;
}

.c-header__logo {
    min-width: 180px;
    max-width: 180px;
    width: 20%;
    line-height:1;
}

.c-header__logo img {
    width: 100%;
}

.c-header__menu-wrap {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    max-width: 950px;
    width: 100%;
    height: 100%;
}

@media all and (-ms-high-contrast: none) {
    .c-header__menu-wrap {
        max-width: 940px;
    }
}

.c-header--en .c-header__menu-wrap {
    max-width: 860px;
}

.c-header__subnav {
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 15px;
}

.c-header__buttons {
    position: relative;
    width: 260px;
    min-width: 260px;
    height: 40px;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: 250ms ease-out;
    transition: 250ms ease-out;
}

.c-header__buttons form {
    width: 100%;
    height: 100%;
}

.c-header--en .c-header__buttons {
    width: 65px;
    min-width: 65px;
}

.c-header__buttons-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 10px;
    -webkit-transition: 250ms ease-out;
    transition: 250ms ease-out;
}

.c-header__button {
    position: relative;
}

.c-header__button:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: #c8c8c8;
}

.c-header__button:last-child:after {
    content: none;
}

.c-header__button a {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 14px;
    color: #444;
    font-size: 14px;
    vertical-align: middle;
    text-decoration: none;
    line-height: 1;
}

.c-header__button a img {
    display: block;
    margin-right: 7px;
    width: 17px;
    height: 18px;
}

.c-header__button a img:last-child {
    margin-right: 0;
}

.c-header__buttons--search-result .c-header__button a img:last-child,
.c-header--en .c-header__button a img:last-child {
    margin-right: 7px;
}

.c-header__subnav form {
    display: block;
    position: relative;
    margin-left: 25px;
    width: 190px;
    height: 38px;
}

.c-header__search {
    display: block;
    padding: 0 10px;
    width: 190px;
    height: 38px;
    font-size: 16px;
    vertical-align: middle;
    border: none;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: 250ms ease-out;
    transition: 250ms ease-out;
    background-position: right 10px top 50%;
    background-repeat: no-repeat;
    border: 1px solid #c8c8c8;
}

.c-header__search:focus {
    outline: none;
}

.c-header__search:after {
    content: none;
}

.c-header__submit {
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 20px;
    background-color: #fff;
    background-image: url("/kodomo-support/sg_common/img/icon_search.png");
    background-size: 14px 14px;
    background-position: 13px center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.c-header__search.is-active + .c-header__buttons-inner {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.c-header__search.is-active + .c-header__buttons-inner .c-header__button--search {
    pointer-events: none;
}

.c-header__search-sp-btn {
    display: none;
}

.c-header__search-sp {
    display: none;
}

/* -- FOOTER
--------------------------------------------- */
.c-footer {
    position: relative;
    background-color: #f0f0f0;
}

.c-footer__inner {
    padding: 30px 0 20px;
}

.c-footer__logo {
    margin: 0 auto 10px;
    width: 190px;
}

.c-footer__logo img {
    width: 100%;
}

.c-footer__links {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.c-footer__link {
    color: #444;
    margin-right: 24px;
    font-size: 14px;
    font-weight: 700;
    height:14px;
}

.c-footer__link--fb {
    width: 26px;
    height: 26px;
}

.c-footer__link:last-child {
    margin-right: 0;
}

.c-footer__link:hover {
    text-decoration: underline;
}

.c-footer__copyright {
    text-align: center;
    font-size: 12px;
}

/* -- LINK
--------------------------------------------- */
.c-link {
    position: relative;
    color: #007ac5;
    text-decoration: none;
}

.c-link:hover {
    text-decoration: underline;
}

.c-link--td-u {
    text-decoration: underline;
}

.c-link--td-u:hover {
    text-decoration: underline;
}

/* -- ICON
--------------------------------------------- */

.c-icon-blank {
    display: inline-block;
    margin-left: 2px;
    top: auto;
    width: 14px;
    height: 100%;
    background-image: url("/kodomo-support/sg_common/img/icon_blank.gif");
    background-repeat: no-repeat;
    background-position: center 40%;
    background-size: contain;
}

.c-icon-blank--absolute {
    position: absolute;
    left: calc(100% + 1px);
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    height: 14px;
    background-position: center bottom;
}

@media screen and (max-width: 768px) {
/* -- HEADER SP
--------------------------------------------- */
    .c-header__inner {
        position: relative;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 50;
        padding-left: 17px;
        padding-right: 17px;
        background-color: #f5f5f5;
    }
    .c-header__menu-wrap {
        display: none;
    }
    .c-header__menu-sp {
        display: block;
        z-index: 40;
    }
    .c-header__menu-sp {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
        pointer-events: none;
        -webkit-transition: 250ms ease-out;
        transition: 250ms ease-out;
    }
    .c-header.is-open .c-header__menu-sp-bg {
        opacity: 1;
        pointer-events: auto;
    }
    .c-header.is-open .c-header__menu-sp {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }
    .c-header__search-sp-btn {
        position: absolute;
        top: 25px;
        right: 20px;
        display: block;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 20px;
        height:20px;
        z-index: 60;
    }
    .c-header__search-sp-btn img {
        width: 100%;
    }
    .c-header__search-sp {
        display: block;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        padding: 10px;
        background-color: #007ac5;
        z-index: 50;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: 250ms ease-out;
        transition: 250ms ease-out;
    }
    .c-header__search-sp.is-active {
        opacity: 1;
        pointer-events: auto;
    }
    .c-header__search-sp form {
        width: 100%;
    }
    .c-header__search-sp:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 100%;
        right: 30px;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        border-left: solid 8px transparent;
        border-right: solid 8px transparent;
        border-bottom: solid 10px #007ac5;
    }
    .c-header__search-sp-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    width: 100%;
    }
    .c-header__search-sp-input {
        display: block;
        padding: 12px 10px;
        width: calc(100% - 70px);
        height: 34px;
        background-color: #fff;
        border-radius: 4px 0 0 4px;
    }
    .c-header__search-sp-submit {
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 70px;
        height: 34px;
        font-size: 15px;
        letter-spacing: 0.2em;
        background-color: #dcdcdc;
        border: none;
        border-radius: 0 4px 4px 0;
    }
    @-webkit-keyframes openMenu1 {
        0% {
            -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
        }
        50% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        100% {
            -webkit-transform: translate(0) rotate(45deg);
            transform: translate(0) rotate(45deg);
        }
    }
    @keyframes openMenu1 {
        0% {
            -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
        }
        50% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        100% {
            -webkit-transform: translate(0) rotate(45deg);
            transform: translate(0) rotate(45deg);
        }
    }
    @-webkit-keyframes openMenu2 {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    @keyframes openMenu2 {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    @-webkit-keyframes openMenu3 {
        0% {
            -webkit-transform: translateY(7px);
            transform: translateY(7px);
        }
        50% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        100% {
            -webkit-transform: translate(0) rotate(-45deg);
            transform: translate(0) rotate(-45deg);
        }
    }
    @keyframes openMenu3 {
        0% {
            -webkit-transform: translateY(7px);
            transform: translateY(7px);
        }
        50% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        100% {
            -webkit-transform: translate(0) rotate(-45deg);
            transform: translate(0) rotate(-45deg);
        }
    }
    @-webkit-keyframes closeMenu1 {
        0% {
            -webkit-transform: translate(0) rotate(45deg);
            transform: translate(0) rotate(45deg);
        }
        50% {
            -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
        }
        100% {
            -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
        }
    }
    @keyframes closeMenu1 {
        0% {
            -webkit-transform: translate(0) rotate(45deg);
            transform: translate(0) rotate(45deg);
        }
        50% {
            -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
        }
        100% {
            -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
        }
    }
    @-webkit-keyframes closeMenu2 {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @keyframes closeMenu2 {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @-webkit-keyframes closeMenu3 {
        0% {
            -webkit-transform: translate(0) rotate(-45deg);
            transform: translate(0) rotate(-45deg);
        }
        50% {
            -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
        }
        100% {
            -webkit-transform: translateY(7px);
            transform: translateY(7px);
        }
    }
    @keyframes closeMenu3 {
        0% {
            -webkit-transform: translate(0) rotate(-45deg);
            transform: translate(0) rotate(-45deg);
        }
        50% {
            -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
        }
        100% {
            -webkit-transform: translateY(7px);
            transform: translateY(7px);
        }
    }
/* -- FOOTER SP
--------------------------------------------- */
    .c-footer__logo {
        margin-bottom: 22px;
        width: 200px;
    }
    .c-footer__links {
        flex-direction: column;
    }
    .c-footer__link {
        margin-right: 0;
        margin-bottom: 25px;
        height: 14px;
        text-decoration: underline;
    }
}

