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

/* ======================================
    新コンポーネント打消し用
======================================== */
.wrapper #mainCol .section {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.wrapper #mainCol .section > * {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
}

/* ======================================
    横幅
======================================== */
/* 横幅100% */
body.w-wide .wrapper.w-1220 {
    width: 100%;
    padding: 0;
    margin: 0;
}
body.w-wide .wrapper.w-1220 #mainCol {
    width: 100% !important;
}
/* 横幅1220px */
.wrapper #mainCol .wdt1220 {
    width: 1220px !important;
    margin: auto;
}
/* 横幅1000px */
.wrapper #mainCol .wdt1000 {
    width: 1000px !important;
    margin: auto;
}
@media screen and (max-width: 767px){
    body.w-wide .wrapper.w-1220 #mainCol {
        padding: 0 !important;
      }
    .wrapper #mainCol .wdt1220,
    .wrapper #mainCol .wdt1000 {
        width: 100% !important;
        padding: 0 10px !important;     
    }
}

/* ======================================
    背景
======================================== */
/*水色*/
.wrapper #mainCol .bg-skyblue {
    background-color: #e2ecf6;
    padding: 80px 0;
}
/*白色*/
.wrapper #mainCol .bg-white {
    background-color: #fff;
    padding: 80px 0;
}
.wrapper #mainCol .bg-skyblue .section:first-child,
.wrapper #mainCol .bg-white .section:first-child {
    margin-top: 0 !important;
}
@media screen and (max-width: 767px){
    .wrapper #mainCol .bg-skyblue,
    .wrapper #mainCol .bg-white {
        padding: 60px 0;
    }
}

/* ======================================
    文字色・マージン
======================================== */
.clrNavy {
    color: #03287e !important;
}
.w-wide .wrapper #mainCol .mT80 {
    margin-top: 80px !important;
}
@media screen and (max-width: 767px){
    .w-wide .wrapper #mainCol .mT80 {
        margin-top: 60px !important;
    }
}

/* ======================================
    キービジュアル
======================================== */
.wrapper #mainCol .keyvisual {
    position: relative;
    width: 1280px;
    margin: auto;
}
.wrapper #mainCol .keyvisual > h1 img {
    width: 100%;
}

.wrapper #mainCol .keyvisual > p img {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    margin: auto;
}
@media screen and (max-width: 767px) {
    .wrapper #mainCol .keyvisual {
        width: 100%;
    }
    .wrapper #mainCol .keyvisual > p img {
        right: 5px;
        width: 85%;
    }
}

/* ======================================
    イメージボックス
======================================== */
.wrapper #mainCol a.image-link{
    text-decoration: none !important;
}

.wrapper #mainCol .image-box {
	background-color: #c00;
	padding: 30px 30px 0 30px;
}

body.w-wide #mainCol .btnRound.img-boxidecoCVbtn:hover,
body.w-wide #mainCol .btnRound.img-boxidecoCVbtn.next:hover {
    color: #fff !important;
    border: 3px solid #c00;
    background: #c00 url('/special/ideco/images/icon_arrow-right_wht.png') no-repeat 15px 50%;
}
body.w-wide #mainCol .image-box:hover{
    color: #fff !important;
    opacity: 0.8;
}


@media screen and (max-width: 767px) {
    .wrapper #mainCol .image-box {
	padding: 10px 10px 0 10px;
    }
}


/* ======================================
    カラムエリア
======================================== */
.wrapper #mainCol .columnArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
} 
.wrapper #mainCol .columnArea .col {
    width: 320px;
    padding: 0 10px 20px 10px;
}
.wrapper #mainCol .columnArea .col:first-child {
    padding-left: 0;
}
.wrapper #mainCol .columnArea .col:nth-of-type(3) {
    padding-right: 0;
}
.wrapper #mainCol .columnArea .col:nth-of-type(4),
.wrapper #mainCol .columnArea .col:nth-of-type(5) {
    padding-bottom: 0;
}
.wrapper #mainCol .columnArea .col p {
    margin-top: 0;
}
@media screen and (max-width: 767px) {
    .wrapper #mainCol .columnArea {
        width: 100%;
        flex-direction: column;
    }
    .wrapper #mainCol .columnArea .col {
        width: 100%;
        padding: 0;
    }
}

