@charset "utf-8";

@media screen and (max-width: 768px) {
html, body {
    width: 768px;
    height: 100%;
    background: #fff;
    color: #333;
    margin: 0 auto;
}
body.fixed { overflow: hidden; }
p { background-image: url(../img/clear.gif); }
/* -----------------------------------------------------------------------------

	common
  
----------------------------------------------------------------------------- */

.pc { 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; }
.inner { margin: 0 auto; }
h2 {
    font-size: 48px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 40px;
}
h2:before {
    content: "";
    display: block;
    width: 100%;
    height: 93px;
    background-size: auto 93px;
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 25px;
}
h2 + p {
    font-size: 28px;
    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;
    z-index: 50;
}
#main { padding-top: 105px; }
/* -----------------------------------------------------------------------------

	conversion
  
----------------------------------------------------------------------------- */
.conversion {
    width: 100%;
    height: 360px;
    margin: 180px 0 0;
    padding-top: 120px;
    box-sizing: border-box;
    text-align: center;
    background: url(../img/bg_conversion_sp.jpg) no-repeat center top;
}
.conversion p {
    width: 100%;
    position: relative;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}
.conversion p b { font-size: 50px; }
.conversion p span {
    display: block;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: -70px;
    right: 40px;
    background: #e90000;
    padding: 14px 12px;
    border-radius: 30px;
}
.conversion p span:after {
    content: "";
    width: 38px;
    height: 11px;
    background: url(../img/parts_pop_sp.png) no-repeat 0 0;
    position: absolute;
    bottom: -9px;
    right: 15px;
}
/* -----------------------------------------------------------------------------

	header
  
----------------------------------------------------------------------------- */
header {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 105px;
    top: 0;
    z-index: 9999;
}
header .inner { position: relative; }
header p.logo {
    position: absolute;
    top: 20px;
    left: 0;
}
header p.logo img { margin-left: 20px; }
header span.menu {
    display: block;
    width: 108px;
    height: 104px;
    background: url(../img/btn_menu.png) no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}
header span.menu.open { background: url(../img/btn_menu_close.png) no-repeat; }
/* -----------------------------------------------------------------------------

	mv
  
----------------------------------------------------------------------------- */
#mv { padding: 0;
    background: #faf4de;}
#mv .mainContents {
    position: relative;
    z-index: 2;
    background: url(../img/sp_hero.png) no-repeat center top;
}
#mv .mainContents .inner {
    position: relative;
    height: 677px;
}
#mv .mainContents h1 {
    width: 90%;
    height: auto;
    position: absolute;
    bottom: 100px;
    right: 54px;
}
#mv .mv-catch {
    width: 90%;
    height: 40px;
    margin: 0 20px;
    padding: 20px 20px 0;
    background: #00a03c;
    border-radius: 35px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    vertical-align: middle;
}
#mv .mv-catch img {
    width: 90%;
    height: auto;
}
#mv h2:before { content: none; }
#mv .read {
    position: relative;
    z-index: 1;
    margin-top: -120px;
}
#mv .read1 {
    background-size: 16px auto;
    padding: 120px 25px 120px;
}
#mv .read1 h2 {
    text-align: center;
    margin-bottom: 23px;
}
#mv .read1 .cts figure {
    text-align: center;
    margin-bottom: 35px;
}
#mv .read1 .cts p {
    font-size: 24px;
    line-height: 1.5;
    color: #555555;
}
#mv .read1 .cts p b {
    font-size: 36px;
    display: block;
    margin-bottom: 30px;
    color: #000;
    text-align: center;
}
#mv .read1 dl {
    margin: 35px 0 0;
    background: #faf4de;
    border-radius: 10px;
    padding: 45px 25px 25px 25px;
}
#mv .read1 dl dt {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}
#mv .read1 dl dt b {
    font-size: 46px;
    color: #e90000;
    display: block;
    margin-top: 15px;
}
#mv .read1 dl dd {
    background: #fff;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 40px 0;
}
/* -----------------------------------------------------------------------------

	menu
  
----------------------------------------------------------------------------- */
nav.sp {
    display: none;
    position: absolute;
    top: 105px;
    width: 100%;
    background: #00a03c;
    padding-bottom: 50px;
    overflow-y: scroll;
    box-sizing: border-box;
}
nav.sp ul li a {
    display: block;
    width: 100%;
    font-size: 33px;
    font-weight: bold;
    color: #fff;
    padding: 45px 0 45px 25px;
    box-sizing: border-box;
    background: url(../img/icon_nav.png) no-repeat 97% center;
    border-bottom: 1px solid #80d09e;
}
nav.sp p {
    text-align: center;
    margin-top: 50px;
}
/* -----------------------------------------------------------------------------

	local 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 { text-align: center; }
ul.nav li { margin: 0 0 20px; }
/* -----------------------------------------------------------------------------

	common
    item,comment
  
----------------------------------------------------------------------------- */
.item { margin: 30px auto 0; }
.item p {
    font-size: 30px;
    margin: 0 0 1em;
}
.item p:last-child { margin: 0 0 0; }
.item-left { text-align: center; }
.item-left img {
    width: 50%;
    height: auto;
}
.item-right { padding: 30px; }
.comment {
    margin: 60px 30px -190px;
    padding: 30px;
    background: #faf4de;
    border-radius: 30px;
}
.comment h3 {
    padding: 15px 10px 10px;
    background: #00a03c;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    border-radius: 40px;
}
.comment-container { margin: 30px 0 0; }
.comment-container .left { text-align: center; }
.comment-container .right {
    margin: 30px 0 0;
    background: #ffffff;
    border-radius: 25px;
    padding: 25px;
    font-size: 30px;
    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: 100%;
    height: 100px;
    margin: 0 auto;
    padding: 12px 10px 0;
    position: relative;
    box-sizing: border-box;
}
#tpms .title-inner .catch-container .point {
    position: absolute;
    left: 5px;
    top: -55px;
    z-index: 9998;
}
#tpms .title-inner .catch-container .catch {
    width: 100%;
    text-align: center;
    padding: 20px 0 10px;
    background: #ffffff;
    border-radius: 10px;
    z-index: 9997;
}
#tpms .title-inner .catch-container .catch img {
    width: 90%;
    height: auto;
}
#tpms .title-inner .arrow {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 78px;
    z-index: 9996;
}
#tpms .tpms-read {
    height: 278px;
    margin: 0 0 0;
    background: url(../img/tpms/sp_tpms_title_bg.png) no-repeat bottom #969f96;
    text-align: center;
}
#tpms .tpms-read img {
    width: 90%;
    height: auto;
}
#tpms .tpms-read img { margin: 100px 0 0; }
#tpms .tpms-copy {
    margin: 0 0 120px;
    padding: 30px 0 30px;
    text-align: center;
    background: url(../img/bg_diagonal.png);
}
#tpms p.center {
    text-align: center;
    margin: 20px 0 40px;
    font-size: 28px;
}
#tpms .tpms-check {
    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 {
    height: 720px;
    position: relative;
}
#tpms .read h2:before { content: none; }
#tpms .read1 h2 {
    text-align: center;
    margin-bottom: 0;
}
#tpms .read1 .cts {
    width: 590px;
    height: 216px;
    margin: 0 auto;
}
#tpms .read1 h2 {
    text-align: center;
    margin-bottom: 23px;
}
#tpms .read1 .cts figure {
    text-align: center;
    margin-bottom: 20px;
}
#tpms .read1 .cts figure img {
    width: 100%;
    height: auto;
}
#tpms .read1 .cts p {
    font-size: 24px;
    line-height: 1.5;
    color: #555555;
}
#tpms .read1 .cts p b {
    font-size: 30px;
    display: block;
    margin-bottom: 30px;
    color: #000;
    text-align: center;
}
#tpms .read1 dl {
    margin: 35px 0 0;
    background: #faf4de;
    border-radius: 10px;
    padding: 45px 25px 25px 25px;
}
#tpms .read1 dl dt {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}
#tpms .read1 dl dt b {
    font-size: 46px;
    color: #e90000;
    display: block;
    margin-top: 15px;
}
#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: 100%;
    height: 100px;
    margin: 0 auto;
    padding: 12px 10px 0;
    position: relative;
    box-sizing: border-box;
}
#rust .title-inner .catch-container .point {
    position: absolute;
    left: 60px;
    top: -55px;
    z-index: 9998;
}
#rust .title-inner .catch-container .catch {
    width: 100%;
    text-align: center;
    padding: 20px 0 10px;
    background: #ffffff;
    border-radius: 10px;
    z-index: 9997;
}
#rust .title-inner .catch-container .catch img {
    width: 64%;
    height: auto;
}
#rust .title-inner .arrow {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 78px;
    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 { margin: 30px 30px 0; }
