@charset "UTF-8";
.flex {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
}
.flex-between {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
}
.flex-center {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: center;
  /*--- IE10 ---*/
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
}
.flex-end {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: end;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: end;
  /*--- IE10 ---*/
  -webkit-justify-content: flex-end;
  /*--- safari（PC）用 ---*/
  justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-item-center {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
}
.flex-self-center {
  -ms-flex-flex-item-align: center;
  /*--- IE10 ---*/
  -webkit-align-self: center;
  /*--- safari（PC）用 ---*/
  align-self: center;
}
.flex-self-end {
  -ms-flex-flex-item-align: flex-end;
  /*--- IE10 ---*/
  -webkit-align-self: flex-end;
  /*--- safari（PC）用 ---*/
  align-self: flex-end;
}
.flex-self-start {
  -ms-flex-flex-item-align: flex-start;
  /*--- IE10 ---*/
  -webkit-align-self: flex-start;
  /*--- safari（PC）用 ---*/
  align-self: flex-start;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.br-none br {
  display: none;
}
.text-ry {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-none {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.box-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
}


.top-youtube {
width:90%;
  max-height:0px;
  padding-bottom:75%;
  position:relative; 
  margin:0 auto;
}



/* RESET */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
*,
::before,
::after {
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
}
* {
  background-repeat: no-repeat;
  /* 1 */
  padding: 0;
  /* 2 */
  margin: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
  /* 1 */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
small {
  font-size: 80%;
  /* 1 */
}
[hidden],
template {
  display: none;
  /* 1 */
}
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */
}
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
a:active,
a:hover {
  outline-width: 0;
  /* 1 */
}
ul {
  list-style-type: none;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
}
b,
strong {
  font-weight: bolder;
  /* 1 */
}
dfn {
  font-style: italic;
  /* 1 */
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
[type="number"] {
  width: auto;
  /* 1 */
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* 1 */
}
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
}
optgroup {
  font-weight: bold;
  /* 1 */
}
button {
  overflow: visible;
  /* 1 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
button,
select {
  text-transform: none;
  /* 1 */
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
select {
  -moz-appearance: none;
  /* 1*/
  -webkit-appearance: none;
  /* 2 */
}
select::-ms-expand {
  display: none;
  /* 1 */
}
select::-ms-value {
  color: currentColor;
  /* 1 */
}
legend {
  border: 0;
  /* 1*/
  color: inherit;
  /* 2 */
  display: table;
  /* 3 */
  max-width: 100%;
  /* 4 */
  white-space: normal;
  /* 5 */
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
img {
  border-style: none;
  /* 1 */
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
  /* 1 */
}
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none;
}
/* INTERFACE */
html {
  font-size: 62.5%;
}
body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游ゴシック体", "YuGothic", "Yu Gothic", "ＭＳ Ｐゴシック", 'Century Gothic', CenturyGothic, AppleGothic, 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-size: 1.4rem;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.animated {
  opacity: 0;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #4285f4;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
/*
header#global-header {
  min-width: 1000px;
  width: 100%;
  border-top: 6px solid #1295d8;
}
header#global-header div.inner {
  max-width: 1200px;
  height: 120px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}
header#global-header div.inner figure.logo {
  float: left;
  height: 120px;
  padding: 30px 0 0;
}
header#global-header div.inner figure.logo a {
  color: #000;
  text-decoration: none;
}
header#global-header div.inner figure.logo a img {
  width: 150px;
  height: auto;
  vertical-align: middle;
}
header#global-header div.inner figure.logo a figcaption {
  display: inline-block;
  padding: 0 0 0 15px;
  font-size: 2.5rem;
  font-weight: bold;
}
header#global-header div.inner figure.logo a figcaption span {
  font-size: 1.4rem;
  font-weight: normal;
  vertical-align: 4px;
  padding: 0 5px 0 0;
}
header#global-header div.inner div.right-area {
  height: 120px;
  padding: 15px 0 0;
  float: right;
  position: relative;
}
header#global-header div.inner div.right-area h1.description,
header#global-header div.inner div.right-area p.description {
  width: 100%;
  margin: 0 0 15px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: right;
}
header#global-header div.inner div.right-area a.tel {
  display: inline-block;
  width: 300px;
  position: absolute;
  bottom: 20px;
  right: 300px;
}
header#global-header div.inner div.right-area a.tel img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
header#global-header div.inner div.right-area a.contact {
  display: block;
  width: 290px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 20px;
  padding: 0 0 0 30px;
  background-color: #004f8d;
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  background-image: url(../../img/common/icon/icon-mail.svg);
  background-size: 30px 22px;
  background-position: 25px 14px;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
header#global-header div.inner div.right-area a.contact:hover {
  opacity: 0.8;
}
header#global-header div.inner figure.menu-btn {
  display: none;
}
header#global-header nav#global-nav {
  width: 100%;
  height: 70px;
  background-color: #1295d8;
}
header#global-header nav#global-nav ul.menu {
  max-width: 1200px;
  height: 70px;
  margin: 0 auto;
  border-right: 1px solid #004f8d;
  overflow: hidden;
}
header#global-header nav#global-nav ul.menu li.item {
  float: left;
  width: 14.2857142%;
  height: 100%;
  border-left: 1px solid #004f8d;
  text-align: center;
  line-height: 1.7em;
}
header#global-header nav#global-nav ul.menu li.item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 15px 0 0;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.7rem;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
header#global-header nav#global-nav ul.menu li.item a:hover {
  background-color: #0d76ac;
}
header#global-header nav#global-nav ul.menu li.item a span.en {
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
}
header#global-header nav#global-nav ul.menu li.item.supplier a {
  font-size: 1.3rem;
}
header#global-header nav#global-nav div.contact-area {
  display: none;
}
*/
footer#global-footer {
  width: 100%;
  min-width: 1000px;
  background-color: #292929;
  position: relative;
}
footer#global-footer figure.logo {
  width: 350px;
  position: absolute;
  left: 0;
  top: 0;
}
footer#global-footer figure.logo img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
footer#global-footer div.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
footer#global-footer div.inner h3.description {
  width: 100%;
  height: 87px;
  margin: 0 0 20px;
  line-height: 87px;
  text-align: right;
  color: #fff;
  font-size: 1.6rem;
}
footer#global-footer div.inner nav.global-footer {
  width: 100%;
  margin: 0 0 20px;
  overflow: hidden;
}
footer#global-footer div.inner nav.global-footer div.row {
  float: left;
  width: 25%;
}
footer#global-footer div.inner nav.global-footer div.row dl {
  margin: 0 0 20px;
}
footer#global-footer div.inner nav.global-footer div.row dl dt {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 5px;
}
footer#global-footer div.inner nav.global-footer div.row dl dt a {
  text-decoration: none;
  color: #fff;
}
footer#global-footer div.inner nav.global-footer div.row dl dd {
  color: #fff;
  font-size: 1.2rem;
}
footer#global-footer div.inner nav.global-footer div.row dl dd a {
  text-decoration: none;
  color: #fff;
}
footer#global-footer div.inner nav.global-footer div.row dl dd a.contact {
  display: block;
  width: 290px;
  height: 50px;
  margin: 10px 0 0;
  padding: 0 0 0 30px;
  background-color: #004f8d;
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  background-image: url(../../img/common/icon/icon-mail.svg);
  background-size: 30px 22px;
  background-position: 25px 14px;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
