@charset "UTF-8";
/* リセットCSS
----------------------------------------*/
h1, h2, h4, h4, h5, h6, div, p, ul, li, dl, dt, dd, table, tr, td, img {
  margin: 0;
  border: 0;
  padding: 0;
}

/* コンテナ
----------------------------------------*/
div#wrap-container {
  padding: 0;
  width: 100%;
}

div#container {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  margin: 0 0 80px;
}

/* SP非表示
----------------------------------------*/
.sp {
  display: none;
}

/* タイトル
----------------------------------------*/
span.space {
  margin-left: 1em;
}

#container h1 {
  border-bottom: 1px solid #cccccc;
  font-size: 1.7em;
  line-height: 1.2;
  margin: 0 auto 20px;
  padding-bottom: 0;
  width: 980px;
}

div.title-banner {
  position: relative;
  margin: 0 auto;
  background-color: #D90013;
}

p.title-banner {
  width: 980px;
  margin: 0 auto;
}

/* リード文 */
div#read {
  font-size: 1.1em;
  width: 655px;
  margin: 0 auto 20px;
  padding: 4.5em 30px 3.5em;
  line-height: 2;
}

div#read img {
  display: block;
  width: 40%;
  margin: 0 auto 2%;
}

div#read strong {
  display: block;
  font-size: 1.5em;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 3.5%;
}

div#read strong span {
  font-size: 1.3em;
  color: #EE5047;
}

/* 運転中の */
div#drive {
  width: 100%;
  background-color: #000000;
  margin: 0 0 11em;
  padding: 6em 0 6.5em;
}

div.drive-inner {
  width: 980px;
  margin: 0 auto;
  text-align: center;
}

img.drive-main {
  display: block;
  width: 18%;
  margin: 0 auto 2%;
}

div.drive-inner span {
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  color: #FFFFFF;
  width: 29%;
}

div.drive-inner span:nth-of-type(1) {
  margin: 0 5% 0 0;
}

div.drive-inner span br {
  display: none;
}

img.drive-sub {
  width: 100%;
  margin: 0 0 4%;
  display: block;
}

div.drive-inner img:nth-of-type(2) {
  margin: 0 5% 0 0;
}

div.drive-inner p {
  font-size: 1.1em;
  line-height: 2;
  text-align: left;
  color: #FFFFFF;
  width: 700px;
  margin: 2.5em auto 0;
}

div.drive-inner p strong {
  display: block;
  font-size: 1.5em;
  text-align: center;
  color: #FBC338;
  margin: 0 0 2%;
}

/* 道路交通法の改正ポイント */
div#point-caseA {
  width: 100%;
  background-color: #FFC334;
  padding: 4em 0 6.5em;
}

div#point-caseB {
  width: 100%;
  background-color: #F05246;
}

div.point-caseA-inner {
  width: 980px;
  margin: 0 auto;
  padding: 6% 0 0;
  position: relative;
}

div.point-title {
  position: absolute;
  top: -123px;
  left: 67px;
}

div.p-in {
  position: relative;
}

div.point-title span {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 28px;
  left: 0;
  text-align: center;
  font-size: 1.1em;
}

div.case-list {
  width: 773px;
  margin: 0 auto;
  border: 3px solid #000000;
  border-radius: 0.5em;
  background-color: #FFFFFF;
  padding: 7% 9% 7% 11%;
}

div.case-list p {
  text-align: center;
}

div.case-list p img {
  width: 19%;
  margin: 0 0 2%;
}

div.case-list p strong {
  display: block;
  font-size: 1.8em;
  text-align: center;
  line-height: 1.4;
}

div.case-list dl {
  margin: 5% 0 0;
}

div.case-list dl dt {
  float: left;
  width: 30%;
}

div.case-list dl dt img {
  width: 100%;
}

div.case-list dl dd {
  float: right;
  width: 64%;
  padding: 2% 0 0;
}

div.point-caseA-inner div.case-list dl dd span.case-breakdown {
  display: inline-block;
  background-color: #FFC334;
  padding: 2.8% 8% 2.3%;
  margin: 0 0 5% -16px;
  font-size: 1.2em;
  font-weight: bold;
}

