@charset "UTF-8";
/* ==========================================================
Name:
    base.css

Description:
    サイト全体に共通する設定を記述する

Contents:
    base settings
    base blocks
========================================================== */
/* ==========================================================
*
*   base settings
*
========================================================== */
/*  html, body
--------------------------------------------- */
html,
body {
    color: #24282F;
    font-size: 16px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

body {
    min-width: 1000px;
    line-height: 1.5;
}

@media screen and (max-width: 979px) {
    html,
    body {
        font-size: 4.26667vw;
    }
    body {
        min-width: 320px;
        line-height: 1.5;
    }
}

/*  <a> tag
--------------------------------------------- */
a {
    color: inherit;
    text-decoration: none;
}

/* -- js-tel-disabled -- */
a.js-tel-disabled,
a.js-tel-disabled:hover {
    text-decoration: none;
    cursor: default;
}

/*  <img> tag
--------------------------------------------- */
img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: bottom;
}

/*  <hr> tag as anchor target
--------------------------------------------- */
hr[id^="anchor-"] {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    height: 0;
    border: 0;
    background: 0;
}

@media screen and (max-width: 979px) {
    hr[id^="anchor-"] {
        margin: 0;
        padding: 0;
    }
}

/*  input appearance
--------------------------------------------- */
input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
textarea,
button {
    outline: none;
    background: none;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
textarea {
    border: 1px solid #979797;
}

input[type="text"]:placeholder-shown,
input[type="date"]:placeholder-shown,
input[type="email"]:placeholder-shown,
input[type="password"]:placeholder-shown,
textarea:placeholder-shown {
    color: #c7c8ca;
    letter-spacing: 0em;
    font-size: inherit;
}

input[type="text"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #c7c8ca;
    letter-spacing: 0em;
    font-size: inherit;
}

input[type="text"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #c7c8ca;
    letter-spacing: 0em;
    font-size: inherit;
    opacity: 1;
}

input[type="text"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #c7c8ca;
    letter-spacing: 0em;
    font-size: inherit;
    opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #c7c8ca;
    letter-spacing: 0em;
    font-size: inherit;
}

@media screen and (max-width: 979px) {
    input[type="text"]:placeholder-shown,
    input[type="date"]:placeholder-shown,
    input[type="email"]:placeholder-shown,
    input[type="password"]:placeholder-shown,
    textarea:placeholder-shown {
        color: #919397;
        letter-spacing: 0em;
        font-size: inherit;
    }
    input[type="text"]::-webkit-input-placeholder,
    input[type="date"]::-webkit-input-placeholder,
    input[type="email"]::-webkit-input-placeholder,
    input[type="password"]::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #919397;
        letter-spacing: 0em;
        font-size: inherit;
    }
    input[type="text"]:-moz-placeholder,
    input[type="date"]:-moz-placeholder,
    input[type="email"]:-moz-placeholder,
    input[type="password"]:-moz-placeholder,
    textarea:-moz-placeholder {
        color: #919397;
        letter-spacing: 0em;
        font-size: inherit;
        opacity: 1;
    }
    input[type="text"]::-moz-placeholder,
    input[type="date"]::-moz-placeholder,
    input[type="email"]::-moz-placeholder,
    input[type="password"]::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #919397;
        letter-spacing: 0em;
        font-size: inherit;
        opacity: 1;
    }
    input[type="text"]:-ms-input-placeholder,
    input[type="date"]:-ms-input-placeholder,
    input[type="email"]:-ms-input-placeholder,
    input[type="password"]:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #919397;
        letter-spacing: 0em;
        font-size: inherit;
    }
}

/* ==========================================================
*
*   base blocks
*
========================================================== */
/* ---------------------------------------------
*   header
--------------------------------------------- */
.header {
    position: relative;
    z-index: 2;
}

.header-container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    width: 980px;
}

.header-container:after {
    display: block;
    clear: both;
    content: "";
}

@media screen and (max-width: 979px) {
    .header-container {
        padding-right: 5.33333vw;
        padding-left: 5.33333vw;
        width: auto;
    }
}

/*  header-logo
--------------------------------------------- */
.header-logo {
    float: left;
    overflow: hidden;
    padding-top: 48px;
}

.header-logo__link {
    display: inline-block;
    float: left;
    overflow: hidden;
    margin-right: 15px;
    padding-top: 24px;
    width: 178px;
    height: 0;
    background-image: url(../img/common/logo.svg);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 2.0;
}

.header-logo__text {
    display: inline-block;
    color: #39c8ec;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 24px;
}

