@charset "UTF-8";
/* ###############
  旧デザイン用CSS
  統合用に調整済
################## */


/*! sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/* Latest tested: Android 6, Chrome 48, Edge 13, Firefox 44, Internet Explorer 11, iOS 9, Opera 35, Safari 9, Windows Phone 8.1 */
/*
 * Normalization
 */
abbr[title] {
  text-decoration: underline;
  /* Chrome 48+, Edge 12+, Internet Explorer 11-, Safari 9+ */
  text-decoration: underline dotted;
  /* Firefox 40+ */
}

audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

b,
strong {
  font-weight: bolder;
  /* Edge 12+, Safari 6.2+, and Chrome 18+ */
}

button {
  -webkit-appearance: button;
  /* iOS 8+ */
  overflow: visible;
  /* Internet Explorer 11- */
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  /* Firefox 4+ */
  padding: 0;
  /* Firefox 4+ */
}

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
  /* Firefox 4+ */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+, Windows Phone 8.1+ */
}

hr {
  overflow: visible;
  /* Internet Explorer 11-, Edge 12+ */
}

input {
  -webkit-border-radius: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  /* display: block; */
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
    flex: 1;
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the margin and padding of all elements */
* {
  margin: 0;
  padding: 0;
}

/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* remove the tapping delay from clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* use current current as the default fill of svg elements */
svg {
  fill: currentColor;
}

/* specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/*
 * Configurable defaults
 */
/* specify the background repeat of all elements */
* {
  background-repeat: no-repeat;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;

  /* ブランドカラー変数 */
  /* Domino Primary */
  --domino-blue: #003B5C;
  --domino-blue-60: #66899D;
  --domino-blue-30: #B2C4CE;
  --domino-blue-10: #E5EBEF;

  --domino-green: #009639;
  --domino-green-60: #66C088;
  --domino-green-30: #B2DFC3;
  --domino-green-10: #E5F4EB;

  /* Domino Secondary */
  --domino-do-more-blue: #4298B5;
  --domino-do-more-blue-60: #8EC1D3;
  --domino-do-more-blue-30: #C6E0E9;
  --domino-do-more-blue-10: #ECF5F8;

  /* Domino Tertiary */
  --domino-magenta: #A0005A;
  --domino-yellow: #E3D839;

  /* Domino Functional */
  --domino-white: #FFFFFF;
  --domino-black: #191919;
  --domino-light-grey: #E5EBEF;
  --domino-dark-grey: #666666;

  /* Brother Primary */
  --brother-blue: #004898;

  /* Brother Secondary */
  --brother-white: #FFFFFF;
  --brother-black: #000000;
  --brother-grey: #4D4D4D;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the coloring of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
}

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the font size of small elements */
small {
  font-size: 75%;
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}

body {
  background: #fff;
  color: #333333;
/*  font: 16px/1.6 "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif; */
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #333333;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

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

a img {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

a:hover img {
  opacity: .5;
}

::-moz-selection {
  background: #003074;
  color: #fff;
}

::selection {
  background: #003074;
  color: #fff;
}

ul li {
	list-style: none;
}

.small {
	font-size: 0.8em;
}

.pc_only {
	display: none;
}

.sp_only {
	display: block;
}

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

@media screen and (min-width: 768px){

	.pc_only {
		display: block;
	}

	.sp_only {
		display: none;
	}

  .flex {
    flex-direction: row;
  }

}

@media (min-width: 768px){
  /* small-on-pc を付けた画像だけPCで小さくする */
  img.small-on-pc {
    max-width: 200px;
    width: 100%;
    height: auto;
  }
}

/* component -------------------- */
/* page-title */
.page-title {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 28.125%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-title.recruit-page-title {
  background-position: 43% 50%;

}

.page-title-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.products-page-title .page-title-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-title-text {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 15px;
  color: #000;
  /*font-size: 5.25vw;*/
  font-size: 4.75vw;
  line-height: 1.4;
}


.page-title-text2 {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 15px;
  color: #FFF;
  font-size: 5.25vw;
  line-height: 1.4;
}

.page-title-text .page-title-main-text {
  display: block;
  line-height: 1;
}
.page-title-text .page-title-sub-text {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 5px;
  background: #003074;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.page-title-text3 {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 15px;
  color: #FFF;
  font-size: 5.25vw;
  line-height: 1.4;
}

.products-page-title .page-title-text {
  color: #000;
}

.products-page-title {
  background-image: url(../images/common/bg_visual-products_01.jpg);
}

.topics-page-title {
  background-image: url(../images/common/bg_visual-topics_01.jpg);
}

.case-page-title {
  background-image: url(../images/common/bg_visual-case_01.jpg);
}

.pickup-page-title {
  background-image: url(../images/common/bg_visual-pickup_01.jpg);
}

.msds-page-title {
  background-image: url(../images/common/bg_visual-msds_01.jpg);
}

.flow-page-title {
  background-image: url(../images/common/bg_visual-flow_01.jpg);
}

.support-page-title {
  background-image: url(../images/common/bg_visual-support_01.jpg);
}

.company-page-title {
  background-image: url(../images/common/bg_visual-company_01.jpg);
}

.contact-page-title {
  background-image: url(../images/common/bg_visual-contact_01.jpg);
}

.sitemap-page-title {
  background-image: url(../images/common/bg_visual-sitemap_01.jpg);
}
.recruit-page-title {
  background-image: url(../images/common/bg_visual-recruit_01.jpg);
}

.lp-page-title {
  background-image: url(../images/common/bg_visual-lp_01.jpg);
}




/* layout */
.single-main {
  max-width: 1150px;
  margin: 20px auto 0;
  padding: 0 15px;
}

.column-wrapper {
  max-width: 1150px;
  margin: 20px auto 0;
  padding: 0 15px;
}

.column-wrapper.-lp_thanks {
  margin: 70px auto 0;
}

.column-side {
  margin-top: 60px;
}

.section + .section {
  margin-top: 40px;
}

.contents + .section {
  margin-top: 40px;
}

.section a {
  text-decoration: underline;
}
/* heading */
.section-title01 {
  position: relative;
  padding: 20px 0 16px;
  background: #003074;
  text-align: center;
}

.section-title01::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: '';
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 160px;
  height: 5px;
  background: #dcaf00;
}

.section-title01-text {
  display: inline-block;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 15px;
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
}

.section-title02 {
  position: relative;
  padding: 0 3px 10px;
  border-bottom: 5px solid #eaeaea;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}

.section-title02::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 120px;
  height: 5px;
  background: #003074;
}
.section-title03 {
  padding: 2px 10px;
  background: #003074;
  color: #fff;
  font-size: 17px;
  font-weight: normal;
}

.section-title04 {
  position: relative;
  padding: 0 3px 3px;
  border-bottom: 5px solid #eaeaea;
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
}

.section-title04::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 120px;
  height: 5px;
  background: #ffcc00;
}




/* breadcrumbs */
.breadcrumbs {
  padding: 5px 10px;
  font-size: 12px;
  background-color: #f3f3f3;
}

.breadcrumbs-inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0px 15px 0;
}

.breadcrumbs a {
  color: #003074;
}
.breadcrumbs a.breadcrumb-no-link {
  color: #333333;
}

.breadcrumbs > .breadcrumbs-inner > span + span::before {
  position: relative;
  top: -1px;
  content: '>';
  margin: 0 2px;
}

/* button */
.button {
  position: relative;
  display: inline-block;
  min-width: 160px;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.button:hover {
  opacity: .5;
}

.button-primary.-all {
  background: #666666;
  color: #fff;
}
.button-primary.-topics {
  background: #003B5C;
  color: #fff;
}
.button-primary.-pickup {
  background: #009639;
  color: #fff;
}
.button-primary.-case {
  background: #66899D;
  color: #fff;
}
.button-primary.-voice {
  background: #66899D;
  color: #fff;
}

.button-primary::before {
  position: absolute;
  top: 11px;
  left: 8px;
  content: "";
  width: 6px;
  height: 10px;
  background: url(../images/common/icon_arrow-right_white_01.png) 0 0 no-repeat;
  background-size: 6px 10px;
}

.button-secondary {
  background: #ffcc00;
  color: #fff;
}

.button-secondary span {
  position: relative;
  display: inline-block;
  padding-left: 13px;
}

.button-secondary span::before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  width: 6px;
  height: 10px;
  background: url(../images/common/icon_arrow-right_white_01.png) 0 0 no-repeat;
  background-size: 6px 10px;
}

/* pagination */
.pagination {
  margin-top: 40px;
  font-size: 0;
}

.pagination a,
.pagination span {
  display: inline-block;
  min-width: 26px;
  min-height: 26px;
  line-height: 24px;
  margin: 0 3px;
  background: #e3e3e3;
  border: 1px solid #999999;
  font-size: 13px;
  text-decoration: none;
  vertical-align: top;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  text-align: center;
}

.pagination .pages {
  display: none;
}

.pagination a:hover,
.pagination .current {
  background: #999999;
  color: #fff;
}

.pagination .previouspostslink,
.pagination .nextpostslink {
  /*line-height: 22px;*/
}

/* products-list */
.products-list01::after {
  display: block;
  clear: both;
  content: '';
}

.products-list01 .products-item {
  margin-top: 20px;
}

.products-list01 .products-item a {
  display: block;
  padding: 15px;
  border: 1px solid #cccccc;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.products-list01 .products-item a:hover {
  opacity: .5;
}

.products-list01 .products-item a:hover img {
  opacity: 1;
}

.products-list01 .products-item-title {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.4;
}

.products-list01 .products-item-image {
  margin: 15px 0;
  height: 180px;
}

.products-list01 .products-item-image img {
  border: 1px solid #cccccc;
  pointer-events: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products-list02::after {
  display: block;
  clear: both;
  content: '';
}

.products-list02 .products-item {
  margin-top: 20px;
  background: #F0FBFB;
  padding: 10px 10px 20px 10px;
  border-top: solid 1px #DCF3F3;
  border-right: solid 1px #DCF3F3;
  border-left: solid 1px #DCF3F3;
  border-bottom: solid 2px #A5E0E0;
}


.products-list02 .products-item a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.products-list02 .products-item a:hover {
  opacity: .5;
}

.products-list02 .products-item a:hover img {
  opacity: 1;
}

.products-list02 .products-item img {
  pointer-events: none;
}

.products-list02 .products-item-header {
  text-align: center;
  padding: 10px;
  border-top: none;
  background: #C6ECEC;
}

.products-list02 .products-item-title {
  color: #003074;
  font-weight: bold;
  line-height: 1.4;
}

.products-list02 .products-item-text {
  margin-top: 5px;
  font-size: 12px;
}

.products-list02 .products-item-logo {
  display: table;
  height: 55px;
  width: 100%;
  margin-top: 6px;
  background: #FFF;
  text-align: center;
}
.products-list02 .products-item-logo p {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}

.products-list02 .products-item-copy {
  margin-top: 15px;
  color: #000;
  font-size: 15px;
  line-height: 1.4;
}

.products-list02 .products-item-copy-text {
  font-weight: normal;
  color: #003074;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.products-list02 .products-item-contents {
  margin-top: 20px;
  overflow: hidden;
}

.products-list02 .products-item-contents figure {
  float: left;
  width: 110px;
  margin-right: 12px;
  text-align: center;
}

.products-list02 .products-item-contents ul {
  list-style: none;
  overflow: hidden;
}

.products-list02 .products-item-contents ul li {
  position: relative;
  margin-top: 3px;
  padding-left: 10px;
  font-size: 12px;
}

.products-list02 .products-item-contents ul li:first-child {
  margin-top: 0;
}

.products-list02 .products-item-contents ul li::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  width: 4px;
  height: 4px;
  background: #66cccc;
}

.products-list02 .products-item-logo img {
/* 規定外サイズのロゴ画像への対応 */
max-height: 50px
}

.products-list03::after {
  display: block;
  clear: both;
  content: '';
}

.products-list03 .products-item {
  margin-top: 20px;
}

.products-list03 .products-item a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.products-list03 .products-item a:hover {
  opacity: .5;
}

.products-list03 .products-item a:hover img {
  opacity: 1;
}

.products-list03 .products-item-image img {
  width: 100%;
  pointer-events: none;
}

.products-list03 .products-item-title {
  padding: 10px;
  background: #FFF;
  font-weight: normal;
  text-align: center;
  font-size: 0.9rem;
}

.products-list04::after {
  display: block;
  clear: both;
  content: '';
}

.products-list04 .products-item {
  margin-top: 20px;
}

.products-list04 .products-item a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.products-list04 .products-item a:hover {
  opacity: .5;
}

.products-list04 .products-item a:hover img {
  opacity: 1;
}

.products-list04 .products-item-image img {
  width: 100%;
  pointer-events: none;
}

.products-list04 .products-item-text {
  padding: 10px 10px 0;
  word-break: break-all;
  text-align: center;
}

/* endsale-list */
.endsale-list {
  margin-top: 60px;
}

.endsale-list-title {
  border-bottom: 3px solid #55c6c6;
}

.endsale-list-title span {
  display: inline-block;
  padding: 5px 15px 3px;
  background: #55c6c6;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  vertical-align: bottom;
}

.endsale-list-contents {
  padding: 10px;
  background: #f9f9f9;
}

.endsale-item {
  margin-top: 20px;
  overflow: hidden;
}

.endsale-item:nth-child(1) {
  margin-top: 0;
}

.endsale-item-image {
  float: left;
  width: 110px;
  margin-right: 10px;
  text-align: center;
}

.endsale-item-text {
  overflow: hidden;
}

.endsale-item-text p {
  margin-top: 5px;
  font-size: 12px;
}

.endsale-item-title a {
  color: #003074;
  font-weight: normal;
}

/* contact-block */
.contact-block {
  margin-top: 60px;
}

.contact-block-title {
  margin-bottom: 1px;
  padding: 10px;
  background: #003074;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
}

.contact-block-contents {
  padding: 10px 10px 25px 10px;
  background: #f9f9f9;
  border-top: 3px solid #66cccc;
}

.contact-block-department {
  font-size: 15px;
  text-align: center;
}

.contact-block-inner {
  position: relative;
  margin-top: 10px;
}

.contact-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.contact-item {
  flex: 1;
}

.contact-block-tel {
  padding: 10px;
  font-size: 13px;
  list-style: none;
  text-align: center;
  /* background: #FFF; */
  width: 100%;
}

.contact-block-tel li.tel {
	font-size: 1.8rem;
	margin-bottom: 3px;
	color: #003074;
	font-weight: bold;
}

.contact-block-tel li.hour {
	font-size: 1rem;
	margin-top: 8px;
}

.contact-block-button {
  position: relative;
  display: inline-block;
  padding: 15px 0;
  letter-spacing: -0.5px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(to top, #FFAE08 0%, #FFCC33 100%);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  border-bottom: solid 3px #c58668;
  width: 100%;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin-top: 10px;
}

.contact-block-button:hover {
  transform: translateY(2px);
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #FFCC33 0%, #FFAE08 100%);
  border-image-slice: 1;
  opacity: .9;
}

.contact-block-button span {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  padding-left: 35px;
}

.contact-block-button span::before {
  position: absolute;
  left: 0;
  content: '';
  width: 25px;
  height: 23px;
  background: url(../images/common/icon_mail_01.png) 0 0 no-repeat;
  background-size: 25px 23px;
}


.contact-block-button2 {
  position: relative;
  display: inline-block;
  padding: 1.1em 0.6em;
  text-decoration: none;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(to top, #FFAE08 0%, #FFCC33 100%);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  border-bottom: solid 3px #c58668;
  width: 100%;
  margin-top: 60px;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}

.contact-block-button2.sample {
  background-image: linear-gradient(to top, #7B9733 0%, #9ec34b 100%);
  border-bottom: solid 3px #7B9733;
  padding: 0.6em;
}

.contact-block-button2:hover {
  transform: translateY(4px);
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #FFCC33 0%, #FFAE08 100%);
  border-image-slice: 1;
  opacity: .9;
}

.contact-block-button2.sample:hover {
  transform: translateY(4px);
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #9ec34b 0%, #7B9733 100%);
  border-image-slice: 1;
}

.contact-block-button2 span {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  padding-right: 30px;
}

.contact-block-button2::after {
  content: '';
  width: 30px;
  height: 30px;
  border: 0px;
  border-top: solid 5px #FFF;
  border-right: solid 5px #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc( 50% - 15px );
  right: 20px;
}


.contact-block-button2.flow {
  margin-top: 0;
  margin-bottom: 60px;
}

.contact-block-button2.flow2 {
  margin-top: 0;
  margin-bottom: 0;
}


.contact-block-button3 {
  position: relative;
  display: inline-block;
  padding: 1.1em 0.6em;
  text-decoration: none;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(to top, #FFAE08 0%, #FFCC33 100%);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  border-bottom: solid 3px #c58668;
  width: 100%;
  margin-top: 60px;
  margin-left: 0;
  margin-bottom: 60px;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}

.contact-block-button3.sample {
  background-image: linear-gradient(to top, #7B9733 0%, #9ec34b 100%);
  border-bottom: solid 3px #7B9733;
  padding: 0.6em;
}

.contact-block-button3:hover {
  transform: translateY(4px);
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #FFCC33 0%, #FFAE08 100%);
  border-image-slice: 1;
  opacity: .9;
}

.contact-block-button3.sample:hover {
  transform: translateY(4px);
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #9ec34b 0%, #7B9733 100%);
  border-image-slice: 1;
}

.contact-block-button3 span {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  padding-right: 30px;
}

.contact-block-button3::after {
  content: '';
  width: 30px;
  height: 30px;
  border: 0px;
  border-top: solid 5px #FFF;
  border-right: solid 5px #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc( 50% - 15px );
  right: 20px;
}


/* table01 */
.table01 {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  font-size: 13px;
}

.table01 th,
.table01 td {
  padding: 10px;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  word-break: break-all;
}

.table01 th {
  width: 100px;
  background: #F9F9F9;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #F9F9F9;
}

.table01 td {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #ffffff;
}

.table01 tr:nth-of-type(1) th, .table01 tr:nth-of-type(1) td {
  border-top: 1px solid #cccccc;
}

/* table02 */
.table02 {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  font-size: 13px;
}

.table02 th,
.table02 td {
  padding: 10px;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  word-break: break-all;
}

.table02 th {
  width: 100px;
  background: #F9F9F9;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #F9F9F9;
}

.table02 td {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #ffffff;
}

.table02 tr:nth-of-type(1) th, .table01 tr:nth-of-type(1) td {
  border-top: 1px solid #cccccc;
}


/* table03 */
.table03 {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  font-size: 13px;
  margin-top:
}

.table03 th,
.table03 td {
  padding: 10px;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  word-break: break-all;
}

.table03 th {
  width: 100px;
  background: #F9F9F9;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #F9F9F9;
}

.table03 td {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #ffffff;
}

.table03 tr:nth-of-type(1) th, .table01 tr:nth-of-type(1) td {
  border-top: 1px solid #cccccc;
}



/* side-block */
.side-block + .side-block {
  margin-top: 20px;
}

.side-block-title {
  padding: 10px;
  background: #003074;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.side-block-list {
  list-style: none;
  border-bottom: 1px solid #999999;
}

.side-block-list li {
  border-top: 1px solid #999999;
}

.side-block-list li:first-child {
  border-top: none;
}

.side-block-list li a {
  position: relative;
  display: block;
  padding: 10px 14px 10px 10px;
  background: #f9f9f9;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.side-block-list li a.is-current {
  background: #fff;
}

.side-block-list li a.is-current::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 4px;
  height: 100%;
  background: #66cccc;
}

.side-block-list li a:hover {
  background: #fff;
}

.side-block-list ul {
  list-style: none;
}

.side-block-list ul li {
  border-top: 1px dotted #999999;
}

.side-block-list ul li:first-child {
  border-top: 1px dotted #999999;
}

.side-block-list ul li a {
  padding: 10px 14px 10px 23px;
}

.side-block-list ul li a::before {
  position: absolute;
  top: 16px;
  left: 12px;
  content: '';
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid #66cccc;
}
.side-block-banner-list li{
  border: 1px solid #999
}
.side-block-banner-list li + li{
  margin-top: 15px;
}

.side-block-company .side-block-title {
  background: #66cccc;
}

.side-block-recruit .side-block-title {
  background: #66cccc;
}

/* lightbox */
.mfp-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
}

.mfp-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
  width: 100%;
  height: 100%;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 20px;
}

.mfp-container::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 2003;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  position: absolute;
  top: 50%;
  left: 8px;
  right: 8px;
  width: auto;
  z-index: 2002;
  margin-top: -0.8em;
  color: #ccc;
  text-align: center;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 2004;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #222;
  font-style: normal;
  font-size: 60px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: .5;
}

.mfp-close-btn-in .mfp-close {
  color: #222;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #222;
  text-align: right;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow::before, .mfp-arrow::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow::after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow::before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left::after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left::before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure::after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* 汎用mfpクラス用スタイル : aタグにクラス名を付与してください */
/* ズーム機能用 */
.js-zoom-img {
  position: relative;
  display: inline-block;
  cursor: zoom-in;
}

.zoom-img-border {
  border: #6cc solid 1px;
  padding: 5px;
}

/* 注釈表示用クラス */
.zoom-img-note::after {
  content: "クリックで拡大";
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #66cccc;
  color: #ffffff;
  font-size: 13px;
  padding: 2px 10px;
  pointer-events: none;
  text-align: right;
  min-width: 80px;
  font-weight: bold;
}

/* 画面幅650px以下なら「タップで拡大」 */
@media (max-width: 650px) {
  .zoom-img-note::after {
    content: "タップで拡大";
  }
}


/* misc */
.section-description {
  margin-top: 20px;
}

.list {
  list-style: none;
}

.list.square-list li {
  position: relative;
  padding-left: 15px;
}

.list.square-list li::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: '';
  width: 6px;
  height: 6px;
  background: #66cccc;
}

.arrow-link {
  position: relative;
  display: inline-block;
  padding-left: 13px;
}

.arrow-link::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: '';
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid #a7ca29;
}

.arrow-link a {
  color: #003074;
  text-decoration: underline;
}
.arrow-link a:hover {
  text-decoration: none;
}

/* header -------------------- */
.global-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 45px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }

.global-header-inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 10px 0;
}

.global-header .logo {
  width: 240px;
  height: auto;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 374px){
  .global-header .logo {
    width: 200px;
    height: auto;
  }
}

.global-header .header-nav {
  display: none;
}

/* footer -------------------- */
.footer-pagetop {
  display: block;
  width: 100px;
  height: 25px;
  margin: 60px auto 0;
  padding-top: 7px;
  background: #003074;
  font-size: 0;
  text-align: center;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.footer-pagetop:hover {
  opacity: .5;
}

.footer-pagetop:hover img {
  opacity: 1;
}

.footer-pagetop img {
  width: 18px;
  height: auto;
}

.global-footer .footer-logo {
  display: none;
}

.global-footer .footer-nav {
  background: #ddf1f1;
}

.global-footer .footer-nav ul li {
  border-top: 1px solid #fff;
}

.global-footer .footer-nav ul li:first-child {
  border-top: none;
}

.global-footer .footer-nav ul li a {
  display: block;
  padding: 12px 18px;
  font-size: 12px;
  text-decoration: none;
}

.global-footer .copyright {
  display: block;
  padding: 10px;
  background: #003074;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

/* global nav -------------------- */
.nav-mask {
  position: fixed;
  top: 140px;
  left: 0;
  z-index: 800;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.global-laptop-nav,
.global-laptop-nav-detail {
  display: none;
}

/* mobile */
.mobile-nav-trigger {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 32px;
  cursor: pointer;
}

.mobile-search-trigger {
  position: absolute;
  top: 12px;
  right: 70px;
  cursor: pointer;
}
.header-icon-search {
  width: 22px;
  height: 22px;
}

.drawer-nav {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  overflow: hidden;
  width: 270px;
  height: 100%;
  color: #fff;
  background: #003074;
}

.drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.drawer-open .drawer-overlay {
  opacity: 1;
  visibility: visible;
}

.drawer--left .drawer-nav {
  display: block;
  left: -270px;
  -webkit-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out;
}

.drawer--left.drawer-open .drawer-nav {
  left: 0;
}

.drawer--right .drawer-nav {
  display: block;
  right: -270px;
  -webkit-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out;
}

.drawer--right.drawer-open .drawer-nav {
  right: 0;
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

.global-mobile-nav-inner {
  padding: 10px;
}

.global-mobile-nav-inner .searchform {
  background: #FFFFFF;
  width: 100%;
  margin: 15px auto;
}

.global-mobile-nav-inner .searchform input[type="text"] {
  padding: 5px;
}

.global-mobile-nav ul {
  margin: 10px 0;
  border-top: 1px dotted #fff;
}

.global-mobile-nav ul li {
  border-bottom: 1px dotted #fff;
}

.global-mobile-nav ul li.is-open {
  border-bottom: 1px dotted transparent;
}

.global-mobile-nav ul li a,
.global-mobile-nav ul li .mobile-nav-label {
  display: block;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
}

.global-mobile-nav ul li .mobile-nav-label {
  position: relative;
  cursor: pointer;
}

.global-mobile-nav ul li .mobile-nav-label::before, .global-mobile-nav ul li .mobile-nav-label::after {
  position: absolute;
  top: 15px;
  right: 0;
  content: '';
  width: 13px;
  height: 13px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.global-mobile-nav ul li .mobile-nav-label::before {
  background-image: url(../images/common/icon_mobile-nav-open.png);
}

.global-mobile-nav ul li .mobile-nav-label::after {
  background-image: url(../images/common/icon_mobile-nav-close.png);
  opacity: 0;
  visibility: hidden;
}

.global-mobile-nav ul li .mobile-nav-label.is-open::before {
  opacity: 0;
  visibility: hidden;
}

.global-mobile-nav ul li .mobile-nav-label.is-open::after {
  opacity: 1;
  visibility: visible;
}

.global-mobile-nav ul ul {
  margin: 0;
  border-top: none;
  background: #fff;
}

.global-mobile-nav ul ul li {
  border-top: 1px dotted #003074;
}

.global-mobile-nav ul ul li:first-child {
  border-top: none;
}

.global-mobile-nav ul ul li a {
  padding: 10px 8px;
  color: #003074;
}

.mobile-nav-close-top,
.mobile-nav-close-bottom {
  text-align: right;
}

.mobile-nav-close {
  width: 63px;
  cursor: pointer;
}



/* WP pager style
=====================================================================*/
.wp-pagenavi {
  text-align: center;
  font-weight: 700;
  color: #66cccc;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  justify-content: center;
}

.wp-pagenavi a {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  /*margin: 5px;*/
  padding: 7px 10px;
  border: 1px solid #66cccc;
  background: #66cccc;
  color: #FFF;
}
.wp-pagenavi a:hover {
  border: 1px solid #66cccc;
  background: none;
  color: #66cccc;
}

.wp-pagenavi span.current {
  display: inline-block;
  line-height: 1;
  margin: 0 2px;
  padding: 7px 10px;
  border: 1px solid #66cccc;
}
.wp_detail_page a{
  padding: 12px 25px;
}
.wp-pagenavi__prev,
.wp-pagenavi__next{
	width:calc(50% - 10px);
}
.wp-pagenavi__prev{
	float:left;
	content: "前の記事" ;
}
.wp-pagenavi__next{
	float:right;
}
.wp-pagenavi__back{
	/*width:calc(100% - 10px);*/
	width:100%;
}



/* 製品ページ　ムービー　youtubeロゴエリア
=====================================================================*/

.youtube-logo {
    position: relative;
	text-align: right;
    padding-top: 5px;
}

.youtube-logo h3 {
	text-align: left;
}

.youtube-logo img {
    position: absolute;
    right: 5px;
    top: 0;
}



@media screen and (min-width: 320px){
	.youtube-logo img {
	}

}




@media screen and (min-width: 767px){
	.wp_detail_page{
		display: flex;
		flex-direction: row;
		width:436px;
		margin:50px auto;
	}
  .wp-pagenavi {
    gap: unset;
    justify-content: center;
  }
	.wp-pagenavi__prev{
	  -ms-flex-order:1;
	  -webkit-order:1;
	  order:1;
	}
	.wp-pagenavi__back{
	  -ms-flex-order:2;
	  -webkit-order:2;
	  order:2;
	}
	.wp-pagenavi__next{
	  -ms-flex-order:3;
	  -webkit-order:3;
	  order:3;
	}
	.wp-pagenavi__prev,
	.wp-pagenavi__next{
		width:auto;
	}
	.wp-pagenavi__prev{
		float:none;
	}
	.wp-pagenavi__next{
		float:none;
		margin:0 !important;
	}
	.wp-pagenavi__back{
		width:auto;
	}
	.wp_detail_page a{
		padding:7px 25px;
		margin:0 20px 0 0;
	}

}



/* tablet */

/* laptop */

@media screen and (min-width: 600px){
  .page-title-text{
    /*font-size: 30px;*/
    font-size: 28px;
    line-height: 1.2;
  }
  .page-title-text2{
    font-size: 30px;
    line-height: 1.2;
  }
  .page-title-text3{
    font-size: 30px;
    line-height: 1.2;
    padding: 0 280px 0 15px;
  }



  .page-title-text .page-title-main-text {
    display: block;
    line-height: 1.4;
  }
  .page-title-text .page-title-sub-text {
    font-size: 12px;
  }


  .products-list03 .products-item{
/*     float: left;
    width: 48.75%;
    margin: 20px 0 0 2.5%; */
  }
  .products-list03 .products-item:nth-child(odd){
/*     clear: left;
    margin-left: 0; */
  }

  .products-list04 .products-item{
    float: left;
    width: 48.75%;
    margin: 20px 0 0 2.5%;
  }
  .products-list04 .products-item:nth-child(odd){
    clear: left;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px){
  .page-title{
    height: 180px;
    padding-top: 0;
  }
  .section + .section{
    margin-top: 40px;
  }
  .section-title01{
    padding: 50px 0 40px;
  }
  .section-title01::before{
    width: 320px;
    height: 10px;
  }
  .section-title02{
    padding: 0 3px 10px;
    border-bottom: 4px solid #eaeaea;
    font-size: 25px;
  }
  .section-title02::after{
    bottom: -4px;
    height: 4px;
  }
  .section-title03{
    padding: 0 15px;
    font-size: 23px;
  }
  .section-title04{
    padding: 0 3px 10px;
    border-bottom: 4px solid #eaeaea;
  }
  .section-title04::after{
    bottom: -4px;
    height: 4px;
  }
  .breadcrumbs{
    padding: 10px 0;
  }
  .button{
    min-width: inherit;
    font-size: 14px;
  }
  .button-primary{
    padding: 12px 15px 12px 30px;
  }
  .button-primary::before{
    top: 13px;
    left: 13px;
    width: 8px;
    height: 13px;
    background-size: 8px 13px;
  }
  .button-secondary{
    padding: 12px 40px;
  }
  .button-secondary span{
    padding-left: 17px;
  }
  .button-secondary span::before{
    top: 2px;
    left: 0;
    width: 8px;
    height: 13px;
    background-size: 8px 13px;
  }
  .pagination{
    margin-top: 80px;
  }
  .products-list01 .products-item{
    float: left;
    width: 48.5%;
    margin: 30px 0 0 3%;
  }
  .products-list01 .products-item:nth-child(odd){
    clear: left;
    margin-left: 0;
  }
  .products-list01 .products-item a{
    padding: 20px;
  }
  .products-list01 .products-item-title{
    font-size: 20px;
  }
  .products-list01 .products-item-image{
    margin: 20px 0;
    height: 180px;
  }
  .products-list02 .products-item{
    float: left;
    width: 48.75%;
    margin: 30px 0 0 2.5%;
  }
  .products-list02 .products-item:nth-child(odd){
    clear: left;
    margin-left: 0;
  }
  .products-list02 .products-item-header{
    padding: 7px 10px;
	margin-bottom: 5px;
  }
  .products-list02 .products-item-logo{
    margin-top: 0px;
  }
  .products-list02 .products-item-logo p{
    text-align: center;
	padding: 5px 10px;
	background: #FFF;
  }
  .products-list02 .products-item-copy{
    margin-top: 20px;
    padding: 0 10px;
    text-align: center;
  }
  .products-list02 .products-item-copy-text{
    display: inline-block;
  }
  .products-list02 .products-item-contents ul{
    padding-top: 0px;
  }
  .products-list02 .products-item-contents ul li{
    font-size: 14px;
  }
  .products-list02 .products-item-contents ul li::before{
    top: 7px;
  }

  .products-list03 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 25px; /* 行間 列間 */
    margin-top: 20px;
  }

  .products-list03 .products-item {
    width: 100%;
    margin: 0;
  }
/*   .products-list03 .products-item{
    width: 31.5%;
    margin: 25px 0 0 2.75%;
  }
  .products-list03 .products-item:nth-child(odd){
    clear: none;
    margin-left: 2.75%;
  }
  .products-list03 .products-item:nth-child(3n+1){
    clear: left;
    margin-left: 0;
  } */
  .products-list04 .products-item{
    width: 31.5%;
    margin: 25px 0 0 2.75%;
  }
  .products-list04 .products-item:nth-child(odd){
    clear: none;
    margin-left: 2.75%;
  }
  .products-list04 .products-item:nth-child(3n+1){
    clear: left;
    margin-left: 0;
  }
  .endsale-list{
    margin-top: 120px;
  }
  .endsale-list-title{
    border-bottom: 5px solid #55c6c6;
  }
  .endsale-list-title span{
    display: inline-block;
    padding: 6px 20px 3px;
    font-size: 15px;
  }
  .endsale-list-contents{
    padding: 20px 15px;
    overflow: hidden;
  }
  .endsale-item{
    float: left;
    width: 48.75%;
    margin: 20px 0 0 2.5%;
  }
  .endsale-item:nth-child(odd){
    clear: left;
    margin-left: 0;
  }
  .endsale-item:nth-child(-n+2){
    margin-top: 0;
  }
  .contact-block{
    margin-top: 80px;
  }

  .contact-flex{
    display: flex;
    flex-direction: row;
    gap: 0px;
  }

  .contact-block-title{
    padding: 12px 10px;
    font-size: 22px;
  }
  .contact-block-title br{
    display: none;
  }
  .contact-block-contents{
    padding: 20px 30px 30px 20px;
    border-top: 5px solid #66cccc;
  }
  .contact-block-department{
    font-size: 22px;
	text-align:left;
  }
  .contact-block-tel{
    padding: 10px;
    font-size: 19px;
    width: 330px;
/* 	background: #f9f9f9; */
  }
    .contact-block-button {
      /* position: absolute;
      top: 0;
      right: 0;
      width: 350px;
      height: 100%;
    	margin-top: -2px;
      letter-spacing: 0.5px; */
      height: 75px;
  }
  .contact-block-button span{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-left: 45px;
    font-size: 20px;
    white-space: nowrap;
  }
  .contact-block-button span::before{
    width: 32px;
    height: 30px;
    background-size: 32px 30px;
  }


/*立体グラデデザインのボタン*/
  .contact-block-button2 {
	padding: 0.6em;
	font-size: 2.2em;
	width: 100%;
	margin-left: 5%;
	width: 90%;
  }
  .contact-block-button2.sample {
	padding: 0.8em;
	font-size: 2.0em;
  }
  .contact-block-button2.sample br {
	  display: none;
  }

  .contact-block-button2 span {
	  padding-right: 10px;
  }
  .contact-block-button2::after {
	width: 40px;
	height: 40px;
	top: calc( 50% - 20px );
	right: 20px;
  }
  .contact-block-button2.flow {
    margin-top: 0;
    margin-left: 5%;
  }

  .contact-block-button2.flow2 {
    margin-top: 20px;
    margin-left: 5%;
    margin-bottom: 20px;
  }

  .contact-block-button3 {
	padding: 0.6em;
	font-size: 2.2em;
	width: 100%;
	margin-left: 5%;
	width: 70%;
    text-align: center;
  }
  .contact-block-button3.sample {
	padding: 0.8em;
	font-size: 2.0em;
  }
  .contact-block-button3.sample br {
	  display: none;
  }

  .contact-block-button3 span {
	  padding-right: 10px;
  }
  .contact-block-button3::after {
	width: 40px;
	height: 40px;
	top: calc( 50% - 20px );
	right: 20px;
  }






  /*table01*/
  .table01{
    font-size: 14px;
  }
  .table01 th,
  .table01 td{
    padding: 15px;
  }
  .table01 th{
    width: 200px;
  }


  /*table02*/
　.table02{
    font-size: 14px;
  }
  .table02 th,
  .table02 td{
    padding: 15px;
  }
  .table02 th{
    width: 300px;
  }

  /*table03*/
　.table03{
    font-size: 14px;
  }
  .table03 th,
  .table03 td{
    padding: 15px;
  }
  .table03 th{
    width: 150px;
  }


  .side-block + .side-block{
    margin-top: 30px;
  }
  .side-block-title{
    font-size: 15px;
  }
  .side-block-list li a{
    padding: 15px 14px 15px 10px;
  }
  .side-block-list ul li a{
    padding: 15px 14px 15px 23px;
  }
  .side-block-list ul li a::before{
    top: 22px;
  }
  .global-header{
    height: 90px;
  }
  .global-header-inner{
    max-width: 1150px;
    /*padding: 12px 15px 0;*/
    padding: 25px 15px 0;
  }
  .global-header .logo{
    width: 34%;
  }
  .footer-pagetop{
    margin: 120px auto 0;
    height: 50px;
    padding-top: 14px;
  }
  .footer-pagetop img{
    width: auto;
  }
  .global-footer{
    background: #f5f5f5;
    border-top: 2px solid #efefef;
  }
  .global-footer-inner{
    position: relative;
    max-width: 1150px;
    margin: 0 auto;
    padding: 20px 15px;
  }
  .global-footer .footer-logo{
    display: block;
  }
  .global-footer .footer-nav{
    position: absolute;
    top: 35px;
    right: 15px;
    background: none;
  }
  .global-footer .footer-nav ul li{
    display: inline-block;
    margin-left: 30px;
    border-top: none;
  }
  .global-footer .footer-nav ul li:first-child{
    margin-left: 0;
    border-top: none;
  }
  .global-footer .footer-nav ul li a{
    display: inline-block;
    padding: 0;
  }
  .global-footer .footer-nav ul li a:hover{
    text-decoration: underline;
  }
  .global-footer .copyright{
    padding: 15px;
  }
  .global-footer .copyright br{
    display: none;
  }
  .mobile-nav-trigger{
    top: 23px;
    right: 15px;
    width: 51px;
  }
  .header-icon-search {
    width: 30px;
    height: 30px;
  }
  .mobile-search-trigger{
    top: 35px;
    right: 110px;
    width: 30px;
  }

  .drawer-nav{
    width: 320px;
  }
  .drawer--left .drawer-nav{
    left: -320px;
  }
  .drawer--right .drawer-nav{
    right: -320px;
  }
  .global-mobile-nav-inner{
    padding: 15px;
  }
  .global-mobile-nav ul{
    margin: 15px 0;
  }
  .mobile-nav-close{
    width: 76px;
  }
}

@media screen and (min-width: 1100px){
  .page-title-text3{
   padding: 0 280px 0 15px;
  }

  .single-main{
    margin: 40px auto 0;
  }
  .column-wrapper{
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
  .column-wrapper::after{
    /* display: block;
    clear: both;
    content: ''; */
  }
  .column-wrapper.-lp_thanks {
    margin: 180px auto 0;
  }

  .column-main{
    float: left;
    width: 780px;
  }
  .column-main.flow {
    float: none;
    width: 1000px;
  }
  .column-side{
    /* float: right;
    width: 200px; */
    margin-top: 0;
    flex: 200px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .global-header .header-nav{
    display: block;
  }
  .global-header .header-nav ul{
    position: absolute;
    top: 54px;
    /*right: 15px;*/
    right: 320px;
  }
  .global-header .header-nav ul li{
    display: inline-block;
    font-size: 12px;
    /*margin-left: 20px;*/
    margin-left: 10px;
  }
  .global-header .header-nav ul li a{
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .global-header .header-nav ul li a.is-current, .global-header .header-nav ul li a:hover{
    opacity: .3;
  }
  .global-header .header-nav ul.head li .header-nav-1861{
    position: absolute;
    top: 5px;
	right: 215px;
    display: inline-block;
  }


  .global-header .header-nav ul.head li .header-nav-contact{
    position: absolute;
    top: 3px;
    right: 0px;
    display: inline-block;
    padding: 10px 30px;
	width: 200px;
    background: #003074;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	margin-left: 20px;
  }

  /* 電話番号部分スタイル */
   .global-header .header-nav ul.head li.header-nav-tel {
    position: absolute;
    top: 0px;
    right: 220px;
    width: 340px; /* 必要に応じて調整 */
    display: flex;
    align-items: center;
    font-size: 21px;
    color: #003074;
    font-weight: bold;
  }
  .global-header .header-nav ul.head li.header-nav-tel .tel-info {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  .global-header .header-nav ul.head li.header-nav-tel .tel-text {
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    height: 30px; /* 2行×21px */
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 150px;
  }
  .global-header .header-nav ul.head li.header-nav-tel .tel-main {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .global-header .header-nav ul.head li.header-nav-tel .tel-icon {
    font-size: 22px;
    color: #003074;
    display: flex;
    align-items: center;
  }
  .global-header .header-nav ul.head li.header-nav-tel .tel-number {
    font-size: 21px;
    font-weight: bold;
    color: #003074;
    white-space: nowrap;
  }

  .global-header .header-nav .header-nav-contact.is-current, .global-header .header-nav .header-nav-contact:hover{
    opacity: .5;
  }

  .global-header .header-nav ul.head{
    position: absolute;
    top: 5px;
    /*right: 15px;*/
    right: 0;
  }

  .global-header .button-english a {
    padding: 2px 20px;
    background: #f2f2f3;
  }




.global-mobile-nav,
  .mobile-nav-trigger{
    display: none;
  }
  .global-laptop-nav{
    position: fixed;
    top: 90px;
    left: 0;
    z-index: 1000;
    display: block;
    width: 100%;
    background: rgba(248, 248, 248, 0.8);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .global-laptop-nav-inner{
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .laptop-nav-list{
    display: flex;
    width: 100%;
    font-size: 0;
    overflow: hidden;
  }
  .laptop-nav-list li{
    position: relative;
    display: block;
    vertical-align: middle;
    text-align: center;
    text-shadow: 1px 2px 2px #FFFFFF;
    color: #000;
    flex: 1;
  }
  .laptop-nav-list li::after{
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 1px;
    height: 30px;
    background: #fff;
  }
  .laptop-nav-list li:hover + li::after{
    display: none;
  }
  .laptop-nav-list li.js-current-li + li::after{
    display: none;
  }
  .laptop-nav-list li a{
    display: block;
    height: 50px;
    /*padding: 17px 35px 0;*/
    padding: 17px 20px 0;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.2;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .laptop-nav-list li a.is-current, .laptop-nav-list li a.is-detail-show, .laptop-nav-list li a:hover{
    background: #fff;
  }
  .laptop-nav-list li:first-child a{
    padding: 17px 5px 0;
  }

  }
  .laptop-nav-list li:last-child a::before{
    position: absolute;
    top: 10px;
    right: 0;
    content: '';
    width: 1px;
    height: 30px;
    background: #fff;
  }
  .global-laptop-nav-detail{
    position: fixed;
    top: 140px;
    /*left: 0;*/
    /* left: calc( 50% - 500px ); */
    left: calc( 50% - (1120px /2) );  /* コンテンツ幅を1120pxに変更した場合 */
    z-index: 1000;
    display: block;
    /*width: 100%;*/
    width: 1120px;
    /* background: rgba(255, 255, 255, 0.6); */
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .global-laptop-nav-detail.is-show{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .global-laptop-nav-detail-inner.nav-company-contents {
    width: 100%;
    margin: 0 auto;
    /*padding: 30px 0;*/
    padding: 10px 0 30px 0;
    background: #fff;
    display: flex;           /* Flexboxで横並び */
    gap: 30px;               /* カラム間の余白 */
    box-sizing: border-box;
  }

  .global-laptop-nav-detail-inner.nav-support-contents {
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px 30px 20px;
    background: #fff;
    display: flex;
    /* ←追加 */
    gap: 40px;
    /* ←カラム間の余白 */
    box-sizing: border-box;
  }

    .global-laptop-nav-detail-inner.nav-usage-contents {
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px 30px 20px;
    background: #fff;
    box-sizing: border-box;
  }

.global-laptop-nav-detail-inner.nav-usage-contents ul {
  list-style: none;
  font-size: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 20px;
  margin: 0;
  gap: 20px;
  text-align: center;
}

.global-laptop-nav-detail-inner.nav-usage-contents ul li {
  max-width: 80px;
}

  .global-laptop-nav-detail-inner.nav-recruit-contents {
    width: 100%;
    margin: 0 auto;
    /*padding: 30px 0;*/
    padding: 10px 0 30px 0;
    background: #fff;
    overflow: hidden;
  }

.global-laptop-nav-detail-inner.nav-printer-contents {
  width: 100%;
  padding: 10px 20px 30px 20px;
  background: #fff;
  display: flex;
  gap: 30px;
  box-sizing: border-box;
  max-height: 100vh;
  overflow-y: auto;
}

/* カラム（nav-products-list）はflexの子として均等配置 */
.nav-products-list {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

/* 各製品ブロック */
.nav-products-item {
  background: none;
  margin: 0;
  padding: 0 0 12px 0;
}

/* タイトル部分 */
.nav-products-item-title {
  padding-bottom: 10px;
}
.nav-products-item-title a {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: .2s;
}
.nav-products-item-title a:hover {
  opacity: .6;
}
.nav-products-item-title .image {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
}
.nav-products-item-title .image img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 4px;
}
.nav-products-item-title .text {
  padding-left: 18px;
  font-weight: bold;
  font-size: 15px;
}

/* サブタイトル */
.nav-products-item-subtitle {
  margin-top: 10px;
  font-size: 14px;
}
.nav-products-item-subtitle a {
  font-weight: bold;
  text-decoration: none;
  color: #66cccc;
  transition: .2s;
}
.nav-products-item-subtitle a:hover {
  opacity: .6;
}

/* 製品リスト */
.nav-products-item ul {
  padding-top: 5px;
  list-style: none;
  margin: 0;
}
.nav-products-item ul li {
  margin-top: 7px;
  padding-left: 12px;
  font-size: 14px;
  position: relative;
}
.nav-products-item ul li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  /* background: #66cccc; */
  border-radius: 50%;
}
.nav-products-item ul li a {
  text-decoration: none;
  color: #222;
  transition: .2s;
}
.nav-products-item ul li a:hover {
  opacity: .6;
}

.nav-products-list--col1{
  flex: 200px;
}

.nav-products-list--col1 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-products-list--col1 ul li {
  /* margin-bottom: 5px; */
}
.nav-products-list--col1 ul li a {
  display: block;
  padding: 4px 0;
  line-height: 1.3;
  font-size: 15px;
}


/* レスポンシブ例（タブレット以下で縦並び） */
@media (max-width: 900px) {
  .global-laptop-nav-detail-inner.nav-printer-contents {
    flex-direction: column;
    gap: 15px;
    padding: 10px 10px 20px 10px;
  }
}

  .nav-printer-contents .nav-products-item-title{
    border-bottom: 5px solid #66cccc;
  }
  .nav-printer-contents .nav-products-item-title .image{
    width: 62px;
  }
  .nav-printer-contents .nav-products-item-title .text{
    padding-left: 10px;
  }
  .nav-printer-contents .nav-products-item-title .text span::after{
    border-left: 7px solid #66cccc;
  }
  .nav-printer-contents .nav-products-item ul li::before{
    border-left: 5px solid #66cccc;
  }
.nav-printer-contents .left-area {
  flex: 1 1 485px;         /* 左カラムは伸縮OK、ベースは485px */
  min-width: 300px;        /* 最小幅の指定（必要に応じて調整） */
}
  .nav-printer-contents .left-area .nav-products-item{
    width: 100%;
    margin: 0;
  }
  .nav-printer-contents .left-area .nav-products-item ul{
    overflow: hidden;
  }
  .nav-printer-contents .left-area .nav-products-item ul li {
    flex: 0 0 225px;         /* 1アイテムの幅 */
    margin: 0;               /* 余白はgapで管理 */
  }

  .nav-printer-contents .left-area .nav-products-item ul li:nth-child(odd){
    clear: left;
    margin-right: 20px;
  }
  .nav-printer-contents .right-area {
    flex: 0 0 250px;         /* 右カラムは固定幅250px */
    margin-right: 0;         /* float時の余白は不要 */
    display: flex;
    flex-direction: column;  /* 右カラム内は縦並び */
    gap: 30px;               /* アイテム間の余白 */
  }
  .nav-printer-contents .right-area .nav-products-item{
    width: 210px;
    margin: 0;               /* 余白はgapで管理 */
  }
  .nav-printer-contents .right-area .nav-products-item:nth-child(-n+3){
    clear: left;
    margin-top: 0;
    margin-left: 0;
  }
  .nav-printer-contents .right-area .nav-products-item:nth-child(3n+1){
    clear: left;
    margin-top: 0;
    margin-left: 0;
  }
  .nav-printer-contents .right-area .nav-products-item:nth-child(-n+2){
    clear: left;
    margin-top: 0;
    margin-left: 0;
  }
  .nav-printer-contents .right-area .nav-products-item:nth-child(2n+1){
    clear: left;
    margin-top: 0;
    margin-left: 0;
  }
  .nav-bib-contents .nav-products-item-title{
    border-bottom: 5px solid #6696c6;
  }
  .nav-bib-contents .nav-products-item-title .image{
    width: 68px;
  }
  .nav-bib-contents .nav-products-item-title .text span::after{
    border-left: 7px solid #6696c6;
  }
  .nav-bib-contents .nav-products-item ul li::before{
    border-left: 5px solid #6696c6;
  }
  .nav-inspection-contents .nav-products-item-title{
    border-bottom: 5px solid #73c4ef;
  }
  .nav-inspection-contents .nav-products-item-title .image{
    width: 57px;
  }
  .nav-inspection-contents .nav-products-item-title .text span::after{
    border-left: 7px solid #73c4ef;
  }
  .nav-inspection-contents .nav-products-item ul li::before{
    border-left: 5px solid #73c4ef;
  }
  .nav-beer-contents .nav-products-item-title{
    border-bottom: 5px solid #dbab04;
  }
  .nav-beer-contents .nav-products-item-title .image{
    width: 88px;
  }
  .nav-beer-contents .nav-products-item-title .text span::after{
    border-left: 7px solid #dbab04;
  }
  .nav-beer-contents .nav-products-item ul li::before{
    border-left: 5px solid #dbab04;
  }
  .nav-container-contents .nav-products-item-title{
    border-bottom: 5px solid #99CC00;
  }
  .nav-container-contents .nav-products-item-title .image{
    width: 73px;
  }
  .nav-container-contents .nav-products-item-title .text span::after{
    border-left: 7px solid #99CC00;
  }
  .nav-container-contents .nav-products-item ul li::before{
    border-left: 5px solid #99CC00;
  }
  .nav-company-contents img{
    float: left;
  }
  .nav-company-contents ul{
   /*margin-top: -10px;*/
    overflow: hidden;
	  padding-left: 100px;
  }
  .nav-company-contents ul li{
    position: relative;
    float: left;
    width: 180px;
    margin: 10px 0 0 0;
    padding-left: 12px;
  }
  .nav-company-contents ul li.center{
    width: 230px;
    margin: 10px 0 0 0;
    padding-left: 12px;
  }

  .nav-company-contents ul li.right{
    width: 110px;
  }
  .nav-company-contents ul li.title-long{
    width: 250px;
  }

  .nav-company-contents ul li:nth-child(5n+1){
    clear: left;
  }
  .nav-company-contents ul li::before{
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid #66cccc;
  }
  .nav-company-contents ul li a{
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .nav-company-contents ul li a:hover{
    opacity: .5;
  }


  .nav-recruit-contents ul{
   /*margin-top: -10px;*/
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
  }
  .nav-recruit-contents ul li{
    position: relative;
    width: 150px;
    margin: 10px 0 0 0;
    padding-left: 12px;
  }
  .nav-recruit-contents ul li::before{
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid #66cccc;
  }
  .nav-recruit-contents ul li a{
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .nav-recruit-contents ul li a:hover{
    opacity: .5;
  }


  .nav-support-contents ul{
    overflow: hidden;
  }
  .nav-support-contents ul li{
    position: relative;
    float: left;
    width: 50%;
    margin: 10px 0 0 0;
    padding-left: 12px;
  }

  .nav-support-contents ul li::before{
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid #66cccc;
  }
  .nav-support-contents ul li a{
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .nav-support-contents ul li a:hover{
    opacity: .5;
  }


.nav-support-contents .left-area,
.nav-support-contents .right-area {
  width: 0;                /* ←一旦リセット */
  flex: 1 1 0;             /* ←左右均等に広げる */
  min-width: 0;            /* ←はみ出し防止 */
}


  .nav-support-list{
    overflow: hidden;
  }
  .nav-support-item{
    float: left;
    width: 400px;
    /*margin: 30px 0 0 30px;*/
    margin: 0 0 0 30px;
  }
  .nav-support-item-title{
    padding-bottom: 10px;
  }
  .nav-support-item-title .text{
    font-weight: bold;
  }
  .nav-support-item-title .text span{
    position: relative;
    display: inline-block;
    padding-right: 24px;
    line-height: 1.3;
  }
  .nav-support-item-title .text span::after{
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 7px solid transparent;
  }

  .nav-support-contents .nav-support-item-title {
      border-bottom: 5px solid #66cccc;
  }

  .nav-usage-contents ul li a {
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }

  .nav-usage-item-title{
    padding-bottom: 10px;
  }
  .nav-usage-item-title .text{
    font-weight: bold;
  }
  .nav-usage-item-title .text span{
    position: relative;
    display: inline-block;
    padding-right: 24px;
    line-height: 1.3;
  }
  .nav-usage-item-title .text span::after{
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 7px solid transparent;
  }

  .nav-usage-contents .nav-usage-item-title {
      border-bottom: 5px solid #66cccc;
  }


  .nav-mask.is-show{
    opacity: 1;
    visibility: visible;
  }
  .js-scroll .global-laptop-nav{
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    background: #ddf1f1;
  }
/*}*/



@media screen and (max-width: 768px) and (orientation: landscape), screen and (max-height: 300px){
  .mfp-img-mobile .mfp-image-holder{
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img{
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after{
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small{
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar{
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty{
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter{
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close{
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

.text_blue {
	color: #003399;
}

.text_red {
	color: #f00;
}
.text_gray {
	color: #6d6d6d;
}

.text_highlighter {
    background: linear-gradient(transparent 0%, #e8f7f7 0%);
    margin-right: 3px;
    padding: 3px;
	font-weight: bold;
}

.text_bold {
  font-weight: 600;
}

.mt10 {
    margin-top: 10px;
}
.mt30 {
    margin-top: 30px;
}
.mt50 {
    margin-top: 50px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px !important;
}

.ml20 {
    margin-left: 30px;
}

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

.center {
	text-align: center;
}



h4.circle {
  position: relative;/*相対位置*/
  padding-left: 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: black;/*文字色*/
  margin-bottom: 30px;
  font-size: 18px;
}

h4.circle:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f111";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1.2em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: -0.1em;/*アイコンの位置*/
}

h4.circle.brother {
  margin-top: 50px;
}


h4.circle.domino:before {
  color: #66CCCC;
}
h4.circle.brother:before {
  color: #003074;
}

h5.ribbon01 {
  position: relative;
  padding: 0.5em;
  background: #a6d3c8;
  color: #FFF;
  margin-bottom: 10px;
  font-size: 16px;
}

h5.ribbon01::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 5px transparent;
  border-right: solid 10px rgb(149, 158, 155);
}

h5.ribbon02 {
  position: relative;
  padding: 0.5em;
  background: #959e9b;
  color: #FFF;
  margin-bottom: 10px;
  font-size: 16px;
}

h5.ribbon02::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 5px transparent;
  border-right: solid 10px rgb(34, 34, 34);
}


@media screen and (min-width: 768px){

	h4.circle.brother {
	  margin-top: 0;
	}

	h5.ribbon01 {
	  font-size: 18px;
	}

	h5.ribbon02 {
	  font-size: 18px;
	}

}


@media screen and (min-width: 1100px){
  .global-laptop-nav-detail-close {
    margin: 1rem 2rem 2rem 1rem;
    text-align: center;
    cursor: pointer;
  }
  .global-laptop-nav-detail-close span {
    padding: 5px 10px;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 0.8rem;
    background: #cccccc;
  }


  .global-laptop-nav-detail-close:hover {
    opacity: .6;
    transition: .3s ease;
  }
}

.breadcrumb-no-link {
	color: #333;               /* リンクカラーではなく通常テキスト色 */
	text-decoration: none;     /* 下線を消す */
	pointer-events: none;      /* クリックできないようにする（任意） */
	cursor: default;           /* マウスカーソルを通常にする */
}


/*202504検索窓設置*/
/* 初期状態では非表示 */
/* 検索バー全体 */
.search-bar {
  position: absolute;
  background: #003366; /* 濃い青 */
  padding: 10px;
  z-index: 9999; /* .drawer-overlay より上に！ */
  display: none;
}

/* 検索バーオーバーレイ */
.search-overlay {
  display: none;
  position: fixed;
  top: 45px; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9990; /* .search-bar より下、.drawer-overlay より上に！ */
}

.search-bar-inner {
  display: flex;
  justify-content: center;
}

/*.search-form {
  display: flex;
  align-items: center;
  gap: 8px;
}

.search-form input {
  flex: 1;
  padding: 8px;
  border: none;
  border-radius: 4px;
}

.search-submit {
  background-color: white;
  border: none;
  padding: 8px;
  border-radius: 4px;
}*/


.search-bar-inner .searchform {
  background: #FFFFFF;
  width: 100%;
  margin: 10px auto;
}

.search-bar-inner .search-close {
  background: none;
  color: white;
  border: none;
  font-weight: bold;
  font-size: 2em;
  margin-left: 10px;
}

/* 表示時 */
.search-bar.is-open {
  display: block;
}

@media screen and (max-width: 767px) {
  .search-bar {
    width: 100%;
    top: 45px;
    left: 0;
  }
  .search-overlay {
    top: 45px; left: 0; right: 0; bottom: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1047px) {
  .search-bar {
    width: 100%;
    top: 90px;
    left: 0;
  }
  .search-overlay {
    top: 90px; left: 0; right: 0; bottom: 0;
  }
}

/* PCでは常時表示（スタイル上書き） */
@media screen and (min-width: 1100px) {
  .mobile-search-trigger,
  .search-close {
    display: none;
  }

  .search-bar {
    display: block !important;
    background: transparent;
    padding: 0;
    position: absolute;
    right: 0;
    top: 48px;
   }

   .search-bar-inner .searchform {
    margin: 0 auto;
  }
  /*.search-form {
    justify-content: flex-end;
  }*/
}

/* タブタイトルのスタイル */
.custom-tabs__titles {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 8px;
}
.custom-tabs__title-item {
  cursor: pointer;
  padding: 0.5em 1.5em;
  border-bottom: 2px solid transparent;
  background: #f5f5f5;
  border-radius: 6px 6px 0 0;
  transition: border .2s;
}
.custom-tabs__title-item--active {
  border-bottom: 3px solid #003074;
  background: #fff;
  font-weight: bold;
}

/* タブ内容の表示切替 */
.custom-tabs__content {
  display: none;
}
.custom-tabs__content--active {
  display: block;
}

