html {
    scroll-padding-top: 150px;
    scroll-behavior: smooth;
}

.circle-list {
    text-indent: 0;
    padding-left: 1em;
}

.circle-list li {
    position: relative;
    padding-left: 1.3em;
}

.circle-list li:after {
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    font-weight: bold;
}

nav.header_in_menu_pc li.cat01_nav {
    background: #fff !important;
}

nav.header_in_menu_pc li.cat01_nav a {
    color: #000 !important;
}

main a {
    text-decoration: underline;
}

.content {
    padding-left: 160px;
    padding-right: 160px;
    width: auto;
}

.faq_list li {
    width: 24.1%;
    color: #fff;
    border-radius: 0.5em;
    text-align: center;
    font-size: 12px;
    background: #e6191e;
    float: left;
    margin-right: 1.2%;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 10px;
}

.faq_list li:last-child {
    margin-right: 0;
}

.faq_list li a {
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    height: 70px;
    display: flex;
    text-align: center;
    width: 100%;
    background: url(/dport/img/faq/icon.png) no-repeat center bottom;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    font-size: 15px;
}

.faq_list li a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.faq_list {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.faq_list_answer {
    clear: both;
    overflow: hidden;
    margin-bottom: 35px;
}

.faq_list_answer .faq_list-question {
    font-weight: bold;
    padding: 13px 70px 13px 0;
    background-color: #E9E9E9;
    transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    text-indent: -1.5em;
    padding-left: 1.5em;
    line-height: 1.6875;
    border-bottom: 1px solid #F8F8F8;
    text-decoration: none;
    display: block;
}

.faq_list_answer .faq_list-question--last {
    font-weight: bold;
    padding: 13px 70px 13px 0;
    background-color: #E9E9E9;
    transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    text-indent: -1.5em;
    padding-left: 1.5em;
    line-height: 1.6875;
    border-bottom: 1px solid #F8F8F8;
    text-decoration: none;
    display: block;
}

.faq_list_answer .faq_list-question--last{
    border-bottom: none;
}

.faq_list_answer .faq_list-question:hover{
    opacity: 0.7;
    cursor: pointer;
}

.faq_list_answer .faq_list-question--last:hover{
    opacity: 0.7;
    cursor: pointer;
}

.faq_list_answer .faq_list-question::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #0099FF;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 3px;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
}

.faq_list_answer .faq_list-question--last::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #0099FF;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 3px;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
}

.faq_list_answer .faq_list-question:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #0099FF;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 3px;
    right: 35px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: all 0.2s ease;
}

.faq_list_answer .faq_list-question--last:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #0099FF;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 3px;
    right: 35px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: all 0.2s ease;
}

.faq_list_answer .faq_list-question.jsAcdOpened::after{
    transform: translateY(-50%) rotate(180deg);
}

.faq_list_answer .faq_list-question--last.jsAcdOpened::after{
   transform: translateY(-50%) rotate(180deg);
}

.faq_list_answer .faq_list-question span.ttl {
    font-size: 16px;
    color: #000000;
}

.faq_list_answer .faq_list-question--last span.ttl {
    font-size: 16px;
    color: #000000;
}

.faq_list_answer .faq_list-question .faq_list_answer-icon {
    color: #0099FF;
    margin-right: 7px;
}

.faq_list_answer .faq_list-question--last .faq_list_answer-icon {
    color: #0099FF;
    margin-right: 7px;
}

.faq_list_answer .faq_list-response .faq_list_answer-icon {
    color: #FF0000;
    font-weight: bold;
    margin-right: 10px;
}

.faq_list_answer .faq_list-response {
    text-indent: -1.5em;
    padding-left: 1.5em;
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: #F8F8F8;
    padding-right: 70px;
    line-height: 1.6875;
}

.faq_list_answer .faq_list-response ul {
    list-style-type: disc;
    padding-left: 1em;
}

.page_top {
    position: fixed;
    bottom: 86px;
    z-index: 9999;
    right: 20px;
}

