@charset "utf-8";
html {
    /* rem?w??p */
    /* font-size: 10px; */
    font-size: 1.5vw;
}

@media screen and (min-width: 1180px) {
    html {
        font-size: 16px;
    }
}

@media screen and (max-width: 640px) {
    html {
        font-size: 3.25vw;
    }
}

/*body{
    line-height: 1.6;
    letter-spacing: 0.05em;
}*/

/***********************************
 base
***********************************/
.cta {
    margin-top: 2em;
}

.cta a {
    display: inline-block;
    padding: 1em;
    background-color: #000;
    color: #fff;
    font-size: 1rem;
}

.cta a:after {
    content: ' ?';
    /*transition: all .2s;*/
}

.cta a:hover:after {
    /*margin-left: 0.3em;*/
}

.textLink {
    font-weight: bold;
    font-size: 1rem;
}

.textLink:after {
    content: ' ?';
    transition: all .2s;
    position: relative;
    right: 0;
}

.textLink:hover:after {
    right: -0.3em;
}


.lead {
    margin-bottom: 3em;
}


/* columns */
.columns {
    display: flex;
}

@media screen and (max-width: 640px) {
    .columns {
        display: block;
    }
}

.column3 > * {
    flex-basis: calc(100% / 3);
}

.column2 > * {
    flex-basis: calc(100% / 2);
}

/* disclaimer */
.disclaimer {
    margin-top: 0.8em;
    font-size: 1.2rem;
}

@media screen and (max-width: 640px) {
    .disclaimer {
        /*font-size: 1.2;*/
    }
}

.disclaimer li {
    display: inline;
}

.disclaimer li:before {
    content: '\203B';
}

/* supplement */
.supplement {
    font-size: 0.6rem;
    counter-reset: supplement;
}

.supplement li {
    display: inline;
}

.supplement li:before {
    content: '??' counter(supplement) ' ';
    counter-increment: supplement;
}

.orderedList {
    counter-reset: orderedList;
}

.orderedList li:before {
    content: counter(orderedList) ". ";
    counter-increment: orderedList;
}


/***********************************
 header
***********************************/
.hdr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1180px;
    margin: auto;
    padding: 0.6rem 1rem;
    box-sizing: border-box;
}

.pageTitle {
    font-family: AudiTypeExtended;
    font-weight: bold;
    font-size: 1.6rem;
    vertical-align: middle;
}

@media screen and (max-width: 640px) {
    .pageTitle {
        font-size: 1rem;
    }
}

.logo {
    width: 9%;
}

.logo img {
    display: block;
}

@media screen and (max-width: 640px) {
    .logo {
        width: 23%;
        padding: 0.5rem;
    }
}

/***********************************
 page navigation
***********************************/

.pageNavWrap {
    background-color: #000;
}

.pageNavWrap.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
}

.pageNav {
    display: flex;
    max-width: 1180px;
    margin: 0 auto;
}

.pageNav li:first-child {
    display: none;
}

a.pageNav_link {
    display: inline-block;
    margin-right: 1em;
    padding: 1em;
    font-family: AudiTypeExtended;
    font-weight: bold;
    font-size: 0.8rem;
    color: #fff;
}

@media screen and (min-width: 1180px) {
    a.pageNav_link {
        font-size: 13px;
    }
}

a.pageNav_link:hover {
    background-color: #222;
}

a.pageNav_link:after {
    content: '?';
    display: inline-block;
    margin-left: 0.7em;
    transform: rotate(90deg);
}

/*****************
 drawr menu
*****************/
#nav-drawer {
    position: relative;
}

/*?`?F?b?N?{?b?N?X?????\????*/
.nav-unshown {
    display: none;
}

@media screen and (max-width: 800px) {
    /* ?n???o?[?K?[ ?A?C?R?? */
    #nav-open {
        display: inline-block;
        width: 30px;
        height: 22px;
        margin-left: 1.5em;
        padding: 1.3em 0;
        vertical-align: middle;
    }

    #nav-open span,
    #nav-open span:before,
    #nav-open span:after {
        content: '';
        position: absolute;
        height: 3px; /*???????*/
        width: 25px; /*????*/
        border-radius: 3px;
        background: #fff;
        display: block;
        cursor: pointer;
    }

    #nav-open span:before {
        bottom: -8px;
    }

    #nav-open span:after {
        bottom: -16px;
    }

    /*?????p??????J?o?[*/
    #nav-close {
        display: none; /*??????B???????*/
        position: fixed;
        z-index: 99;
        top: 0; /*?S???L???????*/
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
        transition: .3s ease-in-out;
    }

    /*???g*/
    .pageNav {
        display: block;
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999; /*??O???*/
        width: 70%; /*?E??????????i?????J?o?[??\???j*/
        max-width: 330px; /*??�Z?i????????????????j*/
        height: 100%;
        background: #000; /*?w?i?F*/
        transition: .3s ease-in-out; /*??????\??*/
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%); /*????B???????*/
    }

    .pageNav li:first-child {
        display: block;
    }

    .pageNav li {
        border-bottom: 1px solid #222;
    }

    a.pageNav_link {
        display: block;
        margin-right: 0;
        padding: 2em 1em;
        font-size: 1.0rem;
        box-sizing: border-box;
    }

    /*?`?F?b?N??????????????\??*/
    #nav-input:checked ~ #nav-close {
        display: block; /*?J?o?[??\??*/
        opacity: .5;
    }

    #nav-input:checked ~ .pageNav {
        -webkit-transform: translateX(0%);
        transform: translateX(0%); /*???g??\???i?E??X???C?h?j*/
        box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
    }
}

