@font-face {
    font-family: thisFont;
    src: url('../fonts/HiraKakuPro-W3.otf');
}

body {
    color: #000;
    font-family: thisFont, "Noto Sans Japanese";
    font-size: 16px;
}

* {
    outline: none !important;
}

a,
a > * {
    transition: all 0.25s;
    color: #0054FF;
}

a:hover,
a:hover > * {
    text-decoration: none;
    cursor: pointer;
}

p {
    line-height: 2;
}

pre {
    /* Mozilla */
    white-space: -moz-pre-wrap;
    /* Opera */
    white-space: -o-pre-wrap;
    /* CSS3 */
    white-space: pre-wrap;
    /* IE 5.5+ */
    word-wrap: break-word;

    font-size: 12px;
}

.btn {
    border-radius: 100px;
    width: 400px;
    max-width: 100%;
    font-weight: bolder;
    border: none;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    background-color: #0054FF;
    color: #fff;
}

.btn-default,
.btn-default:hover,
.btn-default:focus {
    background-color: #4D4D4D;
    border-radius: 0px;
    color: #fff;
}

.btn-lg {
    border: 1px solid #fff;
    width: 720px;
    max-width: 100%;
    padding: 15px 0px; 
}

.btn-primary.btn-lg {
    background-image: url('../img/arrow_w.svg');
    background-repeat: no-repeat;
    background-position: -10px center;
    background-size: 200px;
}

@media screen and (max-width: 720px) {
    .btn-primary.btn-lg {
        background-image: none;
    }
}

.btn-fb,
.btn-em {
    width: 100%;
    border-radius: 3px;
    padding: 12px;
    font-size: 18px;
}

.btn-fb {
    background-color: #1853A2;
    border: 2px solid #1853A2;
}

.btn-em {
    color: #979797;
    border: 2px solid #979797;
}

.fade {
    opacity: 0;
    -webkit-transition-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition-transition: all 0.75s;
    transition: all 0.75s;
}

@media screen and (min-width: 768px) {
    .fade.delay-1 {
        -webkit-transition-delay: 0.25s;
        transition-delay: 0.25s;
    }
    .fade.delay-2 {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }
    .fade.delay-3 {
        -webkit-transition-delay: 0.75s;
        transition-delay: 0.75s;
    }
    .fade.delay-4 {
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }
    .fade.delay-5 {
        -webkit-transition-delay: 1.25s;
        transition-delay: 1.25s;
    }
}

.fade-in {
    opacity: 1;
    -webkit-transition-transform: scale(1);
    transform: scale(1);
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-inverse {
    background-color: #fff;
    border: none;
}

.navbar li a {
    font-size: 12px;
    letter-spacing: 3px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #000;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #0054FF;
}

.navbar-lang {
    margin-top: 30px;
    color: #0054FF;
}

.navbar-lang a {
    color: #0054FF;
}

.navbar-lang a {
    margin-right: 5px;
    margin-left: 5px;
}

.navbar-lang a:first-child {
    margin-left: 0px;
}

.navbar-lang a.active {
    color: #9D9D9D;
}

.navbar-brand {
    height: auto;
}

.navbar-brand img {
    width: 330px;
}

.navbar-inverse .navbar-toggle {
    border: 1px solid #0054FF !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #0054FF;
}

.navbar-inverse .navbar-toggle:focus .icon-bar,
.navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav > li >a {
        border-right: 1px solid #0054FF;
    }
    .navbar-inverse .navbar-nav > li:first-child > a {
        border-left: 1px solid #0054FF;
        margin-left: 15px;
        color: #fff;
    }
    .navbar li a {
        padding: 5px 20px;
    }
    .navbar-nav {
        margin-top: 75px;
    }
    .navbar-right {
        margin-top: 0px;
    }
    .navbar-login,
    .navbar-register {
        display: block;
        height: 105px;
        width: 115px;
        border-top: 1px solid #0054FF;
        border-bottom: 1px solid #0054FF;
        border-width: 5px !important;
        text-align: center;
        font-size: 16px !important;
        font-weight: bold;
        letter-spacing: 2px !important;
        padding: 0px !important;
    }
    .navbar-login img,
    .navbar-register img {
        display: block;
        margin: auto;
        margin-bottom: 5px;
    }
    .navbar-login {
        color: #fff;
        background-color: #0054FF;
    }
    .navbar-register {
        color: #0054FF !important;
        background-color: #fff;
    }
    .navbar-register:hover,
    .navbar-register:focus {
        background-color: #eee !important;
    }
    .navbar-login img {
        height: 25px;
        margin-top: 25px;
    }
    .navbar-register img {
        height: 30px;
        margin-top: 20px;
    }
    @media screen and (max-width: 1199px) {
        .navbar-right {
            position: absolute;
            top: 0px;
            right: 45px;
        }
        .navbar-login,
        .navbar-register {
            display: block;
            height: auto;
            padding: 5px !important;
        }
        .navbar-login img,
        .navbar-register img {
            display: none;
        }
    }

    @media screen and (max-width: 991px) {
        .navbar-lang {
            margin-top: 10px;
        }
        .navbar-nav {
            margin-top: 0px;
        }
        .navbar-inverse .navbar-nav > li:first-child > a {
            margin-left: -15px;
        }
    }
}

