@charset "UTF-8";
/*
Theme Name:Ziflow
Theme URI:
Description:Ziflow Theme
Version:1.0
Author:Kaneko Miwa
Author URI:
*/
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: middle;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #0c294e;
}

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

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

.align-right {
  text-align: right;
}

a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

a:hover {
  opacity: 0.6;
}

.blue,
.has-blue-color {
  color: #096ff6 !important;
}

.wp-block-columns {
  padding: 100px 40px;
}

.has-white-color {
  color: #fff;
}

.has-blue-background-color {
  background-color: #096ff6 !important;
}

.img-icon {
  height: 1.1rem !important;
  margin: 0 2px;
  width: auto;
  vertical-align: text-bottom;
}

h1 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

p {
  font-size: 1rem;
  line-height: 2;
  margin: 1rem 0;
}

.br-sp {
  display: none;
}

@media (max-width: 560px) {
  h1 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  h2 {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  h3 {
    font-size: 1.1rem;
    line-height: 1.4;
  }
  p {
    font-size: 0.9rem;
    line-height: 1.7;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: inline-block;
  }
}
img {
  max-width: 100%;
  height: auto;
}

.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}

.header-inner {
  position: relative;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  z-index: 999;
}

#logo {
  float: left;
  margin: 0;
}

#logo a img {
  margin: 20px 0;
  width: 193px;
  height: 22px;
}

#nav-btn {
  display: none;
  position: absolute;
  top: 10px;
  right: 13px;
}

#nav-btn {
  width: 42px;
  height: 42px;
  border-radius: 3px;
  background: white url(../images/bg_nav_btn.png) 0 0 no-repeat;
  background-size: 42px 82px;
  text-indent: -9999px;
}

#nav-btn.active {
  background-position: 0 -40px;
}

#global-nav {
  margin: 0;
  padding: 0;
}

#global-nav ul {
  float: right;
  margin: 0;
  padding: 0;
}

#global-nav ul li {
  float: left;
}

#global-nav ul li a {
  margin: 0;
  padding: 25px 12px;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: #0c294e;
  text-decoration: none;
}

#global-nav ul li a:hover {
  color: #666;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#sw2_txt {
  width: 1024px;
  margin: 80px auto 10px;
  padding: 0;
  position: relative;
}

#sw2_txt h2 {
  width: 68%;
  float: left;
  color: #3366cc;
  font-size: 14px;
  font-size: 1.4rem;
}

.g-search {
  margin: -18px 0;
  min-width: 300px;
  float: right;
  width: 30%;
}

.gsc-input-box {
  margin-top: -3px;
}

/* tablet tablet tablet Media Queries for tablet tablet tablet*/
@media only screen and (max-width: 1024px) {
  #logo {
    margin-left: 10px;
    float: none;
  }
  #nav-btn {
    display: block;
    border-radius: 5px;
  }
  #global-nav {
    margin: 0;
    padding-top: 0;
  }
  #global-nav ul {
    display: none;
    float: none;
    overflow: hidden;
  }
  #global-nav ul li {
    width: 50%;
    float: left;
    text-align: center;
    border: 1px solid #fff;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #global-nav ul li a {
    padding: 16px 0;
    background-color: rgba(255, 255, 255, 0.9);
    color: #0c294e;
  }
  #global-nav ul li a:hover {
    background-color: rgb(255, 255, 255);
    color: #666;
  }
}
footer {
  margin: 20px 0;
  width: 100%;
  border-top: 1px solid #1d2088;
}

footer .f-inner {
  margin: 0 auto;
  padding: 22px 0;
  max-width: 1024px;
  color: #0c294e;
  font-size: 0.8rem;
  line-height: 2;
}

footer a {
  color: #0c294e;
  text-decoration: underline;
  display: inline-block;
}

footer a:hover {
  color: #cccccc;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.f-lbox {
  float: left;
  width: 34%;
}

.f-rbox {
  float: right;
  text-align: right;
  vertical-align: top;
  width: 65%;
}

.f-rbox span {
  vertical-align: top;
}

