@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  height: 100%;
}

.grecaptcha-badge {
  visibility: hidden;
}

img {
  width: 100%;
  height: auto;
}

.inner {
  margin: auto;
  width: 92vw;
}
@media (min-width: 768px) {
  .inner {
    width: 80vw;
  }
}

.pageh1 {
  margin: 50px 0 10px 0;
}
@media (min-width: 768px) {
  .pageh1 {
    margin: 150px 0 10px 0;
  }
}

.h1img {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .h1img {
    margin-bottom: 200px;
  }
}

.h1img img {
  margin: auto;
  display: block;
  width: 40px;
}
@media (min-width: 768px) {
  .h1img img {
    width: 5%;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

th {
  width: 30%;
  padding: 30px 20px 10px 10px;
  border-bottom: 3px solid #697bff;
}

td {
  width: 70%;
  padding: 20px 0 0 5px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.koteck h2 {
  margin: 0;
  display: block;
  border: none;
}
.koteck table {
  border-collapse: separate;
}
.koteck th, .koteck td {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  border: none;
  padding: 0;
  width: 0;
}
@media (min-width: 768px) {
  .koteck .sbr {
    display: none;
  }
}

.kous-column {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}
.kous-column main {
  flex: 1;
}
.kous-column .pageh1 {
  margin: 4vh 0 6vh;
}
@media (min-width: 768px) {
  .kous-column .pageh1 {
    margin: 8vh 0 10vh;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2rem;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1rem; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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: 1rem; /* 2 */
}

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
  appearance: none;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  appearance: none;
}

/**
 * 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 */
}

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

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

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

body {
  font-family: "Yu Gothic", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #343434;
}

a {
  text-decoration: none;
  color: #343434;
}

ul {
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

h1 {
  margin: 0;
}

h2 {
  padding: 0 40px 10px 40px;
  display: inline-block;
  border-bottom: 3px solid #697bff;
}

h4 {
  margin-bottom: 4px;
}

h5 {
  margin-bottom: 4px;
  font-size: 14px;
}

p {
  line-height: 1.7em;
}

.t-btn p {
  line-height: 1em;
}

#fonts {
  font-size: small;
}

#font12 {
  font-size: 12px;
}

#font16 {
  font-size: 16px;
}

#font18 {
  font-size: 18px;
}

#font20 {
  font-size: 20px;
}

#font25 {
  font-size: 25px;
}

#font30 {
  font-size: 30px;
}

h1 {
  font-size: clamp(30px, 30px + (50 - 30) * (100vw - 768px) / (1280 - 768), 50px);
}

th, td {
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 480px) / (1280 - 480), 16px);
}

.fc-kotira p {
  font-size: clamp(25px, 25px + (30 - 25) * (100vw - 768px) / (1280 - 768), 30px);
}

.copyright small {
  font-size: clamp(10px, 10px + (16 - 10) * (100vw - 768px) / (1280 - 768), 16px);
}

.p-m {
  font-size: clamp(20px, 20px + (50 - 20) * (100vw - 375px) / (1280 - 375), 50px);
}

.hmh-slogan {
  font-size: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1280 - 375), 40px);
}

.hmh-tagline, .p-s {
  font-size: clamp(12px, 12px + (25 - 12) * (100vw - 480px) / (1280 - 480), 25px);
}

.ha-title {
  font-size: clamp(14px, 14px + (24 - 14) * (100vw - 480px) / (1280 - 480), 24px);
}

.breadclumbs {
  font-size: clamp(10px, 10px + (14 - 10) * (100vw - 375px) / (768 - 375), 14px);
}

.info-h2 {
  font-size: clamp(24px, 24px + (40 - 24) * (100vw - 768px) / (1280 - 768), 40px);
}

.v-m p {
  font-size: clamp(18px, 18px + (24 - 18) * (100vw - 768px) / (1280 - 768), 24px);
}

.info-h3 {
  font-size: clamp(22px, 22px + (28 - 22) * (100vw - 768px) / (1280 - 768), 28px);
}

.val-p {
  font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (768 - 375), 18px);
}

.val-p {
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 769px) / (1280 - 769), 16px);
}

.reader-info p {
  font-size: clamp(14px, 14px + (22 - 14) * (100vw - 480px) / (1280 - 480), 22px);
}
.reader-info .reader-affiliation {
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 480px) / (1280 - 480), 16px);
}

.message-p {
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 480px) / (1280 - 480), 16px);
}

.info-table {
  font-size: clamp(16px, 16px + (18 - 16) * (100vw - 768px) / (1280 - 768), 18px);
}

.service h2 {
  font-size: clamp(18px, 18px + (25 - 18) * (100vw - 375px) / (1280 - 375), 25px);
}
.service h3 {
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1280 - 375), 16px);
}
.service p {
  font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1280 - 375), 18px);
}

article h1 {
  font-size: clamp(16px, 16px + (40 - 16) * (100vw - 480px) / (1280 - 480), 40px);
}

article p {
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 480px) / (1280 - 480), 16px);
}

.up-time, .mod-time {
  font-size: clamp(10px, 10px + (14 - 10) * (100vw - 375px) / (768 - 375), 14px);
}

.plyvacy-policy h2 {
  font-size: clamp(25px, 25px + (30 - 25) * (100vw - 768px) / (1280 - 768), 30px);
}

.plyvacy-policy p {
  font-size: clamp(12px, 12px + (20 - 12) * (100vw - 768px) / (1280 - 768), 20px);
}

.not-found h1 {
  font-size: clamp(80px, 80px + (160 - 80) * (100vw - 480px) / (1280 - 480), 160px);
}

.not-found p {
  font-size: clamp(10px, 10px + (16 - 10) * (100vw - 480px) / (1280 - 480), 16px);
}

.koteck .t-btn {
  font-size: clamp(10px, 10px + (20 - 10) * (100vw - 300px) / (1280 - 300), 20px);
}
.koteck .t-btn span {
  font-size: clamp(10px, 10px + (20 - 10) * (100vw - 300px) / (1280 - 300), 20px);
}
.koteck .fcr {
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 768px) / (1280 - 768), 16px);
}
.koteck .htp {
  font-size: clamp(8px, 8px + (14 - 8) * (100vw - 300px) / (1280 - 300), 14px);
}
.koteck .htn a {
  font-size: clamp(12px, 12px + (20 - 12) * (100vw - 385px) / (768 - 385), 20px);
}
.koteck .fv-phraze1 {
  font-size: clamp(30px, 30px + (60 - 30) * (100vw - 300px) / (767 - 300), 60px);
}
@media (min-width: 768px) {
  .koteck .fv-phraze1 {
    font-size: clamp(50px, 50px + (80 - 50) * (100vw - 768px) / (1280 - 768), 80px);
  }
}
.koteck .fv-phraze2 {
  font-size: clamp(8px, 8px + (12 - 8) * (100vw - 300px) / (768 - 300), 12px);
}
.koteck .fv-phraze2 span {
  font-size: clamp(24px, 24px + (36 - 24) * (100vw - 300px) / (768 - 300), 36px);
}
@media (min-width: 768px) {
  .koteck .fv-phraze2 span {
    font-size: clamp(44px, 44px + (66 - 44) * (100vw - 769px) / (1280 - 769), 66px);
  }
}
.koteck .multi-device-text {
  font-size: clamp(10px, 10px + (18 - 10) * (100vw - 300px) / (768 - 300), 18px);
}
.koteck .precaution {
  font-size: clamp(8px, 8px + (12 - 8) * (100vw - 300px) / (1280 - 300), 12px);
}
.koteck .fv-s-title {
  font-size: clamp(12px, 12px + (20 - 12) * (100vw - 300px) / (768 - 300), 20px);
}
.koteck .fv-sitevariation {
  font-size: clamp(10px, 10px + (18 - 10) * (100vw - 300px) / (767 - 300), 18px);
}
.koteck .fv-mv .fv-sitevariation {
  font-size: clamp(24px, 24px + (34 - 24) * (100vw - 768px) / (1280 - 768), 34px);
}
.koteck .fv-marunage {
  font-size: clamp(18px, 18px + (46 - 18) * (100vw - 300px) / (1280 - 300), 46px);
}
.koteck .fv-sitevariation-others {
  font-size: clamp(12px, 12px + (20 - 12) * (100vw - 300px) / (768 - 300), 20px);
}
.koteck .fv-svo {
  font-size: clamp(10px, 10px + (18 - 10) * (100vw - 300px) / (768 - 300), 18px);
}
.koteck .w-title {
  font-size: clamp(18px, 18px + (46 - 18) * (100vw - 300px) / (1280 - 300), 46px);
}
.koteck .w-title span {
  font-size: clamp(22px, 22px + (50 - 22) * (100vw - 300px) / (1280 - 300), 50px);
}
.koteck .wel-p {
  font-size: clamp(12px, 12px + (28 - 12) * (100vw - 300px) / (1280 - 300), 28px);
}
.koteck .merit .s-p1 {
  font-size: clamp(18px, 18px + (26 - 18) * (100vw - 300px) / (1280 - 300), 26px);
}
.koteck .merit .s-p2 {
  font-size: clamp(22px, 22px + (36 - 22) * (100vw - 300px) / (1280 - 300), 36px);
}
.koteck .merit li {
  font-size: clamp(11px, 11px + (22 - 11) * (100vw - 300px) / (1280 - 300), 22px);
}
.koteck .s-title {
  font-size: clamp(22px, 22px + (36 - 22) * (100vw - 300px) / (1280 - 300), 36px);
}
.koteck .s-title span {
  font-size: clamp(18px, 18px + (26 - 18) * (100vw - 300px) / (1280 - 300), 26px);
}
.koteck .s-boxtitle h3 {
  font-size: clamp(10px, 10px + (30 - 10) * (100vw - 300px) / (1280 - 300), 30px);
}
.koteck .s-pi {
  font-size: clamp(10px, 10px + (18 - 10) * (100vw - 300px) / (1280 - 300), 18px);
}
.koteck .solution .wel-p {
  font-size: clamp(12px, 12px + (18 - 12) * (100vw - 300px) / (1280 - 300), 18px);
}
.koteck .comparison-introduction p {
  font-size: clamp(12px, 12px + (26 - 12) * (100vw - 300px) / (1280 - 300), 26px);
}
.koteck .comparison-introduction p span {
  font-size: clamp(14px, 14px + (36 - 14) * (100vw - 300px) / (1280 - 300), 36px);
}
.koteck .c-failure h2 {
  font-size: clamp(16px, 16px + (46 - 16) * (100vw - 300px) / (1280 - 300), 46px);
}
.koteck .cf {
  font-size: clamp(12px, 12px + (26 - 12) * (100vw - 300px) / (1280 - 300), 26px);
}
.koteck .c-prefix {
  font-size: clamp(12px, 12px + (26 - 12) * (100vw - 300px) / (1280 - 300), 26px);
}
.koteck .c-table h2 {
  font-size: clamp(16px, 16px + (46 - 16) * (100vw - 300px) / (1280 - 300), 46px);
}
.koteck .c-th-other, .koteck .c-td-other, .koteck .c-th-left {
  font-size: clamp(8px, 8px + (20 - 8) * (100vw - 300px) / (1280 - 300), 20px);
}
.koteck .c-th-main {
  font-size: clamp(14px, 14px + (30 - 14) * (100vw - 300px) / (1280 - 300), 30px);
}
.koteck .c-td-main {
  font-size: clamp(10px, 10px + (26 - 10) * (100vw - 300px) / (1280 - 300), 26px);
}
.koteck .ctm-last {
  font-size: clamp(6px, 6px + (26 - 6) * (100vw - 300px) / (1280 - 300), 26px);
}
.koteck .cto-last {
  font-size: clamp(5px, 5px + (20 - 5) * (100vw - 300px) / (1280 - 300), 20px);
}
.koteck .reasonable-reason h2 {
  font-size: clamp(16px, 16px + (46 - 16) * (100vw - 300px) / (1280 - 300), 46px);
}
.koteck .rr-p {
  font-size: clamp(12px, 12px + (36 - 12) * (100vw - 300px) / (1280 - 300), 36px);
}
.koteck .rr-p span {
  font-size: clamp(10px, 10px + (26 - 10) * (100vw - 300px) / (1280 - 300), 26px);
}
.koteck .fee h2 {
  font-size: clamp(16px, 16px + (46 - 16) * (100vw - 300px) / (1280 - 300), 46px);
}
.koteck .marunage-before-p {
  font-size: clamp(12px, 12px + (36 - 12) * (100vw - 300px) / (1280 - 300), 36px);
}
.koteck .scb-title {
  font-size: clamp(12px, 12px + (20 - 12) * (100vw - 300px) / (1280 - 300), 20px);
}
.koteck .sc-list {
  font-size: clamp(10px, 10px + (16 - 10) * (100vw - 300px) / (1280 - 300), 16px);
}
.koteck .scli-etc {
  font-size: clamp(10px, 10px + (16 - 10) * (100vw - 300px) / (1280 - 300), 16px);
}
.koteck .os-title {
  font-size: clamp(10px, 10px + (16 - 10) * (100vw - 300px) / (1280 - 300), 16px);
}
.koteck .other-service ul {
  font-size: clamp(10px, 10px + (16 - 10) * (100vw - 300px) / (1280 - 300), 16px);
}
.koteck .fv-marunage span {
  font-size: clamp(10px, 10px + (26 - 10) * (100vw - 300px) / (1280 - 300), 26px);
}
.koteck .before-option {
  font-size: clamp(12px, 12px + (26 - 12) * (100vw - 300px) / (1280 - 300), 26px);
}
.koteck .option th, .koteck .option td {
  font-size: clamp(12px, 12px + (20 - 12) * (100vw - 300px) / (1280 - 300), 20px);
}
.koteck .option .ot-td {
  font-size: clamp(10px, 10px + (16 - 10) * (100vw - 300px) / (1280 - 300), 16px);
}
.koteck .option p {
  font-size: clamp(12px, 12px + (26 - 12) * (100vw - 300px) / (1280 - 300), 26px);
}
.koteck .if-h2 h2 {
  font-size: clamp(16px, 16px + (46 - 16) * (100vw - 300px) / (1280 - 300), 46px);
}
.koteck .if-list p {
  font-size: clamp(10px, 10px + (18 - 10) * (100vw - 300px) / (767 - 300), 18px);
}
@media (min-width: 768px) {
  .koteck .if-list p {
    font-size: clamp(12px, 12px + (24 - 12) * (100vw - 768px) / (1280 - 768), 24px);
  }
}
.koteck .if-merit li {
  font-size: clamp(14px, 14px + (24 - 14) * (100vw - 768px) / (1280 - 768), 24px);
}
.koteck .if-merit-s li {
  font-size: clamp(8px, 8px + (14 - 8) * (100vw - 300px) / (768 - 300), 14px);
}
.koteck .usage-flow h2 {
  font-size: clamp(18px, 18px + (46 - 18) * (100vw - 300px) / (1280 - 300), 46px);
}
.koteck .usage-flow h3 {
  font-size: clamp(14px, 14px + (22 - 14) * (100vw - 300px) / (767 - 300), 22px);
}
@media (min-width: 768px) {
  .koteck .usage-flow h3 {
    font-size: clamp(18px, 18px + (24 - 18) * (100vw - 768px) / (1280 - 768), 24px);
  }
}
.koteck .usage-flow h4 {
  font-size: clamp(10px, 10px + (24 - 10) * (100vw - 300px) / (1280 - 300), 24px);
}
.koteck .ufbc-l::after {
  font-size: clamp(8px, 8px + (20 - 8) * (100vw - 300px) / (1280 - 300), 20px);
}
.koteck .open-content p {
  font-size: clamp(8px, 8px + (16 - 8) * (100vw - 300px) / (1280 - 300), 16px);
}
.koteck .open-content p span {
  font-size: clamp(10px, 10px + (18 - 10) * (100vw - 300px) / (1280 - 300), 18px);
}
.koteck .tpqa-h2 h2 {
  font-size: clamp(18px, 18px + (46 - 18) * (100vw - 300px) / (1280 - 300), 46px);
}
.koteck .tp-qa label {
  font-size: clamp(10px, 10px + (24 - 10) * (100vw - 300px) / (1280 - 300), 24px);
}
.koteck .tp-qa label::after {
  font-size: clamp(8px, 8px + (20 - 8) * (100vw - 300px) / (1280 - 300), 20px);
}
.koteck .tpcon-h2 h2 {
  font-size: clamp(18px, 18px + (46 - 18) * (100vw - 300px) / (1280 - 300), 46px);
}
.koteck .lp-cf label {
  font-size: clamp(12px, 12px + (22 - 12) * (100vw - 300px) / (1280 - 300), 22px);
}
.koteck .lp-cf .cf-bikou {
  font-size: clamp(10px, 10px + (20 - 10) * (100vw - 300px) / (1280 - 300), 20px);
}
.koteck .lp-cf .wpcf7-list-item label {
  font-size: clamp(10px, 10px + (20 - 10) * (100vw - 300px) / (1280 - 300), 20px);
}
.koteck .lp-cf .wpcf7-list-item {
  font-size: clamp(10px, 10px + (20 - 10) * (100vw - 300px) / (1280 - 300), 20px);
}
.koteck .lp-cf .cf-term {
  font-size: clamp(10px, 10px + (20 - 10) * (100vw - 300px) / (1280 - 300), 20px);
}
.koteck .consub {
  font-size: clamp(12px, 12px + (22 - 12) * (100vw - 300px) / (1280 - 300), 22px);
}
.koteck .all-footer p, .koteck .all-footer li {
  font-size: clamp(8px, 8px + (16 - 8) * (100vw - 300px) / (1280 - 300), 16px);
}

