/*
 Theme Name:   HNS Theme
 Theme URI:    http://h-network-s.net/
 Description:  HNS Theme
 Template:     twentyseventeen
 Version:      1.0.0
 Text Domain:  hns-theme
*/

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  padding-bottom: 530px;
  
  flex-direction: column;
  color: #000;
  
  line-height: 180%;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, san-serif;
}

@media screen and (max-width: 782px) {
  html #wpadminbar {
    top: -46px;
  }
}

a {
  color: #b00;
  text-decoration: underline;
}

a:hover {
  opacity: .6;
}

a.open-new-tab {
  display: inline-block;
  cursor: pointer;
}

header, footer, main, section, article {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  padding: 0;
  font-weight: normal;
  font-size: 1em;
}

.pc-only {
  display: none !important;
}

.sp-only {
  
}

.pagination, .comments-pagination {
  border-top: none;
}

.nav-links {
  line-height: 1.5em;
}

.nav-links .page-numbers {
  padding: 0;
  margin: 0 0.25em;
  color: #b00;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
}

.nav-links .page-numbers:hover {
  color: #b00 !important;
  text-decoration: none;
  background: rgba(187, 0, 0, 0.1);
  
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
}

.nav-links .page-numbers.current {
  background: #b00;
  color: #fff;
}
.nav-links .page-numbers.current:hover {
  color: #fff !important;
}

.nav-links .prev,
.nav-links .next {
  display: none;
}

.wrap-box {
  flex: 1;
  padding: 0;
}

header {
  position: relative;
  display: block;
  padding-right: 50px;
}

header > .header-box {
  -js-display: flex;
  display: flex;
  list-style: none;
  margin-bottom: 0;
}

header > .header-box a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

header > .header-box a span {
  display: block;
}

header > .header-box > .logo {
  width: 200px;
  height: 50px;
}
header > .header-box > .logo a {
  position: relative;
  padding-left: 50px;
}


header > .header-box > .logo a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: transparent url(./assets/img/sp/common/logo_red.png) no-repeat center center;
  /*background-size: 70%;*/
  -ms-behavior: url(./assets/js/backgroundsize.min.htc);
}

header > .header-box > .logo .name-ja {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.3em;
  padding-top: 0.6em;
}


header > .header-box > .logo .name-en {
  font-size: 0.7em;
  line-height: 1em;
  margin-top: 0.3em;
}

header > .header-box > .tel {
  text-align: right;
  flex-grow: 1;
  margin-right: 10px;
}

header > .header-box > .tel a {
  color: #000;
}

header > .header-box > .tel .number {
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1.4em;
  padding-top: 0.7em;
}

header > .header-box > .tel .working-hour {
  font-size: 0.7em;
  line-height: 1em;
  margin-top: 0.6em;
}

header > .gnav {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: auto;
  background: #b00;
  z-index: 100;
}

header > .gnav > .toggle {
  display: block;
  position: absolute;
  top: -50px;
  right: 0;
  width: 50px;
  height: 50px;
  background: #b00;
  color: #fff;
  z-index: 100;
  
  transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  -ms-transition: all .2s linear 0s;
}
header > .gnav > .toggle:before,
header > .gnav > .toggle:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 0px;
  border-top: 1px solid #fff;
  margin-top: -0.5px;
  margin-left: -15px;
  z-index: 100;
  
  transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  -ms-transition: all .2s linear 0s;
}
header > .gnav > .toggle:before {
  height: 26px;
  margin-top: -13px;
  background: transparent;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
header > .gnav.opened > .toggle:before {
  height: 0px;
  margin-top: -0.5px;
  border-bottom: none;
  transform: rotate(45deg);
}
header > .gnav.opened > .toggle:after {
  transform: rotate(-45deg);
}

header > .gnav > ul {
  margin: 0;
  padding: 0;
  height: 0;
  opacity: 0;
  overflow-y: hidden;
  
  transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  -ms-transition: all .2s linear 0s;
}
header > .gnav.opened > ul {
  height: auto;
  opacity: 1;
  padding: 0.5em 0;
}

header > .gnav > ul > li {
  position: relative;
  border-bottom: 1px solid #fff;
}
header > .gnav > ul > li:before,
header > .gnav > ul > li:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 1em;
  width: 12px;
  height: 1px;
  background: #fff;
}
header > .gnav > ul > li:before {
  transform: translateY(-4px) rotate(45deg);
}
header > .gnav > ul > li:after {
  transform: translateY(4px) rotate(-45deg);
}

header > .gnav > ul > li:last-child {
  border-bottom: none;
}

header > .gnav > ul > li > a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 0.5em 0 0.5em 1em;
}

main section {
  margin: 0;
}

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
  border-top: none;
}

main .table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-size: 0.9em;
}
main .table.col-2 tbody th,
main .table.col-2 tbody td {
  width: 50%;
}
main .table.col-3 tbody th,
main .table.col-3 tbody td {
  width: 33.33%;
}
main .table.col-4 tbody th,
main .table.col-4 tbody td {
  width: 25%;
}
main .table.col-5 tbody th,
main .table.col-5 tbody td {
  width: 20%;
}
main .table.thead-center thead th,
main .table.thead-center thead td {
  text-align: center;
}
main .table.tbody-center tbody th,
main .table.tbody-center tbody td {
  text-align: center;
}
main .table thead {
  background: rgba(187, 0, 0, 0.3);
}
main .table thead th {
  font-weight: normal;
}
main .table tbody th {
  font-weight: bold;
  word-break: keep-all;
}
main .table th,
main .table td {
  padding: 0.5em;
  border: 1px solid #ccc;
}

