@charset "UTF-8";
/*==============================

	/mileage/starflyer_card_merit.html

==============================*/

/*==============================

		PC + SP

==============================*/

/*==============================
		PC
==============================*/
@media screen and (min-width: 768px) {
	.pc-Only{
		display: block;
	}
	.sp-Only{
		display: none;
	}	
/*--------------------------------------------------
　boxlayout
--------------------------------------------------*/
.l-box-border{
	border:solid 1px #ffffff;
	padding:30px;
	margin:40px auto;
}
.l-box-border .title-border{
	border-bottom: solid 1px #ffffff;
	text-align: center;
	margin:0px auto 40px;
	width:90%;
	padding-bottom: 30px;
	font-size: 2.5rem;
}
.l-flex{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-basis: auto;
}
.l-flex-sb{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/*--------------------------------------------------
	sec01
--------------------------------------------------*/
.sec01{
	margin:40px auto;
	width:95%;
}
.sec01 .sec01Title img{
	width:100%;
	margin:0 auto;
}
.sec01 p{
	margin-top:0;
}
.sec01 p a{
	color: #CCCCCC !important;
}
.sec01 .sec01Title{
	margin:30px 0;
	text-align: center;
	font-size: 4.0rem;
}
.sec01 .l-flex-left{
	width:18%;
}
.sec01 .l-block-border{
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000!important;
	padding:30px;
}
.sec01 .l-block-border:nth-child(3)	{
	border: none;
}
}
/*==============================
		TAB
==============================*/
@media screen and (min-width: 768px) and (max-width: 900px) {

	.pc-Only{
		display: block;
	}
	.sp-Only{
		display: none;
	}	
/*--------------------------------------------------
		first view
--------------------------------------------------*/
.l-content-first{
	width:100%;
	background:url(/mileage/img/starflyer_card_merit/img_top_01.png) no-repeat;
	background-position: top center;
	background-size: cover;
	padding:3%;

}
.l-content-first .l-box-topInner{
	width:90%;
}
.l-content-first .l-box-topInner .firstTitle{
	font-size: 3.0rem;
}
.l-content-first .l-box-topInner .firstTitle-sub{
	font-size: 2.0rem;
}
.l-content-first .l-box-topInner img{
	width:75%;
	margin-top:5px;
	margin-bottom:15px;
}
/*--------------------------------------------------
　boxlayout
--------------------------------------------------*/
.l-box-border{
	padding:20px;
}
.l-box-border .title-border{
	width:95%;
	padding-bottom: 20px;
	font-size: 2.0rem;
}
}
/*==============================
		SP
==============================*/
@media screen and (max-width: 767px) {
	.pc-Only{
		display: none!important;
	}
	.sp-Only{
		display: block!important;
	}
	.tab-Only{
		display: none!important;
	}
	
.l-content-body {
	margin-top: 20px;
}
/*--------------------------------------------------
		conts
--------------------------------------------------*/
.conts .w96 {
	padding: 0 2%;
}
.conts img {
	width: 100%;
	height: auto;
}
.conts .txtLink a img {
	width: auto;
	height: auto;
}
/*--------------------------------------------------
　boxlayout
--------------------------------------------------*/
.l-box-border{
	border:solid 1px #ffffff;
	padding:15px;
	margin:25px auto;
}
.l-box-border .title-border{
	border-bottom: solid 1px #ffffff;
	text-align: center;
	margin:0px auto 20px;
	width:95%;
	padding-bottom: 10px;
	font-size: 1.8rem;
}
.l-flex{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-basis: auto;
}
.l-flex-sb{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/*--------------------------------------------------
　first
--------------------------------------------------*/
.l-content-first{
	width:100%;
	background:url(/mileage/img/starflyer_card_merit/sp/img_top.png) no-repeat;
	background-position: bottom center;
	background-size: cover;
	padding:7%;
	border-bottom:solid 1px #CCCCCC;
}

.l-content-first .l-box-topInner{
	width:100%;
	margin:0px auto 15px;
	text-align: center;
}
.l-content-first .l-box-topInner .firstTitle{
	font-size: 2.0rem;
}
.l-content-first .l-box-topInner .firstTitle-sub{
	font-size: 1.4rem;
}
.l-content-first .l-box-topInner p{/**/
	margin-top:0;
}
.l-content-first .l-box-topInner img{
	width:100%;
	margin-top:8px;
	margin-bottom:20px;
}
.l-content-first .l-box-topInner .m-btn-l{
	width:88%;
	margin:0 auto;
	font-size: 1.5rem;
}
/*--------------------------------------------------
	sec01
--------------------------------------------------*/
.sec01{
	margin:0px auto 25px;
}
.sec01 p{
	margin-top:0;
}
.sec01 .sec01Title img{
	width:100%;
	margin:0 auto 20px;
}
.sec01 .sec01numTitle{
	font-size: 1.5rem;
	font-weight: bold;
}
.sec01 .l-flex-left{
	width:20%;
	margin-right:10px;
}
.sec01 .l-block-border{
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000!important;
	padding:30px 0;
}
.sec01 .l-block-border dd{
	width:100%;
}
.sec01 .l-block-border dd p a{
	color: #CCCCCC !important;
}

.sec01 .l-block-border:nth-child(3)	{
	border: none;
}
}

.app-flex {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.app-flex img:first-child {
	margin-right: 20px;
	max-width: 200px;
}
