@charset "UTF-8";
html {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -ms-text-size-adjust: 100%;
    font-weight: 300;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    word-break: break-all;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    max-width: 1140px;
}

.navbar-brand {
    width: 200px;
    max-width: 50%;
    margin-right: 0;
}

.navbar-brand img {
    width: 100%;
}

footer {
    background-color: #ecf0f1;
    padding-top: 20px;
    padding-bottom: 75px;
    font-size: 0.9em;
}

footer ul {
    padding: 0;
    margin: 0;
}

footer li {
    list-style: none;
    display: inline-block;
    padding: 0 5px 10px;
}

footer a {
    color: #222;
}

footer a:hover {
    text-decoration: none;
}

.no-top-margin {
    margin-top: 0 !important;
}

.vmiddle {
    vertical-align: middle !important;
}

.custom-border tr td {
    border-top: none !important;
    border-right: 1px solid #dddddd;
}

.custom-border tr td:last-child {
    border-right: none !important;
}

.refresh-icon {
    transform: scale(2.0, 2.0);
    -ms-transform: scale(2.0, 2.0);
    /* IE 9 */
    -moz-transform: scale(2.0, 2.0);
    /* Firefox */
    -webkit-transform: scale(2.0, 2.0);
    /* Safari and Chrome */
    -o-transform: scale(2.0, 2.0);
    /* Opera */
    margin-left: 10px;
}

.website_ico {
    max-height: 126px !important;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}

.website-container {
    padding-bottom: 10px;
    height: 230px;
    max-height: 230px;
}

.item {
    margin-bottom: 5px;
}

td.cell-link a {
    display: block;
    width: 100%;
    height: 100%;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-bottom: 1px solid #dddddd;
}

table tr:last-child td {
    border-bottom: 0;
}


/** INBOX **/

a.mail-link {
    color: #222222;
}

a.mail-link:hover {
    text-decoration: none;
}

.input-group[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.width40pers {
    width: 40% !important;
}

.width30pers {
    width: 30% !important;
}

.progress.moz {
    height: 27px;
    margin: 10px 0
}

.fa-moz {
    vertical-align: middle;
    color: #dddddd;
    cursor: pointer
}

.mb-20 {
    margin-bottom: 2rem;
}

.mt-20 {
    margin-top: 2rem;
}

.padr-5 {
    padding-right: 5px;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 200;
}

.jumbotron {
    margin-bottom: 2rem;
    padding-right: 0;
    padding-left: 0;
}

.card-badge {
    font-size: 14px;
    margin-left: 10px;
}

.badge-icon {
    width: 32px;
    height: 32px;
    margin-left: 10px;
}

.country-pie {
    width: 450px;
    height: 200px;
    margin: 0 auto;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.dropdown-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.inbox-action .dropdown-item i {
    margin-right: 5px;
}

.break-word {
    word-wrap: break-word;
}

#on-sale {
    position: absolute;
    width: 200px;
    top: 50px;
    right: 0px;
    overflow: hidden;
    height: 100px;
    z-index: 2;
}

#on-sale strong {
    color: #fff;
    background-color: #b3232e;
    transform: rotate(27deg);
    text-align: center;
    box-shadow: 0 0 10px rgb(0 0 0 / 18%);
    display: block;
    margin: 15px -90px 0 30px;
}