.f-rbox span a {
  vertical-align: top;
}

.f-sw2 {
  font-size: 1.2rem;
}

@media only screen and (max-width: 560px) {
  .f-lbox {
    float: none;
    width: 96%;
    margin: 2%;
  }
  .f-rbox {
    float: none;
    width: 96%;
    margin: 2%;
    line-height: 250%;
    text-align: left;
  }
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#page-top a {
  background: #1d2088;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
}

.z-logo {
  width: 150px;
  margin: 10px 0;
}

.sec-g {
  background-color: #f1f5fb;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 99;
}

.subnav {
  max-width: 1220px;
  padding: 0 30px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-items: center;
}
.subnav h1 {
  margin: 0;
  line-height: 1;
}
.subnav ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subnav ul li {
  padding: 10px 20px 10px 10px;
  vertical-align: middle;
  font-size: 1rem;
}
.subnav ul li a {
  font-weight: bold;
}
.subnav ul li.login {
  vertical-align: middle;
}
.subnav ul li.login a {
  border: solid 1px #0c294e;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 5px 10px;
}
.subnav ul li.btn {
  vertical-align: middle;
}
.subnav ul li.btn a {
  background: #096ff6;
  color: #fff !important;
  font-weight: bold;
  font-size: 0.9rem;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  padding: 5px 1rem;
}

.acMenu {
  margin-right: 10px;
  display: block;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}

.acMenu:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 38%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #0c294e;
  border-right: solid 2px #0c294e;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.acMenu.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.acMenu ul {
  position: absolute;
  width: 320px;
  height: auto;
  background-color: #fff;
  border: solid 1px rgb(226, 226, 226);
  left: -85px;
  top: 45px;
  display: none;
  padding: 10px 20px;
  border-radius: 5px;
}
.acMenu ul li {
  padding: 10px 0;
  vertical-align: middle;
}
.acMenu ul li a {
  padding: 10px 0;
  color: #096ff6;
  font-weight: bold;
}
.acMenu ul .menu-head {
  margin-top: 1rem;
}

.acMenu.open > ul {
  display: block;
}

.main {
  background: center/cover no-repeat url(../images/why-ziflow.png);
  background-attachment: fixed;
}

.bg_bdr {
  border-top: #096ff6 1px solid;
}

/* ===== Animated gradient color variables (brand) ===== */
/* Register animatable custom properties for color stops */
@property --c1 {
  syntax: "<color>";
  inherits: false;
  initial-value: #323073;
}
@property --c2 {
  syntax: "<color>";
  inherits: false;
  initial-value: #8f52f7;
}
@property --c3 {
  syntax: "<color>";
  inherits: false;
  initial-value: #ac4bcd;
}
@property --c4 {
  syntax: "<color>";
  inherits: false;
  initial-value: #ea3a7a;
}
:root {
  --c1: #323073; /* deep indigo */
  --c2: #8f52f7; /* violet */
  --c3: #ac4bcd; /* magenta-violet */
  --c4: #ea3a7a; /* pink */
}

/* Reduced motion: disable color shifting */
@media (prefers-reduced-motion: reduce) {
  :root {
    --c1: #323073;
    --c2: #8f52f7;
    --c3: #ac4bcd;
    --c4: #ea3a7a;
  }
}
.wp-block-group__inner-container .bg_grad {
  border-radius: 2rem;
}

.bg_grad {
  position: relative;
  z-index: 0;
  color: #fff;
  -webkit-animation: pulseBackground 6s ease-in-out infinite alternate, gradientColorShift 12s linear infinite alternate;
          animation: pulseBackground 6s ease-in-out infinite alternate, gradientColorShift 12s linear infinite alternate;
  background: linear-gradient(200deg, var(--c1) 0%, var(--c2) 40%, var(--c3) 70%, var(--c4) 100%);
  background-size: 120% auto;
  background-position: right center;
  overflow: hidden;
}

.bg_grad > * {
  position: relative;
  z-index: 1;
}