/* ======================================
    アンカーリンク
======================================== */
body.w-wide #mainCol .btnRound.idecoLink.caretDown {
    font-size: 1.9em !important;
    font-weight: bold;
    line-height: 1.5em;
    min-width: 120px;
    min-height: 67px !important;
    padding: 27px 23px 40px 23px !important;
    color: #03287e !important;
    border-radius: 18px;
    background: #dbdbdb url('/special/ideco/images/icon_arrow-btm_navy.png') no-repeat 50% 85% !important;
    box-shadow: none;
}
body.w-wide #mainCol .btnRound.idecoLink.caretDown:hover {
    color: #fff !important;
    background: #03287e url('/special/ideco/images/icon_arrow-btm_wht.png') no-repeat 50% 85% !important;
}
body.w-wide #mainCol .btnRound.idecoLink.caretDown:hover span {
    color: #fff !important;
}
/* sub文言 */
body.w-wide #mainCol .btnRound.idecoLink.caretDown span.sub {
    font-size: 0.6em !important;
    line-height: 1.6em;
    display: block;
}
/* 文言1行の時 */
body.w-wide #mainCol .idecoLink.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    body.w-wide #mainCol .btnRound.idecoLink.caretDown {
        margin: 0 8% 1em 8%;
        font-size: 1.3em !important;
        min-width: 120px;
        min-height: 47px !important;
        padding: 15px 23px 25px 23px !important;
        border-radius: 10px;
        background: #dbdbdb url('/special/ideco/images/icon_arrow-btm_navy.png') no-repeat 90% 50% !important;
        background-size: 11px !important;
    }
    body.w-wide #mainCol .btnRound.idecoLink.caretDown:hover {
        background: #03287e url('/special/ideco/images/icon_arrow-btm_wht.png') no-repeat 90% 50% !important;
        background-size: 11px !important;
    }
    body.w-wide #mainCol .btnRound.idecoLink.caretDown span.sub {
        font-size: 0.75em !important;
        line-height: 1.4em;
    }
}

/* ======================================
    見出し
======================================== */
/* h2 */
.wrapper #mainCol .h2Tit_iDC {
    font-size: 2.5em;
    font-weight: bold;
    color: #03287e;
    line-height: 1.3;
    text-align: center;
}
/* h2 赤アンダーライン */
.wrapper #mainCol .h2Tit_iDC .borderB {
    padding-bottom: 6px;
    border-bottom: 6px solid #c00;
}
/* h3 */
.wrapper #mainCol .h3Tit_iDC {
    font-size: 2em;
    font-weight: bold;
    color: #03287e;
    line-height: 1.5;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .wrapper #mainCol .h2Tit_iDC {
        font-size: 1.7em;
        line-height: 1.3;
    }
    .wrapper #mainCol .h2Tit_iDC .borderB {
        padding-bottom: 4px;
        border-bottom: 4px solid #c00;
    }
    /* h2 sub文言 */
    .wrapper #mainCol .h2Tit_iDC span.sub {
        font-size: 0.6em !important;
        line-height: 1.7em;
        display: block;
    }
    .wrapper #mainCol .h3Tit_iDC {
        font-size: 1.3em;
        line-height: 1.5;
    }
}

/* ======================================
    リード文
======================================== */
.wrapper #mainCol .readArea {
    margin: 60px auto 50px;
    text-align: center;
}
.wrapper #mainCol .readArea p {
    font-size: 1.3em;
    font-weight: bold;
    color: #03287e;
    line-height: 2.4 !important;
}
@media screen and (max-width: 767px) {
    .wrapper #mainCol .readArea {
        margin: 40px auto 30px;
        text-align: left;
    }
    .wrapper #mainCol .readArea p {
        font-size: 1em;
        line-height: 2 !important;
    }
}

