@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 769px){
	
/* Setting */

a {
    -webkit-tap-highlight-color:transparent;
}

a:hover{
	text-decoration:underline;
}
a img {
    border-style:none;
}

html,body {  
  -webkit-text-size-adjust: none;  
}

body {
	height: 100%;
	color: #333;
	-webkit-text-size-adjust : 100%;
	font-family: 'Noto Sans Japanese', sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
	background: url(../../image/re_lp/contents_bg03.png);
	line-height: 1.4;
}
	
	
/* ------------------------------------------------------
none
------------------------------------------------------ */

.sp-none {
display:none;
}

/* ------------------------------------------------------
header
------------------------------------------------------ */
header {
	width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
	z-index:1000;
	background-color: #fff;
	
}
header h2 {
	padding: 10px 0 10px 0;
	
}
	
header h2 a img{
	display: block;
	width: 150px;
	margin: 0 auto;
}
	
/*--sp_navi--*/	
	#sp_menu {
		width: 100%;
		margin-top: 9px;
	}
	#sp_menu ul li{
		float: left;
		width: 33.3333333333%;
	}
	
	
/* ------------------------------------------------------
top_img
------------------------------------------------------ */
	
	#top_img_sp{
		width: 100%;
		margin-top: 60px;
}	


	
	#top_img_sp img{
		display: block;
		width: 100%;
	}
	
	#top_img_sp02{
		width: 100%;
		margin-top: 10px;
}	


	
	#top_img_sp02 img{
		display: block;
		width: 100%;
	}	
	
/* ------------------------------------------------------
box
------------------------------------------------------ */	
#sp_box {
	width: 95%;
	margin: 0 auto;
}

.sp_box01 {
	width: calc(100% - 14px);
	padding: 5px;
		background: #fff;
		border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 2px #e1e1e1;
	font-size: 12px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
}
	#sp_box02 {
		width: calc(100% - 14px);
	padding: 5px;
		background: #fff;
		border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 2px #e1e1e1;
	font-size: 12px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
	}


	
/*トップページへ*/	
.top_r {
	margin-top: 10px;
	text-align: center;
}
	
.top_r a{
	display: inline-block;
	padding: 5px 0 5px 0;
	text-align: center;
	border: solid 1px #e1e1e1;
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	background: #fff;
	color: #181818;
	text-decoration: none;
}		
	
.top_r a:hover{
	background: #181818;
	color: #fff;
	}
	
/* ------------------------------------------------------
entry_sp
------------------------------------------------------ */	

#entry_sp{
	width: 95%;
	height: auto;
	margin: 10px auto 0 auto;
	
}

#entry_sp a{
	text-align: center;
}
#entry_sp a img{
	display: block;
	text-align: center;
	margin: 0px auto 0 auto;
}

#entry_sp p{
	text-align: center;
}
.entry_box {
	padding: 5px;
		background: #fff;
		border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 2px #e1e1e1;
	font-size: 12px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
}


.entry_other{
	width: calc(100% - 14px);
	height: auto;
	margin: 0 auto 0 auto;
	background: #fff;
	padding: 5px;
	border: solid 2px #e1e1e1;
	border-radius: 5px;
	}
.entry_other p{
	
	width: 100%;
	margin: 0 auto 5px auto;
	text-align: center;
	background: #1b9c72;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 5px 0;
	border-radius: 100px;
	color: #fff;
 	}	
	
.entry_other ul{
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
.entry_other ul a {
	text-decoration: none;
	width: 100%;
	}	

	
.entry_other ul a li{
	width: calc(100% - 2px);!important;
	height: 33px!important;
	margin: 0px auto 5px auto;
	border: solid 1px #e1e1e1;
	display: flex;
	justify-content: space-between;
	}

.entry_other ul a:nth-child(1) li{
	background: #333333;
	color: #FFFFFF;
	}

.entry_other ul a:nth-child(2) li{
	background: #3acd01;
	color: #fff;
	}
.entry_other ul a:nth-child(3) li{
	background: #e61017;
	color: #fff;
	}		
	
.entry_other ul a li img{
	width: 33px;
	height: 33px;
	display: block;
	}
.entry_other ul a li span{
	width: 100%;
	display: block;
	padding-top: 7px;
	text-indent: 10px;
	font-size: 12px;
	}
.line_b {
	margin-top: 10px;
	text-align: center;
}
	
.line_b a{
	display: inline-block;
	padding: 5px 0 5px 0;
	text-align: center;
	border: solid 1px #e1e1e1;
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	background: #3acd01;
	color: #FFFFFF;
	text-decoration: none;
}		
	
.line_b a:hover{
	background: #181818;
	color: #fff;
	}	
	
	
/* ------------------------------------------------------
contents_title
------------------------------------------------------ */
	
#main_title{
	width: 100%;
	height: auto;
	margin-top: 10px;
	background: none;
}	

