html:root {
    width: 100%;
    height: 100%;
    font-size: 16px;
    scroll-behavior: smooth;
}

body,
select,
input,
textarea,
button {
    /*background-color: #000;*/
    margin: 0;
    /*color: #ffffff;*/
    font-family: "Noto Sans JP", Hiragino Kaku Gothic ProN, Hiragino Sans, BIZ UDPGothic, Meiryo, sans-serif;
    font-weight: 500;
/*    letter-spacing: 0.06rem;*/
    letter-spacing: 0.1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
/*    line-height: 36px;*/
    line-height: 1.8;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-overflow-scrolling: touch;
}

a {
    color: #38383a;
    text-decoration: unset;
}

a:hover {
    opacity: 0.5;
}

body {
    font-feature-settings: "palt";
    overflow-x: hidden;
    max-width: 100vw;
}

ol,
ul {
    overflow-wrap: break-word;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}

header > span.ov {
    background-color: #00000080;
    width: 100vw;
    height: 0;
    position: absolute;
}

header.active > span.ov {
    height: 100vh;
}

h1{
font-size: 0.5em;
}

section { 
    overflow: hidden;
}

.cybercats-hdr {
    background-color: #FFF;
    border-radius: 0 0 10px 0;
    line-height: 1;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 8%);
    position: relative;
    z-index: 1;
}

.cybercats-hdr_bar {
    padding: 22px 35px;
}

.cybercats-hdr_logo {
    align-self: center;
    padding: 0 35px 0 0;
}

.cybercats-hdr_logo img {
    width: 227px;
    height: auto;
}

.cybercats-hdr_title {
    padding: 0 34px;
    align-self: center;
    height: fit-content;
}

.cybercats-hdr_title img {
    width: 93px;
    height: 10px;
}

.cybercats-hdr_burger {
    padding: 14px 26px;
    border: none;
    background: unset;
    border-left: 1px solid rgba(56, 56, 58, 0.2);
    border-right: 1px solid rgba(56, 56, 58, 0.2);
}

.cybercats-hdr_burger .box {
    position: relative;
    width: 26px;
    height: 16px;
    cursor: pointer;
}

.cybercats-hdr_burger .box span,
.cybercats-hdr_burger .box span:before,
.cybercats-hdr_burger .box span:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
}

.cybercats-hdr_burger .box span {
    top: 50%;
    transform: translateY(-50%);
}

.cybercats-hdr_burger .box span:before {
    top: -7px;
    transition: 0.5s ease;
}

.cybercats-hdr_burger .box span:after {
    top: 7px;
    transition: 0.5s ease;
}

header.active .cybercats-hdr_burger .box span {
    height: 0;
}

header.active .cybercats-hdr_burger .box span:before {
    transform: rotate(225deg);
    top: 0;
}

header.active .cybercats-hdr_burger .box span:after {
    transform: rotate(-225deg);
    top: 0;
}

.cybercats-hdr_inline {
    padding: 0 10px 0 40px;
    font-size: 1.2rem;
    line-height: 18px;
    color: #000;
    height: fit-content;
    align-self: center;
}

.cybercats-hdr_nav {
    font-size: 1.2rem;
    transition: max-height 0.5s ease;
    max-height: 0;
    overflow: hidden;
}

header.active .cybercats-hdr_nav {
    max-height: 400px;
}

.cybercats-hdr_nav-inner {
    margin: 60px 40px;
}

.cybercats-hdr_navmenu li {
    padding: 0 0 30px;
    list-style: none;
}

section.cybercats-top {
    position: relative;
    width: 100%;
    height: 70vh;
    min-height: 500px;
}
body#top section.cybercats-top {
    height: 100vh;
    max-width: 100vw; 
}

.cybercats-bnr {
    width: 100%;
    height: 100vh;
    position: fixed;
}

body#top .cybercats-bnr  {
    height: 100%;
    max-width: 100vw; 
}
body#top .cybercats-bnr .owl-carousel,
body#top .cybercats-bnr .owl-stage-outer,
body#top .cybercats-bnr .owl-stage,
body#top .cybercats-bnr .owl-item,
body#top .cybercats-bnr .item   {
    height: 100%;
}
body#top .cybercats-bnr div.cybercats-top_main-txt {
    height: auto;
    top: 65%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 1;
    line-height: 1.5 !important;
}

