@charset 'UTF-8';
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
/*¥ê¥ó¥¯Í¸ß^*/
/*hover•r¤Ë¥ê¥ó¥¯ÏÂ¾€*/
/*hover•r¤Ë»­Ïñ’ˆ´ó*/
/*! http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

/*
-----------------------------------------------------------------------
common
-----------------------------------------------------------------------
*/

.header *,
.header *:before,
.header *:after,
.footer *,
.footer *:before,
.footer *:after
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.header a,
.footer a{
    text-decoration: none;

    color: #828282;
    outline: none;
}

.header p,
.header li,
.footer li{
    font-size: 1em;
    line-height: 1;
}

.header img,
.footer img
{
    width: 100%;
    height: auto;

    vertical-align: middle;
}

@media only screen and (min-width: 769px)
{
    .header img,
    .footer img
    {
        width: auto;
    }
}

.sp-only
{
    display: block;
}

@media only screen and (min-width: 769px)
{
    .sp-only
    {
        display: none;
    }
}

.pc-only
{
    display: none;
}

@media only screen and (min-width: 769px)
{
    .pc-only
    {
        display: block;
    }
}

.no-scroll
{
    overflow: hidden;

    height: 100%;
}

.title-roboto
{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.search-field input[type='text']
{
    padding: 0;

    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}

/*
-----------------------------------------------------------------------
header
-----------------------------------------------------------------------
*/
.header
{
    font-family: 'Noto Sans Japanese', '¥á¥¤¥ê¥ª', 'Meiryo', '£Í£Ó £Ð¥´¥·¥Ã¥¯', 'MS PGothic', Sans-Serif;
    font-size: 14px;
    text-align: left;
    color: #111;
    line-height: 1;

    position: fixed;
    z-index: 1000;

    width: 100%;
    height: 60px;

    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .4);
            box-shadow: 0 2px 3px rgba(0, 0, 0, .4);
}

@media only screen and (min-width: 769px)
{
    .header
    {
        font-size: 15px;
        height: 70px;
    }
}

.header__content
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.header__content-left
{
    padding-left: 10px;
}

@media only screen and (min-width: 769px)
{
    .header__content-left
    {
        padding-left: 40px;
    }
}

.header__content-left .college-logo
{
    width: 150px;
    height: 23px;
    margin-top: 21px;

    text-indent: -9999px;

    background: url(/assets/images/common/logo.png) no-repeat;
    background-size: 100%;
}

@media only screen and (min-width: 769px)
{
    .header__content-left .college-logo
    {
        width: 203px;
        height: 31px;
    }
}

.header__content-right
{
    font-size: 0;
}

.header__content-right .rightmenu
{
    position: relative;
}

.header__content-right .rightmenu .search-field
{
    width: 100%;
    margin-bottom: 30px;
}

@media only screen and (min-width: 769px)
{
    .header__content-right .rightmenu .search-field
    {
        width: 312px;
        margin-bottom: 0;
        padding: 15px;

        background-color: #f3f3f3;
    }
}

.header__content-right .rightmenu .search-field input[type='text']
{
    font-family: 'Noto Sans Japanese', '¥á¥¤¥ê¥ª', 'Meiryo', '£Í£Ó £Ð¥´¥·¥Ã¥¯', 'MS PGothic', Sans-Serif;
    font-size: 14px;
    width: calc(99% - 40px);
    margin-right: 1%;
    padding: 10px;
    background-color: #f3f3f3;
}

@media only screen and (min-width: 769px)
{
    .header__content-right .rightmenu .search-field input[type='text']
    {
        height: 40px;
        margin-bottom: 0;

        background-color: #fff;
    }
}

.header__content-right .rightmenu .search-field input[type='image']
{
    width: 40px;
    height: 40px;

    vertical-align: -14px;
}

.header__content-right .rightmenu--sns,
.header__content-right .rightmenu--visitor,
.header__content-right .rightmenu--search,
.header__content-right .rightmenu--site
{
    display: none;
}

