@charset "UTF-8";
/* ---------------------------------------------------------------------------------------- */
/* RESET
/* ---------------------------------------------------------------------------------------- */
* {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
}

* {
  box-sizing: border-box;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  font-style: normal;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

h1, h2, h3, h4, h5, h6, p, li, dt, dd {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
/* ---------------------------------------------------------------------------------------- */
fieldset {
  border: none;
}

input {
  border-radius: 0;
}

[type="number"] {
  width: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, textarea, select {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button {
  text-transform: none;
}

button, input, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  max-width: 100%;
  overflow: hidden;
}

/*
select {
	-moz-appearance: none;
	-webkit-appearance: none;
}
select::-ms-expand {
display:none;
}
select::-ms-value {
color:currentColor;
}
*/
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-placeholder {
  color: inherit;
  opacity: .5;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* Specify media element style
/* ---------------------------------------------------------------------------------------- */
img {
  border-style: none;
  vertical-align: bottom;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

/* Acessibility
/* ---------------------------------------------------------------------------------------- */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/* Selection
/* ---------------------------------------------------------------------------------------- */
::-moz-selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}

/* ---------------------------------------------------------------------------------------- */
/* COMMON
/* ---------------------------------------------------------------------------------------- */
html {
  height: 100%;
  font-size: 100%;
}

body {
  font-size: .875em;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
@media print, screen and (min-width: 800px) {
  body {
    font-size: .875em;
  }
}

.no-overflow {
  position: fixed;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow-y: scroll;
}

.anime {
  transition: all .3s ease-in-out;
}

.flt-R {
  float: right;
}

.flt-L {
  float: left;
}

.flt-C {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.tb-L {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.tb-R {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

.clr-L {
  clear: left;
}

.clr-R {
  clear: right;
}

.clr-B {
  clear: both;
}

.aln-R {
  text-align: right;
}

.aln-C {
  text-align: center;
}

.aln-L {
  text-align: left;
}

.noshow {
  display: none;
}

.clearfix:after,
.row:after {
  content: ' ';
  display: block;
  clear: both;
}

.clear {
  clear: both;
  visibility: hidden;
  width: 0;
  height: 0;
}

.border-box {
  box-sizing: border-box;
}

.content-box {
  box-sizing: content-box;
}

.linkbox .readmore, .lkbx .readmore {
  display: none;
}

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

@media print, screen and (min-width: 800px) {
  .onlySMP {
    display: none;
  }
}

.noSMP {
  display: none;
}
@media print, screen and (min-width: 800px) {
  .noSMP {
    display: inherit;
  }
}

.onlyPC {
  display: none;
}
@media print, screen and (min-width: 960px) {
  .onlyPC {
    display: inherit;
  }
}

.notice {
  font-weight: bold;
}

h1, h2 {
  margin-bottom: 1.5em;
}
@media print, screen and (min-width: 800px) {
  h1, h2 {
    margin-bottom: 1.75em;
  }
}
h1.sml-space-btm, h2.sml-space-btm {
  margin-bottom: .75em;
}
@media print, screen and (min-width: 800px) {
  h1.sml-space-btm, h2.sml-space-btm {
    margin-bottom: 1em;
  }
}

h3, h4 {
  margin-bottom: 1.25em;
}
@media print, screen and (min-width: 800px) {
  h3, h4 {
    margin-bottom: 1.5em;
  }
}

h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child) {
  margin-top: 1.75em;
}
@media print, screen and (min-width: 576px) {
  h1:not(:first-child),
  h2:not(:first-child),
  h3:not(:first-child) {
    margin-top: 2em;
  }
}
@media print, screen and (min-width: 800px) {
  h1:not(:first-child),
  h2:not(:first-child),
  h3:not(:first-child) {
    margin-top: 3em;
  }
}

h5, h6, li, dt, dd {
  margin-bottom: .5em;
}

p:not(:last-child) {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 {
  font-size: 1.25em;
}
@media print, screen and (min-width: 576px) {
  h1 {
    font-size: 1.45em;
  }
}
@media print, screen and (min-width: 800px) {
  h1 {
    font-size: 1.75em;
  }
}

h2 {
  font-size: 1.25em;
}
@media print, screen and (min-width: 576px) {
  h2 {
    font-size: 1.45em;
  }
}
@media print, screen and (min-width: 800px) {
  h2 {
    font-size: 1.75em;
  }
}

h3 {
  font-size: 1.1em;
}
@media print, screen and (min-width: 576px) {
  h3 {
    font-size: 1.21em;
  }
}
@media print, screen and (min-width: 800px) {
  h3 {
    font-size: 1.32em;
  }
}

h4 {
  font-size: 1.05em;
  color: #1d292c;
}
@media print, screen and (min-width: 576px) {
  h4 {
    font-size: 1.155em;
  }
}
@media print, screen and (min-width: 800px) {
  h4 {
    font-size: 1.23375em;
  }
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.875em;
}

.no-mgn-btm {
  margin-bottom: 0 !important;
}

.sml-sp-btm {
  margin-bottom: 0.5rem !important;
}

.fntSS {
  font-size: 0.6875em;
  line-height: 1.5;
}

.fntS {
  font-size: 0.875em;
}

.fntL {
  font-size: 1.125em;
}

.fntLL {
  font-size: 1.25em;
}

.fntXL {
  font-size: 1.375em;
}

.fntMed {
  font-weight: 500;
}

.fntBold {
  font-weight: 700;
}

.dsp-b {
  display: block;
}

.dsp-ib {
  display: inline-block;
}

.dsp-tbl {
  display: table;
}
.dsp-tbl > .col {
  display: table-cell;
}

.dsp-fx {
  -js-display: flex;
  display: flex;
}

.list-ib {
  letter-spacing: -.4em;
}
.list-ib > li,
.list-ib > .col {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}

@-moz-document url-prefix() {
  .list-ib {
    word-spacing: 0.1em;
  }
}
.list-tbl {
  display: table;
}
.list-tbl > li {
  display: table-cell;
  vertical-align: middle;
}

a {
  color: #000;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

nav a, header a, footer a, a.no-underline {
  text-decoration: none;
}

a:active, a:hover {
  color: #888;
}

dt, dd, li, th, td {
  line-height: 1.5;
}

nav ol, nav ul,
.no-list-style {
  list-style: none;
}

ol:not(:last-child), ul:not(:last-child) {
  margin-bottom: 1em;
}

ol ol, ol ul, ul ul, ul ol, table ul, table ol {
  margin-bottom: 0;
}

.list-norm,
.page-single ul,
.page-single ol {
  margin-left: 1.75em;
}
.list-norm li,
.page-single ul li,
.page-single ol li {
  margin-bottom: .5em;
}
.list-norm li ol, .list-norm li ul,
.page-single ul li ol,
.page-single ul li ul,
.page-single ol li ol,
.page-single ol li ul {
  margin-top: .5em;
}

ol.list-norm,
.page-single ol {
  list-style: decimal;
}

ul.list-norm,
.page-single ul {
  list-style: disc;
}

.list-nomark {
  list-style: none;
}

table {
  border-collapse: collapse;
  margin-bottom: 1.5em;
}
table p {
  margin-bottom: 0;
}

.tb-norm {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: .92em;
}
.tb-norm.fullW {
  width: 100%;
}
.tb-norm th,
.tb-norm td {
  padding: .5em;
  border: 1px solid #DDD;
  vertical-align: top;
}
@media print, screen and (min-width: 800px) {
  .tb-norm th,
  .tb-norm td {
    padding: 1em;
  }
}
.tb-norm thead th {
  background-color: #EEE;
}
.tb-norm tbody th {
  background-color: #F5F5F5;
}
.tb-norm .aln-C th,
.tb-norm .aln-C td {
  text-align: center;
}

.inner-wrap {
  position: relative;
  max-width: 1128px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto;
  text-align: left;
}
.inner-wrap.aln-C {
  text-align: center;
}
.inner-wrap.semi-width {
  max-width: 948px;
}
.inner-wrap.narrow-width {
  max-width: 768px;
}
.inner-wrap.thin-width {
  max-width: 588px;
}

.with-bottom-border::before {
  position: absolute;
  bottom: 0;
  left: 2rem;
  width: calc(100% - 4rem);
  height: 0;
  content: ' ';
  border-bottom: 1px solid #CCC;
}

#Mask-cnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  display: none;
}

.gglmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.gglmap iframe,
.gglmap object,
.gglmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vd {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.vd iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ---------------------------------------------------------------------------------------- */
/* FORM
/* ---------------------------------------------------------------------------------------- */
.form-group.table {
  position: relative;
  margin-bottom: 3rem;
  display: block;
}

.inner-form-group {
  margin-bottom: 1.5rem;
}

.inner-form-group:last-child {
  margin-bottom: 0;
}

.table .inner-form-group {
  display: block;
  width: 100%;
  padding: .5em 0 1em;
  margin: 0;
  border-top: 1px solid #DDDDDD;
}
@media print, screen and (min-width: 800px) {
  .table .inner-form-group {
    display: table;
    padding: 1em 0;
  }
}

.table .inner-form-group:last-child {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 3rem;
}

.table .inner-form-group .col {
  display: block;
  width: auto;
}
@media print, screen and (min-width: 800px) {
  .table .inner-form-group .col {
    display: table-cell;
    width: 20%;
    width: 12em;
    vertical-align: text-top;
  }
}

.table .inner-form-group .col + .col {
  margin-top: .5em;
}
@media print, screen and (min-width: 800px) {
  .table .inner-form-group .col + .col {
    padding-top: 0;
    width: 80%;
    width: calc(100% - 12em);
  }
}

.table .inner-form-group .inner-td + .inner-td {
  margin-top: 1em;
}

.inner-form-group .mst {
  position: relative;
  display: inline-block;
  font-size: .7em;
  vertical-align: middle;
  font-style: normal;
  color: #E64432;
  margin-left: .5em;
}

.form-list-norm li + li {
  margin-top: .5em;
}

.content input, .content textarea, .content select {
  padding: .35em 1em;
}

.content textarea {
  min-height: 10em;
}

.content input, .content textarea {
  width: 100%;
  background-color: #F8F8F8;
  border: 1px solid #E0E0E0;
}

input:focus, textarea:focus, select:focus {
  border-color: #999;
  outline: 0;
}

.content :disabled {
  opacity: .5;
}

.content input.ipt-S {
  width: 10em;
}

.content input.ipt-SS {
  width: 5em;
}

.content [type="radio"], .content [type="radio"] + label, .content [type="checkbox"], .content [type="checkbox"] + label {
  width: auto;
  display: inline-block;
}

.content [type="radio"], .content [type="checkbox"] {
  margin-right: .5em;
}

.content .wrap-select {
  position: relative;
  display: inline-block;
  width: auto;
}

.content select, .list-group-team select {
  padding: .5em 1em;
  background-color: #f0f0f0;
  background: linear-gradient(0deg, #F2F2F2, #FFF);
  padding-right: 32px;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: normal;
}

.form-group select {
  max-width: calc(100vw - 4rem - 32px);
}
@media print, screen and (min-width: 350px) {
  .form-group select {
    max-width: calc(100vw - 4rem - 48px);
  }
}
@media print, screen and (min-width: 576px) {
  .form-group select {
    max-width: calc(100vw - 4rem - 96px);
  }
}
@media print, screen and (min-width: 960px) {
  .form-group select {
    max-width: 100%;
  }
}

.list-group-team select {
  border: 1px solid #BBB;
}

.content .wrap-select::before, .list-group-team .wrap-select::before {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  content: '\e907';
  font-family: "kishipro-icons" !important;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #666;
  pointer-events: none;
  z-index: 1;
}

.btn-label input[type="radio"], .btn-label input[type="checkbox"], .txt-label input[type="radio"], .txt-label input[type="checkbox"] {
  display: none;
}

.btn-label label {
  position: relative;
  padding: .5em 1em;
  border: 1px solid #AAA;
  background-color: #F5F5F5;
  cursor: pointer;
  border-radius: 3px;
  transition: all .2s ease-in-out;
  margin-left: -1px;
  margin-top: -1px;
}

.btn-label.sort-item label {
  padding: .5em .5em;
  background-color: #FFF;
  border-color: #DDD;
}
@media print, screen and (min-width: 350px) {
  .btn-label.sort-item label {
    padding: .5em .75em;
  }
}

.btn-label.separated label {
  padding: 1em .5em;
  background-color: #FFF;
  border-radius: 0;
}

.btn-label.separated.btn-img label {
  padding: 0;
  background-color: #000;
  border-radius: 0;
  border: none;
}

.txt-label label {
  position: relative;
  padding: .25em 0;
  padding-left: 1em;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.txt-label label::before {
  position: relative;
  content: '・';
  margin-left: -1em;
  margin-right: .5em;
  display: inline-block;
}

.btn-label.full label {
  width: 100%;
}

.btn-label :not(:first-child) label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-label :not(:last-child) label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-label.separated :not(:last-child) label {
  border-right: 1px solid #AAA;
}

.btn-label.separated.btn-img :not(:last-child) label {
  border: none;
}

.btn-label label:hover, .error .btn-label label:hover {
  background-color: #CCC;
  /*border-color: #888;*/
  color: #111;
}

.txt-label label:hover {
  color: #111;
}

.btn-label input[type="radio"]:checked + label, .btn-label input[type="checkbox"]:checked + label {
  background-color: #555;
  /*border-color: #222;*/
  color: #FFF;
}

.btn-label.btn-img input[type="radio"]:checked + label, .btn-label.btn-img input[type="checkbox"]:checked + label {
  background-color: #000;
  border: 3px solid #e7cd00;
}

.btn-label.btn-img label img {
  transition: all .2s ease-in-out;
}

.btn-label.btn-img input[type="radio"]:checked + label img, .btn-label.btn-img input[type="checkbox"]:checked + label img {
  opacity: .5;
}

.txt-label input[type="checkbox"]:checked + label {
  color: #008549;
  font-weight: bold;
}

.txt-label input[type="checkbox"]:checked + label::before {
  content: '-';
}

.form-help {
  display: inline-block;
  font-size: .83em;
  line-height: 1.4;
  margin-top: .5em;
}

.error label, .error .label {
  color: #ff1a29;
}

.error input, .error select, .error .btn-label label {
  border-color: #ff1a29;
  background: #fff5f5;
}

.error-msg {
  display: block;
  color: #ff1a29;
  margin-top: .5em;
}

/* ---------------------------------------------------------------------------------------- */
/* GLOBAL-HEADER
/* ---------------------------------------------------------------------------------------- */
#Global-header {
  position: relative;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 600px 85px;
  background-image: url("assets/img/common/bg-hd-bottom.png");
}
@media print, screen and (min-width: 576px) {
  #Global-header {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 800px) {
  #Global-header {
    padding-top: 1.25rem;
    padding-bottom: 2rem;
  }
}
#Global-header h1, #Global-header .h1 {
  position: relative;
  margin: 0;
  width: 144px;
  font-size: 1px;
  line-height: 1;
  margin-bottom: 2rem;
  display: inline-block;
}
@media print, screen and (min-width: 350px) {
  #Global-header h1, #Global-header .h1 {
    width: 168px;
    padding-top: 6px;
  }
}
@media print, screen and (min-width: 576px) {
  #Global-header h1, #Global-header .h1 {
    width: 200px;
    padding-top: 0;
  }
}
@media print, screen and (min-width: 800px) {
  #Global-header h1, #Global-header .h1 {
    width: 280px;
  }
}
#Global-header h1 img, #Global-header .h1 img {
  width: 100%;
  height: auto;
}
#Global-header .sml-c {
  font-size: .6875rem;
  line-height: 1.4;
  font-feature-settings: 'palt';
  display: none;
}
@media print, screen and (min-width: 800px) {
  #Global-header .sml-c {
    display: inherit;
  }
}
#Global-header .select-lang {
  position: absolute;
  top: -1rem;
  right: 44px;
  padding: 1rem 0 0;
}
@media print, screen and (min-width: 350px) {
  #Global-header .select-lang {
    right: 56px;
    padding: 1.5rem 0 0;
  }
}
@media print, screen and (min-width: 800px) {
  #Global-header .select-lang {
    top: -1.25rem;
    right: 2rem;
    padding: 1.25rem 1em 0;
    border-left: 1px solid #00a481;
    border-right: 1px solid #00a481;
  }
}
@media print, screen and (min-width: 960px) {
  #Global-header .select-lang {
    padding: 2rem 1rem 0;
  }
}
#Global-header .select-lang ul {
  position: relative;
  margin: 0;
}
#Global-header .select-lang ul li {
  display: table-cell;
  line-height: 1;
  margin: 0;
}
#Global-header .select-lang ul li:first-child {
  border-right: 1px solid #AAA;
}
#Global-header .select-lang ul li.current a {
  color: #00a481;
}
#Global-header .select-lang ul li a {
  display: block;
}
#Global-header .select-lang ul li a:hover {
  color: #00a481;
}
#Global-header .select-lang ul.large {
  display: none;
}
@media print, screen and (min-width: 960px) {
  #Global-header .select-lang ul.large {
    display: table;
  }
}
#Global-header .select-lang ul.large li {
  padding: .2em 1.75rem;
}
#Global-header .select-lang ul.small {
  display: table;
}
@media print, screen and (min-width: 960px) {
  #Global-header .select-lang ul.small {
    display: none;
  }
}
#Global-header .select-lang ul.small li {
  font-size: .875em;
}
@media print, screen and (min-width: 576px) {
  #Global-header .select-lang ul.small li {
    font-size: 1em;
  }
}
#Global-header .select-lang ul.small li a {
  padding: .2em 1em;
}
@media print, screen and (min-width: 800px) {
  #Global-header .select-lang ul.small li a {
    padding: .2em 1em;
  }
}

