@charset 'utf-8';

/*
* Theme Name: SB Cube ver.Wcl.202508
* Author: WCL
* Author URI: https://wacul.co.jp/
* Description: Custom WordPress theme for SB Cube ver.Wcl.202508
* Version: 1.5.0
* Text Domain: sb_cube_wcl
*/

body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 1) !important;
  background: rgba(0, 0, 0, 0.05);
}

/*フッタを下部に固定*/
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
.main-contents {
  flex: 1;
}

@media all and (-ms-high-contrast: none) {
  body {
    display: block !important;
  }
  .main-contents {
    min-height: 50vh;
  }
}

/*縦書き*/
.tate {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

/*共通固有指定*/

.menu-icon {
  width: 50px;
  margin: 0 0 15px;
}

.sb-box {
  padding: 1.5rem 1.5rem 0.25rem;
  border: 5px dotted rgba(128, 78, 33, 0.1);
  border-radius: 15px;
  background-color: rgba(204, 255, 33, 0.05);
}

.sb-border {
  border-top: 5px dotted rgba(128, 78, 33, 0.1);
  border-bottom: 5px dotted rgba(128, 78, 33, 0.1);
  background-color: rgba(204, 255, 33, 0.05);
}

.top-menu a {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  padding: 20px 5px 25px;
  border: 1px dotted rgba(0, 0, 0, 0.3);
  /*background: rgba(51,102,0,0.05);*/
  color: rgba(0, 0, 0, 0.7);
}

.top-menu i {
  /*
color: rgba(51,102,0,0.4);
color: rgba(241,141,158,1);*/
  color: rgba(129, 204, 82, 0.5);
}

.top-menu a span {
  display: table-cell;
  vertical-align: middle;
  line-height: 2;
}

/*お問い合わせ等共通パーツ*/

.btn-box {
  display: inline-block;
  padding: 0 15px 0 0;
  margin-bottom: 10px;
}

/*会社概要*/

.tablepress td,
.tablepress tbody td {
  border: 1px solid rgba(0, 0, 0, 0) !important;
}

.tablepress-id-6 td,
.tablepress-id-6 tbody td,
.tablepress-id-7 td,
.tablepress-id-7 tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0) !important;
  border-left: 1px solid rgba(0, 0, 0, 0) !important;
  border-rgiht: 1px solid rgba(0, 0, 0, 0) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}
table.tablepress-id-6 td.column-1,
table.tablepress-id-7 td.column-1 {
  width: 20%;
}

/*PDFダウンロード*/
div.dl-box-y {
  display: inline-block;
  border-radius: 5px;
  padding: 5px 10px 12px 15px;
  margin: 5px 0;
  border: 3px dotted rgba(0, 0, 0, 0.2);
}

div.dl-box {
  display: inline-block;
  border-radius: 5px;
  padding: 5px 10px 12px 15px;
  margin: 25px 0 30px;
  border: 3px dotted rgba(0, 0, 0, 0.2);
}

/*WPパーツカスタマイズ*/

figure.wp-block-image img {
  height: auto !important;
}
.wp-block-image figure img {
  height: auto !important;
}

.wp-block-file {
  margin-bottom: 0;
}

.wp-block-file a.wp-block-file__button:hover {
  color: rgba(255, 0, 0, 0.5) !important;
}
.wp-block-file * + .wp-block-file__button {
  margin-left: 10px;
}

.wp-block-file .wp-block-file__button {
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  color: rgba(255, 0, 0, 1) !important;
  font-size: 1.3em;
  padding: 0 0.5em;
}