#main_title .maintitle_inner {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#main_title .maintitle_inner h2{
	display:block;
	text-align: center!important;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
	font-weight:bold;
	background: url(../../image/re_lp/contents_bg01.jpg);
	color:#fff;
	border-radius: none;
	padding: 10px;
}		

	
#main_title02{
	width: 100%;
	height: auto;
	margin-top: 50px;
	background: none;
}	

#main_title02 .maintitle_inner {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#main_title02 .maintitle_inner h2{
	display:block;
	text-align: center!important;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
	font-weight:bold;
	background: url(../../image/re_lp/contents_bg01.jpg);
	color:#fff;
	border-radius: none;
	padding: 10px;
}		
	
#contents_title01{
		width: 100%;
		margin: 10px auto 0 auto;
	}
	
	
#contents_title01 h3{
	position: relative;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
	font-weight:bold;
	margin: 0px auto;
	text-align: center;
	color: #181818;
}
	
#contents_title01 h3:before, #contents_title01 h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

#contents_title01 h3:before {
  left:0;
}
#contents_title01 h3:after {
  right: 0;
}
#contents_title01 p{
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:8px;
	font-weight:bold;	
	margin: 0 auto;
	text-align: center;
}
	

/*コンテンツタイトル02*/
.contents_title02{
	position: relative;
	padding-left: 1.5em;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:14px;
	
}

.contents_title02:after {
 position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 10px;
     height:10px;
     border: solid 4px #446689;
     border-radius:100%;
}
/*コンテンツタイトル03*/
.contents_title03{
	position: relative;
	padding-left: 1.5em;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:14px;
	
}

.contents_title03:after {
 position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 10px;
     height:10px;
     border: solid 4px #446689;
     border-radius:100%;
}

	#sp_img{
		width: 100%;
		height: auto;
		margin: 10px auto 10px auto;
	}
	#sp_img img{
		width: 100%;
		display: block;
	}
	#contents_img {
		width: 95%;
		height: auto;
		margin: 10px auto 10px auto;
	}
	#contents_img img{
		width: 100%;
		display: block;
	}

/* ------------------------------------------------------
step_sp
------------------------------------------------------ */	
	
	#step_sp {
		width: 95%!important;
		margin: 10px auto 0 auto!important;
	}	
	
	#step_sp h2 {
		width: 100%!important;
		height: auto;
		margin: 0 auto 10px auto;
	}	
		#step_sp h2 img {
			display: block;
			width: 100%!important;
			height: auto;
	}	


	#step_sp .step_inner{
		width: 100%!important;
		height: auto;
	}
	
	#step_sp .step_inner dl{
		width: 100%!important;
		height: auto;
		float: left;
		background: #fff;
		margin-right: 0px;
		border-radius: 5px;
		overflow: hidden;
	}
	#step_sp .step_inner dl:nth-child(3){
		width: 100%!important;
		float: left;
		background: #fff;
		margin-right: 0px;
	}
	#step_sp .step_inner dl dt{
		width: 100%!important;
		text-align: center;
		padding: 5px 0 5px 0;
		background: #1abc9c;
		color: #fff;
		font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
	font-weight:bold;
	}
	
	#step_sp .step_inner dl dd{
		width: calc(100% - 10px)!important;
		text-align: left;
		padding: 5px!important;
		background: #fff;
		color: #000;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 12px;s
	}	
	#step_sp .step_inner dl dd p{
		
		color: #1abc9c;
		font-size: 12px!important;
		font-weight: bold;
		font-family: 'Noto Sans JP', sans-serif;
		margin-bottom: 0;
		
	}

/* ------------------------------------------------------
basic
------------------------------------------------------ */