/***********************************
 hero image
***********************************/
.heroImage {
    max-width: 1400px;
    margin: auto;
    position: relative;
}

.heroText {
    position: absolute;
    top: 1.5vw;
    left: 2.6vw;
    letter-spacing: 0;
}

.heroText_label {
    font-family: AudiTypeExtended;
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 1vw;
}

.heroText_main {
    font-size: 4vw;
    font-family: AudiTypeExtended;
    line-height: 1.2;
}

.heroText_main span {
    display: block;
}

.heroText_main_brand {
    font-size: 1.8rem;
}

.heroText_date {
    font-family: AudiTypeExtended;
    font-size: 2rem;
}

.heroText_date span {
    font-size: 1.7rem;
}

@media screen and (max-width: 640px) {
    .heroText {
        position: static;
        padding: 1rem;
    }

    .heroText_main_brand {
        font-size: 1.3rem;
    }

    .heroText_main {
        font-size: 6vw;
        line-height: 1.4;
    }

    .heroText_date {
        font-size: 1rem;
    }

    .heroText_date span {
        font-size: 0.7rem;
    }

    .heroText_disclaimer {
        font-size: 0.7rem;
    }
}

@media screen and (min-width: 1400px) {
    .heroText_label {
        font-size: 21px;
    }

    .heroText_main {
        font-size: 36px;
    }

    .heroText_main_brand {
        font-size: 28px;
    }

    .heroText_date {
        font-size: 28px;
    }

    .heroText_date span {
        font-size: 25px;
    }
}


/* section */
.sec {
    padding: 3rem 0;
}

.sec:nth-child(even) {
    background-color: #efefef;
}

.container {
    max-width: 1060px;
    margin: auto;
    padding: 0 1vw;
}

/* text */
.secTitle {
    font-family: AudiTypeExtended;
    font-size: 2.4rem;
    margin-bottom: 1.6vw;
    letter-spacing: 0;
}

.secSubTitle {
    font-family: AudiTypeExtendBold !important;
    font-size: 1.4vw;
    margin-bottom: 2vw;
    letter-spacing: 0;
}

@media screen and (max-width: 640px) {
    .secTitle {
        font-size: 4.8vw;
    }

    .secSubTitle {
        font-size: 17px;
        text-align: center;
    }
}


/***********************************
 modules
***********************************/


.whyAudi {
    width: 100%;
}

.whyAudi:after {
    content: '';
    display: block;
    clear: both;
}

.whyAudi_image {
    float: right;
    width: 50%;
}

.whyAudi_text {
    float: left;
    width: 50%;
    padding-right: 1em;
    box-sizing: border-box;
}

@media screen and (max-width: 640px) {
    .whyAudi_image {
        padding-left: 1em;
    }

    .slick-dots {
        line-height: 0;
        font-size: 0;
        bottom: -15px;
    }

    .slick-dots li {
        margin: 0 1px;
        height: 10px;
    }

    .slick-dots li button {
        padding: 0;
        height: 10px;
    }

    .slick-dots li button:before {
        content: '';
        background-color: #000;
        height: 10px;
    }

    .whyAudi_text {
        float: none;
        width: auto;
    }
}

.whyAudi_text_paragraph {
    margin-bottom: 2em;
}

.whyAudi_text_links {
    counter-reset: whyAudi_text_links;
    line-height: 2.4;
}

.whyAudi_text_links li {
    font-weight: bold;
    list-style-type: none;
}

.whyAudi_text_links li:before {
    font-family: AudiTypeExtended;
    content: 'Vol' counter(whyAudi_text_links) '. ';
    counter-increment: whyAudi_text_links;
}


.recommendModel {
    margin: auto 1px;
}

.recommendModel:first-child,
.recommendModel:last-child {
    margin: auto;
}

.recommendModel_image {
    position: relative;
}

.recommendModel_image img {
    display: block;
}

.recommendModel_image figcaption {
    font-size: 0.7vw;
    position: absolute;
    bottom: 1.0em;
    left: 1.5em;
}

.recommendModel_title {
    padding: 0.5em 0.5em 0;
    font-family: AudiTypeExtended;
    line-height: 1.4;
}

.recommendModel_title_name {
    font-size: 1.3vw;
    font-style: normal;
    font-weight: bold;
}

