@charset "UTF-8";
/*!
Theme Name: mjg
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mjg
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.

mjg 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 */ }
  @media screen and (max-width: 768px) {
    html {
      font-size: 14px; } }

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

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

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

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

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%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  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/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  /* color: #222;  */
}

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

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

ul, ol {
  margin: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

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

table {
  margin: 0 0 1.5em;
  width: 100%; }

.Button__Contact, .Button__Contact-HeaderNavi, .Button__Contact-FooterTop {
  display: block;
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
  text-align: center;
  background: #3195d5;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .Button__Contact, .Button__Contact-HeaderNavi, .Button__Contact-FooterTop {
      font-size: 14px; } }
  .Button__Contact:hover, .Button__Contact-HeaderNavi:hover, .Button__Contact-FooterTop:hover {
    background: #98caea; }

.Button__Contact-HeaderNavi {
  padding: 16px 26px;
  background: #222222;
  border-radius: 50px;
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    .Button__Contact-HeaderNavi {
      border-radius: 0;
      padding: 24px 12px; } }
  .Button__Contact-HeaderNavi:hover {
    background: #222222;
    opacity: 0.7; }

.Button__Contact-FooterTop {
  display: block;
  width: 360px;
  margin: auto;
  padding: 20px 0;
  font-size: 18px; }

.Button__Contact-Formbtn {
  margin: 20px 0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .Button__Contact-Formbtn {
      margin: 0; } }
  .Button__Contact-Formbtn a, .Button__Contact-Formbtn input[type="submit"] {
    width: 50%;
    padding: 20px 0;
    font-size: 18px;
    background: #3195d5;
    color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 768px) {
      .Button__Contact-Formbtn a, .Button__Contact-Formbtn input[type="submit"] {
        width: 100%; } }
    .Button__Contact-Formbtn a:hover, .Button__Contact-Formbtn input[type="submit"]:hover {
      background: #98caea;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }

.Button__BusinessInfo {
  margin: 60px 0 20px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .Button__BusinessInfo {
      margin: 0; } }
  .Button__BusinessInfo a, .Button__BusinessInfo input[type="submit"] {
    width: 50%;
    padding: 20px 40px;
    font-size: 18px;
    color: #335a77;
    border: 1px solid #335a77;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      .Button__BusinessInfo a, .Button__BusinessInfo input[type="submit"] {
        width: 100%;
        display: inline-block;
        padding: 20px 10px;
        font-size: 14px; } }
    .Button__BusinessInfo a:hover, .Button__BusinessInfo input[type="submit"]:hover {
      opacity: 0.7; }

.Button__Product__Contact {
  margin: 80px 0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .Button__Product__Contact {
      margin: 40px 0 80px; } }
  .Button__Product__Contact a, .Button__Product__Contact input[type="submit"] {
    width: 50%;
    padding: 25px 40px;
    font-size: 18px;
    background: #1D61BE;
    color: #FFF;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      .Button__Product__Contact a, .Button__Product__Contact input[type="submit"] {
        display: block;
        width: 100%;
        padding: 20px 10px;
        font-size: 14px; } }
    .Button__Product__Contact a:hover, .Button__Product__Contact input[type="submit"]:hover {
      opacity: 0.7; }

.Button__HomeStarclear {
  margin: 40px 0 0 0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .Button__HomeStarclear {
      margin: 20px 0 0 0; } }
  .Button__HomeStarclear a {
    background: #222222;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 15px 40px;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      .Button__HomeStarclear a {
        font-size: 16px; } }
    .Button__HomeStarclear a:hover {
      opacity: 0.7; }

/* ブラウザのスクロールバーを常に表示させることでカクカクッとなるのを防ぐ */
html {
  overflow-y: scroll; }

/* ローディングの背景部分のCSS */
.loader {
  background: #FFF;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; }
  .loader:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    width: 160px;
    height: 100px;
    background: url("/wp-content/themes/mjg/images/logo@2x.jpg") no-repeat center;
    background-size: contain; }

/* ローディングのアニメーション部分のCSS (https://projects.lukehaas.me/css-loaders/) */
.loader-animation,
.loader-animation:after {
  border-radius: 50%;
  width: 8em;
  height: 8em; }
  @media screen and (max-width: 768px) {
    .loader-animation,
    .loader-animation:after {
      width: 7em;
      height: 7em; } }

.loader-animation {
  margin: 0 auto;
  font-size: 10px;
  position: absolute;
  left: 46%;
  top: 46%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }
  @media screen and (max-width: 768px) {
    .loader-animation {
      margin: 0 auto;
      font-size: 10px;
      position: absolute;
      left: 42%;
      top: 46%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-indent: -9999em;
      border-top: 1.1em solid rgba(255, 255, 255, 0.2);
      border-right: 1.1em solid rgba(255, 255, 255, 0.2);
      border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
      border-left: 1.1em solid #ffffff;
      -webkit-animation: load8 1.1s infinite linear;
      animation: load8 1.1s infinite linear; } }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

/*--------------------------------------------------------------
# layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## frame
--------------------------------------------------------------*/
.Header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #FFF;
  height: 80px; }
  @media screen and (max-width: 768px) {
    .Header {
      border: none;
      height: auto; } }

.Header__Inner {
  margin: auto;
  padding: 0 38px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .Header__Inner {
      padding: 0;
      height: auto; } }

.Header__SiteLogo {
  margin: 0; }

.SiteLogo__Img {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .SiteLogo__Img {
      text-indent: 10px;
      font-size: 14px; } }
  .SiteLogo__Img a {
    text-decoration: none; }
  .SiteLogo__Img img {
    max-width: 140px;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .SiteLogo__Img img {
        max-width: 100px; } }