#basic {
	width: 100%!important;
	height: auto;
	margin: 10px auto 0 auto!important;
}	


#basic dl {
	width: 95%!important;
	margin: 0 auto;
}		
	
#basic dl dt{
	width: 100%!important;
	overflow: hidden;
}		
#basic dl dt img{
	width: 100%!important;
	text-align: center;
}		
#basic dl dd{
	width: 100%!important;
	background: #fff;
	padding: 5px 0px 0 0px!important;
	margin:0 auto;
}


#basic dl dd ul li{
	float: none;
}
#basic dl dd ul li:nth-child(1){
	width: 100%!important;
	height: auto;
}
#basic dl dd ul li:nth-child(1) img{
	width: 100%!important;
}
#basic dl dd ul li:nth-child(2){
	width: calc(100% - 14px)!important;
	height: auto;
	margin-left: 0;
	background: #f0f0f0;
	border: solid #e1e1e1 2px;
	padding: 5px!important;
	font-size: 12px!important;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	border-radius: 5px!important;
}		
	

/* ------------------------------------------------------
pr
------------------------------------------------------ */

#pr {
	width: 95%!important;
	height: auto!important;
	margin: 10px auto 0 auto!important;
}	


#pr dl {
	width: 100%!important;
	margin: 0 auto!important;
}		
	
#pr dl dt{
	width: 100%!important;
	overflow: hidden!important;
}		
#pr dl dt img{
	width: 100%!important;
	text-align: center;
}		
#pr dl dd{
	width: 100%!important;
	background: #fff;
	padding: 0!important;
	margin:0 auto 5px auto!important;
	
}
#pr dl dd:nth-child(4){
	width: 100%!important;
	background: #fff;
	padding: 0!important;
	
}	
	

#pr dl dd ul li{
	float: left;
}
#pr dl dd ul li:nth-child(1){
	width: 30%!important;
	height: auto;
}
#pr dl dd ul li:nth-child(1) img{
	width: 100%!important;
}
#pr dl dd ul li:nth-child(2){
	width: calc(70% - 19px)!important;
	height: auto;
	margin-left: 0;
	background: #f0f0f0;
	border: solid #e1e1e1 2px!important;
	padding: 5px!important;
	font-size: 12px;
	font-weight: 100;
	font-family: 'Noto Sans JP', sans-serif;
	border-radius: 5px!important;
	margin-left: 5px!important;
}		

	
/* ------------------------------------------------------
voice
------------------------------------------------------ */

#voice {
	width: 95%!important;
	height: auto;
margin: 10px auto 0 auto!important;
}	
	

#voice dl dt{
	width: 100%!important;
	height: auto;
	margin: 0px auto 0 auto!important;
}		
#voice dl dt img{
	width: 100%!important;
}			
#voice dl dd img{
	width: 100%!important;
}			

/* ------------------------------------------------------
footer
------------------------------------------------------ */	
#footer {
	width: 100%!important;
	background: #181818;
	padding: 10px 0 0 0!important;
}
	
#footer .footer_inner{
	width: 100%!important;
	background: #181818!important;
	margin: 0 auto 0px auto!important;
}

#footer .footer_inner .footer_navi{
	text-align: left!important;
}		
#footer .footer_inner .footer_navi li{
	display: block!important;
	padding: 0!important;
}	
#footer .footer_inner .footer_navi li a{
	position:relative!important;
	display:block!important;
	height:30px!important;
	padding:0 10px!important;
	font-size:12px!important;
	font-weight:bold!important;
	color:#666!important;
	text-decoration:none;
	text-indent:5px!important;
	line-height:30px!important;
	background: rgb(255,255,255)!important; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(225,225,225,1) 100%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(225,225,225,1)))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(225,225,225,1) 100%)!important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(225,225,225,1) 100%)!important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(225,225,225,1) 100%)!important; /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(225,225,225,1) 100%)!important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
	border-bottom:#ccc solid 1px!important;
}
#footer .footer_inner .footer_navi li a:after{
	position:absolute!important;
	right:10px!important;
	top:50%!important;
	margin:-8px 0 0 0!important;
	display:block!important;
	content:""!important;
	width:9px!important;
	height:13px!important;
	background: url(../../image/re_lp/sp_f_icon01.png) no-repeat!important;
	-webkit-background-size:9px 13px!important;
	background-size:9px 13px!important;
}

	
#footer .footer_inner p{
	color: #ccc;
	font-size: 12px!important;
	padding: 10px!important;
	text-decoration: none;
}		

