
@media screen and (max-width: 999px) {
body, #wrapper{
	width: 1000px;
	min-width: 1000px;	
}
} /* End Media 999px */


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

/* css common 
---------------------------------------------------------- */
.sp{ display: block; }
.pc{ display:none; }

body, #wrapper, #main_img, #footer_box{
	width: 100%;
	min-width: 100%;
}

#h_box, #topicPath, .box, #main{
	width: 92%;
	min-width: 92%;
}

#header{
	padding-top: 0;
}
#h_box{
	padding: 4% 0;
}
#h_left {
	width: 60%;
	padding-top: 1%;
}
#h_right {
	width: 14%;
	text-align: right;
}
#content{
	width: 100%;
	float: none;
}
#snav{
	width: 100%;
	float: none;
}

/* header 
---------------------------------------------------------- */
#header .top_menu{

}
#header .menu_sp.active{
	background: url(/assets/img/common/btn_menu_on.png) no-repeat center;
	background-size: cover;
}
#header .menu_sp.active img{ opacity: 0;}

.nav_sp{
	position: relative;

}
.nav_sp .acordion_tree_top{
	position: absolute !important;
	width: 100%;
	left: 0;
	top: 0;
}
.menu_list li{
	position: relative;
	overflow: hidden;
	background: url(/assets/img/common/bg_nav_sp.jpg);
	border-bottom: 1px solid #393939;
}
.menu_list a,
.menu_list span{
	display: block;
	padding: 13px 0 13px 10px;
	box-sizing: border-box;
	width: 87%;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%
}
.menu_list a:hover{
	color: #FFF;
}
.menu_list .acordion_tree{ display: none;}
.menu_list .non_sub,
.menu_list li li a,
.menu_list li li span{
/*	background:url(/assets/img/common/arrow01.png) no-repeat right center;
	background-size: auto 20px;*/
	width: 100%;
}
.menu_list ul a{ 
	font-size: 100%; 
}
.menu_list .trigger{
	width: 10%;
	height: 46px;
	background: url(/assets/img/common/bg_plus.png) no-repeat right center;
	background-size: auto 20px;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
}
.menu_list .trigger.active{
	background-image: url(/assets/img/common/bg_min.png);
}
.menu_list li ul{ border-top: 1px solid #292929; }
.menu_list li li{ background: #333333; border-bottom: 1px solid #292929; }
.menu_list li li:last-child{	border: none; }
.menu_list li li a,
.menu_list li li span{
	font-weight: normal;
	padding-left: 20px;
}
.menu_list li li.sublink a {
	padding-left: 30px;
}
.nav_bott{
	background: #029646;
}
.nav_bott .btn_contact{
	padding: 20px 2%;
	text-align: center;
}
.nav_bott .btn_contact a{
	display: inline-block;
	border: 1px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 40px;
	text-decoration: none;
}
.nav_bott .btn_contact a span{
	display: inline-block;
	background: url(/assets/img/common/arrow01.png) no-repeat right center;
	background-size: 5px;
	padding-right: 13px;
	color: #FFF;
	font-weight: bold;
}
.nav_bott ul{
	border-top: 1px solid #017235;
}
.nav_bott ul li{
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.nav_bott ul li:first-child{
	border-right: 1px solid #017235;
}
.nav_bott ul li a{
	color: #FFF;
	display: block;
	text-decoration: none;
	font-size: 80%;
	padding: 15px 10px;
	text-align: center;
}

/* tab_con 
---------------------------------------------------------- */
.tab_con .msg {
	width: 100%;
}
.tab_con .img {
	width: 100%;
	text-align: center;
	margin-bottom: 4%;
}
.tab_con.pic_l .img, .tab_con.pic_r .msg,
.tab_con.pic_l .msg, .tab_con.pic_r .img,
.tab_con.flow_picl .img,
.tab_con.flow_picr .img {
	float: none;
	margin-left: 0;
	margin-right: 0;
}

/* tb_line
---------------------------------------------------------- */
.tb_line td,
.tb_line th{
	width: 100%;
	display: block;
}
.tb_line td{
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 20px;
}
.tb_line th{
	border-bottom: none;
	padding-bottom: 10px;
}
.tb_line table td,
.tb_line table th{
	display: inline-block;
}



/* margin style 
---------------------------------------------------------- */
.section {
	margin-bottom:10%;
}
.container {
	margin-bottom:8%;
}
.case {
	margin-bottom:6%;
}
.pack {
	margin-bottom:4%;
}
.item {
	margin-bottom:2%;
}

#footer {
	padding: 8% 0 0 0;
}
#address{
	width: 90%;
	margin: auto;
	float: none;
}
#address .add{
	width: 48%;
	float: left;
	box-sizing: border-box;
	margin-left: 4%;
}
#address .add_first{
	margin-left: 0;
}
#address .logo_f{ 
	padding: 0 20%;
	padding-bottom: 8%;
	margin-bottom: 6%;
}

/* --- copy_right --- */
#copy_right{
	padding: 0;
}
#copy_right .box{ width: 100%; }
#copy_right p{
	float: none;
	text-align: center;
	padding: 15px 5px;
	clear: both;
	background: #000;
}
#copy_right ul{
	float: none;
}
#copy_right .nav_bott li:last-child{
	width: 100%;
	border-top: 1px solid #017235;
}




/* margin style
---------------------------------------------------------- */
.section {
	margin-bottom:12%;
}
.container {
	margin-bottom:10%;
}
.case {
	margin-bottom:8%;
}
.pack {
	margin-bottom:6%;
}
.item {
	margin-bottom:4%;
}

