﻿@charset "utf-8";

/*------------------------------
レイアウト系
--------------------------------*/
/* 202008_マル得情報改修対応 */
#tab2 {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

#tab2.select {
    border-left: 1px solid #e80000;
    border-right: 1px solid #e80000;
}

.c-tab.c-big .c-tabIndex>div.c-tabBtn-gold.select {
    color: #c09c10;
}

.c-tab.c-big .c-tabIndex>div.c-tabBtn-gold {
    border: 1px solid #c09c10;
    background-color: #c09c10;
}

.c-tab .c-tabIndex>div.c-tabBtn-gold.select {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

/* 202008_マル得情報改修対応 */
.tpl-dealsBtnList_02 {
    text-align: center;
    font-size: 0;
}

.tpl-dealsBtnList_02 li {
    float: none;
    display: inline-block;
}

/* 202008_マル得情報改修対応 emd*/
.interview-mainInner {
    padding-bottom: 70px;
}

.interview-mainInner>*:last-child {
    margin-bottom: 0;
}

@media print,
screen and (min-width: 768px) {
    .interview-mainInner {
        padding-bottom: 80px;
    }

    /* 202008_マル得情報改修対応 */
    .c-tab .c-tabIndex>div {
        width: 368px;
        padding: 20px 15px;
    }

    /* 202008_マル得情報改修対応 */
    .tpl-dealsBtnList_02 li {
        width: 310px;
        margin-right: 40px;
    }

    .tpl-dealsBtnList_02 li:nth-child(n+4) {
        margin-top: 30px;
    }

    .tpl-dealsBtnList_02 li:last-children a {
        height: 50px !important;
    }
}

/*------------------------------
タイトル、テキスト系
--------------------------------*/
.interview-Voice {
    margin-bottom: 13px;
    text-align: center;
}

.interview-Voice>* {
    display: inline-block;
    font-weight: bold;
    font-size: 1.4rem;
    color: #e51711;
    padding-left: 1.9rem;
    padding-right: 1.9rem;
    text-align: center;
    position: relative;
}

.interview-Voice>*:before,
.interview-Voice>*:after {
    content: "";
    background: url(/system/files/common/img/img_voice_big01.png) no-repeat center/ contain;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 16.5px;
    height: 14.5px;
}

.interview-Voice>*:before {
    left: 0;
}

.interview-Voice>*:after {
    right: 0;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.interview-ttl01 {
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 20px;
}


.interview-ttl01.interview-ttlPrizeIco {
    margin-bottom: 0;
    position: relative;
    margin-bottom: 10px;
    text-align: left;
}

.interview-ttl01.interview-ttlPrizeIco .interview-ttlIco {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 45.5px;
    height: 41.5px;
}

.interview-ttlSub {
    display: block;
    font-weight: bold;
}

.interview-icoNew {
    margin-bottom: 10px;
    text-align: center;
}

.interview-icoNew img {
    width: 49px;
}

.interview-icoNew-txt {
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    color: #e51711;
    vertical-align: middle;
}

@media print,
screen and (min-width: 768px) {
    .interview-Voice {
        margin-bottom: 10px;
    }

    .interview-Voice>* {
        font-size: 1.8rem;
        padding-left: 30px;
        padding-right: 30px;
    }

    .interview-Voice>*:before,
    .interview-Voice>*:after {
        width: 24px;
        height: 20px;
    }

    .interview-ttl01 {
        font-size: 3.6rem;
        margin-bottom: 30px;
    }

    .interview-column2-1 .interview-col .interview-Voice {
        font-size: 1.6rem;
    }

    .interview-column2-1 .interview-col .interview-ttl01 {
        font-size: 2.2rem;
    }

    .interview-ttl01.interview-ttlPrizeIco {}

    .interview-ttl01.interview-ttlPrizeIco .interview-ttlIco {
        width: 91px;
        height: 83px;
    }

    .interview-boxHeader-new .interview-ttl01 {
        padding-left: 120px;
    }

    .interview-boxHeader-new .iterview-prizeList {
        padding-left: 30px;
    }

    .interview-boxHeader-new .interview-ttlSub {
        padding-left: 120px;
    }

    .interview-icoNew {
        position: absolute;
        top: -15px;
        left: 0;
        margin-bottom: 0;
    }

    .interview-icoNew img {
        width: auto;
    }

    .interview-icoNew-txt {
        display: block;
        font-size: 2.0rem;
        margin-top: 5px;
        margin-left: 0;
    }

    .interview-ttlSub {
        font-size: 2.4rem;
        text-align: left;
    }

}

/* 202008_マル得情報改修対応 */
.interview-boxHead.interview-boxHead-gold {
    color: #fff;
    background-color: #c09c10;
}

/*------------------------------
レイアウト系
--------------------------------*/
.interview-media .interview-mediaImg {
    text-align: center;
    margin-bottom: 20px;
}

.interview-media .interview-mediaCnt>*:last-child {
    margin-bottom: 0;
}

/* 202008_マル得情報改修対応 */
.interview-column2-1 .interview-col:nth-child(odd):after {
    background: url(/system/files/big/benefit/interview/img/bg-interview-dot-vertical.gif) repeat-y left center/ 100% auto;
}

@media print,
screen and (min-width: 768px) {
    .interview-media {
        overflow: hidden;
    }

    .interview-media .interview-mediaImg {
        margin-bottom: 0;
        float: left;
        width: 41%;
    }

    .interview-media .interview-mediaCnt {
        overflow: hidden;
        padding-left: 24px;
    }
}

.interview-column3 .interview-col,
.interview-column2-1 .interview-col,
.interview-column1 .interview-col {
    position: relative;
}

.interview-column3 .interview-col:before,
.interview-column2-1 .interview-col:before,
.interview-column1 .interview-col:before,
.interview-column2-1 .interview-col:after {
    content: '';
    display: block;
    position: absolute;
}

.interview-column3 .interview-col:last-child:before,
.interview-column2-1 .interview-col:last-child:before,
.interview-column1 .interview-col:last-child:before {
    content: normal;
}

.interview-column2-1 .interview-col:before,
.interview-column1 .interview-col:before {
    width: 100%;
    height: 2px;
    bottom: -1px;
    left: 0;
    background: url(/system/files/big/benefit/interview/img/bg-interview-dot-holizontal.gif) repeat-x center/ auto 100%;
}

.interview-column3 .interview-col:before {
    width: 100%;
    height: 2px;
    bottom: -1px;
    left: 0;
    background: url(/system/files/big/benefit/interview/img/bg-interview-dot-holizontal_2.gif) repeat-x center/ auto 100%;
}

/* 202009_インタビュー改修対応 */
.numfix {
    margin-right: 13px;
}

@media print,
screen and (min-width: 768px) {
    .interview-column2-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .interview-column2-1 .interview-col {
        width: 50%;
    }

    .interview-column3 .interview-col:not(:last-child),
    .interview-column1 .interview-col:not(:last-child) {
        padding-bottom: 50px;
    }

    .interview-column3 .interview-col+.interview-col,
    .interview-column1 .interview-col+.interview-col {
        padding-top: 50px;
    }

    .interview-column3 .interview-col:before,
    .interview-column2-1 .interview-col:before,
    .interview-column1 .interview-col:before {
        width: 95%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        height: 4px;
    }

    .interview-column2-1 .interview-col:nth-child(odd):after {
        height: 100%;
        width: 4px;
        top: 0;
        right: -1px;
        background: url(/system/files/big/benefit/interview/img/bg-interview-dot-vertical.gif) repeat-y left center/ 100% auto;
    }

    .interview-column2-1 .interview-col:nth-child(odd):nth-last-child(2):before {
        content: normal;
    }
}

/*------------------------------
ボックス系
--------------------------------*/
.interview-accWrap+.interview-accWrap {
    margin-top: 1px;
}

.interview-boxHead {
    text-align: center;
    color: #dec470;
    padding: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #e51711;
}

.interview-boxHead.interview-boxHeadSecond,
.interview-boxHead.interview-boxHeadThird {
    color: #fff;
}

.interview-boxHead.interview-accBtn {
    position: relative;
    padding-right: 38px;
}

.interview-boxHead.interview-accBtn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    width: 8px;
    height: 8px;
    margin-top: auto;
    margin-bottom: auto;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.interview-boxHead.interview-accBtn.is-active:before {
    border-left: none;
    border-bottom: none;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}

.interview-boxHeaderInner {
    position: relative;
}

.interview-boxBody {
    border: 4px solid #e51711;
    border-top: none;
    background-color: #fffae7;
}

.js-accCnt.interview-boxBody {
    margin-bottom: 25px;
}

.interview-boxBodyInner {
    padding: 25px;
}

.interview-boxImg {
    text-align: center;
    margin-bottom: 16px;
}

.interview-boxImg>img {
    width: 220px;
}

.interview-txtSmall {
    font-size: 0.8em;
}

/* 202008_マル得情報改修対応 */
.interview-boxBody {
    border: 4px solid #e51711;
    border-top: none;
    background-color: #fffae7;
}

.interview-boxBody.interview-boxBody-gold {
    border: 4px solid #c09c10;
    border-top: none;
    background-color: #fffae7;
}

@media print,
screen and (min-width: 768px) {
    .interview-boxHeader {
        width: 866px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .interview-boxHeader.interview-boxHeader-new {
        width: 980px;
    }

    .interview-boxHead {
        text-align: center;
        color: #dec470;
        padding: 17px;
        font-size: 2.4rem;
        font-weight: bold;
        background-color: #e51711;
    }

    .interview-boxHead.interview-accBtn:before {
        right: 20px;
        width: 12px;
        height: 12px;
    }

    .interview-boxBody {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .js-accCnt.interview-boxBody {
        margin-bottom: 50px;
    }

    .interview-boxImg {
        margin-bottom: 28px;
    }

    .interview-boxImg>img {
        width: 294px;
    }
}

/*-----------------------------
ボタン系
--------------------------------*/
.interview-btn a {
    width: 72%;
}

@media print,
screen and (min-width: 768px) {
    .interview-btn a {
        width: 50%;
    }
}

/*------------------------------
リスト系
--------------------------------*/
.iterview-prizeList {
    margin-bottom: 14px;
}

.iterview-prizeList .iterview-prizeListItem {
    font-size: 1.4rem;
    font-weight: bold;
}

.iterview-prizeList .iterview-prizeListItem .num {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.iterview-prizeList01 .iterview-prizeListItem {
    color: #a47b00;
}

.iterview-prizeList02 .iterview-prizeListItem {
    color: #757575;
}

.iterview-prizeList03 .iterview-prizeListItem {
    color: #ab4618;
}

@media print,
screen and (min-width: 768px) {
    .iterview-prizeList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 37px;
    }

    .iterview-prizeListCol {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .iterview-prizeListCol+.iterview-prizeListCol {
        margin-left: 38px;
    }

    .interview-boxHeader-new .iterview-prizeListCol+.iterview-prizeListCol {
        margin-left: -50px;
    }

    .iterview-prizeList .iterview-prizeListItem {
        font-size: 1.6rem;
    }

}

/*------------------------------
タブ
--------------------------------*/
/*
*既存のタブのスタイルを上書き
*/
.c-tab.interview-tab {
    margin-bottom: 40px;
}

.interview-tab .c-tabContent {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.interview-tab .mainInner {
    padding-bottom: 0;
}

@media print,
screen and (min-width: 768px) {
    .c-tab.interview-tab {
        margin-bottom: 80px;
    }
}

/*------------------------------
ボタン系
--------------------------------*/
.interview-btn02>a {
    min-width: 322px;
}

/*------------------------------
TCI MC 追記
--------------------------------*/
/* 202406_改行処理 */
*{
    word-break: normal;
    }    