@charset "utf-8";

/* web font
-------------------------------------------------------------------------- */
@font-face {
	font-family: AudiType;
	font-style: normal;
	font-weight: normal;
	src: url(../common/fonts/AudiType-Normal_4.03.woff2) format('woff2'),
		 url(../common/fonts/AudiType-Normal_4.03.woff) format('woff'),
		 url(../common/fonts/AudiType-Normal_4.03.ttf);
	font-display: swap;
}

@font-face {
	font-family: AudiType;
	font-style: normal;
	font-weight: bold;
	src: url(../common/fonts/AudiType-Bold_4.03.woff2) format('woff2'),
		 url(../common/fonts/AudiType-Bold_4.03.woff) format('woff'),
		 url(../common/fonts/AudiType-Bold_4.03.ttf);
	font-display: swap;
}

@font-face {
	font-family: AudiTypeEN;
	font-style: normal;
	font-weight: normal;
	src: url(../common/fonts/AudiType-ExtendedNormal_4.03.woff2) format('woff2'),
		 url(../common/fonts/AudiType-ExtendedNormal_4.03.woff) format('woff'),
		 url(../common/fonts/AudiType-ExtendedNormal_4.03.ttf);
	font-display: swap;
}

@font-face {
	font-family: AudiTypeEB;
	font-style: normal;
	font-weight: bold;
	src: url(../common/fonts/AudiType-ExtendedBold_4.03.woff2) format('woff2'),
		 url(../common/fonts/AudiType-ExtendedBold_4.03.woff) format('woff'),
		 url(../common/fonts/AudiType-ExtendedBold_4.03.ttf);
	font-display: swap;
}

@font-face {
	font-family: HeiSeiGothicW3;
	font-style: normal;
	font-weight: normal;
	src: url(../common/fonts/DF-HeiSeiGothic-W3.ttc);
	font-display: swap;
}

@font-face {
	font-family: HeiSeiGothicW3;
	font-style: normal;
	font-weight: normal;
	src: url(../common/fonts/DF-HeiSeiGothic-W3.ttc);
	font-display: swap;
}

.at-en {
  font-family:
    AudiTypeEN,
    HeiSeiGothicW3,
    "ヒラギノ角ゴ Pro W3",
    Hiragino Kaku Gothic Pro,
    "メイリオ",
    Meiryo,
    "ＭＳ Ｐゴシック",
    MS PGothic,
    sans-serif;
  font-weight: normal;
}

.at-eb {
  font-family:
    AudiTypeEB,
    HeiSeiGothicW3,
    "ヒラギノ角ゴ Pro W3",
    Hiragino Kaku Gothic Pro,
    "メイリオ",
    Meiryo,
    "ＭＳ Ｐゴシック",
    MS PGothic,
    sans-serif;
  font-weight: bold;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  color: #333333;
  font-family:
    AudiType,
    HeiSeiGothicW3,
    "ヒラギノ角ゴ Pro W3",
    Hiragino Kaku Gothic Pro,
    "メイリオ",
    Meiryo,
    "ＭＳ Ｐゴシック",
    MS PGothic,
    sans-serif;
  /*font-family: Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic,sans-serif;*/
  font-style: normal;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #333333;
}

.displayPC {
  display: block;
}

.displayPC_999 {
  display: none;
}

.displaySP {
  display: none;
}

#wrapper {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: left;
}

.komeIcn {
  font-family:
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 999px) {
  .displayPC_999 {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }

  .opacity:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -khtml-opacity: 1;
    -moz-opacity: 1;
  }

  .displayPC {
    display: none;
  }

  .displayPC_999 {
    display: none;
  }

  .displaySP {
    display: block;
  }
}

/* table
----------------------------------------------------------- */
table {
  /*border-right: 1px solid #cccccc;*/
  /*border-top: 3px solid #000000;*/
  box-sizing: border-box;
  background: #fff;
}

table th {
  vertical-align: middle;
  background: #d9d9d9;
  /*border-left: 1px solid #cccccc;*/
  /*border-bottom: 1px solid #000000;*/
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 6px solid #fff;
  box-sizing: border-box;
}

table td {
  vertical-align: middle;
  background: #ffffff;
  /*	border-left: 1px solid #cccccc;*/
  /*border-bottom: 1px solid #000000;*/
  border-top: 1px solid #000;
  box-sizing: border-box;
}

table tr:first-child th {
  border-top: 3px solid #000;
}
table tr:first-child td {
  border-top: 3px solid #000;
}

table tr:last-child td {
  border-bottom: 1px solid #000;
}

/* headerArea  PC
---------------------------------------------------------------------------------------- */
.pc #headerArea {
  position: relative;
  background: #ffffff;
  z-index: 20;
  height: 125px;
  width: 100%;
}

.pc #headerArea .inner {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}

.pc #headerArea #logo {
  position: absolute;
  top: 62px;
  right: 10px;
  margin-top: -1%;
  max-width: 72px;
  width: 20.428571429%;
  z-index: 30;
}

.pc #headerArea #logo img {
  max-width: 72px;
  width: 100%;
  height: auto;
  margin-right: 10px;
}

.pc #headerArea #gnav {
  position: relative;
  height: 125px;
  width: 92%;
}

.pc #headerArea #gnav ul {
  overflow: hidden;
}

.pc #headerArea #gnav li {
  float: left;
  height: 125px;
  font-size: 15px;
  display: table;
}

.pc #headerArea #gnav li + li {
  /*margin-left: 20px;*/ /* 6個 */
  /*margin-left: 40px;*/ /* 5個 */
  margin-left: 2%; /* 7個 */
}

.pc #headerArea #gnav li a {
  display: table-cell;
  /*line-height: 125px;*/
  color: #333;
  vertical-align: middle;
}

.pc #headerArea #gnav li a.is-active {
  border-bottom: 2px solid #000000;
}