.kous-column .c-search-box {
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 300px) / (768 - 300), 16px);
}
.kous-column .chn-x p {
  font-size: clamp(10px, 10px + (14 - 10) * (100vw - 300px) / (768 - 300), 14px);
}
.kous-column .c-header-nav li, .kous-column .c-header-nav p {
  font-size: clamp(12px, 12px + (20 - 12) * (100vw - 300px) / (768 - 300), 20px);
}
.kous-column .c-top-h1 h1 {
  font-size: clamp(16px, 16px + (46 - 16) * (100vw - 300px) / (1280 - 300), 46px);
}
.kous-column .c-top-h2 h2 {
  font-size: clamp(12px, 12px + (38 - 12) * (100vw - 300px) / (1280 - 300), 38px);
}
.kous-column .pickup-list .column-title {
  font-size: clamp(10px, 10px + (24 - 10) * (100vw - 300px) / (1280 - 300), 24px);
}
.kous-column .pickup-list .column-discription {
  font-size: clamp(8px, 8px + (18 - 8) * (100vw - 300px) / (1280 - 300), 18px);
}
.kous-column .pickup-list time {
  font-size: clamp(8px, 8px + (16 - 8) * (100vw - 300px) / (1280 - 300), 16px);
}
.kous-column .more-article p {
  font-size: clamp(10px, 10px + (16 - 10) * (100vw - 300px) / (1280 - 300), 16px);
}
.kous-column .c-footer p, .kous-column .c-footer li {
  font-size: clamp(8px, 8px + (16 - 8) * (100vw - 300px) / (1280 - 300), 16px);
}
.kous-column .pageh1 h1 {
  font-size: clamp(16px, 16px + (46 - 16) * (100vw - 300px) / (1280 - 300), 46px);
}
.kous-column .csi-parent-category p {
  font-size: clamp(14px, 14px + (28 - 14) * (100vw - 300px) / (1280 - 300), 28px);
}
.kous-column .csi-child-category p {
  font-size: clamp(12px, 12px + (24 - 12) * (100vw - 300px) / (1280 - 300), 24px);
}
.kous-column .catbtn-title p {
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 300px) / (1280 - 300), 16px);
}
.kous-column .cat-btn .con {
  font-size: clamp(12px, 12px + (20 - 12) * (100vw - 300px) / (1280 - 300), 20px);
}
.kous-column .date-content {
  font-size: clamp(14px, 14px + (24 - 14) * (100vw - 480px) / (1280 - 480), 24px);
}
.kous-column .content h2 {
  font-size: clamp(14px, 14px + (36 - 14) * (100vw - 300px) / (1280 - 300), 36px);
}
.kous-column .content h3 {
  font-size: clamp(14px, 14px + (26 - 14) * (100vw - 300px) / (1280 - 300), 26px);
}
.kous-column .content h4 {
  font-size: clamp(14px, 14px + (22 - 14) * (100vw - 300px) / (1280 - 300), 22px);
}
.kous-column .content p, .kous-column .content li, .kous-column .content a, .kous-column .content th, .kous-column .content td, .kous-column .content h5, .kous-column .content h6 {
  font-size: clamp(14px, 14px + (18 - 14) * (100vw - 300px) / (1280 - 300), 18px);
}
.kous-column .content strong {
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 300px) / (1280 - 300), 20px);
}
.kous-column .content .column-awasete {
  font-size: clamp(9px, 9px + (20 - 9) * (100vw - 300px) / (1280 - 300), 20px);
}
.kous-column .content .pickup-item .column-title {
  font-size: clamp(12px, 12px + (26 - 12) * (100vw - 300px) / (1280 - 300), 26px);
}
.kous-column .content .pickup-item time {
  font-size: clamp(9px, 9px + (18 - 9) * (100vw - 300px) / (1280 - 300), 18px);
}

h1 {
  text-align: center;
}

h2 {
  text-align: center;
}

tr {
  text-align: left;
}

td {
  font-weight: 500;
  line-height: 120%;
}

#btn {
  font-size: 16px;
}

.all-header-set {
  font-weight: bold;
}

.all-header-menu {
  text-align: center;
  align-self: center;
}

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

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

.fc-kotira p {
  font-weight: bold;
}

.fc-kotira span {
  font-weight: bold;
}

.footer-contact small {
  font-weight: bold;
}

.fi-flex {
  text-align: center;
}
@media (min-width: 768px) {
  .fi-flex {
    text-align: left;
  }
}

.fi-sitemap ul {
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .fi-sitemap ul {
    text-align: left;
  }
}

.copyright {
  text-align: center;
}
.copyright small {
  font-weight: bold;
  color: #ffffff;
}

.hmh-phraze {
  font-weight: bold;
  color: #a8acce;
}

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

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

#info-tac {
  text-align: center;
}

.p-m, .p-s {
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}

.info-h2 {
  color: #697bff;
}

.mission-p, .vision-p {
  font-weight: bold;
  line-height: 2;
}

.v-flex {
  color: #ffffff;
}

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

.reader-info {
  font-weight: bold;
}

.message-p {
  font-weight: 500;
}

.info-table th {
  text-align: center;
}

.service h2, .service h3 {
  text-align: center;
}
@media (min-width: 1024px) {
  .service h2, .service h3 {
    text-align: left;
  }
}

.service-stop {
  text-align: center;
  font-weight: bold;
  color: red;
}

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

.catbtn-title {
  font-weight: 500;
  color: #343434;
}

.content {
  word-break: break-all;
  font-weight: 500;
}

article h1 {
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}
article .time {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
  text-align: center;
}

.wpcf7 {
  font-size: 20px;
  font-weight: bold;
}

form label {
  font-size: 16px;
}

.cf-hixtusu {
  color: red;
}

.cf-bikou {
  font-size: 12px;
  line-height: 1.4em;
}

.wpcf7-list-item {
  font-size: 16px;
}

.consub {
  text-align: center;
  font-size: 16px;
}
@media (min-width: 768px) {
  .consub {
    font-size: 18px;
  }
}

.terms p, .terms ul, .terms li {
  font-size: 12px;
}
@media (min-width: 768px) {
  .terms p, .terms ul, .terms li {
    font-size: 16px;
  }
}