/* ======================================
    あおまる・みずっち・わんちょ配置
======================================== */
.aomaru,
.wancho,
.mizucchi {
    position: relative;
}

.aomaru::after,
.wancho::before,
.mizucchi::after {
    position: absolute;
}

.aomaru::after {
    content: url(/special/ideco/images/img13.png);
    bottom: -100px;
    right: 60px;
}

.wancho::before {
    content: url(/special/ideco/images/img14.png);
    bottom: 0;
    left: -180px;
}

.mizucchi::after {
    content: url(/special/ideco/images/img15.png);
    bottom: 0;
    right: -190px;
}

@media screen and (max-width: 767px) {
    .aomaru {
        margin-bottom: 45px;
    }
    .aomaru::after {
        bottom: -160px;
        right: 0px;
        transform: scale(0.45);
        z-index: 10;
    }
    .wancho::before {
        bottom: -100px;
        left: 0px;
        transform: scale(0.55);
    }

    .mizucchi::after {
        bottom: -160px;
        right: 0px;
        transform: scale(0.45);
        z-index: 10;
    }
}

/* ======================================
    メリット・ポイント・流れ
======================================== */
/* 余白調整 */
@media screen and (max-width: 767px) {
    .wrapper #mainCol .columnArea.meritBox,
    .wrapper #mainCol .columnArea.pointBox,
    .wrapper #mainCol .columnArea.flowBox {
        margin-top: 60px;
    }
}

/* カラム幅調整 */
.wrapper #mainCol .columnArea.meritBox .col,
.wrapper #mainCol .columnArea.pointBox .col,
.wrapper #mainCol .columnArea.flowBox .col {
    width: 300px;
    padding: 0 25px 25px 25px;
}
@media screen and (max-width: 767px) {
    .wrapper #mainCol .columnArea.meritBox .col,
    .wrapper #mainCol .columnArea.pointBox .col,
    .wrapper #mainCol .columnArea.flowBox .col {
        width: 100%;
        padding: 0;
    }
}

/* 外枠 */
.wrapper #mainCol .meritBox .meritWrap,
.wrapper #mainCol .pointBox .pointWrap,
.wrapper #mainCol .flowBox .flowWrap {
    position: relative;
}
@media screen and (max-width: 767px) {
    .wrapper #mainCol .pointBox .pointWrap {
        margin-bottom: 40px;
    }
    .wrapper #mainCol .flowBox .flowWrap {
        margin-bottom: 66px;
    }
    .wrapper #mainCol .pointBox .col:last-of-type .pointWrap,
    .wrapper #mainCol .flowBox .col:last-of-type .flowWrap {
        margin-bottom: 0;
    }
}

/* メリット用 吹き出し */
.wrapper #mainCol .meritBox .meritWrap::before,
.wrapper #mainCol .meritBox .meritWrap::after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    border: 16px solid transparent;
    border-top: 18px solid #fff;
    z-index: 1;
}
.wrapper #mainCol .meritBox .meritWrap::after {
    bottom: -34px;
    left: 50%;
    transform: translateX(-50%);
    border: 16px solid transparent;
    border-top: 18px solid #03287e;
    z-index: 0;
}
@media screen and (max-width: 767px) {
    .wrapper #mainCol .meritBox .meritWrap::before,
    .wrapper #mainCol .meritBox .meritWrap::after {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        border-top: 18px solid #03287e;
    }
}

