:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;
--font-family-sans-serif:-apple-system,"BlinkMacSystemFont","Helvetica Neue",Helvetica,"Arial","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
--font-family-monospace:"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important;
}

body {
    overflow-x: hidden;
    padding-top:140px;
	background-color:#012160;
}
#header-wrap {
	position:fixed;
	top:0px;
	width:100%;
	z-index:20;
	background-color:#012160;
}
#header-top {
	
}
#site-id-wrap {
	display:table-cell;
	vertical-align: middle;
	height:100px;
}
.top-bar {
    background-color: #1f2533;
    color: white;
    font-size: 15px;
    padding: 100px 0px;
}

.text-white {
    color: white;
}

.nav-bar {
    background-color: white;
    padding: 0px 0px;
    /*border-bottom: 1px solid #f47d23 !important;*/
}

.bg-light {
    background-color: #ffffff !important;
}

.nav-btn {
    color: black !important;
    font-weight: bold;
}

.nav-btn:hover {
    color: #f37c20;
    font-weight: bold;
}

.nav-btn:active {
    color: #f37c20;
    font-weight: bold;
}

.active {
    color: #f37c20 !important;
    font-weight: bold;
}

.navbar-brand {
    color: #ffffff !important;
    font-weight: bold;
    font-size: 25px !important;
}

.navbar-brand2 {
    color: #f47d23;
}
.nav-link {
    color: rgba(255,255,255,1.0) !important;
}
.navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1.0) !important;
}
.banner {
    width: 100%;
}

.banner-text {
    position: absolute;
    margin-left: 10%;
    padding-top: 6%;
    color: white;
    z-index: 1000000000;
    top: 18%;
}

.btn-banner {
    background-color: #24b540;
    color: white;
    font-weight: bold;
}

.aft-banner {
    background-color: #1f2533;
    color: white;
    padding: 15px 0px;
}

.signup {
    background-color: #1f2533;
    color: white;
    padding: 35px 0px;
}

.g-box {
    background-color: #24b540;
    padding: 10px;
    font-size: 22px;
    text-align: center;
    width: 160px;
    position: absolute;
    top: -25px;
}

.orange {
    color: #f47d23;
}

.domains {
    padding-bottom: 10px;
    border-bottom: 1px solid #f47d23;
    margin-bottom: 10px;
    text-align: center;
}

.btn-org {
    background-color: #f47d23;

    border: 2px solid #f47d23;
    color: white;
}

.btn-brop {
    background: #272727;
    color: white;
    width: 60px;
}

.heading {
    color: #24b540;
    font-weight: bold;
    text-align: center;
}

.smoke {
    background-color: whitesmoke;
    padding: 80px 0px;
}

.price-box {
    background: #fbfbfb;
    text-align: center;
    border: 1px solid silver;
    padding: 25px 15px;
}

.text-org {
    color: #f47d23
}

.gr-line {
    border-bottom: 1px solid #24b540;
    margin: 10px;
}

.price-box-dark {
    background: #1f2533;
    text-align: center;
    color: white;
    border: 1px solid silver;
    padding: 50px 15px;
    margin-top: -25px;

}

.text-gr {
    color: #24b540;
}

.white {
    background-color: white;
    padding: 80px 0px;
}

.bfont {
    font-size: 30px !important;
}

.features {
    color: gray;
    padding: 10px 0px;
}

.bordery {
    border-right: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
    padding: 20px;
    position: relative;
}

.bordery::after {
    background-color: white;
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    width: 50px;
}

.bordery::after {
    bottom: -1px;
    right: -1px;
}

.bordery::before {
    top: -1px;
    left: -1px;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}

#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
}

#quote-carousel .carousel-indicators li {
    width: 100px;
    height: 100px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}

#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
    color: #f47d23;
}

.item blockquote p:after {
    content: "\f10e";
    font-family: 'Fontawesome';
    float: right;
    margin-right: 10px;
    margin-bottom: 15px;
    color: #f47d23;
}

.testi {
    background-color: #1a2634;
    color: white;
    font-weight: 100;
    padding: 20px;
    margin-bottom: 0px;
}

.down-ar {
    font-size: 80px !important;
    color: #1a2634;
    line-height: 0 !important;
    margin-top: 8px;
    text-align: center;
}

.text-dark {
    color: #1a2634;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
}

.dark {
    background-color: #3a3a3a;
    padding: 50px 0px;
}

.nsavbar-brand {
    color: #24b540;
    font-weight: bold;
    font-size: 25px !important;
}