.not-found {
  text-align: center;
}
.not-found h1 {
  color: #1b14b2;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}

.koteck tr {
  text-align: center;
}
.koteck .t-header-set {
  font-weight: bold;
}
.koteck .t-header-menu {
  text-align: center;
  align-self: center;
}
.koteck .fcr {
  text-align: center;
}
.koteck .fcr a {
  color: #ffffff;
}
.koteck .free-p {
  line-height: 1.2;
}
.koteck .firstview {
  text-align: center;
}
.koteck .fv-phraze1 {
  color: #343434;
  font-weight: bold;
  text-shadow: 1px 1px #ffffff;
}
.koteck .fv-phraze1 p {
  line-height: 1.2em;
}
.koteck .fv-phraze2 {
  color: #343434;
  font-weight: bold;
  text-align: left;
}
.koteck .fv-phraze2 span {
  color: #00bece;
  text-shadow: 1px 2px #ffffff;
}
.koteck .fv-phraze2 p {
  line-height: 1.2;
}
.koteck .multi-device-text {
  font-weight: bold;
  color: #5a5a5a;
}
.koteck .fv-sv1, .koteck .fv-sv2 {
  text-align: center;
}
.koteck .fv-mv .multi-device-text {
  text-align: center;
}
.koteck .precaution {
  text-align: left;
}
.koteck .fv-s-title {
  font-weight: bold;
  text-shadow: 1px 2px #ffffff;
}
.koteck .fv-sitevariation {
  font-weight: bold;
}
.koteck .fv-sitevariation p {
  line-height: 1.2;
}
.koteck .fv-marunage {
  color: #ff4040;
  text-shadow: 1px 2px 4px #ffffff;
  font-weight: bold;
  line-height: 1.2em;
}
.koteck .fv-svo {
  font-weight: bold;
}
.koteck .fv-sitevariation-others {
  font-weight: bold;
}
.koteck .w-title span {
  color: #EB46DD;
  text-shadow: 1px 2px 2px #ffffff;
}
.koteck .wel-p {
  font-weight: bold;
  color: #ffffff;
}
.koteck .merit {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}
.koteck .solution {
  text-align: center;
  font-weight: bold;
}
.koteck .s-pi {
  text-align: left;
  line-height: 1.5em;
  font-weight: 500;
}
.koteck .s-title {
  line-height: 1.2em;
}
.koteck .comparison-introduction {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}
.koteck .cf {
  font-weight: bold;
  color: #ffffff;
  text-indent: -1em;
}
.koteck .cf p {
  line-height: 1.4em;
}
.koteck .c-prefix {
  text-align: center;
  font-weight: bold;
}
.koteck .c-f-example p:last-child, .koteck .c-f-answer p:last-child {
  text-align: center;
  text-indent: 0;
}
.koteck .c-table h2 span {
  font-family: serif;
}
.koteck .c-t-table {
  text-align: center;
}
.koteck .c-th-main {
  color: #ffffff;
  font-family: serif;
  font-weight: bold;
}
.koteck .c-th-other {
  color: #ffffff;
  font-weight: bold;
}
.koteck .c-th-left {
  color: #ffffff;
  font-weight: bold;
}
.koteck .c-td-main {
  color: #BA569A;
  font-weight: bold;
}
.koteck .c-td-other {
  color: #343434;
  font-weight: 500;
}
.koteck .reasonable-reason {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.koteck .reasonable-reason h2 span {
  font-family: serif;
}
.koteck .rr-p p {
  line-height: 1.4em;
}
.koteck .rr-p1 {
  color: #343434;
}
.koteck .fee {
  text-align: center;
}
.koteck .fee .precaution {
  text-align: left;
}
@media (min-width: 480px) {
  .koteck .fee .service-content ul {
    text-align: left;
  }
}
.koteck .fee .fv-marunage p {
  line-height: 1em;
}
.koteck .marunage-before-p {
  font-weight: bold;
}
.koteck .scb-title {
  font-weight: bold;
  color: #ffffff;
}
.koteck .sc-list ul {
  text-indent: -0.5em;
  font-weight: 500;
  line-height: 1.4em;
}
.koteck .os-title {
  font-weight: 500;
  line-height: 1.4em;
}
.koteck .other-service ul {
  font-weight: 500;
  line-height: 1.4em;
}
.koteck .before-option {
  font-weight: bold;
  font-family: serif;
}
.koteck .option h2 {
  font-weight: bold;
  font-family: serif;
}
.koteck .option th, .koteck .option td {
  font-weight: bold;
  text-align: center;
}
.koteck .option .ot-td {
  font-weight: 500;
  text-align: left;
}
.koteck .option p {
  font-weight: bold;
  color: #ffffff;
  text-shadow: 1px 1px 2px orange;
}
.koteck .if-list {
  text-align: center;
  font-weight: bold;
}
.koteck .industry li {
  font-weight: bold;
  text-align: center;
}
.koteck .usage-flow h3 {
  text-align: center;
}
.koteck .ufbc-l::after {
  font-weight: 500;
  color: #ffffff;
}
.koteck .ufbc-l {
  color: #ffffff;
}
.koteck .open-content {
  font-weight: 500;
}
.koteck .open-content span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .koteck .cfbc-category h3 {
    writing-mode: vertical-rl;
  }
}
.koteck .tp-qa label {
  color: #ffffff;
  font-weight: bold;
}
.koteck .tp-qa label::after {
  font-weight: 500;
  color: #ffffff;
}
.koteck .term-a {
  text-decoration: underline;
  color: blue;
}
.koteck .all-footer {
  font-weight: 500;
}

.kous-column .chn-x p {
  font-weight: 500;
  color: #ffffff;
}
.kous-column .c-header-nav li, .kous-column .c-header-nav p {
  color: #ffffff;
  font-weight: bold;
}
.kous-column .c-header-nav .open-content a {
  color: #ffffff;
}
.kous-column .c-header-nav label {
  text-align: center;
}
.kous-column .c-top-h2 {
  text-align: center;
}
.kous-column .pickup-list .column-title {
  font-weight: bold;
  line-height: 1.2em;
}
.kous-column .pickup-list time, .kous-column .pickup-list .column-discription {
  font-weight: 500;
  line-height: 1.2em;
}
.kous-column .more-article p {
  color: #EF454A;
  font-weight: bold;
}
.kous-column .more-article p:hover {
  color: #ffffff;
}
.kous-column .c-footer {
  font-weight: 500;
}
.kous-column .csi-parent-category {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.kous-column .csi-child-category {
  font-weight: bold;
}
.kous-column .csi-child-category p {
  color: blue;
}
.kous-column .catbtn-title {
  color: #ffffff;
}
.kous-column .cat-btn .con {
  font-weight: bold;
}
.kous-column .content h1 {
  color: #343434;
  text-shadow: none;
}
.kous-column .content .time {
  color: #343434;
  text-shadow: none;
  text-align: left;
}
.kous-column .content a {
  color: blue;
  text-decoration: underline;
}
.kous-column .content .toc-title {
  text-align: center;
  font-weight: bold;
  color: #5a5a5a;
}
.kous-column .content .toc-toggle {
  font-weight: bold;
  color: #5a5a5a;
}
.kous-column .content .toc-content a {
  text-decoration: none;
  color: #0073aa;
}
.kous-column .content .toc-content a:hover {
  text-decoration: underline;
}
.kous-column .content blockquote {
  font-style: italic;
  color: #555;
}
.kous-column .content blockquote:before {
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}
.kous-column .content blockquote cite {
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.kous-column .content .wp-block-code code {
  color: white;
}
.kous-column .content .wp-block-button a {
  color: #ffffff;
  background: linear-gradient(to bottom right, #00bece, #93e0e2);
  box-shadow: 0 5px 5px -7px #343434;
  border-radius: 2rem;
  padding: 6px 18px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}
.kous-column .content .wp-block-button a p {
  color: #ffffff;
  font-weight: bold;
}
.kous-column .content .wp-block-button a:hover {
  opacity: 0.7;
  box-shadow: initial;
}
.kous-column .content .pickup-item a {
  color: #343434;
  text-decoration: none;
}
.kous-column .content .pickup-item .column-awasete {
  color: white;
  font-weight: bold;
}
.kous-column .content .pickup-item .column-title {
  font-weight: bold;
  line-height: 1.4em;
}

.toggle {
  display: none;
}

.label {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 1rem;
}
@media (min-width: 768px) {
  .label {
    padding: 1.5rem 2rem;
  }
}

.label::after {
  position: absolute;
  top: 2vh;
  right: 6vw;
}
@media (min-width: 768px) {
  .label::after {
    top: 3vh;
  }
}

.label, .open-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.open-content {
  height: 0;
  margin-bottom: 1vh;
  overflow: hidden;
}

.toggle:checked + .label + .open-content {
  height: auto;
  padding: 1rem;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .toggle:checked + .label + .open-content {
    padding: 1.5rem 2rem;
  }
}

.breadclumbs {
  margin: 64px 0 0 6px;
}
@media (min-width: 768px) {
  .breadclumbs {
    margin: 74px 0 0 12px;
  }
}

.kous-column .breadclumbs {
  margin: 10px 0 0 2vw;
}
@media (min-width: 768px) {
  .kous-column .breadclumbs {
    margin: 10px 0 0 2vw;
  }
}

.btn {
  border: 1px solid #343434;
  border-radius: 2rem;
  padding: 0;
  transition: 0.5s;
}
.btn:hover {
  background-color: #697bff;
  border: 1px solid transparent;
  transition: 0.5s;
}
.btn a {
  color: #343434;
  transition: 0.3s;
}
.btn a:hover {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}
.btn .con {
  padding: 10px;
}

.all-header-menu .contact {
  flex: 28%;
  margin-left: 10px;
}

.more-article {
  display: inline-block;
  margin-bottom: 20px;
}

.more-article p {
  padding: 10px 25px 8px 25px;
}

.fi-button {
  display: inline-block;
  margin-bottom: 20px;
}

.fi-button p {
  padding: 6px 25px 5px 25px;
}

.wpcf7 input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #343434;
  border-radius: 2rem;
  transition: 0.5s;
  width: 120px;
}
@media (min-width: 768px) {
  .wpcf7 input[type=submit] {
    width: 200px;
    padding: 10px;
  }
}
.wpcf7 input[type=submit]:hover {
  background-color: #697bff;
  border: 1px solid transparent;
  transition: 0.5;
  color: #ffffff;
  transition: 0.3s;
}

.wpcf7-spinner {
  margin: 0;
  position: absolute;
}

.category-buttons {
  margin-bottom: 30px;
}

.catbtn-title {
  margin: 0 auto 10px;
  background: linear-gradient(to right, transparent, #f5f18d 50%, transparent);
  width: 80%;
}
@media (min-width: 768px) {
  .catbtn-title {
    width: 60%;
  }
}

.cat-btn {
  display: inline-block;
  border: 1px solid #343434;
  border-radius: 2rem;
  padding: 0;
  color: #343434;
  transition: background-color 0.5s, color 0.3s;
}
.cat-btn:hover {
  background-color: #697bff;
  border: 1px solid transparent;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.5s, color 0.3s;
}
.cat-btn .con {
  padding: 10px;
}

.nowcat {
  background-color: #697bff;
  border: 1px solid transparent;
  transition: 0.5s;
  color: #ffffff;
  text-decoration: none;
}

#bg-v-btn {
  background: none;
  border: none;
  cursor: pointer;
  filter: invert(100%) brightness(100%) drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
  position: absolute;
  bottom: 40px;
  right: 50%;
  transform: translateX(6.5vw);
}
@media (min-width: 480px) {
  #bg-v-btn {
    transform: translateX(4.5vw);
  }
}
@media (min-width: 768px) {
  #bg-v-btn {
    transform: translateX(1.8vw);
  }
}
#bg-v-btn img {
  height: auto;
  width: 12vw; /* アイコンサイズ */
}
@media (min-width: 480px) {
  #bg-v-btn img {
    width: 8vw;
  }
}
@media (min-width: 768px) {
  #bg-v-btn img {
    width: 3vw;
  }
}

