@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
/*==================================
Bootstrap
==================================*/
* {
  outline: none;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-size: 10px;
      -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.5;
  min-height: 100vh;
  margin: 0;
  color: #000;
  background-color: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"] {
  /*display : none;*/
  -webkit-box-sizing : border-box;
     -moz-box-sizing : border-box;
          box-sizing : border-box;
  margin : 0;
  padding : 0;
  padding : 0;
  border : none;
  border : none;
  border-radius : 0;
  outline : none;
  background : none;

  -webkit-appearance : checkbox;
     -moz-appearance : checkbox;
          appearance : checkbox;
}
input[type="radio"] {
  /*display : none;*/
  -webkit-box-sizing : border-box;
     -moz-box-sizing : border-box;
          box-sizing : border-box;
  margin : 0;
  padding : 0;
  padding : 0;
  border : none;
  border : none;
  border-radius : 0;
  outline : none;
  background : none;

  -webkit-appearance : radio;
     -moz-appearance : radio;
          appearance : radio;
}
input[type="checkbox"]:focus{
      outline: 5px auto -webkit-focus-ring-color;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #000;
  text-decoration: none;
  word-break: break-all;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0 0 20px 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
small,
.small {
  font-size: 85%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
ul,
ol {
  margin: 0;
  list-style: none;
  padding: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
    max-width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1220px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #aaaaaa;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.other_page .page_first{
  background-image: url(../../img/key-visual2.jpg);
  background-size: cover;
  background-position: center center;
  height: 440px;
}

/* =====================
  all
===================== */
.m20-b {
  margin-bottom: 20px;
}
.m40-b {
  margin-bottom: 40px;
}
.is-fixed {
  position: fixed;
  z-index: 9999;
  top: 64px;
  left: 0;
  width: 100%;
  -webkit-transition: all .2s;
       -o-transition: all .2s;
          transition: all .2s;
}
.is-fixed a{
  z-index: 2;

}
header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 124px;
  padding: 0;
}
.logo1 {
  display: inline-block;
  float: left;
  margin: 0 60px 0 15px;
  padding: 0;
}
.logo2 {
  display: inline-block;
  margin: 0;
  padding: 14px 0 0 0;
}
.header-right {
  float: right;
  padding: 20px 24px;
  letter-spacing: -0.5px;
}
.header-right.new-header{
  padding: 12px 24px;
}
.header-contact {
  display: inline-block;
  margin-right: 20px;
}
.lang-select-wrap {
  float: right;
  padding-left: 24px;
  background: url(../../img/ico-lang.png) no-repeat;
}
.lang-select-wrap::after {
  width: 10px;
  height: 10px;
  content: "\25BC";
  color:#b3b3b3;
  font-size: 12px;
}
.select-wrap {
  border: none;
  background: transparent;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.movie {
  position: relative;
  height: 77.5vh;
}
@media screen and (max-width: 767px) {
  .movie {
    height: 32vh;
  }
}
.gnavi {
  -webkit-transition: all .2s;
       -o-transition: all .2s;
          transition: all .2s;
  background: rgba( 0, 0, 0, .7);
  position: relative;
}
.gnavi.is-fixed { position: fixed; }
.header_top_wrap:after{
  display: table;
  content: "";
  clear:both;
}
.header_top_wrap{
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .gnavi .container {
    width: 100% !important;
    max-width: 1200px !important;
  }
}
.gnavi-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 ;
  list-style: none;
}

.gnavi-list li {
  position: relative;
  display: block;
  text-align: center;
  flex-grow: 1;
  max-width: 250px;
}
.gnavi-list li a {
  display: block;
  padding: 22px 0px;
  color: #fff;
}

.gnavi-list li a:hover {
  -webkit-transition: all .2s;
       -o-transition: all .2s;
          transition: all .2s;
  text-decoration: none;
  background: rgba(255,255,255,.3);
}
.fa-angle-down {
  font-size: 22px;
  position: absolute;
  right: 0;
  bottom: 78px;
  left: 0;
  text-align: center;
  color: #fff;
}
.movie::before {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  /*background: url("../../img/key-visual.jpg") no-repeat left top;
  background-size: 100% auto;*/
}
.cover{
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    background: url(../../img/movie-cover.png) repeat 50% 50%;
    z-index: -1;
}
.movie{
  position: relative;
}
.movie h1{
  opacity: 0;
  color:#fff;
  font-size: 40px;
  font-family: "Sawarabi Mincho";
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%); /* Safari用 */
  transform: translate(0, -50%);
  -webkit-transition: all 1s;
  transition: all 1s;
}
#youtube,
#movie > iframe{
  position: fixed;
  z-index: -1;
}
.pickup-products-wrap,
#honsha,
#fuchu,
  #hihakai_contact,
  #total-contact,
  #lithium-contact{
   margin-top:-124px;/*headerの高さが100pxの場合*/
   padding-top:124px;
}
.pickup-products-wrap a{
  color:#fff;
}
.info-bg {
  overflow: hidden;
  padding: 18px 0;
  background: #ebebeb;
}
.info-bg .info-ttl ,
.info-bg .info-time ,
.info-bg .info-cat{
  vertical-align: middle;
}
.info-time {
  font-family: Arial,sans-serif ;
  font-size: 12px;
  line-height: 24px;
  float: left;
  margin-right: 10px;
  color: #f00;
}
.info-cat {
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  float: left;
  margin-right: 10px;
  padding: 4.5px 3px;
  color: #fff;
  background: #32469a;
}
.info-bg .col-xs-12{
  position: relative;
}
.info-ttl {
  font-size: 14px;
  line-height: 24px;
  float: left;
  margin: 0;
  color: #000;
}
.info-nav {
  position: absolute;
  right: 0;
  top:50%;
   -webkit-transform: translate(0, -50%); /* Safari用 */
  transform: translate(0, -50%);
}
.info-nav i{
  font-weight: 900;
  font-size: 18px;
}
.info-nav svg{
  font-weight: 900;
  font-size: 18px;
  vertical-align: middle;
}
.info-nav a{
  padding: 8px 12px;
  color: #909090;
  background: rgba(255, 255, 255, .6);
  display: inline-block;
}
.fa-angle-left,
.fa-angle-right {
  padding: 8px 12px;
  color: #909090;
  background: rgba(255, 255, 255, .6);
}
.fa-angle-left {
  margin-right: 6px;
}
.onemin-wrap {
  background: #fff;
}
.pickup-products-wrap {
  background: #fff;
}
.pickup-products1 {
  margin-bottom: 5px;
  padding: 67px 10px;
  background-image: url(../../img/product1.jpg);
  background-size: cover;
  background-position: center center;
}
.product1-ttl {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-right: 55%;
}
.product1-txt {
  font-size: 13px;
  color: #fff;
  margin-right: 55%;
}
.pickup-products2 {
  margin-bottom: 5px;
  padding: 67px 10px;
  background-image: url(../../img/product2.jpg?202107);
  background-size: cover;
  background-position: center center;
}
.product2-ttl {
  font-size: 30px;
  font-weight: bold;
  margin-left: 55%;
  color: #fff;
}
.product2-txt {
  font-size: 13px;
  margin-left: 55%;
  color: #fff;
}
.pickup-products3 {
  padding: 67px 10px;
  background-image: url(../../img/product3.jpg);
  background-size: cover;
  background-position: center center;
}
.product3-ttl {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-right: 55%;
}
.product3-txt {
  font-size: 13px;
  color: #fff;
  margin-right: 55%;
}
.news-wrap {
  padding: 50px 10px 100px;
  background: #ebebeb;
}
.news-ttl {
  font-size: 20px;
  margin: 0 0 50px;
  text-align: center;
}
.news-tab {
  overflow: hidden;
}
.news-tab li {
  float: left;
  width: 18.9%;
  margin-right: 1px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  border-right: 1px solid #505050;
  background: #5e5e5e;
}
.news-tab li:last-child {
  width: 60px;
  padding: 0;
}
.news-tab li.news-select {
  color: #000;
  background: #fff;
}
.news-select {
  padding: 10px 10px;
}
.news-content li {
  overflow: hidden;
  padding: 50px;
  background: #fff;
}
.news-more {
  display: inline-block;
  padding: 20px 28px;
  background: #5e5e5e;;
}
.hide {
  display: none;
}
.news-list-wrap {
  margin: 0;
  padding: 0;
}
.news-list-date {
  float: left;
  clear: left;
  width: 70px;
  margin-right: 10px;
  margin-bottom: 20px;
  border-right: 1px solid #a8a8a8;
}
.news-list-date:last-of-type {
  margin-bottom: 0;
}
.news-list-ttl {
  /*float: left;*/
  letter-spacing: -1px;
  width: calc(100%-70px);
}
.news-list-ttl:after{
  clear:both;
  content:"";
  display: table;
}
.news-list-cat {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #a8a8a8;
}
.toknow {
  padding: 50px;
  background-color: rgba(0 , 0 , 0 , 0.6);
}
/* .toknow .container{
  max-width: 100%;
} */
#toknow::before {
  position: fixed;
  z-index: -2;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  /*background: url("../../img/key-visual2.jpg") no-repeat center bottom;
  background-size: 100% auto;*/
}
.toknow-ttl {
  font-size: 20px;
  margin: 0 0 50px;
  text-align: center;
  color: #fff;
}

.footer-wrap {
  margin-top: auto;
  overflow: hidden;
  padding: 15px 0;
  background: #fff;
}
.footer-nav-wrap {
  float: left;
  width: 20%;
  margin-bottom: 60px;
  padding-left: 20px;
}
.footer-nav-wrap.company_footer{
  width: 30%;
}
.footer-nav-wrap.company_footer li{
  width: 50%;
  float: left;
}
.footer-nav:after{
  display: table;
  clear:both;
  content:'';
}

.footer-nav-ttl {
  font-size: 15px;
  margin: 0 0 25px;
}
.footer-nav li {
  font-size: 13px;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.footer-nav li:before {
  width: 10px;
  height: 10px;
  content: "-";
  margin-right: 5px;
}

.footer-wrap .container{
  padding-left: 80px;
}
.footer-nav-wrap:last-child{
  width: 30%;
}
.copy-wrap {
  text-align: center;
}
.copy-link {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 10px;
  list-style: none;
	margin-left: 18px;
}
.copy-link li {
  float: left;
  margin-right: 20px;
}
.copy-link li:last-child { margin-right: 0; }
.copy {
  font-size: 11px;
  display: block;
  margin: 0;
  padding: 15px 0 0;
}
.row40{
  margin-right:-20px;
  margin-left: -20px;
}
.inner_news{
  float:left;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
.zoom-text h3{
  font-size: 20px;
  margin-top: 0;
}
.zoom-text p{
  font-size: 12px;
}
.zoom-text{
  float:right;
  width: 50%;
  background-color: #fff;
  height: 208px;
  position: relative;
}
.zoom-text a{
  position: absolute;
  bottom:20px;
  right:20px;
  font-size: 12px;
}
.zoom-text:after{
  content:"";
  position: absolute;
  bottom: -3px;
  right:2px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ff0000;
  -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.zoom-text:before{
  width: 20px;
  height: 20px;
  content:"";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left:-10px;
  right:0;
  margin-top: -10px;
  -webkit-transform: translate(0, -50%); /* Safari用 */
  transform: translate(0, -50%);
  display: block;
  -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.text_on{
  position: absolute;
  top: 50%;
  left: 20px;
  right:0;
  -webkit-transform: translate(0, -50%); /* Safari用 */
  transform: translate(0, -50%);
}
.zoom-wrap {
  overflow: hidden;
  width: 50%;
  height: 208px;
  float: left;
}

.btn_area_list{
  text-align: center;
}
.btn_area_list a{
  display: inline-block;
  padding: 12px 70px;
  font-size: 16px;
  color:#fff;
  background-color: #5e5e5e;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 30px;
  font-weight: 700;
}
.btn_area_list a:hover{
  text-decoration: none;
  background-color: #777;
}
#contents{
  padding-top: 64px;
}
#contents p{
  margin-bottom: 0;
}
#contents .page_first{
  position: relative;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 114px;
}
#contents .page_first h1{
  font-size: 30px;
}
#contents .page_first h1 span{
  font-size: 26px;
}
.page_first h2,
.page_first p.subTitle{
  font-size:14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 2px;
  margin: 20px 0 10px;
}
.page_first{
  padding: 50px 0;
}
.form_table{
  width: 100%;
  margin-bottom: 50px;
  font-size: 16px;
}
.form_table th{
  background-color: #f0f0f0;
  width: 37%;
  border-top:1px solid #d6d6d6;
  border-bottom:1px solid #d6d6d6;
  border-right: none;
  padding: 20px 15px;
  vertical-align: top;
}

.form_table td{
  width: 63%;
  border-top:1px solid #d6d6d6;
  border-bottom:1px solid #d6d6d6;
  padding: 10px;
  padding: 10px 15px;
  vertical-align: top;
}

.form_table td input[type="text"]{
  border:1px solid #d6d6d6;
  padding: 10px 15px;
  border-radius: 4px;
  width: 360px;
  background-color: #ecf3ff;
}
.form_table td input[type="text"]:focus {
  background-color: #fff;
  outline: 0;
}
.form_table td input#address,
.form_table td input#mail{
  width: 100%;
}
.form_table td input#zip{
  width: 160px;
}
.form_table td textarea{
  border:1px solid #d6d6d6;
  padding: 10px;
  border-radius: 4px;
  width: 100%;
  height: 150px;
  background-color: #ecf3ff;
}
.form_table p{
  margin: 0;
}
.checkboxarea{
  text-align: center;
}
/*.checkbox {
  display: none;
}*/
/*.checkbox + .checkbox-icon {
  position: relative;
  vertical-align: middle;
}
.checkbox + .checkbox-icon:before {
  content: "\f096";
  font-family: FontAwesome;
  color: #ccc;
  font-size: 22px;
  position: absolute;
  top:-8px;
}
.checkbox:checked + .checkbox-icon:after {
  content: "\f00c";
  font-family: FontAwesome;
  color: #17bcdf;
  position: absolute;
  top:-4px;
  left:2px;
}
.checkboxarea label + span{
  padding-left: 20px;
}*/
.input_button{
  display: inline-block;
  background-color: #142278;
  color:#fff;
  text-align: center;
  border: none;
  border-radius: 4px;
  font-weight: 900;
}
.checkboxarea p{
  margin-bottom: 20px!important;
}
button.input_button{
  width: 360px;
  font-size: 16px;
  padding: 15px;
}
.input_button_back{
  display: inline-block;
  background-color: #777;
  color:#fff;
  text-align: center;
  border: none;
  border-radius: 4px;
  font-weight: 900;
  width: 360px;
  font-size: 16px;
  padding: 15px;
  margin-right: 20px;
}
a.input_button{
  margin-left:10px;
  padding: 10px;
}
.contact_wrap{
  border:1px solid #d6d6d6;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
#page-contents{
  padding-top: 60px;
}
.contact_title{
  padding: 25px 0;
  text-align: center;
  border-bottom:1px solid #d6d6d6;

}
.contact_title h2{
  font-size: 24px;
  margin: 0;
  font-weight: 700;
}
.desc_wrap{
  padding: 30px 0;
}
.contact_inner{
  padding: 0 50px 50px;
}
.footer_breadcrumb .breadcrumb_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.contact_footer,
.footer_breadcrumb{
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
}
.contact_footer h3{
  font-size: 20px;
  padding: .25em 0 .25em .75em;
  border-left: 6px solid #ff0000;
  margin: 0 auto 40px;
  max-width: 960px;
}
.contact_footer .contact_wrap{
  padding: 30px;
}
.contact_footer a,
.checkboxarea a,
.desc_wrap a{
  color:#0070c9;
}
.confirm.form_table th{
  padding: 20px;
  font-size: 16px;
  width:19.23%;
}
.confirm.form_table td{
  padding: 20px 50px;
  width:80.77%;
}
.footer_breadcrumb a{
  color:#333;
  text-decoration: none;
}
.footer_breadcrumb a:hover{
  text-decoration: underline;
}
.footer_breadcrumb span{
  padding: 0 5px;
  color:#999;
}
.thanks_p{
  margin-bottom: 30px!important;
}
.thanks_btn_area{
  text-align: center;
}
.thanks_btn_area a.input_button{
  width: 360px;
  font-size: 16px;
  padding: 15px;
  margin-top: 10px;
}
.error .error_message{
  color:#ff0000;
  font-size: 14px;
}
.form_table tr.error input,
.form_table tr.error textarea{
  background-color: #ffe3e3;
}
.required{
  position: relative;
}
.required:after{
  content: "\5FC5\9808";
  position: absolute;
  top:15px;
  right:15px;
  background-color: #ff0000;
  color:#fff;
  padding: 4px 10px;
  font-size: 12px;
}
/*会社情報*/
.company_wrap{
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.company_table{
  width: 100%;
  font-size: 16px;
  margin-bottom: 70px;
}
.company_table th,
.company_table td{
  border-bottom:1px solid #b6b6b6;
  vertical-align: top;
}
.company_table tr:first-child th,
.company_table tr:first-child td{
  border-top:1px solid #b6b6b6;
}
.company_table th{
  background-color: #f0f0f0;
  padding: 30px 20px;
  width: 166px;
}
.company_table td{
  padding: 30px 40px;
}
.en_act{
  line-height: 1.5;
}
.en_act h2{
  font-size: 20px;
  border-left: 5px solid #ff0000;
  padding: 10px 15px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 30px;
}
h2.red_title {
  font-size: 20px;
  border-left: 5px solid #ff0000;
  padding: 10px 15px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 30px;
}
.en_act p{
  font-size: 16px;
}
body {
  counter-reset: number 0;
}
.en_main_1{
  margin-top: 25px;
  margin-bottom: 50px;
  background-color: #f7f7f7;
  padding: 50px 80px;
}
.en_main_1 ol li{
  position: relative;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 25px;
}
.en_main_1 ol li:before {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  left: -20px;
}
.en_act .comments{
  font-weight: 900;
}
.en_act .name{
  text-align: right;
}
.en_act_imgwrap{
  margin-top: 40px;
}
.en_act_imgwrap img{
  display: inline-block;
  margin-right: 20px;
}
.en_act_table{
  margin-bottom: 70px;
  margin-top: 30px;
}
.offices_table a{
  display: inline-block;
  margin-left: 20px;
  color:#0d7ec1;
  text-decoration:underline;
}
.offices_table{
  line-height: 1.6;
}
.offices_table tr td{
  padding: 30px 20px;
}
.offices_table tr th{
  width: 235px;
}
.m20-b{
  margin-bottom: 20px!important;
}

.company_top_wrap{
  background-color: #e8e8e8;
}
.visual_text{
  color:#fff;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.company_top_wrap .inner_news{
  padding-bottom: 40px;
}
.inner_news.col_4{
  width: 25%;
}
.inner_news.col_4 .zoom-wrap,
.inner_news.col_4 .zoom-text{
  width: 100%;
}
.inner_news.col_4 .zoom-wrap{
  height:130px;
}
.inner_news.col_4 .zoom-text{
  height: 80px;
}
.inner_news.col_4 .zoom-text .text_on{
  text-align: center;
  display: block;
  left:0;
  width: 100%;
}
.inner_news.col_4 .zoom-text:before{
  content: none;
}
.inner_news:after{
  clear:both;
  display: table;
  content:'';
}
.text_bottom{
  position: relative;
}
.text_bottom_02{
  position: relative;
}

.access_wrap .row{
  margin: 0 -10px;
}
.access_wrap .col-sm-7,
.access_wrap .col-sm-5{
  margin-bottom: 70px;
  padding: 0 10px;
}
.access_wrap .col-sm-7 img{
  max-width: 100%;
}
#contents .company_wrap .access_wrap p{
  font-size: 16px;
  margin-bottom:20px;
  letter-spacing: -0.5px;
}
#contents .company_wrap .access_wrap p:last-child{
  margin-bottom: 0;
}
#contents .company_wrap .access_wrap p a{
  color:#0d7ec1;
  text-decoration:underline;
}

