@charset "utf-8";
html {font-size: 62.5%;}
body {padding:0; margin:0;}
a{text-decoration: none; color: #000;}

#MW_wrap {
	clear: both;
	width:100%;
	max-width: 1000px;
	padding: 0 0 1%;
	margin:0 auto 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	/*font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";*/
	color: #000000;	
	/*background-color: #f2dcdb;*/
}
#MW_wrap p {padding:0;margin:0;}
.sp {display:none;}
.clear {clear:both;}

.main {width: 100%; margin:0 auto 5%;}

#MW_wrap h2{width: 100%; margin: 5% auto 2%; font-size: 2.5rem; font-weight: 600; text-align: center;}
	
/*.Lead_pc {
	display: block;
	text-align:center;
	font-size:1.8rem;
	padding:0 ;
	margin:3% auto 5%;
	line-height:1.8;
}
.Lead_sp {
	display: none;
}
*/

/*item*/

.item_wrap {
	width: 98%;
	margin: 0 auto 5%;
}

.item_box {
	width: 100%;
	margin: 0;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.item1 {
	width:32%;
	margin: 0 auto 5%;
	font-size: 1.6rem;
	line-height:1.4em;
	text-align:center;
}

.cmt{
	text-align:center;
	font-size:1.5rem;
	margin:5px auto 2px;
	line-height: 1.8em;
}

.credit{width: 100%;}

.item_n{
	text-align:center;
	font-size:1.6rem;
	margin:4% auto 2px;
	font-weight: 600;
}
.tax{font-size: 70%;}
/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 600;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	/*text-transform: uppercase;*/
	
}


/* Button 1 */
.btn-1 {
	width: 80%;
    display: block;
    margin: 4% auto 0;
    padding: 12px 0px;
    font-size: 16px;
    color: #fff;
    background-color: #98c3ef;
	border-radius: 10px;
}

.btn-1:hover {
	color: #98c3ef;
	background-color: #337dc9;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/*.btn_box{width: 70%; margin: 5% auto 3%;}
a img:hover{opacity: 0.8;}*/

@media only screen and (max-width: 900px) {
	.main {margin:0 auto 5%;}
	.pc {display:none;}
	.sp {display:block;}

	.Lead_sp {
		display: block;
		text-align:center;
		font-size:1.5rem;
		padding:0 ;
		margin:3% auto 8%;
		line-height:1.8;
	}
	.Lead_pc {display: none;}
	#MW_wrap h2{width: 100%; margin: 5% auto 2%; font-size: 16px;}
/*item*/
	.item_wrap {width: 98%;	margin: 0 auto 10%;	}

	.item_box {width: 100%; margin: 0;	}
	.item1 { width: 48%; margin: 0 auto 5%; font-size: 1.3rem;	}	

	.cmt{font-size:1rem; margin:5px auto 2px; text-align: left;}	
	.item_n{font-size:12px;	margin:5px auto 2px; font-weight: 700;}	
	/* Button 1 */
	.btn-1 {
		width: 90%;
		display: block;
		margin: 4% auto 0;
		padding: 5px 0px;
		font-size: 13px;
		color: #fff;
	}

}
