@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 1%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000000;	
	/*background-color: #EFEFEF;*/
}

.main {width: 55%; margin:5% auto 5%;}

.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_wrap{ width: 95%; margin: 6% auto 10%; display:flex; flex-wrap:wrap; justify-content: space-between; align-items: center;}
.main_item{width: 100%; margin: 0;}
.item_box1{width: 35%; margin: 0;}
.item_box2{ width: 60%; margin: 6% auto 0; display:flex; flex-wrap:wrap;	justify-content: space-between;}
.item1{	width: 46%;	margin: 0 ;}
.item2{	width: 46%;	margin: 5% 0 0;}

/*.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: 100%; margin:2% 0 2% 5%;}

.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: 12px 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;
}


.point_video {display: block; width: 50%; margin: 0 auto 2%;}
.point_video iframe {width: 100%;}




@media only screen and (max-width: 750px) {
	#lf_wrap {width: 100%; padding: 0 0 2%;}
	.main {width: 90%; margin:5% auto 15%;}
	.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_wrap{ width: 80%; margin: 6% auto 15%; display:block;}
	.main_item{width: 80%; margin: 0 auto;}
	.item_box1{ width: 100%; margin: 10% auto 0; display:flex; flex-wrap:wrap;	justify-content: space-between;}
	.item_box2{ width: 100%; margin: 10% auto 0; display:flex; flex-wrap:wrap;	justify-content: space-between;}
	
	.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: 8px 0px;
		font-size: 12px;
		letter-spacing: 3px;
	}
	
	.point_video {display: block; width: 80%; margin: 0 auto 2%;}


}
