@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
@font-face {
  font-family: 'MazdaTypeRegular';
  font-style: Regular;
  font-weight: 400;
  src: local("0050_MazdaType-Regular.otf"), url("/inc/font/mazdatype/0050_MazdaType-Regular.otf") format("opentype"), url("/inc/font/mazdatype/0050_MazdaType-Regular.woff") format("woff"), url("/inc/font/mazdatype/0050_MazdaType-Regular.woff2") format("woff2"); }

@font-face {
  font-family: 'MazdaTypeMedium';
  font-style: medium;
  font-weight: 500;
  src: local("0030_MazdaType-Medium.otf"), url("/inc/font/mazdatype/0030_MazdaType-Medium.otf") format("opentype"), url("/inc/font/mazdatype/0030_MazdaType-Medium.woff") format("woff"), url("/inc/font/mazdatype/0030_MazdaType-Medium.woff2") format("woff2"); }

@font-face {
  font-family: 'MazdaTypeBold';
  font-style: Bold;
  font-weight: 700;
  src: local("0010_MazdaType-Bold.otf"), url("/inc/font/mazdatype/0010_MazdaType-Bold.otf") format("opentype"), url("/inc/font/mazdatype/0010_MazdaType-Bold.woff") format("woff"), url("/inc/font/mazdatype/0010_MazdaType-Bold.woff2") format("woff2"); }

/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
.lowerCaption_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

.lowerCaption {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #101010;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow-x: hidden;
  background-position: center; }
  @media screen and (max-width: 768px) {
    .lowerCaption {
      height: 150px;
      background-image: none !important;
      text-align: center; } }
  .lowerCaption_title {
    font-weight: normal;
    font-size: 35px;
    letter-spacing: 5.25px;
    color: #FFFFFF;
    max-width: 1000px;
    padding: 0 10px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .lowerCaption_title {
        font-size: 25px;
        width: 100%;
        padding: 0 20px; } }
  .lowerCaption_english {
    display: block;
    font-size: 23px; }
    @media screen and (max-width: 1024px) {
      .lowerCaption_english {
        font-size: 15px; } }

#localNavi {
  overflow: hidden;
  letter-spacing: 1px; }
  #localNavi a {
    display: inline-block;
    position: relative;
    padding: 0 15px;
    height: 50px;
    line-height: 50px; }
    #localNavi a:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 0;
      margin: auto;
      height: 2px;
      background-color: transparent;
      transition: width 0.4s ease, background-color 0.4s ease; }
      @media screen and (max-width: 1024px) {
        #localNavi a:after {
          display: none; } }
    #localNavi a:hover, #localNavi a.active {
      font-weight: bold;
      color: #101010; }
      #localNavi a:hover:after, #localNavi a.active:after {
        width: 100%;
        background-color: #101010; }
  #localNavi .subnavititle {
    float: left;
    font-weight: bold; }
    @media screen and (max-width: 1024px) {
      #localNavi .subnavititle {
        float: none;
        width: 100%;
        pointer-events: all;
        text-align: center; }
        #localNavi .subnavititle a {
          pointer-events: none; }
        #localNavi .subnavititle:after {
          margin-left: 5px;
          color: #999999;
          content: "\f078";
          font-family: "Font Awesome 5 Free";
          font-weight: 600; } }
    @media screen and (max-width: 1024px) {
      #localNavi .subnavititle.active:after {
        content: "\f077";
        font-family: "Font Awesome 5 Free";
        font-weight: 600; } }
  #localNavi ul {
    text-align: center;
    font-size: 0.9rem;
    display: block; }
    @media screen and (max-width: 1024px) {
      #localNavi ul {
        margin: 0;
        max-height: 0;
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        transition: 0.4s ease;
        z-index: -1; } }
    #localNavi ul li {
      display: inline-block; }
      @media screen and (max-width: 1024px) {
        #localNavi ul li {
          display: block; } }
      #localNavi ul li a {
        color: #101010; }
        @media screen and (max-width: 1024px) {
          #localNavi ul li a {
            background: #F5F5F5;
            padding: 15px 0;
            height: auto;
            line-height: initial;
            text-align: center;
            display: block;
            border-top: 1px solid #d5d5d5; } }
  @media screen and (max-width: 1024px) {
    #localNavi.open ul {
      margin: 0;
      max-height: 1000em;
      opacity: 1;
      -ms-filter: "alpha(opacity=100)";
      z-index: inherit; } }