.koteck .t-btn {
  color: #ffffff;
  background: linear-gradient(to bottom right, #00bece, #93e0e2);
  box-shadow: 0 5px 5px -7px #343434;
  border-radius: 2rem;
  padding: 6px 18px;
  display: inline-block;
}
.koteck .t-btn p {
  color: #ffffff;
  font-weight: bold;
}
.koteck .t-btn:hover {
  opacity: 0.7;
  box-shadow: initial;
}
.koteck .fcr {
  color: #ffffff;
  background: linear-gradient(to bottom right, #00bece, #93e0e2);
  box-shadow: 0 5px 5px -7px #343434;
  border-radius: 2rem;
  padding: 6px 18px;
  display: inline-block;
  border-radius: 0.5rem;
  padding: 10px;
}
.koteck .fcr p {
  color: #ffffff;
  font-weight: bold;
}
.koteck .fcr:hover {
  opacity: 0.7;
  box-shadow: initial;
}
@media (min-width: 768px) {
  .koteck .fcr {
    color: #ffffff;
    background: linear-gradient(to bottom right, #00bece, #93e0e2);
    box-shadow: 0 5px 5px -7px #343434;
    border-radius: 2rem;
    padding: 6px 18px;
    display: inline-block;
  }
  .koteck .fcr p {
    color: #ffffff;
    font-weight: bold;
  }
  .koteck .fcr:hover {
    opacity: 0.7;
    box-shadow: initial;
  }
}
.koteck .tp-contact .wpcf7 input[type=submit]:hover {
  background-color: #BA569A;
}

.kous-column .more-article {
  border: 2px solid #EF454A;
}
.kous-column .more-article:hover {
  background-color: #EF454A;
}
.kous-column .more-article p {
  padding: 6px 20px 4px;
}
.kous-column .cat-btn .con {
  padding: 6px 10px;
}
@media (min-width: 768px) {
  .kous-column .cat-btn .con {
    padding: 6px 20px;
  }
}
.kous-column .catbtn-title {
  background: linear-gradient(to right, transparent, #f0426d 50%, transparent);
}
.kous-column .cat-btn:hover {
  background-color: #EF454A;
}
.kous-column .nowcat {
  background-color: #EF454A;
}

.next {
  height: 4vh;
  background-color: #000;
  clip-path: polygon(-2% -1.5%, 102% -1.5%, 50% 100%);
}

.wpcf7 {
  margin: 0 10%;
}
@media (min-width: 768px) {
  .wpcf7 {
    margin: 0 20%;
  }
}

.wpcf7 input, .wpcf7 textarea, .wpcf7-select {
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0 25px 0;
}
@media (min-width: 768px) {
  .wpcf7 input, .wpcf7 textarea, .wpcf7-select {
    margin: 5px 0 40px 0;
  }
}

.wpcf7-list-item {
  display: block;
}

.wpcf7 input[type=checkbox] {
  width: 5%;
}

.wpcf7-not-valid-tip {
  margin-bottom: 30px;
}

#wpcf7-f28-p26-o1 > form > p > .wpcf7-spinner {
  display: block;
}
@media (min-width: 768px) {
  #wpcf7-f28-p26-o1 > form > p > .wpcf7-spinner {
    display: inline-block;
  }
}

.postal-code-inline {
  display: inline-block;
  width: 120px;
  margin: 5px 0 2px 5px;
}

.legion-inline {
  display: inline-block;
  width: 120px;
}
.legion-inline input {
  margin: 5px 0 0 5px;
}

.postal-code-inline input {
  margin: 0;
}

.lp-cf label {
  line-height: 1.7em;
}
.lp-cf .wpcf7 {
  margin: 0 4vw;
}
.lp-cf .wpcf7 input, .lp-cf .wpcf7 textarea, .lp-cf .wpcf7-select {
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  .lp-cf .wpcf7 input, .lp-cf .wpcf7 textarea, .lp-cf .wpcf7-select {
    margin: 0 0 26px 0;
  }
}
.lp-cf .wpcf7-not-valid-tip {
  margin: 0;
}
.lp-cf .wpcf7-checkbox .wpcf7-list-item {
  display: contents;
}
.lp-cf .wpcf7-checkbox .wpcf7-list-item input {
  margin-left: 4vw;
}
@media (min-width: 768px) {
  .lp-cf .wpcf7-checkbox .wpcf7-list-item input {
    margin-left: 0;
  }
}
.lp-cf .cf-term .wpcf7-list-item input {
  margin: 0;
}
.lp-cf .cf-term {
  margin-left: 1vw;
}
@media (min-width: 768px) {
  .lp-cf .cf-term {
    margin-left: 0;
  }
}
.lp-cf .wpcf7-acceptance .wpcf7-list-item {
  display: contents;
}
.lp-cf .consub input {
  margin: 2vh 0;
}
@media (min-width: 768px) {
  .lp-cf .consub input {
    margin: 4vh 0;
  }
}

@media (min-width: 768px) {
  .header-humburgermenu {
    display: none;
  }
}

#menu-btn-check {
  display: none;
}

.menu-btn {
  position: absolute;
  top: 30px;
  right: 50px;
}

/* ハンバーガーアイコンをCSSだけで表現 */
.menu-btn span, .menu-btn span::before, .menu-btn span::after {
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  border-radius: 3px;
  background-color: #343434;
  position: absolute;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}

.menu-btn span {
  margin-top: 8.5px;
}
@media (max-width: 375px) {
  .menu-btn span {
    margin-top: -0.5px;
  }
}
@media (min-width: 376px) {
  .menu-btn span {
    margin-top: -0.5px;
  }
}
.menu-btn span::before {
  top: -8px;
}
.menu-btn span::after {
  bottom: -8px;
}

/* ×印  */
#menu-btn-check:checked ~ .menu-btn span {
  background-color: transparent;
}
#menu-btn-check:checked ~ .menu-btn span::before {
  top: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* 中身 */
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.hum-img {
  margin: 90px 0 40px 0;
}
.hum-img img {
  width: 150px;
}

.hum-contents {
  padding: 15px;
}

/* チェックが入ったらもろもろ表示 */
#menu-btn-check:checked ~ .menu-content {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}

.fx {
  display: flex;
}

.fx2 {
  flex: 50%;
}

.fx5 {
  flex: 20%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .fxtab {
    display: flex;
  }
}

.fv-mv-fxm {
  flex: 30%;
}

.fv-mv-fxs {
  flex: 35%;
}

.all-header {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 99;
  transition: background 0.5s;
}

.all-header-fx {
  background-color: #ffffff;
}

.all-header-set {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}

.all-header-logo {
  padding: 10px 0;
  flex: 20%;
}
.all-header-logo img {
  width: 80px;
}
@media (min-width: 768px) {
  .all-header-logo img {
    width: 100px;
  }
}

.all-header-menu {
  padding: 0 10px;
  flex: 20%;
  display: none;
}
@media (min-width: 768px) {
  .all-header-menu {
    display: block;
  }
}
.all-header-menu ul {
  list-style: none;
  display: flex;
}
.all-header-menu a {
  flex: 15%;
  padding: 10px 0;
}
.all-header-menu a:hover {
  border-bottom: 1px solid #697bff;
}

