@charset "utf-8";

/*normalize*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
* Correct `inline-block` display not defined in IE 8/9.
*/
audio,
canvas,
video {
  display: inline-block;
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9.
* Hide the `template` element in IE, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}

/* ==========================================================================
Base
========================================================================== */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
}

/* ==========================================================================
Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background: transparent;
  outline: none;
}

/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: none;
}

a:focus-visible {
  outline: 2px dotted #333;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
Typography
========================================================================== */
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
b,
strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari 5 and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/**
* Correct font family set oddly in Safari 5 and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
* Improve readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre-wrap;
}

/**
* Set consistent quote types.
*/
q {
  quotes: "\201C""\201D""\2018""\2019";
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9.
*/
img {
  border: 0;
}

/**
* Correct overflow displayed oddly in IE 9.
*/
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
Figures
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari 5.
*/
figure {
  margin: 0;
}

/* ==========================================================================
Forms
========================================================================== */
/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button,
input {
  line-height: normal;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
button,
select {
  text-transform: none;
}

select {
  width: 100%;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

h1.product_title.entry-title + button {
  color: #fff;
  background: #ea5700;
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #ffffff; /*20251029*/
}

/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/*breadcrumb*/
#breadcrumb {
  height: auto;
  margin: 10px auto 50px;
  max-width: 1200px;
  padding: 0 10px;
  text-align: left;
  width: 100%;
}

#breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

#contents #breadcrumb ul li {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 0;
  padding: 0;
}

#breadcrumb ul li:after {
  content: ">";
  margin-left: 10px;
}

#breadcrumb ul li:last-child:after {
  display: none;
}

/* ==========================================================================
Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
hx
========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

/* =======================================

layout CSS

========================================== */
html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
  font-size: 113%;
  /* 14pt はpxの場合18px */
  font-weight: 500;
  height: 100%;
  line-height: 1.8em;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

body #contents {
  font-variant-ligatures: none;
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 0;
}

.tel-number {
  color: #333;
}

@media print {
  body {
    min-width: 1140px;
  }

  .header {
    display: none;
  }

  #contents {
    padding-top: 0;
  }

  #page-ttl {
    display: none;
  }
}

#wrap {
  height: 100%;
  margin: 0;
  min-height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

body>#wrap {
  height: auto;
}

a {
  color: #21a4d4;
  text-decoration: none;
}

a:hover {
  color: #21a4d4;
  text-decoration: underline;
}

p {
  line-height: 1.6em;
  margin: 0;
  padding: 0;
}

img {
  background-color: transparent;
  margin: 0;
  max-width: 100%;
  padding: 0;
  vertical-align: bottom;
}

a img {
  backface-visibility: hidden;
  opacity: 1;
  transition: 0.5s;
}

a:hover img {
  opacity: 0.8;
  transition: 0.5s;
}

hr {
  border-bottom-width: 1px;
  border-color: #ccc;
  border-left-width: 0;
  border-right-width: 0;
  border-style: dotted;
  border-top-width: 0;
  clear: both;
  margin-bottom: 10px;
  margin-top: 10px;
}

hr.none {
  border: none;
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
}

/* End hide from IE-mac */
/*Float Clear*/
.clear {
  clear: both;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/*List*/
ul {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 20px;
}

ul.pdf {
  padding-left: 0;
}

ul.pdf li,
a.pdf {
  list-style-type: none;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}

ul.pdf li::before,
a.pdf::before {
  bottom: 0;
  color: #ad0b00;
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  font-weight: 600;
  height: 28px;
  left: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 16px;
}

a.pdf::after {
  bottom: 0;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 600;
  height: 28px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  width: 7px;
}

/*Contents(base)*/
#contents p {
  line-height: 1.6em;
  margin-bottom: 15px;
}

#contents .inner {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 1200px;
  width: 90%;
}

/*.header*/
html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  line-height: 1.8em;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.wc-block-grid__product-title {
  font-weight: 600;
}

p {
  line-height: 1.6em;
  margin: 0;
  padding: 0;
}

.page-template-template-homepage .entry-header h1 {
  font-size: 230%;
}

.woocommerce-active .site-header .site-branding {
  float: none;
  margin-right: 0;
  width: 120px;
}

.woocommerce-breadcrumb .breadcrumb-separator::after {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.woocommerce-page #content {
  display: block;
  padding-top: 90px;
}

.site-header {
  align-items: flex-start;
  border-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  max-width: 1140px;
  padding: 20px 0 0;
}

.site-header .widget_shopping_cart p.total,
.widget a.button.checkout,
.site-header-cart .cart-contents .count {
  display: none;
}

.site-header .col-full {
  margin: 0;
  padding: 0;
  width: 150px;
}

.storefront-breadcrumb {
  margin: 0 auto auto;
  max-width: 1200px;
  padding: 0;
  text-align: left;
}

.storefront-primary-navigation {
  width: calc(100% - 150px);
}

.storefront-primary-navigation .col-full {
  width: 100%;
}

.woocommerce-active .site-header .site-search {
  display: none;
  width: 100%;
}

.home .site-content {
  border-top: 1px solid #ccc;
}

.about_productsList {
  background-color: #FDF9F0;
  padding: 50px 0;
  margin: 0 0 60px 0;
}

#contents .about_productsList h2 {
  font-size: 30px;
  margin: 0 0 30px 0;
  padding: 0;
}

#contents .about_productsList article {
  max-width: 900px;
  margin: auto;
  padding: 0 10px;
}

.about_productsList article ul {
  list-style: none;
  padding-left: 0;
}
.about_productsList article ul li:not(:last-child) {
  margin: 0 0 50px 0;
}
.about_productsList article ul li p {
  position: relative;
  padding: 0 0 0 50px;
}

.about_productsList article ul li p::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #EA5700;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.about_productsList article ul li p::after {
  position: absolute;
  top: -2px;
  left: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.about_productsList article ul li:nth-child(1) p::after {
  content: '1';
}
.about_productsList article ul li:nth-child(2) p::after {
  content: '2';
}
.about_productsList article ul li:nth-child(3) p::after {
  content: '3';
}
.about_productsList article ul li:nth-child(4) p::after {
  content: '4';
}

@media screen and (max-width: 559px) {
  #contents .about_productsList h2 {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
  .about_productsList article ul li:not(:last-child) {
    margin: 0 0 30px 0;
  }
  .about_productsList article ul li p {
    padding: 0 0 0 40px;
  }
  .about_productsList article ul li p::after {
    top: 2px;
  }
}

ul.products li.product.product-category img {
  height: auto;
  width: 200px;
}