@media only screen and (min-width: 769px)
{
    .header__content-right .rightmenu--sns,
    .header__content-right .rightmenu--visitor,
    .header__content-right .rightmenu--search,
    .header__content-right .rightmenu--site
    {
        display: inline-block;
    }
}

.header__content-right .rightmenu--sns .rightmenu__btn,
.header__content-right .rightmenu--lang .rightmenu__btn,
.header__content-right .rightmenu--visitor .rightmenu__btn,
.header__content-right .rightmenu--search .rightmenu__btn,
.header__content-right .rightmenu--site .rightmenu__btn
{
    display: inline-block;

    width: 60px;
    height: 60px;
    margin-right: 2px;

    cursor: pointer;

    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-position: 50% 33%;
    background-size: 33%;
}

@media only screen and (min-width: 769px)
{
    .header__content-right .rightmenu--sns .rightmenu__btn,
    .header__content-right .rightmenu--lang .rightmenu__btn,
    .header__content-right .rightmenu--visitor .rightmenu__btn,
    .header__content-right .rightmenu--search .rightmenu__btn,
    .header__content-right .rightmenu--site .rightmenu__btn
    {
        width: 70px;
        height: 70px;
    }
}

.header__content-right .rightmenu--sns .rightmenu__btn:hover,
.header__content-right .rightmenu--sns .rightmenu__btn.active,
.header__content-right .rightmenu--lang .rightmenu__btn:hover,
.header__content-right .rightmenu--lang .rightmenu__btn.active,
.header__content-right .rightmenu--visitor .rightmenu__btn:hover,
.header__content-right .rightmenu--visitor .rightmenu__btn.active,
.header__content-right .rightmenu--search .rightmenu__btn:hover,
.header__content-right .rightmenu--search .rightmenu__btn.active,
.header__content-right .rightmenu--site .rightmenu__btn:hover,
.header__content-right .rightmenu--site .rightmenu__btn.active
{
    background-color: #4e4194;
}

.header__content-right .rightmenu--sns .rightmenu__btn:hover .rightmenu__btn__text,
.header__content-right .rightmenu--sns .rightmenu__btn.active .rightmenu__btn__text,
.header__content-right .rightmenu--lang .rightmenu__btn:hover .rightmenu__btn__text,
.header__content-right .rightmenu--lang .rightmenu__btn.active .rightmenu__btn__text,
.header__content-right .rightmenu--visitor .rightmenu__btn:hover .rightmenu__btn__text,
.header__content-right .rightmenu--visitor .rightmenu__btn.active .rightmenu__btn__text,
.header__content-right .rightmenu--search .rightmenu__btn:hover .rightmenu__btn__text,
.header__content-right .rightmenu--search .rightmenu__btn.active .rightmenu__btn__text,
.header__content-right .rightmenu--site .rightmenu__btn:hover .rightmenu__btn__text,
.header__content-right .rightmenu--site .rightmenu__btn.active .rightmenu__btn__text
{
    color: #fff;
}

.header__content-right .rightmenu__btn__text
{
    font-size: 10px;
    font-weight: 600;

    display: block;

    margin-top: 40px;

    text-align: center;

    color: #828282;

    line-height: 1;
}

@media only screen and (min-width: 769px)
{
    .header__content-right .rightmenu__btn__text
    {
        font-size: 11px;
        font-weight: 500;

        margin-top: 45px;
    }
}

.header__content-right .rightmenu--sns .rightmenu__btn
{
    background-image: url(/assets/images/common/header-icon-sns.png);
    background-size: 26%;
}

.header__content-right .rightmenu--sns .rightmenu__btn:hover,
.header__content-right .rightmenu--sns .rightmenu__btn.active
{
    background-image: url(/assets/images/common/header-icon-sns-hover.png);
}

.header__content-right .rightmenu--sns .rightmenu__cont
{
    font-size: 14px;

    position: absolute;
    z-index: 20;
    top: 70px;
    left: 0;

    display: none;
}

.header__content-right .rightmenu--sns .rightmenu__cont__list
{
    width: 70px;

    border-top: 2px solid #f3f3f3;
    border-right: 2px solid #f3f3f3;
}

