@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}

.font-main-color {
  color: #01b0f1;
}

.text-decoration {
  text-decoration: none;
}

h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}

h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}

.line-height {
  line-height: 1.8;
}

h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

ol,
ul,
li {
  list-style: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* 遅延表示 */
a {
  -webkit-transition: 0.3s ease;
  -webkit-transition-property: opacity, border, color, background;

  -moz-transition: 0.3s ease;
  -moz-transition-property: opacity, border, color, background;

  -o-transition: 0.3s ease;
  -o-transition-property: opacity, border, color, background;

  transition: 0.3s ease;
  transition-property: opacity, border, color, background;
}

a:hover {
  opacity: 0.7;
}

body {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background-color: #fff;
  color: #333;
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
}

.width-wide {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

.cf {
  zoom: 100%;
}

.cf:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.clr,
.clear {
  clear: both;
  line-height: 0;
  height: 0;
}

strong,
b {
  font-weight: bold;
}

section,
article,
div,
li {
  box-sizing: border-box;
}

body {
}

#wrapper {
  padding: 0;
  text-align: center;
  margin: 0 auto;
  height: 100%;
}

#contents {
  display: block;
  width: 100%;
  z-index: 1;
  text-align: left;
}

#contents a {
  text-decoration: none;
}

#contents a:hover {
  text-decoration: underline;
}

#header {
  position: relative;
  margin: 0 auto;
  padding: 0;
  float: left;
  width: auto;
}

.main {
  width: 860px;
  padding: 0px;
  border: 1px solid transparent;
  border-radius: var(--cocoon-basic-border-radius);
  position: relative;
  z-index: 0;
}

.fixed-header .logo-header img {
  width: 215px;
}

.nav-dispay-flex {
  display: flex;
  align-content: center;
  align-items: center;
}