.darker {
    background-color: #1d1d1d;
    padding: 20px 0px;
}

.login {
    font-size: 14px;
    text-align: right;
}

.navi {
    position: absolute;
    right: 1%
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.2em !important;
    height: 1.2em !important;
}

.wordpress {
    position: absolute;
    z-index: -1;
}

.wordpress-bg {
    background-image: url(../img/wordpress.jpg);
    padding-top: 9%;
    height: 250px;
}

.icons {
    font-size: 22px;
    color: white;
    font-weight: bold;

}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.input-group {
    margin-top: 4%;
}

input.dark-bg {
    background: #272727;
}

#fh5co-footer i.fa {
    color: #fff;
    font-size: 30px;
}

#fh5co-legal a{
    color: #fff;
}

#fh5co-legal a.text-gr{
    color: #24b540;
}

table {
    width: 100%;
}

.js .animate-box {
    opacity: 0;
}

@media (max-width: 786px) {

    .login {
        font-size: 14px;
        text-align: center;
    }

    .navbar-brand {
        /*color: #24b540 !important;*/
        font-weight: bold;
        font-size: 20px !important;
        padding-left: 10px;
    }

    .navi {
        position: inherit;
        right: 8%;
        margin-left: 5%;
    }

    .aft-banner {
        background-color: #1f2533;
        color: white;
        padding: 15px 5%;
    }

    .bordery {
        border-right: 0px solid gainsboro;
        border-bottom: 0px solid gainsboro;
        padding: 20px;
        position: relative;
    }

    .wordpress {
        position: absolute;
        z-index: -1;
        width: 220%;
        margin-left: -50%;
    }

    body {
        font-family: 'Raleway', sans-serif !important;
        overflow-x: hidden;
    }

    .signup {
        background-color: #1f2533;
        color: white;
        padding: 35px 5%;
    }

    .h2, h2 {
        font-size: 1.6rem;
    }

    .h3, h3 {
        font-size: 1.3rem;
    }

    .price-box {
        background: #fbfbfb;
        text-align: center;
        border: 1px solid silver;
        padding: 25px 15px;
        margin-bottom: 45px;
    }

    .price-box-dark {
        background: #1f2533;
        text-align: center;
        color: white;
        border: 1px solid silver;
        padding: 50px 15px;
        margin-top: -25px;
        margin-bottom: 25px;
    }

    .navbar-light .navbar-toggler {
        color: rgba(74, 74, 74, 0.5);
        border-color: rgba(0, 0, 0, .1);
        margin-right: 10px;
    }

    .mtext-center {
        text-align: center;
    }

    .icons {
        font-size: 22px;
        color: white;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: -10px;
    }

}
* { font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","Lucida Grande",Geneva,Arial,Verdana,sans-serif !important; }
h1, h2, h3, h4, h5, h6 { font-weight:bold!important;}

#b1, #b2, #b3, #b4, #b5, #b6, #b7, #b8 {cursor:pointer;} 
.bg-primary {background-color:#002B69 !important;}

#site-id {width:100%;max-width:1200px;}
#header_info {line-height:0.9rem;font-size:100%;margin-bottom:0px;margin-top:10px;}
.smpbr {display:none;}
#goals {width:138px;border:none;}
#sbs {width:200px;border:none;}
@media screen and (max-width: 1000px) {
#header_info {font-size:80%;margin-top:0px;}
}
@media screen and (max-width: 767px) {
#site-id {/*max-width:250px;*/}
.smpbr {display:inline;}
#goals {width:70px;}
}
.t_title {font-weight:bold;text-indent:1rem;border-left: 3px solid;border-bottom: 1px solid;}
.about_border {border-color:#dc3545;color:#dc3545;}
.access_border {border-color:#036EB8;color:#036EB8;}
.access_color {color:#036EB8;}
.ind2 {margin-left:2.5rem;}
.waku_chu {border: 1px solid;border-color:#dc3545;color:#dc3545;font-size:0.8rem;}

#main-wrap {width:100%;background: linear-gradient(#074487, #033D72);}
.btn-success {background-color:#00B050;background:url(../images/btn-bk-g.png?d=0908);font-family:"Hiragino Kaku Gothic";border-radius: 0%;}
.btn-primary {background-color:#0070C0;background:url(../images/btn-bk-b.png?d=0908);font-family:"Hiragino Kaku Gothic";border-radius: 0%;}
.btn-success:hover {border:solid 2px #00B050;}
.btn-primary:hover {border:solid 2px #0070C0;}
.btn-lg {font-weight:bold;}