main .table.table-note tr td:last-child {
  text-align: left;
}

main .phai {
  font-style: italic;
}

main .table sup,
main .table sub {
  font-size: 0.7em;
}

main .uc {
  position: relative;
  border: 1px dashed #999;
  min-height: 40px;
}
main .uc:before {
  position: absolute;
  content: "準備中";
  top: 50%;
  left: 50%;
  margin-top: -1em;
  margin-left: -1.5em;
  display: inline-block;
  color: #999;
  vertical-align: top;
}

main .short-notice {
  font-size: 0.8em;
}

main .short-notice + div {
  margin-top: 0.5em;
}

main .ribon {
  position: relative;
  display: inline-block;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
main .ribon:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0.25em;
  width: 100%;
  height: 0.75em;
  background: rgba(187, 0, 0, 0.1);
}

main ul,
main ol {
  margin-left: 2em;
  margin-right: 1em;
}

main .box {
  margin: 0 1em;
}

main .centered {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

main .vmargin {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

main .mt-half {
  margin-top: 0.5em;
}

main .lead {
  color: #b00;
  font-weight: bold;
  text-align: center;
}

main .marked-list {
  list-style: none;
  margin: 0;
}
main .marked-list li {
  margin-left: 1.5em;
}
main .marked-list span {
  margin-left: -1.5em;
}

main .grid-list {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #192b42;
  background: #f2f2f2;
  align-items: stretch;
  align-content: stretch;
  list-style: none;
  margin: 0;
}
main .grid-list li {
  text-align: center;
  width: 50%;
  word-break: keep-all;
  padding: 1em 0;
  vertical-align: middle;
  border-bottom: 1px solid #192b42;
}
main .grid-list li strong {
  font-size: 0.7em;
  font-weight: normal;
}

main .grid-button {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  list-style: none;
  margin: 0;
}
main .grid-button li {
  text-align: center;
  width: 50%;
  word-break: keep-all;
  padding: 0.25em;
  vertical-align: middle;
}
main .grid-button li a {
  display: block;
  font-size: 0.8em;
}

main .grid-box {
  -js-display: flex;
  display: flex;
  flex-flow: column;
  margin: 0;
  background: #f2eee5;
  padding: 0 0.5em;
  list-style: none;
}

main .grid-box > li {
  border: 12px solid #fff;
  background: #f2f2f2;
  color: #192b42;
  margin: -0.5em 0 1em;
  flex-grow: 1;
}

main .grid-box > li a {
  display: block;
  font-weight: normal;
}

main .grid-box > li > ul {
  padding: 1em;
}

main .grid-links {
  -js-display: flex;
  display: flex;
  flex-flow: column;
  margin: 0;
  padding: 0 0.5em;
  list-style: none;
}

main .grid-links > li {
  background: #f2f2f2;
  color: #192b42;
  margin: 0.5em 0;
  padding: 0;
  flex-grow: 1;
}

main .grid-links > li a {
  position: relative;
  display: block;
  font-weight: normal;
  padding: 1em 1em 1em 3.5em;
  color: #192b42;
  text-decoration: none;
}

main hr {
  margin: 0.5em 0;
  padding: 0;
  border: none;
  background: none;
  border-top: 1px dotted #b00;
}
main hr.hr-solid {
  border-top: 2px solid #b00;
}

main .title {
  box-sizing: content-box;
  position: relative;
  height: 120px;
  border-top: 4px solid #b00;
  padding: 0 1em;
}

main .vh1 {
  background: rgba(187, 0, 0, 0.1);
  border-bottom: 2px solid #b00;
  font-weight: normal !important;
  padding: 0.5em;
}

main .vh2 {
  border-bottom: 2px solid #b00;
  font-weight: normal !important;
  padding: 0.5em;
}

main .vh2 a {
  color: #000;
  text-decoration: none;
}

main .vh1 + .vh2 {
  margin-top: 1em;
}

main .back-link {
  text-align: right;
}

main a.link-button {
  position: relative;
  display: inline-block;
  color: #fff;
  background: #b00;
  text-decoration: none;
  padding: 0.25em 2.5em 0.25em 1em;
}
main a.link-button:before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background: #fff;
  top: 50%;
  right: 0.5em;
  margin-top: -0.5em;
}
main a.link-button:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  right: 0.75em;
  margin-top: -0.3em;
  
  border-top: 0.3em solid transparent;
  border-right: 0em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.5em solid #b00;
}
main a.link-button-block {
  display: block;
}

main a.link-button-light {
  position: relative;
  display: inline-block;
  background: #f2f2f2;
  color: #192b42;
  border: 1px solid #192b42;
  text-decoration: none;
  padding: 0.25em 2.5em 0.25em 1em;
}
main a.link-button-light:before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background: #192b42;
  top: 50%;
  right: 0.5em;
  margin-top: -0.5em;
}
main a.link-button-light:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  right: 0.75em;
  margin-top: -0.3em;
  
  border-top: 0.3em solid transparent;
  border-right: 0em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.5em solid #fff;
}

main a.link-button-dark {
  position: relative;
  display: inline-block;
  background: #192b42;
  color: #fff;
  text-decoration: none;
  padding: 0.25em 2.5em 0.25em 1em;
}
main a.link-button-dark:before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background: #fff;
  top: 50%;
  right: 0.5em;
  margin-top: -0.5em;
}
main a.link-button-dark:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  right: 0.75em;
  margin-top: -0.3em;
  
  border-top: 0.3em solid transparent;
  border-right: 0em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.5em solid #192b42;
}

