@charset "UTF-8";
/*!
Theme Name: Kyosei
Theme URI: http://underscores.me/
Author: Kan Ikawa
Author URI: http://ika-ring.net
Description: Special theme for KYOSEI corp
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kyosei
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Kyosei is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  position: relative;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

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

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

*:active,
*:focus {
  outline: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, Arial, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.25;
  margin: 0 0 .5em;
}

.entry-header {
  text-align: center;
  margin: 3rem 0 3em;
}

.title-label {
  display: inline-block;
  color: #004096;
  background-color: #eef2f8;
  font-size: 3.06667vw;
  font-weight: bold;
  line-height: 1.25;
  padding: .25em 1em;
  margin: 0;
}

.entry-title {
  margin: 0;
  padding: 0 1em .5em;
  border-bottom: 5px solid #004096;
  font-size: 5.33333vw;
  line-height: 1.25;
  color: #004096;
  display: inline-block;
}

.entry-title.-multi-line {
  font-size: 4.8vw;
}

@media all and (min-width: 668px), print {
  .title-label {
    font-size: 1rem;
  }
  .entry-title {
    font-size: 2.25rem;
  }
  .entry-title.-multi-line {
    font-size: 2.25rem;
  }
}

.hentry h2,
.mce-content-body h2 {
  font-size: 4.53333vw;
  font-weight: bold;
  background-color: #004096;
  color: #fff;
  padding: .25em .5em;
  margin: 3rem 0 2rem;
}

.hentry h2:first-child,
.mce-content-body h2:first-child {
  margin-top: 0;
}

.hentry h3,
.mce-content-body h3 {
  font-size: 4vw;
  font-weight: bold;
  color: #004096;
  border-left: 6px solid #004096;
  padding: .25em .5em;
  margin: 2rem 0 1rem;
}

.hentry h3:first-child,
.mce-content-body h3:first-child {
  margin-top: 0;
}

.hentry h4,
.mce-content-body h4 {
  display: inline-block;
  font-weight: bold;
  color: #004096;
  border: 1px solid #004096;
  padding: .25em .5em;
  font-size: 3.73333vw;
  margin: 2rem 0 1rem;
}

.hentry h4::after,
.mce-content-body h4::after {
  content: '';
  width: 1px;
  height: 1px;
  display: block;
}

.hentry h4:first-child,
.mce-content-body h4:first-child {
  margin-top: 0;
}

.hentry h5,
.mce-content-body h5 {
  font-weight: bold;
  padding-left: 1.5em;
  color: #004096;
  position: relative;
  font-size: 3.6vw;
  margin: 2rem 0 1rem;
}

.hentry h5::before,
.mce-content-body h5::before {
  content: '';
  width: 1.1em;
  height: 1.1em;
  background-color: #004096;
  display: block;
  position: absolute;
  left: 0;
  top: .05em;
}

.hentry h5:first-child,
.mce-content-body h5:first-child {
  margin-top: 0;
}

@media all and (min-width: 668px), print {
  .hentry h2,
  .mce-content-body h2 {
    font-size: 1.625rem;
    padding: .2em 1em;
  }
  .hentry h3,
  .mce-content-body h3 {
    font-size: 1.375rem;
  }
  .hentry h4,
  .mce-content-body h4 {
    font-size: 1.25rem;
  }
  .hentry h5,
  .mce-content-body h5 {
    font-size: 1.0625rem;
  }
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.tx-large {
  font-size: 140%;
}

.sp-note {
  color: red;
  margin: 0 0 .5em;
}

@media all and (min-width: 668px), print {
  .sp-note {
    display: none;
  }
}

.caption {
  margin: .25em 0 0;
  line-height: 1.4;
}

.caption small {
  font-size: 90%;
}

.hentry p,
.mce-content-body p {
  margin: .5em 0;
}

.hentry p + p,
.mce-content-body p + p {
  margin-top: .5em;
}

.hentry b,
.mce-content-body b {
  font-weight: bold;
  font-size: 1.2rem;
}

.hentry strong,
.mce-content-body strong {
  color: #ffa003;
  font-weight: normal;
}

.hentry em,
.mce-content-body em {
  color: #f00;
  font-style: normal;
  font-weight: normal;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0;
}

.list1,
.list2 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list1 > li,
.list2 > li {
  position: relative;
  padding-left: 1.25em;
}

.list1 > li::before,
.list2 > li::before {
  content: '●';
  color: #47bcf4;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.list1 > li:not(:first-child),
.list2 > li:not(:first-child) {
  margin-top: .5em;
}

.list2 > li::before {
  color: #adadad;
}

.list-dot {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-dot > li {
  position: relative;
  padding-left: 1.25em;
}

.list-dot > li::before {
  content: '・';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.list-square {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-square > li {
  position: relative;
  padding-left: 1.25em;
}

.list-square > li::before {
  content: '■';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.list-square > li:not(:first-child) {
  margin-top: .5em;
}

.list-dictionary dt {
  text-align: center;
  color: #004096;
  border-bottom: 1px dotted #a3a3a3;
  padding: .25em;
}

.list-dictionary dt:not(:first-of-type) {
  margin-top: 1em;
}

.list-dictionary dd {
  padding: .5em 1em;
  text-align: left;
}

.list-num {
  padding-left: 1.5em;
}

.list-marunum {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}

@media all and (min-width: 668px), print {
  .list-dictionary {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .list-dictionary dt {
    width: 20%;
    border: 0;
    padding: 0 0 .5em;
    border-bottom: 1px dotted #a3a3a3;
  }
  .list-dictionary dd {
    width: 80%;
    padding: 0 0 .5em;
    border-bottom: 1px dotted #a3a3a3;
  }
  .list-dictionary dd:not(:first-of-type) {
    margin-top: 1em;
  }
}

.list-def {
  display: flex;
  justify-content: flex-start;
}

.list-def dt {
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  padding: 0;
  margin: 0;
}

.list-def dd {
  padding: 0;
  margin: 0;
}

.list-child-pages {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-child-pages > li {
  border: 1px solid #969493;
  width: 100%;
}

.list-child-pages a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-decoration: none;
}

.list-child-pages a:hover, .list-child-pages a:active {
  background-color: #ccd9ea;
}

.list-child-pages .title {
  margin: .75em 1em .5em;
}

@media all and (min-width: 668px), print {
  .list-child-pages {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .list-child-pages > li {
    width: 31%;
  }
  .list-child-pages > li:nth-child(n+4) {
    margin-top: 2rem;
  }
.list-child-pages::after {
    content: '';
    width: 31%;
    height: 1px;
    display: block;
}
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

.tbl-slide-note + table {
  margin-top: 0;
}

table th,
table td {
  line-height: 1.5;
  padding: .75em 1em;
}

table th.ta-left,
table td.ta-left {
  text-align: left;
}

table th.ta-center,
table td.ta-center {
  text-align: center;
}

table th.ta-right,
table td.ta-right {
  text-align: right;
}

table th {
  white-space: nowrap;
}

p.tbl-unit {
  font-size: .9rem;
  text-align: right;
  margin: 0 0 -2rem;
}

.tbl-note {
  font-size: .9rem;
  line-height: 1.5;
  margin: 0 0 2rem;
}

.tbl-stack {
  margin: 2rem 0 0;
}

.tbl-stack th {
  text-align: center;
  color: #fff;
  background-color: #a3d7ed;
}

.tbl-stack td {
  background-color: #f1f1f1;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

@media all and (max-width: 667px), print {
  .tbl-stack {
    display: block;
  }
  .tbl-stack tbody,
  .tbl-stack tr,
  .tbl-stack th,
  .tbl-stack td {
    display: block;
    width: 100%;
  }
}

@media all and (min-width: 668px), print {
  .tbl-stack {
    display: table;
  }
  .tbl-stack tbody {
    display: table-row-group;
  }
  .tbl-stack tr {
    display: table-row;
  }
  .tbl-stack th,
  .tbl-stack td {
    display: table-cell;
    border: 1px solid #fff;
  }
  .tbl-stack th {
    min-width: 10em;
  }
}

.tbl-basic, .tbl-slide {
  border: 1px solid #fff;
  width: 100%;
  margin: 2rem 0 0;
}

.tbl-basic th, .tbl-slide th {
  text-align: center;
  color: #fff;
  background-color: #a3d7ed;
  padding: .75em 1em;
  border: 1px solid #fff;
}

.tbl-basic th.bg-dark, .tbl-slide th.bg-dark {
  background-color: #a3c8ed;
}

.tbl-basic td, .tbl-slide td {
  background-color: #f1f1f1;
  padding: .25em 1em;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border: 1px solid #fff;
}

.tbl-slide {
  width: 150%;
}

.tbl-slide__wrap {
  width: 100%;
  overflow: auto;
  overflow-x: scroll;
}

.tbl-slide__wrap .tbl-slide:first-child {
  margin-top: 0;
}

.tbl-slide-note {
  color: red;
  margin: 0;
  line-height: 1.5;
}

@media all and (min-width: 668px), print {
  .tbl-slide {
    width: 100%;
  }
  .tbl-slide__wrap {
    width: auto;
    overflow: auto;
  }
  .tbl-slide-note {
    display: none;
  }
}

.tbl-topics th,
.tbl-topics td {
  padding: .5em 1em;
}

.tbl-topics td {
  line-height: 1.6;
}

.tbl-no-style {
  width: auto;
  border: 0;
}

.tbl-no-style th,
.tbl-no-style td {
  padding: .25em 0;
}

.tbl-no-style th + td,
.tbl-no-style td + td {
  padding-left: 1em;
}

.tbl-spec td {
  text-align: center;
}

.tbl-spec td.ta-left {
  text-align: left;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  min-height: calc(2rem + 6px);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #00f;
}

a:visited {
  color: #004096;
}

a:hover, a:focus, a:active {
  color: #ccd9ea;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

a:hover img, a:active img {
  opacity: .9;
}

.bg-dark a {
  color: #fff;
}

.bg-dark a:hover, .bg-dark a:focus, .bg-dark a:active {
  color: #ffa000;
}

.link-arrow {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  text-decoration: none;
  line-height: 1.75;
}

.link-arrow::before {
  content: '';
  width: 1.15em;
  height: 1.15em;
  position: absolute;
  left: 0;
  top: .3em;
  background: url(../images/common/arrow.svg) no-repeat center center;
  background-size: contain;
}

.link-pdf {
  display: inline-block;
}

.link-pdf::after {
  content: '';
  width: 1em;
  height: 1.428em;
  background: url(../images/common/ic-pdf.svg) no-repeat left center;
  background-size: contain;
  display: inline-block;
  margin-left: .25em;
  vertical-align: middle;
}

.link-pdf2 {
  display: block;
  padding-left: 6vw;
  background: url(../images/common/ic-pdf.svg) no-repeat left center;
  background-size: 4.26667vw 4.8vw;
  min-height: 4.8vw;
}

@media all and (min-width: 668px), print {
  .link-pdf2 {
    padding-left: 30px;
    background-size: 21px 24px;
    min-height: 24px;
  }
}
.link-cad {
  display: block;
  padding-left: 6vw;
  background: url(../images/common/ic-cad.svg) no-repeat left center;
  background-size: 4.26667vw 4.8vw;
  min-height: 4.8vw;
}

@media all and (min-width: 668px), print {
  .link-cad {
    padding-left: 30px;
    background-size: 21px 24px;
    min-height: 24px;
  }
}

.link-back-wrap {
  text-align: center;
  margin: 3rem 0;
}

.buttons {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 3rem 0 2rem;
}

.buttons.-column {
  flex-direction: column;
  align-items: center;
}

.buttons.-column a + a {
  margin-top: 2em;
}

.buttons .button {
  display: block;
  border: 1px solid #004096;
  width: 84vw;
  font-size: 4.26667vw;
  font-weight: bold;
  color: #004096;
  padding: .9em .5em;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  vertical-align: middle;
  line-height: 12.8vw;
}

.buttons .button:hover, .buttons .button:active {
  background-color: #ccd9ea;
}

.buttons .button i {
  display: inline-block;
  margin-right: 2em;
  vertical-align: middle;
}

.buttons .button .ic-price {
  width: 14.66667vw;
  height: 13.46667vw;
  background: url(../images/common/ic-price.svg) no-repeat center center;
  background-size: cover;
}

.buttons .button .ic-mail {
  width: 9.86667vw;
  height: 6.8vw;
  background: url(../images/common/ic-mail.svg) no-repeat center center;
  background-size: cover;
}

.buttons .button .ic-drawing {
  width: 16.93333vw;
  height: 10.93333vw;
  background: url(../images/common/ic-drawing.svg) no-repeat center center;
  background-size: contain;
  margin-right: 1em;
}

.buttons .button .ic-phone {
  width: 8.66667vw;
  height: 10.26667vw;
  background: url(../images/common/ic-phone.svg) no-repeat center center;
  background-size: contain;
  margin-right: 1em;
}

.buttons .button .ic-book {
  width: 9.86667vw;
  height: 10.93333vw;
  background: url(../images/common/ic-book.svg) no-repeat center center;
  background-size: contain;
  margin-right: 1em;
}

.buttons .button .ic-catalog {
  width: 9.86667vw;
  height: 10.93333vw;
  background: url(../images/common/ic-catalog.svg) no-repeat center center;
  background-size: contain;
  margin-right: 1em;
}

.buttons .button.-inquiry {
  border-color: #ffa000;
  background-color: #ffa000;
  color: #fff;
}

.buttons .button.-inquiry:hover, .buttons .button.-inquiry:active {
  background-color: #ffaa1a;
}

.buttons .button.-phone {
  border-color: #004096;
  background-color: #004096;
  color: #fff;
}

.buttons .button.-phone:hover, .buttons .button.-phone:active {
  background-color: #1a53a1;
}

.buttons .button.-has-list {
  padding: 0;
}

.buttons .button.-has-list:hover, .buttons .button.-has-list:active {
  background-color: transparent;
}

.buttons .button.-has-list .list-title {
  padding: .9em .5em;
  border-bottom: 1px dashed #004096;
  margin: 0;
}

.buttons .button.-has-list .list-pdfs {
  list-style: none;
  padding: .9em 1em;
}

.buttons .button.-has-list .list-pdfs > li {
  text-align: left;
}

.buttons .button.-has-list .list-pdfs a {
  text-align: left;
  font-size: 1.125rem;
  font-weight: normal;
}

.buttons .button.-has-list .list-pdfs a:hover, .buttons .button.-has-list .list-pdfs a:active {
  color: #80a0cb;
}

.buttons .button + .button {
  margin-top: 1rem;
}

.buttons .link-arrow {
  color: #004096;
}

.buttons .link-arrow:hover {
  color: #ccd9ea;
}

@media all and (min-width: 668px), print {
  .buttons .button {
    width: 325px;
    font-size: 1.25rem;
    line-height: 40px;
  }
  .buttons .button .ic-price {
    width: 45px;
    height: 40px;
    background-image: url(../images/common/ic-price.png);
  }
  .buttons .button .ic-mail {
    width: 45px;
    height: 31px;
    background-image: url(../images/common/ic-mail.png);
  }
  .buttons .button .ic-drawing {
    width: 64px;
    height: 41px;
    background-image: url(../images/common/ic-drawing.png);
  }
  .buttons .button .ic-phone {
    width: 40px;
    height: 47px;
    background-image: url(../images/common/ic-phone.png);
  }
  .buttons .button .ic-book {
    width: 37px;
    height: 41px;
    background-image: url(../images/common/ic-book.svg);
  }
  .buttons .button .ic-catalog {
    width: 37px;
    height: 41px;
    background-image: url(../images/common/ic-catalog.svg);
  }
  .buttons .button + .button {
    margin-top: 0;
    margin-left: 48px;
  }
}

@media print {
  .buttons .button {
    max-width: 48%;
  }
  .buttons .button .ic-price {
    background-size: 45px 40px;
  }
  .buttons .button .ic-mail {
    background-size: 45px 31px;
  }
  .buttons .button .ic-drawing {
    background-size: 64px 41px;
  }
  .buttons .button .ic-phone {
    background-size: 40px 47px;
  }
  .buttons .button .ic-book,
  .buttons .button .ic-catalog {
    background-size: 37px 41px;
  }
  .buttons .button + .button {
    margin-left: 4%;
  }
}

.year-link, .term-link {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 3rem 2rem;
}

.year-link > li, .term-link > li {
  margin: .5em 1em;
}

.year-link > li.bt-reveal, .term-link > li.bt-reveal {
  display: none;
  text-align: left;
  width: 1.92em;
  height: 1.92em;
  line-height: 1;
  background: url(../images/common/bt-reveal.svg) no-repeat left top;
  background-size: contain;
  cursor: pointer;
}

.year-link > li:nth-child(6) ~ .bt-reveal, .term-link > li:nth-child(6) ~ .bt-reveal {
  display: block;
}

.year-link > li:nth-child(n+6), .term-link > li:nth-child(n+6) {
  display: none;
}

.year-link.opened > li:nth-child(n+6), .opened.term-link > li:nth-child(n+6) {
  display: block;
}

.year-link.opened > li.bt-reveal, .opened.term-link > li.bt-reveal {
  display: none;
}

.year-link a, .term-link a {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  text-decoration: none;
}

.year-link a::before, .term-link a::before {
  content: '';
  width: 1.15em;
  height: 1.15em;
  position: absolute;
  left: 0;
  top: .4em;
  background: url(../images/common/arrow.svg) no-repeat center center;
  background-size: contain;
}

@media all and (min-width: 668px), print {
  .year-link, .term-link {
    margin: 3rem 5rem;
  }
  .year-link > li, .term-link > li {
    margin: .5em 2em;
  }
  .year-link > li.bt-reveal, .term-link > li.bt-reveal {
    width: 50px;
    height: 50px;
    position: relative;
    top: -10px;
    margin-right: 0;
  }
}

.term-link {
  justify-content: center;
}

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 3rem;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #004096;
  padding: .6em 1em;
  margin: 2px;
  color: #004096;
}

.wp-pagenavi a:hover {
  background-color: #ccd9ea;
}

.wp-pagenavi span.current {
  background-color: #004096;
  color: #fff;
}

.wp-pagenavi span.current {
  font-weight: bold;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  border: 0;
}

@media all and (min-width: 668px), print {
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.previouspostslink {
    font-size: 0.8125rem;
  }
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Base
--------------------------------------------------------------*/
@media screen and (max-width: 667px) {
  .header {
    position: relative;
    z-index: 4;
  }
  .header__main {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    height: 16.8vw;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 100;
  }
  .header__logo {
    flex: 1;
    height: 100%;
    padding-left: 5.86667vw;
    position: relative;
    margin: 0;
  }
  .header__logo a {
    display: block;
    height: 100%;
  }
  .header__logo img {
    width: 31.73333vw;
    height: 7.73333vw;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .header__toggle, .header__bt-inquiry {
    width: 18.66667vw;
    height: 100%;
  }
  .header__toggle, .header__bt-catalog {
    width: 18.66667vw;
    height: 100%;
  }
  .header__toggle {
    background: url(../images/common/bt-header-menu.svg) no-repeat left top;
    background-size: cover;
    order: 4;
    cursor: pointer;
  }
  .menu-opened .header__toggle {
    background: url(../images/common/bt-header-menu.svg) no-repeat left bottom;
    background-size: cover;
  }
  .header__bt-inquiry {
    background: url(../images/common/bt-header-inquiry.svg) no-repeat left top;
    background-size: cover;
    order: 2;
  }
  .header__bt-inquiry a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header__bt-catalog {
    background: url(../images/common/bt-header-catalog.svg) no-repeat left top;
    background-size: cover;
    order: 3;
  }
  .header__bt-catalog a {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media all and (min-width: 668px), print {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
  }
  .header__main {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 320px;
    width: 100px;
    z-index: 100;
  }
  .header__logo {
    height: 80px;
    margin: 0;
    background-color: #fff;
  }
  .header__logo a {
    display: block;
    padding: 20px 11px;
    height: 100%;
    line-height: 1;
  }
  .header__logo a:hover {
    opacity: .9;
  }
  .header__logo img {
    width: 100%;
    height: auto;
  }
  .header__toggle, .header__bt-inquiry {
    height: 80px;
  }
  .header__toggle:hover, .header__bt-inquiry:hover {
    opacity: .9;
  }
  .header__toggle, .header__bt-catalog {
    height: 80px;
  }
  .header__toggle:hover, .header__bt-catalog:hover {
    opacity: .9;
  }
  .header__toggle {
    background: url(../images/common/bt-header-menu-pc.svg) no-repeat left top;
    background-size: cover;
    cursor: pointer;
  }
  .menu-opened .header__toggle {
    background: url(../images/common/bt-header-menu-pc.svg) no-repeat left bottom;
    background-size: cover;
  }
  .header__bt-inquiry {
    background: url(../images/common/bt-header-inquiry-pc.svg) no-repeat left top;
    background-size: cover;
  }
  .header__bt-inquiry a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header__bt-catalog {
    background: url(../images/common/bt-header-catalog-pc.svg) no-repeat left top;
    background-size: cover;
  }
  .header__bt-catalog a {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media print {
  .header__main {
    display: none;
  }
}

@media screen and (max-width: 667px) {
  .gnav {
    position: fixed;
    top: 16.8vw;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height .2s ease-in-out;
    background-color: #fff;
    color: #004096;
  }
  .gnav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .gnav a {
    text-decoration: none;
  }
  .menu-opened .gnav {
    height: calc( 100vh - 16.8vw);
    overflow: scroll;
  }
  .gnav__inner {
    padding: 1em 0;
  }
  .gnav-primary > li {
    text-align: center;
    font-size: 4.93333vw;
    position: relative;
  }
  .gnav-primary > li:not(:last-child)::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 83.33333vw;
    border-bottom: 1px solid #004096;
  }
  .gnav-primary > li > a {
    display: block;
    position: relative;
    padding: .5em;
    color: #004096;
  }
  .gnav-primary > li > span {
    display: block;
    position: relative;
    cursor: pointer;
    padding: .5em;
  }
  .gnav-primary > li > span::after {
    content: '＋';
    display: inline-block;
    width: 1.2em;
    text-align: center;
    position: absolute;
    right: 14.93333vw;
  }
  .gnav-primary > li.opened::before {
    border-bottom: 0;
  }
  .gnav-primary > li.opened > span::after {
    content: '―';
  }
  .gnav-child {
    /*
    height: 0;
    overflow: hidden;
*/
    background-color: #004096;
    color: #fff;
    display: none;
  }
  .gnav-child > li {
    text-align: left;
    font-size: 4.53333vw;
    position: relative;
  }
  .gnav-child > li:not(:last-child)::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 83.33333vw;
    border-bottom: 1px solid #fff;
  }
  .gnav-child > li > a:not(.hide-sp) {
    color: #fff;
    display: block;
    position: relative;
    padding: 0.5em 0.5em 0.5em 10.66667vw;
  }
  .gnav-child > li > span {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 0.5em 0.5em 0.5em 10.66667vw;
  }
  .gnav-child > li > span::after {
    content: '＋';
    display: inline-block;
    width: 1.2em;
    text-align: center;
    position: absolute;
    right: 14.93333vw;
  }
  .gnav-child > li.opened::before {
    border-bottom: 0;
  }
  .gnav-child > li.opened > span::after {
    content: '―';
  }
  .opened > .gnav-child {
    height: auto;
  }
  .gnav-grandchild {
    /*
    height: 0;
    overflow: hidden;
*/
    background-color: #ccd9ea;
    display: none;
  }
  .gnav-grandchild > li {
    text-align: left;
    font-size: 4.26667vw;
    position: relative;
  }
  .gnav-grandchild > li:not(:last-child)::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 83.33333vw;
    border-bottom: 1px solid #004096;
  }
  .gnav-grandchild > li > a {
    color: #004096;
    display: block;
    position: relative;
    padding: 0.5em 0.5em 0.5em 8.4vw;
  }
  .gnav-grandchild > li > a::before {
    content: '';
    display: inline-block;
    margin-right: .5em;
    width: 2.66667vw;
    height: 2.66667vw;
    background: url(../images/common/arrow-gnav-grandchild.svg) no-repeat center center;
    background-size: contain;
  }
  .opened > .gnav-grandchild {
    height: auto;
  }
  .gnav .gnav-secondary {
    margin-top: 4vw;
  }
  .gnav-secondary > li {
    width: 80.66667vw;
    height: 15.2vw;
    margin: 4vw auto 0;
  }
  .gnav-secondary > li:first-child {
    margin-top: 0;
  }
  .gnav-secondary a {
    text-indent: -7777px;
    display: block;
    height: 100%;
  }
  .gnav-secondary a:active {
    opacity: .9;
  }
  .gnav-magazine {
    background: url(../images/common/bt-gnav-magazine.svg) no-repeat center center;
    background-size: contain;
  }
  .gnav-price {
    background: url(../images/common/bt-gnav-price.svg) no-repeat center center;
    background-size: contain;
  }
  .gnav-download {
    background: url(../images/common/bt-gnav-cad-download.svg) no-repeat center center;
    background-size: contain;
  }
  .gnav-dig {
    background: url(../images/common/bt-gnav-dig.svg) no-repeat center center;
    background-size: contain;
  }
  .gnav-sdgs {
    background: url(../images/common/bt-gnav-sdgs.svg) no-repeat center center;
    background-size: contain;
  }
  .gnav-tertiary {
    font-size: 3.46667vw;
    text-align: center;
  }
  .gnav .gnav-tertiary {
    margin: 4vw 9.73333vw;
  }
  .gnav-tertiary > li {
    display: inline-block;
  }
  .gnav-tertiary > li::before {
    content: '｜';
    display: inline-block;
    margin: 0 .5em;
  }
  .gnav-tertiary > li:first-child::before, .gnav-tertiary > li:nth-child(3)::before {
    content: '';
    margin-left: 0;
  }
  .gnav-tertiary a {
    color: #858585;
  }
}

@media all and (min-width: 668px), print {
  .gnav {
    position: fixed;
    top: 0;
    left: 100px;
    width: calc(100% - 100px);
    min-width: 1000px;
    height: 0;
    overflow: hidden;
    transition: height .1s ease-in-out;
    color: #004096;
  }
  .menu-opened .gnav {
    height: 100%;
    overflow: hidden;
  }
  .gnav::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 160px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
  }
  .gnav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .gnav a {
    text-decoration: none;
  }
  .gnav__inner {
    position: relative;
    z-index: 2;
    padding: 50px 0 0;
    height: 160px;
    max-width: 1180px;
  }
  .gnav-primary {
    display: flex;
    justify-content: space-between;
    width: 45%;
  }
  .gnav .gnav-primary {
    margin: 0 2%;
  }
  .gnav-primary > li {
    width: 20%;
    text-align: center;
  }
  .gnav .has-child > span {
    cursor: pointer;
    position: relative;
    padding-bottom: 17px;
    display: block;
  }
  .gnav .has-child > span::before {
    content: '';
    display: block;
    width: 66px;
    height: 61px;
    margin: 0 auto;
    padding-bottom: 8px;
  }
  .gnav .has-child > span:hover {
    color: #004096;
    opacity: .9;
  }
  .gnav .has-child > span:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-bottom: 20px solid #ccd9ea;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 0;
  }
  .gnav-employ > a,
  .gnav-procurement > a {
    display: block;
    position: relative;
    padding-bottom: 17px;
    color: #004096;
  }
  .gnav-employ > a::before,
  .gnav-procurement > a::before {
    content: '';
    display: block;
    width: 66px;
    height: 61px;
    margin: 0 auto;
    padding-bottom: 8px;
  }
  .gnav-employ > a:hover,
  .gnav-procurement > a:hover {
    color: #004096;
    opacity: .9;
  }
  .gnav-employ > a:hover::after,
  .gnav-procurement > a:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-bottom: 20px solid #ccd9ea;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 0;
  }
  .gnav-company > span::before {
    background: url(../images/common/ic-gnav-company.svg) no-repeat center center;
    background-size: contain;
  }
  .gnav-product > span::before {
    background: url(../images/common/ic-gnav-product.svg) no-repeat center center;
    background-size: contain;
  }
  .gnav-business > span::before {
    background: url(../images/common/ic-gnav-business.svg) no-repeat center center;
    background-size: contain;
  }
  .gnav-employ > a::before {
    background: url(../images/common/ic-gnav-employ.svg) no-repeat center center;
    background-size: contain;
  }
  .gnav-procurement > a::before {
    background: url(../images/common/ic-gnav-procurement.svg) no-repeat center center;
    background-size: contain;
  }
  .gnav .opened.has-child > span {
    opacity: .9;
  }
  .gnav .opened.has-child > span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-bottom: 20px solid #ccd9ea;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 0;
  }
  .gnav-child {
    position: absolute;
    left: 0;
    top: 160px;
    width: 100%;
    min-width: 1000px;
    background-color: rgba(0, 64, 150, 0.9);
    color: #fff;
    justify-content: space-between;
    display: none;
    text-align: left;
  }
  .gnav-child a {
    color: #fff;
  }
  .gnav-child a:hover {
    color: #ffa000;
  }
  .opened .gnav-child {
    display: flex;
    padding: 40px;
  }
  .gnav-company .gnav-child {
    flex-wrap: wrap;
  }
  .gnav-company .gnav-child > li {
    width: 30%;
  }
  .gnav-company .gnav-child > li a {
    position: relative;
    padding-left: 2em;
    display: block;
  }
  .gnav-company .gnav-child > li a::before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../images/common/arrow-gnav-grandchild.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: .65em;
  }
  .gnav-product .gnav-child > li, .gnav-business .gnav-child > li {
    width: 30%;
  }
  .gnav-product .gnav-child > li > span:not(.hide-pc), .gnav-business .gnav-child > li > span:not(.hide-pc) {
    display: block;
    border-bottom: 1px solid #fff;
    margin-bottom: 1em;
    padding-left: .5em;
  }
  .gnav-product .gnav-child > li > a, .gnav-business .gnav-child > li > a {
    display: block;
    border-bottom: 1px solid #fff;
    margin-bottom: 1em;
    padding-left: .5em;
  }
  .gnav-product .gnav-child > li > a::before, .gnav-business .gnav-child > li > a::before {
    content: '▶';
    transform: scaleX(0.5);
    display: inline-block;
    margin-right: .25em;
    color: #ccd9ea;
  }
  .gnav-product .gnav-child > li > a {
    position: relative;
    width: 194px;
  }
  .gnav-product .gnav-child > li > a::after {
    content: '';
    width: 90px;
    height: 60px;
    position: absolute;
    right: -106px;
    top: -20px;
  }
  .gnav-product .gnav-child > li.gnav-product-gas a::after {
    background: url(../images/common/im-gnav-product-gas.jpg) no-repeat center center;
    background-size: contain;
  }
  .gnav-product .gnav-child > li.gnav-product-water a::after {
    background: url(../images/common/im-gnav-product-water.jpg) no-repeat center center;
    background-size: contain;
  }
  .gnav-product .gnav-child > li.gnav-product-technical a::after {
    background: url(../images/common/im-gnav-product-technical.jpg) no-repeat center center;
    background-size: contain;
  }
  .gnav-grandchild li {
    padding-left: .5em;
  }
  .gnav-grandchild li a {
    position: relative;
    padding-left: 2em;
    display: block;
  }
  .gnav-grandchild li a::before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../images/common/arrow-gnav-grandchild.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: .65em;
  }
  .gnav-secondary {
    position: absolute;
    right: 40px;
    top: 46px;
    width: 48%;
    display: flex;
    justify-content: space-between;
  }
  .gnav-secondary a {
    text-indent: -7777px;
    display: block;
    height: 91px;
    width: 110px;
  }
  .gnav-secondary a:hover {
    opacity: .9;
  }
  .gnav-magazine {
    background: #fff url(../images/common/bt-gnav-magazine-pc.svg) no-repeat center center;
    background-size: contain;
  }
  .gnav-price {
    background: #fff url(../images/common/bt-gnav-price-pc.svg) no-repeat center center;
    background-size: contain;
  }
  .gnav-download {
    background: #fff url(../images/common/bt-gnav-cad-download-pc.svg) no-repeat center center;
    background-size: contain;
  }
  .gnav-dig {
    background: #fff url(../images/common/bt-gnav-dig-pc.svg) no-repeat center center;
    background-size: contain;
  }
  .gnav-sdgs {
    background: #fff url(../images/common/bt-gnav-sdgs-pc.svg) no-repeat center center;
    background-size: contain;
  }
  .gnav-tertiary {
    position: absolute;
    top: 10px;
    right: 40px;
    text-align: right;
  }
  .gnav-tertiary li {
    display: inline-block;
    font-size: 0.6875rem;
    line-height: 1.25;
  }
  .gnav-tertiary li a {
    color: #858585;
  }
  .gnav-tertiary li a:hover {
    color: #004096;
  }
  .gnav-tertiary li:not(:first-child)::before {
    content: '｜';
    display: inline-block;
    margin: 0 .5em;
    color: #858585;
  }
}

