@charset "utf-8";
/* =====================================================

VISA カードについて

===================================================== */

.sec-dp-img {
    width: 90%;
    height: auto;
    margin: auto;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
}

.vb_btnwhite{
    width: 100%;
    background: url(../common/img/SVG/window.svg) no-repeat;
    background-size: 17px 17px;
    background-position: 95% 50%;
    text-align: center;
    position: relative;
    border: 3px solid #000;
    border-radius: 50px;
    margin-top: 20px;
    padding: 10px;
    font-weight: bold;
    color: #000000;
    transition: all .3s;
    box-sizing: border-box;
}

.vb_btnwhite a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.sec-vp-f1-item01 h3 {
    font-size: 1.3rem;
    color: #0d47a1;
    padding-bottom: 10px;
}

.dp-tab {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 25px auto;
}

.vb_btn_gray {
    width: 32%;
    background: #e6e6e6;
    background-size: 17px 17px;
    background-position: 95% 50%;
    text-align: center;
    position: relative;
    border-radius: 50px;
    padding: 10px;
    font-weight: bold;
    color: #000;
    transition: all .3s;
    box-sizing: border-box;
}


.vb_btn_blue {
    width: 32%;
    background: #0d47a1;
    background-size: 17px 17px;
    background-position: 95% 50%;
    text-align: center;
    position: relative;
    border-radius: 50px;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    transition: all .3s;
    box-sizing: border-box;
}


.vb_btn_blue a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.vb_btn_gray a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.attention-box01 {
    width: 95%;
    border: #cc0000 solid 2px;
    border-radius: 10px;
    position: relative;
    background: #fef7f3;
    margin: 20px auto 40px;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.attention-box01 .hdg {
	padding-top: 10px;
	padding-right: 18px;
	padding-left: 15px;
	padding-bottom: 10px;
	background: #cc0000 18px 50%;
	color: #ffffff;
	font-size: 128.57%;
	font-weight: bold;
	line-height: 1.2;
}

.sec-vp-f1-i1-img {
    width: 90%;
    height: 110px;
    margin: 10px auto 40px;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
    padding-bottom: 15px;
}

.aC{
    margin: 20px auto 40px;
    text-align: center;
}

.aR{
    margin: 20px auto 40px;
    text-align: right;
}
/*--------- news_table_layout_3 ---------*/
.table-four{
    width: 100%;
    border: 1px solid #ccc;
    border-bottom: none;
    margin-bottom: 10px;
}
.table-four td {
    font-weight: 300;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.table-four th {
    font-weight: 300;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}
.table-four .ta-thr-title {
    background: #0d47a1;
    color: #fff;
    font-weight: bold;
}
.table-four .ta-thr-title-sub {
    background: #e9f2ff;
    font-weight: bold;
}


@media print, screen and (min-width: 768px) {
.spOnly {
	display: none !important;
}
}
/* ===========================================================
==============================================================

スマホのメディアクエリ

==============================================================
=========================================================== */


@media screen and (max-width:768px) {
.sec-dp-img {
    height: auto;
}

.sec-dp-img img{
    max-width: 100%;
} 

.dp-tab {
    width: 90%;
}
    
.vb_btn_blue,
.vb_btn_gray    {
    font-size: 0.750rem;
    padding: 3px;
}

.attention-box01 {
    padding: 0;
}    
   
.pcOnly {
	display: none !important;
}
    
}/* end */
