
h3 {
	font-size: 2.5vw;
}



#sukei_Info {
	padding: 55px 0px;
	background: url(../img/common/jimon_nami.jpg);
}

/*＝＝＝＝＝＝＝＝＝＝fixd*/
.sukei {
    padding: 150px 0;
    color: #fff;
    width: 100%;
    min-height: 250px;
    background: center center /cover no-repeat fixed;
    background-size: cover;
    background-image: url(../img/sukei/sukei_bk.jpg);
    margin-bottom: 50px;
}

.blackBox {
	background-color: rgba(0,0,0,0.5);
	width: 80vw;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px auto;

}

.sukei h3 {

	color: #fff;
	border-bottom: solid 1px #fff;
}

/*＝＝＝＝＝　カード発行　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.cardinfo {
	margin-bottom: 4.0rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cardinfo .txt {
	width: 50%;
	padding: 30px;
	background-color: #eee;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.cardinfo .txt :before {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    content: '';
    border: 1px solid #ccc;
}


.cardinfo .card {
	width: 48%;
	max-width: 599px;
}



/*＝＝＝＝　カードについて　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.card_case {
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

.card_case h4{
	font-size: 2.0rem;
	color: #000;
	margin-bottom: 1.0rem;
}

.card_case .txt{
	margin-bottom: 3.0rem;
}


.card_case .txt p {
	display: inline-block;
	text-align: left;
	margin-bottom: 1rem;
}

/*＝＝＝＝　新規ご入会　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.new_Member {

}

.cardinfo .desc {
	width: 50%;
	padding: 30px;
	background-color: #eee;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.cardinfo .desc :before {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    content: '';
    border: 1px solid #ccc;
}


.cardinfo .price {
	width: 48%;
	padding: 30px;
	max-width: 599px;
}

.cardinfo .price .kojin{
	font-size: 2.2rem;
	margin-bottom: 1.5rem;
}

.cardinfo .price .houjin{
	font-size: 2.2rem;
}


.apply a {
	width: 30%;
	max-width: 350px;
	display: block;
	color: #000;
	text-align: center;
	padding: 10px 0px;
	margin: 10px auto;
	border: solid 1px #000;
    cursor: pointer;
    background: url(../img/common/arrow_k.png)left center no-repeat;
   	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	-moz-transition-timing-function:ease-in-out;
	-webkit-transition-timing-function:ease-in-out;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-timing-function:ease-in-out;
}

.apply a:hover {
	background: url("../img/common/arrow_w.png")20px center no-repeat;
	background-color: #6f6b69;
	color: #fff;
}


@media handheld, only screen and (max-width: 767px) {


}




