@media screen and (max-width: 1420px) {
  .pc #headerArea #gnav ul {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1399px) {
  /*.pc #headerArea #logo {
		width: 19%;
	}*/

  .pc #headerArea #gnav {
    width: 92%;
  }

  .pc #headerArea #gnav li {
    font-size: 14px;
  }

  .pc #headerArea #gnav li + li {
    /*margin-left: 13px;*/ /* 6個 */
    /*margin-left: 33px;*/ /* 5個 */
  }
}
@media screen and (max-width: 1254px) {
  .pc #headerArea #logo {
    /*width: 18.428571429%;*/
  }

  .pc #headerArea #gnav {
    width: 92%;
  }
  .pc #headerArea #gnav li {
    font-size: 13px;
  }
}
@media screen and (max-width: 1160px) {
  .pc #headerArea #logo {
    /*width: 17.428571429%;*/
  }

  .pc #headerArea #gnav {
    width: 92%;
  }

  .pc #headerArea #gnav li {
    font-size: 12px;
  }
  .pc #headerArea #gnav li + li {
    /*margin-left: 12px;*/ /* 6個 */
    /*margin-left: 32px;*/ /* 5個 */
    /* margin-left: 4%;*/
  }
}
@media screen and (max-width: 1080px) {
  .pc #headerArea #logo {
    /*width: 16.428571429%;*/
  }

  .pc #headerArea #gnav {
    width: 100%;
  }

  .pc #headerArea #gnav li {
    font-size: 11px;
  }
}

@media screen and (max-width: 999px) {
  .pc #headerArea #gnav {
    width: 88%;
  }
  .pc #headerArea #gnav li {
    font-size: 13px;
    text-align: left;
  }
  .pc #headerArea #gnav li + li {
    margin-left: 2.5%;
  }
  .pc #headerArea #gnav li a {
    text-align: left;
    line-height: 1.6;
  }
}
@media screen and (max-width: 920px) {
  .pc #headerArea #gnav {
    width: 88%;
  }
  .pc #headerArea #gnav li {
    font-size: 12px;
  }
}

@media screen and (max-width: 854px) {
  .pc #headerArea #gnav {
    width: 88%;
  }
  .pc #headerArea #gnav li {
    font-size: 11px;
  }
}

/* 6個 */
/*@media screen and (max-width: 795px){
	.pc #headerArea #gnav {
		width: 77%;
	}
	.pc #headerArea #gnav li {
		font-size: 10px;
	}
	.pc #headerArea #gnav li + li {
		margin-left: 9px;
	}
}*/

.pc #serviceSubNav,
.pc #cardSubNav,
.pc #carsharingSubNav {
  clear: both;
  visibility: hidden;
  position: absolute;
  top: -50%;
  width: 100%;
  margin: 0;
  padding: 0;
  transition: 1s;
  background: #fff;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -khtml-opacity: 0;
  -moz-opacity: 0;
}

.pc #serviceSubNav .inner,
.pc #cardSubNav .inner,
.pc #carsharingSubNav .inner {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

.pc #serviceSubNav.on,
.pc #cardSubNav.on,
.pc #carsharingSubNav.on {
  visibility: visible;
  top: 125px;
  transition: 0.4s;
  z-index: 15;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}

.pc #serviceSubNav dl a,
.pc #cardSubNav dl a,
.pc #carsharingSubNav dl a {
  color: #666 !important;
}

.pc #serviceSubNav .inner dl,
.pc #cardSubNav .inner dl,
.pc #carsharingSubNav .inner dl {
  padding: 40px 20px;
  display: table;
  width: 100%;
}

.pc #serviceSubNav .inner dl dt {
  display: table-cell;
  width: 24%;
  padding-left: 12%;
  vertical-align: middle;
  border-right: 1px solid #666666;
}
.pc #cardSubNav .inner dl dt {
  display: table-cell;
  width: 24%;
  padding-left: 10%;
  vertical-align: middle;
  border-right: 1px solid #666666;
}
.pc #carsharingSubNav .inner dl dt {
  display: table-cell;
  width: 24%;
  padding-left: 7.5%;
  vertical-align: middle;
  border-right: 1px solid #666666;
}

.pc #serviceSubNav .inner dl dd,
.pc #cardSubNav .inner dl dd,
.pc #carsharingSubNav .inner dl dd {
  overflow: hidden;
  display: table-cell;
  width: 59%;
  padding: 0 0 0 6%;
  vertical-align: middle;
}

/* 
.pc #serviceSubNav .inner dl dd ul,
.pc #cardSubNav .inner dl dd ul,
.pc #carsharingSubNav .inner dl dd ul {
	width: 25%;
	float: left;
}
*/
/* 20230515 ナビゲーションに『Audi Future Drive for e-tron』を追加するためカラム幅を拡張 */
.pc #serviceSubNav .inner dl dd ul,
.pc #cardSubNav .inner dl dd ul,
.pc #carsharingSubNav .inner dl dd ul {
  width: 30%;
  float: left;
}

.pc #serviceSubNav .inner dl dd ul li,
.pc #cardSubNav .inner dl dd ul li,
.pc #carsharingSubNav .inner dl dd ul li {
  line-height: 1.5;
  margin-bottom: 25px;
}

.pc #serviceSubNav .inner dl dd ul li:last-child,
.pc #cardSubNav .inner dl dd ul li:last-child,
.pc #carsharingSubNav .inner dl dd ul li:last-child {
  margin-bottom: 0px;
}

