@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;
}
/* 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: 30px 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 20px;
  border-bottom: 1px solid #ddd;
}
div.pan-area p.pan {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 1.2rem;
}
div.pan-area p.pan a {
  color: #1295d8;
}
section.section {
  max-width: 1000px;
  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: 1.5rem;
  margin: 0 0 15px;
}
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.5em;
  margin: 0 0 20px;
}
header#global-header nav#global-nav ul.menu li.item.material a {
  background-color: #0d76ac;
}
main#material-view nav.local-nav {
  max-width: 1000px;
  min-width: 1000px;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0 20px;
}
main#material-view nav.local-nav ul.menu {
  width: 100%;
  overflow: hidden;
}
main#material-view nav.local-nav ul.menu li {
  float: left;
  width: calc(20% - 10px);
  margin: 0 10px 5px 0;
  text-align: center;
}
main#material-view nav.local-nav ul.menu li:nth-child(5n) {
  margin: 0 0 20px;
}
main#material-view nav.local-nav ul.menu li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 1.1rem;
  background-color: #333;
  color: #fff;
  line-height: 3.5em;
  text-decoration: none;
  background-image: url(../../img/common/icon/icon-arrow-bottom.svg);
  background-size: 10px;
  background-position: calc(100% - 20px) center;
  -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#material-view nav.local-nav ul.menu li a:hover {
  opacity: 0.8;
}
main#material-view table.table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
main#material-view table.table tr:first-child {
  background-color: #ccc;
}
main#material-view table.table tr th {
  padding: 10px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
main#material-view table.table tr td {
  padding: 10px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
main#material-view table.table tr td dl {
  background-color: #eee;
  padding: 10px;
}
main#material-view table.table tr td:nth-child(2n) {
  width: 250px;
}
main#material-view a.sp-img {
  display: none;
}
main#material-view p.text.align-right {
  margin: 10px 0;
  text-align: right;
  overflow: hidden;
}
main#material-view p.text.align-right a {
  float: left;
  display: inline-block;
  width: 150px;
  background-color: #333;
  padding: 5px 10px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
}



main#parts-view figure.key {
  min-width: 100%;
}

main#parts-view figure.key {
  min-width: 100%;
  width: 100%;

  text-align: center;
  background-image: url(../../img/supplier/key-bg.png);
  background-repeat: repeat;
  background-size: 8px;
}
main#parts-view figure.key img {
  width: 100%;
  max-width: 1000px;
  height: auto;
  padding: 0 20px;
  vertical-align: middle;
}

.parts_overviews {
max-width:1000px;
padding: 1rem;
margin:20px auto ;
}

.parts_over_flex {
margin : 1rem 0;
padding:1rem; 
}

.parts_overviews_pic {
width: 100%;

}
.parts_overviews_text {
width: 100%;

}
.parts_overviews_text h2 {
    font-size: 2.5rem;
    color: #014F8D;
    line-height: 3.5rem;
    font-weight: bold;
}
.parts_overviews_text p {
font-size: 1.7rem;
    color: #222;
    line-height: 3rem;
    margin:10px 0;
}

.mamoru_power {
width:100%;
background: #ececec;
}
.mamoru_power_box {
  max-width: 1000px;
margin: 0 auto ;
padding: 5rem 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}
.power_pic {
width:28%;
margin: 30px auto -5px;
}
.power_title {
width: 65%;
margin: 20px 0 0 50px;
text-align: left;
}
.power_title  h3 {
font-size: 2rem;
font-weight: bold;
color: 014F8D;
}
.power_title  h2 {
font-size: 3rem;
color: 014F8D;
}
.three_boxes {
   max-width: 1000px;
margin: 0 auto ;
   display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.three_boxes_child {
   flex:1;
   margin: 0 20px 40px 10px;
   padding: 2rem;
   background: #fff;
   border-radius:15px;
   box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.boxes_title {
font-weight :bold;
font-size: 2rem;
color: #014F8D;
margin-bottom: 10px;
}

section.section_parts {
    max-width: 800px;
    min-width: 800px;
    width: 100%;
    margin: 0 auto 0;
    padding: 2rem;
}

section.section_parts {
    max-width: 800px;
    width: 100%;
    margin: 3rem auto 0;
    padding: 2rem;
}
.section_parts nav li {
    width: 31%;
    background-color: #0F95D9;
    text-align: center;
    margin:1rem;
}

.section_parts nav li a {
    font-size: 120%;
    display: block;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 15px 0;
}

.section_parts nav li a:after {
    content: "▽";
    display: inline-block;
    margin-left: 20px;
    }
    
.service001_sound {
background: #fff;
width: 100%;
padding: 3rem;
}

.service001_sound h4 {
font-size: 2rem;
}
.service001_sound h2 {
font-size: 3.2rem;
}

.service002_insulation {
 background: #DCE2E9;
width: 100%;
padding: 5rem 3rem;
}
.service002_insulation h4 {
font-size: 2rem;
}
.service002_insulation h2 {
font-size: 3.2rem;
}

.service003_seal {
background: #fff;
width: 100%;
padding: 5rem 3rem;
}
.service003_seal h4 {
font-size: 2rem;
}
.service003_seal h2 {
font-size: 3.2rem;
}
.service001_sound_zone {
max-width: 1000px;
    margin: 0rem auto;
}



.parts_index_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.parts_index_left-box {
/* width: 55%; */
width: 100%;
}
.parts_index_left-box h4 {
font-size: 2rem;
margin: 10px 0;
border-bottom: thin dashed;
}
.parts_index_left-box p {
line-height: 2.5rem;
margin-bottom: 20px;
}
.parts_index_left-box ul {
margin-bottom: 10px;
}
.parts_index_left-box li {
line-height: 3rem;
font-weight: bold;
font-size: 2rem;
}
.parts_index_right-box {
width: 40%;
margin-top: 0;
}