.page-home #Global-header {
  background: none;
}

#Trigger,
#Trigger-close {
  position: fixed;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 99;
}
@media print, screen and (min-width: 350px) {
  #Trigger,
  #Trigger-close {
    width: 56px;
    height: 56px;
  }
}
@media print, screen and (min-width: 800px) {
  #Trigger,
  #Trigger-close {
    display: none;
  }
}
#Trigger .t,
#Trigger-close .t {
  position: absolute;
  bottom: 15%;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 8px;
  line-height: 1;
  font-family: 'noto', serif;
  font-weight: 400;
  color: #00a481;
}
@media print, screen and (min-width: 350px) {
  #Trigger .t,
  #Trigger-close .t {
    font-size: 9px;
  }
}

#Trigger-close {
  position: absolute;
  z-index: 100;
}

#Trigger:hover {
  background-color: rgba(0, 164, 129, 0.1);
}
#Trigger:hover .bar,
#Trigger:hover .bar::before,
#Trigger:hover .bar::after {
  width: 20px;
}
@media print, screen and (min-width: 350px) {
  #Trigger:hover .bar,
  #Trigger:hover .bar::before,
  #Trigger:hover .bar::after {
    width: 24px;
  }
}
#Trigger :active {
  background-color: rgba(26, 26, 26, 0.9);
}
#Trigger .bar {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 16px;
  height: 0;
  margin-top: -5px;
  border-top: 1px solid #00a481;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#Trigger .bar::before, #Trigger .bar::after {
  position: absolute;
  left: 0;
  height: 0;
  content: ' ';
  border-top: 1px solid #00a481;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#Trigger .bar::before {
  top: -6px;
  width: 20px;
}
@media print, screen and (min-width: 350px) {
  #Trigger .bar::before {
    top: -7px;
    width: 24px;
  }
}
#Trigger .bar::after {
  bottom: -5px;
  width: 12px;
}
@media print, screen and (min-width: 350px) {
  #Trigger .bar::after {
    bottom: -6px;
    width: 16px;
  }
}
@media print, screen and (min-width: 350px) {
  #Trigger .bar {
    left: 16px;
    width: 20px;
    margin-top: -5px;
  }
}

