@media only screen and (max-width: 640px){
/*--------------------------------------------------
	共有
--------------------------------------------------*/
.dsp_hp, .dsp_hpt { display: none; }

body { font-size: 90%; }

/* ヘッダ */
#header h1 {
	font-size: 10px;
}
#header p.title img {
	width: 200px;
}
/* ページタイトル */
#page_title {
	padding-bottom: 15px;
}
/* コンテナ */
#wrap, #footer {
	min-width: 360px;
}
/* フッター */
#footer {
	font-size: 12px;
}
#footer .box p.title img {
	width: 190px;
}

/*--------------------------------------------------
  トップページ
--------------------------------------------------*/
/* メッセージ */
#top_msg {
	padding: 40px 0;
}
#top_msg p {
	font-size: 100%;
	text-align: left;
	line-height: 1.8;
}
/**/
#top_worry {
	padding: 40px 0;
}
#top_worry .box {
	padding: 20px;
	background-image: none;
}
#top_worry h3 {
	margin-bottom: 20px;
}
#top_worry .chk {
	padding: 15px;
	background-image: none;
}
#top_worry p.b {
	padding-left: 0;
	font-size: 16px;
}
/* LEDについて */
#top_about {
	padding: 40px 0;
}
#top_about .box {
	padding: 20px;
}
#top_about h3 {
	margin-bottom: 15px;
}
#top_about dt {
	font-size: 18px;
}
#top_about dd {
	padding: 15px;
}
/* コンテンツ */
#top_contents {
	margin-bottom: 10px;
}
#top_contents li {
	width: calc(31% - 10px);
	margin-bottom: 70px;
	padding: 5px;
}
#top_contents li:after {
	bottom: -70px;
	height: 70px;
}
#top_contents li a {
	padding: 20px 6px;
}
/* お知らせ */
#top_info h3 {
	margin-bottom: 15px;
}
#top_info dt {
	float: none;
	width: auto;
}
#top_info dd {
	margin-left: 0;
}
/* お問い合わせ */
#top_contact .main {
	padding-top: 30px;
}
#top_contact h3 span {
	font-size: 85%;
}
#top_contact p.tel a span {
	display: block;
	margin-left: 0;
}

/*------------------------------------------------*/
}
