@media only screen and (max-width: 768px) and (min-width: 641px){
/*--------------------------------------------------
	タブレットのみ適応
--------------------------------------------------*/
.dsp_smt { display: none; }

}
@media only screen and (max-width: 768px) {
/*--------------------------------------------------
	タブレット・スマホに適応
--------------------------------------------------*/
img { max-width: 100%; height: auto; }

.dsp_hp { display: none; }

/* ヘッダ */
#header {
	padding: 0 10px;
}
#header .in {
	padding-left: 40px;
	background-position: left top;
}
#header h1 {
	margin-bottom: 10px;
	padding-right: 50px;
	text-align: left;
}
#header p.title img {
	width: 260px;
}
/* ページタイトル */
#page_title {
	padding: 15px 0 30px;
}
/* メニュー */
#switchBtnArea #switchBtn,
#rwdMenuWrap {
	background: #000000;
}
#rwdMenuWrap ul li a {
	color: #000000;
}
/* コンテナ */
#container{
	padding: 0 0 4px;
}
.main {
	padding-left: 15px;
	padding-right: 15px;
}
/* フッター */
#footer .box {
	padding: 20px 0;
}
#copyright {
	text-align: center;
}
/* パンくずリスト */
#page_navi {
	margin-bottom: 30px;
	font-size: 11px;
	display: none;
}

/*--------------------------------------------------
  トップページ
--------------------------------------------------*/
#top_worry {
	margin-bottom: 0;
}
#top_worry .box {
	padding: 30px;
	background-position: 20px bottom;
}
#top_worry h3 {
	margin-bottom: 30px;
	text-align: center;
}
#top_worry .chk {
	padding: 20px;
	background-position: right bottom;
}
#top_worry p.b {
	margin-bottom: 0;
	padding-left: 120px;
}
/* LEDについて */
#top_about {
	margin-bottom: 0;
}
#top_about .box {
	padding: 30px;
}
#top_about p.cen_pc {
	line-height: 1.8;
}
#top_about dl.fl {
	margin-bottom: 20px;
}
#top_about dt {
	font-size: 20px;
}
#top_about dd .img_lft {
	float: none;
	margin: 0;
}
/* コンテンツ */
#top_contents {
	margin-bottom: 10px;
}
#top_contents li {
	width: calc(31% - 20px);
	margin-bottom: 100px;
	padding: 10px;
}
#top_contents li+li {
	margin-left: 3.5%;
}
#top_contents li:after {
	bottom: -100px;
	height: 100px;
}
/* お知らせ */
#top_info {
	margin-bottom: 40px;
}
/* お問い合わせ */
#top_contact .main {
	padding-bottom: 20px;
}
#top_contact h3 span {
	display: block;
}

/*--------------------------------------------------
  会社案内・採用情報
--------------------------------------------------*/
#company .box,
#recruit .box {
	padding: 20px;
}
#company th,
#company td {
	display: block;
	margin-top: -1px;
}
/**/
#company_msg .fl,
#company_msg .fr {
	float: none;
}
#company_msg .fl {
	margin-bottom: 20px;
}
/*--------------------------------------------------
	お問い合せ
--------------------------------------------------*/
#mail {
	width: 100%;
}
#mail input[type="button"] {
	width: 130px;
	height: 35px;
}
#mailform .btn input {
	width: 100px;
	height: 30px;
}
#mailform .btn_yubin input {
	width: 150px;
	height: 30px;
}
#mailform .tbl {
	width: 100%;
	margin-bottom: 5px;
}
#mailform .tbl th,
#mailform .tbl td {
	display: block;
}
#mailform textarea,
#mailform input[type="text"] {
	width: 100%;
	padding: 8px 2px;
	box-sizing: border-box;
}
#mailform .tbl input.w40 {
	width: 40%;
}
#mailform .tbl th.need {
	background-image: url(../../img/contact/ico_need.png);
	background-position: right top;
	background-repeat: no-repeat;
}
#contact li {
	display: block;
	margin-bottom: 5px;
	float: left;
}
#contact .tbl td {
	margin-top: -1px;
	margin-bottom: -1px;
}
/*------------------------------------------------*/
}