@charset "UTF-8";
/*==============================
base
==============================*/
img {
  width: auto;
}
@media screen and (max-width: 640px) {
    img {
    width: 100%;
  }
}



/*==============================
sec01
==============================*/
article .sec01 {
    position: relative;
    z-index: 2;
}
article .sec01 h2,
article .sec01 p {
    margin: 0;
    font-size: 0;
}
@media screen and (max-width: 640px) {
}


/*==============================
sec02
==============================*/
article .sec02 {
    position: relative;
    background: #f5f8fa;
    margin: -200px 0 0;
    padding: 200px 0 8px;
    z-index: 1;
}
article .sec02:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 161px;
    background: url(/creditcard/service/anshin/img/sec02_bg01.png) no-repeat;
    background-size: cover;
}
article .sec02 h2 {
    color: #1f2b5e;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
article .sec02 h2 span {
    font-size: 16px;
}
article .sec02 p.txt01 {
    font-size: 24px;
    text-align: center;
    margin: 12px 0 0;
}
article .sec02 p.txt02 {
    font-size: 26px;
    color: #e00433;
    text-align: center;
    margin: 20px 0 0;
}
article .sec02 figure.fig01 {
    text-align: center;
    margin: 20px 0 0;
}
article .sec02 .cnts {
    margin: 52px 0 0;
    padding: 0 30px;
}
article .sec02 .cnts ol,article .sec02 .cnts li {
    margin: 0;
    padding: 0;
    list-style: none;
}
article .sec02 .cnts ol {
    margin: 44px 0 0;
}
article .sec02 .cnts ol li {
    position: relative;
    float: left;
    width: 184px;
}
article .sec02 .cnts ol li + li {
    margin-left: 43px;
}
article .sec02 .cnts ol li + li:before {
    content: "";
    position: absolute;
    left: -28px;
    top: 62px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 14px;
    border-color: transparent transparent transparent #1f2b5e;
}
article .sec02 .cnts ol li p.ttl {
    margin: 0;
    position: relative;
    background: #1f2b5e;
    border-radius: 3px 3px 0 0;
    height: 29px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
article .sec02 .cnts ol li p.ttl span {
    position: absolute;
    left: 8px;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
article .sec02 .cnts ol li p.txt {
    font-size: 16px;
    color: #1f2b5e;
    margin: 16px 0 0;
}
article .sec02 .cnts ul.ul_note {
    margin: 36px 0 0;
    font-size: 12px;
}
article .sec02 .cnts ul.ul_note li {
    position: relative;
    padding-left: 1em;
}
article .sec02 .cnts ul.ul_note li + li {
    margin-top: 4px;
}
article .sec02 .cnts ul.ul_note li span {
    position: absolute;
    left: 0;
    top: 0;
}

article .sec02 .cnts.cnts01 > p.txt {
    font-size: 16px;
    margin: 60px 0 0;
    letter-spacing: -.035em;
}
article .sec02 .cnts.cnts01 .btn {
    text-align: center;
    margin: 20px 0 0;
}
article .sec02 .cnts.cnts01 .btn a:hover {
    opacity: .7;
}

article .sec02 .cnts.cnts02 ol li figure {
    min-height: 158px;
}
article .sec02 .cnts.cnts02 .block {
    position: relative;
    box-sizing: border-box;
    margin: 32px 0 0;
    background: #eeebe2;
    border: 2px solid #d9ccab;
    height: 82px;
}
article .sec02 .cnts.cnts02 .block > * {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
}
article .sec02 .cnts.cnts02 .block > p {
    left: 18px;
}
article .sec02 .cnts.cnts02 .block > .btn {
    right: 50px;
}
article .sec02 .cnts.cnts02 .block .btn {
    margin: 0;
}

@media screen and (max-width: 640px) {
    article .sec02:after {
        height: 80px;
        background-size: 100% 100%;
    }
    article .sec02 h2 {
        font-size: 16px;
    }
    article .sec02 h2 span {
        font-size: 12px;
    }
    article .sec02 p.txt01 {
        font-size: 16px;
        margin: 12px 0 0;
    }
    article .sec02 p.txt01 br {
        display: none;
    }
    article .sec02 p.txt02 {
        font-size: 16px;
        margin: 12px 0 0;
    }
    article .sec02 figure.fig01 {
        margin: 14px 0 0;
    }
    article .sec02 figure.fig01 img {
        max-width: 50%;
    }
    article .sec02 .cnts {
        margin: 26px 0 0;
        padding: 0 10px;
    }
    article .sec02 .cnts ol {
        margin: 22px 0 0;
    }
    article .sec02 .cnts ol li {
        position: relative;
        float: none;
        width: 184px;
        margin: 0 auto;
    }
    article .sec02 .cnts ol li + li {
        margin: 36px auto 0;
    }
    article .sec02 .cnts ol li + li:before {
        left: 50%;
        margin-left: -13px;
        top: -28px;
        border-width: 14px 13px 0 13px;
        border-color: #1f2b5e transparent transparent transparent;
    }
    article .sec02 .cnts ol li p.txt {
        font-size: 14px;
        color: #1f2b5e;
        margin: 8px 0 0;
    }
    article .sec02 .cnts ol li p.txt br {
        display: none;
    }
    article .sec02 .cnts ul.ul_note {
        margin: 18px 0 0;
    }

    article .sec02 .cnts.cnts01 > p.txt {
        font-size: 14px;
        margin: 30px 0 0;
        letter-spacing: 0em;
    }
    article .sec02 .cnts.cnts01 .btn {
        text-align: center;
        margin: 12px 0 0;
    }

    article .sec02 .cnts.cnts02 ol li figure {
        min-height: 0;
    }
    article .sec02 .cnts.cnts02 ol li figure img {
        width: auto;
    }
    article .sec02 .cnts.cnts02 .block {
        margin: 16px 0 0;
        height: auto;
        padding: 10px;
    }
    article .sec02 .cnts.cnts02 .block > * {
        position: static;
        top: auto;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        margin: 0;
    }
    article .sec02 .cnts.cnts02 .block > p {
        left: auto;
    }
    article .sec02 .cnts.cnts02 .block > .btn {
        right: auto;
        display: block;
        margin-top: 16px;
    }
}



/*==============================
sec03
==============================*/
article .sec03 {
    position: relative;
    border: 4px solid #f7c94a;
    background: #fef0be;
    border-radius: 12px;
    margin: 120px 0 0;
    padding: 28px 28px 36px;
}
article .sec03 .txt {
    position: absolute;
    left: 28px;
    top: 28px;
}
article .sec03 .txt h2 {
    font-size: 32px;
    color: #ff3a00;
    line-height: 1.5;
}
article .sec03 .txt h2 span {
    font-size: 18px;
    color: #333;
}
article .sec03 .txt p {
    font-size: 16px;
    margin: 8px 0 0;
}
article .sec03 figure {
    text-align: right;
    padding-top: 12px;
}
article .sec03 .cnts {
    background: #f5f8fa;
    padding: 28px 30px;
}
article .sec03 .cnts h3 {
    color: #116cb0;
    font-size: 18px;
    text-indent: -1em;
    margin: 0 0 0 1em;
}
article .sec03 .cnts p.phone {
    padding-left: 36px;
    background: url(/creditcard/service/anshin/img/sec03_ico01.png) no-repeat left 18px;
    font-size: 34px;
    margin: 12px 0 0;
}
article .sec03 .cnts p.phone span {
    font-size: 16px;
}
article .sec03 .cnts ul {
    margin: 12px 0 0;
}
article .sec03 .cnts ul li {
    position: relative;
    padding-left: 1em;
    font-size: 12px;
}
article .sec03 .cnts ul li + li {
    margin-top: 4px;
}
article .sec03 .cnts ul li span {
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 640px) {
    article .sec03 {
        margin: 60px 0 0;
        padding: 28px 10px 16px;
    }
    article .sec03 .txt {
        position: static;
        left: auto;
        top: auto;
    }
    article .sec03 .txt h2 {
        font-size: 16px;
    }
    article .sec03 .txt h2 span {
        font-size: 12px;
        color: #333;
    }
    article .sec03 .txt h2 br + br + br {
        display: none;
    }
    article .sec03 .txt p {
        font-size: 14px;
    }
    article .sec03 figure {
      text-align: left;
    }
    article .sec03 figure img {
        width: 75%;
    }
    article .sec03 .cnts {
        background: #f5f8fa;
        padding: 16px;
    }
    article .sec03 .cnts h3 {
        font-size: 16px;
        text-indent: -1em;
    }
    article .sec03 .cnts p.phone {
        background-position: left 6px;
        font-size: 18px;
    }
    article .sec03 .cnts p.phone span {
        display: block;
        font-size: 12px;
    }
    article .sec03 .cnts ul {
        margin: 12px 0 0;
    }
}



/*==============================
module
==============================*/
.clearfix {zoom:1;}
.clearfix:after {content:"";display:block;clear:both;}