.recommendModel_title strong {
    font-size: 2vw;
}

.recommendModel_title strong:before {
    content: '';
    display: block;
    height: 0;
}

.recommendModel_title_date {
    font-family: AudiType;
    font-size: 0.7vw;
    font-weight: normal;
}

.recommendModel_title_date:before {
    content: '(';
}

.recommendModel_title_date:after {
    content: ')';
}

.recommendModel_cta {
    margin-top: 1em;
}

.campaignItem {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.6rem;
    padding-top: 40px;
    padding-bottom: 2rem;
}

.campaignItem_name {
    flex-basis: 5.5em;
}

.campaignItem_name:after {
    content: ' : ';
}

.campaignItem_detail {
    flex-basis: calc(100% - 5.5em);
    margin-bottom: 1.1vw;
}

.campaignItem_detail_requirements li:before {
    content: '- ';
}


.supportItem {
    padding: 1rem;
    text-align: center;
}

.supportItemTitle {
    font-size: 1.5vw;
}

.supportItemTitle2 {
    font-size: 80px;
    margin-top: -5%;
    margin-bottom: -3%;
}

.supportItemTitle em {
    display: block;
    font-family: AudiTypeExtendBold !important;
    font-size: 2.4vw;
    font-style: normal;
    font-weight: bold;
}

.supportItemTitle .afpl {
    display: block;
    font-family: AudiTypeExtendBold !important;
    font-size: 1vw;
    font-style: normal;
    font-weight: bold;
}

.supportItemTitle span {
    display: block;
    font-size: 1.2vw;
}

.supportItemLink_textLink {
    font-weight: normal;
    font-size: 1vw;
}

.allModelSupport {
    margin-top: -1rem;
    padding-top: 0;
    flex-basis: 100%;
}

.orItem {
    text-align: center;
    /* vertical-align: middle; */
    padding: 3rem;
    font-size: 1.5vw;
}

@media screen and (max-width: 640px) {
    .support {
        /* padding-top: 1em; */
    }

    .supportItem {
        margin: 0 1em;
        padding: 2em 2em;
        border-right: 0;
        /* border-bottom: 1px solid #000; */
    }

    .allModelSupport {
        padding: 0.5em 2em 2.5em;
    }

    .supportItem:last-child {
        border-bottom: 0;
    }

    .supportItemTitle {
        line-height: 1.1;
        font-size: 5vw;
    }

    .supportItemTitle em {
        font-size: 8vw;
    }

    .supportItemTitle span {
        padding: 0.4em 0;
        font-size: 4vw;
    }

    .supportItemLink_textLink {
        font-size: 3vw;
    }
}