html {
  overflow-x: hidden;
}

@media screen and (max-width: 667px) {
  html {
    font-size: 3.46667vw;
    width: 100vw;
  }
  body {
    padding-top: 16.8vw;
  }
  .site-content {
    position: relative;
    z-index: 2;
    background-color: #fff;
  }
  .home .site-content {
    background-color: transparent;
  }
}

@media all and (min-width: 668px), print {
  html {
    font-size: 100%;
  }
  .site-content {
    position: relative;
    z-index: 2;
    background-color: transparent;
  }
  .content-area {
    padding-left: 100px;
    position: relative;
  }
  .site-main {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    /*for IE main tag bug*/
  }
  .site-main.-top {
    max-width: 1100px;
  }
}

@media print {
  html {
    font-size: 80%;
  }
  .content-area {
    padding-left: 0;
  }
}

.footer {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.footer__banners {
  margin: 0 auto;
  padding-top: 3rem;
}

.footer__banners > div {
  width: 100%;
  text-align: center;
}

.footer__banners > div:not(:first-child) {
  margin-top: .5rem;
}

.footer__body, .footer__misc-links {
  display: none;
}

.footer__copyright {
  font-size: 3.2vw;
  color: #3a3a39;
  text-align: center;
  border-top: 2px solid #004096;
  margin-top: 1rem;
  padding: 1.1em;
}

.bt-pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 18.66667vw;
  height: 13.33333vw;
  background: url(../images/common/pagetop.svg) no-repeat center center;
  background-size: cover;
  cursor: pointer;
  z-index: 5;
}