#footer .copy{
	width: 100%!important;
	background: #3b3b3b;
	padding: 10px 0 10px 0;
	color: #ccc;
	font-size: 10px!important;
	text-align: center;
}
	
#footer .footer_inner .footer_banner{
	text-align: center;
}		
#footer .footer_inner .footer_banner li{
	display: inline-block;
	padding: 0;
	margin: 10px auto;
}	
#footer .footer_inner .footer_banner li a{
	display: inline;
	width: 45%;

}
#footer .footer_inner .footer_banner li a img{
	display: inline;
	width: 100%;

}


/* ------------------------------------------------------
rogin
------------------------------------------------------ */			
	
#rogin {
		width: calc(95% - 14px)!important;
		background: #fff;
		border: solid #e1e1e1 2px!important;
		padding: 5px!important;
		margin: 10px auto 10px auto!important;
		border-radius: 5px;
		font-size: 12px!important;
	}	

	
.mail {
		width: 90%!important;
		background: #fff;
		border: solid #ccc 2px!important;
		padding:5px;
		margin: 0px auto 5px auto!important;
		border-radius: 5px!important;
	}
	
.hm_text {
		width: 90%!important;
		background: #fff;
		border: solid #ccc 2px!important;
		padding:5px!important;
		margin: 0px auto 5px auto!important;
		border-radius: 5px!important;
	
	}
.m_i_btn .rogin_btn{
		background: url(../../image/re_lp/rogin_btn.png);
		width: 205px!important;
		height: 52px!important;
		display: block;
		margin: 10px auto 10px auto!important;
		text-indent: -9999px;
		border: none;
	}
	

/* ------------------------------------------------------
forget
------------------------------------------------------ */			
	
#forget {
		width: calc(95% - 14px)!important;
		background: #fff;
		border: solid #e1e1e1 2px!important;
		padding: 5px!important;
		margin: 10px auto 10px auto;
		border-radius: 5px;
	font-size: 12px!important;
	}
	
.m_f_btn .forget_btn{
		background: url(../../image/re_lp/rogin_btn02.png);
		width: 205px!important;
		height: 62px!important;
		display: block;
		margin: 10px auto 10px auto!important;
		text-indent: -9999px;
	border: none;
	}
	

/* ------------------------------------------------------
error
------------------------------------------------------ */			
	
#error {
		width: calc(95% - 14px)!important;
		background: #fff;
		border: solid #e1e1e1 2px!important;
		padding: 5px!important;
		margin: 10px auto 10px auto!important;
		border-radius: 5px;
	font-size: 12px!important;
	}


/* ------------------------------------------------------
privacy
------------------------------------------------------ */			
	
#privacy {
		width: calc(95% - 14px)!important;
		background: #fff;
		border: solid #e1e1e1 2px!important;
		padding: 5px!important;
		margin: 10px auto 10px auto!important;
		border-radius: 5px!important;
	font-size: 12px!important;
	}
.privacy_text{
		display: block;
		width: calc(100% - 14px)!important;
		height: auto;
		padding: 5px!important;
		font-family: 'Noto Sans JP', sans-serif;
		background: #fff;
		border-radius:5px!important;
		margin-bottom: 5px!important;
		border: solid 2px #e1e1e1!important;
		line-height: 1.7!important;
	}		

/* ------------------------------------------------------
commerce
------------------------------------------------------ */			
	
#commerce {
		width: calc(95% - 14px)!important;
		background: #fff;
		border: solid #e1e1e1 2px;
		padding: 5px!important;
		margin: 10px auto 10px auto;
		border-radius: 5px;
	font-size: 12px!important;
	}	

	
.commerce table{
		width: calc(95% - 14px)!important;
	background: #fff;
	border: solid 2px #83be28!important;
	margin: 0 auto 20px auto!important;
	}	 
.commerce table tr,td{
	padding: 10px!important;
	background: #fff;
	border: solid 2px #83be28!important;	
}
	
.commerce table tr td:nth-child(1){
	width: 60%!important;
}	
	
	
	
}/*めでぃあくえり終点*/
		