.history_list:before {
    content: '';
    width: 40px;
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 9px;
}

.history_wrap .data{
  float: left;
  background-color: #4c4c4c;
  color:#fff;
  font-weight: 900;
  padding: 4px 10px;
  margin-right: 10px;
}
.history_wrap:after{
  display: table;
  clear:both;
  content:'';
}
.history_wrap{
  margin-bottom: 30px;
}
.history .company_wrap{
  position: relative;
}
.history .company_wrap{
  max-width: 850px;
}
ul.history_list{
  list-style: none;
  padding-left: 0;
  position: relative;
  margin-bottom:100px;
  margin-left: auto;
  margin-right: auto;
}
ul.history_list:before{
  content:"";
  width: 2px;
  display: block;
  height: 1170px;
  background-color: #000;
  position: absolute;
  left:50%;
  top:10px;
}
.history_list li{
  float:right;
  width: 50%;
  margin-top: 120px;
  font-size: 20px;
  position: relative;
}
.history_list li p{
  margin-top: 5px;
  margin-bottom: 0;
}
.history_list li small{
  color:#999999;
  font-size: 16px;
}
.history_list li:before{
  content: '';
  width: 60px;
  height: 2px;
  background-color: #000;
  display: block;
  position: absolute;
  top:15px;
}
.history_list li:after{
  width: 20px;
  height: 20px;
  display: block;
  background-color: #ff0000;
  content: "";
  border-radius: 50%;
  position: absolute;
  top:6px;
}
.history_list p{
  font-size: 14px;
}
.history_list .data {
  display: inline-block;
    background-color: #4c4c4c;
    color: #fff;
    font-weight: 900;
    padding: 4px 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.history_list li:nth-child(odd):before{
  left:0;
}
.history_list li:nth-child(odd):after{
  left:-9px;
}
.history_list li:nth-child(even):before{
  right:0;
}
.history_list li:nth-child(even):after{
  right:-10px;
}
.history_list li:nth-child(odd){
  margin-top: 20px;
  padding-left: 70px;
}
.history_list li:first-child{
  margin-top: 0;
}
.history_list li:nth-child(even){
  text-align: right;
  padding-right: 70px;
}
#contents .partnerline_wrap p{
  font-size: 16px;
  margin-bottom: 50px;
}
#contents .partnerline_wrap h2{
  margin-bottom: 30px;
}
#contents .partnerline_wrap a{
  color:#0d7ec1;
  text-decoration:underline;
}
#contents .partnerline_wrap .pdf_link:before{
  content: url(../../img/page/company/part_01.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#contents .partnerline_wrap small{
  font-size: 0.7em;
  margin-left: 10px;
}
.part_box{
  background-color: #f7f7f7;
  padding: 30px;
}
#contents .partnerline_wrap .part_box a{
  color:#000;
  font-weight: 900;
  position: relative;
  display: inline-block;
  padding: 20px 80px;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
#contents .partnerline_wrap .part_box a:after{
    content: "";
    position: absolute;
    bottom: -3px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ff0000;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#contents .partnerline_wrap .part_box p{
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}
.message_top{
  background-image: url(../../img/page/company/message.jpg);
  background-position: center top;
  background-size: cover;

}
.message_top .container{
  max-width: 960px;
  height: 400px;
  position: relative;
}
.on_text_message{
  position: absolute;
  top: 50%;
  left: 0%;
  margin-right: -50%;
  -webkit-transform: translate(0, -50%); /* Safari用 */
  transform: translate(0, -50%);
}
.on_text_message p{
  font-size: 16px;
  color:#fff;
}
.on_text_message h2{
  font-size: 45px;
  color:#fff;
}
#contents .message .company_wrap{
  margin-bottom: 70px;
}
#contents .message .company_wrap p{
  font-size: 16px;
  margin-bottom: 30px;
}
#contents .message .company_wrap p:last-child{
  margin-bottom: 0;
}
#contents .en_main_1 p.title_p{
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 20px;
}
.en_main_1 li div p.title_p span{
  font-size: 14px;
  padding-left: 3em;
  display: block;
}
.banner{
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}
.banner ul{
  display: inline-block;
  padding: 30px 10px;
}
.banner ul li{
  float: left;
  padding: 10px;
}
.banner ul:after{
  display: table;
  content:'';
  clear:both;
}
.contact_header{
  background-color: #fff;
  height: 64px;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {
  .gnavi-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 ;
    list-style: none;
  }
  .zoom {
    -webkit-transition: -webkit-transform .125s linear;
     -moz-transition:    -moz-transform .125s linear;
      -ms-transition:     -ms-transform .125s linear;
       -o-transition:      -o-transform .125s linear;
          transition:         transform .125s linear;
  }
  .zoom:hover {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
  }
  .text_inner{
    position: absolute;
    bottom: 0;
  }

}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .gnavi-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 ;
    list-style: none;
  }
  .zoom {
    -webkit-transition: -webkit-transform .125s linear;
     -moz-transition:    -moz-transform .125s linear;
      -ms-transition:     -ms-transform .125s linear;
       -o-transition:      -o-transform .125s linear;
          transition:         transform .125s linear;
  }
  .zoom:hover {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
  }
  .text_inner{
    position: absolute;
    bottom: 0;
  }
  .history_list{
    width: 637px;
  }
  .movie {
    height: 50vh;
  }
  ul.history_list:before{
    height: 1200px;
  }


}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .gnavi-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 ;
    list-style: none;
  }
  .movie h1 img{
    width: 90%;
  }
  .info-ttl{
    padding-right: 70px;
  }
  .toknow .container{
    width: 100%;
    max-width: 600px;
  }
  .inner_news{
    float: none;
    width: 600px;
    margin: 0 auto;
    display: block;
    padding-bottom: 30px;
  }
  .zoom {
    -webkit-transition: -webkit-transform .125s linear;
     -moz-transition:    -moz-transform .125s linear;
      -ms-transition:     -ms-transform .125s linear;
       -o-transition:      -o-transform .125s linear;
          transition:         transform .125s linear;
  }
  .zoom:hover {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
  }
  .company_top .inner_news.col_4{
    float: left;
    padding:0 10px 20px;
  }
  .text_inner{
    position: absolute;
    bottom: 0;
  }
  .history_list{
    width: 625px;
  }
  .movie {
    height: 40vh;
  }
  button.input_button{
    width: 100%;
    margin-bottom: 20px;
  }
  button.input_button_back{
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-nav-wrap{
    width: 35%;
  }
  .footer-nav-wrap:nth-child(3){
    width: 30%;
  }
  .footer-wrap .container{
    padding-left: 0;
    letter-spacing: -0.5px;
  }
  .footer-nav-wrap:last-child{
    width: 100%;
  }
  .footer-nav-wrap{
    margin-bottom: 30px;
  }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .contact_inner{
    padding: 0;
  }
  .gnavi-list {
    display: none;
  }
  .movie h1 img{
    width: 90%;
  }
  .info-ttl{
    padding-right: 80px;
  }
  .toknow{
    padding: 10px;
  }
  .toknow .container{
    width: 100%;
    max-width: 450px;
  }
  .inner_news{
    float: none;
    width: 100%;
    display: block;
    padding-bottom: 30px;
  }
  .info-nav{
    right:20px;
  }
  .fa-angle-down{
    display: none;
  }
  .form_table th,
  .form_table td{
    width: 100%!important;
    display: block;
    border-bottom: 0;
  }
  .form_table td input[type="text"]{
    width: 100%;
  }
  button.input_button{
    width: 100%;
    margin-bottom: 20px;
  }
  button.input_button_back{
    width: 100%;
    margin-bottom: 20px;
  }
  .thanks_btn_area{
    padding: 10px;
  }
  .thanks_btn_area a.input_button{
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .desc_wrap{
    padding: 10px;
  }
  .checkboxarea{
    padding: 10px;
  }
  #contents .page_first h1{
    font-size: 20px;
  }
  #contents .page_first h1 span{
    font-size: 16px;
  }
  #page-contents{
    padding-top: 30px;
  }
  .page_first{
    padding: 20px 0!important;
  }
  .contact_title h2{
    font-size: 18px;
  }
  .input_button{
    font-size: 14px;
  }
  .form_table td input#zip{
    width: 135px;
  }
  .contact_footer .contact_wrap{
    padding: 10px;
  }
  .contact_footer h3{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .form_table{
    margin-bottom: 20px;
  }
  #page-contents{
    border-bottom:none;
  }

  .footer-wrap{
    border-top: 1px solid #e0e0e0;
  }
  .logo1 {
    float: left;
    margin: 0 10px 0 0;
	padding: 0 0 0 15px;
    width: 100px;
  }
  .logo2{
    float: left;
    width: 200px;
  }
  .logo2 img{
    width: 100%;
    height: auto;
  }
  header{
    height: 44px;
  }
  .header-right{
    display: none;
  }
  #contents{
    padding-top: 44px;
  }
  .product2-txt,
  .product2-ttl{
    margin-left:0;
  }
  .product1-txt,
  .product1-ttl{
    margin-right:0;
  }
  .product3-txt,
  .product3-ttl{
    margin-right:0;
  }
  .news-wrap{
    padding: 20px 10px;
  }
  #contents h2,
  .toknow-ttl{
    margin-bottom: 10px;
  }
  .movie h1{
    margin: 0;
    line-height: 1;
  }
  .news-content li{
    padding: 10px;
  }
  .news-list-ttl a{
    display: block;
    padding: 10px 0 20px;
  }
  .news-list-date{
    margin-bottom: 0;
  }
  .copy-wrap{
    padding-right: 10px;
    padding-left: 10px;
	}
  .company_top .inner_news.col_4{
    float: left;
    padding:0 10px 20px;
    width: 50%;
  }
  .company_top_wrap .row{
    margin: 0 -10px;
  }
  .company_top_wrap .container{
    width: 450px;
    margin:0 auto;
  }
  .en_main_1{
    padding: 10px 10px 10px 30px;
  }
  .en_act_imgwrap{
    text-align: center;
  }
  .en_act_imgwrap img{
    margin-bottom: 20px;
  }
  .company_table th{
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .company_table td{
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .company_table tr:first-child th, .company_table tr:first-child td{
    border:none;
  }
  .access_wrap .col-sm-7,
  .access_wrap .col-sm-5{
    margin-bottom: 20px;
  }
  .history_list{
    width: 367px;
  }
  .history .company_wrap{
    width: 450px;
  }
  .history .company_wrap{
    margin-top: 30px;
  }
  #contents .partnerline_wrap .part_box a{
    padding: 20px 0;
    display: block;
    width: 260px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .part_box{
    padding:20px 10px;
  }
  .message_top .container{
    height: 200px;
    position: relative;
  }
  .on_text_message{
    left:10px;
  }
  .on_text_message p{
    font-size: 12px;
  }
  .on_text_message h2{
    font-size: 20px;
  }
  .footer_breadcrumb{
    padding-left: 10px;
    padding-right: 10px;
  }
  .info-bg .row{
    margin: 0;
  }
  .info-time{
    line-height: 1.5;
  }
  .news-list-cat{
    font-size: 12px;
  }
  .pickup-products1,
  .pickup-products2,
  .pickup-products3{
    background-size: cover;
    padding: 10px 10px;
    position: relative;
    height: 150px;
    overflow-x: hidden;
  }
  .news-list-cat , .news-list-date{
    display: inline-block;
    padding-top:2px;
    padding-bottom:2px;
    line-height: 1.5;
  }
  .top_news_title{
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .news-list-ttl .top_news_title a{
    padding: 0;
    display: inline;
  }
  .pickup-products-wrap .container{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
  }
  .pickup-products-wrap .container h2{
    margin-top: 0;
  }

  .offices_table tr th{
    width: 100%;
  }
  .banner ul{
    display: inline-block;
    padding: 10px 10px;
  }
  .banner ul li{
    float: none;
    padding: 10px;
  }
  .logo1{
    width: 132px;
    /*padding-top: 4.5px;
    padding-bottom: 4.5px;*/
  }
  .logo2{
    width: 165px;
    margin-right: 40px;
    padding-top: 4.5px;
    padding-bottom: 5.5px;
	  
  }
  .page_first h2{
    font-size: 12px !important;
  }
  .history_list{
    opacity: 1;
  }
  .contact_header{
    background-color: #fff;
    height: auto;
  }
  .history .history_list li{
    padding-left: 40px;
    float: none;
    width: 400px;
  }
  .history .history_list li:before {
      content: '';
      width: 15px;
      height: 2px;
      left:20px;
  }
  .history .history_list li:after{
    left:5px;
  }
  .history_list li:nth-child(even),
  .history_list li:nth-child(odd){
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
  }
  ul.history_list:before{
    height: 1150px;
    left:14px;
  }
  ul.history_list{
    margin-top: 30px;
  }
  ul.history_list{
    margin-bottom: 20px;
  }
  .pickup-products1 {
    background-image: url(../../img/product1_sp.jpg);
    height: 240px;
    margin: 10px;
  }
  .pickup-products2 {
    background-image: url(../../img/product2_sp.jpg?202107);
    height: 240px;
    margin: 10px;
  }
  .pickup-products3 {
    background-image: url(../../img/product3_sp.jpg);
    height: 240px;
    margin:0 10px;
  }
  .pickup-products-wrap .container {
    position: absolute;
    top:auto;
    bottom: 0;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -0%);
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px;
    width: 100%;
  }
  .pickup-products-wrap .container h2{
    text-align: center;
    border-bottom: 1px solid #aaa;
    margin: 0 -10px;
    padding:5px 0 15px;
  }
  .pickup-products-wrap .container p{
    font-size: 14px;
  }
  .pickup-products-wrap{
    background-color: #ebebeb!important;
  }
  .onemin-wrap{
    position: relative;
  }
  .container{
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
  .zoom-wrap,
  .zoom-text{
    width: 100%;
    float: none;
    position: relative;
    height: 150px;
  }
  .zoom-wrap img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
  }
  .zoom-wrap img.president{
    height: 100%;
  }
  .zoom-text:before{
    content: none;
  }
  .text_on{
    left:0;
    padding: 0 10px;
  }
  .inner_news{
    width: 50%;
    float: left;
    padding:0 2.5px;
  }
  .toknow .container{
    width: 100%;
    padding: 2.5px;
  }
  .toknow .row{
    margin-right: -2.5px;
    margin-left: -2.5px;
  }
  .zoom-text h3{
    font-size: 16px;
  }
  .company_top_wrap .container{
    width: auto;
    margin:0 auto;
  }
  .company_top .inner_news{
    float: left;
    padding: 0 5px 10px!important;
    width: 50%;
  }
  ul.history_list:before{
    height: 1220px;
  }
  .history .history_list li{
    width: 280px;
  }
  .history .company_wrap ,
  .history_list{
    width: 280px;
  }
  .history_list p,
  .history_list .data{
    font-size: 13px;
  }


}

/*製品情報*/
.belt_product{
  background-color: #142278;
  padding: 35px 10px;
  text-align: center;
  position: relative;
}
.belt_product:before{
    width: 20px;
    height: 20px;
    content: "";
    background-color: #142278;
    position: absolute;
    left: 50%;
    bottom:-10px;
    margin-top: -10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    margin-left: -14.14px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.belt_product h2{
  margin: 0;
  font-size: 20px;
  color:#fff;
}
.total-solution_wrap{
  background-color: #e8e8e8;
}
#contents .total-solution_top .page_first{
  background-image: url(../../img/page/product/total_main.jpg);
  background-size: cover;
  background-position: center center;
  height: 440px;
  border-bottom:none;
}
.sub_menu .container{
  max-width: 960px;
}
.sub_menu{
  max-width: 1200px;
  margin: 0 auto;
  background-image: url(../../img/page/product/total_menu.jpg);
  background-size: cover;
  background-position: right bottom;
  padding-top: 120px;
  padding-bottom: 120px;
}
.sub_menu ul{
  margin-left: -20px;
  margin-right: -20px;
  list-style: none;
}
.sub_menu ul li{
  width: 33.333333%;
  padding: 20px;
  float: left;
}
.sub_menu ul li a{
  display: block;
  background-color: rgba(0,0,0,0.8);
  padding: 15px;
  font-size: 17px;
  position: relative;
  color:#fff;
}
.sub_menu ul li a:after{
  content: "";
  display: block;
  position: absolute;
  right:20px;
  top:50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom:2px solid #fff;
    border-left: 2px solid #fff;
}
.sub_menu ul li a:hover{
  background-color: rgba(0,0,0,1);
  text-decoration:none;
}
.product_title{
  font-size: 20px;
  border-bottom:1px solid #000;
  display: inline-block;
  padding: 0 0 5px;
  margin-bottom: 0;
  font-weight: 700;
}
.product_sub_title{
  font-size: 12px !important;
  margin-top: 5px;
  margin-bottom: 10px;
}
.product_title_wrap{
  text-align: center;
}
.wrap{
  display: table;
  clear:both;
  content:'';
}
.product_img,
.product_text{
  width: 50%;
  float: left;
  position: relative;
}
#product{
  background-color: #e8e8e8;
}
.onemin-wrap + #product{
  background-color: #fff;
}
.product_img:after{
    width: 20px;
    height: 20px;
    content: "";
    background-color: #e8e8e8;
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.product_text{
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
}
.product_text h3{
  margin-top: 0;
  margin-bottom: 20px;
  color:#0021af;
  font-size: 18px;
  text-align: center;
}
.product_text h4{
  border-top:1px solid #c1c1c1;
  border-bottom:1px solid #c1c1c1;
  font-size: 14px;
  color:#000;
  padding: 20px 0;
  text-align: center;

}
.product_title_wrap{
  margin-bottom: 40px;
}
.img_right.product_img:after{
  right:0;
  left: -10px;
}
.product_text.text_left{
  padding-left: 0;
  padding-right: 30px;
  float:left;
}
.img_right.product_img{
  float:right;
}
.product_text small{
  color:#666;
}
.contact_link{
  background-color: #333333;
  text-align: center;
  padding: 70px 0;
  margin-top: 70px;
}
.contact_link.contact_link_3{
  background-color: #777;
  text-align: center;
  padding: 70px 0;
  margin-top: 70px;
}
.contact_link.contact_link_2{
  background-color: transparent;
  padding: 0 0;
  margin-top: 0;
  margin-bottom: 20px;
}
/* .contact_link .container{
  max-width: 800px;
} */
.contact_link a{
  border:1px solid #fff;
  display: block;
  padding: 20px;
  color:#fff;
  font-size: 18px;
}
.contact_link a:hover{
  background-color: #fff;
  color:#666;
  text-decoration: none;
}

.contact_link.contact_link_2 a{
  border:1px solid #333;
  display: block;
  padding: 20px;
  color:#333;
  font-size: 18px;
}
.contact_link.contact_link_2 a:hover{
  background-color: #333;
  color:#fff;
  text-decoration: none;
}
.kome{
  font-size: 10px;
  margin-top: -5px;
  position:relative;
  top: -4px;
}
.product_img img{
  max-width: 100%;
}
#contents .lithium_top .page_first{
  background-image: url(../../img/page/product/lithium_main.jpg);
  background-size: cover;
  background-position: center center;
  height: 440px;
  border-bottom:none;
}
.lithium_sub{
  padding-top: 140px;
  padding-bottom: 20px;
}
.product_wrap{
  background-color: #e8e8e8;
}
.product_wrap .wrap{
  width: 100%;
}
.lithium_top .product_text{
  text-align: center;
  padding-top: 90px;
  padding-bottom: 0;
}
.small_p{
  margin-top: 30px;
  text-align: right;
}
.m70-b{
  margin-bottom: 70px;
}
.product_table{
  background-color: #777;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.product_table .container{
  max-width: 800px;
}
.product_table .container th{
  width: 220px;
  border-bottom:1px solid #6c6c6c;
  color:#fff;
  padding: 20px 0;
}
.product_table .container td{
  border-bottom:1px solid #6c6c6c;
  color:#fff;
  padding: 20px 0;
}
.product_table .container table{
  width: 100%;
}
.product_table .container tr:last-child *{
  border:none;
}
.product_table p{
  text-align: right;
  font-size: 11px;
  color:#bcbcbc;
  padding-bottom: 10px;
}
.lithium_menu_container{
max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}
.lithium_menu{
  list-style: none;
  float: right;
  padding-right: 80px;
}
.lithium_menu:after{
  clear:both;
  content:"";
  display: table;
}
.lithium_menu li{
  float: left;
}
.lithium_menu li a{
  color:#0070c9;
  margin-left: 10px;
}
.lithium_menu_container h3{
  text-align: center;
  font-size: 16px;
}
.lithium_menu_container {
  text-align: center;
}
.lithium_menu_container table{
  width: 80%;
  margin: 20px auto 40px;
  text-align: left;
}
.lithium_menu_container table th{
  width: 90px;
  border-bottom:1px solid #bbb;
  padding: 5px 0;
}
.lithium_menu_container table td{
  border-bottom:1px solid #bbb;
  padding: 5px 0;
}
.lithium_menu_container table tr:first-child *{
  border-top:1px solid #bbb;
}
.hukidashi{
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  position: relative;
}
#contents .cat_top .page_first{
  background-image: url(../../img/page/product/cat_main.jpg);
  background-size: cover;
  background-position: center center;
  height: 440px;
  border-bottom:none;
}
.hukidashi:before{
    width: 20px;
    height: 20px;
    content: "";
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: -10px;
    margin-bottom: -10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.hukidashi h3{
  color:#777777;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 900;
}

.lineup_inner img,
.lithium_sub img,
.hukidashi img,
.cat_title_wrap img{
  max-width: 100%;
}
.cat_title_wrap{
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
.cat_contents_01{
  background-image: url(../../img/page/product/cat_bg_01.png);
  background-size: cover;
  background-position: right center;
  padding: 50px 0;
}
.cat_contents_02{
  background-image: url(../../img/page/product/cat_bg_02.png);
  background-size: cover;
  background-position: right center;
  padding: 50px 0;
}
.cat_img,
.lithium_img_wrap{
  position: relative;
}
.cat_img img{
  position: absolute;
  top:-20px;
  max-width: 100%;
}
.lithium_img_wrap img{
  position: absolute;
  top:-200px;
  max-width: 100%;
}
.cat_text p{
  font-size: 14px;
  color:#fff;
  line-height: 1.6;
}
.cat_link{
  text-align: center;
  margin: 30px 0 120px;
}
.cat_link a{
  background-color: #fff;
  padding: 15px 80px;
  position: relative;
  font-size: 16px;
}
.cat_link a:after{
    content: "";
    position: absolute;
    bottom: -3px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ff0000;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cat_container{
  padding: 0 20px;
}
.lithium_bg{
  background-image: url(../../img/page/product/lithium_bg.png);
  background-size: cover;
  background-position: center center;
  padding: 50px 0;
}
.lithium_bg{
  margin-top: 40px;
}
.lithium_bg p{
  font-size: 14px;
  color:#fff;
  line-height: 1.6;
}
.small_lithium p{
  font-size: 11px;
  color:#666666;
  margin: 30px 0 60px;
}
.menu {
  display: none;
}
.sitemap_list{
  float: left;
  width: 33.333333%;
}
.sitemap_list li{
  position: relative;
  padding-left: 1.5em;
  line-height: 1.8;
}
.sitemap_list li:before{
  content: '';
  position: absolute;
  top:8px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sitemap_list_wrap:after{
  clear:both;
  display: table;
  content:'';
}
.sitemap_list_wrap{
  margin-bottom: 30px;
}
#contents .sitemap_wrap h2{
  margin-top: 0;
  margin-bottom: 20px;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
  .cat_title_wrap{
    margin-bottom: 40px;
  }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  #contents .total-solution_top .page_first{
    height: 400px;
  }.cat_title_wrap{
    margin-bottom: 40px;
  }


}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  #contents .total-solution_top .page_first{
    height: 400px;
  }
  .belt_product h2{
    font-size: 16px;
  }
  .sub_menu ul li{
    width: 50%;
  }
  .product_wrap .product_img{
    float: none;
    width: 100%;
    text-align: center;
  }
  .product_wrap .product_text{
    float: none;
    width: 100%;
    margin-bottom: 50px;
    padding:20px 0;
  }
  .product_img:after{
    content: none;
  }
  .cat_title_wrap{
    margin-bottom: 40px;
  }
  .lithium_menu_container .col-sm-5{
    width: 36.5%;
  }
  .lithium_menu_container .col-sm-7{
    width: 63.5%;
  }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  #contents .total-solution_top .page_first{
    height: 150px;
  }
  #contents .cat_top .page_first{
    height: 150px;
  }
  #contents .lithium_top .page_first{
    height: 150px;
  }
  .belt_product h2{
    font-size: 16px;
  }
  .product_title_wrap{
    margin-bottom: 30px;
  }
  .product_wrap .product_img{
    float: none;
    width: 100%;
    text-align: center;
  }
  .product_wrap .product_text{
    float: none;
    width: 100%;
    margin-bottom: 50px;
    padding:20px 0;
  }
  .product_img:after{
    content: none;
  }
  .product_table .container th,
  .product_table .container td{
    display: block;
    width: 100%;
    margin: 0;
  }
  .product_table .container th{
    border-bottom: none;
  }
  .lithium_menu_container,
  .lithium_sub .container{
    padding: 0 20px;
  }
  .cat_img img{
    position: absolute;
    bottom:0;
    top:-135px;
    left: 50%;
    max-width: 300px;
    margin-left: -150px;
  }
  .lithium_img_wrap img{
    position: absolute;
    bottom:0;
    top:-300px;
    left: 50%;
    max-width: 300px;
    margin-left: -150px;
  }
  .lithium_img_wrap{
    padding-top: 100px;
  }
  .cat_img,
  .lithium_img_wrap{
    text-align: center;
    margin-bottom: 20px;
  }
  .cat_link a{
    font-size: 14px;
    padding: 20px 10px;
    display: block;
  }
  .cat_link {
    margin-bottom: 50px;
  }
  .lithium_sub{
    padding-top: 30px;
  }
  #product .cat_wrap{
    padding-top: 30px;
  }
  .menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
  }

  .menu ul {
      display: table-cell;
      vertical-align: middle;
  }

  .menu li {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
  }

  .menu li a {
      display: block;
      font-size: 18px;
      color: #fff;
  }

  .menu li a:hover {
      color: #999;
  }


  /* 開閉用ボタンがクリックされた時のスタイル */
  .menu.open  {
      -webkit-transition: all .5s;
      transition: all .5s;
      visibility: visible;
      opacity: 1;
      z-index: 9990;
  }
  .menu-btn{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 44px;
    height: 44px;
  }
  .menu-trigger span {
    position: absolute;
    left: 10px;
    width: calc(100% - 20px);
    height: 3px;
    background-color: #222;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 14px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 22px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 11px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  .footer-wrap .container{
    padding-left: 10px;
  }
  .footer-wrap .footer-nav-wrap{
    padding: 0;
    margin-bottom: 20px;
    font-size: 12px;
    float: none;
    width: 100%;
  }
  .footer-wrap{
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .footer-nav-ttl{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 900;
  }
  .footer-nav li{
    margin-bottom: 5px;
  }
  #contents h2, .toknow-ttl{
    font-size: 18px;
  }
  .toknow .toknow-ttl{
    font-size: 16px;
  }
  #contents .sp_top_main h2{
    font-size: 16px;
  }
  .info-ttl,
  .news-list-ttl a{
    font-size: 12px;
  }
  .pro_main_title,
  .cat_title_wrap{
    text-align: center;
  }
  .pro_main_title img{
    width: 260px;
  }
  .cat_title_wrap img{
    width: 280px;
  }
  .pro_title_01 img{
    width: 200px;
  }
  .lithium_sub{
    padding-bottom: 0;
  }
  #page-contents{
    padding-top: 10px;
  }
  .product_text h3{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .product_text p{
    text-align: left;
  }
  .product_wrap .product_text{
    margin-bottom: 40px;
  }
  .m70-b{
    margin-bottom:0px;
  }
  .pickup-products-wrap,
  #honsha,
  #fuchu,
  #hihakai_contact,
  #total-contact,
  #lithium-contact {
    margin-top: -44px;
    padding-top: 44px;
  }
  .product_table .container th,
  .product_table .container td{
    padding: 10px 0;
  }
  .product_table .container td{
    font-size: 12px;
  }
  .lithium_menu{
    margin-top: 10px;
  }
  .cat_contents_01{
    padding: 20px 0 20px;
    margin-top: 120px;
  }
  .cat_contents_02{
    padding: 20px 0 20px;
    margin-top: 120px;
  }
  .lithium_bg{
    padding: 20px 0 20px;
    margin-top: 300px;
  }
  .product_table .container th{
    padding-bottom: 0;
  }
  .hukidashi{
    margin-bottom: 20px;
  }
  .pro_box_cat{
    padding: 20px 10px 10px 10px;
  }
  .cat_text{
    margin-top: 20px;
  }
  .cat_text p{
    font-size: 12px;
  }
  .contact_link{
    margin-top: 0;
    padding: 20px 10px;
  }
  .contact_link a{
    font-size: 14px;
  }
  .belt_product{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #contents .belt_product h2{
    margin-bottom: 0;
    font-size: 14px;
  }
  .product_text h4{
    text-align: left;
  }
  .product_text p{
    font-size: 12px;
  }
  .total-solution_top .product_text{
    padding-top: 10px;
  }
  .footer_breadcrumb *{
    font-size: 12px;
  }
  #contents .message .company_wrap p{
    font-size: 13px;
    margin-bottom: 20px;
  }
  #contents .message .company_wrap{
    margin-bottom: 30px;
  }
  .en_act .name{
    margin-top: 20px;
  }
  .en_act_imgwrap:after{
    content:'';
    display: table;
    clear:both;
  }
  .iso .en_act_imgwrap img{
    float:left;
    margin-left: 1%;
    margin-right: 1%;
    width: 31.33333%;
    display: block;
  }
  .env .en_act_imgwrap img,
  .safety .en_act_imgwrap img{
    float:left;
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
    display: block;
  }
  .sitemap_list{
    width: 100%;
    display: block;
  }
  .lineup_inner{
    width: 420px;
    margin-right: auto;
    margin-left: auto;
  }
  .col-sm-5 .lineup_inner img{
    width: 224px;
    height: auto;
  }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
  .lineup_inner{
  width: 280px;
    margin-right: auto;
    margin-left: auto;
  }
  .col-sm-5 .lineup_inner img{
    width: 150px;
    height: auto;
  }
}