@media screen and (max-width: 979px) {
    .header-logo {
        float: none;
        padding-top: 0;
    }
    .header-logo__link {
        display: none;
    }
    .header-logo__text {
        display: block;
        padding: 24px 0;
        text-align: center;
        font-size: 18px;
        line-height: 1.0;
    }
}

/* -- ie11 -- */
.ie11 .header-logo__text {
    padding-top: 6px;
    line-height: 18px;
}

/*  header-nav
--------------------------------------------- */
.header-nav {
    position: absolute;
    top: 0;
    right: 72px;
    height: 72px;
}

.header-nav:after {
    display: block;
    clear: both;
    content: "";
}

.header-nav__list {
    float: right;
    height: 100%;
}

.header-nav__list-item {
    float: left;
    width: 72px;
    height: 100%;
    border-left: 1px solid #fff;
}

.header-nav__list-item--search .header-nav__link {
    padding-top: 72px;
    background-image: url(../img/common/icon_kensaku.png);
    background-size: 30px auto;
}

.header-nav__list-item--alert .header-nav__link {
    padding-top: 72px;
    background-image: url(../img/common/icon_bell.png);
    background-size: 26px auto;
}

.header-nav__list-item--user {
    width: 184px;
}

.header-nav__list-item--user .header-nav__link {
    padding: 29px 0 29px 70px;
    background-image: url(../img/common/icon_man.png);
    background-position: 25px 50%;
    background-size: 28px auto;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.0;
}

.header-nav__link {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    height: 100%;
    background-color: #dae1e5;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity 0.3s;
}

.header-nav__link:hover {
    text-decoration: none;
    opacity: 0.8;
}

@media screen and (max-width: 979px) {
    .header-nav__link:hover {
        opacity: 1;
    }
}

@media screen and (max-width: 979px) {
    .header-nav {
        position: absolute;
        top: 0;
        right: auto;
        left: 5.33333vw;
        height: 66px;
    }
    .header-nav__list {
        float: none;
    }
    .header-nav__list-item {
        border-left: 0;
    }
    .header-nav__list-item--search {
        width: 28px;
    }
    .header-nav__list-item--search .header-nav__link {
        padding-top: 66px;
        background-size: 28px auto;
    }
    .header-nav__list-item--alert {
        margin-left: 2.93333vw;
        width: 24px;
    }
    .header-nav__list-item--alert .header-nav__link {
        padding-top: 66px;
        background-size: 24px auto;
    }
    .header-nav__list-item--user {
        display: none;
    }
    .header-nav__link {
        background-color: transparent;
    }
}

/* -- ie11 -- */
.ie11 .header-nav__list-item--user .header-nav__link {
    padding-top: 32px;
    padding-bottom: 26px;
}

/*  header-menu-trigger
--------------------------------------------- */
.header-menu-trigger {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 8;
    width: 72px;
    height: 72px;
}

.header-menu-trigger__text {
    display: inline-block;
    display: block;
    overflow: hidden;
    padding-top: 72px;
    height: 0;
    background-color: #39c8ec;
    background-image: url(../img/common/icon_menu.png);
    background-position: 50% 50%;
    background-size: 32px 28px;
    background-repeat: no-repeat;
    line-height: 2.0;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity 0.3s;
}

.header-menu-trigger__text:hover {
    text-decoration: none;
    opacity: 0.8;
}

@media screen and (max-width: 979px) {
    .header-menu-trigger__text:hover {
        opacity: 1;
    }
}

@media screen and (max-width: 979px) {
    .header-menu-trigger {
        width: 66px;
        height: 66px;
    }
    .header-menu-trigger__text {
        padding-top: 66px;
        background-size: 28px auto;
    }
}

/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
.wrapper {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 150px;
}

@media screen and (max-width: 979px) {
    .wrapper {
        padding-top: 0;
        padding-bottom: 10.66667vw;
    }
    .wrapper--nopdb-sp {
        padding-bottom: 0;
    }
}

/* ---------------------------------------------
*   global-nav
--------------------------------------------- */
.global-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 90px;
    width: 100%;
    height: 100%;
    background-color: #39c8ec;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.global-nav a:not(.js-tel-disabled):hover {
    text-decoration: underline;
}

@media screen and (max-width: 979px) {
    .global-nav a:not(.js-tel-disabled):hover {
        text-decoration: none;
    }
}

