@charset "utf-8";

@media screen and (min-width: 769px) {
html, body {
    width: 100%;
    height: 100%;
    background: #fff;
    color: #000;
    min-width: 960px;
}
/* -----------------------------------------------------------------------------

	common
  
----------------------------------------------------------------------------- */

.sp { display: none !important; }
.alphaOver a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}
section {
    padding: 70px 0;
    min-width: 1000px;
}
.inner {
    max-width: 960px;
    margin: 0 auto;
}
h2 {
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 55px;
}
h2:before {
    content: "";
    display: block;
    width: 100%;
    height: 55px;
    background-size: auto 55px;
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 25px;
}
h2 + p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #00a03c;
    margin: -15px 0 45px;
    line-height: 1.6;
}
figure { line-height: 0; }
p.pageTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    cursor: pointer;
    z-index: 50;
}
p.pageTop:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}
p.pageTop img { width: 100%; }
#main { padding-top: 80px; }
/* -----------------------------------------------------------------------------

	header
  
----------------------------------------------------------------------------- */
header {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    z-index: 9999;
}
header .inner { position: relative; }
header p.logo {
    position: absolute;
    top: 15px;
    left: 0;
}
header p.logo img {
    margin-right: 12px;
    width: auto;
    height: 54px;
}
header p.btn {
    position: absolute;
    top: 12px;
    right: 5px;
}
/* -----------------------------------------------------------------------------

	mv
  
----------------------------------------------------------------------------- */
#mv {
    padding: 0;
    background: url(../img/mv_bg.png) repeat-x #faf4de;
}
#mv .mainContents {
    position: relative;
    z-index: 2;
    background: url(../img/hero.png) no-repeat center top;
}
#mv .mainContents .inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
    height: 615px;
}
#mv .mainContents h1 {
    position: absolute;
    top: 130px;
    left: 150px;
}
#mv .mv-catch {
    width: 960px;
    height: 50px;
    padding: 20px 0 0;
    background: #00a03c;
    border-radius: 35px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    vertical-align: middle;
}
/* -----------------------------------------------------------------------------

	navigation
  
----------------------------------------------------------------------------- */
nav {
    margin: 0 0 -190px;
    padding: 0 0 150px;
    background: #faf4de;
}
nav h1 {
    padding: 35px 0 20px;
    width: 0 auto;
    text-align: center;
}
ul.nav {
    padding: 0 -30px 0 0;
    display: table;
}
ul.nav li {
    padding: 0 30px 0 0;
    display: table-cell;
}
/* -----------------------------------------------------------------------------

	common
    item,comment
  
----------------------------------------------------------------------------- */
.item {
    width: 960px;
    margin: 30px auto 0;
    display: table;
}
.item p { margin: 0 0 1em; }
.item p:last-child { margin: 0 0 0; }
.item-left {
    width: 345px;
    display: table-cell;
    vertical-align: middle;
}
.item-right {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 150%;
}
.comment {
    width: 960px;
    margin: 60px auto -190px;
    padding: 30px;
    background: #faf4de;
    border-radius: 10px;
}
.comment h3 {
    padding: 15px 10px 10px;
    background: #00a03c;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 40px;
}
.comment-container {
    margin: 30px 0 0;
    display: table;
}
.comment-container .left {
    width: 330px;
    display: table-cell;
    vertical-align: middle;
}
.comment-container .right {
    display: table-cell;
    vertical-align: middle;
    background: #ffffff;
    border-radius: 25px;
    padding: 25px;
    font-size: 16px;
    line-height: 150%;
}
.comment-container .right p { margin: 0 0 1em; }
.comment-container .right p b {
    color: #00a03c;
    font-weight: bold;
}
/* -----------------------------------------------------------------------------

	tpms
  
----------------------------------------------------------------------------- */
#tpms { }
#tpms .title {
    margin: 30px 0 0;
    padding: 40px 0 0;
    background: #faf4de;
}
#tpms .title .title-inner {
    margin: 0 0 0;
    background: #00a03c;
}
#tpms .title-inner .catch-container {
    width: 960px;
    height: 85px;
    margin: 0 auto;
    padding: 12px 0 0;
    position: relative;
}
#tpms .title-inner .catch-container .point {
    position: absolute;
    left: 5px;
    top: -55px;
    z-index: 9998;
}
#tpms .title-inner .catch-container .catch {
    width: 960px;
    text-align: center;
    padding: 17px 0 7px;
    background: #ffffff;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 12px;
    z-index: 9997;
}
#tpms .title-inner .arrow {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 83px;
    z-index: 9996;
}
#tpms .tpms-read {
    height: 300px;
    margin: 0 0 0;
    background: url(../img/tpms/tpms_title_bg.png) no-repeat bottom #969f96;
    text-align: center;
}
#tpms .tpms-read img { margin: 100px 0 0; }
#tpms .tpms-copy {
    margin: 0 0 120px;
    padding: 60px 0 50px;
    text-align: center;
    background: url(../img/bg_diagonal.png);
}
#tpms p.center {
    text-align: center;
    margin: 20px 0 40px;
    font-size: 30px;
}
#tpms .tpms-check {
    width: 960px;
    height: 197px;
    margin: 0 auto 0;
    padding: 56px 0 0 0;
    background: url(../img/tpms/tpms_check_bg.png) no-repeat 100% 0;
}
#tpms .read {
    position: relative;
    margin-top: -190px;
    z-index: 1;
}
#tpms .read1 { padding: 120px 0 100px; }
#tpms .read1 .inner {
    background: url(../img/bg_read1.png) no-repeat left 28px;
    height: 385px;
    position: relative;
}
#tpms .read h2:before { content: none; }
#tpms .read1 h2 {
    text-align: center;
    margin-bottom: 0;
    padding-left: 180px;
}
#tpms .read1 .cts {
    width: 590px;
    height: 216px;
    position: absolute;
    top: 120px;
    right: 0;
}
#tpms .read1 .cts figure { float: left; }
#tpms .read1 .cts p {
    width: 353px;
    float: right;
    line-height: 1.8;
}
#tpms .read1 .cts p b {
    font-size: 28px;
    display: block;
    margin-bottom: 5px;
    line-height: 1.4;
    color: #000;
}
#tpms .read1 .cts p {
    font-size: 12px;
    color: #555555;
}
#tpms .read1 dl {
    width: 960px;
    margin: 0 auto;
    padding: 40px 30px 30px;
    background: #faf4de;
    border-radius: 10px;
}
#tpms .read1 dl dt {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
#tpms .read1 dl dt b {
    font-size: 48px;
    color: #e90000;
    display: block;
    margin-top: 13px;
}
#tpms .read1 dl dd {
    background: #fff;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 40px 0;
}
/* -----------------------------------------------------------------------------

	rust
  
----------------------------------------------------------------------------- */
#rust { margin: 0 0 90px; }
#rust .title {
    margin: 30px 0 0;
    padding: 40px 0 0;
}
#rust .title .title-inner {
    margin: 0 0 0;
    background: #00a03c;
}
#rust .title-inner .catch-container {
    width: 960px;
    height: 85px;
    margin: 0 auto;
    padding: 12px 0 0;
    position: relative;
}
#rust .title-inner .catch-container .point {
    position: absolute;
    left: 120px;
    top: -55px;
    z-index: 9998;
}
#rust .title-inner .catch-container .catch {
    width: 960px;
    text-align: center;
    padding: 17px 0 7px;
    background: #ffffff;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 12px;
    z-index: 9997;
}
#rust .title-inner .arrow {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 83px;
    z-index: 9996;
}
#rust .rust-read {
    height: 300px;
    margin: 0 0 0;
    background: url(../img/rust/rust_title_bg.png) no-repeat bottom #777777;
    text-align: center;
}
#rust .rust-read img { margin: 100px 0 0; }
#rust .rust-copy {
    margin: 0 0 60px;
    padding: 60px 0 50px;
    text-align: center;
    background: url(../img/bg_diagonal.png);
}
#rust .rust-copy-image-container {
    width: 960px;
    margin: 30px auto 0;
    display: table;
}
#rust .rust-copy-image-container-left {
    display: table-cell;
    text-align: left;
}
#rust .rust-copy-image-container-right {
    display: table-cell;
    text-align: right;
}
#rust .rust-caption-read {
    width: 960px;
    margin: -70px auto 10px;
    text-align: center;
    color: #e90000;
    font-size: 18px;
    font-weight: bold;
}
#rust .rust-caption {
    width: 960px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 180%;
    color: #000000;
}
#rust .rust-graph {
    width: 960px;
    margin: 0 auto;
    text-align: center;
}
#rust .rust-graph p {
    margin: 30px 0;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
}
#rust .rust-graph p.right {
    margin: 10px 0 0;
    text-align: right;
}
#rust p.center {
    text-align: center;
    margin: 20px 0 40px;
    font-size: 16px;
}
/* -----------------------------------------------------------------------------

	drive recorder
  
----------------------------------------------------------------------------- */
#dr { }
#dr .title {
    margin: 30px 0 0;
    padding: 40px 0 0;
}
#dr .title .title-inner {
    margin: 0 0 0;
    background: #00a03c;
}
#dr .title-inner .catch-container {
    width: 960px;
    height: 85px;
    margin: 0 auto;
    padding: 12px 0 0;
    position: relative;
}
#dr .title-inner .catch-container .point {
    position: absolute;
    left: 110px;
    top: -55px;
    z-index: 9998;
}
#dr .title-inner .catch-container .catch {
    width: 960px;
    text-align: center;
    padding: 17px 0 7px;
    background: #ffffff;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 12px;
    z-index: 9997;
}
#dr .title-inner .arrow {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 83px;
    z-index: 9996;
}
#dr .dr-read {
    height: 300px;
    margin: 0 0 0;
    background: url(../img/dr/dr_title_bg.png) no-repeat bottom #eeeeee;
    text-align: center;
}
#dr .dr-read img { margin: 100px 0 0; }
#dr .dr-copy {
    margin: 0 0 60px;
    padding: 60px 0 50px;
    text-align: center;
    background: url(../img/bg_diagonal.png);
}
#dr p.center {
    text-align: center;
    margin: 20px 0 40px;
    font-size: 16px;
}
/* -----------------------------------------------------------------------------

	about
  
----------------------------------------------------------------------------- */
#about {
    margin: 0 0 -70px;
    background: url(../img/about/bg.png) no-repeat center bottom #fff;
    padding-bottom: 0;
}
#about h2:before { background-image: url(../img/about/icon_ttl.png); }
#about h2 + div {
    height: 673px;
    position: relative;
}
#about h2 + div p {
    width: 420px;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    position: absolute;
    top: 200px;
    right: 32px;
}
#about h2 + div p b {
    display: block;
    font-size: 24px;
    color: #00a03c;
    margin-bottom: 25px;
}
/* -----------------------------------------------------------------------------

      technology

  ----------------------------------------------------------------------------- */

  /* andmore
  ---------------------------------------------*/