/* 採用情報 */
.recruit_top .page_first{
  background-image: url(../../img/page/recruit/recruit_main.jpg);
  background-size: cover;
  background-position: center center;
  height: 440px;
}
.recruit_header ul{
  margin:0 -7.5px;
}
.recruit_header ul:after{
  clear:both;
  display: table;
  content: "";
}
.recruit_header li{
  width: 33.333333333%;
  padding: 0 7.5px;
  float: left;
}
.recruit_header li a{
  display: block;
  text-align: center;
  background-color: #444;
  font-size: 28px;
  color:#fff;
  padding: 10px;
  line-height: 1;
  font-weight: 900;
}
.recruit_header li a:hover{
  background-color: #000;
  text-decoration: none;
}
.recruit_header li a span{
  font-size: 0.6em;
  position: relative;
  font-weight: 400;
}
.recruit_top_wrap .container{
  max-width: 960px;
}
.recruit_header li a span:after{
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}
.recruit_header{
  margin-bottom: 50px;
}
.link_wrap_recruit{
  text-align: center;
  margin-top: 50px;
}
.recruit_title{
  background-color: #999999;
  font-size: 30px;
  text-align: center;
  color:#fff;
  padding: 15px;
}
.recruit_contents{
  border:1px solid #999;
  padding: 50px;
  font-size: 16px;
}
.recruit_box{
  margin-bottom: 60px;
}
.recruit_contact{
  background-color: #142278;
  padding-top: 70px;
  padding-bottom: 70px;
}
.recruit_contact_box{
  border-bottom:1px solid #707fdb;
  padding: 20px 40px;
}
.recruit_contact_box *{
  color:#fff;
}
.recruit_contact_box a{
  color:#707fdb;
}
.recruit_contact_box h3{
  margin: 0 0 0 1em;
}
.recruit_contact_button{
  text-align: center;
  border-bottom:1px solid #707fdb;
  padding: 30px 40px;
}
.recruit_contact_button a{
  position: relative;
  display: inline-block;
  padding: 15px 140px;
  background-color: #fff;
  font-size: 16px;
}
.recruit_contact_button a:after{
    content: "";
    position: absolute;
    bottom: -3px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ff0000;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.recruit_contents img,
.recruit_contact img{
  max-width: 100%;
}
.recruit_contact_02 p{
  padding-left: 1em;
}
.contact_link_privacy{
  background-color: #f7f7f7;
  margin-top: 70px;
  padding: 25px;
  line-height: 1.5;
}
.contact_link_privacy a{
  color:#0d7ec1;
  text-decoration: underline;
}
.privacy .container,
.terms .container,
.business_partners .container {
  max-width: 960px;
}
#contents .privacy section p{
  margin-bottom: 40px;
  font-size: 16px;
}
#contents .privacy .name{
  text-align: right;
}
.support_top .page_first{
  background-image: url(../../img/page/support/support_main.jpg);
  background-size: cover;
  background-position: center center;
  height: 440px;
}
.link_wrap_support{
  text-align: center;
  margin-top: 50px;
}
.support_title{
  background-color: #999999;
  font-size: 30px;
  text-align: center;
  color:#fff;
  padding: 15px;
}
.support_contents{
  border:1px solid #999;
  padding: 28px;
  font-size: 16px;
}
.support_contents h3{
  font-size: 40px;
  color:#0021af;
  font-weight: 900;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  margin: 0;
}
.support_contents p{
  text-align: center;
}
.support_box{
  margin-bottom: 60px;
}
.support_contact{
  background-color: #142278;
  padding-top: 70px;
  padding-bottom: 70px;
}
.support_contact_box{
  border-bottom:1px solid #707fdb;
  padding: 20px 40px;
}
.support_contact_box *{
  color:#fff;
}
.support_contact_box a{
  color:#707fdb;
}
.support_contact_box h3{
  margin: 0 0 0 1em;
}
.support_contact_button{
  text-align: center;
  padding: 0px 40px;
}
.support_contact_button a{
  position: relative;
  display: block;
  padding: 15px 10px;
  background-color: #fff;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #e0e0e0;
}
.support_contact_button a:after{
    content: "";
    position: absolute;
    bottom: -3px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ff0000;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.support_contents img,
.support_contact img{
  max-width: 100%;
}
.support_contact_02 p{
  padding-left: 1em;
}
.support_top_wrap .container{
  max-width: 960px;
}
.button_margin a{
  margin-bottom: 5px;
}
.button_margin a:last-child{
  margin-bottom: 0;
}
.border_none{
  border-bottom:none;
}
.news_wrap .container{
  max-width: 960px;
}
.news_box{
  margin-right: -10px;
  margin-left: -10px;
}
.news_box > div{
  float:left;
  padding-right: 10px;
  padding-left: 10px;
}
.news_box .news_data{
  width: 80px;
  font-size: 12px;
  border-right:1px solid #ddd;
  color:#ff0000;
}
.news_box .news_cat{
  width: 120px;
  font-size: 12px;
  border-right:1px solid #ddd;
}
.news_box:after{
  clear:both;
  content: "";
  display: table;
}
.news_box{
  border-bottom: 1px solid #e0e0e0;
  padding: 25px 0;
}
.news_box:first-child{
  border-top: 1px solid #e0e0e0;
}
.news_contents a{
    color: #0d7ec1;
    text-decoration: underline;
}
#contents .news_contents p{
  margin-bottom: 20px;
}
#contents .news_contents p:last-child{
  margin-bottom: 0;
}
.page_nav_wrap ul:after{
  clear:both;
  display: table;
  content: '';
}
.page_nav_wrap ul{
  display: inline-block;
  margin-left: -5px;
  margin-right: -5px;
  margin: 40px 0 0;
}
.page_nav_wrap ul li{
  float: left;
  font-size: 14px;
  padding:5px;
}
.page_nav_wrap ul li .current,
.page_nav_wrap ul li a{
  padding: 8px 11px;
  border-radius: 50%;

}
.page_nav_wrap ul li .current{
  background-color: #4c4c4c;
  text-decoration: none;
  color:#fff;
}
.page_nav_wrap ul li a:hover{
  background-color: #4c4c4c;
  text-decoration: none;
  color:#fff;
}
.page_nav_wrap{
  text-align: center;
}
.page_nav_wrap ul li:first-child,
.page_nav_wrap ul li:last-child{
  display: none;
}
.outline .company_wrap{
  line-height: 0;
}
.outline .company_wrap table{
  line-height: 1.5;
}

