@charset "UTF-8";
/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    COMMON
_______________________________________________________*/
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.content_area {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.content_ttl {
    background: linear-gradient(to right, rgba(253,112,17,1) 0%,rgba(244,80,9,1) 100%);
    text-align: center;
    padding: 20px;
    margin-bottom: 50px;
    font-size: 32px;
    position: relative;
    color: #ffffff;
    line-height: 1.4;
}
.content_ttl img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.content_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item {
    flex: 1;
}
.bgcolor{
    background-color: #fbecbd;
}
.flex{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 1%;
}
.flex-wrap{
    flex-wrap :wrap;
    -ms-flex-wrap: wrap;
}
.flex-between{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
a:hover{
    opacity: 0.8;
    background-color: transparent;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
.inline {
    display: inline-block;
}

@media screen and (max-width: 820px) {
    img {
        width: 100%;
    }
    .content_area {
        padding: 0 4% 8%;
    }
    .content_ttl {
        text-align: center;
        background-color: #fb7c00;
        font-weight: bold;
        font-size: 5.2vw;
        color: #ffffff;
        padding: 15px 0;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    .flex {
        display: block;
    }
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
}

@media screen and (min-width: 821px) and (max-width: 1001px) {
    .content_area {
        width: 94vw;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    CV
_______________________________________________________*/
.cv {
    width: 100%;
    padding: 30px 0;
}
.cv .content_area {
    border: solid #c70000 6px;
    background-color: #ffffff;
    max-width: 1000px;
}
.cv .cv_ttl {
    color: #ffffff;
    background-color: #c70302;
    padding: 15px 0 5px;
    font-size: 2em;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
}
.cv .cv_ttl:before,
.cv .cv_ttl:after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-right: 0 solid transparent;
    border-top: 60px solid #ffffff;
    border-left: 10px solid transparent;
    margin: 0 3%;
    transform:skew(20deg,0deg);
}
.cv .cv_ttl:after{
    transform:skew(-20deg,0deg) scale(-1, 1);
}
.cv .cv-web{
    width:100%;
    padding: 24px 0;
}
.cv .cv-web-btn{
    background-color: #00af4e;
    display: block;
    position: relative;
    width: 65%;
    padding: 10px 0 14px;
    text-decoration: none;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 10px;
    border-bottom: 10px solid #005622;
}
.cv .cv-web-btn:hover{
    margin: 0 auto 5px;
    bottom: -5px;
    border-bottom: 5px solid #005622;
}
.cv .cv-web-btn span{
    color: #fff600;
    font-size: 1.4em;
}
.cv .cv-web-btn p{
    color: #ffffff;
    font-size: 2em;
    line-height: 1.2;
}

/*CVボタン*/
@media screen and (max-width: 820px) {
    .cv {
        background: #fbecbd;
        text-align: center;
        padding: 3% 0 8%;
    }
    .cv img {
        width: 92vw;
        max-width: 500px;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    HEADER
_______________________________________________________*/

header {
    background-color: #c70000;
    position: inherit;
    z-index: inherit;
    height: auto;
}
header h1 {
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}
header h1 img {
    width: 150px;
}

@media screen and (max-width: 820px) {
    header h1 img {
        width: 30vw;
        margin: 0 auto;
        display: block;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    MV
_______________________________________________________*/
@media screen and (min-width: 1101px) {
    .main {
        background: linear-gradient(to bottom,
        rgba(245,191,191,1) 0%,
        rgba(245,191,191,1) 446px,
        #dedede 446px,
        #dedede 446px
        );
    }
    .main > .content_area {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    .mv img{
        display: block;
        margin: 16px -170px 0 0 ;
        width: auto;
        height: 430px;
    }
    .main_form .form_head {
        text-align: center;
        background-color: #1bbe5c;
        border-radius: 4px 4px 0 0;
        padding: 10px 0;
    }
    .main_form .form_head img {
        width: 285px;
        height: auto;
    }
}

@media screen and (max-width: 1100px) {
    .main {
        background-color: #fbecbd;
    }
    .main .content_area {
        padding: 0;
    }
    .main_form {
        padding-bottom: 8%;
        background-color: #fbecbd;
    }
    .main > .content_area {
        display: block;
    }
    .main_form .form_head {
        position: relative;
        background-color: #1BBE5C;
        margin-bottom: 3%;
        z-index: 1;
    }
    .main_form .form_head::after {
        position: absolute;
        content: "";
        display: block;
        width: 0;
        height: 0;
        margin: 0 auto;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #1BBE5C;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    .main_form .form_head img {
        width: 80vw;
        max-width: 350px;
        padding: 2% 0;
    }
}

@media screen and (min-width: 821px) and (max-width: 1100px) {
    .mv_container {
        background: #F5C0BF;
    }
    .main > .content_area {
        max-width: 100vw;
        width: 100vw;
    }
    .mv img {
        width: 100%;
        height: auto;
        padding-left: 100px;
    }
    .main_under {
        padding-bottom: 3%;
    }
    .main_under img {
        width: 50%;
        margin: 0 auto;
    }
    .main_form .form_head img {
        width: 33vw;
        padding: 2% 0;
    }
    .main_form .subttl {
        font-size: 5vw;
    }
    .main_form form {
        max-width: 600px;
    }
    .main_form .form_head::after {
        bottom: -17px;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    カーネクストが選ばれる理由
_______________________________________________________*/
@media screen and (min-width: 821px) {
    .reason{
        background-image: url(/af18/img/reason_bg.jpg);
        background-size: auto;
        background-repeat: repeat-x;
        background-position: bottom -30px center;
    }
    .reason .flex div {
        border: 10px solid #efe7e7;
        background-color: #f8f3f3;
        max-width: 450px;
        width: 100%;
        margin: 0 auto 20px;
        position: relative;
        padding: 10px 0 20px;
    }
    .reason .flex div:before{
        content:'';
        background:  url(/af18/img/checkmark.png) no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px;
        display: inline-block;
        padding-right: 10px;
        position: absolute;
        top: 10px;
        left: 10px;
    }
    h3.article-title {
        font-size: 2em;
        padding: 15px 0 0;
        line-height: 1.4;
    }
    h3.article-title em,
    h3.article-title + p em{
        color: #c70000;
        font-style: normal;
        font-weight: bold;
    }
    h3.article-title + p{
        font-size: 1.2em;
        line-height: 1.6;
        padding: 20px 40px 0 40px;
        text-align: left;
    }
    .reason_content_2{position: relative;
        text-align: center;
    }
    .reason_content_2 img {
        position: relative;
        z-index: 1;
        width: 93vw;
        max-width: 870px;
        margin: 0 auto;
        animation: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .reason .cv {
        background: #d0efeb;
    }
}

@media screen and (max-width: 820px) {
    .reason {
        background-color: #fbecbd;
    }
    .accordion-container {
        position: relative;
        width: 100%;
        border-top: none;
        outline: 0;
        cursor: pointer;
    }
    .acrdn-box{
        border:2px solid #000;
        margin: 10px 10px 0;
        background: #fff;
    }
    .acrdn-box:last-child{
        margin-bottom: 0;
    }
    .accordion-container .article-title {
        display: block;
        position: relative;
        margin: 0;
        font-size: 4.9vw;
        line-height: 1;
        color: #000;
        cursor: pointer;
        padding: 5% 10% 5% 4%;
        font-weight: bold;
        white-space: nowrap;
    }
    .accordion-container .article-title em,
    .accordion-content em{
        color: #c70000;
        font-style: normal;
        font-weight: bold;
    }
    .accordion-container .article-title:hover,
    .accordion-container .article-title:active,
    .accordion-container .content-entry.open .article-title {
        background-color: #fff;
        color: #000;
    }
    .accordion-container .article-title:hover i:before,
    .accordion-container .article-title:hover i:active,
    .accordion-container .content-entry.open i {
        color: white;
    }
    .article-title{
        position: relative;
    }
    .article-title:after {
        content: "";
        position: absolute;
        right: 15px;
        top: 46%;
        transition: all 0.2s ease-in-out;
        display: block;
        width: 0;
        height: 0;
        transform: rotate(180deg);
        border-right: 7px solid transparent;
        border-bottom: 7px solid #c70000;
        border-left: 7px solid transparent;
    }
    .article-title.open:after {
        transform: rotate(0deg);
        top: 45%;
    }
    .accordion-content {
        display: none;
        border-top: 2px dashed #dedede;
        padding: 15px;
        line-height: 1.6;
    }
}

@media screen and (min-width: 821px) and (max-width: 1100px) {
    .reason_content_2 img {
        width: 77vw;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    カーネクストの買取事例
_______________________________________________________*/
@media screen and (min-width: 821px) {
    .jirei > .content_area{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 3%;
    }
    .jirei .kyouka {
        background-color: #ffffff;
        box-shadow: 0 0 8px -2px #ff0000;
        border-radius: 6px;
        border: 1px solid #c70000;
        padding: 0 0 20px;
        margin-bottom: 30px;
        width: 100%;
        max-width: 1000px;
    }
    .jirei .kyouka img {
        width: 92%;
    }
    .jirei .kyouka h3{
        color: #ffffff;
        font-weight: bold;
        font-size: 24px;
        display: inline-block;
        padding: 3px 10px;
        margin-top: -20px;
        margin-bottom: 14px;
        background-color: #c70000;
    }
    .jirei .kyouka h3:before,
    .jirei .kyouka h3:after{
        content: url(/af18/img/kyouka-icon.png);
        vertical-align: middle;
    }
    .jirei .jirei-card {
        background-color: #ffffff;
        padding: 1.2%;
        margin-bottom: 20px;
        width: calc((1000px - 6%) / 3);
        height: auto;
    }
    .jirei .jirei-card img {
        width: 100%;
    }
    .jirei-card h3 {
        text-align: center;
        font-size: 1.2em;
        padding: 10px 0;
    }
    .jirei-card h3 + p {
        text-align: center;
        color: #c70000;
        margin: 0 0 10px;
    }
    .jirei-card h3 + p em {
        font-weight: bold;
        font-size: 1.6em;
        font-style: normal;
    }
}
.jirei-card dl {
    background-color: #dedede;
    max-width: 250px;
    margin: 0 auto;
}
.jirei-card dt{
    background-color: #999999;
    color: #ffffff;
    width: 50%;
    float: left;
}
.jirei-card dd {
    border-bottom: 1px solid #ffffff;
}
.jirei-card dd,
.jirei-card dt {
    padding: 6px 0;
}
.jirei_footer_text {
    padding: 10px 0 30px;
    text-align: center;
    font-weight: bold;
    font-size: 1.6em;
    line-height: 1.4;
    width: 100%;
    background: url(/af18/img/jirei_arrow.png) no-repeat center top -20px;
    background-size: contain;
}
.jirei-card .currency {
    font-size: 0.7em;
}

@media screen and (max-width: 820px) {
    .kyouka {
        background-color: #f5ebeb;
        border: 10px solid #f5d2d2;
        box-sizing: border-box;
        margin-inline: auto;
        padding: 15px 10px 10px;
        text-align: center;
        width: 92%;
    }
    .kyouka h3 {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        color: #c70000;
        font-size: 5vw;
        padding-bottom: 5px;
        position: relative;
    }
    /* 文字の上に点 */
    .dots {
        background-image: radial-gradient(circle at center, #c70000 20%, transparent 20%); /* 点の色とサイズ調整 */
        background-position: top right; /* 点の位置 */
        background-repeat: repeat-x; /* 横方向に繰り返し */
        background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
        padding-top: .2em; /* 縦方向の位置調整 */
    }
    .jirei .content_area {
        display: flex;
        flex-direction: column; /* 縦方向に並べる */
        gap: 2vw;
        padding: 0 4% 4%;
    }
    .jirei-card {
         display: flex;
         justify-content: center;
         gap: 3%;
        padding: 3% 4%;
         width: 100%;
         align-items: center;
         background-color: #fff;
     }
    .jirei-card picture {
        width: 42%;
    }
    .jirei-card .tex_box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 60%;
        height: 30vw;
    }
    .jirei-card h3 {
        font-size: 4vw;
        line-height: 1.2;
        text-align: left;
        font-weight: bold;
    }
    .jirei h3 + p {
        color: #c70000;
        font-size: 3vw;
        text-align: left;
    }
    .jirei-card p em {
        font-size: 6vw;
        font-weight: bold;
        font-style: normal;
        font-weight: bold;
    }
    .jirei-card dl {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .jirei-card dd, .jirei-card dt {
        padding: 2px 0;
        font-size: 3vw;
    }
    .jirei_footer_text {
        font-size: 4.7vw;
        padding: 0;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    カンタン4ステップ 車買取の流れ
_______________________________________________________*/
@media screen and (min-width: 821px) {
    .flow ol {
        display: flex;
        justify-content: center;
        max-width: 1000px;
        margin: 0 auto;
    }
    .flow h2 {
        margin-bottom: 50px;
    }
    .flow .content_ttl + p {
        text-align: center;
        font-size: 1.6em;
        font-weight: bold;
        padding: 0 0 70px;
    }
    .flow li {
        width: 24%;
        text-align: center;
        position: relative;
    }
    .flow li p:not(.step-num) {
        text-align: right;
        width: 90%;
        margin-left: -10px;
        font-size: 1.2em;
        line-height: 1.2;
        font-weight: bold;
    }
    .flow li p span {
        font-size: .9em;
    }
    .flow .step-num {
        color: #ff2626;
        font-weight: bold;
        text-align: left;
        display: inline-block;
        width: 80%;
        position: absolute;
        top: -30px;
        right: 0;
        left: 0;
        margin: 0 auto;
        line-height: 1.2;
        padding: 0;
    }
    .flow .step-num em {
        font-size: 1.5em;
        margin-left: 3px;
        font-style: normal;
        font-weight: bold;
    }
    .flow img {
        width: 100%;
    }
    .flow .arrow::before {
        content: "";
        position: absolute;
        right: -15px;
        top: -43px;
        bottom: 0;
        margin: auto;
        width: 4px;
        height: 4px;
        border: 10px solid transparent;
        border-left: 15px solid #8d8d8d;
        transform: skew(-20deg,-5deg);
    }
    .flow .arrow:last-child:before {
        display: none;
    }
}

@media screen and (max-width: 820px) {
    .flow h2 {
        margin-bottom: 3vw;
    }
    .flow .content_ttl + p {
        font-weight: bold;
        font-size: 4.7vw;
        line-height: 1.3;
        text-align: center;
        margin-bottom: 30px;
    }
    .flow ol{
        padding: 0 4vw 5vw;
    }
    .flow .arrow:not(:last-child){
        margin-bottom: 20px;
    }
    .flow li.flow .arrow {
        width: 95%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 0;
    }
    .flow .arrow{
        background: url(/af18/img/flow-bg-sp.png);
        padding-bottom: 10px;
        position: relative;
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .flow .arrow:not(:last-child):after{
        position: absolute;
        bottom: -25px;
        right: 0;
        left: 0;
        margin: auto;
        width: 10px;
        height: 10px;
        border: 20px solid transparent;
        border-left: 20px solid #ffffff;
        content: '';
        transform: rotate(90deg);
    }
    .flow .flex{
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        line-height: 1.3;
    }
    .flow .flex img {
        width: 50%;
        margin-top: -10px;
    }
    .flow .step-num{
        width: 50%;
        font-weight: bold;
    }
    .flow .step-num span{
        display: block;
        font-size: 0.8em;
    }
    .flow .step-num p:nth-of-type(1){
        color: #ff4800;
        font-size: 5vw;
    }
    .flow .step-num p:nth-of-type(1) em{
        font-size: 1.2em;
        font-style: normal;
    }
    .flow .step-num p:nth-of-type(2){
        font-size: 4vw;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    初めての方へ
_______________________________________________________*/
.for-guest {
    border: 3px solid #0da349;
    background-color: #ffffff;
    color: #0da349;
    max-width: 750px;
    margin: 20px auto 0;
    padding-bottom: 40px;
}
.for-guest h2 {
    background:url(/af18/img/for-guest-bg.png) no-repeat calc(50% - 200px) 0;
    background-size: contain;
    text-align: center;
    font-size: 2em;
    line-height: 1.4;
    padding-top: 30px;
    margin: 5px 10px 32px;
}
.for-guest h2 .beginner_img:after {
    content: '';
    width: 34px;
    height: 36px;
    display: inline-block;
    background: url(/af18/img/for-guest-icon.png) no-repeat center;
    background-size: contain;
    vertical-align: top;
}
.for-guest .content_area {
    width: 50%;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.4;
    padding: 0 10px 0;
    text-align: left;
    font-size: 1.2rem;
}
.for-guest .content_flex {
    height: 70px;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 10px;
    margin-top: 10px;
}
.for-guest .content_flex .item {
    text-align: center;
    background-color: #d8f6e4;
    padding: 10px 3%;
    width: 100%;
    border: 1px solid #ffffff;
}

@media screen and (min-width: 821px) {
    .for-guest p.for-guest_footer {
        background: #32b16c;
        color: #ffffff;
        padding: 10px;
        border-radius: 30px;
        width: 90%;
        font-size: 20px;
        margin: 0 auto;
        box-shadow: 0 6px 1px 0 #eaeaea;
    }
    .for-guest p.for-guest_footer  em{
        color: #ff3600;
        font-size: 1.2em;
        padding: 0;
        background: #fff000;
        font-weight: bold;
    }
    .for-guest p.for-guest_footer span{
        color: #fff000;
    }
}

@media screen and (max-width: 820px) {
    .for-guest {
        border: 2px solid #0da349;
        color: #0da349;
        width: calc(100% - 20px);
        margin: 0 auto;
        padding-bottom: 5vw;
        background:#ffffff;
    }
    .for-guest p {
        font-size: 16px;
    }
    .for-guest h2{
        background: url(/af18/img/for-guest-bg.png) no-repeat top left;
        background-size: contain;
        text-align: center;
        font-size: 1.2em;
        padding-top: 20px;
        margin-bottom: 10px;
    }
    .for-guest h2 .beginner_img:after{
        width: 20px;
        height: 20px;
    }
    .for-guest .content_area {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .for-guest .content_flex{
        margin-bottom: 5px;
    }
    .for-guest .content_flex .item{
        font-size: 20px;
        text-align: center;
        background-color: #d8f6e4;
        padding: 10px 3%;
        width: 100%;
        border: 1px solid #ffffff;
    }
    .for-guest .content_flex + p{
        background-color: #f9e54d;
        color: initial;
        padding: 2%;
        font-size: 14px;
    }
    .for-guest p.for-guest_footer {
        background: #f9e54d;
        color: #333;
        max-width: 500px;
        margin: 0 auto;
        padding: 2%;
        border-radius: 0;
        font-size: 16px;
    }
    .for-guest p.for-guest_footer  em{
        color: #ff3600;
        font-size: 1.2em;
        padding: 0;
        font-weight: bold;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    よくあるご質問
_______________________________________________________*/
.qa .flex
.qa .content_ttl {
    padding: 20px 0;
}
.qa > .content_area {
    text-align:left;
}
.qa-list{
    padding: 15px 0 20px;
}
.qa .content_area li {
    background-color: #ffffff;
    padding-right: 10px;
    width: calc(100% / 3 - 25px);
}
.qa .content_area li h3 {
    color: #2b4794;
    position: relative;
    padding: 10px 0 20px 50px;
    font-size: 1.2em;
    line-height: 1.6;
}
.qa .content_area li h3:before {
    content: '';
    background: url(/af18/img/qa_q.png) no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: contain;
    position: absolute;
    left: -5px;
    top: 10px;
}
.qa .content_area li p {
    position: relative;
    line-height: 1.6;
    padding: 0 0 0 50px;
}
.qa .content_area li p:before {
    content: '';
    background: url(/af18/img/qa_a.png) no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: contain;
    position: absolute;
    left: -5px;
}
.qa .cv.content_area {
    padding-bottom: 20px;
}

@media screen and (max-width: 820px) {
    .qa-list {
        padding: 0;
    }
    .qa > .content_area {
        padding: 0 4% 4%;
    }
    .qa .content_area li {
        width: 100%;
        background-color: #ffffff;
        padding-right: 10px;
    }
    .qa .content_area li:not(:last-child){
        margin-bottom: 15px;
    }
    .qa .content_area li h3 {
        color: #2b4794;
        padding-left: 35px;
        position: relative;
        padding-bottom: 10px;
        padding-top: 15px;
        font-size: 1.2em;
    }
    .qa .content_area li h3:before {
        content: '';
        background: url(/af18/img/qa_q.png) no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        background-size: contain;
        position: absolute;
        left: -5px;
    }
    .qa .content_area li p {
        position: relative;
        padding-left: 35px;
        padding-bottom: 15px;
        padding-right: 10px;
    }
    .qa .content_area li p:before {
        content: '';
        background: url(/af18/img/qa_a.png) no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        background-size: contain;
        position: absolute;
        left: -5px;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
        フッター
_______________________________________________________*/
footer {
    background-color: #fff;
    text-align: center;
    padding: 20px 0 20px;
    color: #a2a2a2;
}
footer .content_area {
    padding:5px 0 20px;
    display: table;
}
footer .content_area p {
    display: table-cell;
}
footer .content_area p a {
    color: #333;
    padding: 0 20px;
}

@media screen and (max-width: 820px) {
    footer .content_area {
        padding:5px 0 10px;
    }
    footer .content_area p {
        padding: 0 10px 5px;
        display: block;
    }
}