@media all and (min-width: 668px), print {
  .footer__banners {
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
  }
  .footer__banners > div {
    flex: 1;
    margin-left: 5px;
    margin-right: 5px;
  }
  .footer__banners > div:not(:first-child) {
    margin-top: 0;
  }
  .footer__body {
    display: block;
    margin: 3rem auto 0;
    padding-top: 3rem;
    border-top: 1px solid #000;
  }
  .footer__body-inner {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
  }
  .footer__logo {
    width: 128px;
    margin-right: 128px;
    flex-shrink: 0;
  }
  .footer__logo img {
    max-height: 32px;
  }
  .footer__link {
    flex: 1 1 auto;
    margin-right: .2em;
  }
  .footer__link-title {
    color: #004096;
    font-weight: bold;
    margin: 0 0 .5em;
  }
  .footer__menu + .footer__link-title {
    margin-top: 1rem;
  }
  .footer__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.8125rem;
    line-height: 1.25;
  }
  .footer__menu > li {
    position: relative;
    padding-left: 1em;
    margin-bottom: .4em;
  }
  .footer__menu > li::before {
    content: '・';
    position: absolute;
    left: 0;
    top: 0;
  }
  .footer__menu a {
    color: #858585;
    text-decoration: none;
  }
  .footer__menu a:hover {
    color: #004096;
  }
  .footer__btns {
    width: 230px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
  }
  .footer__btns > li:nth-child(2),
  .footer__btns > li:nth-child(3),
  .footer__btns > li:nth-child(4),
  .footer__btns > li:nth-child(5) {
    margin-top: -2px;
  }
  .footer__btns img {
    max-height: 48px;
  }
  .footer__catalog {
    margin-top: 1rem;
  }
  .footer__inquiry {
    margin: 0;
  }
  .footer__misc-links {
    display: block;
    text-align: right;
    font-size: 0.75rem;
    color: #858585;
    list-style: none;
    margin: 2rem auto 0;
    padding: 0;
    max-width: 1100px;
  }
  .footer__misc-links li {
    display: inline-block;
  }
  .footer__misc-links li:not(:first-child)::before {
    content: '｜';
    display: inline-block;
    margin: 0 .5em;
  }
  .footer__misc-links a {
    color: #858585;
    text-decoration: none;
  }
  .footer__misc-links a:hover {
    color: #004096;
  }
  .footer__copyright {
    font-size: 0.5625rem;
  }
  .bt-pagetop {
    right: auto;
    left: 0;
    width: 100px;
    height: 60px;
  }
}

@media all and (min-width: 668px) and (max-width: 1000px), print {
  .footer__body {
    padding-top: 2rem;
  }
  .footer__body-inner {
    flex-wrap: wrap;
    padding: 0 .5rem;
  }
  .footer__logo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .footer__logo img {
    width: 128px;
    height: 32px;
  }
  .footer__misc-links {
    margin-right: .5rem;
  }
}

@media print {
  .bt-pagetop {
    display: none !important;
  }
}

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

@media all and (min-width: 668px), print {
  .home .footer {
    margin-bottom: 6rem;
  }
  .home .footer__banners {
    max-width: none;
    margin-top: 2rem;
    padding-top: 0;
  }
  .home .footer__banners > div {
    width: 49.5%;
  }
  .home .footer__body {
    display: block;
    margin: 2rem auto 0;
    padding: 2rem 3rem;
    background-color: #fff;
  }
  .home .footer__body-inner {
    display: flex;
    max-width: none;
  }
  .home .footer__btns li img {
    max-height: 48px;
  }
  .home .footer__misc-links {
    max-width: none;
    padding-right: 3rem;
  }
}