.pc #serviceSubNav .inner dl dd ul li a span.netIcn,
.pc #cardSubNav .inner dl dd ul li a span.netIcn,
.pc #carsharingSubNav .inner dl dd ul li a span.netIcn {
  padding-right: 15px;
  background: url(../common/img/icn_blank_white.png) no-repeat right center;
  background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  -ms-background-size: 10px 10px;
  -o-background-size: 10px 10px;
  -webkit-background-size: 10px 10px;
}
@media screen and (max-width: 1366px) {
  .pc #serviceSubNav .inner dl dt,
  .pc #cardSubNav .inner dl dt,
  .pc #carsharingSubNav .inner dl dt {
    font-size: 14px;
  }
  .pc #serviceSubNav .inner dl dd ul li,
  .pc #cardSubNav .inner dl dd ul li,
  .pc #carsharingSubNav .inner dl dd ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1135px) {
  .pc #serviceSubNav .inner dl dt {
    padding-left: 13%;
  }
  .pc #cardSubNav .inner dl dt {
    padding-left: 10%;
  }
  .pc #carsharingSubNav .inner dl dt {
    padding-left: 7.5%;
  }

  .pc #serviceSubNav .inner dl dd,
  .pc #cardSubNav .inner dl dd,
  .pc #carsharingSubNav .inner dl dd {
    width: 60%;
    padding: 0 0 0 4%;
  }
}
@media screen and (max-width: 1095px) {
  .pc #serviceSubNav .inner dl dt,
  .pc #cardSubNav .inner dl dt,
  .pc #carsharingSubNav .inner dl dt {
    font-size: 13px;
  }
  .pc #serviceSubNav .inner dl dd ul li,
  .pc #cardSubNav .inner dl dd ul li,
  .pc #carsharingSubNav .inner dl dd ul li {
    font-size: 13px;
  }
}
@media screen and (max-width: 1018px) {
  .pc #serviceSubNav .inner dl dt {
    padding-left: 11%;
  }
  .pc #cardSubNav .inner dl dt {
    padding-left: 9%;
  }
  .pc #carsharingSubNav .inner dl dt {
    padding-left: 6.5%;
  }

  .pc #serviceSubNav .inner dl dd,
  .pc #cardSubNav .inner dl dd,
  .pc #carsharingSubNav .inner dl dd {
    width: 62%;
    padding: 0 0 0 4%;
  }
}
@media screen and (max-width: 1007px) {
  .pc #serviceSubNav .inner dl dt,
  .pc #cardSubNav .inner dl dt,
  .pc #carsharingSubNav .inner dl dt {
    font-size: 12px;
  }
  .pc #serviceSubNav .inner dl dd ul li,
  .pc #cardSubNav .inner dl dd ul li,
  .pc #carsharingSubNav .inner dl dd ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 932px) {
  .pc #serviceSubNav .inner dl dt,
  .pc #cardSubNav .inner dl dt,
  .pc #carsharingSubNav .inner dl dt {
    font-size: 11px;
  }
  .pc #serviceSubNav .inner dl dd ul li,
  .pc #cardSubNav .inner dl dd ul li,
  .pc #carsharingSubNav .inner dl dd ul li {
    font-size: 11px;
  }
}
@media screen and (max-width: 855px) {
  .pc #serviceSubNav .inner dl dt,
  .pc #cardSubNav .inner dl dt,
  .pc #carsharingSubNav .inner dl dt {
    font-size: 10px;
  }
  .pc #serviceSubNav .inner dl dd ul li,
  .pc #cardSubNav .inner dl dd ul li,
  .pc #carsharingSubNav .inner dl dd ul li {
    font-size: 10px;
  }
}
@media screen and (max-width: 779px) {
  .pc #serviceSubNav .inner dl dd,
  .pc #cardSubNav .inner dl dd,
  .pc #carsharingSubNav .inner dl dd {
    width: 63%;
    padding: 0 0 0 3%;
  }
}

/* headerArea SP
---------------------------------------------------------------------------------------- */
#overlay {
  position: relative;
}
@media screen and (max-width: 768px) {
  #overlayTop {
    position: relative;
  }

  #overlay {
    position: relative;
    margin-top: 70px;
  }

  #overlay.none {
    opacity: 0;
    z-index: -10;
    display: none !important;
  }

  .sp #headerArea {
    position: relative;
    background: #ffffff;
    z-index: 9999;
    margin-bottom: 50px;
  }

  .sp #headerArea .inner {
    position: relative;
    margin: 0 auto;
    max-width: inherit;
    width: 100%;
  }

  .sp #headerFixed {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background: #ffffff;
    z-index: 999;
  }

  .sp #logo {
    position: absolute;
    top: 0;
    right: 10px;
    max-width: 72px;
    width: 72px;
    margin-top: 17px;
  }

  /* Toggle Button */

  .sp #nav-toggle {
    position: absolute;
    left: 0;
    top: 20px;
    width: 50px;
    height: 30px;
    cursor: pointer;
    z-index: 101;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .sp #nav-toggle:after {
    position: relative;
    content: "Menu";
    float: left;
    margin-left: 45px;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
  }

  .sp #nav-toggle.open:after {
    content: "Close";
  }

  .sp #nav-toggle div {
    position: relative;
  }

  .sp #nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    background: #000;
    left: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  .sp #nav-toggle span:nth-child(1) {
    margin: 0 7px;
    width: 30px;
    top: 0;
  }
  .sp #nav-toggle span:nth-child(2) {
    margin: 0 7px;
    width: 30px;
    top: 10px;
  }
  .sp #nav-toggle span:nth-child(3) {
    margin: 0 7px;
    width: 30px;
    top: 20px;
  }

  .sp #nav-toggle span:nth-child(4) {
    margin: 0;
    width: 50px;
    top: 26px;
    height: 0;
  }
  .sp #header.open {
    height: 100%;
  }

  #nav-toggle {
    display: block;
  }

  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle.open span:nth-child(1) {
    top: 11px;
    margin: 0 7px;
    width: 30px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .sp #nav-toggle.open span:nth-child(2) {
    width: 0;
    height: 2px;
    left: 50%;
  }
  .sp #nav-toggle.open span:nth-child(3) {
    top: 11px;
    margin: 0 7px;
    width: 30px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  /* #globalNav アニメーション */
  .sp #gnav {
    /* 開いてないときは画面外に配置 */
    left: -100%;
    /*position: relative;*/
    position: absolute;
    z-index: -1;
    width: 100%;
    text-align: left;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
    background: #fff;
    -webkit-overflow-scrolling: touch;
  }

  .sp #gnav.open {
    position: fixed;
    display: block;
    top: 60px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    /*padding-top: 50px;*/
    overflow: scroll;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99999999;
    /*margin-bottom: 1px;*/
  }

  .sp #gnav li span.on {
    cursor: pointer;
  }

  .sp #gnav .inner {
    /*position: relative;*/
    margin: 0 auto;
    padding: 0;
    max-width: inherit;
    width: 100%;
    display: block;
    border-top: 1px solid #cccccc;
  }

  .sp #gnav li span.parent {
    display: block;
    width: 100%;
    font-size: 14px;
    background: #fff;
    padding: 13px 0;
    text-indent: 4%;
    background: #fff url(../common/img/icn_arr03.png) no-repeat 96% center;
    background-size: 18px 18px;
    -moz-background-size: 18px 18px;
    -ms-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    border-bottom: 1px solid #cccccc;
  }

  .sp #gnav li span.on {
    background: #fff url(../common/img/icn_arr02.png) no-repeat 96% center;
    background-size: 18px 18px;
    -moz-background-size: 18px 18px;
    -ms-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    border-bottom: 1px solid #cccccc;
  }

  .sp #gnav li span.on.active {
    background: #fff url(../common/img/icn_arr01.png) no-repeat 96% center;
    background-size: 18px 18px;
    -moz-background-size: 18px 18px;
    -ms-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
  }

  .sp #gnav li dl dt a,
  .sp #gnav li dl dd li a {
    display: block;
    width: 100%;
    padding: 13px 0;
    color: #666;
    text-indent: 4%;
    background: #fff;
  }

  .sp #gnav li dl dd li a span.netIcn {
    padding-right: 17px;
    background: url(../common/img/icn_blank_white.png) no-repeat right
      center;
    background-size: 12px 12px;
    -moz-background-size: 12px 12px;
    -ms-background-size: 12px 12px;
    -o-background-size: 12px 12px;
    -webkit-background-size: 12px 12px;
  }
}

