@charset "UTF-8";
/*
Theme Name: 新潟精機
*/
/*****
reset
*****/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  max-width: 100%;
}

ul li, ol li {
  list-style-type: none;
}

textarea {
  resize: vertical;
}

button:focus {
  outline: 0;
}

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

a:hover img.alpha {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
}

a.zoom_in:hover img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

a.faxno {
  color: inherit;
  pointer-events: none;
}

.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*****
breakpoint
*****/
/*1200px～*/
/*1025px～1199px*/
/*992px～1024px*/
/*768px～991px*/
/*576px～767px*/
/*～575px*/
/*****
font
*****/
html {
  font-size: 62.5%;
}
@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  line-height: 1.6em;
}
body .fs-10 {
  font-size: 1rem;
}
body .fs-11 {
  font-size: 1.1rem;
}
body .fs-12 {
  font-size: 1.2rem;
}
body .fs-13 {
  font-size: 1.3rem;
}
body .fs-14 {
  font-size: 1.4rem;
}
body .fs-15 {
  font-size: 1.5rem;
}
body .fs-16 {
  font-size: 1.6rem;
}
body .fs-17 {
  font-size: 1.7rem;
}
body .fs-18 {
  font-size: 1.8rem;
}
body .fs-19 {
  font-size: 1.9rem;
}
body .fs-20 {
  font-size: 2rem;
}
body .fs-21 {
  font-size: 2.1rem;
}
body .fs-22 {
  font-size: 2.2rem;
}
body .fs-23 {
  font-size: 2.3rem;
}
body .fs-24 {
  font-size: 2.4rem;
}
body .fs-25 {
  font-size: 2.5rem;
}
body .fs-26 {
  font-size: 2.6rem;
}
body .fs-27 {
  font-size: 2.7rem;
}
body .fs-28 {
  font-size: 2.8rem;
}
body .fs-29 {
  font-size: 2.9rem;
}
body .fs-30 {
  font-size: 3rem;
}
body .fs-35 {
  font-size: 3.5rem;
}
body .fs-40 {
  font-size: 4rem;
}
body .fs-45 {
  font-size: 4.5rem;
}
body .fs-50 {
  font-size: 5rem;
}

.min {
  font-family: "Noto Serif JP", serif !important;
}

/*****
link
*****/
a {
  text-decoration: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
a:hover {
  text-decoration: none;
}

/*****
color
*****/
/*****
font color
*****/
.fc-green01 {
  color: #007746;
}

.fc-red01 {
  color: #ce0000;
}

.fc-white {
  color: #fff;
}

/*****
layout
*****/
.container-502 {
  width: 100%;
  max-width: 532px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-660 {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
}

.container-770 {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}

.container-1080 {
  width: 100%;
  max-width: 1110px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-1095 {
  width: 100%;
  max-width: 1125px;
  padding: 0 15px;
  margin: 0 auto;
}

.mw-100 {
  height: auto !important;
}

body .mt-50 {
  margin-top: 5rem !important;
}
body .mt-60 {
  margin-top: 6rem !important;
}
body .mt-70 {
  margin-top: 7rem !important;
}
body .mt-80 {
  margin-top: 8rem !important;
}
body .mt-90 {
  margin-top: 9rem !important;
}
body .mt-100 {
  margin-top: 10rem !important;
}
body .mb-50 {
  margin-bottom: 5rem !important;
}
body .mb-60 {
  margin-bottom: 6rem !important;
}
body .mb-70 {
  margin-bottom: 7rem !important;
}
body .mb-80 {
  margin-bottom: 8rem !important;
}
body .mb-90 {
  margin-bottom: 9rem !important;
}
body .mb-100 {
  margin-bottom: 10rem !important;
}
body .pt-50 {
  padding-top: 5rem !important;
}
body .pt-60 {
  padding-top: 6rem !important;
}
body .pt-70 {
  padding-top: 7rem !important;
}
body .pt-80 {
  padding-top: 8rem !important;
}
body .pt-90 {
  padding-top: 9rem !important;
}
body .pt-100 {
  padding-top: 10rem !important;
}
body .pb-50 {
  padding-bottom: 5rem !important;
}
body .pb-60 {
  padding-bottom: 6rem !important;
}
body .pb-70 {
  padding-bottom: 7rem !important;
}
body .pb-80 {
  padding-bottom: 8rem !important;
}
body .pb-90 {
  padding-bottom: 9rem !important;
}
body .pb-100 {
  padding-bottom: 10rem !important;
}
@media (max-width: 767px) {
  body .mt-50 {
    margin-top: 2.5rem !important;
  }
  body .mt-60 {
    margin-top: 3rem !important;
  }
  body .mt-70 {
    margin-top: 3.5rem !important;
  }
  body .mt-80 {
    margin-top: 4rem !important;
  }
  body .mt-90 {
    margin-top: 4.5rem !important;
  }
  body .mt-100 {
    margin-top: 5rem !important;
  }
  body .mb-50 {
    margin-bottom: 2.5rem !important;
  }
  body .mb-60 {
    margin-bottom: 3rem !important;
  }
  body .mb-70 {
    margin-bottom: 3.5rem !important;
  }
  body .mb-80 {
    margin-bottom: 4rem !important;
  }
  body .mb-90 {
    margin-bottom: 4.5rem !important;
  }
  body .mb-100 {
    margin-bottom: 5rem !important;
  }
  body .pt-50 {
    padding-top: 2.5rem !important;
  }
  body .pt-60 {
    padding-top: 3rem !important;
  }
  body .pt-70 {
    padding-top: 3.5rem !important;
  }
  body .pt-80 {
    padding-top: 4rem !important;
  }
  body .pt-90 {
    padding-top: 4.5rem !important;
  }
  body .pt-100 {
    padding-top: 5rem !important;
  }
  body .pb-50 {
    padding-bottom: 2.5rem !important;
  }
  body .pb-60 {
    padding-bottom: 3rem !important;
  }
  body .pb-70 {
    padding-bottom: 3.5rem !important;
  }
  body .pb-80 {
    padding-bottom: 4rem !important;
  }
  body .pb-90 {
    padding-bottom: 4.5rem !important;
  }
  body .pb-100 {
    padding-bottom: 5rem !important;
  }
}

body .lh-00 {
  line-height: 0 !important;
}
body .lh-15 {
  line-height: 1.5em !important;
}
body .lh-16 {
  line-height: 1.6em !important;
}
body .lh-17 {
  line-height: 1.7em !important;
}
body .lh-18 {
  line-height: 1.8em !important;
}
body .lh-19 {
  line-height: 1.9em !important;
}
body .lh-20 {
  line-height: 2em !important;
}

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

.right-0 {
  right: 0 !important;
}

/*****
header
*****/
#header {
  position: fixed;
  width: 100%;
  z-index: 20;
}
#header .logo {
  margin: 0 0 0 15px;
}
#header .logo img {
  width: 80%;
  height: auto;
}
#header.layer-header {
  background: #000;
}
@media (max-width: 1024px) {
  #header .logo a img {
    width: 200px;
    height: auto;
  }
}

.top-header {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background: rgba(0, 0, 0, 0.1);
}
.top-header.change-color {
  background: rgba(0, 0, 0, 0.7);
}

/*****
nav
*****/
.lang-menu {
  font-size: 1.3rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lang-menu::before {
  font-family: "Material Icons";
  content: "\e894";
  color: #fff;
  display: block;
  font-size: 1.6rem;
  margin: 2px 0.5rem 0 0;
}
.lang-menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lang-menu li::after {
  content: "";
  display: block;
  border-right: #fff solid 1px;
  height: 8px;
  margin: 0 0.75rem;
}
.lang-menu li:last-child::after {
  content: none;
}
.lang-menu li a {
  color: #919191;
}
.lang-menu li a:hover {
  color: #fff;
  text-decoration: underline;
}
.lang-menu li a.active {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .lang-menu {
    font-size: 1.1rem;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .lang-menu {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lang-menu::before {
    content: none;
  }
  .lang-menu li {
    width: 33.3333333333%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: #999 solid 1px;
    border-right: #999 solid 1px;
  }
  .lang-menu li::after {
    content: none;
  }
  .lang-menu li:last-child::after {
    content: none;
  }
  .lang-menu li a {
    display: block;
    padding: 1.5rem 0;
  }
  .lang-menu li a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .lang-menu li a.active {
    color: #fff;
    text-decoration: underline;
  }
}

@media (max-width: 991px) {
  .menu-block {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.g-menu li {
  margin: 0 5rem 0 0;
}
@media (max-width: 1024px) {
  .g-menu li {
    margin: 0 1.5rem 0 0;
    font-size: 1.3rem;
  }
}
@media (max-width: 991px) {
  .g-menu li {
    margin: 0;
  }
  .g-menu a {
    text-align: center;
    display: block;
    border-bottom: #999 solid 1px;
    padding: 1.5rem 0;
  }
}

.i-menu li {
  margin: 0 1rem 0 0;
}
.i-menu li .nav-link {
  font-size: 1.3rem;
  line-height: 1.2em;
  text-align: center;
}
.i-menu li .nav-link span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: #fff solid 2px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin: 0 auto 0.5rem;
}
.i-menu li .nav-link span i {
  font-size: 1.5rem;
}
.i-menu li .nav-link:hover span {
  border: #aaa solid 2px;
}
.i-menu li:last-child {
  margin: 0;
}
@media (max-width: 1024px) {
  .i-menu {
    padding-right: 15px;
  }
  .i-menu li {
    margin: 0 0.75rem 0 0;
  }
  .i-menu li .nav-link {
    font-size: 1.1rem;
  }
}
@media (max-width: 991px) {
  .i-menu {
    padding: 0;
  }
  .i-menu li {
    margin: 0;
  }
  .i-menu li .nav-link {
    font-size: 1.3rem;
    line-height: inherit;
    text-align: center;
    display: block;
    border-bottom: #999 solid 1px;
    padding: 1.5rem 0;
  }
  .i-menu li .nav-link br {
    display: none;
  }
  .i-menu li .nav-link span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    width: auto;
    height: auto;
    border-radius: none;
    margin: 0 0.5rem 0 0;
  }
}

@media (max-width: 991px) {
  .navbar {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    background: #000;
  }
}

.nav-link {
  color: #fff;
}
.nav-link:hover {
  color: #aaa;
}

.navbar-toggler {
  padding: 0;
  font-size: 1rem;
  border: none;
  margin-right: 0.75rem;
}

.navbar-toggler-icon {
  width: auto;
  height: auto;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon,
.navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
  background: none;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
  font-family: "Material Icons";
  content: "\e5cd";
  color: #fff;
  font-size: 4rem;
}

.navbar-toggler[aria-expanded=false] .navbar-toggler-icon::after {
  font-family: "Material Icons";
  content: "\e5d2";
  color: #fff;
  font-size: 4rem;
}

html.fixed {
  overflow: hidden !important;
}
html.fixed body {
  overflow: hidden !important;
}

.over {
  display: none;
}
.over.open {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 15;
}

/*****
main
*****/
.layer-main {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .layer-main {
    padding-top: 45px;
  }
}

/*****
footer
*****/
#footer {
  background: url("assets/images/footer-bg.png") no-repeat left bottom, #131313;
  padding: 7rem 0 2rem;
}
#footer .logo {
  margin: 0 0 1.5rem 0;
}
#footer .logo img {
  width: 219.2px;
  height: auto;
}
#footer .address {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.4em;
}
#footer .contact li {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.4em;
}
#footer .contact li a {
  color: #fff;
}
#footer .footer-i-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-i-menu li {
  text-align: center !important;
  line-height: 1em !important;
  margin: 0 0 0 0;
  width: 15.5%;
}
#footer .footer-i-menu li a {
  color: #fff;
  font-size: 1.2rem;
}
#footer .footer-i-menu li a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: #fff solid 2px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin: 0 auto 0.5rem;
}
#footer .footer-i-menu li a span i {
  font-size: 1.5rem;
}
#footer .footer-i-menu li a:hover {
  color: #aaa;
}
#footer .footer-i-menu li a:hover span {
  border: #aaa solid 2px;
}
#footer .footer-i-menu li a:hover span i {
  font-size: 1.5rem;
}
#footer .footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-nav ul li {
  font-size: 1.4rem;
  margin: 0 0 1.5rem 0;
  white-space: nowrap;
  letter-spacing: 0;
  color: #fff;
}
#footer .footer-nav ul li.child {
  font-size: 1.2rem;
  margin: 0 0 0.5rem 0;
}
#footer .footer-nav ul li.child::before {
  content: "―";
  color: #fff;
  margin: 0 0.25rem 0 0;
}
#footer .footer-nav ul li a {
  color: #fff;
}
#footer .footer-nav ul li a:hover {
  color: #aaa;
}
#footer .footer-nav ul li.ex-link {
  font-size: 1.2rem;
  margin-bottom: 0;
}
#footer .footer-nav ul li.ex-link a {
  color: #aaa;
}
#footer .footer-nav ul li.ex-link a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
  color: #aaa;
  margin: 0 0.25rem 0 0;
}
#footer .footer-nav ul li.ex-link a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  #footer .logo {
    text-align: center;
  }
  #footer .address {
    text-align: center;
    margin: 0 0 1rem 0;
  }
  #footer .contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .contact li {
    margin: 0 1rem;
  }
  #footer .footer-i-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #footer .footer-nav ul {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  #footer .logo img {
    width: 200px;
    height: auto;
  }
  #footer .footer-i-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 176px;
    margin: 0 auto;
  }
  #footer .footer-i-menu li {
    text-align: left !important;
    line-height: 1em !important;
    margin: 0 0 1.5rem 0;
    width: 100%;
  }
  #footer .footer-i-menu li br {
    display: none;
  }
  #footer .footer-i-menu li a {
    color: #fff;
    font-size: 1.2rem;
  }
  #footer .footer-i-menu li a span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 1rem 0 0;
  }
  #footer .footer-nav {
    display: block;
  }
  #footer .footer-nav ul {
    width: 100%;
  }
  #footer .footer-nav ul li {
    text-align: center;
    margin-bottom: 0 !important;
  }
  #footer .footer-nav ul li.child {
    font-size: 1.2rem;
    margin: 0 0 0.5rem 0;
  }
  #footer .footer-nav ul li.child::before {
    content: none;
  }
  #footer .footer-nav ul li.child a {
    display: block;
    background: #888 !important;
  }
  #footer .footer-nav ul li a {
    color: #fff;
    background: #333;
    display: block;
    padding: 1rem 0;
    border-bottom: #666 solid 1px;
  }
  #footer .footer-nav ul li.ex-link a {
    color: #aaa;
    background: none;
    border: none;
    padding: 0;
    display: inline;
  }
  #footer .footer-nav ul li.banner-link a {
    background: none;
    border: none;
    display: inline;
  }
}
@media (max-width: 575px) {
  #footer {
    padding: 7rem 0 10rem;
  }
}

.copy {
  text-align: center;
  font-size: 1.2rem;
  color: #aaa;
}