#Trigger-close .cross {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -9px;
  width: 19px;
  height: 0;
  border-top: 1px solid #00a481;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#Trigger-close .cross::before {
  position: absolute;
  top: -10px;
  left: 9px;
  content: ' ';
  height: 19px;
  width: 0;
  border-left: 1px solid #00a481;
}

/* ---------------------------------------------------------------------------------------- */
/* GLOBAL-NAVIGATION
/* ---------------------------------------------------------------------------------------- */
#Global-navigation {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  min-width: 80%;
  overflow-y: scroll;
  background-color: #FFF;
  z-index: 100;
  transition: all .5s ease-in-out;
}
#Global-navigation.show {
  right: 0;
}
@media print, screen and (min-width: 800px) {
  #Global-navigation {
    position: relative;
    top: inherit;
    right: inherit;
    height: auto;
    background-color: transparent;
    z-index: 10;
    display: block;
    overflow-y: visible;
  }
}
#Global-navigation > ul {
  text-align: left;
  padding: 44px 0 0;
  position: relative;
  border-bottom: 1px solid #DDD;
}
@media print, screen and (min-width: 350px) {
  #Global-navigation > ul {
    padding-top: 56px;
  }
}
@media print, screen and (min-width: 800px) {
  #Global-navigation > ul {
    letter-spacing: -.4em;
    width: 100%;
    padding: 0;
    border-bottom: none;
  }
}
#Global-navigation > ul > li {
  position: relative;
  display: block;
  border-top: 1px solid #DDD;
  margin-bottom: 0;
}
@media print, screen and (min-width: 800px) {
  #Global-navigation > ul > li {
    letter-spacing: 0;
    display: inline-block;
    width: 33.33333333%;
    max-width: 212px;
    padding-left: 4px;
    border-left: 2px solid #00a481;
    border-top: none;
  }
  #Global-navigation > ul > li.no-pc {
    display: none;
  }
  #Global-navigation > ul > li.dblW {
    max-width: 290px;
    width: 290px;
  }
}
#Global-navigation > ul > li > a {
  display: block;
  width: 100%;
  padding: 1rem;
}
@media print, screen and (min-width: 800px) {
  #Global-navigation > ul > li > a {
    display: table;
    padding: 0;
  }
}
#Global-navigation > ul > li > a i {
  display: none;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  padding: 4px;
}
@media print, screen and (min-width: 800px) {
  #Global-navigation > ul > li > a i {
    display: table-cell;
  }
}
#Global-navigation > ul > li > a i img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 800px) {
  #Global-navigation > ul > li > a span {
    display: table-cell;
    vertical-align: middle;
    font-family: 'noto';
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 48px;
    letter-spacing: .1em;
    padding-left: .5em;
  }
}
#Global-navigation .children {
  position: relative;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}
