/*****************************
パンくずリスト
*****************************/
#topic-path {
    font-size: 1.2rem;
    padding-right: 6px;
    color: #333;
}
/*****************************
サイトマップブロックパーツ
<div class="sitemapContainer">
    <section>
        <h2 class="h2-title-01"><a href="../lineup/index.html">サンプルタイトル</a></h2>
        <ul class="list-01 mb-30">
        <li><a href="">サンプルサブタイトル1</a></li>
        <li><a href="">サンプルサブタイトル2</a></li>
        <li><a href="">サンプルサブタイトル3</a></li>
        <li><a href="">サンプルサブタイトル4</a></li>
        </ul>
    </section>
</div>
*****************************/
/*div.sitemapContainer {
    width: 355px;
    float: left;
    margin-right: 20px;
}
div.sitemapContainer;:first-child:before {
    content: " ";
    display: table;
}
div.sitemapContainer:last-child:after {
    clear: both;
}
div.sitemapContainer:nth-child(2n) {
    margin-right: 0;
}
div.sitemapContainerWrapper {
    display: flex;
    flex-wrap: wrap;
}

div.sitemapContainer {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
}*/
.column-2 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px; /* 右の余白を打ち消す */
}

.sitemapContainer {
    width: calc(50% - 20px); /* 2つ横並びにするための幅調整 */
    margin-right: 20px;
    margin-bottom: 20px; /* 上下の余白を追加 */
}

.sitemapContainer:nth-child(2n) {
    margin-right: 0; /* 2つごとに右マージンをリセット */
}

@media (max-width: 768px) {
    .sitemapContainer {
        width: 100%; /* モバイルビューでは1つの列に表示 */
        margin-right: 0;
    }
}


/* 7, 8 */
.text h4.vc-h4 {
    font-weight: bold;
    font-size:1.6em
}
/* 9 */
.vc-column-3 div {
    width: 230px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}
.vc-column-3 div:nth-of-type(3n) {
    margin-right: 0;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
 }
/* 10, 11 */
.vc-img-text-2c div {
    width: calc(50% - 10px);
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.vc-img-text-2c div:nth-child(2n) {
    margin-right: 0;
}
.vc-img-text-3c div {
    width: calc(33% - 10px);
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.vc-img-text-3c div:nth-of-type(3n) {
    margin-right: 0;
}
#vcbody-wrapper .vc-img-text-2c.clear ,#vcbody-wrapper .vc-img-text-3c.clear{
    width: auto;
    height: auto;
}
.topPage #topContents section.card-block-01 .vc-inner,
.topPage #topContents section.privileges-block-01 .vc-inner {
    padding-bottom: 0;
}
.vc-lfs-clear:after {
    clear: both;
}
/*****************************
ブロックパーツ13
<ol class="list-number-01">
    <li>分割支払金の支払いを遅延した場合は、分割支払金のうち支払元金に対し約定支払日の翌日から完済に至るまで年14.60％を乗じた金額。ただし、当該遅延損害金はショッピング分割払い残元金に対し法定利率を乗じた額を超えない金額。</li>
    <li>分割支払金合計額の残額の期限の利益を喪失した場合は［上記1の場合を除く］、ショッピング分割払い残元金に対し期限の利益を喪失した日の翌日から完済に至るまで法定利率を乗じた金額。</li>
</ol>
*****************************/
/*
ol.list-number-01 li {
    margin-left: 1.4em;
    text-indent: -1.4em;
}
ol.list-number-01 li {
    list-style: decimal;
    list-style-position: inside;
}
*/
ol.list-number-01 {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
}

ol ol {
    padding-left: 1em;
}

ol.list-number-01 > li {
    text-indent: -1.3em;
    padding-left: 1.3em;
}

ol.list-number-01 > li:before {
    counter-increment: item;
    content: counter(item)'.';
    /* 以下は自由に装飾... */
    padding-right: .5em;
    font-weight: bold;
    color: #6eb92b;
}
/* 15 */
.vc-text-btn {
    margin: 30px 0;
    padding: 0 20px;
}
.vc-text-btn a {
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
    background: #f08200;
    padding: 0 40px;
    position: relative;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    line-height: 60px;
    height: 60px;
    vertical-align: middle;
    font-size: 1.5rem;
    color: #fff;
    text-decoration: none;
}
.vc-text-btn a:visited {
    color: #fff;
}
.vc-text-btn a:before {
    color: #fff !important;
    z-index: 2;
    left: auto;
    right: 7px;
    font-size: 1.1rem !important;
    content: "\e903";
    display: block;
    position: absolute;
    top: 50%;
    line-height: 1;
    margin-top: -0.5em;
    font-family: 'icon';
    font-weight: normal !important;
    font-style: normal !important;
}

/*****************************
ブロックパーツ16
<ul class="column-2-16 link16">
    <li><a onclick="goog_report_conversion ('https://www.jcb.co.jp/iss-pc/online/service/ssl/entry?9901000+4100+000+110002716&ActionType=entrytop')" href="https://www.jcb.co.jp/iss-pc/online/service/ssl/entry?9901000%204100%20000%20110002716&ActionType=entrytop">LC&nbsp;カードお申し込み<br>通常デザイン</a></li>
    <li><a onclick="goog_report_conversion ('https://www.jcb.co.jp/iss-pc/online/service/ssl/entry?9901000+4100+000+110002717&ActionType=entrytop')" href="https://www.jcb.co.jp/iss-pc/online/service/ssl/entry?9901000%204100%20000%20110002717&ActionType=entrytop"><span>LC&nbsp;カードお申し込み<br>ディズニー・デザイン</span></a></li>
</ul>
*****************************/
.column-2-16 > li {
    position: relative;
    margin-bottom: 15px;
    width: 355px;
    float: left;
    margin-right: 20px;
    min-height: 30px;
}
.column-2-16 > li:nth-child(2n) {
    margin-right: 0;
}
ul.link16 {
    display: table;
}

ul.link16 li {
    height: 60px;
    color: #fff;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.5rem;
    display: table-cell;
    vertical-align: middle;
    width: 355px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    margin-bottom: 15px;
}

ul.link16 li a {
    display: table-cell;
    width: 355px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 30px;
    background: #f08200;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
}

ul.link16 li:before {
    content: "\e900";
    font-size: 2rem;
    color: #333;
    color: #d91100 !important;
    z-index: 2;
    left: auto;
    right: 7px;
    display: block;
    position: relative;
    top: 40px;
    left: 328px;
    line-height: 1;
    margin-top: -0.5em;
    font-family: 'icon';
    font-weight: normal !important;
    font-style: normal !important;
}

ul.link16 li:after {
    content: "";
    left: auto;
    right: 8px;
    width: 1.9rem;
    height: 1.9rem;
    background: #fff;
    font-size: 1.9rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    display: block;
    position: relative;
    top: -33px;
    left: 328px;
    line-height: 1;
    margin-top: -0.5em;
    font-family: 'icon';
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 1em;
    color: #333;
}
@media screen and (min-width:768px) {
    ul.link16 {
        display: flex;
    }
    ul.link16 li {
        font-size: 1.5rem;
        vertical-align: middle;
        color: #fff;
        flex: 1 0 calc(50% - 8px);
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        box-sizing: border-box;
        max-width: 50%;
        margin-bottom: 15px;
        margin-right: 15px;
        position: relative;
    }
    ul.link16 li:before {
        content: "\e900";
        font-size: 2rem;
        color: #d91100 !important;
        z-index: 2;
        right: 7px;
        display: block;
        position: absolute;
        top: 33px;
        left: 328px;
        line-height: 1;
        margin-top: -0.5em;
        font-family: 'icon';
        font-weight: normal !important;
        font-style: normal !important;
    }
    ul.link16 li:after {
        content: "";
        right: 8px;
        width: 1.9rem;
        height: 1.9rem;
        background: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        z-index: 1;
        display: block;
        position: absolute;
        top: 50%;
        left: 328px;
        line-height: 1;
        margin-top: -0.5em;
        font-family: 'icon';
        font-weight: normal !important;
        font-style: normal !important;
        font-size: 1em;
        color: #333;
    }
}
ul.link16 li a::after {
    content: none;
}
/*****************************
ブロックパーツ18
<ul class="column-2 clear">
    <li>
        <div class="border-link-block-A01">
            <div class="block-inner">
                    <figure class="img"><img src="./images/index_img01.jpg" alt="LC JCB カード（通常デザイン）"></figure>
                    <p class="title"><a href="./normal_disney/index.html#normal"><strong>LC JCB カード（通常デザイン）</strong></a></p>
            </div>
        </div>
        <p class="text">入会金・年会費無料！毎日のお買い物でライフのポイントが貯まるLC カード！</p>
    </li>
*****************************/
/*.border-link-block-A01 {
    position: relative;
    width: 355px;
    
    top: 0;
    left: 0;
    display: inline-block;
    border: 3px solid #e2e2e2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.border-link-block-A01 li {
}

.border-link-block-A01 img {
    padding: 20px;
    height: 153px;
    max-height: 153px;
    width: auto;
}

.border-link-block-A01 a:link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    text-decoration: none;
    background-color: transparent;
    padding-top: 211px;
}

.border-link-block-A01:hover {
    color: #ed6d34;
}

.border-link-block-A01>.block-inner>.title {
    display: table;
    width: 100%;
    padding: 23px 32px 23px 13px;
    background: #e2e2e2;
    line-height: 1;
    text-align: center;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.border-link-block-A01:before {
    left: auto;
    right: 7px;
    z-index: 2;
    content: "\e900";
    font-size: 2rem;
    color: #333;
    display: block;
    position: absolute;
    top: 220px;
    left: 331px;
    line-height: 1;
    margin-top: -0.5em;
    font-family: 'icon';
    font-weight: normal !important;
    font-style: normal !important;
}

.border-link-block-A01:after {
    content: "";
    left: auto;
    right: 8px;
    width: 1.8rem;
    height: 1.8rem;
    background: #fff;
    font-size: 1.8rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    display: block;
    position: absolute;
    top: 220px;
    left: 331px;
    line-height: 1;
    margin-top: -0.5em;
    font-family: 'icon';
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 1em;
    color: #333;
}


.border-link-block-A01 {
    position: relative;
    width: 355px;
    top: 0;
    left: 0;
    display: inline-block;
    border: 3px solid #e2e2e2;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    overflow: hidden;
}

.border-link-block-A01 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-decoration: none;
    background-color: transparent;
    padding-top: 0;
}

.border-link-block-A01>.block-inner>.title {
    display: table;
    width: 100%;
    padding: 23px 32px 23px 13px;
    background: #e2e2e2;
    line-height: 1;
    text-align: center;
    font-size: 1.6rem;
    box-sizing: border-box;
}*/
*[class^="column-"] {
    margin-bottom: 15px;
}