/* footerArea
----------------------------------------------------------------------------------------------- */
#footerArea {
  position: relative;
  background: #000;
  z-index: 20;
}

#footerArea.none {
  display: none;
}

#footerArea #topReturnBtn {
  height: 52px;
  text-align: right;
  /* border-top: 1px solid #cccccc; */
  color: #fff;
  background: #000;
}

#footerArea #topReturnBtn p {
  /* margin: 10px auto 0; */
  padding: 15px 50px;
  cursor: pointer;
  line-height: 1;
}

#footerArea a {
  color: #fff;
  text-decoration: none;
}

/* .topReturnBtn::after {
	content:"";
	width:6px;
	height:6px;
	margin:0 10px;
	border-top:solid 2px #fff;
	border-right:solid 2px #fff;
	transform: rotate(-45deg);
} */

/* #footerArea #topReturnBtn p img {
	width: 43px;
	height: 42px;
} */

@media screen and (max-width: 768px) {
  #footerArea {
    padding-bottom: 45px;
    background: #000;
  }

  #footerArea #topReturnBtn {
    padding: 3px 0;
    height: 33px;
    text-align: right;
    /* border-top: 1px solid #cccccc; */
    background: #000;
  }

  #footerArea #topReturnBtn p {
    width: 90%;
    margin: 10px;
    padding: 0;
  }

  #footerArea #topReturnBtn p img {
    width: 34px;
    height: auto;
  }
}

#footerArea #footerFirst {
  max-width: 100%;
  width: 100%;
  background: #000;
}

#footerArea #footerFirst .inner {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  /* max-width: 1400px; */ /* .sitemapBlock 3個用 */
  max-width: 1200px; /* .sitemapBlock 2個用 */
  width: 100%;
  display: table;
}

#footerArea #footerFirst .sitemapBlock {
  display: table-cell;
  width: 22%;
  /* border-right: 1px solid #e5e5e5; */
}

#footerArea #footerFirst .sitemapBlock.financePlan {
  width: 34%;
}

#footerArea #footerFirst .sitemapBlock:last-child {
  border-right: none;
}

#footerArea #footerFirst .sitemapBlock h4 {
  margin: 0 auto 10px;
  width: 80%;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}

#footerArea #footerFirst .sitemapBlock ul {
  margin: 0 auto;
  width: 80%;
}

#footerArea #footerFirst .sitemapBlock li {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 2;
}

#footerArea #footerFirst .sitemapBlock li a {
  font-size: 12px;
  color: #fff;
}

#footerArea #footerFirst .sitemapBlock.financePlan ul {
  overflow: hidden;
}

#footerArea #footerFirst .sitemapBlock.financePlan li {
  float: left;
  width: 50%;
}

#footerArea #footerFirst .sitemapBlock li.netItem a span {
  padding-right: 15px;
  background: url(../common/img/icn_blank_black.png) no-repeat right center;
  background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  -ms-background-size: 10px 10px;
  -o-background-size: 10px 10px;
  -webkit-background-size: 10px 10px;
}

@media screen and (max-width: 1170px) {
  #footerArea #footerFirst .sitemapBlock h4 {
    font-size: 12px;
  }

  #footerArea #footerFirst .sitemapBlock li {
    font-size: 9px;
  }

  #footerArea #footerFirst .sitemapBlock li a {
    font-size: 9px;
  }
}
@media screen and (max-width: 1170px) {
  #footerArea #footerFirst .sitemapBlock h4 {
    font-size: 11px;
  }

  #footerArea #footerFirst .sitemapBlock li {
    font-size: 9px;
  }

  #footerArea #footerFirst .sitemapBlock li a {
    font-size: 9px;
  }

  #footerArea #footerFirst .sitemapBlock.financePlan li:nth-child(even) {
    width: 45%;
  }

  #footerArea #footerFirst .sitemapBlock.financePlan li:nth-child(odd) {
    width: 55%;
  }
}

