@charset "utf-8";

/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}


html {font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;}

.footer ol,
.footer ul {margin: 0; padding: 0; }

.footer ol li,
.footer ul li {margin-bottom: 0; list-style: none; }
.footer a {text-decoration: none; }

    /*** footer ***/
.footer,
.footer *:not(a) {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.footer {
    background-color: #222;
    padding-bottom: 25px;
    position: relative;
    z-index: 99;
    opacity: 1;
    font-size: 14px;
}
.footer .footer__navList {
    background-color: #1A1A1A;
    height: 40px;
}
.footer .footer__navList {
    position: relative;
    z-index: 11;
    border-top: 2px solid #292929;
    border-bottom: 3px solid #171717;
}
.footer .footer__navList li {
    margin: 0 20px;
}
.footer .footer__navList li a {
    color: #B9B9B9;
    position: relative;
}
.footer .footer__navList li + li a:before {
    content: '';
    width: 2px;
    height: 9px;
    background: rgba(255,255,255,.2);
    position: absolute;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer .footer__navList li a:hover {
    color: #D5D5D5;
    text-decoration: underline;
}
.footer .footer__info,
.footer .footer__info .footer__infoList li {
    display: -webkit-flex;
    display: flex;
}
.footer .footer__info {
    width: 90%;
    max-width: 630px;
    margin: 15px auto 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 2px solid #454545;
    border-bottom: 2px solid #454545;
}
.footer .footer__info .footer__infoList {
    width: 50%;
}
.footer .footer__info .footer__infoList li {
    border-bottom: 1px solid #383838;
}
.footer .footer__info .footer__infoList:first-child li:last-child {
    border-bottom: none;
}
.footer .footer__info .footer__infoList .footer__infoListTtl,
.footer .footer__info .footer__infoList .footer__infoListTxt {
    padding: 8px 0;
}
.footer .footer__info .footer__infoList .footer__infoListTtl {
    width: 30%;
    color: #B9B9B9;
    text-align: center;
    background-color: #1E1E1E;
}
.footer .footer__info .footer__infoList .footer__infoListTxt {
    padding-left: 15px;
    color: #FFF;
}
.footer .footer__snsList {
    margin-top: 40px;
}

.footer .footer__copy {
    color: #A2A2A2;
    text-align: center;
    margin-top: 15px;
}

.footer .footer__navList {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: none;
}

.toTop {
    position: fixed;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 0 rgba(0,0,0,.15), -1px 1px 1px rgba(0,0,0,.05), 1px -1px 1px rgba(0,0,0,.05), -1px -1px 1px rgba(0,0,0,.02);
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    opacity: 0;
}
.toTop.footer-fade {
    opacity: .8;
}
.toTop span {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
}
.toTop span:before,
.toTop span:after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 6px;
}
.toTop span:before {
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.toTop span:after {
    right: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 750px) {
    /*** footer ***/
    .footer .footer__info {
        display: block;
        max-width: 500px;
    }
    .footer .footer__info .footer__infoList {
        width: 100%;
    }
    .footer .footer__info .footer__infoList:first-child li:last-child {
        border-bottom: 1px solid #383838;
    }
}

/*@media screen and ( max-width: 415px) {*/
/*    !*** footer ***!*/
/*    body:not(.homeShow) .footer {*/
/*        padding-bottom: 4vw;*/
/*    }*/
/*    .footer .footer__info {*/
/*        margin-top: 4vw;*/
/*    }*/
/*    body:not(.homeShow) .footer .footer__navList {*/
/*        height: 11.333333333333332VW;*/
/*    }*/
/*    .footer .footer__info .footer__infoList .footer__infoListTtl,*/
/*    .footer .footer__info .footer__infoList .footer__infoListTxt {*/
/*        padding: 3.3333333333333335VW 0;*/
/*    }*/
/*    .footer .footer__info .footer__infoList .footer__infoListTxt {*/
/*        padding-left: 4VW;*/
/*    }*/
/*    .footer .footer__snsList {*/
/*        margin-top: 4vw;*/
/*    }*/
/*    .footer .footer__copy {*/
/*        font-size: 1.3333333333333335VW;*/
/*        margin-top: 4vw;*/
/*    }*/

/*}*/