.global-nav--current {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.global-nav__head {
    overflow: hidden;
    padding-bottom: 18px;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    font-size: 1.125rem;
}

.global-nav__head-title {
    float: left;
    overflow: hidden;
}

.global-nav__head-signin {
    display: block;
    float: left;
    line-height: 52px;
}

.global-nav__head-name {
    display: block;
    float: left;
    margin-left: 45px;
    text-decoration: underline;
    line-height: 52px;
}

.global-nav__head-button {
    float: right;
    padding: 0;
    width: 175px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.5);
    color: #39c8ec;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 52px;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity 0.3s;
}

.global-nav__head-button:hover {
    text-decoration: none;
    opacity: 0.8;
}

@media screen and (max-width: 979px) {
    .global-nav__head-button:hover {
        opacity: 1;
    }
}

.global-nav__body {
    padding-top: 20px;
}

.global-nav__list {
    float: left;
    margin-right: 40px;
    width: calc((100% - 80px) / 3);
}

.global-nav__list-item {
    border-bottom: 1px solid #fff;
}

.global-nav__list-item:last-child {
    border-bottom: 0;
}

.global-nav__link {
    position: relative;
    display: block;
    padding: 30px 40px 30px 0;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.0;
    cursor: pointer;
}

.global-nav__link:hover {
    text-decoration: underline;
}

.global-nav__link:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 21px;
    height: 20px;
    background: url(../img/common/arrow_right_white.png) 50% 50% no-repeat;
    background-size: contain;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.global-nav__link--current:after {
    background-image: url(../img/common/arrow_down_white.png);
}

.global-nav__sub-list {
    display: none;
    padding-bottom: 5px;
}

.global-nav__sub-list-item {
    margin-bottom: 15px;
    padding-left: 1.0em;
    line-height: 1.0;
}

.global-nav__sub-list-item:first-child {
    padding-left: calc(1.0em - 5px);
    border-left: 5px solid #fff;
}

.global-nav__sub-link {
    display: block;
    font-size: 1rem;
}

.global-nav__information {
    float: left;
    padding-top: 30px;
    width: calc((100% - 80px) / 3);
}

.global-nav__cassette {
    margin-bottom: 25px;
}

.global-nav__cassette-head {
    font-weight: bold;
    font-size: 1rem;
}

.global-nav__cassette-body {
    margin-top: 10px;
    font-size: 0.875rem;
    line-height: 1.7;
}

.global-nav__cassette-link {
    display: block;
    margin-top: 5px;
}

.global-nav__table {
    width: 100%;
    border-top: 1px solid #fff;
    font-size: 0.875rem;
}

.global-nav__table-row-head {
    padding-top: 10px;
    width: 50%;
    vertical-align: top;
    font-weight: bold;
}

.global-nav__table-row-body {
    padding-top: 5px;
    width: 50%;
    vertical-align: top;
}

@media screen and (max-width: 979px) {
    .global-nav {
        padding-top: 22.66667vw;
    }
    .global-nav__head {
        padding-bottom: 8vw;
        font-size: 1rem;
    }
    .global-nav__head-signin {
        float: none;
        line-height: 5.33333vw;
    }
    .global-nav__head-name {
        float: none;
        margin-top: 1.33333vw;
        margin-left: 0;
        line-height: 5.33333vw;
    }
    .global-nav__head-button {
        width: 37.86667vw;
        font-size: 1rem;
        line-height: 12vw;
    }
    .global-nav__body {
        padding-top: 0;
    }
    .global-nav__list {
        float: none;
        margin-right: 0;
        width: auto;
    }
    .global-nav__list-item:last-child {
        border-bottom: 1px solid #fff;
    }
    .global-nav__link {
        padding: 5.33333vw 13.33333vw 5.33333vw 1.33333vw;
    }
    .global-nav__link:hover {
        text-decoration: none;
    }
    .global-nav__link:after {
        right: 4.4vw;
        width: 4.4vw;
        height: 4.26667vw;
    }
    .global-nav__link--current:after {
        background-image: url(../img/common/arrow_down_white.png);
    }
    .global-nav__sub-list {
        padding-bottom: 0;
    }
    .global-nav__sub-list-item {
        margin-bottom: 5.33333vw;
        padding-left: 1.0em;
        line-height: 1.0;
    }
    .global-nav__sub-list-item:first-child {
        padding-left: calc(1.0em - 5px);
        border-left: 3px solid #fff;
    }
    .global-nav__sub-link {
        font-size: 0.9375rem;
    }
    .global-nav__information {
        float: none;
        margin-top: -1px;
        margin-right: -5.33333vw;
        margin-left: -5.33333vw;
        padding-top: 1px;
        padding-bottom: 5.33333vw;
        width: auto;
        background-color: #2eb5d7;
    }
    .global-nav__cassette {
        margin-top: 10vw;
        margin-bottom: 0;
        padding: 0 5.33333vw;
    }
    .global-nav__cassette-head {
        font-size: 0.9375rem;
    }
    .global-nav__cassette-body {
        margin-top: 1.33333vw;
        font-size: 0.875rem;
    }
    .global-nav__cassette-link {
        display: block;
        margin-top: 1.33333vw;
    }
    .global-nav__table {
        border-top: 0;
    }
    .global-nav__table-row-head {
        padding-top: 2.66667vw;
        padding-bottom: 2.66667vw;
        border-top: 1px solid #fff;
    }
    .global-nav__table-row-body {
        padding-top: 1.33333vw;
        padding-bottom: 2.66667vw;
        border-top: 1px solid #fff;
    }
}