/*****
aside
*****/
/*
ec-aside
*/
.ec-aside {
  background: #262626;
  padding: 5rem 0 3rem;
}
.ec-aside .headline {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  margin: 0 0 3rem 0;
}
.ec-aside ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ec-aside ul li {
  margin: 0 2rem;
  text-align: center;
}
.ec-aside ul li a img {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 80%;
  height: auto;
}
.ec-aside ul li a:hover img {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .ec-aside ul {
    display: block;
  }
}

/*****
toppage
*****/
.top-kv-artcile .slider li {
  position: relative;
  width: 100%;
  height: 40vw;
  margin: 0;
}
.top-kv-artcile .slider li img {
  width: 100%;
  height: 40vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-kv-artcile .inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10%;
}
.top-kv-artcile .inner .logo img {
  width: 80%;
  height: auto;
}
.top-kv-artcile .gradient-overlay {
  position: relative;
}
.top-kv-artcile .gradient-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
  background-image: -webkit-linear-gradient(top, black, transparent);
  background-image: linear-gradient(to bottom, black, transparent);
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .top-kv-artcile .slider li {
    height: 50vw;
  }
  .top-kv-artcile .slider li img {
    height: 50vw;
  }
  .top-kv-artcile .inner {
    left: 3%;
  }
  .top-kv-artcile .logo img {
    width: 50%;
    height: auto;
  }
  .top-kv-artcile .gradient-overlay::after {
    height: max(11vw, 45px);
    opacity: 0.7;
  }
}
@media (max-width: 991px) {
  .top-kv-artcile .slider li {
    height: 50vw;
  }
  .top-kv-artcile .slider li img {
    height: 50vw;
  }
  .top-kv-artcile .inner {
    left: 3%;
  }
  .top-kv-artcile .logo img {
    width: 50%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .top-kv-artcile .slider li {
    height: 50vw;
  }
  .top-kv-artcile .slider li img {
    height: 50vw;
  }
  .top-kv-artcile .inner {
    left: 3%;
  }
  .top-kv-artcile .logo img {
    width: 50%;
    height: auto;
  }
}

.slick-dots {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  height: auto !important;
}
@media (max-width: 991px) {
  .slick-dots {
    top: 35%;
  }
}

.slick-dotted.slick-slider {
  margin: 0;
}

@media (max-width: 991px) {
  .slick-dots li button {
    width: auto !important;
  }
}

.slick-dots li button:before {
  color: white;
  opacity: 1;
  font-size: 4px;
  text-shadow: 0 0 3px #000;
}

.slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
  font-size: 18px;
}

