﻿piece01@charset "UTF-8";

/* ▼▼▼
=====================================*/


/* ミオクラブ提携クレジットカードお申し込み方法のご案内 */
#member.credit h1.bg_title + .container,
#question .container{
	padding: 0 20px;
	}
#member.credit .bg_txt{
	margin: 50px auto 0;
	text-align: center;
	}

#member.credit .read{
	margin: 50px 0;
	color: #A25E5E;
	font-size: 24px;
	text-align: center;
	}
	#member.credit .bg_txt + .read{
		margin-top: 30px;
		}

#question{
	background: #F5F2ED;
	padding: 50px 0;
	}
	#question p{
		text-align: center;
		}
	#question .q_txt{
		margin: 0 auto 15px;
		color: #A25E5E;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		}
	#question p.img{
		margin: 0 auto 40px;
		max-width: 250px;
		}
	#question p.card_img{
		max-width: 400px;
		margin: 0 auto 40px;
	    text-align: left;
		}
	#question p.card_img.piece01 img{
		max-width: 190px;
		}
		#question.no_06 p.card_img{
			display: block;
			max-width: 250px;
			}
		#question p.card_img span{
			display: block;
			margin-top: 20px;
			}
.btn_area{
	font-weight: bold;
	display: inline-block;
	}
	.btn_area li{
		float: left;
		text-align: center;
		width: 200px;
		}
	.btn_area li:first-child{
		background: #E098B1;
		margin-right: 20px;
		}
	.btn_area li:nth-child(2){
		background: #8DA1C6;
		}
	#main .btn_area a{
		display: block;
		color: #fff;
		line-height: 50px;
		position: relative;
		}
	#member.credit .btn_area li a:after{
		content: "";
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		width: 7px;
		height: 7px;
		position: absolute;
		top: 22px;
		right: 13px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		z-index: 1;
		}
.kome_list {
	margin-bottom: 40px;
	}
	.kome_list li{
		text-indent: -1.5em;
		padding-left: 1.5em;
		}
	.kome_list li:before{
		content: "※";
		margin-right: .5em;
		}
	p.kome_list{
		text-indent: -1.3em;
		padding-left: 1.5em;
		}
dl.info_box{
	background: #fff;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 18px;
	}
	dl.info_box dt{
		padding: 15px 0;
		text-align: center;
		background: #A25E5E;
		color: #fff;
		font-weight: bold;
		}
	dl.info_box dd{
		display: inline-block;
		padding: 15px;
		font-weight: bold;
		}
	dl.info_box dd span{
		display: inline-block;
		font-weight: normal;
		padding-bottom: 5px;
		}
	dl.info_box dd ul li{
		text-indent: -1em;
		padding-left: 1em;
		}
	dl.info_box dd p{
		font-weight: normal;
		}
#member.credit .more_btn {
	width: 100%;
	max-width: 350px;
	margin: 40px auto 0;
	}
.link_bnr{
	width: 48%;
	margin: 20px auto 0;
	}
dl.contact_box{
	background: #fff;
	border: 1px solid #ccc;
	text-align: center;
	}
	dl.contact_box:nth-of-type(1){
		margin-bottom: 40px;
		}
	dl.contact_box dt{
		border-bottom: 1px solid #ccc;
		padding: 15px 0;
		text-align: center;
		background: #F7F7F7;
		}
	dl.contact_box dt:before{
		display: inline-block;
		content: "";
		background: url(../img/member/credit/jcb_logo.png) no-repeat center/contain;
		width: 44px;
		height: 33px;
		vertical-align: middle;
		margin-right: 10px;
		}
	dl.contact_box:nth-of-type(2) dt:before{
		display: inline-block;
		content: "";
		background: url(../img/member/credit/card_ligo02.png) no-repeat center/contain;
		width: 112px;
		height: 33px;
		vertical-align: middle;
		margin-right: 10px;
		}
	dl.contact_box dd{
		display: inline-block;
		padding: 15px;
		font-weight: bold;
		font-size: 18px;
		}
	dl.contact_box dd span{
		display: inline-block;
		}
		dl.contact_box dd span.tel-moji,
		#main dl.contact_box dd span.tel-moji a{
			color: #A25E5E;
			}


/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {


/* ミオクラブ提携クレジットカードお申し込み方法のご案内 */

#member.credit .bg_txt{
	margin: 30px auto 0;
	}

#member.credit .read{
	margin: 30px 0;
	font-size: 23px;
	}
	#member.credit .bg_txt + .read{
		margin-top: 20px;
		}

#question{
	background: #F5F2ED;
	padding: 50px 0;
	}
	#question p{
		text-align: center;
		}
	#question .q_txt{
		margin: 0 auto 10px;
		color: #A25E5E;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		}
		#question .q_txt.wide{
			width: 110%;
			margin-left: -5%;
			font-feature-settings: 'palt'1;
			}
	#question p.img{
		margin: 0 auto 10px;
		max-width: 250px;
		}
		#question p.img.mb40{
			margin-bottom: 40px;
			}
	#question p.card_img{
		max-width: 100%;
		margin: 0 auto 40px;
		}
	#question p.card_img.piece01 img{
		max-width: 47%;
		}
		#question p.card_img span{
			margin-top: 10px;
			}
.btn_area{
	width: 200px;
	}
	.btn_area li{
		float: none;
		width: 100%;
		}
	.btn_area li:first-child{
		margin: 0 auto 20px;
		}
.kome_list {
	margin-bottom: 30px;
	}

#question p.kome_list{
	text-align: left;
	}
dl.info_box{
	font-size: 14px;
	}
#member.credit .more_btn{
    margin: 30px auto 0;
	}

.link_bnr{
	width: 100%;
	margin: 20px auto 0;
	}
dl.contact_box{
	background: #fff;
	border: 1px solid #ccc;
	text-align: center;
	}
	dl.contact_box:nth-of-type(1){
		margin-bottom: 30px;
		}
	dl.contact_box dt:before{
		display: inline-block;
		content: "";
		background: url(../img/member/credit/jcb_logo.png) no-repeat center/contain;
		width: 44px;
		height: 33px;
		vertical-align: middle;
		margin-right: 10px;
		}
	dl.contact_box:nth-of-type(2) dt:before{
		display: inline-block;
		content: "";
		background: url(../img/member/credit/card_ligo02.png) no-repeat center/contain;
		width: 112px;
		height: 33px;
		vertical-align: middle;
		margin-right: 10px;
		}

}


/* ▼▼▼ 340px
=====================================*/
@media screen and (max-width: 340px) {
	#member.credit h1.bg_title,
	#member.credit .read{
		font-feature-settings: 'palt'1;
		}
}