/* -- ie11 -- */
.ie11 .global-nav__head-button {
    padding-top: 6px;
    line-height: 46px;
}

/*  global-nav-container
--------------------------------------------- */
.global-nav-container {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-bottom: 80px;
    padding-left: 10px;
    width: 1000px;
    height: 100%;
}

.global-nav-container:after {
    display: block;
    clear: both;
    content: "";
}

@media screen and (max-width: 979px) {
    .global-nav-container {
        padding-right: 5.33333vw;
        padding-left: 5.33333vw;
        width: auto;
    }
}

@media screen and (max-width: 979px) {
    .global-nav-container {
        padding-bottom: 0;
    }
}

/*  global-nav-trigger
--------------------------------------------- */
.global-nav-trigger {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    width: 72px;
    height: 72px;
}

.global-nav-trigger__text {
    display: inline-block;
    display: block;
    overflow: hidden;
    padding-top: 72px;
    height: 0;
    background-color: #39c8ec;
    background-image: url(../img/common/icon_menu_open.png);
    background-position: 50% 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    line-height: 2.0;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity 0.3s;
}

.global-nav-trigger__text:hover {
    text-decoration: none;
    opacity: 0.8;
}

@media screen and (max-width: 979px) {
    .global-nav-trigger__text:hover {
        opacity: 1;
    }
}

@media screen and (max-width: 979px) {
    .global-nav-trigger {
        width: 66px;
        height: 66px;
    }
    .global-nav-trigger__text {
        padding-top: 66px;
        background-size: 30.5px 30.5px;
    }
}

/* ---------------------------------------------
*   main
--------------------------------------------- */
.main {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    width: 980px;
}

.main:after {
    display: block;
    clear: both;
    content: "";
}

@media screen and (max-width: 979px) {
    .main {
        padding-right: 5.33333vw;
        padding-left: 5.33333vw;
        width: auto;
    }
}

@media screen and (max-width: 979px) {
    .main {
        padding-right: 0;
        padding-left: 0;
    }
}

/* ---------------------------------------------
*   breadcrumb
--------------------------------------------- */
.breadcrumb {
    border-top: 1px solid #d6dedc;
    font-size: 0.75rem;
    line-height: 1.0;
}

.breadcrumb__list {
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    width: 980px;
    letter-spacing: -.4em;
}

.breadcrumb__list:after {
    display: block;
    clear: both;
    content: "";
}

@media screen and (max-width: 979px) {
    .breadcrumb__list {
        padding-right: 5.33333vw;
        padding-left: 5.33333vw;
        width: auto;
    }
}

.breadcrumb__list-item {
    display: inline;
    margin-left: 5px;
    letter-spacing: normal;
}

.breadcrumb__list-item:first-child {
    margin-left: 0;
}

.breadcrumb__list-item:first-child:before {
    display: none;
}

.breadcrumb__list-item:before {
    display: inline-block;
    margin-right: 5px;
    width: 5px;
    height: 12px;
    background: url(../img/common/arrow_path_right_gray.png) 50% 50% no-repeat;
    background-size: 5px 10px;
    content: "";
    vertical-align: middle;
}

.breadcrumb__link {
    vertical-align: middle;
}

.breadcrumb a.breadcrumb__link:hover {
    text-decoration: underline;
}

.breadcrumb__link--current {
    color: #c7c8ca;
}

@media screen and (max-width: 979px) {
    .breadcrumb {
        border-top: 1px solid #d6dedc;
    }
    .breadcrumb__list {
        display: none;
    }
}

/* -- ie11 -- */
.ie11 .breadcrumb__link {
    padding-top: 4px;
    vertical-align: bottom;
    line-height: 8px;
}

/* ---------------------------------------------
*   pagetop
--------------------------------------------- */
.pagetop {
    display: none;
}

