body {
    font-family: 'Noto Sans JP';
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

.header {
    position: relative;
    height: 72px;
}

.float-right {
    float: right;
}

.header-top {
    border-bottom: 1px rgb(217, 217, 217) solid;
    height: 72px;
    position: relative;
}

.title-content {
    background-color: #EEEDDF;
    padding: 10px;
}

.display-flex {
    display: flex;
}

.footer {
    background: #403D33;
}

.main-content{
    background: #7F7F7F;
    align-items: center;
    display: flex;
    justify-content: center;
    color: white;
    min-height: 470px;
}

.footer-options {
    color: white;
    padding: 0px 15px;
    border-right: 1px white solid;
}

.footer-options:last-child {
    border: none;
}

.footer-top {
    width: 87%;
    margin: auto;
    border-bottom: 1px solid #525047;
}

.footer-bottom {
    padding: 20px;
    color: white;
    text-align: center;
    display: block;
}

.directional{
    color: black;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.directional:hover {
    color: #9a9a9a;
    text-decoration: none;
}

.footer-nav{
    font-size: 14px;
    color: white;
    text-decoration: none;
}

.footer-nav:hover {
    color: white;
    text-decoration: none;
}

.nav-btn {
    display: none !important;
}

.content {
    text-align: center;
}

.menu-bar {
    display: none;
}

.user-btn {
    display: none;
}

.red {
    color: red;
}

.user-btn a:hover {
    text-decoration: none;
}

.footer-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.v-slash {
    padding: 5px 20px 5px 0px;
    border-right: 1.7px solid #B7B7B7;
}

.navbar-btn:hover {
    cursor: pointer;
}

.flex-justify-content-center {
    display: block;
}

.directional p {
    text-align: center;
}

.search-bar {
    display: none;
    background: #D9D9D9;
    position: absolute;
    right: 0px;
    width: 100%;
}

.search-btn:hover {
    cursor: pointer;
    color: red;
}

.search{
    margin: 9px 30px 5px 0px;
}

.search input::placeholder {
    color: rgb(204, 204, 204);
}

.search input {
    border-radius: 5px 0px 0px 5px;
    border: none;
    outline: none;
    box-sizing: border-box;
    display: block;
    width: 300px;
    height: 30px;
    min-height: 30px;
    border: none;
    padding: 6px 0 6px 30px;
    font-size: 12px;
    line-height: 1;
}

.search button {
    border-radius: 0px 5px 5px 0px;
    box-sizing: border-box;
    display: block;
    width: 60px;
    padding: 6px 0 6px 20px;
    font-size: 12px;
    line-height: 18px;
    color: #7d7d7d;
    border: none;
    border-left: solid 1px #d9d9d9;
    text-align: left;
    cursor: pointer;
}


.pt-1 {
    padding-top: .25rem!important;
}

.pt-2 {
    padding-top: .5rem!important;
}

.pt-3 {
    padding-top: 1rem!important;
}

.mt-1 {
    margin-top: .25rem!important;
}

.mr-4 {
    padding-right: 1.5rem !important;
}

.logo {
    width: 125px;
    height: 44px;
    margin: 12px 30px 0px 30px;
}

.icn + span {
    font-size: 13px;
}

.search-btn .icn + span {
    color: #878679;
}

.search::before {
    content: "";
    position: absolute;
    right: 110px;
    top: -10px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: transparent transparent #d9d9d9 transparent;
    border-width: 0 10px 10px 10px;
    right: 130px;
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 5px 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.user-btn {
    margin-top: 6px;
}

.box-search {
    position: absolute;
    right: 30px;
}

.close {
    display: none;
}

/* CSS for Mobile */
@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .col-2 {
        flex: unset;
    }

    .header-top {
        border-bottom: 1px rgb(217, 217, 217) solid;
        height: 56px;
    }

    .flex-justify-content-center-logo a {
        margin: 0px;
    }

    .display-none {
        display: none !important;
    }

    .header {
        height: 56px;
    }

    .logo {
        display: block;
        margin: 14px 0px 0px 0px;
        width: 96px;
        height: 33px;
    }

    .nav-btn {
        display: flex !important;
    }

    .menu-bar {
        width: 100%;
        position: absolute;
        z-index: 2;
        top: 39px;
    }

    .list-group-item {
        background: #F0F0F0;
    }

    .list-group-item span {
        display: inline-block;
        padding: 10px 0px
    }

    .search-phone {
        background: white;
        width: 100%;
        border: 1px solid #CCCCCC;
        height: 33px;
        position: relative;
    }

    .search-phone input {
        border: none;
        outline: none;
        width: 70%;
        padding: 5px 0px;
    }

    .search-phone img {
        width: 20px;
        height: 20px;
        margin: 7px 7px;
    }

    .search-phone button {
        background: #E6000D;
        color: white;
        border: none;
        outline: none;
        padding: 5px;
        height: 100%;
        position: absolute;
        right: 0;
    }

    .user-btn {
        display: block;
        font-size: 13px;
        text-align: center;
        position: absolute;
        right: 0;
        padding-right: 15px;
    }

    .user-btn a {
        display: block;
        font-size: 13px;
        text-decoration: none;
    }

    .user-btn a img {
        display: block;
        margin: auto;
        height: 20px;

    }

    .icn-arrow {
        float: right;
    }

    .menu-bar a {
        color: black;
    }

    .footer-flex {
        display: block;
    }

    .footer-options {
        border-right: none;
        padding: 8px 0px;
    }
    
    .footer-options a {
        border-bottom: 1px solid white;
    }

    .footer {
        background: #5D5959;
    }

    .footer-bottom {
        width: 87%;
        margin: auto;
        padding: 20px 0px;
        text-align: left;
        font-weight: bold;
    }

    .footer-top {
        border: none;
    }

    .content {
        display: none;
    }

    .title-content {
        display: none;
    }

    .list-group-item a {
        display: block;
        position: relative;
    }

    .list-group-item a img {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .flex-justify-content-center {
        display: flex;
        padding-left: 15px;
        z-index: 2;
    }

    .flex-justify-content-center img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
    }

    .flex-justify-content-center-logo {
        display: flex;
        justify-content: center;
        position: absolute;
        right: 0;
        padding: 0;
    }

    .fa-times {
        display: none;
        margin-top: 14px;
    }
}

@media screen and (min-width: 768px) {

    .footer-top {
        width: 100%;
    }

    .flex-justify-content-center-logo {
        max-width: 185px;
        padding: 0;
    }

    .footer-flex {
        margin: auto;
    }

    .footer-nav{
        font-size: 13px;
    }

    .footer-content {
        padding: 8px 0px;
    }

    .footer-bottom {
        font-size: 13px;
    }

    .pl-5 {
        padding-left: 1rem !important;
    }
    
    .icn {
        height: 24px;
        margin: auto;
        display: block;
    }

    .ml-5 {
        margin-left: .5rem !important;
    }

    .search-bar {
        height: 49px;
        top: 69px;
    }
}

@media screen and (min-width: 768px) and (max-width: 960px) {

    .container {
        width: 980px;
    }

    .search::before {
        right: 144px;
    }
}

@media screen and (min-width: 961px) {

    .box-search {
        padding: 0;
    }
}

@media screen and (min-width: 1200px) {

    .container {
        width: 1200px;
        margin: auto;
    }

    .icn-sm {
        width: 25px;
        height: 18.090909091px;
    }

    .footer-content {
        padding: 20px 0px;
        width: 1148px;
    }

    .footer-flex {
        width: 92%;
    }

    .pl-5 {
        padding-left: 3rem !important;
    }

    .footer-nav {
        font-size: 15px;
    }

    .footer-bottom {
        font-weight: initial;
        font-size: 16px;
    }

    .search-bar {
        height: 49px;
        top: 69px;
    }
}