.badge-alexa-delta {
    margin-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

.badge-alexa-delta>i {
    margin-right: 5px;
}

.form-group.is-invalid .recaptcha_wrapper>div {
    border: 1px solid #df382c;
    border-radius: 3px;
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

td.wd200 {
    width: 200px;
    max-width: 30%;
}

td.wd150 {
    width: 150px;
    max-width: 30%;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

.table-striped tr:last-child td {
    border-bottom: 1px solid #dddddd;
}

.table-striped.sptable td:first-child {
    width: 200px;
}

@media screen and (max-width: 640px) {
    .table-striped.sptable td:first-child {
        width: auto;
    }
    .table-striped.sptable .thead {
        display: none;
    }
    .table-striped.sptable tr {
        width: 100%;
        margin-bottom: 15px;
        display: block;
    }
    .table-striped.sptable td {
        display: block;
        text-align: right;
        width: 100%;
        border-top: none;
        border-left: solid 1px #ccc;
        border-right: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }
    .table-striped.sptable td:first-child {
        background: #eee;
        border-left: solid 1px #ccc!important;
        border-right: solid 1px #ccc!important;
        border-top: solid 1px #ccc!important;
        font-weight: bold;
        text-align: center;
        border: none;
        width: 100%;
    }
    .table-striped.sptable tbody tr:nth-of-type(odd) {
        background-color: #fff;
    }
    .table-striped.sptable td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        margin-right: 10px;
    }
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.pc {
    display: inline-block;
}

.sp {
    display: none;
}

@media (max-width:767px) {
    .sp {
        display: inline-block;
    }
    .pc {
        display: none;
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

.osp {
    display: none;
}

@media (max-width:678px) {
    .navbar {
        padding: .5rem;
    }
}

@media (max-width:400px) {
    .osp {
        display: inline-block;
    }
    .xsp {
        display: none!important;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #27373e;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=radio],
input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #FFF;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input.form-control {
    font-size: 16px;
}

input[type=search] {
    -webkit-appearance: none
}

input[type=date] {
    line-height: 34px
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

.radio label,
.checkbox label {
    display: inline;
    font-weight: 400;
    cursor: pointer
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
    float: left;
    margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type=radio][disabled],
input[type=checkbox][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.form-control-static {
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }
    .form-inline .radio input[type=radio],
    .form-inline .checkbox input[type=checkbox] {
        float: none;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-control-static {
    padding-top: 7px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus {
    color: #27373e;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #27373e;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #27373e;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.navbar .badge {
    padding: 0.25em 0.5em;
    border-radius: 100%;
}

.btn-default .badge {
    color: #fff;
    background-color: #27373e
}

.btn-primary {
    color: #fff;
    background-color: #2babcf;
    border-color: #279aba
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #248fad;
    border-color: #1c7087
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #2babcf;
    border-color: #279aba
}

.btn-primary .badge {
    color: #2babcf;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #17c5a0;
    border-color: #14ae8d
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #13a082;
    border-color: #0e7761
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #17c5a0;
    border-color: #14ae8d
}

.btn-success .badge {
    color: #17c5a0;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #c5d7ff;
    border-color: #abc5ff
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #9cbbff;
    border-color: #6e9bff
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #c5d7ff;
    border-color: #abc5ff
}

.btn-info .badge {
    color: #c5d7ff;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #eb7e12;
    border-color: #d37110
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #c56a0f;
    border-color: #9a530c
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #eb7e12;
    border-color: #d37110
}

.btn-warning .badge {
    color: #eb7e12;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #f34d59;
    border-color: #f13543
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #f02735;
    border-color: #db0f1d
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #f34d59;
    border-color: #f13543
}

.btn-danger .badge {
    color: #f34d59;
    background-color: #fff
}

.btn-link {
    color: #3C81DE;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #58b3a4;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.btn-block+.btn-block {
    margin-top: 5px
}

#domain_name {
    font-size: 16px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%
}

main {
    padding-top: 80px;
}

.img-thumbnail {
    width: 100%;
}

.navbar {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 18%);
    box-shadow: 0 0 10px rgb(0 0 0 / 18%);
}

.navbar .container {
    padding: 0;
}

.estimatebox {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: #fff;
    bottom: 0;
    padding: 7px 7px;
    min-height: 3em;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 18%);
    box-shadow: 0 0 10px rgb(0 0 0 / 18%);
}

.estimatebox_inner {
    max-width: 1140px;
    margin: 0 auto;
}

.estimateboxerror {
    position: absolute;
    top: -30px;
    z-index: 10;
}

.estimateprogress {
    s position: absolute;
    top: 9px;
    z-index: 100;
    width: calc(100% - 10px);
}

#inputarea {
    z-index: 3;
}

#calculating {
    position: absolute;
    top: 5px;
    background: #fff;
    padding: 0 10px 0 0;
    z-index: 2;
    s
}

.bar_out {
    width: 100%;
    background-image: -moz-linear-gradient(45deg, #9C27B0 0%, #2148b1 100%);
    background-image: -webkit-linear-gradient(45deg, #9C27B0 0%, #2148b1 100%);
    background-image: -ms-linear-gradient(45deg, #9C27B0 0%, #2148b1 100%);
    background: linear-gradient(45deg, #9C27B0, #2148b1) fixed;
    border-bottom: 1px solid #ccc;
    height: 6px;
    margin-top: 15px;
}

.bar {
    background: #2148b1;
    background: #dddddd;
    margin: 0;
    float: right;
    height: 6px;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.dropdown-menu {
    padding: 0;
}

@media (max-width:768px) {
    .copyright {
        text-align: center!important;
    }
    footer .links {
        text-align: center;
    }
}

.mt--80 {
    margin-top: -70px;
}

.security-warning {
    color: #eb7e12;
}

.security-safe {
    color: #2b542c;
}

.security-caution {
    color: #b3232e;
}

.input-group-text {
    line-height: 1;
}

#index h3 {
    font-size: 1.2rem;
}

.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

.tab-wrap:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #2babcf;
    display: block;
    order: -1;
}

.tab-wrap a {
    background: LightGray;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    padding: 5px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    flex: 1;
}

.tab-wrap a:not(:last-of-type) {
    margin-right: 5px;
}

.tab-wrap a.active {
    background: #2babcf;
}

.tab-wrap a {
    color: #fff;
    text-decoration: none;
}

.tab-wrap a:hover {
    background: #248fad;
}

.page-item {
    text-align: center;
}

.cus_pagination {
    text-align: center;
    font-size: 0.9em;
    padding: 30px 0;
}

.cus_pagination .page-link {
    border-color: transparent;
    border-radius: 3px;
    margin-left: .1em;
    margin-right: .1em
}

.cus_pagination .page-item {
    display: inline-block;
    list-style: none;
}

.cus_pagination .page-link:focus,
.cus_pagination .page-link:hover {
    text-decoration: none
}

.cus_pagination .page-item.disabled .page-link {
    border-color: transparent
}

.cus_pagination .page-item:first-child .page-link,
.cus_pagination .page-item:last-child .page-link {
    border-radius: 3px
}

.box-header {
    color: #205167;
    font-size: 1.4rem;
}

.box-header i.fa {
    color: #227879;
}

.form-check {
    padding-left: 0em;
}

.form-check-label {
    padding-left: 1.25rem;
}

.breadcrumb {
    text-transform: none;
}

.page-item .page-link {
    border-radius: 100%;
    border: none;
}

.h1,
h1 {
    font-size: 1.8rem;
}

.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

h1.siteworth small {
    font-weight: 100;
    font-size: 0.6em;
}

#website_list a {
    color: #222;
    display: block;
    border: 2px solid transparent;
    border-radius: 5px;
    padding: 2px;
}

#website_list a:hover {
    text-decoration: none;
    border: 2px solid #248fad;
    transition: .5s;
    opacity: .8;
}

#website_list a h3 {
    font-size: 1.2em;
    margin: 5px 0;
}

.raino_panel {
    padding: 5px 0;
    overflow: hidden;
}

.testimonial-item {
    position: relative
}

.testimonial-item .testimonial-content {
    margin-left: 0;
    position: relative;
    background: #fff;
    border-top: 3px solid #3C81DE;
    padding: 15px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
}

#index-intro .imgbox {
    background: #fff;
    padding: 25px;
    width: 130px;
    margin: 0 auto;
    border-radius: 100%;
    margin-top: 10px;
    box-shadow: -2px 6px 13px rgba(64, 109, 171, 0.4), 0 3px 11px rgba(71, 219, 135, 0.4);
}

#index-intro h2 {
    font-weight: normal;
    color: #1b83ba;
    line-height: 1;
}

#index-intro h2 small {
    color: #62b156;
    font-weight: 200;
    font-size: .7em;
}

#index-intro .imgbox img {
    width: 100%;
}

#index-intro .textbox {
    text-align: center;
    margin-top: 10px;
}