.sitetag {
  display: none;
}

@media all and (min-width: 668px), print {
  .sitetag {
    display: block;
    position: absolute;
    right: 1rem;
    top: .5rem;
    font-size: 0.75rem;
    color: #fff;
    text-shadow: 0 0 2px black;
    margin: 0;
    z-index: 10;
  }
  .sitetag.sdgs {
    color:#aaa;
    text-shadow:none;
	top: 1.5rem;
  }
}

.page-header {
  width: 100%;
  height: 32vw;
  text-align: center;
  padding-top: 9.33333vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  position: relative;
}
.page-header.-single {
  padding-top: 10.66667vw;
}

.page-header::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/overlay.png) repeat left top;
}
.page-header.-sdgs::before {
  background: none;
}
.page-header .page-type-title {
  font-size: 6.66667vw;
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
  position: relative;
  z-index: 2;
  letter-spacing: .1em;
}
.page-header.-sdgs .page-type-title {
  font-size: 8vw;
  font-family: "メイリオ", Meiryo, sans-serif;
}

.page-header .page-type-eng {
  font-size: 3.46667vw;
  font-weight: bold;
  margin: 0;
  line-height: 1.25;
  position: relative;
  z-index: 2;
}

.page-header.-company {
  background-image: url(../images/common/page-header-company.jpg);
}
.page-header.-product {
  background-image: url(../images/common/page-header-product.jpg);
}
.page-header.-business {
  background-image: url(../images/common/page-header-business.jpg);
}
.page-header.-inquiry {
  background-image: url(../images/common/page-header-inquiry.jpg);
}
.page-header.-dig {
  background-image: url(../images/common/page-header-dig.jpg);
}
.page-header.-procurement {
  background-image: url(../images/common/page-header-procurement.jpg);
}
.page-header.-sdgs {
  background-image: url(../images/common/page-header-sdgs.jpg);
	background-size: 100% 32vw;
}

@media all and (min-width: 668px), print {
  .page-header {
    height: 240px;
    padding-top: 70px;
  }
  .page-header.-single {
    padding-top: 80px;
  }
  .page-header .page-type-title {
    font-size: 2.625rem;
  }
  .page-header.-sdgs .page-type-title {
    font-size: 3.8rem;
  }
  .page-header .page-type-eng {
    font-size: 1.375rem;
  }
  .page-header.-company {
    background-image: url(../images/common/page-header-company-pc.jpg);
  }
  .page-header.-product {
    background-image: url(../images/common/page-header-product-pc.jpg);
  }
  .page-header.-business {
    background-image: url(../images/common/page-header-business-pc.jpg);
  }
  .page-header.-inquiry {
    background-image: url(../images/common/page-header-inquiry-pc.jpg);
  }
  .page-header.-dig {
    background-image: url(../images/common/page-header-dig-pc.jpg);
  }
  .page-header.-procurement {
    background-image: url(../images/common/page-header-procurement-pc.jpg);
  }
  .page-header.-sdgs {
    background-image: url(../images/common/page-header-sdgs-pc.jpg);
	  background-size: 100% 240px;
  }
}

@media print {
  .page-header {
    height: 200px;
  }
}

.breadcrumbs {
  font-size: 2.93333vw;
  color: #aaa;
  background-color: #f3f3f3;
  line-height: 1.25;
}

.breadcrumbs > span {
  display: block;
  padding: 2.66667vw;
}

.breadcrumbs a {
  color: #aaa;
  text-decoration: none;
}

.breadcrumbs a:hover, .breadcrumbs a:active {
  color: #004096;
}

@media all and (min-width: 668px), print {
  .breadcrumbs {
    font-size: 0.75rem;
    margin-left: -100px;
  }
  .breadcrumbs > span {
    padding: 10px 20px 10px 110px;
  }
}

@media all and (max-width: 667px) {
  #wpadminbar {
    display: none;
  }
  body.admin-bar {
    position: relative;
    top: -46px;
  }
}

@media all and (min-width: 668px), print {
  .admin-bar .header {
    top: 32px;
  }
  .admin-bar .header__main {
    top: 32px;
  }
  .admin-bar .gnav {
    top: 32px;
  }
}

body.admin-bar.map #wpadminbar,
body.admin-bar.factory-video #wpadminbar {
  display: none;
}

@media all and (min-width: 668px), print {
  body.admin-bar.map,
  body.admin-bar.factory-video {
    position: relative;
    top: -32px;
  }
}

/*--------------------------------------------------------------
## Base
--------------------------------------------------------------*/
/*
    // show for narrow PC window
@media all and (max-width: 667px) {
.top-bg-movie {
  display: none;
}
}
*/
.top-bg-movie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 100vh;
  z-index: 1;
}

.top-bg-movie::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/overlay.png) repeat left top;
  z-index: 2;
}

.top-bg-movie video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
}

@media print {
  .top-bg-movie::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/top/slide1.jpg) no-repeat center center;
    background-size: cover;
  }
  .top-bg-movie video {
    display: none;
  }
}

.top-bg-slide {
  position: fixed;
  top: 16.8vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  height: calc( 100vh - 16.8vw);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  /*
  li:nth-child(1) span { 
    background-image: url(../images/top/slide1.jpg);
  }
  li:nth-child(2) span { 
    background-image: url(../images/top/slide2.jpg);
    animation-delay: 6s; 
  }
  li:nth-child(3) span { 
    background-image: url(../images/top/slide3.jpg);
    animation-delay: 12s; 
  }
  li:nth-child(4) span { 
    background-image: url(../images/top/slide4.jpg);
    animation-delay: 18s; 
  }
  li:nth-child(5) span { 
    background-image: url(../images/top/slide5.jpg);
    animation-delay: 24s; 
  }
  li:nth-child(5) span { 
    background-image: url(../images/top/slide6.jpg);
    animation-delay: 30s; 
  }
*/
}

.top-bg-slide::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/overlay.png) repeat left top;
  z-index: 2;
}

.top-bg-slide li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 0;
}

@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  5% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media all and (min-width: 668px), print {
  .top-bg-slide {
    display: none;
  }
}

.keep-safe-long {
  width: 100vw;
  height: calc( 100vh - 16.8vw);
  position: relative;
  padding-top: 15.46667vw;
  text-align: center;
}

.keep-safe-long .copy {
  width: 56.26667vw;
  height: 105.46667vw;
  padding-bottom: 13.33333vw;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.keep-safe-long .logo {
  width: 58.93333vw;
  height: 105.46667vw;
  padding-top: 77.73333vw;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.keep-safe-long .scroll {
  width: 22.13333vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 9.33333vw;
}

@media all and (min-width: 668px), print {
  .keep-safe-long {
    width: 100%;
    height: 100vh;
    padding-top: 180px;
  }
  .admin-bar .keep-safe-long {
    height: calc( 100vh - 32px);
  }
  .keep-safe-long .copy {
    width: 260px;
    height: 465px;
    padding-bottom: 124px;
  }
  .keep-safe-long .logo {
    width: 208px;
    height: 465px;
    padding-top: 357px;
  }
  .keep-safe-long .scroll {
    width: 92px;
    bottom: 25px;
  }
}

.h-top {
  margin: 0 0 1rem;
  font-size: 8vw;
  text-align: center;
  line-height: 1.25;
}

.h-top .eng {
  font-weight: normal;
  font-size: 2.93333vw;
  display: block;
  font-style: italic;
}

.h-top .ja {
  font-weight: normal;
  font-size: 2.93333vw;
  display: block;
}

@media all and (min-width: 668px), print {
  .h-top {
    font-size: 2.125rem;
  }
  .h-top .eng,
  .h-top .ja {
    font-size: 0.8125rem;
  }
}

.top-topics {
  background-color: #004096;
  color: #fff;
  padding: 1.5rem 1.5rem 2rem;
}

.top-topics .h-top {
  color: #fff;
}

.top-topics__list {
  list-style: none;
  padding: 0;
  line-height: 1.5;
}

.top-topics__list > li:not(:first-child) {
  margin-top: 1em;
}

.top-topics__list .postdate {
  display: block;
  color: #a6bcda;
}

.top-topics__link {
  width: 80vw;
  margin: 2rem auto 0;
  border: 1px solid #fff;
}

.top-topics__link a {
  display: block;
  text-align: center;
  font-size: 4.26667vw;
  font-weight: bold;
  text-decoration: none;
  padding: .2em;
}

.top-topics__link a:hover, .top-topics__link a:active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

@media all and (min-width: 668px), print {
  .top-topics {
    border: 2px solid #fff;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 20px 0;
  }
  .top-topics .h-top {
    font-size: 1.875rem;
    width: 250px;
    padding-top: 10px;
  }
  .top-topics__list {
    flex: 1;
    border-left: 1px solid #fff;
    padding-left: 75px;
  }
  .top-topics__list > li {
    display: flex;
    justify-content: flex-start;
    font-size: 0.9375rem;
  }
  .top-topics__list .postdate {
    width: 6.5em;
  }
  .top-topics__list .headline {
    flex: 1;
  }
  .top-topics__link {
    position: absolute;
    left: 65px;
    top: 100px;
    width: 120px;
    margin: 0;
  }
  .top-topics__link a {
    font-size: 0.9375rem;
  }
}

.top-company {
  margin-top: .5rem;
  background: url(../images/top/bg-company.jpg) no-repeat center center;
  background-size: cover;
  cursor: pointer;
}

.top-company:hover, .top-company:active {
  opacity: .9;
}

.top-company > a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 13.33333vw 0;
}
.top-sdgs {
  margin-top: .5rem;
  background: url(../images/top/bg-sdgs-sp.png) no-repeat center center;
  background-size: cover;
  cursor: pointer;
}

.top-sdgs:hover, .top-sdgs:active {
  opacity: .9;
}
@media all and (min-width: 668px), print {
  .top-company {
    margin-top: 1rem;
    background-image: url(../images/top/bg-company-pc.jpg);
    border: 2px solid #fff;
  }
  .top-company .h-top {
    margin-bottom: 0;
  }
  .top-company > a {
    padding: 55px 75% 55px 2%;
  }
  .top-sdgs {
    margin-top: 1rem;
  }
}

.top-product {
  margin-top: 1rem;
  background-color: #fff;
  padding: 2.66667vw;
}

.top-product .h-top {
  color: #004096;
}

.top-product .h-top .eng {
  color: #858585;
}

.top-product__list {
  list-style: none;
  padding: 0;
}

.top-product__list > li {
  width: 100%;
  border: 2px solid #004096;
}

.top-product__list > li:not(:first-child) {
  margin-top: 5px;
}

.top-product__list > li:hover, .top-product__list > li:active {
  opacity: .9;
}

.top-product__list > li a {
  display: block;
  color: #004096;
  text-decoration: none;
  padding: 8vw 6vw;
  line-height: 1.5;
}

.top-product__list > li .parent-category {
  margin: 0;
  color: #638abf;
  font-size: 4.66667vw;
}

.top-product__list > li .category {
  margin: 0;
  font-size: 6.93333vw;
}

.top-product__list > li.waterpipe {
  border-color: #008d9f;
}

.top-product__list > li.waterpipe a {
  color: #008d9f;
}

.top-product__list > li.waterpipe .parent-category {
  color: #008d9f;
}

.top-product__list .gaspipe {
  background: url(../images/top/im-gaspipe.jpg) no-repeat right top;
  background-size: contain;
}

.top-product__list .valve {
  background: url(../images/top/im-valve.jpg) no-repeat right top;
  background-size: contain;
}

.top-product__list .governer {
  background: url(../images/top/im-governer.jpg) no-repeat right top;
  background-size: contain;
}

.top-product__list .waterpipe {
  background: url(../images/top/im-waterpipe.jpg) no-repeat right top;
  background-size: contain;
}

@media all and (min-width: 668px), print {
  .top-product {
    margin-top: 2rem;
    padding: 40px;
  }
  .top-product__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top-product__list > li {
    max-width: 505px;
    width: 49.5%;
    border-width: 5px;
  }
  .top-product__list > li:nth-child(2) {
    margin-top: 0;
  }
  .top-product__list > li:nth-child(n+3) {
    margin-top: 10px;
  }
  .top-product__list > li a {
    padding: 10%;
  }
  .top-product__list > li .parent-category {
    font-size: 1.1875rem;
  }
  .top-product__list > li .category {
    font-size: 1.75rem;
  }
}

.top-employ,
.top-procurement {
  margin-top: .5rem;
}

@media all and (min-width: 668px), print {
  .top-employ,
  .top-procurement {
    margin-top: 2rem;
  }
}

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

@media all and (min-width: 668px), print {
  .top-procurement {
    margin-top: 2rem;
  }
}

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

.top-factory > a {
  display: block;
}

.top-factory > a:not(:first-child) {
  margin-top: .5rem;
}

@media all and (min-width: 668px), print {
  .top-factory {
    margin-top: 1rem;
  }
  .top-factory > a:not(:first-child) {
    margin-top: 1em;
  }
}

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

@media all and (min-width: 668px), print {
  .top-dig {
    margin-top: 2rem;
  }
}

.top-magazine {
  margin-top: 1rem;
  background-color: #fff;
  padding: 3.33333vw 3.33333vw 6.66667vw;
}

.top-magazine .h-top {
  width: 82.66667vw;
  margin-left: auto;
  margin-right: auto;
}

.top-magazine__link {
  width: 80vw;
  margin: 1rem auto 0;
  border: 1px solid #004096;
}

.top-magazine__link a {
  display: block;
  text-align: center;
  font-size: 4.26667vw;
  font-weight: bold;
  text-decoration: none;
  padding: .2em;
  color: #004096;
}

.top-magazine__link a:hover, .top-magazine__link a:active {
  color: #004096;
  background-color: rgba(0, 64, 150, 0.1);
}

@media all and (min-width: 668px), print {
  .top-magazine {
    margin-top: 2rem;
    padding: 40px 50px;
  }
  .top-magazine .h-top img {
    width: 423px;
    height: 28px;
  }
  .top-magazine__link {
    width: 350px;
  }
  .top-magazine__link a {
    font-size: 1.25rem;
  }
}

@media all and (min-width: 668px), print {
  .lead-topics {
    margin: 1.5em 6rem;
  }
}

.magazine__list {
  list-style: none;
  padding: 0;
}

.magazine__list > li {
  border: 1px solid #969493;
  margin-bottom: 1rem;
}

.magazine__list a {
  text-decoration: none;
  display: block;
}

.magazine__list a:hover, .magazine__list a:active {
  background-color: rgba(0, 64, 150, 0.1);
}

.magazine__list .title {
  color: #004096;
  font-size: 3.73333vw;
  font-weight: bold;
  margin: 4vw;
  line-height: 1.5;
}

.magazine__list .meta {
  display: flex;
  justify-content: space-between;
  padding: 4vw;
}

.magazine__list .cat {
  font-size: 3.2vw;
  font-weight: bold;
  border-left-width: 7px;
  border-left-style: solid;
  padding-left: .5em;
  color: #009bdd;
  border-left-color: #009bdd;
}

.magazine__list .postdate {
  text-align: right;
  color: #858585;
  font-size: 3.2vw;
  line-height: 1.5;
  align-self: flex-end;
}

.magazine__meta {
  display: flex;
  justify-content: space-between;
  padding: 4vw 0;
}

.magazine__meta .cat {
  font-size: 3.2vw;
  font-weight: bold;
  border-left-width: 7px;
  border-left-style: solid;
  padding-left: .5em;
  color: #009bdd;
  border-left-color: #009bdd;
}

.magazine__meta .postdate {
  text-align: right;
  color: #858585;
  font-size: 3.2vw;
  line-height: 1.5;
  align-self: flex-end;
}

@media all and (min-width: 668px), print {
  .magazine__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .magazine__list::after {
    content: '';
    display: block;
    height: 1px;
    max-width: 310px;
    width: 31%;
  }
  .magazine__list > li {
    max-width: 310px;
    width: 31%;
    margin-bottom: 2rem;
  }
  .magazine__list a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
  }
  .magazine__list .thumb {
    overflow: hidden;
    height: 206px;
    background-color: #eaeaea;
    position: relative;
  }
  .magazine__list .thumb img {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    width: auto;
    max-width: unset;
    height: 100%;
    max-height: 100%;
    transform: translateX(-50%) translateY(-50%);
  }
  .magazine__list .title {
    font-size: 0.9375rem;
    margin: 15px;
    flex: 1 1 auto;
  }
  .magazine__list .meta {
    padding: 15px;
  }
  .magazine__list .cat {
    font-size: 0.8125rem;
  }
  .magazine__list .postdate {
    font-size: 0.8125rem;
  }
  .magazine__meta {
    padding: 15px 0;
  }
  .magazine__meta .cat {
    font-size: 0.9375rem;
  }
  .magazine__meta .postdate {
    font-size: 0.8125rem;
  }
}

