@charset "utf-8";
html {
  font-size: 62.5%;
}

#mw_wrap {
	clear: both;
	width:100%;
	max-width: 900px;
	padding: 0;
	margin:0 auto 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000000;	
	background-color: #FFFFFF;
	font-size:14px;
}


.main {
	width: 100%;
	max-width:985px;
	margin:0 auto 1%;
	position:relative;
}

.sp {
	display:none;
}


.title {
	width: 35%;
	margin: 5% auto 2%;
}
	
.Lead_pc {
	width: 100%;
	margin: 5% auto;
	display: block;
	text-align:center;
	font-size:1.9rem;
	padding:0 ;
	line-height:2em;
}

.Lead_sp {
	display: none;
}

.clear {
	clear:both;
}

.off{
	margin:0 auto;
	padding:1%;
	background-color:db454e;
	color:#fff;
	font-size:90%;
	text-align: center;
}

span.red{
	color:#db454e;
	font-weight:bold;
	font-size:110%;
}

/*
.thumb img {
	margin-top:10px;
}
*/


/*thumb*/
	
.thum_box {
	width: 95%;
	max-width: 985px;
	margin: 0 auto 20px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.thumb {
	width:31%;
	height:auto;
	font-size:14px;
	line-height:1.4em;
	/*float:left;
	padding:3px 0;*/
	text-align:center;
	margin-bottom: 3%;
}

.t_P {
	text-align:center;
	font-size:13px;
	font-weight: 600;
	margin:5px 0 2px;	
	line-height: 1.7;
}

.price{
	font-size:100%;
	text-align: center;
	margin: auto;
	width: 100%;
	font-weight: 600;
}

.sml{
	font-size: 10px;
}
.tax{
	font-size:63%;
}
/*.t_P2 {
	text-align:center;
	font-size:13px;
	font-weight: 600;
	margin:5px 0 2px;	
	line-height: 1.7;
}

.t_T {
	text-align:left;
	font-size:13px;
	margin:2% 0 2%;
	line-height: 1.6em;
}

.MT5 {
	margin-top: 5%;
}

strong {
	font-size: 115%;
	font-weight: bold;
}

.thumb img {
	margin-top:10px;
}

.sp_br {
		padding-left: 15px;
		display: none;
	}
*/

@media only screen and (max-width: 750px) {
	.main {
		width: 100%;
		margin:0 auto 0;
	}
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}

	.sml {
		font-size: 8px;
		
	}

	.Lead_pc {
		display: none;
	}

	.Lead_sp {
		width: 100%;
		display: block;
		text-align:center;
		font-size:1.3rem;
		margin:2% auto;
		line-height:1.9em;
		/*font-family: 'Noto Sans JP', sans-serif;*/
	}

	/*thumb*/

	.thum_box {
		width: 100%;
		margin: 5% auto 20px;
	}

	.thumb img {
		width: 100%;
	}


	.t_P {
		font-size:11px;
	}
	/*.t_Ps {
		font-size:9px;
	}

	.t_T {
		font-size:11px;
		margin:5% 0 1%;
		line-height: 1.6em;
	}*/



	
}