/* 流れ用 矢印 */
.wrapper #mainCol .flowBox .flowWrap::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 315px;
    transform: translateY(-50%);
    border: 16px solid transparent;
    border-left: 21px solid #03287e;
    z-index: 1;
}
.wrapper #mainCol .flowBox .col:last-of-type .flowWrap::after {
    display: none;
}
@media screen and (max-width: 767px) {
    .wrapper #mainCol .flowBox .flowWrap::after {
        top: 110%;
        left: 50%;
        transform: translateX(-50%);
        border: 11px solid transparent;
        border-top: 16px solid #03287e;
    }
}

/* 番号 */
.wrapper #mainCol .meritBox .meritWrap .Number,
.wrapper #mainCol .pointBox .pointWrap .Number,
.wrapper #mainCol .flowBox .flowWrap .Number {
    position: absolute;
    display: inline-block;
    background: #fff;
    border: 6px solid #03287e;
    color: #03287e;
    font-weight: bold;
    text-align: center;
}
.wrapper #mainCol .meritBox .meritWrap .Number,
.wrapper #mainCol .flowBox .flowWrap .Number {
    line-height: 45px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 2.2em;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.wrapper #mainCol .pointBox .pointWrap .Number {
    border-radius: 9999px;
    width: 120px;
    height: 30px;
    font-size: 1.3em;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
    .wrapper #mainCol .meritBox .meritWrap .Number,
    .wrapper #mainCol .pointBox .pointWrap .Number,
    .wrapper #mainCol .flowBox .flowWrap .Number {
        border: 3px solid #03287e;
    }
    .wrapper #mainCol .meritBox .meritWrap .Number,
    .wrapper #mainCol .flowBox .flowWrap .Number {
        line-height: 33px;
        width: 33px;
        height: 33px;
        font-size: 1.6em;
        top: -20px;
    }
    .wrapper #mainCol .pointBox .pointWrap .Number {
        width: 110px;
        height: 28px;
        font-size: 1.3em;
        top: -15px;
    }
}
@media screen and (max-width: 320px) {
    .wrapper #mainCol .meritBox .meritWrap .Number,
    .wrapper #mainCol .flowBox .flowWrap .Number {
        line-height: 28px;
        width: 28px;
        height: 28px;
        font-size: 1.4em;
        top: -16px;
    }
    .wrapper #mainCol .pointBox .pointWrap .Number {
        width: 90px;
        height: 24px;
        font-size: 1em;
        top: -15px;
    }
}

/* SP時 要素横並び */
@media screen and (max-width: 767px) {
    .wrapper #mainCol .meritBox .meritWrap .sp-flex,
    .wrapper #mainCol .pointBox .pointWrap .sp-flex,
    .wrapper #mainCol .flowBox .flowWrap .sp-flex {
        display: flex;
        justify-content: center;
    }
}