ul.products li.product .woosc-btn {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: auto;
  width: 160px;
  background-color: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

ul.products li.product .woosc-btn:before {
  content: '';
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 5px;
  border: solid 1px #333333;
  background-color: #fff;
  top: 5px;
  margin-right: 5px;
}

ul.products li.product .woosc-btn.woosc-btn-added:before {
  content: url(../image/contents/home/productsList_checkIcon.png);
  margin-right: 0;
}

.page-template-template-homepage-php .site-main ul.products.columns-3 li.product {
  display: block;
  height: 300px;
  position: relative;
}

.page-template-template-homepage-php .site-main ul.products.columns-3 li.product h2 {
  position: absolute;
  top: 100%;
  width: 100%;
}

ul.products li.product img.woocommerce-placeholder.wp-post-image {
  height: auto;
  width: 200px;
}

span.woocommerce-Price-amount.amount {
  display: none;
}

.site-header-cart .cart-contents {
  align-items: center;
  background-color: orange;
  color: #fff;
  display: flex;
  display: block;
  font-size: 120%;
  justify-content: center;
  padding: 15px 15px 25px;
  text-align: center;
}

button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
.button.alt,
.widget-area .widget a.button.alt {
  background-color: #ffa500;
  border-color: #ffa500;
  color: #fff;
}

button.alt:hover,
input[type="button"].alt:hover,
input[type="reset"].alt:hover,
input[type="submit"].alt:hover,
.button.alt:hover,
.widget-area .widget a.button.alt:hover {
  background-color: #ffc55b;
  border-color: #ffc55b;
  color: #fff;
}

a:hover img {
  opacity: 0.5;
  transition: 0.5s;
}

a img {
  transition: 0.5s;
}

.site-header .product_list_widget li .quantity,
.product-quantity {
  display: none;
}

.woocommerce-ordering,
.storefront-recent-products,
.storefront-popular-products,
.storefront-best-selling-products {
  display: none !important;
}

h1.page-title {
  font-size: 200%;
  margin: 50px 0 50px;
  text-align: center;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.category-item {
  width: calc(100% / 3);
}

.home.page-template-template-homepage-php .site-main ul.products.columns-4 li.product,
.home.storefront-full-width-content .site-main ul.products.columns-4 li.product {
  float: left;
  margin-right: 0;
  width: 100%;
}

/* normal layout */
/*Header*/
.woocommerce-page #content {
  padding-top: 0;
}

.pc-header,
.mobile-header {
  margin: auto;
  max-width: 1140px;
}

.pc-header .header-inner,
.mobile-header .header-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

header p.sp-button a {
  display: none;
}

header.woocommerce-products-header,
header.entry-header {
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
  z-index: 0;
}

.storefront-breadcrumb .col-full {
  margin: 0;
  max-width: none;
  padding: 0;
}

.woocommerce-breadcrumb {
  height: auto;
  margin: 10px auto 50px;
  max-width: 1200px;
  padding: 0 10px;
  text-align: left;
  width: 100%;
}

/*Footer CSS*/
.footer {
  background-color: #f3f3f3;
  border-top: 4px solid #ea5700;
  bottom: 0;
  clear: both;
  left: 0;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}

.footer .footer-inner {
  font-size: 100%;
  margin: 0 auto;
  margin-bottom: 0;
  max-width: 1140px;
  padding-top: 15px;
  position: relative;
}

.footer .name {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 20px 20px 20px 0;
  text-align: center;
  width: 100%;
}

.footer ul.sp-none {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: auto;
  margin-left: 0;
  margin-right: 0;
  max-width: 1140px;
  padding: 0;
  padding-left: 0;
  text-align: center;
}

.footer ul.list-border {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  max-width: 900px;
  padding: 0;
}

.footer ul.list-border li {
  background-image: none;
  margin-top: 0;
  padding: 0 8px;
  position: relative;
  width: max-content;
}

.footer ul.list-border li a {
  display: inline-block;
  font-weight: 500;
  height: 100%;
  width: 100%;
}

.footer ul.list-border li a:hover {
  color: #333;
}

.footer ul.list-border li:after {
  background-color: #333;
  bottom: 0;
  content: "";
  display: block;
  height: 1em;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

.footer ul.list-border li:first-child:before,
.footer ul.list-border li:nth-child(10):before {
  background-color: #333;
  bottom: 0;
  content: "";
  display: block;
  height: 1em;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
}

.footer p.copyright {
  background-color: #ea5700;
  bottom: 0;
  box-sizing: border-box;
  clear: both;
  color: #fff;
  font-weight: bold;
  left: 0;
  margin: 0;
  padding: 5px 0;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

.addres-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  padding: 20px 0 20px;
}

/* =======================================

Navi CSS

========================================== */
/*Mainnavi base*/
#g-navi ul#navi-list {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  margin: 0 auto 0 0;
  padding-left: 0;
}

#g-navi li.fa {
  display: block;
}

#g-navi ul#navi-list li {
  list-style: none;
}

#g-navi ul#navi-list li .child-nav {
  display: none;
}

#g-navi ul#navi-list li:hover .child-nav {
  background-color: rgba(70, 70, 70, 0.6);
  display: block;
  left: 0;
  margin: 0 auto;
  padding-left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

#g-navi ul#navi-list li:hover .child-nav a {
  color: #fff;
}

#g-navi ul#navi-list li:hover .child-nav li:before,
#g-navi ul#navi-list li:hover .child-nav li:after {
  content: none;
}

#g-navi ul#navi-list li a:hover,
body.woocommerce-cart #g-navi ul#navi-list li.dl a:hover {
  background-color: rgb(236 236 236);
  border-bottom: 4px solid #ea5700;
  text-decoration: none;
  transition: 0.5s;
}

#g-navi ul#navi-list li.dl a.sp-none {
  background-color: rgb(231, 245, 255);
}

body.home #g-navi ul#navi-list li.dltop {
  background-color: #a5d7ff;
}

body.woocommerce-cart #g-navi ul#navi-list li.dl a.sp-none {
  background-color: #fff;
}

body.woocommerce-cart #g-navi ul#navi-list li.cart a {
  background-color: #bd831b;
}

#g-navi ul#navi-list li a {
  align-items: center;
  border-bottom: 4px solid transparent;
  box-sizing: border-box;
  color: #2d2d2d;
  display: block;
  font-size: 17px;
  font-weight: 500;
  height: 80px;
  line-height: 1.5em;
  justify-content: center;
  padding: 15px 20px;
  transition: 0.5s;
  width: 100%;
}

#g-navi ul#navi-list li.language a {
  display: flex;
}

#g-navi ul#navi-list li.language a:hover img {
  opacity: 1;
}


#g-navi ul#navi-list li.child-normal:hover ul.child-nav {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 125px);
}

#g-navi ul#navi-list li .child-nav li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

#g-navi ul#navi-list ul.child-nav>li {
  border: none;
  height: 100%;
  max-width: none;
  opacity: 1;
  padding: 0 10px;
  text-align: left;
  width: 100%;
}

#btn-language a {
  align-items: center;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

#g-navi .child,
#g-navi span.nav-ttl {
  display: none;
  padding: 0;
}

.woocommerce-message {
  background-color: #333;
}

.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #0068b3;
}

.added_to_cart.alt,
.added_to_cart,
.widget a.button.checkout {
  background-color: #efb854;
  border-color: #efb854;
  color: #fff;
}

.added_to_cart.alt:hover,
.added_to_cart:hover,
.widget a.button.checkout:hover {
  background-color: #efb854;
  border-color: #efb854;
  color: #fff;
}

.woocommerce-info {
  background-color: #ccc;
}

.page-id-23 .button.wc-backward:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.page-id-23 .button.wc-backward {
  background-color: #0068b3;
  border: 0;
  color: #fff;
  max-width: 500px;
  position: relative;
  transition: 0.5s;
  width: 100%;
}

.page-id-23 .button.wc-backward::before {
  background-color: #0068b3;
  box-sizing: border-box;
  content: "ダウンロードTOPへ戻る";
  display: block;
  left: 0;
  margin: auto;
  margin-top: -1.5em;
  padding: 10px;
  position: absolute;
  right: 0;
  text-indent: 0;
  top: 0;
  width: 100%;
}

.woocommerce-message .button.wc-forward {
  background-color: #ffa500;
  display: block;
  height: 100%;
  margin-left: auto;
  padding: 10px 20px;
  width: 160px;
}

.site-content>.col-full>.woocommerce>.woocommerce-message:first-child {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.form-row label {
  text-align: left;
}

.form-row input,
.form-row textarea,
.form-row select {
  margin-bottom: 20px;
}

#billing_state_field {
  float: left;
  margin-bottom: 20px;
  text-align: left;
}

.select2-dropdown {
  text-align: left;
}

.header {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  left: 0;
  margin: auto;
  padding: 0 0 0 20px;
  position: fixed;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 9999;
}

.header.headerColorScroll {
  box-shadow: 0 0 7px #7f7f7f;
  transition: 0.5s;
}

.header-inner {
    align-items: stretch;
    background-color: #fcfcfc;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    max-width: 1200px;
    position: relative;
    transition: 0.5s;
    width: 209px;
  }
  
  .mobile-view .header {
    padding-top: 137px;
  }
/*.mobile-view .header {
  padding-top: 82px;
}*/

.pc-.header .header-inner,
.mobile-.header .header-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header p.sp-button a {
  display: none;
}

/*Head_logo*/
.header .img-logo a {
  color: #555;
  font-size: 90%;
  transition: 0.5s;
}

.header .img-logo a:hover {
  opacity: 0.5;
  text-decoration: none;
  transition: 0.5s;
}

