                    @charset "utf-8";
*{
	margin:0;
	padding:0;
	font-size:100%;
	line-height:150%;
	font-family:YuGothic,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
	color:#000000;
}
body{
	margin:0;
	padding:0;
	font-family:YuGothic,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
	color:#000000;
	background:#ffffff;
	font-size:13px;
}
header, section, article, footer, nav{
	display:block;
}
h1{
	font-size:140%;
}
h2{
	font-size:120%;
}
h3{
	font-size:110%;
}
h4{
	font-size:100%;
}
a img {
	border:none;
}

li{
	list-style-type:none;
}


a{
color:#036EB8;
}

a{
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
a:hover{
	-khtml-opacity:0.7;
	opacity:0.7;
}
.clear{
	float:none;
	clear:both;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}
.ifSp{
	display:none !important;
}

.wrapper{
	max-width:1180px;
	margin:0 auto;
	padding:0 15px;
}
#main{
	padding-bottom:85px;
}

/* ------------ HEADER ------------ */
#header{
	height:82px;
	background:#ffffff;
	border-top:#76ae25 4px solid;
	border-bottom:#ccc 1px solid;
}
#header h1{
	float:left;
	display:block;
	width:180px;
	/*margin-left: 15px;*/
}
#header h1 a{
	display:block;
	width:100%;
}
#header h1 img{
	display:block;
	width:100%;
}
#header #head_nav{
	float:right;
	display:block;
	width:50px;
	text-align:center;
	margin-top:15px;
}
#header #head_nav img{
	display:block;
	margin:0 auto;
	width:35px;
	
}
#header #head_nav a{
	font-size:85%;
	letter-spacing:-0.1em;
	text-decoration:none;
}



/* ------------ FOOTER ------------ */
#to_top{
	display:block;
	position:absolute;
	right:20px;
	top:-66px;
	width:51px;
}
#to_top img{
	width:100%;
}
#footer{
	position:relative;
}
#footer #copyright{
	display:block;
	padding:20px 0 17px 0;
	color:#000;
	line-height:100%;
	text-align:center;
	margin:0 auto;
}

/* ------------ BUTTON ------------ */
.btn{
border-radius:4px;
border:solid 1px;
padding:15px 10px;
display:block;
text-decoration:none;
text-align:center;
font-weight:bolder;
line-height:100%;
width:auto;
}

.btn-green{
border-color:#87B828;
background-color:#87B828;
color:#fff;
}

.btn-gray{
border-color:#aaa;
background-color:#aaa;
color:#fff;
}

.btn-white{
border-color:#efefef;
background-color:#999;
color:#000;
}

.btn-content{
padding:5px;
width:100%;
}

.half-btn-wrapper{
width:100%;
}

.half-btn-wrapper:after{
	content:"";
	display:block;
	clear:left;
}

.half-btn-content{
width:48.25%;
display:block;

}

.half-btn-content:first-child{
padding:5px 5px 5px 0;
float:left;
}

.half-btn-content:last-child{
padding:5px 0 5px 5px;
float:right;
}


/* ------------ 装飾 ------------ */

.lead-txt{
	width:95%;
	max-width:690px;
	margin:20px 0 20px;
	text-align:center;
	}
	
.feature_01,
.feature_02{
	width:100%;
	max-width:545px;
	margin:10px 0 10px;
	}


.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}

.clear{
clear:both;
}

/* 行 */
.center{
text-align:center;
}

.right{
text-align:right;
}

/* 文字色 */
.txt-red{
color:#E60012;
}

.txt-gray{
color:#999;
}

.txt-green{
	color:#8FC31F;
}

.txt-white{
	color:#ffffff;
}


/* 文字サイズ */
.txt-small{
	font-size:80%;
}

/* 余白 */

/* 背景色 */
.gray-box{
background-color:#EFEFEF;
padding:10px;
}

.green-box{
	background-color:#EBFFCF;
	padding:10px;
}

/*背景つき見出し*/
.darkgray-headline{
	background-color:#595757;
	color:#fff;
	padding:7px;
}

.lightgray-headline{
	background-color:#9FA0A0;
	color:#fff;
	padding:5px;
}




/* ------------ ORIGINAL ------------ */

img.ifPc{
margin-bottom:15px;
}

.feature{
margin-bottom:20px;
}

.feature-description{
margin-bottom:15px;
}

.feature-description img{
width:23%;
float:left;
}

.feature-left,.feature-right{
float:none;
}


.feature-description p{
width:75%;
float:right;
padding-top:15px;
line-height:1.5em;
}


.lucky-point{
margin-bottom:10px;
border-radius:8px;
width:100%;
box-sizing:border-box;
}

.lucky-point img{
float:right;
width:150px;
margin-left:10px;
}


.lucky-point img{
float:right;
width:150px;
margin-left:10px;
}




.sample-image{
width:100%;
float:right;
position:relative;

box-sizing:border-box;
margin-left:10px;
}

.sample-image img{
width:100%;
border:solid 1px #ccc;
}

.sample-image span{
position:absolute;
right:3px;
bottom:10px;
width:30px;
height:30px;
}

.sample-image span img{
border:none;}



.mail-accept{
margin:15px 0 20px 0;
}

.mail-accept strong{
display:block;
}

.attention{
	display:block;
margin-bottom:20px;
}

ul.top {
margin-top:15px;
}

ul.bottom{
margin-bottom:15px;
}


.contents dl{
margin:15px 0 15px;
position:relative;}

.contents dt{
font-weight:bolder;
margin-top:10px;}

.contents dd{
	border-bottom:dotted 1px #999;
	padding:5px 0 10px;
}

.contents dd p:nth-child(1){
float:left;
width:55%;
top:0;}

.contents dd p:nth-child(2) img{
top:0;
float:right;
margin-left:10px;
max-width:40%;
}


.contents h3{
margin:10px 0 10px;
}

.contents .btn{
margin-bottom:15px;
}

.smp-registration{
	background:url(/uploads/portal_lpcms/images/pc/lp50img/smp.png) no-repeat left 7px;
	background-size:17px 30px;
	padding:12px 0 12px 20px;

	}
.pc-registration{
	background:url(/uploads/portal_lpcms/images/pc/lp50img/pc.png) no-repeat left 12px;
	background-size:30px 24px;
	padding:13px 30px 9px 50px
	}

#qa li{
	margin:1em 0 2em;;
	}

#qa li p strong.txt-green{
	display:block;
	margin:0 0 1em;
	}


#qa li p{
	display:block;
	margin:0 0 0.7em;
	}

#qa li p img{
float:right;
margin-left:10px;

max-width:40%;
}


.remodal img{
	max-width:100%;
}
.remodal{
margin-bottom:0!important;
padding:5px 5px 0!important;
}


@media screen and (min-width:980px){
	body{
	font-size:18px;
}
/* ------------ BUTTON ------------ */
.btn-content{
width:50%;
margin:0 auto;
text-align:center;
}

.btn-content .btn{
padding:15px 0 15px;
font-size:120%;
}

.btn-content br{
line-height: 0;
}

.btn-content .txt-small{
font-size:14px;
}

.btn-content strong{
font-size:14px;
text-align:center;
}

/* ------------ ORIGINAL ------------ */

.feature-left{
width:48%;
float:left;
text-align:center;
}

.feature-right{
width:48%;
float:right;
text-align:center;
}

.feature:nth-child(2){
margin-top:20px;
}







#tab,
.darkgray-headline,
.ifPc{
	max-width:1180px;
	margin-left:auto;
	margin-right:auto;
}

.content dl{
	display:block;
	float:left;
	width:31%;
	margin-right:15px;
	}

.content dd{
border-bottom:none;	}

.contents dd p:nth-child(1){
float:none;
width:100%;
min-height:7.5em;
}

.contents dd p:nth-child(2){
	text-align:center;
}


.contents dd p:nth-child(2) img{
float:none;
margin-left:0;
max-width:80%;
}

#qa li p img{
max-width:20%;
}


}

/* TABLET SIZE */
@media screen and (max-width:980px){
	
	body{
	font-size:18px;
}

	.wrapper{
		padding:0 10px;
	}

/* ------------ HEADER ------------ */
#header{
	background:#ffffff;
	border-top:#76ae25 4px solid;
	border-bottom:#ccc 1px solid;
	height:63px;
}
#header h1{
	float:left;
	display:block;
	width:140px;
}
#header h1 a{
	display:block;
	width:100%;
}
#header h1 img{
	display:block;
	width:100%;
}
#header #head_nav{
	float:right;
	display:block;
	width:50px;
	text-align:center;
	margin-top:10px;
}
#header #head_nav img{
	display:block;
	margin:0 auto;
	width:26px;
	
}
#header #head_nav a{
	font-size:75%;
	letter-spacing:-0.1em;
	text-decoration:none;
}

	
/* ------------ BUTTON ------------ */
.btn-content{
width:50%;
margin:0 auto;
}