body#top .cybercats-bnr .top-btn-buysell {
    display: block;
    height: auto;
    margin: 40px 0 0;
}
body#top .cybercats-bnr .top-btn-buy,
body#top .cybercats-bnr .top-btn-sell {
    display: inline-block;
    height: auto;
    padding: 10px;
    border-radius: 10px;
    width: 170px;
    font-size: 1.5rem;
    text-align: center;
    color: #FFF;
    line-height: 1.5 !important;
}
body#top .cybercats-bnr .top-btn-sell {
    margin: 0 10px 0 0;
    /*background: #95b3d7;*/
    /*background: #103664;*/
    background: #b8cce4;
}
body#top .cybercats-bnr .top-btn-buy {
    margin: 0 0 0 10px;
    /*background: #d99694;*/
    /*background: #cf332e;*/
    background: #e5b8b7;
}
.top-btn-buysell a.top-btn-sell:hover {
    opacity: 0.7;
}

.top-btn-buysell a.top-btn-buy:hover {
    opacity: 0.7;
}

/*body#top .cybercats-bnr .item .top-btn-buy,
body#top .cybercats-bnr .item .top-btn-sell {
    position: absolute;
    transform: translateY(-50%);
    height: auto;
    padding: 10px;
    border-radius: 10px;
    top: 55%;
    width: 170px;
    font-size: 1.5rem;
    text-align: center;
    color: #FFF;
}
body#top .cybercats-bnr .item .top-btn-sell {
    left: 32%;
    background: #95b3d7;
}
body#top .cybercats-bnr .item .top-btn-buy {
    right: 32%;
    background: #d99694;
}*/


.cybercats-bnr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /*filter: brightness(0.5);*/
    filter: brightness(0.8) contrast(0.9) saturate(0.9);
}

.cybercats-bnr .cybercats-bnr_overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #181819;
}

.cybercats-top_main-txt {
    font-family: YuGothic, "Yu Gothic", Hiragino Kaku Gothic ProN, Hiragino Sans, BIZ UDPGothic, Meiryo, sans-serif;
    font-size: 2.5vw;
    line-height: 4.125vw;
    text-shadow: 0 3px 15px rgb(0 0 0 / 30%);
    position: absolute;
    /*top: 50%;*/
    top: 38%;
    left: 20%;
    transform: translateY(-50%);
    transition: line-height 0.5s;
    font-weight: 900;
    color: #FFF;
}

.cybercats-top_main-txt span {
    padding-top: 30px;
    font-family: arboria, sans-serif;
    font-weight: 300;
    font-size: 1.75vw;
/*    font-size: 22px;*/
    line-height: 1.75vw;
    text-shadow: 0 1px 5px rgb(0 0 0 / 30%);
font-weight: 900;
}

.cybercats-top_side-menu {
    position: absolute;
    top: 80px;
    right: 100px;
    transition: right 0.5s;
font-weight: 900;
}

.cybercats-top_side-menu ul {
    list-style: none;
    font-size: 1.2rem;
}

.cybercats-top_side-menu ul li {
    margin: 0px 0 5px;
    transition: margin 0.2s;
}

.cybercats-tbl1 {
    text-align: left;
}

.cybercats-tbl1 table {
    width: 100%;
    border-collapse: inherit;
    font-size: 1.2vw;
}

.cybercats-tbl1 table tr td {
    text-align: left;
    border: 1px solid #181819;
/*    padding: 5px;*/
    padding: 20px;
    background-color: #eee;
    color: #000;
    line-height: 1.8;
}

.cybercats-tbl1 table tr td:first-child {
    background-color: #000;
    color: #fff;    
    width: 15%;
}

.cybercats-tbl1 table tr td:last-child {
    width: 35%;
}

/* REUSABLE STYLING ------------------------- */

.cybercats-container_style1 {
    width: calc(100% - 240px);
    margin: 0 auto;
    /*padding: 120px;*/
    margin: 120px auto;
}

.cybercats-container_style2 {
    position: relative;
    width: calc(100% - 100px);
    margin: 35px auto 0;
    color: #38383a;
}

.cybercats-container_style2:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index: 0;
    border-radius: 20px;
    transition: transform 0.3s, border-radius 0.3s;
    transform: scale(1);
}

.cybercats-container_style2.focus:before {
    transform: scale(1.5, 1.05);
    border-radius: 0;
}