.header .img-logo {
  align-items: center;
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-size: 100%;
  justify-content: space-between;
  margin: 0;
  max-width: 370px;
  position: relative;
  padding: 0;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.header-left {
  padding: 5px 0;
  width: 30%;
}

.header-right {
  align-items: stretch;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 70%;
}

.nav-area li a,
.nav-area li .tool-link {
  align-items: center;
  box-sizing: border-box;
  color: #333;
  display: flex;
  font-size: 100%;
  font-weight: bold;
  justify-content: center;
  letter-spacing: 1px;
  max-height: 85px;
  padding: 15px 5px;
  transition: 0.5s;
}

.nav-area li.child-list {
  font-size: 100%;
}

.nav-area li.child-list {
  font-size: 95%;
}

.nav-area li a::before,
.nav-area li span::before {
  background-image: url(../image/base/ico_home.png);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 31px;
  margin: 0 5px 0 0;
  position: relative;
  width: 20px;
}

.nav-area li.column a::before,
.nav-area li.column span.pc-none::before {
  background-image: url(../image/base/ico_label.png);
}

.nav-area li.simulation span::before {
  background-image: url(../image/base/ico_calculate.png);
}

.nav-area li.first a::before {
  background-image: url(../image/base/ico_pen.png);
}

.nav-area li.alone a::before {
  background-image: url(../image/base/ico_alone.png);
}

.nav-area li.diagnose a::before {
  background-image: url(../image/base/ico_check.png);
}

.nav-area li.counseling a::before {
  background-image: url(../image/base/ico_question.png);
}

.nav-area li.office a::before {
  background-image: url(../image/base/ico_office.png);
}

.nav-area li.otherlink a::before {
  background-image: url(../image/base/ico_alone.png);
}

.nav-area .category-area li a {
  padding: 10px 0;
}

.header-inner.headerColorScroll::before {
  opacity: 1;
}

/*Footer CSS*/
.footer-detail {
  align-items: center;
  border-radius: 15px;
  box-sizing: border-box;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 20px;
  max-width: 780px;
  padding: 25px 10px;
  text-align: center;
}

.footer,
.footer a,
.footer a:hover {
  color: #333;
}

.footer-inner {
  margin: 0 auto;
  margin-bottom: 0;
  position: relative;
}

.footer-sitemap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  max-width: 1140px;
}

.footer-sitemap .sp-none {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: auto;
  margin-left: 0;
  margin-right: 0;
  max-width: 1140px;
  padding: 0;
  padding-left: 0;
  text-align: center;
}

.footer-sitemap .list-border {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 20px 0 40px;
  padding: 0;
}

.footer-sitemap .list-border li {
  background-image: none;
  letter-spacing: 1.6px;
  line-height: 0.8;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
  width: max-content;
}

.footer-sitemap .list-border li a {
  border-right: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 107%;
  height: 100%;
  padding: 5px 10px;
  width: 100%;
}

.footer-sitemap .list-border li:first-child a,
.footer-sitemap .list-border li:nth-child(7) a {
  border-left: 1px solid #fff;
}

.footer-sitemap .list-border li a:hover {
  color: #fff;
}

.footer-detail .supervision-text {
  border: 1px solid rgb(255 255 255 / 50%);
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 20px auto 0;
  max-width: 100%;
  padding: 5px 10px;
  width: 300px;
}

.footer .logo-area {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.footer-inner .sns-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto 0;
}

.footer-inner .sns-area .sns-item {
  margin: 0 10px;
}

footer .address {
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0 40px;
  text-align: center;
}

/* =======================================

Navi CSS

========================================== */
/*Mainnavi base*/
.nav-area {
  width: 100%;
}

#g-navi {
  margin: 0;
  width: calc(100% - 209px);
}

#g-navi #navi-list {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
  margin: auto;
  padding-left: 0;
}

#g-navi ul#navi-list li.contact a {
  background-color: #ea5700;
  color: #fff;
}

#g-navi ul#navi-list li.contact a:hover {
  opacity: 0.5;
}

#g-navi ul#navi-list li.downlads a,
#g-navi ul#navi-list li.contact a {
  padding: 15px;
}

#g-navi ul#navi-list li.downlads a {
  background-color: #F09A66;
  color: #fff;
}

#g-navi ul#navi-list li.downlads a:hover {
  opacity: 0.5;
}

.nav-area li.child-list a:hover {
  background-color: #d8ecd8;
}

.header-inner .sub-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.nav-area li {
  background-position: 13px center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  font-size: 100%;
  list-style: none;
  position: relative;
  width: calc(100% / 5);
}

.nav-area li::after {
  border-left: 1px dotted #ccc;
  bottom: 0;
  content: "";
  height: 33px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.nav-area li:first-child::before {
  border-left: 1px dotted #ccc;
  bottom: 0;
  content: "";
  height: 33px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
}

#g-navi .child-nav {
  background-color: rgb(255 255 255 / 90%);
  display: none;
  left: 0;
  min-width: max-content;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

#g-navi .child-nav .child-item {
  border-bottom: 1px solid #2ea68b;
  border-left: 0;
}

#g-navi .child-nav .child-link {
  background-color: rgb(255 255 255 / 90%);
  color: #2ea68b;
  font-size: 100%;
  height: auto;
  height: 100%;
  padding: 10px 20px;
  position: relative;
  text-align: left;
}

#g-navi .child-nav .child-link:hover {
  background-color: #c1eae1;
}

.nav-area li .sp-ttl {
  display: none;
}

.nav-area li a:hover {
  color: #49a749;
  text-decoration: none;
  transition: 0.5s;
}

/*Page-ttl*/
#page-ttl {
  background-color: #fcdbc7;
  box-sizing: border-box;
  height: 180px;
  margin-bottom: 0;
  margin-top: 80px;
  text-align: left;
  width: 100%;
}

#page-ttl .inner {
  align-items: center;
  background-image: url(../image/base/page_ttl.jpg);
  background-position: center 40%;
  background-repeat: repeat-x;
  background-size: cover;
  color: #666;
  display: flex;
  height: 100%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}

#page-ttl .inner h1 {
  color: #fff;
  margin: 0;
}

/* =======================================

Structure CSS

========================================== */
/*Text Decoration*/
.look-orange {
  color: #ea5700;
}

.look-red {
  color: #cb4801;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

/*Text Size*/
.txt-85 {
  font-size: 85%;
}

.txt-95 {
  font-size: 95%;
}

.txt-90 {
  font-size: 90%;
}

.txt-110 {
  font-size: 110%;
}

.txt-120 {
  font-size: 120%;
}

.txt-150 {
  font-size: 150%;
}

/*Margin*/
#contents .no-mb {
  margin-bottom: 0;
}

#contents .no-mt,
#contents h2.no-mt,
#contents h4.no-mt,
#contents h5.no-mt,
#contents p.no-mt,
#contents li.no-mt,
.no-mt {
  margin-top: 0;
}

#contents .mb-10 {
  margin-bottom: 10px;
}

#contents .mb-20 {
  margin-bottom: 20px;
}

#contents .mb-30 {
  margin-bottom: 30px;
}

#contents .mb-40 {
  margin-bottom: 40px;
}

#contents .mb-50 {
  margin-bottom: 50px;
}

#contents .mb-65 {
  margin-bottom: 65px;
}

#contents .mb-70 {
  margin-bottom: 70px;
}

#contents .box-mb {
  margin-bottom: 80px;
}

#contents .txt-mb {
  margin-bottom: 15px;
}

#contents .mt-30 {
  margin-top: 30px;
}

#contents .pt-40 {
  padding-top: 40px;
}

/* Float */
.left {
  float: left;
}

.right {
  float: right;
}

/*Text Align*/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.va-center {
  vertical-align: middle;
}

/* table */
.table-over {
  overflow: auto;
  width: 100%;
}

.table-over::-webkit-scrollbar {
  height: 5px;
}

.table-over::-webkit-scrollbar-track {
  background: #ddd;
}

.table-over::-webkit-scrollbar-thumb {
  background: #2d61b6;
}

.table-over table.table-01,
.table-over table.table-02 {
  min-width: 690px;
  width: 100%;
}

.table-01 {
  border-collapse: collapse;
  border-width: 0;
  font-size: 15px;
  width: 100%;
}

.table-01 tr:first-child {
  border-top: 1px solid #b4b4b4;
}

.table-01 th {
  background-color: #e5f0e5;
  border-bottom: 1px solid #b4b4b4;
  color: #31363c;
  font-weight: 500;
  padding: 15px 20px;
}

.table-01 tr:first-child td,
.table-01 tr:first-child th {
  border-top-width: 0;
}

.table-01 th.need {
  border-left: 0;
}

.table-01 th.need:before {
  background-color: #ea5700;
  color: #fff;
  content: "Required";
  display: block;
  float: left;
  font-size: 11px;
  font-weight: normal;
  line-height: 2em;
  margin-right: 10px;
  text-align: center;
  width: 60px;
}

.table-01 th.no-need {
  padding-left: 60px;
}

#contents .table-01 td {
  background-color: #fff;
  border-bottom: 1px solid #b4b4b4;
  border-right: 0;
  padding: 15px 20px;
}

.table-01.w-100,
.table-02.w-100 {
  width: 100%;
}