@media screen and (max-width: 767px) {
    .navbar-brand img {
        width: 150px;
    }
    .navbar-lang {
        display: inline-block;
        margin-top: 13px;
        font-size: 12px;
    }
    .navbar-inverse .navbar-toggle {
        border: none;
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: #0054FF;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border: none;
    }
}

.row.content {
    height: 450px
}

.sidenav {
    padding-top: 20px;
    background-color: #f1f1f1;
    height: 100%;
}

.blue-section {
    background-color: #0054FF;
    color: #fff;
}

.nav-top {
    color: #fff;
    border: 1px solid #0054FF;
    background-color: #0054FF;
    color: #fff;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 55px;
    height: 65px;
    padding: 10px;
    opacity: 0;
    z-index: 999;
    transition: all 1s;
    display: block;
    text-align: center;
    font-size: 10px;
}

.nav-top img {
    margin-bottom: 5px;
}

.nav-top.show {
    opacity: 1;
}

.navbar-fixed {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #1A1A1A;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    pointer-events: none;
    opacity: 0;
    min-height: 50px;
    -webkit-transition-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 100;
}

.navbar-fixed .img-responsive {
    width: 330px;
}

@media screen and (max-width: 767px) {
    .navbar-fixed .img-responsive {
        width: 150px;
    }
}

.navbar-fixed.visible {
    pointer-events: inherit;
    opacity: 1;
}

.navbar-fixed .contact {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-fixed .tel {
    margin-top: 5px;
}

.navbar-fixed .tel span {
    display: inline-block;
    font-size: 10px;
    line-height: 1.25;
    text-align: center;
    margin-right: 8px;
}

.navbar-fixed .tel a {
    color: inherit;
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
}

.navbar-fixed .btn-contact {
    background-color: #0054FF;
    border-radius: 0px;
    color: #fff;
}

.blue-circle {
    background-color: #0054FF;
    color: #fff;position: relative;
    border-radius: 100%;
    height: 75px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0px auto 30px auto;
    font-size: 22px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .blue-circle.lg {
        height: 150px;
        width: 150px;
        font-size: 32px;
        font-weight: bold;
    }
}

.blue-circle.img {
    padding-top: 48px;
    font-size: 8px;
    letter-spacing: 0px;
    font-weight: bold;
    display: inline-block;
    line-height: 1.5;
}

.blue-circle.img .img-container {
    position: absolute;
    top: -5px;
    height: 50px;
    width: 100%;
}

.blue-circle.img .img-container img {
    height: 50px;
    margin: auto;
}


@media screen and (min-width: 768px) {
    .blue-circle.lg.img {
        padding-top: 85px;
        font-size: 18px;
    }

    .blue-circle.lg.img .img-container {
        top: -5px;
        height: 85px;
    }

    .blue-circle.lg.img .img-container img {
        height: 85px;
    }
}

#front {
    background-image: url('../img/top_bg.jpg');
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    overflow: hidden;
    position: relative;
}

#front .under-line {
    border-bottom: 8px solid #0054FF;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 20px;
    font-size: 26px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    #front .under-line {
        font-size: 18px;
    }
}

#front .subscribe {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

#examples {
    background-color: #DDDDDD;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}

#examples h1 {
    font-size: 18px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;  
    font-weight: bold;
    color: #0054FF;
    position: relative;
    display: inline-block;
}

#examples h1:before {
    content: url('../img/arrow_b.svg');
    position: absolute;
    top: -3px;
    right: 450px;
    height: 1px;
    width:  1000px;
}

#examples .item {
    background-color: #fff;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    margin-bottom: 30px;
}

#examples .item span {
    background-color: #0054FF;
    color: #fff;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-right: 10px;
}

#details {
    padding-top: 45px;
    padding-bottom: 45px;
}

#details hr {
    margin: 30px 0px 45px 0px;
}

#details h1 {
    position: relative;
    margin: 0px 0px 15px 0px;
    padding-left: 85px;
    font-size: 32px;
    line-height: 42px;
    color: #0054FF;
    font-weight: bold;
}

#details h1 .blue-circle {
    position: absolute;
    top: 5px;
    left: 0px;
}

#details h3 {
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    padding-bottom: 5px;
    margin: 5px 0px 5px 0px;
    font-weight: bold;
}

#details h3.blue {
    color: #0054FF;
}

#details .sub-text {
    font-size: 12px;
}