.koteck .t-header {
  width: 100%;
  box-shadow: 0 5px 5px -5px #343434;
  background-color: #ffffff;
  z-index: 99;
}
@media (min-width: 768px) {
  .koteck .t-header {
    position: fixed;
    height: 64px;
    top: 0;
  }
}
.koteck .t-header-set {
  padding: 10px 10px;
  align-items: center;
}
.koteck .t-header-logo {
  flex: 30%;
}
@media (min-width: 768px) {
  .koteck .t-header-logo img {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .koteck .t-header-logo {
    flex: 0%;
  }
}
.koteck .t-header-menu {
  padding-left: 10px;
  flex: 22%;
  text-align: right;
}
.koteck .t-header-menu ul {
  list-style: none;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .koteck .t-header-menu {
    text-align: center;
  }
}
.koteck .fcr {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  position: fixed;
  width: 58px;
  height: 66px;
  pointer-events: none;
  z-index: 99;
}
@media (min-width: 768px) {
  .koteck .fcr {
    position: static;
    width: 5vw;
    height: auto;
    flex: auto;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .koteck .fcr img {
    display: none;
  }
}
.koteck .fcr-fx {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.koteck .free-contact {
  bottom: 110px;
}
.koteck .free-contact img {
  margin-bottom: 5px;
  width: 34px;
}
.koteck .free-request {
  bottom: 10px;
}
.koteck .free-request img {
  margin-bottom: 2px;
  width: 26px;
}
@media (min-width: 768px) {
  .koteck .free-request {
    margin-left: 20px;
  }
}
.koteck .t-header-tell img {
  width: 15px;
  height: fit-content;
}
@media (min-width: 480px) {
  .koteck .t-header-tell img {
    width: 20px;
  }
}
.koteck .htn {
  align-items: center;
  justify-content: center;
}
.koteck .htn a {
  padding-left: 4px;
}

.kous-column .c-header {
  width: 100%;
  box-shadow: 0 5px 5px -5px #343434;
  background-color: #ffffff;
}
.kous-column .c-header-set {
  padding: 10px 10px 0;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .kous-column .c-header-set {
    padding: 20px 40px 8px;
  }
}
.kous-column .c-header-title {
  flex: 30%;
}
@media (min-width: 768px) {
  .kous-column .c-header-title {
    flex: 0%;
  }
}
.kous-column .c-header-title img {
  width: 30vw;
}
@media (min-width: 768px) {
  .kous-column .c-header-title img {
    width: 180px;
  }
}
.kous-column .chn-x {
  text-align: center;
  padding-bottom: 2px;
}
@media (min-width: 768px) {
  .kous-column .chn-x {
    text-align: right;
    padding: 0 40px 2px 0;
  }
}
.kous-column .chn-x p {
  background-color: #343434;
  display: inline-block;
  padding: 0px 6px;
  border-radius: 0.3rem;
  cursor: pointer;
}
.kous-column .chn-x p:hover {
  background-color: gray;
}
.kous-column .c-header-nav {
  background-color: #EF454A;
  padding: 10px;
}
@media (min-width: 768px) {
  .kous-column .c-header-nav {
    padding: 10px 40px;
  }
}
.kous-column .c-header-nav img {
  width: 1em;
  filter: invert(100%) brightness(170%);
}
.kous-column .c-header-nav p {
  width: 100px;
}
@media (min-width: 480px) {
  .kous-column .c-header-nav p {
    width: 160px;
  }
}
@media (min-width: 768px) {
  .kous-column .c-header-nav p {
    width: 200px;
  }
}
.kous-column .c-header-nav ul {
  list-style: none;
  align-items: center;
}
.kous-column .c-header-nav li {
  padding-right: 20px;
}
.kous-column .c-header-nav label {
  padding: 0;
}
.kous-column .c-header-nav .open-content {
  margin: 0;
}
.kous-column .c-header-nav .open-content p {
  border-bottom: 2px dashed;
}
.kous-column .c-header-nav .open-content p:last-child {
  border: none;
}
.kous-column .c-header-nav .open-content p:hover {
  background-color: #ffa0a0;
}
.kous-column .c-header-nav .open-content a {
  display: block;
  padding: 6px;
}
@media (min-width: 768px) {
  .kous-column .c-header-nav .open-content a {
    padding-left: 12px;
  }
}
.kous-column .c-header-nav .chn-cat-child {
  margin-top: 10px;
  background-color: #ff7272;
}
.kous-column .c-header-nav .toggle:checked + .label + .open-content {
  padding: 0;
  position: absolute;
}

.all-footer {
  margin-top: 70px;
  background-image: url(http://kous-cw.com/wp-content/uploads/2025/09/network-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .all-footer {
    margin-top: 100px;
  }
}
.all-footer ul {
  list-style: none;
}

.footer-info {
  margin: 0 7% 40px;
}
@media (min-width: 768px) {
  .footer-info {
    margin: 0 25% 40px 25%;
  }
}

.footer-contact {
  margin-bottom: 50px;
  padding-top: 80px;
}

.fc-back {
  background-color: #ffffff;
}

.fc-kotira {
  margin-bottom: 10px;
  padding-top: 20px;
}

.footer-contact small {
  display: block;
  padding-bottom: 20px;
}

.fi-flex {
  display: block;
  padding: 50px 10% 40px 10%;
  background-color: #ffffff;
  border-radius: 0.5em;
}
@media (min-width: 768px) {
  .fi-flex {
    display: flex;
    padding: 30px 0;
  }
}

.fi-logo {
  flex: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fi-logo-img {
  width: 65%;
}
.fi-logo-img img {
  width: 90%;
}
@media (min-width: 480px) {
  .fi-logo-img img {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .fi-logo-img img {
    width: 100%;
  }
}

.fi-sitemap {
  flex: 30%;
  display: block;
  align-items: center;
  margin-top: 30px;
}
@media (min-width: 480px) {
  .fi-sitemap {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .fi-sitemap {
    display: flex;
    margin-top: initial;
  }
  .fi-sitemap ul {
    margin-left: 50px;
  }
}
.fi-sitemap li {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .fi-sitemap li {
    margin: 10px 0;
  }
}

.copyright {
  padding: 8px 0;
  background-color: #1b14b2;
}
@media (min-width: 768px) {
  .copyright {
    padding: 20px 0;
  }
}

.koteck .all-footer {
  background-color: #ffffff;
  margin: 0;
  background-image: none;
}
.koteck .all-footer li {
  list-style: none;
  margin-bottom: 0.5vh;
}
.koteck .f-gradation {
  background: linear-gradient(to bottom, #eef9fc, #ffffff);
  padding: 4vh 0;
}
.koteck .f-flex {
  margin: 0 2vw 2vh;
  justify-content: center;
}
@media (min-width: 768px) {
  .koteck .f-flex {
    margin: 4vh 2vw;
  }
}
.koteck .f-sitemap {
  margin: 0 2vw 0 auto;
}
.koteck .f-kousservice {
  margin: 0 auto 0 2vw;
}
.koteck .fs-title p {
  border-bottom: 1.5px solid;
  padding: 0 4vw 0 0;
  margin: 0 0 1vh 0;
}
.koteck .copyright {
  background-color: #913278;
}

.kous-column .c-footer {
  margin-top: 6vh;
}
@media (min-width: 768px) {
  .kous-column .c-footer {
    margin-top: 12vh;
  }
}
.kous-column .c-footer ul {
  list-style: none;
}
.kous-column .f-flex {
  margin: 0 2vw 2vh;
  justify-content: center;
}
@media (min-width: 768px) {
  .kous-column .f-flex {
    margin: 4vh 2vw;
  }
}
.kous-column .f-sitemap {
  margin: 0 2vw 0 auto;
}
.kous-column .f-kousservice {
  margin: 0 auto 0 2vw;
}
.kous-column .fs-title p {
  border-bottom: 1.5px solid;
  padding: 0 4vw 0 0;
  margin: 0 0 1vh 0;
}
.kous-column .copyright {
  background-color: #EF454A;
}

.pickup-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32vw, 1fr));
  gap: 2vw;
  margin: 0 2vw 2vh;
}
@media (min-width: 768px) {
  .pickup-list {
    margin: 0 10vw 4vh;
    grid-template-columns: repeat(auto-fit, minmax(20vw, 1fr));
  }
}

.pickup-list:has(> .pickup-item:only-child) {
  width: fit-content;
  margin: auto;
}

.pickup-item {
  background: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
  margin-bottom: 1em;
}

.pickup-item:hover {
  transform: translateY(-5px);
}

.pickup-item .thumb {
  width: 100%;
  height: 80px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 376px) {
  .pickup-item .thumb {
    height: 100px;
  }
}
@media (min-width: 480px) {
  .pickup-item .thumb {
    height: 160px;
  }
}
@media (min-width: 1024px) {
  .pickup-item .thumb {
    height: 180px;
  }
}

.pickup-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.column-item {
  padding: 12px 6px;
}
@media (min-width: 480px) {
  .column-item {
    padding: 20px 12px;
  }
}
@media (min-width: 1024px) {
  .column-item {
    padding: 30px 16px;
  }
}

.column-uptime {
  display: flex;
}

@media (min-width: 480px) {
  .column-discription {
    padding-top: 4px;
  }
}
@media (min-width: 1024px) {
  .column-discription {
    padding-top: 14px;
  }
}

.tp-column .more-btn {
  text-align: center;
  margin: 1vh 0 6vh;
}
@media (min-width: 768px) {
  .tp-column .more-btn {
    margin: 3vh 0 12vh;
  }
}

.wp-block-group.is-style-color-box p {
  margin-bottom: 1em;
}
.wp-block-group.is-style-color-box ul {
  margin: 0 !important;
}

.hmh-back {
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  position: fixed;
  z-index: -100;
  opacity: 0; /* 最初は透明 */
  transition: none;
  will-change: opacity, filter;
}
.hmh-back img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.hmh-back.show { /* フェードイン時だけtransition有効 */
  transition: opacity 1s ease-in-out;
  opacity: 1;
}

.hmh-slogan span,
.hmh-tagline span {
  opacity: 0;
  display: inline-block;
  transform: translateX(20px);
  transition: opacity 2s ease, transform 0.6s ease;
}
.hmh-slogan span.show,
.hmh-tagline span.show {
  opacity: 1;
  transform: translateX(0);
}

.hmh-phraze {
  margin: 26vh 0 0 12vw;
}
@media (min-width: 768px) {
  .hmh-phraze {
    margin: 34vh 0 0 20vw;
  }
}

.hmh-h1 {
  position: absolute;
  z-index: -101;
  color: #ffffff;
}

.hmh-tagline {
  margin-top: 6px;
}

.home-news {
  margin-top: 64vh;
}

.new-post {
  margin: 20px 10%;
}
@media (min-width: 768px) {
  .new-post {
    margin: 20px 20%;
  }
}

.home-article-info {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.ha-uptime {
  margin-top: 8px;
}
@media (min-width: 480px) {
  .ha-uptime {
    margin-top: 16px;
  }
}

.service h2, .service h3 {
  margin: 0 0 5px 0;
}
@media (min-width: 480px) {
  .service h2, .service h3 {
    margin: 5px 0;
  }
}
.service h2 {
  padding: 0;
  border-bottom: none;
  display: block;
}
.service br {
  display: none;
}
@media (min-width: 1024px) {
  .service br {
    display: initial;
  }
}

.service-desctop {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .service-desctop {
    flex-direction: initial;
  }
}
.service-desctop .s-ctop {
  display: none;
}
@media (min-width: 1024px) {
  .service-desctop .s-ctop {
    display: flex;
  }
}
.service-desctop .service-stop {
  display: none;
}
@media (min-width: 1024px) {
  .service-desctop .service-stop {
    display: block;
  }
}

@media (min-width: 1024px) {
  .mob-s-ctop {
    display: none;
  }
}

.s-img {
  flex: 48%;
  text-align: center;
  margin: 0 5%;
}
@media (min-width: 1024px) {
  .s-img {
    margin: 0 2% 0 0;
  }
}
@media (min-width: 768px) {
  .s-img {
    margin: 0 4% 0 0;
  }
}
.s-img img {
  width: 80%;
}
@media (min-width: 1024px) {
  .s-img img {
    width: 100%;
  }
}

.s-c {
  flex: 48%;
}

.s-ctop {
  text-align: center;
  border-bottom: 5px solid var(--service-border-color);
}
@media (min-width: 1024px) {
  .s-ctop {
    display: flex;
  }
}
.s-ctop img {
  width: auto;
  height: 80px;
}
@media (min-width: 1024px) {
  .s-ctop img {
    width: 100%;
    height: auto;
  }
}

.s-ctop-logo {
  flex: 30%;
}

.s-ctop-con {
  flex: 40%;
  margin-left: 5px;
  align-self: center;
}

.s-cund {
  margin: 18px 4% 0 4%;
}
@media (min-width: 480px) {
  .s-cund {
    margin: 18px 0 0 0;
  }
}

.s-more-btn {
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  .s-more-btn {
    margin-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .s-more-btn {
    text-align: right;
  }
}

.service-animate .scroll-animate {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transform: translateY(50px);
}
.service-animate .scroll-animate.show {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 768px) {
  .service-animate .scroll-animate {
    transform: translateX(50px);
  }
  .service-animate .scroll-animate.show {
    transform: translateX(0);
  }
}

.s1-ctop-con {
  border-bottom: solid 5px #93e0e2;
}

.s2-ctop-con {
  border-bottom: solid 5px #c1f99d;
}

.s3-ctop-con {
  border-bottom: solid 5px #22a5de;
}

.s4-ctop-con {
  border-bottom: solid 5px #b9569c;
}

.s5-ctop-con {
  border-bottom: solid 5px #842c3e;
}

.s6-ctop-con {
  border-bottom: solid 5px #FF69B4;
}

.s7-ctop-con {
  border-bottom: solid 5px #FF69B4;
}

.service-pause {
  color: red;
}

.bg-v {
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0px;
  position: fixed;
  z-index: -1;
}
.bg-v video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.message {
  position: relative;
}
.message::before {
  content: "";
  position: absolute;
  top: 180px;
  height: 1650px;
  width: 100%;
  z-index: -1;
  background-color: #ffffff;
}

.info-header {
  display: flex;
  flex-direction: column;
  margin-top: 38vh;
}

.philosophy {
  order: 1;
}

.info-pageh1 {
  order: 2;
  padding-top: 42vh;
}
@media (min-width: 768px) {
  .info-pageh1 {
    padding-top: 34vh;
  }
}
.info-pageh1 .pageh1 {
  margin-top: 0;
}
.info-pageh1 .h1img {
  margin-bottom: 0;
}

.p-s {
  margin: 15px 5% 0;
}
@media (min-width: 768px) {
  .p-s {
    margin-top: 50px;
  }
}

.vmv-animate .scroll-animate {
  opacity: 0;
  transition: opacity 2s ease, transform 0.8s ease;
  transform: translateY(50px);
  transition-delay: 0.2s;
}
.vmv-animate .scroll-animate.show {
  opacity: 1;
  transform: translateY(0);
}

.mission, .vision, .value {
  margin: 30px 0 50px;
}
@media (min-width: 768px) {
  .mission, .vision, .value {
    margin-top: 100px;
  }
}

.info-h2 {
  margin-bottom: 0;
  border: none;
}

.info-h3 {
  margin-top: 0;
}

.fx-ani {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: 0.4s;
}
.fx-ani.show {
  opacity: 1;
  transform: translateY(0);
}

.val-title {
  padding: 8px 14px;
  position: relative;
  top: 24px;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid #ffffff;
  background-color: #697bff;
  border-radius: 0.5rem;
}
.val-title h3 {
  margin: 0;
}

.v-box {
  border: 1px solid #697bff;
  background-color: #697bff;
  border-radius: 0.5rem;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .v-box {
    margin: 0 2px;
  }
}

.val-img {
  position: relative;
  top: -12px;
  left: -4px;
  width: 2rem;
  filter: invert(100%) brightness(200%) drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
}
@media (min-width: 768px) {
  .val-img {
    position: static;
    margin: 34px auto 10px;
  }
}

.val-p {
  padding: 0 10px 12px;
}

.message {
  margin-bottom: 50px;
}
@media (min-width: 480px) {
  .message .brnon {
    display: none;
  }
}
.message .inner {
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .message .inner {
    width: 80vw;
    margin: auto;
  }
}

.reader-photo {
  position: relative;
}
@media (min-width: 768px) {
  .reader-photo {
    width: 70%;
  }
}

.reader-photo .rp {
  display: none;
}
@media (min-width: 768px) {
  .reader-photo .rp {
    display: block;
  }
}

@media (min-width: 768px) {
  .reader-photo .rp-mob {
    display: none;
  }
}

.reader-info {
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  padding: 2.5vh 4vw 0 10vw;
}
.reader-info p {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .reader-info {
    padding: 3.5vh 2vw;
    width: 60%;
    right: -24vw;
    bottom: 3vh;
  }
}

.reader-affiliation {
  border-bottom: 2px solid #1b14b2;
}

.reader-name {
  width: 38vw;
}
@media (min-width: 768px) {
  .reader-name {
    width: 25vw;
  }
}

.message-p {
  margin: 10px auto 0;
  width: 92vw;
}
@media (min-width: 768px) {
  .message-p {
    width: initial;
  }
}

.reader-info-animate .scroll-animate {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transform: translateX(-100px);
  transition-delay: 0.4s;
}
.reader-info-animate .scroll-animate.show {
  opacity: 1;
  transform: translateX(0);
}

.wpcf7-form .wpcf7-not-valid {
  border: 2px solid red !important;
  background-color: #ffe6e6; /* 薄い赤背景にする場合 */
}

article .pageh1 {
  background-image: url(http://kous-cw.com/wp-content/uploads/2025/09/writing-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 10vh 0 5vh;
}
@media (min-width: 768px) {
  article .pageh1 {
    padding: 18vh 0 14vh;
  }
}

.content {
  width: auto;
  padding: 0 4%;
}
@media (min-width: 768px) {
  .content {
    width: 740px;
    margin: 0 auto;
    padding: 0 5px;
  }
}
@media (min-width: 1280px) {
  .content {
    width: 1000px;
  }
}

.content .breadclumbs {
  margin: 2px 0 8vh 0;
}

.content p {
  margin: 25px 0;
}

.terms {
  margin: 0 4%;
}
@media (min-width: 768px) {
  .terms {
    margin: 0 40px;
  }
}

@media (min-width: 768px) {
  .terms .pageh1 {
    font-size: 16px;
  }
}

.terms h2 {
  border: none;
  padding: 0;
  margin: 20px 0 5px 0;
}

.terms h3 {
  margin: 18px 0 5px 0;
}

.terms h4 {
  margin-top: 14px;
}

.terms h5 {
  margin-top: 10px;
}

.terms h3 + h4, .terms h4 + h5 {
  margin-top: 0;
}

.terms p {
  margin: 0 10px 10px 10px;
  line-height: 1.2em;
}

.terms ol {
  margin-top: 0;
}

.terms ul {
  padding-inline-start: 40px;
}

.not-found {
  margin: 200px 0 0 0;
}
.not-found h1 {
  margin-bottom: 50px;
}
.not-found .more-article {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .not-found {
    margin: 300px 0 0 0;
  }
}

.kous-column .date-list {
  margin: 0 10% 0;
}
@media (min-width: 768px) {
  .kous-column .date-list {
    margin: 0 20% 0;
  }
}
.kous-column .date-list ul {
  list-style: none;
}
.kous-column .date-content {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
}

@media (min-width: 768px) {
  .koteck .firstview {
    margin-top: 64px;
  }
}
.koteck .firstview h1, .koteck .firstview h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.koteck .fv-background {
  display: none;
}
@media (min-width: 768px) {
  .koteck .fv-background {
    display: block;
    position: absolute;
    z-index: -99;
    width: 100%;
    overflow: hidden;
  }
  .koteck .fv-background img {
    width: 100%;
    object-fit: cover;
    opacity: 0.7;
  }
}
.koteck .fv-background-s {
  position: absolute;
  z-index: -99;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.koteck .fv-background-s img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .koteck .fv-background-s {
    display: none;
  }
}
.koteck .fv-mv {
  display: none;
}
@media (min-width: 768px) {
  .koteck .fv-mv {
    display: block;
  }
  .koteck .fv-mv .fx {
    margin-bottom: -2vh;
  }
}
@media (min-width: 768px) {
  .koteck .fv-mv-s {
    display: none;
  }
}
.koteck .fv-phraze1 {
  margin: 3vh 0 2vh 0;
  display: inline-block;
}
.koteck .fv-phraze2 {
  align-items: end;
  justify-content: center;
}
@media (min-width: 768px) {
  .koteck .fv-phraze2 {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .koteck .fv-phraze2 {
    margin: auto;
  }
}
.koteck .fv-mv .fx {
  justify-content: center;
  align-items: end;
}
.koteck .fv-mv .fv-0yen {
  width: 80px;
}
.koteck .fv-mv .fv-sitevariation {
  align-items: initial;
  background: initial;
}
.koteck .fv-mv .fv-sv1, .koteck .fv-mv .fv-multidevice, .koteck .fv-mv .fv-sv2 {
  flex: 50%;
}
.koteck .fv-mv .fv-multidevice {
  text-align: center;
}
.koteck .fv-mv .fv-sitevariation p {
  margin: 2vh auto;
}
@media (min-width: 1024px) {
  .koteck .fv-mv .fv-sitevariation p {
    margin: 4vh auto;
    width: 20vw;
    padding: 12px;
  }
}
.koteck .fv-mv .marunage-over {
  height: 2vh;
  background-color: #F6D400;
  margin-bottom: -6vh;
}
.koteck .fv-0yen {
  width: 52px;
  height: auto;
  margin-left: 2vw;
}
.koteck .multi-device-text {
  margin: 1vh 0 0.5vh;
}
@media (min-width: 768px) {
  .koteck .multi-device-text {
    margin-top: 4vh;
  }
}
.koteck .multi-device-img {
  width: 70%;
  margin: auto;
}
.koteck .fv-initialcost {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .koteck .fv-ia p {
    width: fit-content;
    margin: 0 0 0 auto;
  }
}
.koteck .fv-0yenimg-s {
  margin: 10px 0;
}
.koteck .fv-0yenimg-s img {
  width: auto;
  height: 56vh;
}
@media (max-width: 404px) {
  .koteck .fv-0yenimg-s img {
    width: 100%;
    height: auto;
  }
}
.koteck .fv-0yenimg img {
  width: 26vw;
  height: auto;
}
.koteck .fv-marunage-under {
  background-color: beige;
}
.koteck .precaution {
  margin: 0 1vw 3vh;
}
.koteck .firstview .precaution {
  padding: 0 1vw 3vh;
  margin: 0;
}
.koteck .fv-site {
  background-color: beige;
  padding: 0vh 1vw 3vh;
}
.koteck .fv-site img {
  width: 28vw;
  height: auto;
  border: 4px solid #ffffff;
  border-radius: 0.5rem;
}
@media (min-width: 1024px) {
  .koteck .fv-site img {
    width: 14vw;
  }
}
@media (min-width: 1024px) {
  .koteck .fv-s {
    display: flex;
    justify-content: center;
    gap: 1vw;
  }
}
@media (min-width: 480px) {
  .koteck .fv-s-2 {
    margin-bottom: 2vh;
  }
}
@media (min-width: 1024px) {
  .koteck .fv-s-2 {
    gap: 1vw;
  }
}
.koteck .fv-sitevariation {
  background-color: beige;
  padding-top: 4vh;
  margin-top: -2vh;
}
@media (min-width: 768px) {
  .koteck .fv-sitevariation {
    padding-top: 2vh;
  }
}
.koteck .fv-sitevariation p {
  width: 26vw;
  height: fit-content;
  color: #ffffff;
  background: linear-gradient(to bottom right, #00bece, #93e0e2);
  box-shadow: 0 5px 5px -7px #343434;
  border-radius: 2rem;
  padding: 6px;
}
.koteck .fv-sitevariation-others {
  padding: 1vh 0;
}
.koteck .fv-svo {
  width: 26vw;
  height: fit-content;
  color: #ffffff;
  background: linear-gradient(to bottom right, #00bece, #93e0e2);
  margin-left: 0.3vh;
  box-shadow: 0 5px 5px -7px #343434;
  border-radius: 2rem;
  padding: 6px;
}
.koteck .fv-sv1 {
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 10px;
}
.koteck .fv-sv2 {
  justify-content: space-evenly;
}
.koteck .fv-mainvisual .fv-marunage {
  background: linear-gradient(to bottom, beige, #F6D400, beige);
  padding: 25px 0 25px;
}
@media (min-width: 768px) {
  .koteck .fv-mainvisual .fv-marunage {
    padding: 2vh 0 6vh;
    background: linear-gradient(to bottom, #F6D400, beige);
  }
  .koteck .fv-mainvisual .fv-marunage p {
    margin-top: 4vh;
  }
}

.koteck .worries {
  background-color: #ddd;
}
.koteck .w-title {
  padding: 8vh 0 6vh;
}
@media (min-width: 768px) {
  .koteck .w-title {
    padding: 10vh 0 8vh;
  }
}
.koteck .w-example {
  padding-bottom: 0.5vh;
}
.koteck .w-example img {
  width: auto;
  height: 4vh;
  filter: invert(100%) brightness(150%);
  margin: 0.2vw 4vw;
}
.koteck .we-li {
  background-color: #727272;
  border-radius: 0.5rem;
  align-items: center;
  margin: 0 1vw 1vh;
  padding: 1vh 1vw;
}
@media (min-width: 480px) {
  .koteck .we-li {
    margin: 0 8vw 2vh;
  }
}
@media (min-width: 768px) {
  .koteck .we-li {
    margin: 0 12vw 3vh;
    padding: 1.5vh 1vw;
  }
}
@media (min-width: 1024px) {
  .koteck .we-li {
    margin: 0 18vw 3vh;
  }
}
@media (min-width: 1024px) {
  .koteck .wel-p {
    margin-left: 2vw;
  }
}
.koteck .w-img-xga {
  display: none;
}
.koteck .w-img-xga img {
  width: 20vw;
  height: auto;
  position: relative;
  margin: 0;
  top: -20vh;
  right: -6vw;
  filter: initial;
  z-index: 1;
}
@media (min-width: 1024px) {
  .koteck .w-img-xga {
    display: block;
    width: 0;
    height: 0;
  }
}
.koteck .w-next-back {
  background-color: #9b3348;
  height: 5vh;
}
.koteck .w-next {
  background-color: #ddd;
}

.koteck .merit {
  background-color: #9b3348;
}
.koteck .merit li {
  width: 26vw;
  height: fit-content;
  color: #343434;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 100%);
  box-shadow: 0 5px 5px -7px #343434;
  border-radius: 0.5rem;
  padding: 8px 6px;
  list-style: none;
}
@media (min-width: 480px) {
  .koteck .merit li {
    width: 18vw;
  }
}
.koteck .merit .fx {
  justify-content: center;
}
.koteck .merit p {
  padding: 2vh 0 1.5vh;
}
.koteck .ml-1 {
  margin-bottom: 2vh;
}
.koteck .ml-left {
  margin: 0 1vw 0 auto;
}
.koteck .ml-middle {
  margin: 0 1vw 0;
}
.koteck .ml-right {
  margin: 0 auto 0 1vw;
}
.koteck .m-next-back {
  background-color: #eba7d7;
  height: 5vh;
}
.koteck .m-next {
  background-color: #9b3348;
}
.koteck .solution {
  background-color: #eba7d7;
}
.koteck .s-title {
  padding: 4vh 0;
  margin-bottom: 3vh;
}
.koteck .s-box, .koteck .s-box-s {
  background-color: #ffffff;
  border-radius: 0.5rem;
}
.koteck .s-box-s {
  margin: 0 2vw 6vh;
}
@media (min-width: 768px) {
  .koteck .s-box-s {
    display: none;
  }
}
.koteck .s-box {
  margin: 0 14vw 12vh;
  display: none;
}
@media (min-width: 768px) {
  .koteck .s-box {
    display: block;
  }
}
.koteck .s-number {
  display: inline-block;
  padding: 1vh 2vh;
  position: relative;
  top: -3vh;
  background-color: #ffffff;
  border-radius: 0.5rem;
  border: solid 4px #eba7d7;
}
.koteck .s-boxtitle h3 {
  margin-top: -1vh;
}
@media (min-width: 768px) {
  .koteck .s-boxtitle h3 {
    margin: 0 0 2vh;
  }
}
@media (min-width: 768px) {
  .koteck .s-i {
    position: relative;
    z-index: 1;
    width: 0;
    height: 0;
    bottom: 16vh;
    left: 52vw;
  }
}
@media (min-width: 1024px) {
  .koteck .s-i {
    bottom: 20vh;
  }
}
@media (min-width: 1280px) {
  .koteck .s-i {
    bottom: 28vh;
    left: 54vw;
  }
}
.koteck .s-i img {
  width: 40vw;
}
@media (min-width: 768px) {
  .koteck .s-i img {
    width: 30vw;
  }
}
@media (min-width: 1280px) {
  .koteck .s-i img {
    width: 28vw;
  }
}
.koteck .s-pi {
  padding: 2vh 4vw;
}
@media (min-width: 480px) {
  .koteck .s-pi {
    padding: 2vh 8vw;
  }
}
@media (min-width: 768px) {
  .koteck .s-pi {
    padding: 2vh 16vw 2vh 4vw;
  }
}
.koteck .solution .we-li {
  margin: 0 1vw 1vh;
}
@media (min-width: 376px) {
  .koteck .solution .we-li {
    margin: 0 3vw 1vh;
  }
}
@media (min-width: 480px) {
  .koteck .solution .we-li {
    margin: 0 6vw 1vh;
  }
}
@media (min-width: 768px) {
  .koteck .solution .we-li {
    margin: 0 4vw 1vh;
    padding: 1vh 1vw;
  }
}
.koteck .solution .we-li img {
  width: auto;
  height: 3.5vh;
  filter: invert(100%) brightness(150%);
  margin: 0.2vw 4vw;
}
@media (min-width: 376px) {
  .koteck .solution .we-li img {
    margin: 0.2vh 3vw 0.2vh 2vw;
  }
}
@media (min-width: 768px) {
  .koteck .solution .we-li img {
    margin: 0.2vh 0vw 0.2vh 2vw;
  }
}
.koteck .s-img img {
  width: 60px;
  position: relative;
  top: -62px;
  right: -102px;
  margin-bottom: -4vh;
  transform: rotate(24deg);
}
@media (min-width: 376px) {
  .koteck .s-img img {
    width: 80px;
    top: -74px;
    right: -128px;
  }
}
@media (min-width: 480px) {
  .koteck .s-img img {
    width: 100px;
    top: -80px;
    right: -166px;
  }
}
@media (min-width: 768px) {
  .koteck .s-img img {
    right: -100px;
    margin-bottom: -10vh;
  }
}
@media (min-width: 1024px) {
  .koteck .s-img img {
    right: -30px;
  }
}
.koteck .s-box:not(:has(~ .s-box-s)), .koteck .s-box-s:not(:has(~ .s-box-s)) {
  margin-bottom: 0;
}
.koteck .s-next-back {
  background-color: #9b3348;
  height: 5vh;
}
.koteck .s-next {
  background-color: #eba7d7;
}
.koteck .s-next-in {
  height: 3vh;
  background-color: #ffffff;
  clip-path: polygon(3% -1.5%, 97% -1.5%, 50% 100%);
}
@media (min-width: 768px) {
  .koteck .s-next-in {
    clip-path: polygon(15% -1.5%, 85% -1.5%, 50% 100%);
  }
}

.koteck .comparison-introduction {
  background-color: #9b3348;
}
.koteck .comparison-introduction p {
  padding: 2vh 0;
}
.koteck .ci-next-back {
  background-color: #ddd;
  height: 5vh;
}
.koteck .ci-next {
  background-color: #9b3348;
}
.koteck .c-failure {
  background-color: #ddd;
  padding-bottom: 2vh;
}
.koteck .c-failure h2 {
  padding: 6vh 0;
}
@media (min-width: 768px) {
  .koteck .c-failure h2 {
    padding: 10vh 0;
  }
}
.koteck .cf {
  border-radius: 0.5rem;
  padding: 2vh 6% 2vh 8%;
  margin: 0 2vw 3vh;
}
@media (min-width: 768px) {
  .koteck .cf {
    margin: 0 14vw 3vh;
    padding: 6vh 6% 6vh 8%;
  }
}
.koteck .c-f-example {
  background-color: #f68800;
}
.koteck .c-f-example p:last-child {
  margin: 1vh 0 0 -1em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 1vh 0px;
}
@media (min-width: 768px) {
  .koteck .c-f-example p:last-child {
    margin-top: 4vh;
  }
}
.koteck .next-img {
  margin-bottom: 3vh;
  text-align: center;
}
.koteck .next-img img {
  width: 3%;
}
.koteck .c-prefix {
  background-color: #ededed;
  padding: 1vh 0;
  margin-bottom: 3vh;
}
.koteck .c-f-answer {
  background-color: #727272;
}
.koteck .c-f-answer p:last-child {
  margin: 1vh 0 0 -1em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 1vh 0px;
}
@media (min-width: 768px) {
  .koteck .c-f-answer p:last-child {
    margin-top: 4vh;
  }
}
.koteck .c-table {
  background-color: #edf2ff;
}
.koteck .c-table h2 {
  padding: 6vh 0;
}
@media (min-width: 768px) {
  .koteck .c-table h2 {
    padding: 10vh 0;
  }
}
.koteck .c-t-table {
  width: 96%;
  margin: auto;
  padding-bottom: 2vh;
  empty-cells: show;
}
@media (min-width: 768px) {
  .koteck .c-t-table {
    width: 86%;
    border-spacing: 6px;
  }
}
.koteck .c-t-table img {
  width: 2vw;
  padding: 0.5vh 0;
}
@media (min-width: 768px) {
  .koteck .c-t-table img {
    padding: 2.5vh 0;
  }
}
.koteck .c-th-main {
  background-color: #BA569A;
  padding: 1vh 0;
}
@media (min-width: 768px) {
  .koteck .c-th-main {
    padding: 2vh 0;
  }
}
.koteck .c-th-other {
  background-color: #727272;
  width: 19%;
}
.koteck .c-th-left {
  background-color: #BC75FF;
  width: 15%;
  padding: 1vh 0;
}
@media (min-width: 768px) {
  .koteck .c-th-left {
    padding: 2vh 0;
  }
}
.koteck .c-td-main {
  background-color: #ffe6f8;
  padding: 1vh 0;
}
@media (min-width: 768px) {
  .koteck .c-td-main {
    padding: 2vh 0;
  }
}
.koteck .c-td-other {
  background-color: #ededed;
}
.koteck .ctm-last img {
  width: 74%;
  padding: 0;
}
.koteck .reasonable-reason {
  background-color: #f68800;
}
.koteck .reasonable-reason h2 {
  padding: 6vh 0;
}
@media (min-width: 768px) {
  .koteck .reasonable-reason h2 {
    padding: 10vh 0;
  }
}
.koteck .rr-img-s {
  width: 94%;
  margin: auto;
}
@media (min-width: 768px) {
  .koteck .rr-img-s {
    display: none;
  }
}
.koteck .rr-img {
  display: none;
}
@media (min-width: 768px) {
  .koteck .rr-img {
    display: block;
    width: 60%;
    margin: auto;
  }
}
.koteck .rr-p1 {
  margin: 3vh 0 1.5vh;
  padding: 1.5vh 0;
  background-color: #ffbd6c;
}
@media (min-width: 768px) {
  .koteck .rr-p1 {
    margin: 6vh 0 3vh;
    padding: 4vh 0;
  }
}
.koteck .rr-p2 {
  padding: 0 0 3vh;
}
@media (min-width: 768px) {
  .koteck .rr-p2 {
    padding: 0 0 6vh;
  }
}

.koteck .fee {
  background-color: beige;
}
.koteck .fee h2 {
  padding: 6vh 0 4vh;
}
@media (min-width: 768px) {
  .koteck .fee h2 {
    padding: 10vh 0;
  }
}
.koteck .fee .precaution {
  margin: 0 1vw 6vh 4vw;
}
@media (min-width: 768px) {
  .koteck .fee .precaution {
    margin: 0 1vw 10vh 14vw;
  }
}
.koteck .fee .fv-marunage {
  background: linear-gradient(to bottom, beige, #F6D400);
  padding: 25px 0 50px;
}
@media (min-width: 768px) {
  .koteck .fee .fv-marunage {
    padding: 8vh 0 14vh;
  }
}
.koteck .fee-table-s {
  margin: 0 2vw 0.5vh;
  padding: 2vw;
  background-color: #ffffff;
  border-radius: 0.3rem;
}
@media (min-width: 768px) {
  .koteck .fee-table-s {
    display: none;
  }
}
.koteck .fee-table {
  display: none;
}
@media (min-width: 768px) {
  .koteck .fee-table {
    display: block;
    margin: 0 10vw 0.5vh;
    padding: 4vw;
    background-color: #ffffff;
  }
}
.koteck .marunage-before-p {
  margin-bottom: 4vh;
}
@media (min-width: 768px) {
  .koteck .marunage-before-p {
    margin-bottom: 6vh;
  }
}
.koteck .service-content {
  margin: 0 0.5vw 2vh;
}
@media (min-width: 768px) {
  .koteck .service-content {
    display: flex;
  }
}
@media (min-width: 480px) {
  .koteck .sc-box-top, .koteck .sc-box-bottom {
    display: flex;
  }
}
.koteck .service-content, .koteck .sc-box-top, .koteck .sc-box-bottom {
  justify-content: center;
}
.koteck .scb-title {
  width: 130px;
  padding: 0.5vh 1vh;
  position: relative;
  top: -16px;
  margin: auto;
}
@media (min-width: 768px) {
  .koteck .scb-title {
    width: 17vw;
    top: -20px;
  }
}
@media (min-width: 1024px) {
  .koteck .scb-title {
    width: 170px;
  }
}
.koteck .scpre-title {
  background-color: #88157b;
}
.koteck .scd-title {
  background-color: #d31176;
}
.koteck .scpro-title {
  background-color: #0768ac;
}
.koteck .sca-title {
  background-color: #21a564;
}
.koteck .sc-box {
  background-color: #ffffff;
  margin: 0 auto 4vh;
  width: 74vw;
}
@media (min-width: 480px) {
  .koteck .sc-box {
    width: 46vw;
    margin: 0 0 3vh 0;
  }
}
@media (min-width: 768px) {
  .koteck .sc-box {
    width: 22vw;
  }
}
@media (min-width: 480px) {
  .koteck .sc-design, .koteck .sc-afterfollow {
    margin-left: 2vw;
  }
}
@media (min-width: 768px) {
  .koteck .sc-design, .koteck .sc-afterfollow, .koteck .sc-production {
    margin-left: 1vw;
  }
}
.koteck .sc-list ul {
  list-style: none;
  padding: 0 1em 0 1.5em;
}
@media (min-width: 480px) {
  .koteck .sc-list ul {
    padding-left: 2em;
  }
}
@media (min-width: 480px) {
  .koteck .sc-list li::before {
    content: "￭";
  }
}
.koteck .scpre-list li::before {
  color: #88157b;
}
.koteck .scd-list li::before {
  color: #d31176;
}
.koteck .scpro-list li::before {
  color: #0768ac;
}
.koteck .sca-list li::before {
  color: #21a564;
}
.koteck .scli-etc {
  margin: 0.5vh 0;
  padding-bottom: 1vh;
}
@media (min-width: 480px) {
  .koteck .scli-etc {
    padding: 0;
  }
}
.koteck .other-service {
  width: fit-content;
  margin: auto;
}
.koteck .other-service ul {
  padding: 1.5vh 1vw 1vh;
  background-color: #ffffff;
  justify-content: center;
  list-style: none;
  border: solid 2px #00bece;
}
@media (min-width: 768px) {
  .koteck .other-service ul {
    display: flex;
  }
}
.koteck .other-service li {
  margin: auto;
  width: fit-content;
}
@media (min-width: 768px) {
  .koteck .other-service li {
    margin: auto 1vw;
  }
}
.koteck .os-title {
  margin-bottom: 1vh;
}
.koteck .other-service .scli-etc {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .koteck .other-service .scli-etc {
    margin-right: 1vw;
  }
}
.koteck .before-option {
  background-color: #f3e37c;
  padding: 1vh 0;
}
.koteck .option {
  background-color: #F6D400;
  padding-bottom: 4vh;
}
@media (min-width: 768px) {
  .koteck .option {
    padding-bottom: 10vh;
  }
}
.koteck .option table {
  border-spacing: 2px;
}
.koteck .option th, .koteck .option td {
  background-color: #fff9d7;
  border-spacing: 1px;
  padding: 0.5vh 2vw;
}
@media (min-width: 768px) {
  .koteck .option th, .koteck .option td {
    border-spacing: 4px 2px;
  }
}
.koteck .option-table {
  margin: 0 2vw;
}
@media (min-width: 768px) {
  .koteck .option-table {
    margin: 0 14vw;
  }
}
.koteck .option table {
  margin-bottom: 0.5vh;
  width: 100%;
}
.koteck .option th {
  width: 60%;
}
.koteck .option td {
  width: 36%;
}
.koteck .option .ot-td {
  width: 100%;
}
.koteck .campaign1 {
  background: linear-gradient(to bottom right, #00bece, #93e0e2);
}
.koteck .campaign1 img {
  width: 92vw;
}
@media (min-width: 768px) {
  .koteck .campaign1 img {
    width: 50vw;
  }
}
.koteck .campaign1:hover {
  opacity: 0.7;
}

.koteck .industry {
  background-color: beige;
}
@media (min-width: 768px) {
  .koteck .industry {
    position: relative;
    height: auto;
    padding-bottom: 6vh;
  }
}
.koteck .if-h2 {
  padding: 6vh 0 2vh;
}
@media (min-width: 768px) {
  .koteck .if-mi {
    display: none;
  }
}
.koteck .if-merit {
  display: none;
  margin: auto;
}
@media (min-width: 768px) {
  .koteck .if-merit {
    display: block;
    padding: 2vh;
  }
}
.koteck .industry .ml-left {
  margin: 0 1vw 0 auto;
}
.koteck .industry .ml-middle {
  margin: 0 1vw 0;
}
.koteck .industry .ml-right {
  margin: 0 auto 0 1vw;
}
.koteck .if-img {
  display: none;
}
@media (min-width: 768px) {
  .koteck .if-img {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .koteck .if-img img {
    width: 26vw;
  }
}
.koteck .if-list {
  margin: 2vw;
  border: 3px solid #00bece;
  background-color: #ffffff;
  padding: 2vh 1vw 1vh;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .koteck .if-list {
    margin: 4vh 24vw 0;
  }
}
.koteck .if-list p {
  display: inline-block;
  color: #ffffff;
  background: linear-gradient(to bottom right, #00bece, #93e0e2);
  border-radius: 0.5rem;
  padding: 3px 6px;
  margin-bottom: 0.5vh;
}
.koteck .industry .scli-etc {
  padding: 0;
  margin: 0;
}
.koteck .if-mi {
  justify-content: center;
}
@media (min-width: 768px) {
  .koteck .if-mi {
    position: absolute;
  }
}
.koteck .if-merit li {
  width: 14vw;
}
.koteck .if-merit-s {
  margin: auto 0;
}
.koteck .if-merit-s li {
  width: 26vw;
  margin-bottom: 0.5vh;
}
@media (min-width: 480px) {
  .koteck .if-merit-s li {
    width: 20vw;
    margin-bottom: 1vh;
  }
}
.koteck .industry li {
  height: fit-content;
  color: #343434;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 100%);
  box-shadow: 0 5px 5px -7px #343434;
  border-radius: 0.5rem;
  padding: 4px 8px;
  list-style: none;
}
@media (min-width: 768px) {
  .koteck .industry li {
    padding: 8px 6px;
  }
}
.koteck .if-img-s {
  margin-left: 4vw;
}
@media (min-width: 768px) {
  .koteck .if-img-s {
    margin: 0;
  }
}
.koteck .if-img-s img {
  width: 44vw;
}
@media (min-width: 768px) {
  .koteck .if-img-s img {
    width: 40vw;
    margin: auto 0 0;
    position: relative;
  }
}

.koteck .usage-flow {
  background-color: #eef9fc;
}
.koteck .usage-flow h3 {
  margin: 0;
}
.koteck .usage-flow h4 {
  margin: 0;
}
.koteck .uf-box {
  margin: 0 2vw;
}
@media (min-width: 768px) {
  .koteck .uf-box {
    margin: 0 10vw;
  }
}
.koteck .ufb-contract {
  padding-bottom: 4vh;
}
@media (min-width: 768px) {
  .koteck .ufb-contract {
    display: flex;
  }
}
.koteck .uf-h2 {
  padding: 6vh 0;
}
@media (min-width: 768px) {
  .koteck .uf-h2 {
    padding: 12vh 0 8vh;
  }
}
.koteck .cfbc-category {
  background-color: #ffd4f1;
  padding: 1vh 0;
  margin-bottom: 1vh;
}
@media (min-width: 768px) {
  .koteck .cfbc-category {
    padding: 1em;
    margin: 0 1.5em 0 0;
  }
}
.koteck .ufbc-l {
  background-color: #BA569A;
}
.koteck .ufbc-l::after {
  content: "詳細▼";
}
.koteck .ufbc-content input:checked ~ .ufbc-l::after {
  content: "閉じる▲";
}
.koteck .open-content {
  background-color: #ffebf8;
}
@media (min-width: 768px) {
  .koteck .open-content:has(.ocp-last) {
    margin-bottom: 0;
  }
}

.koteck .qa-contact {
  background-color: #eef9fc;
  padding-bottom: 6vh;
}
@media (min-width: 768px) {
  .koteck .qa-contact {
    padding-bottom: 12vh;
  }
}
.koteck .qa-content {
  margin: 0 2vw 6vh;
}
@media (min-width: 768px) {
  .koteck .qa-content {
    margin: 0 10vw 10vh;
  }
}
.koteck .tpqa-h2 {
  padding: 6vh 0;
}
@media (min-width: 768px) {
  .koteck .tpqa-h2 {
    padding: 12vh 0 8vh;
  }
}
.koteck .tp-qa label {
  background: linear-gradient(to bottom right, #00bece, #93e0e2);
}
.koteck .tp-qa .open-content {
  background-color: #dffffa;
}
.koteck .tp-qa label::after {
  content: "▼";
  top: 2.3vh;
}
@media (min-width: 768px) {
  .koteck .tp-qa label::after {
    top: 4vh;
  }
}
.koteck .qac-content input:checked ~ .tp-qa label::after {
  content: "閉じる▲";
}
.koteck .tp-contact {
  background-color: #ffffff;
  box-shadow: 0px 5px 4px gray;
  margin: 0 2vw;
}
@media (min-width: 768px) {
  .koteck .tp-contact {
    margin: 0 20vw;
  }
}
.koteck .tpcon-h2 {
  padding: 4vh 0;
}
@media (min-width: 768px) {
  .koteck .tpcon-h2 {
    padding: 8vh 0 4vh;
  }
}

.c-top-h1 {
  margin: 6vh 0 2vh;
}
@media (min-width: 768px) {
  .c-top-h1 {
    margin: 10vh 0 6vh;
  }
}

.c-top-h2 h2 {
  padding: 0 26px 6px 26px;
  border-bottom: 3px solid #EF454A;
  margin-top: 4vh;
}
@media (min-width: 768px) {
  .c-top-h2 h2 {
    margin: 10vh 0 4vh;
  }
}

.c-btn-area {
  text-align: center;
}

.column_category_inventry {
  margin: 0 2vw;
}
@media (min-width: 768px) {
  .column_category_inventry {
    margin: 0 18vw;
  }
}

.csi-parent-category {
  background: linear-gradient(to right, transparent, #f0426d 50%, transparent);
  margin: 10px 0;
}
.csi-parent-category.csipc-empty {
  margin: 0;
  background: none;
}

.csi-child-category {
  margin: 0 10vw;
}

.kous-column .content .pageh1 {
  margin: 0;
  background-image: none;
  padding: 4vh 0 2vh;
}
.kous-column .content .mod-time {
  margin-bottom: 8px;
}
.kous-column .content p:first-of-type {
  margin-top: 4px;
}
.kous-column .content ul, .kous-column .content ol {
  padding: 0 0 0 1em;
  margin: 2em 0;
}
.kous-column .content h2 {
  background-color: #EF454A;
  padding: 0.5em;
  display: block;
  margin: 0.5em 0;
  border-top: double 8px #ffffff;
  border-bottom: double 8px #ffffff;
  color: white;
  text-align: left;
}
.kous-column .content h2 span {
  padding-left: 0.6em;
}
.kous-column .content h3 {
  border-left: 4px solid #EF454A;
  padding: 0.4em;
  background-color: #ffdbdc;
}
.kous-column .content h3 span {
  padding-left: 0.4em;
}
.kous-column .content h4 {
  border-bottom: 2px solid #EF454A;
  display: inline-block;
  padding-left: 0.2em;
}
.kous-column .content .toc-wrapper {
  background-color: #eaeaea;
  border: 1px solid #d0d0d0;
  border-radius: 0.3em;
  padding: 0.5em;
  margin: 0 auto 1em;
}
@media (min-width: 768px) {
  .kous-column .content .toc-wrapper {
    width: 80%;
  }
}
.kous-column .content .toc-toggle {
  background-color: transparent;
  border: none;
  padding: 0.4em 0.8em;
  cursor: pointer;
}
.kous-column .content .toc-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
@media (min-width: 480px) {
  .kous-column .content .toc-content {
    padding: 0 1em 0 1.5em;
  }
}
@media (min-width: 768px) {
  .kous-column .content .toc-content {
    padding: 0 2em 0 4em;
  }
}
.kous-column .content .toc-content.open {
  opacity: 1;
}
.kous-column .content .toc-content ul {
  list-style: none;
  padding-left: 0;
}
.kous-column .content .toc-content li {
  margin: 0.8em 0;
}
.kous-column .content .toc-content li:last-child {
  margin-bottom: 2em;
}
.kous-column .content blockquote {
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  margin: 1em;
  background: #efefef;
}
.kous-column .content blockquote:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 15px;
  content: "\f10d";
}
.kous-column .content blockquote p {
  padding: 0;
  margin: 10px 0;
}
.kous-column .content blockquote cite {
  display: block;
}
.kous-column .content .wp-block-code code {
  background-color: black;
  padding: 2em;
}
.kous-column .content .wp-block-separator {
  color: #acacac;
  border-top: 1px solid;
}
.kous-column .content .pickup-item .column-item {
  padding: 8px;
}
.kous-column .content .pickup-item .thumb {
  height: auto;
  width: 30%;
}
@media (max-width: 375px) {
  .kous-column .content .pickup-item .thumb {
    width: 60%;
  }
}
.kous-column .content .pickup-item .thumb img {
  width: 100%;
  height: auto;
}
.kous-column .content .pickup-item p {
  margin: 0;
}
.kous-column .content .pickup-item .column-awasete {
  display: inline-block;
  padding: 2px 8px;
  background: orange;
  border-radius: 0.5rem;
  margin-bottom: 4px;
}
.kous-column .content .pickup-item .column-discription {
  display: none;
  padding: 0;
}
@media (min-width: 768px) {
  .kous-column .content .pickup-item .column-discription {
    display: block;
  }
}
.kous-column .content .relation-column h3 {
  margin-top: 8vh;
}
@media (min-width: 480px) {
  .kous-column .content .relation-column h3 {
    margin-top: 10vh;
  }
}
.kous-column .content .relation-column .pickup-list {
  display: flex;
  margin: 0 2vw;
}
.kous-column .content .relation-column .pickup-item {
  width: 50%;
}
@media (min-width: 768px) {
  .kous-column .content .relation-column .pickup-item {
    width: 32%;
  }
}
.kous-column .content .relation-column .pickup-item .thumb {
  width: 100%;
  height: 80px;
}
@media (min-width: 376px) {
  .kous-column .content .relation-column .pickup-item .thumb {
    height: 100px;
  }
}
@media (min-width: 480px) {
  .kous-column .content .relation-column .pickup-item .thumb {
    height: 160px;
  }
}
@media (min-width: 1024px) {
  .kous-column .content .relation-column .pickup-item .thumb {
    height: 180px;
  }
}
.kous-column .content .is-layout-flex {
  display: block;
}
@media (min-width: 768px) {
  .kous-column .content .is-layout-flex {
    display: flex;
  }
}
.kous-column .content .is-layout-flex > * {
  margin-bottom: 0.5em;
}

/*# sourceMappingURL=style.css.map */