/* タイトル */
.wrapper #mainCol .meritBox .meritWrap .boxTit,
.wrapper #mainCol .pointBox .pointWrap .boxTit,
.wrapper #mainCol .flowBox .flowWrap .boxTit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 6px solid #03287e;
    border-radius: 20px 20px 0 0;
    background-color: #03287e;
    color: #fff;
    font-size: 2.2em !important;
    font-weight: bold;
    margin-top: 0;
    padding: 40px 10px 34px 10px;
    text-align: center;
}
.wrapper #mainCol .pointBox .pointWrap .boxTit {
    min-height: 117px !important;
}
.wrapper #mainCol .flowBox .flowWrap .boxTit {
    font-size: 2em !important;
    min-height: 80px !important;
    line-height: 1.4;
}
.wrapper #mainCol .meritBox .meritWrap .boxTit span.subT,
.wrapper #mainCol .pointBox .pointWrap .boxTit span.subT {
    font-size: 0.7em !important;
    display: block;
}
.wrapper #mainCol .pointBox .pointWrap .boxTit span.subB {
    font-size: 0.7em !important;
    display: block;
    line-height: 1.3;
    margin-top: 15px;
}
.wrapper #mainCol .meritBox .meritWrap .boxTit .borderB,
.wrapper #mainCol .pointBox .pointWrap .boxTit .borderB {
    line-height: 1.3;
    border-bottom: 6px solid #c00;
}
.wrapper #mainCol .meritBox .meritWrap .boxTit sup,
.wrapper #mainCol .pointBox .pointWrap .boxTit sup {
    font-size: 0.6em !important;
}
@media screen and (max-width: 767px) {
    .wrapper #mainCol .meritBox .meritWrap .boxTit,
    .wrapper #mainCol .pointBox .pointWrap .boxTit,
    .wrapper #mainCol .flowBox .flowWrap .boxTit {
        width: 80%;
        font-size: 1.8em !important;
        border: 3px solid #03287e;
        border-radius: 14px 0 0 14px;
    }
    .wrapper #mainCol .pointBox .pointWrap .boxTit {
        font-size: 1.5em !important;
        min-height: 80px !important;
    }
    .wrapper #mainCol .flowBox .flowWrap .boxTit {
        font-size: 1.5em !important;
        min-height: 80px !important;
        line-height: 1.4;
    }
    .wrapper #mainCol .pointBox .pointWrap .boxTit span.subB {
        margin-top: 8px;
    }
    .wrapper #mainCol .meritBox .meritWrap .boxTit .borderB,
    .wrapper #mainCol .pointBox .pointWrap .boxTit .borderB {
        border-bottom: 3px solid #c00;
    }
}
@media screen and (max-width: 320px) {
    .wrapper #mainCol .meritBox .meritWrap .boxTit,
    .wrapper #mainCol .pointBox .pointWrap .boxTit,
    .wrapper #mainCol .flowBox .flowWrap .boxTit {
        width: 100%;
        font-size: 1.6em !important;
    }
    .wrapper #mainCol .pointBox .pointWrap .boxTit {
        font-size: 1.3em !important;
        padding: 30px 10px 24px 10px;
    }
    .wrapper #mainCol .flowBox .flowWrap .boxTit {
        font-size: 1.3em !important;
    }
}

/* ピクトイメージ */
.wrapper #mainCol .meritBox .meritWrap .boxImg,
.wrapper #mainCol .pointBox .pointWrap .boxImg,
.wrapper #mainCol .flowBox .flowWrap .boxImg {
    border: 6px solid #03287e;
    border-radius: 0 0 20px 20px;
    background-color: #fff;
    margin-top: 0;
    padding: 20px;
    text-align: center;
}
.wrapper #mainCol .pointBox .col:nth-of-type(1) .boxImg,
.wrapper #mainCol .pointBox .col:nth-of-type(2) .boxImg,
.wrapper #mainCol .pointBox .col:nth-of-type(3) .boxImg {
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .wrapper #mainCol .meritBox .meritWrap .boxImg,
    .wrapper #mainCol .pointBox .pointWrap .boxImg,
    .wrapper #mainCol .flowBox .flowWrap .boxImg {
        display: flex;
        align-items: center;
        border: 3px solid #03287e;
        border-radius: 0 14px 14px 0;
        padding: 20px;
        text-align: center;
    }
    .wrapper #mainCol .pointBox .col:nth-of-type(1) .boxImg,
    .wrapper #mainCol .pointBox .col:nth-of-type(2) .boxImg,
    .wrapper #mainCol .pointBox .col:nth-of-type(3) .boxImg {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 320px) {
    .wrapper #mainCol .meritBox .meritWrap .boxImg,
    .wrapper #mainCol .pointBox .pointWrap .boxImg,
    .wrapper #mainCol .flowBox .flowWrap .boxImg {
        padding: 10px;
    }
}

/* テキスト */
.wrapper #mainCol .meritBox .boxTxt {
    width: 96%;
    font-size: 1.2em;
    color: #03287e;
    font-weight: bold;
    margin-left: auto;
    margin-Right: auto;
    margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
    .wrapper #mainCol .meritBox .boxTxt {
        width: 100%;
        font-size: 1.1em;
        line-height: 1.3;
        margin-top: 25px !important;
        margin-bottom: 40px;
    }
    .wrapper #mainCol .meritBox .col:last-of-type .boxTxt {
        margin-bottom: 0;
    }
}