.header__content-right .rightmenu--sns .rightmenu__cont__list__item
{
    font-size: 12px;
    font-weight: 600;

    height: 66px;

    text-align: center;

    color: #828282;
    border-bottom: 2px solid #f3f3f3;
    border-left: 2px solid #f3f3f3;
    background-color: #fff;
}

.header__content-right .rightmenu--sns .rightmenu__cont__list__item a
{
    line-height: 66px;

    display: block;

    height: 66px;

    text-indent: -9999px;

    color: #828282;
}

.header__content-right .rightmenu--sns .rightmenu__cont__list__item--facebook
{
    background-image: url(/assets/images/common/header-facebook-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}

.header__content-right .rightmenu--sns .rightmenu__cont__list__item--line
{
    background-image: url(/assets/images/common/header-line-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}

.header__content-right .rightmenu--lang
{
    display: inline-block;
}

.header__content-right .rightmenu--lang .rightmenu__btn
{
    background-image: url(/assets/images/common/header-icon-lang-mb.png);
}

@media only screen and (min-width: 769px)
{
    .header__content-right .rightmenu--lang .rightmenu__btn
    {
        background-size: 26%;
    }
}

.header__content-right .rightmenu--lang .rightmenu__btn:hover,
.header__content-right .rightmenu--lang .rightmenu__btn.active
{
    background-image: url(/assets/images/common/header-icon-lang-mb-hover.png);
}

.header__content-right .rightmenu--lang .rightmenu__cont
{
    font-size: 14px;

    position: absolute;
    z-index: 20;
    top: 60px;
    left: 0;

    display: none;
}

@media only screen and (min-width: 769px)
{
    .header__content-right .rightmenu--lang .rightmenu__cont
    {
        top: 70px;
    }
}

.header__content-right .rightmenu--lang .rightmenu__cont__list
{
    width: 62px;

    border-top: 2px solid #f3f3f3;
    border-right: 2px solid #f3f3f3;
}

@media only screen and (min-width: 769px)
{
    .header__content-right .rightmenu--lang .rightmenu__cont__list
    {
        width: 70px;
    }
}

.header__content-right .rightmenu--lang .rightmenu__cont__list__item
{
    font-size: 12px;
    font-weight: 600;

    height: 60px;

    text-align: center;

    color: #828282;
    border-bottom: 2px solid #f3f3f3;
    border-left: 2px solid #f3f3f3;
    background-color: #fff;
}

@media only screen and (min-width: 769px)
{
    .header__content-right .rightmenu--lang .rightmenu__cont__list__item
    {
        height: 66px;
    }
}

.header__content-right .rightmenu--lang .rightmenu__cont__list__item a
{
    line-height: 58px;

    display: block;

    height: 58px;

    color: #828282;
}

@media only screen and (min-width: 769px)
{
    .header__content-right .rightmenu--lang .rightmenu__cont__list__item a
    {
        line-height: 66px;

        height: 66px;
    }
}

.header__content-right .rightmenu--lang .rightmenu__cont__list__item:hover
{
    background-color: #4e4194;
}

.header__content-right .rightmenu--lang .rightmenu__cont__list__item:hover a
{
    color: #fff;
}

.header__content-right .rightmenu--visitor .rightmenu__btn
{
    background-image: url(/assets/images/common/header-icon-user.png);
    background-size: 18%;
}

.header__content-right .rightmenu--visitor .rightmenu__btn:hover,
.header__content-right .rightmenu--visitor .rightmenu__btn.active
{
    background-image: url(/assets/images/common/header-icon-user-hover.png);
}

.header__content-right .rightmenu--visitor .rightmenu__cont
{
    font-size: 14px;

    position: absolute;
    z-index: 20;
    top: 70px;
    right: 1px;

    display: none;
}

.header__content-right .rightmenu--visitor .rightmenu__cont__list
{
    width: 143px;

    border-top: 2px solid #f3f3f3;
    border-right: 2px solid #f3f3f3;
}

.header__content-right .rightmenu--visitor .rightmenu__cont__list__item
{
    font-size: 12px;
    font-weight: 600;

    height: 40px;

    text-align: center;

    color: #828282;
    border-bottom: 2px solid #f3f3f3;
    border-left: 2px solid #f3f3f3;
    background-color: #fff;
}

.header__content-right .rightmenu--visitor .rightmenu__cont__list__item a
{
    line-height: 40px;

    display: block;

    height: 40px;

    color: #828282;
}

.header__content-right .rightmenu--visitor .rightmenu__cont__list__item:hover
{
    background-color: #4e4194;
}

.header__content-right .rightmenu--visitor .rightmenu__cont__list__item:hover a
{
    color: #fff;
}

.header__content-right .rightmenu--search .search-field
{
    display: none;
    float: left;
    overflow: hidden;
}

.header__content-right .rightmenu--search .search-field form
{
    width: 282px;
}

.header__content-right .rightmenu--search .rightmenu__btn
{
    background-image: url(/assets/images/common/header-icon-search.png);
    background-size: 26%;
}

.header__content-right .rightmenu--search .rightmenu__btn:hover,
.header__content-right .rightmenu--search .rightmenu__btn.active
{
    background-image: url(/assets/images/common/header-icon-search-hover.png);
}

.header__content-right .rightmenu--site .rightmenu__btn
{
    background-image: url(/assets/images/common/header-icon-site.png);
    background-size: 26%;
}

.header__content-right .rightmenu--site .rightmenu__btn:hover,
.header__content-right .rightmenu--site .rightmenu__btn.active
{
    background-image: url(/assets/images/common/header-icon-site-hover.png);
}

.header__content-right .rightmenu--site .rightmenu__btn__text
{
    letter-spacing: -.1em;
}

.header__content-right .rightmenu--site .rightmenu__btn:hover a
{
    color: #fff;
}

.header__content-right .rightmenu--mainmenu
{
    display: inline-block;
}

.header__content-right .rightmenu--mainmenu .rightmenu__btn
{
    position: relative;

    display: inline-block;

    width: 60px;
    height: 60px;

    background-color: #4e4194;
}

@media only screen and (min-width: 769px)
{
    .header__content-right .rightmenu--mainmenu .rightmenu__btn
    {
        width: 70px;
        height: 70px;

        cursor: pointer;
    }
}

.header__content-right .rightmenu--mainmenu .rightmenu__btn__hamburger
{
    display: inline-block;
}

.header__content-right .rightmenu--mainmenu .rightmenu__btn__hamburger span
{
    position: absolute;
    top: 25%;
    left: 50%;

    display: inline-block;

    width: 25px;
    height: 3px;

    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #ff0;
}

.header__content-right .rightmenu--mainmenu .rightmenu__btn__hamburger span:nth-of-type(2)
{
    top: 37%;
}

.header__content-right .rightmenu--mainmenu .rightmenu__btn__hamburger span:nth-of-type(3)
{
    top: 48%;
}

.header__content-right .rightmenu--mainmenu .rightmenu__btn__hamburger span:nth-of-type(4)
{
    top: 37%;
    left: 30%;

    display: none;
}

.header__content-right .rightmenu--mainmenu .rightmenu__btn.active .rightmenu__btn__hamburger span:first-of-type
{
    display: none;
}

.header__content-right .rightmenu--mainmenu .rightmenu__btn.active .rightmenu__btn__hamburger span:nth-of-type(2)
{
    left: 30%;

    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
}

.header__content-right .rightmenu--mainmenu .rightmenu__btn.active .rightmenu__btn__hamburger span:nth-of-type(3)
{
    display: none;
}

.header__content-right .rightmenu--mainmenu .rightmenu__btn.active .rightmenu__btn__hamburger span:nth-of-type(4)
{
    display: block;

    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
}

.header__content-right .rightmenu--mainmenu .rightmenu__btn__text
{
    color: #fff;
}

.header__content-right .rightmenu--mainmenu .rightmenu__cont
{
    font-size: 14px;

    position: absolute;
    z-index: 10;
    top: 60px;
    right: 0;

    display: none;
    overflow: scroll;

    width: 100vw;
    height: 92vh;
    padding: 30px 15px;

    background-color: #fff;
    -webkit-box-shadow: 0 5px 3px -3px rgba(0, 0, 0, .4) inset;
            box-shadow: 0 5px 3px -3px rgba(0, 0, 0, .4) inset;

    -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 769px)
{
    .header__content-right .rightmenu--mainmenu .rightmenu__cont
    {
        top: 70px;

        overflow: hidden;

        height: auto;
        padding-top: calc(100vh - 85vh);

        background: #fff url(../assets/images/common/header-menu-bg.png) no-repeat;
        background-size: 100%;
    }
}

@media only screen and (min-width: 769px) and (max-height: 800px) {
  .header__content-right .rightmenu--mainmenu .rightmenu__cont {
    overflow-y: scroll;
    height: 92vh;
    padding-bottom: calc(100vh - 85vh);
  }
}

@media only screen and (min-width: 769px)
{
    .header__content-right .rightmenu--mainmenu .rightmenu__cont__wrap
    {
        overflow: auto;

        width: 1200px;
        height: 100vh;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 769px) and (max-height: 800px) {
  .header__content-right .rightmenu--mainmenu .rightmenu__cont__wrap {
    overflow: hidden;
    height: auto;
  }
}

.header__content-right .rightmenu--mainmenu .rightmenu__cont__list
{
    margin-bottom: 30px;
}

@media only screen and (min-width: 769px)
{
    .header__content-right .rightmenu--mainmenu .rightmenu__cont__list
    {
        margin-bottom: 55px;
    }
}

.header__content-right .rightmenu--mainmenu .rightmenu__cont__list__wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__content-right .rightmenu--mainmenu .rightmenu__cont__list__item
{
    width: 48.5%;
    margin-top: 20px;
}

@media only screen and (min-width: 769px)
{
    .header__content-right .rightmenu--mainmenu .rightmenu__cont__list__item
    {
        width: 24.5%;
        margin-top: 40px;
    }
}

.header__content-right .rightmenu--mainmenu .rightmenu__cont__list__item:first-of-type,
.header__content-right .rightmenu--mainmenu .rightmenu__cont__list__item:nth-of-type(2)
{
    margin-top: 0;
}

@media only screen and (min-width: 769px)
{
    .header__content-right .rightmenu--mainmenu .rightmenu__cont__list__item:nth-of-type(3),
    .header__content-right .rightmenu--mainmenu .rightmenu__cont__list__item:nth-of-type(4)
    {
        margin-top: 0;
    }
}

.header__content-right .rightmenu--mainmenu .rightmenu__cont__list__item a
{
    font-size: 14px;
    font-weight: 600;

    display: block;

    color: #111;
}

@media only screen and (min-width: 769px)
{
    .header__content-right .rightmenu--mainmenu .rightmenu__cont__list__item a
    {
        font-size: 24px;
    }
    .header__content-right .rightmenu--mainmenu .rightmenu__cont__list__item a:hover .rightmenu__cont__list__item__text:after
    {
        right: -55px;
    }
}

.header__content-right .rightmenu--mainmenu .rightmenu__cont__list__item figure
{
    margin-bottom: 10px;
}

@media only screen and (min-width: 769px)
{
    .header__content-right .rightmenu--mainmenu .rightmenu__cont__list__item figure
    {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 769px)
{
    .header__content-right .rightmenu--mainmenu .rightmenu__cont__list__item__text
    {
        position: relative;

        display: inline-block;
    }
}

@media only screen and (min-width: 769px)
{
    .header__content-right .rightmenu--mainmenu .rightmenu__cont__list__item__text:after
    {
        background-image: url(/assets/images/common/right-arrow-color-main.svg);
        background-repeat: no-repeat;
        background-size: 100%;

        position: absolute;
        top: 32%;
        right: -45px;

        content: '';
        -webkit-transition: right .2s;
                transition: right .2s;

        display: block;
        width: 26px;
        height: 14px;
    }
}

.header__content-right .rightmenu--mainmenu .rightmenu__cont__sublist__wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 769px)
{
    .header__content-right .rightmenu--mainmenu .rightmenu__cont__sublist__wrap
    {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.header__content-right .rightmenu--mainmenu .rightmenu__cont__sublist__item
{
    width: 48.5%;
    margin-top: 20px;
}

@media only screen and (min-width: 769px)
{
    .header__content-right .rightmenu--mainmenu .rightmenu__cont__sublist__item
    {
        width: 150px;
        margin-left: 20px;
    }
    .header__content-right .rightmenu--mainmenu .rightmenu__cont__sublist__item:first-of-type
    {
        margin-left: 0;
    }
}

.header__content-right .rightmenu--mainmenu .rightmenu__cont__sublist__item:first-of-type,
.header__content-right .rightmenu--mainmenu .rightmenu__cont__sublist__item:nth-of-type(2)
{
    margin-top: 0;
}

.header__content-right .rightmenu--mainmenu .rightmenu__cont__sublist__item:before
{
    display: inline-block;

    width: 9px;
    height: 2px;
    margin-right: 10px;

    content: '';
    vertical-align: 4px;

    background-color: #4e4194;
}

.header__content-right .rightmenu--mainmenu .rightmenu__cont__sublist__item a
{
    font-size: 13px;
    font-weight: 600;

    color: #111;

    line-height: 1;
}

@media only screen and (min-width: 769px)
{
    .header__content-right .rightmenu--mainmenu .rightmenu__cont__sublist__item a
    {
        font-size: 15px;
    }
}

/*
-----------------------------------------------------------------------
footer
-----------------------------------------------------------------------
*/
.footer
{
    font-family: 'Noto Sans Japanese', '¥á¥¤¥ê¥ª', 'Meiryo', '£Í£Ó £Ð¥´¥·¥Ã¥¯', 'MS PGothic', Sans-Serif;
    font-size: 14px;
    text-align: left;
    color: #111;
    line-height: 1;

    background-color: #333;
}

@media only screen and (min-width: 769px)
{
    .footer
    {
        font-size: 15px;
    }
}

.footer__content
{
    padding: 25px 15px 0;
}

@media only screen and (min-width: 769px)
{
    .footer__content
    {
        width: 1200px;
        margin: 0 auto;
        padding: 50px 0 0;
    }
}

.footer__content__mainnav .mainnav__list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__content__mainnav .mainnav__list__item
{
    width: 48.5%;
    margin-top: 20px;
}

@media only screen and (min-width: 769px)
{
    .footer__content__mainnav .mainnav__list__item
    {
        width: 292px;
        margin-top: 0;
    }
}

.footer__content__mainnav .mainnav__list__item:first-of-type,
.footer__content__mainnav .mainnav__list__item:nth-of-type(2)
{
    margin-top: 0;
}

.footer__content__mainnav .mainnav__list__item a
{
    font-size: 14px;
    font-weight: 500;

    display: block;

    color: #fff;
}

@media only screen and (min-width: 769px)
{
    .footer__content__mainnav .mainnav__list__item a
    {
        font-size: 24px;
    }
}

.footer__content__mainnav .mainnav__list__item a:hover .mainnav__list__item__text:after
{
    right: -55px;
}

.footer__content__mainnav .mainnav__list__item figure
{
    margin-bottom: 10px;
}

@media only screen and (min-width: 769px)
{
    .footer__content__mainnav .mainnav__list__item figure
    {
        margin-bottom: 20px;
    }
}

.footer__content__mainnav .mainnav__list__item__text
{
    position: relative;
}

@media only screen and (min-width: 769px)
{
    .footer__content__mainnav .mainnav__list__item__text:after
    {
        background-image: url(/assets/images/common/right-arrow-color-yellow.svg);
        background-repeat: no-repeat;
        background-size: 100%;

        position: absolute;
        top: 37%;
        right: -45px;

        content: '';
        -webkit-transition: right .2s;
                transition: right .2s;

        display: block;
        width: 26px;
        height: 14px;
    }
}

.footer__content__subnav
{
    margin-top: 25px;
}

@media only screen and (min-width: 769px)
{
    .footer__content__subnav
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-top: 50px;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.footer__content__subnav__leftnav .leftnav__list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 769px)
{
    .footer__content__subnav__leftnav .leftnav__list
    {
        width: 622px;

        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.footer__content__subnav__leftnav .leftnav__list__item
{
    width: 48.5%;
    margin-top: 10px;
}

@media only screen and (min-width: 769px)
{
    .footer__content__subnav__leftnav .leftnav__list__item
    {

        width: 165px;
        margin-top: 10px;
        margin-right: 19px;
    }
    .footer__content__subnav__leftnav .leftnav__list__item:nth-of-type(3),
    .footer__content__subnav__leftnav .leftnav__list__item:nth-of-type(4)
    {
        margin-top: 0;
    }
    .footer__content__subnav__leftnav .leftnav__list__item:first-of-type,
    .footer__content__subnav__leftnav .leftnav__list__item:nth-of-type(5),
    .footer__content__subnav__leftnav .leftnav__list__item:nth-of-type(9)
    {
        width: 135px;
    }
    .footer__content__subnav__leftnav .leftnav__list__item:nth-of-type(3),
    .footer__content__subnav__leftnav .leftnav__list__item:nth-of-type(7)
    {
        width: 130px;
    }
    .footer__content__subnav__leftnav .leftnav__list__item:nth-of-type(4n)
    {
        width: auto;
        margin-right: 0;
    }
}

.footer__content__subnav__leftnav .leftnav__list__item:first-of-type,
.footer__content__subnav__leftnav .leftnav__list__item:nth-of-type(2)
{
    margin-top: 0;
}

.footer__content__subnav__leftnav .leftnav__list__item:before
{
    display: inline-block;

    width: 9px;
    height: 2px;
    margin-right: 10px;

    content: '';
    vertical-align: 4px;

    background-color: #ff0;
}

@media only screen and (min-width: 769px)
{
    .footer__content__subnav__leftnav .leftnav__list__item:before
    {
        content: none;
    }
}

.footer__content__subnav__leftnav .leftnav__list__item a
{
    font-size: 12px;
    font-weight: 500;

    color: #fff;
}

@media only screen and (min-width: 769px)
{
    .footer__content__subnav__leftnav .leftnav__list__item a
    {
        font-size: 15px;
    }
}

.footer__content__subnav__rightnav
{
    margin-top: 30px;
}

@media only screen and (min-width: 769px)
{
    .footer__content__subnav__rightnav
    {
        margin-top: 0;
        margin-left: 60px;
        padding-top: 0;
        padding-left: 60px;

        border-top: none;
        border-left: 1px solid #fff;
    }
}

.footer__content__subnav__rightnav .rightnav__list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__content__subnav__rightnav .rightnav__list__item
{
    width: 48.5%;

    text-align: center;

    border: 1px solid #fff;
}

@media only screen and (min-width: 769px)
{
    .footer__content__subnav__rightnav .rightnav__list__item
    {
        width: 223px;
        margin-left: 10px;
    }
    .footer__content__subnav__rightnav .rightnav__list__item:first-of-type
    {
        margin-left: 0;
    }
}

.footer__content__subnav__rightnav .rightnav__list__item a
{
    line-height: 50px;

    display: block;

    color: #fff;
}

@media only screen and (min-width: 769px)
{
    .footer__content__subnav__rightnav .rightnav__list__item a
    {
        line-height: 84px;
    }
}

.footer__copy
{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 10px;

    margin-top: 25px;
    padding: 8px 0 9px;

    text-align: center;
    letter-spacing: 0;

    color: #fff;
    background-color: #4e4194;

    line-height: 1;
}

@media only screen and (min-width: 769px)
{
    .footer__copy
    {
        font-size: 13px;

        margin-top: 50px;
        padding: 14px 0 13px;
    }
}

/*
----------------------------------------
huckclearfix
----------------------------------------
*/

.clearbox
{
    display: inline-block;
}


.clearbox:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}

/*\*/
* html .clearbox
{
    height: 1%;
}


.clearbox
{
    display: block;
}

/**/