main a.link-button-large {
  position: relative;
  display: inline-block;
}
main a.link-button-large:before {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 100%;
  background: #192b42;
  top: 0%;
  right: 0em;
}
main a.link-button-large:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  right: 0.45em;
  margin-top: -0.3em;
  
  border-top: 0.3em solid transparent;
  border-right: 0em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.5em solid #fff;
}

main a.with-icon {
  padding-left: 2.5em;
}

main ul.inline-list {
  overflow: hidden;
  zoom: 1;
  margin: 0;
}
main ul.inline-list > li {
  float: left;
  margin-left: 1.25em;
  margin-right: 0.75em;
}

main dl.list {
  -js-display: flex;
  display: flex;
  align-items: flex-start;
  margin: 0;
  line-height: 2em;
  font-size: 0.9em;
}
main dl.list dt {
  font-weight: normal;
  padding: 0 0.5em;
  margin: 0;
  word-break: keep-all;
}
main dl.list dd {
  margin: 0;
  padding: 0 0.5em;
}

main .title .mv {
  position: absolute;
  top: 0;
  right: 0.5em;
  width: auto;
  height: 120px;
  display: inline-block;
  z-index: 0;
}

main .title .mv span {
  position: relative;
  display: inline-block;
  height: 100%;
}

main .title .mv span:before,
main .title .mv span:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  width: 50%;
  height: 100%;
  background-repeat: repeat-y;
  background-size: 50%;
  -ms-behavior: url(./assets/js/backgroundsize.min.htc);
}
main .title .mv span:before {
  left: -1px;
  background-image: url(./assets/img/sp/mv/gradation_left.png);
  background-position: left center;
}
main .title .mv span:after {
  right: -1px;
  background-image: url(./assets/img/sp/mv/gradation_right.png);
  background-position: right center;
}

main .title .mv span img {
  height: 100%;
  width: auto;
}

main .title .label {
  -js-display: flex;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}

main .title .label span {
  position: relative;
  z-index: 1;
  
  font-size: 1.6em;
  font-weight: bold;
  flex-grow: 1;
  
  padding-bottom: 10px;
  background: transparent url(./assets/img/sp/mv/title_border.png) no-repeat bottom left;
  background-size: 50%;
  -ms-behavior: url(./assets/js/backgroundsize.min.htc);
}
main .title .label span strong {
  font-weight: normal;
  font-size: 0.7em;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
}

main .breadcrumb {
  font-size: 0.8em;
  background: #f2eee5;
  border-bottom: 1px solid #b00;
  padding: 0 0.5em;
}

main .breadcrumb ul {
  list-style: none;
  margin: 0;
}
main .breadcrumb ul li {
  display: inline;
}
main .breadcrumb ul li a {
  position: relative;
  margin-right: 1em;
  display: inline-block;
}
main .breadcrumb ul li a:before,
main .breadcrumb ul li a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: -0.85em;
  width: 0.3em;
  height: 0px;
  border-top: 1px solid #000;
  margin-top: -0.5px;
}
main .breadcrumb ul li a:before {
  transform: translateY(-0.1em) rotate(45deg);
}
main .breadcrumb ul li a:after {
  transform: translateY(0.1em) rotate(-45deg);
}
main .breadcrumb ul li:last-child a:before,
main .breadcrumb ul li:last-child a:after {
  display: none;
}

.quick-access ul {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  list-style: none;
}

.quick-access ul li {
  position: relative;
  margin: 0.5em auto;
  width: 17em;
}

.quick-access ul li:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 7.5%;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  z-index: 1;
}

.quick-access a {
  display: block;
  text-decoration: none;
  height: 4em;
  line-height: 4em;
  padding: 0 0 0 3em;
  text-align: center;
}

.quick-access .email {
  background: #b00;
}
.quick-access .email a {
  color: #fff;
}
.quick-access .email:before {
  background: transparent url(./assets/img/sp/common/icon-email.png) no-repeat center center;
  background-size: contain;
  -ms-behavior: url(./assets/js/backgroundsize.min.htc);
}
.quick-access .tel:before {
  background: transparent url(./assets/img/sp/common/icon-tel.png) no-repeat center center;
  background-size: contain;
  -ms-behavior: url(./assets/js/backgroundsize.min.htc);
}
  
.quick-access .tel {
  background: #f2f2f2;
  border: 1px solid #192b42;
}

.quick-access .tel a {
  color: #192b42;
  line-height: 2em;
}

.quick-access .tel span {
  display: block;
  text-align: center;
}

.quick-access .tel .number {
  font-size: 1.2em;
  line-height: 1em;
  padding-top: 0.6em;
  padding-bottom: 0em;
}

.quick-access .tel .working-hour {
  font-size: 0.8em;
}

footer {
  display: block;
  background: #f2eee5;
  border-top: 4px solid #192b42;
  
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 530px;
}

footer nav {
  padding: 0.5em;
}

footer nav a {
  display: block;
}

footer nav a:hover {
  text-decoration: underline;
}

footer nav > ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

footer nav > ul > li {
  flex-basis: 50%;
  padding: 0 0.5em 1em;
}

footer nav > ul > li > a {
  position: relative;
  display: block;
  padding: 0.5em 0.5em 0.5em 1.5em;
  border-bottom: 1px dotted #192b42;
  vertical-align: middle;
  color: #000;
  text-decoration: none;
}

footer nav > ul > li > a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0.5em;
  width: 0;
  height: 0;
  margin-top: -4px;
  
  border-top: 4px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #192b42;
}