.product__mainimg {
  position: relative;
  width: 69.33333vw;
  margin: 0 auto 3rem;
  text-align: center;
}

.product__mainimg .badge {
  position: absolute;
  width: 12.53333vw;
  right: -6.26667vw;
  top: 4.4vw;
}

.product__intro .thumb {
  margin: 0 auto;
  text-align: center;
  max-width: 68vw;
}

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

.product__intro .qualified {
  font-weight: bold;
  color: #ffa000;
  margin: 1rem 0 0;
}

.product__intro .copy {
  font-size: 4vw;
  font-weight: bold;
  color: #000;
  margin: 0;
}

.product__intro .desc {
  margin: 0;
}

.product__intro p + .desc {
  margin: 1rem 0 0;
}

.product__points {
  list-style: none;
  padding: 0;
  margin: 2rem 0 3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product__points > li {
  width: 49%;
  margin-top: 1rem;
}

.product__points figure {
  margin: 0;
  padding: 0;
}

.product__points figure img {
  padding: 5px;
  border: 1px solid #d1d1d1;
}

.product__points figcaption {
  font-size: 2.93333vw;
  line-height: 1.5;
  display: block;
  margin: .5em 0;
}

.product__tokucho {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product__tokucho > li {
  width: 100%;
  margin-bottom: 1rem;
}

.product__tokucho h3 {
  margin-top: 0;
}

.product__size {
  margin: 1rem auto;
  text-align: center;
}

.product__variation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.product__variation > li {
  margin-bottom: 1rem;
  padding: .5em;
  width: 77%;
  background-image: linear-gradient(#ebe6d4, #f9f8f2);
}

.product__variation .name {
  position: relative;
  padding-left: 1.25em;
  margin: 0 0 .5em;
}

.product__variation .name::before {
  content: '●';
  color: #a59bab;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
}

.product__variation .photo {
  text-align: center;
}

.product__variation .modelnumber {
  font-size: 0.875rem;
  margin: 0;
}

.product__term-title {
  font-size: 4.53333vw;
  font-weight: bold;
  background-color: #004096;
  color: #fff;
  padding: .25em .5em;
  margin: 3rem 0 1rem;
}

section:first-of-type .product__term-title {
  margin-top: 1rem;
}

.product__term-desc {
  margin: 0 0 1.5em;
}

.product__list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  line-height: 1.5;
}

.product__list > li {
  width: 49%;
  border: 1px solid #004096;
}

.product__list > li:nth-child(n+3) {
  margin-top: .5rem;
}

.product__list > li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: #fff;
}

.product__list > li > a:hover, .product__list > li > a:active {
  opacity: .9;
  color: unset;
}

.product__list.-technical > li {
  width: 100%;
  border-color: #969493;
}

.product__list.-technical > li:nth-child(n+2) {
  margin-top: .5rem;
}

.product__list.-technical .product__list-name {
  background-color: transparent;
  font-size: 3.6vw;
  font-weight: bold;
  min-height: unset;
  padding-left: 1.75em;
  padding-bottom: 0;
  position: relative;
}

.product__list.-technical .product__list-name::before {
  content: '■';
  position: absolute;
  left: .5em;
  top: .5em;
  display: block;
}

.product__list.-technical .product__list-thumb {
  padding: 0 0 .5em;
}

.product__list-name {
  color: #004096;
  background-color: #ccd9ea;
  padding: .5em;
  font-size: 3.46667vw;
  font-weight: normal;
  min-height: 4em;
}

.product__list-thumb {
  padding: .5em;
  text-align: center;
}

.product__list-desc {
  padding: 0 .5em .5em;
  margin: 0;
  color: #000;
}

@media all and (min-width: 668px), print {
  .product__mainimg {
    width: 480px;
  }
  .product__mainimg .badge {
    width: 80px;
    right: -40px;
    top: 40px;
  }
  .product__intro {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    align-items: center;
    line-height: 1.6;
  }
  .product__intro.-no-eyecatch {
    justify-content: flex-start;
  }
  .product__intro.-no-eyecatch > div:only-child {
    flex-grow: 1;
  }
  .product__intro .thumb {
    margin: 0 2rem 0 0;
    width: 320px;
  }
  .product__intro .text {
    margin-top: 0;
    width: 470px;
  }
  .product__intro .qualified {
    margin: 0;
  }
  .product__intro .copy {
    font-size: 1.25rem;
  }
  .product__points::after {
    content: '';
    width: 32%;
    height: 1px;
    display: block;
  }
  .product__points > li {
    width: 32%;
  }
  .product__points figcaption {
    font-size: 0.875rem;
  }
  .product__tokucho {
    margin-bottom: 2rem;
  }
  .product__tokucho > li {
    width: 50%;
    padding-top: 1.5rem;
    border-top: 1px dashed #aac0dc;
  }
  .product__tokucho > li:nth-child(-n+2) {
    border-top: 0;
  }
  .product__tokucho > li:nth-child(odd) {
    padding-right: 2em;
  }
  .product__tokucho > li:nth-child(even) {
    padding-left: 2em;
  }
  .product__variation {
    justify-content: space-between;
  }
  .product__variation::after {
    content: '';
    display: block;
    width: 32.5%;
  }
  .product__variation > li {
    width: 32.5%;
  }
  .product__term-title {
    font-size: 1.625rem;
    padding: .2em 1em;
  }
  .product__list::before, .product__list::after {
    content: '';
    width: 24.5%;
    height: 1px;
    display: block;
  }
  .product__list::before {
    order: 1;
  }
  .product__list > li {
    width: 24.5%;
  }
  .product__list > li:nth-child(-n+2) {
    margin-top: .5rem;
  }
  .product__list > li:nth-child(n+5) {
    margin-top: .5rem;
  }
  .product__list-name {
    font-size: 0.9375rem;
  }
  .product__list-desc {
    font-size: 0.875rem;
  }
  .product__list.-technical::before {
    display: none;
  }
  .product__list.-technical::after {
    width: 32.4%;
  }
  .product__list.-technical > li {
    width: 32.4%;
  }
  .product__list.-technical > li:nth-child(n+4) {
    margin-top: .5rem;
  }
  .product__list.-technical .product__list-name {
    font-size: 1.125rem;
  }
  .product__list.-technical .product__list-desc {
    font-size: 0.9375rem;
  }
}

.company__message {
  text-align: justify;
  text-justify: inter-ideograph;
}

.company__message .ceo {
  width: 64vw;
  margin: auto;
}

.company__message .ceo-name {
  text-align: right;
}

.company__message .ceo-name .role {
  font-size: 3.2vw;
}

.company__message .ceo-name .name {
  font-size: 3.46667vw;
  display: inline-block;
  margin-left: 1em;
}

@media all and (min-width: 668px), print {
  .company__message {
    display: flex;
    justify-content: space-between;
  }
  .company__message .body {
    width: 460px;
  }
  .company__message .ceo {
    width: 430px;
    align-self: center;
  }
  .company__message .ceo-name .role {
    font-size: 0.9375rem;
  }
  .company__message .ceo-name .name {
    font-size: 1.125rem;
  }
}

@media all and (min-width: 668px), print {
  .tbl-shozaichi td:nth-child(3) a {
    letter-spacing: 1em;
    margin-right: -1em;
  }
}

.corporate-philosophy {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 1rem auto;
}

.floor:not(:first-child) {
  display: none;
}

.floor-img-sp {
  margin: 2rem 0;
}

.floor-menu-balloon {
  width: 61.86667vw;
  margin: 0 auto .5em;
}

.floor-menu-toggle.accordion__title {
  border: 2px solid #004096;
  padding: .5em;
  color: #004096;
  font-size: 4.26667vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  cursor: pointer;
  margin-top: 1rem;
}

.floor-menu-toggle.accordion__title:first-of-type {
  margin-top: 0;
}

.floor-menu-toggle.accordion__title::after {
  background-color: #7a9bc9 !important;
}

.floor-menu-body {
  padding: 1em;
  background-color: #f2f2f2;
}

.floor-menu-all {
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
}

.floor-menu-all a {
  color: #fff;
  background-color: #4272b2;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: .25em 1em;
}

.floor-menu-all a:active, .floor-menu-all a:hover {
  background-color: #004096;
}

.floor-menu-heading {
  text-align: center;
  font-size: 3.2vw;
  font-weight: bold;
  color: #004096;
}

.floor-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.floor-menu-list > li {
  width: 50%;
}

.floor-menu-list > li a {
  color: #004096;
  font-size: 3.73333vw;
  font-weight: bold;
  padding: .25em 1em;
  text-decoration: none;
  display: block;
}

.floor-menu-list > li a:hover, .floor-menu-list > li a:active {
  background-color: #ffa000;
  color: #fff;
}

@media all and (min-width: 668px), print {
  .floor {
    width: 1000px;
  }
}

.hentry .factory-product-heading {
  padding: 0;
  text-align: center;
  border: 0;
}

@media all and (min-width: 668px), print {
  .factory-block {
    width: 860px;
    margin: 0 auto;
  }
  .factory-video-block {
    width: 640px;
    margin: 0 auto;
  }
}

@media all and (min-width: 668px), print {
  .column2.-nagano-inspection > .row .col, .-nagano-inspection.column3-full > .row .col {
    width: auto;
  }
  .column2.-nagano-inspection > .row .col:nth-child(even), .-nagano-inspection.column3-full > .row .col:nth-child(even) {
    align-content: flex-end;
  }
}

@media all and (min-width: 668px), print {
  .column3-full.-narita1-2 > .row::after {
    order: 6;
  }
  .column3-full.-narita1-2 > .row .col:nth-child(1) {
    order: 1;
  }
  .column3-full.-narita1-2 > .row .col:nth-child(2) {
    order: 3;
  }
  .column3-full.-narita1-2 > .row .col:nth-child(3) {
    width: calc( 66.6% - 40px);
    order: 2;
  }
  .column3-full.-narita1-2 > .row .col:nth-child(4) {
    order: 4;
  }
  .column3-full.-narita1-2 > .row .col:nth-child(5) {
    order: 5;
  }
  .column3-full.-narita1-2 > .row .col:nth-child(2), .column3-full.-narita1-2 > .row .col:nth-child(4), .column3-full.-narita1-2 > .row .col:nth-child(5) {
    margin-top: 1rem;
  }
}

body.factory-video {
  padding-top: 0;
  line-height: 1.75;
}

body.factory-video .entry-content {
  margin-top: 0;
}

.hentry .factory-video__title {
  margin: 1rem 0;
}

@media all and (min-width: 668px), print {
  /*
body.factory-video {
  padding-top: 2rem;
}
*/
}

.hentry .factory-video__title {
  background-color: transparent;
  color: #000;
  text-align: center;
  padding: 0;
}

.factory-video__body {
  padding: 0 1em 1em;
}

@media all and (min-width: 668px), print {
  .factory-video__content-area {
    max-width: 680px;
    margin: 0 auto;
  }
}

.business-index {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 98.6%;
  margin: 0 auto;
}

.business-index__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/business/bg-business-index.png) no-repeat 0 0;
  background-size: contain;
}