@media screen and (max-width: 900px) {
  #footerArea #footerFirst .sitemapBlock h4 {
    width: 94%;
    font-size: 11px;
  }

  #footerArea #footerFirst .sitemapBlock ul {
    width: 94%;
  }

  #footerArea #footerFirst .sitemapBlock li {
    font-size: 8px;
  }

  #footerArea #footerFirst .sitemapBlock li a {
    font-size: 8px;
  }
}
@media screen and (max-width: 768px) {
  #footerArea #footerFirst {
    max-width: 100%;
    width: 100%;
    background: #000;
    padding: 0 auto;
  }

  #footerArea #footerFirst .inner {
    /*position: relative;*/
    margin: 0 auto;
    padding: 0;
    max-width: inherit;
    width: 100%;
    display: block;
    /* border-top: 1px solid #cccccc; */
  }

  #footerArea #footerFirst .sitemapBlock {
    display: block;
    width: 100%;
    border-right: none;
  }

  #footerArea #footerFirst .sitemapBlock.financePlan {
    width: 100%;
  }

  #footerArea #footerFirst .sitemapBlock:last-child {
    border-right: none;
  }

  #footerArea #footerFirst .sitemapBlock h4 {
    display: block;
    margin: 0 auto 0px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    /* border-bottom: 1px solid #ccc; */
    background: #000 url(../common/img/icn_arr03.png) no-repeat 96% center;
    background-size: 18px 18px;
    -moz-background-size: 18px 18px;
    -ms-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
  }

  #footerArea #footerFirst .sitemapBlock h4.open {
    background: #000 url(../common/img/icn_arr02.png) no-repeat 96% center;
    background-size: 18px 18px;
    -moz-background-size: 18px 18px;
    -ms-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
  }

  #footerArea #footerFirst .sitemapBlock h4.open.active {
    background: #000 url(../common/img/icn_arr01.png) no-repeat 96% center;
    background-size: 18px 18px;
    -moz-background-size: 18px 18px;
    -ms-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
  }

  #footerArea #footerFirst .sitemapBlock h4 a {
    display: block;
    padding: 10px 0 10px 4%;
    cursor: pointer;
  }

  #footerArea #footerFirst .sitemapBlock ul {
    margin: 0 auto;
    width: 100%;
  }

  #footerArea #footerFirst .sitemapBlock li {
    padding: 10px 0 10px 4%;
    width: 96%;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 1.6;
    /* border-bottom: 1px solid #ccc; */
  }

  #footerArea #footerFirst .sitemapBlock li a {
    display: block;
    font-size: 12px;
  }

  #footerArea #footerFirst .sitemapBlock.financePlan ul {
    overflow: hidden;
  }

  #footerArea #footerFirst .sitemapBlock.financePlan ul.displayPC {
    display: none !important;
  }

  #footerArea #footerFirst .sitemapBlock.financePlan li {
    float: none;
    width: 100%;
  }

  #footerArea #footerFirst .sitemapBlock.financePlan li:nth-child(odd) {
    padding: 10px 0 10px 4%;
    width: 96%;
  }

  #footerArea #footerFirst .sitemapBlock.financePlan li:nth-child(even) {
    padding: 10px 0 10px 4%;
    width: 96%;
  }

  #footerArea #footerFirst .sitemapBlock li.netItem a span {
    padding-right: 17px;
    background: url(../common/img/icn_blank_black.png) no-repeat right
      center;
    background-size: 12px 12px;
    -moz-background-size: 12px 12px;
    -ms-background-size: 12px 12px;
    -o-background-size: 12px 12px;
    -webkit-background-size: 12px 12px;
  }
}

#footerArea #footerSecond {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  background: #000;
}

#footerArea #footerSecond .inner {
  position: relative;
  margin: 0 auto;
  /* メニュー追加のため領域を1200pxより拡張 */
  max-width: 1300px;
  width: 100%;
}

#footerArea #footerSecond .footerNavBnr {
  padding: 50px 0;
  border-bottom: 1px solid #666666;
}

#footerArea #footerSecond .footerNavBnr ul {
  overflow: hidden;
  width: 100%;
  padding: 0px;
}

#footerArea #footerSecond .footerNavBnr li {
  float: left;
  width: 16.666666667%;
  color: #fff;
  text-align: center;
  /* border-right: 1px solid #666666; */
  box-sizing: border-box;
  padding: 0px 10px;
  font-size: 12px;
}

#footerArea #footerSecond .footerNavBnr li:first-child {
  border-left: 1px solid #666666;
}

#footerArea #footerSecond .footerNavBnr li span {
  display: block;
}

#footerArea #footerSecond .footerNavBnr li span.fig {
  margin: 0 auto 10px;
  max-width: 46px;
  width: 100%;
  border: none !important;
}

#footerArea #footerSecond .footerNavBnr li a {
  padding: 20px;
  color: #f2f2f2;
  display: block;
}
@media screen and (max-width: 768px) {
  #footerArea #footerSecond {
    max-width: 100%;
    width: 100%;
    background: #000;
  }

  #footerArea #footerSecond .inner {
    /*position: relative;*/
    margin: 0 auto;
    max-width: inherit;
    width: 100%;
  }

  #footerArea #footerSecond .footerNavBnr {
    padding: 25px 0;
    border-bottom: 1px solid #666666;
  }

  #footerArea #footerSecond .footerNavBnr ul {
    display: block;
    width: 100%;
  }

  #footerArea #footerSecond .footerNavBnr li {
    display: block;
    float: left;
    width: 50%;
    color: #fff;
    text-align: center;
    border-right: none;
    box-sizing: border-box;
    padding: 0px 10px;
  }

  #footerArea #footerSecond .footerNavBnr li:first-child {
    border-left: none;
  }

  #footerArea #footerSecond .footerNavBnr li:nth-child(even) {
    border-left: 1px solid #666666;
  }

  #footerArea #footerSecond .footerNavBnr li span {
    display: block;
  }

  #footerArea #footerSecond .footerNavBnr li span.fig {
    display: block;
    margin: 5px auto 5px;
    max-width: 46px;
    width: 100%;
  }

  #footerArea #footerSecond .footerNavBnr li a {
    padding: 20px;
    color: #fff;
    display: block;
  }
}
@media screen and (max-width: 320px) {
  #footerArea #footerSecond .footerNavBnr li a {
    padding: 20px 0px;
  }
}

#footerArea #footerSecond .footerNav {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}

#footerArea #footerSecond .footerNav ul {
  letter-spacing: -0.5em;
  float: left;
  margin: 15px 0 15px 20px;
}

#footerArea #footerSecond .footerNav ul li {
  display: inline-block;
  letter-spacing: 0;
  margin-right: 20px;
  /* メニュー折り返し調整により追記 */
  margin-bottom: 10px;
  font-size: 12px;
}

#footerArea #footerSecond .footerNav ul li:last-child {
  margin-right: 0;
}

#footerArea #footerSecond .footerNav ul li a {
  color: #ffffff;
}

#footerArea #footerSecond .copyright {
  float: right;
  margin: 15px 20px 15px 0;
  color: #ffffff;
  letter-spacing: -0.5em;
}

#footerArea #footerSecond .copyright p {
  display: inline-block;
  letter-spacing: 0;
  font-size: 12px;
}

#footerArea #footerSecond .copyright p + p {
  margin-left: 20px;
}