footer#global-footer div.inner nav.global-footer div.row dl dd a.contact:hover {
  opacity: 0.8;
}
footer#global-footer div.inner nav.global-footer div.row a.en-btn {
  display: block;
  width: 100%;
  max-width: 200px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
footer#global-footer div.inner nav.global-footer div.row a.en-btn img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
footer#global-footer div.inner div.bottom {
  padding: 20px 0;
  border-top: 1px solid #404040;
  overflow: hidden;
}
footer#global-footer div.inner div.bottom p.link {
  float: left;
  color: #fff;
  font-size: 1.2rem;
}
footer#global-footer div.inner div.bottom p.link a {
  text-decoration: none;
  color: #fff;
}
footer#global-footer div.inner div.bottom p.copy {
  float: right;
  color: #fff;
  font-size: 1.2rem;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
}
div.btn-wrapper {
  width: 100%;
  text-align: center;
}
a.btn {
  display: inline-block;
  min-width: 220px;
  padding: 0 40px 0 20px;
  background-color: #004f8d;
  line-height: 3em;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-image: url(../../img/common/icon/icon-arrow.svg);
  background-position: calc(100% - 20px) center;
  background-size: 5px;
  box-sizing: border-box;
}
div.sub-key {
  width: 100%;
  min-width: 1000px;
  padding: 80px 0;
  text-align: center;
  color: #fff;
  background-image: url(../../img/common/sub/sub-key-bg.jpg);
  background-position: center;
  background-size: cover;
}
div.sub-key h1.title {
  font-size: 3.5rem;
  margin: 0;
  line-height: 1.5em;
}
div.sub-key span.en {
  font-size: 1.5rem;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
}
div.pan-area {
  width: 100%;
  min-width: 1000px;
  margin: 0 0 50px;
  border-bottom: 1px solid #ddd;
}
div.pan-area p.pan {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 1.2rem;
}
div.pan-area p.pan a {
  color: #1295d8;
}
section.section {
  max-width: 1200px;
  min-width: 1000px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 20px;
}
section.section h2.title {
  margin: 0 0 20px;
  padding: 0.4em 0.5em;
  color: #fff;
  background: #004f8d;
  border-bottom: solid 3px #d7d7d7;
}
section.section h3.title {
  position: relative;
  line-height: 1.2em;
  font-size: 2.0rem;
  margin: 0 0 20px;
}
section.section h3.title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #1295d8, #1295d8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #1295d8, #1295d8 2px, #fff 2px, #fff 4px);
}
section.section p.text {
  font-size: 1.3rem;
  line-height: 1.4em;
  margin: 0 0 20px;
}
main#home-view div.home-key {
  text-align: center;
}
main#home-view div.home-key div.inner {
  min-width: 1000px;
  margin: 0 auto 40px;
  background-color: #a9ddfc;
}
main#home-view div.home-key div.inner div.gallery-top {
  max-width: 1200px;
  height: 450px;
  margin: 0 auto 40px;
}
main#home-view div.home-key div.inner div.gallery-top div.swiper-wrapper {
  margin: 0 auto;
}
main#home-view div.home-key div.inner div.gallery-top div.swiper-wrapper .swiper-slide {
  background-size: cover;
  background-position: center;
}
main#home-view div.home-key div.inner div.gallery-top div.swiper-wrapper .swiper-slide a {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
main#home-view div.home-key div.inner div.gallery-top div.swiper-wrapper .swiper-slide a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
main#home-view div.home-key .gallery-thumbs {
  height: 70px;
  box-sizing: border-box;
}
main#home-view div.home-key .gallery-thumbs .swiper-slide {
  width: 160px;
  height: 100%;
  opacity: 0.4;
  background-size: cover;
  background-position: center;
}
main#home-view div.home-key .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
main#home-view h2.home-products,
main#home-view h2.home-equipment {
  width: 100%;
  min-width: 1000px;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}