.bg_grad::before {
  content: "";
  position: absolute; /* セクション内で追従 */
  inset: 0;
  z-index: 0; /* グラデの上・コンテンツの下 */
  pointer-events: none;
  background: no-repeat url("../images/img_subtract.png");
  background-position: right center;
  background-size: 100% auto;
}

.section--animated-gradient:before {
  -webkit-animation: pulseBackground 6s ease-in-out infinite alternate, gradientColorShift 12s linear infinite alternate;
          animation: pulseBackground 6s ease-in-out infinite alternate, gradientColorShift 12s linear infinite alternate;
  background: linear-gradient(200deg, var(--c1) 0%, var(--c2) 40%, var(--c3) 70%, var(--c4) 100%);
}

.section--animated-gradient:after {
  -webkit-animation: pulseBackground 6s ease-in-out infinite alternate, gradientColorShift 12s linear infinite alternate;
          animation: pulseBackground 6s ease-in-out infinite alternate, gradientColorShift 12s linear infinite alternate;
  background: linear-gradient(200deg, var(--c1) 0%, var(--c2) 40%, var(--c3) 70%, var(--c4) 100%);
}

.show-after--gradient:after,
.show-before--gradient:before {
  opacity: 1;
}

.hide-all--gradient:after,
.hide-all--gradient:before {
  opacity: 0;
}

@-webkit-keyframes pulseBackground {
  0% {
    background-position: 0 0;
    background-size: 100% 100%;
  }
  to {
    background-position: 50% 0;
    background-size: 150% 150%;
  }
}

@keyframes pulseBackground {
  0% {
    background-position: 0 0;
    background-size: 100% 100%;
  }
  to {
    background-position: 50% 0;
    background-size: 150% 150%;
  }
}
/* Smoothly shift gradient colors over time */
@-webkit-keyframes gradientColorShift {
  0% {
    --c1: #323073;
    --c2: #8f52f7;
    --c3: #ac4bcd;
    --c4: #ea3a7a; /* base brand */
  }
  50% {
    --c1: #0c294e;
    --c2: #096ff6;
    --c3: #8f52f7;
    --c4: #e83c78; /* deeper/cooler */
  }
  100% {
    --c1: #323073;
    --c2: #8f52f7;
    --c3: #ac4bcd;
    --c4: #ea3a7a; /* back to base */
  }
}
@keyframes gradientColorShift {
  0% {
    --c1: #323073;
    --c2: #8f52f7;
    --c3: #ac4bcd;
    --c4: #ea3a7a; /* base brand */
  }
  50% {
    --c1: #0c294e;
    --c2: #096ff6;
    --c3: #8f52f7;
    --c4: #e83c78; /* deeper/cooler */
  }
  100% {
    --c1: #323073;
    --c2: #8f52f7;
    --c3: #ac4bcd;
    --c4: #ea3a7a; /* back to base */
  }
}
.container-full {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  line-height: 2;
}
.container-full a {
  color: #096ff6;
  font-weight: bold;
}
.container-full h1 {
  text-align: center;
}

.wp-block-group__inner-container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 60px 30px;
}

.wrapper-inner {
  max-width: 1260px;
  margin: 0 auto;
}

.container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 60px 30px;
  line-height: 2;
}
.container a {
  color: #096ff6;
  font-weight: bold;
}

h1.grad {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#0c294e), to(#e83c78));
  background: linear-gradient(90deg, #0c294e 0%, #e83c78 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 0;
}

.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.col2 div {
  width: 50%;
  padding: 20px;
}
.col2 div p.link-btn a {
  display: inline-block;
  padding: 20px 0;
}
.col2 div p.user-review {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #096ff6;
  letter-spacing: -0.1px;
  font-style: italic;
}
.col2 div p.user-name {
  padding-top: 20px;
}
.col2 div p.user-name img {
  height: 40px;
  width: auto;
}

.col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col3 div {
  width: 33.33%;
  padding: 20px;
}
.col3 div div {
  width: 100%;
  background: #f1f5fb;
  border-radius: 10px;
  margin-bottom: 30px;
}

.col5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.col5 div {
  width: 25%;
  padding: 5px;
}
.col5 div h1 {
  line-height: 1;
}
.col5 div h4 {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.col5 div ul {
  padding-bottom: 1.5rem;
}

.rvs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.contact_btn {
  background: #e83c78;
  color: #fff !important;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  padding: 5px 40px;
  margin-top: 30px;
}

.brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}
.brands img {
  height: 28px;
  width: auto;
  margin-top: 20px;
}

#subnav-btn {
  border: none;
  width: 28px;
  height: 30px;
  display: none;
  position: absolute;
  right: 0;
  top: 10px;
}

