@charset "utf-8";
/* CSS Document */

#mainBlock a:hover {
	opacity:0.7;
}

.click_link {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.btn_click:nth-of-type(n+2) {
	margin-left: 10px;
}
.btn_click img {
	width: 234px;
	height:101px;
}

h3.heading {
	text-align: center;
	visibility: hidden;
}



h4#txt_other {
	font-size: 20px;
	font-size: 1.2rem;
	padding-left: 3%;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
	text-align: center;
}

#heading01 {
	background: url(../img/head01.gif) no-repeat center center;
	width: 730px;
	height: 113px;
}

#heading02 {
	background: url(../img/head02.gif) no-repeat center center;
	width: 730px;
	height: 113px;
}
#heading03 {
	background: url(../img/head03.gif) no-repeat center top;
	width: 730px;
	height: 113px;
}
#heading04 {
	background: url(../img/head04.gif) no-repeat center top;
	width: 730px;
	height: 113px;
}
#heading05 {
	background: url(../img/head05.gif) no-repeat center top;
	width: 730px;
	height: 113px;
}
#heading06 {
	background: url(../img/head06.gif) no-repeat center top;
	width: 730px;
	height: 113px;
}
#heading07 {
	background: url(../img/head07.gif) no-repeat center top;
	width: 730px;
	height: 113px;
}
#heading08 {
	background: url(../img/head08.gif) no-repeat center top;
	width: 730px;
	height: 113px;
}


.ptxt {
	padding-left: 130px;
	margin-bottom: 30px;
}
.ptxt p {
	text-indent: -1em;
	margin-left: 1em;
}
.ptxt p.p_back {
	text-indent: 0;
	margin-left: 0;
}

a#url {
	color: #003296;
	text-decoration: underline;
}

.ptxt ul.decimal {
	padding-left: 20px;
}

ul.decimal li {
	list-style-type: decimal;
	color:#ff6e00;
}

ul.decimal li span {
	color: #333;
}

.example {
	margin-top: 20px;:
}

.card_price {
	overflow: hidden;
	}
	
#mainBlock dl {
	float: left;
}
.card_img {
	float: right;
}

.btn_entryW {
    margin: 0 auto 40px;
    overflow:  hidden;
}

.btn_entry {
	text-align: center;
	float: left;
	margin: 0 10px;
}

#tell {
	text-align: center;
}

p#jcb_info {
	text-align: center;
	margin-bottom:15px;
	font-size: 16px;
	font-size: 1.1rem;
}
p#jcb_info a {
	text-decoration: underline;
	color: #003296;

}

.campaign_bnr{
    width:492px;
    margin:40px auto;
}
.campaign_bnr img{
    width:100%;
}

/* ------- スマホ ------- */
@media screen and (max-width:767px){
    #p_card img{
        max-width: 100%;
        height: auto;
    }

    h4#txt_other br {
        display: none;
    }

    .click_link {
        display: block;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        margin-top: 0;
    }

    .btn_click {
        text-align: center;
        margin-top: 5px;
    }
    .btn_click:nth-of-type(n+2) {
        margin-left: 0;
    }

    p#jcb_info {
        width: 98%;
        text-align: left;
        margin-bottom:0;
        font-size: 1rem;
    }

    .campaign_bnr{
        width:90%;
        max-width:492px;
        margin:1.5em auto;
    }

    #heading01 {
        background-size: 100% auto;
        max-width: 100%;
        height:0;
        padding-top:100%;
        /* margin: -35% 0; */
    }

    #heading02 {
        background-size: 100% auto;
        max-width: 100%;
        height:0;
        padding-top:100%;
        margin: -40% 0;
    }

    #heading03 {
        background-size: 100% auto;
        max-width: 100%;
        height:0;
        padding-top:100%;
        margin-bottom: -80%;
    }

    #heading04 {
        background-size: 100% auto;
        max-width: 100%;
        height:0;
        padding-top:100%;
        margin-bottom: -80%;
    }

    #heading05 {
        background-size: 100% auto;
        max-width: 100%;
        height:0;
        padding-top:100%;
        margin-bottom: -80%;
    }

    #heading06 {
        background-size: 100% auto;
        max-width: 100%;
        height:0;
        padding-top:100%;
        margin-bottom: -80%;
    }

    #heading07 {
        background-size: 100% auto;
        max-width: 100%;
        height:0;
        padding-top:100%;
        margin-bottom: -80%;
    }

    #heading08 {
        background-size: 100% auto;
        max-width: 100%;
        height:0;
        padding-top:100%;
        margin-bottom: -80%;
    }

    .ptxt  {
        padding-left: 0;
    }

    .card_price dl {
        width: 70%;
    }

    .card_img {
        width: 25%;
    }

    #tell {
        margin-bottom: 10%;
    }

    .btn_entryW {
        margin: 0 auto 3%;
    }

    .btn_entry {
        float: none;
        width: 80%;
        margin: 0 auto 5%;
    }
}


/*   20221208 スマホ余白調整  */
@media screen and (max-width: 767px){
    #heading01{
        padding-top: 27%;
    }
}