.table-02 {
  border-bottom-width: 0;
  border-collapse: collapse;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  color: #606060;
  font-size: 14px;
  vertical-align: middle;
}

.table-02 th {
  border: 1px solid #b4b4b4;
  color: #606060;
  font-weight: bold;
  padding: 15px 20px;
  text-align: left;
  vertical-align: top;
}

.table-02 td {
  background-color: #fff;
  border: 1px solid #b4b4b4;
  line-height: 28px;
  padding: 15px 20px;
  vertical-align: middle;
}

.table-02 th.need {
  min-width: 200px;
}

.table-02 th.need:before {
  background-color: #e08752;
  color: #fff;
  content: "Required";
  display: block;
  float: left;
  font-size: 11px;
  font-weight: normal;
  margin-right: 10px;
  text-align: center;
  width: 60px;
}

.table-02 th.no-need {
  padding-left: 50px;
}

/*send_btn*/
.btn-send {
  padding: 5px 20px;
}

/*ul*/
#contents .disc {
  margin: 0;
  padding: 0 0 0 20px;
}

#contents .disc li {
  list-style-type: disc;
  margin: 0;
  padding: 0;
}

table ul {
  margin-bottom: 0;
  margin-top: 0;
}

#contents ul.style-none {
  padding: 0;
}

#contents ul.style-none li {
  list-style: none;
}

/*ol*/
ol {
  margin: 0;
  padding-left: 20px;
}

ol li {
  margin-bottom: 0;
}

/* hx */
#contents h2 {
  font-size: 225%;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 26px;
  margin-bottom: 50px;
  padding-top: 70px;
  position: relative;
  text-align: center;
}

#contents h3 {
  border-top: none;
  font-size: 160%;
  margin: 0 0 40px;
  padding: 0 0 0 22px;
  position: relative;
  width: 100%;
}

#contents h3::before {
  background-color: #ea5700;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.5em;
  width: 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

#contents h4 {
  border-left: 5px solid #ea5700;
  color: #ea5700;
  font-size: 130%;
  margin-bottom: 20px;
  padding: 5px 10px 5px 15px;
}

#contents h5 {
  border-bottom: 5px solid #fcdbc7;
  color: #333;
  font-size: 140%;
  padding: 15px 10px 10px 5px;
}

#contents p {
  font-weight: 500;
  line-height: 2em;
}

#contents ol li {
  margin-bottom: 3px;
}

#contents li {
  font-weight: 500;
}

/* googlemap ifreame */
.google-map iframe {
  border: none;
  height: 100%;
  min-height: 270px;
  width: 100%;
}

.google-map {
  border: 1px solid transparent;
  height: 299px;
}

/*カラム*/
.flex {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex.start {
  justify-content: start;
}

.flex.center {
  justify-content: center;
}

.txt-2box {
  margin-right: 4%;
  width: 48%;
}

.txt-2box.end {
  margin-right: 0;
}

.txt-3box {
  margin-right: 20px;
  width: calc(100% / 3 - 20px);
}

.txt-3box.end {
  margin-right: 0;
}

.txt-4box {
  margin-right: 20px;
  width: calc(100% / 4 - 20px);
}

.txt-4box.end {
  margin-right: 0;
}

.txt-5box {
  margin-right: 1.5625%;
  width: 18.75%;
}

.txt-5box.end {
  margin-right: 0;
}

.img-2box {
  width: 30%;
}

.img-2box-txt {
  margin-left: 40px;
  width: calc(70% - 40px);
}

/* other */
.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

.sp-none.inline {
  display: inline-block;
}

/* inquiry */
input {
  width: 70%;
}

textarea {
  width: 80%;
}

input[type="radio"] {
  width: auto;
}

input[type="checkbox"] {
  width: 20px;
}

#contents input[type="submit"] {
  background-color: #4668ac;
  border: 0;
  color: #fff;
  display: block;
  left: 0;
  margin: auto;
  margin-left: auto;
  margin-top: 38px;
  max-width: 400px;
  padding: 15px;
  right: 0;
  transition: 0.5s;
}

input[type="submit"]:hover {
  background-color: #4668ac;
  border: 0;
  color: #fff;
  opacity: 0.5;
  transition: 0.5s;
}

.wpcf7-validation-errors {
  background-color: #f5f1e6;
  border: 2px solid #f7e700;
  border-width: 0;
}

.wpcf7-radio span.wpcf7-list-item {
  max-width: max-content;
  width: 100%;
}

.wpcf7-form-control-wrap.entry_year input {
  max-width: 65px;
}

.wpcf7-form-control-wrap.address_num input {
  margin-left: 5px;
  max-width: 95px;
}

#contents .wpcf7 .txt-center {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  width: 100%;
}

input[type="button"].wpcf7c-btn-back {
  margin: 0 0 0 -15px;
}

span.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

span.wpcf7-list-item {
  padding-left: 0;
}

/* pc sp button */
.view-button {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  width: 100%;
}

.view-button p.pc-button {
  display: none;
}

.view-button p.sp-button {
  display: block;
  text-align: left;
}

/* img decoration */
.image-border img {
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.img-border {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 10px;
}

/* pdf */
#contents a.pdf {
  background-color: #fff4f3;
  border: 4px solid #ecb1ad;
  border-radius: 10px;
  box-sizing: border-box;
  color: #ad0b00;
  display: block;
  margin-bottom: 0;
  max-width: 400px;
  padding: 10px 0;
  position: relative;
  text-align: center;
  transition: 0.5s;
  width: 100%;
}

#contents a.pdf:hover {
  opacity: 0.5;
  text-decoration: none;
  transition: 0.5s;
}

/*anchor-link*/
#contents .anc-link {
  margin-top: -100px;
  padding-top: 130px;
}

#contents .anchor-area,
#contents .common-bg .anchor-area {
  margin-top: -90px;
  padding-top: 90px;
}

/* single 投稿詳細ページ  */
.single #contents h2 {
  font-size: 200%;
  line-height: 1.5em;
}

/* btn */
#topcontrol {
  background-image: url(../image/base/navi_pagetop.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50px;
  transition: 0.5s;
  width: 50px;
}

#topcontrol:hover {
  background-image: url(../image/base/navi_pagetop_hover.png);
  transition: 0.5s;
}

.page-num-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
  width: 100%;
}

.page-numbers {
  margin-bottom: 10px;
}

.page-numbers {
  padding: 11px 25px;
  color: #fff;
  background-color: #4668ac;
  font-size: 15px;
  transition: 0.5s;
  text-decoration: none;
  margin-right: 5px;
}

.page-numbers.current {
  padding: 11px 25px;
  color: #fff;
  background-color: #8f8f8f;
  margin-right: 5px;
}

.next.page-numbers,
.prev.page-numbers {
  padding: 11px 25px;
  color: #fff;
  background-color: #4668ac;
  font-size: 15px;
  transition: 0.5s;
  text-decoration: none;
}

.prev.page-numbers {
  margin-right: 5px;
}

a.page-numbers:hover,
.next.page-numbers:hover,
.prev.page-numbers:hover {
  opacity: 0.5;
  text-decoration: none;
  color: #fff;
}

body.home #contents h3 {
  border-bottom: 3px solid #ea5700;
}

body.home #contents h3::before {
  display: none;
}

body.home #contents .support-bnr-list h3.bnr-ttl {
  margin: 10px 0 25px;
  padding: 0;
}

/* news */
#contents .category-area {
  max-width: 950px;
  margin: 0 auto 100px;
}

#contents p.return-home {
  margin-top: 20px;
}

.news-tab,
.news-tab.all {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 950px;
  padding: 0 10px;
}

.news-tab .tab-item {
  background-color: #484848;
  color: #fff;
  display: block;
  padding: 7px 0;
  text-align: center;
  transition: .5s;
  width: 100%;
}

.news-tab .tab-item:hover {
  cursor: pointer;
}

#contents .news-tab .tab-item p {
  color: #fff;
  margin-bottom: 0;
}

.news-tab .tab-item.news {
  background-color: #ea5700;
}

.news-tab .tab-item.products {
  background-color: #4668ac;
}

.news-tab .tab-item.event {
  background-color: #298e3e;
}

.news-tab .tab-item.media {
  background-color: #20acb8;
}

.post-group:first-child {
  border-top: 2px solid #dedede;
}

.category-link {
  margin-bottom: 40px;
}

.post-group {
  border-bottom: 2px solid #dedede;
}