/*
モジュール系おまとめファイル
*/
#formTable {
  border-top: 1px solid #999999; }
  @media screen and (max-width: 568px) {
    #formTable {
      border-top: 0; } }
  #formTable .form_wrap {
    border: 1px solid #999999;
    border-top: 0;
    display: -ms-flex;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 568px) {
      #formTable .form_wrap {
        display: block;
        padding-left: 0;
        padding-right: 0;
        border: 0;
        letter-spacing: -1em; } }
  @media screen and (max-width: 568px) {
    #formTable .title, #formTable .tip {
      display: inline-block; } }
  #formTable .title, #formTable .detail, #formTable .tip {
    -ms-flex-direction: row;
        flex-direction: row; }
    @media screen and (max-width: 568px) {
      #formTable .title, #formTable .detail, #formTable .tip {
        letter-spacing: normal; } }
  #formTable .title {
    width: 20%;
    background: #F5F5F5;
    color: #101010;
    padding: 20px; }
    @media screen and (max-width: 568px) {
      #formTable .title {
        width: 80%;
        font-weight: bold;
        padding: 10px; }
        #confim #formTable .title {
          width: 100%; } }
  #formTable .tip {
    margin-right: 2%;
    background: #F5F5F5;
    padding: 20px 2% 20px 2%;
    border-right: 1px solid #999999; }
    @media screen and (max-width: 568px) {
      #formTable .tip {
        width: 20%;
        height: 44px;
        margin: 0;
        text-align: right;
        padding: 10px;
        border: 0;
        vertical-align: top; } }
  #formTable .detail {
    width: 68%;
    padding: 20px; }
    @media screen and (max-width: 568px) {
      #formTable .detail {
        width: 100%;
        display: block; } }
  #formTable .txt {
    margin-bottom: 15px; }
    #formTable .txt p {
      margin-top: 15px; }
      @media screen and (max-width: 568px) {
        #formTable .txt p {
          letter-spacing: normal; } }
    #formTable .txt:last-child {
      margin-bottom: 0; }