#footerArea #footerSecond .copyright p a {
  color: #ffffff;
}
@media screen and (max-width: 930px) {
  #footerArea #footerSecond .footerNav ul {
    margin-left: 8px;
  }

  #footerArea #footerSecond .footerNav ul li {
    margin-right: 8px;
    font-size: 11px;
  }

  #footerArea #footerSecond .copyright {
    margin-right: 8px;
  }

  #footerArea #footerSecond .copyright p {
    font-size: 11px;
  }

  #footerArea #footerSecond .copyright p + p {
    margin-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  #footerArea #footerSecond .footerNav {
    margin: 10px auto 20px;
    max-width: inherit;
    width: 92%;
  }

  #footerArea #footerSecond .footerNav ul {
    margin: 15px 0 15px 0px;
    float: none;
  }

  #footerArea #footerSecond .footerNav ul li {
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
  }

  #footerArea #footerSecond .copyright {
    float: none;
    margin: 0 auto 50px;
    width: 92%;
  }

  #footerArea #footerSecond .copyright p {
    display: block;
    text-align: center;
    font-size: 12px;
  }

  #footerArea #footerSecond .copyright p + p {
    margin-left: 0px;
  }
}

/* followingNavArea 追従ナビ
-------------------------------------------------------------------------------------------------- */
.followingPC #followingNavArea {
  position: fixed;
  z-index: 1000000;
  right: 0;
  top: 35%;
  transform: translate3d(calc(79%), -50%, 0);
  transition: transform 0.45s;
  font-family: AudiTypeWide, sans-serif;
}
.followingPC #followingNavArea:hover {
  transform: translate3d(0, -50%, 0);
}
.followingPC #followingNavArea.displayCardPC--active {
  transform: translate3d(0, -50%, 0);
}
.followingPC #followingNavArea ul {
  background-color: #000000;
}
.followingPC #followingNavArea ul li {
  display: block;
}
.followingPC #followingNavArea ul li a {
  display: flex;
  align-items: center;
  padding: 0 1rem 0 0;
}
.followingPC #followingNavArea ul li a span {
  margin: 14px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.followingPC #followingNavArea ul .simulationBtn a span {
  background-image: url(../img/btn_nav_simulation.png);
}
.followingPC #followingNavArea ul .campaignBtn a span {
  background-image: url(../img/btn_nav_campaign.png);
}
.followingPC #followingNavArea ul .dealerSearchBtn a span {
  background-image: url(../img/btn_nav_dealership.png);
}
.followingPC #followingNavArea ul .portalBtn a span {
  background-image: url(../img/btn_nav_portal.png);
}
.followingPC #followingNavArea ul li a p {
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .followingSP #followingNavArea {
    display: block;
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    clear: both;
    z-index: 1000000;
    transform: translate3d(0, 0, 0);
  }
  .followingSP #followingNavArea ul {
    margin: 0;
    padding: 0;
    bottom: 0px;
    overflow: hidden;
    border-top: solid 1px rgba(255, 255, 255, 0.4);
  }
  .followingSP #followingNavArea ul li {
    float: left;
    /*width: 33.333333333%;*/ /* 3個 */
    width: 25%;
    text-align: center;
    background: #000;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
  }

  .followingSP #followingNavArea ul li:last-child {
    border: none;
  }

  .followingSP #followingNavArea ul li a {
    display: block;
    padding: 10px 0;
    color: #ffffff;
  }
  .followingSP #followingNavArea ul li a span {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .followingSP #followingNavArea ul .simulationBtn a span {
    background-image: url(../img/btn_nav_simulation.png);
  }
  .followingSP #followingNavArea ul .campaignBtn a span {
    background-image: url(../img/btn_nav_campaign.png);
  }
  .followingSP #followingNavArea ul .dealerSearchBtn a span {
    background-image: url(../img/btn_nav_dealership.png);
  }
  .followingSP #followingNavArea ul .portalBtn a span {
    background-image: url(../img/btn_nav_portal.png);
  }
  .followingSP #followingNavArea ul li a p {
    margin-top: 4px;
    font-size: 10px;
    white-space: nowrap;
  }
  .followingSP #followingNavArea ul .campaignBtn a p {
    height: 30px;
    line-height: 30px;
  }
}

/* レイアウト
-------------------------------------------------------------------------------------------------- */
#contents {
  position: relative;
  background: #ffffff;
  z-index: 1;
}

#contents .inner {
  position: relative;
  width: 100%;
}

/* パンくず [rootArea]
-------------------------------------------------------------------------------------------------- */
#rootArea {
  margin-bottom: 70px;
  width: 100%;
  /* background: #1a1a1a; */
  padding: 0 0px;
  /* border-bottom: 1px solid #333333; */
}

#rootArea .inner {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0;
  width: 100%;
}

#rootArea ol {
  overflow: hidden;
  padding: 10px 0;
}

#rootArea ol li {
  float: left;
  color: #808080;
  font-size: 0.8rem;
}

#rootArea ol li a {
  color: #000;
}

#rootArea ol li a:hover {
  color: #4c4c4c;
}

#rootArea ol li:after {
  position: relative;
  content: ">";
  margin: 0 0.5em 0 0;
  padding: 0 0 0 0.5em;
}

#rootArea ol li:last-child:after {
  position: relative;
  content: "";
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1420px) {
  #rootArea ol {
    padding-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  #rootArea {
    display: none;
  }
}

/* 共通ﾊﾟｰﾂ
-------------------------------------------------------------------------------------------------- */
/* ﾀｲﾄﾙ 01 */
.ttl01 {
  text-align: center;
  font-size: 40px;
}