main#home-view h2.home-products a,
main#home-view h2.home-equipment a {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
main#home-view h2.home-products a.sp,
main#home-view h2.home-equipment a.sp {
  display: none;
}
main#home-view h2.home-products a:hover,
main#home-view h2.home-equipment a:hover {
  opacity: 0.8;
}
main#home-view h2.home-products a img,
main#home-view h2.home-equipment a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
main#home-view section {
  min-width: 1000px;
}
main#home-view section div.inner {
  max-width: 1200px;
  margin: 0 auto;
}
main#home-view section div.inner header.header {
  margin: 0 0 20px;
}
main#home-view section div.inner header.header span.en {
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-size: 5.0rem;
  font-weight: bold;
  padding: 0 10px 0 0;
  vertical-align: middle;
}
main#home-view section div.inner header.header h2.title {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: normal;
  vertical-align: middle;
}
main#home-view section.home-supplier {
  padding: 50px 20px;
  background-image: url(../../img/home/home-supplier-bg.jpg);
  background-position: center;
  background-size: cover;
}
main#home-view section.home-supplier figure.pic {
  width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
main#home-view section.home-supplier figure.pic img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
main#home-view section.home-supplier ul.list {
  width: 100%;
  margin: -180px 0 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
main#home-view section.home-supplier ul.list li.item {
  float: left;
  width: 12%;
  height: 100px;
  margin: 0 1%;
  padding: 15px 0;
  text-align: center;
  line-height: 1.5em;
  background-color: #1295d8;
  color: #fff;
  font-weight: bold;
}
main#home-view section.home-supplier ul.list li.item span {
  font-size: 1.2rem;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
}
main#home-view section.home-supplier ul.list li.item p {
  line-height: 1.3em;
  font-size: 1.3rem;
}
@media screen and (min-width: 661px) and (max-width: 1200px) {
  main#home-view section.home-supplier ul.list li.item p br {
    display: none;
  }
}
main#home-view section.home-supplier a.btn {
  position: relative;
  z-index: 0;
}
main#home-view section.home-news div.inner {
  padding: 40px 20px;
}
main#home-view section.home-news div.inner header.header {
  overflow: hidden;
}
main#home-view section.home-news div.inner header.header a.btn {
  float: right;
}
main#home-view section.home-news div.inner ul.news-list {
  width: 100%;
  border-top: 1px solid #d8d8d8;
  margin: 0 0 40px;
}
main#home-view section.home-news div.inner ul.news-list li {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #d8d8d8;
  overflow: hidden;
}
main#home-view section.home-news div.inner ul.news-list li time.date {
  display: inline-block;
  width: 120px;
  margin: 0 20px 0 0;
  padding: 1px 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.0em;
}
main#home-view section.home-news div.inner ul.news-list li p.text {
  float: right;
  width: calc(100% - 140px);
  margin: 0;
  padding: 1px 0;
  font-size: 1.4rem;
  line-height: 2.0em;
}
main#home-view section.home-news div.inner ul.news-list li p.text a {
  text-decoration: none;
  color: #0d76ac;
}
main#home-view section.home-news div.inner ul.news-list li p.text a:hover {
  text-decoration: underline;
}
main#home-view section.home-news div.inner ul.bnr {
  width: 100%;
  text-align: center;
}
main#home-view section.home-news div.inner ul.bnr li {
  display: inline-block;
  width: 220px;
  vertical-align: top;
  margin: 0 20px;
}
main#home-view section.home-news div.inner ul.bnr li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #000;
  text-decoration: none;
}
main#home-view section.home-news div.inner ul.bnr li a figure {
  width: 100%;
  margin: 0 0 10px;
  border: 1px solid #dddee0;
}
main#home-view section.home-news div.inner ul.bnr li a figure img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
main#home-view section.home-news div.inner ul.bnr li a p {
  text-align: left;
  font-size: 1.2rem;
}