footer nav > ul > li > ul {
  padding: 0.1em;
  font-size: 0.8em;
  margin-left: 2em;
  list-style: none;
}

footer nav > ul > li > ul > li > a{
  color: #000;
  text-decoration: none;
}

footer small {
  display: block;
  background: #b00;
  color: #fff;
  padding: 0.5em;
  text-align: center;
}

/* -- specific page ----------------------------------- */

.home .mv .swiper-container {
  width: 100%;
  height: 150px;
  background: #f2eee5;
  
  padding-bottom: 10px;
  border-bottom: 2px solid #b00;
}
.home .mv .swiper-container .swiper-pagination {
  width: 204px;
  height: 10px;
  left: 50%;
  margin-left: -100px;
  line-height: 10px;
  background: #f2eee5;
  padding: 0 2px;
}
.home .mv .swiper-container .swiper-pagination-bullet {
  height: 5px;
  width: 60px;
  margin: 5px 3px 0;
  
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}
.home .mv .swiper-container .swiper-pagination-bullet-active {
  background: #b00;
}
.home .mv .swiper-container .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.home .mv .swiper-container .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.home .mv .swiper-container .swiper-slide {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -ms-behavior: url(./assets/js/backgroundsize.min.htc);
  width: 250px;
}
.home .mv .swiper-container .swiper-slide:not(.swiper-slide-active) {
  filter: brightness(50%);
}
.home .mv .swiper-container .swiper-slide.odm {
  background-image: url(./assets/img/sp/common/slider-odm.jpeg);
}
.home .mv .swiper-container .swiper-slide.board {
  background-image: url(./assets/img/sp/common/slider-board.jpeg);
}
.home .mv .swiper-container .swiper-slide.solution {
  background-image: url(./assets/img/sp/common/slider-solution.jpeg);
}
.home .mv .swiper-container .swiper-slide a {
  display: block;
  height: 100%;
}
.home .mv .swiper-container .swiper-slide span {
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  height: 0;
  line-height: 2.2em;
  width: 0;
  margin-top: 0;
  margin-left: 0;
  background: rgba(25, 43, 66, 0.9);
  color: #fff;
  font-size: 1.6em;
  text-align: center;
  opacity: 0;
  
  transition: all .3s linear 0s;
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  -ms-transition: all .3s linear 0s;
}
.home .mv .swiper-container .swiper-slide.swiper-slide-active span {
  position: absolute;
  height: 2em;
  width: 90%;
  margin-top: -0.8em;
  margin-left: -45%;
  opacity: 1;
}

.home .mv-lead {
  font-size: 0.9em;
  font-weight: bold;
  padding: 1em 0.5em;
  text-align: center;
}

.home main .lead {
  padding: 1em 0.5em;
  line-height: 2.2em;
  font-size: 0.8em;
  font-weight: normal;
  background: #fff url(./assets/img/sp/home/lead.png) no-repeat center center;
  background-size: 200% auto;
  -ms-behavior: url(./assets/js/backgroundsize.min.htc);
}

.home main .lead em {
  font-weight: bold;
  font-style: normal;
}

.home main .axis {
  border-top: 1em solid #b00 !important;
}

.home main .axis .half {
  float: left;
  width: 50%;
}

.home main .axis h3 {
  position: relative;
}
.home main .axis h3:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0.5em;
  height: 20px;
  width: 20px;
  margin-top: -10px;
  z-index: 1;
}
.home main .axis .odm h3:before {
  background: transparent url(./assets/img/sp/common/icon-odm.png) no-repeat center center;
  background-size: contain;
  -ms-behavior: url(./assets/js/backgroundsize.min.htc);
}
.home main .axis .board h3:before {
  background: transparent url(./assets/img/sp/common/icon-board.png) no-repeat center center;
  background-size: contain;
  -ms-behavior: url(./assets/js/backgroundsize.min.htc);
}
.home main .axis .solution h3:before {
  background: transparent url(./assets/img/sp/common/icon-solution.png) no-repeat center center;
  background-size: contain;
  -ms-behavior: url(./assets/js/backgroundsize.min.htc);
}

.home main .sub-axis h3 {
  position: relative;
}
.home main .sub-axis h3:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0.75em;
  height: 30px;
  width: 30px;
  margin-top: -15px;
  z-index: 1;
}
.home main .sub-axis .business_model h3:before {
  background: transparent url(./assets/img/sp/common/icon-business_model.png) no-repeat center center;
  background-size: contain;
  -ms-behavior: url(./assets/js/backgroundsize.min.htc);
}
.home main .sub-axis .network h3:before {
  background: transparent url(./assets/img/sp/common/icon-network.png) no-repeat center center;
  background-size: contain;
  -ms-behavior: url(./assets/js/backgroundsize.min.htc);
}
.home main .sub-axis .recruit h3:before {
  background: transparent url(./assets/img/sp/common/icon-recruit.png) no-repeat center center;
  background-size: contain;
  -ms-behavior: url(./assets/js/backgroundsize.min.htc);
}

.page-recruit main .lead h2 {
  font-size: 0.85em;
  color: #000;
  font-weight: normal;
  text-align: left;
  line-height: 2.2em;
  padding: 0 0 0 1em;
}

.page-recruit .box .list dt {
  width: 40%;
  font-weight: bold;
}
.page-recruit .box .list dd {
  width: 60%;
}
.page-recruit .recruit-item .visual {
  background: transparent url(./assets/img/sp/recruit/office.jpg) no-repeat center center;
  background-size: cover;
  -ms-behavior: url(./assets/js/backgroundsize.min.htc);
  height: 200px;
}