/* p section 
---------------------------------------------------------- */
main p {
	margin-bottom:10px;
}


/* container 
---------------------------------------------------------- */
.container .msg {
	width: 100%;
}
.container .img {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.pic_l .img, .pic_r .msg,
.pic_l .msg, .pic_r .img,
.flow_picl .img,
.flow_picr .img {
	float: none;
}
.con_big .img{ width: 100%; }
.con_big .msg{ width: 100%; }
/* topicPath 
---------------------------------------------------------- */
#topicPath {
	padding:4% 0 10% 0;
}

/* title style 
---------------------------------------------------------- */
.title_main {
 	font-size: 150%;
	margin-bottom: 4%;
}
.title_sec {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 4%;
}

.title_sub {
	margin-bottom: 4%;
}
.title_sub span{
	font-size: 140%;
}
.title_page{
	font-size: 120%;
	margin-bottom: 3%;
}

.scroll{
	overflow: auto;　　　　
  white-space: nowrap;　　
}
.scroll .tb_style{ width: 700px; }
.swipe span{
	background: url(/assets/img/common/ico_swipe.png) no-repeat left center;
	background-size: 25px;
	padding: 7px 0 7px 35px;
	font-size: 80%;
}
/*-------------------------------------------------
---- media screen for content
------------------------------------------------- */

.pd_db{
	padding: 12% 0;
}
.pd_db02{
	padding: 10% 0;
}

/* page_index 
---------------------------------------------------------- */
/* slider
---------------------------------------------------------- */
.swiper-slide .box {
	max-height: 400px;
	height: auto;
}
.swiper-slide .box .txt {
	padding: 18% 0;
	text-align: center;
}
	
.page_index #topics .img { 
	width: 100%;
	padding-top: 0%;
	margin-bottom: 4%;
}
.page_index #topics .msg{
	width: 100%;
	border-left: none;
	border-top: 1px solid #ddd;
	padding: 4% 0 0 0;
}
.page_index #topics .msg ul{
	height: 120px;
}


/* btn_sty 
---------------------------------------------------------- */
#main_visual_wrap{
	padding: 15% 0;
}
#main_visual_wrap h2{
	font-size: 220%;
	line-height: 1.2;
}


/* page_greeting 
---------------------------------------------------------- */
.name img{
	height: 25px;
	margin-top: 0px;
}



/* page_solution 
---------------------------------------------------------- */
.page_solution .wrap_out{
	padding: 20px 20px 75px 20px;
}
.page_solution .wrap_out .txt_green01{ margin-bottom: 10px; }
.page_solution .wrap_out .title_main{ margin-bottom: 5px;}
.page_solution .subInner{
	background: #fafafa;
	padding: 20px 20px 40px 20px;
}

.page_solution .click{
	margin-left: 20px;
	margin-right: 20px;
}
.page_solution .click_2{
	padding: 10px 0;
}
/* -- sub_sty -- */
.sub_sty .pack{
	background: none;
	border-bottom: 1px solid #c4c4ce;
	padding-bottom: 6%;
}
.sub_sty .pack span,
.sub_sty .pack p,
.sub_sty_long .pack span,
.sub_sty_long .pack p{
	width: 100%;
	float: none;
}


/* page_philosophy 
---------------------------------------------------------- */
.page_philosophy #mission p,
.page_philosophy #corevalue .case {
	width: 100%;
}
.page_philosophy .list_col{
	width: 100%;
}
.page_philosophy .list_col li{
	width: 90%;
	float:none;
}

/* page_overview 
---------------------------------------------------------- */
.sub_sty_full .pack p,
.sub_sty_full .pack .over_r{ width: 100%; }

.page_overview .over_add em{
	width: 100%;
	float: none;
}
.page_overview .over_add .btn_sty{
	float: none;
	margin-top: 10px;
}


/* page_staff 
---------------------------------------------------------- */
.page_staff .staff_top .img{
	width: 100%;
	margin-bottom: 0;
}
.page_staff .staff_top .msg{
	width: 100%;
}
.page_staff .staff_top .title_main{ 
	margin-bottom: 3%; 
	font-size: 140%;
}
.page_staff .name_staff{

}
.page_staff .name_staff em{
	font-size: 120%;
}
.page_staff .name_staff span{
	font-size: 180%;
}
.page_staff .staff_qa .pack{
	padding-bottom: 6%;
	margin-bottom: 4%;
}



/* page_career 
---------------------------------------------------------- */
.page_career th,
.page_career td {
	width: 100%;
	display: block;
}

/* page_guidance 
---------------------------------------------------------- */
.page_guidance th,
.page_guidance td {
	width: 100%;
	display: block;
}



/* page_message
---------------------------------------------------------- */
.page_message p {
	width: 100%;
}







} /* End Media 768px */


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

/* tb_cell 
---------------------------------------------------------- */
.tb_cell th,
.tb_cell td{
	width: 100% !important;
	display:block;
}
/* menu_list 
---------------------------------------------------------- */
.menu_list ul a{
	width: 82%;	
}
.menu_list .trigger{
	width: 15%;	
}
/* contact 
---------------------------------------------------------- */
#contact img{
	height: 23px;
}

.tb_style td,
.tb_style th{
	padding: 10px;
}
.need_full{
	display: block ;
	width: 100%;
}
.need_full_in td,
.need_full_in th{
	display: block;
	width: 100%;
	box-sizing: border-box;
}
/*-------------------------------------------------
---- media screen for content
------------------------------------------------- */


/* page_index 
---------------------------------------------------------- */
.page_index #topics .img img{
	height: 23px;
}















} /* End Media 420px */


