@charset "UTF-8";

/* =========================================================
入会のご案内　guidance/index.html
========================================================= */
.ao_midashi_txt{
	color: #2695E1!important;
}

.guidance{
max-width: 1000px;
display: block;
clear: both;
margin:0 auto;
height: auto;
position: relative;
	top:-30px;
}

.nyukai_step_box{
	display: block;
	clear: both;
	width: 100%;
	padding: 1.5em 0 1.5em 0;
	margin: auto;
	border-bottom: 2px solid #50c4e8;
	position: relative;
    min-height: 412px;
}


.guidance_item{
display: block;
float: left;
position: relative;
margin-bottom: 10px;
width:30%;
height: auto;
text-align: center;
background-color: #FFFFFF;
	
/* box-shadow */
box-shadow:0px 0px 4px 1px #e8e8e8;

/* border-radius */
border-radius:8px;

/* border */
border:1px solid #E1E1E1;

/* react native */
shadowColor:"#e8e8e8",
shadowOffset:{width:0,height:0},
shadowOpacity:1,
shadowRadius:5,
borderWidth:1,
borderColor:"#ebebeb",
borderRadius:8
}

.guidance_item img{
	position: relative;
	height: auto;
	display: block;
	clear: both;
}

.guidance_item_Rbox{
display: block;
float: left;
position: relative;
margin-left: 20px;
width:66%;
height: auto;
text-align: left;
background-color: transparent;
}

.guidance_item_Rbox h4{
	font-size: 1.46em;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.guidance_item_Rbox p{
	font-size: 0.96em;
	letter-spacing: 0em;
}
	
.nyukai_photo{
	padding: 10px 0 0 0;
}

/* ===　矢印　=== */
.arrow_ao{
  width: 30px;
  height: 30px;
  border: 4px solid;
  border-color:  transparent transparent #49c4ea #49c4ea;
  transform: rotate(-45deg);
	margin: auto;
}


	
@media screen and (min-width: 641px){

.guidance .guidance_item {
	font-size: 1.8rem;
	width: 30%;
	height: auto;
	position: relative;
}
.guidance .guidance_item img{
	width:100%;
	height: auto;
	position: relative;
}	
	
}

@media screen and (max-width: 640px){

.guidance {
	display: block;
	clear: both;
	position: relative;
	margin:0 auto;
	min-height: auto!important;
	width:100%!important;
}
	
.nyukai_step_box{
	display: block;
	clear: both;
	width: 90%;
	padding: 1.5em 0 1em 0;
	margin: auto;
	border-bottom: 2px solid #50c4e8;
	position: relative;
    min-height: 680px;
}
	
.guidance_item{
display: block;
	clear: both;
position: relative;
	margin:0 auto!important;
width:100%;
height: auto;
text-align: center;
background-color: #FFFFFF;
}
	
.guidance_item img{
	width:100%!important;
}

.guidance_item_Rbox{
display: block;
	clear: both!important;
position: relative;
margin: auto;
width:100%;
height: 0 auto;
text-align: left;
background-color: transparent;
}

.guidance_item_Rbox h4{
	font-size: 1.26em;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-align: center;
	padding: 0.6em 0 0.6em 0;
}
	
}



/* =========================================================
入会のご案内　guidance/flow.html
========================================================= */
.guidance_flow{
max-width: 1000px;
display: block;
clear: both;
margin:0 auto;
height: auto;
position: relative;
	top:-30px;
}

.nyukai_step_box2{
	display: block;
	clear: both;
	width: 100%;
	padding: 1.5em 0 1.5em 0;
	margin: auto;
	border-bottom: 2px solid #50c4e8;
	position: relative;
    min-height: auto;
}



@media screen and (min-width: 641px){

.guidance_flow .guidance_item {
	font-size: 1.8rem;
	width: 30%;
	height: auto;
	position: relative;
}
.guidance_flow .guidance_item img{
	width:100%;
	height: auto;
	position: relative;
}	
	
}

@media screen and (max-width: 640px){

.guidance_flow {
	display: block;
	clear: both;
	position: relative;
	margin:0 auto;
	min-height: auto!important;
	width:100%!important;
}
	
.nyukai_step_box2{
	display: block;
	clear: both;
	width: 90%;
	padding: 1.5em 0 1em 0;
	margin: auto;
	border-bottom: 2px solid #50c4e8;
	position: relative;
    min-height: auto;
}
	
}

/* =========================================================
　◆スマホが1カラムの場合
========================================================= */

@media screen and (max-width: 640px){

.guidance {
    width: 100% !important; 
}
}