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