input, textarea, select {
  border: 1px solid #999999;
  border-radius: 3px;
  padding: 4px 10px;
  background: #fff; }
  @media screen and (max-width: 768px) {
    input, textarea, select {
      width: 100%;
      display: block; }
      input.medium, input.long, input.small, textarea.medium, textarea.long, textarea.small, select.medium, select.long, select.small {
        width: 100%;
        display: block; } }

input.small {
  width: 30%; }
  @media screen and (max-width: 768px) {
    input.small {
      width: 100%; } }

input.medium {
  width: 50%; }
  @media screen and (max-width: 768px) {
    input.medium {
      width: 100%; } }

input.long {
  width: 100%; }

textarea {
  width: 100%; }

.ico {
  font-size: 80%;
  padding: 3px 5px;
  border-radius: 3px;
  display: inline-block;
  color: #fff; }
  .ico.must {
    background: #990D1A; }
  .ico.optional {
    background: #101010; }

fieldset {
  border: 0 none; }

.agree fieldset {
  margin-bottom: 40px; }
  .agree fieldset label:hover {
    cursor: pointer; }

input[type="radio"] {
  position: absolute;
  opacity: 0; }
  @media screen and (max-width: 768px) {
    input[type="radio"] {
      width: auto;
      display: inline-block; } }
  input[type="radio"] + label {
    margin-right: 1em; }
    input[type="radio"] + label:before {
      content: '';
      background: #FFFFFF;
      border-radius: 100%;
      border: 1px solid #595959;
      display: inline-block;
      width: 1em;
      height: 1em;
      position: relative;
      top: 0.2em;
      margin-right: 0.5em;
      vertical-align: top;
      cursor: pointer;
      text-align: center;
      transition: all 0.3s ease; }
  input[type="radio"]:checked + label:before {
    background-color: #101010;
    box-shadow: inset 0 0 0 3px #FFFFFF; }

.checkbox {
  font-size: 96%;
  position: relative;
  padding-left: .5rem;
  line-height: 1.5;
  cursor: pointer; }
  @media screen and (max-width: 568px) {
    .checkbox {
      padding-left: .2rem;
      font-size: 78%; } }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label {
  position: relative;
  z-index: 0;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    input[type="checkbox"] + label {
      width: auto;
      display: inline-block; } }
  input[type="checkbox"] + label:before {
    transition: transform 0.3s ease-in-out, border 0.3s ease-in-out, height 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 4px;
    left: -19px;
    z-index: 1;
    width: 1rem;
    height: 1rem;
    border: 2px solid #999999; }
    @media screen and (max-width: 568px) {
      input[type="checkbox"] + label:before {
        top: 2px; } }
  input[type="checkbox"] + label:after {
    content: "";
    position: absolute;
    top: 4px;
    left: -19px;
    width: 1.1rem;
    height: 1.1rem;
    background: #FFFFFF;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      input[type="checkbox"] + label:after {
        width: 1.4rem;
        height: 1.4rem; } }
    @media screen and (max-width: 568px) {
      input[type="checkbox"] + label:after {
        top: 2px; } }

input[type="checkbox"]:checked + label:before {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  height: .5rem;
  border-color: #101010;
  border-top-style: none;
  border-right-style: none; }

.error {
  background: #f47e89;
  border: 2px solid #990D1A;
  padding: 20px;
  color: #990D1A;
  margin: 20px auto;
  border-radius: 3px; }

.form_error_wrap {
  display: none; }

.form_error div.txt {
  position: relative;
  display: inline-block; }
  @media screen and (max-width: 768px) {
    .form_error div.txt {
      display: block; } }
  .form_error div.txt.wdh100 {
    width: 100%; }
  .form_error div.txt::before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #990D1A;
    font-size: 1.6rem;
    position: absolute;
    top: 0;
    right: 10px; }

.form_error .form_error_wrap {
  display: block;
  color: #990D1A; }
  .form_error .form_error_wrap ul {
    font-size: 90%;
    display: inline-block;
    margin-top: 5px; }
    .form_error .form_error_wrap ul i {
      display: inline; }

.form_error input, .form_error textarea, .form_error select {
  background: #f47e89;
  border: 2px solid #990D1A;
  padding: 4px 10px;
  color: #990D1A; }
  @media screen and (max-width: 768px) {
    .form_error input.medium, .form_error input.long, .form_error input.small, .form_error textarea.medium, .form_error textarea.long, .form_error textarea.small, .form_error select.medium, .form_error select.long, .form_error select.small {
      width: 100%;
      display: block; } }

textarea.has_error, textarea.has_success, input.has_error, input.has_success, select.has_error, select.has_success {
  background-repeat: no-repeat;
  background-position: right center; }

textarea.has_error, input.has_error, select.has_error {
  border: 1px solid #990D1A; }

textarea.has_success, input.has_success, select.has_success {
  border: 1px solid #5cb85c;
  background-color: #e9fbe9; }
  textarea.has_success:before, input.has_success:before, select.has_success:before {
    /*  content: "\f00c";
      font-family: $FontAwesome;
      color: $keyColor;*/ }

textarea.has_error, textarea.has_success {
  background-position: right top; }

/*
ユーティリティ系おまとめファイル
*/
@font-face {
  font-family: 'MazdaTypeRegular';
  font-style: Regular;
  font-weight: 400;
  src: local("0050_MazdaType-Regular.otf"), url("/inc/font/mazdatype/0050_MazdaType-Regular.otf") format("opentype"), url("/inc/font/mazdatype/0050_MazdaType-Regular.woff") format("woff"), url("/inc/font/mazdatype/0050_MazdaType-Regular.woff2") format("woff2"); }

@font-face {
  font-family: 'MazdaTypeMedium';
  font-style: medium;
  font-weight: 500;
  src: local("0030_MazdaType-Medium.otf"), url("/inc/font/mazdatype/0030_MazdaType-Medium.otf") format("opentype"), url("/inc/font/mazdatype/0030_MazdaType-Medium.woff") format("woff"), url("/inc/font/mazdatype/0030_MazdaType-Medium.woff2") format("woff2"); }

@font-face {
  font-family: 'MazdaTypeBold';
  font-style: Bold;
  font-weight: 700;
  src: local("0010_MazdaType-Bold.otf"), url("/inc/font/mazdatype/0010_MazdaType-Bold.otf") format("opentype"), url("/inc/font/mazdatype/0010_MazdaType-Bold.woff") format("woff"), url("/inc/font/mazdatype/0010_MazdaType-Bold.woff2") format("woff2"); }

/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
.lowerCaption_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

.step {
  margin-bottom: 40px;
  display: -ms-flex;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: 768px) {
    .step {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .step h2, .step ul {
    -ms-flex-direction: row;
        flex-direction: row; }
  .step h2 {
    width: 40%;
    font-size: 24px;
    margin: 0;
    text-align: center;
    font-weight: normal; }
    @media screen and (max-width: 1024px) {
      .step h2 {
        font-size: 100%; } }
    @media screen and (max-width: 768px) {
      .step h2 {
        width: 100%;
        margin-bottom: 20px; } }
  .step ul {
    width: 60%;
    display: -ms-flex;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 768px) {
      .step ul {
        width: 100%; } }
    .step ul li {
      -ms-flex-direction: row;
          flex-direction: row;
      width: 30%;
      margin: 1%;
      background: #999999;
      padding: 13px 20px;
      position: relative;
      text-align: center; }
      @media screen and (max-width: 1024px) {
        .step ul li {
          width: 32%;
          font-size: 81%;
          line-height: 23px; } }
      @media screen and (max-width: 568px) {
        .step ul li {
          font-size: 66%;
          padding: 13px 5px; } }
      .step ul li:after, .step ul li:before {
        content: "";
        position: absolute;
        top: 0;
        width: 0; }
        @media screen and (max-width: 568px) {
          .step ul li:after, .step ul li:before {
            display: none; } }
      .step ul li:after {
        right: -10px;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 10px solid #999999;
        height: 100%; }
      .step ul li:before {
        left: 0;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 10px solid #ffffff; }
      .step ul li:first-child:before {
        display: none; }
  #input .step ul li.active {
    background: #101010;
    color: #101010;
    color: #fff; }
    #input .step ul li.active:after {
      border-left-color: #101010; }
  #confim .step ul li.active {
    background: #101010;
    color: #101010;
    color: #fff; }
    #confim .step ul li.active:after {
      border-left-color: #101010; }
  #complete .step ul li.active {
    background: #101010;
    color: #101010;
    color: #fff; }
    #complete .step ul li.active:after {
      border-left-color: #101010; }
  #complete .step section .borderwrap {
    padding: 10px; }

.grid .gridwrap dl, .grid .gridwrap div {
  display: inline-block; }
  @media screen and (max-width: 568px) {
    .grid .gridwrap dl, .grid .gridwrap div {
      display: block; } }

.grid.grid1-1 .gridwrap {
  width: 70%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .grid.grid1-1 .gridwrap {
      width: 100%; } }
  .grid.grid1-1 .gridwrap dl, .grid.grid1-1 .gridwrap div {
    width: 100%; }
    @media screen and (max-width: 768px) {
      .grid.grid1-1 .gridwrap dl, .grid.grid1-1 .gridwrap div {
        margin-left: 0; } }
    @media screen and (max-width: 568px) {
      .grid.grid1-1 .gridwrap dl, .grid.grid1-1 .gridwrap div {
        margin-bottom: 20px; } }
    @media screen and (max-width: 568px) {
      .grid.grid1-1 .gridwrap dl:last-child, .grid.grid1-1 .gridwrap div:last-child {
        margin-bottom: 0; } }

@media screen and (max-width: 768px) {
  .grid.grid1-2 .gridwrap {
    width: 100%;
    margin: 0 auto; } }

.grid.grid1-2 .gridwrap dl, .grid.grid1-2 .gridwrap div {
  width: 47.5%;
  margin: 1%; }
  @media screen and (max-width: 768px) {
    .grid.grid1-2 .gridwrap dl, .grid.grid1-2 .gridwrap div {
      width: 100%;
      margin-left: 0; } }
  @media screen and (max-width: 568px) {
    .grid.grid1-2 .gridwrap dl, .grid.grid1-2 .gridwrap div {
      margin-bottom: 20px; } }
  @media screen and (max-width: 568px) {
    .grid.grid1-2 .gridwrap dl:last-child, .grid.grid1-2 .gridwrap div:last-child {
      margin-bottom: 0; } }

@media screen and (max-width: 768px) {
  .grid.grid1-3 .gridwrap {
    width: 100%;
    margin: 0 auto; } }

.grid.grid1-3 .gridwrap dl, .grid.grid1-3 .gridwrap div {
  width: 31%;
  margin: 1%; }
  @media screen and (max-width: 768px) {
    .grid.grid1-3 .gridwrap dl, .grid.grid1-3 .gridwrap div {
      width: 100%;
      margin-left: 0; } }
  @media screen and (max-width: 568px) {
    .grid.grid1-3 .gridwrap dl, .grid.grid1-3 .gridwrap div {
      margin-bottom: 20px; } }
  @media screen and (max-width: 568px) {
    .grid.grid1-3 .gridwrap dl:last-child, .grid.grid1-3 .gridwrap div:last-child {
      margin-bottom: 0; } }

.contact_info {
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .contact_info {
      margin-bottom: 20px;
      padding: 10px; } }
  .contact_info .gridwrap {
    text-align: center;
    margin: 0 auto; }
  .contact_info dl {
    background: #fff;
    border: 1px solid #999999;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 3px;
    margin-bottom: 20px; }
    .contact_info dl dt, .contact_info dl dd {
      padding: 20px; }
    .contact_info dl dt {
      padding-bottom: 0; }
      .contact_info dl dt strong {
        display: block;
        color: #101010;
        font-size: 180%; }
  .contact_info.grid.grid1-1 .gridwrap {
    width: 80%; }
    @media screen and (max-width: 768px) {
      .contact_info.grid.grid1-1 .gridwrap {
        width: 100%; } }
  .contact_info.grid1-1 dl dt, .contact_info.grid1-1 dl dd {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 20px 40px; }
  .contact_info.grid1-1 dl dd {
    border-left: 1px solid #999999;
    font-size: 110%; }
    @media screen and (max-width: 768px) {
      .contact_info.grid1-1 dl dd {
        border-left: 0 none;
        padding-top: 0; } }

.contact_number dl {
  font-size: 25px;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0; }
  @media screen and (max-width: 768px) {
    .contact_number dl {
      width: 80%;
      margin: 20px auto; } }
  @media screen and (max-width: 568px) {
    .contact_number dl {
      width: auto;
      font-size: 20px; } }
  .contact_number dl dt {
    line-height: 1.5;
    width: 15%; }
    @media screen and (max-width: 768px) {
      .contact_number dl dt {
        text-align: right; } }
  .contact_number dl dd {
    line-height: 1.5;
    padding-left: 20px;
    color: #101010;
    width: 85%; }
    @media screen and (max-width: 768px) {
      .contact_number dl dd {
        text-align: center; } }

@media screen and (max-width: 768px) {
  .contact_number p {
    text-align: center; } }

.card__description {
  margin-bottom: 30px; }
  .card__description .tel_num {
    white-space: nowrap; }

.bnr_dealer img {
  margin: 0 auto;
  width: 85%; }
  @media screen and (max-width: 1024px) {
    .bnr_dealer img {
      width: auto; } }

.btn-sds {
  font-size: 15px;
  font-weight: bold; }

/*# sourceMappingURL=../_map/page/contact.css.map */