.clear {
}
ul {
    list-style: none;
}
*[class^="column-"]:before, *[class^="column-"]:after {
    content: " ";
    display: table;
}
*[class^="column-"]:after {
    clear: both;
}
*[class^="column-"]:before, *[class^="column-"]:after {
    content: " ";
    display: table;
}
.column-2-16 > * {
    width: 355px;
}
.colimn-2-16 {
    float: left;
    margin-right: 20px;
}
.column-2-16 .vcmsFL .border-link-block-A01 {
    border: 3px solid #e2e2e2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.border-link-block-A01, .border-link-block-B01 {
    /*border: 3px solid #e2e2e2;*/
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.border-link-block-A01 + .text {
    margin-top: 10px;
    font-size: 1.2rem;
}
.border-link-block-A01 > .block-inner a {
    text-decoration: none;
}

a:visited {
    color: #333;
    /* text-decoration: underline; */
}
.vc-text-btn a:visited,
.vc-text-btn a:hover {
    color: #fff !important;
}
a {
    /* color: #333; */
    cursor: pointer;
}
.border-link-block-A01 > .block-inner .img {
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.border-link-block-A01 > .block-inner > .title {
    position: relative;
}

.border-link-block-A01 > .block-inner > .title {
    display: table;
    width: 100%;
    padding: 15px 32px 15px 13px;
    background: #e2e2e2;
    line-height: 1;
    text-align: center;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.border-link-block-A01 > .block-inner > .title a.external-link:after {
    content: "";
}
img {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: bottom;
}
.border-link-block-A01 > .block-inner > .title:before {
    left: auto;
    right: 7px;
    z-index: 2;
}

.border-link-block-A01 > .block-inner > .title:before {
	font-family: 'icon';
    content: "\e900";
    font-size: 2rem;
    color: #333;
}
.border-link-block-A01 > .block-inner > a .title:before, .border-link-block-A01 > .block-inner > .title:after {
    display: block;
    position: absolute;
    top: 50%;
    /* left: 0; */
    line-height: 1;
    margin-top: -0.5em;
    font-family: 'icon';
    font-weight: normal !important;
    font-style: normal !important;
    /* font-size: 1em; */
    /* color: #333; */
}
.border-link-block-A01 > .block-inner > .title:after {
    content: "";
    left: auto;
    right: 8px;
    width: 1.8rem;
    height: 1.8rem;
    background: #fff;
    font-size: 1.8rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}

.border-link-block-A01 > .block-inner > .title:before,
.border-link-block-A01 > .block-inner > .title:after {
    display: block;
    position: absolute;
    top: 50%;
    /* left: 0; */
    line-height: 1;
    margin-top: -0.5em;
    font-family: 'icon';
    font-weight: normal !important;
    font-style: normal !important;
    /* font-size: 1em; */
    /* color: #333; */
}
.border-link-block-A01 > .block-inner > .title > strong {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
strong, th {
    font-weight: bold;
}

.column-2-16 > li {
    cursor: pointer;
}

.column-2-16 > li:hover {

}

.column-2-16 > li:hover a {
    color: #ed6d34;
}

.column-2-16 > li a {
    display: block;
    text-decoration: none;
    color: inherit;
}
/* 優待サービス用パーツ */
.store-coupon-sec li a:before {
    z-index: 2;
    position: relative;
    left: auto;
    right: -77px;
    font-size: 1.1rem !important;
    font-family: "icon";
    content: "\e903";
}
.store-coupon-sec li:nth-child(2n) {
    line-height: 18.7px;
}
.store-coupon-sec li:nth-child(2n) a {
    padding-top: 0;
}
.store-coupon-sec li.class-1 a {
    padding-top: 2.8px;
}
@media screen and (max-width:767px) {
    .store-coupon-sec li.class-1 a {
        padding-top: 8px;
    }
    .store-coupon-sec li:nth-child(2n) a {
        padding-top: 4.6px;
    }
}
.store-coupon-sec li:nth-child(2n) a:before {
    display: block;
    line-height: 1;
    font-family: 'icon';
    font-weight: normal !important;
    font-style: normal !important;
    color: #333;
    content: "";
    width: 19px;
    height: 15px;
    background: url(../../common/ico-map01.png) no-repeat;
    -webkit-background-size: cover;
    background-size: contain;
    margin-top: -7px;
    font-size: 1.1rem !important;
    z-index: 2;
    position: relative;
    left: auto;
    top: 14px;
    right: -103px;
}
.store-coupon-sec li.class-1 a:before {
    display: block;
    line-height: 1;
    font-family: 'icon';
    font-weight: normal !important;
    font-style: normal !important;
    color: #333;
    content: "";
    width: 19px;
    height: 15px;
    background: url(../../common/ico-map01.png) no-repeat;
    -webkit-background-size: cover;
    background-size: contain;
    margin-top: -7px;
    font-size: 1.1rem !important;
    z-index: 2;
    position: relative;
    left: auto;
    top: 14px;
    right: -103px;
}
.store-coupon-sec li.class-2 a:before {
    z-index: 2;
    position: relative;
    left: auto;
    top: 18px;
    right: -103px;
    font-size: 1.1rem !important;
    font-family: "icon";
    content: "\e903";
    background-image: none;
}
@media screen and (max-width:767px) {
    .store-coupon-sec li a:before {
        z-index: 2;
        position: absolute;
        left: auto;
        right: 28px;
        font-size: 1.1rem !important;
        font-family: "icon";
        content: "\e903";
    }
    li.class-1 a,
    li.class-2 {
        position: relative;
    }
    li.class-1 a:before,
    li.class-2 a:before {
        right: 8px;
    }
    .store-coupon-sec li a:before {
        right: 28px;
    }
    .store-coupon-sec li.class-1 a:before {
        position: absolute;
        left: auto;
        top: 14px;
        right: 8px;
    }
    .store-coupon-sec li.class-2 a:before {
        position: absolute;
        left: auto;
        top: 18px;
        right: 8px;
    }
}
/*****************************
d5
*****************************/
/*.main-section ul.vc-d5 li {
    flex: 1;
    display: flex;
    align-items: center;
    flex-basis: 50%;
    flex-grow: 1;
    width: 50%;
}
.main-section ul.vc-d5 li {
    position: relative;
    width: 355px;
    top: 0;
    left: 0;
    display: inline-block;
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.main-section ul.vc-d5 li a {
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: normal;
    padding: 15px 30px 15px 8px;
    border: 3px solid #ccc;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.main-section ul.vc-d5 {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-section ul.vc-d5 li {
    flex: 1 0 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    max-width: 50%;
}

.main-section ul.vc-d5 li a {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}*/

.main-section ul.vc-d5 {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-section ul.vc-d5 li {
    flex: 1 0 calc(50% - 8px);
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    max-width: 50%;
    margin-bottom: 15px;
    margin-right: 15px;
    position: relative;
}
.main-section ul.vc-d5 li:nth-child(2n) {
    margin-right: 0;
}

.main-section ul.vc-d5 li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    min-width: 100%;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding: 15px 30px 15px 8px;
    border: 3px solid #ccc;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}


ul.vc-d5 li:before {
    content: "";
    z-index: 2;
    left: auto;
    right: 7px;
    display: block;
    line-height: 1;
    margin-top: -0.5em;
    font-family: 'icon';
    font-weight: normal !important;
    font-style: normal !important;
    position: relative;
    top: 7px;
    content: "\e902";
    font-size: 2rem;
    color: #fff;
    position: absolute;
    z-index: 2;
}
ul.vc-d5 li:after {
    content: "";
    background: #000 !important;
    right: 8px !important;
    position: relative;
    width: 1.9rem;
    height: 1.9rem;
    font-size: 1.9rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 3;
}
ul.vc-d5 li.external-link:before {
    color: #333 !important;
    z-index: 2;
    left: 340px;
    right: 7px;
    font-size: 1.1rem !important;
    content: "\e903";
    position: relative;
    z-index: 2;
}

ul.vc-d5 li:before {
    content: "";
    right: 7px;
    display: block;
    line-height: 1;
    margin-top: -0.5em;
    font-family: 'icon';
    font-weight: normal !important;
    font-style: normal !important;
    position: absolute;
    z-index: 3;
    top: 50%;
    content: "\e902";
    font-size: 2rem;
    color: #fff;
}

ul.vc-d5 li:after {
    content: "";
    background: #000 !important;
    right: 8px !important;
    position: absolute;
    width: 1.9rem;
    height: 1.9rem;
    font-size: 1.9rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
}
/* 19 */
/*.vc-list-text-img {
    background-color: #e0ebaf;
    padding: 15px;
}
.vc-list-text-img div.vc-list-text-img-inner {
    background-color: #fff;
    font-weight: bold;
    width: 100%;
    height: 105px;
}
.vc-19-left-img {
    text-align: center;
    width: 18%;
    float: left;
}
.vc-19-left-img img {
    width: 52px;
    margin: 20px auto;
}
.vc-19-center-text {
    width: 52%;
    font-weight: bold;
    text-align: left;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vc-19-right-img {
    width: 30%;
    text-align: center;
    float: left;
}
.vc-19-right-img img {
    width: 50px;
    margin: 20px auto;
}
.clearfix::after {
    content: '';
    display: table;
    clear: both;
}*/
.vc-list-text-img-wrapper {
    margin-top: 15px;
}
.vc-list-text-img {
    /* background-color: #e0ebaf; */
    border-top: 5px solid #e0ebaf;
    margin-top: 20px;
    padding: 15px;
}
.vc-list-text-img.green {
    /* background-color: #e0ebaf; */
    border-top: 5px solid #e0ebaf;
    margin-top: 20px;
    padding: 15px;
}
.vc-list-text-img.orange {
    /* background-color: #FFF8B0; */
    border-top: 5px solid #FFF8B0;
    margin-top: 20px;
    padding: 15px;
}
.vc-list-text-img-inner {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vc-19-left-img {
    width: 18%;
    display: flex;
    align-items: center;
}
.vc-19-left-img p {
    width: 52px;
    height: 52px;
    background-color: #75BA2A;
    border: 1px solid #75BA2A;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    line-height: 25px;
    text-align: center;
    vertical-align: bottom;
}
.vc-list-text-img.green .vc-19-left-img p {
    width: 52px;
    height: 52px;
    background-color: #75BA2A;
    border: 1px solid #75BA2A;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    line-height: 25px;
    text-align: center;
    vertical-align: bottom;
}
.vc-list-text-img.orange .vc-19-left-img p {
    width: 52px;
    height: 52px;
    background-color: #EF8200;
    border: 1px solid #EF8200;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    line-height: 25px;
    text-align: center;
    vertical-align: bottom;
}
.vc-19-left-img p span {
    font-size: 22px;
    line-height: 18px;
    display: block;
    vertical-align: top;
}
.vc-19-center-text {
    font-weight: bold;
    text-align: left;
    width: 64%;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:767px) {
    .vc-19-center-text {
        padding-left: 15px;
    }
}
.vc-19-right-img {
    width: 18%;
    display: flex;
    align-items: center;
}
.vc-list-text-img-inner {
    background-color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vc-19-left-img,
.vc-19-right-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*****************************
ブロックパーツ20
<ul class="flex link20">
    <li><a href="">ショッピング利用後リボ払い・分割払い・<br class="pc-content">スキップ払い</a></li>
    <li><a href="">スマリボ</a></li>
</ul>
*****************************/
/*.main-section ul.link20 {
    display: flex;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
}*/

.main-section ul.link20 li {
    flex: 1;
    display: flex;
    align-items: center;
    flex-basis: 50%;
    flex-grow: 1;
    width: 50%;
}
.main-section ul.link20 li {
    position: relative;
    width: 355px;
    top: 0;
    left: 0;
    display: block;
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.main-section ul.link20 li a {
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: normal;
    padding: 15px 30px 15px 8px;
    border: 3px solid #ccc;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.main-section ul.link20 {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-section ul.link20 li {
    flex: 1 0 50%;
    display: block;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    max-width: 50%;
}

.main-section ul.link20 li a {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.main-section ul.link20 {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-section ul.link20 li {
    flex: 1 0 calc(50% - 8px);
    display: block;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    max-width: 50%;
    margin-bottom: 15px;
	margin-right: 15px;
}
.main-section ul.link20 li:nth-child(2n) {
	margin-right: 0;
}
.main-section ul.link20 li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    width: 100%;
    padding: 15px 30px 15px 8px;
    box-sizing: border-box;
}
.main-section ul.link20 li:hover {
    color: #ed6d34;
}

ul.link20 li:before {
    content: "";
    z-index: 2;
    left: auto;
    right: 7px;
    display: block;
    line-height: 1;
    margin-top: -0.5em;
    font-family: 'icon';
    font-weight: normal !important;
    font-style: normal !important;
    position: relative;
    top: 60%;
    left: 331px;
    content: "\e900";
    font-size: 2rem;
    color: #333;
}

ul.link20 li.external-link:before {
    color: #333 !important;
    z-index: 2;
    left: auto;
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 1.1rem !important;
    content: "\e903";
}
/*
ul.link20 li:after {
    content: "";
    left: auto;
    right: 8px;
    width: 1.9rem;
    height: 1.9rem;
    background: #fff;
    font-size: 1.9rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    line-height: 1;
    margin-top: -0.5em;
    font-family: 'icon';
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 1em;
    color: #333;
}
*/

/*****************************
ブロックパーツ22
<section>
    <div class="color-block-A02">
    <h3 class="title t-left">「ショッピング利用後リボ払い・分割払い・スキップ払い」</h3>
        <div class="text-block-01">
            <p>翌10日お支払いのショッピング1回払い・ショッピング2回払い・ボーナス1回払いご利用分をあとからショッピング利用後リボ払い・分割払い・スキップ払いに変更できるサービスです。</p>
            <ul class="list-memo-01">
                <li><span>※</span>スキップ払いはショッピング1回払いご利用分でのみ変更ができます。</li>
            </ul>
        </div>
        <p><a href="./revolving/index.html">ショッピング利用後リボ払い・分割払い・<br>スキップ払い</a></p>
    </div>
</section>
*****************************/
.color-block-A02 a {
    color: #333;
    text-decoration: underline;
    margin: 0 auto !important;
    width: 50% !important;
    padding: 15px 30px 15px 8px;
    border: 3px solid #ccc;
    background: #fff;
    position: relative;
    font-weight: bold;
    display: block;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none !important;
    font-weight: normal;
    line-height: 1.3;
}
.color-block-A02 .img-block-A02 > figure > a {
    padding: 0;
    border: none;
}
.color-block-A02 .img-block-A02 > figure > a:before,
.color-block-A02 .img-block-A02 > figure > a:after {
    content: none;
}
.color-block-A02 a:before {
    content: "\e900";
    font-size: 2rem;
    color: #333;
    z-index: 2;
    left: auto;
    right: 7px;
    display: block;
    position: absolute;
    top: 50%;
    left: 1;
    line-height: 1;
    margin-top: -0.5em;
    font-family: 'icon';
    font-weight: normal !important;
    font-style: normal !important;
    color: #333;
}
.color-block-A02 a:after {
content: "";
    left: auto;
    right: 8px;
    width: 1.9rem;
    height: 1.9rem;
    background: #fff;
    font-size: 1.9rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    line-height: 1;
    margin-top: -0.5em;
    font-family: 'icon';
    font-weight: normal !important;
    font-style: normal !important;
    color: #333;
}
.figure-none .img-block-A02 figure.img {
    width: 0;
}
.figure-none .text {
    width: 100%;
}
.figure-none .text h3 {
    text-align: center !important;
}
/*****************************
ブロックパーツ24
<li>
    <div class="border-link-block-B01">
        <div class="block-inner">
                <figure class="img pr-10"><img src="./images/index_img01.gif" alt=""></figure>
                <div class="text">
                    <p class="title"><a href="./info/index.html">提携CD・ATMで借りる</a></p>
                </div>
                <p class="d-block mt-05">お近くのCD・ATM機で手元に現金をご用意。</p>
        </div>
    </div>
</li>
*****************************/
.border-link-block-B01 {
    position: relative;
    padding: 10px;
    margin-bottom: 15px;
}

.border-link-block-B01 a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-decoration: none;
    font-weight: bold;
    padding-left: 130px;
    padding-right: 10px;
    padding-top: 10px;
}
.border-link-block-B01 a:before {
    margin-top: 0;
    content: "\e900";
    font-size: 2rem;
    color: #333;
    display: block;
    position: absolute;
    top: 9px;
    left: 102px;
    line-height: 1;
    font-family: 'icon';
    font-weight: normal !important;
    font-style: normal !important;
}
.border-link-block-B01 figure {
    position: relative;
    left: -60px;
}
.topPage #topFooter .news-block-01 .column-3-02 > div dl dt a {
    margin-bottom: 3px;
    color: #fff;
}
.topPage #topFooter .news-block-01 .column-3-02 > div dl dd a {
    text-decoration: underline;
}
.topPage #topFooter .news-block-01 .column-3-02 > div dl dt a:hover {
    margin-bottom: 3px;
    color: #fff;
}
.topPage #topFooter .news-block-01 .column-3-02 > div dl dd a:hover {
    text-decoration: none;
    color: #333;
}
/*****************************
ブロックパーツ25
*****************************/
.vc-img-2 li {
    margin-bottom: 20px;
}
/*****************************
ブロックパーツ27
<li>
    <div class="border-link-block-B01">
        <div class="block-inner">
                <figure class="img"><img src="./images/index_img01.gif" alt=""></figure>
                <dl class="text">
                    <dt class="title"><a href="./point/index.html">ポイントサービスについて</a></dt>
                    <dd>ポイントの貯め方や使い方、確認の仕方をご紹介します。</dd>
                </dl>
        </div>
    </div>
</li>
*****************************/
ul.column-2-27:before {
    content: "";
}
.column-2-27 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.column-2-27 li {
    flex: 1 50%;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-right: 0;
    padding-bottom: 7.5px;
    max-width: 50%;
    padding-left: 0;
    padding-right: 20pxS;
}

.column-2-27 li:last-child {
    flex: 0 50%;
}

.column-2-27 .border-link-block-B01 {
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    margin-bottom: 0;
    padding-bottom: 0;
}

.column-2-27 .block-inner {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.column-2-27 .img {
    margin-right: 10px;
}

.column-2-27 .text {
    flex: 1;
    margin-top: 30px;
}
.column-2-27 > li:hover {
    color: #ed6d34;
}
.column-2-27 .border-link-block-B01 figure {
    left: 0;
}
.column-2-27 .border-link-block-B01 a {
    top: 5px;
}
.column-2-27 .border-link-block-B01 a.no-image {
    left: -75px;
}


/*****************************
ブロックパーツ28
<li class="inner-block"><a href="#a01">カードのお申し込みについて</a></li>
*****************************/
/*ul.column-3 > li.inner-block {
    position: relative;
    margin-bottom: 15px;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 30px 15px 8px;
    border: 3px solid #ccc;
    border-radius: 5px;
    background: #fff;
    width: 230px;
    float: left;
    margin-right: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
}
ul.column-3 > li.inner-block a {
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 187px;
    text-align: center;
}
ul.column-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}*/
ul.column-3:before {
    content: none;
}
/*ul.column-3 > li.inner-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 230px;
}*/
ul.column-3 > li.inner-block:before {
    z-index: 2;
    left: auto;
    right: 7px;
    content: "\e902";
    color: #fff;
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    display: block;
    position: absolute;
    top: 52%;
    left: auto;
    line-height: 1;
    margin-top: -0.5em;
    font-family: 'icon';
    font-weight: normal !important;
    font-style: normal !important;
}
ul.column-3 > li.inner-block::after {
    background: transparent;
    content: "";
    left: auto;
    right: 8px;
    width: 1.9rem;
    height: 1.9rem;
    background: #fff;
    font-size: 1.9rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    background: #000 !important;
    right: 8px !important;
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    line-height: 1;
    margin-top: -0.5em;
    font-family: 'icon';
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 1em;
    color: #333;
}
/*ul.column-3 > li.inner-block:nth-of-type(3n) {
    margin-right: 0;
}
ul.column-3 > li.inner-block a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-decoration: none;
    padding-left: 4px;
}*/



ul.column-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

ul.column-3 > li.inner-block {
    position: relative;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 3px solid #ccc;
    border-radius: 5px;
    background: #fff;
    width: calc(33.33% - 20px);
    padding: 15px 30px 15px 8px;
    display: flex; /* liをフレックスコンテナにする */
    align-items: center; /* 子要素を垂直方向に中央に配置する */
    display: flex; /* liをフレックスコンテナにする */
    justify-content: center; /* 子要素を水平方向に中央に配置する */
    align-items: center; /* 子要素を垂直方向に中央に配置する */
    text-align: center;
}

ul.column-3 > li.inner-block a {
    text-decoration: none;
    display: block; /* ブロック要素にする */
    width: 100%; /* 親要素の幅いっぱいに広げる */
    word-wrap: break-word; /* テキストがはみ出す場合に改行する */
    overflow: hidden; /* テキストが親要素をはみ出すのを防ぐ */
    text-decoration: none;
    display: flex; /* aをフレックスコンテナにする */
    justify-content: center; /* テキストを水平方向に中央に配置する */
    align-items: center; /* テキストを垂直方向に中央に配置する */
    width: 100%; /* 親要素の幅いっぱいに広げる */
    word-wrap: break-word; /* テキストがはみ出す場合に改行する */
}





/*****************************
ブロックパーツ30
*****************************/
.noticeTag {
    margin-right: 14px;
    min-width: 80px;
    display: inline-block;
    margin-right: 10px;
    padding: 4px 3px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    line-height: 1;
    font-size: 12px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.notice01 {
    background-color: #F08200;
}
.notice02 {
    background-color: #17b4b2;
}
.notice03 {
    background-color: #bbb;
}
.vc_date-block-01 dl > dd > a {
    vertical-align: top;
    text-decoration: underline !important;
}
/* 30 */
.fake-td .vc-phone-number-02 a:before {
    content: "";
}
.vc-phone-number-02 img {
    position: relative;
    left: -20px;
    width: 43px;
}
.vc-fake-td img {
    width: 43px;
    margin-right: 15px;
}
.fake-td .vc-phone-number-02 > a {
    position: relative;
    text-decoration: none;
    font-size: 2.6rem;
    font-weight: bold;
    color: #6eb92b;
    cursor: default;
    left: -10px;
}
.fake-td .vc-phone-number-02 img {
    width: 43px;
    margin-right: 15px;
    vertical-align: middle;
}
.fake-table-01 .fake-tr .vc-fake-td {
    display: flex;
    align-items: center;
    height: 100%;
}
/* 31 */
.phone-number-03 img {
    width: 43px;
    margin-right: 15px;
    vertical-align: middle;
}
.fake-table-01 .fake-tr .vc-fake-td {
    display: flex;
    align-items: center;
    height: 100%;
}
.phone-number-03 a {
    position: relative;
    text-decoration: none;
    font-size: 2.6rem;
    font-weight: bold;
    color: #6eb92b;
    cursor: default;
    /* left: 30px; */
}
@media screen and (max-width:768px) {
    .phone-number-03 > span > img {
        margin-left: 25px;
    }
    .phone-number-03 > span > span {
        /*margin-left: -25px;*/
    }
    .vc-fake-td > .phone-number-03 > img {
        margin-left: 0;
    }
}
/*****************************
表・tableタグ
*****************************/
dl.vc-dl {
    margin-bottom: 20px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
dl.vc-dl dt {
    float: left;
}
dl.vc-dl dd {
    margin-left: 365px;
}
dl.vc-dl dt:first-child,
dl.vc-dl dt:first-child + dd {
    background: #f4f4f4;
    font-weight: bold;
}
dl.vc-dl dt,
dl.vc-dl dd {
    padding: 13px 15px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center !important;
    width: 335px !important;
}

dl.vc-dl02 {
    margin-bottom: 20px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f4f4f4;
}
dl.vc-dl02 dt {
    float: left;
    width: 188.75px;
    background: #f4f4f4;
    font-weight: bold;
}
dl.vc-dl02 dd {
    margin-left: 218.75px;
}
dl.vc-dl02 dt,
dl.vc-dl02 dd {
    padding: 13px 15px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
}
@media screen and (max-width:768px) {
    dl.vc-dl02 dt,
    dl.vc-dl02 dd {
        padding: 13px 15px;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        text-align: left;
    }
}
dl.vc-dl02 dd {
    text-align: left;
    background-color: #fff;
    border-left: 1px solid #ccc;
}
/*****************************
42
*****************************/
.vc-jcb img {
    width: 43px;
    margin-right: 15px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*****************************
43
*****************************/
.phone-number-02 > a {
    position: relative;
    text-decoration: none;
    font-size: 2.6rem;
    font-weight: bold;
    color: #6eb92b;
    cursor: default;
    left: 30px;
}
.phone-number-02 > a:before {
    left: 0;
    right: auto;
    font-size: 4rem;
    color: #6eb92b;
    content: "\e904";
    display: block;
    position: absolute;
    top: 50%;
    left: -60px;
    line-height: 1;
    margin-top: -0.5em;
    font-family: 'icon';
    font-weight: normal !important;
    font-style: normal !important;
}

.btn.btn-t-05 > a {
    display: table;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    position: relative;
}

.btn.btn-t-05 > a > span {
    display: table-cell;
    vertical-align: middle;
}

.btn.btn-t-05 > a:before {
    font-family: 'icon';
    content: "\e900";
    font-size: 2rem;
    color: #307d00 !important;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    z-index: 2;
    line-height: 1;
    font-family: 'icon';
    font-weight: normal !important;
    font-style: normal !important;
}

.btn.btn-t-05 > a:after {
    content: "";
    width: 1.9rem;
    height: 1.9rem;
    background: #fff;
    font-size: 1.9rem;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

.btn-t-01 {
    padding: 15px 30px 15px 8px;
    border: 3px solid #ccc;
    background: #fff;
    position: relative;
    font-weight: bold;
    display: block;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    text-decoration: none !important;
}

.btn-t-01 > a {
    position: static;
    display: table;
    width: 100%;
    color: #000;
    text-decoration: none;
    font-weight: normal;
}

.btn-t-01 > a > span {
    display: table-cell;
    vertical-align: middle;
    font-weight: normal;
    color: inherit;
    line-height: 1.3;
}

.btn-t-01 > a:before {
    font-family: 'icon';
    content: "\e900";
    font-size: 2rem;
    color: #333;
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    font-weight: normal !important;
    font-style: normal !important;
}

.btn-t-01 > a:after {
    content: "";
    width: 1.9rem;
    height: 1.9rem;
    font-size: 1.9rem;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}
/* t1 */
.btn-t-02 {
    background: #f08200;
    position: relative; /* 追加 */
    display: block; /* 追加 */
    border-radius: 5px; /* 追加 */
    cursor: pointer;
    margin-bottom: 15px;
}

.btn-t-02 a {
    display: block; /* 追加 */
    width: 100%; /* 追加 */
    height: 100%; /* 追加 */
    text-align: center; /* 追加 */
    padding: 8px 0;
    color: #fff;
    text-decoration: none; /* 追加 */
    cursor: pointer;
}

.btn-s-ll > span {
    font-size: 1.5rem;
}

.btn-t-02:before {
    font-family: 'icon';
    /*content: "\e900";*/
    content: "";
    font-size: 2rem;
    color: #da4d00 !important;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    font-weight: normal;
    z-index: 2;
}

.btn-t-02 a:before {
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    background: #fff;
    font-size: 1.9rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

.btn-t-02 a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

/* 22 */
#topFooter .phone-number-02 > a:before {
    content: "";
}
#topFooter .phone-number-02 > a {
    left: 0;
}
.topPage #topFooter .contact-block-01 .desk-block .title p:before {
    content: "" !important;
}
.topPage #topFooter .contact-block-01 .desk-block .title {
    padding: 0 !important;
}
.topPage #topFooter .contact-block-01 .desk-block {
    margin-bottom: 30px;
}

/* 13 */
ul.column-4 {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.column-4 li {
    width: 225px;
    float: left;
    margin-right: 20px;
    background-color: #fff;
}
ul.column-4 li:hover {
    color: #da4d00;
}
ul.column-4 li dl:hover {
    color: #da4d00;
}
ul.column-4 li a:hover {
    color: #da4d00;
}
ul.column-4 li:last-child {
    margin-right: 0;
}

ul.column-4 li a {
    display: block;
    text-decoration: none;
    padding-left: 0;
    position: relative;
    padding-top: 0;
}
ul.column-4 li a:before {
    top: 23%;
    right: 17px;
    left: auto;
}
ul.column-4 li .border-link-block-B01 {
    border: 3px solid #e2e2e2;
    border-radius: 5px;
    padding: 30px 10px 20px;
}

ul.column-4 li .block-inner {
    /* padding: 10px; */
}

ul.column-4 li .block-inner figure {
    margin-bottom: 20px;
    text-align: center;
    left: 0;
}

ul.column-4 li .block-inner figure img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

ul.column-4 li .block-inner .text {
    text-align: center;
}

ul.column-4 li .block-inner .text .title {
    font-weight: bold;
    font-size: 1.7rem;
    margin-bottom: 10px;
}
ul.column-4 li > div {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

ul.column-4 li a {
    position: absolute;
    padding-top: 125px;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}
ul.column-4 li dl.text dd {
    margin-top: 55px;
}

.attention-box .attention-title {
    font-size: 1.3rem;
}
.attention-box .attention-detail p {
    font-size: 100%;
}
.color-block-A02 .img-block-A02 .text h3.title {
    margin-bottom: 15px;
    /* text-align: center; */
    font-size: 2rem;
    font-weight: bold;
}
@media screen and (min-width:768px) {
    #VcArea-MainColum .banner-area-inner02 {
        margin: 0 auto;
        width: 355px;
        margin-right: 20px;
        float: left;
    }
    #VcArea-MainColum .banner-area-inner02:nth-child(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width:767px) {
	.default-8{
		display:flex;
		flex-direction: column;
	}
	.default-8 .text {
		order:2;
	}
	.default-8 figure{
		order: 1;
	}
	.vc-img-text-2c div {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
}
	.vc-img-text-3c div {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
}
	dl.vc-dl02 dd,
	dl.vc-dl02 dt {
		width: calc(100% - 30px);
	}
	dl.vc-dl02 dd {
		margin-left:0;
        text-align: left;
	}
	.vc-text-btn a {
		line-height: 60px;
	}
    .column-2 {
        margin-right: 0;
    }
	ul.link16 {
    display: flex;
    margin-right: 0;
    }
    ul.link16 li:before {
        display: inline-block;
    }
	ul.link16 li,
	ul.link16 li a {
    /*display: flex;*/
    width: 100%;
    flex: 1 0 100%;
    align-items: center;
	}
	ul.link16 {
        display: flex;
		margin-bottom: 45px;
        flex-direction: column;
        width: 100%;
	}
	.main-section ul.vc-d5 li {
		display: block;
		width: 100%;
		    flex: 1 0 100%;
    max-width: 100%;
	}
	ul.vc-d5 li:after {
    top: 18px;
	}
	.main-section ul.link20 li {
    flex: 1 0 100%;
    max-width: 100%;
		width: 100%;
    }
    .main-section ul.link20 li {
        margin-right: 0;
    }
	ul.column-3 > li.inner-block {
    width: 100%;
		margin-right: 0;
	}
	ul.column-3 > li.inner-block::before,
	ul.column-3 > li.inner-block::after {
		/*left: 320px;*/
	}
	.border-link-block-B01 {
		padding: 0;
	}
    .basic-15 {
        text-align: center;
    }
    .column-2-16 > li {
        width: calc(100% - 6px);
    }
    .border-link-block-A01 {
        width: 100%;
    }
    .column-2-16 > li {
        margin-right: 0;
    }
    dl.vc-dl02 dt {
        float: none;
    }
    dl.vc-dl02 dt {
        text-align: left;
    }
    ul.vc-d5 li:before {
        position: absolute;
        z-index: 3;
        top: 50%;
        left: auto;
        right: 6.4%;
    }
    ul.vc-d5 li:after {
        top: 18px;
        left: auto;
        right: 6.5% !important;
    }

    .vc-text-btn a {
        line-height: 1.2;
        padding-top: 10px;
    }
    #VcArea-MainColum li img.pc-content {
        display: none !important;
    }
    #VcArea-MainColum img.pc-content {
        display: none !important;
    }
    .topPage #topContents .column-3 {
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #ccc;
    }
    #VcArea-MainColum .column-3 a {
        position: relative;
        display: block;
        border-radius: 3px;
        text-decoration: none;
    }
    #VcArea-MainColum .column-3 a:before {
        display: block;
        position: absolute;
        top: 50%;
        right: 8px;
        line-height: 1;
        margin-top: -0.5em;
        font-family: 'icon';
        font-weight: normal !important;
        font-style: normal !important;
        font-size: 1em;
        content: "\e900";
        font-size: 2rem;
        color: #fff;
    }
    .topPage #topContents .column-3 > *:nth-child(1) {
        position: relative !important;
        left: 0 !important;
        width: 100%;
    }
    .topPage #topContents .column-3 > *:nth-child(3) {
        position: relative !important;
        right: 0 !important;
        width: 100%;
    }
    .topPage #topMain .main-visual #topCarousel .carouselControl > .carouselBtn li {
        position: absolute;
        bottom: 325px;
        width: 21px;
        height: 21px;
    }
    .topPage #topMain .main-visual #topCarousel .carouselControl > .carouselBtn li.prev > a:before,
    .topPage #topMain .main-visual #topCarousel .carouselControl > .carouselBtn li.next > a:before {
        top: auto !important;
        bottom: 315px;
    }
    .vc-inner .column-2 {
        margin-right: 0;
    }
    ul.column-4 .border-link-block-B01 {
        margin-bottom: 0;
    }
    ul.column-4 li a {
        position: absolute;
        padding-top: 15px;
        left: 75px;
        width: 100%;
        height: 100%;
        display: block;
        text-decoration: none;
    }
    ul.column-4 li a:before {
        top: 35%;
        right: 95px;
        left: auto;
    }
    ul.column-4 li .border-link-block-B01 {
        padding: 0px 10px 20px;
    }
    ul.column-4 li dl.text dd {
        margin-top: 45px;
    }
    ul.link16 li:before {
        position: relative;
        top: 81%;
        left: auto;
        right: -90%;
    }
    ul.link16 li:after {
        position: relative;
        top: -53%;
        left: auto;
        right: -90%;
    }
    ul.link20 li:before {
        position: relative;
        top: 75%;
        left: auto;
        right: -90%;
    }
    ul.link20 li.external-link:before {
        left: auto;
        right: -91%;
        top: 70%;
    }
    ul.column-3 {
        margin-top: 15px;
    }
    ul.column-3 > li.inner-block a {
        width: 100%;
    }
    ul.column-3 > li.inner-block a {
        padding-bottom: 0;
    }
    ul.column-3 > li.inner-block::before, ul.column-3 > li.inner-block::after {
        position: relative;
        left: auto;
        right: -93% !important;
        top: 0;
    }
    ul.column-3 > li.inner-block:before {
        position: relative;
        left: auto;
        top: 12% !important;
        right: -97.3% !important;
    }
    .fake-td .vc-phone-number-02 img {
        margin-left: 30px;
        margin-right: 0;
    }
    .phone-number-03 > span {
        position: relative;
        left: -25px;
    }
    .color-block-A02 a {
        width: 90% !important;
    }
    .column-2-27 {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
        flex-direction: column;
    }
    .column-2-27 li {
        flex: 1 100%;
        box-sizing: border-box;
        padding: 5px;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        min-width: 100%;
    }
    .column-2-27 li, .column-2-27 .border-link-block-B01 {
        margin-bottom: 15px;
    }
    .column-2-27 .border-link-block-B01 {
        border: 1px solid #ccc;
        border-radius: 5px;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        flex: 1;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .column-2-27 .block-inner {
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        flex: 1;
    }
    .column-2-27 .border-link-block-B01 figure {
        left: 0;
    }
    .column-2-27 .img {
        margin-right: 10px;
    }
    img {
        max-width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    .column-2-27 .text {
        flex: 1;
        margin-top: 30px;
    }
    .column-2-27 .border-link-block-B01 a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        padding: 10px;
        padding-left: 128px;
    }
    .column-2-27 .border-link-block-B01 {
        width: 100%;
    }
    h2.h2-title-01.title-faq {
        padding-left: 0;
        display: flex;
        align-items: flex-start;
        text-indent: 0;
    }
    h2.h2-title-01 a:before {
        right: 10px;
    }
    ul.link20 li:before {
        display: inline-block;
    }
    ul.vc-d5 li:before {
        content: "\e902";
        font-family: 'icon';
        font-size: 2rem;
        color: #fff;
        position: absolute;
        top: 68%;
        right: 7px; /* 位置を指定 */
        transform: translateY(-50%);
        z-index: 3;
    }
    
    ul.vc-d5 li:after {
        content: "";
        background: #000 !important;
        position: absolute;
        width: 1.9rem;
        height: 1.9rem;
        border-radius: 50%;
        top: 18px;
        right: 8px !important; /* 位置を指定 */
        z-index: 2;
    }
    ul.vc-d5 li {
        display: flex;
        align-items: center; /* アイコンを垂直方向に中央揃え */
        width: 100%;
        flex: 1 0 100%;
        max-width: 100%;
        position: relative;
    }
    
    ul.vc-d5 li:before,
    ul.vc-d5 li:after {
        content: "";
        position: absolute;
        top: 50%; /* 要素を上下中央に配置する */
        transform: translateY(-50%);
        z-index: 2;
    }
    
    ul.vc-d5 li:before {
        content: "\e902";
        font-family: 'icon';
        font-size: 2rem;
        color: #fff;
        right: 7px;
        top: 70%;
    }
    
    ul.vc-d5 li:after {
        background: #000 !important;
        width: 1.9rem;
        height: 1.9rem;
        border-radius: 50%;
        z-index: 1;
        right: 8px !important;
    }
    
    ul.link20 li:before {
        position: relative;
        top: 60%; /* 必要に応じて調整 */
        right: 7px; /* 位置を指定 */
        display: block;
        line-height: 1;
        margin-top: -0.5em;
        font-family: 'icon';
        font-weight: normal !important;
        font-style: normal !important;
        font-size: 2rem;
        color: #333;
        content: "\e900";
    }
    ul.column-3 > li.inner-block:before {
        content: "\e902";
        color: #fff;
        font-family: 'icon';
        font-weight: normal !important;
        font-style: normal !important;
        font-size: 2rem;
        display: block;
        position: absolute;
        top: 32px;
        right: 7px; /* 位置を指定 */
        width: 2rem;
        height: 2rem;
        line-height: 1;
        margin-top: -0.5em;
        z-index: 2;
    }
    
    ul.column-3 > li.inner-block::after {
        content: "";
        background: #000;
        font-size: 1.9rem;
        border-radius: 50%;
        width: 1.9rem;
        height: 1.9rem;
        display: block;
        position: absolute;
        top: 29px;
        right: 8px; /* 位置を指定 */
        z-index: 1;
    }
    ul.column-3 > li.inner-block:before {
        content: "\e902";
        color: #fff;
        font-family: 'icon';
        font-weight: normal !important;
        font-style: normal !important;
        font-size: 2rem;
        display: block;
        position: absolute;
        top: 32px;
        right: 7px; /* 位置を指定 */
        width: 2rem;
        height: 2rem;
        line-height: 1;
        margin-top: -0.5em;
        z-index: 2;
    }
    
    ul.column-3 > li.inner-block::after {
        content: "";
        background: #000;
        font-size: 1.9rem;
        border-radius: 50%;
        width: 1.9rem;
        height: 1.9rem;
        display: block;
        position: absolute;
        top: 29px;
        right: 8px; /* 位置を指定 */
        z-index: 1;
    }
    ul.column-3 > li.inner-block {
        position: relative; /* 親要素を相対位置に設定 */
    }
    
    ul.column-3 > li.inner-block:before {
        content: "\e902";
        color: #fff;
        font-family: 'icon';
        font-weight: normal !important;
        font-style: normal !important;
        font-size: 2rem;
        display: block;
        position: absolute;
        top: 50% !important;
        right: 7px !important;
        width: 2rem;
        height: 2rem;
        line-height: 1;
        margin-top: -0.5em;
        z-index: 2;
    }
    
    ul.column-3 > li.inner-block::after {
        content: "";
        background: #000;
        font-size: 1.9rem;
        border-radius: 50%;
        width: 1.9rem;
        height: 1.9rem;
        display: block;
        position: absolute;
        top: 50% !important;
        right: 8px !important;
        left: auto !important;
        z-index: 1;
    }
    ul.link20 li:before {
        content: "\e902";
        font-family: 'icon';
        font-size: 2rem;
        color: #fff;
        position: absolute;
        top: 68%;
        right: 7px;
        transform: translateY(-50%);
        z-index: 3;
    }
    ul.link20 li:before {
        position: absolute;
        top: 75%;
        right: 10px;
        display: block;
        line-height: 1;
        margin-top: -0.5em;
        font-family: 'icon';
        font-weight: normal !important;
        font-style: normal !important;
        font-size: 2rem;
        color: #333;
        content: "\e900";
    }
    ul.link20 li.external-link:before {
        position: absolute;
        top: 60%;
        right: 10px;
        display: block;
        line-height: 1;
        margin-top: -0.5em;
        font-family: 'icon';
        font-weight: normal !important;
        font-style: normal !important;
        font-size: 2rem;
        color: #333;
        content: "\e903";
    }
    .border-link-block-A01:before,
    .border-link-block-A01:after {
        left: auto;
    }
    ul.link16 li:before {
        position: relative;
        top: 81%;
        left: auto;
        right: 0; /* 右側からの距離を0に設定 */
        margin-left: auto; /* 左側に寄せる */
        display: inline-block;
    }

    ul.link16 li:after {
        position: relative;
        top: -53%;
        left: auto;
        right: 0; /* 右側からの距離を0に設定 */
        margin-left: auto; /* 左側に寄せる */
    }

    ul.link16 li {
        position: relative; /* li要素にposition:relativeを追加 */
        display: flex;
        width: 100%;
    }

    ul.link16 li:before {
        content: "\e900";
        font-size: 2rem;
        color: #d91100 !important;
        z-index: 2;
        line-height: 1;
        margin-top: -0.5em;
        font-family: 'icon';
        font-weight: normal !important;
        font-style: normal !important;
        position: absolute; /* absoluteに変更 */
        top: 55%;
        right: 7px;
    }

    ul.link16 li:after {
        content: "";
        width: 1.9rem;
        height: 1.9rem;
        background: #fff;
        border-radius: 50%;
        z-index: 1;
        display: block;
        line-height: 1;
        margin-top: -0.5em;
        font-family: 'icon';
        font-weight: normal !important;
        font-style: normal !important;
        font-size: 1em;
        color: #333;
        position: absolute; /* absoluteに変更 */
        top: 50%;
        right: 8px;
    }
    .phone-number-03 a {
        left: 25px;
    }
    .banner-area-inner02 {
        float: inherit;
        width: inherit;
        padding: 10px;
    }
    h4.h4-title-01 {
        font-size: 1.4rem;
        text-align: left;
    }
}
/* 見出しmargin */
h2.h2-title-01 {
    margin-top: 50px;
}
@media screen and (max-width:767px) {
    h2.h2-title-01 {
        margin-top: 25px;
    }
}
h3.h3-title-01 {
    margin-top: 40px;
}
@media screen and (max-width:767px) {
    h3.h3-title-01 {
        margin-top: 20px;
    }
}
.list-memo-01 > li {
    padding-left: 0;
}

