@media screen and (max-width: 768px) {
article, aside, details, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
}
p {
	font-size: 1.1em;
	line-height: 180%;
	padding: 5px 0px;
	color: #333;
}
#main li{
	list-style:none;
	margin:5px 10px 5px 0px;
}

/* ここからCSSを記入 */
#head {
	display: none;
}
header h1 {
	display: none;
}
/* ナビ */
#menu {
	display: -webkit-flex;
	margin: 0px 0px 10px 0px;
	padding: 5px;
}
#menu li {
	list-style: none;
}
#menu .logo {
	background: #555;
}
#menu a {
	margin: 10px;
	border-radius: 5px;
	background: #ccc;
	color: #fff;
	display: block;
	padding: 15px;
	text-decoration: none;
}
#menu a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}
.js #menu {
	display: none;
}
.js .slicknav_menu {
	display: block;
}
/* コンテンツ */
#wall {
	width: 98%;
	background: #fff;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
}
#main {
	width: 100%x;
	height: auto;
	margin: 10px 10px;
	padding: 10px;
	background-color: fff;
	border: 2px solid #ccc;
	border-radius: 10px;
}
/* 見だし */
#main h1 {
	border-bottom: 4px #FF9999 solid;
	padding-bottom: 5px;
	font-weight: normal;
}
#main h1 span {
	margin-left: 20px;
	font-size: 80%;
	color: #888;
	position: relative;
	top: 0px;
}
h2 {
	position: relative;
	padding-bottom: .2em;
	border-bottom: 4px solid #ccc;
	font-size: 1.1em;
	font-weight: normal;
}
h2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 30%;
	height: 4px;
	background-color: #FF9999;
}
/* PR用 */
dl {
	margin: 20px 0px;
	padding: 0px;
}
dt {
	font-size: 14px;
	font-weight: bold;
	width:100%;
	padding: 0px 5px;
	height: 25px;
	line-height: 25px;
	border-left: 5px solid #000;
	background: #ddd;
}
dt a {
	text-decoration: none;
	font-weight: bold;
	color: #0000FF;
}
dt a:visited {
	color: #800080;
}
dd {
	line-height: 1.8em;
	margin: 5px 0;
	font-size: 12px;
	padding: 0px 5px;
}
dd a {
	text-decoration: none;
}
/* フッター */
#foot {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #371919;
}
#foot h3 {
	text-align: center;
	color:#fff;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
/* コンタクト */
.contact-name {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.required {
	color: #ff0000;
	text-align: left;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
#msize1 {
	width: 300px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#lsize2 {
	width: 300px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.adding2 {
	width: 500px;
	height: 200px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#formsubmit {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
input, select, textarea {
	margin: 3px;
	padding: 0px 0px 0px 0px;
}
input, select {
	color: #555555;
	font-weight: normal;
	line-height: 1.5;
	font-size: 110%;
}
/* ここまでCSSを記入 */
}