.post-group .post-txt {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 15px 10px;
}

#contents .post-group .post-txt .post-day {
  color: #76706b;
  font-family: "Roboto";
  font-size: 17px;
  margin-bottom: 0;
  width: 100px;
}

.post-group .post-txt .ico-category {
  background-color: #ea5700;
  color: #fff;
  font-size: 85%;
  position: relative;
  text-align: center;
  top: 2px;
  width: 130px;
}

.news-tab li {
  margin-right: 10px;
  width: calc(100% / 5 - 10px);
}

.news-tab li:last-child {
  margin-right: 0;
}

.news-tab .tab-item:hover {
  color: #fff;
  cursor: pointer;
  opacity: 0.5;
  transition: .5s;
  text-decoration: none;
}

#contents .post-category p {
  margin-bottom: 0;
}

.post-group .post-txt .post-category .ico-category.products,
.category-products .post-group .post-txt .ico-category {
  background-color: #4668ac;
}

.post-group .post-txt .post-category .ico-category.event,
.category-event .post-group .post-txt .ico-category {
  background-color: #298e3e;
}

.post-group .post-txt .post-category .ico-category.media,
.category-media .post-group .post-txt .ico-category {
  background-color: #20acb8;
}

#contents .post-group .post-txt h3.post-ttl {
  border: 0;
  font-size: 105%;
  letter-spacing: 0;
  margin: 0;
  padding: 0 0 0 20px;
  width: calc(100% - 260px);
}

#contents .post-group .post-txt h3.post-ttl::before {
  display: none;
}

#contents .post-group .post-txt h3.post-ttl .post-link {
  font-weight: 400;
}

.post-group:last-child {
  border-bottom: 2px solid #dedede;
}

/* グロナビ */

#g-navi ul#navi-list li a .en-ttl {
  color: #ea5700;
  display: block;
  font-size: 65%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

#g-navi ul#navi-list li.contact a .en-ttl {
  color: #fff;
}

nav #navi-list .child {
  background-color: rgba(234, 87, 0, 0.9);
  box-sizing: border-box;
  display: none;
  margin: 0;
  overflow: hidden;
  padding: 40px 10px 20px 10px;
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 85vh;
  width: 100%;
  overflow: auto;
}

nav #navi-list .child ul {
  margin: 0 auto 20px auto;
  max-width: 100%;
  padding: 0;
}

nav #navi-list .child ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

nav #navi-list .child ul li {
  margin: 0 20px 20px 0;
  width: calc(100% / 5 - 20px);
}

nav #navi-list .child ul li:nth-child(5n) {
  margin-right: 0;
}

#g-navi ul#navi-list li .child a {
  align-items: center;
  background-color: #fff;
  background-image: url(../image/base/top_sublink_arrow.png);
  background-position: calc(100% - 12px) center;
  background-size: 10px 14px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border: none;
  color: #333;
  font-size: 15px;
  height: 100%;
  padding: 13px;
  position: relative;
  transition: 0.3s;
  width: 100%;
  text-align: center;
  line-height: 1.5em;
  display: flex; /* 2025818 */
  align-items: center; /* 2025818 */
}

#g-navi ul#navi-list li .child a:hover {
  opacity: 0.7;
}

nav #navi-list .child a:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
}

nav #navi-list .child li {
  position: relative;
  width: 100%;
}

nav #navi-list .child li a::before,
nav #navi-list .child li a::after {
  display: none;
}

nav .nav-menu-link,
nav .child {
  display: none;
}

/* 下層 */

#contents .qr-img img {
  border: 1px solid #aaa;
  max-width: 300px;
}

#contents h2.language-ttl {
  padding-top: 30px;
}

#contents .flex.language .txt-2box.right {
  display: flex;
  justify-content: flex-end;
}

#contents i.fas.fa-clone {
  font-weight: 300;
  height: 17px;
  width: 17px;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#contents i.fas.fa-clone {
  height: min(3.7vw, 15px);
  width: min(3.7vw, 15px);
}

#contents .engineering .txt-4box {
  margin-right: 20px;
  width: calc(100% / 4 - 20px);
}

#contents .engineering .txt-4box.end {
  margin-right: 0;
}

#contents .sp-txt {
  display: none;
}

#contents span.post-comments,
#contents span.post-author {
  display: none;
}

#contents .hentry .entry-taxonomy {
  margin-bottom: 30px;
}

#contents article {
  margin: 0;
}

a[href*="tel:"] {
  color: #333;
}

#contents .link-btn.blue {
  background-color: #4668ac;
}

#contents img.img-center {
  margin: 0 auto 50px;
}

#contents .link-btn.center {
  margin: 0 auto;
}

#contents h2 .en-ttl {
  color: #ea5700;
  display: block;
  font-family: "Roboto";
  font-size: 55%;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding-top: 20px;
  text-transform: uppercase;
}

#contents .link-btn {
  background-color: #ea5700;
  color: #fff;
  display: block;
  max-width: 400px;
  padding: 15px;
  position: relative;
  text-align: center;
  transition: .5s;
  width: 100%;
}

#contents .link-btn:hover {
  cursor: pointer;
  opacity: 0.5;
  text-decoration: none;
  transition: .5s;
}

#contents .link-btn::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

#contents .link-btn.anchor {
  background-color: #4668ac;
  max-width: 100%;
}

#contents .link-btn.anchor::after {
  transform: rotate(135deg);
  top: -4px;
}

#contents .pt-box {
  margin-top: -40px;
  padding: 105px 0 65px;
}

#contents .pt-box h2 {
  margin-top: 0;
  padding-top: 20px;
}

#contents .contact-end-box {
  background-image: url(../image/contents/home/bg_contact.jpg);
  background-position: center;
  background-size: cover;
  padding: 65px;
  width: 100%;
}

#contents .contact-end-box .inner {
  background-color: #fff;
  border: 10px solid #ea5700;
  padding: 50px 50px 30px;
}

#contents .contact-end-box .inner h2 {
  margin: 0 0 25px;
  padding-top: 0;
}

#contents .contact-end-box .inner .txt-2box {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

#contents .inner .txt-2box.right {
  justify-content: flex-end;
}

#contents .contact-end-box .inner .txt {
  font-size: 17px;
  margin-bottom: 40px;
  text-align: center;
}

#contents .staff-box .txt-90 {
  color: #858585;
  margin-bottom: 10px;
}

#contents .staff-box .name {
  font-size: 26px;
  line-height: 1.4em;
}

#contents .staff-box .en-name {
  font-size: 15px;
}

#contents .bg-gray {
  background-color: #f3f3f3;
}

#contents .map-box {
  height: 400px;
  width: 100%;
}

#contents .map-box iframe {
  border: none;
  height: 100%;
  width: 100%;
}

#contents .movie-box {
  height: 400px;
  width: 100%;
}

#contents .movie-box iframe {
  border: none;
  height: 100%;
  width: 100%;
}

#contents .link-bnr {
  color: #333;
  transition: .5s;
}

#contents .link-bnr:hover {
  cursor: pointer;
  opacity: 0.5;
  text-decoration: none;
  transition: .5s;
}

#contents .link-bnr:hover img {
  opacity: 1;
}

#contents .link-bnr .ttl {
  color: #ea5700;
  font-size: 20px;
  font-weight: bold;
}

#contents .link-bnr .txt-box {
  padding: 5px 25px 20px;
}

#contents .link-bnr {
  background-color: #fff;
  display: block;
  height: 100%;
}

#contents .timeline ul {
  padding: 0;
}

#contents .timeline ul li {
  display: table;
}

#contents .timeline ul li .date {
  box-sizing: border-box;
  display: table-cell;
  padding: 0 40px 40px 0;
  width: 95px;
}

#contents .timeline ul li p {
  margin-bottom: 0;
  padding: 0;
}

#contents .timeline ul li p.txt {
  border-left: 2px solid #d1d1d1;
  display: table-cell;
  padding: 0 20px 40px 40px;
  position: relative;
}

#contents .timeline ul li p.txt::before {
  background-color: #ea5700;
  border-radius: 50%;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  left: -10px;
  top: 8px;
}

/* 見出し（斜め） */
#contents .diagonal {
  background-color: #4668ac;
  color: #fff;
  font-size: 30px;
  height: 80px;
  max-width: 150px;
  padding: 10px 25px 10px 10px;
  position: relative;
  text-align: center;
}

#contents .diagonal::before {
  background: linear-gradient(110deg, transparent 0%, transparent 50%, #f3f3f3 50%, #f3f3f3 100%);
  content: "";
  display: block;
  height: 100%;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
}