.cybercats-container_style2-inner {
    position: relative;
    z-index: 2;
    padding: 70px;
    max-width: 1400px;
    margin: 0 auto; 
}

.cybercats-mainbody section:last-child .cybercats-container_style2 {
    margin: 35px auto;
}

.cybercats-container_style3 {
    width: calc(100% - 100px);
    margin: 0 auto;
    padding: 120px 50px;
}

.cont-max_1-2k {
    max-width: 1200px;
    margin: 0 auto;
}

.cybercats-flex_container {
    display: flex;
    justify-content: flex-end;
    align-content: stretch;
    width: 100%;
}

.cybercats-flex_container_company {
    justify-content: flex-start;
}

.cybercats-flex_container.fl-wrap {
    flex-wrap: wrap;
}

.cybercats-flex_container > div:last-child {
    padding-right: 0;
}

.cybercats-flex_autocol {
    width: auto;
}

.cybercats-flex_5col {
    width: 5%;
}

.cybercats-flex_10col {
    width: 10%;
}

.cybercats-flex_20col {
    width: 20%;
}

.cybercats-flex_30col {
    width: 30%;
}

.cybercats-flex_35col {
    width: 35%;
}

.cybercats-flex_33col {
    width: calc(100% / 3);
}

.cybercats-flex_50col {
    flex: 100%;
    max-width: 50%;
    padding-right: 1.5vw;
}

.cybercats-flex_42col {
    flex: 100%;
    max-width: 42%;
}
.cybercats-flex_16col {
    flex: 100%;
    max-width: 42%;
}

.cybercats-flex_60col {
    flex: 100%;
    max-width: 60%;
    padding-right: 1.5vw;
}

.cybercats-flex_40col {
    flex: 100%;
    max-width: 40%;
    padding-right: 1.5vw;
}

.cybercats-flex_100col {
    width: 100%;
}

.cybercats-flex_vcenter {
    align-self: center;
}

.cybercats-flex_fl-pd-35px {
    padding-right: 35px;
}

.cybercats-title {
    position: relative;
    padding: 0 0 3.75vw 3.75vw;
    display: block;
    font-family: arboria, sans-serif;
    font-weight: 300;
    font-size: 2.375vw;
    line-height: 2.375vw;    
}

.cybercats-title.right {
    text-align: right;
    padding: 0 3.75vw 3.75vw 0;
}

.cybercats-title.center {
    text-align: center;
    padding: 0 0 3.75vw 0;
}

.cybercats-title:before {
    /*
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #38383a;
    top: 0.5625vw;
    width: 1.75vw;
    height: 1.75vw;
    border-radius: calc(1.75vw / 2);
*/
}

.cybercats-title.right:before {
    left: unset;
    right: 0;
}

.cybercats-title.red:before {
    /*    background-color: #4DD965;*/
}

.cybercats-hx_28vw {
    font-size: 1.75vw;
    line-height: 5.5vw;
}

.cybercats-hx_24vw {
    font-size: 1.5vw;
    line-height: 2.875vw;
}

.cybercats-op_70 {
    opacity: 0.7;
}

.cybercats-sustainability_accordion {
    cursor: pointer;
    position: relative;
    display: flex !important;
    border-bottom: 1px solid rgba(24, 24, 25, 0.2);
/*    border-top: 1px solid rgba(24, 24, 25, 0.2);*/
}

.cybercats-sustainability_accordion1 {
    border-top: 1px solid rgba(24, 24, 25, 0.2);
}

.cybercats-sustainability_collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.cybercats-sustainability_accordion.active .cybercats-sustainability_collapse {
    max-height: 100vh;
}

.cybercats-sustainability_qnum {
    padding: 50px 0;
/*    font-size: 6rem;*/
    font-size: 1.8rem;
    line-height: 62px;
    font-weight: 600;
}

.cybercats-sustainability_qnum img {
    width: 70px;
    margin-right: 15px;
    vertical-align: middle;
    height: 60px;
    object-fit: contain;
}

.cybercats-sustainability_question {
    font-size: 1.75vw;
    line-height: 3.5vw;
}

.cybercats-sustainability_answer {
    padding: 0px 0 0 1.5vw;
}

.cybercats-flex_50col.cybercats-tbl1 {
    font-size: 1.5rem;
}

ul.cybercats-sustainability_answer {
/*    font-size: 1vw;*/
    font-size: 1.2vw;
    margin: 0 0 50px;
}