main#home-view section.home-news>.contact {
	margin:0 0 10px;
  padding: 10px 20px 20px;
  border: 4px solid #496da4;
  background-color: #dce2e9;
}

main#home-view section.home-news>.contact p {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 5px;
}

main#home-view section.home-news>.contact a {
  height: auto !important;
  margin: 0 0 15px;
}

main#home-view section.home-news>.contact a img{
  width:100%;
  height:auto;
  vertical-align:bottom;
}

main#home-view section.home-news>.bnr {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0 0 10px;
  vertical-align: middle;
  color: #000;
  text-decoration: none;
}

main#home-view section.home-news>.bnr img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}



main#home-view section.home-item {
  background-color: #ddd;
}
main#home-view section.home-item div.inner {
  padding: 20px 20px;
}
main#home-view section.home-item div.inner header.header {
  border-bottom: 1px solid #aaa;
}
main#home-view section.home-item div.inner ul.item-list {
  width: 100%;
  overflow: hidden;
}
main#home-view section.home-item div.inner ul.item-list li {
  float: left;
  width: calc(20% - 10px);
  margin: 0 12px 12px 0;
  border-radius: 2px;
  border: 2px solid #004f8d;
}
main#home-view section.home-item div.inner ul.item-list li:nth-child(5n) {
  margin: 0 0 12px;
}
main#home-view section.home-item div.inner ul.item-list li  h3 {
  text-align: center;
  background-color: #004f8d;
  padding: 10px;
  color: #fff;
  font-size: 1.3rem;
}
main#home-view section.home-item div.inner ul.item-list li  p {
  font-size: 1.5rem;
  padding: 10px;
  font-size: 1.2rem;
}

