@charset "utf-8";
/****************

 LOCAL

****************/
@font-face {
    font-family: MazdaTypeRegular;
    src: url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Regular.woff2")
        format("woff2");
}
@font-face {
    font-family: MazdaTypeBold;
    src: url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Bold.woff2")
        format("woff2");
}
@font-face {
    font-family: "Noto Sans Japanese";
    font-style: normal;
    font-weight: 400;
    src: local("NotoSansJP-Regular.otf"),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2)
            format("woff2"),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff)
            format("woff"),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf)
            format("opentype");
}
/*
.font-serif(){
	//font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.font-serif-bold(){
	.font-serif();
	font-weight: bold;
}
*/
.wh100 {
    width: 100%;
    height: 100%;
}
.center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.hv_center {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.h_center {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}
.v_center {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hover_scale {
    transition: all 200ms 0s ease;
}
.hover_scale:hover {
    transform: scale(1.03);
}
#breakpointChecker .pc {
    display: none;
}
#breakpointChecker .sp {
    display: block;
}
@media screen and (min-width: 769px) {
    #breakpointChecker .sp {
        display: none;
    }
    #breakpointChecker .pc {
        display: block;
    }
}
.detailcontent {
    padding-top: 60px;
    width: 100%;
    font-family: "MazdaTypeRegular", "Noto Sans CJK JP",
        "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "Meiryo",
        "Yu Gothic Medium", sans-serif;
    font-size: 12.5px;
    line-height: 150%;
    color: #101010;
}
.detailcontent .column {
    width: 100%;
    padding: 70px 0 40px;
}
.detailcontent .column__inner {
    width: 89%;
    margin: 0 auto;
}
.detailcontent .column .caption {
    font-size: 11px;
    margin-top: 8px;
}
.detailcontent .column .caption span {
    position: relative;
}
.detailcontent .column .caption span:before {
    content: "";
    width: 3px;
    height: 3px;
    display: block;
    background-color: #101010;
    border-radius: 50%;
    position: absolute;
    top: -50%;
    left: calc(50% - 3px / 2);
}
.detailcontent .column__title {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 35px;
}
.detailcontent .column__txt {
    line-height: 190%;
    margin-bottom: 20px;
    text-indent: 1em;
}
.detailcontent .column__hr {
    width: 100%;
    height: 1px;
    background-color: #101010;
    margin-bottom: 30px;
}
.detailcontent .column__container {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.detailcontent .column__container__txt {
    width: 100%;
    line-height: 190%;
}
.detailcontent .column__container__img {
    width: 100%;
}
.detailcontent .column__container.layout__imgleft .column__container__img {
    -ms-flex-order: 1;
    order: 1;
}
.detailcontent .column__container.layout__imgleft .column__container__txt {
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 20px;
    text-indent: 1em;
}
.detailcontent .column__container.layout__imgright .column__container__txt {
    margin-bottom: 20px;
    text-indent: 1em;
}
.detailcontent
    .column__container.layout__imgboth
    .column__container__img:nth-child(1) {
    margin-bottom: 25px;
}
.detailcontent .kv {
    padding-top: 63px;
    padding-bottom: 74px;
    width: 100%;
}
.detailcontent .kv__title {
    text-align: center;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 55px;
}
.detailcontent .kv__carimg {
    display: block;
    margin: 0 auto;
    width: 89% !important;
    height: auto;
}
.detailcontent .column1 {
    background-color: #f5f5f5;
}
.detailcontent .column3 {
    background-color: #f5f5f5;
}
.detailcontent .column5 {
    background-color: #f5f5f5;
}
.detailcontent .columnend {
    padding-bottom: 120px;
}
.column5 + .columnend {
    padding-top: 70px;
}
.detailcontent .columnend__link {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 335px;
    height: 50px;
    border: 1px solid #101010;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    color: #101010;
    overflow: hidden;
    transition: all 300ms 0s ease;
}
.detailcontent .columnend__link:before {
    content: "";
    display: block;
    width: 6px;
    height: 9px;
    background-image: url("../img/pc_btnback_arrow.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    left: 15px;
    top: 20px;
    transition: all 300ms 0s ease;
}
.detailcontent .pc {
    display: none;
}
.textindent-none {
    text-indent: 0em !important;
}
.column__txtcenter {
    margin-bottom: 30px;
}
.detailcontent .column__table {
    margin-top: 30px;
}
.detailcontent .column__table th {
    width: 100%;
    padding: 10px;
    font-weight: normal;
    display: block;
    text-align: left;
}
.detailcontent .column__table td {
    width: 100%;
    padding: 10px;
    display: block;
}