.fs-num-faq {
    font-size: 1.25vw;
}

.pd-0 {
    padding: 0;
}

.pdb-120 {
    padding-bottom: 120px;
}

.pdb-140 {
    padding-bottom: 140px;
}

.pdt-100 {
    padding-top: 100px;
}

.pdb-150 {
    padding-bottom: 150px;
}

.cybercats-ftr-img-menu {
    width: calc(100% - 20px);
}

.cybercats-contactinfo_contact {
    font-size: 1.8rem;
    line-height: 38px;
    letter-spacing: 3px;
    text-align: center;
}

.cybercats-contactinfo_phone {
    font-size: 6rem;
    line-height: 60px;
    text-align: center;
    padding-bottom: 80px;
}

.cybercats-contactinfo_phone span {
    padding-top: 20px;
    font-family: arboria, sans-serif;
    font-weight: 300;
    font-size: 3.6rem;
    line-height: 38px;
}

.contact-form-st1 {
    width: 100%;
    border-collapse: inherit;
    margin: 30px 0;
}

.contact-form-st1 tr td:first-child {
    width: 30%;
    max-width: 250px;
    background-color: #0aa387;
    border: 1px solid #181819;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: middle;
}

.contact-form-st1 tr td {
    background-color: #eee;
    border: 1px solid #181819;
    font-size: 13px;
    padding: 20px 20px;
}

.contact-form-st1 tr td:last-child {
    padding: 20px;
}

.inquiry-privacy-policy {
    background-color: #fff!important;
    color: #000!important;
    border: unset!important;
}

.contact-form-st1 tr td .form-group {
    margin-bottom: 0;
}

.contact-form-st1 tr td input[type=text] {
    height: 20px;
}

input:focus {
    outline: none;   
}

textarea:focus {
    outline: none;   
}

.contact-form-st1 tr td input[type=text],
.contact-form-st1 tr td textarea {
    width: 100%;
    float: left;
    border: none;
    border-radius: 0;
    border: 1px #E6E6E6 solid;
    padding: 10px 10px;
    box-shadow: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #000;
font-weight: 600;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-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;
}

tr.tr_btn button {
    width: fit-content;
}

button#btn_submit {
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
}

button#btn_reset {
    background-color: #fff;
    color: #000;
    padding: 10px;
}

.contact-form-st1 tr:last-child td {
    background-color: transparent;
    border: unset;
}

tr.tr_btn {
    text-align: center;
}

.contact-form-st1 tr td textarea {
    height: 140px;
    resize: none;
}

.contact-form-st1 tr td input[type=text],
.contact-form-st1 tr td textarea {
    width: 100%;
    float: unset;
    border: none;
    border-radius: 0;
    border: 1px #E6E6E6 solid;
    padding: 10px 5px 10px 7px;
    box-shadow: none;
}


.cybercats-mainbody {
    background-color: #181819;
    background-color: #0aa387;
    padding-bottom: 1px;
    position: relative;
}

#cybercats-intro {
    height: 100vh;
font-weight: 900;
}

.cybercats-intro_title {
    width: 50%;
font-weight: 900;
}

.cybercats-intro_content {
    font-size: 1.25vw;
    line-height: 3.75vw;
    width: 50%;    
}

.add-text-shadow {
    text-shadow: 2px 2px 2px #000;
}

.cybercats-overview_image img {
    width: 100%;
}

.cybercats-overview_right {
    font-size: 1rem;
    padding: 0 0 0 20px;
}

.tal-c {
    text-align: center;
}

.mgb-100 {
    margin-bottom: 100px;
}

.cybercats-tbl2 table {
    width: 100%;
}

.cybercats-tbl2 tr td:first-child {
    width: 30%;
    max-width: 250px;
    background-color: #181819;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
}

.cybercats-tbl2 tr td {
    /*background-color: #F6F6F6;*/
    background-color: #eee;
    border: 1px solid #FFF;
    font-size: 13px;
    padding: 20px 20px;
    text-align: center;
}

.cybercats-pricing-tbl tr:nth-child(1) td:nth-child(2) {
    background-color: #181819;
    color: white;
}

.cybercats-pricing-tbl tr:nth-child(1) td:nth-child(3) {
    background-color: #181819;
    color: white;
}

.cybercats-pricing-tbl tr:nth-child(1) td:nth-child(4) {
    background-color: #181819;
    color: white;
}