.top-search-article .inner {
  margin: calc(-40px - 2rem) 0 0 0;
}
.top-search-article .inner h3 {
  background: #000;
  padding: 1rem 8rem 0.75rem 2rem;
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 7px 7px 0 0;
}
.top-search-article .inner h3 i {
  margin: 0 1rem 0 0;
}
.top-search-article .inner h3 span {
  font-size: 1.2rem;
  color: #aaa;
  margin: 0 0 0 1rem;
}
.top-search-article .inner .search-form-area {
  background: #000;
  border-radius: 0 7px 7px 7px;
}
.top-search-article .inner .search-form-area form {
  padding: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top-search-article .inner .search-form-area form select {
  width: 30%;
  padding: 2rem;
}
.top-search-article .inner .search-form-area form input[type=text] {
  width: 50%;
  padding: 2rem;
}
.top-search-article .inner .search-form-area form input[type=submit] {
  background: #007746;
  color: #fff;
  border: none;
  width: 20%;
  padding: 2rem;
}
@media (max-width: 1024px) {
  .top-search-article .inner {
    margin: -5vw 0 0 0;
  }
  .top-search-article .inner .search-form-area {
    background: #000;
    border-radius: 0 7px 7px 7px;
  }
  .top-search-article .inner .search-form-area form {
    padding: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991px) {
  .top-search-article .inner {
    margin: calc(-35px - 2rem) 0 0 0;
  }
  .top-search-article .inner .search-form-area {
    background: #000;
    border-radius: 0 7px 7px 7px;
  }
  .top-search-article .inner .search-form-area form {
    padding: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .top-search-article .inner {
    margin: calc(-35px - 1rem) 0 0 0;
  }
  .top-search-article .inner h3 {
    background: #000;
    padding: 1rem 8rem 0.75rem 2rem;
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    border-radius: 7px 7px 0 0;
  }
  .top-search-article .inner h3 i {
    margin: 0 1rem 0 0;
  }
  .top-search-article .inner h3 span {
    font-size: 1.2rem;
    color: #aaa;
    margin: 0 0 0 1rem;
  }
  .top-search-article .inner .search-form-area {
    background: #000;
    border-radius: 0 7px 7px 7px;
  }
  .top-search-article .inner .search-form-area form {
    padding: 1rem 2rem 2rem;
    display: block;
  }
  .top-search-article .inner .search-form-area form select {
    width: 100%;
    padding: 1rem;
  }
  .top-search-article .inner .search-form-area form input[type=text] {
    width: 100%;
    padding: 1rem;
  }
  .top-search-article .inner .search-form-area form input[type=submit] {
    background: #007746;
    color: #fff;
    border: none;
    width: 100%;
    padding: 1rem;
  }
}
@media (max-width: 575px) {
  .top-search-article .inner {
    margin: -5vw 0 0 0;
  }
  .top-search-article .inner h3 {
    display: block;
  }
  .top-search-article .inner .search-form-area {
    border-radius: 0 0 7px 7px;
  }
}

.top-news-article {
  position: relative;
}
.top-news-article .bg {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 0;
}
.top-news-article .bg img {
  width: 10vw;
  max-width: 180px;
  height: auto;
}
@media (max-width: 767px) {
  .top-news-article .bg img {
    width: 20vw;
    max-width: 180px;
    height: auto;
  }
}

.top-products-article {
  background: #f5f5f5;
  padding: 0;
}
.top-products-article .cnt15,
.top-products-article .banner {
  z-index: 10;
}
.top-products-article .banner {
  width: 100%;
}
.top-products-article .banner a {
  display: block;
  background: #fff;
  border: #006832 solid 1px;
  text-align: center;
  padding: 2.25rem 1.5rem 1.75rem 1.5rem;
}
.top-products-article .banner.top-blog-banner a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-products-article .banner.top-blog-banner a img {
  margin-right: 20px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.top-products-article .banner.top-blog-banner a .top-blog-banner-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-products-article .banner.top-blog-banner a .top-blog-banner-text .top-blog-banner-text-upper {
  font-size: 25px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: rgb(0, 119, 70);
  text-align: left;
  letter-spacing: 2px;
  margin-top: 2px;
}
.top-products-article .banner.top-blog-banner a .top-blog-banner-text .top-blog-banner-text-lower {
  margin-top: 8px;
  font-size: 13px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: rgb(0, 119, 70);
  text-align: left;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  .top-products-article .cnt15,
  .top-products-article .banner {
    padding: 0 15px !important;
  }
}
@media (max-width: 767px) {
  .top-products-article .txt02 {
    font-size: 1.5rem;
  }
  .top-products-article .txt02 br {
    display: none;
  }
}
@media (max-width: 355px) {
  .top-products-article .banner.top-blog-banner a {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .top-products-article .banner.top-blog-banner a img {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .top-products-article .banner.top-blog-banner a .top-blog-banner-text {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .top-products-article .banner.top-blog-banner a .top-blog-banner-text .top-blog-banner-text-upper {
    font-size: 25px;
    text-align: center;
  }
  .top-products-article .banner.top-blog-banner a .top-blog-banner-text .top-blog-banner-text-lower {
    font-size: 13px;
    text-align: center;
  }
}

.top-diy-section {
  overflow: hidden;
}
.top-diy-section .section-title {
  padding: 0;
  background: #fff;
}
.top-diy-section .section-title .bg-area {
  background: url("assets/images/top-diy-title-bg.jpg") no-repeat center center;
  width: 100%;
  max-width: 1110px;
  padding: 6rem;
  background-size: cover;
}
.top-diy-section .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 350px 300px 0 0;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .top-diy-section .triangle {
    border-width: 150px 80px 0 0;
  }
}

.top-pt-section {
  overflow: hidden;
}
.top-pt-section .section-title {
  padding: 0;
  background: #fff;
}
.top-pt-section .section-title .bg-area {
  background: url("assets/images/top-pt-title-bg.jpg") no-repeat center center;
  width: 100%;
  max-width: 1110px;
  padding: 6rem;
  background-size: cover;
}
.top-pt-section .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1200px 900px 0 0;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .top-pt-section .triangle {
    border-width: 150px 80px 0 0;
  }
}

.slider2 img {
  width: 80%;
  height: auto;
  margin: 0 auto !important;
}
@media (max-width: 991px) {
  .slider2 img {
    width: 90% !important;
    height: auto;
    margin: 0 auto !important;
  }
}
.slider2 .slick-prev, .slider2 .slick-next {
  text-shadow: 0 0 5px black;
}

.top-banner-article {
  background: #dedede;
  padding: 5rem 0;
}
@media (max-width: 1199px) {
  .top-banner-article {
    padding: 5rem 25px;
  }
}

/*****
layer
*****/
.layer-header-section {
  padding: 10rem 0 8rem 0;
}
@media (max-width: 767px) {
  .layer-header-section {
    padding: 6rem 0 4rem 0;
  }
}

.bread {
  margin-bottom: 8rem;
}
.bread ul {
  font-size: 1.5rem;
}
.bread ul li {
  float: left;
}
.bread ul li a {
  color: #000;
}
.bread ul li a::after {
  content: ">";
  margin: 0 1rem;
}
.bread ul li a:hover {
  color: #999;
}
.bread ul li a:hover::after {
  color: #000;
}
@media (max-width: 767px) {
  .bread ul {
    font-size: 1.3rem;
  }
}

.idea-section01 .block01 {
  margin: 0 0 4rem 0;
}
.idea-section01 .block01 .text {
  padding: 0 0 0 12rem;
}
@media (max-width: 767px) {
  .idea-section01 .block01 .text {
    padding: 0 0 0 0;
  }
}

.movie-section01 .inner {
  border-bottom: #4f4f4f solid 1px;
}
.movie-section01.border-none .inner {
  border-bottom: none;
}

.movielist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.movielist li {
  position: relative;
  width: 32%;
  padding-top: 17.9%;
}
.movielist li iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 767px) {
  .movielist {
    display: block;
  }
  .movielist li {
    width: 100%;
    padding-top: 56.25%;
    margin: 0 0 2rem 0;
  }
}

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

.blog-category a {
  display: inline-block;
  color: #fff;
  padding: 0 1rem;
  margin: 0 0 0 0.5rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.blog-category.blogs a {
  background: #1c4523;
}
.blog-category.exhibition a {
  background: #009960;
}
.blog-category.news a {
  background: #e95464;
}
.blog-category.media a {
  background: #7ab9ab;
}
.blog-category.newproducts a {
  background: #003f8e;
}
.blog-category.recruit a {
  background: #ffa500;
}
.blog-category:hover a {
  opacity: 0.7;
}

.faq-block {
  border-bottom: #999 dashed 1px;
  padding: 0 0 4rem 0;
  margin: 0 0 5rem 0;
}
@media (max-width: 767px) {
  .faq-block {
    padding: 0 0 0 0;
    margin: 0 0 3rem 0;
  }
}

.faq-block02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq-block02 .inner {
  width: 60%;
}
@media (max-width: 991px) {
  .faq-block02 .inner {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .faq-block02 {
    display: block;
  }
  .faq-block02 .inner {
    width: 100%;
  }
}

.ggmap {
  position: relative;
  padding-bottom: 40%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#page-top {
  visibility: hidden;
  position: fixed;
  right: max(1rem, (100vw - 1125px) / 2 - 94px);
  bottom: 9rem;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  padding: 1rem;
  z-index: 9999;
}
@media (max-width: 991px) {
  #page-top {
    bottom: 12rem;
  }
  #page-top img {
    width: 50px;
    height: auto;
  }
}
@media (max-width: 767px) {
  #page-top {
    bottom: calc(16vw + 40px);
  }
  #page-top img {
    width: 40px;
    height: auto;
  }
}
#page-top.active {
  opacity: 1;
  visibility: visible;
}

.search-section {
  margin-bottom: 5rem;
}
.search-section .inner h3 {
  background: #000;
  padding: 1rem 8rem 0.75rem 2rem;
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 7px 7px 0 0;
}
.search-section .inner h3 i {
  margin: 0 1rem 0 0;
}
.search-section .inner h3 span {
  font-size: 1.2rem;
  color: #aaa;
  margin: 0 0 0 1rem;
}
.search-section .inner .search-form-area {
  background: #000;
  border-radius: 0 7px 7px 7px;
}
.search-section .inner .search-form-area form {
  padding: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.search-section .inner .search-form-area form select {
  width: 30%;
  padding: 2rem;
}
.search-section .inner .search-form-area form input[type=text] {
  width: 50%;
  padding: 2rem;
}
.search-section .inner .search-form-area form input[type=submit] {
  background: #007746;
  color: #fff;
  border: none;
  width: 20%;
  padding: 2rem;
}
@media (max-width: 991px) {
  .search-section .inner {
    margin: -80px 0 0 0;
  }
  .search-section .inner .search-form-area {
    background: #000;
    border-radius: 0 7px 7px 7px;
  }
  .search-section .inner .search-form-area form {
    padding: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .search-section .inner {
    margin: -55px 0 0 0;
  }
  .search-section .inner h3 {
    background: #000;
    padding: 1rem 8rem 0.75rem 2rem;
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    border-radius: 7px 7px 0 0;
  }
  .search-section .inner h3 i {
    margin: 0 1rem 0 0;
  }
  .search-section .inner h3 span {
    font-size: 1.2rem;
    color: #aaa;
    margin: 0 0 0 1rem;
  }
  .search-section .inner .search-form-area {
    background: #000;
    border-radius: 0 7px 7px 7px;
  }
  .search-section .inner .search-form-area form {
    padding: 1rem 2rem 2rem;
    display: block;
  }
  .search-section .inner .search-form-area form select {
    width: 100%;
    padding: 1rem;
  }
  .search-section .inner .search-form-area form input[type=text] {
    width: 100%;
    padding: 1rem;
  }
  .search-section .inner .search-form-area form input[type=submit] {
    background: #007746;
    color: #fff;
    border: none;
    width: 100%;
    padding: 1rem;
  }
}
@media (max-width: 575px) {
  .search-section .inner {
    margin: -55px 0 0 0;
  }
  .search-section .inner h3 {
    display: block;
  }
  .search-section .inner .search-form-area {
    border-radius: 0 0px 7px 7px;
  }
}

@media (max-width: 991px) {
  .archive .search-section .inner, .page .search-section .inner {
    margin: 0 0 0 0;
  }
}
@media (max-width: 767px) {
  .archive .search-section .inner, .page .search-section .inner {
    margin: 0 0 0 0;
  }
}

/*****
parts
*****/
/*
headline
*/
.headline01 {
  font-size: 5rem;
  text-align: center;
  font-weight: 700;
  line-height: 1em;
}
.headline01:first-letter {
  color: #007746;
}
.headline01 span {
  font-size: 1.6rem;
  display: block;
}
@media (max-width: 767px) {
  .headline01 {
    font-size: 3.6rem;
  }
  .headline01 span {
    font-size: 1.4rem;
  }
}

.headline02 {
  font-size: 2.9rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.headline02::after {
  border-bottom: 2px solid #000;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #007746), color-stop(25%, #aaa));
  -webkit-border-image: -webkit-linear-gradient(left, #007746 25%, #aaa 25%);
       -o-border-image: linear-gradient(to right, #007746 25%, #aaa 25%);
          border-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #007746), color-stop(25%, #aaa));
          border-image: linear-gradient(to right, #007746 25%, #aaa 25%);
  border-image-slice: 1;
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .headline02 {
    font-size: 2.3rem;
  }
}

.headline03 {
  font-size: 2.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.headline03::after {
  border-bottom: 2px solid #000;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #007746), color-stop(25%, #aaa));
  -webkit-border-image: -webkit-linear-gradient(left, #007746 25%, #aaa 25%);
       -o-border-image: linear-gradient(to right, #007746 25%, #aaa 25%);
          border-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #007746), color-stop(25%, #aaa));
          border-image: linear-gradient(to right, #007746 25%, #aaa 25%);
  border-image-slice: 1;
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .headline03 {
    font-size: 2rem;
    border-bottom: 1px solid #000;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #007746), color-stop(25%, #aaa));
    -webkit-border-image: -webkit-linear-gradient(left, #007746 25%, #aaa 25%);
         -o-border-image: linear-gradient(to right, #007746 25%, #aaa 25%);
            border-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #007746), color-stop(25%, #aaa));
            border-image: linear-gradient(to right, #007746 25%, #aaa 25%);
    border-image-slice: 1;
    padding: 0 0 1rem 0;
  }
  .headline03::after {
    content: none;
  }
}

.headline04 {
  text-align: center;
  font-weight: 700;
  font-size: 4.3rem;
}
.headline04 .fs-50 {
  font-size: 5rem;
}
.headline04 .fs-55 {
  font-size: 5.5rem;
}
@media (max-width: 767px) {
  .headline04 {
    text-align: center;
    font-weight: 700;
    font-size: 2.2rem;
  }
  .headline04 .fs-50 {
    font-size: 3rem;
  }
  .headline04 .fs-55 {
    font-size: 3.5rem;
  }
}

.headline05 {
  font-size: 2.2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.headline05::after {
  border-bottom: 2px solid #000;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #007746), color-stop(25%, #aaa));
  -webkit-border-image: -webkit-linear-gradient(left, #007746 25%, #aaa 25%);
       -o-border-image: linear-gradient(to right, #007746 25%, #aaa 25%);
          border-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #007746), color-stop(25%, #aaa));
          border-image: linear-gradient(to right, #007746 25%, #aaa 25%);
  border-image-slice: 1;
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .headline05 {
    font-size: 1.8rem;
    border-bottom: 1px solid #000;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #007746), color-stop(25%, #aaa));
    -webkit-border-image: -webkit-linear-gradient(left, #007746 25%, #aaa 25%);
         -o-border-image: linear-gradient(to right, #007746 25%, #aaa 25%);
            border-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #007746), color-stop(25%, #aaa));
            border-image: linear-gradient(to right, #007746 25%, #aaa 25%);
    border-image-slice: 1;
    padding: 0 0 1rem 0;
  }
  .headline05::after {
    content: none;
  }
}

.headline06 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.headline06 .logo {
  margin: 0 2rem 0 0;
}
.headline06 .headline {
  font-size: 3.4rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}
.headline06 .headline:first-letter {
  color: #007746;
}
@media (max-width: 767px) {
  .headline06 {
    display: block;
  }
  .headline06 .logo {
    margin: 0 0 1rem 0;
    text-align: center;
  }
  .headline06 .logo img {
    width: 80px;
    height: auto;
  }
  .headline06 .headline {
    font-size: 2.8rem;
    text-align: center;
    margin: 0 0 2rem 0;
  }
}

.headline07 {
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 3px solid #000;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #007746), color-stop(25%, #aaa));
  -webkit-border-image: -webkit-linear-gradient(left, #007746 25%, #aaa 25%);
       -o-border-image: linear-gradient(to right, #007746 25%, #aaa 25%);
          border-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #007746), color-stop(25%, #aaa));
          border-image: linear-gradient(to right, #007746 25%, #aaa 25%);
  border-image-slice: 1;
  padding: 0 0 1rem 0;
}

.headline08 {
  font-size: 2.9rem;
  color: #007746;
  font-weight: bold;
  line-height: 1.6em;
  margin: 0 0 1rem 0;
}
@media (max-width: 767px) {
  .headline08 {
    font-size: 2.3rem;
    color: #007746;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 1rem 0;
  }
}

.headline09 {
  font-size: 2.9rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.headline09::after {
  border-bottom: 2px solid #000;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #007746), color-stop(25%, #aaa));
  -webkit-border-image: -webkit-linear-gradient(left, #007746 25%, #aaa 25%);
       -o-border-image: linear-gradient(to right, #007746 25%, #aaa 25%);
          border-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #007746), color-stop(25%, #aaa));
          border-image: linear-gradient(to right, #007746 25%, #aaa 25%);
  border-image-slice: 1;
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .headline09 {
    font-size: 2.3rem;
    border-bottom: 2px solid #000;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #007746), color-stop(25%, #aaa));
    -webkit-border-image: -webkit-linear-gradient(left, #007746 25%, #aaa 25%);
         -o-border-image: linear-gradient(to right, #007746 25%, #aaa 25%);
            border-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #007746), color-stop(25%, #aaa));
            border-image: linear-gradient(to right, #007746 25%, #aaa 25%);
    border-image-slice: 1;
    padding: 0 0 1rem 0;
  }
  .headline09::after {
    content: none;
  }
}

.headline10 {
  color: #fff;
  background: #007746;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .headline10 {
    font-size: 2rem;
    padding: 2rem 1rem;
  }
}

.headline11 {
  font-size: 2.4rem;
}
.headline11 span {
  font-size: 6.8rem;
}
@media (max-width: 1024px) {
  .headline11 {
    font-size: 2.4rem;
  }
  .headline11 span {
    font-size: 4.5rem;
  }
}
@media (max-width: 991px) {
  .headline11 {
    font-size: 1.8rem;
  }
  .headline11 span {
    font-size: 3rem;
  }
}

.headline12 {
  font-size: 2.9rem;
  font-weight: bold;
  text-align: center;
}

.headline13 {
  font-size: 2.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.headline13::after {
  border-bottom: 2px solid #000;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #fff), color-stop(25%, #aaa));
  -webkit-border-image: -webkit-linear-gradient(left, #fff 25%, #aaa 25%);
       -o-border-image: linear-gradient(to right, #fff 25%, #aaa 25%);
          border-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #fff), color-stop(25%, #aaa));
          border-image: linear-gradient(to right, #fff 25%, #aaa 25%);
  border-image-slice: 1;
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 2rem;
}
.headline13 + p {
  line-height: 2.5em;
}
@media (max-width: 767px) {
  .headline13 {
    font-size: 2rem;
    border-bottom: 1px solid #000;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #fff), color-stop(25%, #aaa));
    -webkit-border-image: -webkit-linear-gradient(left, #fff 25%, #aaa 25%);
         -o-border-image: linear-gradient(to right, #fff 25%, #aaa 25%);
            border-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #fff), color-stop(25%, #aaa));
            border-image: linear-gradient(to right, #fff 25%, #aaa 25%);
    border-image-slice: 1;
    padding: 0 0 1rem 0;
  }
  .headline13::after {
    content: none;
  }
}

.headline14 {
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2em;
}
.headline14 span {
  color: #aaa;
  font-size: 1.4rem;
  display: block;
}

.headline15 {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1em;
}
.headline15:first-letter {
  color: #007746;
}
.headline15 span {
  color: #aaa;
  font-size: 1.4rem;
  display: block;
  font-weight: normal;
}

/*
list
*/
.list01 {
  padding: 0 0 0 2rem;
}
.list01 li {
  list-style-type: decimal;
  margin: 0 0 1rem 0;
}

.list02 li {
  margin: 0 0 1rem 0;
}
.list02 li::before {
  content: "・";
}

.list03 li {
  font-size: 1.5rem;
}
.list03 li a {
  width: 60%;
  padding: 0.5rem;
  text-align: center;
  display: block;
  margin: 0;
}
@media (max-width: 991px) {
  .list03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .list03 li {
    width: 19%;
  }
  .list03 li a {
    width: 100%;
    padding: 0.5rem;
    text-align: center;
    display: block;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .list03 {
    display: block;
  }
  .list03 li {
    width: 100%;
  }
  .list03 li a {
    width: 100%;
  }
}

.list04 li {
  font-size: 1.5rem;
  margin: 0 0 1.5rem 3rem;
}
.list04 li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f04b";
  font-weight: 900;
  margin: 0 1rem 0 -2.25rem;
  color: #1b4425;
}
.list04 li a {
  position: relative;
  color: #000;
}
.list04 li a:hover {
  color: #999;
}

.list05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list05 li {
  margin: 1rem;
}
.list05 li a {
  display: block;
  padding: 4rem 0;
  color: #fff;
  background: #007746;
  font-size: 2.2rem;
  width: 360px;
  text-align: center;
}
.list05 li a:hover {
  background: #3eab7e;
  color: #fff;
}
.list05:after {
  content: " ";
  display: block;
  width: 360px;
  margin: 1rem;
}
@media (max-width: 1024px) {
  .list05 li {
    margin: 1rem;
  }
  .list05 li a {
    padding: 3rem 0;
    font-size: 1.8rem;
    width: 300px;
  }
  .list05:after {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .list05 li {
    margin: 1rem;
  }
  .list05 li a {
    padding: 3rem 0;
    font-size: 1.6rem;
    width: 250px;
  }
  .list05:after {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .list05 li {
    margin: 1rem 0;
    width: 100%;
  }
  .list05 li a {
    width: 100%;
    padding: 1.5rem;
  }
  .list05:after {
    content: "";
  }
}

.list06 dt {
  margin: 0 0 1.5rem 4.5rem;
}
.list06 dt::before {
  content: "Q";
  background: #001877;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: normal;
  margin: 0 1rem 0 -4.5rem;
}
.list06 dd {
  margin: 0 0 0 4.5rem;
}
.list06 dd::before {
  content: "A";
  background: #c10000;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin: 0 1rem 0 -4.5rem;
}

.list07 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list07 li {
  width: calc(14.2857142857% - 5px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list07 li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #007746;
  color: #fff;
  text-align: center;
  padding: 0.5rem;
  line-height: 1.4em;
  width: 100%;
}
.list07 li a:hover {
  background: #3eab7e;
}
@media (max-width: 991px) {
  .list07 li a br {
    display: none;
  }
}
@media (max-width: 767px) {
  .list07 {
    display: block;
  }
  .list07 li {
    width: 100%;
    display: block;
    margin: 0 0 1rem 0;
  }
  .list07 li a {
    padding: 1rem;
  }
}

.list08 li {
  margin: 0 0 1rem 0;
}

/*
text
*/
.txt01 {
  font-size: 2.4rem;
  line-height: 1.8em;
  text-align: center;
}
@media (max-width: 991px) {
  .txt01 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .txt01 {
    font-size: 1.8rem;
  }
}

.txt02 {
  line-height: 2em;
}

/*
background
*/
.bg01 {
  background-color: #007746;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #138154), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #138154), color-stop(0.75, #138154), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
}

.bg02 {
  background: #f5f5f5;
}

.bg03 {
  background: #fff !important;
}

/*
button
*/
.btn01 {
  background: #007746;
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem 1.5rem;
  display: inline-block;
}
.btn01:hover {
  background: #3eab7e;
  color: #fff;
}
@media (max-width: 767px) {
  .btn01 {
    font-size: 1.3rem;
    padding: 0.5rem 0.75rem;
    margin: 0 0 2rem 0;
  }
}

.btn02 {
  font-size: 2.1rem;
  color: #fff;
  background: #007746;
  border: none;
  padding: 2rem 4rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.btn02:hover {
  background: #3eab7e;
}
@media (max-width: 767px) {
  .btn02 {
    font-size: 1.6rem;
    padding: 1rem 2.5rem;
  }
}

.btn03 {
  background: #007746;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 3rem 5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn03::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin: 0 0 0 1rem;
  font-size: 3rem;
}
.btn03:hover {
  color: #fff;
  background: #3eab7e;
}
@media (max-width: 767px) {
  .btn03 {
    padding: 2rem;
    width: 100%;
  }
}

.btn04 {
  background: #007746;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 2rem 5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn04::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin: 0 0 0 1rem;
  font-size: 3rem;
}
.btn04:hover {
  color: #fff;
  background: #3eab7e;
}
@media (max-width: 767px) {
  .btn04 {
    padding: 2rem;
    width: 100%;
  }
}

.btn05 {
  background: #007746;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 1rem 5rem;
  letter-spacing: 0.1em;
}
.btn05:hover {
  background: #3eab7e;
  color: #fff;
}

/*
table
*/
.tbl01 {
  width: 100%;
  border-top: #666 dashed 1px;
}
.tbl01 tr {
  border-bottom: #666 dashed 1px;
}
.tbl01 tr th {
  padding: 3rem 1.5rem;
  white-space: nowrap;
}
.tbl01 tr td {
  padding: 3rem 1.5rem;
}
.tbl01 tr td input[type=checkbox] {
  margin: -2px 0.5rem 0 0;
}
.tbl01 tr td input[type=text] {
  width: 100%;
  padding: 0.5rem;
}
.tbl01 tr td input[type=text].half {
  width: 25%;
  margin: 0 1rem;
}
.tbl01 tr td textarea {
  resize: vertical;
  height: 250px;
  width: 100%;
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .tbl01 {
    display: block;
  }
  .tbl01 tbody {
    display: block;
    width: 100%;
  }
  .tbl01 tr {
    border-bottom: #666 dashed 1px;
    display: block;
    width: 100%;
  }
  .tbl01 tr th {
    padding: 2rem 0 0;
    display: block;
    width: 100%;
  }
  .tbl01 tr td {
    padding: 1rem 0 2rem;
    display: block;
    width: 100%;
  }
  .tbl01 tr td input[type=checkbox] {
    margin: -2px 0.5rem 0 0;
  }
  .tbl01 tr td textarea {
    height: 150px;
  }
}

.tbl02 {
  width: 100%;
  border-bottom: #000 solid 1px;
}
.tbl02 tr th {
  padding: 1.5rem 4rem;
  border-top: #000 solid 1px;
  border-right: #000 solid 1px;
  width: 20%;
}
.tbl02 tr td {
  padding: 1.5rem 4rem;
  border-top: #000 solid 1px;
}
@media (max-width: 767px) {
  .tbl02 {
    display: block;
    width: 100%;
    border-bottom: #000 solid 1px;
  }
  .tbl02 tbody {
    display: block;
    width: 100%;
  }
  .tbl02 tr {
    display: block;
    width: 100%;
  }
  .tbl02 tr th {
    padding: 1.5rem 0 0 1rem;
    border-top: #000 solid 1px;
    border-right: none;
    display: block;
    width: 100%;
  }
  .tbl02 tr td {
    padding: 1.5rem 0 1.5rem 1rem;
    border-top: none;
    display: block;
    width: 100%;
  }
}

table.w660 {
  width: 660px !important;
}

.table-w660-notice {
  display: none;
}
@media (max-width: 689px) {
  .table-w660-notice {
    display: inline;
  }
}

table.w770 {
  width: 770px !important;
}

.table-w770-notice {
  display: none;
}
@media (max-width: 799px) {
  .table-w770-notice {
    display: inline;
  }
}

/*
contents
*/
.cnt01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cnt01 .thumb {
  -webkit-flex-basis: 200px;
      -ms-flex-preferred-size: 200px;
          flex-basis: 200px;
}
.cnt01 .thumb a img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cnt01 div {
  -webkit-flex-basis: calc(100% - 200px);
      -ms-flex-preferred-size: calc(100% - 200px);
          flex-basis: calc(100% - 200px);
  padding: 0 0 0 2rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cnt01 div .title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}
.cnt01 div .title a {
  color: #000;
}
.cnt01 div .title a:hover {
  color: #999;
}
.cnt01 div .post {
  font-size: 1.5rem;
  line-height: 1.8em;
}
.cnt01 div .status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  margin-top: auto;
}
.cnt01 div .status li {
  margin: 0 2rem 0 0;
}
@media (max-width: 1024px) {
  .cnt01 div .status {
    font-size: 1.3rem;
  }
  .cnt01 div .status li {
    margin: 0 1rem 0 0;
  }
}
@media (max-width: 991px) {
  .cnt01 .thumb {
    -webkit-flex-basis: 150px;
        -ms-flex-preferred-size: 150px;
            flex-basis: 150px;
  }
  .cnt01 .thumb a img {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cnt01 div {
    -webkit-flex-basis: calc(100% - 150px);
        -ms-flex-preferred-size: calc(100% - 150px);
            flex-basis: calc(100% - 150px);
  }
}
@media (max-width: 767px) {
  .cnt01 {
    display: block;
    /*
    .thumb a img{
    	width: 100%;
    	height: 150px;
    }
    */
  }
  .cnt01 .thumb {
    margin: 0 0 1rem 0;
  }
  .cnt01 div {
    padding: 0;
    position: static;
  }
  .cnt01 div .post {
    margin: 0 0 1.5rem 0;
  }
  .cnt01 div .status {
    display: block;
    position: static;
  }
  .cnt01 div .status li {
    margin: 0 0 0.5rem 0;
  }
}

.cnt02 p {
  font-size: 1.5rem;
}

.cnt03 form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cnt03 form input[type=text] {
  display: block;
  width: 80%;
  padding: 1rem;
}
.cnt03 form button[type=submit] {
  width: 20%;
  border: none;
  padding: 0;
  background: #007746;
  color: #fff;
}
@media (max-width: 767px) {
  .cnt03 form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .cnt03 form input[type=text] {
    width: 100%;
    padding: 0.5rem 1rem;
    margin: 0 0 1rem 0;
  }
  .cnt03 form button[type=submit] {
    width: 100%;
    padding: 0.5rem 1rem;
  }
}

.cnt04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cnt04 .block {
  width: 49%;
  border-right: #007746 solid 1px;
  border-bottom: #007746 solid 1px;
  border-left: #007746 solid 1px;
  margin: 0 0 2rem 0;
}
.cnt04 .block h3 {
  background: #007746;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  padding: 2rem 0;
  line-height: 1.5em;
}
.cnt04 .block p {
  padding: 1rem;
  text-align: center;
}
.cnt04 .block p img {
  width: 80%;
  height: auto;
}
@media (max-width: 767px) {
  .cnt04 {
    display: block;
  }
  .cnt04 .block {
    width: 100%;
  }
  .cnt04 .block h3 {
    padding: 2rem 1rem;
  }
}

.cnt05 .banner {
  width: 47%;
}
.cnt05 .block {
  width: 47%;
}
.cnt05 .block p {
  font-size: 2.1rem;
  padding: 2rem 0;
}
.cnt05 .block a {
  color: #000;
}
@media (max-width: 767px) {
  .cnt05 .banner {
    width: 100%;
  }
  .cnt05 .block {
    width: 100%;
  }
  .cnt05 .block p {
    font-size: 2.1rem;
    padding: 2rem 0;
  }
  .cnt05 .block a {
    color: #000;
  }
}

.cnt06 {
  text-align: center;
  margin: 0 0 4rem 0;
}
.cnt06 .thumb {
  margin: 0 0 1rem 0;
}
.cnt06 .thumb a img {
  width: 100%;
  max-width: 335px;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  border: #999 solid 1px;
}
.cnt06 .thumb a:hover img {
  opacity: 0.8;
}
.cnt06 .new-mark {
  font-size: 1.5rem;
  color: #fff;
  background: #af0505;
  display: inline-block;
  padding: 0rem 1.5rem;
  border-radius: 5px;
}
.cnt06 .date {
  font-size: 1.2rem;
}
.cnt06 .name {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6em;
}
.cnt06 .name a {
  color: #000;
}
.cnt06 .name a:hover {
  color: #999;
}
@media (max-width: 991px) {
  .cnt06 .thumb a img {
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .cnt06 .thumb a img {
    height: 35vw;
  }
}

.cnt07 .txt {
  -webkit-flex-basis: calc(100% - 420px);
      -ms-flex-preferred-size: calc(100% - 420px);
          flex-basis: calc(100% - 420px);
}
.cnt07 .img {
  -webkit-flex-basis: 420px;
      -ms-flex-preferred-size: 420px;
          flex-basis: 420px;
}
.cnt07 .img img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .cnt07 .img {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .cnt07 .img img {
    max-width: 100%;
    height: auto;
  }
  .cnt07 .txt {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .cnt07 .img {
    width: 80%;
    margin: 2rem auto 0;
    text-align: center;
  }
  .cnt07 .img img {
    max-width: 100%;
    height: auto;
  }
  .cnt07 .txt {
    width: 100%;
  }
}

.cnt08 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cnt08 .block {
  width: 48%;
  margin: 0 0 5rem 0;
}
.cnt08 .block .img {
  text-align: center;
}
.cnt08 .block .img.img01 img {
  height: 350px;
  width: auto;
}
.cnt08 .block .img.img02 {
  height: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .cnt08 {
    display: block;
  }
  .cnt08 .block {
    width: 100%;
    margin: 0 0 5rem 0;
  }
  .cnt08 .block .img {
    text-align: center;
  }
  .cnt08 .block .img.img01 img {
    height: auto;
    width: 75%;
  }
  .cnt08 .block .img.img02 {
    height: auto;
  }
  .cnt08 .block .img.img02 img {
    height: auto;
    width: 75%;
  }
}

.cnt09 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cnt09 .block {
  width: 325px;
  height: 188px;
  position: relative;
}
.cnt09 .block .inner {
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  margin: -20px 0 0 0;
}
.cnt09 .block .inner p {
  padding: 0 3rem;
}
.cnt09 .block::before, .cnt09 .block::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.cnt09 .block::before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.cnt09 .block::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.cnt09 .block:first-child {
  background: #b72729;
}
.cnt09 .block:first-child::before, .cnt09 .block:first-child::after {
  background: #b72729;
}
.cnt09 .block:nth-child(2) {
  background: #1d4077;
}
.cnt09 .block:nth-child(2)::before, .cnt09 .block:nth-child(2)::after {
  background: #1d4077;
}
.cnt09 .block:nth-child(3) {
  background: #2d672a;
}
.cnt09 .block:nth-child(3)::before, .cnt09 .block:nth-child(3)::after {
  background: #2d672a;
}
@media (max-width: 1024px) {
  .cnt09 .block {
    width: 298px;
    height: 172px;
  }
  .cnt09 .block .inner {
    margin: -10px 0 0 0;
  }
  .cnt09 .block .inner p {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cnt09 .block {
    width: 235px;
    height: 136px;
  }
  .cnt09 .block .inner {
    margin: -35px 0 0 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .cnt09 .block .inner p {
    padding: 0 1.5rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .cnt09 {
    display: block;
    margin-top: 10rem !important;
  }
  .cnt09 .block {
    width: 280px;
    height: 162px;
    margin: 0 auto 20rem;
  }
  .cnt09 .block .inner {
    margin: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .cnt09 .block .inner p {
    padding: 0 1.5rem;
    font-size: 1.4rem;
  }
}

.cnt10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cnt10 .block {
  border: #007746 solid 2px;
  width: 31%;
  padding: 3rem 0;
  margin: 0 1rem 3rem 1rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cnt10 .block h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}
.cnt10 .block h3 span {
  color: #d30000;
  font-size: 1.4rem;
}
.cnt10 .block .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 30px 0 0;
  border-color: #007746 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .cnt10 .block {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cnt10 {
    display: block;
  }
  .cnt10 .block {
    width: 100%;
    padding: 1.5rem 0;
    margin: 0 0 3rem 0;
  }
}

.cnt11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cnt11 .block {
  width: 47%;
  border: #707070 solid 1px;
  position: relative;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: -webkit-repeating-linear-gradient(326deg, transparent, transparent 12px, rgb(197, 224, 213) 12px, rgb(197, 224, 213) 13px);
  background-image: repeating-linear-gradient(124deg, transparent, transparent 12px, rgb(197, 224, 213) 12px, rgb(197, 224, 213) 13px);
}
.cnt11 .block .title {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1;
  background: #fff;
  display: inline-block;
  padding: 1rem;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 55%;
  text-align: center;
}
.cnt11 .block .title.title02 {
  width: 85%;
}
.cnt11 .block .txt {
  padding: 3.5rem 2rem 2rem;
}
.cnt11 .block.block02 {
  width: 100%;
}
.cnt11 .block.block02 .title {
  width: 30%;
}
.cnt11 .block.block02 .txt {
  padding: 5rem 2rem 4rem;
}
@media (max-width: 1024px) {
  .cnt11 .block {
    width: 48%;
  }
  .cnt11 .block .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cnt11 .block {
    width: 48%;
  }
  .cnt11 .block .title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .cnt11 {
    display: block;
  }
  .cnt11 .block {
    width: 100%;
    margin: 0 0 3rem 0;
  }
  .cnt11 .block .title {
    font-size: 1.7rem;
    width: 100%;
  }
  .cnt11 .block.block02 .title {
    width: 65%;
  }
}

.cnt12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cnt12 .txt {
  width: 55%;
}
.cnt12 .img {
  border: #ccc solid 1px;
  line-height: 0;
}
.cnt12 .img img {
  width: 304px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .cnt12 .txt {
    width: 45%;
  }
  .cnt12 .img img {
    width: 350px;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cnt12 {
    display: block;
  }
  .cnt12 .txt {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}

.cnt13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cnt13::before {
  content: "";
  display: block;
  width: calc(25% - 30px);
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.cnt13::after {
  content: "";
  display: block;
  width: calc(25% - 30px);
}
.cnt13 .block {
  -webkit-flex-basis: calc(25% - 30px);
      -ms-flex-preferred-size: calc(25% - 30px);
          flex-basis: calc(25% - 30px);
  margin: 0 0 4rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cnt13 .block .thumb {
  margin: 0 0 1rem 0;
  text-align: center;
}
.cnt13 .block .thumb img {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 243.75px;
  height: 243.75px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.cnt13 .block .thumb:hover a img {
  opacity: 0.8;
}
.cnt13 .block .name {
  font-size: 2.4rem;
  line-height: 1.6em;
  margin: 0 0 1rem 0;
}
.cnt13 .block .name a {
  color: #000;
  font-weight: bold;
}
.cnt13 .block .name a:hover {
  color: #999;
}
.cnt13 .block .product-name {
  font-size: 1.8rem;
  line-height: 1.6em;
  margin: 0 0 1rem 0;
}
.cnt13 .block .product-name a {
  color: #000;
  font-weight: bold;
}
.cnt13 .block .product-name a:hover {
  color: #999;
}
.cnt13 .block .dropdown.product-dropdown {
  background-color: #007746;
  margin: 0;
  padding: 0;
  margin-top: auto;
}
.cnt13 .block .dropdown.product-dropdown .dropdown-toggle.product-toggle {
  font-size: 1.5rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.16rem 0.3em;
  white-space: normal;
}
.cnt13 .block .dropdown.product-dropdown .dropdown-menu.product-menu {
  margin: 0;
  width: 100%;
}
.cnt13 .block .dropdown.product-dropdown .dropdown-menu.product-menu.show {
  padding: 0;
  border: #007746 solid 1px;
  border-radius: unset;
}
.cnt13 .block .dropdown.product-dropdown .dropdown-menu.product-menu.show a.dropdown-item {
  white-space: normal;
  font-size: 1.5rem;
  padding: 0.4em calc(0.3em - 1px);
  line-height: 1.4;
}
.cnt13 .block .dropdown.product-dropdown .dropdown-menu.product-menu.show a.dropdown-item:hover {
  background-color: #007746;
  color: #fff;
}
@media (max-width: 1024px) {
  .cnt13 .block .thumb img {
    width: calc((100vw - 30px) / 4 - 30px);
    height: calc((100vw - 30px) / 4 - 30px);
  }
}
@media (max-width: 991px) {
  .cnt13::before {
    width: calc(33.3333333333% - 10px);
  }
  .cnt13::after {
    width: calc(33.3333333333% - 10px);
  }
  .cnt13 .block {
    -webkit-flex-basis: calc(33.3333333333% - 10px);
        -ms-flex-preferred-size: calc(33.3333333333% - 10px);
            flex-basis: calc(33.3333333333% - 10px);
  }
  .cnt13 .block .thumb img {
    width: calc((100vw - 30px) / 3 - 10px);
    height: calc((100vw - 30px) / 3 - 10px);
  }
  .cnt13 .block .name {
    font-size: 2rem;
  }
  .cnt13 .block .dropdown.product-dropdown .dropdown-toggle.product-toggle {
    font-size: 1.7rem;
    height: 3.2rem;
  }
  .cnt13 .block .dropdown.product-dropdown .dropdown-menu.product-menu.show a.dropdown-item {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .cnt13::before {
    width: calc(50% - 5px);
  }
  .cnt13::after {
    width: calc(50% - 5px);
  }
  .cnt13 .block {
    -webkit-flex-basis: calc(50% - 5px);
        -ms-flex-preferred-size: calc(50% - 5px);
            flex-basis: calc(50% - 5px);
  }
  .cnt13 .block .thumb img {
    width: calc((100vw - 30px) / 2 - 5px);
    height: calc((100vw - 30px) / 2 - 5px);
  }
  .cnt13 .block .name {
    font-size: 1.8rem;
    margin: 0 0 0.5rem 0;
  }
  .cnt13 .block .dropdown.product-dropdown .dropdown-toggle.product-toggle {
    font-size: 1.5rem;
    height: 5.76rem;
  }
  .cnt13 .block .dropdown.product-dropdown .dropdown-menu.product-menu.show a.dropdown-item {
    font-size: 1.5rem;
  }
}

.cnt14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cnt14 .main {
  width: 50%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.cnt14 .left {
  width: 23%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.cnt14 .right {
  width: 23%;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.cnt14 .desc {
  width: 100%;
  display: none;
}
.cnt14 .desc h4 {
  color: #fff;
  background: #007746;
  padding: 1rem;
  font-weight: normal;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.cnt14 .desc h4 img {
  margin: 0 2rem 0 0;
}
.cnt14 .desc h4 i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
}
.cnt14 .desc h4 i.fa-plus {
  display: none;
}
.cnt14 .desc h4 i.is-active {
  display: block;
}
.cnt14 .desc .inner {
  border: #007746 solid 1px;
  padding: 1rem;
  font-size: 1.5rem;
}
.cnt14 .desc_btn {
  padding: 1rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cnt14 a.desc_btn:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .cnt14 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cnt14 .main {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .cnt14 .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .cnt14 .right {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .cnt14 .desc {
    width: 100%;
    display: none;
  }
  .cnt14 .desc h4 {
    color: #fff;
    background: #007746;
    padding: 1rem;
    font-weight: normal;
    position: relative;
  }
  .cnt14 .desc h4 i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5px;
  }
  .cnt14 .desc h4 i.fa-plus {
    display: none;
  }
  .cnt14 .desc h4 i.is-active {
    display: block;
  }
  .cnt14 .desc .inner {
    border: #007746 solid 1px;
    padding: 1rem;
    font-size: 1.5rem;
  }
}

.cnt15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cnt15::before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.cnt15::after {
  content: "";
  display: block;
  width: 23%;
}
.cnt15 a {
  width: 23%;
  display: block;
  border: #707070 solid 1px;
  background: #fff;
  text-align: center;
  padding: 1.5rem 0;
  margin: 0 0 4rem 0;
}
.cnt15 a .block h4 {
  color: #000;
  margin: 0 0 1rem 0;
}
.cnt15 a .block .icon img {
  width: 75.2px;
  height: auto;
}
.cnt15 a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .cnt15::before {
    content: "";
    display: block;
    width: 48%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .cnt15::after {
    content: "";
    display: block;
    width: 48%;
  }
  .cnt15 a {
    width: 48%;
    margin: 0 0 2rem 0;
  }
  .cnt15 a .block h4 {
    margin: 0 0 1.5rem 0;
  }
  .cnt15 a .block .icon img {
    width: 60px;
    height: auto;
  }
}

.cnt16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cnt16 .inner {
  width: 75%;
}
.cnt16 .inner dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #000 solid 1px;
  padding: 0 0 2rem 0;
  margin: 0 0 2rem 0;
  position: relative;
  z-index: 15;
}
.cnt16 .inner dl::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  position: absolute;
  top: calc(50% - 0.75rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
.cnt16 .inner dl dt {
  font-size: 1.2rem;
}
.cnt16 .inner dl dt.date {
  -webkit-flex-basis: 11ex;
      -ms-flex-preferred-size: 11ex;
          flex-basis: 11ex;
}
.cnt16 .inner dl .blog-category {
  font-size: 1.2rem !important;
  margin: 0 2rem;
}
.cnt16 .inner dl .blog-category a {
  color: #fff !important;
  width: 95px;
  text-align: center;
  display: block;
}
.cnt16 .inner dl dd {
  font-size: 1.5rem;
  padding-right: 3rem;
}
.cnt16 .inner dl dd.blog-category {
  -webkit-flex-basis: 11em;
      -ms-flex-preferred-size: 11em;
          flex-basis: 11em;
}
.cnt16 .inner dl dd.title {
  -webkit-flex-basis: 38em;
      -ms-flex-preferred-size: 38em;
          flex-basis: 38em;
}
.cnt16 .inner dl dd a {
  color: #000;
}
.cnt16 .inner dl dd a:hover {
  color: #999;
}
@media (max-width: 991px) {
  .cnt16 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cnt16 .inner dl .blog-category {
    font-size: 1.2rem !important;
    margin: 0 0 0 2rem;
  }
  .cnt16 .inner dl .blog-category a {
    color: #fff !important;
    width: 95px;
    text-align: center;
    display: block;
  }
  .cnt16 .inner dl dd {
    font-size: 1.5rem;
    padding-right: 3rem;
  }
  .cnt16 .inner dl dd a {
    color: #000;
  }
  .cnt16 .inner dl dd a:hover {
    color: #999;
  }
}
@media (max-width: 767px) {
  .cnt16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cnt16 .btn {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .cnt16 .inner {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .cnt16 .inner dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .cnt16 .inner dl::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    position: absolute;
    top: calc(50% - 0.75rem);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
  }
  .cnt16 .inner dl dt {
    font-size: 1.2rem;
    margin: 0 1rem 1rem 0;
  }
  .cnt16 .inner dl .blog-category {
    font-size: 1.2rem !important;
    margin: 0;
    padding: 0 1rem;
  }
  .cnt16 .inner dl dd {
    font-size: 1.5rem;
    padding-right: 3rem;
  }
  .cnt16 .inner dl dd a {
    color: #000;
  }
  .cnt16 .inner dl dd a:hover {
    color: #999;
  }
  .cnt16 .inner dl dd.title {
    width: 100%;
  }
}

.cnt17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cnt17 .txt-block {
  background: #fff;
  padding: 1.5rem 2rem;
  position: relative;
  height: 80px;
}
.cnt17 .txt-block::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 50px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  right: -50px;
}
.cnt17 .thumb {
  padding: 0 0 0 50px;
}
@media (max-width: 991px) {
  .cnt17 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .cnt17 .txt-block {
    background: #fff;
    padding: 1rem;
    position: relative;
    height: 60px;
  }
  .cnt17 .txt-block p {
    font-size: 1.4rem;
    word-break: keep-all;
  }
  .cnt17 .txt-block::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 30px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -30px;
  }
  .cnt17 .thumb {
    padding: 0 0 0 30px;
  }
  .cnt17 .thumb img {
    width: 80px;
    height: auto;
  }
}

.cnt18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cnt18::after {
  content: "";
  display: block;
  width: 30%;
}
.cnt18 .block {
  width: 30%;
  margin: 0 0 6rem 0;
}
.cnt18 .block .thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: #6c6c6c solid 1px;
  line-height: 0 !important;
  margin: 0 0 2rem 0;
  overflow: hidden;
  width: 328px;
  height: 250px;
}
.cnt18 .block .thumb img {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 328px;
  max-height: 250px;
}
.cnt18 .block .thumb a:hover img {
  opacity: 0.7;
}
.cnt18 .block .newmark {
  color: #fff;
  background: #af0505;
  border-radius: 5px;
  padding: 0 20px;
  display: inline-block;
  font-size: 1.3rem;
}
.cnt18 .block .date {
  font-size: 1.2rem;
}
.cnt18 .block h2 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5em;
}
.cnt18 .block h2 a {
  color: #000;
}
.cnt18 .block h2 a:hover {
  color: #999;
}
@media (max-width: 991px) {
  .cnt18 .block .thumb {
    width: 100%;
    height: 22vw;
    max-width: 100%;
  }
  .cnt18 .block .thumb img {
    max-width: 100%;
    max-height: 22vw;
  }
}
@media (max-width: 767px) {
  .cnt18 .block {
    width: 48%;
    margin: 0 0 3rem 0;
  }
  .cnt18 .block .thumb {
    width: 100%;
    height: 35vw;
  }
  .cnt18 .block .thumb img {
    max-height: 35vw;
  }
  .cnt18 .block h2 {
    font-size: 1.6rem;
  }
}

.cnt_exhibition_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cnt_exhibition_list::after {
  content: "";
  display: block;
  width: 30%;
}
.cnt_exhibition_list .block {
  width: 30%;
  margin: 0 0 6rem 0;
}
.cnt_exhibition_list .block .thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: #6c6c6c solid 1px;
  line-height: 0 !important;
  margin: 0 0 2rem 0;
  width: 328px;
  height: 250px;
  overflow: hidden;
}
.cnt_exhibition_list .block .thumb img {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -o-object-fit: cover;
     object-fit: cover;
  width: 328px;
  height: 328px;
}
.cnt_exhibition_list .block .thumb a:hover img {
  opacity: 0.7;
}
.cnt_exhibition_list .block .newmark {
  color: #fff;
  background: #af0505;
  border-radius: 5px;
  padding: 0 20px;
  display: inline-block;
  font-size: 1.3rem;
}
.cnt_exhibition_list .block .date {
  font-size: 1.2rem;
}
.cnt_exhibition_list .block h2 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5em;
}
.cnt_exhibition_list .block h2 a {
  color: #000;
}
.cnt_exhibition_list .block h2 a:hover {
  color: #999;
}
@media (max-width: 991px) {
  .cnt_exhibition_list .block .thumb {
    width: 100%;
    height: 22vw;
  }
  .cnt_exhibition_list .block .thumb img {
    width: 30vw;
    height: 30vw;
  }
}
@media (max-width: 767px) {
  .cnt_exhibition_list .block {
    width: 48%;
    margin: 0 0 3rem 0;
  }
  .cnt_exhibition_list .block .thumb {
    width: 100%;
    height: 35vw;
  }
  .cnt_exhibition_list .block .thumb img {
    width: 48vw;
    height: 35vw;
  }
  .cnt_exhibition_list .block h2 {
    font-size: 1.6rem;
  }
}

/* 新製品情報・特集ページ */
.article_sp {
  /* 超硬ブロックゲージ */
  /* 偏心度測定システム用 */
  /* デジタルSラインキャリパ（IP67） */
  /* デジタルSラインマイクロメータ（IP65） */
  /* Sラインデータ転送ケーブル */
  /* 特集ページ：プラスチックノギス 快段目盛 */
  /* 特集ページ：シルバースケール 快段目盛 */
  /* 特集ページ：アルミスケール 快段目盛 */
  /* ダイヤルスラントルール 快段目盛 */
  /* 特集ページ：デジタルミニデプス */
  /* 特集ページ：快段目盛マイクロヘッド */
  /* 温湿度計 */
  /* 特集ページ：貼れるメジャー 快段目盛 */
  /* Sラインデータ転送ケーブル */
  /* ステップ限界栓ゲージ H7 */
  /* 超硬ブロックゲージ */
  /* 階段目盛シリーズ */
  /* 測定アプリ */
  /* 特集ページ：マルチゲージ MLG-1200 */
  /* コンビネーションスコヤ 階段目盛 */
  /* 特集ページ：SK-LOG　Lite版　ソフトウェアダウンロード */
  /*  */
}
.article_sp .img660 {
  max-width: 660px;
  width: 100%;
  height: auto;
}
.article_sp .indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
.article_sp .indent-2 {
  padding-left: 2em;
  text-indent: -2em;
}
.article_sp ul.list-style-disc {
  list-style-type: disc;
  padding-left: 2em;
}
.article_sp ul.list-style-disc li {
  list-style-type: inherit;
}
.article_sp h2 {
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}
.article_sp p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.article_sp .product_sp .text {
  float: left;
  line-height: 160%;
  margin-bottom: 20px;
}
.article_sp .product_sp .photo01 {
  float: left;
  margin-right: 10px;
}
.article_sp .product_sp .photo02 {
  float: left;
}
.article_sp .product_sp table {
  width: 100%;
  max-width: 660px;
  border: 1px solid #333333;
  border-collapse: collapse;
}
.article_sp .product_sp td.mds {
  background-color: #8ec31e;
  border: 1px solid #333333;
  border-collapse: collapse;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.article_sp .product_sp td.usb-lcd {
  background-color: #171C60;
  color: #fff;
  border: 1px solid #333333;
  border-collapse: collapse;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.article_sp .product_sp td {
  background-color: #ffffff;
  border: 1px solid #333333;
  border-collapse: collapse;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.article_sp .product_sp td.bdr {
  background-color: #ddedbc;
  border: 1px solid #333333;
  border-collapse: collapse;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.article_sp .flex-2column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.article_sp .flex-2column .flex-2column-left {
  -webkit-flex-basis: calc(50% - 10px);
      -ms-flex-preferred-size: calc(50% - 10px);
          flex-basis: calc(50% - 10px);
  margin-right: 20px;
}
.article_sp .flex-2column .flex-2column-right {
  -webkit-flex-basis: calc(50% - 10px);
      -ms-flex-preferred-size: calc(50% - 10px);
          flex-basis: calc(50% - 10px);
}
@media (max-width: 575px) {
  .article_sp .flex-2column {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .article_sp .flex-2column .flex-2column-left {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-right: 0;
  }
  .article_sp .flex-2column .flex-2column-right {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.article_sp .product_ttl {
  padding: 8px;
  text-align: center;
  font-size: 20px;
  background-color: #8DC21F;
  color: #000;
  font-weight: 700;
}
.article_sp .product_catch {
  font-size: 16px;
  color: #333;
  line-height: 130%;
}
.article_sp .sp-title-block {
  background: #8ec220;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.article_sp .sp-title-block .sp-title {
  font-size: 24px;
  font-weight: bold;
  padding-left: 0.5em;
}
.article_sp .sp-title-block .sp-subtitle {
  font-size: 16px;
  font-weight: bold;
  padding-right: 0.5em;
}
@media (max-width: 575px) {
  .article_sp .sp-title-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
  }
  .article_sp .sp-title-block .sp-title {
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
    font-size: 24px;
  }
  .article_sp .sp-title-block .sp-subtitle {
    padding: 0.5rem 1.5rem 1.5rem 1.5rem;
    font-size: 16px;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .article_sp .sp-title-block .sp-title {
    font-size: 3.8vw;
  }
}
.article_sp .img-two-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.article_sp .img-two-column img {
  width: calc(50% - 10px);
  height: auto;
  margin-right: 20px;
}
.article_sp .img-two-column img:nth-of-type(2n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .article_sp .img-two-column {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .article_sp .img-two-column img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
}
.article_sp .img-four-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.article_sp .img-four-column .img-four-column-item {
  width: calc(25% - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article_sp .img-four-column .img-four-column-item:last-of-type {
  margin-right: 0;
}
@media (max-width: 575px) {
  .article_sp .img-four-column {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .article_sp .img-four-column .img-four-column-item {
    width: calc(50% - 10px);
  }
  .article_sp .img-four-column .img-four-column-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.article_sp .cbg-content div.bordered {
  border: solid 1px #066443;
  padding: 0 1em;
}
.article_sp .cbg-content div.bordered .spec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article_sp .cbg-content div.bordered .spec-right .copy {
  font-size: 1.3em;
  text-align: center;
  border-bottom: solid 2px #066443;
}
.article_sp .cbg-content h2 {
  border-left: solid 0.5em #066443;
  padding-left: 0.5em;
}
.article_sp .cbg-content p.indent1 {
  text-indent: -1em;
  padding-left: 1em;
}
.article_sp .cbg-content p.indent4 {
  text-indent: -4em;
  padding-left: 4em;
}
.article_sp .cbg-content strong {
  color: #005f4b;
}
.article_sp table.cbg-table th {
  background-color: #d3dad4;
  border: 1px solid #333333;
  border-collapse: collapse;
}
.article_sp .cbg-table-body tr:nth-child(even) td {
  background-color: #dcdddd;
}
.article_sp .rogs table {
  width: 100%;
  max-width: 660px;
  border: 0px;
  border-collapse: collapse;
}
.article_sp .rogs td {
  border: 0px;
  border-collapse: collapse;
  vertical-align: middle;
}
.article_sp .rogs03 table {
  width: 100%;
  max-width: 660px;
  border: 0px;
  border-collapse: collapse;
  table-layout: fixed;
}
.article_sp .rogs03 td {
  border: 0px;
  border-collapse: collapse;
  vertical-align: middle;
}
.article_sp .sp_rogs table {
  width: 100%;
  max-width: 660px;
  border: 1px solid #333333;
  border-collapse: collapse;
}
.article_sp .sp_rogs td {
  background-color: #ffffff;
  border: 1px solid #333333;
  border-collapse: collapse;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.article_sp .sp_rogs td.mds00 {
  background-color: #c0c0c0;
  border: 1px solid #333333;
  border-collapse: collapse;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.article_sp .sp_rogs td.mds01 {
  background-color: #e0eed7;
  border: 1px solid #333333;
  border-collapse: collapse;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.article_sp .sp_rogs td.mds02 {
  background-color: #d2ecfa;
  border: 1px solid #333333;
  border-collapse: collapse;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.article_sp .sp_rogs td.mds03 {
  background-color: #f9dbe8;
  border: 1px solid #333333;
  border-collapse: collapse;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.article_sp .rogs-lineup01 .rogs-lineup01-item {
  margin-bottom: 20px;
  margin-right: 20px;
}
.article_sp .rogs-lineup01 .rogs-lineup01-item .rogs-lineup01-imgblock {
  height: 131px;
}
.article_sp .rogs-lineup01 .rogs-lineup01-item:last-child {
  margin-right: 0;
}
@media (max-width: 575px) {
  .article_sp .rogs-lineup01 .rogs-lineup01-item {
    margin-right: 0;
  }
  .article_sp .rogs-lineup01 .rogs-lineup01-item .rogs-lineup01-imgblock {
    height: auto;
  }
}
.article_sp .rogs-lineup02 .rogs-lineup02-item {
  margin-bottom: 20px;
  margin-right: 20px;
}
.article_sp .rogs-lineup02 .rogs-lineup02-item .rogs-lineup02-imgblock {
  height: 70px;
}
.article_sp .rogs-lineup02 .rogs-lineup02-item:last-child {
  margin-right: 0;
}
@media (max-width: 575px) {
  .article_sp .rogs-lineup02 .rogs-lineup01-item {
    margin-right: 0;
  }
  .article_sp .rogs-lineup02 .rogs-lineup01-item .rogs-lineup02-imgbloxk {
    height: auto;
  }
}
.article_sp .rogs-lineup03 .rogs-lineup03-item {
  width: calc(33% - 10px);
  margin-bottom: 20px;
  margin-right: 20px;
}
.article_sp .rogs-lineup03 .rogs-lineup03-item .rogs-lineup03-imgblock {
  height: 102px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.article_sp .rogs-lineup03 .rogs-lineup03-tem:last-child {
  margin-right: 0;
}
@media (max-width: 575px) {
  .article_sp .rogs-lineup03 .rogs-lineup03-item {
    width: 100%;
    margin-right: 0;
  }
  .article_sp .rogs-lineup03 .rogs-lineup03-item .rogs-lineup03-imgblock {
    height: auto;
  }
}
.article_sp .data-trans-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.article_sp .data-trans-block .data-trans-item {
  border: solid 1px #999;
  padding: 10px;
  background: #fff;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article_sp .data-trans-block .data-trans-item:nth-child(2n) {
  margin-right: 0;
}
.article_sp .data-trans-block .data-trans-item .data-trans-item-img {
  margin-top: auto;
}
@media (max-width: 575px) {
  .article_sp .data-trans-block {
    display: block;
  }
  .article_sp .data-trans-block .data-trans-item {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .article_sp .data-trans-block .data-trans-item:nth-child(2n) {
    margin-right: auto;
  }
}
.article_sp .sp-d-150ip67m-cnt1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.article_sp .sp-d-150ip67m-cnt1 .sp-d-150ip67m-cnt1-sub1 {
  background: #d4effc;
  border: solid 1px #000;
  border-radius: 20px;
  padding: 10px;
  width: calc(50% - 5px);
  margin-right: 10px;
}
.article_sp .sp-d-150ip67m-cnt1 .sp-d-150ip67m-cnt1-sub2 {
  background: #d4effc;
  border: solid 1px #000;
  border-radius: 20px;
  padding: 10px;
  width: calc(50% - 5px);
}
@media (max-width: 767px) {
  .article_sp .sp-d-150ip67m-cnt1 {
    display: block;
  }
  .article_sp .sp-d-150ip67m-cnt1 .sp-d-150ip67m-cnt1-sub1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .article_sp .sp-d-150ip67m-cnt1 .sp-d-150ip67m-cnt1-sub2 {
    width: 100%;
  }
}
.article_sp .sp-d-150ip67m-cnt2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.article_sp .sp-d-150ip67m-cnt2 .sp-d-150ip67m-sub1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #d4effc;
  border: solid 1px #000;
  border-radius: 20px;
  padding: 10px;
  width: 100%;
}
.article_sp .sp-d-150ip67m-cnt2 .sp-d-150ip67m-sub1 .sp-d-150ip67m-sub1-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 10px;
}
.article_sp .sp-d-150ip67m-cnt2 .sp-d-150ip67m-sub1 .sp-d-150ip67m-sub1-1 img {
  margin-top: auto;
}
.article_sp .sp-d-150ip67m-cnt2 .sp-d-150ip67m-sub1 .sp-d-150ip67m-sub1-2 .sp-d-150ip67m-sub1-2-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .article_sp .sp-d-150ip67m-cnt2 .sp-d-150ip67m-sub1 {
    display: block;
  }
  .article_sp .sp-d-150ip67m-cnt2 .sp-d-150ip67m-sub1 .sp-d-150ip67m-sub1-1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .article_sp .sp-d-150ip67m-cnt2 .sp-d-150ip67m-sub1 .sp-d-150ip67m-sub1-1 img {
    margin-top: 10px;
  }
  .article_sp .sp-d-150ip67m-cnt2 .sp-d-150ip67m-sub1 .sp-d-150ip67m-sub1-2 {
    width: 100%;
  }
  .article_sp .sp-d-150ip67m-cnt2 .sp-d-150ip67m-sub1 .sp-d-150ip67m-sub1-2 .sp-d-150ip67m-sub1-2-images div {
    -webkit-flex-basis: calc(33.3333333333% - 6.6666666667px);
        -ms-flex-preferred-size: calc(33.3333333333% - 6.6666666667px);
            flex-basis: calc(33.3333333333% - 6.6666666667px);
    margin-right: 10px;
  }
  .article_sp .sp-d-150ip67m-cnt2 .sp-d-150ip67m-sub1 .sp-d-150ip67m-sub1-2 .sp-d-150ip67m-sub1-2-images div:last-child {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .article_sp .sp-d-150ip67m-cnt2 .sp-d-150ip67m-sub1 .sp-d-150ip67m-sub1-1 img {
    margin-top: 10px;
  }
  .article_sp .sp-d-150ip67m-cnt2 .sp-d-150ip67m-sub1 .sp-d-150ip67m-sub1-2 .sp-d-150ip67m-sub1-2-images {
    display: block;
  }
  .article_sp .sp-d-150ip67m-cnt2 .sp-d-150ip67m-sub1 .sp-d-150ip67m-sub1-2 .sp-d-150ip67m-sub1-2-images div {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
}
.article_sp .sp-d-150ip67m-cnt3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.article_sp .sp-d-150ip67m-cnt3 .sp-d-150ip67m-cnt3-sub1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #d9ecd4;
  border: solid 1px #000;
  border-radius: 20px;
  padding: 10px;
  width: 100%;
}
.article_sp .sp-d-150ip67m-cnt3 .sp-d-150ip67m-cnt3-sub1 .sp-d-150ip67m-cnt3-sub1-img {
  margin-right: 10px;
}
.article_sp .sp-d-150ip67m-cnt3 .sp-d-150ip67m-cnt3-sub1 .sp-d-150ip67m-cnt3-sub1-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article_sp .sp-d-150ip67m-cnt3 .sp-d-150ip67m-cnt3-sub1 .sp-d-150ip67m-cnt3-sub1-1 .table-ip67 {
  border-spacing: 2px;
  border-collapse: separate;
}
.article_sp .sp-d-150ip67m-cnt3 .sp-d-150ip67m-cnt3-sub1 .sp-d-150ip67m-cnt3-sub1-1 .table-ip67 td, .article_sp .sp-d-150ip67m-cnt3 .sp-d-150ip67m-cnt3-sub1 .sp-d-150ip67m-cnt3-sub1-1 .table-ip67 th {
  background: #fff;
  padding: 3px 10px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .article_sp .sp-d-150ip67m-cnt3 .sp-d-150ip67m-cnt3-sub1 {
    display: block;
  }
  .article_sp .sp-d-150ip67m-cnt3 .sp-d-150ip67m-cnt3-sub1 .sp-d-150ip67m-cnt3-sub1-img {
    display: block;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .article_sp .sp-d-150ip67m-cnt3 .sp-d-150ip67m-cnt3-sub1 .sp-d-150ip67m-cnt3-sub1-1 .table-ip67 td, .article_sp .sp-d-150ip67m-cnt3 .sp-d-150ip67m-cnt3-sub1 .sp-d-150ip67m-cnt3-sub1-1 .table-ip67 th {
    padding: 1px 3px;
  }
}
.article_sp .sp-mcd-25ip65mw-cnt1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.article_sp .sp-mcd-25ip65mw-cnt1 .sp-mcd-25ip65mw-cnt1-sub1 {
  background: #d4effc;
  border: solid 1px #000;
  border-radius: 20px;
  padding: 10px;
  width: calc(50% - 5px);
  margin-right: 10px;
}
.article_sp .sp-mcd-25ip65mw-cnt1 .sp-mcd-25ip65mw-cnt1-sub2 {
  background: #d4effc;
  border: solid 1px #000;
  border-radius: 20px;
  padding: 10px;
  width: calc(50% - 5px);
}
@media (max-width: 767px) {
  .article_sp .sp-mcd-25ip65mw-cnt1 {
    display: block;
  }
  .article_sp .sp-mcd-25ip65mw-cnt1 .sp-mcd-25ip65mw-cnt1-sub1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .article_sp .sp-mcd-25ip65mw-cnt1 .sp-mcd-25ip65mw-cnt1-sub2 {
    width: 100%;
  }
}
.article_sp .sp-mcd-25ip65mw-cnt2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.article_sp .sp-mcd-25ip65mw-cnt2 .sp-mcd-25ip65mw-sub1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #d4effc;
  border: solid 1px #000;
  border-radius: 20px;
  padding: 10px;
  width: 100%;
}
.article_sp .sp-mcd-25ip65mw-cnt2 .sp-mcd-25ip65mw-sub1 .sp-mcd-25ip65mw-sub1-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 10px;
}
.article_sp .sp-mcd-25ip65mw-cnt2 .sp-mcd-25ip65mw-sub1 .sp-mcd-25ip65mw-sub1-1 img {
  margin-top: auto;
}
.article_sp .sp-mcd-25ip65mw-cnt2 .sp-mcd-25ip65mw-sub1 .sp-mcd-25ip65mw-sub1-2 {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .article_sp .sp-mcd-25ip65mw-cnt2 .sp-mcd-25ip65mw-sub1 {
    display: block;
  }
  .article_sp .sp-mcd-25ip65mw-cnt2 .sp-mcd-25ip65mw-sub1 .sp-mcd-25ip65mw-sub1-1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .article_sp .sp-mcd-25ip65mw-cnt2 .sp-mcd-25ip65mw-sub1 .sp-mcd-25ip65mw-sub1-1 img {
    margin-top: 10px;
  }
  .article_sp .sp-mcd-25ip65mw-cnt2 .sp-mcd-25ip65mw-sub1 .sp-mcd-25ip65mw-sub1-2 {
    width: 100%;
  }
  .article_sp .sp-mcd-25ip65mw-cnt2 .sp-mcd-25ip65mw-sub1 .sp-mcd-25ip65mw-sub1-2 .sp-mcd-25ip65mw-sub1-2-images div {
    -webkit-flex-basis: calc(33.3333333333% - 6.6666666667px);
        -ms-flex-preferred-size: calc(33.3333333333% - 6.6666666667px);
            flex-basis: calc(33.3333333333% - 6.6666666667px);
    margin-right: 10px;
  }
  .article_sp .sp-mcd-25ip65mw-cnt2 .sp-mcd-25ip65mw-sub1 .sp-mcd-25ip65mw-sub1-2 .sp-mcd-25ip65mw-sub1-2-images div:last-child {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .article_sp .sp-mcd-25ip65mw-cnt2 .sp-mcd-25ip65mw-sub1 .sp-mcd-25ip65mw-sub1-1 img {
    margin-top: 10px;
  }
  .article_sp .sp-mcd-25ip65mw-cnt2 .sp-mcd-25ip65mw-sub1 .sp-mcd-25ip65mw-sub1-2 .sp-mcd-25ip65mw-sub1-2-images {
    display: block;
  }
  .article_sp .sp-mcd-25ip65mw-cnt2 .sp-mcd-25ip65mw-sub1 .sp-mcd-25ip65mw-sub1-2 .sp-mcd-25ip65mw-sub1-2-images div {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
}
.article_sp .sp-mcd-25ip65mw-cnt3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.article_sp .sp-mcd-25ip65mw-cnt3 .sp-mcd-25ip65mw-cnt3-sub1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #d9ecd4;
  border: solid 1px #000;
  border-radius: 20px;
  padding: 10px;
  width: 100%;
}
.article_sp .sp-mcd-25ip65mw-cnt3 .sp-mcd-25ip65mw-cnt3-sub1 .sp-mcd-25ip65mw-cnt3-sub1-img {
  margin-right: 10px;
}
.article_sp .sp-mcd-25ip65mw-cnt3 .sp-mcd-25ip65mw-cnt3-sub1 .sp-mcd-25ip65mw-cnt3-sub1-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article_sp .sp-mcd-25ip65mw-cnt3 .sp-mcd-25ip65mw-cnt3-sub1 .sp-mcd-25ip65mw-cnt3-sub1-1 .table-ip65 {
  border-spacing: 2px;
  border-collapse: separate;
}
.article_sp .sp-mcd-25ip65mw-cnt3 .sp-mcd-25ip65mw-cnt3-sub1 .sp-mcd-25ip65mw-cnt3-sub1-1 .table-ip65 td, .article_sp .sp-mcd-25ip65mw-cnt3 .sp-mcd-25ip65mw-cnt3-sub1 .sp-mcd-25ip65mw-cnt3-sub1-1 .table-ip65 th {
  background: #fff;
  padding: 3px 10px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .article_sp .sp-mcd-25ip65mw-cnt3 .sp-mcd-25ip65mw-cnt3-sub1 {
    display: block;
  }
  .article_sp .sp-mcd-25ip65mw-cnt3 .sp-mcd-25ip65mw-cnt3-sub1 .sp-mcd-25ip65mw-cnt3-sub1-img {
    display: block;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .article_sp .sp-mcd-25ip65mw-cnt3 .sp-mcd-25ip65mw-cnt3-sub1 .sp-mcd-25ip65mw-cnt3-sub1-1 .table-ip65 td, .article_sp .sp-mcd-25ip65mw-cnt3 .sp-mcd-25ip65mw-cnt3-sub1 .sp-mcd-25ip65mw-cnt3-sub1-1 .table-ip65 th {
    padding: 1px 3px;
  }
}
.article_sp .sline_cable table {
  width: 100%;
  max-width: 660px;
  border: 1px solid #333333;
  border-collapse: collapse;
}
.article_sp .sline_cable td {
  background-color: #ffffff;
  border: 1px solid #333333;
  border-collapse: collapse;
  padding: 10px;
  vertical-align: middle;
}
.article_sp .kd_pvc table {
  width: 99%;
  border: 1px solid #333333;
  border-collapse: collapse;
  margin-bottom: 30px;
  max-width: 660px;
}
.article_sp .kd_pvc td.mds {
  background-color: #8ec31e;
  border: 1px solid #333333;
  border-collapse: collapse;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.article_sp .kd_pvc td.bdr {
  background-color: #ddedbc;
  border: 1px solid #333333;
  border-collapse: collapse;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.article_sp .kd_pvc td {
  background-color: #ffffff;
  border: 1px solid #333333;
  border-collapse: collapse;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.article_sp .kd_metal_point_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.article_sp .kd_metal_point_block .kd_metal_point_lead {
  -webkit-flex-basis: 142px;
      -ms-flex-preferred-size: 142px;
          flex-basis: 142px;
}
.article_sp .kd_metal_point_block .kd_metal_point_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 518px;
      -ms-flex-preferred-size: 518px;
          flex-basis: 518px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 575px) {
  .article_sp .kd_metal_point_block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .article_sp .kd_metal_point_block .kd_metal_point_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.article_sp .kd_almi table {
  width: 100%;
  max-width: 660px;
  border: 1px solid #333333;
  border-collapse: collapse;
  margin-bottom: 15px;
}
.article_sp .kd_almi td.mds {
  background-color: #8ec31e;
  border: 1px solid #333333;
  border-collapse: collapse;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.article_sp .kd_almi td {
  background-color: #ffffff;
  border: 1px solid #333333;
  border-collapse: collapse;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.article_sp .dialslantrule-textblock {
  -webkit-flex-basis: 422px;
      -ms-flex-preferred-size: 422px;
          flex-basis: 422px;
  margin-right: 20px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 575px) {
  .article_sp .dialslantrule-textblock {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.article_sp .dialslantrule-imageblock {
  -webkit-flex-basis: 218px;
      -ms-flex-preferred-size: 218px;
          flex-basis: 218px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 575px) {
  .article_sp .dialslantrule-imageblock {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}
.article_sp .dmd-imageblock {
  -webkit-flex-basis: 450px;
      -ms-flex-preferred-size: 450px;
          flex-basis: 450px;
}
@media (max-width: 575px) {
  .article_sp .dmd-imageblock {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}
.article_sp .dmd-textblock {
  -webkit-flex-basis: 210px;
      -ms-flex-preferred-size: 210px;
          flex-basis: 210px;
}
@media (max-width: 575px) {
  .article_sp .dmd-textblock {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}
.article_sp .mh-textblock {
  -webkit-flex-basis: 440px;
      -ms-flex-preferred-size: 440px;
          flex-basis: 440px;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .article_sp .mh-textblock {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.article_sp .mh-imageblock {
  -webkit-flex-basis: 200px;
      -ms-flex-preferred-size: 200px;
          flex-basis: 200px;
}
@media (max-width: 575px) {
  .article_sp .mh-imageblock {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}
.article_sp .kd_thm_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.article_sp .kd_thm_wrapper .kd_thm_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}
.article_sp .kd_thm_wrapper .kd_thm_item .item_image {
  height: 200px;
}
@media (max-width: 767px) {
  .article_sp .kd_thm_wrapper .kd_thm_item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    margin-bottom: 20px;
  }
  .article_sp .kd_thm_wrapper .kd_thm_item .item_image {
    height: auto;
  }
}
@media (max-width: 575px) {
  .article_sp .kd_thm_wrapper .kd_thm_item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-bottom: 20px;
  }
  .article_sp .kd_thm_wrapper .kd_thm_item .item_image {
    height: auto;
  }
}
.article_sp .special_stm {
  max-width: 660px;
  width: 100%;
  margin-bottom: 20px;
}
.article_sp .special_stm .mds {
  color: #060;
  font-weight: bold;
}
.article_sp .kd_stm table {
  max-width: 660px;
  width: 100%;
  border: 1px solid #333333;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.article_sp .kd_stm td.mds {
  background-color: #8ec31e;
  border: 1px solid #333333;
  border-collapse: collapse;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.article_sp .kd_stm td.bdr {
  background-color: #ddedbc;
  border: 1px solid #333333;
  border-collapse: collapse;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.article_sp .kd_stm td {
  background-color: #ffffff;
  border: 1px solid #333333;
  border-collapse: collapse;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.article_sp .slog_download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.article_sp .slog_download .slog_download_qr {
  -webkit-flex-basis: 160px;
      -ms-flex-preferred-size: 160px;
          flex-basis: 160px;
  margin-right: 30px;
  text-align: center;
}
.article_sp .slog_download .slog_download_url {
  -webkit-flex-basis: 470px;
      -ms-flex-preferred-size: 470px;
          flex-basis: 470px;
}
.article_sp .slog_download .slog_download_url a {
  word-break: break-all;
}
@media (max-width: 991px) {
  .article_sp .slog_download .slog_download_qr {
    -webkit-flex-basis: 176px;
        -ms-flex-preferred-size: 176px;
            flex-basis: 176px;
  }
  .article_sp .slog_download .slog_download_url {
    -webkit-flex-basis: 454px;
        -ms-flex-preferred-size: 454px;
            flex-basis: 454px;
  }
}
@media (max-width: 690px) {
  .article_sp .slog_download .slog_download_qr {
    -webkit-flex-basis: 176px;
        -ms-flex-preferred-size: 176px;
            flex-basis: 176px;
  }
  .article_sp .slog_download .slog_download_url {
    -webkit-flex-basis: calc(100% - 206px);
        -ms-flex-preferred-size: calc(100% - 206px);
            flex-basis: calc(100% - 206px);
  }
}
@media (max-width: 463px) {
  .article_sp .slog_download {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .article_sp .slog_download .slog_download_qr {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-right: 0;
  }
  .article_sp .slog_download .slog_download_url {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    text-align: center;
  }
}
.article_sp .clspg-tables {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article_sp .clspg-tables .clspg-tableblock {
  width: 49%;
}
@media (max-width: 575px) {
  .article_sp .clspg-tables {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .article_sp .clspg-tables .clspg-tableblock {
    width: 100%;
  }
}
.article_sp .cbg-content div.bordered {
  border: solid 1px #066443;
  padding: 0 1em;
}
.article_sp .cbg-content .spec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article_sp .cbg-content .spec .spec-left {
  -webkit-flex-basis: 418px;
      -ms-flex-preferred-size: 418px;
          flex-basis: 418px;
}
.article_sp .cbg-content .spec .spec-right {
  -webkit-flex-basis: 242px;
      -ms-flex-preferred-size: 242px;
          flex-basis: 242px;
  text-align: center;
}
.article_sp .cbg-content .spec .spec-right .copy {
  font-size: 1.3em;
  text-align: center;
  border-bottom: solid 2px #066443;
}
@media (min-width: 576px) and (max-width: 690px) {
  .article_sp .cbg-content .spec .spec-right .copy {
    font-size: 2.6vw;
  }
}
@media (max-width: 575px) {
  .article_sp .cbg-content .spec {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .article_sp .cbg-content .spec .spec-left, .article_sp .cbg-content .spec .spec-right {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.article_sp .cbg-content table.cbg-table th {
  background-color: #d3dad4;
  border: 1px solid #333333;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
}
.article_sp .cbg-content h2 {
  border-left: solid 0.5em #066443;
  padding-left: 0.5em;
}
.article_sp .cbg-content p.indent4 {
  text-indent: -4em;
  padding-left: 4em;
}
.article_sp .cbg-content strong {
  color: #005f4b;
}
.article_sp .cbg-content .cbg-table-body tr:nth-child(even) td {
  background-color: #dcdddd;
}
.article_sp .kd_lineup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.article_sp .kd_lineup .kd_line {
  margin-bottom: 20px;
  -webkit-flex-basis: calc(33.3333333333% - 13.3333333333px);
      -ms-flex-preferred-size: calc(33.3333333333% - 13.3333333333px);
          flex-basis: calc(33.3333333333% - 13.3333333333px);
  margin-right: 20px;
  text-align: center;
}
.article_sp .kd_lineup .kd_line:nth-of-type(3n) {
  margin-right: 0;
}
.article_sp .kd_lineup .kd_line .thumb {
  border: #6c6c6c solid 1px;
  line-height: 0 !important;
}
.article_sp .kd_lineup .kd_line .thumb img {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.article_sp .kd_lineup .kd_line .thumb a:hover img {
  opacity: 0.7;
}
.article_sp .kd_lineup .kd_line h2 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5em;
}
.article_sp .kd_lineup .kd_line h2 a {
  color: #000;
}
.article_sp .kd_lineup .kd_line h2 a:hover {
  color: #999;
}
@media (max-width: 767px) {
  .article_sp .kd_lineup .kd_line {
    -webkit-flex-basis: calc(50% - 10px);
        -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px);
  }
  .article_sp .kd_lineup .kd_line:nth-of-type(3n) {
    margin-right: 20px;
  }
  .article_sp .kd_lineup .kd_line:nth-of-type(2n) {
    margin-right: 0;
  }
  .article_sp .kd_lineup .kd_line h2 {
    font-size: 1.6rem;
  }
}
.article_sp .app-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .article_sp .app-blocks {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.article_sp .app-blocks .app-block {
  text-align: center;
  width: 330px;
}
.article_sp .app-blocks .app-block:first-of-type {
  padding-right: 25px;
  border-right: 1px dashed #999999;
}
.article_sp .app-blocks .app-block:last-of-type {
  padding-left: 25px;
}
.article_sp .app-blocks .app-block .app-title {
  font-size: 160%;
  font-weight: bold;
  color: #060;
}
.article_sp .app-blocks .app-block .app-spec {
  color: #C06;
  font-weight: bold;
}
@media (max-width: 575px) {
  .article_sp .app-blocks .app-block {
    widows: 100%;
  }
  .article_sp .app-blocks .app-block:first-of-type {
    padding-right: 0;
    padding-bottom: 25px;
    border: unset;
    border-bottom: 1px dashed #999999;
  }
  .article_sp .app-blocks .app-block:last-of-type {
    padding-left: 0;
    padding-top: 25px;
  }
}
.article_sp .app_box {
  -webkit-flex-basis: 320px;
      -ms-flex-preferred-size: 320px;
          flex-basis: 320px;
}
.article_sp .app_box:first-child {
  margin-right: 20px;
}
@media (max-width: 575px) {
  .article_sp .app_box {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .article_sp .app_box:first-child {
    margin-right: 0;
  }
}
.article_sp .app_box img.bdr {
  border: 1px #999999 solid;
}
.article_sp .app_box_center {
  -webkit-flex-basis: 320px;
      -ms-flex-preferred-size: 320px;
          flex-basis: 320px;
  text-align: center;
}
.article_sp .app_box_center img {
  margin-bottom: 15px;
}
.article_sp .app_box_center img.bdr {
  border: 1px solid #999999;
}
.article_sp .pro_frame {
  padding: 10px;
  border: 1px dashed #999999;
  margin: 15px 0 50px 0;
}
.article_sp .update {
  padding-bottom: 15px;
  border-bottom: 1px dashed #999999;
  margin-bottom: 15px;
}
.article_sp .app_level_main {
  width: 660px;
  height: 500px;
  position: relative;
  max-width: 100%;
}
.article_sp .app_level_main .sns {
  margin: 400px 0 0 20px;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 690px) {
  .article_sp .app_level_main {
    width: 100%;
    height: 76vw;
    background-size: contain;
  }
  .article_sp .app_level_main .sns {
    margin: auto auto 20px 0;
    bottom: 0;
    width: 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .article_sp .app_level_main .sns .twitter {
    margin-top: 18px;
  }
}
.article_sp .app_level_box {
  -webkit-flex-basis: 206px;
      -ms-flex-preferred-size: 206px;
          flex-basis: 206px;
}
.article_sp .app_level_box img.bdr {
  border: 1px solid #999999;
}
@media (max-width: 575px) {
  .article_sp .app_level_box {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.article_sp .app_level_pro_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 690px) {
  .article_sp .app_level_pro_wrapper {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 349px) {
  .article_sp .app_level_pro_wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.article_sp .app_level_pro {
  -webkit-flex-basis: 150px;
      -ms-flex-preferred-size: 150px;
          flex-basis: 150px;
  text-align: center;
  margin-right: 20px;
}
.article_sp .app_level_pro img {
  margin-bottom: 15px;
}
.article_sp .app_level_pro img.bdr {
  border: 1px solid #999999;
}
.article_sp .app_level_pro:last-child {
  margin-right: 0;
}
@media (max-width: 690px) {
  .article_sp .app_level_pro:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 349px) {
  .article_sp .app_level_pro {
    margin-right: 0;
  }
}
.article_sp .mlg1200_mds_p {
  height: 40px;
  padding-top: 10px;
  padding-left: 20px;
  border-left: #ed1e79 8px solid;
  margin-bottom: 20px;
}
.article_sp .mlg1200_mds_b {
  height: 40px;
  padding-top: 10px;
  padding-left: 20px;
  border-left: #29abe2 8px solid;
  margin-bottom: 20px;
}
.article_sp .mlg1200_mds_y {
  height: 40px;
  padding-top: 10px;
  padding-left: 20px;
  border-left: #ffc800 8px solid;
  margin-bottom: 20px;
}
.article_sp .cskd-use {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.article_sp .cskd-use img.img3 {
  width: 213px;
  height: auto;
  margin-right: 10px;
}
.article_sp .cskd-use img.img4 {
  width: 158px;
  height: auto;
  margin-right: 9px;
}
.article_sp .cskd-use img:nth-child(3) {
  margin-right: 0;
}
.article_sp .cskd-use img:nth-child(7) {
  margin-right: 0;
}
@media (max-width: 689px) {
  .article_sp .cskd-use img.img3 {
    width: calc(33.3333333333% - 6.6666666667px);
    height: auto;
  }
  .article_sp .cskd-use img.img4 {
    width: calc(25% - 6.75px);
    height: auto;
  }
}
@media (max-width: 524px) {
  .article_sp .cskd-use img.img3 {
    /*
    width: calc((100% - 40px) / 3);
    height: auto;
    */
  }
  .article_sp .cskd-use img.img4 {
    width: calc(33.3333333333% - 6.6666666667px);
    height: auto;
    margin-right: 10px;
  }
  .article_sp .cskd-use img:nth-child(6) {
    margin-right: 0;
  }
  .article_sp .cskd-use img:nth-child(7) {
    margin-right: 10px;
  }
}
@media (max-width: 356px) {
  .article_sp .cskd-use img.img3 {
    width: calc(50% - 5px);
    height: auto;
  }
  .article_sp .cskd-use img.img4 {
    width: calc(50% - 5px);
    height: auto;
  }
  .article_sp .cskd-use img:nth-child(3) {
    margin-right: 10px;
  }
  .article_sp .cskd-use img:nth-child(2n) {
    margin-right: 0;
  }
}
.article_sp .software_sklog table {
  width: 99%;
  border: 1px solid #333333;
  border-collapse: collapse;
  margin-bottom: 30px;
  max-width: 770px;
}
.article_sp .software_sklog td.mds {
  background-color: #8ec31e;
  border: 1px solid #333333;
  border-collapse: collapse;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.article_sp .software_sklog td.bdr {
  background-color: #ddedbc;
  border: 1px solid #333333;
  border-collapse: collapse;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.article_sp .software_sklog td.dlbtn {
  width: 179px;
}
.article_sp .software_sklog td {
  background-color: #ffffff;
  border: 1px solid #333333;
  border-collapse: collapse;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.article_sp .mt10 {
  margin-top: 10px !important;
}
.article_sp .mt15 {
  margin-top: 15px !important;
}
.article_sp .mt20 {
  margin-top: 20px !important;
}
.article_sp .mt60 {
  margin-top: 60px !important;
}
.article_sp .mb15 {
  margin-bottom: 15px !important;
}
.article_sp .mb20 {
  margin-bottom: 20px !important;
}
.article_sp .mb30 {
  margin-bottom: 30px !important;
}
.article_sp .mb40 {
  margin-bottom: 40px !important;
}
.article_sp .mb70 {
  margin-bottom: 70px !important;
}
.article_sp .mb100 {
  margin-bottom: 100px !important;
}
.article_sp .block690 {
  display: none;
}
@media (max-width: 690px) {
  .article_sp .block690 {
    display: block;
  }
}
.article_sp span.nowrap {
  white-space: nowrap;
}
.article_sp span.sankaku_g, .article_sp span.green {
  color: #060;
  font-weight: bold;
}

.share_btn {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.share_btn .facebook {
  margin-right: 20px;
}
.share_btn .twitter {
  margin-right: 20px;
}
.sklogdl_btn {
  position: fixed;
  right: 0;
  top: 200px;
  width: 210px;
  height: 70px;
  z-index: 9999;
}
@media (max-width: 575px) {
  .sklogdl_btn {
    top: unset;
    bottom: 1rem;
    right: unset;
    left: 0;
  }
}

/*
border
*/
.border-bottom {
  border-bottom: #000 solid 1px !important;
}

/*
fontcolor
*/
.fcgreen01 {
  color: #007746 !important;
}

.desc_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
  cursor: pointer;
  background: #007746;
  color: #fff;
  padding: 1.5rem 0;
  border-bottom: #fff solid 2px;
  line-height: 0;
}
.desc_btn span {
  margin: 0 2rem 0 0;
}

.desc04 .inner {
  text-align: center;
}
.desc04 .inner img {
  max-width: 100%;
  height: auto;
}

#s1R,
#s1FS {
  display: none !important;
}

.aside01 ul li {
  font-size: 1.5rem;
  margin: 0 0 0.5rem 0;
}
.aside01 ul li a {
  display: inline-block;
  color: #fff;
  margin: 0 0 0 0.5rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 60%;
  padding: 0.5rem;
  text-align: center;
  display: block;
  margin: 0;
  background: #1c4523;
}
.aside01 ul li a:hover {
  opacity: 0.7;
}
.aside01 ul li.blogcategory-news a {
  background: #e95464;
}
.aside01 ul li.blogcategory-blogs a {
  background: #1c4523;
}
.aside01 ul li.blogcategory-media a {
  background: #7ab9ab;
}
.aside01 ul li.blogcategory-exhibition a {
  background: #009960;
}
.aside01 ul li.blogcategory-recruit a {
  background: #ffa500;
}
.aside01 ul li.blogcategory-newproducts a {
  background: #003f8e;
}
@media (max-width: 991px) {
  .aside01 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .aside01 ul li {
    width: 19%;
  }
  .aside01 ul li a {
    width: 100%;
    padding: 0.5rem;
    text-align: center;
    display: block;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .aside01 ul {
    display: block;
  }
  .aside01 ul li {
    width: 100%;
  }
  .aside01 ul li a {
    width: 100%;
  }
}

.aside02 ul li {
  font-size: 1.5rem;
  margin: 0 0 1.5rem 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.aside02 ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f04b";
  font-weight: 900;
  margin: 0 1rem 0 -2.25rem;
  color: #1b4425;
}
.aside02 ul li a {
  position: relative;
  color: #000;
  width: 95%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.aside02 ul li a:hover {
  color: #999;
}
.aside02 ul li span {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.wp-pagenavi {
  text-align: center;
  font-size: 1.4rem !important;
  padding-top: 5rem;
}
.wp-pagenavi .pages,
.wp-pagenavi .last {
  display: none;
}
.wp-pagenavi a,
.wp-pagenavi .extend {
  border: none !important;
  color: #000 !important;
}
.wp-pagenavi .current {
  border: none !important;
  color: #000 !important;
}

.wp-image-49 {
  width: 80%;
  height: auto;
  display: block;
  float: right;
}
@media (max-width: 991px) {
  .wp-image-49 {
    width: auto;
    max-width: 100%;
    height: auto;
    float: none;
  }
}

.wp-image-50,
.wp-image-51,
.wp-image-52,
.wp-image-53 {
  width: 80%;
  height: auto;
}
@media (max-width: 991px) {
  .wp-image-50,
  .wp-image-51,
  .wp-image-52,
  .wp-image-53 {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}

.acMenu .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background: #007746;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  border-radius: 5px 5px 0 0;
}
.acMenu .title span {
  margin: 0 1rem 0 0;
}
.acMenu .inner {
  display: none;
  border: #007746 solid 1px;
  padding: 1rem;
}
.acMenu .inner ul li {
  margin: 0 0 0.5rem 0;
}
.acMenu .inner ul li::before {
  content: "●";
}

.productmenu-list li {
  font-size: 1.8rem;
  margin: 0 0 1rem 0;
}
.productmenu-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #007746;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
}
.productmenu-list li a span {
  margin: 0 1rem 0 0;
}

.cnt19 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cnt19 .block {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cnt19 .block .headline {
  background: #686868;
  color: #fff;
  text-align: center;
  padding: 0.5rem;
  font-size: 1.5rem;
  border-left: #686868 solid 1px;
  border-right: #fff solid 1px;
}
.cnt19 .block .data {
  text-align: center;
  padding: 2rem 0.5rem;
  border-bottom: #686868 solid 1px;
  border-left: #686868 solid 1px;
}
.cnt19 .block:last-child .headline {
  border-right: #686868 solid 1px;
}
.cnt19 .block:last-child .data {
  border-right: #686868 solid 1px;
}
@media (max-width: 767px) {
  .cnt19 {
    display: block;
  }
  .cnt19 .block .headline {
    border-right: #686868 solid 1px;
  }
  .cnt19 .block .data {
    padding: 1rem 0.5rem;
    border-right: #686868 solid 1px;
  }
}

.cnt20 .title {
  width: 7%;
}

@media (max-width: 991px) {
  .cnt20 .title {
    width: 10%;
  }
}
@media (max-width: 767px) {
  .cnt20 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .cnt20 .title {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.cnt21 .title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cnt21 .title-block .title-block-title {
  font-size: 2.4rem;
  font-weight: bold;
}
.cnt21 .title-block .sdgs-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cnt21 .title-block .sdgs-icons img {
  margin-right: 14px;
}
.cnt21 .title-block .sdgs-icons img:last-of-type {
  margin-right: 0;
}
.cnt21 .text-block {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 7rem;
}
.cnt21 .text-block .indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
.cnt21 .pages-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 7rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cnt21 .pages-block::after {
  content: "";
  display: block;
  width: 30%;
}
.cnt21 .pages-block .block {
  width: 30%;
  margin: 0 0 6rem 0;
}
.cnt21 .pages-block .block .thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: #6c6c6c solid 1px;
  line-height: 0 !important;
  margin: 0 0 2.4rem 0;
  overflow: hidden;
}
.cnt21 .pages-block .block .thumb img {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -o-object-fit: cover;
     object-fit: cover;
  width: calc((min(1125px, 100vw) - 30px) * 0.3);
  height: auto;
  aspect-ratio: 328/250;
}
.cnt21 .pages-block .block .thumb a:hover img {
  opacity: 0.7;
}
.cnt21 .pages-block .block .date {
  font-size: 1.4rem;
}
.cnt21 .pages-block .block h2 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5em;
  margin-bottom: 3rem;
}
.cnt21 .pages-block .block h2 a {
  color: #000;
}
.cnt21 .pages-block .block h2 a:hover {
  color: #999;
}
@media (max-width: 991px) {
  .cnt21 .pages-block .block .thumb {
    width: 100%;
    max-width: 100%;
  }
  .cnt21 .pages-block .block .thumb img {
    width: calc((100vw - 30px) * 0.3);
    height: auto;
  }
}
@media (max-width: 767px) {
  .cnt21 .pages-block .block {
    width: 48%;
    margin: 0 0 3rem 0;
  }
  .cnt21 .pages-block .block .thumb {
    width: 100%;
  }
  .cnt21 .pages-block .block .thumb img {
    width: calc((100vw - 30px) * 0.48);
  }
  .cnt21 .pages-block .block h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .cnt21 .title-block .title-block-title {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
  .cnt21 .title-block .sdgs-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .cnt21 .title-block .sdgs-icons img {
    margin: 0 7px 14px;
    max-width: 100px;
    width: 100%;
  }
  .cnt21 .title-block .sdgs-icons img:last-of-type {
    margin-right: 7px;
  }
}

.mainimg img {
  max-height: 387px;
}

.products-spec-table {
  width: 100%;
}
.products-spec-table thead tr th {
  background: #686868;
  color: #fff;
  font-weight: normal;
  border: solid 1px #686868;
  border-right: solid 1px #fff;
  text-align: center;
  padding: 9px;
}
.products-spec-table thead tr th:last-of-type {
  border-right: solid 1px #686868;
}
.products-spec-table tbody tr td {
  background: #fff;
  color: #000;
  border: solid 1px #686868;
  text-align: center;
  padding: 26px;
}
.products-spec-table a.nolink {
  color: inherit;
  pointer-events: none;
}

#list {
  padding-top: 120px;
  margin-top: -120px;
}
@media (max-width: 1240px) {
  #list {
    padding-top: 135px;
    margin-top: -135px;
  }
}
@media (max-width: 1024px) {
  #list {
    padding-top: 116px;
    margin-top: -116px;
  }
}
@media (max-width: 991px) {
  #list {
    padding-top: 44.78px;
    margin-top: -44.78px;
  }
}

a.zoom_in:before {
  content: "\f00e";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  font-size: 16px;
  color: #007746;
  margin: 10px;
  text-align: center;
  display: inline-block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.exhibition_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.exhibition_main .exhibition_main_img {
  width: calc(50% - 30px);
  margin-right: 20px;
}
.exhibition_main .exhibition_main_text {
  width: calc(50% + 30px - 20px);
}

.exhibition_sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.exhibition_sub .exhibition_sub_img {
  width: calc(25% - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
}
.exhibition_sub .exhibition_sub_img:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 767px) {
  .exhibition_main {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .exhibition_main .exhibition_main_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .exhibition_main .exhibition_main_text {
    width: 100%;
  }
  .exhibition_sub .exhibition_sub_img {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .exhibition_sub .exhibition_sub_img:nth-child(2n) {
    margin-right: 0;
  }
}
/*
blog
*/
.single-blog .h1, .single-blog .h2, .single-blog .h3, .single-blog .h4, .single-blog .h5, .single-blog .h6, .single-blog h1, .single-blog h2, .single-blog h3, .single-blog h4, .single-blog h5, .single-blog h6 {
  line-height: 1.3;
}
.single-blog .h4, .single-blog .h5, .single-blog .h6, .single-blog h4, .single-blog h5, .single-blog h6 {
  margin-top: 1.15rem;
  margin-bottom: 1.15rem;
}
.single-blog p {
  margin-bottom: 1.15rem;
}

/*
sokutei_howto
*/
.movie_mds_p {
  height: 30px;
  padding-top: 10px;
  padding-left: 15px;
  border-left: #ed1e79 7px solid;
  margin-bottom: 30px;
}

.movie_mds_b {
  height: 30px;
  padding-top: 10px;
  padding-left: 15px;
  border-left: #29abe2 7px solid;
  margin-bottom: 30px;
}

.movie_thumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.movie_thumbs .movie_thumb {
  -webkit-flex-basis: calc(25% - 15px);
      -ms-flex-preferred-size: calc(25% - 15px);
          flex-basis: calc(25% - 15px);
  margin-right: 20px;
  margin-bottom: 5rem;
  text-align: center;
}
.movie_thumbs .movie_thumb img {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}
.movie_thumbs .movie_thumb:nth-of-type(4n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .movie_thumbs .movie_thumb {
    -webkit-flex-basis: calc(33.3333333333% - 13.3333333333px);
        -ms-flex-preferred-size: calc(33.3333333333% - 13.3333333333px);
            flex-basis: calc(33.3333333333% - 13.3333333333px);
  }
  .movie_thumbs .movie_thumb:nth-of-type(4n) {
    margin-right: 20px;
  }
  .movie_thumbs .movie_thumb:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .movie_thumbs .movie_thumb {
    -webkit-flex-basis: calc(50% - 10px);
        -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px);
  }
  .movie_thumbs .movie_thumb:nth-of-type(4n) {
    margin-right: 0;
  }
  .movie_thumbs .movie_thumb:nth-of-type(3n) {
    margin-right: 20px;
  }
  .movie_thumbs .movie_thumb:nth-of-type(2n) {
    margin-right: 0;
  }
}

/*
etc
*/
.cursor-grab {
  cursor: -webkit-grab;
  cursor: grab;
}

.cursor-grab:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.js-notice-scroll {
  padding-left: 1em;
  text-indent: -1em;
  visibility: hidden;
}

/*
Form
*/
/* Sass */
#formSent {
  display: none;
}

.sent .formInner {
  display: none;
}
.sent #formSent {
  display: block !important;
}

span.form-inquiry-type span.wpcf7-list-item {
  display: block;
  margin: 0;
}
span.form-inquiry-type span.wpcf7-list-item label {
  margin-bottom: 1rem;
}

span.form-inquiry-type.mb0 span.wpcf7-list-item label {
  margin-bottom: 0;
}

span.wpcf7-form-control-wrap.ninsho span.wpcf7-quiz-label {
  color: #f00;
  border: 1px solid #f00;
  display: block;
  margin-bottom: 2px;
  width: 3em;
  text-align: center;
}

span.wpcf7-custom-item-error.your-tel1.your-tel2.your-tel3 span:nth-of-type(n + 3) {
  display: none;
}

span.wpcf7-custom-item-error.your-zip1.your-zip2 span:nth-of-type(n + 3) {
  display: none;
}

span.wpcf7-custom-item-error.error-into span:nth-of-type(n + 3) {
  display: none;
}

span.wpcf7-spinner {
  display: block;
  margin: 0 auto;
}

/*
Google reCAPTCHA v3
*/
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
}
.recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
}

/* 非表示にするCSS */
.grecaptcha-badge {
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */