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


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

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

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

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

#h_box{
	padding: 4vw 0;
}



/* header 
---------------------------------------------------------- */
#h_left img {
	max-width: 300px;
	width: 100%;
}
#h_right {
	float: right;
	width: 45%;
	text-align: right;
}
#header .top_menu{
	width: 23%;
	margin-left: 1vw;
	float: right;
}
#header .menu_sp.active{
	background: url(common/images/common/btn_menu_on.jpg) no-repeat center;
	background-size: cover;
}
#header .menu_sp.active img{ opacity: 0;}

.menu_list{
	
	
}
.menu_list li{
	position: relative;
	overflow: hidden;
	background: #222;
	border-bottom: 1px solid #FFF;
}
.menu_list a{
	display: block;
	padding: 13px 0 13px 10px;
	box-sizing: border-box;
	width: 87%;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.menu_list a:hover{
	color: #FFF;
}
.menu_list .acordion_tree{ display: none;}
.menu_list .non_sub,
.menu_list li li a{
	background:url(./common/images/common/arrow01.png) no-repeat right center;
	background-size: auto 20px;
	width: 100%;
}
.menu_list ul a{ 
	font-size: 100%; 
}
.menu_list li li a{ padding-left: 20px; }
.menu_list .trigger{
	width: 10%;
	height: 46px;
	background: url(./common/images/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(./common/images/common/bg_min.png);
}
.menu_list li ul{ border-top: 1px solid #999999; }
.menu_list li li{ background: #666666; }
.menu_list li li:last-child{	border: none; }

.menusp_wrap{ position: relative; }
.menusp_wrap .acordion_tree_top{
	width: 100%; 
	position: absolute !important;
	display: none;
}


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

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


/* footer 
---------------------------------------------------------- */
#f_gmap iframe {
	height: 300px;
}
#footer {
	padding: 40px 0;
}


/* main_img_sub 
---------------------------------------------------------- */
#main_img_sub{
	height: 190px;
	text-align: center;
	background-attachment: scroll;
	background-size: cover;
}
#main_img_sub h2{
	font-size: 170%;
	padding-top: 60px;
}
#main_img_sub .txt_one{
	padding-top: 70px;
}


/* title style 
---------------------------------------------------------- */
.title_sec {
	font-size: 24px;
	margin-bottom: 4%;
}
.title_sec::after {
	width: 80px;
	height: 3px;
	margin: 10px auto 0;
}

.wrap{
	padding: 0;
}

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



/*-------------------------------------------------
---- media screen for content
------------------------------------------------- */

/* page_index 
---------------------------------------------------------- */
.product_col .col_box {
	float: none;
	width: 100%
}
.product_col .col_box .mask_box span {
	font-size: 16px;
}
.product_col .col_box .mask_box span em {
	font-size: 22px;
}

/* page_company 
---------------------------------------------------------- */
.page_company #gmap iframe {
	height: 250px;
}

/* page_contact 
---------------------------------------------------------- */
.btn_sty input {
	padding: 10px;
	width: 180px;
	margin: 0 5px;
}
a.btn_sty {
	max-width: 300px;
	width: 100%;
	font-size: 100%;
}

/* page_rpf
---------------------------------------------------------- */
.page_rpf .msg .tb_style th {
	width: 100%;
}
.scroll {
	overflow: auto;
	margin-bottom: 2%;
}
.scroll .tb_co2 {
	width: 980px;
}
.swipe{ margin-bottom: 0px;}
.swipe span {
	display: block;
	background: url(common/images/common/finger-swipe.png) no-repeat left center;
	background-size: 25px;
	font-size: 70%;
	padding: 7px 0 7px 35px;
}

} /* End Media 768px */


@media screen and (max-width:420px) {
/* header 
---------------------------------------------------------- */
#h_left img {
	margin-top: 2vw;
}
#header .top_menu{
	width: 28%;
	float: right;
}



/* menu_list 
---------------------------------------------------------- */
.menu_list ul a{
	width: 82%;	
}
.menu_list .trigger{
	width: 15%;	
}


/*-------------------------------------------------
---- media screen for content
------------------------------------------------- */


/* page_contact 
---------------------------------------------------------- */
.btn_sty input {
	padding: 10px;
	width: 100%;
	font-size: 110%;
	margin: 5px 0;
}


} /* End Media 420px */