.cybercats-pricing-tbl tr td img {
    width: 30px;
}

.cybercats-works_proj img {
    width: 100%;
}

footer.cybercats-footer { 
    z-index: 2; 
    position: relative; 
    width: 100%; 
    /* background-color: #0AA387; */ 
    background-image: url(img/slider01.png); 
    color: #ffffff; 
    padding: 40px 0; 
    background-repeat: no-repeat; 
    background-size: 100%; 
    background-position-y: -30px; 
    height: 410px; 
}

.cybercats-ftr_btm {
    margin: 0 auto;
    width: 80%;
}

.cybercats-ftr_addr {
    display: block;
    padding-top: 140px;
    font-size: 1.4rem;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
}

.cybercats-ftr_copyright {
    display: block;
    margin-top: 30px;
    line-height: 0;
    color: #000;
    opacity: 0.5;
    font-family: arboria, sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 12px;
}

.cybercats-ftr_menu {
    list-style: none;
}

.cybercats-btn_style1 {
    border-radius: 10px;
    /* width: 100%;*/
    height: 10vw;
    position: relative;
    overflow: hidden;
    width: calc(100% - 20px);
    display: block;
}

a.cybercats-btn_style1:hover {
    opacity: 1;
}

.cybercats-btn_style1 img {
    -webkit-transition-property: transform, filter;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0, 0.7, 0, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    filter: brightness(0.6);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
}

.cybercats-btn_style1:hover img {
    filter: brightness(1);
    transform: scale(1.2);
}

.cybercats-btn_style1 p {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2vw;
    width: 100%;
    text-align: center;
}

/*.cybercats-contactbtn .cybercats-btn_style2:first-child {
    padding-right: 15px;
}
.cybercats-contactbtn .cybercats-btn_style2:nth-child(2) {
    padding-left: 15px;
}*/
.cybercats-btn_style2-link {
    flex: 100%;
    padding: 60px;
    font-size: 45.6px;
    line-height: 68.4px;
    background-color: #FFF;
    display: flex;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: color 0.3s;
}

.cybercats-btn_style2-link p {
    position: relative;
    z-index: 1;
}

a.cybercats-btn_style2-link:hover {
    opacity: 1;
}

.cybercats-btn_style2-link::before {
    content: "";
    position: absolute;
    width: 1vw;
    height: 1vw;
    border-radius: 50%;
    background-color: #fe1515;
    top: 1vw;
    right: 1vw;
    z-index: 0;
    transition: transform 0.3s;
}

.cybercats-btn_style2-link:hover {
    color: #FFF;
}

.cybercats-btn_style2-link:hover::before {
    transform: scale(100);
}

.cybercats-ftr_menu li {
    font-size: 1.6rem;
}

.cybercats-ftr_menu li a {
    color: #fff;
}

.cybercats-contactinfo_phone a {
    color: #fff;
}

.cybercats-flex_33col a {
    color: #fff;
}

.cybercats-hdr_navmenu a {
    color: #000;
}

.cybercats-flex_50col.cybercats-tbl1 a {
    color: #000;
}

.cybercats-top_side-menu a {
    color: #fff;
}

.cybercats_ind_news {
    background-color: #eee;
    color: #000;
    padding: 0 20px;
    overflow: auto;
    height: 500px;
    border: 15px solid #EEE;
    border-width: 15px 0;
}

div.cybercats_ind_news::-webkit-scrollbar {
    width: 12px;
    height: 100%;
}

div.cybercats_ind_news::-webkit-scrollbar-thumb {
    background-color: #BBB;
    border-radius: 12px;
}

.cybercats_ind_news_item {
    padding: 15px;
    background-color: #FFF;
    box-shadow: 0 0 20px #ddd;
    border-radius: 20px;
    margin: 0 0 15px;
    transition: transform 0.5s;
}

.cybercats_ind_news_item:hover {
    transform: scale(1.025);
}

.cybercats_rss_item_container {
    display: flex;
    width: 100%;
}

.cybercats_rss_item_img {
    flex: 100%;
    max-width: 200px;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 20px 0 0;
}

.cybercats_rss_item_img a {
    opacity: 1;
}

.cybercats_rss_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 2s;
}

.cybercats_ind_news_item:hover .cybercats_rss_item_img img {
    transform: scale(1.1);
}

.cybercats_rss_item_content {
    flex: 100%;
}