/* ---------------------------------------------
*   footer
--------------------------------------------- */
.footer {
    border-top: 2px solid #39c8ec;
    background-color: #fff;
}

.footer-container {
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-right: 10px;
    padding-bottom: 60px;
    padding-left: 10px;
    width: 980px;
}

.footer-container:after {
    display: block;
    clear: both;
    content: "";
}

@media screen and (max-width: 979px) {
    .footer-container {
        padding-right: 5.33333vw;
        padding-left: 5.33333vw;
        width: auto;
    }
}

@media screen and (max-width: 979px) {
    .footer {
        border-top: 1px solid #39c8ec;
    }
    .footer-container {
        padding: 0;
    }
}

/*  footer-logo
--------------------------------------------- */
.footer-logo {
    float: left;
}

.footer-logo__link {
    display: inline-block;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    padding-top: 24px;
    width: 178px;
    height: 0;
    background-image: url(../img/common/logo.svg);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 2.0;
}

.footer-logo__sub {
    display: block;
    margin-top: 12px;
    font-size: 0.875rem;
    line-height: 1.0;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.footer-logo__sub:hover {
    color: #39c8ec;
}

@media screen and (max-width: 979px) {
    .footer-logo__sub:hover {
        color: inherit;
    }
}

@media screen and (max-width: 979px) {
    .footer-logo {
        float: none;
    }
    .footer-logo__link {
        display: block;
        float: none;
        margin-bottom: 0;
        padding-top: 23.33333vw;
        width: auto;
        background-size: auto 5.2vw;
    }
    .footer-logo__sub {
        display: none;
    }
}

/*  footer-nav
--------------------------------------------- */
.footer-nav {
    float: right;
    width: 685px;
}

.footer-nav__list {
    display: table;
    width: 100%;
    font-size: 1rem;
}

.footer-nav__list-item {
    display: table-cell;
    box-sizing: border-box;
    padding-left: 20px;
    border-left: 1px solid #d6dedc;
    vertical-align: middle;
}

.footer-nav__list-item:first-child {
    padding: 0;
    width: 100px;
    border-left: 0;
    font-weight: bold;
}

.footer-nav__list-item:last-child {
    width: 290px;
}

.footer-nav__link {
    display: block;
    margin-top: 15px;
    line-height: 1.0;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.footer-nav__link:hover {
    color: #39c8ec;
}

@media screen and (max-width: 979px) {
    .footer-nav__link:hover {
        color: inherit;
    }
}

.footer-nav__link:first-child {
    margin-top: 0;
}

.footer-nav__table {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.0;
}

.footer-nav__table-row:first-child .footer-nav__table-row-head,
.footer-nav__table-row:first-child .footer-nav__table-row-body {
    padding-top: 0;
}

.footer-nav__table-row-head {
    box-sizing: border-box;
    padding-top: 15px;
    font-weight: bold;
}

.footer-nav__table-row-body {
    box-sizing: border-box;
    padding-top: 15px;
}

@media screen and (max-width: 979px) {
    .footer-nav {
        float: none;
        width: auto;
    }
    .footer-nav__list {
        display: block;
        padding-right: 5.33333vw;
        padding-left: 5.33333vw;
        width: auto;
        text-align: center;
        font-size: 0.875rem;
    }
    .footer-nav__list-item {
        display: block;
        box-sizing: border-box;
        margin: 0;
        padding-left: 0;
        border: 0;
    }
    .footer-nav__list-item:first-child {
        margin-bottom: 0.66667vw;
        padding: 2.66667vw 0;
        width: auto;
        font-weight: bold;
        line-height: 1.0;
    }
    .footer-nav__list-item:last-child {
        width: auto;
    }
    .footer-nav__link {
        margin-top: 6.66667vw;
    }
    .footer-nav__table-row:first-child .footer-nav__table-row-head,
    .footer-nav__table-row:first-child .footer-nav__table-row-body {
        padding-top: 4.66667vw;
    }
    .footer-nav__table-row-head {
        padding: 4.66667vw 0 4.66667vw 7.33333vw;
        width: 46vw;
        border-top: 1px solid #d6dedc;
        vertical-align: top;
    }
    .footer-nav__table-row-body {
        padding: 4.66667vw 0;
        border-top: 1px solid #d6dedc;
        vertical-align: top;
    }
}

/*  footer-copyright
--------------------------------------------- */
.footer-copyright {
    padding: 15px 0;
    background-color: #39c8ec;
    color: #fff;
    text-align: center;
    line-height: 1.0;
}

.footer-copyright__text {
    font-size: 0.75rem;
    line-height: 1.0;
}