.article-header {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.entry-title,
.archive-title {
  font-size: 26px;
  margin: 16px 0;
  line-height: 1.3;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 100% !important;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.footer-bottom {
  padding: 1.5rem;
}

.footer-bottom {
  margin-top: 24px;
  padding: 8px;
  position: relative;
  font-size: 14px;
}

.navi-footer-in > .menu-footer {
  padding: 0 0rem 1rem 0rem;
  margin-bottom: 0.5rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: center;
}

.header-container {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

.header-container.fixed-header {
  z-index: 3;
  padding: 1rem;
}

#footer {
  width: 100%;
  background-color: black;
}

.footer {
  width: 100%;
  margin-top: 0;
  background-color: black;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  color: #01b0f1;
}

.footer__navi-heading {
  display: flex;
  color: #01b0f1;
}

.footer-copylight {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/**************************
出展概要
***************************/
.iframe-flex {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.date-tags {
  display: flex;
  justify-content: flex-end;
}
.post-update {
  display: flex;
  align-items: center;
}

.post-date {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.excel-table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ccc;
}
.excel-table th {
  background-color: #01b0f1;
  /*border: 1px solid #ccc;*/
  padding: 8px;
  text-align: left;
  color: #fff;
}
.excel-table td {
  border: 1px solid #eee;
  padding: 8px;
}
.excel-table tr:nth-child(even) {
  /*background-color: #fafafa;*/
}
.excel-table th:first-child,
.excel-table td:first-child {
  width: 150px;
  min-width: 150px;
  white-space: nowrap;
}

.exhibit-product-title {
  font-weight: bold;
  color: #01b0f1;
}

/**************************
展示製品
***************************/
.exhibit-border {
  border-bottom: 2px solid #01b0f1;
}
.exhibit-product-flex {
  display: flex;
  flex-direction: row;
  gap: 1.8rem;
  flex-wrap: wrap;
}
.exhibit-product-a-flex {
  display: flex;
  flex-direction: column;
  width: 31%;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.exhibit-product-wide01 {
  width: 100%;
  padding-bottom: 2rem;
}
.exhibit-product-wide02 {
  width: 100;
}

.exhibit-product-l {
  display: flex;
  justify-content: flex-end;
}

/**************************
movie
***************************/
.movie-title {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

/**************************
product
***************************/
.product-img {
  height: auto;
  width: auto;
  margin-bottom: 1rem;
}

.product-option-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-option-flex .img {
  width: 100%;
  display: flex;
  justify-content: center;
}

.product-option-flex .text {
}

.product-option-flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}

.product-option-flex-row-with {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-option-fle-row .img {
  width: 100%;
  display: flex;
  justify-content: center;
}

.product-option-flex-row .text {
}

.product-feature-flex {
  display: flex;
  gap: 2%;
}

.product-feature-flex .img {
  width: 33%;
}

.product-feature-flex .text {
  width: 65%;
}

.list-check-flex {
  margin-right: 18px;
  display: flex;
  flex-direction: column;
}

.list-check-icon {
  display: flex;
  align-items: center;
}
.check-icon-image {
  width: auto;
  height: auto;
  padding-right: 0.8rem;
  content: url(/images/icon/check_box_24dp_01B0F1.svg);
}

.midashi_number {
  position: relative;
  padding: 1.5rem 0rem 0rem 0px;
  border-bottom: 3px solid #0353a9;
  margin-bottom: 2rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-end;
  align-items: center;
}

.midashi_number span {
  position: absolute;
  padding-bottom: 1.8rem;
  left: 0;
  color: #0353a9;
  font-size: 4rem;
}

.payload-gallery {
  display: flex;
  /* margin: 10px auto; */
  /* max-width: 600px; */
  position: relative;
  padding-top: 42.666667%;
}

.payload-thumb-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: stretch;
  align-items: flex-start;
  flex-wrap: wrap;
}

.payload-gallery__img {
  /*表示される大きな画像。エフェクト付き*/
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  height: auto;
}

.payload-gallery__thumb {
  display: block;
  width: 64px;
  height: 64px;
  margin-right: 10px;
}

.payload-fluke-gallery__thumb {
  display: block;
  width: 64px;
  height: 64px;
  margin-right: 10px;
}

.payload-gallery__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.payload-gallery__selector:checked + .payload-gallery__img {
  /*大きな画像は全て透明にしておき、チェックが入ったら表示させる*/
  opacity: 1;
}

.payload-gallery__selector:checked ~ .payload-gallery__thumb > img {
  /*サムネは選択されたら枠が表示されるように*/
  box-shadow: 0 0 0 3px #5db5bd;
}

.payload-gallery__selector:checked ~ .payload-fluke-gallery__thumb > img {
  /*サムネは選択されたら枠が表示されるように*/
  box-shadow: 0 0 0 3px #5db5bd;
}

.payload-frame-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.payload-wrap-spec-frame {
  width: 55%;
  padding-bottom: 3rem;
}

.img-frame {
  width: 42%;
  height: 800px;
  margin-right: 5rem;
}

/**************************
information
***************************/
.infomation-title {
  font-size: 1.1rem !important;
}

.category-title {
  color: #fff;
  text-align: center;
  font-size: 2rem;
}

.flex-other-list {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

.date-icon {
  width: 3rem;
  height: auto;
  padding-right: 0.8rem;
  content: url(/images/icon/schedule-16.svg);
}

.date-icon:hover {
  content: url(/images/icon/schedule-16-h.svg);
}

.title-auto {
  font-weight: bold;
  color: #0353a9;
  text-align: justify;
  font-size: 1.4rem;
  line-height: 1.4;
  padding-bottom: 0.4rem;
}

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

/**************************
event/others
***************************/

.other-list-item-width {
  width: 48%;
}

.event-info {
  margin-bottom: 4rem;
}

/**************************
post__pagination
***************************/

.pagination {
  margin: 40px 0 0;
}

.pnavi {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.nav-links {
  display: flex;
}

.page-numbers {
  display: inline-block;
  margin-right: 10px;
  /*padding: 1px 15px;*/
  color: #0f1419;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #0353a9;
}

.current {
  background: #0353a9;
  color: #fff;
}

.pagination .prev,
.pagination .next {
  background: transparent;
  box-shadow: none;
  color: #0353a9;
}

.pagination .dots {
  background: transparent;
  box-shadow: none;
  border: none;
}

/**************************
見出し
***************************/

.midashi {
  display: flex;
}

.info-f {
  margin-bottom: 8rem;
}

.midashi h2 {
  margin: 25px 0 25px 0px;
  border-left: 5px solid #0353a9;
  padding-left: 15px;
  color: #0353a9;
}

.midashi-title-h2 {
  font-size: 24px;
  font-weight: 700;
}

.midashi-title-h3 {
  font-size: 20px;
  font-weight: 500;
}

.midashi-title-catch {
  font-size: 2rem !important;
  color: #0353a9;
  font-weight: 500;
  padding-left: 15px !important;
  padding: 0 0 2rem 0 !important;
  border: 0px !important;
  line-height: 1.8 !important;
  margin: 0px !important;
  text-align: center;
  background-color: transparent !important;
}

.midashi-h2 {
  position: relative;
  padding: 0.7em 1em !important; /* 余白 */
  border: 1px solid #333 !important; /* 枠線 */
  color: #fff !important; /* 文字色（黒） */
  background-color: transparent !important;
  text-align: left !important;
}

.midashi-h2::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  background: #0353a9; /* 背景アクセント色 */
  z-index: -1;
}

.midashi-product-title-h3 {
  font-size: 1.2rem;
  font-weight: 700;
}

.midashi-title-product {
  font-size: 2.4rem;
  font-weight: 800;
}

.midashi-product {
  position: relative;
  padding: 1rem;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  border-radius: 0 0 0 20px;
  margin-bottom: 2rem;
}

.midashi-product:before {
  position: absolute;
  right: 50px;
  bottom: -21px;
  width: 0;
  height: 0;
  content: "";
  border-width: 21px 21px 0 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

.midashi-product:after {
  position: absolute;
  right: 54px;
  bottom: -14px;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 14px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.midashi-margin {
  margin: 1rem;
}

.midashi-top-h3 {
  font-size: 20px;
  font-weight: 700;
}

.midashi-original {
  border-left: 5px solid #00a0e9;
  font-size: 20px;
  padding-left: 15px;
}

.midashi-title-webinar {
  padding-left: 15px !important;
  padding: 12px 20px !important;
  border: 0px !important;
  line-height: 1.8 !important;
  margin: 0px !important;
  text-align: center;
}

.midashi-webinar {
  border-left: 5px solid #0353a9 !important;
  font-size: 20px;
  padding-left: 15px !important;
  padding: 12px 20px !important;
  margin-top: 2rem;
  border-right: 0px !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
}

.midashi-product-o {
  font-size: 1.6rem;
  background-color: #01b0f1;
  color: #fff;
  padding-left: 1rem;
  margin: 2rem 0;
}

.article-midashi {
  display: flex;
  background-color: #0353a9 !important;
  color: #fff;
}

/**************************
 margin
***************************/
.margin-1rem {
  margin: 1rem;
}

.margin-2rem {
  margin: 2rem;
}

.margin-top-unset {
  margin-top: unset;
}

.margin-bottom-unset {
  margin-bottom: unset;
}

.margin-bottom-0rem {
  margin-bottom: 0px !important;
}

.margin-top-5rem {
  margin-top: 5rem;
}

.margin-left-5rem {
  margin-left: 5rem;
}

.margin-right-5rem {
  margin-right: 5rem;
}

.margin-bottom-5rem {
  margin-bottom: 5rem;
}

.margin-top-3rem {
  margin-top: 3rem;
}

.margin-top-4rem {
  margin-top: 4rem;
}

.margin-left-4rem {
  margin-left: 4rem;
}

.margin-right-4rem {
  margin-right: 4rem;
}

.margin-bottom-4rem {
  margin-bottom: 4rem;
}

.margin-bottom-8rem {
  margin-bottom: 8rem;
}

.margin-bottom-8rem-i {
  margin-bottom: 8rem !important;
}

.margin-left-3rem {
  margin-left: 3rem;
}

.margin-right-3rem {
  margin-right: 3rem;
}

.margin-bottom-3rem {
  margin-bottom: 3rem;
}

.margin-top-2rem {
  margin-top: 2rem;
}

.margin-left-2rem {
  margin-left: 2rem;
}

.margin-right-2rem {
  margin-right: 2rem;
}

.margin-bottom-2rem {
  margin-bottom: 2rem;
}

.margin-top-1rem {
  margin-top: 1rem;
}

.margin-left-1rem {
  margin-left: 1rem;
}

.margin-right-1rem {
  margin-right: 1rem;
}

.margin-bottom-1rem {
  margin-bottom: 1rem;
}

/**************************
 padding
***************************/
.padding-0 {
  padding: 0;
}

.padding-1rem {
  padding: 1rem;
}

.padding-1-05rem {
  padding: 1.5rem;
}

.padding-1-04-2rem {
  padding: 1.4rem 2rem;
}

.padding-2rem {
  padding: 2rem;
}

.padding-2rem-top0 {
  padding: 0 2rem 2rem 2rem;
}

.padding-top-8rem {
  padding-top: 8rem;
}

.padding-top-7rem {
  padding-top: 7rem;
}

.padding-top-6rem {
  padding-top: 6rem;
}

.padding-top-5rem {
  padding-top: 5rem;
}

.padding-bottom-5rem {
  padding-bottom: 5rem;
}

.padding-left-4rem {
  padding-left: 4rem;
}

.padding-right-4rem {
  padding-right: 4rem;
}

.padding-top-3rem {
  padding-top: 3rem;
}

.padding-bottom-3rem {
  padding-bottom: 3rem;
}

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

.padding-left-2rem {
  padding-left: 2rem;
}

.padding-right-2rem {
  padding-right: 2rem;
}

.padding-bottom-2rem {
  padding-bottom: 2rem;
}

.padding-top-1rem {
  padding-top: 1rem;
}

.padding-left-1rem {
  padding-left: 1rem;
}

.padding-right-1rem {
  padding-right: 1rem;
}

.padding-bottom-1rem {
  padding-bottom: 1rem;
}

.padding-left-05rem {
  padding-left: 0.5rem;
}

/**************************
タグ関連
***************************/
.cat-link {
  color: var(--cocoon-white-color);
  text-decoration: none;
  display: inline-block;
  margin-right: 5px;
  padding: 2px 6px;
  font-size: 12px;
  background-color: #0353a9;
  border-radius: var(--cocoon-badge-border-radius);
  word-break: break-all;
  display: flex;
}

.tag-link,
.comment-reply-link {
  color: var(--cocoon-text-color);
  text-decoration: none;
  display: inline-block;
  margin-right: 5px;
  padding: 1px 5px;
  font-size: 12px;
  border: 1px solid var(--cocoon-x-pallid-text-color);
  border-radius: var(--cocoon-badge-border-radius);
  word-break: break-all;
  display: flex;
}

.flex-info-date-text {
  width: 54%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.info-image-width {
  width: 45%;
}

.flex-info-contents {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-bottom: 1rem;
}

.flex-dir-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.info-list-frame {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  gap: 2%;
}

.info-list-item-width {
  width: 49%;
}

.info-list-item-date {
  margin-right: 18px;
  display: flex;
  align-items: center;
  text-align: -webkit-auto;
  justify-content: flex-end;
}

.info-list-item-content {
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.date-icon {
  width: auto;
  height: auto;
  padding-right: 0.2rem;
  content: url(/images/icon/schedule-16.svg);
}

.date-icon:hover {
  content: url(/images/icon/schedule-16-h.svg);
}

.related-entry-card-title,
.entry-card-title {
  font-size: 18px;
  margin: 0 0 0.4em 0;
  line-height: 1.6;
  font-weight: bold;
  display: flex;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  justify-content: flex-start;
}

.entry-categories-tags {
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
}

.icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  align-content: center;
}

.icons a img {
  width: 32px;
}

.logo-address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.md-justify-between {
  justify-content: space-between;
}

.main-p .privacy h1 {
  text-align: center;
  padding-bottom: 3rem;
}

.main-p .privacy-f {
  margin-top: 2rem;
  width: 100%;
}

.main-p .privacy h2 {
  margin: 25px 0 25px 0px;
  border-left: 5px solid #0054a6;
  padding-left: 15px;
  text-align: unset;
  color: #0054a6;
  font-size: 1.4rem;
  font-weight: 700;
}

.main-p .privacy .enactment {
  text-align: right;
  padding: 3rem 0px 3rem 0px;
}

/************************************
**モバイルスライドインメニュー
************************************/
.menu-content {
  overflow: auto;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 80%;
  max-width: 400px;
  height: 90%;
  background: #0353a9;
  transition: 0.3s ease-in-out;
  opacity: 1;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.menu-close-button {
  display: block;
  cursor: pointer;
  text-align: right;
}

.menu-drawer li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.5rem;
}

.menu-close-button {
  display: block;
  cursor: pointer;
  /*text-align: center;*/
  padding-top: 5rem;
  padding-right: 1rem;
}

/* モバイルスライドインメニュー */
.fa-times {
  color: #fff;
  /* 閉じるボタンの色 */
  font-size: 0.8em;
}

ul.menu-drawer:before {
  background-color: #000057;
  /* Menu背景色 */
  font-size: 1.2em;
}

ul.menu-drawer:after {
  background-color: #fff;
}

.menu-drawer a {
  color: burlywood !important;
  /* 文字色 */
  font-size: 1.2em;
  font-weight: 600;
}

.menu-drawer a:hover {
  background-color: #4cbdca;
}

.menu-drawer a .fas,
.menu-drawer a .far,
.menu-drawer a .fa,
.menu-drawer a .fab {
  margin-right: 3px;
}

.sub-menu li {
  font-size: 0.8em;
}

/************************************
**フッター
************************************/

.footer {
  padding: 0;
  color: #fff;
  background: #000;
}

.footer-bottom {
  margin-top: 24px;
  padding: 1.5rem;
  position: relative;
  font-size: 14px;
}

/* フッターメニューの文字色を変える */
.mobile-menu-buttons {
  background: #01b0f1;
}
.mobile-menu-buttons .menu-button > a {
  color: #fff;
}
.mobile-menu-buttons {
  color: #fff;
}
.md-flex {
  display: flex;
}

.footer__navi {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}

#footer .inner {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mgt0 {
  margin-top: 0 !important;
}

.mgt15 {
  margin-top: 15px;
}

.mgt75 {
  margin-top: 75px;
}

.mgb5 {
  margin-bottom: 5px;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgb15 {
  margin-bottom: 15px;
}

.mgb17 {
  margin-bottom: 17px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgb40 {
  margin-bottom: 40px;
}

.mgb50 {
  margin-bottom: 50px;
}

.mgb60 {
  margin-bottom: 60px;
}

.mgb70 {
  margin-bottom: 70px;
}

.mgb80 {
  margin-bottom: 80px;
}

.mgb90 {
  margin-bottom: 90px;
}

.mgb100 {
  margin-bottom: 100px;
}

.b,
.bold {
  font-weight: bold;
}

.border {
  width: 100%;
  clear: both;
  border-bottom: 1px solid #ccc;
  margin: 30px 0 20px 0;
}

.t_center {
  text-align: center;
}

.c_red {
  color: #ff0066;
}

.bread {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  min-height: 18px;
  padding: 5px 0 5px 0px;
  clear: both;
  color: #0054a6;
  font-size: 80%;
  text-align: left;
  background-color: #fff;
  border-bottom: 2px solid #0054a6;
}

.bread a {
  color: #0054a6;
  text-decoration: none;
}

.bread a:hover {
  color: #0054a6;
  text-decoration: underline;
}

.bread ul li {
  list-style-type: none;
  float: left;
  padding-right: 5px;
}

.breadcrumb div {
  display: inline-flex;
  align-items: center;
}
/**************************
ボタン
***************************/
.button a {
  background: #01b0f1;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  max-width: 32rem;
  padding: 1.2rem;
  text-decoration: none;
  color: #fff !important;
  line-height: 1.8;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 1.4rem;
}

.button-half a {
  background: #01b0f1;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  max-width: 16rem;
  padding: 1.2rem;
  text-decoration: none;
  color: #fff !important;
  line-height: 1.8;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 1rem;
}

.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button a:hover {
  background: #333;
  color: #fff;
}
.button a:hover:after {
  right: 1.4rem;
}

footer .copyright {
  /* background-color: #fff; */
  color: #333;
  text-align: center;
  font-size: 80%;
  padding: 20px 0;
}

a img {
  border: none;
}

p img {
  padding: 0;
  max-width: 100%;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  float: right;
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  float: left;
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.navi-in > ul li {
  width: auto;
  display: flex;
  padding: 0 1rem;
}

.navi-in > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  /* justify-content: flex-end; */
  text-align: center;
  flex-direction: row;
}
.navi-flex {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
}

.search-box {
  margin: 0 0.6em 0 0;
  position: relative;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select,
.search-edit {
  padding: 5px;
  border: 0;
  width: 100%;
  border-bottom: 2px solid #01b0f1;
  border-radius: 0;
}
.content {
  margin-top: 0px;
}
/**************************
共通カテゴリ
***************************/
.mv-img {
  left: 50%;
  transform: translateX(-50%);
  /*top: -20px;*/
  position: relative;
  width: 100vw;
  height: 280px;
  background-size: cover;
}

.mv-img-feature {
  left: 50%;
  transform: translateX(-50%);
  /*top: -20px;*/
  position: relative;
  width: 100vw;
  height: 280px;
  background-size: cover;
}

.mv-img-case-url {
  background-image: url(/images/mv/case-mv.webp);
}

.mv-img-product-url {
  background-image: url(/images/mv/product-mv.webp);
}

.mv-img-privacy-url {
  background-image: url(/images/mv/privacy-mv.webp);
}

.mv-img-info-url {
  background-image: url(/images/mv/info-mv.webp);
}

.mv-img-event-url {
  background-image: url(/images/mv/event-mv.webp);
}

.mv-img-movie-url {
  background-image: url(/images/mv/movie-mv.webp);
}

.mv-img-contact-url {
  background-image: url(/images/mv/contact-mv2.webp);
}

.mv-img-faq-url {
  background-image: url(/images/mv/faq-mv.webp);
}

.mv-img-flow-url {
  background-image: url(/images/mv/flow-mv.webp);
}

.mv-img-c {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.mv-img-c2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mv-frame-pr {
  width: 1200px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}

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

#ult-img .pa-size-half {
  display: flex;
  flex-direction: row;
}

#ult-img ul,
ol {
  padding-left: 0px;
}
/**************************
bx-wrapper
***************************/

.bx-wrapper {
  position: relative;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

.bx-wrapper {
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/images/top/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #c30d23;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/images/top/bx-prev.png) no-repeat center;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(/images/top/bx-next.png) no-repeat center;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  opacity: 0.7;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 40px;
  height: 61px;
  text-indent: -9999px;
  z-index: 100;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/* swiper */
.slide-block {
  width: 680px;
  margin: 0 auto;
}

.swiper-flex-thum {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.slide-block li {
  width: 680px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
}

/************************************
** YouTube
************************************/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9を維持 */
  margin: 0 auto; /* 中央揃え（幅を指定した時に真ん中に来るようにする） */
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* 親コンテナの基本スタイル（必要に応じて） */
.video-container {
  display: flex;
  flex-direction: column; /* PCでは通常通り（テキストが上、動画が下など） */
}

/************************************
** swiper
************************************/
.slider-thumbnail .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  width: calc(100% / 3);
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
/* レイアウトのためのスタイル 
.swiper {
  max-width: 500px;
  width: 100%;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
  */
/************************************
** swiper-top
************************************/
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 12s linear 0s normal both;
}
/*
.swiper-slide img {
  height: 100vh;
}
  */

.height-100vh {
  height: 100vh;
}

.swiper-slide-1 {
  background-image: url(/images/others/newyear-01.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
}

.swiper-slide-2 {
  background-image: url(/images/others/newyear-02.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
}

.swiper-slide-3 {
  background-image: url(/images/others/newyear-03.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
}

.swiper-slide-4 {
  background-image: url(/images/others/newyear-04.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
}

/************************************
** swiper
************************************/
.swiper-pagination-fraction {
  color: #fff !important;
  font-size: larger !important;
  font-weight: 600 !important;
  display: flex;
  justify-content: flex-end;
  padding-right: 2rem;
}

.swiper-button-next {
  color: #fff !important;
}

.swiper-button-prev {
  color: #fff !important;
}

.swiper-frame {
  box-sizing: border-box;
  margin: 0;
  height: auto;
  margin-bottom: 2rem;
}

/*
.swiper {
	width: 1000px;
	max-width: 100%;
	height: auto;
}
*/

.product-thumb-swiper .swiper-slide {
  width: 10%;
}
.swiper-slide img {
  max-width: 100% !important;
  /*width: 100%;*/
  height: auto;
  margin: 0 auto;
}

.sub-swiper .swiper-slide img {
  width: 30%;
  padding-top: 3rem;
}

.sub-swiper .swiper-slide img:hover {
  cursor: pointer;
}

.swiper-title-sub {
  margin-top: 1rem;
  font-size: 18px;
}

.swiper-lead-sub {
  margin-top: 1rem;
  font-size: 16px;
}

.swiper-button-next {
  background: url(/images/top/arrow-right.png) no-repeat center center;
  background-size: cover;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  border: none;
  position: absolute;
  top: 50%;
  /*right: -70px;*/
  z-index: 20;
  background-size: 100% auto;
  display: block;
  margin-right: 2rem;
}

.swiper-button-prev {
  background: url(/images/top/arrow-left.png) no-repeat center center;
  background-size: cover;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  border: none;
  position: absolute;
  /*left: -70px;*/
  top: 50%;
  z-index: 20;
  background-size: 100% auto;
  display: block;
  margin-left: 2rem !important;
}

.slide-block .img {
  float: left;
  width: 300px;
}

.slide-block .text {
  float: right;
  width: 344px;
  margin-top: 60px;
}

.slide-block .step {
  margin-bottom: 20px;
}

.swiper-pagination-bullet {
  margin: 0 1rem !important;
  width: 24px !important;
  height: 24px !important;
  line-height: 24px !important;
  text-align: center !important;
  color: #000 !important;
  opacity: 1 !important;
  background: #ccc !important;
}

.swiper-pagination-bullet-active {
  background: green !important;
  color: #fff !important;
}

/* navigation */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "" !important;
}

.swiper-button-prev i,
.swiper-button-next i {
  color: green;
  transform: translateY(-25px);
  font-size: 40px;
}

.swiper-scrollbar {
  background: #ccc !important;
}

.swiper-scrollbar-drag {
  background: rgb(172, 245, 255) !important;
}

/*
.swiper-wrapper {
  margin-top: 16px;
  margin-left: 1px;
  margin-bottom: 84px;
}*/

.swiper-flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 660px;
  gap: 2rem;
}

.swiper-flex-column {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.swiper-flex-wide {
  width: 680px;
  margin: 0 auto;
  display: flex;
  align-content: center;
  justify-content: center;
}

.swiper-title {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
/************************************
** FAQ
************************************/
.qa-1 {
  width: 100%;
  margin-bottom: 7px;
  border: 1px solid #d6dde3;
  border-radius: 5px;
}

.qa-1 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}

.qa-1 summary::before {
  color: #01b0f1;
  content: "Q";
}

.qa-1 summary::before,
.qa-1 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-1 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: "";
  transition: transform 0.5s;
}

/************************************
** icons
************************************/

.fa-clock:before {
  content: url(/images/icon/schedule-16.svg);
}

.fa-menu:before {
  content: url(/images/icon/menu-16-w.svg);
}

.fa-home:before {
  content: url(/images/icon/home-16.svg);
}

.fa-folder:before {
  content: url(/images/icon/folder-16.svg);
}

.fa-search-w:before {
  content: url(/images/icon/search-16-w.svg);
}

.fa-logo:before {
  content: url(/images/logo/Full_color_logo_high.png);
}

.fa-search:before {
  content: url(/images/icon/search-16.svg);
}

.fa-tag:before {
  content: url(/images/icon/tag-16.svg);
}

.fa-history:before {
  content: url(/images/icon/history-16.svg);
}

.fa-bell:before {
  content: url(/images/icon/bell-16-w.svg);
}

.fa-file-alt:before {
  content: url(/images/icon/file-16-w.svg);
}

.fa-file-import:before {
  content: url(/images/icon/new-folder-16-w.svg);
}

.fa-bone:before {
  content: url(/images/icon/bone-16-w.svg);
}

.fa-bone-h:before {
  content: url(/images/icon/bone-16-h.svg);
}

.fa-envelope:before {
  content: url(/images/icon/mail-16-w.svg);
}

.fa-video:before {
  content: url(/images/icon/youtube-activity-16-w.svg);
}

.fa-building:before {
  content: url(/images/icon/company-16-w.svg);
}

.fa-bookmark:before {
  content: url(/images/icon/bookmark-16-w.svg);
}

.fa-person-circle-question:before {
  content: url(/images/icon/faq-16-w.svg);
}

.fa-care:before {
  content: url(/images/icon/care-16-w.svg);
}

.ie #wrapper {
  z-index: 0;
  width: expression(this.width >=960? "960px": "auto");
}

/* facebook */
.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style] {
  width: 100% !important;
}

.cycloneslider {
  margin-left: aoto !important;
  margin-right: auto !important;
}

.bxslider img {
  width: 100% !important;
  height: auto !important;
}

.post .entry p {
  margin-bottom: 20px;
  line-height: 1.7;
}

.post .entry br {
  width: 100%;
  clear: both;
}

.post .entry ul {
  margin: 20px 0 30px 20px;
}

.post .entry ol {
  margin: 20px 0 30px 24px;
}

.post .entry ol li {
  list-style-type: decimal;
  margin-bottom: 4px;
}

.post .entry ul li {
  list-style-type: disc;
  margin-bottom: 4px;
}

.post .entry a {
  text-decoration: underline !important;
  color: #0054a5;
}

table.base {
  width: 100%;
  margin-bottom: 40px;
}

table.base th {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  padding: 1.5%;
  background-color: #e1eef6;
  font-weight: bold;
}

table.base td {
  padding: 1.5%;
  background-color: #f2f2f2;
  border-bottom: 2px solid #fff;
}

table.style-1,
table.base_2 {
  width: 100%;
  margin-bottom: 40px;
}

table.style-1 th,
table.base_2 th {
  vertical-align: top;
  border-bottom: 1px dotted #b0b0b0;
  padding: 15px 1.5% 15px 1.5%;
  font-weight: bold;
}

table.style-1 td,
table.base_2 td {
  padding: 15px 1.5% 15px 1.5%;
  border-bottom: 1px dotted #b0b0b0;
}

table.sub td {
  padding: 0 0 0% 0 !important;
}

table.style-2 {
  width: 100%;
  margin-bottom: 90px;
  margin-top: 15px;
}

table.style-2 th {
  background-color: #efefef;
}

table.style-2 th {
  padding: 6px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #4d4d4d;
}

table.style-2 td {
  padding: 6px;
  background-color: #fff;
  border: 1px solid #4d4d4d;
}

table.style-3 {
  width: 100%;
  margin: 50px auto 60px auto;
}

table.style-3 td,
table.style-3 th {
  padding: 13px 2% 13px 2%;
}

tr.gray {
  background-color: #f6f7f7;
}

tr.blue th,
tr.blue td {
}

table.style-3 span.rei {
  margin-left: 20px;
}

/* Cocoon SNSシェアボタンを丸くする */
.sns-share-buttons a,
.sns-follow-buttons a {
  border-radius: 50%;
  width: 44px !important;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* SNSアイコン下のテキストを非表示（Cocoon） */
.sns-share.ss-high-and-low-cl a .button-caption.button-caption,
.sns-share.ss-high-and-low-lc a .button-caption.button-caption {
  font-size: 12px;
  display: none;
}

.top-news-frame {
  margin-top: 2rem;
}
.top-news {
  display: flex;
  gap: 2rem;
}
.info-list-item-date_t {
  margin-right: 18px;
  display: flex;
  align-items: center;
  height: fit-content;
  /*padding-top: 0.6rem;*/
}

.top-tags {
  display: flex;
}

/************************************
** flex
************************************/
.flex-product {
  display: flex;
  gap: 2%;
}

.flex-product-width {
  width: 48%;
}

.flex-b3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem;
}

.payload-contents {
  position: relative;
  margin-bottom: 7rem;
  line-height: 1.8;
}
.flex-item-3 {
  width: 32%;
  /* padding: 10px; */
}

/************************************
** 事例
************************************/

.midashi-case-01 {
  position: relative;
  padding: 0.6em !important;
  background: #e0edff;
  border-left: 0px !important;
}

.midashi-case-01:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}

.case-summary {
  margin-bottom: 1rem;
  padding: 1rem;
}

.case-title-mb {
  margin-bottom: 2rem;
}

.case-point-subtitle {
  color: #0054a5 !important;
  font-weight: 600 !important;
}

.case-decoration {
  color: #0054a5;
  font-weight: 800;
}
.case-main-img {
  padding-left: 1rem;
  padding-right: 1rem;
}
.case-wi-flex {
  display: flex;
  gap: 2%;
  align-items: flex-start;
}
.case-wav {
  width: 49%;
}
.case-img {
  width: 49%;
  margin-bottom: 2rem;
}

.case-text {
  width: 68%;
  margin-bottom: 2rem;
}
.case-product-title {
  text-align: center;
}

.case-product-img {
  width: 30%;
  margin-bottom: 2rem;
}

.case-text-01 {
  width: 49%;
  margin-bottom: 2rem;
}

.case-product-img-01 {
  width: 49%;
  margin-bottom: 2rem;
  display: flex;
}

.case-img-width {
  width: -webkit-fill-available;
}
.case-audio-icon {
  display: flex;
  align-items: center;
}
.case-wav-01 {
  /*margin: 20px 0;*/
  padding: 15px;
  background-color: #f1f8ff;
  border-radius: 8px;
  border: 1px solid #d0e8ff;
}
.case-wav-02 {
  margin: 0 0 10px 0;
  font-weight: bold;
  color: #0056b3;
}
.case-wav-03 {
  margin: 10px 0 0 0;
  font-size: 0.9em;
  color: #555;
}
/* ターニングポイント用のボックスデザイン */
.turning-point {
  background-color: #fff9e6; /* 薄い黄色で目を引く */
  border-left: 5px solid #f39c12; /* オレンジのアクセント */
  padding: 15px;
  margin-top: 20px;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.turning-point-title {
  color: #0056b3;
  font-weight: bold;
  font-size: 1.05em;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.turning-point p {
  margin: 0;
  font-size: 0.95em;
  color: #444;
  line-height: 1.6;
}
.highlight-text {
  background: linear-gradient(transparent 60%, #ffea00 60%);
  font-weight: bold;
}
.steps-header {
  text-align: center;
  margin-bottom: 30px;
}
.steps-header h3 {
  color: #0056b3;
  font-size: 1.6em;
  margin: 0 0 10px 0;
}
.steps-header p {
  color: #555;
  font-size: 1.05em;
  margin: 0;
}
.steps-container {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.step-card {
  flex: 1;
  background: #ffffff;
  border-top: 5px solid #0056b3;
  border-radius: 8px;
  padding: 25px 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
  transition: transform 0.3s ease;
}
.step-card:hover {
  transform: translateY(-5px);
}
.step-number {
  background-color: #0056b3;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 15px;
}
.step-card h4 {
  color: #333;
  font-size: 1.15em;
  margin: 0 0 15px 0;
  line-height: 1.4;
}
.step-card p {
  font-size: 0.95em;
  color: #666;
  text-align: left;
  line-height: 1.6;
  margin: 0;
}
.case-product-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.case-point-list {
  color: #0056b3;
  font-weight: 800;
}

/* スマートフォン向け（画面幅768px以下）のレイアウト */
@media (max-width: 768px) {
  .steps-container {
    flex-direction: column;
  }
  .case-wav {
    width: 100%;
  }
  .case-img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .case-text {
    width: 100%;
  }

  .case-product-img {
    width: 100%;
  }

  .case-text-01 {
    width: 100%;
    margin-bottom: 2rem;
  }

  .case-product-img-01 {
    width: 100%;
  }
}

/************************************
** 印刷用
************************************/
@media print {
  /*header, #back-top, #footer {display: none;}*/
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
  #footer {
    display: none;
  }
}

@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }

  h2,
  .h2 {
    font-size: 2rem;
  }

  h3,
  .h3 {
    font-size: 1.75rem;
  }

  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1050px) {
  .s_group_5 .inner {
    background: url(/images/top/2-1.png) no-repeat left top;
    background-size: 67% auto;
  }

  .s_group_6 .inner {
    background: url(/images/top/2-2.png) no-repeat right top;
    background-size: 68% auto;
  }

  .s_group_7 .inner {
    background: url(/images/top/2-3.png) no-repeat left top;
    background-size: 65% auto;
    position: relative;
  }

  .s_group_8 .inner {
    background: url(/images/top/2-4.png) no-repeat right top;
    background-size: 68% auto;
    position: relative;
  }

  #main {
    float: none;
    display: block;
    margin: 0 auto 15px auto;
    width: auto;
    padding-left: 4%;
    padding-right: 4%;
  }
}

@media screen and (max-width: 1000px) {
  article {
    /*padding-left: 3% !important;
    padding-right: 3% !important;*/
  }
}

@media screen and (min-width: 960px) {
  #wrapper {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .content {
    margin-top: -4px;
  }

  .entry-card-snippet,
  .related-entry-card-snippet {
    font-size: 14px;
    display: flex;
  }

  .article ul,
  .article ol {
    padding-left: 0;
  }
}

@media screen and (min-width: 769px) {
  #page-top {
    position: fixed;
    display: block;
    right: 20px;
    bottom: 40px;
  }

  #page-top {
    height: 60px;
    z-index: 100;
    width: 60px;
  }

  /* pcまで */
  div.slider {
    width: 700px;
    display: block;
    margin: 0 auto 20px auto;
  }

  ul.bxslider01 li {
    display: block;
    width: 700px;
    height: 525px;
  }

  ul.bxslider01 li img {
    display: block;
    width: 700px;
    height: auto;
  }

  ul.bxslider02 li a {
    display: block;
    width: 100px;
    height: 75px;
  }

  ul.bxslider02 li a img {
    display: block;
    width: auto;
    height: 100%;
    background-size: cover;
  }

  div.controlWrap {
    width: 700px;
    display: block;
    position: relative;
    margin: 10px auto;
  }

  div.controlWrap p#PrevIcon a {
    /*矢印画像（前へ）*/
    display: block;
    width: 16px;
    height: 43px;
    position: absolute;
    background: url(/images/top/arrow-left.png) center center no-repeat;
    color: #fff;
    top: 20px;
    left: 0px;
    text-indent: -9999px;
  }

  div.controlWrap p#NextIcon a {
    /*矢印画像（次へ）*/
    display: block;
    width: 16px;
    height: 43px;
    position: absolute;
    background: url(/images/top/arrow-right.png) center center no-repeat;
    color: #fff;
    top: 20px;
    right: 0px;
    text-indent: -9999px;
  }

  body {
    margin: 0;
    padding: 0;
  }

  #wrapper {
    height: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
  }

  #contents {
    width: 100%;
    overflow: hidden;
    padding: 20px 0 70px 0;
  }

  #contents.page {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 70px 0;
  }

  #header {
  }

  #header .inner {
    min-height: 110px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .bread {
    width: 960px;
  }

  .content-inner {
    max-width: 1200px;
    margin: 30px auto 30px auto;
  }

  .page article {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .entry {
    float: left;
    width: 100%;
  }

  .foot_group {
    float: left;
    width: 100%;
  }

  h3 small {
    font-size: 0.7em;
  }

  .pc_none {
    display: none;
  }

  .header-top {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 48vw;
    background: url(/images/top/header-bg.jpg?1) no-repeat center center;
    background-size: cover;
  }

  header h1 {
    width: 360px;
    float: left;
    margin: 30px 0 0 40px;
  }

  header .btn-p {
    float: right;
  }

  header .title_group {
    text-align: center;
    max-width: 67%;
    margin: 5vw auto 0 auto;
  }

  header .title_group .title_1 {
    margin-bottom: 8vw;
  }

  article {
  }

  .article-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  article h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2.4rem;
    color: #01b0f1;
    font-weight: 700;
  }

  .home .group_1 .inner {
    max-width: 1015px;
    margin: 0 auto;
  }

  .s_group_1 {
    height: 30vw;
    background: url(/images/top/1-1.jpg?1) no-repeat 100% top;
    margin-bottom: 40px;
    background-size: 55% auto;
  }

  .s_group_3 {
    height: 30vw;
    background: url(/images/top/1-5.jpg?1) no-repeat 100% top;
    margin-bottom: 40px;
    background-size: 55% auto;
  }

  .group_1 h3 {
    display: inline-block;
    background-color: #fff;
    padding: 40px 40px 40px 30px;
    width: 518px;
  }

  .group_1 h4 {
    font-size: 140%;
    color: #01b0f1;
    font-weight: bold;
  }

  .gradation p {
    background: rgb(93, 27, 135);
    background: linear-gradient(
      90deg,
      rgba(93, 27, 135, 1) 0%,
      rgba(4, 173, 240, 1) 100%
    );
    display: inline-block;
    color: #fff;
    padding: 3px 10px;
    margin-bottom: 6px;
  }

  .s_group_3_2,
  .s_group_1_2 {
    margin-bottom: 80px;
  }

  .s_group_1_2 .left {
    float: left;
    width: 60%;
  }

  .s_group_1_2 .right {
    float: right;
    width: 35%;
    margin-top: 30px;
    line-height: 2;
  }

  .s_group_4 .text_group,
  .s_group_2 .text_group {
    width: 460px;
    float: right;
    margin-right: 5%;
  }

  .s_group_2 {
    height: 30vw;
    background: url(/images/top/1-3.jpg?1) no-repeat 0% top;
    margin-bottom: 40px;
    background-size: 55% auto;
  }

  .s_group_4 {
    height: 30vw;
    background: url(/images/top/1-7.jpg?1) no-repeat 0 top;
    margin-bottom: 40px;
    background-size: 55% auto;
  }

  .s_group_4 .gradation,
  .s_group_2 .gradation {
    margin-left: 20%;
  }

  .s_group_2_2 {
    margin-bottom: 80px;
  }

  .s_group_4_2 .left,
  .s_group_2_2 .left {
    width: 35%;
    float: left;
  }

  .s_group_4_2 .right,
  .s_group_2_2 .right {
    width: 60%;
    float: right;
  }

  .s_group_3_2 .left {
    width: 60%;
    float: left;
  }

  .s_group_3_2 .right {
    width: 35%;
    float: right;
  }

  .group_2 {
    background: url(/images/top/g2-bg.gif) no-repeat center center;
    background-size: cover;
  }

  .group_2 .inner {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
  }

  .group_2 .text_group {
    max-width: 50%;

    color: #fff;
  }

  .group_2 .text_group p.text {
    width: 371px;
  }

  .group_2 .text_group .title {
    margin-bottom: 38px;
  }

  .group_2 .text_group h4 {
    font-size: 140%;
    margin-bottom: 7px;
    font-weight: bold;
  }

  .s_group_7,
  .s_group_6,
  .s_group_5 {
    margin-bottom: 50px;
  }

  .s_group_5 .inner {
    background: url(/images/top/2-1.png) no-repeat left top;
    background-size:;
    position: relative;
  }

  .s_group_5 .text_group {
    float: right;
    margin-top: 5vw;
    line-height: 2;
  }

  .s_group_6 .inner {
    background: url(/images/top/2-2.png) no-repeat right top;
    background-size:;
    position: relative;
  }

  .s_group_6 .text_group {
    float: left;
    margin-top: 6vw;
    line-height: 2;
  }

  .s_group_7 .inner {
    background: url(/images/top/2-3.png) no-repeat left top;
    background-size: 70% auto;
    position: relative;
  }

  .s_group_7 .text_group {
    float: right;
    margin-top: 6vw;
    line-height: 2;
  }

  .s_group_8 .inner {
    background: url(/images/top/2-4.png) no-repeat right top;
    background-size:;
    position: relative;
  }

  .s_group_8 .text_group {
    float: left;
    margin-top: 6vw;
    line-height: 2;
  }

  .group_3 {
    background-color: #f0f5f9;
  }

  .group_3_1 {
    max-width: 1000px;
    margin: 0 auto 50px auto;
    background-color: #fff;
    padding: 80px 0;
    border-radius: 25px;
  }

  .group_3_2 {
    max-width: 1000px;
    margin: 0 auto 0px auto;
    background-color: #fff;
    padding: 80px 0;
    border-radius: 25px;
  }

  .group_3 h3 {
    text-align: center;
    margin-bottom: 45px;
  }

  .group_4 .inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .group_4 .img_1 {
    margin-bottom: 50px;
  }

  .group_4 ul {
    display: flex;
    justify-content: space-between;
  }

  .group_4 ul._1 {
    margin-bottom: 70px;
  }

  .group_4 ul._1 li {
    max-width: 310px;
    width: 32%;
  }

  .group_4 ul._1 li img {
    margin-bottom: 10px;
  }

  .group_4 ul._2 {
    max-width: 835px;
    margin-left: auto;
    margin-right: auto;
  }

  .group_4 ul._2 li {
    max-width: 401px;
    width: 48%;
  }

  .group_5 {
    background-color: #f0f5f9;
  }

  .group_5 .inner {
    max-width: 1005px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 23px;
    padding: 66px;
  }

  .group_5 ul {
    display: flex;
    justify-content: space-between;
  }

  .group_5 ul._1 {
    margin-bottom: 60px;
  }

  .group_5 ul._1 li {
    width: 48%;
  }

  .group_5 h4 {
    font-size: 140%;
    font-weight: bold;
    margin: 15px 0;
  }

  .group_5 ul._2 li {
    max-width: 401px;
    width: 48%;
  }

  .group_6,
  .inner {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    padding: 66px;
  }

  .group_6 ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .group_6 ul li {
    width: 30%;
  }

  .group_6 .btn-p {
    text-align: center;
  }

  .group_6 a {
    color: #01b0f1;
  }

  .group_7,
  .inner {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    padding: 66px;
  }

  .group_7 ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .group_7 ul li {
    width: 100%;
  }

  .group_7 .btn-p {
    text-align: center;
  }

  .group_7 a {
    /*color: #01b0f1;*/
  }

  .product_line {
    padding: 2rem;
  }

  .product_line ul {
    display: flex;
    justify-content: space-evenly;
  }

  .product_line ul._1 {
    margin-bottom: 60px;
  }

  .product_line ul._1 li {
    width: 48%;
  }

  .product_line h4 {
    font-size: 140%;
    font-weight: bold;
    margin: 15px 0;
  }

  .product_line ul._2 li {
    max-width: 401px;
    width: 48%;
  }

  footer {
  }

  footer .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
  }

  footer .foot_logo {
    float: left;
    max-width: 48%;
    padding-left: 10px;
  }

  footer .sns_icon {
    float: right;
    display: flex;
    justify-content: space-between;
    width: 400px;
    max-width: 48%;
  }

  footer .sns_icon li {
    width: 20%;
  }

  footer .copyright {
    /*background-color: #fff*/
    color: #333;
    text-align: center;
    font-size: 80%;
    padding: 20px 0;
  }

  .footer-flex {
    display: flex;
    justify-content: space-between;
  }

  .pc_n {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .button a {
    padding: 0.8rem;
    font-size: 1.2rem;
  }
  .pc-br {
    display: none;
  }
  .top-news {
    gap: 0;
  }

  .youtube {
    width: 90%;
    padding-top: 0px;
  }

  .case-main-img {
    padding-left: 0;
    padding-right: 0;
  }
  .case-img-width {
    width: 100%;
  }
  .case-audio-icon {
    margin-bottom: 1rem !important;
  }

  #ult-img .pa-size-half {
    display: flex;
    flex-direction: column;
  }

  .flex-item-3 {
    width: 100%;
    /* padding: 10px; */
    display: flex;
    flex-direction: column;
  }
  .case-wi-flex {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .case-summary {
    margin-bottom: 0;
    padding: 0;
  }

  .case-product-img-01 {
    width: 100%;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
  }

  .info-list-item-width {
    width: 100%;
  }

  .flex-product {
    display: flex;
    gap: 2%;
    flex-direction: column-reverse;
  }

  .flex-product-width {
    width: 100%;
  }

  .flex-info-date-text {
    width: 100%;
  }

  .product-feature-flex .img {
    width: 100%;
  }

  .product-feature-flex .text {
    width: 100%;
  }

  .product-option-flex-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product-option-flex-row .img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-option-flex-row .text {
    width: 100%;
  }

  .breadcrumb div {
    display: none;
  }
  .excel-table th:first-child,
  .excel-table td:first-child {
    width: auto;
    min-width: auto;
  }
  .exhibit-product-wide01 {
    width: 100%;
  }
  .exhibit-product-wide02 {
    width: 100%;
  }

  .exhibit-product-flex {
    gap: 1.2rem;
  }

  .exhibit-product-a-flex {
    width: 100%;
  }

  .slide-block .text {
    width: 80%;
    box-sizing: border-box;
  }

  .group_3-img {
    width: 90%;
    padding: 1.6rem;
    box-sizing: border-box;
  }

  .group_3 {
    background-color: #fff;
  }

  .group_5 {
    background-color: #fff;
  }

  .group_7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .entry-title,
  .archive-title {
    margin: 0;
    font-size: 1.6rem !important;
    padding: 2rem 0 1rem 0 !important;
  }
  .search-box {
    display: none;
  }
  .header-top {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url(/images/top/header-bg-sp.png) no-repeat center center;
    background-size: cover;
    padding-bottom: 15vw;
  }

  .payload-frame-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .payload-gallery__thumb {
    padding-top: 602.666667%;
  }

  .payload-fluke-gallery__thumb {
    padding-top: 394.666667%;
    margin-bottom: 6rem;
  }

  .payload-fluke-gallery__thumb {
    width: 104px;
    height: 104px;
  }

  .payload-img {
    height: auto;
    width: 768px;
    margin-bottom: 3rem;
  }

  .payload-wrap-spec-frame {
    width: 100%;
    padding-bottom: 3rem;
  }
  .img-frame {
    width: 100%;
    height: auto;
  }

  #page-top {
    position: fixed;
    display: block;
    right: 10px;
    bottom: 20px;
  }

  #page-top {
    height: 30px;
    z-index: 100;
    width: 30px;
  }

  .header-container {
    padding: 0;
  }

  .sp_n {
    display: none;
  }

  .other-list-item-width {
    width: 47%;
  }

  .logo-menu-button img {
    max-height: 32px;
    display: block;
    margin: 0 auto;
    width: auto;
  }

  .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .info-list-frame {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .flex-info-contents {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 4rem;
  }

  .info-image-width {
    width: 100%;
  }

  .payload-contents {
    margin-bottom: 2rem;
  }

  .swiper-flex-row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 660px;
    gap: 2rem;
    align-items: center;
  }

  .swiper-button-next {
    margin-right: 0;
  }

  .swiper-button-prev {
    margin-left: 0 !important;
  }

  /*header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url(/images/top/header-bg-sp.png) no-repeat center center;
    background-size: cover;
    padding-bottom: 15vw;
  }*/

  header h1 {
    max-width: 90%;
    margin: 0 auto 50px auto;
  }

  header .btn-p {
    text-align: center;
    margin-bottom: 60px;
  }

  header .title_group {
    text-align: center;
    max-width: 80%;
    margin: 0 auto 0 auto;
  }

  header .title_group .title_1 {
    margin-bottom: 8vw;
  }

  /*article {
    padding-top: 80px;
    padding-bottom: 80px;
  }*/

  article .inner {
  }

  article h2 {
    text-align: center;
    margin-bottom: 50px;
    /*max-width: 75%;*/
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem;
    color: #01b0f1;
    font-weight: 700;
  }

  .home .group_1 .inner {
    max-width: 1015px;
    margin: 0 auto;
  }

  .top-news {
    display: flex;
    flex-direction: column;
  }

  .s_group_1 {
    padding-top: 45%;
    background: url(/images/top/1-1.jpg?1) no-repeat center top;
    margin-bottom: 40px;
    background-size: 100% auto;
  }

  .s_group_3 {
    padding-top: 45%;
    background: url(/images/top/1-5.jpg?1) no-repeat 80% top;
    margin-bottom: 40px;
    background-size: 100% auto;
  }

  .group_1 {
    padding-top: 4rem;
  }

  .group_1 h3 {
    display: block;
    background-color: #fff;
    padding: 30px 20px 30px 20px;
    max-width: 75%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .group_1 h4 {
    font-size: 140%;
    color: #01b0f1;
    font-weight: bold;
  }

  .gradation p {
    background: rgb(93, 27, 135);
    background: linear-gradient(
      90deg,
      rgba(93, 27, 135, 1) 0%,
      rgba(4, 173, 240, 1) 100%
    );
    display: inline-block;
    color: #fff;
    padding: 3px 10px;
    margin-bottom: 6px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .s_group_3_2,
  .s_group_1_2 {
    margin-bottom: 80px;
  }

  .s_group_1_2 .left {
  }

  .s_group_1_2 .right {
    line-height: 2;
  }

  .s_group_4 .text_group,
  .s_group_2 .text_group {
  }

  .s_group_2 {
    padding-top: 45%;
    background: url(/images/top/1-3.jpg?1) no-repeat center top;
    margin-bottom: 40px;
    background-size: 100% auto;
  }

  .s_group_4 {
    padding-top: 45%;
    background: url(/images/top/1-7.jpg?1) no-repeat center top;
    margin-bottom: 40px;
    background-size: 100% auto;
  }

  .s_group_4 .gradation,
  .s_group_2 .gradation {
  }

  .s_group_2_2 {
    margin-bottom: 40px;
  }

  .s_group_4_2 .left,
  .s_group_2_2 .left {
    margin-bottom: 30px;
  }

  .s_group_4_2 .right,
  .s_group_2_2 .right {
    margin-bottom: 30px;
  }

  .s_group_3_2 .left {
    margin-bottom: 30px;
  }

  .s_group_3_2 .right {
    margin-bottom: 30px;
  }

  .group_2 {
    background: url(/images/top/g2-bg.gif) no-repeat center center;
    background-size: cover;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .group_2 .inner {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
  }

  .group_2 .text_group {
    max-width: 100%;

    color: #fff;
  }

  .group_2 .text_group p.text {
  }

  .group_2 .text_group .title {
    display: none;
  }

  .group_2 .text_group h4 {
    font-size: 140%;
    margin-bottom: 7px;
    font-weight: bold;
    text-align: center;
  }

  .s_group_7,
  .s_group_6,
  .s_group_5 {
    margin-bottom: 50px;
  }

  .s_group_5 .inner {
    padding-top: 65%;
    background: url(/images/top/2-1-sp.png) no-repeat center top;
    background-size: 100% auto;
    position: relative;
  }

  .s_group_5 .text_group {
    line-height: 2;
  }

  .s_group_6 .inner {
    padding-top: 65%;
    background: url(/images/top/2-2-sp.png) no-repeat center top;
    background-size: 100% auto;
    position: relative;
  }

  .s_group_6 .text_group {
    line-height: 2;
  }

  .s_group_7 .inner {
    padding-top: 65%;
    background: url(/images/top/2-3-sp.png) no-repeat center top;
    background-size: 100% auto;
    position: relative;
  }

  .s_group_7 .text_group {
    line-height: 2;
  }

  .s_group_8 .inner {
    padding-top: 65%;
    background: url(/images/top/2-4-sp.png) no-repeat center top;
    background-size: 100% auto;
    position: relative;
  }

  .s_group_8 .text_group {
    line-height: 2;
  }

  .group_3 {
    /*background-color: #f0f5f9;*/
    padding-top: 4rem;
  }

  .group_3_1 {
    max-width: 1000px;
    margin: 0 auto 50px auto;
    background-color: #fff;
    padding: 30px 25px;
    border-radius: 25px;
  }

  .group_3_2 {
    max-width: 1000px;
    margin: 0 auto 0px auto;
    background-color: #fff;
    padding: 30px 25px;
    border-radius: 25px;
  }

  .group_3 h3 {
    text-align: center;
    margin-bottom: 25px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-block {
    width: auto;
    margin: 0 auto;
  }

  .slide-block li {
    width: 280px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
  }

  .contents .slick-next {
    background: url(/images/top/arrow-right.png) no-repeat center center;
    background-size: cover;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    border: none;
    position: absolute;
    top: 50%;
    right: -30px;
    z-index: 20;
    background-size: 100% auto;
  }

  .contents .slick-prev {
    background: url(/images/top/arrow-left.png) no-repeat center center;
    background-size: cover;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    border: none;
    position: absolute;
    left: -30px;
    top: 50%;
    z-index: 20;
    background-size: 100% auto;
  }

  .slide-block .img {
    text-align: center;
    margin-bottom: 30px;
  }

  .slide-block .text {
    margin-top: 0px;
  }

  .slide-block .step {
    text-align: center;
    margin-bottom: 20px;
  }

  .slide-block .step img {
    margin-left: auto;
    margin-right: auto;
  }

  .group_4 .inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .group_4 .img_1 {
    margin-bottom: 30px;
  }

  .group_4 ul {
  }

  .group_4 ul._1 {
    margin-bottom: 50px;
  }

  .group_4 ul._1 li {
    margin-bottom: 40px;
  }

  .group_4 ul._1 li span {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }

  .group_4 ul._2 {
  }

  .group_4 ul._2 li {
    text-align: center;
    margin-bottom: 10px;
  }

  .group_5 {
    /*background-color: #f0f5f9;*/
  }

  .group_5 .inner {
    max-width: 1005px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 23px;
    padding: 30px 20px;
  }

  .group_5 ul {
  }

  .group_5 ul._1 {
    margin-bottom: 40px;
  }

  .group_5 ul._1 li {
    margin-bottom: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
  }

  .group_5 h4 {
    font-size: 140%;
    font-weight: bold;
    margin: 15px 0;
  }

  .group_5 ul._2 li {
    text-align: center;
    margin-bottom: 10px;
  }

  .group_6,
  .inner {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
  }

  .group_6 ul {
    margin-bottom: 50px;
  }

  .group_6 ul li {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .group_6 ul li span {
    display: block;
    text-align: center;
  }

  .group_6 ul li img {
    margin-bottom: 15px;
  }

  .group_6 .btn-p {
    text-align: center;
  }

  .group_6 a {
    color: #01b0f1;
  }

  .group_7,
  .inner {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
  }

  .group_7 ul {
    margin-bottom: 50px;
  }

  .group_7 ul li {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .group_7 ul li span {
    /*display: block;*/
    text-align: center;
  }

  .group_7 ul li img {
    /*margin-bottom: 15px;*/
  }

  .group_7 .btn-p {
    text-align: center;
  }

  .group_7 a {
    /*color: #01b0f1;*/
  }

  .product_line {
    padding-top: 2rem;
  }

  .product_line h4 {
    font-size: 140%;
    font-weight: bold;
    margin: 15px 0;
  }

  .product_line ul._2 li {
    text-align: center;
    margin-bottom: 10px;
  }

  footer .foot_logo {
    text-align: center;
  }

  footer .sns_icon {
    display: flex;
    justify-content: space-between;
    max-width: 400px;
    margin: 0 auto 30px auto;
  }

  footer .sns_icon li {
    width: 20%;
  }

  footer .copyright {
    background-color: #fff;
    color: #333;
    text-align: center;
    font-size: 80%;
    padding: 20px 0;
  }

  footer .inner {
    width: 95%;
    max-width: 310px;
    margin: 0 auto;
    padding: 40px 0;
  }

  footer .copy {
    text-align: center;
  }

  div.slider {
    max-width: 700px;
    display: block;
    margin: 40px auto;
  }

  ul.bxslider01 li {
    display: block;
    max-width: 700px;
    height: auto;
  }

  ul.bxslider01 li img {
    display: block;
    max-width: 700px;
    width: 100%;
    height: auto;
  }

  ul.bxslider02 li a {
    display: block;
    width: 55px;
    height: 41px;
  }

  ul.bxslider02 li a img {
    display: block;
    width: auto;
    height: 100%;
    background-size: cover;
  }

  div.controlWrap {
    max-width: 700px;
    width: 100%;
    display: block;
    position: relative;
    margin: 10px auto;
  }

  div.controlWrap p#PrevIcon a {
    /*矢印画像（前へ）*/
    display: block;
    width: 16px;
    height: 41px;
    position: absolute;
    background: url(/images/top/arrow-left.png) center center no-repeat;
    color: #fff;
    top: 0px;
    left: 0px;
    text-indent: -9999px;
  }

  div.controlWrap p#NextIcon a {
    /*矢印画像（次へ）*/
    display: block;
    width: 16px;
    height: 41px;
    position: absolute;
    background: url(/images/top/arrow-right.png) center center no-repeat;
    color: #fff;
    top: 0px;
    right: 0px;
    text-indent: -9999px;
  }

  body {
    margin: 0;
    padding: 0;
  }

  #wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  #contents {
    width: 100%;
    margin: 0 auto;
    float: left;
  }

  #header {
    display: none;
  }

  .page #header {
    display: none;
  }

  .bread {
    width: 94%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .t_center {
    text-align: center;
  }

  .sp_none {
    display: none;
  }

  /* google map */
  .g_map {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
  }

  .g_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .copy {
    display: block;
    margin-top: 0;
    font-size: 70%;
    text-align: center;
  }

  .copy p {
    line-height: 1.5;
    padding-top: 8px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media screen and (min-width: 700px) {
  table.sub {
    width: 90%;
  }
}

@media screen and (max-width: 699px) {
  .post .entry h1 {
    font-size: 180%;
    text-align: center;
    display: block;
    font-weight: bold;
    color: #0054a6;
    padding-bottom: 10px;
    margin-bottom: 40px;
    letter-spacing: 2px;
    background: url(/images/menu-bg.jpg) no-repeat bottom center;
  }

  .post .entry h3 {
    font-size: 160%;
    text-align: left;
    display: block;
    font-weight: bold;
    color: #0054a6;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }

  .post .entry strong {
    display: block;
    font-size: 130%;
    margin: 20px 0;
  }

  table.sub {
    width: 100%;
  }

  table.responsive tr {
    display: block;
  }

  table.responsive td {
    display: block;
    width: 97%;
  }

  table.responsive th {
    display: block;
    width: 97%;
    font-weight: bold;
    padding-bottom: 0 !important;
  }

  .mgb20_sp {
    margin-bottom: 20px;
  }

  /* 700以下 */
  table.sub {
    width: 100%;
  }

  table.responsive tr {
    display: block;
  }

  table.responsive td {
    display: block;
    width: 97%;
  }

  table.responsive th {
    display: block;
    width: 97%;
    font-weight: bold;
    padding-bottom: 0 !important;
  }

  .mgb20_sp {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 698px) {
  /* sp */
  .post .entry h1 {
    font-size: 160%;
    text-align: center;
    display: block;
    font-weight: bold;
    color: #0054a6;
    padding-bottom: 10px;
    margin-bottom: 40px;
    letter-spacing: 2px;
    background: url(/images/menu-bg.jpg) no-repeat bottom center;
  }

  .post .entry h3 {
    font-size: 150%;
    text-align: left;
    display: block;
    font-weight: bold;
    color: #0054a6;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }

  .post .entry strong {
    display: block;
    font-size: 130%;
    margin: 20px 0;
  }
}

@media screen and (max-width: 480px) {
  /* 投稿画像センター寄せ */
  .img-center,
  .center-img {
    float: none !important;
    display: table !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 10px !important;
    clear: both;
  }
  /* テキストと動画の並び順や余白を調整 */
  .video-container {
    display: flex;
    flex-direction: column-reverse; /* 動画とテキストを上下入れ替え */
    height: auto; /* 高さを260px等に固定せず、自動にして崩れを防ぐ */
    gap: 16px; /* 動画とテキストの間に適度な隙間を作る */
    margin: 0;
  }

  .youtube {
    /* スマホ画面では左右の余白をなくし、画面幅（コンテナ幅）いっぱいに広げる */
    width: 100%;
  }

  .midashi-margin {
    margin: 0;
  }

  .midashi-title-catch {
    font-size: 1.4rem !important;
  }

  .product-feature-flex {
    display: flex;
    gap: 2rem;
    flex-direction: column;
  }

  .product-option-flex-row-with {
    width: 100%;
  }

  .t_left {
    float: left;
    text-align: left !important;
  }

  table.style-3 span.rei {
    margin-top: 10px;
    margin-left: 5px;
    display: block;
    width: 95%;
  }

  .wpcf7-textarea {
    width: 95%;
  }

  .info-list-item-width {
    width: 100%;
  }

  .other-list-item-width {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  /* 400以下 */
  p {
    line-height: 1.7;
  }

  body {
    font-size: 90%;
  }

  .cycloneslider-template-default .cycloneslider-caption-title {
    font-size: 13px !important;
    line-height: 1;
    margin-bottom: 0;
    padding: 5px;
  }
}