#technology .andmore {
    background: #f1ffdb;
    margin: 0 0 -310px;
    padding: 40px 0 60px;
    position: relative;
}
#technology .andmore h3 {
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 45px;
}
#technology .andmore .clr div {
    width: 470px;
    margin-bottom: 25px;
}
#technology .andmore .clr div:nth-child(odd) { float: left; }
#technology .andmore .clr div:nth-child(even) { float: right; }
 #technology .andmore .clr div:last-child, #technology .andmore .clr div::nth-last-child(2) {
 margin-bottom: 0;
}
#technology .andmore figure {
    width: 460px;
    margin: 0 auto;
}
#technology .andmore figure img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
#technology .andmore h4 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    text-align: center;
    height: 83px;
    background: url(../img/technology/bg_subttl.png) no-repeat;
    box-sizing: border-box;
}
#technology .andmore dl {
    width: 460px;
    padding: 20px 20px 0;
    margin: -3px auto 0;
    background: #fff;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
}
#technology .andmore dl dt {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.4;
}
#technology .andmore dl dd {
    color: #555;
    line-height: 1.6;
}
/* box */
#technology .andmore .box1 dl, #technology .andmore .box2 dl { height: 180px; }
#technology .andmore .box3 dl, #technology .andmore .box4 dl { height: 140px; }
#technology .andmore .box5 dl, #technology .andmore .box6 dl { height: 170px; }
#technology .andmore .box7 dl { height: 195px; }
#technology .andmore .box1 h4, #technology .andmore .box4 h4, #technology .andmore .box5 h4, #technology .andmore .box7 h4 { padding-top: 25px; }
#technology .andmore .box2 h4, #technology .andmore .box3 h4, #technology .andmore .box6 h4 { padding-top: 10px; }
/* -----------------------------------------------------------------------------

	footer
  
----------------------------------------------------------------------------- */
footer {
    text-align: center;
    padding: 35px 0 20px;
}
footer p {
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 150%;
    font-weight: bold;
}
footer ul { margin-bottom: 20px; }
footer ul li {
    display: inline-block;
    margin: 0 10px;
}
footer ul li {
    height: 54px;
    width: auto;
}
footer ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}
footer small { font-size: 10px; }
/* -----------------------------------------------------------------------------

	conversion
  
----------------------------------------------------------------------------- */
.conversion {
    margin: 240px 0 0;
    min-width: 1000px;
    width: 100%;
    height: 420px;
    padding-top: 120px;
    box-sizing: border-box;
    text-align: center;
    background: url(../img/bg_conversion.jpg) no-repeat center top;
}
.conversion p {
    width: 100%;
    position: relative;
    font-size: 30px;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}
.conversion p b { font-size: 40px; }
.conversion p span {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: -60px;
    right: 168px;
    background: #e90000;
    padding: 14px 12px;
    border-radius: 30px;
}
.conversion p span:after {
    content: "";
    width: 28px;
    height: 16px;
    background: url(../img/parts_pop.png) no-repeat 0 0;
    position: absolute;
    bottom: -13px;
    right: 14px;
}
.conversion .btn a, .conversion .btn a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}