main#home-view h2.intro {
  min-width: 1000px;
  text-align: center;
  margin: 40px 0;
  padding: 0 10px;
  font-family: ヒラギノ明朝 Pro W3 , 游明朝 , ＭＳ Ｐ明朝, MS PMincho, serif;
  font-size: 2.5rem;
  line-height: 1.5em;
  color: #004f8d;
  letter-spacing: 0.1em;
}

div.news-area {
  width: 100%;
  min-width: 1000px;
  max-width: 1000px;
  margin: 40px auto;
  padding: 0 20px;
  overflow: hidden;
}

main#home-view div.news-area section.home-news {
  float: left;
  max-width: 464px;
  min-width: 464px;
}

main#home-view div.news-area section.home-news div.inner {
  padding: 0;
}

main#home-view div.news-area section.home-news div.inner header.header a.btn {
  float: none;
}

main#home-view div.news-area section.home-news div.inner ul.news-list li {
  padding: 20px 0;
}

main#home-view div.news-area section.home-news div.inner ul.news-list li time.date {
  width: 80px;
  margin: 0 10px 0 0;
  font-size: 1.2rem;
  line-height: 1.5em;
}

main#home-view div.news-area section.home-news div.inner ul.news-list li p.text {
  width: calc(100% - 90px);
  font-size: 1.4rem;
  line-height: 1.5em;
}

div.news-area div.bnr-area {
  float: right;
  max-width: 464px;
  min-width: 464px;
}

div.news-area div.bnr-area a {
  display: inline-block;
  float: left;
  max-width: 464px;
  margin: 0 0 20px;
}

div.news-area div.bnr-area a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.home-equipment {
  overflow: hidden;
}

.home-equipment .contact {
  float: left;
  width: 48%;
}

.home-equipment .contact_a {
  float: left;
  width: 48%;
}

.home-equipment .contact_2 {
  float: right;
  width: 48%;
}


.home-equipment .sales {
  float: right;
  width: 48%;
}