.grecaptcha-badge {
  display: none !important;
}

@media screen and (min-width: 960px) {

  #openMenu,
  #btn-language {
    display: none;
  }

  #openMenu,
  .sp-tel {
    display: none;
  }

  .header.mobile-.header {
    height: 155px;
  }

  body.mobile-view {
    margin-top: 0;
  }

  .header p.sp-button a {
    background-color: #00a0d2;
    color: #fff;
    display: block;
    font-size: 250%;
    padding: 56px 15px;
  }
 /* .header p.sp-button a {
    background-color: #6f6f6f;
    color: #fff;
    display: block;
    font-size: 250%;
    padding: 28px 15px;
  }*/

  p.sp-button {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .bottom-nav {
    display: none;
  }
}

@media (min-width: 751px) {

  /* PC時に電話番号を起動させない */
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}

@media screen and (max-width: 1399px) {

  #page-ttl {
    margin-top: 73px;
  }

  #g-navi ul#navi-list li a {
    font-size: 14px;
    height: 73px;
    padding: 17px 15px;
  }
}

@media screen and (max-width: 1200px) {

  #g-navi ul#navi-list li .child a {
    font-size: 13px;
  }

  .header-inner {
    width: 170px;
  }

  #g-navi {
    width: calc(100% - 170px);
  }

  #g-navi ul#navi-list li.downlads {
    margin-left: 15px;
  }
}

@media screen and (max-width: 1140px) {

  #g-navi ul#navi-list li .child a {
    background-position: calc(100% - 5px) center;
    background-size: 8px 12px;
  }

  nav #navi-list .child ul li {
    margin: 0 10px 20px 0;
    width: calc(100% / 5 - 8px);
  }

  .header .img-logo {
    max-width: 110px;
    width: 100%;
  }

  .nav-area li {
    font-size: 80%;
  }

  .nav-area li a {
    font-size: 95%;
  }

  .footer-sitemap .list-border li {
    font-size: 15px;
  }

  .footer-sitemap .list-border li a {
    font-size: 12px;
  }

  .header-inner .sub-list {
    width: 100%;
  }
}

@media screen and (max-width: 1140px) {

  .header-inner {
    width: 130px;
  }

  #g-navi {
    width: calc(100% - 130px);
  }

  #g-navi ul#navi-list li.downlads {
    margin-left: 10px;
  }

  #g-navi ul#navi-list li a {
    font-size: 14px;
    padding: 15px 12px;
  }

  #g-navi ul#navi-list li.language a {
    padding: 15px 5px;
  }

  #g-navi ul#navi-list li.downlads a,
  #g-navi ul#navi-list li.contact a {
    font-size: 12px;
    padding: 15px 8px;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {

  #contents .flex.language .txt-2box {
    margin-right: 4%;
    width: 48%;
  }

  #contents .flex.language .txt-2box.end {
    margin-right: 0;
  }

  nav #navi-list .child {
    background-color: transparent;
  }

  #g-navi ul#navi-list li a .en-ttl,
  #g-navi ul#navi-list li.contact a .en-ttl {
    display: none;
  }

  .news-tab li:nth-child(3n) {
    margin-right: 0;
  }

  .news-tab li {
    font-size: 15px;
    margin-right: 5px;
    width: calc(100% / 5 - 5px);
  }

  #contents .magazine-area .txt-3box {
    margin-right: 20px;
    width: calc(100% / 2 - 20px);
  }

  #contents .magazine-area .txt-3box.end {
    margin-right: 0;
  }

  #contents .magazine-area .img-2box {
    width: 30%;
  }

  #contents .magazine-area .img-2box-txt {
    margin-left: 20px;
    width: calc(70% - 20px);
  }

  #contents .event-area .img-2box {
    width: 30%;
  }

  #contents .event-area .img-2box-txt {
    margin-left: 20px;
    width: calc(70% - 20px);
  }

  #contents .engineering .txt-4box {
    margin-right: 20px;
    width: calc(100% / 3 - 20px);
  }

  #contents .contact-end-box {
    padding: 65px 0;
  }

  #contents .contact-end-box .inner .txt {
    font-size: 16px;
  }

  #contents .contact-end-box .txt-2box {
    width: 48%;
  }

  #contents .post-group .post-txt h3.post-ttl {
    margin-top: 10px;
    padding-left: 0;
    width: 100%;
  }

  #contents h2 .en-ttl {
    padding-top: 10px;
  }

  #contents p {
    font-size: 15px;
  }

  #contents a.post-link {
    font-size: 15px;
  }

  #contents .news-tab .tab-item p {
    font-size: 14px;
  }

  #contents .post-group .post-txt .ico-category {
    font-size: 14px;
  }

  #contents .post-group .post-txt .post-day {
    font-size: 15px;
  }

  #breadcrumb {
    font-size: 15px;
    padding: 0 10px;
  }

  .woocommerce-breadcrumb {
    margin: 0;
    padding: 0 10px;
    width: 100%;
    word-break: break-all;
  }

  .storefront-breadcrumb {
    margin: 50px auto auto;
  }

  /* header */

  #g-navi ul#navi-list li a:hover,
  body.woocommerce-cart #g-navi ul#navi-list li.dl a:hover {
    border: none;
    opacity: 0.5;
  }

  header .head_inner {
    display: none;
  }

  nav {
    height: auto;
  }

  #btn-language {
    box-sizing: border-box;
    display: block;
    height: 40px;
    margin: 0 20px 0 auto;
    order: 1;
    width: 40px;
  }

  #g-navi {
    display: none;
  }

  #g-navi ul#navi-list li.cart {
    height: 50px;
    width: 100%;
  }

  #openMenu {
    max-width: calc(100% - 90px);
    order: 2;
    position: relative;
    right: 15px;
  }

  #g-navi ul#navi-list {
    display: block;

    height: auto;
    overflow: auto;
    width: 100%;
  }

  #g-navi ul#navi-list li,
  #g-navi ul#navi-list li.support,
  #g-navi ul#navi-list li.consult,
  #g-navi ul#navi-list li.language {
    background-color: #fff;
    border-bottom: 1px solid #a9a9a9;
    height: auto;
    margin-bottom: 0;
    position: relative;
    width: 100%;
  }
  #g-navi ul#navi-list li.downlads{
    margin-left: 0;
  }

  #g-navi ul#navi-list li.recruit,
  #g-navi ul#navi-list li.contact {
    border-bottom: none;
  }

  #g-navi ul#navi-list li.recruit.service {
    border-bottom: 1px solid #a9a9a9;
  }

  #g-navi ul#navi-list li a {
    border-bottom: none;
    font-size: 15px;
    height: auto;
    line-height: 2em;
    padding: 13px 0;
  }

  #g-navi ul#navi-list li.recruit a {
    background-image: url(../image/base/top_sublink_arrow.png);
    background-position: calc(100% - 23px) center;
    background-size: 10px 14px;
    background-repeat: no-repeat;
  }

  #g-navi ul#navi-list li.downlads a,
  #g-navi ul#navi-list li.contact a {
    background-image: url(../image/base/top_sublink_contact.png);
    background-position: calc(100% - 23px) center;
    background-size: 10px 14px;
    background-repeat: no-repeat;
  }

  header ul#navi-list li.contact a:after {
    color: #fff;
  }

  #g-navi ul#navi-list li.contact a span {
    display: block;
    margin-left: 10px;
    position: relative;
    top: 0;
  }

  #g-navi ul#navi-list li.contact {
    position: relative;
    width: 100%;
  }

  #g-navi ul#navi-list li:before {
    display: none;
  }

  #g-navi ul#navi-list li.contact {
    margin: 0;
  }

  #g-navi ul#navi-list li a.sp-none {
    display: none;
  }

  #g-navi ul#navi-list li .nav-ttl {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 56px;
    width: 60px;
  }

  #g-navi ul#navi-list li span.nav-ttl::before,
  #g-navi ul#navi-list li span.nav-ttl::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    height: 2px;
    width: 13px;
    background: #333;
    transition: all .3s ease-in-out;
  }

  #g-navi ul#navi-list li span.nav-ttl::before {
    transform: rotate(90deg);
  }

  #g-navi ul#navi-list li span.nav-ttl.open::before {
    transform: rotate(180deg);
  }

  #g-navi ul#navi-list li:hover .child {
    background-color: transparent;
    display: none;
    max-width: 100%;
    padding: 0;
    position: relative;
    width: 100%;
  }

  nav #navi-list .child ul {
    width: 100%;
  }

  #g-navi ul#navi-list li:hover .child li {
    border-top: 1px solid #a9a9a9;
    border-bottom: none;
    margin: 0;
  }

  #g-navi ul#navi-list li:hover .child.open {
    display: block;
  }

  #g-navi ul#navi-list li .child a {
    background-color: #fff5ef;
    background-position: calc(100% - 23px) center;
    border: none;
    font-size: 90%;
    justify-content: center;
    text-align: center;
  }

  #g-navi ul#navi-list li.menu-icon a:before {
    display: none;
  }

  #g-navi ul#navi-list li.search {
    height: 3em;
    width: 100%;
  }

  #g-navi ul#navi-list li.inquiry a {
    background-color: unset;
    color: unset;
  }

  #g-navi ul#navi-list li.inquiry a:before {
    color: #0068b3;
  }

  #g-navi ul#navi-list li span.search-ttl {
    background-color: #0068b3;
  }

  #g-navi li.search form {
    box-sizing: border-box;
    left: 0;
    right: 0;
    width: 100%;
  }

  main {
    padding-top: 70px;
  }

  /* footer */
  footer {
    height: auto;
    min-height: 139px;
    padding-bottom: 0;
    text-align: center;
  }

  footer .inner {
    margin: 0 auto;
    width: 94%;
  }

  .addres-list {
    flex-wrap: wrap;
    padding: 10px 0;
  }

  #footer p.pc-button {
    margin: 0 auto;
    padding: 0;
  }

  #footer p.name img {
    margin: 10px 0;
  }

  #footer p.copyright {
    font-size: 1em;
    margin-bottom: 0;
    position: absolute;
    text-align: center;
    top: calc(100% - 2.1em);
    width: 100%;
  }

  footer ul.sp-none {
    display: none;
  }

  .img-logo a img {

    margin-right: 20px;
    width: auto;
  }

  .header-inner {
    align-items: center;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    height: 70px;
    justify-content: space-between;
    left: 0;
    margin: 0;
    padding: 0;
    padding: 0 2vw 0;
    position: fixed;
    top: 0;
    width: 100%;
  }

  #openMenu img {
    max-width: 40px;
  }

  .sp-none,
  .sp-none.inline,
  header .sp-none {
    display: none;
    margin: -0.5em 0 -1em 0;
    padding: 0;
    position: relative;
  }

  .footer .name {
    align-items: center;
    display: flex;
    float: none;

    justify-content: center;
    margin: 15px auto 25px;
    max-width: 100%;
    padding: 0;
    text-align: center;
    width: 190px;
  }

  #billing_state_field {
    float: none;
  }

  .table-01 th {
    width: 100%;
  }

  /* .header */
  .header {
    min-height: 70px;
    top: 0;
    width: 100%;
  }

  .header .img-logo {
    box-sizing: border-box;
    font-size: 2vw;
    height: 100%;
    height: auto;
    margin: 0;
    order: 0;
    padding: 10px 10px;
    top: 0;
    width: 200px;
  }

  /* nav */
  .mobile-view .header {
    padding-top: 0;
  }

  .nav-area {
    border-top: 1px solid #fff;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
  }

  .nav-area.open {
    display: block;
    height: calc(100vh - 80px);
    overflow: auto;
  }

  .sp-icon {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: 20px;
  }

  #openMenu {
    align-items: center;
    background-color: #ea5700;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    margin: 10px;
    margin: 0;
    order: 1;
    position: relative;
    right: 0;
    width: 40px;
  }

  #g-navi.open {
    background-color: #fff5ef;
    border-top: 5px solid #ea5700;
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 70px;
    width: 100%;
    z-index: 99999;
  }

  nav #navi-list {
    display: block;
  }

  .nav-area li,
  .nav-area li.home {
    border-bottom: 1px solid #fff;
    font-size: 100%;
    height: auto;
    margin-bottom: 0;
    max-width: none;
    width: 100%;
  }

  .nav-area li a {
    align-items: center;
    box-sizing: border-box;
    color: #49a749;
    display: flex;
    flex-wrap: wrap;
    font-size: 100%;
    font-weight: bold;
    justify-content: center;
    max-height: none;
    padding: 10px 0;
    position: relative;
    width: 100%;
  }

  .nav-area ul.child {
    border-top: 1px solid #ccc;
    position: relative;
    top: 0;
  }

  .nav-area li.child-list a {
    color: #49a749;
  }

  #g-navi #g-cat h2 {
    padding: 10px;
    width: 100%;
  }

  .nav-area li a::after,
  .nav-area li span.pc-none::after {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #49a749;
    border-top: 5px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
  }

  .nav-area li a.sp-none {
    display: none;
  }

  .nav-area li span.pc-none::after {
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #49a749;
    right: 18px;
    top: 6px;
  }

  /* footer */
  .footer {
    height: auto;
    min-height: 139px;
    padding-bottom: 0;
    position: static;
    text-align: center;
  }

  .footer .address {
    border-left-width: 0;
    font-size: 15px;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .footer .logo-area {
    width: 100%;
  }

  .footer-detail {
    flex-wrap: wrap;
    max-width: 400px;
    width: 90%;
  }

  .footer .flex {
    justify-content: center;
    margin: 0;
  }

  .footer .inner {
    margin: 0 auto;
    width: 94%;
  }

  .footer p.pc-button {
    margin: 0 auto;
    padding: 0;
  }

  .view-button p.sp-button {
    display: none;
  }

  .footer p.copyright {
    font-size: 14px;
    margin-bottom: 0;




  }

  .footer .view-button a {
    color: #fff;
    font-size: 85%;
    margin-right: 5px;
    padding: 5px 10px;
  }

  .view-button {
    clear: both;
    float: none;
    margin: 15px 0;
    text-align: center;
    width: 100%;
  }

  .view-button p.pc-button {
    background-color: transparent;
    border: solid 1px rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 16px;
    letter-spacing: 1.5px;
    margin: 0 auto;
    max-width: 278px;
    padding: 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
    width: 100%;
    width: 100%;
  }

  .view-button p.pc-button a {
    color: #fff;
    padding: 10px;
    background-color: #ea5700;
  }

  .footer-sitemap .sp-none {
    display: none;
  }

  /* contents */
  body {
    min-width: 100%;
  }

  #contents {
    padding-bottom: 235px;
    padding-top: 0;
  }

  /* page ttl*/
  #page-ttl {
    height: 150px;
    margin-top: 70px;
    padding-top: 0;
    text-align: right;
    width: 100%;
  }

  #page-ttl .inner {
    background-position: center;
    background-size: cover;
    color: #666;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative;
    width: 100%;
  }

  #page-ttl .inner h1 {
    font-size: 140%;
  }

  /* hx */
  #contents h2 {
    background-image: none;
    box-sizing: border-box;
    font-size: 180%;
    line-height: 1em;
    margin-bottom: 30px;
    padding: 2%;
  }

  /* カラム数 */
  .txt-2box,
  .img-2box,
  .img-2box-txt,
  .img-2box.option-ico,
  .img-2box-txt.option-text {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .txt-2box.end {
    margin-right: 0;
  }

  .txt-3box {
    margin-right: 0;
    width: 100%;
  }

  .txt-3box.end {
    margin-right: 0;
  }

  .txt-4box {
    margin-right: 20px;
    width: calc(100% / 2 - 10px);
  }

  .txt-4box:nth-child(2n) {
    margin-right: 0;
  }

  /* table */
  .table-01 {
    width: 100%;
  }

  .table-01 tr {
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
  }

  .table-01 th {
    border: none;
    box-sizing: border-box;
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 5%;
    width: 100%;
  }

  .table-01 td {
    border: none;
    display: block;
  }

  .table-01 textarea {
    max-width: 450px;
    width: 95%;
  }

  .table-01 th.need {
    min-width: unset;
    padding-bottom: 10px;
    padding-left: 2%;
    padding-right: 0;
    padding-top: 10px;
    width: 100%;
  }

  .table-01 th.no-need {
    padding-bottom: 10px;
    padding-left: calc(4% + 30px);
    padding-right: 0;
    padding-top: 10px;
    width: auto;
  }

  .table-01.w-100 th {
    box-sizing: border-box;
    width: 100%;
  }

  .table-02 th,
  .table-02 td {
    padding: 12px;
  }

  /* view-none */
  .pc-none {
    display: block;
  }

  .pc-none.inline {
    display: inline;
  }

  .sp-none,
  .sp-none.inline {
    display: none;
    margin: -0.5em 0 -1em 0;
    padding: 0;
    position: relative;
  }

  input {
    font-size: 17px;
    width: 95%;
  }

  #contents input[type="submit"] {

    width: 100%;
  }

  input[type="checkbox"],
  input[type="radio"] {
    width: auto;
  }

  #topcontrol {
    /* pagetopへ戻るボタン。jsのため!importantを使用 */
    display: none !important;
  }

  .footer {
    padding-bottom: 0;
    position: relative;
  }

  body #contents {
    padding-bottom: 0;
  }

  .special-area .bnr-list-main {
    width: 90%;
  }
}