@media (max-width:767px) {
    #index-intro .imgbox {
        float: left;
        width: 25%;
        padding: 4%;
    }
    #index-intro .textbox {
        float: left;
        text-align: left;
        margin: 20px 0 0 2%;
        width: calc( 100% - 27%);
    }
}

.particlesjsbox {
    overflow: hidden;
    display: block;
    position: absolute;
    width: 100%;
    height: 50vh;
    top: 0;
    left: 0;
}

@media (max-width:767px) {
    .particlesjsbox {
        height: 83vh;
    }
}

@media (max-width:480px) {
    #country-pie {
        zoom: .7;
    }
    .username {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100px;
        display: -webkit-inline-box;
    }
}

.particlesjs {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
}

#index-intro {
    z-index: 1;
    position: relative;
    margin-bottom: 40px;
}

.toptitle {
    position: relative;
    padding: 1.5rem;
    text-align: center;
    color: #0f6c85;
}

.alert-danger ul,
.alert-danger p {
    margin-bottom: 0;
}

#bay_and_sell {
    background: #fafafa;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 40px;
    font-size: .9em;
}

.selesiteinfo .alert {
    padding: 10px;
    border-radius: 3px;
}

html[lang="ja"] .cc_banner-wrapper {
    display: none;
}

.input-group-prepend {
    height: 2.25em;
}

.input-group-text {
    border-radius: 5px 0 0 5px;
}

.height0 {
    height: 0;
}

#errors.estimateboxerror {
    display: none;
}