.cybercats_ind_new_date {
    font-size: 16px;
    width: 100%;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #CCC;
    padding: 0 0 7px;
}

.cybercats_ind_new_date:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #15b1fe;
    border-radius: 50%;
    display: inline-block;
    margin: 0 10px 0 0;
}

.cybercats_ind_new_txt {
    font-size: 14px;
}


/* OVERRIDE STYLING (PUT AT BOTTOM) -------------------------- */

.pdb-100 {
    padding-bottom: 100px;
}

.pdb-70 {
    padding-bottom: 70px;
}

.pdb-50 {
    padding-bottom: 50px;
}

.mgt-60 {
    margin-top: 60px
}

.maos_fade-up {
    transform: translateY(10%);
    opacity: 0;
    transition: transform 0.5s, opacity 0.5s;
}

.maos_fade-up.maos_animate {
    transform: translateY(0);
    opacity: 1;
}

/* Custom */
.logo-cat-white {
    width: auto;
    height: 3.55vw;
    vertical-align: middle;
}

.logo-cat-black {
    width: auto;
    height: 3.55vw;
    vertical-align: middle;
}

.img-logo-black {
    width: auto;
    height: 3.50vw;
    vertical-align: middle;
}

.column-3 {
/*    width: 33.33333%;*/
}

.wrapper {
    width: 100%;
    max-width: calc(1200px + (2.917vw * 2));
    margin: 0 auto;
    padding: 0 2.917vw;
    position: relative;
}

.wrapper.wide {
    max-width: calc(1366px + (2.917vw * 2));
    padding: 0 2.917vw;
}

.blog-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.sns-wrap {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.sns-item {
    flex-basis: 25%;
}

.sns-item img {
    width: 40px;
    height: 40px;
}

.sp-show {
    display: none;
}

.pc-show {
    display: inline-block;
}

.img-company {
    padding-left: 20px;
    width: 100%;
/*    height: 99.7%;*/
    height: 100%;
    object-fit: cover;    
}

.sp-none {
    display: block;
}

.show-sp {
    display: none!important;
}
/*------------------------
  Blog
------------------------*/
.blog__sect .heading--large {
    margin-bottom: 30px;
    margin-bottom: 2.5vw;
}

.blog__sect .btn-link {
    margin: 90px auto 0;
    margin: 7.5vw auto 0;
}

.blog__sect .blog__row {
    display: flex;
    flex-wrap: wrap;
    margin: 60px -30px 0;
    margin: 5vw -2.5vw 0;
}

.blog__sect .blog__item {
    padding: 0 30px;
    padding: 0 2.5vw;
}

.blog__sect .blog__item a {
    display: block;
}

.blog__sect .blog__item a:hover .blog__image img {
    transform: translate(-50%, -50%) scale(1.02);
}

.blog__sect .blog__image {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.blog__sect .blog__image::before {
    content: '';
    padding-bottom: calc(252 / 373 * 100%);
    display: block;
}

.blog__sect .blog__image img {
    border-radius: 6px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .2s;
    -webkit-transition: all .2s;
}

.blog__sect .blog__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
    margin: 1.25vw 0;
}

.blog__sect .blog__cat {
    background-color: #3594D7;
    border-radius: 6px;
    font-size: 13px;
    font-size: 1.08333vw;
    color: #FFF;
    padding: 0 15px;
    padding: 0 1.25vw;
}

.blog__sect .blog__time {
    font-size: 13px;
    font-size: 1.08333vw;
    color: #8A9097;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.blog__sect .blog__title {
    font-size: 16px;
    font-size: 1.33333vw;
    line-height: 1.875;
}

.button-link a {
    background-color: #000;
    padding: 15px 0;
    display: block;
    max-width: 300px;
    margin: auto;
    color: #fff;
    text-align: center;
    transition: .3s ease;
    font-size: 16px;
}


.cybercats-ftr_logo img {
    width: 75%;
    margin: 0 0 10px;
    height: auto;
}
.cybercats-ftr_logo {
    text-align: right;
}
.cybercats-ftr_info {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}

.company-tbl {
    width: 100%;
    margin: auto 0;
}

.company-tbl tr td {
    border: 1px solid #EFEFEF;
}

.company-tbl tr td:first-child {
    text-align:center;
    font-weight:bold;
    color: #fff;
    background-color: #0AA387;
}

.company-tbl tr td:last-child {
    padding:15px 30px;
}

.cybercats-ftr_info a {
    color: #000;
}

select#お問合せ内容 {
    width: 100%;
    border: hidden;
    padding: 10px;
    background-color: #fff;
    color: #000;
}