a:hover img.over {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.faq_txt_img {
    vertical-align: middle;
    width: 155px;
    height: auto;
}

.clr::after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

/* 共通スタイル上書き　元のcssに優先されて崩れあるため */

*{
    box-sizing: content-box;
}

body, h1, h2, h3, h4, h5, h6, p, div, span, a, li, ul, ol, table, th, td, input, select, textarea {
    font-family: 'Noto Sans Japanese', sans-serif;
}

header, footer, .com-header *, .com-footer *{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

body{
    line-height: normal;
    min-width: auto;
}

@media only screen and (max-width: 1024px) and (min-width: 767px){
    .main-wrap{
        padding-top: 48px !important;
        margin-left: 0;
    }

}

.breadcrumbs {
    text-align: left;
    height: auto;
    padding-bottom: 10px;
    padding-left: 0;
    width: auto;
    font-size: 12px;
}

#footer {
    text-align: left;
}

/* 追加スタイル */

main{
    position: relative;
    z-index: 1;
}

main::before{
    position: absolute;
    right: 50%;
    z-index: -1;
    display: block;
    height: 100%;
    border-image-source: linear-gradient(90deg, #fff, #fff);
    border-image-slice: 0 fill;
    border-image-outset: 0 0 0 50vw;
    content: "";
}
.content{
    padding-top: 0;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 65px;
}

.daihatsuport-logo{
    background-color: #fff;
    margin-bottom: 0 !important;
    min-height: 112px;
    padding-left: 0 !important;
    position: relative;
}

.daihatsuport-logo::before{
    position: absolute;
    right: 50%;
    z-index: 1;
    display: block;
    height: 100%;
    border-image-source: linear-gradient(90deg, #ffffff, #ffffff);
    border-image-slice: 0 fill;
    border-image-outset: 0 0 0 50vw;
    content: "";
}

.daihatsuport-logo .daihatsuport-logo-img {
    width: 186px;
    padding-top: 10px;
    display: block;
    margin-right: auto;
    position: relative;
    z-index: 50;
}

.faq-title{
    margin-left: 15px;
}

.faq-inner{
    max-width: 862px;
    padding-left: 117px;
    padding-right: 116px;
}

.faq-subtitle{
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    padding-left: 20px;
    margin-top: 15px !important;
    margin-bottom: 20px !important;
    position: relative;
}

.faq-subtitle::before{
    content: "";
    display: block;
    position: absolute;
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}


.faq_list_answer-text{
    margin-left: 15px;
}

.faq_list_answer-link{
    color: #0000EE;
}

.faq_list_answer-link:hover{
    color: #0000EE;
    opacity: 0.7;
}

.bottomlink{
    background-color: #fff;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: -100%;
    border-top: 1px solid  #ddd;
}
  
.bottomlink:before{
    position: absolute;
    right: 50%;
    z-index: -1;
    display: block;
    height: 100%;
    border-image-source: linear-gradient(90deg, #fff, #fff);
    border-image-slice: 0 fill;
    border-image-outset: 0 0 0 50vw;
    content: "";
}
  
.bottomlink-items{
    display: flex;
    align-items: center;
    padding: 15px 0;
    margin-left: 1057px;
}
  
@media screen and (max-width: 1280px) {
    .bottomlink-items{
        margin-left: 82.5vw;
    }
}
  
@media screen and (max-width: 1024px) {
    .bottomlink-items{
        margin-left: 98vw;
    }
}
  
.bottomlink-items li{
color: #000;
font-size: 14px;
font-weight: 400;
text-decoration: underline;
margin: 0 10px;
}
  
.bottomlink-items li a:hover{
    opacity: 0.7;
}

/* スマホ用CSS */
@media screen and (max-width: 767px) {
    html {
        scroll-padding-top: 110px;
    }

    nav.header_slide li.cat01_nav {
        background: #fff !important;
    }

    nav.header_slide li.cat01_nav a {
        color: #000 !important;
    }

    .content {
        padding: 20px 15px;
    }

    .faq_list {
        margin-bottom: 25px;
    }

    .faq_list li {
        width: 48%;
        /* padding: 0 1%; */
        margin-right: 4%;
        background: #e6191e url(/dport/img/faq/icon_sp.png) no-repeat center bottom;
        background-size: 11px;
        height: unset;
    }

    .faq_list li:nth-child(2n) {
        margin-right: 0;
    }

    .faq_list li a {
        height: 60px;
        font-size: 11px;
        line-height: 1.4;
        background: none;
        font-size: 14px;
    }

    .faq_list_answer .faq_list-question {
        line-height: 1.5714285714;
        padding-right: 55px;
        padding-bottom: 12px;
    }

    .faq_list_answer .faq_list-question--last {
        line-height: 1.5714285714;
        padding-right: 55px;
        padding-bottom: 12px;
    }

    .faq_list_answer .faq_list-response {
        line-height: 1.5714285714;
        padding-right: 25px;
        padding-top: 10px;
        padding-bottom: 15px;

    }

    .faq_list_answer .faq_list-response ul {
        padding-left: 1.5em;
    }

    .faq_list_answer .faq_list-response ul li {
        margin-bottom: 10px;
    }

    .page_top {
        bottom: 62px;
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        opacity: 0.7;
    }

    .faq_txt_img {
        width: 60%;
    }

    /* スタイル追加 */

    .main-wrap{
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
    }

    .content{
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 40px;
    }

    .daihatsuport-logo{
        min-height: 50px;
        margin-top: 0 !important;
        border-bottom: 1px solid #EAEDEE;
    }
    
    .daihatsuport-logo .daihatsuport-logo-img {
        width: 125px;
        padding-left: 8px;
    }

    .content .faq-title{
        font-size: 20px;
        margin-left: 15px;
        margin-bottom: 30px;
        padding: 11px 20px 11px 20px;
        line-height: 1.4;
    }

    .faq-inner{
        padding-left: 15px;
        padding-right: 15px;
    }

    .faq-subtitle{
        font-size: 16px;
    }

    .faq_list_answer .faq_list-question::before{
        right: 30px;
    }

    .faq_list_answer .faq_list-question--last::before{
        right: 30px;
    }

    .faq_list_answer .faq_list-question::after{
        right: 30px;
    }

    .faq_list_answer .faq_list-question--last::after{
        right: 30px;
    }

    .bottomlink{
        margin-left: auto;
    }

    .bottomlink:before{
        content: none;
    }

    .bottomlink-items{
        margin-left: auto;
        margin-right: auto;
    }
}