.fixed-icon {
  width: 50px;
  height: 50px;
  margin: auto 0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

.fixed-icon a {
  display: inline-block;
  width: 50px;
  height: 0px;
  background-size: 50px 50px;
  background-position: center;
}

.fixed-icon a:hover {
  opacity: 0.8;
}

.fixed-icon a:nth-of-type(1) {
  background-color: #009ff2;
  background-image: url(../../img/common/icon/fixed-icon-twitter.png);
}


.fixed-icon_2 {
  width: 120px;
  height: 1240px;
  margin: auto 0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

.fixed-icon_2 a {
  display: inline-block;
  width: 120px;
  height: 50px;
  background-size: 120px 50px;
  background-position: center;
}

.fixed-icon_2 a:hover {
  opacity: 0.8;
}

.fixed-icon_2 a:nth-of-type(1) {
  background-color: #fff;
  background-image: url(../../img/common/icon/yt_lg.jpg);
}

.fixed-icon_3 {
  width: 120px;
  height: 360px;
  margin: auto 0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

.fixed-icon_3 a {
  display: inline-block;
  width: 120px;
  height: 50px;
  background-size: 120px 50px;
  background-position: center;
}

.fixed-icon_3 a:hover {
  opacity: 0.8;
}

.fixed-icon_3 a:nth-of-type(1) {
  background-color: #fff;
  background-image: url(../../img/common/icon/yt_lg_golf.jpg);
}


.fixed-icon_4 {
  width: 50px;
  height: 120px;
  margin: auto 0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

.fixed-icon_4 a {
  display: inline-block;
  width: 50px;
  height: 0px;
  background-size: 50px 50px;
  background-position: center;
}

.fixed-icon_4 a:hover {
  opacity: 0.8;
}

.fixed-icon_4 a:nth-of-type(1) {

  background-image: url(../../img/common/icon/fixed-icon-insta.png);
}


.service-list {
  clear: both;
  width: 100%;
  margin: 0 0 15px;
  border: 1px solid #c24130;
  background-color: #c24130;
}

.service-list .title {
  padding: 10px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
}

.service-list .list {
  padding: 15px;
  background-color: #fff;
  overflow: hidden;
}

.service-list .list .item {
  display: block;
  overflow: hidden;
  margin: 0 0 10px;
}

.service-list .list .item:last-of-type {
  margin: 0;
}

.service-list .list .item a {
  display: flex;
  align-items: center;
  float: none;
  height: 80px;
  padding: 10px 10px 10px 80px;
  background-color: #1d4c86;
  max-width: 100%;
  margin: 0;
  color: #fff;
  font-weight: bold;
  background-size: 60px;
  background-position: left 10px center;
  position: relative;
  vertical-align: middle;
  font-size: 18px;
}

.service-list .list .item a:hover {
  opacity: 0.8;
}


.service-list .list .item a:after {
  content: "詳しく見る >";
  display: inline-block;
  line-height: 20px;
  padding: 0 10px;
  font-size: 12px;
  color: #fff;
  background-color: #db432b;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

.service-list .list .item.service01 a {
  background-image: url(../../img/home/service_pic01.jpg);
}

.service-list .list .item.service02 a {
  background-image: url(../../img/home/service_pic02.jpg);
}

.service-list .list .item.service03 a {
  background-image: url(../../img/home/service_pic03.jpg);
}

.service-list .list .item.service04 a {
  background-image: url(../../img/home/service_pic04.jpg);
}

.service-list .list .item.cut a {
  background-image: url(../../img/home/service_cut.jpg);
}

.service-list .list .item.medical a {
  background-image: url(../../img/home/medical.jpg);
}



.home-equipment .contact {
  height: 333px;
  padding: 10px 20px 20px;
  border: 4px solid #496da4;
  background-color: #dce2e9;
}

.home-equipment .contact p {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 5px;
}

.home-equipment .contact a {
  height: auto !important;
  margin: 0 0 15px;
}

.home-equipment .contact.lp_bnr {
  height: auto;
}

.top_ban_iso {
  max-width: 90%;
margin: 0 auto;
}


.anticovid_banner_01 {
max-width:400px !important;  
height:auto; 
margin:-120px auto 0px; 
 //display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.anticovid_banner_01:hover, .anticovid_banner_01:focus, .anticovid_banner_01:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.anticovid_banner_01 img {
max-width:400px;
}


.home-equipment .contact_a {
  height: 333px;
  border: 4px solid #496da4;
  background-color: #dce2e9;
}

.home-equipment .contact p {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 5px;
}

.home-equipment .contact a {
  height: auto !important;
  margin: 0 0 15px;
}

.home-equipment .contact a:last-of-type {
  margin: 0;
}

.home-equipment .contact.lp_bnr {
  height: auto;
}

.home-equipment .contact_2 {
  height: 333px;
  padding: 10px 20px 20px;
  border: 4px solid #496da4;
  background-color: #dce2e9;
}