.privacy-policy-box {
    height: 250px;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 30px 0;
    overflow-x: auto;
    font-size: 14px;
    white-space: normal;
    font-weight: normal;
}

.inquiry-privacy-title {
    font-size: 16px;
    font-weight: bold;
}

.inquiry-txt {
    font-size: 18px;
    text-align: center;
}

.inquiry-txt2 {
    font-size: 18px;
}

.inquiry-txt3 {
    font-size: 14px;
    font-weight: normal;
}

.inquiry-btn {
    margin: 20px auto 60px;
    background-color: #0aa387;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 15px;
	font-weight: 600;
    text-align: center;
}

.inquiry-btn a {
    color: #fff;
}

.sell-flow {
    background-color: #f2f2f2;
    padding: 50px;
    font-size: 16px;
}

.sell-flow-title {
    font-size: 24px;
    text-align: center;
}

.sell-flow-txt {
    text-align: center;
    margin: 30px 0 20px 0;
}

.sell-flow-blue {
    color: #244061;
    background-color: #dbe5f1;
    padding: 5px;
	font-weight: 600;
}

.sell-flow-red {
    color: #ff0000;
    padding: 5px;
    background-color: #f2dbdb;
	font-weight: 600;
}

.purchase-tbl {
    background-color: #fff;
    padding: 10px;
    text-align: center;
    height: auto;
    width: 100%;
}

.purchase-tbl tr td {
    border-bottom: 1px solid #eee;
    padding: 20px;
    height: 100px;
    min-height: unset;
    vertical-align: middle;
}

.purchase-tbl img {
   width: 80%;
   height: auto;
}

/*.purchase-tbl tr:first-child td {
    height: 30px;
}

.brokerage-tbl tr:first-child td {
    height: 30px
}*/
/*.purchase-tbl td:last-child{
    border-bottom: unset;
}*/

.fc-blue-title {
    font-weight: bold;
    color: #2d86ca;
}

.fc-red-title {
    font-weight: bold;
    color: #ff0050;
}

.fc-red {
    color: #ff0050;
}

.brokerage-tbl {
    background-color: #fff;
    padding: 10px;
    width: 100%;
    text-align: center;
    height: auto;
}

.brokerage-tbl tr td {
    border-bottom: 1px solid #eee;
    padding: 20px;
    min-height: unset;
    height: 100px;
    vertical-align: middle;
}

.rec-summary {
    width: 100%;
    border-top: 1px solid #c9c9c9;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 40px 0;
}
.rscol-style1,
.rscol-style2,
.rscol-style3,
.rscol-style4 {
    flex: 100%;
    padding: 15px 10px;
    border-bottom: 1px solid #c9c9c9;
}
.rscol-style1 {
    max-width: calc(5% - 20px);
    font-weight: bold;
    color: #bfc0c1;
    font-size: 20px;
}
.rscol-style4 {
    max-width: 90%;
}
.rscol-style2 {
    max-width: calc(95% / 4 - 20px);
    font-weight: bold;
}
.rscol-style3 {
    max-width: calc(95% / 4 - 20px);
    text-align: left;
}

.brokerage-tbl img {
    width: 15%;
}

.er-contact {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.er-contact-item {
    display: inline-block;
    width: calc(50% - 13px);
    margin: 0 10px 20px 0;
}
.er-contact-item.erc-item-style2 {
    width: 100%;
}
.er-contact-item.erc-item-style2 .er-contact-input input {
    width: calc(100% / 4 - 40px);
}
.er-contact-item.erc-item-style3 {
    width: 100%;
}
.er-contact-item.erc-item-style3 .er-contact-input textarea {
    width: 100%;
    min-height: 150px;
    border-radius: 5px;
}
.er-contact-label {
    display: block;
    font-weight: bold;
    margin: 0 0 10px;
}
.er-contact-req {
    color: #FF0000;
    display: inline-block;
    border: 1px solid;
    padding: 5px;
    line-height: 1;
    margin: 0 10px 0 0;
}
.er-contact-input {
    display: block;    
}
.er-contact-input input,
.er-contact-input select {
    width: 100%;
    border-radius: 5px;
    border: 1px solid;
}
.er-contact-item.erc-item-btn {
    text-align: center;
    width: calc(100% - 13px);
    margin: 20px 0 0;
}

.asset-top-txt {
    text-align: center;
    font-size: 2.0vw;
}

.asset-top-txt span {
    font-size: 2rem!important;
    line-height: 1.5;
    display: inline-block;
    padding-top: unset;
}

.asset-txt-fc-blue {
    /*color: #31849b;*/
    color: #000;
    /*text-decoration: underline solid #31849b 5px;*/
}

.asset-txt-fc-red {
    color: #ff0000;
}

.asset-txt-fc-green {
    color: #0aa387;
}

.br_sp {
    display: none;
}

.ccmy_ind_news {
    background-color: #eee;
    color: #000;
    padding: 0 20px;
    overflow: auto;
    height: 500px;
    border: 15px solid #EEE;
    border-width: 15px 0;
}
div.ccmy_ind_news::-webkit-scrollbar {
    width: 12px;
    height: 100%;
}
div.ccmy_ind_news::-webkit-scrollbar-thumb {
    background-color: #BBB;
    border-radius: 12px;
}
.ccmy_ind_news_item {
    padding: 15px;
    background-color: #FFF;
    box-shadow: 0 0 20px #ddd;
    border-radius: 20px;
    margin: 0 0 15px;
    transition: transform 0.5s;
}
.ccmy_ind_news_item:hover {
    transform: scale(1.025);
}
.ccmy_rss_item_container {
    display: flex;
    width: 100%;
}
.ccmy_rss_item_img {
    flex: 100%;
    max-width: 200px;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 20px 0 0;
}
.ccmy_rss_item_img div {
    opacity: 1;
    display: inline;
}
.ccmy_rss_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 2s;
}
.ccmy_ind_news_item:hover .ccmy_rss_item_img img {
    transform: scale(1.1);
}
.ccmy_rss_item_content {
    flex: 100%;
}
.ccmy_ind_new_date {
    font-size: 12px;
    width: 100%;
	letter-spacing: 0.02em;
    font-weight: bold;
    display: block;
    padding: 0 0 7px;
}
.ccmy_ind_new_date:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #0aa387;
    border-radius: 50%;
    display: inline-block;
    margin: 0 10px 0 0;
}
.ccmy_ind_new_txt {
    font-size: 17px;
}

.cybercats-top_main-txt.asset-top-txt > div._edEdit { 
    display: inline-block; 
}

.purchase-flow-col {
    flex: 100%;
    max-width: calc(100% / 2 - 100px);
}

.purchase-flow-arrow-col {
    flex: 100%;
    max-width: 200px;
    align-self: center; 
    position: relative; 
}

.purchase-flow-arrow-col img {
    width: 100%;
    display: block;
}

.purchase-flow-arrow-col p {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-weight: bold;
    line-height: 1;
    display: block;
}

.er-contact-input select {
    padding: 4px;
}

.f-20 {
    font-size: 20px;
}

.rscol-style-cat1 {
    display: none;
}

.rscol-style-cat2 {
    display: none;
}

.top-intro-txt {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 20px;
}

.top-intro-txt .intro-red {
    color: red;
}

.top-intro-txt .intro-green {
    color: #0aa387;
}

.top-intro-btn a {
    font-size: 2rem;
    display: inline-block;
    padding: 0px 20px 5px;
    margin: 0 5px;
    border-radius: 0.5rem;
    font-weight: bolder;
}

.top-intro-btn {
    text-align: center;
}

.top-intro-btn .intro-btn-sell {
    background-color: #b8cce4;
}

.top-intro-btn .intro-btn-buy {
    background-color: #e5b8b7;
}

.mgb-50 {
    margin-bottom: 50px;
}

.er-contact-input select {
    padding: 2px;
    height: 32.8px;
}

.top-title {
    font-size: 2rem;
    text-align: center;
    margin: 0px 0 40px 0;
}

.er-blog-posts {
    width: 100%;
    margin: 50px 0 0 0;
    border-radius: 30px;
    background-color: #efefef;
}

.er-blog-post {
    display: flex;
    width: 100%;
    align-items: center;
}

.er-blog-date {
    font-weight: bold;
    text-align: right;
    margin: 0 40px 0 auto;
    flex: 25%;
    line-height: 3;
}

.er-blog-title {
    flex: 75%;
    font-weight: bold;
}