@media print, screen and (min-width: 800px) {
  #Global-navigation .children {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #FFF;
    z-index: 11;
    padding: 12px 18px;
  }
}
#Global-navigation .children li {
  position: relative;
  display: block;
  border-top: 1px dotted #BBB;
  margin-bottom: 0;
}
@media print, screen and (min-width: 800px) {
  #Global-navigation .children li {
    border-top: none;
  }
}
#Global-navigation .children li a {
  position: relative;
  display: block;
  padding: .75rem 1rem .75rem 3rem;
  color: #444;
  font-size: .92em;
  line-height: 1.3;
}
@media print, screen and (min-width: 800px) {
  #Global-navigation .children li a {
    color: #444;
    font-size: 1em;
    font-weight: 400;
    padding: 6px 4px 6px 26px;
    white-space: nowrap;
  }
}
#Global-navigation .children li a::before {
  position: absolute;
  top: 50%;
  left: 1.75rem;
  margin-top: -1px;
  width: .75rem;
  height: 0;
  border-top: 2px solid #00a481;
  content: ' ';
}
@media print, screen and (min-width: 800px) {
  #Global-navigation .children li a::before {
    left: 0;
    width: 18px;
  }
}
#Global-navigation .children li a:hover {
  color: #00a481;
}
#Global-navigation .parent:hover .children {
  visibility: visible;
  max-height: none;
  opacity: 1;
}

/* ---------------------------------------------------------------------------------------- */
/* GLOBAL-FOOTER
/* ---------------------------------------------------------------------------------------- */
.wrap-btn-backtotop {
  position: relative;
  margin-top: -40px;
  height: 40px;
  z-index: 15;
}

.back-to-top {
  position: absolute;
  top: 0;
  right: 1.5rem;
  display: block;
  width: 80px;
  height: 40px;
}
.back-to-top i {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 40px;
  border-radius: 50% / 100% 100% 0 0;
  background: #00a481;
}
.back-to-top span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: 'noto';
  font-weight: 400;
  color: #FFF;
  margin-top: -.75em;
}

#Global-footer {
  position: relative;
  width: 100%;
  background-color: #e5e5e5;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media print, screen and (min-width: 800px) {
  #Global-footer {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}

.footer-navigation {
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 800px) {
  .footer-navigation {
    display: table;
    margin-bottom: 4rem;
  }
}
@media print, screen and (min-width: 800px) {
  .footer-navigation .cell {
    display: table-cell;
    width: 20%;
  }
  .footer-navigation .cell.wide {
    width: 60%;
  }
  .footer-navigation .cell.wide .wrap-children .children {
    float: left;
    width: 33.33333333%;
  }
}
.footer-navigation .cell > ul > li {
  margin-bottom: 1.5em;
}
.footer-navigation .cell > ul > li > a {
  color: #00a481;
}
.footer-navigation .cell > ul > li .children {
  margin-top: .75em;
  margin-bottom: 0;
  margin-left: 1.75em;
  list-style: disc;
  font-size: .86em;
}
.footer-navigation .cell > ul > li .children + .children {
  margin-top: 0;
}
@media print, screen and (min-width: 800px) {
  .footer-navigation .cell > ul > li .children + .children {
    margin-top: 1.5em;
  }
}
@media print, screen and (min-width: 800px) {
  .footer-navigation .cell > ul > li .children {
    margin-top: 1.5em;
    margin-left: 1.75em;
  }
}
@media print, screen and (min-width: 800px) {
  .footer-navigation .cell > ul > li .children li {
    margin-bottom: .75em;
  }
}
.footer-navigation .cell > ul > li .children li a:hover {
  color: #00a481;
}