/* 注釈 */
@media screen and (max-width: 767px) {
    .wrapper #mainCol ul.annotation.alnCenter {
        margin-top: 2em;
        text-align: left !important;
    }
}

/* ======================================
    お客さまの声
======================================== */
.wrapper #mainCol .voiceWrap {
    margin: 30px 0; 
    padding: 15px 35px 0 35px;
    background-color: #fff;
    color: #03287e;
    border: 6px solid #03287e;
    border-radius: 20px;
}
.wrapper #mainCol .voiceWrap:nth-of-type(1) {
    margin-top: 60px;
}
.wrapper #mainCol .voiceWrap .imageRight .image,
.wrapper #mainCol .voiceWrap .imageLeft .image {
    margin-bottom: 0;
}
.wrapper #mainCol .voiceWrap .caption {
    background: #e2ecf6;
    font-weight: bold;
    text-align: center;
    border-radius: 9999px;
    width: 100%;
    height: 30px;
    font-size: 1em;
    line-height: 30px;
}
.wrapper #mainCol .voiceWrap .voiceTit {
    font-size: 1.9em;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 0;
    padding-top: 20px;
}
.wrapper #mainCol .voiceWrap .voiceTxt {
    font-size: 1.25em;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .wrapper #mainCol .voiceWrap {
        padding: 10px 20px 0 20px;
        border: 3px solid #03287e;
        border-radius: 14px;
    }
    .wrapper #mainCol .voiceWrap:nth-of-type(1) {
        margin-top: 30px;
    }
    .wrapper #mainCol .voiceWrap .imageRight .image,
    .wrapper #mainCol .voiceWrap .imageLeft .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .wrapper #mainCol .voiceWrap .imageRight .image .spImg,
    .wrapper #mainCol .voiceWrap .imageLeft .image .spImg {
        width: 40%;
    }
    .wrapper #mainCol .voiceWrap .imageLeft p:first-child {
        margin-top: 0;
    }
    .wrapper #mainCol .voiceWrap .caption {
        width: 40%;
        height: 28px;
        font-size: 0.9em;
        padding: 0 10px;
    }
    .wrapper #mainCol .voiceWrap .voiceTit {
        font-size: 1.3em;
        padding-top: 0;
    }
    .wrapper #mainCol .voiceWrap .voiceTxt {
        font-size: 1em;
    }
}

/* ======================================
    かんたん診断はこちら【白ボタン】
======================================== */
body.w-wide #mainCol .btnRound.idecoWhtBtn,
body.w-wide #mainCol .btnRound.idecoWhtBtn.next {
    font-size: 1.5em !important;
    font-weight: bold;
    line-height: 1.5em;
    min-width: 120px;
    min-height: auto !important;
    padding: 23px 22px 21px 36px !important;
    color: #03287e !important;
    border-radius: 14px;
    border: 3px solid #03287e;
    background: #fff url('/special/ideco/images/icon_arrow-right_navy.png') no-repeat;
    background-position: right 15px center;
    box-shadow: none;
}
body.w-wide #mainCol .btnRound.idecoWhtBtn:hover,
body.w-wide #mainCol .btnRound.idecoWhtBtn.next:hover {
    color: #03287e !important;
    border: 3px solid #aeb8de;
    background: #aeb8de url('/special/ideco/images/icon_arrow-right_navy.png') no-repeat;
    background-position: right 15px center;
}
@media screen and (max-width: 767px) {
    body.w-wide #mainCol .btnRound.idecoWhtBtn,
    body.w-wide #mainCol .btnRound.idecoWhtBtn.next {
        font-size: 1.3em !important;
        padding: 15px 22px 13px 36px !important;
        background-size: 8px;
    }
    body.w-wide #mainCol .btnRound.idecoWhtBtn:hover,
    body.w-wide #mainCol .btnRound.idecoWhtBtn.next:hover {
        background-size: 8px;
    }
}
@media screen and (max-width: 320px) {
    body.w-wide #mainCol .btnRound.idecoWhtBtn,
    body.w-wide #mainCol .btnRound.idecoWhtBtn.next {
        font-size: 1.2em !important;
    }
}