@media screen and (min-width:768px) {
    .vc-mb15 {
        margin-bottom: 15px;
    }
}
#VcArea-MainColum ul.column-4 li {
    width: calc(25% - 15px);
}
@media screen and (max-width:767px) {
    #VcArea-MainColum ul.column-4 li {
        width: 100%;
    }
    #VcArea-MainColum ul.column-4 li a {
        top: 90px;
        left: 0;
    }
    #VcArea-MainColum ul.column-4 li a:before {
        top: 0;
        right: 17px;
        left: auto;
    }
}
.topPage #topFooter .news-block-01 .column-3-02 > div dl dt {
    color: #fff;
}
/* TOPパーツ下層ページ対応CSS */
#VcArea-MainColum h2.h2-title-01.vc-h2 {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 0 20px;
    font-size: 2.8rem;
    text-align: center;
    letter-spacing: 0.05em;
    margin-top: 50px;
}
#VcArea-MainColum h2.h2-title-01.vc-h2 span {
    display: block;
    margin-top: 10px;
    line-height: 0;
}
@media screen and (max-width:767px) {
    #VcArea-MainColum h2.h2-title-01.vc-h2 {
        margin-top: 25px !important;
        width: 100%;
        margin: 0;
        padding: 0 10px 10px;
        text-align: left;
        font-size: 1.8rem;
        letter-spacing: inherit;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin-bottom: 15px;
    }
    #VcArea-MainColum h2.h2-title-01.vc-h2 span {
        display: none;
        margin-top: 10px;
        line-height: 0;
    }
    #VcArea-MainColum .privileges-block-01 img.pc-content {
        display: none !important;
    }

}
#VcArea-MainColum .desk-block {
    display: table;
    width: 100%;
    background: #fff;
    padding: 20px 20px 20px 0;
    border-radius: 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#VcArea-MainColum .desk-block .title {
    display: table-cell;
    text-align: center;
    width: 22%;
    padding: 45px 10px 0;
    vertical-align: middle;
    font-size: 1.6rem;
    font-weight: bold;
    border-right: 1px dotted #333;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 !important;
}
#VcArea-MainColum .desk-block .phone {
    display: table-cell;
    width: 74%;
    padding-left: 4%;
}
#VcArea-MainColum .desk-block .title p {
    position: relative;
}
#VcArea-MainColum .desk-block .phone > p {
    margin-top: 10px;
}
#VcArea-MainColum .desk-block .phone > div {
    display: table;
    width: 100%;
}
#VcArea-MainColum .desk-block .phone > div > div {
    display: table-cell;
    width: 50%;
}
#VcArea-MainColum .desk-block .phone > div > div > dl {
    display: table;
    width: 100%;
}
#VcArea-MainColum .desk-block .phone > div > div > dl dt {
    display: table-cell;
    font-weight: bold;
    vertical-align: middle;
    font-size: 1.6rem;
    letter-spacing: 0.25em;
}
#VcArea-MainColum .desk-block .phone > div > div > dl dd {
    display: table-cell;
    vertical-align: middle;
}
#VcArea-MainColum .desk-block .phone > div > div > dl dd p a {
    font-size: 1.8em;
    left: -5px;
}
#VcArea-MainColum .desk-block .phone > div > div > dl dd p a:before {
    content: "";
}
@media screen and (max-width:767px) {
    #VcArea-MainColum .desk-block {
        display: block;
        width: 100%;
        padding: 10px;
        border: 5px solid #dceccd;
        border-radius: 5px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    #VcArea-MainColum .desk-block .title {
        display: block;
        width: 100%;
        padding: 0 0 45px;
        border-right: none;
    }
    #VcArea-MainColum .desk-block .phone {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    #VcArea-MainColum .desk-block .title {
        display: block;
        width: 100%;
        padding: 0 0 45px;
        border-right: none;
    }
    #VcArea-MainColum .desk-block .title p {
        position: relative;
    }
    #VcArea-MainColum .desk-block .phone > div {
        display: block;
        width: 100%;
        margin-bottom: 13px;
        padding-bottom: 8px;
        border-bottom: 1px dotted #ccc;
    }
    #VcArea-MainColum .desk-block .phone > div > div {
        display: block;
        width: 100%;
    }
    #VcArea-MainColum .desk-block .phone > div > div > dl {
        display: block;
        text-align: center;
        display: table;
        width: 100%;
    }
    #VcArea-MainColum .desk-block .phone > div > div > dl dt {
        display: inline-block;
        font-size: 1.4rem;
        letter-spacing: inherit;
        display: table-cell;
        font-weight: bold;
        vertical-align: middle;
        font-size: 1.6rem;
        letter-spacing: 0.25em;
        position: relative;
        left: 50px;
    }
    #VcArea-MainColum .desk-block .phone > div > div > dl dd {
        display: inline-block;
        line-height: 1.4;
    }
    #VcArea-MainColum .desk-block .phone > div > div > dl dd .phone-number-02 {
        padding-left: 0;
    }

}