.business-index__inner > div {
  position: absolute;
  width: 32%;
  height: 4.259634888%;
}

.business-index__inner > div.bt1 {
  left: 34%;
  top: 11.359026369%;
}

.business-index__inner > div.bt2 {
  left: 34%;
  top: 27.991886409%;
}

.business-index__inner > div.bt3 {
  left: 9%;
  top: 65.517241379%;
}

.business-index__inner > div.bt4 {
  left: 9%;
  top: 82.454361054%;
}

.business-index__inner > div.bt5 {
  left: 57.5%;
  top: 65.517241379%;
}

.business-index__inner > div.bt6 {
  left: 57.5%;
  top: 82.454361054%;
}

.business-index a {
  display: block;
  line-height: 1;
}

@media all and (min-width: 668px), print {
  .business-index {
    max-width: 1000px;
  }
}

@media all and (min-width: 1100px) {
  .business-index {
    padding-top: 986px;
  }
}

.tbl-maker td {
  padding: .5em 1em;
}

.map-zenkoku {
  max-width: 860px;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 95.3488%;
  margin: 0 auto;
}

.map-zenkoku__list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/business/map-zenkoku-pc.png) no-repeat 0 0;
  background-size: contain;
}

.map-zenkoku__list > li {
  position: absolute;
  width: 14px;
  height: 14px;
}

.map-zenkoku__list > li:hover {
  z-index: 2;
  transform: scale(1.5);
}

.map-zenkoku__list > li.osaka {
  left: 33.0233%;
  top: 75.3659%;
}

.map-zenkoku__list > li.osaka_l {
  left: 26.5116%;
  top: 40.6098%;
}

.map-zenkoku__list > li.tokyohonsya {
  left: 55.4651%;
  top: 69.3902%;
}

.map-zenkoku__list > li.tokyohonsya_l {
  left: 76.1628%;
  top: 61.7073%;
}

.map-zenkoku__list > li.nagoya {
  left: 40.2326%;
  top: 73.0488%;
}

.map-zenkoku__list > li.osakasiten_l {
  left: 28.1395%;
  top: 39.7561%;
}

.map-zenkoku__list > li.fukuoka {
  left: 5.2326%;
  top: 80.9756%;
}

.map-zenkoku__list > li.hokkaido {
  left: 64.0698%;
  top: 17.9268%;
}

.map-zenkoku__list > li.touhoku {
  left: 61.5116%;
  top: 51.3415%;
}

.map-zenkoku__list > li.kitakantou {
  left: 56.5116%;
  top: 61.5854%;
}

.map-zenkoku__list > li.niigata {
  left: 52.7907%;
  top: 54.1463%;
}

.map-zenkoku__list > li.kanagawa {
  left: 53.9535%;
  top: 70.9756%;
}

.map-zenkoku__list > li.shizuoka {
  left: 48.2558%;
  top: 73.7805%;
}

.map-zenkoku__list > li.yokkaiti {
  left: 38.7209%;
  top: 74.0244%;
}

.map-zenkoku__list > li.hokuriku {
  left: 39.8837%;
  top: 62.4390%;
}

.map-zenkoku__list > li.kyoto {
  left: 34.0698%;
  top: 73.4146%;
}

.map-zenkoku__list > li.okayama {
  left: 24.0698%;
  top: 75.1220%;
}

.map-zenkoku__list > li.hiroshima {
  left: 16.1628%;
  top: 76.7073%;
}

.map-zenkoku__list > li.shikoku {
  left: 17.7907%;
  top: 80.7317%;
}

.map-zenkoku__list > li.kitakyusyu {
  left: 7.0930%;
  top: 79.2683%;
}

.map-zenkoku__list > li.minamikyusyu {
  left: 4.0698%;
  top: 94.7561%;
}

.map-zenkoku__list > li.narita {
  left: 58.4884%;
  top: 70.0000%;
}

.map-zenkoku__list > li.nagano {
  left: 46.2791%;
  top: 66.7073%;
}

.map-zenkoku__list > li.hashimoto {
  left: 32.9070%;
  top: 78.5366%;
}

.map-zenkoku__list > li.kamuro {
  left: 32.9070%;
  top: 79.5366%;
}

.map-zenkoku__list > li.harima {
  left: 27.2093%;
  top: 73.4146%;
}

.map-zenkoku__list > li.urayasubutsuryu {
  left: 56.7442%;
  top: 69.5122%;
}

.map-zenkoku__list > li.urayasubutsuryu_l {
  left: 81.2791%;
  top: 63.1707%;
}

.map-zenkoku__list > li.osakabutsuryu {
  left: 32.4419%;
  top: 76.0976%;
}

.map-zenkoku__list > li.osakabutsuryu_l {
  left: 26.0465%;
  top: 42.8049%;
}