div.point-caseB-inner div.case-list dl dd span.case-breakdown {
  display: inline-block;
  background-color: #D90013;
  padding: 2.8% 8% 2.3%;
  margin: 0 0 5% -16px;
  font-size: 1.2em;
  font-weight: bold;
  color: #FFFFFF;
}

div.case-list dl dd ul li {
  font-size: 1.05em;
  text-indent: -1em;
  margin: 0 1em 3.5% 0;
}

div.case-list dl dd ul li.no-ws {
  font-size: 1.05em;
  text-indent: 0;
  margin: 0 0 3.5% -16px;
  line-height: 1.9;
}

div.casetable {
  width: 570px;
  margin: 7% auto 0;
}

div.casetable table {
  width: 100%;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  border-collapse: collapse;
}

div.casetable table th {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-size: 1.1em;
  font-weight: normal;
  padding: 1%;
}

div.casetable table th:nth-of-type(1) {
  width: 6%;
}

div.casetable table th:nth-of-type(2) {
  width: 43%;
}

div.casetable table th:nth-of-type(3) {
  width: 51%;
}

div.casetable table td {
  font-size: 1.5em;
  vertical-align: middle;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 4% 4% 1% 4%;
}

div.casetable table tr td:nth-of-type(1) {
  font-size: 1.35em;
}

div.casetable table td.gray {
  color: #7D7D7D;
}

div.casetable table td img.batsu {
  width: 89px;
  vertical-align: -8px;
  margin: 0 3% 0 0;
}

div.casetable table td span.batsu-outer {
  display: block;
  margin: 0 0 8% 0;
}

div.casetable table td span.smal {
  font-size: 0.7em;
}

div.casetable table td span.or {
  display: block;
  text-align: center;
  font-size: 0.7em;
  margin: 0 0 8% 0;
}

div.casetable table th.orange {
  background-color: #FFC334;
}

div.casetable table td.orange {
  background-color: #FFE199;
}

div.casetable table th.red {
  background-color: #EB6D71;
}

div.casetable table td.red {
  background-color: #F4ABA5;
}

div.casetable table td.red-o {
  background-color: #EB6D71;
}

div.casetable table td span.tensu-top {
  display: block;
  border-bottom: 1px solid #969696;
  padding: 3% 0;
  margin: 0 3%;
  text-align: center;
}

div.casetable table td span.tensu-top.kaisei {
  border-bottom: 1px solid #000000;
}

div.casetable table td span.tensu-bottom {
  display: block;
  padding: 4% 0;
  margin: 0 3%;
  letter-spacing: -0.04em;
  text-align: center;
}

span.mentei {
  font-size: 0.9em;
  vertical-align: -1px;
  display: inline-block;
}

div.casetable table td span.tensu-bottom img {
  width: 21px;
  vertical-align: top;
  margin: 0 7px 0 0;
}

div.casetable table td span.tensu-right {
  display: inline-block;
  vertical-align: top;
  font-size: 0.8em;
  line-height: 1.4;
  text-align: left;
}

div.casetable table td span.tensu-right span {
  font-size: 1.13em;
}

img.all {
  width: 100%;
  margin: 0 0 9%;
}

div#point-caseB {
  width: 100%;
  background-color: #D90013;
  padding: 6.5em 0;
}

div.point-caseB-inner {
  width: 980px;
  margin: 0 auto;
}

/* では、運転時に安全に通話するには？ */
div#what {
  width: 100%;
  padding: 6em 0 3em;
}

div.what-inner {
  width: 980px;
  margin: 0 auto;
}

img.what-title {
  display: block;
  margin: 0 auto 5%;
}

div.what-cont img {
  float: left;
  width: 43%;
}

div.what-cont p {
  float: right;
  width: 54%;
  font-size: 1.15em;
  line-height: 1.9;
}

div.what-cont p strong {
  display: block;
  color: #3962FC;
  font-size: 1.45em;
  margin: 0 0 2%;
  line-height: 1.4;
}

/* ご注意 */
div#att {
  width: 100%;
  background-color: #000000;
  padding: 3.5em 0;
}

div.att-inner {
  width: 980px;
  margin: 0 auto;
}

p.att-title {
  text-align: center;
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 2%;
}