.parts_index_right-box img{
border: #CF030D 5px solid;
width: 100%;
}

.parts_zai {
width: 100%;
margin:20px 0;
padding: 2rem;
   background: #DCE2E9;
   border-radius:15px;
   box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.parts_zai_2 {
width: 100%;
margin: 1rem;
padding: 2rem;
   background: #fff;
   border-radius:15px;
   box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}



.parts_zai {
width: 100%;
margin:20px 0;
padding: 2rem;
   background: #DCE2E9;
   border-radius:15px;
   box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.parts_zai_2 {
width: 100%;
margin:20px 0;
padding: 2rem;
   background: #fff;
   border-radius:15px;
   box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

.parts_zai_point {
font-size: 4rem;
font-weight:bold;
color:#fff;
text-align: right;
padding: 0 3rem 1rem 0 ;
margin-top: -1rem;
}
.zai_point{
background: #014F8D; 
padding:2rem 1.5rem 1.5rem;
}
.parts_zai_flex {
display: flex;
    padding: 1rem;
    margin:-5rem 0 0;
}
.parts_zai_flex h4 {
color:#014F8D;
margin-bottom: 10px;
}
.parts_zai_flex p {
line-height: 2.5rem;
}
.parts_zai_left-box {
flex:1;
margin: 1.5rem 2.5rem 1.5rem 1.5rem ;
}
.parts_zai_right-box {
flex:1;
margin: 5rem 1.5rem ;
}
.parts_zai_right-box li {
margin-bottom: 1rem ;
}
.parts_btn {
display:inline-block;
background: #014F8D; 
padding: 1rem;
margin:10px 0;
color: #fff;
text-decoration:none;
font-weight: bold;
}


.parts_slide {
max-width: 1000px;
height: 250px; 
margin: 2rem 0;
overflow: hidden;
}
.autoplay-slider{
  display: flex;
   min-width: 100%;
  width: min-content;
  animation: 20s linear infinite sliderAnimation;
}

.slide{
  height: 250px;
  width: 250px;
  margin: 0;
  position: relative;
} 
@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
  }
  
.to_contact {
   display:inline-block;
   background: #008000;
   border-radius:15px;
   box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
     padding: 2.5rem 4rem;
     margin: 3rem 1rem;

}
.to_contact a {
     display:inline-block;
     text-align:center;
   font-weight: bold;   
  font-size: 2.2rem;
}
.to_contact a:hover {
  opacity: 0.8;
}