.Header__ToggleButton {
  display: none; }
  @media screen and (max-width: 768px) {
    .Header__ToggleButton {
      display: block;
      width: 3rem;
      height: 3rem;
      background: #3195d5; } }

.Header__ToggleButton {
  display: none; }
  @media screen and (max-width: 768px) {
    .Header__ToggleButton {
      position: relative;
      display: inline-block;
      width: 48px;
      height: 48px;
      margin: 0;
      padding: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      vertical-align: middle;
      color: #FFF;
      background: #FFF;
      border-radius: 1px solid #333;
      text-align: center;
      background: #222222; } }
  @media screen and (max-width: 768px) {
    .Header__ToggleButton .ToggleButton__bar {
      display: block;
      position: absolute;
      left: 25%;
      width: 50%;
      height: 2px;
      background: #fff;
      top: calc(50% - 0px); } }
  .Header__ToggleButton:before, .Header__ToggleButton:after {
    display: block;
    position: absolute;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #fff;
    content: ""; }
  .Header__ToggleButton:before {
    top: calc(50% - 8px); }
  .Header__ToggleButton:after {
    top: calc(50% + 8px); }
  .Header__ToggleButton.is-CloseButton .ToggleButton__bar {
    display: none; }
  .Header__ToggleButton.is-CloseButton:before {
    top: calc(50%);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .Header__ToggleButton.is-CloseButton:after {
    top: calc(50%);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.Header__Navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 1.5px; }
  @media screen and (max-width: 768px) {
    .Header__Navi {
      margin-top: 1px;
      display: none;
      width: 100%;
      border-top: 1px solid #DDD; } }

.Header__NaviMain {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media screen and (max-width: 768px) {
    .Header__NaviMain {
      text-align: center;
      padding-right: 0;
      border: none; } }
  .Header__NaviMain li {
    display: inline;
    position: relative; }
    .Header__NaviMain li:last-child {
      border-right: none; }
    .Header__NaviMain li:hover ul, .Header__NaviMain li:hover li {
      visibility: visible; }
    .Header__NaviMain li a {
      display: inline-block;
      padding: 0 24px 0 0;
      font-size: 14px;
      font-weight: bold;
      color: #222;
      text-decoration: none;
      letter-spacing: 0.5px; }
      @media screen and (max-width: 768px) {
        .Header__NaviMain li a {
          width: 100%;
          padding: 0;
          padding-top: 12px;
          padding-bottom: 12px;
          border-bottom: 1px solid #DDD; } }
      .Header__NaviMain li a:hover {
        color: #8b8b8b; }
  .Header__NaviMain .Header__NaviMain__Drop {
    visibility: hidden;
    position: absolute;
    z-index: 999;
    padding: 0;
    top: 38px;
    right: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1200px;
    background: rgba(255, 255, 255, 0.9); }
    @media screen and (max-width: 768px) {
      .Header__NaviMain .Header__NaviMain__Drop {
        top: inherit;
        left: -21px;
        width: 100%;
        background: white; } }
    .Header__NaviMain .Header__NaviMain__Drop li {
      visibility: hidden;
      border: none;
      width: calc(100% / 4); }
      @media screen and (max-width: 768px) {
        .Header__NaviMain .Header__NaviMain__Drop li {
          width: 100%; } }
    .Header__NaviMain .Header__NaviMain__Drop a {
      display: block;
      width: 100%;
      white-space: nowrap;
      text-align: left;
      padding: 10px;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      .Header__NaviMain .Header__NaviMain__Drop a:hover {
        background: white;
        color: #222;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
      @media screen and (max-width: 768px) {
        .Header__NaviMain .Header__NaviMain__Drop a {
          text-align: center; } }

.Footer {
  padding: 80px 0;
  width: 100%;
  background: #184a6d; }
  @media screen and (max-width: 768px) {
    .Footer {
      padding: 20px 0; } }

.Footer__Inner {
  max-width: 1200px;
  margin: auto; }

.Footer__CompanyName {
  width: 100%;
  margin-bottom: 30px;
  font-size: 24px;
  color: #FFF;
  text-align: center;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .Footer__CompanyName {
      font-size: 19px; } }

.Footer__Navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media screen and (max-width: 768px) {
    .Footer__Navi {
      padding: 1rem; } }

.Footer__NaviBox {
  -webkit-box-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
  width: 20%;
  max-width: 20%; }
  @media screen and (max-width: 768px) {
    .Footer__NaviBox {
      -webkit-box-flex: 100%;
      -ms-flex: 100%;
      flex: 100%;
      width: 100%;
      max-width: 100%;
      margin-bottom: 20px; } }

.Footer__NaviName {
  margin-bottom: 10px;
  padding-left: 20px;
  border-left: 1px solid #FFF;
  color: #FFF;
  font-weight: bold;
  font-size: 16px; }

.Footer__NaviList {
  margin: 0;
  padding: 0; }
  .Footer__NaviList li {
    display: inline;
    position: relative; }
    .Footer__NaviList li::before {
      content: "";
      position: absolute;
      top: 4px;
      left: 0;
      width: 10px;
      height: 10px;
      border: 1px solid #fff;
      margin-left: 22px; }
    .Footer__NaviList li::after {
      content: "";
      position: absolute;
      top: 7px;
      left: 3px;
      width: 10px;
      height: 10px;
      background: rgba(255, 255, 255, 0.8);
      margin-left: 22px; }
    .Footer__NaviList li a {
      margin-bottom: 6px;
      margin-left: 32px;
      text-indent: 10px;
      display: block;
      font-size: 12px;
      color: #FFF;
      text-decoration: none; }
      .Footer__NaviList li a:hover {
        opacity: 0.7; }

.Footer__NaviAccessInfo {
  font-size: 12px;
  color: #FFF; }
  .Footer__NaviAccessInfo .NaviAccessInfo__ContactButton,
  .Footer__NaviAccessInfo .NaviAccessInfo__MapButton {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    border: 1px solid #FFF; }
    .Footer__NaviAccessInfo .NaviAccessInfo__ContactButton:hover,
    .Footer__NaviAccessInfo .NaviAccessInfo__MapButton:hover {
      background: white;
      color: #3195d5; }

.Footer__Copy {
  width: 100%;
  padding: 0.5rem 0;
  font-size: 10px;
  color: #FFF;
  text-align: center;
  background: #184a6d; }

.Breadcrumb {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px; }
  .Breadcrumb .Breadcrumb__Home {
    font-size: 12px; }
  .Breadcrumb .Breadcrumb__Item {
    font-size: 12px; }
  .Breadcrumb a:hover {
    opacity: 0.7; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
  outline: thin dotted; }

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  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;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    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; }

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

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

.post,
.page {
  margin: 0; }

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## home.php
--------------------------------------------------------------*/
.HomeTop {
  width: 100%; }
  @media screen and (max-width: 768px) {
    .HomeTop {
      width: 100%;
      margin-top: 48px;
      text-align: center;
      background-color: #EDF0F5; } }
  .HomeTop img {
    vertical-align: bottom;
    margin-top: -15px; }
    @media screen and (max-width: 768px) {
      .HomeTop img {
        margin-top: 0; } }

.HomeTop__Product {
  position: absolute;
  bottom: 38px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 38px; }
  @media screen and (max-width: 768px) {
    .HomeTop__Product {
      position: inherit;
      bottom: 0;
      left: 0;
      padding-left: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      background: #fff; } }
  .HomeTop__Product img {
    margin-top: 0; }
  .HomeTop__Product .HomeTop__ProductBox {
    width: 100%;
    max-width: 440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 18px;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 768px) {
      .HomeTop__Product .HomeTop__ProductBox {
        width: 100%;
        max-width: 440px;
        margin-right: 0;
        margin: 0 auto; } }
    .HomeTop__Product .HomeTop__ProductBox:hover {
      opacity: 0.8; }
    .HomeTop__Product .HomeTop__ProductBox a {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 14px 16px;
      text-decoration: none; }
  @media screen and (max-width: 768px) {
    .HomeTop__Product .HomeTop__ProductImg {
      width: 30%; } }
  .HomeTop__Product .HomeTop__ProductImg img {
    display: block;
    width: 128px; }
  .HomeTop__Product .HomeTop__ProductTxt {
    width: 100%;
    max-width: 280px;
    font-size: 19px;
    padding-left: 24px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .HomeTop__Product .HomeTop__ProductTxt {
        width: 70%;
        font-size: 16px; } }
    .HomeTop__Product .HomeTop__ProductTxt p {
      margin: 0 0 15px 0;
      text-align: left; }
    .HomeTop__Product .HomeTop__ProductTxt span {
      font-size: 12px; }
  .HomeTop__Product .HomeTop__ProductBtn {
    text-align: center;
    width: 90%;
    background: #222222;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 14px 0;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      .HomeTop__Product .HomeTop__ProductBtn {
        font-size: 14px;
        padding: 7px 0; } }

.swiper-container {
  width: 100%;
  height: 600px; }
  @media screen and (max-width: 768px) {
    .swiper-container {
      width: 100%; } }

.swiper-slide--photoA {
  background: url(images/slide/photoA.jpg) center no-repeat;
  background-size: contain; }
  @media screen and (max-width: 768px) {
    .swiper-slide--photoA {
      background-position: top center; } }

.swiper-slide--photoB {
  background: url(images/slide/photoB.jpg) center no-repeat;
  background-size: contain; }
  @media screen and (max-width: 768px) {
    .swiper-slide--photoB {
      background-position: top center; } }

.swiper-slide--photoC {
  background: url(images/slide/photoC.jpg) center no-repeat;
  background-size: contain; }
  @media screen and (max-width: 768px) {
    .swiper-slide--photoC {
      background-position: top center; } }

.swiper-slide--photoD {
  background: url(images/slide/photoD.jpg) center no-repeat;
  background-size: contain; }
  @media screen and (max-width: 768px) {
    .swiper-slide--photoD {
      background-position: top center; } }

.HomeSubTitle {
  font-size: 32px;
  letter-spacing: 2px;
  text-align: left;
  border-left: 5px solid #707070;
  padding: 10px 0 10px 30px;
  color: #222222;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .HomeSubTitle {
      font-size: 24px;
      margin-bottom: 20px;
      padding-left: 15px; } }
  .HomeSubTitle .HomeSubTitle__En {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #989898; }
    @media screen and (max-width: 768px) {
      .HomeSubTitle .HomeSubTitle__En {
        font-size: 12px; } }

.HomeStarclear {
  padding: 100px 0 50px;
  background-image: url(images/bg_top_starclear.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #EDF0F5; }
  @media screen and (max-width: 768px) {
    .HomeStarclear {
      background-image: none;
      padding: 28px 14px 48px;
      background-color: #FFF; } }
  .HomeStarclear .HomeStarclear__Inner {
    max-width: 1200px;
    margin: 0 auto; }
  .HomeStarclear .HomeStarclear__Description {
    background: rgba(255, 255, 255, 0.8);
    max-width: 50%;
    padding: 40px 20px;
    -webkit-box-shadow: 0 3px 46px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 46px 0 rgba(0, 0, 0, 0.16); }
    @media screen and (max-width: 768px) {
      .HomeStarclear .HomeStarclear__Description {
        max-width: 100%;
        -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.08); } }
    .HomeStarclear .HomeStarclear__Description p {
      margin: 0;
      font-size: 18px;
      line-height: 2;
      letter-spacing: 0.5px; }
      @media screen and (max-width: 768px) {
        .HomeStarclear .HomeStarclear__Description p {
          font-size: 14px;
          line-height: 1.65; } }

.HomeCase {
  padding: 50px 0;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .HomeCase {
      padding: 2rem 1rem; } }
  .HomeCase .HomeCase__Inner {
    max-width: 1200px;
    margin: 0 auto; }
  .HomeCase .HomeCase__Description {
    font-size: 18px;
    line-height: 1.65;
    letter-spacing: 0.5px; }
    @media screen and (max-width: 768px) {
      .HomeCase .HomeCase__Description {
        font-size: 14px;
        line-height: 1.65; } }
  .HomeCase .HomeCase__Slide__Box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .HomeCase .HomeCase__Slide__list {
    -webkit-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    width: 25%;
    max-width: 25%;
    padding: 1rem; }
    @media screen and (max-width: 768px) {
      .HomeCase .HomeCase__Slide__list {
        min-height: 25vh; } }
    .HomeCase .HomeCase__Slide__list img {
      vertical-align: bottom;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    @media screen and (max-width: 768px) {
      .HomeCase .HomeCase__Slide__list {
        padding: 0.25rem;
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
        width: 50%; } }
  .HomeCase .HomeCase__Slide__img {
    display: block;
    height: 250px; }
    @media screen and (max-width: 768px) {
      .HomeCase .HomeCase__Slide__img {
        height: 20vh; } }
  .HomeCase .HomeCase__list {
    padding: 10px 0;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .HomeCase .HomeCase__list {
        text-align: left; } }

.HomeNews {
  padding: 50px 0 0;
  background: #EDF0F5; }
  @media screen and (max-width: 768px) {
    .HomeNews {
      padding: 2rem 1rem; } }

.HomeContact {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #EDF0F5;
  padding: 5rem 0; }
  @media screen and (max-width: 768px) {
    .HomeContact {
      padding: 3rem 1rem; } }
  .HomeContact .HomeContact__Inner {
    max-width: 1200px;
    margin: 0 auto; }
  .HomeContact .HomeContact__ButtonBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .HomeContact .HomeContact__ButtonBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .HomeContact .HomeContact__Button {
    width: 49%;
    margin-right: 2%;
    text-align: center;
    -webkit-box-shadow: 0 3px 23px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 23px 0 rgba(0, 0, 0, 0.16); }
    @media screen and (max-width: 768px) {
      .HomeContact .HomeContact__Button {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
        -webkit-box-shadow: none;
        box-shadow: none; } }
    .HomeContact .HomeContact__Button:last-child {
      margin-right: 0; }
    .HomeContact .HomeContact__Button a {
      background: #1D61BE;
      color: #fff;
      font-size: 19px;
      text-decoration: none;
      padding: 40px;
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%; }
      @media screen and (max-width: 768px) {
        .HomeContact .HomeContact__Button a {
          font-size: 16px;
          padding: 20px; } }
      .HomeContact .HomeContact__Button a::before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        left: 26px;
        margin-top: -10px; }
        @media screen and (max-width: 768px) {
          .HomeContact .HomeContact__Button a::before {
            left: 6px;
            width: 16px;
            height: 16px;
            margin-top: -6px; } }
      .HomeContact .HomeContact__Button a:hover {
        opacity: 0.7; }

/*--------------------------------------------------------------
## page.php
--------------------------------------------------------------*/
.PageHeading {
  width: 100%;
  margin-bottom: 80px;
  padding: 40px 0;
  background: #EDF0F5; }
  @media screen and (max-width: 768px) {
    .PageHeading {
      margin-bottom: 20px;
      padding: 20px 10px; } }
  .PageHeading .PageHeading__MainTitle {
    max-width: 1200px;
    margin: auto;
    font-size: 28px;
    letter-spacing: 2px;
    text-align: left;
    border-left: 5px solid #707070;
    padding: 10px 0 10px 30px;
    color: #222222; }
    @media screen and (max-width: 768px) {
      .PageHeading .PageHeading__MainTitle {
        font-size: 22px;
        padding-left: 15px; } }
    .PageHeading .PageHeading__MainTitle .PageHeading__MainTitle__En {
      display: block;
      font-size: 16px;
      font-weight: bold;
      color: #989898; }
      @media screen and (max-width: 768px) {
        .PageHeading .PageHeading__MainTitle .PageHeading__MainTitle__En {
          font-size: 12px; } }

.PageContent {
  width: 100%; }
  .PageContent .PageContent__Inner {
    max-width: 1200px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .PageContent .PageContent__Inner {
        max-width: 100%;
        padding: 1rem; } }
  .PageContent .PageContent__Title {
    margin-bottom: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 36px; }
    @media screen and (max-width: 768px) {
      .PageContent .PageContent__Title {
        margin-bottom: 30px;
        font-size: 22px; } }
    .PageContent .PageContent__Title-En {
      display: block;
      font-size: 16px; }
      @media screen and (max-width: 768px) {
        .PageContent .PageContent__Title-En {
          font-size: 12px; } }

/*--------------------------------------------------------------
## News
--------------------------------------------------------------*/
.NewsList {
  max-width: 1200px;
  margin: 0 auto; }
  .NewsList .NewsList__Articles {
    width: 100%;
    background: #FFF;
    padding: 50px 90px; }
    @media screen and (max-width: 768px) {
      .NewsList .NewsList__Articles {
        padding: 10px; } }
  .NewsList .NewsList__Article {
    background: #FFF;
    border-bottom: 1px solid #EAEAEA; }
    .NewsList .NewsList__Article:last-child {
      border-bottom: none; }
  .NewsList .NewsList__Detail {
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 768px) {
      .NewsList .NewsList__Detail {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0.5rem 0; } }
  .NewsList .NewsList__Date {
    font-size: 16px;
    font-weight: bold;
    padding-right: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media screen and (max-width: 768px) {
      .NewsList .NewsList__Date {
        font-size: 12px;
        font-weight: normal;
        margin-bottom: 2px; } }
  .NewsList .NewsList__Title {
    font-size: 16px;
    font-weight: bold;
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
    padding-left: 1rem; }
    .NewsList .NewsList__Title a {
      text-decoration: none; }
    @media screen and (max-width: 768px) {
      .NewsList .NewsList__Title {
        font-size: 14px;
        padding-left: 0; } }

/*--------------------------------------------------------------
## Business
--------------------------------------------------------------*/
.Business__Intro {
  margin-bottom: 100px;
  padding: 0 0 80px;
  line-height: 1.7;
  font-size: #383838;
  text-align: center;
  border-bottom: 1px solid #DDD; }
  @media screen and (max-width: 768px) {
    .Business__Intro {
      margin-bottom: 40px;
      padding: 0 0 20px; } }
  .Business__Intro p {
    text-align: left; }
  .Business__Intro img {
    max-width: 100%; }

.Business__MainHeading {
  position: relative;
  margin-bottom: 80px;
  font-size: 30px;
  color: #1c70a3; }
  .Business__MainHeading:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80px;
    border-top: 1px solid #1c70a3; }
  .Business__MainHeading:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80px;
    border-bottom: 1px solid #1c70a3; }

.Business__SubHeading {
  padding-left: 20px;
  font-size: 25px;
  font-weight: bold;
  border-left: 5px solid #1c70a3; }
  @media screen and (max-width: 768px) {
    .Business__SubHeading {
      padding-left: 10px;
      font-size: 18px; } }

.Business__Services {
  margin-bottom: 80px;
  border-bottom: 1px solid #DDD; }
  @media screen and (max-width: 768px) {
    .Business__Services {
      margin-bottom: 40px; } }

.Business__Service {
  margin-bottom: 60px; }

.Business__Description {
  font-size: 16px;
  color: #383838; }
  @media screen and (max-width: 768px) {
    .Business__Description {
      font-size: 14px;
      line-height: 1.6; } }
  .Business__Description .Business__DescriptionImg {
    text-align: center; }
    .Business__Description .Business__DescriptionImg .DescriptionImg__01 {
      max-width: 50%; }
  .Business__Description.is-Glass {
    background: url(images/glass-01-l.jpg) left center no-repeat;
    padding-left: 350px; }
    @media screen and (max-width: 768px) {
      .Business__Description.is-Glass {
        padding: 0;
        background: none; } }
  .Business__Description.is-LED {
    background: url(images/img-led.jpg) left center no-repeat;
    padding-left: 350px;
    height: 278px; }
    @media screen and (max-width: 768px) {
      .Business__Description.is-LED {
        height: auto;
        padding: 0;
        background: none; } }

.Business__SiteLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .Business__SiteLinks .Business__SiteLink {
    -webkit-box-flex: 40%;
    -ms-flex: 40%;
    flex: 40%;
    max-width: 420px;
    padding: 0.5rem; }
    @media screen and (max-width: 768px) {
      .Business__SiteLinks .Business__SiteLink {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        padding: 0; } }
    .Business__SiteLinks .Business__SiteLink img {
      max-width: 100%; }

/*--------------------------------------------------------------
## Company
--------------------------------------------------------------*/
.Company__Philosophy {
  margin-bottom: 80px;
  padding-bottom: 91px;
  background: url(images/company-bg.jpg) no-repeat center bottom;
  background-size: contain; }
  @media screen and (max-width: 768px) {
    .Company__Philosophy {
      padding-bottom: 100px; } }

.Company__Message {
  margin-bottom: 160px; }
  @media screen and (max-width: 768px) {
    .Company__Message {
      margin-bottom: 80px; } }

.Company__MessageBox {
  max-width: 960px;
  margin: 0 auto 80px; }
  @media screen and (max-width: 768px) {
    .Company__MessageBox {
      margin: 0 auto 40px; } }
  .Company__MessageBox .Company__MessageTitle p {
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 20px 0; }
    @media screen and (max-width: 768px) {
      .Company__MessageBox .Company__MessageTitle p {
        font-size: 20px;
        margin: 0 0 10px 0; } }
  .Company__MessageBox .Company__MessageText p {
    margin: 0;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: 1px; }
    @media screen and (max-width: 768px) {
      .Company__MessageBox .Company__MessageText p {
        font-size: 14px; } }

.Company__MessageName {
  max-width: 960px;
  margin: 0 auto;
  text-align: right; }
  .Company__MessageName p {
    margin: 0 10px 5px 0;
    font-size: 18px; }
  .Company__MessageName img {
    max-width: 185px;
    height: auto; }

.Company__About {
  margin-bottom: 80px; }
  .Company__About table {
    border-collapse: collapse;
    border-bottom: 1px solid #ddd; }
    .Company__About table th {
      border-top: 1px solid #ddd;
      padding: 20px 20px 20px 90px;
      width: 25%;
      text-align: right; }
      @media screen and (max-width: 768px) {
        .Company__About table th {
          text-align: right;
          padding: 1.5rem 0.5rem; } }
    .Company__About table td {
      border-top: 1px solid #ddd;
      padding: 20px;
      width: 75%; }
      @media screen and (max-width: 768px) {
        .Company__About table td {
          padding: 1.5rem 0.5rem; } }

.Company__Map iframe {
  width: 100%;
  height: 400px; }

/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/
.Contact .Contact__txt {
  text-align: center; }

.Contact .Contact__Tel {
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin-top: 40px; }
  .Contact .Contact__Tel .Tel__Number {
    font-size: 35px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px; }

.Contact .Contact__Items {
  text-align: left;
  border: 3px solid #ddd;
  margin: 50px 0;
  padding: 55px 100px; }
  @media screen and (max-width: 768px) {
    .Contact .Contact__Items {
      margin: 0;
      padding: 1rem; } }
  .Contact .Contact__Items table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .Contact .Contact__Items table {
        margin-bottom: 0; } }
    .Contact .Contact__Items table tr:last-child th, .Contact .Contact__Items table tr:last-child td {
      border-bottom: none; }
    .Contact .Contact__Items table th {
      width: 30%;
      border-bottom: 1px solid #ddd;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-right: 20px;
      text-align: right; }
      @media screen and (max-width: 768px) {
        .Contact .Contact__Items table th {
          display: block;
          margin-top: 20px;
          border: none;
          padding: 0;
          width: 100%; } }
      .Contact .Contact__Items table th .required {
        color: #e94609;
        font-size: 12px; }
    .Contact .Contact__Items table td {
      width: 70%;
      border-bottom: 1px solid #ddd;
      padding: 20px 0; }
      @media screen and (max-width: 768px) {
        .Contact .Contact__Items table td {
          display: block;
          padding: 0 0 20px;
          width: 100%; } }
      .Contact .Contact__Items table td input[type="text"], .Contact .Contact__Items table td input[type="email"], .Contact .Contact__Items table td input[type="tel"] {
        width: 100%; }

/*--------------------------------------------------------------
## Privacy
--------------------------------------------------------------*/
.Privacy .PrivacyBox {
  border-top: 1px solid #ddd;
  padding: 30px 0; }
  .Privacy .PrivacyBox .PrivacySubTitle {
    margin-bottom: 28px; }
    @media screen and (max-width: 768px) {
      .Privacy .PrivacyBox .PrivacySubTitle {
        padding: 0;
        margin: auto;
        margin-bottom: 16px;
        font-size: 18px; } }
  .Privacy .PrivacyBox ol {
    margin: 0 0 1.5em 1em;
    padding: 0 0 0 0.5em; }
    .Privacy .PrivacyBox ol li {
      padding: 2px 0; }
  .Privacy .PrivacyBox.is_Last {
    border-bottom: 1px solid #ddd; }
  .Privacy .PrivacyBox .PrivacySubTitle {
    text-align: center; }

/*--------------------------------------------------------------
## Product
--------------------------------------------------------------*/
.Product .PageHeading {
  background-image: url("/images/bg_product_title.jpg"); }

.Product p {
  margin-top: 0;
  line-height: 1.65; }

.Product__PageContent__Title {
  margin-bottom: 50px;
  font-size: 30px;
  text-align: center;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .Product__PageContent__Title {
      font-size: 20px;
      margin-bottom: 25px; } }
  @media screen and (max-width: 768px) {
    .Product__PageContent__Title .sp-none {
      display: none; } }

.Product__Table {
  text-align: center;
  table-layout: fixed;
  border-collapse: collapse; }
  @media screen and (max-width: 768px) {
    .Product__Table {
      font-size: 12px; } }
  .Product__Table.is-Feature td {
    text-align: center; }
  .Product__Table th {
    background: #ddd;
    padding: 10px;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0; }
  .Product__Table td {
    border-bottom: 1px solid #c0c0c0;
    padding: 10px; }
    @media screen and (max-width: 768px) {
      .Product__Table td {
        text-align: left; } }
  .Product__Table .w60 {
    width: 60%;
    border-right: 1px solid #c0c0c0; }
  .Product__Table .w40 {
    width: 40%; }
  .Product__Table .w20 {
    width: 20%; }
    .Product__Table .w20.is-br {
      border-right: 1px solid #c0c0c0; }

.Product__Intro {
  padding-bottom: 5rem; }
  @media screen and (max-width: 768px) {
    .Product__Intro {
      padding-bottom: 3rem; } }
  .Product__Intro .Product__FlexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .Product__Intro .Product__FlexBox .Product__Intro__Img {
      -webkit-box-flex: 40%;
      -ms-flex: 40%;
      flex: 40%;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .Product__Intro .Product__FlexBox .Product__Intro__Img {
          -webkit-box-flex: 100%;
          -ms-flex: 100%;
          flex: 100%; } }
    .Product__Intro .Product__FlexBox .Product__Intro__Text {
      -webkit-box-flex: 60%;
      -ms-flex: 60%;
      flex: 60%;
      padding: 0 20px;
      letter-spacing: 0.1px; }
      @media screen and (max-width: 768px) {
        .Product__Intro .Product__FlexBox .Product__Intro__Text {
          -webkit-box-flex: 100%;
          -ms-flex: 100%;
          flex: 100%;
          padding: 0; } }
      .Product__Intro .Product__FlexBox .Product__Intro__Text .Product__SubHeading.is-Intro {
        margin: 0 0 1rem 0;
        padding-bottom: 10px;
        border-bottom: 1px dashed #b2b2b2; }
        @media screen and (max-width: 768px) {
          .Product__Intro .Product__FlexBox .Product__Intro__Text .Product__SubHeading.is-Intro {
            margin-top: 1rem; } }
      .Product__Intro .Product__FlexBox .Product__Intro__Text .Product__Intro__Text__Box {
        margin-bottom: 1.5em; }
        .Product__Intro .Product__FlexBox .Product__Intro__Text .Product__Intro__Text__Box h2 {
          background: #e3f2fb;
          margin: 0 0 20px 0;
          padding: 10px 16px;
          line-height: 1.5;
          font-size: 16px;
          font-weight: normal;
          letter-spacing: 1px; }
          @media screen and (max-width: 768px) {
            .Product__Intro .Product__FlexBox .Product__Intro__Text .Product__Intro__Text__Box h2 {
              margin: 0 0 10px 0;
              padding: 10px;
              font-size: 14px; } }
        .Product__Intro .Product__FlexBox .Product__Intro__Text .Product__Intro__Text__Box p {
          margin: 0;
          padding: 0 18px 7px;
          font-size: 14px; }
          @media screen and (max-width: 768px) {
            .Product__Intro .Product__FlexBox .Product__Intro__Text .Product__Intro__Text__Box p {
              padding: 0 10px 7px;
              font-size: 12px; } }
        .Product__Intro .Product__FlexBox .Product__Intro__Text .Product__Intro__Text__Box ul {
          margin: 0;
          padding: 0 18px 20px 34px;
          font-size: 14px; }
          @media screen and (max-width: 768px) {
            .Product__Intro .Product__FlexBox .Product__Intro__Text .Product__Intro__Text__Box ul {
              padding: 0 14px 15px 26px;
              font-size: 12px; } }
        .Product__Intro .Product__FlexBox .Product__Intro__Text .Product__Intro__Text__Box li {
          padding-bottom: 7px; }
          .Product__Intro .Product__FlexBox .Product__Intro__Text .Product__Intro__Text__Box li:last-child {
            padding-bottom: 0; }

.Product__Feature {
  padding: 5rem 0; }
  @media screen and (max-width: 768px) {
    .Product__Feature {
      padding: 3rem 0; } }

.Product__Comparison {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #EDF0F5;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  @media screen and (max-width: 768px) {
    .Product__Comparison {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.Product__Comparison__Inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .Product__Comparison__Inner {
      max-width: 100%;
      padding: 1rem; } }

.Product__Comparison__Text {
  letter-spacing: 0.5px; }

.Product__Comparison__Img {
  max-width: 1088px;
  margin: 0 auto; }

.Product__Reason {
  background: #fff;
  padding-top: 5rem; }
  @media screen and (max-width: 768px) {
    .Product__Reason {
      padding-top: 3rem; } }

.Product__Reason__Inner {
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .Product__Reason__Inner {
      max-width: 100%;
      padding: 1rem; } }

.Product__Reason__List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 5rem; }
  @media screen and (max-width: 768px) {
    .Product__Reason__List {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.Product__Reason__ListBox {
  width: 300px;
  text-align: center; }
  .Product__Reason__ListBox:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .Product__Reason__ListBox {
      width: 48%;
      max-width: 250px;
      margin-right: 4%; }
      .Product__Reason__ListBox:nth-child(2n) {
        margin-right: 0; }
      .Product__Reason__ListBox:nth-child(n+3) {
        margin-top: 25px; } }

.Product__Reason__ListBox__Img {
  width: 100%;
  max-width: 250px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .Product__Reason__ListBox__Img {
      width: 90%;
      max-width: 250px; } }

.Product__Reason__ListBox__Text {
  font-weight: bold;
  margin: 15px 0 0 0 !important;
  letter-spacing: 0.7px;
  font-size: 20px; }
  @media screen and (max-width: 768px) {
    .Product__Reason__ListBox__Text {
      margin: 10px 0 0 0 !important;
      font-size: 16px; } }

.Product__Reason__Description {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f4f5f5;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  @media screen and (max-width: 768px) {
    .Product__Reason__Description {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.Product__Reason__Description__Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .Product__Reason__Description__Inner {
      max-width: 100%;
      padding: 1rem; } }
  .Product__Reason__Description__Inner .Product__Reason__Description__Img {
    -webkit-box-flex: 40%;
    -ms-flex: 40%;
    flex: 40%;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .Product__Reason__Description__Inner .Product__Reason__Description__Img {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%; } }
  .Product__Reason__Description__Inner .Product__Reason__Description__Text {
    -webkit-box-flex: 60%;
    -ms-flex: 60%;
    flex: 60%;
    padding: 0 20px; }
    @media screen and (max-width: 768px) {
      .Product__Reason__Description__Inner .Product__Reason__Description__Text {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        padding: 0; } }
    .Product__Reason__Description__Inner .Product__Reason__Description__Text .Product__SubHeading {
      padding-left: 20px;
      margin-bottom: 1rem;
      border-left: 5px solid #888888;
      font-weight: bold;
      font-size: 25px; }
      @media screen and (max-width: 768px) {
        .Product__Reason__Description__Inner .Product__Reason__Description__Text .Product__SubHeading {
          padding-left: 10px;
          font-size: 18px;
          margin-top: 1rem; } }
  .Product__Reason__Description__Inner .Product__SubDescription {
    background: #FFF;
    padding: 1rem 1rem 0 1rem;
    border: 1px solid #dddddd; }
    .Product__Reason__Description__Inner .Product__SubDescription h4 {
      margin: 0; }
    .Product__Reason__Description__Inner .Product__SubDescription p {
      margin: 0;
      padding-top: 3px;
      padding-bottom: 1rem; }
  .Product__Reason__Description__Inner .Button__Product__Processing {
    margin: 1.5em 0 0;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .Product__Reason__Description__Inner .Button__Product__Processing {
        margin: 21px 0 4px 0; } }
    .Product__Reason__Description__Inner .Button__Product__Processing a, .Product__Reason__Description__Inner .Button__Product__Processing input[type="submit"] {
      display: block;
      width: 40%;
      margin: 0 auto;
      padding: 15px;
      font-size: 18px;
      background: #1D61BE;
      color: #FFF;
      border-radius: 5px;
      text-decoration: none; }
      @media screen and (max-width: 768px) {
        .Product__Reason__Description__Inner .Button__Product__Processing a, .Product__Reason__Description__Inner .Button__Product__Processing input[type="submit"] {
          display: block;
          width: 100%;
          padding: 20px 10px;
          font-size: 14px; } }
      .Product__Reason__Description__Inner .Button__Product__Processing a:hover, .Product__Reason__Description__Inner .Button__Product__Processing input[type="submit"]:hover {
        opacity: 0.7; }

.Product__TestResults {
  padding: 5rem 0; }
  @media screen and (max-width: 768px) {
    .Product__TestResults {
      padding: 3rem 0; } }

.Product__CaseStudy {
  padding: 5rem 0; }
  @media screen and (max-width: 768px) {
    .Product__CaseStudy {
      padding: 3rem 0; } }

.Product__CaseStudy__Description {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.Product__CaseStudy__Img {
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
  width: 25%;
  max-width: 25%;
  padding: 1%;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .Product__CaseStudy__Img {
      -webkit-box-flex: 50%;
      -ms-flex: 50%;
      flex: 50%;
      width: 50%;
      max-width: 50%; } }
  .Product__CaseStudy__Img img {
    max-width: 100%; }

/*--------------------------------------------------------------
## Processing
--------------------------------------------------------------*/
.Processing__Box__Group01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .Processing__Box__Group01 > :not(:nth-child(4n-3)) {
    margin-left: 20px; }
    @media screen and (max-width: 768px) {
      .Processing__Box__Group01 > :not(:nth-child(4n-3)) {
        margin-left: 0; } }
  .Processing__Box__Group01 .Processing__Box {
    width: calc((100% - 20px * 3) / 4);
    height: auto;
    overflow: hidden;
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      .Processing__Box__Group01 .Processing__Box {
        width: 100%;
        margin-bottom: 40px; } }

.Processing__Box__Title {
  margin: 0 0 20px 0;
  position: relative;
  font-size: 20px; }
  .Processing__Box__Title:after {
    content: "";
    display: block;
    height: 4px;
    background: -webkit-linear-gradient(to right, #1c70a3, transparent);
    background: -webkit-gradient(linear, left top, right top, from(#1c70a3), to(transparent));
    background: -webkit-linear-gradient(left, #1c70a3, transparent);
    background: -o-linear-gradient(left, #1c70a3, transparent);
    background: linear-gradient(to right, #1c70a3, transparent); }
  @media screen and (max-width: 768px) {
    .Processing__Box__Title {
      font-size: 18px; } }

.Processing__Box__Img {
  width: 100%;
  height: auto;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .Processing__Box__Img {
      margin-bottom: 10px; } }
  .Processing__Box__Img img {
    width: 100%;
    max-width: 100%; }

.Processing__Box__Txt {
  font-size: 16px;
  line-height: 1.5; }
  .Processing__Box__Txt p {
    margin: 0; }
  @media screen and (max-width: 768px) {
    .Processing__Box__Txt {
      font-size: 14px; } }

.Processing__Box__Group02 {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .Processing__Box__Group02 > :not(:nth-child(2n-1)) {
    margin-left: 20px; }
    @media screen and (max-width: 768px) {
      .Processing__Box__Group02 > :not(:nth-child(2n-1)) {
        margin-left: 0; } }
  .Processing__Box__Group02 .Processing__Box {
    width: calc((100% - 20px) / 2);
    height: auto;
    overflow: hidden;
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      .Processing__Box__Group02 .Processing__Box {
        width: 100%;
        margin-bottom: 40px; } }

/*--------------------------------------------------------------
## single.php
--------------------------------------------------------------*/
.SingleHeading {
  width: 100%;
  margin-bottom: 0;
  padding: 26px 0;
  background: #EDF0F5; }
  @media screen and (max-width: 768px) {
    .SingleHeading {
      padding: 1rem;
      margin-bottom: 20px; } }
  .SingleHeading .SingleHeading__MainTitle {
    max-width: 1200px;
    margin: auto;
    font-size: 28px;
    letter-spacing: 2px;
    text-align: left;
    border-left: 5px solid #707070;
    padding: 10px 0 10px 30px;
    color: #222222; }
    @media screen and (max-width: 768px) {
      .SingleHeading .SingleHeading__MainTitle {
        font-size: 20px;
        padding-left: 15px; } }

.SinglePostThumnail {
  text-align: center; }

.SingleContent {
  width: 100%; }
  .SingleContent .SingleContent__Inner {
    max-width: 720px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .SingleContent .SingleContent__Inner {
        max-width: 100%;
        padding: 1rem; } }
  .SingleContent .SingleContent__Title {
    margin-bottom: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 36px; }
    @media screen and (max-width: 768px) {
      .SingleContent .SingleContent__Title {
        margin-bottom: 30px;
        font-size: 22px; } }
    .SingleContent .SingleContent__Title-En {
      display: block;
      font-size: 16px; }
      @media screen and (max-width: 768px) {
        .SingleContent .SingleContent__Title-En {
          font-size: 12px; } }
  .SingleContent p {
    font-size: 18px;
    line-height: 36px; }
    @media screen and (max-width: 768px) {
      .SingleContent p {
        font-size: 14px;
        line-height: 24px; } }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

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