#rust .rust-copy-image-container img {
    width: 100%;
    height: auto;
}
#rust .rust-copy-image-container-left {
    margin: 0 0 20px;
    text-align: center;
}
#rust .rust-copy-image-container-right { text-align: center; }
#rust .rust-caption-read {
    margin: -70px auto 10px;
    text-align: center;
    color: #e90000;
    font-size: 30px;
    font-weight: bold;
}
#rust .rust-caption {
    margin: 0 30px;
    text-align: left;
    font-size: 24px;
    line-height: 180%;
    color: #000000;
    box-sizing: border-box;
}
#rust .rust-graph {
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
}
#rust .rust-graph img {
    width: 100%;
    height: auto;
}
#rust .rust-graph p {
    margin: 30px 0;
    font-size: 30px;
    line-height: 150%;
    text-align: left;
}
#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;
}
/* -----------------------------------------------------------------------------

	about
  
----------------------------------------------------------------------------- */
#about {
    background: #fff;
    border-bottom: 2px solid #ddd;
    padding-bottom: 0;
}
#about h2:before { background-image: url(../img/about/icon_ttl.png); }
#about h2 + div p {
    font-size: 30px;
    color: #555;
    line-height: 1.6;
    padding: 30px 40px;
}
/* -----------------------------------------------------------------------------

	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: 100%;
    height: 100px;
    margin: 0 auto;
    padding: 12px 10px 0;
    position: relative;
    box-sizing: border-box;
}
#dr .title-inner .catch-container .point {
    position: absolute;
    left: 50px;
    top: -55px;
    z-index: 9998;
}
#dr .title-inner .catch-container .catch {
    width: 100%;
    text-align: center;
    padding: 20px 0 10px;
    background: #ffffff;
    border-radius: 10px;
    z-index: 9997;
}
#dr .title-inner .catch-container .catch img {
    width: 65%;
    height: auto;
}
#dr .title-inner .arrow {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 78px;
    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 {
    width: 90%;
    height: auto;
    margin: 90px 0 0;
}
#dr .dr-copy {
    margin: 0 0 30px;
    padding: 30px 0 30px;
    text-align: center;
    background: url(../img/bg_diagonal.png);
}
#dr p.center {
    text-align: center;
    margin: 20px 0 40px;
    font-size: 16px;
}
/* -----------------------------------------------------------------------------

	service
  
----------------------------------------------------------------------------- */
#service {
    padding: 60px 0 30px;
    margin: 0 0 -250px;
    background: #f1ffdb;
}
#service h2:before { background-image: url(../img/service/icon_ttl.png); }
#service h3 {
    font-size: 33px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 38px;
}
#service .clr div { margin-bottom: 70px; }
#service figure {
    width: 712px;
    margin: 0 auto;
}
#service figure img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
#service h4 {
    font-size: 38px;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    text-align: center;
    height: 128px;
    background: url(../img/bg_subttl_sp.png) no-repeat center;
    box-sizing: border-box;
    padding: 10px 0 0;
}
#service .box1 h4, #service .box2 h4, #service .box3 h4, #service .box4 h4, #service .box5 h4, #service .box7 h4 { padding: 35px 0 0; }
#service dl {
    width: 712px;
    padding: 25px;
    margin: 0 auto;
    background: #fff;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
}
#service dl dt {
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    background-image: url(../img/clear.gif);
}
#service dl dd {
    font-size: 30px;
    color: #555;
    line-height: 1.6;
    background-image: url(../img/clear.gif);
}
/* -----------------------------------------------------------------------------

	footer
  
----------------------------------------------------------------------------- */
footer {
    text-align: center;
    padding: 40px 0 30px;
}
footer p {
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 150%;
    font-weight: bold;
}
footer ul { margin-bottom: 30px; }
footer ul li {
    display: inline-block;
    margin: 0 10px;
}
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: 16px; }
}