.map-zenkoku__list a {
  display: block;
  line-height: 1;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.map-zenkoku__list a.sales {
  background-color: #004097;
}

.map-zenkoku__list a.factory {
  background-color: #ff8100;
}

.map-zenkoku__list a.logistics {
  background-color: #1eb355;
}

.map-zenkoku__list a.research {
  background-color: #FF45F6;
}

@media all and (min-width: 960px) {
  .map-zenkoku {
    padding-top: 820px;
  }
}

.list-jukimakers {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-jukimakers > li {
  width: 49%;
}

.list-jukimakers > li:nth-child(-n+2) {
  margin-top: 0;
}

@media all and (min-width: 668px), print {
  .list-jukimakers > li {
    width: 24%;
  }
  .list-jukimakers > li:nth-child(-n+4) {
    margin-top: 0;
  }
}

.faq__list {
  counter-reset: qnum;
  list-style: none;
  padding: 0;
  line-height: 1.5;
}

.faq__set {
  counter-increment: qnum;
  margin-bottom: 3rem;
}

.faq .question {
  position: relative;
  background-color: #fff1d9;
  border-radius: 10px;
  width: 70.66667vw;
  margin-left: 21.33333vw;
  font-size: 3.6vw;
  font-weight: bold;
  padding: 10px;
}

.faq .question::before {
  content: "Q" counter(qnum);
  font-size: 6.13333vw;
  font-weight: bold;
  color: #ffa000;
  line-height: 1;
  display: block;
}

.faq .question::after {
  content: '';
  position: absolute;
  left: -15px;
  top: 8vw;
  border-right: 15px solid #fff1d9;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 0;
}

.faq .question i {
  display: block;
  position: absolute;
  left: -21.33333vw;
  top: 2vw;
  width: 16vw;
  height: 18.93333vw;
  font-size: 1.86667vw;
  text-align: center;
  padding-top: 16vw;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  font-style: normal;
}

.faq .question i.kee1 {
  background-image: url(../images/faq/kee1.png);
}

.faq .question i.kee2 {
  background-image: url(../images/faq/kee2.png);
}

.faq .question i.kee3 {
  background-image: url(../images/faq/kee3.png);
}

.faq .question i.kee4 {
  background-image: url(../images/faq/kee4.png);
}

.faq .question i.kee5 {
  background-image: url(../images/faq/kee5.png);
}

.faq .answer {
  position: relative;
  background-color: #e5ecf5;
  border-radius: 10px;
  width: 70.66667vw;
  margin-top: 1rem;
  margin-left: 21.33333vw;
  font-size: 3.6vw;
  font-weight: bold;
  padding: 10px;
}

.faq .answer::before {
  content: 'A';
  font-size: 6.13333vw;
  font-weight: bold;
  color: #004097;
  line-height: 1;
  display: block;
}

.faq .answer::after {
  content: '';
  position: absolute;
  left: -15px;
  top: 8vw;
  border-right: 15px solid #e5ecf5;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 0;
}

.faq .answer i {
  display: block;
  position: absolute;
  left: -21.33333vw;
  top: 2vw;
  width: 16vw;
  height: 18.93333vw;
  font-size: 1.86667vw;
  text-align: center;
  padding-top: 16vw;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  font-style: normal;
}

.faq .answer i.lon1 {
  background-image: url(../images/faq/lon1.png);
}

.faq .answer i.lon2 {
  background-image: url(../images/faq/lon2.png);
}

.faq .answer i.lon3 {
  background-image: url(../images/faq/lon3.png);
}

.faq .answer i.lon4 {
  background-image: url(../images/faq/lon4.png);
}

.faq .answer i.lon5 {
  background-image: url(../images/faq/lon5.png);
}

.faq__inquiry {
  border: 3px solid #ffa000;
  border-radius: 15px;
  padding: 3.33333vw 3.33333vw 24.66667vw;
  text-align: center;
  font-size: 3.6vw;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  margin: 3rem auto 6rem;
}

.faq__inquiry::before {
  content: '';
  width: 30.66667vw;
  height: 36.53333vw;
  position: absolute;
  left: 14.4vw;
  bottom: -18.4vw;
  background: url(../images/faq/kee.png) no-repeat center top;
  background-size: contain;
}

.faq__inquiry::after {
  content: '';
  width: 28.26667vw;
  height: 40.53333vw;
  position: absolute;
  left: 48.4vw;
  bottom: -18.4vw;
  background: url(../images/faq/lon.png) no-repeat center top;
  background-size: contain;
}

.faq__inquiry .buttons {
  margin: 1rem 0 0;
}

.faq table {
  border: 1px solid #fff;
  table-layout: fixed;
}

.faq table th, .faq table td {
  background-color: #f1f1f1;
  text-align: center;
  border: 1px solid #fff;
  padding: .5em;
}

.page-id-223 .term-link {
  margin: 1rem 0;
}

@media all and (min-width: 668px), print {
  .faq__list {
    width: 936px;
    margin: 0 auto;
  }
  .faq .question {
    border-radius: 20px;
    width: 550px;
    margin: 0 auto;
    font-size: 1.125rem;
    padding: 30px 30px 30px 90px;
  }
  .faq .question::before {
    font-size: 1.9375rem;
    position: absolute;
    left: 30px;
    top: 30px;
  }
  .faq .question::after {
    left: -30px;
    top: 40%;
    border-right: 30px solid #fff1d9;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 0;
  }
  .faq .question i {
    left: -193px;
    top: -8px;
    width: 145px;
    height: 165px;
    font-size: 0.75rem;
    padding-top: 145px;
  }
  .faq .answer {
    border-radius: 20px;
    width: 550px;
    margin: 1rem auto 0;
    font-size: 1.125rem;
    padding: 20px 30px 20px 90px;
  }
  .faq .answer::before {
    font-size: 1.9375rem;
    position: absolute;
    left: 30px;
    top: 30px;
  }
  .faq .answer::after {
    left: auto;
    right: -30px;
    top: 40%;
    border-left: 30px solid #e5ecf5;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 0;
  }
  .faq .answer i {
    left: auto;
    right: -193px;
    top: -8px;
    width: 145px;
    height: 165px;
    font-size: 0.75rem;
    padding-top: 145px;
  }
  .faq__inquiry {
    width: 550px;
    border-radius: 20px;
    padding: 40px 100px;
    font-size: 1.125rem;
    margin: 6rem auto 3rem;
  }
  .faq__inquiry::before {
    width: 204px;
    height: 244px;
    left: -122px;
    bottom: -57px;
  }
  .faq__inquiry::after {
    width: 189px;
    height: 270px;
    left: 480px;
    bottom: -67px;
  }
}

.get-acrobat .banner {
  margin-top: .5em;
}

@media all and (min-width: 668px), print {
  .get-acrobat {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }
  .get-acrobat > p {
    margin: 0;
  }
  .get-acrobat .banner {
    width: 158px;
    margin-top: .5em;
    margin-right: 1em;
  }
}

.tbl-download tr:not(:first-child) th {
  width: 7em;
  white-space: normal;
}

.tbl-download td {
  padding: .5em 1em;
}

.tbl-download td:last-child {
  width: 8em;
}

@media all and (min-width: 668px), print {
  .tbl-download tr:not(:first-child) th {
    width: 12em;
    white-space: normal;
  }
  .tbl-download td:last-child {
    width: 12em;
  }
}

.price__img img {
  display: block;
  width: 72.93333vw;
  margin: 0 auto;
}

@media all and (min-width: 668px), print {
  .price__img img {
    width: 365px;
  }
}

.video__list {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.video__item {
  width: 100%;
  border: 1px solid #969493;
}

.video__item:not(:first-child) {
  margin-top: 1rem;
}

.video__thumb {
  position: relative;
}

.video__thumb a {
  display: block;
  width: 100%;
  height: 100%;
}

.video__thumb a::after {
  content: '';
  width: 8vw;
  height: 8vw;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/ic-video-play.svg) no-repeat center center;
  background-size: contain;
}

.video__title {
  padding: .25em 1em;
}

@media all and (min-width: 668px), print {
  .video__list::after {
    content: '';
    width: 31%;
    display: block;
    height: 1px;
  }
  .video__item {
    width: 31%;
  }
  .video__item:not(:first-child) {
    margin-top: 3rem;
  }
  .video__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .video__thumb a::after {
    width: 40px;
    height: 40px;
  }
}

.dig__year {
  text-align: center;
  margin-bottom: 1em;
  white-space: nowrap;
}

.dig__social-event p {
  margin: 0;
}

.dig__social-event p + div {
  margin-top: 1em;
}

.dig__month {
  margin: 0 0 .5em;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.dig__month dt {
  padding-right: .5em;
  width: 4.7em;
  font-weight: normal;
  white-space: nowrap;
}

.dig__month dd {
  width: calc(100% - 4.7em);
  flex: 0 1 auto;
}

.dig__month p:first-child {
  margin-top: 0;
}

* + .dig__column {
  margin-top: .5em;
}

.dig__column p:first-child {
  margin-top: 0;
}

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

.dig__words {
  background-color: rgba(255, 255, 255, 0.5);
}

.dig__words-header .title {
  border: 1px solid #809fcb;
  background-color: #809fcb;
  color: #fff;
  font-size: 3.2vw;
  padding: .2em .5rem;
}

.dig__words-header .source {
  border-left: 1px solid #809fcb;
  border-right: 1px solid #809fcb;
  font-size: 2.4vw;
  padding: .4em .5rem;
  line-height: 1.35;
}

.dig__words-body {
  border: 1px solid #809fcb;
  padding: .75em .5rem;
}

.dig__words-body .link-arrow {
  line-height: 1.35;
}

.dig__words-body .link-arrow::before {
  top: .1em;
}

.dig__photo-row {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}

.dig__photo-row > li {
  margin-left: .5em;
  flex: 0 1 auto;
}

.dig__photo-row > li:first-child {
  margin-left: 0;
}

.dig__modal-inner {
  padding: 1em;
}

.dig__modal-column .secondary {
  margin: 1rem auto 0;
}

.dig__modal-column .secondary.-landscape {
  width: 250px;
}

.dig__modal-column .secondary.-portrait {
  width: 200px;
}

@media all and (min-width: 668px), print {
  .dig__year-wrapper {
    display: flex;
  }
  .dig__year {
    text-align: right;
    width: 7em;
    padding-right: 1em;
    margin-bottom: 0;
    flex: 0 0 7em;
  }
  .dig__social-event {
    flex: 0 1 17em;
  }
  .dig__month {
    max-width: 590px;
  }
  .dig__month dt {
    width: 12.4%;
  }
  .dig__month dd {
    width: 87.6%;
  }
  .dig__column {
    display: flex;
    justify-content: space-between;
  }
  .dig__column .primary {
    width: 200px;
    flex-shrink: 0;
  }
  .dig__column .secondary {
    width: 390px;
    margin-top: 0;
    padding-left: 1rem;
    flex: 0 1 auto;
  }
  .dig__words-header {
    display: flex;
    align-items: stretch;
  }
  .dig__words-header .title {
    width: 8em;
    font-size: 0.9375rem;
    line-height: 26px;
  }
  .dig__words-header .source {
    border: 1px solid #809fcb;
    border-left: 0;
    font-size: 0.8125rem;
    flex: 1 1 auto;
    line-height: 18px;
    padding: 7px .5rem;
  }
  .dig__words-body {
    border-top: 0;
  }
  .dig__words-body:first-child {
    border-top: 1px solid #809fcb;
  }
  .dig__modal-inner {
    padding: 2em;
  }
  .dig__modal-column {
    display: flex;
    justify-content: space-between;
  }
  .dig__modal-column .primary {
    flex: 1 1 auto;
    padding-right: 3rem;
  }
  .dig__modal-column .secondary {
    margin: 0;
    flex-shrink: 0;
  }
}

.tbl-dig {
  margin-top: 0;
}

.tbl-dig th:nth-child(1),
.tbl-dig td:nth-child(1) {
  width: 34%;
}

.tbl-dig td {
  vertical-align: top;
  padding: .5em;
  font-size: 3.2vw;
}

@media all and (min-width: 668px), print {
  .tbl-dig th:nth-child(1),
  .tbl-dig td:nth-child(1) {
    width: 36%;
  }
  .tbl-dig th:nth-child(2),
  .tbl-dig td:nth-child(2) {
    width: 64%;
  }
  .tbl-dig td {
    padding: .5em 1em;
    font-size: 0.9375rem;
  }
}

body.map {
  padding-top: 0;
  line-height: 1.75;
}

@media all and (min-width: 668px), print {
  body.map {
    padding-top: 2rem;
  }
}

.map-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.map-header__title {
  font-size: 4.8vw;
  margin: 0;
}

.map-header__title .label {
  display: inline-block;
  font-size: 60%;
  color: #fff;
  background-color: #5E87BD;
  margin-left: .5em;
  padding: .2em .5em;
  vertical-align: middle;
  position: relative;
  top: -.1em;
}

.map-header__buttons {
  display: inline-block;
  text-align: right;
}

.map-header__buttons button {
  display: inline-block;
  margin-left: .5rem;
  cursor: pointer;
}

.tbl-map td {
  text-align: center;
}

.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 51%;
  margin-bottom: 1rem;
}

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

@media all and (min-width: 668px), print {
  .map__content-area {
    max-width: 1000px;
    margin: 0 auto;
  }
  .map-header__title {
    font-size: 2.25rem;
  }
}

.buttons.-inquiry .button.-phone, .buttons.-inquiry .button.-inquiry {
  padding: .7em .5em;
}

.buttons.-inquiry .button i {
  margin-right: 1em;
}

@media all and (min-width: 668px), print {
  .buttons.-inquiry {
    flex-wrap: nowrap;
  }
  .buttons.-inquiry .button {
    width: 480px;
    font-size: 1.625rem;
  }
  .buttons.-inquiry .button.-inquiry {
    padding: .95em .5em;
  }
  .buttons.-inquiry .button .ic-mail {
    width: 60px;
    height: 42px;
  }
  .buttons.-inquiry .button .ic-phone {
    width: 52px;
    height: 60px;
  }
}

.inquiry__section {
  border-top: 1px dotted #a3a3a3;
  margin-top: 2rem;
  padding-top: 2rem;
}

.hentry .inquiry__heading {
  background-color: transparent;
  color: #004096;
  text-align: center;
  padding: 0;
  font-size: 4.53333vw;
  line-height: 1.25;
}

.hentry .inquiry__heading .sub {
  font-size: 79.4%;
}

.hentry .inquiry__heading .extra {
  font-size: 76.4%;
  font-weight: normal;
  color: #000;
}

.inquiry__form {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inquiry__form > li {
  background-color: #f3f3f3;
  padding: 1em;
  border-radius: 5px;
  margin-bottom: .65em;
}

.inquiry__form label {
  display: block;
  line-height: 1.5;
}

.inquiry__form .required {
  display: inline-block;
  background-color: #809fcb;
  padding: .2em .4em;
  text-align: center;
  color: #fff;
  font-size: 90%;
  line-height: 1;
  margin-left: 1em;
  position: relative;
  top: -.1em;
}

.inquiry__form input[type=text],
.inquiry__form input[type=email],
.inquiry__form textarea {
  max-width: 100%;
}

.inquiry__form .horizontal-item {
  display: block;
}

.inquiry__form .narrow {
  width: 80%;
}

.mw_wp_form .btn-submit {
  margin-top: 3rem;
  text-align: center;
}

.mw_wp_form input[type="submit"] {
  display: inline-block;
  width: 84vw;
  border: 0;
  background-color: #004096;
  color: #fff;
  font-size: 4.26667vw;
  font-weight: bold;
  padding: 1em;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}

.mw_wp_form input[type="submit"].bt-back {
  background-color: #aaa;
  margin-bottom: .5rem;
}

.mw_wp_form .inquiry__form .horizontal-item {
  margin: 0 1.5em 0 0;
	display: inline-block;
}

@media all and (min-width: 668px), print {
  .hentry .inquiry__heading {
    font-size: 1.625rem;
  }
  .inquiry__form > li {
    padding: 1em 2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .inquiry__form > li > div {
    width: 22%;
  }
  .inquiry__form > li > p {
    width: 75%;
  }
  .inquiry__form > li label {
    position: relative;
  }
  .inquiry__form > li label small {
    display: block;
  }
  .inquiry__form > li .required {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 24px;
    font-size: 100%;
  }
  .inquiry__form .narrow {
    width: 50%;
  }
  .mw_wp_form input[type="submit"] {
    font-size: 1.25rem;
    width: 360px;
    margin: 0 .5rem;
  }
  .mw_wp_form input[type="submit"].bt-back {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 667px) {
  .tbl-phone {
    display: block;
    border: 0;
  }
  .tbl-phone thead {
    display: none;
  }
  .tbl-phone tbody,
  .tbl-phone tr,
  .tbl-phone th,
  .tbl-phone td {
    display: block;
    width: 100%;
  }
  .tbl-phone td {
    border-top: 1px solid #fff;
    border-bottom: 0;
  }
  .tbl-phone td:first-child {
    background-color: #a3d7ed;
    color: #fff;
    text-align: left;
    padding: .5em 1em;
  }
  .tbl-phone td:first-child br {
    display: none;
  }
}

@media all and (min-width: 668px), print {
  .tbl-phone td:nth-child(2) > div {
    position: relative;
  }
  .tbl-phone .address {
    padding-right: 78px;
  }
  .tbl-phone .map {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto;
    height: 28px;
  }
}

.sitemap .entry-content {
  margin-top: 3rem;
}

.sitemap__section:not(:first-child) {
  margin-top: 2rem;
}

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

.sitemap__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.sitemap__list > li {
  width: 50%;
  margin-bottom: 2rem;
  display: flex;
}

.sitemap__list > li:nth-child(odd) {
  padding-right: 1em;
}

.sitemap__list > li:nth-child(even) {
  padding-left: 1em;
}

.sitemap__list > li:only-child {
  width: 100%;
}

.sitemap__list .link-arrow {
  line-height: 1.5;
}

.sitemap__list .link-arrow::before {
  top: .18em;
}

.dotline + .sitemap__list {
  margin-top: 4rem;
}

@media all and (min-width: 668px), print {
  .sitemap__list > li {
    width: 25%;
    padding-left: .5em;
    padding-right: .5em;
  }
  .sitemap__list > li:nth-child(odd) {
    padding-right: .5em;
  }
  .sitemap__list > li:nth-child(even) {
    padding-left: .5em;
  }
  .sitemap__list > li:nth-child(4n+1) {
    padding-left: 0;
  }
  .sitemap__list > li:nth-child(4n) {
    padding-right: 0;
  }
}

.pop__content-area {
  padding: 1rem;
}



/*--------------------------------------------------------------
## privacy
--------------------------------------------------------------*/
.privacy-title {
  position: relative;
	font-weight: bold;
	font-size: 1.625rem;
	color: #004096;
	line-height: 1.5;
}
.privacy-title:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #004096;
}
.privacy-title span {
  position: relative;
  padding: 0 1em 0 0;
  background: #fff;
	display: inline-block;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry,
.archive-body {
  margin: 0 0 1.5em;
  margin: 5.33333vw 2.66667vw;
}

@media all and (min-width: 668px), print {
  .hentry,
  .archive-body {
    margin: 0 0 3rem;
  }
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em auto 0;
}

.entry-content.-magazine {
  padding: 0 1em;
}

.post-thumbnail {
  text-align: center;
}

@media all and (min-width: 668px), print {
  .entry-content {
    /*
  &.-topics {
    width: 450px;
  }
*/
  }
  .entry-content.-magazine {
    padding: 0;
    width: 800px;
  }
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.block-body, .product__intro {
  padding-left: 1.33333vw;
  padding-right: 1.33333vw;
}

@media all and (min-width: 668px), print {
  .block-body, .product__intro {
    padding-left: 19px;
    padding-right: 19px;
  }
  .block-body.-narrow, .-narrow.product__intro {
    padding-left: 50px;
    padding-right: 50px;
  }
  .block-body.-gray-pc, .-gray-pc.product__intro {
    background-color: #f5f5f5;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  h2 + .block-body.-gray-pc, h2 + .-gray-pc.product__intro {
    margin-top: -2rem;
  }
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Columns
--------------------------------------------------------------*/
.col *:first-child {
  margin-top: 0;
}

.column2, .column3-full {
  margin-top: 2rem;
}

.column2 > .row, .column3-full > .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column2 > .row .col, .column3-full > .row .col {
  width: 100%;
}

.column2 > .row .col:not(:first-child), .column3-full > .row .col:not(:first-child) {
  margin-top: 1rem;
}

@media all and (min-width: 668px), print {
  .column2, .column3-full {
    margin-left: -20px;
    margin-right: -20px;
  }
  .column2 > .row .col, .column3-full > .row .col {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .column2 > .row .col:not(:first-child), .column3-full > .row .col:not(:first-child) {
    margin-top: 40px;
  }
  .column2 > .row .col:nth-child(2), .column3-full > .row .col:nth-child(2) {
    margin-top: 0;
  }
}

@media all and (min-width: 668px), print {
  .column3-full > .row::after {
    content: '';
    display: block;
    width: 33.3%;
    height: 1px;
    flex: 1 1 auto;
  }
  .column3-full > .row .col {
    width: 33.3%;
  }
  .column3-full > .row .col:nth-child(-n+3) {
    margin-top: 0;
  }
}

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

.column2-nowrap > .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column2-nowrap > .row .col {
  width: 50%;
}

.column2-nowrap > .row .col:nth-child(odd) {
  padding-right: .5rem;
}

.column2-nowrap > .row .col:nth-child(even) {
  padding-left: .5rem;
}

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

.column2-37 > .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column2-37 > .row .col {
  width: 100%;
}

.column2-37 > .row .col:not(:first-child) {
  margin-top: 1rem;
}

@media all and (min-width: 668px), print {
  .column2-37 {
    /*
  margin-left: -20px;
  margin-right: -20px;
*/
  }
  .column2-37 > .row .col:nth-child(odd) {
    padding-right: .5rem;
    width: 30%;
  }
  .column2-37 > .row .col:nth-child(even) {
    padding-left: .5rem;
    width: 70%;
  }
  .column2-37 > .row .col:not(:first-child) {
    margin-top: 0;
  }
}

.column2-37-nowrap {
  margin-top: 2rem;
}

.column2-37-nowrap > .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column2-37-nowrap > .row .col:nth-child(odd) {
  padding-right: .5rem;
  width: 30%;
}

.column2-37-nowrap > .row .col:nth-child(even) {
  padding-left: .5rem;
  width: 70%;
}

.columns, .column3,
.column4 {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 2rem;
}

.columns > .row, .column3 > .row, .column4 > .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.columns > .row::after, .column3 > .row::after, .column4 > .row::after {
  content: '';
  display: block;
  width: 50%;
  height: 1px;
  flex: 1 1 auto;
}

.columns > .row > .col, .column3 > .row > .col, .column4 > .row > .col {
  width: 50%;
  flex: 1 1 auto;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

@media all and (min-width: 668px), print {
  .columns > .row, .column3 > .row, .column4 > .row {
    flex-wrap: nowrap;
  }
  .columns > .row::after, .column3 > .row::after, .column4 > .row::after {
    width: unset;
  }
  .columns > .row > .col, .column3 > .row > .col, .column4 > .row > .col {
    width: unset;
  }
}

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

.columns-center > .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.columns-center > .row > .col {
  width: 100%;
  text-align: center;
  margin: 0 2rem 1rem;
}

@media all and (min-width: 668px), print {
  .columns-center > .row > .col {
    width: auto;
    max-width: 30.6%;
  }
  .columns-center.-single > .row > .col {
    width: 30.6%;
  }
}

@media all and (min-width: 668px), print {
  .column3 > .row {
    flex-wrap: wrap;
  }
  .column3 > .row::after {
    width: 33.3%;
  }
  .column3 > .row > .col {
    width: 33.3%;
  }
  .column3 > .row > .col:nth-child(n+4) {
    margin-top: 1rem;
  }
  .column4 > .row {
    flex-wrap: wrap;
  }
  .column4 > .row::after {
    width: 25%;
  }
  .column4 > .row::before {
    content: '';
    display: block;
    width: 25%;
    height: 1px;
    flex: 1 1 auto;
    order: 1;
  }
  .column4 > .row > .col {
    width: 25%;
    flex: 0 1 auto;
  }
  .column4 > .row > .col:nth-child(n+5) {
    margin-top: 1rem;
  }
}

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.accordion__wrapper:not(:first-of-type) .accordion__content {
  display: none;
}

.accordion__title {
  position: relative;
  padding: .5em;
  margin-top: 2rem;
}

.accordion__title::after {
  content: '＋';
  display: block;
  width: 1em;
  height: 1em;
  background-color: #ccd9ea;
  color: #fff;
  font-size: 6.66667vw;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.accordion__title.opened::after {
  content: 'ー';
}

.accordion__content:not(:first-of-type) {
  display: none;
}

@media all and (min-width: 668px), print {
  .accordion__wrapper:not(:first-of-type) .accordion__content {
    display: block;
  }
  .accordion__title {
    padding: .25em .5em;
    margin-top: 3rem;
  }
  .accordion__title::after {
    display: none;
  }
}

/*--------------------------------------------------------------
# Boxes
--------------------------------------------------------------*/
.box__border {
  border: 1px solid #004096;
  padding: 1em;
  margin: 2rem 0;
}

.box__slide {
  width: 100%;
  overflow: auto;
  overflow-x: scroll;
}

.box__slide > div {
  width: 150%;
}

.box__slide-note {
  color: red;
  margin: 0;
  line-height: 1.5;
}

@media all and (min-width: 668px), print {
  .box__border {
    padding: 1em 2em;
  }
  .box__slide {
    width: auto;
    overflow: auto;
  }
  .box__slide > div {
    width: auto;
  }
  .box__slide-note {
    display: none;
  }
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mt1rem {
  margin-top: 1rem !important;
}

.mt2rem {
  margin-top: 2rem !important;
}

.mt3rem {
  margin-top: 3rem !important;
}

.mt4rem {
  margin-top: 4rem !important;
}

.mt5rem {
  margin-top: 5rem !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1rem {
  margin-bottom: 1rem !important;
}

.mb2rem {
  margin-bottom: 2rem !important;
}

.mb3rem {
  margin-bottom: 3rem !important;
}

.mb4rem {
  margin-bottom: 4rem !important;
}

.mb5rem {
  margin-bottom: 5rem !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl1em {
  padding-left: 1em !important;
}

.pl2em {
  padding-left: 2em !important;
}

.pl3em {
  padding-left: 3em !important;
}

.pl4em {
  padding-left: 4em !important;
}

.pl5em {
  padding-left: 5em !important;
}
	.pc-on {
		display: block;
	}
	.sp-on {
		display: none;
	}


@media screen and (max-width: 667px) {
  .hide-sp {
    display: none;
  }
	.pc-on {
		display: none;
	}
	.sp-on {
		display: block;
	}
}

@media all and (min-width: 668px), print {
  .hide-pc {
    display: none;
  }
  br.hide-sp + br,
  br.hide-pc + br {
    display: none;
  }
  .w640-pc {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

.ta-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

hr.dotline {
  border-bottom: 1px dotted #a3a3a3;
  margin: 2rem 0;
  padding: 0;
  background: transparent;
}

hr.blueline {
  border-bottom: 2px solid #004096;
  margin: 2rem 0;
  padding: 0;
  background: transparent;
}

/*--------------------------------------------------------------
# Tinymce
--------------------------------------------------------------*/
#tinymce {
  padding-top: 0;
}

#tinymce .thumb {
  margin: 0 auto;
  text-align: center;
}

#tinymce .text {
  margin-top: 2rem;
}

#tinymce .qualified {
  font-weight: bold;
  color: #ffa000;
  margin: 1rem 0 0;
}

#tinymce .copy {
  font-size: 4vw;
  font-weight: bold;
  color: #000;
  margin: 0;
}

#tinymce .desc {
  margin: 0;
}

#tinymce p + .desc {
  margin: 1rem 0 0;
}

@media all and (min-width: 668px), print {
  #tinymce .thumb {
    margin: 0 2rem 0 0;
  }
  #tinymce .text {
    margin-top: 0;
    width: 470px;
  }
  #tinymce .qualified {
    margin: 0;
  }
  #tinymce .copy {
    font-size: 1.25rem;
  }
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Videos
--------------------------------------------------------------*/
.video__wrapper {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.video__wrapper.-ar-3-2 {
  padding-top: 66.6666%;
}

.video__wrapper.-ar-4-3 {
  padding-top: 75%;
}

.video__wrapper > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 668px), print {
  .video {
    max-width: 640px;
    margin: 2rem auto;
  }
}

/*--------------------------------------------------------------
## SDGs
--------------------------------------------------------------*/
.sdgs-ico {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sdgs-ico li {
	display: inline-block;
	width: 33%;
	padding: 5px;
}
.sdgs-ico li img {
	width: 100%;
}
.sdgs-housin {
    font-size: 1.3rem;
}
.page-header.-sdgs {
    padding-top: 10.66667vw;
	color: #004096;
}
.sdgs-img01 {
	padding: 1rem 0;
	width: 90%;
	margin: 0 auto;
}
.sdgs-midashi {
	text-align: center;
	padding: 60px 0 30px 0;
	font-size: 1.2rem;
}
.sdgs-img02 {
	padding: 1rem 0;
	width: 100%;
	margin: 0;
}
.btn-carbon_neutral {
	text-align: center;
}
.btn-carbon_neutral img {
	width: 75%;
}
@media all and (min-width: 668px), print {
.sdgs-ico li {
	width: 120px;
	margin: 0 10px 10px 0;
	padding: 0;
}
.page-header.-sdgs {
    padding-top: 80px;
}
.sdgs-img01 {
	padding: 30px 0;
	width: 670px;
	margin: 0 auto;
}
.sdgs-midashi {
	text-align: center;
	padding: 60px 0 30px 0;
	font-size: 20px;
}
.sdgs-img02 {
	padding: 30px 0;
	width: 960px;
	margin: 0 auto;
}
.btn-carbon_neutral {
	text-align: left;
	padding: 0 0 0 25px;
}
.btn-carbon_neutral img {
	width: 280px;
}
}

/*--------------------------------------------------------------
## cookie
--------------------------------------------------------------*/
.cookie-notice-container a, #cn-notice-text {
	color: #000000;
}