.subCampaign_columns {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.subCampaign_columns_image {
    flex-basis: 100%;
}

.subCampaign_columns_text {
    padding-right: 3%;
}

.subCampaign_textLink {
    margin-top: 2em;
}

.movieWrap {
    flex-direction: row-reverse;
    margin-bottom: 2em;
}

.movie {
    flex-basis: 80%;
}

.movie_cap {
    padding-right: 2em;
}

@media screen and (max-width: 640px) {
    .movie_cap {
        padding-right: 0;
    }
}

.movie_cap_textLink {
    display: block;
    margin-top: 2em;
}

.infoAAA_label {
    font-family: AudiTypeExtended;
    cursor: pointer;
    padding: 0.4em 0.8em;
    font-size: 1.6vw;
}

@media screen and (max-width: 640px) {
    .infoAAA_label {
        padding: 0.4em 0em;
        font-size: 3.6vw;
    }
}

.infoAAA_label:hover {
    /*background-color: #f7f7f7;*/
}

.infoAAA_label:before {
    content: '+';
    display: inline-block;
    padding: 0.2rem 0.4rem;
    margin-right: 0.4rem;
    font-weight: normal;
    transition: all .2s;
}

.infoAAA_label.open:before {
    content: '-';
    transform: rotate(360deg);
}

.infoAAA_contents {
    display: none;
    padding-bottom: 4em;
    padding-left: 4vw;
}

@media screen and (max-width: 640px) {
    .infoAAA_contents {
        padding-bottom: 4em;
        padding-left: 0;
    }
}

.infoAAA_label.open + .infoAAA_contents {
    display: block;
    margin-top: 1em;
}

.quality {
    display: flex;
    margin-bottom: 3rem;
}

.quality:last-child {
    margin-bottom: 0;
}

.quality_col {
    flex-basis: 50%;
}

.quality_col_image {
    padding-right: 2em;
}

.quality_col_title {
    margin-bottom: 1em;
}

.quality_col_link {
    margin-top: 1em;
}

.quality_col_link a {
    font-weight: normal;
}

@media screen and (max-width: 640px) {
    .quality {
        display: block;
    }

    .quality_col_image {
        padding-right: 0;
    }
}


.plate {
    margin-bottom: 2em;
    padding-left: 3vw;
}

.plateTitle {
    font-weight: bold;
    margin: 2em auto 0.5em;
}

.platecontents {
    justify-content: space-between;
}

.plateImage img[src$="plate_aaa.jpg"] {
    box-shadow: 0 0 1px rgba(0, 0, 0, .7);
}

.plateExplain {
    flex-basis: 70%;
    padding-left: 2em;
}

.plateName {
    font-family: AudiTypeExtended;
    margin-bottom: 0.7em;
    line-height: 1.2;
}

.plateName em {
    display: block;
    font-size: 2vw;
    font-style: normal;
}

@media screen and (max-width: 640px) {
    .platecontents {
        display: flex;
    }

    .plateExplain {
        flex-basis: 200%;
        padding-left: 1em;
    }
}

.rankAAA_table {
    border-collapse: collapse;
    width: 100%;
    letter-spacing: 0;
    font-family: AudiTypeExtended;
    border: 2px solid #000;
}

.rankAAA_table thead th {
    border: 2px solid #000;
}

.rankAAA_table th,
.rankAAA_table td {
    padding: 1vw;
    font-size: 1.5vw;
}

.rankAAA_table th em,
.rankAAA_table td em {
    font-weight: bold;
    font-style: normal;
    font-size: 2vw;
}

.rankAAA_table th {
    border: 2px solid #000;
}

.narrowCell {
    width: 1em;
    line-height: 1em;
}

.rankAAA_table_aaaPremiumPlus {
    background-color: #000;
    color: #fff;
}

.rankAAA_table_aaaOver3year {
    border-left: 2px solid #000;
}

.rankAAA_table td[class^="rankAAA_table_"] {
    padding: 0.2vw 1vw;
}

.rankAAA_table_plus {
    text-indent: 1em;
}

.aaaRankSupplement {
    margin-top: 1em;
}

.aaaRankLink {
    margin-top: 2em;
}


.schedule {
    margin: 3em auto;
    position: relative;
}

.scheduleTable {
    width: 100%;
    table-layout: fixed;
}

.scheduleCap {
    text-align: left;
}

.scheduleTable th,
.scheduleTable td {
    padding: 1vw;
    border: 2px solid #000;
    font-family: AudiTypeExtended;
    font-size: 1.1vw;
}

.schedule_arrow {
    position: absolute;
    top: 38.8%;
    height: 4.1vw;
    padding: 2.8vw 1vw;
    font-family: AudiTypeExtended;
    font-weight: bold;
    font-size: 1.4vw;
    color: #fff;
    letter-spacing: 0;
}

@media screen and (min-width: 1400px) {
    .schedule_arrow {
        font-size: 17px;
    }
}

@media screen and (min-width: 641px) and (max-width: 800px) {
    .schedule_arrow {
        top: 44.7%;
        font-size: 1.5vw;
    }
}

@media screen and (max-width: 640px) {
    .schedule_arrow {
        top: 48.9%;
        font-size: 1.6vw;
    }
}

.schedule_arrow:before {
    content: '';
    border: 4.9vw solid transparent;
    position: absolute;
    top: 0;
    right: -5.3vw;
}

@media screen and (max-width: 640px) {
    .schedule_arrow:before {
        right: -5.05vw;
    }
}

.schedule_arrow em {
    display: block;
    font-style: normal;
}

.schedule_arrow_standard {
    width: calc(100% / 2 - 5.4vw);
    left: calc(100% / 5.9);
    background-color: #b3b3b3;
    line-height: 4.1vw;
}

.schedule_arrow_standard:before {
    border-right-width: calc(5.3vw / 2);
    border-left-width: calc(5.3vw / 2);
    border-left-color: #b3b3b3;
}

.schedule_arrow_plus {
    width: calc(100% / 3 - 5vw);
    left: calc(100% / 1.5);
    background-color: #bb0a30;
}

.schedule_arrow_plus:before {
    border-right-width: calc(5.3vw / 2);
    border-left-width: calc(5.3vw / 2);
    border-left-color: #bb0a30;
}

.supportPlan_title {
    margin: 4em auto 1em;
    font-weight: bold;
}

.supportPlan_title em {
    margin-left: 1em;
    font-style: normal;
    font-weight: normal;
    font-size: 0.8em;
}

.supportPlan_title em:before {
    content: '??';
}

.supportPlan_name {
    font-family: AudiTypeExtended;
    letter-spacing: 0;
}

.supportPlan_name em {
    display: block;
    font-style: normal;
    font-size: 2vw;
}

.supportPlan_columns {
    justify-content: space-between;
    margin-left: 2vw;
}

.supportPlan_text {
    flex-basis: 63%;
}

@media screen and (max-width: 640px) {
    .supportPlan_name {
        font-size: 3vw;
    }

    .supportPlan_name em {
        font-size: 5vw;
    }

    .orItem {
        padding: 0rem;
        font-size: 4vw;
    }

}

/* car park */
.carParkFrame {
    position: relative;
    margin-bottom: 2em;
}

.carPark {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.carPark_row {
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 10.22vw;
}

@media screen and (max-width: 640px) {
    .carParkFrame {
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .carParkBg {
        width: 200%;
    }

    .carPark {
        width: 200%;
    }

    .carPark_row {
        height: 20.22vw;
    }
}

@media screen and (min-width: 1180px) {
    .carPark_row {
        height: 130px;
    }
}

.carParkItem {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    flex-basis: calc(100% / 5);
}

.carParkItem_image {
    position: absolute;
    bottom: 0;
}

.carParkItem_label {
    width: 100%;
    padding: 0.5em 1em;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    font-family: AudiTypeExtended;
    font-weight: bold;
    position: absolute;
    top: -100%;
    transition: top .2s;
}

.carParkItem:hover .carParkItem_label {
    top: 0;
}

.carPark .carParkModal {
    display: none;
}

.mfp-content .carParkModal {
    background-color: #fff;
    width: 80%;
    max-width: 820px;
    margin: auto;
}

.carParkModal_contents {
    padding: 1em 2em;
}


.mfp-arrow:before,
.mfp-arrow:after {
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    font-size: 4vw;
}

.mfp-arrow-left:after {
    content: '?';
}

.mfp-arrow-right:after {
    content: '?';
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    bottom: -3%;
    transition: all 0.55s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    transition: all 0.55s ease-out;
    opacity: 1;
    bottom: 0;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


.carParkModal_contents_title {
    font-family: AudiTypeExtended;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    .carParkItem_label {
        top: -200%;
    }

    .carParkItem:hover .carParkItem_label {
        top: -200%;
    }

    .carParkModal {
        width: 70%;
    }
}

.pageDisclaimer {
    padding: 2em 0;
}

.ftrLinkWrap {
    display: flex;
    align-items: flex-end;
}

.ftrLinkWrap > :last-child {
    margin-left: auto;
}

.ftrLink {
    margin-right: 2em;
    padding-bottom: 1em;
}

.ftrLink_item {
    font-weight: normal;
    font-size: 0.8rem;
}

.sns_icons {
    display: flex;
}

.sns_icons li {
    width: 3rem;
    margin-right: 1rem;
}

@media screen and (max-width: 640px) {
    .ftrLinkWrap {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .ftrLink {
        flex-basis: auto;
    }

    .ftrLinkWrap > :last-child {
        flex-basis: 100%;
    }

    .sns_icons {
        display: flex;
        justify-content: center;
    }
}

.ftrWrap {
    background-color: #4c4c4c;
    padding: 1em 0 0.5em;
}

.copyright {
    display: block;
    font-family: AudiType;
    font-size: 0.6rem;
    color: #fff;
}

.container p {
    font-size: 1.6rem;
    margin-bottom: 1.5vw;
}

.agwf {
    /* border: solid 1px #000; */
    padding-bottom: 10px;
    background-color: #d9d9d9;
}

.aaah3 {
    /* border-bottom: solid 1.5px #000; */
}

.agwf2 {
    background-color: #aaa;
    padding-bottom: 40px;
}

.supportItemTitle1 {
    font-size: 1.4vw;
}

@media screen and (max-width: 640px) {
    .supportItemTitle1 {
        line-height: 1.1;
        font-size: 5vw;
    }
}

.campaign__detail {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin-top: 40px;
    font-size: 15px;
}

.campaign__detail dt {
    flex-basis: 10%;
    padding-right: 1%;
    box-sizing: border-box;
    border-right: solid 1px #000;
    margin-bottom: 10px;
}

.campaign__detail dd {
    flex-basis: 86%;
    margin-bottom: 10px;
    /*  margin-left: 10px; */
}

@media screen and (max-width: 640px) {
    .campaign__detail dt {
        flex-basis: 20%;
    }

    .campaign__detail dd {
        flex-basis: 80%;
    }

    .campaign__detail {
        font-size: 14px;
        padding-left: 10px;
    }
}


.list_no_newline li {
    display: inline-block;
    margin-bottom: 5px;
}

.list_no_newline li:after {
    display: inline-block;
    content: "/";
    margin: 0 2px 0 5px;
}

.list_no_newline li:nth-last-child(1):after {
    content: "";
    margin: 0;
}

.arrow_d li:hover {
    opacity: .7;
}

.arrow_d li:after {
    display: none;
}

.arrow_d li a:after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: translate(-50%, -50%) rotate(45deg);
    margin: 4px 15px 0px 12px;
}

@media screen and (max-width: 640px) {
    .list_no_newline li {
        display: inline-block;
        margin-bottom: 5px;
    }

    .list_no_newline li:after {
        display: inline-block;
        content: "/";
        margin: 0 2px 0 5px;
    }

    .list_no_newline li:nth-last-child(1):after {
        content: "";
        margin: 0;
    }

    .arrow_d li:hover {
        opacity: 1;
    }

    .arrow_d li:after {
        display: none;
    }

    .arrow_d li a:after {
        display: inline-block;
        vertical-align: middle;
        content: "";
        width: 8px;
        height: 8px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        transform: translate(-50%, -50%) rotate(45deg);
        margin: 4px 15px 0px 12px;
    }
}

/* add 190306 */
.block_wrap {
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
}

body .title_cpn_middle {
    line-height: 1.3;
    margin-bottom: 15px;
}

.title_top {
    display: block;
    font-size: 26px;
    margin-top: 20px;
}

.title_middle {
    /*	display: block; */
    font-size: 36px;
    margin-bottom: 7px;
}

.title_bottom {
    /*	display: block; */
    font-size: 30px;
}

.img_text {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 20px;
}

.title_add {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: -5px;
}

.text_strong_middle {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
}

.flex_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.col2 {
    width: 48%;
    margin-right: 4%;
}

.col2:nth-child(even) {
    margin-right: 0;
}

.flex_img {
    width: 100%;
}

.flex_img + .flex_img {
    width: 100%;
    margin-top: 35px;
}

.btn_sec a {
    display: block;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    border: solid 1px #000000;
    padding: 10px;
    box-sizing: border-box;
}

.btn_sec a:hover {
    opacity: .7;
}

.title_style_middle {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.text_lead {
    font-size: 16px;
    margin-bottom: 15px;
}

.text_cap {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.block_section_1 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.block_section_1_1 {
    margin-bottom: 35px;
}

body .txt_min {
    font-size: 80%;
}

body .txt_small {
    font-size: 65%;
}

@media screen and (max-width: 640px) {
    .block_wrap {
        width: auto;
    }

    body .title_cpn_middle {
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .title_top {
        display: block;
        font-size: 18px;
        margin-bottom: 3px;
    }

    .title_middle {
        display: block;
        font-size: 28px;
        margin-bottom: 7px;
    }

    .title_bottom {
        display: block;
        font-size: 22px;
    }

    .img_text {
        font-size: 14px;
        line-height: 1.7;
        margin: 5px 0 10px;
    }

    .title_add {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: -5px;
    }

    .text_strong_middle {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .flex_wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .col2 {
        width: auto;
        margin-right: 0;
    }

    .col2:nth-child(even) {
        margin-right: 0;
    }

    .flex_img {
        width: 100%;
        margin-bottom: 10px;
    }

    .flex_img + .flex_img {
        margin-top: 10px;
    }

    .block_btn {
        margin-top: 25px;
    }

    .btn_sec a {
        display: block;
        font-size: 16px;
        font-size: 4vw;
        line-height: 1.3;
        text-align: center;
        border: solid 1px #000000;
        padding: 3%;
        box-sizing: border-box;
    }

    .btn_sec a:hover {
        opacity: 1;
    }

    .title_style_middle {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .text_lead {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .text_cap {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }

    .block_section_1 {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .block_section_1_1 {
        margin-bottom: 35px;
    }
}


/* 190402 */
.btn_Primary a {
    display: block;
    background: #000000;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8;
    text-align: center;
    padding: 13px;
    box-sizing: border-box;
}

.bnr_1 {
    margin-bottom: 60px;
}

.bnr_1 .col2 {
    margin-bottom: 10px;
}

.bnr_1 .lead {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.bnr_1 .title_top {
    display: block;
    font-size: 26px;
    margin-bottom: 5px;
}

.bnr_1 .title_middle {
    display: block;
    font-size: 34px;
    margin-bottom: 7px;
    margin-right: 10px;
}

.bnr_1 .title_bottom {
    display: block;
    font-size: 28px;
}

.bnr_1 .btn_Primary a {
    width: 48%;
}

.btn_Primary a:hover {
    opacity: .7;
}

/* ���{�^�� */
.btn_box a {
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    background-color: #000;
    padding: 20px 40px 18px;
    box-sizing: border-box;
    letter-spacing: normal;
}

.btn_box span:after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 30px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: translateX(0) rotate(-45deg);
    transform: translateX(0) rotate(-45deg);
}

@media screen and (max-width: 640px) {
    .btn_box {
        width: 100%;
    }

    .btn_box a {
        display: block;
        font-size: 18px;
        line-height: 1;
        color: #ffffff;
        background-color: #000;
        padding: 20px auto 18px;
        box-sizing: border-box;
        letter-spacing: normal;
        text-align: center;
    }

    .btn_box span:after {
        display: inline-block;
        content: "";
        width: 10px;
        height: 10px;
        margin-left: 20px;
        border-bottom: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        -webkit-transform: translateX(0) rotate(-45deg);
        transform: translateX(0) rotate(-45deg);
    }
}

@media screen and (max-width: 640px) {
    .bnr_1 {
        margin-bottom: 40px;
    }

    .bnr_1 .title_top {
        display: block;
        font-size: 18px;
        margin-bottom: 3px;
    }

    .bnr_1 .title_middle {
        display: block;
        font-size: 20px;
        margin-bottom: 7px;
    }

    .bnr_1 .title_bottom {
        display: block;
        font-size: 22px;
    }

    .bnr_1 .lead {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .bnr_1 .flex_img {
        margin-bottom: 30px;
    }

    .bnr_1 .btn_sec a {
        display: block;
        font-size: 15px;
        font-size: 3.5vw;
        line-height: 1.3;
        text-align: center;
        padding: 3%;
        box-sizing: border-box;
    }

    .bnr_1 .btn_Primary a {
        width: auto;
    }

    .btn_Primary a:hover {
        opacity: 1;
    }
}

.wprecpn .wprecpn_head_01 {
    margin-top: 0;
}

.wprecpn .wprecpn_head {
    margin-top: 60px;
    margin-left: 30px;
}

.wprecpn .title_top {
    font-size: 30px;
}

.wprecpn .title_bottom {
    font-size: 24px;
}

.wprecpn .lead {
    font-size: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    font-weight: bold;
}

.wprecpn .present_list {
    margin-left: 30px;
}

.wprecpn .present_list li {
    font-size: 18px;
    font-weight: bold;
}

.wprecpn .block_btn {
    margin-left: 30px;
}

.wprecpn .white_btn {
    margin: 20px 0 40px;
}

.wprecpn .block_btn a {
    font-size: 13px;
    padding: 10px;
    width: 30%;
}

.wprecpn .white_btn a {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}

.wprecpn .campaign__detail {
    margin-left: 30px;
    margin-bottom: 30px;
    font-size: 16px;
}

.wprecpn .campaign__detail dt {
    border: none;
}

.wprecpn .campaign__detail dd {
    line-height: 1.2;
}

.wprecpn2 .wprecpn_head {
    margin-top: 60px;
    margin-left: 30px;
}

.wprecpn2 .title_top {
    font-size: 30px;
}

.wprecpn2 .title_bottom {
    font-size: 20px;
}

.wprecpn2 .lead {
    font-size: 18px;
    margin-bottom: 20px;
    margin-left: 30px;
}

.wprecpn2 .block_btn {
    margin-left: 30px;
}

.wprecpn2 .block_btn a {
    font-size: 13px;
    padding: 10px;
    width: 30%;
}

@media screen and (max-width: 640px) {
    .wprecpn .wprecpn_head {
        margin-left: 0px;
        margin-top: 0;
    }

    .wprecpn .title_top {
        font-size: 18px;
    }

    .wprecpn .title_bottom {
        font-size: 16px;
    }

    .wprecpn .lead {
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 15px;
        margin-left: 0px;
    }

    .wprecpn .present_list {

        margin-left: 0px;
    }

    .wprecpn .present_list li {
        font-size: 16px;
        font-weight: normal;
    }

    .wprecpn .block_btn {
        margin-left: 0px;
    }

    .wprecpn .white_btn {
        margin: 10px 0 20px;
    }

    .wprecpn .block_btn a {
        font-size: 13px;
        padding: 10px;
        width: 100%;
    }

    .wprecpn .white_btn a {
        background-color: #fff;
        border: 1px solid #000;
        color: #000;
    }

    .wprecpn .campaign__detail {
        margin-top: 20px;
        margin-left: 0px;
        margin-bottom: 20px;
        font-size: 11px;
    }

    .wprecpn .campaign__detail dt {
        border: none;
    }

    .wprecpn .campaign__detail dd {
        line-height: 12px;
    }

    .wprecpn2 .wprecpn_head {
        margin-top: 30px;
        margin-left: 0px;
    }

    .wprecpn2 .title_top {
        font-size: 18px;
    }

    .wprecpn2 .title_bottom {
        font-size: 18px;
    }

    .wprecpn2 .lead {
        margin-top: 30px;
        font-size: 16px;
        margin-bottom: 20px;
        margin-left: 0px;
    }

    .wprecpn2 .block_btn {
        margin-left: 0px;
    }

    .wprecpn2 .block_btn a {
        font-size: 13px;
        padding: 10px;
        width: 100%;
    }
}

.lead.cpn_title {
    font-size: 25px;
    margin-bottom: 10px;
}

.mid.cpn_txt_mgn {
    margin: 15px 30px 55px;
}

.campaign__detail .cpn_dtl_mgn {
    margin: 15px 0 25px;
}

@media screen and (max-width: 640px) {
    .lead.cpn_title {
        font-size: 18px;
    }

    .mid.cpn_txt_mgn {
        margin: 15px 10px 55px;
    }
}

@media screen and (max-width: 640px) {
    #finance {
        margin-bottom: 40px;
    }
}


.videocall {
    margin: 30px auto 70px;
}

.flex_wrap2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.flex_wrap_inner_w50 {
    width: 48.5%;
    margin: 0 3% 30px 0;
}

.flex_wrap_inner_w50:nth-child(2n) {
    margin-right: 0;
}

.flex_wrap_inner_w60 {
    width: 57%;
    margin-right: 3%;
}

.flex_wrap_inner_w40 {
    width: 40%;
}

.title_1 {
    font-size: 28px;
    line-height: 1.4;
}

.txt_1 {
    font-size: 17px;
    line-height: 1.7;
}

.videocall .btn_box {
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    width: 70%;
    margin-top: 10px;
    position: relative;
}

.btn_box:hover {
    opacity: .7;
}

.videocall .btn_box span::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: none;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
}

.btn_box_black {
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    background-color: #000;
    width: 80%;
    margin: 10px 0 20px;
    position: relative;
    text-decoration: none;
}

.btn_box_black span::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: none;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
}

.btn_box_black:hover {
    opacity: .7;
    color: #fff;
}

@media screen and (max-width: 640px) {
    .videocall {
        margin: 30px auto 40px;
    }

    .flex_wrap2 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin-top: 10px;
    }

    .flex_wrap_inner_w50 {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .flex_wrap_inner_w50:nth-child(2n) {
        margin: 10px 0 40px;
    }

    .flex_wrap_inner_w60 {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .flex_wrap_inner_w40 {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .title_1 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .txt_1 {
        font-size: 16px;
        line-height: 1.7;
    }

    .videocall .btn_box {
        display: inline-block;
        padding: 15px 12px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        background-color: #000;
        width: 100%;
        margin: 15px 0;
        position: relative;
    }

    .btn_box:hover {
        opacity: .7;
    }

    .videocall .btn_box span::after {
        content: "";
        width: 10px;
        height: 10px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        border-bottom: none;
        transform: translate(-50%, -50%) rotate(45deg);
        position: absolute;
        top: 50%;
        right: 8px;
    }

    .btn_box_black {
        display: inline-block;
        padding: 12px 30px;
        color: #fff !important;
        font-size: 16px;
        line-height: 1.4;
        text-align: center;
        background-color: #000;
        width: 100%;
        margin: 10px auto 20px;
        position: relative;
        text-decoration: none;
    }

    .btn_box_black span::after {
        content: "";
        width: 10px;
        height: 10px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        border-bottom: none;
        transform: translate(-50%, -50%) rotate(45deg);
        position: absolute;
        top: 50%;
        right: 15px;
    }
}

.btn_box_black:visited {
    color: #fff;
}

/* special offer */
.block_gray {
    background: #c7c7c7;
    padding: 40px 50px 50px;
    text-align: center;
    margin: 20px auto 50px;
}

.title_0 {
    font-size: 38px;
}

.title_2 {
    font-size: 23px;
}

.btn_box_50 a {
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    width: 50%;
    margin-top: 10px;
    position: relative;
}

.btn_box_50 a:hover {
    opacity: .7;
}

.btn_box_50 a:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: none;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
}

.dl_offer {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin: 40px auto 30px;
}

.dl_offer dt {
    width: 10%;
    font-size: 17px;
    font-weight: bold;
}

.dl_offer dd {
    width: 88%;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
}

/* plus */
.plus {
    font-size: 22px;
    position: relative;
    width: 0.4em;
    height: 1.6em;
    background-color: #000;
    margin: 5px auto 10px;
}

.plus::before {
    position: absolute;
    top: 0.6em;
    left: -0.6em;
    width: 1.6em;
    height: 0.4em;
    content: "";
    background-color: #000;
}

@media screen and (max-width: 640px) {
    .block_gray {
        background: #c7c7c7;
        padding: 30px 20px 50px;
        text-align: left;
        margin: 40px -10px;
    }

    .title_0 {
        font-size: 28px;
        text-align: center;
    }

    .title_2 {
        font-size: 20px;
        line-height: 1.4;
    }

    .btn_box_50 a {
        display: inline-block;
        padding: 15px 30px;
        color: #fff;
        font-size: 17px;
        text-align: center;
        text-decoration: none;
        background-color: #000;
        width: 100%;
        margin-top: 10px;
        position: relative;
    }

    .btn_box_50 a:hover {
        opacity: .7;
    }

    .btn_box_50 a:after {
        content: "";
        width: 10px;
        height: 10px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        border-bottom: none;
        transform: translate(-50%, -50%) rotate(45deg);
        position: absolute;
        top: 50%;
        right: 15px;
    }

    .dl_offer {
        display: flex;
        flex-wrap: wrap;
        text-align: left;
        margin: 40px auto 20px;
    }

    .dl_offer dt {
        width: 100%;
        font-size: 17px;
        font-weight: bold;
        line-height: 1.7;
    }

    .dl_offer dd {
        width: 100%;
        font-size: 17px;
        font-weight: bold;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    /* plus */
    .plus {
        font-size: 18px;
        position: relative;
        width: 0.4em;
        height: 1.6em;
        background-color: #000;
        margin: 5px auto 10px;
    }

    .plus::before {
        position: absolute;
        top: 0.6em;
        left: -0.6em;
        width: 1.6em;
        height: 0.4em;
        content: "";
        background-color: #000;
    }
}