.f-logo {
  width: 150px;
  height: auto;
}

@media (max-width: 830px) {
  #subnav-btn {
    display: block;
  }
  #subnav-btn span {
    position: absolute;
    right: 0;
    width: 28px;
    height: 2px;
    background-color: #096ff6;
    border-radius: 2px;
  }
  #subnav-btn,
  #subnav-btn span {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #subnav-btn span:nth-of-type(1) {
    top: 4px;
  }
  #subnav-btn span:nth-of-type(2) {
    top: 13px;
  }
  #subnav-btn span:nth-of-type(3) {
    top: 22px;
  }
  #subnav-btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(45deg);
            transform: translateY(11px) rotate(45deg);
  }
  #subnav-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #subnav-btn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
  #global-subnav ul {
    display: none;
  }
  .subnav {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    justify-items: center;
  }
  .subnav ul {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .subnav ul li {
    padding: 15px;
    vertical-align: middle;
    width: 100%;
  }
  .subnav ul li a {
    color: #096ff6;
    font-weight: bold;
  }
  .subnav div:first-of-type {
    width: 100%;
    position: sticky;
    top: 0;
  }
  .acMenu ul {
    width: 100%;
    position: relative;
    width: 100%;
    background-color: #f1f5fb;
    border: none;
    left: 0;
    top: 0;
    display: none;
    padding: 0 15px;
    border-radius: 0;
  }
  .acMenu ul li {
    padding: 10px 0;
    vertical-align: middle;
  }
  .acMenu ul li a {
    padding: 10px 0;
    color: #096ff6;
    font-weight: bold;
  }
  .acMenu.open > ul {
    display: block;
  }
  .acMenu {
    width: 100%;
  }
  .acMenu:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #096ff6;
    border-right: solid 2px #096ff6;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .acMenu.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    right: 5px;
  }
  .container {
    width: 100%;
    max-width: 1200px;
    margin: 0;
    padding: 60px 20px;
    line-height: 2;
  }
  .container a {
    color: #096ff6;
    font-weight: bold;
  }
  .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .col2 div {
    width: 100%;
    padding: 20px;
  }
  .col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .col3 div {
    width: 100%;
    padding: 30px 10px;
  }
  .col3 div div {
    width: 100%;
    background: #f1f5fb;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .col5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .col5 div {
    width: 50%;
    padding: 5px 0;
  }
  .rvs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.feature h2 {
  padding-top: 50px;
  border-bottom: 1px solid #096ff6;
}
.feature dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.feature dt,
.feature dd {
  border-bottom: 1px dashed #ccc;
}
.feature dt {
  width: 30%;
  padding: 10px 0;
}
.feature dd {
  width: 70%;
  padding: 10px 0 10px 30px;
}

@media (max-width: 560px) {
  .feature h2 {
    padding-top: 50px;
    border-bottom: 1px solid #096ff6;
  }
  .feature dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .feature dt {
    width: 100%;
    padding: 10px;
    border-bottom: none;
    background-color: #f1f5fb;
  }
  .feature dd {
    width: 100%;
    padding: 10px 0 20px 0;
    border-bottom: none;
  }
}
.single_head {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 100px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-animation: pulseBackground 6s ease-in-out infinite alternate;
          animation: pulseBackground 6s ease-in-out infinite alternate;
  background: linear-gradient(200deg, #323073 20%, #ac4bcd 65%);
  background-size: 120% auto;
  background-position: right center;
  overflow: hidden;
}

.single_head::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: no-repeat url("../images/img_subtract.png");
  background-position: right center;
  background-size: 100% auto;
}

