@charset "utf-8";
html {font-size: 62.5%;}
body {padding:0; margin:0;}
.pc {display:block;}
.sp {display:none;}
.Red {color: #FF0004;}
.clear {clear:both;}
#lf_wrap a{color: #000; text-decoration: none; text-align: center;}
.bold{font-size: 120%; font-weight: bold;}
.red{color: #CC0D10; font-weight: bold;}


#lf_wrap {
	clear: both;
	width:100%;
	max-width: 1000px;
	padding: 0;
	margin:0 auto 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000000;	
	/*background-color: #EFEFEF;*/
}

.main {width: 45%; margin:5% auto ;}

.Lead_pc {
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align:center;
	font-size:1.6rem;
	padding:0 ;
	line-height:2em;
}

.Lead_sp {display: none;}

/*item-----------------------*/
.item_box{ width: 95%; margin: 6% auto 0; display:flex;	flex-wrap:wrap;	justify-content: space-between;}
.item1{	width: 30%;	margin: 0 0 7%;}

.cmt span{
	margin-top: 3%;
  padding: 1px 6px;
  border: 1px solid #000;
  border-radius: 5px;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1px;
  display: inline-block;
}

.cmt{
	width: 100%;
	margin: 4% auto 0;
	/*margin-top: auto;*/
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 300;
}

.credit {width: 92%; margin:2% 0 2% 0;}
/*.item_s{
	width: 100%;
	margin: 1% 0 0;
	padding: 3px 0;
	font-size: 1.3rem;
	text-align: center;
	line-height: 1.6em;
	font-weight: bold;
	color: #fff;
	background-color: #000;
}*/
.item_n{
	width: 100%;
	margin: 5% auto 0;
	font-size: 15px;
	text-align: center;
	line-height: 1.6em;
	font-weight: bold;
}

.sml{font-size: 14px;}
.sml2{font-size: 1.4rem;}

.item_p{
	width: 100%;
	margin: 1% 0 0;
	font-size: 13px;
	text-align: center;
}

.tax{font-size: 70%;}


/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	margin: 2% auto 8%;
	text-transform: uppercase;
	margin-top: auto;
}


/* Button 1 */
.btn-1 {
	width: 100%;
    color: #fff;
    text-align: center;
    margin: 3% auto 5%;
    display: block;
    padding: 6px 0px;
    font-size: 1.5rem;
	font-weight: 700;
    background-color: #000;
}

.btn:hover {
	color: #000;
	background-color: #aaa;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


@media only screen and (max-width: 750px) {
	#lf_wrap {width: 100%; padding: 0 0 2%;}
	.main {width: 70%; margin:5% auto 8%; }
	.sp {display:block;}
	.pc{display: none;}
	
	.Lead_pc {display: none;}

	.Lead_sp {
		width: 100%;
		display: block;
		text-align:center;
		font-size:14px;
		margin:0 auto;
		line-height:1.7em;
	}
	
/*item-------------------------------------*/
	.item_box{width: 98%; margin: 8% auto 2%; padding-bottom: 2%;}
	.item1{width: 48%; margin: 0 0 8%;}

	.item_n{font-size: 13px;}
	.sml{font-size: 12px;}
	.sml2{font-size: 11px;}
	.item_p{font-size: 11px;}
	.cmt{width: 98%; margin: 3% auto 0; font-size: 14px;}
/* Button 1 */
	.btn-1 {
		width: 100%;
		margin: 4% auto 5%;
		padding: 4px 0px;
		font-size: 1.1rem;
	}

}
