
.bg-red {
    background-color: #da210c!important;
    border: #da210c!important;
}

.bg-white {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.color-link {
    color: #2046b4!important;
    text-decoration: none!important;
}

.text-white {
    color: white !important;
}

.text-center {
    text-align: center;
}

.display-inline-block {
    display: inline-block !important;
}

.w-90 {
    width: 90px !important;
}

header {
    border-bottom: 1px solid white;
}

.header-banner {
    height: 50px;
    display: flex;
    align-items: center;
}

.header-banner #sitelogo {
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-align: left;
}

.header-banner #sitelogo i {
    color: grey;
    margin-right: 10px;
}


.header-bg {
    background: repeating-linear-gradient(130deg,#11286c,#11286c 300px,#142e77 0,#142e77 600px);
    min-height: 140px;
    position: relative;
    padding: 40px 0 0;
}

.header-bg .txt-review-cleanup {
    color: gray;
    font-size: 2.0rem;
    text-align: center;
    margin-bottom: 10px !important;
    font-family: "Yu Mincho", "Hiragino Kaku Gothic Pro","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Adobe Fangsong Std R" !important;
}

.header-bg .title {
    font-size: 3.1rem;
    color: #4fba69;
    text-align: center;
    font-weight: bold;
    font-family: "Yu Mincho", "Hiragino Kaku Gothic Pro","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Adobe Fangsong Std R" !important;
}

.header-bg .ranking {
    position: relative;
    text-align: center;
    width: 320px;
    margin: 0 auto;
}

.header-bg .ranking .num {
    position: absolute;
    top: 27%;
    left: 31.5%;
    width: 115px;
    color: #de471d;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    font-family: "Yu Mincho", "Hiragino Kaku Gothic Pro","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Adobe Fangsong Std R" !important;
}

.header-bg #search-box {
    background: rgba(0,0,0,0.3);
    padding: 40px;
    text-align: center;
}

.header-bg .search-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    text-align: center;
    font-family: "Yu Mincho", "Hiragino Kaku Gothic Pro","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Adobe Fangsong Std R" !important;
    margin-bottom: 0 !important;
}

.header-bg #search-box .input-group {
    width: 45vw;
    margin: 10px auto;
    display: inline-flex;
}

.header-bg #search-box .input-group input {
    width: 80%;
}

.header-bg #search-box .input-group #btn-search {
    width: 20%;
}

input {
    border: 0 !important;
    padding: 10px 20px;
    outline: none !important;
}

.btn {
    background: linear-gradient(90deg,#091a5d, #042e8a);
    color: white;
    outline: none !important;
}

.btn:hover {
    opacity: 0.7;
    color: #f0f0f0;
}

div.content {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

.form-container {
    background-color: #f0f0f0;
    padding: 40px 20px;
    width: 900px;
    max-width: 100%;
    margin: 50px auto;
}

.help-title {
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px !important;
    margin-top: 20px !important;
    line-height: 1.8 !important;
}

.help-title::before {
    content: '';
    width: 3px;
    height: 100%;
    /* background-color: #042e8a; */
    position: absolute;
    top: 0;
    left: 0;
}

.help-text {
    font-size: 1.4rem;
}

.form-group {
    margin-bottom: 30px;
}

.form-group input[type="radio"] {
    transform: scale(1.2);
}

.signup::after {
    color: #f2f5f8;
    content: "SIGN UP";
    font-size: 128px;
    position: absolute;
    bottom: 1rem;
    text-align: center;
    font-weight: 900;
    left: 0;
    right: 0;
    opacity: .04;
}

/*
Footer
*/
footer {
    background-color: #222;
}

footer h2.title {
    font-size: 2.2rem !important;
    font-weight: bold;
    color: white;
    text-align: left;
    margin-bottom: 10px !important;
}

footer h2.menu-title {
    font-size: 1.8rem !important;
    font-weight: bold;
    color: white;
    text-align: left;
    margin-bottom: 0px !important;
    letter-spacing: 2PX !important;
}

@media (max-width: 768px) {
    .header-banner #sitelogo {
        font-size: 16px !important;
    }

    .header-banner {
        height: 40px !important;
    }

    .header-bg .title {
        font-size: 2.2rem;
        padding: 0 20px;
    }

    .header-bg .search-title {
        font-size: 2.0rem;
    }

    .header-bg #search-box .input-group {
        width: 100%;
    }

    .header-bg #search-box .input-group #btn-search {
        width: 30%;
    }

    #concept .content {
        display: block !important;
    }

    #concept .panel {
        display: block !important;
        width: calc(100% - 20px) !important;
        margin: 30px 10px !important;
    }

    #aim p.txt-help {
        padding: 0 15px;
    }

    footer h2.title {
        text-align: center;
    }

    footer h2.menu-title {
        margin-left: 30px !important;
    }

    div.social {
        text-align: center;
    }

    #deleteAccount {
        padding: 40px 30px !important;
        margin-top: 20px !important;
    }

    .faq_area {
        max-width: 100%;
        padding: 0 20px !important;
    }

    #manual {
        padding: 20px !important;
    }

    #manual ul.number {
        padding-left: 20px !important;
    }

    .companyInfo dt, .companyInfo dt::before {
        width: 120px !important;
    }

    .companyInfo dt {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .companyInfo dd {
        padding-left: 130px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    #about dt, #about dd {
        font-size: 14px !important;
    }

    footer .footer-menu ul {
        display: block;
        margin-left: 30px !important;
        margin-bottom: 30px !important;
    }

    #serach_result {
        padding: 10px !important;
    }

    .header-bg #search-box {
        padding: 30px 20px !important;
    }

    .header-bg #search-box .input-group input {
        width: 75% !important;
        padding: 5px 10px !important;
        font-size: 14px !important;
    }

    .header-bg #search-box .input-group #btn-search {
        width: 25% !important;
        font-size: 12px !important;
    }

    .phoneContact .cellBase .data, .phoneContact .cellBase .item {
        padding-left: 15px !important;
    }

    #buttons a {
        font-size: 13px !important;
    }

    .signup::after {
        font-size: 64px !important;
    }

    #how-to-use .help-item .help-title span {
        font-size: 30px !important;
    }

    #how-to-use, #manual {
        padding: 20px 10px !important;
    }

    #how-to-use .help-item {
        margin-bottom: 10px !important;
    }
    
    #how-to-use .help-item img {
        width: 100% !important;
    }

    #how-to-use .help-item .help-title span:after {
        display: inline-block;
        transform: scale(0.4) !important;
        transform-origin: bottom;
        margin-top: -150px !important;
        margin-left: -30px !important;
    }
}