.single_head > * {
  position: relative;
  z-index: 1;
}

.footer_nav {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 60px 30px;
  line-height: 2;
}
.footer_nav h4 {
  font-size: 1.5rem;
}
.footer_nav ul {
  color: #0c294e;
  font-size: 1rem;
}
.footer_nav ul a {
  font-weight: bold;
}

.single h2 {
  padding-top: 2rem;
}

.single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single .side_nav {
  width: 25%;
}
.single .side_nav ul li {
  position: relative;
}
.single .side_nav ul li a {
  display: block;
  font-size: 1rem;
  padding: 7px;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
}
.single .side_nav ul li.active a {
  color: #888f94;
  background-color: #f9f9f9;
}
.single .side_nav ul li.active a:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.single_contents {
  width: 75%;
  padding-left: 40px;
}
.single_contents h2:first-of-type {
  padding-top: 0;
}
.single_contents ul {
  width: 100%;
  margin: 15px 0;
  padding-left: 0;
}
.single_contents ul li {
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1.5em;
  list-style: none;
  overflow: hidden;
  position: relative;
  padding-left: 28px;
}
.single_contents ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 15px;
  height: 10px;
  border-left: 4px solid #096ff6;
  border-bottom: 4px solid #096ff6;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 560px) {
  .single_head {
    padding: 50px 30px;
  }
  .single .side_nav {
    width: 100%;
  }
  .single_contents {
    width: 100%;
    padding-left: 0;
  }
  .single_contents h2:first-of-type {
    padding-top: 2rem;
  }
  .footer_nav {
    padding: 60px 20px;
  }
}
.wp-block-separator {
  margin: 3rem auto;
}

.wp-block-separator.has-alpha-channel-opacity {
  opacity: 0.1 !important;
}

.discover-single .wp-block-columns {
  padding: 40px;
}
.discover-single .alignwide {
  max-width: 1000px;
  margin: auto;
}

.alignwide {
  max-width: 1000px;
  margin: auto;
}