/* ======================================
    iDeCoのお申込はこちら【赤CVボタン】
======================================== */
body.w-wide #mainCol .btnRound.img-boxidecoCVbtn,
body.w-wide #mainCol .btnRound.img-boxidecoCVbtn.next,
body.w-wide #mainCol .btnRound.idecoCVbtn,
body.w-wide #mainCol .btnRound.idecoCVbtn.next  {
    font-size: 1.5em !important;
    font-weight: bold;
    line-height: 1.5em;
    min-width: 120px;
    min-height: auto !important;
    padding: 23px 22px 21px 36px !important;
    color: #fff !important;
    border-radius: 14px;
    border: 3px solid #c00;
    background: #c00 url('/special/ideco/images/icon_arrow-right_wht.png') no-repeat;
    background-position: right 15px center;
    box-shadow: none;
    position: relative;
}
body.w-wide #mainCol .btnRound.next.kvBottom {
    background-image: none;
}
body.w-wide #mainCol .btnRound.idecoCVbtn:hover,
body.w-wide #mainCol .btnRound.idecoCVbtn.next:hover {
    color: #fff !important;
    border: 3px solid #c00;
    background-position: right 15px center;
    opacity: 0.8;
}

/* KV下（直角） */
body.w-wide #mainCol .btnRound.kvBottom,
body.w-wide #mainCol .btnRound.next.kvBottom {
    border-radius: 0;
}

body.w-wide #mainCol .btnRound.idecoCVbtn .linkIcon::after {
    content: '';
    display: inline-block;
    margin-left: 8px;
    width: 12px;
    height: 17px;
    vertical-align: baseline;
    background-image: url('/special/ideco/images/icon_arrow-right_wht.png');
    background-size: contain;
}

@media screen and (max-width: 767px) {
    body.w-wide #mainCol .btnRound.kvBottom,
    body.w-wide #mainCol .btnRound.next.kvBottom {
        padding: 15px 22px 13px 36px !important;
    }
    body.w-wide #mainCol .btnRound.idecoCVbtn,
    body.w-wide #mainCol .btnRound.idecoCVbtn.next {
        font-size: 1.6em !important;
        padding: 15px 22px 13px 36px !important;
        background-size: 8px;
    }
    body.w-wide #mainCol .btnRound.idecoCVbtn,
    body.w-wide #mainCol .btnRound.idecoCVbtn.next {
        font-size: 1.3em !important;
    }
    body.w-wide #mainCol .btnRound.idecoCVbtn:hover,
    body.w-wide #mainCol .btnRound.idecoCVbtn.next:hover {
        background-size: 8px;
    }
    body.w-wide #mainCol .btnRound.idecoCVbtn .linkIcon::after {
        width: 8px;
        height: 11px;
    }
}
@media screen and (max-width: 320px) {
    body.w-wide #mainCol .btnRound.idecoCVbtn,
    body.w-wide #mainCol .btnRound.idecoCVbtn.next {
        font-size: 1.2em !important;
    }
}

/* ======================================
    お問い合わせ
======================================== */
body.w-wide #mainCol .section__link-tel:link {
    color: #285ae1;
}
@media screen and (min-width: 768px) {
    body.w-wide #mainCol .section__link-tel:link {
        color: #333;
        text-decoration: none;
    }

    body.w-wide #mainCol .contact-block__tel .section__link-tel:link {
        color: #0000b3;
    }
}