@media screen and (max-width: 747px) {
  .storefront-primary-navigation {
    display: block;
    height: 100%;
  }

  .main-navigation div.menu:last-child {
    background-color: #f0f0f0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 90px;
    width: 100%;
  }

  .site-header {
    align-items: center;
    flex-wrap: nowrap;
    padding: 10px 10px;
    position: relative;
  }

  .flex {
    justify-content: space-between;
  }

  /* menu */
  .handheld-navigation {
    background-color: #848484;
    left: 0;
    position: absolute;
    top: 70px;
    width: 100%;
  }

  .handheld-navigation a {
    border-bottom: 1px solid #fff !important;
    color: #fff !important;
    text-align: center;
  }

  .woocommerce-active .site-header .site-branding {
    width: 60%;
  }

  .storefront-primary-navigation button.menu-toggle {
    width: 110px;
  }
}

@media screen and (max-width: 767px) {

  #contents .magazine-area p br {
    display: none;
  }

  .news-tab li {
    font-size: 14px;
  }

  .news-tab li {
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(100% / 3 - 10px);
  }

  .news-tab {
    justify-content: center;
  }

}

@media screen and (max-width: 640px) {

  #contents .contact-end-box .inner {
    padding: 50px 25px 30px;
  }

  #contents .contact-end-box .inner .txt br {
    display: none;
  }

  #contents .contact-end-box .inner .txt {
    text-align: left;
  }

}

@media screen and (max-width: 559px) {

  #g-navi ul#navi-list li.recruit a,
  #g-navi ul#navi-list li.contact a,
  #g-navi ul#navi-list li .child a {
    background-size: 9px 11px;
  }

  #contents .flex.language .txt-2box {
    margin: 0 auto 20px;
    width: 100%;
  }

  #contents .flex.language .txt-2box a {
    margin: 0 auto;
  }

  #contents h2.language-ttl {
    padding-top: 0;
  }

  #g-navi ul#navi-list li a {
    font-size: 14px;
    padding: 11px 0;
  }

  #g-navi ul#navi-list li .nav-ttl {
    height: 50px;
    width: 58px;
  }

  #g-navi ul#navi-list li span.nav-ttl::before,
  #g-navi ul#navi-list li span.nav-ttl::after {
    width: 10px;
  }

  #contents .staff-box .en-name {
    font-size: min(3.7vw, 15px);
  }

  .news-tab li {
    margin-right: 0;
    margin-bottom: 8px;
    width: 85%;
  }

  .category-link {
    margin-bottom: 10%;
  }

  #contents .magazine-area .img-2box {
    width: 100%;
  }

  #contents .magazine-area .img-2box img {
    margin: 0 auto;
  }

  #contents .magazine-area .img-2box-txt {
    margin-left: 0;
    width: 100%;
  }

  #contents .magazine-area p br {
    display: block;
  }

  #contents .event-area .img-2box {
    width: 100%;
  }

  #contents .event-area .img-2box img {
    margin: 0 auto;
  }

  #contents .event-area .img-2box-txt {
    margin-left: 0;
    width: 100%;
  }

  #page-ttl .inner h1 {
    font-size: 120%;
  }

  #contents .engineering .txt-4box {
    margin-right: 15px;
    width: calc(100% / 2 - 15px);
  }

  .table-02 th,
  .table-02 td {
    font-size: min(3.7vw, 15px);
  }

  #contents .contact-end-box {
    padding: 50px 0;
  }

  #contents .contact-end-box .inner {
    padding: 40px 15px 20px;
  }

  #contents .contact-end-box .inner .txt {
    font-size: min(3.7vw, 15px);
    margin-bottom: 20px;
  }

  #contents .contact-end-box .inner .txt-2box {
    width: 100%;
  }

  #contents .sp-txt {
    display: block;
  }

  #contents .pt-box {
    padding: 70px 0 55px;
  }

  #contents h4 {
    font-size: min(4.5vw, 18px);
    padding: 2px 10px 2px 12px;
  }

  #contents .link-btn {
    font-size: min(3.7vw, 15px);
    padding: 3%;
  }

  #contents .category-area {
    margin: 0 auto 70px;
  }

  #contents .entry-title {
    font-size: min(6vw, 24px);
  }

  #contents .post-group .post-txt .ico-category {
    font-size: min(3.7vw, 14px);
  }

  #contents .post-group .post-txt .post-day {
    font-size: min(3.7vw, 15px);
    margin-right: 10px;
    width: auto;
  }

  #contents .post-group .post-txt h3.post-ttl .post-link {
    font-size: min(3.7vw, 15px);
  }

  .post-group .post-txt {
    padding: 0.8em;
  }

  .page-num-list {
    margin-top: 10%;
  }

  .page-numbers.current,
  .page-numbers,
  .next.page-numbers,
  .prev.page-numbers {
    font-size: min(3.7vw, 15px);
  }

  #contents p {
    font-size: min(3.7vw, 15px);
  }

  #contents .news-tab .tab-item p {
    font-size: min(3.7vw, 14px);
  }

  .news-tab,
  .news-tab.all {
    padding: 0 3%;
  }

  .news-tab .tab-item {
    margin-bottom: 10px;
    padding: 3% 1%;
    width: 100%;
  }

  .news-tab .tab-item:last-child {
    margin-bottom: 0;
  }

  .header .img-logo {
    padding: 0;
    width: 155px;
  }

  .footer ul.list-border li a {
    font-size: 15px;
  }

  .footer .address {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .footer p.copyright {
    font-size: 13px;
    padding: 15px 0;
  }

  .footer .name {
    width: 170px;
  }

  body #contents {
    padding-bottom: 0;
  }

  #contents .inner {
    width: 95%;
  }

  #contents li {
    font-size: min(3.7vw, 15px);
  }

  #contents h3 {
    font-size: min(5vw, 21px);
    margin: 0 0 30px;
  }

  #contents h2 {

    font-size: min(6vw, 25px);
  }

  #contents h2 .en-ttl {
    font-size: 70%;
    padding-top: 3%;
  }

  .page #breadcrumb,
  .single #breadcrumb {
    margin-bottom: 40px;
    padding: 0;
    width: 95%;
  }

  #page-ttl {
    height: 120px;
    margin-bottom: 20px;
    margin-top: 70px;
  }

  #page-ttl .inner {
    height: 120px;
  }

  #contents .map-box {
    height: 350px;
  }

}

@media screen and (max-width: 414px) {
  #contents input[type="submit"] {
    width: auto;
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .summary.entry-summary button {
    margin-bottom: 10px;
  }

  button.woosc-btn.woosc-btn-1344.woosc-btn-added.woosc-added {
    margin-bottom: 0;
  }
}

/*IE*/
@media all and (-ms-high-contrast: none) {}

/* 管理画面ログイン後 上部メニューの固定化 */
#wpadminbar {
  position: fixed;
}

/* woocommerce 製品比較 追加＋ボタンの非表示 */
.woosc-bar-search.hint--top {
  display: none !important;
}


/* 見積りボタン　フローティング */
.fixed_btn {
  position: fixed;
  bottom: 30px;
  right: 95px;
  background: #ea5700;
  border: 3px solid #ea5700;
  color: #fff;
  width: 260px;
  height: 50px;
  box-shadow: 0 0 7px #7f7f7f;
  transition: 0.5s;
  z-index: 9;
}
.fixed_btn:hover{
  background: #fff;
  color: #ea5700;
  transition: 0.5s;
  border: 3px solid #ea5700;
}
.summary.entry-summary{
  position: relative;
  z-index: 999;
}
div#contents{
  position: relative;
  z-index: 999;
}
#topcontrol{
  z-index: 9999;
}

@media screen and (max-width: 747px) {
  .fixed_btn {
    width: 80%;
    font-size: 18px;
    line-height: 25px;
    bottom: 20px;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
}