#details b.red {
    color: #F01A4A;
    font-size: 16px;
    margin-right: 5px;
}

#details b.blue {
    color: #0054FF;
    font-size: 16px;
    margin-right: 5px;
}

#details .img-details {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

#details .img-details img {
    width: 100%;
}

#details .img-details .img-item {
    padding: 0px 10px;
}

#details .img-details .img-item span {
    display: block;
    text-align: center;
    font-size: 12px;
}

#details .img-details .img-item:nth-child(1) {
    width: 25%;
}

#details .img-details .img-item:nth-child(2) {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40%;
    height: 100px;
    padding: 30px 40px 0px 25px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

#details .img-details .img-item:nth-child(3) {
    width: 35%;
}

#details .chart {
    background-image: url(../img/chart_saving.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 225px;
    position: relative;
}

#details .chart-header,
#details .chart,
#details .chart-footer {
    width: 500px;
    margin: 0px auto 15px auto;
}

#details .chart .lsc,
#details .chart .rst,
#details .chart .rsb {
    position: absolute;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

#details .chart .lsc {
    top: 75px;
    left: 65px;
    font-size: 26px;
}

#details .chart .rst {
    top: 20px;
    right: 100px;
    padding: 5px 0px 5px 35px;
    font-size: 18px;
    color: #F01A4A;
    background-image: url('../img/coins_stacked.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
}

#details .chart .rsb {
    top: 90px;
    right: 100px;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    #details .chart-header,
    #details .chart,
    #details .chart-footer {
        width: 300px;
        margin: 0px auto 15px auto;
    }
    #details .chart-header .btn,
    #details .chart,
    #details .chart-footer p,
    #details .chart-footer b {
        font-size: 8px;
    }
    #details .chart {
        height: 130px;
    }
    #details .chart .lsc {
        top: 40px;
        left: 35px;
        font-size: 18px;
    }
    #details .chart .rst {
        top: 10px;
        right: 65px;
        padding: 5px 0px 5px 20px;
        font-size: 12px;
        background-size: 15px;
    }
    #details .chart .rsb {
        top: 50px;
        right: 60px;
        font-size: 14px;
    }
}

#flow {
    background-image: url('../img/partnership_bg.jpg');
    background-position: center right;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}

#flow h1 {
    text-align: center;
    color: #fff;
    font-weight: bold;
}

#flow ul {
    list-style: none;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 0px -15px 0px -15px;
    padding: 0px;
}

#flow ul li {
    width: 100%;
}

#flow ul li .box {
    background-color: #fff;
    min-height: 300px;
    padding: 15px;
    margin: 15px;
    position: relative;
} 

#flow ul li .box:after {
    content: '》';
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 135px;
    right: -30px;
    z-index: 5;
}

#flow ul li:last-child .box:after {
    content: '';
}

#flow ul li .box .title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

#flow ul li .box .img {
    width: 40%;
    margin: 15px auto 15px auto;
}

#flow ul li .box .img span {
    font-size: 52px;
    text-align: center;
    width: 100%;
    margin-top: 60px;
    color: #0054FF;
}

#flow ul li .box .desc {
    font-size: 12px;
}

#flow .flow-footer {
    background-color: #fff;
    color: #0054FF;
    font-weight: bold;
    text-align: center;
    padding: 8px 15px;
}

@media screen and (max-width: 767px) {
    #flow ul {
        display: block;
    }
    #flow ul li .box:after {
        content: '';
    }
}

#difference {
    padding-top: 30px;
    padding-bottom: 30px;
}

#difference h1 {
    display: inline-block;
    width: auto;
    border-bottom: 8px solid #0054FF;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-top: 15px;
    font-size: 26px;
    font-weight: bold;
}

#difference .header {
    font-size: 22px;
    margin-bottom: 0px;
}

#difference .blue {
    color: #0054FF;
}

#contact {
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #DDDDDD;
}

#contact .btn {
    margin-bottom: 30px;
    border-radius: 50px;
}

#links {
    padding: 15px 8px 5px 8px;
    background-color: #0054FF;
}

#links .links {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#links .links a:first-child {
    border-left: 1px solid #fff;
}

#links .links a {
    color: #fff;
    border-right: 1px solid #fff;
    border-radius: 0px;
    padding: 0px 15px 0px 15px;
}

@media screen and (max-width: 767px) {
    #links .links {
        display: block;
    }
    #links .links a {
        border: none;
    }
    #links .links a:first-child {
        border: none;
    }
}

footer {
    padding: 30px 15px 60px 15px;
}

@media screen and (max-width: 767px) {
    .sidenav {
        height: auto;
        padding: 15px;
    }
    .row.content {
        height: auto;
    }
}


.about .caption {
    color: #0054FF;
    font-weight: bold;
}

.about .problem {
    color: #F01A4A;
    font-weight: bold;
    font-size: larger;
}