.wrap-footer-title-and {
  position: relative;
}
@media print, screen and (min-width: 576px) {
  .wrap-footer-title-and {
    display: table;
  }
}
@media print, screen and (min-width: 576px) {
  .wrap-footer-title-and .cell {
    display: table-cell;
    vertical-align: bottom;
  }
}
.wrap-footer-title-and .title {
  width: 168px;
}
@media print, screen and (min-width: 576px) {
  .wrap-footer-title-and .title {
    width: 180px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 800px) {
  .wrap-footer-title-and .title {
    width: 196px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .wrap-footer-title-and .title {
    width: 210px;
    padding-right: 30px;
  }
}
.wrap-footer-title-and .list-footer-uti {
  letter-spacing: -.4em;
  margin: 0;
  font-size: .6875rem;
  line-height: 1.4;
  padding-right: 1em;
  display: none;
}
@media print, screen and (min-width: 800px) {
  .wrap-footer-title-and .list-footer-uti {
    display: table-cell;
  }
}
.wrap-footer-title-and .list-footer-uti li {
  position: relative;
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
  padding-right: 2em;
}
.wrap-footer-title-and .list-footer-uti li::before {
  content: "・";
}
.wrap-footer-title-and .list-footer-uti li a:hover {
  color: #FFF;
}
.wrap-footer-title-and .copyright {
  font-size: .65rem;
  font-family: 'noto';
  font-weight: 400;
  letter-spacing: .05em;
}

/* ---------------------------------------------------------------------------------------- */
/* LAYOUT
/* ---------------------------------------------------------------------------------------- */
body {
  background-color: #FFF;
}

.content {
  position: relative;
  min-height: 70vh;
  padding-bottom: 160px;
}
@media print, screen and (min-width: 576px) {
  .content {
    padding-bottom: 200px;
  }
}
@media print, screen and (min-width: 800px) {
  .content {
    padding-bottom: 0;
  }
}
.content .wrap-section * {
  z-index: 1;
}

.wrap-earth-norm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wrap-earth-norm #Earth-page {
  position: absolute;
  bottom: -240px;
  right: 50%;
  margin-right: -240px;
  width: 480px;
  height: 480px;
  -webkit-animation: spin 160s linear infinite;
  animation: spin 160s linear infinite;
}
@media print, screen and (min-width: 576px) {
  .wrap-earth-norm #Earth-page {
    bottom: -280px;
    right: 50%;
    margin-right: -280px;
    width: 560px;
    height: 560px;
  }
}
@media print, screen and (min-width: 800px) {
  .wrap-earth-norm #Earth-page {
    bottom: inherit;
    right: inherit;
    top: 268px;
    margin-right: 0;
    width: 720px;
    height: 720px;
  }
}
@media print, screen and (min-width: 960px) {
  .wrap-earth-norm #Earth-page {
    width: 900px;
    height: 900px;
  }
}
@media print, screen and (min-width: 800px) {
  .wrap-earth-norm.left #Earth-page {
    left: -500px !important;
  }
}
@media print, screen and (min-width: 960px) {
  .wrap-earth-norm.left #Earth-page {
    left: -600px !important;
  }
}
@media print, screen and (min-width: 800px) {
  .wrap-earth-norm.right #Earth-page {
    right: -500px !important;
  }
}
@media print, screen and (min-width: 960px) {
  .wrap-earth-norm.right #Earth-page {
    right: -600px !important;
  }
}

.regional-navigation {
  position: relative;
  z-index: 9;
  display: none;
}
@media print, screen and (min-width: 800px) {
  .regional-navigation {
    display: inherit;
  }
}
.regional-navigation ul {
  position: absolute;
  top: 3rem;
  left: 24px;
  list-style: none;
  padding-top: 3.5rem;
}
.regional-navigation ul li {
  position: relative;
  margin-left: 1.5rem;
  font-family: 'noto';
  font-weight: 400;
  font-size: .7857em;
  margin-bottom: 1.25em;
}
.regional-navigation ul li::before {
  position: absolute;
  top: 50%;
  left: -1.5rem;
  margin-top: -1px;
  width: 17px;
  height: 0;
  content: ' ';
  border-top: 2px solid #00a481;
}

.wrap-section {
  position: relative;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-repeat: repeat-x;
  background-position: left top, left bottom;
  background-size: 600px 200px;
  background-image: url("assets/img/common/sec-upper.png"), url("assets/img/common/sec-bottom.png");
}
@media print, screen and (min-width: 800px) {
  .wrap-section {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
.wrap-section.last {
  background-image: url("assets/img/common/sec-upper.png");
}
.wrap-section .scn-norm {
  padding-top: 1rem;
}
@media print, screen and (min-width: 576px) {
  .wrap-section .scn-norm {
    padding-top: 2rem;
  }
}
@media print, screen and (min-width: 800px) {
  .wrap-section .scn-norm {
    padding-top: 3rem;
  }
}

.scn-norm {
  position: relative;
}

@media print, screen and (min-width: 800px) {
  .inner-wrap .space-left {
    margin-left: 210px;
  }
}
.inner-wrap .space-left.narrow {
  max-width: 640px;
}

.scn-norm h1,
h2 {
  font-family: 'noto';
  font-weight: 300;
}
.scn-norm h1 .sml,
h2 .sml {
  display: block;
  font-size: 0.714em;
  font-family: 'noto';
  font-weight: 400;
  color: #00a481;
}
.scn-norm h1 .sml.mgn-btm,
h2 .sml.mgn-btm {
  margin-bottom: 2.5em;
}
.scn-norm h1.bdr-top-green,
h2.bdr-top-green {
  position: relative;
  padding-top: 1.5em;
}
.scn-norm h1.bdr-top-green::before,
h2.bdr-top-green::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 0;
  content: ' ';
  border-top: 2px solid #00a481;
}

.list-circle {
  position: relative;
  list-style: none;
}
.list-circle:not(:last-child) {
  margin-bottom: 1em;
}
.list-circle li {
  position: relative;
  margin-left: 1.5em;
}
.list-circle li:not(:last-child) {
  margin-bottom: .5em;
}
.list-circle li::before {
  position: absolute;
  top: 0;
  left: -1.5em;
  content: '●';
  color: #00a481;
}
.list-circle.list-history li {
  display: table;
}
.list-circle.list-history li span {
  display: block;
}
@media print, screen and (min-width: 800px) {
  .list-circle.list-history li span {
    display: table-cell;
  }
  .list-circle.list-history li span.yr {
    width: 4.5em;
  }
  .list-circle.list-history li span.evt {
    width: auto;
  }
}

.link-line {
  position: relative;
  color: #00a481;
  padding-left: 1.5rem;
  display: inline-block;
}
.link-line::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  height: 0;
  margin-top: -1px;
  border-top: 2px solid #00a481;
  content: ' ';
}

