@charset "utf-8";

/* ==========================================================
 html5 elements
========================================================== */

footer {
    display: block;
}


/* ==========================================================
 reseting
========================================================== */

footer {
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 18px;
    line-height: 1.75;
    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 768px) {
    footer {
        font-size: 16px;
        line-height: 1.7;
    }
}

div,
p,
dl,
dt,
dd,
ul,
ol,
li {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    height: auto;
    vertical-align: top;
}

ol,
ul {
    list-style: none;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


/* ==========================================================
 base Link
========================================================== */

.footer a {
    color: #333;
    text-decoration: none;
}

.footer a:hover,
.footer a:active,
.footer a:focus {
    text-decoration: none;
}


/* ==========================================================
 list
========================================================== */


/* list-sns-01
---------------------------------------------------------- */

.footer .list-sns-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px;
}

.footer .list-sns-01 li {
    padding: 0 10px;
}

.footer .list-sns-01 a {
    display: block;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.footer .list-sns-01 a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .footer .list-sns-01 a:hover {
        opacity: 1;
    }
}

.footer .list-sns-01 .ico {
    width: 45px;
}

.footer .list-sns-01 .ico img {
    width: 100%;
}

.footer .list-sns-01 .text {
    margin-top: 8px;
    font-size: 12px;
    color: #999999;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .footer .list-sns-01 .text {
        margin-top: 5px;
        font-size: 8px;
    }
}


/* ==========================================================
 footer
========================================================== */

.footer {
    overflow: hidden;
    background-color: #f2f2f2;
}

.footer .footer-inner {
    position: relative;
    max-width: 1025px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .footer .footer-inner {
        width: auto;
    }
}

.footer .footer-top {
    height: 45px;
    background-color: #f8bc2c;
}

@media screen and (max-width: 768px) {
    .footer .footer-top .footer-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.footer .footer-logo {
    display: block;
    width: 98px;
    /* ノーマルロゴ
  width: 44px;
	*/
    margin: 0 auto;
    padding-top: 10px;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.footer .footer-logo:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .footer .footer-logo:hover {
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    .footer .footer-logo {
        margin: 0 auto;
    }
}

.footer .footer-logo img {
    width: 100%;
}

.footer .btn-pagetop {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 0 15px;
    width: 45px;
    height: 45px;
    background-image: url(/common/img/ico_pagetop.png);
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.footer .btn-pagetop:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .footer .btn-pagetop:hover {
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    .footer .btn-pagetop {
        position: absolute;
        top: 0;
    }
}

@media screen and (max-width: 768px) {
    .footer .btn-pagetop {
        position: relative;
    }
}

.footer .footer-main {
    padding: 20px;
}

@media screen and (max-width: 768px) {
    .footer .footer-main {
        padding: 20px 0;
    }
}

.footer .footer-sns {
    margin-bottom: 15px;
}

.footer .footer-sns .title {
    margin-bottom: 10px;
    font-size: 80%;
    text-align: center;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .footer .footer-sns {
        margin-bottom: 0;
        padding-bottom: 20px;
    }
}

.footer .btn-version {
    width: 220px;
    margin-bottom: 20px;
    padding: 11px 0;
    font-size: 12px;
    border: 1px solid #101010;
    background-color: transparent;
    color: #4d4d4d;
}

.footer .btn-version span {
    padding-left: 26px;
}

.footer .btn-version span:before {
    width: 14px;
    height: 14px;
    background-image: url(/common/img/ico_link_04.png);
}

@media screen and (max-width: 768px) {
    .footer .btn-version {
        margin-bottom: 35px;
    }
}

.footer .footer-license {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 25px -60px;
}

@media screen and (max-width: 768px) {
    .footer .footer-license {
        margin-left: -20px;
    }
}

.footer .footer-license .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 60px;
}

@media screen and (max-width: 768px) {
    .footer .footer-license .item {
        margin-left: 20px;
    }
}

.footer .footer-license .item .image {
    width: 25px;
}

.footer .footer-license .item .image img {
    width: 100%;
}

.footer .footer-license .item .text {
    margin-left: 10px;
    color: #7c7c7c;
    font-size: 11px;
    line-height: 1.45;
}

@media screen and (max-width: 768px) {
    .footer .footer-license .item .text {
        font-size: 10px;
    }
}

.footer .footer-copyright {
    font-size: 10px;
    color: #999;
    text-align: center;
}

.footer .footer-copyright .copy-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .footer .footer-copyright .copy-pc {
        display: none;
    }
    .footer .footer-copyright .copy-sp {
        display: inline;
    }
}

.footer .footer-nav-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari etc. */
    -ms-flex-wrap: wrap;
    /* IE10        */
    flex-wrap: wrap;
    overflow: hidden;
    margin-bottom: 20px;
    justify-content: center;
}

.footer .footer-nav-pc .col {
    min-width: 20%;
    width: 20%;
}

.footer .footer-nav-pc .col:not(:last-child) {
    padding-right: 1.5em;
}

.footer .footer-nav-pc .title {
    margin-bottom: 15px;
    font-weight: bold;
    color: #4d4d4d;
}

.footer .footer-nav-pc .list-links:not(:last-child) {
    margin-bottom: 30px;
}

.footer .footer-nav-pc li {
    line-height: 1;
}

.footer .footer-nav-pc li:not(:last-child) {
    margin-bottom: 6px;
}

.footer .footer-nav-pc a {
    display: inline-block;
    line-height: 1.5;
    color: #4d4d4d;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.footer .footer-nav-pc a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .footer .footer-nav-pc a:hover {
        opacity: 1;
    }
}

.footer .footer-nav-sp {
    margin-bottom: 25px;
    border-top: 1px solid #cccccc;
}

.footer .footer-nav-sp .list-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
}

.footer .footer-nav-sp li {
    width: 50%;
}

.footer .footer-nav-sp li:nth-child(odd) {
    padding-right: 10px;
}

.footer .footer-nav-sp li:nth-child(even) {
    padding-left: 10px;
}

.footer .footer-nav-sp a {
    display: block;
    padding: 20px 10px 20px 5px;
    line-height: 1.33;
    border-bottom: 1px solid #cccccc;
}

.footer .footer-nav-sp .text {
    position: relative;
    display: block;
    padding-left: 25px;
}

.footer .footer-nav-sp .text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background-image: url(/common/img/ico_link_04.png);
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.footer .footer-nav-sp .text.english {
    margin-bottom: -9px;
}

.footer .footer-nav-sp .text.english small {
    font-size: 9px;
}

.footer .list-links li a {
    height: 100%;
    font-size: 90%;
}


/* ==========================================================
 rwd switch
========================================================== */


/* pc
---------------------------------------------------------- */

.footer .only-sp,
.footer .no-pc {
    display: none !important;
}


/* sp
---------------------------------------------------------- */

@media screen and (max-width: 768px) {
    .footer .only-pc,
    .footer .no-sp {
        display: none !important;
    }
    .footer .only-sp,
    .footer .no-pc {
        display: block !important;
    }
    .footer img.only-sp,
    .footer img.no-pc {
        display: inline-block !important;
    }
}