.page-company .company-info .list dt {
  width: 25%;
}
.page-company .company-info .list dd {
  width: 75%;
}
.page-company .company-info .list dd a {
  display: inline-block;
}
.page-company .company-network .list {
  align-items: center;
  font-size: 0.8em;
}
.page-company .company-network .list dt {
  width: 85%;
}
.page-company .company-network .list dd {
  width: 15%;
  font-weight: bold;
  text-align: right;
}
.page-company .company-graph {
  text-align: center;
}
.page-company .company-graph img {
  width: 270px;
  border: 1px solid #ccc;
}
.page-company .company-board .vh1 {
  font-size: 0.95em;
}
.page-company .company-board .list dt {
  width: 35%;
  font-weight: bold;
}
.page-company .company-board .list dd {
  width: 65%;
}
.page-company main .lead h2 {
  font-size: 0.75em;
  font-weight: normal;
  line-height: 2.2em;
  color: #000;
}
.page-company .lead em {
  font-weight: bold;
  font-style: normal;
  color: #b00;
}
.page-company .company-network .visual {
  background: transparent url(./assets/img/sp/company/network.png) no-repeat center center;
  background-size: cover;
  -ms-behavior: url(./assets/js/backgroundsize.min.htc);
}
.page-company .company-board .visual {
  background: transparent url(./assets/img/sp/company/board.png) no-repeat center center;
  background-size: cover;
  -ms-behavior: url(./assets/js/backgroundsize.min.htc);
}

.page-international .grid-list li {
  width: 33.33%;
}

.page-international .graph.vietnam-contract img {
  width: 100%;
  max-width: 600px;
  
  margin-left: auto;
  margin-right: auto;
}

.page-international .graph.vietnam-model a {
  display: block;
}
.page-international .graph.vietnam-model img {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-international table ol {
  margin-bottom: 0;
}

.page-business_model main .lead h2 {
  font-size: 0.85em;
  color: #000;
  font-weight: normal;
  text-align: left;
  line-height: 2.2em;
}

.page-odm main .lead h2 {
  color: #b00;
}
.page-odm .odm-products .grid-list li {
  width: 33.33%;
}
.page-odm .odm-products .visual {
  background: transparent url(./assets/img/sp/odm/product.png) no-repeat center center;
  background-size: cover;
  -ms-behavior: url(./assets/js/backgroundsize.min.htc);
}
.page-odm .odm-network .list {
  align-items: center;
  font-size: 0.8em;
}
.page-odm .odm-network .list dt {
  width: 85%;
}
.page-odm .odm-network .list dd {
  width: 15%;
  font-weight: bold;
  text-align: right;
}
.page-odm .odm-network .visual {
  background: transparent url(./assets/img/sp/odm/network.png) no-repeat center center;
  background-size: cover;
  -ms-behavior: url(./assets/js/backgroundsize.min.htc);
}
.page-odm .odm-recommend-parts .back-link {
  padding: 0 20px;
}

.page-board .grid-list {
  font-size: 0.8em;
}

.page-board .grid-list li:nth-child(2n) {
  width: 45%;
}
.page-board .grid-list li:nth-child(2n+1) {
  width: 55%;
}
.page-board .board-example .visual {
  background: transparent url(./assets/img/sp/board/example.png) no-repeat center center;
  background-size: cover;
  -ms-behavior: url(./assets/js/backgroundsize.min.htc);
}

.page-copper_inlay .spec table th,
.page-copper_inlay .spec table td {
  font-size: 0.9em;
}
.page-copper_inlay .spec table tr td:nth-child(1),
.page-copper_inlay .spec table tr td:nth-child(2) {
  word-break: keep-all;
}

.page-metal .table th, 
.page-metal .table td {
  font-size: 0.8em;
}å

.page-silicone_base .table th, 
.page-silicone_base .table td {
  font-size: 0.8em;
}

.page-solution .grid-links li {
  position: relative;
}
.page-solution .grid-links li:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0.75em;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  z-index: 1;
}
.page-solution .grid-links li.design:before {
  background: transparent url(./assets/img/sp/solution/icon-design.png) no-repeat center center;
  background-size: contain;
  -ms-behavior: url(./assets/js/backgroundsize.min.htc);
}
.page-solution .grid-links li.operation:before {
  background: transparent url(./assets/img/sp/solution/icon-operation.png) no-repeat center center;
  background-size: contain;
  -ms-behavior: url(./assets/js/backgroundsize.min.htc);
}
.page-solution .grid-links li.international:before {
  background: transparent url(./assets/img/sp/solution/icon-international.png) no-repeat center center;
  background-size: contain;
  -ms-behavior: url(./assets/js/backgroundsize.min.htc);
}

.page-solution .grid-links a {
  color: #fff;
}
.page-solution .grid-links a:before {
  right: 1em;
}
.page-solution .grid-links a:after {
  right: 1.2em;
}