.btn-norm,
input[type="submit"].btn-norm {
  position: relative;
  display: inline-block;
  width: auto;
  line-height: 1;
  font-size: 1.15em;
  color: #FFF;
  font-weight: 700;
  padding: .75em 3em;
  background-color: #00a481;
  border-radius: 1.325em;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.btn-norm:hover,
input[type="submit"].btn-norm:hover {
  color: #FFF;
  background-color: #00be95;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.btn-norm:active,
input[type="submit"].btn-norm:active {
  background-color: #008b6d;
}
.btn-norm.short,
input[type="submit"].btn-norm.short {
  padding: 1em 1.5em;
  border-radius: 1.575em;
}

/* ---------------------------------------------------------------------------------------- */
/* HOME
/* ---------------------------------------------------------------------------------------- */
body.page-home {
  background-repeat: repeat-x;
  background-position: left top;
  background-image: url("assets/img/home/bg-home.png");
  background-size: 600px 500px;
  background-color: #a4eff4;
  overflow-x: hidden;
}
body.page-home .content.inner-wrap {
  min-height: inherit;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
@media print, screen and (min-width: 576px) {
  body.page-home .content.inner-wrap {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 800px) {
  body.page-home .content.inner-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.cover {
  position: relative;
  width: 100%;
  min-height: 500px;
  padding-bottom: 240px;
}
.cover .txt {
  position: relative;
  z-index: 2;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media print, screen and (min-width: 800px) {
  .cover .txt {
    padding-left: 0;
    padding-right: 0;
  }
}
.cover h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: .5em;
}
@media print, screen and (min-width: 350px) {
  .cover h2 {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 576px) {
  .cover h2 {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 800px) {
  .cover h2 {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 960px) {
  .cover h2 {
    font-size: 3rem;
  }
}
.cover h2 span {
  display: inline-block;
}
.cover h2 span + span {
  margin-left: -.5em;
}
.cover p {
  font-size: .875rem;
  line-height: 2;
  font-family: 'noto';
  font-weight: 500;
}
@media print, screen and (min-width: 576px) {
  .cover p {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 800px) {
  .cover p {
    font-size: 1.125rem;
  }
}
.cover .wrap-earth {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  margin: 0;
}
@media print, screen and (min-width: 800px) {
  .cover .wrap-earth {
    width: 100%;
    height: 100%;
    left: 0;
  }
}

#Earth {
  position: absolute;
  bottom: -240px;
  right: 50%;
  margin-right: -240px;
  width: 480px;
  height: 480px;
  -webkit-animation: spin 160s linear infinite;
  animation: spin 160s linear infinite;
}
@media print, screen and (min-width: 576px) {
  #Earth {
    bottom: -280px;
    right: 0;
    margin-right: 0;
    width: 560px;
    height: 560px;
  }
}
@media print, screen and (min-width: 800px) {
  #Earth {
    bottom: -360px;
    width: 720px;
    height: 720px;
  }
}
@media print, screen and (min-width: 1200px) {
  #Earth {
    bottom: -450px;
    width: 900px;
    height: 900px;
  }
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ---------------------------------------------------------------------------------------- */
/* COMPANY
/* ---------------------------------------------------------------------------------------- */
.dl-overview {
  position: relative;
}
.dl-overview::after {
  content: ' ';
  display: block;
  clear: both;
}
@media print, screen and (min-width: 350px) {
  .dl-overview dt:not(:last-child) {
    margin-bottom: 2em;
  }
}
.dl-overview dd:not(:last-child) {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 350px) {
  .dl-overview dd:not(:last-child) {
    margin-bottom: 2em;
  }
}
@media print, screen and (min-width: 350px) {
  .dl-overview dt {
    float: left;
    width: 6em;
  }
}
@media print, screen and (min-width: 350px) {
  .dl-overview dd {
    margin-left: 6em;
  }
}
.dl-overview dd .no-sml {
  display: none;
}
@media print, screen and (min-width: 350px) {
  .dl-overview dd .no-sml {
    display: inherit;
  }
}

.wrap-gglmap {
  position: relative;
  margin-top: 2em;
  margin-bottom: .5em;
}

/* ---------------------------------------------------------------------------------------- */
/* PRODUCTS
/* ---------------------------------------------------------------------------------------- */
.wrap-product-list {
  position: relative;
  font-size: .78em;
  border-bottom: 1px solid #00a481;
}
@media print, screen and (min-width: 800px) {
  .wrap-product-list {
    border-bottom: 1px solid #979797;
  }
}
.wrap-product-list .thead,
.wrap-product-list .tbody {
  position: relative;
  padding-left: 6em;
}
@media print, screen and (min-width: 800px) {
  .wrap-product-list .thead,
  .wrap-product-list .tbody {
    display: table;
    width: 100%;
    padding-left: 0;
  }
}
.wrap-product-list .thead .tr,
.wrap-product-list .tbody .tr {
  display: inline-block;
}
.wrap-product-list .thead .tr:first-child .td.name::before,
.wrap-product-list .tbody .tr:first-child .td.name::before {
  display: none;
}
.wrap-product-list .thead .tr:first-child::before,
.wrap-product-list .tbody .tr:first-child::before {
  position: absolute;
  content: '取扱製品';
  top: 0;
  left: 0;
  color: #777;
}
@media print, screen and (min-width: 800px) {
  .wrap-product-list .thead .tr:first-child::before,
  .wrap-product-list .tbody .tr:first-child::before {
    display: none;
  }
}
@media print, screen and (min-width: 800px) {
  .wrap-product-list .thead .tr,
  .wrap-product-list .tbody .tr {
    display: table-row;
  }
}
.wrap-product-list .thead .tr > .td.emp,
.wrap-product-list .tbody .tr > .td.emp {
  display: none;
}
@media print, screen and (min-width: 800px) {
  .wrap-product-list .thead .tr > .td.emp,
  .wrap-product-list .tbody .tr > .td.emp {
    display: table-cell;
  }
}
@media print, screen and (min-width: 800px) {
  .wrap-product-list .thead .tr > .td,
  .wrap-product-list .tbody .tr > .td {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    padding: 1.5em;
  }
}
.wrap-product-list .thead .tr > .td.name,
.wrap-product-list .tbody .tr > .td.name {
  display: inline-block;
  padding-right: .25em;
}
.wrap-product-list .thead .tr > .td.name::before,
.wrap-product-list .tbody .tr > .td.name::before {
  position: relative;
  content: '/';
  display: inline-block;
  padding-right: .25em;
}
@media print, screen and (min-width: 800px) {
  .wrap-product-list .thead .tr > .td.name::before,
  .wrap-product-list .tbody .tr > .td.name::before {
    display: none;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 800px) {
  .wrap-product-list .thead .tr > .td.name,
  .wrap-product-list .tbody .tr > .td.name {
    display: table-cell;
  }
}
@media print, screen and (min-width: 800px) {
  .wrap-product-list .thead .tr > .td.desc,
  .wrap-product-list .tbody .tr > .td.desc {
    width: 50%;
    padding-right: calc(50px + 2em);
  }
}
.wrap-product-list .thead {
  font-size: 1.18em;
  margin-bottom: 1.5em;
  display: none;
}
@media print, screen and (min-width: 800px) {
  .wrap-product-list .thead {
    display: table;
    width: 100%;
  }
}
.wrap-product-list .thead .tr > .td {
  padding: 0 1em;
  border-left: 2px solid #cacaca;
}
@media print, screen and (min-width: 800px) {
  .wrap-product-list .tbody .tr {
    background-color: #EEE;
  }
}
.wrap-product-list .tbody .tr > .td {
  position: relative;
}
.wrap-product-list .tbody .tr > .td.type, .wrap-product-list .tbody .tr > .td.desc {
  margin: 1em 0;
}
@media print, screen and (min-width: 800px) {
  .wrap-product-list .tbody .tr > .td.type, .wrap-product-list .tbody .tr > .td.desc {
    border-left: 1px solid #979797;
    margin: 0;
  }
}
.wrap-product-list .tbody .tr > .td.type:not(.emp)::before {
  position: absolute;
  content: '種類';
  top: 0;
  left: -6em;
  color: #777;
}
@media print, screen and (min-width: 800px) {
  .wrap-product-list .tbody .tr > .td.type:not(.emp)::before {
    display: none;
  }
}
@media print, screen and (min-width: 800px) {
  .wrap-product-list .tbody .tr:nth-last-of-type(2n) {
    background-color: #E2E2E2;
  }
}
.wrap-product-list .flt-txt-type,
.wrap-product-list .flt-txt-desc {
  position: relative;
  margin: 1em 0;
}
@media print, screen and (min-width: 800px) {
  .wrap-product-list .flt-txt-type,
  .wrap-product-list .flt-txt-desc {
    position: absolute;
    top: 1em;
    padding: 1em;
    margin: 0;
    width: calc(25% - 2em);
    height: calc(100% - 2em);
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media print, screen and (min-width: 800px) {
  .wrap-product-list .flt-txt-type p,
  .wrap-product-list .flt-txt-desc p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 1em;
    transform: translateY(-50%);
  }
}
.wrap-product-list .flt-txt-type::before {
  position: absolute;
  content: '種類';
  top: 0;
  left: -6em;
  color: #777;
}
@media print, screen and (min-width: 800px) {
  .wrap-product-list .flt-txt-type::before {
    display: none;
  }
}
@media print, screen and (min-width: 800px) {
  .wrap-product-list .flt-txt-type {
    left: 25%;
    margin-left: 1em;
  }
}
.wrap-product-list .flt-txt-desc::before {
  position: absolute;
  content: '詳細';
  top: 0;
  left: -6em;
  color: #777;
}
@media print, screen and (min-width: 800px) {
  .wrap-product-list .flt-txt-desc::before {
    display: none;
  }
}
@media print, screen and (min-width: 800px) {
  .wrap-product-list .flt-txt-desc {
    left: 50%;
    width: calc(50% - 2em - 50px);
    margin-left: 1em;
  }
}
.wrap-product-list .btn-pdt-pdf {
  position: relative;
}
@media print, screen and (min-width: 800px) {
  .wrap-product-list .btn-pdt-pdf {
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -.5em;
  }
}
.wrap-product-list .btn-pdt-pdf a {
  position: relative;
  display: inline-block;
  padding-right: 1em;
  text-decoration: none;
  font-family: 'noto';
  font-weight: 700;
  color: #00a481;
  line-height: 1;
}
@media print, screen and (min-width: 800px) {
  .wrap-product-list .btn-pdt-pdf a {
    display: block;
  }
}
.wrap-product-list .btn-pdt-pdf a::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: ' ';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #00a481;
  border-right: 1px solid #00a481;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.grp {
  padding: 1.5em 0 1em;
  border-top: 1px solid #00a481;
}
@media print, screen and (min-width: 800px) {
  .grp {
    padding: 0;
    border-top-color: #979797;
  }
}
@media print, screen and (min-width: 800px) {
  .grp.bdr-top {
    border-top: 1px solid #979797;
  }
}
@media print, screen and (min-width: 800px) {
  .grp.rev .tbody .tr {
    background-color: #E2E2E2;
  }
}
@media print, screen and (min-width: 800px) {
  .grp.rev .tbody .tr:nth-last-of-type(2n) {
    background-color: #EEE;
  }
}

.fig-flow {
  position: relative;
  margin: 0;
}

.product-flow {
  position: relative;
  margin: 2em 0;
  text-align: center;
}
.product-flow ol {
  position: relative;
  list-style: none;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  max-width: 168px;
}
@media print, screen and (min-width: 576px) {
  .product-flow ol {
    max-width: none;
    display: table;
  }
}
.product-flow ol li {
  position: relative;
  text-align: center;
  display: block;
  padding-bottom: 48px;
}
.product-flow ol li:not(:last-child)::after {
  position: absolute;
  bottom: -16px;
  left: 50%;
  content: ' ';
  margin-left: -24px;
  width: 48px;
  height: 48px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("assets/img/products/flow/arrow-flow-down.svg");
}
@media print, screen and (min-width: 576px) {
  .product-flow ol li:not(:last-child)::after {
    bottom: 50%;
    left: 100%;
    margin-bottom: -24px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    background-image: url("assets/img/products/flow/arrow-flow-right.svg");
  }
}
@media print, screen and (min-width: 800px) {
  .product-flow ol li:not(:last-child)::after {
    bottom: 50%;
    left: 100%;
    margin-bottom: -24px;
    width: 48px;
    height: 48px;
  }
}
@media print, screen and (min-width: 576px) {
  .product-flow ol li {
    display: table-cell;
    vertical-align: top;
    width: 25%;
    padding: 2.5em;
  }
}
.product-flow ol li i {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 800px) {
  .product-flow ol li i {
    padding: 0 1em;
  }
}
.product-flow ol li i img {
  width: 100%;
  height: auto;
}
.product-flow ol li span {
  margin-top: -.5em;
  display: block;
  line-height: 1.4;
  font-size: .92em;
}
@media print, screen and (min-width: 576px) {
  .product-flow ol li span {
    margin-top: 0;
    font-size: .8125em;
  }
}
@media print, screen and (min-width: 800px) {
  .product-flow ol li span {
    margin-top: .5em;
    font-size: .875em;
  }
}
@media print, screen and (min-width: 960px) {
  .product-flow ol li span {
    font-size: 1em;
  }
}

/* ---------------------------------------------------------------------------------------- */
/* CONTACT
/* ---------------------------------------------------------------------------------------- */
.form-block {
  position: relative;
  margin-top: 2.5em;
}
@media print, screen and (min-width: 800px) {
  .form-block {
    margin-top: 4em;
  }
}
.form-block .btn-submit {
  text-align: center;
}
.form-block .btn-submit input {
  margin: 0 auto;
}

.dl-contact {
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 800px) {
  .dl-contact {
    margin-left: -8em;
  }
}
@media print, screen and (min-width: 576px) {
  .dl-contact dt {
    float: left;
    width: 7em;
    text-align: right;
    padding-top: .5em;
    margin-bottom: 2em;
  }
}
@media print, screen and (min-width: 800px) {
  .dl-contact dt {
    margin-bottom: 3em;
  }
}
@media print, screen and (min-width: 960px) {
  .dl-contact dt {
    margin-bottom: 4em;
  }
}
.dl-contact dd {
  margin-bottom: 2em;
}
@media print, screen and (min-width: 576px) {
  .dl-contact dd {
    margin-left: 8em;
  }
}
@media print, screen and (min-width: 800px) {
  .dl-contact dd {
    margin-bottom: 3em;
  }
}
@media print, screen and (min-width: 960px) {
  .dl-contact dd {
    margin-bottom: 4em;
  }
}
.dl-contact dd input,
.dl-contact dd textarea {
  padding: .5em 1em;
  border-color: #00a481;
  background-color: #FFF;
}

/* ---------------------------------------------------------------------------------------- */
/* EN
/* ---------------------------------------------------------------------------------------- */
body.en {
  font-family: 'roboto',Arial, Helvetica, "sans-serif";
  letter-spacing: .05em;
}
@media all and (-ms-high-contrast: none) {
  body.en {
    font-family: 'roboto',Arial, Helvetica, "sans-serif";
  }
}
body.en #Trigger .t,
body.en #Trigger-close .t {
  font-family: 'roboto', serif;
}
body.en #Global-navigation > ul > li > a span {
  font-family: 'roboto';
  font-weight: 400;
}
body.en .back-to-top span {
  font-family: 'roboto';
  font-weight: 400;
}
body.en #Global-header .sml-c {
  display: none;
}
body.en #Global-header .h1 {
  width: 165px;
}
@media print, screen and (min-width: 350px) {
  body.en #Global-header .h1 {
    width: 200px;
    padding-top: 6px;
  }
}
@media print, screen and (min-width: 576px) {
  body.en #Global-header .h1 {
    width: 260px;
    padding-top: 0;
  }
}
@media print, screen and (min-width: 800px) {
  body.en #Global-header .h1 {
    width: 366px;
  }
}
body.en .wrap-footer-title-and .copyright {
  font-family: 'roboto';
  font-weight: 400;
}
body.en .regional-navigation ul li {
  font-family: 'roboto';
  font-weight: 400;
}
body.en .scn-norm h1,
body.en h2 {
  font-family: 'roboto';
  font-weight: 300;
}
body.en .scn-norm h1 .sml,
body.en h2 .sml {
  font-family: 'roboto';
  font-weight: 400;
}
body.en .cover p {
  font-family: 'roboto';
  font-weight: 500;
}
body.en .wrap-product-list .btn-pdt-pdf a {
  font-family: 'roboto';
  font-weight: 700;
}
@media print, screen and (min-width: 350px) {
  body.en .dl-overview dt {
    width: 6.5em;
  }
}
@media print, screen and (min-width: 576px) {
  body.en .dl-overview dt {
    width: 8em;
  }
}
@media print, screen and (min-width: 350px) {
  body.en .dl-overview dd {
    margin-left: 6.5em;
  }
}
@media print, screen and (min-width: 576px) {
  body.en .dl-overview dd {
    margin-left: 8em;
  }
}
body.en .wrap-product-list .thead .tr:first-child::before,
body.en .wrap-product-list .tbody .tr:first-child::before {
  content: 'Products';
}
body.en .wrap-product-list .tbody .tr > .td.type:not(.emp)::before {
  content: 'Types';
}
body.en .flt-txt-type::before {
  content: 'Types';
}
body.en .flt-txt-desc::before {
  content: 'Details';
}
body.en .product-flow ol li span {
  font-size: .92em;
}
body.en .product-flow ol li span br {
  display: none;
}
@media print, screen and (min-width: 576px) {
  body.en .product-flow ol li span {
    margin-top: 0;
    font-size: .8125em;
  }
  body.en .product-flow ol li span br {
    display: inherit;
  }
}
@media print, screen and (min-width: 800px) {
  body.en .product-flow ol li span {
    margin-top: .5em;
    font-size: .8125em;
  }
}
@media print, screen and (min-width: 960px) {
  body.en .product-flow ol li span {
    font-size: .875em;
  }
}
@media print, screen and (min-width: 1200px) {
  body.en .product-flow ol li span {
    font-size: 1em;
  }
}