.mt0 {
  margin: 0 auto !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb0 .wp-block-group__inner-container {
  padding-bottom: 0 !important;
}

.pt0 .wp-block-group__inner-container {
  padding-top: 0 !important;
}

.balloon {
  width: 100%;
  max-width: 1000px;
  margin: 10px auto;
  padding: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.balloon .faceicon {
  margin-top: 50px;
  width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.balloon .faceicon p {
  text-align: center;
  font-weight: bold;
}

.balloon .faceicon img {
  width: 99%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.arrow_box_wrap {
  padding-left: 40px;
  width: 100%;
}

.arrow_box {
  position: relative;
  background: #fff;
  border: 2px solid #0c294e;
  border-radius: 30px;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.arrow_box p {
  font-size: 1.2rem;
}

.arrow_box:after,
.arrow_box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}

.arrow_box:before {
  border-color: #fff;
  border-right-color: #0c294e;
  border-width: 12px;
  margin-top: -12px;
}

.workflow-box {
  border-color: #b3d7ef;
  border-width: 10px;
  margin: 2rem auto;
  padding: 3rem 2rem;
}
.workflow-box h1 span {
  position: relative;
}
.workflow-box h1 span::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: -5px;
  border-bottom: 10px solid red;
}
.workflow-box h2 {
  color: red;
  text-align: center;
}

@media (max-width: 560px) {
  .workflow-box {
    border-color: #b3d7ef;
    border-width: 10px;
    margin: 2rem auto;
    padding: 2rem 1rem;
  }
  .arrow_box {
    padding: 1rem;
  }
  .balloon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .arrow_box_wrap {
    padding-left: 0;
    width: 100%;
  }
  .arrow_box:after,
  .arrow_box:before {
    display: none;
    bottom: 0;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .arrow_box:after {
    display: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
  }
  .arrow_box:before {
    display: none;
    border-color: #fff;
    border-bottom-color: #0c294e;
    border-width: 12px;
    margin-left: -12px;
  }
  .wp-block-group__inner-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 30px 1rem;
  }
}
.release-notes-grid {
  display: -ms-grid;
  display: grid;
}

.release-note-item {
  padding: 10px 30px;
}

.release-note-item h3 {
  margin: 0;
  font-size: 1.2em;
}

.release-note-item h3 a {
  display: block;
}

.label-blue {
  background: #096ff6;
  padding: 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 1;
  color: #fff !important;
}

.btn-blue {
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  background: #096ff6;
  color: #fff !important;
  font-weight: bold;
  border-radius: 30px;
  display: inline-block;
  line-height: 1;
}

.box-white {
  padding: 40px 10px 20px 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #fbfcfd;
  border: 1px solid #f1f3f4;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(210, 210, 210, 0.5);
  box-shadow: 0 2px 3px 0 rgba(210, 210, 210, 0.5);
}

.box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box2 div {
  width: 50%;
  padding: 0 20px;
}
.box2 div h1 {
  line-height: 1.5;
}
.box2 p {
  margin-top: 1.5rem;
}

.form h2 {
  font-size: 1.2rem;
  text-align: left;
  padding-top: 0.5rem;
  line-height: 1;
}
.form h2 span {
  margin-left: 1rem;
  vertical-align: 3px;
  font-size: 0.8rem;
  background-color: #3366cc;
  color: #fff;
  padding: 0.5rem 1rem;
}
.form select,
.form input[type=text],
.form textarea {
  padding: 5px 8px;
  border: 1px solid #ccc;
  width: 100%;
}
.form .wpcf7-list-item {
  margin: 0 1rem 0 0;
}
.form .wpcf7-list-item:last-child {
  margin: 0;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
  border-color: #3366cc; /* フォーカス時の枠線色 (青色) */
}
.form [type=checkbox] {
  width: 16px; /* チェックボックスの幅 */
  height: 16px; /* チェックボックスの高さ */
  border: 1px solid #0c294e; /* 囲みのボーダー */
  vertical-align: text-bottom;
}

.wpcf7-form input[type=button],
.wpcf7-form input[type=reset],
.wpcf7-form input[type=submit] {
  font-size: 1.2rem;
  background-color: #3366cc;
  color: #fff;
  padding: 0.5rem 3rem;
  font-weight: bold;
  border-radius: 30px;
  border: none;
  margin: 3rem 0.5rem 3rem;
}

.faq-list {
  padding: 0 40px 40px;
  margin: 40px auto;
  text-align: left;
  max-width: 900px;
}
.faq-list p {
  margin: 0.5rem 0 1rem;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 0.5rem;
}
.faq-list p a {
  font-weight: normal;
  color: #0c294e;
}
.faq-list p a:hover {
  color: #096ff6;
}

ol.wp-block-list {
  list-style-type: number;
  padding-left: 20px;
}

ul.wp-block-list {
  list-style-type: disc;
  padding-left: 20px;
}

.single-faq ol {
  list-style-type: number;
  padding-left: 20px;
}
.single-faq ul {
  list-style-type: disc;
  padding-left: 20px;
}
.single-faq h1 {
  text-align: left;
}
.single-faq .wp-block-group__inner-container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0;
}

.has-light-blue-background-color {
  background-color: #eaf7ff !important;
}

.wp-block-button__link {
  display: inline !important;
  margin: 1rem auto;
}

.wp-block-button {
  padding: 1rem;
}

.faq-cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faq-cat-list li a {
  padding: 0.5rem 1rem;
}

swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper {
  height: auto;
  width: 100%;
  max-width: 1000px;
  padding: 1rem;
}

.mySwiper2 {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem 1rem;
  max-width: 1200px;
}

.mySwiper2 swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  border-top: 2px solid #2051a5;
}
.mySwiper2 swiper-slide h2 {
  padding: 2rem 0 0;
  margin-bottom: 0;
  font-size: 1.2rem;
}
.mySwiper2 swiper-slide p {
  margin-top: 0.5rem;
  text-align: left;
}

.mySwiper2 .swiper-slide-thumb-active {
  opacity: 1;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination-bullet {
  background: #096ff6;
}

@media (max-width: 560px) {
  .mySwiper {
    padding: 0;
  }
  .mySwiper2 {
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
  }
  .mySwiper2 swiper-slide {
    opacity: 0.4;
    border-top: 2px solid #2051a5;
  }
  .mySwiper2 swiper-slide h2 {
    padding: 1rem 0 0;
    margin-bottom: 0;
    font-size: 1.2rem;
  }
  .mySwiper2 swiper-slide p {
    margin-top: 0.5rem;
    text-align: left;
  }
}
video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
  border-radius: 1rem;
}

/* =====================================
   TABS (Accessible, 3/4/5 tabs support)
   .tabs.js-tabs をラッパーに付与
===================================== */
.tabs {
  max-width: 1200px;
  margin: 1.5rem auto;
  --tab-accent: #e83c78; /* active 下線色（ブランドボタン色） */
  --tab-ring: #096ff6; /* フォーカスリング */
  text-align: left;
}

.tabs [role=tablist] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #f5f5f5;
  padding: 0;
  border-bottom: 0;
  border-bottom-right-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  clip-path: polygon(3.5rem 0, 100% 0, 100% 100%, 0 100%, 3.5rem 0);
}
.tabs [role=tablist] button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 幅を等分にする */
  padding-left: 2.5rem;
  text-align: center; /* テキストを中央寄せ */
  border-bottom-right-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  clip-path: polygon(3.5rem 0, 100% 0, 100% 100%, 0 100%, 3.5rem 0);
}
.tabs [role=tablist] button img {
  margin-right: 0.5rem;
  vertical-align: -0.5rem;
}
.tabs [role=tablist] button:not(:first-child) {
  margin-left: -2rem;
}