.ttl01 span {
  display: block;
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ttl01 {
    margin: 0 auto;
    width: 94%;
    font-size: 27px;
  }

  .ttl01 span {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .ttl01 {
    font-size: 23px;
  }
}

/* ﾀｲﾄﾙ 02 */
.ttl02 {
  margin-bottom: 30px;
  text-align: center;
}

.ttl02 span {
  display: block;
}

.ttl02 span.first {
  font-size: 20px;
  font-weight: bold;
  line-height: 175%;
}

.ttl02 span.second {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: bold;
  line-height: 175%;
}
@media screen and (max-width: 1024px) {
  .ttl02 span.first {
    font-size: 18px;
  }

  .ttl02 span.second {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .ttl02 {
    margin-bottom: 10px;
    text-align: center;
  }

  .ttl02 span.first {
    font-size: 17px;
  }

  .ttl02 span.second {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: bold;
    line-height: 175%;
  }
}

/* ﾀｲﾄﾙ 03 */
.ttl03 {
  margin: 0 10px 30px;
  color: #000000;
}

.ttl03 span {
  display: block;
}

.ttl03 span.first {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 175%;
}

.ttl03 span.second {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 100%;
}

.ttl03 span.third {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 175%;
}

@media screen and (max-width: 1024px) {
  .ttl03 span.first {
    font-size: 38px;
  }

  .ttl03 span.second {
    font-size: 28px;
  }

  .ttl03 span.third {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .ttl03 {
    margin: 0 auto 10px;
  }

  .ttl03 span.first {
    font-size: 24px;
  }

  .ttl03 span.second {
    font-size: 20px;
  }

  .ttl03 span.third {
    font-size: 24px;
  }
}
@media screen and (max-width: 320px) {
  .ttl03 span.first {
    font-size: 20px;
  }

  .ttl03 span.second {
    font-size: 18px;
  }

  .ttl03 span.third {
    font-size: 20px;
  }
}

/* CI変更 */
/* ﾀｲﾄﾙ 04 */
.ttl04 {
  margin: 0 0 30px;
  text-align: center;
  color: #000000;
  font-size: 35px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ttl04 {
    margin: 0 0 10px;
    text-align: center;
    font-size: 21px;
  }
}

/* 下層 #mainPageView
------------------------------------------------------------------------------ */
#mainPageView {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: #1a1a1a;
}

#mainPageView img {
  width: 100%;
  height: auto;
}

#mainPageView .pageName {
  position: absolute;
  width: 100%;
}

#mainPageView .pageName h1 {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  padding: 1.6% 0 0 0;
  font-size: 38px;
  text-align: left;
  color: #ffffff;
  line-height: 1;
  z-index: 2;
}

#mainPageView img {
  position: relative;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 1420px) {
  #mainPageView .pageName h1 {
    text-indent: 10px;
  }
}

@media screen and (max-width: 1366px) {
  #mainPageView h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  #mainPageView h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #mainPageView {
    margin-bottom: 0px;
  }

  #mainPageView .pageName {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  #mainPageView .pageName h1 {
    position: relative;
    max-width: inherit;
    padding: 11px 0 11px 2.8%;
    text-indent: inherit;
    font-size: 23px;
    line-height: 1.3;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    background: #000;
  }
}

/* 下層 #mainPageView [Audi Ambassador Card[index]]
------------------------------------------------------------------------------ */
#mainPageViewArea {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: #ffffff;
}

#mainPageViewArea figure {
  position: relative;
}

#mainPageViewArea figure img {
  width: 100%;
  height: auto;
}

#mainPageViewArea .pageName {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

#mainPageViewArea .pageName h1 {
  padding: 1.4% 0 0 2.7%;
  font-size: 34px;
  color: #000000;
}

#mainPageViewArea .mainLead {
  position: absolute;
  top: 33.5%;
  left: 45%;
  z-index: 5;
}

#mainPageViewArea .mainLead .txt {
  font-size: 19px;
  line-height: 2.5;
}

#mainPageViewArea .mainLead .moreBtn {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 20%;
  width: 35%;
  font-size: 14px;
  text-align: center;
  background: #1a1a1a;
}

#mainPageViewArea .mainLead .moreBtn a {
  position: relative;
  display: block;
  padding: 14px 22px 14px 10px;
  color: #ffffff;
}

#mainPageViewArea .mainLead .moreBtn a:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: 0.5em;
  background: url(../common/img/icn_blank_white.png) no-repeat right center;
  background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  -ms-background-size: 12px 12px;
  -o-background-size: 12px 12px;
  -webkit-background-size: 12px 12px;
}
@media screen and (max-width: 1700px) {
  #mainPageViewArea .pageName h1 {
    font-size: 32px;
  }

  #mainPageViewArea .mainLead {
    top: 34%;
  }

  #mainPageViewArea .mainLead .txt {
    font-size: 16px;
    line-height: 2.4;
  }
}
@media screen and (max-width: 1500px) {
  #mainPageViewArea .pageName h1 {
    font-size: 30px;
  }

  #mainPageViewArea .mainLead .moreBtn a {
    padding: 14px 6%;
    padding: 14px 22px 14px 10px;
  }
}
@media screen and (max-width: 1240px) {
  #mainPageViewArea .pageName h1 {
    font-size: 26px;
  }

  #mainPageViewArea .mainLead {
    top: 33%;
  }

  #mainPageViewArea .mainLead .txt {
    font-size: 15px;
    line-height: 2.2;
  }

  #mainPageViewArea .mainLead .moreBtn {
    margin-top: 18%;
    font-size: 12px;
  }

  #mainPageViewArea .mainLead .moreBtn a {
    padding: 13px 22px 13px 10px;
  }
}
@media screen and (max-width: 1024px) {
  #mainPageViewArea .pageName h1 {
    font-size: 21px;
  }

  #mainPageViewArea .mainLead .txt {
    font-size: 13px;
    line-height: 2;
  }

  #mainPageViewArea .mainLead .moreBtn {
    margin-top: 17%;
    font-size: 11px;
  }

  #mainPageViewArea .mainLead .moreBtn a {
    padding: 12px 22px 12px 12px;
  }
}
@media screen and (max-width: 768px) {
  #mainPageViewArea .mainLead {
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
  }

  #mainPageViewArea .pageName h1 {
    padding: 1.4em 0 0 0.8em;
    font-size: 24px;
    line-height: 1.3;
    font-weight: normal;
  }

  #mainPageViewArea .mainLead {
    position: relative;
    top: 0;
    left: 0;
    width: 94%;
    margin: 0 auto 10%;
    padding-top: 5%;
    background: #ffffff;
  }

  #mainPageViewArea .mainLead .txt {
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }

  /*	#mainPageViewArea .mainLead .moreBtn {
		position: relative;
		margin: 5% auto 0;
		width: 80%;
		text-align: center;
		font-size: 14px;
	}

	#mainPageViewArea .mainLead .moreBtn a {
		position: relative;
		display: block;
		padding: 15px 0 15px 15px;
		color: #ffffff;
	}

	#mainPageViewArea .mainLead .moreBtn a:after {
		position: absolute;
		content: "";
		top: 50%;
		right: 15px;
		width: 12px;
		height: 12px;
		margin-top: -6px;
		background: url(../common/img/icn_blank_white.png) no-repeat right center;
		background-size: 12px 12px;
		-moz-background-size: 12px 12px;
		-ms-background-size: 12px 12px;
		-o-background-size: 12px 12px;
		-webkit-background-size: 12px 12px;
	}
*/

  #mainPageViewArea .mainLead .moreBtn {
    position: relative;
    margin: 5% 0 0 0;
    max-width: 540px;
    width: 70.5%;
    text-align: center;
    font-size: 14px;
  }

  #mainPageViewArea .mainLead .moreBtn a {
    position: relative;
    display: block;
    padding: 15px 22px 15px 10px;
    color: #ffffff;
  }

  #mainPageViewArea .mainLead .moreBtn a:after {
    position: absolute;
    content: "";
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: 0.5em;
    background: url(../common/img/icn_blank_white.png) no-repeat right
      center;
    background-size: 12px 12px;
    -moz-background-size: 12px 12px;
    -ms-background-size: 12px 12px;
    -o-background-size: 12px 12px;
    -webkit-background-size: 12px 12px;
  }
}
@media screen and (max-width: 414px) {
  #mainPageViewArea .pageName h1 {
    padding: 0.8em 0 0 0.8em;
    font-size: 18px;
  }

  #mainPageViewArea .mainLead .txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 320px) {
  #mainPageViewArea .pageName h1 {
    padding: 0.6em 0 0 0.6em;
    font-size: 16px;
  }

  #mainPageViewArea .mainLead .txt {
    font-size: 11px;
  }
}