.page-contact .message {
  font-size: 0.8em;
}
.layer-contact :placeholder-shown { color: #999; }
.layer-contact ::-webkit-input-placeholder { color: #999; }
.layer-contact :-moz-placeholder { color: #999; opacity: 1; }
.layer-contact ::-moz-placeholder { color: #999; opacity: 1; }
.layer-contact :-ms-input-placeholder { color: #999; }

.layer-contact label {
  display: inline-block;
  word-break: keep-all;
}
.layer-contact .inputs {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 0.8em;
  margin-bottom: 0;
}
.layer-contact .inputs dt {
  width: 40%;
  margin: 0;
  padding: 0.8em 0 0.5em;
}
.layer-contact .inputs dt span {
  display: inline-block;
  font-weight: normal;
  padding: 0 0.5em;
  line-height: 1.5em;
  color: #fff;
}
.layer-contact .inputs dt span.req {
  background: #b00;
}
.layer-contact .inputs dt span.opt {
  background: #192b42;
}
.layer-contact .inputs dd {
  width: 60%;
  margin: 0;
  padding: 0.5em 0;
}
.layer-contact .inputs dd input,
.layer-contact .inputs dd textarea {
  padding: 0.25em 0.5em;
}
.layer-contact .tel-form input {
  width: 29%;
}
.layer-contact .inputs dt.content-title {
  width: 100%;
}
.layer-contact .inputs dd.content-form {
  width: 100%;
}
.layer-contact .inputs dd.content-form .mwform-radio-field.horizontal-item {
  margin-left: 0;
  margin-right: 10px;
}
.layer-contact .buttons {
  text-align: center;
}
.layer-contact .buttons [type=submit] {
  background: #b00;
  padding-left: 3em;
  padding-right: 3em;
  margin-bottom: 1em;
  min-width: 50%;
  
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}
.layer-contact .buttons [type=submit][value=back] {
  background: #f2f2f2;
  color: #000;
  min-width: auto;
}
.layer-contact .privacy-policy {
  background: #f2f2f2;
}
.layer-contact .privacy-policy .privacy-policy-title {
  position: relative;
  background: #192b42;
  color: #fff;
  padding: 0.25em 0.5em;
}
.layer-contact .privacy-policy .privacy-policy-title:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 0.75em;
  width: 0;
  height: 0;
  margin-top: -0.25em;
  
  border-top: 0.5em solid #fff;
  border-right: 0.3em solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 0.3em solid transparent;
}
.layer-contact .privacy-policy.opened .privacy-policy-title:after {
  border-top: 0 solid transparent;
  border-right: 0.3em solid transparent;
  border-bottom: 0.5em solid #fff;
  border-left: 0.3em solid transparent;
}
.layer-contact .privacy-policy .privacy-policy-desc {
  font-size: 0.8em;
  padding: 0 0.5em;
  height: 0;
  opacity: 0;
  overflow-y: hidden;
  
  transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  -ms-transition: all .2s linear 0s;
}
.layer-contact .privacy-policy.opened .privacy-policy-desc {
  padding: 0.5em;
  height: auto;
  opacity: 1;
}
.layer-contact .thanks {
  text-align: center;
}

.page-confirm .message,
.page-confirm .privacy-policy,
.page-confirm .short-notice,
.page-complete .message,
.page-complete .privacy-policy,
.page-complete .short-notice {
  display: none;
}

main .cf:after {
  content: "";
  clear: both;
  display: block;
}

main .visual {
  width: 100%;
  height: 120px;
}

main .graph img {
  width: 100%;
}

main .topics-list {
  padding: 1em 0;
}

main .topics-list dl.list dt {
  width: 7.5em;
}

main .topics-list dl.list dd a {
  color: #000;
  text-decoration: none;
}

main .topics-item .date {
  font-size: 0.8em;
  text-align: right;
}

main .topics-item .desc {
  padding: 1em 0.5em 2em;
  line-height: 2em;
}

main .topics-item .desc p {
  margin-bottom: 0;
}

.single-product h1 {
  font-size: 1.8em;
  margin-bottom: 1em;
  color: #b00;
  padding: 0 10px;
}

.single-product h2 {
  color: #333;
  background: rgba(187, 0, 0, 0.1);
  border-bottom: 2px solid #b00;
  font-weight: normal !important;
  padding: 0.5em;
}

.single-product h3 {
  color: #333;
  border-bottom: 2px solid #b00;
  font-weight: normal !important;
  padding: 0.5em;
  margin: 1em 0;
}

.single-product h3 a {
  color: #000;
  text-decoration: none;
}

.single-product h2 + h3 {
  margin-top: 1em;
}

.single-product .abstract {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}

.single-product .abstract .mv {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}

.single-product .abstract .mv div {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.single-product .abstract .mv img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.single-product .abstract .description {
  width: 100%;
  padding: 10px;
}

.single-product .abstract .description .back-link {
  margin-top: 2em;
}

.single-product p {
  margin: 0 1em 0;
}

.single-product .spec dl.list {
  flex-wrap: wrap;
}

.single-product .spec dl.list dt {
  width: 100%;
  font-weight: bold;
}
.single-product .spec dl.list dd {
  width: 100%;
  margin-left: 1em;
}

.single-product .link a {
  text-decoration: none;
}

.products-list {
  padding: 20px 0;
}

.products-list ul {
  display: flex;
  flex-wrap: wrap;
  
  list-style: none;
  margin: 0;
  padding: 0;
}

.products-list ul li {
  width: 90%;
  margin: 10px 5%;
}

.products-list ul li a {
  display: block;
  text-decoration: none;
}

.products-list ul li .product-photo {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.products-list ul li .product-photo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.products-list ul li .product-title {
  padding: 5px;
}

@media screen and (min-width: 769px) {
  body {
    padding-bottom: 240px;
  }
  footer {
    height: 240px;
  }
  
  header {
    padding-right: 0;
  }
  header > .header-box {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
  }
  header > .header-box .logo {
    height: 60px;
    width: auto;
  }
  header > .header-box > .logo a {
    padding-left: 57px;
  }
  header > .header-box > .logo a:before {
    width: 60px;
    height: 60px;
    background-size: 50px;
    -ms-behavior: url(./assets/js/backgroundsize.min.htc);
  }
  header > .header-box .tel .pc-only {
    display: inline-block !important;
  }
  header > .header-box > .lead {
    align-self: flex-end;
    font-size: 1.4em;
    padding: 0 0 2px 20px;
  }
  header > .gnav {
    position: static;
    top: 0;
    z-index: 0;
    background: linear-gradient(#bb0000, #9b0202);
  }
  header > .gnav > .toggle {
    display: none;
  }
  header > .gnav > ul {
    -js-display: flex;
    display: flex;
    height: auto;
    opacity: 1;
    list-style: none;
    
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header > .gnav > ul > li {
    border: none;
    text-align: center;
    flex-grow: 1;
  }
  header > .gnav > ul > li:before,
  header > .gnav > ul > li:after {
    display: none;xxx
  }
  header > .gnav > ul > li > a {
    color: #fff;
    padding: 0.5em 0;
  }
  header > .gnav > ul > li.active > a {
    background: rgba(255, 255, 255, .15);
  }
  
  footer nav {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 1em 0;
  }
  footer nav > ul {
    margin-bottom: 0;
  }
  footer nav > ul > li {
    flex-basis: 14%!important;
    padding: 0;
    font-size: 0.9em;
  }
  footer nav > ul > li > a {
    font-size: 0.8em;
    padding: 0 0.5em 0 1.5em;
    margin: 0 0.5em;
  }
  footer nav > ul > li > ul {
    margin-left: 0.6em;
  }
  footer nav > ul > li > ul > li > a {
    font-size: 0.8em;
  }
  
  .quick-access {
    padding-top: 3em;
  }
  .quick-access > ul {
    flex-flow: row;
    justify-content: center;
  }
  .quick-access > ul > li { 
    margin: 0.5em;
  }
  
  body:not(.home) main .lead {
    margin: 2em 0;
  }
  
  main .graph {
    padding: 0 2em;
  }
  
  main > .title {
    border-top: none;
    height: 160px;
  }
  main > .title .mv {
    height: 160px;
    margin-right: 1em;
  }
  main .title .label {
    margin-left: 1em;
  }
  main .title .label span {
    background-size: 226.5px 5px;
    -ms-behavior: url(./assets/js/backgroundsize.min.htc);
  }
  
  body:not(.home) main > .title,
  body:not(.home) main > section,
  main .box {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  body:not(.home) main > section > article > .box {
    margin-left: 1em;
    margin-right: 1em;
  }
  
  main .breadcrumb ul {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  
  main .narrow-width {
    max-width: 700px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  main .table {
    width: auto;
  }
  main .table thead th,
  main .table thead td, 
  main .table tbody th, 
  main .table tbody td {
    font-size: 1em !important;
    padding: 0.5em 1em !important;
  }
  
  main .visual {
    float: right;
    box-sizing: content-box;
    height: 190px;
    width: 30%;
    margin: 1.5em 1em 1em 0;
    border-left: 1em solid #fff;
  }
  
  main dl.list {
    font-size: 1em;
  }
  
  main .graph-desc {
    -js-display: flex;
    display: flex;
  }
  main .graph-desc .desc {
    flex-grow: 1;
  }
  main .graph-desc .graph {
    margin-top: 0;
    width: 30%;
    max-width: 250px;
  }
  
  .pc-only {
    display: block !important;
  }
  
  .sp-only {
    display: none;
  }
    
  .home .mv-lead {
    display: none;
  }
  .home .mv .swiper-container {
    height: 220px;
  }
  .home .mv .swiper-container .swiper-wrapper .swiper-slide {
    width: 600px;
  }
  .home .mv .swiper-container .swiper-button-prev {
    left: 50%;
    margin-left: -350px;
  }
  .home .mv .swiper-container .swiper-button-next {
    right: 50%;
    margin-right: -350px;
  }
  
  .home main .lead {
    font-size: 1em;
  }
  
  .home main .axis {
    background: #f2eee5;
  }
  
  .home main .axis .grid-box {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
    
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .home main .axis .grid-box > li {
    width: 32.5%;
    flex-grow: 0;
  }
  .home main .axis .grid-box > li > h3 {
    line-height: 2em;
  }
  .home main .axis .grid-box > li > ul {
    padding: 0.5em;
  }
  .home main .axis .grid-box > li > ul > li {
    font-size: 0.8em;
  }
  .home main .sub-block {
    -js-display: flex;
    display: flex;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .home main .sub-block .topics-list {
    width: 70%;
    font-size: 0.8em;
    padding-right: 1em;
    padding-left: 0.5em;
  }
  .home main .sub-block .topics-list .box > div {
    margin-left: 1em;
    margin-right: 1em;
  }
  .home main .sub-block .sub-axis {
    width: 30%;
    font-size: 0.9em;
  }
  .home main .sub-block .sub-axis .grid-links > li a {
    margin-bottom: 0;
    line-height: 2.5em;
    padding-left: 4em;
  }
  
  .page-odm .odm-products .visual {
    background: transparent url(./assets/img/pc/odm/product.png) no-repeat center center;
    background-size: cover;
    -ms-behavior: url(./assets/js/backgroundsize.min.htc);
  }
  .page-odm .odm-network .visual {
    background: transparent url(./assets/img/pc/odm/network.png) no-repeat center center;
    background-size: cover;
    -ms-behavior: url(./assets/js/backgroundsize.min.htc);
  }
  .page-odm .odm-network .box {
    margin-right: 33%;
  }
  
  .page-recruit main .lead h2 {
    font-size: 1em;
    line-height: 2.0em;
  }
  .page-recruit .box .list dt {
    width: 13em;
  }
  .page-recruit .box .list dd {
    flex-grow: 1;
  }
  .page-recruit .box .list dd .link-button {
    display: inline-block;
    margin-left: 1em;
  }
  .page-recruit .recruit-item .visual {
    background: #fff url(./assets/img/pc/recruit/office.jpg) no-repeat center center;
    background-size: cover;
    -ms-behavior: url(./assets/js/backgroundsize.min.htc);
    padding-bottom: 1em;
  }

  .layer-contact .inputs dt,
  .layer-contact .inputs dt.content-title {
    width: 30%;
  }
  .layer-contact .inputs dd,
  .layer-contact .inputs dd.content-form {
    width: 70%;
  }
  .layer-contact .inputs dd [type=text],
  .layer-contact .inputs dd [type=email] {
    width: 200px;
  }
  .layer-contact .inputs dd.tel-form [type=text] {
    width: 100px;
  }
  .layer-contact .buttons [type=submit] {
    min-width: 240px;
  }
  .layer-contact .privacy-policy {
    width: 50%;
    max-width: 480px;
    margin: 0 auto;
  }
  
  .page-board .grid-list.narrow-width {
    font-size: 1em;
  }
  .page-board .board-example .visual {
    background: transparent url(./assets/img/pc/board/example.png) no-repeat center center;
    background-size: cover;
    -ms-behavior: url(./assets/js/backgroundsize.min.htc);
  }
  
  .layer-board .centered {
    -js-display: flex;
    display: flex;
    
    width: 700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .layer-board .centered .graph {
    width: 330px;
  }
  .layer-board .centered .table tbody th, 
  .layer-board .centered .table tbody td {
    padding: 0 !important;
  }
  
  .page-high_current .narrow-width {
    width: 500px;
  }

  .page-copper_inlay .graph-list {
    -js-display: flex;
    display: flex;
    align-items: center;
    max-width: 600px;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    flex-wrap: wrap;
  }
  .page-copper_inlay .graph-list .graph {
    width: 50%;
  }
  
  .page-silicone_base .graph-list {
    -js-display: flex;
    display: flex;
    align-items: center;
    max-width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    flex-wrap: wrap;
  }
  .page-silicone_base .graph-list .graph {
    width: 50%;
  }
  
  .page-dbc .graph-desc .graph {
    margin-top: 0;
    min-width: 380px;
  }
  
  .page-solution .grid-links {
    flex-flow: row;
    justify-content: space-between;
  }
  .page-solution .grid-links li {
    width: 32.5%;
    flex-grow: 0;
  }
  .page-solution .grid-links li:before {
    left: 1.25em;
  }
  .page-solution .grid-links li a {
    padding-left: 4.5em;
  }
  
  .page-international .resource li {
    width: 16.66%;
  }
  
  .page-company main .lead h2 {
    font-size: 1em;
  }
  
  .page-company .company-info dl.list dt {
    width: 5em;
  }
  .page-company .company-info dl.list dd {
    flex-grow: 1;
  }
  .page-company .company-network dl.list {
    font-size: 1em;
  }
  .page-company .company-info .visual {
    background: #fff url(./assets/img/sp/company/company.png) no-repeat center center;
    background-size: cover;
    -ms-behavior: url(./assets/js/backgroundsize.min.htc);
    height: 400px;
    border-left: 1em solid #fff;
  }
  .page-company .company-info .visual img {
    border: 1px solid #ccc;
  }
  .page-company .company-network .visual {
    background: transparent url(./assets/img/pc/company/network.png) no-repeat center center;
    background-size: cover;
    -ms-behavior: url(./assets/js/backgroundsize.min.htc);
  }
  .page-company .company-board .visual {
    background: transparent url(./assets/img/pc/company/board.png) no-repeat center center;
    background-size: cover;
    -ms-behavior: url(./assets/js/backgroundsize.min.htc);
  }
  .page-company .company-network .list,
  .page-company .company-network hr,
  .page-company .company-board .list,
  .page-company .company-board hr {
    margin-right: 33%;
  }
  
  .page-business_model main .lead h2 {
    font-size: 1em;
  }
  
  .single-product .abstract {
    flex-wrap: nowrap;
  }
  
  .single-product .abstract .mv {
    width: 200px;
    height: 200px;
  }
  
  .single-product .abstract .description {
    width: calc(100% - 200px);
    padding-left: 20px;
  }
  
  .single-product .spec dl.list {
    flex-wrap: nowrap;
  }
  
  .single-product .spec dl.list dt {
    width: 12em;
    font-weight: normal;
  }
  
  .single-product .spec dl.list dd {
    width: calc(100% - 12em);
    padding-left: 0;
  }
  
  .products-list ul li {
    width: 24%;
    margin: 0.5%;
  }
  
  .products-list ul li .product-photo img {
    width: 100%;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
  }
}

@media screen and (min-width: 960px) {
  body {
    padding-bottom: 245px;
  }
  footer {
    height: 245px;
  }
  
  footer nav > ul > li > a {
    font-size: 1em;
  }
  footer nav > ul > li > ul > li > a {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 768px) {
.office-img {
  display: flex;
  justify-content: space-around;
}
}
article.company-info {
    padding: 1em;
}


@media screen and (max-width: 768px){
.logo .name-ja {
    width: 100%!important;
    padding-top: 0.75em!important;
}
header > .header-box > .logo a:before {
background: transparent url(http://test6.webup-k.com/wp-content/uploads/2022/05/logo_s.jpg) no-repeat center center;
background-size: 70%!important;
}
}