.contact .footer_breadcrumb{
  border-top: 1px solid #e0e0e0;
}
.contact_footer_wrap{
  padding-top: 0;
}
.recruit_contact_title{
  padding: 25px 0;
  background-color: #fff;
  text-align: center;
}
.recruit_contact_title h2{
  font-size: 45px;
  color:#0021af;
  margin: 0;
}
.recruit_contact_title h2 span{
  font-size: 0.44em;
  display: block;
}
.selection {
    display: none;
}
#page-1 {
    display: block;
}
.message_title{
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 0!important;
}
.message_title_sub{
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  margin-top: 10px!important;
  margin-bottom: 30px;
}
.message_title_2{
  font-size: 26px;
  font-weight: 900;
}
.top_news_title{
  display: inline-block;
}
.spUser,
.pcUser,
.movie,
.sp_top_main {
    display :none;
}
.sp_top_main{
    text-align: center;
    /*height: 200px;
    background-image: url('../../img/sp_top.png');
    background-image: url('../../img/sp_top_2.jpg');
    background-size: cover;
    background-position: center center;*/
    position: relative;
  }
  .sp_top_main h2{
    margin: 0;
    color:#fff;
    font-weight: 900;
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
}
#contents .sp_top_main h2{
  z-index: 999;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {
  .news_box .news_contents {
    width: 100%;
    max-width: 760px;
  }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .news_box .news_contents {
    width: 760px;
  }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .news_box .news_contents {
    width: 540px;
  }
  #contents .top_news_title{
    display: block;
    clear:both;
    margin-bottom: 20px;
  }
  #contents .news-list-wrap .news-list-ttl:last-child .top_news_title{
    margin-bottom: 0;
  }
  .news-list-ttl .top_news_title a{
    display: inline;
  }
  .news-list-date{
    margin-bottom: 0;
  }
  .sp_top_main{
    min-height:300px;
  }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .support_contents p{
    margin-bottom: 10px!important;
  }
  #contents .recruit_top .page_first,
  .support_top .page_first{
    height: 150px;
  }
  .recruit_header ul{
    margin: 0 -2.5px;
  }
  .recruit_header li{
    width: 33.3333333%;
    margin-bottom: 10px;
    padding:0 2.5px;
  }
  .recruit_contact_button a{
    padding-right: 0;
    padding-left: 0;
    display: block;
  }
  .support_title{
    font-size: 18px;
  }
  .support_contents h3{
    font-size: 30px;
    margin-bottom: 20px;
  }
  .recruit_contact_box,
  .recruit_contents,
  .support_contents,
  .support_contact_box{
    padding: 20px 10px;
  }
  .recruit_contents{
    font-size: 13px;
  }
  .support_contact_button{
    padding: 0 ;
  }
  .news_box .news_contents {
    width: 100%;
    margin-top: 10px;
  }
  .news_box:first-child{
    border-top:none;
  }
  .news_box{
    padding: 15px 0;
  }
  #contents .news_contents p{
    font-size: 13px;
  }
  .company_table th{
    padding: 10px;
    font-size: 14px;
  }
  .company_table td{
    font-size: 13px;
    padding: 10px;
  }
  .outline .company_wrap,
  .en_act_table{
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
  }
  .company_table{
    margin-bottom: 30px;
    margin-top: 10px;
  }
  #contents .company_wrap .access_wrap p{
    font-size: 14px;
  }
  #contents h2.red_title,
  #contents .en_act h2{
    margin-top: 0;
  }
  .offices_table tr td{
    padding: 10px;
  }
  .company_table td p{
    font-size: 13px;
  }
  .en_act p{
    font-size: 13px;
  }
  #contents .iso .en_act > p{
    margin-bottom: 20px;
  }
  .en_main_1 ol li{
    font-size: 13px;
    margin-bottom: 10px;
  }
  #contents .en_main_1 p.title_p{
    font-size: 13px;
  }
  .en_main_1 li div p.title_p span{
    padding-left: 1em;
    font-size: 11px;
  }
  #contents .partnerline_wrap p{
    margin-bottom: 30px;
    font-size: 13px;
  }
  #contents .partnerline_wrap h2{
    margin-bottom:10px;
  }
  #contents .partnerline_wrap .part_box p{
    font-size: 13px;
  }
  #contents .privacy section p{
    font-size: 13px;
    margin-bottom: 20px;
  }
  .contact_link_privacy{
    font-size: 13px;
    padding: 10px;
    margin-top: 30px;
  }
  .support_box{
    margin-bottom: 30px;
  }
  .support_contact{
    padding:20px 10px;
    margin-bottom: 30px;
  }
  .recruit_contact_button{
    padding: 20px 0 0 0;
  }
  .recruit_header li a{
    font-size: 12px;
  }
  .recruit_header li a span{
    padding-right: 1em;
  }
  .recruit_header li a span:after{
    width: 8px;
    height: 8px;
    right: -5px;
  }
  .recruit_header{
    margin-bottom: 20px;
  }
  .recruit_box{
    margin-bottom: 20px;
  }
  .link_wrap_recruit{
    margin-top: 10px;
  }
  .recruit_title{
    font-size: 18px;
  }
  .movie{
    display: none;
  }

  #contents .contact_title h2{
    margin-bottom: 0;
  }
  .confirm.form_table th{
    padding: 10px;
  }
  .confirm.form_table td{
    padding: 10px;
    font-size: 13px;
  }
  .contact_wrap{
    margin-bottom: 30px;
  }
  .recruit_contact_box h3{
    font-size: 16px;
    font-weight: 700;
  }
  .recruit_contact_02 p{
    font-size: 13px;
    padding-left: 0;
  }
  .recruit_contact{
    margin-bottom: 20px;
  }
  .recruit_contact_title h2 span{
    font-size: 0.8em;
    display: block;
    margin-top: 5px;
  }
  .recruit_contact_title h2{
    margin-bottom: 0!important;
    font-size: 20px!important;
  }
  .sub_menu{
    margin: 0 auto;
    background-image: url(../../img/page/product/total_menu_sp.jpg);
    background-size: cover;
    background-position: right bottom;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .sub_menu ul{
    margin-right: -2.5px;
    margin-left: -2.5px;
  }
  .sub_menu ul li{
    font-size: 12px;
    padding: 2.5px;
    width: 50%;
  }
  .sub_menu ul li a{
    font-size: 12px;
  }
  .message_title{
    font-size: 18px;
  }
  .message_title_sub{
    font-size: 12px;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
  .message_title_2{
    font-size: 17px;
  }
  .top_news_title{
    display: block;
    font-size: 13px;
    clear:both;
  }
  .news-list-ttl .top_news_title a{
    display: inline;
    font-size: 13px;
  }
  #contents .news-list-wrap .news-list-ttl:last-child{
    margin-bottom: 0;
  }
  #contents .news-list-wrap .news-list-ttl{
    margin-bottom: 20px;
  }
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
  .sub_menu ul li{
    font-size: 12px;
    padding: 2.5px;
    width: 100%;
    text-align: center;
  }
  .sub_menu{
    margin: 0 auto;
    background-image: url(../../img/page/product/total_menu_sp.jpg);
    background-size: cover;
    background-position: center bottom;
    padding-top: 15px;
    padding-bottom: 45px;
  }
  .sub_menu ul li a{
    background-color: rgba(0,0,0,0.6);
    padding: 8px 15px;
  }
}
#fullpage section .container{
  max-width: 960px;
}
/*1分でわかる*/
#min_wrap #contents{
  padding-top: 1px;
}
.opening{
  background-image: url(../../img/1minute/01_bg.jpg);
  background-position: center center;
  background-size: cover;
}
.pro_01{
  background-image: url(../../img/1minute/02_bg.png);
  background-position: center center;
  background-size: cover;
}
.pro_02{
  background-image: url(../../img/1minute/02_bg.png);
  background-position: center center;
  background-size: cover;
}
.pro_03{
  background-image: url(../../img/1minute/02_bg.png);
  background-position: center center;
  background-size: cover;
}
.map_01{
  background-image: url(../../img/1minute/05_bg.png);
  background-position: center center;
  background-size: cover;
}
.map_02{
  background-image: url(../../img/1minute/06_bg.png);
  background-position: center center;
  background-size: cover;
}
.graf_01{
  background-image: url(../../img/1minute/07_bg.png);
  background-position: center center;
  background-size: cover;
}
.license_01{
  background-image: url(../../img/1minute/08_bg.png);
  background-position: center center;
  background-size: cover;
}
.ending{
  background-image: url(../../img/1minute/09_bg.png);
  background-position: center center;
  background-size: cover;
}
.win_height{
  position: relative;
}
.opening .item_01,
.opening .item_02{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.opening .item_03{
  position: absolute;
  top: 50%;
  margin-top: -50px;
  display: block;
  text-align: center;
  width: 100%;
}
.opening .item_04{
  position: absolute;
  top: 50%;
  margin-top: 5px;
  display: block;
  text-align: center;
  width: 100%;
}
.pro_01 .item_01{
  position: absolute;
  top: 50%;
  left: 60%;
  margin-right: -10px;
  margin-top: -10px;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.pro_01 .item_02{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.pro_01 .item_03{
  text-align: center;
  position: absolute;
  bottom: 240px;
  right: 70px;
  width: 100%;
}
.pro_01 .item_04{
  text-align: center;
  position: absolute;
  bottom: 200px;
  left: 70px;
  width: 100%;
}
.pro_01 .item_05{
  text-align: center;
  position: absolute;
  bottom: 120px;
  width: 100%;
}
.item_03 h2{
  color:#fff;
  font-weight: 900;
  font-size: 36px;
  margin: 0;
}
.item_05 p{
  color:#fff;
  font-size: 18px;
}
.pro_02 .item_01{
  position: absolute;
  top: 50%;
  left: 60%;
  margin-right: -10px;
  margin-top: -10px;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.pro_02 .item_02{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.pro_02 .item_03{
  text-align: center;
  position: absolute;
  top: 300px;
  right: -330px;
  width: 100%;
}
.pro_02 .item_04{
  text-align: center;
  position: absolute;
  top: 360px;
  right: -270px;
  width: 100%;
}
.pro_02 .item_05{
  text-align: center;
  position: absolute;
  top: 420px;
  right: -240px;
  width: 100%;
}
.pro_03 .item_01{
  position: absolute;
  top: 50%;
  left: 40%;
  margin-right: -10px;
  margin-top: -10px;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.pro_03 .item_02{
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.pro_03 .item_03{
  text-align: center;
  position: absolute;
  top: 300px;
  right: 350px;
  width: 100%;
}
.pro_03 .item_04{
  text-align: center;
  position: absolute;
  top: 360px;
  right: 450px;
  width: 100%;
}
.pro_03 .item_05{
  text-align: center;
  position: absolute;
  top: 420px;
  right: 353px;
  width: 100%;
}
.map_01 .item_01{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.map_01 .item_02{
  width: 142px;
  height: 249px;
  background-image: url('../../img/1minute/05_num_01.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translate(0%, -50%); /* Safari用 */
  transform: translate(0%, -50%);
}
.map_01 .item_03{
  width: 222px;
  height: 249px;
  background-image: url('../../img/1minute/05_num_02.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(0%, -50%); /* Safari用 */
  transform: translate(0%, -50%);
}
.section .win_height h3{
  font-size: 100px;
  font-family: 'Fjalla One', sans-serif;

}
.section .win_height h3.count_01{
  color:#fff;
  position: absolute;
  bottom: 59px;
  left: 50%;
  -webkit-transform: translate(-50%, 0); /* Safari用 */
  transform: translate(-50%, 0);
}
.section .win_height h3.count_02{
  color:#fff;
  position: absolute;
  bottom: 59px;
  left: 50%;
  -webkit-transform: translate(-50%, 0); /* Safari用 */
  transform: translate(-50%, 0);
}
.map_02 .item_01{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.map_02 .item_02{
  width: 337px;
  height: 163px;
  background-image: url('../../img/1minute/06_num_01.png');
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0); /* Safari用 */
  transform: translate(-50%, 0);
}
.section .win_height h3.count_03{
  color:#fff;
  position: absolute;
  bottom: 23px;
  left: 51%;
  -webkit-transform: translate(-50%, 0); /* Safari用 */
  transform: translate(-50%, 0);
}
.map_02 .item_03 p{
  text-align: center;
  color:#fff;
  font-size: 14px;
  position: absolute;
  bottom: 120px;
  left: 50%;
  -webkit-transform: translate(-50%, 0); /* Safari用 */
  transform: translate(-50%, 0);
}
.title_item{
  position: absolute;
  top:100px;
  left:50px;
}
.graf_01 .item_01{
  width: 403px;
  height: 403px;
  background-image: url('../../img/1minute/07_num.png');
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.section .win_height h3.count_04{
  color:#fff;
  position: absolute;
  bottom: 23px;
  left: 51%;
  -webkit-transform: translate(-50%, 0); /* Safari用 */
  transform: translate(-50%, 0);
  margin:0;
}
.section .win_height small {
    font-size: 30px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 110px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.graf_01 ul{
  width: 960px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%); /* Safari用 */
  transform: translate(-50%, 0%);
}
.graf_01 ul:after{
  display: table;
  clear:both;
  content:"";
}
.graf_01 ul li{
  float: left;
  width: 12.5%;
}
.ending .item_01{
  position: absolute;
  top: 50%;
  margin-top: -250px;
  display: block;
  text-align: center;
  width: 100%;
}
.ending .item_02{
  position: absolute;
  top: 50%;
  margin-top: -205px;
  display: block;
  text-align: center;
  width: 100%;
}
.ending ul:after{
  display: table;
  clear:both;
  content:"";
}
.ending ul{
  width: 960px;
  position: absolute;
  bottom: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%); /* Safari用 */
  transform: translate(-50%, 0%);
}
.ending ul li{
  float: left;
  width: 20%;
  text-align: center;
  border-left: 1px solid #41dafe;
}
.ending ul li:first-child{
  border:none;
}
.min_contents > div,
.min_contents > ul > li{
  opacity: 0;
}
.other_page{
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 124px;
  padding-top: 60px;
}
.page_404 .container{
  padding-bottom: 50px;
}
.page_404 .part_box a{
  margin-top: 20px;
}
.swiper-slide img{
  width: 100%;
  height: auto;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {
  .hihakai_item1 {
    margin-bottom: 40px;
  }
  .hihakai_item2 {
    margin-bottom: 10px;
  }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Portrait phones and smaller */
@media (max-width: 480px) {

}

.comingsoon {
  background-color: #ff0000;
  color: #fff;
  display:inline-block;
  border-radius: 4px;
  padding: 3px 9px 1px;
  font-weight:bold;
  position: absolute;
  top: 21%;
  left: 50%;
  margin-left: 105px;
}


@media (max-width: 767px) {
  .comingsoon {
    top: 17%;
    font-size: 1em;
    margin-left: 58px;
  }
}

/*---------------------------------------
非破壊
---------------------------------------*/

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .cat_link a {
    padding: 15px 0px;
    width:340px;
    display: block;
  }
}
@media (min-width: 768px){
  .hihakai_item1,
  .hihakai_item2{
    margin-bottom: 60px;
  }
}

/*---------------------------
20171221 SCiBページ
---------------------------*/
.new_item_page{
  font-family: "メイリオ", sans-serif;
}
.new_item_page .page_first{
  background-color: #fff;
  color:#010101;
}
.new_item_page .visual_text{
  color:#010101;
  position: static;
     -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
#contents .new_item_page .visual_text h1{
  font-family: "メイリオ", sans-serif;
  font-size: 36px;
}
.scib .visual_text h3{
  font-family : Arial,'ＭＳ Ｐゴシック',sans-serif ;
}
.scib .scib-logo{
  text-align: center;
}
.scib .item-mv{
  padding-top: 80px;
}
.scib .item_mv_img{
  text-align: center;
  padding-top: 15px;
  background-image: url(../../img/scib/blue_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 170px;
}

.scib .item_mv_text h3{
  font-size: 18px; 
  color:#0021af;
  margin-top: 0;
  font-weight: bold;
}
.scib .item_mv_text .row{
  margin-left: 40px;
  margin-right: 40px;
}
.scib .item_mv_text .row .col-sm-4{
  padding-right: 40px;
  padding-left: 40px;
}
.scib #page-contents{
  padding-top: 44px;
}
.scib .item_table{
  background-color: #fff;
  padding-top: 44px;
  padding-bottom: 44px;
}
.scib .item_table .col-sm-5{
  text-align: center;
}
.scib .item_table .col-sm-7{
  padding-top: 20px;
}
.scib .item_table table{
  width: 100%;
}

.scib .item_table th{
  font-size: 14px;
  font-weight: bold;
  color:#0021af;
  padding: 20px 20px 20px 26px;
  border-top: 1px solid #000;
}
.scib .item_table td{
  padding: 20px 20px 20px 26px;
  border-top: 1px solid #000;
}
.scib .item_table table tr:first-child *{
  border-top: none;
}
.scib .note{
  text-align: right;
  font-size: 11px;
  color:#777777;
  margin-top: 10px;
}
.scib .features{
  padding-top: 50px;
}
.scib .product_title_wrap h4{
  margin-top: 20px;
  font-weight: bold;
}
.product_new_box{
  background-color: #fff;
  padding-bottom: 12px;
  margin-bottom: 28px;
} 
.product_new_box h2{
  color:#fff;
  border-left:20px solid #010c4b;
  padding: 18px 18px 18px 26px;
  font-size: 22px;
  background: #06289b;
  background: -moz-linear-gradient(top, #06289b 0%, #08228c 44%, #0a1a76 100%);
  background: -webkit-linear-gradient(top, #06289b 0%,#08228c 44%,#0a1a76 100%);
  background: linear-gradient(to bottom, #06289b 0%,#08228c 44%,#0a1a76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06289b', endColorstr='#0a1a76',GradientType=0 );
}
.product_new_box_txt{
  padding: 60px 0 20px 40px;
}
.product_new_box_txt h3{
  margin-top: 0;
  color:#0021af;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: -0.01em;
}
.product_new_box_txt h3 strong{
  font-size: 50px;
}
.last_product_new_box_txt h3 strong{
  font-size: 40px;
}
.product_new_box_txt h3 b{
  font-size: 35px;
}
.product_new_box .note{
  margin-top: 30px;
}
.product_new_box p{
  font-size: 16px;
}
.product_new_box:last-child{
  margin-bottom: 0;
}
.new_item_page img{
  max-width: 100%;
}
.new_item_page .contact_link.contact_link_3{
  background-color: #444444;
}
.new_item_page .contact_link.contact_link_3 a{
  position: relative;
}
.new_item_page .contact_link.contact_link_3 a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ff0000;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.new_item_page  .container{
  overflow:hidden;
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) {
  .new_item_page .page_first{
    /*padding-top: 60px!important;*/
  }
  .item_mv_text .col-sm-4:first-child{
    text-align: center;
  }
  .item_mv_img_sp{
    display: none;
  }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  #contents .new_item_page .visual_text h1{
    font-size: 25px;
    margin-top: 0;
  }
  #contents .new_item_page .visual_text h3{
    font-size: 15px;
  }
  .new_item_page
  .scib .scib-logo img{
    width: 145px;
    margin-bottom: 20px;
  }
  .scib .item-mv{
    padding-top: 30px;
  }
  .scib .item-mv p{
    line-height: 1.6;
    font-size: 15px;
  }
  .new_item_page  .container{
    padding-right:10px;
    padding-left: 10px;
  }
  .item_mv_img,
  .item_mv_text{
    display: none;
  }
  .item_mv_img_sp{
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../../img/scib/blue_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
    margin-top: 26px;
  }
  .item_mv_img_sp img{
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .item_img_wrap_sp{
    margin-top: 10px;
  }
  .item_img_wrap_sp_wrap{
    position: relative;
    margin-top: 20px;
  }
  .item_mv_img_sp h3{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 12px;
  }
  #contents .item_img_wrap_sp_wrap p{
    position: absolute;
    bottom:20px;
    right:0;
    font-size: 12px;
  }
  /* .scib .item-mv p{
    margin-bottom: 
  } */
  .scib #page-contents{
    padding-top: 0;
  }
  .scib .item_table th,
  .scib .item_table td{
    display: block;
    width: auto;
  }
  .scib .item_table th{
    font-size: 17.5px;
    padding: 10px 5px;
  }
  .scib .item_table td{
    font-size: 15px;
    border-top:none;
    padding: 0 5px 10px;
  }
  .scib .item_table tr:last-child td{
    border-bottom: 1px solid #000
  }
  .scib .note{
    text-align: left;
  }
  .scib .item_table{
    padding-bottom: 30px;
  }
  .scib .features{
    padding-top: 10px;
  }
  .product_new_box h2{
    font-size: 17.5px;
    font-weight: bold;
    padding: 10px 8px 10px 16px;
    border-left-width:10px;
  }
  .product_new_box .col-sm-6.col-sm-push-6 img{
    border:1px solid #ddd;
    padding: 5px;
  }
  .product_new_box .col-sm-6.col-sm-push-6{
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
  .product_new_box_txt{
    padding:15px; 
  }
  .product_new_box p{
    font-size: 15px;
  }
  .product_new_box_txt h3{
    font-size: 19px;
  }
  .product_new_box_txt h3 strong{
    font-size: 35px;
  }
  .last_product_new_box_txt h3 strong{
    font-size: 29px;
  }
  .product_new_box_txt h3 b{
    font-size: 25px;
  }
  .new_item_page .contact_link.contact_link_3{
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

/*---------------------------
20171221 廃型機種のご案内
---------------------------*/
.out-of-print-table table{
  width: 100%;
  margin-top: 30px;
  margin-bottom: 66px;
}
.out-of-print-table table thead th{
  color:#fff;
  text-align: center;
  padding: 18px 0px 18px 0px;
  border-left:#fff 1px solid;
  font-size: 18px;
  background: #06289b;
  background: -moz-linear-gradient(top, #06289b 0%, #08228c 44%, #0a1a76 100%);
  background: -webkit-linear-gradient(top, #06289b 0%,#08228c 44%,#0a1a76 100%);
  background: linear-gradient(to bottom, #06289b 0%,#08228c 44%,#0a1a76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06289b', endColorstr='#0a1a76',GradientType=0 );
}
.out-of-print-table table thead th:first-child{
  border:none;
  width: 290px;
}
.out-of-print-table table thead th:last-child{
  width: 240px;
}
.out-of-print-table table tbody td{
  text-align: center;
  font-size: 16px;
  padding: 26px 0px 26px 0px;
  border-bottom:1px solid #e7e8ea;
}
.out-of-print-table table tbody th{
  text-align: center;
  font-size: 16px;
  padding: 18px 0px 18px 0px;
  border-bottom:1px solid #e7e8ea;
}
.out-of-print-table .container{
  max-width: 980px;
}
.out-of-print-table table tbody tr:nth-child(even){
  background-color: #fff;
}
.out-of-print-table table tbody tr:nth-child(odd){
  background-color: #ebf2f8;
}

.out-of-print-table table tbody td a{
  text-decoration: underline;
  color:#0021af;
}
.out-of-print-table  h2{
  font-size: 20px;
    border-left: 5px solid #ff0000;
    padding: 10px 15px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 30px;
}
.out-of-print-table-footer{
  background-color: #f7f7f7;
  padding: 44px 50px;
}
.out-of-print-table-footer h4{
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}
#contents .out-of-print-table-footer p{
  padding-left: 55px;
  margin-bottom: 30px;
}
#contents .out-of-print-table-footer p:last-child{
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sp-out-of-print-table{
    display: none;
  }
  #contents .out-of-print-table-footer p{
    font-size: 16px;
  }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .out-of-print-table table{
    display: none;
  }
  #page-contents{
    padding-top: 28px;
  }
  .sp-out-of-print-table {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .sp-out-of-print-table-box{
    margin-bottom: 15px;
    background-color: #fff;
  }
  .sp-out-of-print-table-box-inner{
    padding: 15px 15px 5px;
  }
  .sp-out-of-print-table h3{
    color:#fff;
    text-align: left;
    margin-top: 0;
    padding: 10px 10px;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
    background: #06289b;
    background: -moz-linear-gradient(top, #06289b 0%, #08228c 44%, #0a1a76 100%);
    background: -webkit-linear-gradient(top, #06289b 0%,#08228c 44%,#0a1a76 100%);
    background: linear-gradient(to bottom, #06289b 0%,#08228c 44%,#0a1a76 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06289b', endColorstr='#0a1a76',GradientType=0 );
  }
  .sp-out-of-print-table ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .sp-out-of-print-table ul:after,
  .sp-out-of-print-table dl:after{
    display: table;
    clear:both;
    content:'';
  }
  .sp-out-of-print-table dl{
    font-size: 13px;
    margin-bottom: 0px;
  }
  .sp-out-of-print-table dl dt{
    float: left;
    width: 140px;
  }
  .sp-out-of-print-table dl dd{
    margin-bottom: 10px;
  }
  .sp-out-of-print-table ul li{
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    width: 50%;
  }
  .sp-out-of-print-table  ul li a{
    position: relative;
    text-align: center;
    display: block;
    padding: 15px 10px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    border: 1px solid #e0e0e0;
  }
  .sp-out-of-print-table  ul li a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ff0000;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .out-of-print-table-footer{
    padding: 15px;
  }
  .out-of-print-table-footer h4{
    font-size: 13px;
  }
  #contents .out-of-print-table-footer p {
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 13px;
  }
  .out-of-print .contact_link.contact_link_3{
    margin-top: 30px;
  }
}
/*---------------------------
20180129 IPCS-LIB-X100
---------------------------*/
.new_item_detail .item-mv .container .col-sm-12{
  text-align: center;
  padding-top: 66px;
  padding-bottom: 66px;
}
.new_item_detail .item-mv .item_mv_img{
  background-image: url(../../img/lithium/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.new_item_detail .item-mv .container{
  overflow: visible;
}
.new_item_detail .item_img_wrap{
  position: relative;
  float: left;
  width: 40%;
}
.new_item_detail .item_img_wrap img{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.new_item_detail .item_table_wrap{
  float: right;
  width: 60%;
  padding:0  46px 0 0;
}

.item_table_wrap th{
  display: inline-block;
  width: 84px;
  height: 84px;
  text-align: center;
  color:#fff;
  background-color: #147aea;
  border-radius:50%;
  position: relative;
  margin:10px 18px 10px 0; 
}

.item_table_wrap th span{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}

.item_table_wrap td{
  color:#fff;
  font-size: 16px;
}
a.item-btn{
  position: relative;
  display: block;
  padding: 15px 10px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  text-align: center;
}
a.item-btn:after{
    content: "";
    position: absolute;
    bottom: -3px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ff0000;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.item_table_wrap .row{
  margin-left: -10px;
  margin-right:-10px;
  margin-top:30px; 
}
.item_table_wrap .col-md-6{
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.product_new_box_text_inner{
  padding:40px 50px;
}
.product_new_box_text_inner small{
  font-size: 70%;
}
.product_new_box_img_inner:after{
  clear:both;
  content:'';
  display: table;
}
.product_new_box_img_inner {
  display: block;
  text-align: center;
  padding-bottom: 50px;
}
.product_new_box_img_inner img{
  padding-left: 35px;
  padding-right: 35px;
  vertical-align: bottom;
}
.tab-contents{
  background-color: #fff;
}
.tab-contents-1 thead th{
    color:#fff;
    background: #06289b;
    background: -moz-linear-gradient(top, #06289b 0%, #08228c 44%, #0a1a76 100%);
    background: -webkit-linear-gradient(top, #06289b 0%,#08228c 44%,#0a1a76 100%);
    background: linear-gradient(to bottom, #06289b 0%,#08228c 44%,#0a1a76 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06289b', endColorstr='#0a1a76',GradientType=0 );
}
.tab-contents-1{
  padding: 50px 150px 50px;
}
.tab-contents-2,.tab-contents-3{
  padding: 50px 30px 50px;
  display: none;
}
.tab-contents-1 table{
  width: 100%
}
.tab-contents-1 th,
.tab-contents-1 td{
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  border:1px solid #c9c9c9;
}
.tab-contents-1 tr td:last-child{
  font-weight: 400;
}
.tab-area ul{
  margin-left:-7.5px;
  margin-right:-7.5px;
}
.tab-area li{
  padding-left: 7.5px;
  padding-right:7.5px;
  float: left;
  width: 33.3333333%;
  
}
.tab-area ul:after{
  clear:both;
  display: table;
  content:'';
}
.tab-area li span{
  text-align: center;
  cursor: pointer;
  display: block;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding:12px 10px;
  background-color: #c9c9c9;
  font-size: 16px;
  font-weight: bold;

}
.tab-area li.select span{
  background-color: #fff;
  font-size: 16px;
  color:#0021af;
}
.ipcs-section-01{
  margin-bottom: 70px;
}
.ipcs-section-03{
  text-align: center;
  padding-top: 50px;
}
.ipcs-section-03 a{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
}
.item-section-01{
  margin-bottom: 70px;
}
.item-section-03{
  text-align: center;
  padding-top: 50px;
}
.item-section-03 a{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
}
.ipcs .contact_link .container{
  max-width: 1220px;
}
.item_contact_link .container{
  max-width: 1220px;
}
a.item-btn:hover{
  background-color: rgba(255,255,255,0.7);
}
.ipcs-section-03 a:hover{
  background-color: rgba(255,255,255,0.2);
  border-color:#000;
}
.new_item_detail .sp_tab_ttl{
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .new_item_detail .item_table_wrap{
    padding-left: 20px;
  }
}
@media (max-width: 767px){
  .new_item_detail .item-mv .item_mv_img{
    display: block;
    padding-top: 20px;
    padding-bottom: 0;
  }
  #contents .new_item_detail .page_first{
    border-bottom: none;
  }
  .new_item_detail .item-mv{
    background-color: #fff;
  }
  .new_item_detail .item-mv .container .col-sm-12{
    text-align: left;
    font-size: 15px;
    padding-top: 40px;
    line-height: 1.5;
    padding-bottom: 25px;
  }
  .new_item_detail #page-contents{
    padding-top: 0;
  }
  .new_item_detail .product_new_box_text_inner {
    padding: 10px;
  }
  .new_item_detail .m20-t{
    margin-top: 20px;
  }
  .item_table_wrap .col-md-6{
    margin-bottom: 25px;
  }
  .new_item_detail .item_table_wrap .row{
    margin-top: 10px;
  }
  .new_item_detail .item_img_wrap{
    float:none;
    text-align: center;
    width: auto;
    margin-bottom: 15px;
  }
  .new_item_detail .ipcs-section-01{
    margin-bottom: 20px;
  }
  .new_item_detail .item_table_wrap{
    float:none;
    width: 100%;
    padding: 0;
  }
  .new_item_detail .item_img_wrap img{
    position: static;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    margin:0;
  }
  .new_item_detail .item_img_wrap img{
    width: 135px;
  }
  .item_table_wrap th,
  .item_table_wrap td{
    vertical-align: top;
    margin-top: 0;
    font-size: 15px;
  }
  .new_item_detail .sp_tab_ttl{
    display: block;
  }
  .new_item_detail .tab-area{
    display: none;
  }
  .new_item_detail .sp_tab_contents{
    display: none;
  }
  .new_item_detail .tab-contents-1,.new_item_detail .tab-contents-2,.new_item_detail .tab-contents-3{
    display: block;
    padding: 0;
    position: relative;
  }
  /*.new_item_detail .sp_tab_ttl:after{
    right: 20px;
    top:14px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    content:'';
  }
  .new_item_detail .sp_tab_ttl.open:after{
    top:20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }*/

  .new_item_detail .sp_tab_ttl{
    font-size: 18px;
    font-weight: bold;
    padding: 10px 8px 10px 16px;
    color:#fff;
    background: #06289b;
    background: -moz-linear-gradient(top, #06289b 0%, #08228c 44%, #0a1a76 100%);
    background: -webkit-linear-gradient(top, #06289b 0%,#08228c 44%,#0a1a76 100%);
    background: linear-gradient(to bottom, #06289b 0%,#08228c 44%,#0a1a76 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06289b', endColorstr='#0a1a76',GradientType=0 );
  }
  #product{
    overflow: hidden;
  }
  .new_item_detail .product_new_box_img_inner img{
    padding-right: 0;
    padding-left: 0;
  }
  .new_item_detail .sp-table-area{
    padding: 15px;
  }
  .new_item_detail .sp-table-area h3{
    margin-bottom: 15px;
    font-size: 18px;
    margin-top: 0;
    text-align: center;
  }
  .new_item_detail .sp-table-area h4{
    margin: 0;
    text-align: center;
    padding:8px;
    font-size: 15px;
    background-color: #738fcd;
    color:#fff;
  }
  .new_item_detail .sp-table-area table{
    font-size: 13px;
  }
  .new_item_detail .sp-table-area table tr td,
  .new_item_detail .sp-table-area table tr th{
    padding:4px;
    border:1px solid #fff;
  }
  .new_item_detail .sp-table-area .sp_table_wrap{
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 15px;
  }
  .new_item_detail .sp-table-area table tr td{
    font-weight: normal;
  }
  .new_item_detail .sp-table-area table tr:nth-child(even){
    background-color: #ebf2f8
  }
  .new_item_detail .ipcs-section-03 a{
    font-size: 15px;
  }
  .new_item_detail .contact_link.contact_link_3{
    padding-top: 37px;
  }
}
/*20180213リチュウムイオン*/
.lithium_top_background{
  background-color: #fff;
  padding-top: 40px;
}
.lithium_top_button a{
  max-width: 600px;
  margin-right: auto;
  margin-left:  auto;
  font-size: 18px;
}
.lithium_top_button a.pdf-btn{
  max-width: 800px;
  font-size: 24px;
}
.lithium_top_button a.pdf-btn img{
  margin-right: 10px;
}
.lithium_top_background .contact_link .container{
  max-width: 1220px;
}
.lithium_banner_area li{
  margin-bottom: 40px;
}
.lithium_top_table{
  padding-top: 60px;
  margin-bottom: 40px;
}

#contents .lithium_top_button p{
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 11px;
  line-height: 1.5;
}
.lithium_top_button{
  margin-bottom: 60px;
}
.lithiumion_footer_area h2{
  position: relative;
  text-align: center;
  color:#fff;
  padding: 30px 0;
  background-color: #142278;
  font-size: 30px;
  margin-bottom: 0;
}
.lithiumion_footer_area h2:before{
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  display: block;
  background-color: #142278;
  bottom:-10px;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50% ,0)  rotate(45deg); /* Safari用 */
  transform: translate(-50% ,0)  rotate(45deg);
}
.lithiumion_footer_area{
  background-color: #e8e8e8;
  padding-bottom: 50px;
}
.lithiumion_footer_icon{
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.lithiumion_footer_icon .col-sm-3{
  padding-left: 15px;
  padding-right: 15px;
}
.lithiumion_footer_area a{
  max-width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.lithium_top_background .contact_link{
  margin-top: 0;
  background-color: #333!important;
}
.lithium_top_background .contact_link h3{
  font-size: 18px;
  margin-top: 0;
  padding-bottom: 36px;
  color:#fff;
}
.lithium_top .news_row{
  clear:both;
  padding-top: 5px;
  padding-bottom: 5px;
}
.lithium_top .info-nav{
  top:auto;
  bottom:0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.lithiumion_footer_area a.item-btn{
  font-size: 18px;
}
.lithium_top_button a:hover{
  background-color: #eee;
}
.lithium_top_table_pc{
  position: relative;
}

.blue_icon{
  text-align: center;
  height: 100px;
  width: 100px;
  font-size: 30px;
  padding-top: 20px;
  border-radius: 50%;
  line-height: 1;
  color:#fff;
  font-weight: bold;
  background: #06289b;
  background: -moz-linear-gradient(top, #06289b 0%, #08228c 44%, #0a1a76 100%);
  background: -webkit-linear-gradient(top, #06289b 0%,#08228c 44%,#0a1a76 100%);
  background: linear-gradient(to bottom, #06289b 0%,#08228c 44%,#0a1a76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06289b', endColorstr='#0a1a76',GradientType=0 );
  box-shadow: 0 0 8px gray;
  z-index: 1;
}
.orange_icon{
  position: absolute;
  text-align: center;
  height: 100px;
  width: 100px;
  font-size: 30px;
  padding-top: 36px;
  border-radius: 50%;
  line-height: 1;
  color:#fff;
  font-weight: bold;
  background: #fc9d2b;
  background: -moz-linear-gradient(top, #fc9d2b 0%, #f38502 100%);
  background: -webkit-linear-gradient(top, #fc9d2b 0%,#f38502 100%);
  background: linear-gradient(to bottom, #fc9d2b 0%,#f38502 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc9d2b', endColorstr='#f38502',GradientType=0 );
  box-shadow: 0 0 8px gray;
  z-index: 1;
}
.blue_icon small{
  font-size: 24px;
  font-weight: bold;
  color:#fff;
}
.blue_icon.icon_10kw{
  position: absolute;
  top:490px;
  left:6px;
  -webkit-transition: all .8s;
  transition: all .8s;
}
.orange_icon.icon_sansou{
  top:1310px;
  left:126px;
  -webkit-transition: all .8s;
  transition: all .8s;
}
.orange_icon.icon_tansou{
  top:340px;
  left:126px;
  -webkit-transition: all .8s;
  transition: all .8s;
}
.lithium_top_table_pc table tbody tr:hover{
  background-color:#fbfbfb;
}
/*iconの動き*/
.blue_icon.icon_10kw.lithium_table_row_1_on{
  top:170px;
}
.blue_icon.icon_10kw.lithium_table_row_2_on{
  top:490px;
}
.blue_icon.icon_10kw.lithium_table_row_3_on{
  top:830px;
}
.orange_icon.icon_tansou.lithium_table_row_1_on{
  top:170px;
}
.orange_icon.icon_tansou.lithium_table_row_2_on{
  top:490px;
}
.orange_icon.icon_sansou.lithium_table_row_3_on{
  top:830px;
}
.orange_icon.icon_sansou.lithium_table_row_4_on{
  top:1148px;
}
.orange_icon.icon_sansou.lithium_table_row_5_on{
  top:1475px;
}
.orange_icon.icon_sansou.lithium_table_row_6_on{
  top:1777px;
}
@-moz-document url-prefix(){
  .orange_icon.icon_sansou.lithium_table_row_4_on{
    top:1154px;
  }
  .orange_icon.icon_sansou.lithium_table_row_5_on{
    top:1480px;
  }
  .orange_icon.icon_sansou.lithium_table_row_6_on{
    top:1787px;
  }
}
@media all and (-ms-high-contrast: none){
  .orange_icon.icon_sansou.lithium_table_row_4_on{
    top:1154px;
  }
  .orange_icon.icon_sansou.lithium_table_row_5_on{
    top:1480px;
  }
  .orange_icon.icon_sansou.lithium_table_row_6_on{
    top:1787px;
  }
}

/*iconの動き*/
.lithium_top_table_pc table tbody tr td:first-child{
  padding-left: 10px;
  padding-right: 10px;
}
.line{
  position: absolute;
  width: 25px;
  border-radius: 50px;

}
.line_10{
  height: 900px;
  top: 100px;
  left: 44px;
  background: #1c417f;
  background: -moz-linear-gradient(top, #1c417f 0%, #183062 100%);
  background: -webkit-linear-gradient(top, #1c417f 0%,#183062 100%);
  background: linear-gradient(to bottom, #1c417f 0%,#183062 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c417f', endColorstr='#183062',GradientType=0 );
  z-index: 1;
}
.line_tansou{
  height: 570px;
  top: 100px;
  left: 165px;
  background: #f39800;
  background: -moz-linear-gradient(top, #f39800 0%, #f39800 100%);
  background: -webkit-linear-gradient(top, #f39800 0%,#f39800 100%);
  background: linear-gradient(to bottom, #f39800 0%,#f39800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39800', endColorstr='#f39800',GradientType=0 );
  z-index: 1;
}
.line_sansou{
  height: 1180px;
  top: 750px;
  left: 165px;
  background: #f39800;
  background: -moz-linear-gradient(top, #f39800 0%, #f39800 100%);
  background: -webkit-linear-gradient(top, #f39800 0%,#f39800 100%);
  background: linear-gradient(to bottom, #f39800 0%,#f39800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39800', endColorstr='#f39800',GradientType=0 );
  z-index: 1;
}
.lithium_top .info-cat {
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  float: left;
  margin-right: 10px;
  padding: 0px 10px;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  color: #333;
  background: transparent;
}
.lithium_top .news_row:after{
  display: table;
  clear:both;
  content:'';
}
.lithium_top_table_pc{
  width: 100%;
} 
.lithium_banner_area a:hover img{
  opacity: 0.6;
}
.lithium_top_table_pc table{
  table-layout: fixed;
}

@media (min-width: 768px){
  .lithium_top_table_sp{
    display: none;
  }
  
  .lithium_top .info-cat,
  .lithium_top .info-time {
    line-height: 1.5;
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .lithium_top .info-bg .row{
    margin-left: -20px;
    margin-right: -20px;
  }
  .lithium_top .info-ttl{
    padding-right: 0;
  }

  .lithium_top .info-nav,
  .lithium_top_table_pc{
    display: none;
  }
  
  .lithium_top_table_sp_th{
    width: 40px;
    float: left;
  }
  .lithium_top_table_sp_td{
    width: 70%;
    width : -webkit-calc(100% - 40px) ;
    width : calc(100% - 40px) ;
    float: left;
  }
  .lithium_top_table_sp:after{
    display: table;
    content:'';
    clear:both;
  }
  .lithium_top_table_sp_th .th:first-child{
    margin-top: 0;
  }
  .lithium_top_table_sp_th .th:first-child{
    height: 57px;
    padding-top: 12px;
  }
  .lithium_top_table_sp_th .th:nth-child(2){
    height: 286px;
    padding: 120px 10px 0;
  }
  .lithium_top_table_sp_th .th:nth-child(3){
    height: 260px;
    padding: 70px 10px 0;
  }
  .lithium_top_table_sp_th .th:nth-child(4){
    height: 165px;
    padding: 25px 10px 0;
  }
  .lithium_top_table_sp_th .th{
    margin:5px 5px 5px 0;
    font-size: 12px;
    padding: 10px 5px;
    text-align: center;
    color:#fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c417f+0,183062+100 */
  background: #1c417f;
  background: -moz-linear-gradient(top, #1c417f 0%, #183062 100%);
  background: -webkit-linear-gradient(top, #1c417f 0%,#183062 100%);
  background: linear-gradient(to bottom, #1c417f 0%,#183062 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c417f', endColorstr='#183062',GradientType=0 );
  }
  .lithium_top_table_sp_inner{
    text-align: center;
  }
  .lithium_top_table_sp table{
    border-collapse: separate;
    border-spacing:5px 0;
  }
  .lithium_top_table_sp table td{
    padding: 10px;
    min-width: 200px;
    background-color: #f2f2f2;
    box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.6);
  }
  .lithium_top_table_sp table tr.sp_table_01,
  .lithium_top_table_sp table tr.sp_table_02{
    color:#fff;
    font-weight: bold;
  }
  .lithium_top_table_sp table tr.sp_table_01 div,
  .lithium_top_table_sp table tr.sp_table_02 div{
    background-color: #081568;
    border-radius:50px;
    padding: 10px;
    font-size: 14px;
  }
  .lithium_top_table_sp table tr.sp_table_02 div{
    background-color: #f39800;
  }
  .lithium_top_table_sp table small{
    color:inherit;
  }
  #contents .lithium_top_table_sp_inner h2{
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .sp_table_04{
    text-align: left;
  }
  .sp_table_04 h3{
    color:#0021af;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
    padding-left: 1em;
  }
  .sp_table_04 h3:before{
    position: absolute;
    top:3px;
    content:'';
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #0021af;
  }
  .lithium_top_table_sp table tbody tr td ul{
    list-style-type: disc;
    padding-left: 1.5em;
    font-size: 13px;
    margin-top: 18px;
    line-height: 1.5;
  }
  .lithium_top_button a,
  .lithium_top_button a.pdf-btn{
    font-size: 15px;
  }
  .lithium_top_button a.pdf-btn img{
    width:17px;
    height: auto;
  }
  #contents .lithiumion_footer_area h2{
    font-size: 16px;
  }
  .lithium_top_button{
    margin-bottom: 20px;
  }
  .lithiumion_footer_icon .col-sm-3{
    width: 50%;
    float: left;
    margin-bottom: 15px;
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .lithiumion_footer_icon{
    margin-right: -7.5px;
    margin-left: -7.5px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lithium_top_background .contact_link h3{
    padding-bottom: 15px;
    font-size: 15px;
  }
  .lithium_top .news_row{
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .lithium_top .newslist .news_row:last-child{
    border-bottom: none;
  }
  .lithium_top .info-bg{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lithium_top_background{
    padding-top: 30px;
  }
  .lithium_banner_area li{
    margin-bottom: 15px;
  }
  .lithium_top_table{
    padding-top: 10px;
    margin-bottom: 15px;
  }
  .new_item_page .contact_link.contact_link_3 a{
    margin-bottom: 15px;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail,
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    height: 8px!important;
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #707070!important;
  }
  .lithium_top_table_sp_td{
    position: relative;
    height: 820px;
  }
  .lithium_top_table_sp table tr td:last-child{
    padding-right: 25px;
  }
  .lithium_top_table_sp_td:before{
    display: none;
    width: 25px;
    height: 805px;
    position: absolute;
    top:0;
    left:0;
    content:'';
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  }
  .lithium_top_table_sp_td:after{
    width: 25px;
    height: 805px;
    position: absolute;
    top:0;
    right:0;
    content:'';
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+50,1+100 */
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  }
}
/*20180226仕様表一覧*/
.th_fixed{
  position: absolute;
  top:20px;
  left:20px;
  z-index: 1;
  opacity: 1;
  overflow: visible;

}
.th_fixed .th_height_01{
  height: 92px;
}
.th_fixed .th_height_02{
  height: 65px;
}
.th_fixed .th_height_03{
  height: 231px;
}
.th_fixed .th_height_04{
  height: 185px;
}
.th_fixed .th_height_06{
  height: 65px;
}
.line-up_table_scroll .td_height_06 td{
  height: 65px;
  vertical-align: middle!important;
}
.line-up_table_wrap table.pc_table thead th,
.line-up_table_wrap table.pc_table tfoot th{
  height: 92px;
}
@media all and (-ms-high-contrast: none){
  .th_fixed .th_height_01{
    height: 92px;
  }
  .th_fixed .th_height_02{
    height: 66.7px;
  }
  .th_fixed .th_height_03{
    height: 231px;
  }
  .th_fixed .th_height_04{
    height: 190.45px;
  }
  .th_fixed .th_height_06{
    height: 67px!important;
  }
  .line-up_table_scroll .td_height_06 td{
    height: 67px!important;
  }
}
@supports (-ms-ime-align:auto) {
  .th_fixed .th_height_01{
    height: 92px;
  }
  .th_fixed .th_height_02{
    height: 66.7px;
  }
  .th_fixed .th_height_03{
    height: 231px;
  }
  .th_fixed .th_height_04{
    height: 190.45px;
  }
  .th_fixed .th_height_06{
    height: 67px!important;
  }
  .line-up_table_scroll .td_height_06 td{
    height: 67px!important;
  }
}
@-moz-document url-prefix(){
  .th_fixed .th_height_01{
    height: 92px;
  }
  .th_fixed .th_height_02{
    height: 66.7px;
  }
  .th_fixed .th_height_03{
    height: 231px;
  }
  .th_fixed .th_height_04{
    height: 190.45px;
  }
}
.x-scroll{
  text-align: center;
}
.x-scroll-inner{
  border-radius: 50px;
  display: inline-block;
  padding: 12px 24px;
  background: #fff;
  color:#0021AF;
  margin-bottom: 20px;
}
.x-scroll-inner svg{
  margin-right: 10px;
}
.line-up_table_wrap{
  background-color: #fff;
  padding: 20px;
  margin-bottom: 60px;
  position: relative;
  min-height: 1800px;

}
.line-up_table_wrap table.pc_table thead th{
  width: 340px;
}
.line-up_table_scroll{
  /*overflow-x:scroll;*/
  position: relative;
  margin-left: 298px;
  cursor: pointer;
}
.line-up_table_wrap .overlay{
    display: block;
    width: 40px;
    position: absolute;
    top:20px;
    right:20px;
    content:'';
    z-index: 10;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+50,1+100 */
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  }
.line-up_table_scroll table{
  width: 2380px;
  position: absolute;
}
.line-up_table_scroll table *,
.th_fixed table *{
  text-align: center;
  font-size: 16px;
}
.line-up_table_scroll table thead th,
.line-up_table_scroll table tfoot th,
.th_fixed table thead th,
.th_fixed table tfoot th{
  color:#fff;
  text-align: center;
  border:1px solid #fff;
  padding: 12px;
  font-size: 20px;
  background: #06289b;
  background: -moz-linear-gradient(top, #06289b 0%, #08228c 44%, #0a1a76 100%);
  background: -webkit-linear-gradient(top, #06289b 0%,#08228c 44%,#0a1a76 100%);
  background: linear-gradient(to bottom, #06289b 0%,#08228c 44%,#0a1a76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06289b', endColorstr='#0a1a76',GradientType=0 );
}
.line-up_table_scroll table thead th a,
.line-up_table_scroll table tfoot th a{
  border-radius: 50px;
  display: inline-block;
  padding: 4px 24px;
  background: #fff;
  color:#0021AF;
  position: relative;
  font-size: 14px;
  margin-top: 10px;
}
.line-up_table_scroll table thead th a:before,
.line-up_table_scroll table tfoot th a:before{
width: 12px;
height: 12px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #06289b;
position: absolute;
content:'';
right:10px;
top:7px;
}
.line-up_table_scroll table thead th a:after,
.line-up_table_scroll table tfoot th a:after{
right: 11px;
top:10px;
box-sizing: border-box;
width: 3px;
height: 3px;
border: 3px solid transparent;
border-left: 3px solid #fff;
position: absolute;
content:'';
}
.line-up_table_wrap table.pc_table tbody tr:nth-child(even) *{
  background-color: #F5F5F5;
}
.line-up_table_wrap table.pc_table tbody tr:nth-child(odd) *{
  background-color: #fff;
}
.th_fixed tbody tr:nth-child(even) *{
  background-color: #F5F5F5;
}
.th_fixed tbody tr:nth-child(odd) *{
  background-color: #fff;
}
.line-up_table_wrap table.pc_table tbody th,
.th_fixed table tbody th{
  background-color: #F5F5F5;
}
.line-up_table_wrap table.pc_table tbody th,
.line-up_table_wrap table.pc_table tbody td,
.th_fixed table tbody th,
.th_fixed table tbody td{
  padding: 10px;
  font-weight: normal;
  border:1px solid #ddd;
}
.line-up_table_wrap table.pc_table tbody td{
  vertical-align: top;
}
.line-up_table_wrap table tbody .border-right-black{
  border-right: 1px solid #000;
}
.line-up_table_wrap table.pc_table tbody th,
.line-up_table_wrap table.pc_table tbody .border-bottom-black th,
.line-up_table_wrap table.pc_table tbody .border-bottom-black td,
.line-up_table_wrap table.pc_table tbody th,
.line-up_table_wrap table.pc_table tbody .border-bottom-black th,
.line-up_table_wrap table.pc_table tbody .border-bottom-black td,
.th_fixed table tbody th,
.th_fixed table tbody .border-bottom-black th,
.th_fixed table tbody .border-bottom-black td{
  border-bottom: 1px solid #000;
}
.line-up_table_wrap table.pc_table tbody .td-text-left td{
  padding:10px 30px; 
}
.line-up_table_wrap table.pc_table tbody .td-text-left td *{
  text-align: left;
}
.line-up_table_wrap table.pc_table tbody .td-text-left td h3,
.line-up_table_wrap table.pc_table tbody .td-text-left td h3 small{
  color:#0021af;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 0;
  position: relative;
}
.line-up_table_wrap table.pc_table tbody .td-text-left td h3{
  padding-left: 0.8em;
}
.line-up_table_wrap table.pc_table tbody .td-text-left td h3:before{
    position: absolute;
    top: 4px;
    content: '';
    left: 0px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #0021af;
}
.line-up_table_wrap table.pc_table tbody .td-text-left td ul{
  list-style: disc;
  padding-left: 1em;
  font-size: 14px;
}
.line-up_table_scroll table thead th a:hover, .line-up_table_scroll table tfoot th a:hover{
  opacity: 0.8;
  text-decoration: none;
}


@media (max-width: 767px) {
  .line-up_table_wrap{
    padding: 10px;
  }
  .line-up_table_wrap{
    
    min-height: 1500px;

  }
  .th_fixed{
    top:10px;
    left:10px;
  }
  .line-up_table_wrap .overlay{
    top:10px;
    right:10px;
  }
  .lithium_top_button{
    padding-left: 10px;
    padding-right: 10px;
  }
  .line-up_table_scroll table *, .th_fixed table *{
    font-size: 10px;
  }
  .th_fixed table tbody th, .th_fixed table tbody td{
    padding-left: 4px;
    padding-right: 4px;
  }
  .line-up_table_scroll table thead th, .line-up_table_scroll table tfoot th, .th_fixed table thead th, .th_fixed table tfoot th{
    font-size: 12px;
  }
  .line-up_table_scroll{
    margin-left: 138px;
  }
  .th_fixed .th_height_01{
    height: 92px!important;
  }
  .th_fixed .th_height_02{
    height: 50px;
  }
  .th_height_02_tr td{
    height: 50px!important;
  }
  .th_fixed .th_height_03{
    height: 188px;
  }
  .th_fixed .th_height_04{
    height: 194px!important;
  }
  .th_fixed .th_height_05{
    height: 36px;
  }
  .th_height_06_tr td{
    height: 188px!important;
  }
  .th_height_07_tr td{
    height: 194px!important;
  }
  .th_fixed .th_height_06{
    height: 50px!important;
  }
  .line-up_table_scroll .td_height_06 td{
    height: 50px!important;
    vertical-align: middle!important;
  }
  .line-up_table_wrap table.pc_table tbody tr td,
  .th_fixed table tr td,
  .th_fixed table tr th{
    height: 36px;
  }
  .sp-th-letter-spacing{
    letter-spacing: -0.2em;
    padding-left: 2px;
    padding-right: 2px;
  }
  .sp-th-letter-spacing-02{
    letter-spacing: -0.1em;
    padding-left: 2px;
    padding-right: 2px;
  }
  .sp-th-letter-spacing-03{
    letter-spacing: -0.1em;
  }
  .line-up_table_scroll table{
    width: 1200px;
    position: relative;
  }
  .line-up_table_wrap table.pc_table thead th{
    width: 200px;
  }
  .line-up_table_wrap .overlay{
    width: 20px;
  }
  .x-scroll-inner{
    font-size: 12px;
  }
}

/*コンタクトフォーム改修*/

.form_table td.date input[type="text"]{
  width: 80px;
}

.form_table td input[type="radio"]{
  vertical-align: middle;
}
.form_table td input[type="radio"] + label{
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 10px;
}
.form_table td input[type="checkbox"]{
  vertical-align: middle;
}
.form_table td input[type="checkbox"] + label{
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 10px;
}
.form_table th.row_th{
  text-align: center;
  width: 12%;
  vertical-align: middle;
  border-right: 1px solid #d6d6d6;
  background-color: #ddd
}
.form_table th.row_th_2{
  width: 25%;
  vertical-align: middle;
}
.form_table td.checkbox_td,
.form_table td.radio_td{
  vertical-align: middle;
}
.checkbox_td > p > span,
.radio_td > p > span{
  display: inline-block;
}
#contents .middle_p{
  margin-bottom: 30px;
}
.m10-b{
  margin-bottom: 10px!important;
}

/* 20180306製品詳細ページ修正 */

.table_gray_bg{
  background-color: #f2f2f2;
}
.table_item_inner table tbody tr:nth-child(even){
  background-color: #f2f2f2;
}
.item_table_wrap ul li:first-child a{
  background-image: url('../../img/lithium/pdf_2.png');
  background-position: left 25px center;
  background-repeat: no-repeat;

}

@media (max-width: 767px) {
  .tab-contents-1 th, .tab-contents-1 td{
    font-size: 12px;
  }
  .item_table_wrap ul li:first-child a{
    background-image: url('../../img/lithium/pdf.png');
    background-position: left 30px center;
    background-repeat: no-repeat;
    /* background-size:  */

  }
  .table_item_inner table thead{
    display: none;
  }
  .new_item_detail .sp_tab_ttl:before{
    right: 20px;
    top:10px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    content:'';
  }

  .new_item_detail .sp_tab_ttl:after{
    right: 24px;
    top: 18px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    
    position: absolute;
    content:'';
    box-sizing: border-box;
    width: 10px;
    height: 8px;
    border: 8px solid transparent;
    border-top: 10px solid #06289b;
  }
  .new_item_detail .sp_tab_ttl.open:after{
    right: 24px;
    top: 8px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    
    position: absolute;
    content:'';
    box-sizing: border-box;
    width: 10px;
    height: 8px;
    border: 8px solid transparent;
    border-bottom: 10px solid #06289b;
  }
  .new_item_detail .sp_tab_ttl span:before{
    content:'\958B\304F';
    display: inline-block;
    position: absolute;
    right:60px;
    top:12px;
    color:#fff;
    width: auto;
    font-size: 14px;
  }
  .new_item_detail .sp_tab_ttl.open span:before{
    content:'\9589\3058\308B';
    display: inline-block;
    position: absolute;
    right:60px;
    top:12px;
    color:#fff;
    width: auto;
    font-size: 14px;
  }
  .product_new_box_img_inner{
    position: relative;
  }
  .product_new_box_img_inner img.sp_img_wrap{
    padding: 10px;
  }
  .img_on_icon{
    position: absolute;
    top:10px;
    right:10px;
    width: 55px;
    height: 55px;
  }
  .img_zoom_wrap {
    display: block;
    height: 100vh;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
  }
  .img_zoom_wrap .img_zoom_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .img_zoom_wrap .img_close {
    font-size: 24px;
    color: #fff;
    padding-top: 7px;
    padding-left: 9px;
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    top: -65px;
    right: 0;
  }
  .img_close{
    width: 30px;
  height: 30px;
  }
  .img_close img{
    width: 100%;
    height:auto;
  }
}
.youtube_wrap{
  margin: 100px 0 0;
  background-color: #fff;
  padding: 60px 0;
}
.youtube_wrap .container{
  max-width: 864px;
  margin-right: auto;
  margin-left: auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 767px) {
  .youtube_wrap{
    margin:30px 0 0;
    padding: 30px 0;
  }
}
.note_item{
  font-size: 60%;
  position: relative;
  bottom:7px;
}
.footer_breadcrumb span.note_item{
  color:#333;
}
/*0219追加css*/
.line-up_table #mCSB_1_container{
  height: 100%;
}


.line-up_table .mCSB_scrollTools.mCSB_scrollTools_horizontal{
  bottom:auto;
  top:-4px;
}
.line-up_table .mCustomScrollBox{
  padding-top: 20px;
}
.line-up_table .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
  top:1px;
  background-color: #666;
}
.line-up_table .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.line-up_table .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
  height: 10px;
}
.th_fixed{
  padding-top: 20px;
}

/*20180329非破壊*/
.item_mv_img p{
  color:#fff;
  margin-top: 20px;
}
.new_item_02 .item_img_wrap,
.new_item_02 .item_table_wrap{
  width: 50%;
}
.new_item_02 .item_table_wrap{
  padding-right: 0;
  padding-left: 50px;
}

.item02_btn a{
  width: 310px;
  display: block;
  margin:50px auto 0;
}
.new_item_02 #page-contents {
    padding-top: 0;
}
#txlamino.new_item_detail .item-mv .item_mv_img{
  background-image: url(../../img/hihakai/bg.png);
  background-position: center center;
}
.award-icon{
  text-align: center;
  padding:20px 0;
  border-bottom: 1px solid #979797;
}
.features-sec .container{
  max-width: 930px;
}
.features-sec h3:not(.product_sub_title),
.features-sec h4{
  text-align: center;
  font-size: 22px;
  border-bottom: 1px solid #0021AF;
  color:#0021AF;
  padding-bottom: 8px;
  margin-bottom: 20px;
  font-weight: 700;
}
.table-box h3{
  text-align: center;
  font-size: 22px;
  border-bottom: 1px solid #0021AF;
  color:#0021AF;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.features-sec p{
  font-size: 16px;
  
}
.features-box{
  margin-bottom: 120px;
}
p.sub_name{
  font-size: 18px;
}
.sub_name-wrap{
  background-color: #EBEBEB;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.new_item_02 .product_title_wrap{
  margin-bottom: 50px;
}

.features-img-box{
  text-align: center;
  border:1px solid #979797;
  padding: 20px;
  margin-top: 50px;
}
#contents .features-img-box p.al-l{
  margin-top: 50px;
}
#contents .features-img-box p{
  margin-top: 10px;
  margin-bottom: 20px;
}

.features-img-box .row{
  margin: 0;
}

.features-img-box .col-sm-4{
  padding-left: 10px;
  padding-right: 10px;
}

.features-sec{
  border-bottom: 1px solid #979797;
  padding-top: 50px;
}

.spec-sec{
  border-bottom: 1px solid #979797;
  background: #F9F9F9;
  padding-bottom: 20px;
  padding-top: 50px;
}
.table-box {
  margin-bottom: 50px;
}
.table-box table{
  width: 100%;
  text-align: center;
}
.table-box thead th{
  background-color: #d5edff;
  text-align: center;
  font-size: 20px;
  font-weight: normal
}
.table-box table td,
.table-box table th{
  vertical-align: middle;
  padding:5px 10px;
  border:1px solid #999;
}
.table-box table tbody tr td:first-child{
  width: 400px;
}
#jutakukensa .table-box table tbody tr td:first-child{
  width: auto;
}
.table-box table tbody tr{
  background-color: #fff;
}
.table-box table tbody tr:nth-child(even){
  background-color: #f5f5f5;
}

.table-box table .bg_gray{
  background-color: #f5f5f5;
}
.table-box table .bg_white{
  background-color: #F9F9F9;
}
.case-img-box .col-sm-12{
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.case-box{
  margin-bottom: 120px;
}

.case-img-box{
  text-align: center;
  margin-top: 50px;
}
#contents .case-img-box p{
  margin-top: 20px;
}
.contact_link.contact_link_1 .container{
  max-width: 820px;
}
.new_item_02 .item-section-03{
  padding-top: 70px;
}
@media(max-width:767px){
  .new_item_02 .item_img_wrap, .new_item_02 .item_table_wrap{
    width: 100%;
  }

  .new_item_detail .item_img_wrap img{
    width: 100%;
  }
  .new_item_02 .item_table_wrap{
    padding-left: 0;
  }
  #txlamino.new_item_detail .item-mv .item_mv_img{
    background-position: right center;
    padding-bottom: 20px;
  }
  .new_item_02 .item_table_wrap th, .new_item_02 .item_table_wrap td{
    vertical-align: middle;
  }
  .features-img-box .row{
    margin-right: -20px;
    margin-left: -20px;
  }
  .features-img-box .row > div{
    margin-bottom: 30px;
  }
  .features-sec h3,
  .features-sec h4,
  .case-sec h4{
    font-size: 18px;
  }
  .case-img-box .row > div{
    margin-bottom: 30px;
  }
  .features-box{
    margin-bottom: 80px;
  }
  .case-box{
    margin-bottom: 80px;
  }
  .table-box table tbody td{
    font-size: 12px;
  }
  .table-box table tbody tr td:first-child{
    width: 30%;
  }
  .new_item_02 .item-section-03 a{
    font-size: 14px;
  }
  .case-img-box .col-sm-12{
    max-width: 100%;
  }
  .new_item_02 .item-section-03{
    padding-top: 37px;
  }
  .new_item_02  .contact_link.contact_link_3{
    margin-top: 37px;
  }
  .m0-b{
    margin-bottom: 0!important
  }
}


/*非破壊TOP*/
#contents .hihakai_top .page_first{
  background-image: url(../../img/hihakai/top/mv.jpg);
  background-size: cover;
  background-position: center center;
  height: 440px;
  border-bottom:none;
}
.hihakai_top .info-cat {
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  float: left;
  margin-right: 10px;
  padding: 0px 10px;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  color: #333;
  background: transparent;
}
.hihakai_top .news_row:after{
  display: table;
  clear:both;
  content:'';
}
.hihakai_sub{
  padding-top: 140px;
  padding-bottom: 20px;
}

.hihakai_top .product_text{
  text-align: center;
  padding-top: 90px;
  padding-bottom: 0;
}
.hihakai_top_background{
  background-color: #fff;
  padding-top: 40px;
}
.item-txt-area{
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}
.item-txt-area h3{
  font-size: 16px;
  text-align: center;
  font-weight: 900;
  min-height: 44px;
}
.item-txt-area h3 img{
  max-height: 18px;
  margin-bottom: 5px;
}
.item-txt-area h3 img:last-child{
  margin-bottom: 0;
}
.item-txt-area h4{

  font-size: 15px;
  text-align: center;
  font-weight: 900;
  color:#fff;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 6px;
  background: #06289b;
    background: -moz-linear-gradient(top, #06289b 0%, #08228c 44%, #0a1a76 100%);
    background: -webkit-linear-gradient(top, #06289b 0%,#08228c 44%,#0a1a76 100%);
    background: linear-gradient(to bottom, #06289b 0%,#08228c 44%,#0a1a76 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06289b', endColorstr='#0a1a76',GradientType=0 );
}
.item-txt-area .youto-area{
  text-align: left;
}
.youto-area span{
  font-size: 15px;
  display: inline-block;
  padding-left: 1em;
  position: relative;
}
.youto-area span:before{
  position: absolute;
  content:'';
  top:6px;
  left: 4px;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #999999;
}
.hihakai-item-card a{
  text-decoration: none; 
  background: #f2f2f2;
  display: block;
  border-radius: 10px;
  box-shadow: 0 3px 0 #ccc;
  position: relative;
}
.hihakai-item-card a:hover{
  text-decoration: none;
  background: #ddd;
  opacity: 0.8;
}
.item-txt-area p{
  text-align: center;
  font-size: 16px;
}
.hihakai-item-card:after{
  display: table;
  clear:both;
  content:'';
}
.hihakai-item-card{
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.hihakai-item-card li{
  float: left;
  padding: 0 7.5px;
  width: 33.333333%;
  margin-bottom: 20px;
}
.ct-icon a:before{
  content: '';
  background-image: url(../../img/hihakai/top/icon/ct.png);
  width: 85px;
  height: 36px;
  display: block;
  position: absolute;
  left:-10px;
  top:10px;
  z-index: 1;
}
.toushi-icon a:before{
  content: '';
  background-image: url(../../img/hihakai/top/icon/toushi.png);
  width: 85px;
  height: 36px;
  display: block;
  position: absolute;
  left:-10px;
  top:10px;
  z-index: 1;
}
.new-icon a:after{
  content: '';
  background-image: url(../../img/hihakai/top/icon/new.png);
  width: 85px;
  height: 36px;
  display: block;
  position: absolute;
  right:10px;
  top:10px;
  z-index: 1;
}
.kesshou-icon a:before{
  content: '';
  background-image: url(../../img/hihakai/top/icon/kesshou.png);
  width: 85px;
  height: 36px;
  display: block;
  position: absolute;
  left:-10px;
  top:10px;
  z-index: 1;
}

.ispection-footer-area a{
  max-width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}
.ispection-footer-area h4{
  font-size: 24px;
  text-align: center;
  color:#0021af;
}
.ispection-footer-area .container_wrap{
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 50px;
}
.ispection-footer-area .container_wrap .row{
  margin: 0 -10px;
}
.ispection-footer-area .container_wrap .row > div {
  padding: 0 10px;
}
.ispection-footer-area h5{
  background: #06289b;
    background: -moz-linear-gradient(top, #06289b 0%, #08228c 44%, #0a1a76 100%);
    background: -webkit-linear-gradient(top, #06289b 0%,#08228c 44%,#0a1a76 100%);
    background: linear-gradient(to bottom, #06289b 0%,#08228c 44%,#0a1a76 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06289b', endColorstr='#0a1a76',GradientType=0 );
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    color:#fff;
    padding: 20px 10px;
    position: relative;
}
.ispection-footer-area h5:after{
  content: "";
    position: absolute;
    bottom: -14px;
    margin-left: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #0a1a76;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.ispection-footer-area{
  border-top: 10px solid #0a1a76;
  border-bottom: 1px solid #0a1a76;
  padding: 50px 0;
  margin-bottom: 60px;
}
.hihakai_top .new_item_page .contact_link.contact_link_3{
  margin-top: 0;
  background: #333;
}
/* .hihakai_top .new_item_page .contact_link .container{
  max-width: none;
} */
.hihakai_top .new_item_page .contact_link.contact_link_3 h3{
  color:#fff;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 40px;
}
a.no-link{
  opacity: 0.6;
  cursor:default; 
}
a.no-link:hover{
  background: transparent!important;
  color: #fff;
}
@media (min-width: 768px){
  .hihakai_top_table_sp{
    display: none;
  }
  
  .hihakai_top .info-cat,
  .hihakai_top .info-time {
    line-height: 1.5;
    margin-top: 4px;
  }
}

@media (max-width: 767px){
  #contents .hihakai_top .page_first{
    height: 200px;
  }
  .hihakai_top .news_row{
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .hihakai_top .newslist .news_row:last-child{
    border-bottom: none;
  }
  .hihakai_top .info-bg{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .hihakai_top .info-ttl{
    padding-right: 0;
    display: block;
  }
  .lithium_banner_area{
    margin-right: -10px;
    margin-left: -10px;
  }
  .sp_scroll{
    overflow-x: scroll;
  }
  .hihakai-item-card{
    width: 3080px;
  }
  .hihakai-item-card li{
    width: 280px;
  }
  .ispection-footer-area{
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #0a1a76;
    border-left: 1px solid #0a1a76;
  }
  .ispection-footer-area h5:after{content:none;}
  .ispection-footer-area h5{
    margin-bottom: 20px;
  }
  .ispection-footer-area .container_wrap{
    margin-bottom: 30px;
  }
}

/*受託検査k*/

#jutakukensa .item-mv .item_mv_img{
  background-image: url(../../img/jutakukensa/bg.jpg);

}


.ispection-top-area a{
  max-width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}
.ispection-top-area h4{
  font-size: 32px;
  text-align: center;
  color:#fff;
}
.ispection-top-area .container_wrap{
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 50px;
}
.ispection-top-area .container_wrap .row{
  margin: 0 -10px;
}
.ispection-top-area .container_wrap .row > div {
  padding: 0 10px;
}
.ispection-top-area h5{
    background: #147AE9;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    color:#fff;
    padding: 20px 10px;
    line-height: 1.5;
    position: relative;
}
.ispection-top-area h5:after{
  content: "";
    position: absolute;
    bottom: -14px;
    margin-left: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #147AE9;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#jutakukensa .features-img-box{
  border:none;
}
#jutakukensa .spec-sec,
#jutakukensa .features-sec{
  background-color: #fff;
  border-bottom: none;
}
#jutakukensa .img-sec{
  background-color: #F9F9F9;
  border-bottom: none;
  padding-top: 40px;
  padding-bottom: 40px;
}
#jutakukensa .features-box{
  margin-bottom: 0;
}
#jutakukensa .note{
  color:#777;
}
#jutakukensa .features-box{
  margin-bottom: 100px;
}
.features-box h5{
  font-size: 20px;
  border-bottom: 1px solid #0021AF;
  color:#0021AF;
  padding-bottom: 4px;
  font-weight: 400!important;
}
#jutakukensa .features-box h5{
  font-size: 20px;
  border-bottom: none;
  color:#333;
  padding-bottom: 4px;
  font-weight: 900!important;
}
.m70-b{
  margin-bottom: 70px;
}
.note_area{
  background-color: #F9F9F9;
  padding-top: 60px;
  padding-bottom: 60px;
}
.note_area .container{
  max-width: 900px;
  color:#777;
}
#jutakukensa .item-section-03{
  padding-bottom: 60px;
}
#jutakukensa .contact_link.contact_link_3{
  margin-top: 0;
}
.item-section-03 a:hover,
.ispection-footer-area a:hover{
  background-color:#ddd;
}

#contents .img-two-two p{
  margin-bottom: 30px;
}
#contents .features-box h5{
  font-weight: bold!important;
}
.features-box h5 span{
  float: right;
  font-size: 0.8em;
}
.features-box h5:after{
  display: table;
  clear:both;
  content:'';
}
#contents .no-ttl p{
  font-size: 18px;
  position: relative;
  padding-left: 1.2em;
}
.no-ttl p:before{
  content:'\25CF';
  position: absolute;
  top:0;
  left:0;
  color:#3f51b5;
}
/*.ispection-top-area{
  padding: 50px 0;
  margin-bottom: 60px;
}*/
@media (min-width: 768px){
  #jutakukensa .x-scroll{
    display: none;
  }
  .scroll-table .overlay,
  .scroll-table .x-scroll{
    display: none;
  }
  .img-two-two .col-sm-6:first-child{
    text-align: right;
  }
  .img-two-two .col-sm-6:last-child{
    text-align: left;
  }
  .hihakai-sp-table{
    display: none;
  }
  
}
@media (max-width: 767px){
  #jutakukensa .features-box h5{
    font-size: 16px;
    text-align: center;
    border-bottom: none;
    color:#333;
    padding-bottom: 4px;
  }
  #jutakukensa .features-box img{
    margin-top: 60px;
  }
  #jutakukensa .features-img-box .row .col-sm-3:first-child img{
    margin-top:0px;
  }
  #jutakukensa .features-img-box p.note{
    margin-top: 4px;
  }
  .features-box h5,
  .ispection-footer-area h4{
    font-size: 18px;
  }
  #jutakukensa .item-mv .item_mv_img{
    padding: 20px 0;
  }
  .ispection-top-area h4{
    font-size: 20px;
  }
  .ispection-top-area h5:after{
    content: none;
  }
  #jutakukensa .x-scroll-inner{
    border:1px solid #999;
  }
  #jutakukensa .features-box img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    border:1px solid #777;
    margin-bottom: 30px;
  }
  #jutakukensa .features-box{
    margin-bottom: 0;
  }
  .item-table-jutaku.scroll-table{
    overflow-x: scroll;
    position: relative;
    display: block;
  }
  .table-box.item-table-jutaku thead th{
    background: #d5edff!important;
    text-align: center;
    color:#333!important;
    font-size: 13px;
    font-weight: normal!important;
  }
  .table-box thead .light-blue{
    background-color: #e6f3ff!important;
  }
  .scroll-table{
    position: relative;
  }
  .scroll-table-inner{
    overflow-x: scroll;
  }
  .item-table-jutaku table,
  .scroll-table table{
    width: 1200px;
  }
  .scroll-table .overlay {
    width: 25px;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    z-index: 1;
    background: -moz-linear-gradient(left, rgba(249,249,249,0) 0%, rgba(249,249,249,1) 50%, rgba(249,249,249,1) 100%);
    background: -webkit-linear-gradient(left, rgba(249,249,249,0) 0%,rgba(249,249,249,1) 50%,rgba(249,249,249,1) 100%);
    background: linear-gradient(to right, rgba(249,249,249,0) 0%,rgba(249,249,249,1) 50%,rgba(249,249,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  }
  .item-table-jutaku .overlay {
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  }
  #contents .img-two-two p{
    margin-top: 0;
    margin-bottom: 50px;
  }
}
/*非破壊テーブル整理*/
.item-table-jutaku thead th{
  font-size: 14px;
}
.light-blue{
  width: 120px;
  background-color: #e6f3ff!important;
}
#jutakukensa .table-box table td,
#jutakukensa .table-box table th{
  text-align: center;
} 
#jutakukensa .table-box table tbody th,
.item-table-1 table tbody th{
  /*background-color: #fff;*/
  font-weight: 400;
  text-align: center;
}
.item-table-1 table tbody th{
  width: 200px;
}
.item-table-2 table tbody th{
  width: 400px;
  font-weight: normal;
  text-align: center;
}
.item-table-1 table{
  margin-bottom:20px;
}
.table-box table{
  margin-bottom: 10px;
}
.w600{
  width: 600px;
}
.w100{
  width: 100px;
}

@media (max-width: 767px){
  .item-table-1 table tbody th{
    width: 30%;
    font-size: 12px;
  }
  .no-scroll-table table tbody th,
  .item-table-2 table tbody th{
    width: 120px;
    font-size: 12px;
  }
  .scroll-table{
    display: none;
  }
  .hihakai-sp-table,
  .hihakai-sp-table table{
    margin-bottom: 0;
  }
  .m10-t{
    margin-top: 10px!important;
  }
  .m50-b{
    margin-bottom: 50px!important;
  }
  .table-box thead th{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 8px 10px 16px;
    position: relative;
    /*color:#fff;
    background: #06289b;
    background: -moz-linear-gradient(top, #06289b 0%, #08228c 44%, #0a1a76 100%);
    background: -webkit-linear-gradient(top, #06289b 0%,#08228c 44%,#0a1a76 100%);
    background: linear-gradient(to bottom, #06289b 0%,#08228c 44%,#0a1a76 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06289b', endColorstr='#0a1a76',GradientType=0 );*/
  }
  .accodion-ttl{
    font-size: 15px;
    font-weight: bold;
    padding: 10px 8px 10px 16px;
    color:#fff;
    position: relative;
    background: #06289b;
    background: -moz-linear-gradient(top, #06289b 0%, #08228c 44%, #0a1a76 100%);
    background: -webkit-linear-gradient(top, #06289b 0%,#08228c 44%,#0a1a76 100%);
    background: linear-gradient(to bottom, #06289b 0%,#08228c 44%,#0a1a76 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06289b', endColorstr='#0a1a76',GradientType=0 );
  }
  
  .accodion-ttl:before{
    right: 12px;
    top:8px;
    width: 24px;
    height: 24px;
   background-color: #fff;
   border-radius: 50%;
    position: absolute;
    content:'';
  }
  .accodion-ttl.open:after{
    right: 16px;
    top: 6px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    
    position: absolute;
    content:'';
    box-sizing: border-box;
    width: 10px;
    height: 8px;
    border: 8px solid transparent;
    border-bottom: 10px solid #06289b;
  }
  .accodion-ttl:after{
    right: 16px;
    top: 16px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    
    position: absolute;
    content:'';
    box-sizing: border-box;
    width: 10px;
    height: 8px;
    border: 8px solid transparent;
    border-top: 10px solid #06289b;
  }

  .accodion-ttl span:before{
    content:'\958B\304F';
    display: inline-block;
    position: absolute;
    right:40px;
    top:10px;
    color:#fff;
    width: auto;
    font-size: 14px;
  }
  .accodion-ttl.open span:before{
    content:'\9589\3058\308B';
    display: inline-block;
    position: absolute;
    right:40px;
    top:10px;
    color:#fff;
    width: auto;
    font-size: 14px;
  }
  .accodion-ttl span.note_item:before{
    display: none;
  }
  .accotion-table{
    display: none;
  }
  
}
/*一押し*/
.hihakai_ichioshi .txview_box .comingsoon{
  margin-left:  170px;
}
.hihakai_ichioshi .txscaner_box .comingsoon{
  margin-left:  200px;
}
.hihakai_ichioshi .cat_title_wrap h2 + p{
  color:#06289b;
  font-weight: bold;
  font-size: 16px;
}
.cat_link a:hover{
  text-decoration: none;
  background-color: #f7f7f7;
}
.txscaner_box .cat_title_wrap h2 img{
  width: 350px;
}
.txscaner_box{
  padding-top: 50px;
}
.al-l{
  text-align: left;
}

@media (max-width: 767px){
  .hihakai_ichioshi .comingsoon{
    position: static;
    margin:20px 0 10px!important;
  }
  .txscaner_box{
    padding-top: 20px;
  }
  .table-box h3{
    font-size: 18px;
  }
  #contents .new_item_02 .visual_text h1 img{
    max-width: 70%;
  }
  #jutakukensa .item-mv .item_mv_img{
    background-image: url(../../img/jutakukensa/bg_sp.jpg);
  }
  .hihakai_top .lithium_banner_area{
    margin-bottom: 50px;
  }
  .item-txt-area h3{
    font-size: 16px;
  }
  .item-txt-area p{
    font-size: 14px;
    min-height: 60px;
  }
  .youto-area span{
    font-size: 14px;
  }
}

.hihakai-item-card .item-img-wrap{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  position: relative;
}



@media (min-width: 992px) and (max-width: 1199px) {
  .item-txt-area h3 + p{
    min-height: 66px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hihakai-item-card li:first-child h3,
  .hihakai-item-card li:nth-child(2) h3,
  .hihakai-item-card li:nth-child(3) h3{
    min-height: 68px;
  }
  .item-txt-area p{
    font-size: 14px;
  }
  .item-txt-area h3 + p{
    min-height: 80px;
  }

}
@media (min-width: 768px){
  .item-img-wrap{
    overflow: hidden;
    background-color: #000;

  }
  .hihakai-item-card a .item-img-wrap img{
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
  }
  .hihakai-item-card a .item-img-wrap img:hover{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .hihakai-item-card a .item-img-wrap img.noscale:hover{
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }
  .item_img_wrap img{
    opacity: 0;
  }

}
@media (max-width: 767px){
  .features-box ul{
    font-size: 12px;
  }
}

.w600con{
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

/* 共通 */

a{
  cursor: pointer;
}

.is-block {
  display: block !important;
}

@media (min-width: 768px) {
  .is-block-pc {
      display: block !important;
  }
}

@media (max-width: 767px) {
  .is-block-sp {
      display: block !important;
  }
}

.is-none {
  display: none;
}

@media (min-width: 768px) {
  .is-none-pc {
      display: none !important;
  }
}

@media (max-width: 767px) {
  .is-none-sp {
      display: none !important;
  }
}

header{
  background-color: #ffffff;
  height: auto;
}
.header__wrap {
  max-width: 1200px;
  height: 64px;
  padding: 0 10px;
  box-sizing: content-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .header__wrap {
      height: 45px;
      border-bottom: 1px solid #D8D8D8;
      padding: 0;
      box-sizing: border-box;
  }
}

.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__wrap .header__box h1{
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 1;
}
.header__box .header__identifier {
  margin-left: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo a:hover {
  opacity: 1;
}

.header__navi {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__navi p{
  margin: 0;
}

.header-contact {
  margin-right: 0;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .header__navi {
      display: none;
  }
}

@media screen and (min-width: 768px) {
  footer.footer-wrap{
    padding-bottom: 15px;    
    border-top: 1px solid #e0e0e0;
  }
  .copy {
      padding: 0;
  }

  .copy-link{
      margin-bottom: 0;
  }

  .footer__inner{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
}

.menu-btn{
  top: 0;
  right: 0;
}
.menu-trigger {
  width: 44px;
  height: 44px;
}
.menu-trigger span {
  left: 10px;
  width: calc(100% - 20px);
  height: 3px;
}
.menu-trigger span:nth-of-type(1) {
  top: 14px;
}
.menu-trigger span:nth-of-type(2) {
  top: 22px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 11px;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

.copy-link {
  margin-left: 0;
}

.gnavi-list li span.act {
  display: block;
  padding: 22px 0px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .menu li span {
      display: block;
      font-size: 18px;
      color: #fff;
  }
  .copy-link {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .copy-link li{
    width: 50%;
    padding: 0 10px;
    margin: 0;
  }
}

.footer-wrap img {
  width: auto;
  max-width: 100%;
}

.header__identifier a{
  display: flex;
  align-items: center;
}

.movie__inner{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.movie__inner .movie__box{
  width: calc((100% - 60px) / 3);
  margin: 0 15px;
  text-align: center;
}

.movie__inner .movie__box:first-child{
  margin-left: 0;
}
.movie__inner .movie__box:last-child{
  margin-right: 0;
}
.movie__inner .movie__box a{
  display: inline-block;
  text-decoration: none;
}

.movie__inner .movie__box p{
  margin-top: 10px;
}
.movie__box .popup-iframe figure{
  position: relative;
}
.movie__box .popup-iframe figure:after{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url(../../img/play.png);
  background-size: cover;
  opacity: .8;
}

.movie__box .popup-iframe:hover figure:after{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url(../../img/play_hover.png);
  background-size: cover;
  opacity: 1;
}

@media (max-width: 767px) {
  .movie__inner .movie__box{
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
    text-align: center;
  }
  .movie__inner .movie__box:first-child,
  .movie__inner .movie__box:last-child{
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 480px){
  .movie__inner .movie__box{
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
    text-align: center;
  }
  .movie__inner .movie__box:first-child,
  .movie__inner .movie__box:last-child{
    margin-right: auto;
    margin-left: auto;
  }
}

.w700con{
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px){
  .wp100{
    width: 100%;
  }
}

/* series */
.series{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.series__box{
  width: calc( (100% - 40px) / 3 );
  margin: 0 20px;
  border: 1px solid #eaeaea;
}
.series__box a{
  display: inline-block;
  text-decoration: none;
}
.series__box a:hover{
  opacity: .8;
}
.series__box:first-child{
  margin-left: 0;
}
.series__box:last-child{
  margin-right: 0;
}
.series .zoom-wrap,
.series .zoom-text{
  float: none;
  width: 100%;
}
.series .zoom-text{
  height: auto;
  padding: 30px 10px 20px;
}
.series .zoom-text:before{
  content: none;
}
.series .series__box .zoom-text h3,
.series .series__box .zoom-text p.related_title {
  font-size: 16px;
  text-align: center;
  font-weight: 900;
  min-height: 44px;
  border-bottom: none;
  color: #000000;
  font-family: "メイリオ", sans-serif;
  margin-bottom: 10px !important;
  padding-bottom: 0;
}
.series h3 img,
.series p.related_title img{
  margin-bottom: 5px;
  max-height: 20px;
}
.series .zoom-text p{
  text-align: center;
}
.series .zoom-text:after{
  content: none;
}
.series .series__box{
  position: relative;
}
.series .series__box:after{
  content: "";
  position: absolute;
  bottom: -3px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ff0000;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .series__box{
    width: 100%;
    max-width: 390px;
    margin: 0 auto 30px;
    border: 1px solid #eaeaea;
  }
  .series__box .zoom-wrap{
    height: auto;
  }
  .series__box:first-child,
  .series__box:last-child{
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 480px){
  .series__box .zoom-wrap{
    height: auto;
  }
  .series__box{
    width: 100%;
    max-width: 390px;
    margin: 0 auto 30px;
    border: 1px solid #eaeaea;
  }
  .zoom-wrap img {
    position: static;
    top: 0%;
    left: 0%;
    margin-right: 0;
    transform: none;
  }
  .series__box .zoom-wrap img{
    height: auto;
  }

  .series__box:first-child,
  .series__box:last-child{
    margin-right: auto;
    margin-left: auto;
  }
}

.h-auto{
  height: auto !important;
}

.h-100{
  height: 100% !important;
}

.support-notes {
  display: flex;
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin: 20px auto 0;
}
.support-notes.en p {
  font-size: 16px;
} 
@media (max-width: 767px) {
  .support-notes {
    padding: 0 10px;
  }
}

/* 2022/12/23 追記 */
#contents .terms p {
  margin: 0;
}

#contents .terms p + p {
  margin-top: 20px;
}

#contents .terms h2 {
  margin-top: 50px;
}

#contents .terms h3 {
  font-size: 18px;
  font-weight: 700;
}

#contents .terms h3.red_border span{
  display: inline-block;
  border-bottom: 2px solid #ff0000;
  padding: 0 0.5em 4px;
}

#contents .terms ul {
  margin: 15px 0;
}

#contents .terms li {
  margin: 5px 0;
}

#contents .terms ul ul{
  margin: 0;
}

.indent-num {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.list-disc {
  list-style: disc;
  padding-left: 20px;
}

.fwB {
  font-weight: 700;
}

.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.terms-inner {
  padding-bottom: 40px;
}

#contents .page_first p.subTitle{
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 2px;
  margin: 20px 0 10px;
}

.popup-content {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  height: 506px;
  margin: 0 auto;
}

@media screen and (max-width: 899px) {
  .popup-content {
    height: auto;
    padding-top: 56.25%;
  }
}

.popup-content > iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}

.popup-content .mfp-close {
  top: -45px;
  right: -15px;
}

.popup-content .mfp-close {
  color: #fff !important;
  opacity: 1;
}

.player-btn {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.player-btn .player-btnArea{
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px 20px;
}

.player-btn .player-btnArea button {
  background-color: transparent;
  border: 2px solid transparent;
  color: #fff;
  font-size: 24px;
  box-sizing: border-box;
}

.player-btn .player-btnArea button#play,
.player-btn .player-btnArea button#pause {
  display: flex;
  align-items: center;
  justify-content: center;
}

.player-btn .player-btnArea button#play {
  display: none;
}

.player-btn .player-btnArea button:focus{
  border: 2px solid #fff;
}


/********************************************************** 
 * 2023/05/16
 **********************************************************/
@media (min-width: 768px) { 
  .lithium_top .container{
    max-width: 1180px;
  }
  .lithium_top_table_sp table tbody tr td .system_three_phase {
    padding: 5px 10px 2px;
    border-radius: 15px;
    display: inline-block;
    background-color: #b94b00;
    color: #fff;
    margin-bottom: 15px !important;
    font-size: 14px;
  }
}

@media (max-width: 767px){
  .lithium_top_table_sp table tr.sp_table_01 td {
    padding: 0;
  }
  .lithium_top_table_sp table tr.sp_table_01 div {
    padding: 15px 10px;
    border-radius: 0;
    background-color: #505054;
    font-size: 20px;
  }
  .table-header_block {
    display: table-header-group !important;
  }
  .my20-sp {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}

.lithium_top_table_pc {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.lithium_top_table_pc table tbody tr td .system_three_phase,
.lithium_top_table_sp table tbody tr td .system_three_phase {
  padding: 5px 10px 2px;
  border-radius: 15px;
  display: inline-block;
  background-color: #b94b00;
  color: #fff;
  margin-bottom: 15px !important;
}
.lithium_top_table_pc table tbody tr td div.rated_output {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 93%, rgba(255, 255, 255, 0));
}

.lithium_top_table_pc table tbody tr td div.rated_output p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  background-color: #505054;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.lithium_top_table_pc table tbody tr td div.rated_output span {
  display: block;
  font-size: 24px;
}

.lithium_top_table_pc table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.lithium_top_table_pc table thead th {
  padding: 0 2.5px;
}

.lithium_top_table_pc table thead th:first-child {
  padding: 0 5px 0 0;
}

.lithium_top_table_pc table thead th:nth-child(2) {
  padding: 0 2.5px 0 0;
}

.lithium_top_table_pc table thead th:last-child {
  padding: 0 0 0 2.5px;
}

.lithium_top_table_pc table thead th > * {
  padding: 10px 5px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: linear-gradient(to bottom, #1c417f 0%,#183062 100%);
}

.lithium_top_table_pc table tbody tr {
  cursor: pointer;
}

.lithium_top_table_pc table tbody tr:hover {
  opacity: .8;
}

.lithium_top_table_pc table tbody tr td {
  padding-bottom: 10px;
  overflow: hidden;
}

.lithium_top_table_pc table tbody tr td:first-child {
  padding: 0 5px 0px 0;
  background: #fff;
}

.lithium_top_table_pc table tbody tr td h2{
  font-size: 22px;
  margin: 0;
  margin-bottom: 4px;
}

.lithium_top_table_pc table tbody tr td h3{
  font-size: 18px;
  color: #0021af;
  margin: 0;
  padding-left: 1em;
  position: relative;
  line-height: 1.5;
}

.lithium_top_table_pc table tbody tr td h3:before {
  position: absolute;
  top: 7px;
  content: '';
  left: 4px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #0021af;
}

.lithium_top_table_pc table tbody tr td h3 small {
  color: #0021af;
}

.lithium_top_table_pc table tbody tr td {
  font-size: 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 93%, rgba(255, 255, 255, 0));
}

.lithium_top_table_pc table tbody tr td ul {
  list-style-type: disc;
  padding-left: 1.5em;
  margin-top: 18px;
  line-height: 1.5;
  font-size: 16px;
}

.lithium_top_table_pc table tbody tr td .shadow-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px 10px 15px;
  background-color: #f2f2f2;
}

.lithium_top_table_pc table tbody tr td .shadow-box.left {
  align-items: flex-start;
}

.table_mt50 {
  margin-top: 50px;
}

.disc {
  list-style: disc;
  text-align: left;
  padding-left: 20px;
}

.sp_table_04 {
  vertical-align: top;
}

.hover-img:hover {
  opacity: .6;
}

.mb60 {
  margin-bottom: 60px;
}

.caption_none {
  display: none;
}

.pdf_icon{
  background-image: url("../../img/lithium/pdf_2.png");
  background-position: left 25px center;
  background-repeat: no-repeat;
}

.business_partners a {
  color: #0d7ec1;
  text-decoration: underline;
}

.business_partners a:hover {
  text-decoration: none;
}

.business_partners .container {
  margin-bottom: 40px;
}

.business_partners_img {
  max-width: 480px;
  margin: 0 auto;
}

.business_partners_text {
  display: flex;
  justify-content: center;
  text-align: left;
}