@charset "UTF-8";
/*
Theme Name:QuarkXPress
Theme URI:
Description:QuarkXPress 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: bottom;
}

/* 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: #333;
}

.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;
}

.red,
.has-red-color {
  color: #fc2a57 !important;
}

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

.has-red-background-color {
  background-color: #fc2a57 !important;
}

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

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

h2 {
  font-size: 1.7rem;
  margin: 3rem auto 0.5rem;
  line-height: 1.5;
}

h3 {
  font-size: 1.2rem;
  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: 1rem;
  }
  .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: #333;
  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: #333;
  }
  #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: #333333;
  font-size: 0.8rem;
  line-height: 2;
}

footer a {
  color: #333333;
  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: #f5f5f5;
}

.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;
}
.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;
  vertical-align: middle;
}
.subnav ul li a {
  color: #333;
  font-weight: bold;
}

.acMenu {
  margin-right: 20px;
  display: block;
  cursor: pointer;
  position: relative;
  color: #333;
  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 #fc2a57;
  border-right: solid 2px #fc2a57;
  -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: 80px;
  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: #fc2a57;
  font-weight: bold;
}

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

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

.bg_grad {
  color: #fff;
  background: linear-gradient(142deg, #fc2a51 0%, #a700ff 100%);
}

.container-full {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  line-height: 2;
}
.container-full a {
  color: #fc2a57;
  font-weight: bold;
}
.container-full h1 {
  text-align: center;
}

.wp-block-group__inner-container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 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: #fc2a57;
  font-weight: bold;
}

.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 #fc2a57;
  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;
}
.col5 div {
  width: 25%;
  padding: 5px;
}
.col5 div h1 {
  line-height: 1;
}
.col5 div h4 {
  margin-bottom: 0.5rem;
}

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

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

.btn .wp-block-button__link {
  min-width: 176px;
  color: #fff !important;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  padding: 10px 30px;
  margin-top: 30px;
  background-color: #fc2a57;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}

.brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.brands img {
  height: 30px;
  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: 560px) {
  #subnav-btn {
    display: block;
  }
  #subnav-btn span {
    position: absolute;
    right: 0;
    width: 28px;
    height: 2px;
    background-color: #fc2a57;
    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: #fc2a57;
    font-weight: bold;
  }
  .subnav div:first-of-type {
    width: 100%;
    position: sticky;
    top: 0;
  }
  .acMenu ul {
    width: 100%;
    position: relative;
    width: 100%;
    background-color: #f5f5f5;
    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: #333;
    font-weight: bold;
  }
  .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 #fc2a57;
    border-right: solid 2px #fc2a57;
    -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: #fc2a57;
    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 #fc2a57;
}
.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 #fc2a57;
  }
  .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 {
  width: 100%;
  background-color: #20a5ff;
  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;
}

.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: #333;
  font-size: 1rem;
  line-height: 1.3;
}
.footer_nav ul li a {
  padding: 0.3rem 0;
  font-weight: bold;
  display: block;
}

.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 #20a5ff;
  border-bottom: 4px solid #20a5ff;
  -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 #000;
  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: #000;
  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: #000;
    border-width: 12px;
    margin-left: -12px;
  }
}
.release-notes-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr); /* Creates two columns */
  grid-gap: 20px; /* Space between grid items */
}

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

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

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

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

.btn-red {
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  background: #fc2a57;
  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: 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 #333; /* 囲みのボーダー */
  vertical-align: text-bottom;
}

.wpcf7 input[type=button],
.wpcf7 input[type=reset],
.wpcf7 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;
}

.wp-block-list {
  margin: 0;
  padding: 0.5rem 0 0.5rem 1rem;
  list-style: unset;
  line-height: 1.7;
}

.hr {
  padding-top: 100px;
  margin-top: -100px;
}