#VcArea-MainColum h2.h2-title-01.vc-h2-02{
    width: 100%;
    margin: 50px auto 30px;
    padding: 0 0 15px;
    font-size: 2.2rem;
    text-align: center;
    letter-spacing: 0.05em;
    border-bottom-color: #6eb92b;
    border-bottom-width: 2px;
}
#VcArea-MainColum .vc-relative {
    position: relative;
}
#VcArea-MainColum .column-3-02 {
    border-bottom: 1px dotted #fff;
    padding-bottom: 40px;
    margin-bottom: 15px;
}
#VcArea-MainColum .column-3-02 > div:first-child {
    padding-left: 0;
    border-left: none;
}
#VcArea-MainColum .column-3-02 > div {
    width: 223px;
    margin-right: 14px;
    padding-left: 15px;
    border-left: 1px dotted #375c15;
}
#VcArea-MainColum .column-3-02 > div:nth-child(3n) {
    margin-right: 0;
}
#VcArea-MainColum .column-3-02 > div dl dd a:hover {
    text-decoration: none;
}
#VcArea-MainColum .more {
    position: absolute;
    right: 0;
    left: 650px;
    top: -60px;
    font-size: 1.4rem;
}
#VcArea-MainColum .more a:hover span {
    text-decoration: none;
}
#VcArea-MainColum .more a:before {
    display: block;
    content: "";
    position: absolute;
    top: 1px;
    left: -30px;
    width: 1.6rem;
    height: 1.6rem;
    background: #fff;
    font-size: 1.6rem;
    border-radius: 50%;
}
#VcArea-MainColum .more a:after {
    display: block;
    content: "\e900";
    position: absolute;
    top: 50%;
    left: -30%;
    margin-top: -0.5em;
    line-height: 1;
    font-family: 'icon';
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 1.9rem;
    color: #307d00;
}
@media screen and (max-width:767px) {
    #VcArea-MainColum h2.h2-title-01.vc-h2-02 {
        width: 100%;
        margin: 0;
        padding: 0 10px 10px;
        text-align: left;
        font-size: 1.7rem;
        letter-spacing: inherit;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    #VcArea-MainColum .vc-relative {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    #VcArea-MainColum .inner {
        position: relative;
        margin: 0 auto;
    }
    #VcArea-MainColum .column-3-02 {
        border-bottom: 1px dotted #fff;
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    #VcArea-MainColum .column-3-02 > div {
        margin-right: 0;
        padding: 0 0 10px;
        width: 100%;
        border-left: none;
        border-bottom: 1px dotted #5fa323;
    }
    #VcArea-MainColum .column-3-02 > div dl dd a {
        text-decoration: underline;
    }
    #VcArea-MainColum .column-3-02:after {
        clear: both;
    }
    #VcArea-MainColum .more {
        position: static;
        top: 0;
        margin: 0;
        font-size: 1.2rem;
        text-align: center;
    }
    #VcArea-MainColum .more a:after {
        display: block;
        content: "\e900";
        position: absolute;
        top: 90%;
        left: 35%;
        margin-top: -0.5em;
        line-height: 1;
        font-family: 'icon';
        font-weight: normal !important;
        font-style: normal !important;
        font-size: 1.9rem;
        color: #307d00;
    }
    img.pc-content {
        display: none !important;
    }
}
#VcArea-MainColum .vc-sp-mb15 {
    margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
    #VcArea-MainColum .store-coupon-sec .coupon-title-wrap {
        width: 100%;
        margin-bottom: 10px;
    }
    #VcArea-MainColum .store-coupon-sec .coupon-title {
        font-size: 2rem;
        display: inline-block;
        width: 330px;
    }
    #VcArea-MainColum .store-coupon-sec .coupon-title-wrap img {
        display: inline-block;
    }
}
@media screen and (max-width: 767px) {
    #VcArea-MainColum .store-coupon-sec .coupon-title {
        float: left;
    }
}
h4.h4-title-01 {
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    margin-top: 15px;
}
/*.pdf-link:after {
    content: "";
    top: 0.7em;
    width: 19px;
    height: 19px;
    margin-top: -0.7em;
    background: url(/common/images/ico_pdf.png) no-repeat right 0;
}*/
h2.h2-title-01.title-faq span:nth-child(2n) {
    width: 100%;
    color: #000;
}
@media screen and (max-width: 768px) {
    h2.h2-title-01.title-faq span:nth-child(2n) {
        width: auto;
        color: #000;
        display: inline-block;
        padding-left: 8px;
    }
}
@media screen and (max-width: 767px) {
    h2.h2-title-01.title-faq span:first-child {
        /*position: relative;
        top: -1.3em;
        left: -0.6em;*/
        display: inline-block;
    }
    .color-block-A02 .img a{background:none}
    .vcmsFL .text {text-align: left;}
}
@media screen and (min-width: 768px) {
    h2.h2-title-01.title-faq span:first-child {
        vertical-align: top;
    }
}
.answer-block-01 ul {
    list-style: none;
    margin-bottom: 10px;
}
.answer-block-01 ul li {
    margin-bottom: 10px;
    vertical-align: top;
    margin-left: 1.4em;
    text-indent: -1.4em;
}
.answer-block-01 > .text-block-01 > .color-block-A01 > ul.list-memo-01 > li {
    padding-left: 1.2em;
}
.answer-block-01 ul li:before{
    font-family: 'icon';
    font-size: 1.0rem;
    top: 0.6em;
    margin-top: 0;
    margin-right: 10px;
    content: "\e909";
    text-indent: 1.5em;
}
.answer-block-01 > .text-block-01 > ul.list-circle-01 > li {
    margin-bottom: 10px;
    vertical-align: top;
    margin-left: 1.4em;
    padding-left: 0;
    text-indent: 0;
}
.answer-block-01 > .text-block-01 > ul.list-circle-01 > li:before{
    font-family: 'icon';
    font-size: 1.0rem;
    top: 0.6em;
    margin-top: 0;
    margin-right: 10px;
    margin-left: -30px;
    content: "\e909";
    text-indent: 1.5em;
}
.answer-block-01 > .text-block-01 > .color-block-A01 > ul > li:before,
.answer-block-01 > .text-block-01 > .color-block-A01 .phone-number-02 > a:before {
    content: "";
}
.answer-block-01 > .text-block-01 > .color-block-A01 .phone-number-02 > a {
    left: 0;
}
.answer-block-01 ol {
    list-style-type: decimal;
    list-style-position: inside;
    margin-bottom: 10px;
}
a.external-link:after {
    font-family: 'icon';
    display: inline-block;
    position: static;
    padding: 0 0.2em 0 0.3em;
    font-size: 11px;
    text-indent: 0;
    content: "\e903";
}
.main-visual a.external-link:after {
    content: "";
}
#sideNav a.external-link:after {
    content: "";
    padding: 0;
    display: inline;
}
.sp-menu-info a.external-link:after,
.vc-text-btn a.external-link:after,
.btn-block-A01 a.external-link:after,
#sideNav a.external-link:after {
    content: "";
}
.point-block-A01 > .inner-block:nth-child(1) > div:before{
	background:url(/images/index_img02.png) no-repeat 0 0;
}
.point-block-A01 > .inner-block:nth-child(2) > div:before{
	background:url(/images/index_img03.png) no-repeat 0 0;
}
.point-block-A01 > .inner-block:nth-child(3) > div:before{
	background:url(/images/index_img04.png) no-repeat 0 0;
}
.vc-html-table table {
    width: 100% !important;
    border-collapse: collapse;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.vc-html-table table th {
    padding: 13px 15px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #f4f4f4;
    font-weight: bold;
    border-collapse: collapse;
    vertical-align: middle;
}
.vc-html-table table td {
    padding: 13px 15px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-collapse: collapse;
    vertical-align: middle;
}
/*a.external-link:before {
    font-family: 'icon';
    font-size: 1.1rem !important;
    content: "\e903";
    margin-right: 8px;
}*/
.main-section ul.link20 a.external-link:after {
    content: "";
}
.sitemapContainer h2.h2-title-01 {
    margin-top: 0;
}
.sitemapContainer ul li {
    margin-bottom: 10px;
}
dl.vc-dl02 dd ul > li:before {
    font-family: 'icon';
    font-size: 1.0rem;
    top: 0.6em;
    margin-top: 0;
    content: "\e909";
}
.coupon-btn li a::after {
    content: none;
}
img.pdf-icon {
    vertical-align: top;
}
.column-3:after {
    content: none;
}
.fotter-info img.pdf-icon {display: none;}
/* :hover */
.sitemapContainer a:hover,
.btn-block-A01 a:hover,
.vc_date-block-01 dl dd a:hover,
.column-3 li a:hover,
.list-question-01 li a:hover,
.column-2-16 .vcmsFL .border-link-block-A01:hover,
.column-2-27 .border-link-block-B01 .title a:hover,
.vc-d5 li:hover,
p.btn-t-01 a:hover,
a:hover {
    color: #ed6d34;
}
/* CMS編集画面用CSS */
#vcbody-wrapper .topPage #topMain .main-visual #topCarouselInner {
    position: static;
    margin: 0;
}
#vcbody-wrapper .topPage #topMain .main-visual #topCarousel{
    height:auto
}
#vcbody-wrapper .topPage #topMain .main-visual #topCarouselInner {
    height: auto;
}
/* 編集画面用CSS */
.vc-styleedit #VcArea-MainColum ul.column-4 li {
    width: 100%;
}
.vc-styleedit .column-2-27 li:last-child {
    max-width: 100%;
}