p.att-title img {
  width: 5%;
  display: block;
  margin: 0 auto 1%;
}

p.att-cont {
  width: 800px;
  margin: 0 auto;
  font-size: 1.2em;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.9;
}

p.att-cont span {
  color: #FEC530;
}

/* 製品一覧 */
div#product {
  width: 100%;
  background-color: #97D7F2;
  padding: 6em 0 6.5em;
}

div.carkit {
  width: 980px;
  margin: 0 auto;
}

div.bluetooth {
  width: 980px;
  margin: 0 auto;
  padding: 0 0 0;
}

div#product dl dt {
  border: 2px solid #000000;
  border-radius: 3em;
  background-color: #65ACFA;
  padding: 1% 0 0.5%;
  width: 350px;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 auto;
}

div#product dl dd {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  padding: 2% 0 3%;
}

p.caption {
  text-align: center;
  font-size: 1.1em;
  margin: 0 0 3%;
}

div.product-list {
  background-color: #FFFFFF;
  padding: 4% 8%;
}

.btBox {
  margin: 15px auto 35px auto;
  background: #ffffff;
  clear: both;
  padding: 0;
}

.btBox:nth-last-of-type(1) {
  margin: 15px auto 0 auto;
  background: #ffffff;
  clear: both;
  padding: 0;
}

.btBox:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  visibility: hidden;
}

.blTxt {
  padding: 5px 5px 5px 0;
  margin: 0 0 13px 0;
  color: #3964FF;
  font-size: 1.2em;
  font-weight: bold;
}

.leftArea {
  display: inline;
  float: left;
  width: 407px;
  background: #ffffff;
  padding: 0 0 20px 0;
}

.leftArea img {
  border: 1px solid #bbbbbb;
  width: 198px;
  height: 198px;
}

.leftArea span.katamimi {
  display: block;
  font-weight: bold;
  color: #E3034A;
  margin: 10px 0 0;
}

.rightArea {
  display: inline;
  float: left;
  width: 407px;
  background: #ffffff;
}

.icon_area p {
  float: left;
  margin: 0 0 0 8px;
}

.rightArea .tableStyle {
  width: 98%;
  margin: 0 0 20px auto;
  border: solid 1px #cccccc;
  border-collapse: collapse;
  font-size: 1.15em;
}

.rightArea .tableStyle th, .rightArea .tableStyle td {
  border: solid 1px #cccccc;
  background: #ffffff;
  font-size: 0.84em;
  padding: 4px 8px 4px 8px;
  text-align: left;
  font-weight: normal;
  line-height: 130%;
}

.rightArea .tableStyle th {
  width: 21%;
  white-space: nowrap;
}

.rightArea .tableStyle th br {
  display: none;
}

.rightArea .tableStyle td {
  width: 79%;
}

.rightArea .tableStyle td a {
  font-weight: bold;
  background: url(/static/images/common/yaji_maru_bl_12.png) no-repeat 0 4px;
  padding: 0 0 0 15px;
  line-height: 150%;
}

div.product-list ul.icon {
  margin: 0 0 2% 9px;
}

div.product-list ul.icon li {
  font-size: 1em;
  padding: 1.5% 3% 0.8%;
  display: inline-block;
  margin: 0 1% 0 0;
}

div.product-list ul.icon li.yellow {
  background-color: #FFC334;
  color: #333333;
  width: 38%;
  text-align: center;
}

div.product-list ul.icon li.green {
  background-color: #22AD38;
  color: #FFFFFF;
  width: 18%;
  text-align: center;
}

img.lim,
img.new {
  vertical-align: middle;
}

/* 下リンク */
div#bottom-link {
  width: 100%;
  padding: 8em 0 0;
}

div.bottom-link-inner {
  width: 980px;
  margin: 0 auto;
  text-align: center;
}

div.bottom-link-inner span {
  display: block;
  margin: 0 0 1.5%;
  font-size: 1.45em;
  font-weight: bold;
  color: #00AEFC;
}

div.bottom-link-inner span {
  line-height: 1.3;
}

div.bottom-link-info {
  display: inline-block;
}

div.bottom-link-info:nth-of-type(1) {
  margin: 0 14px 0 0;
}

/* clfx */
.clfx:before {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.clfx:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