.btn-content .btn{
padding:15px 0 15px;
font-size:120%;
}


.btn-content br{
line-height: 0;
}


.btn-content .txt-small{
font-size:14px;
}

.btn-content strong{
font-size:14px;
text-align:center;
}



/* ------------ ORIGINAL ------------ */

.feature-left{
width:48%;
float:left;
text-align:center;
}

.feature-right{
width:48%;
float:right;
text-align:center;
}

.feature:nth-child(2){
margin-top:20px;
}

#tab,
.darkgray-headline,
.ifPc{
	max-width:1180px;
	margin-left:auto;
	margin-right:auto;
}


.content dl{
	display:block;
	float:left;
	width:31%;
	margin-right:15px;
	}

.content dd{
border-bottom:none;	}

.contents dd p:nth-child(1){
float:none;
width:100%;
min-height:7.5em;
}

.contents dd p:nth-child(2){
	text-align:center;
}


.contents dd p:nth-child(2) img{
float:none;
margin-left:0;
max-width:80%;
}


#qa li p img{
max-width:20%;
}




	
	
}

/* SMARTPHONES SIZE */
@media screen and (max-width:700px){


	body{
		font-size:14px;
	}
	.ifPc{
		display:none !important;
	}
	.ifSp{
		display:block !important;
	}
	#main{
		padding-bottom:20px;
	}
	.wrapper{
		padding:0 10px;
	}
	
/* ------------ HEADER ------------ */
	#header{
		height:60px;
	}
	#header h1{
		width:106px;
		margin-top:6px;
		margin-left: 0;
	}
	#header #head_nav{
		width:50px;
		margin-top:10px;
	}

	#header #head_nav img{
		width:22px;
	}

	#header #head_nav a{
		font-size:50%;
	}

.feature-left,.feature-right{
	box-sizing:border-box;
width:100%;
float:none;
}

/* ------------ BUTTON ------------ */
.btn-content{
padding:5px;
width:100%;
box-sizing: border-box;
font-size:120%;
}


.btn-content .txt-small{
font-size:14px;
}

.btn-content strong{
font-size:14px;
text-align:center;
}

.btn-content br{
line-height: 0;
}


/* ------------ ORIGINAL ------------ */
.content dl{
	display:block;
	float:none;
	width:100%;
	box-sizing:border-box;
	}

.content dd{
border-bottom:dotted 1px #999;	}


.contents dd p:nth-child(1){
float:left;
width:55%;
top:0;}

.contents dd p:nth-child(2) img{
top:0;
float:right;
margin-left:10px;
max-width:40%;
}


}

@media screen and (max-width:320px){
/* ------------ HEADER ------------ */
	.ifPc{
		display:none !important;
	}

	#header{
		height:50px;
	}
		#header h1{
		width:106px;
		margin-top:0;
		margin-left: 0;
	}
	#header #head_nav{
		width:50px;
		margin-top:5px;
	}

	#header #head_nav img{
		width:22px;
	}

	#header #head_nav a{
		font-size:50%;
	}

/* ------------ FOOTER ------------ */
#footer #copyright{
	font-size:80%;
	}

/* ------------ BUTTON ------------ */

.btn-content{
padding:5px;
width:100%;
box-sizing: border-box;
font-size:120%;
}

.btn-content .txt-small{
font-size:14px;
}

.btn-content strong{
font-size:14px;
text-align:center;
}

.btn-content br{
line-height: 0;
}

/* ------------ ORIGINAL ------------ */

.feature-left,.feature-right{
float:none;
text-align:center;
}


.feature-description img{
width:23%;
float:left;
}

.feature-description p{
padding-top:10px;
font-size:89%;
line-height:1.4em;
}

.content dl{
	display:block;
	float:none;
	width:100%;
	box-sizing:border-box;
	}

.content dd{
border-bottom:dotted 1px #999;	}


.contents dd p:nth-child(1){
float:left;
width:55%;
top:0;}

.contents dd p:nth-child(2) img{
top:0;
float:right;
margin-left:10px;
max-width:40%;
}


}                