/* #introArea base
------------------------------------------------------------------------------ */

#introArea {
  margin-bottom: 6%;
  position: relative;
  width: 100%;
}

#introArea .inner {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}

#introArea h2,
#introArea p {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
}

@media screen and (max-width: 1024px) {
  #introArea h2,
  #introArea p {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  #introArea {
    margin-bottom: 25px;
  }
  #introArea .inner {
    max-width: inherit;
  }
  #introArea h2,
  #introArea p {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 16px;
    line-height: 1.6;
  }
}

/* #introArea
------------------------------------------------------------------------------ */
#introArea p {
  margin-bottom: 50px;
  padding: 0 1em;
}

#introArea .introPlan {
  margin: 0 10px;
}

#introArea ul {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}

#introArea ul.box01 {
  max-width: 625px;
  width: 100%;
}

#introArea ul li {
  float: left;
  display: table;
  max-width: 400px;
  margin-right: 3.846153847%;
  padding: 20px 0;
  width: 30.769230769%;
  color: #000000;
  background: none;
  border-bottom: 3px solid #000000;
}

#introArea ul.box02 li {
  margin: 0 auto;
  max-width: 625px;
  width: 48.076923077%;
  margin-right: 3.846153846%;
}

#introArea ul.box01 li {
  float: none;
  max-width: 625px;
  margin-right: 0;
  padding: 20px 0;
  width: 100%;
}

#introArea ul li:last-child,
#introArea ul.box02 li:last-child {
  margin-right: 0;
}

#introArea ul li span.number {
  display: table-cell;
  padding: 0 25px 0 20px;
  vertical-align: middle;
}

#introArea ul.box02 li span.number {
  max-width: 42px;
  width: 6.72%;
}

#introArea ul li span.number img {
  width: 42px;
  height: auto;
}

#introArea ul li span.txt {
  display: table-cell;
  padding: 0 20px 0 0;
  font-size: 19px;
  line-height: 1.6;
  vertical-align: middle;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 1024px) {
  #introArea p {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  #introArea {
    margin-bottom: 35px;
  }
  #introArea .inner {
    max-width: inherit;
  }
  #introArea p {
    width: 94%;
    margin: 0 auto 30px auto;
    text-align: left;
    padding: 0;
    font-size: 16px;
    line-height: 1.6;
  }
  #introArea .introPlan {
    width: 94%;
    margin: 0 auto;
  }
  #introArea ul {
    max-width: inherit;
  }
  #introArea ul li {
    float: none;
    max-width: inherit;
    margin: 0 0 15px;
    padding: 15px 0;
    width: 100%;
    text-align: left;
  }
  #introArea ul.box02 li {
    max-width: inherit;
    margin: 0 0 15px;
    padding: 15px 0;
    width: 100%;
  }
  #introArea ul li:last-child #introArea ul.box02 li:last-child {
    margin-right: 0;
  }
  #introArea ul li span.number {
    padding: 0 0 0 20px;
    text-align: left;
    max-width: 66px;
    width: 6.6%;
  }
  #introArea ul li span.number img {
    width: 30px;
    height: auto;
  }
  #introArea ul li span.txt {
    padding: 0 20px 0 20px;
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
  }
}

/* お問い合わせ先
-------------------------------------------------------------------------------------------------- */
#contactInfoArea {
  margin: 0 auto 110px;
  padding: 0 10px;
}

#contactInfoArea .inner {
  margin: 0 auto;
  padding: 30px 0 20px;
  max-width: 800px;
  padding: 30px 0 20px;
  width: 100%;
  border: 1px solid #b6b1a9;
}

#contactInfoArea dl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b6b1a9;
}

#contactInfoArea dl dt {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
}

#contactInfoArea dl dd {
  text-align: center;
}

#contactInfoArea dl dd p.tel {
  margin: 0 auto 10px;
  max-width: 368px;
  width: 46%;
}
#contactInfoArea dl dd p.tel img {
  width: 100%;
  height: auto;
}

#contactInfoArea dl dd p.time {
  font-size: 14px;
  color: #666666;
}

#contactInfoArea p.txt {
  font-size: 13px;
  text-align: center;
}

#contactInfoArea p.txt span {
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contactInfoArea {
    margin: 0 auto 60px;
  }

  #contactInfoArea .inner {
    padding: 10px 0 10px;
    max-width: inherit;
  }

  #contactInfoArea dl {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  #contactInfoArea dl dt {
    margin-bottom: 10px;
    font-size: 16px;
  }

  #contactInfoArea dl dd p.tel {
    margin: 0 auto 10px;
    max-width: 368px;
    width: 72%;
  }

  #contactInfoArea dl dd p.time {
    font-size: 13px;
    color: #666666;
  }

  #contactInfoArea p.txt {
    font-size: 12px;
  }

  #contactInfoArea p.txt span {
    font-size: 11px;
  }
}
