
@media (max-width: 720px){
    .pc-mode{
        display:none;
    }
	.sp_mode{
		display: block;
	}
	#rc_top_menu_x{
		display: none;
	}
	#rc_header div.rc_wrap h2.rc_top{
		display: none;
	}
	#rc_header img.rc_logo{
		padding: 4px 0 ;
	}
	
.con_wrap{
	width:100%;
	margin: 0 auto;
}
.top_head_frame{
	height:480px;
	width:100%;
	background: url("../img/top/top_bg.jpg");
	overflow: hidden;
	border-bottom:1px solid #FFF;
}
.top_head{
	border-bottom:1px solid #FFF;
	padding: 120px 0;
	height:250px;
	background-image: url("../img/top/top_bg.jpg");
	background-size: cover;
	background-position: center center;
}
.logo_pick{
	background: #FFF;
	border-bottom:#EEEEEE 1px solid;
}
.logo_pick ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 12px 0;
	height:auto;
	width:100%;
}
.logo_pick ul li{
	float:none;
	display: inline-block;
	padding:0 5px 0 5px;
}
.logo_pick ul li:first-child{
	display: none;
	}
.logo_pick ul li img{
    height: 40px;
}
	
.container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}
.sel_school,
.sel_indivi,
.sel_biz{
	margin:0 auto 20px;
	width:300px;
	background:#FFF bottom no-repeat url("../img/top/bottom_arrow.png");
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	position: relative;
}
.hiroba_boxes{
	padding: 5px 0;
	width:100%;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
	text-align: left;
}
.hiroba_boxes div{
	width:calc(100% - 30px);
	margin: 5px;
	padding: 15px 10px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	border-left:#00468C 3px solid;
	background:#FFF;
}
.hiroba_boxes div:nth-child(2){
	background: #F0F7FD;
}
.hiroba_boxes div:nth-child(3){
	background: #FFF;
}
.hiroba_boxes div:nth-child(4){
	background: #F0F7FD;
}
.hiroba_boxes div:nth-child(6){
	background: #F0F7FD;
}

#footer_logo{
	border-top:#CCC 1px solid;
	padding:15px 0;
	width: 100%;
}
#footer_logo .con_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#footer_logo .con_wrap img{
	padding: 1px;
	}
.rc_wrap{
	margin:0 auto;
	width:100%;
}
	#rc_footer p.rc_footer_links{
		float: none;
		display: block;
		text-align: center;
	}
	#rc_header div.rc_wrap div.rc_head_inq{
		display: none;
	}
	#rc_footer .rc_copy{
		float: none;
		display: block;
		text-align: center;
	}
/* menu */
nav.ham {
	display: block;
  	z-index: 99999;
	position: absolute;
	top:0;
	right:0;
}
.hamburger{
	z-index: 101;
	position: absolute;
	top:0;
	right:0;
	padding: 10px;
	width: 30px;
	height: 30px;
	background: #18A34D;
}
.menu-trigger,
.menu-trigger span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 30px;
	height: 30px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0px;
}
.menu-trigger span:nth-of-type(2) {
  top: 13px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0px;
}
.menu-trigger.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
#nav-content{
	display: none;
	position: absolute;
	top:0;
	right:-200px;
	background:#FFF;
	border-radius:0 0 0 4px;
	padding: 50px 0px 0px;
	z-index: 100;
	width:200px;
 	transition: .3s ease-in-out;
	opacity: 0.1;
}
#nav-content ul{
	background: #FFF;
	border-radius:0 0 0 4px;
}
#nav-content li{
	border-top:1px solid #CCC;
}

#nav-content li a{
    display: block;
	padding:5px;
	border-top:1px solid #CCC;
    color: #111;
}
#nav-content li a:hover{
    color:#000;
    background: #F7DB7B;
}
#nav-close {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
 	transition: .3s ease-in-out;
}
#nav-content.active {
	right:0px;
	display:block;
	opacity: 0.9;
 	transition: .3s ease-in-out;
}
#nav-close.active {
	display:block;
	opacity: .5;
}
.sp_mode{
	display: none;
} 
.pc-mode{
        display:block;
}

}