.tabs [role=tab] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 1rem 0 0.7rem 0.9rem;
  font-weight: bold;
  color: #0c294e;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.tabs [role=tab]:hover {
  background: #dfedff;
}

.tabs [role=tab][aria-selected=true] {
  color: #0c294e;
  background: #b5d4fc;
  border-bottom-color: transparent;
}

.tabs [role=tabpanel] {
  padding: 1rem 0;
}

.tabs [role=tabpanel].is-active {
  display: block;
}

.tabs [role=tabpanel][hidden] {
  display: none;
}

.tab_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab_box div:first-child {
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
}
.tab_box div:last-child {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  border-radius: 1rem;
  overflow: hidden;
}

.btn-more {
  display: inline-block;
  padding: 0.5rem 1rem;
  line-height: 1;
  border: 1px solid #0c294e;
  border-radius: 50px;
  color: #0c294e;
  text-decoration: none;
  font-weight: bold;
}

.tab_boxinte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.tab_boxinte div {
  width: 25%;
}

@media (max-width: 560px) {
  .tab_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabs [role=tablist] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background: #f5f5f5;
    padding: 0;
    border-bottom: 0;
    border-bottom-right-radius: unset;
    border-top-right-radius: unset;
    clip-path: unset;
    font-size: 0.8rem;
  }
  .tabs [role=tablist] button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; /* 幅を等分にする */
    text-align: center; /* テキストを中央寄せ */
    border-bottom-right-radius: unset;
    border-top-right-radius: unset;
    clip-path: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabs [role=tablist] button img {
    margin-right: unset;
    vertical-align: unset;
    margin-bottom: 5px;
  }
  .tabs [role=tablist] button:not(:first-child) {
    margin-left: 0;
  }
  .tabs [role=tab] {
    padding: 0.2rem;
  }
  .tab_box div:first-child {
    padding-bottom: 1rem;
  }
}
.pd0 {
  padding: 0;
}

.bgr_box {
  margin: 1.5rem auto;
  gap: 1.5rem !important;
}
.bgr_box .wp-block-group__inner-container {
  padding: 1.5rem;
}
.bgr_box .wp-block-group {
  border: 1px solid #c2dcee;
  border-radius: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}