/* -------------------- reset */

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul {
	list-style: none;
}

/* -------------------- form reset */

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  appearance: button;
	-webkit-appearance: button;
  border: none;
  box-sizing: border-box;
	-webkit-box-sizing: content-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* -------------------- font */

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
@media all and (-ms-high-contrast: none)  {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

/* ------------------------------ border-box */

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* ------------------------------ a */

a {
	display: block;
	color: #333;
	text-decoration: none;
	transition: 0.2s;
}

/* ------------------------------ img */

img {
	width: 100%;
	display: block;
}

/* ------------------------------ table */

table {
	border-collapse: collapse;
  border-spacing: 0;
	font-weight: normal;
}

body {
	width: 100%;
	height: 100%;
	font-size: 16px;
}

/* ------------------------------ body */

div.wrap {
	display: flex;
	flex-direction: column;
}


/* ------------------------------ header */

header {
	width: 100%;
	max-width: 1280px;
	padding: 16px 0 16px 0;
	margin: 0 auto 0 auto;
	user-select:none;
}
header a.logo {
	width: 100%;
	max-width: 480px;
	height: auto;
	margin: 0 12% 0 0;
}

/* ------------------------------ flex */

.f-start {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}
.f-center {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.f-between {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.f-around {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
}

/* ------------------------------ flex */

.marginT-16 {
	margin-top: 16px !important;
}
.marginB-16 {
	margin-bottom: 16px !important;
}

/* ------------------------------ sp-logo */

div.sp-logo {
	display: none;
}

/* ------------------------------ send */

ul.send {
	width: 100%;
	font-size: 0.9em;
	text-align: center;
}
ul.send li {
}
ul.send li a {
	width: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	box-shadow: 2px 2px #d9d9d9;
}
ul.send li.samp a {
	background-image: url("../images/h_samp_before.svg");
}
ul.send li.est a {
	background-image: url("../images/h_est_before.svg");
}
ul.send li.order a {
	color: #d4161e;
	background-color: #fff;
	background-image: url("../images/h_order_after.svg");
	border: 1px solid #d4161e;
}
ul.send li a:hover {
	color: #fff;
	background-color: #b4b3b3;
}
ul.send li.samp a:hover {
	background-image: url("../images/h_samp_after.svg");
}
ul.send li.est a:hover {
	background-image: url("../images/h_est_after.svg");
}
ul.send li.order a:hover {
	color: #fff;
	background-color: #d4161e;
	background-image: url("../images/h_order_before.svg");
}
/* header */
header ul.send {
	display: none;
	width: 512px;
}
header ul.send li {
	width: 160px;
	height: 40px;
}
header ul.send li a {
	line-height: 40px;
	background-size: 24px 24px;
	background-position: 8px 8px;
}
/* detail */
div.detail ul.send {
	background-color: #f5f0e7;
	margin: 16px auto 0 auto;
	padding: 16px;
}
div.detail ul.send li {
	width: 32%;
}
div.detail ul.send li a {
	background-size: 24px 24px;
	background-position: 16px 16px;
	padding: 16px 0;
}
div.detail ul.send p {
	width: 100%;
	margin: 0 0 16px 0;
}
div.detail div.item > a {
	display: inline-block;
	width: 40%;
}

/* ------------------------------ pankuzu */

div.pankuzu {
	width: 100%;
	max-width: 1280px;
	margin: 16px auto 0px auto;
}
div.pankuzu ul {
	display: flex;
	justify-content: flex-end;
	font-size: 0.9em;
	padding: 0;
}
div.pankuzu ul li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
div.pankuzu ul li:after {
	content: ">";
	color: #b3b3b3;
	margin: 0 8px 0 8px;
}
div.pankuzu ul li:last-child:after {
	content: "";
}
div.pankuzu ul li a {
	color: #b3b3b3;
}
div.pankuzu ul li:last-child a {
	color: #666666;
}

/* -------------------- 2022年追加 */

@media screen and (max-width: 499px) {
	div.pankuzu ul {
    margin: 0 0 8px 0;
	}
	div.pankuzu ul li a {
    font-size: 0.75em;
	}
}

/* -------------------- */



/* ------------------------------ sidebar */

div#g-nav {
	width: 24%;
  margin: 0 auto 0 0;
}
div#g-nav div#g-nav-list {
	width: 100%;
}
ul.sidebar {
	width: 100%;
}
ul.sidebar li {
	margin: 0 0 8px 0;
}
ul.sidebar li:first-child {
	color: #fff;
	line-height: 60px;
	font-weight: bold;
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 0 0 0 44px;
}
div.ring ul.sidebar li:first-child {
	background-color: #3fa9f5;
	background-image: url("../images/category_m01w.svg");
}
div.case ul.sidebar li:first-child {
	background-color: #78be48;
	background-image: url("../images/category_m02w.svg");
}
div.name ul.sidebar li:first-child {
	background-color: #ff931e;
	background-image: url("../images/category_m03w.svg");
}
div.original ul.sidebar li:first-child {
	background-color: #ff7bac;
	background-image: url("../images/category_m04w.svg");
}
ul.sidebar li:last-child {
	margin: 0;
}
ul.sidebar li a {
	font-size: 0.9em;
	background-color: #f2f2f2;
	box-shadow: 2px 2px #d9d9d9;
	padding: 8px 8px 8px 24px;
}
ul.sidebar li a:hover {
	color: #FFF;
	background-color: #b4b3b3;
}
ul.sidebar li a.active {
	color: #FFF;
	background-color: #b4b3b3;
}

.openbtn1 {
	display: none;
}

/* -------------------- 2022年追加 */

@media screen and (max-width: 900px) {
	div#g-nav {
		position:fixed;
		top: 0;
		width: 56%;
		left: -56%;
    height: 99vh;
		z-index: 99;
    background-color: #fff;
    border-right: solid 1px #909090;
		padding: 60px 20px;
		transition: all 0.6s;
	}
	#g-nav.panelactive{
		left: 0;
	}
	#g-nav.panelactive #g-nav-list{
		position: fixed;
		z-index: 999; 
		width: 50%;
		height: 80vh;/*表示する高さ*/
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	#g-nav.panelactive #g-nav-list::-webkit-scrollbar {
		width: 10px;
	}
	#g-nav.panelactive #g-nav-list::-webkit-scrollbar-track {
		background-color: #ccc;
 	}
	div.detail.ring #g-nav.panelactive #g-nav-list::-webkit-scrollbar-thumb {
		background-color: #17275d;
	}
	div.detail.case #g-nav.panelactive #g-nav-list::-webkit-scrollbar-thumb {
		background-color: #17585d;
	}
	div.detail.name #g-nav.panelactive #g-nav-list::-webkit-scrollbar-thumb {
		background-color: #5d3817;
	}
	div.detail.original #g-nav.panelactive #g-nav-list::-webkit-scrollbar-thumb {
		background-color: #5d1751;
	}
	.openbtn1 {
		display: block;
		position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 50px;
	}
	div.detail.ring .openbtn1 {
		background-color: #3fa9f5;
	}
	div.detail.case .openbtn1 {
		background-color: #7ac943;
	} 
	div.detail.name .openbtn1 {
		background-color: #ff931e;
	}
	div.detail.original .openbtn1 {
		background-color: #ff7bac;
	}
	.openbtn1 p {
		color: #fff;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
	}
	.openbtn1 span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: auto;
    right: 16px;
		height: 3px;
		border-radius: 2px;
		background-color: #fff;
		width: 25px;
	}
	.openbtn1 span:nth-of-type(1) {
		top:15px; 
	}
	.openbtn1 span:nth-of-type(2) {
		top:23px;
	}
	.openbtn1 span:nth-of-type(3) {
		top:31px;
	}
	.openbtn1.active span:nth-of-type(1) {
		top: 18px;
    left: auto;
		right: 16px;
		transform: translateY(6px) rotate(-45deg);
	}
	.openbtn1.active span:nth-of-type(2) {
		opacity: 0;
	}
	.openbtn1.active span:nth-of-type(3){
		top: 30px;
    left: auto;
		right: 16px;
		transform: translateY(-6px) rotate(45deg);
	}
}
@media screen and (max-width: 499px) {
	div#g-nav {
    width: 100%;
    left: -100%;
	}
	#g-nav.panelactive #g-nav-list {
    width: 90%;
	}
}

/* -------------------- */




/* ------------------------------ nav */

nav ul.menu {
	position: relative;
	width: 100%;
	max-width: 1280px;
	font-size: 1.0em;
	margin: 0 auto 0 auto;
	user-select:none;
}
nav ul.menu > li {
	width: calc(100%/6);
	height: 48px;
	line-height: 48px;
	text-align: center;
}
nav ul.menu > li:hover {
	border-bottom: 3px solid #c5c5c5;
}
nav ul.menu > li a {
	display: block;
	color: #505050;
}
nav ul.menu > li a:hover {
	color: #505050;
}
nav ul.second {
	position: absolute;
	top: 48px;
	left: 0;
	width: 100%;
	padding: 16px;
	background-color: rgba(144,144,144,0.6);
	visibility: hidden;
	opacity: 0;
	z-index: 2;
	transition: all .2s ease;
}
nav ul.menu li.mega ul.second li {
}
nav ul.menu li.mega.product ul.second li {
	width: 24%;
}
nav ul.menu li.mega.product ul.second li a {
	position: relative;
}
nav ul.menu li.mega.product ul.second li a img.category {
	position: absolute;
	top: 4px;
	width: 36px;
	height: 36px;
}
nav ul.menu li.mega.product ul.second li a img.arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
}
nav ul.menu li.mega.product ul.second li a span ,
nav ul.menu li.mega.product ul.second li a p {
	position: absolute;
	left: 0;
	color: #fff;
	text-align: left;
	font-weight: bold;
	line-height: normal;
	word-spacing: -0.15em;
	padding: 0 6px;
	margin: 0;
}
nav ul.menu li.mega.product ul.second li:nth-child(1) a span ,
nav ul.menu li.mega.product ul.second li:nth-child(1) a p {
	background-color: #3fa9f5;
}
nav ul.menu li.mega.product ul.second li:nth-child(2) a span ,
nav ul.menu li.mega.product ul.second li:nth-child(2) a p {
	background-color: #7ac943;
}
nav ul.menu li.mega.product ul.second li:nth-child(3) a span ,
nav ul.menu li.mega.product ul.second li:nth-child(3) a p {
	background-color: #ff931e;
}
nav ul.menu li.mega.product ul.second li:nth-child(4) a span ,
nav ul.menu li.mega.product ul.second li:nth-child(4) a p {
	background-color: #ff7bac;
}
nav ul.menu li.mega.product ul.second li a span {
	bottom: 28px;
	font-size: 0.9em;
	line-height: 23px;
}
nav ul.menu li.mega.product ul.second li a p {
	bottom: 0;
	display: inline-block;
	font-size: 1.1em;
	line-height: 28px;
}
nav ul.menu li.mega.guide ul.second li {
	width: 44%;
}
nav ul.menu li.mega:hover ul.second {
	top: 48px;
	visibility: visible;
	opacity: 1;
}
nav .init {
	position: relative;
}
nav .init:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 auto 0 auto;
	border-right: 8px solid transparent;
	border-top: 8px solid #cccccc;
	border-left: 8px solid transparent; 
}

@media screen and (max-width: 768px) {
	body.open {
		width: 100%;
		height: 100%;
		position: fixed;
		overflow: hidden;
	}
	html.fix {
		height: 100%;
		overflow: hidden;
	}
  div.toggle {
    width: 50px;
    height: 50px;
    visibility: visible;
    position: fixed;
    top: 15px;
    right: 4px;
    border-radius: 10px;
    cursor: pointer;
    z-index: 9999;
  }
  div.toggle > div {
    position: relative;
    width: 30px;
    top: 8px;
    left: 7px;
  }
  div.toggle span {
    width: 80%;
    height: 2px;
    position: absolute;
    left: 6px;
    display: block;
    background: #000;
    transition: transform .6s ease-in-out, top .5s ease;
  }
  div.toggle span:nth-child(1) {
    top: 8px;
  }
  div.toggle span:nth-child(2) {
    top: 16px;
  }
  div.toggle span:nth-child(3) {
    top: 24px;
  }
  .open div.toggle span:nth-child(1) {
    top: 16px;
    transform: rotate(45deg);
  }
  .open div.toggle span:nth-child(2) {
    top: 16px;
    width: 0;
    left: 50%;
  }
  .open div.toggle span:nth-child(3) {
    top: 16px;
    transform: rotate(-45deg);
  }

	nav .init:after {
    content: none;
	}

	nav {
    display: none;
	}
	.open nav {
		position: fixed;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: rgb(255 255 255);
    animation-name: fade;
		z-index: 1000;
	}
	.open nav > ul.menu {
		display: block;
    width: 100%;
    padding: 0 30px 0px 30px;
    margin: 80px 0 20px 0;
	}
	.open nav > ul.menu > li {
		width: 100%;
		height: auto;
		text-align: left;
	}
	.open nav > ul.menu > li:not(li.product) {
		border-bottom: solid 1px #CCC;
		font-weight: bold;
	}
	.open nav ul.second {
		visibility: visible;
    opacity: 1;
    position: relative;
    top: 0;
		background-color: rgba(255,255,255,0);
		border: solid 1px #CCC;
		padding: 20px;
	}
	.open nav ul.menu li.mega.product ul.second li {
		width: calc(98% / 2);
	}
	.open nav ul.menu li.mega.product ul.second li:nth-of-type(1), 
	.open nav ul.menu li.mega.product ul.second li:nth-of-type(2) {
		margin: 0 0 10px 0;
	}
	.open nav ul.menu li.mega.product ul.second li a span {
		font-size: 0.75em;
	}
	.open nav ul.menu li.mega.product ul.second li a p {
		font-size: 0.875em;
	}
	.open ul.send {
		padding: 0 30px;
		margin: 0 0 90px 0;
	}
	.open ul.send li {
    width: calc(98% / 2);
	}
	.open ul.send li:nth-of-type(1), 
	.open ul.send li:nth-of-type(2) {
		margin: 0 0 14px 0;
	}
	.open ul.send li a {
		padding: 10px 20px;
	}

	.open nav ul.menu > li:hover {
    border-bottom: none;
	}
	.open nav ul.menu li.mega:hover ul.second {
    top: 0;
	}
	.open div.sp-logo {
		position: absolute;
    top: 0;
    height: 80px;
    display: flex;
    align-items: center;
    background: #FFF;
    z-index: 9999;
    border-bottom: solid 1px #CCC;
    width: 100%;
	}
	.open div.sp-logo a {
		display: block;
    z-index: 1100;
		position: relative;
		width: 88%;
	}
}
@media screen and (max-width: 480px) {
	.open nav {
    overflow-y: scroll;
	}
	.open nav ul.second {
    flex-direction: column;
    align-items: flex-start;
	}
	.open nav ul.menu li.mega.product ul.second li {
    width: 100%;
	}
	li.mega.product ul.second li:nth-of-type(3) {
		margin: 0 0 10px 0;
	}
	nav ul.menu li.mega.product ul.second li a p {
		font-size: 0.75em;
	}
	.open ul.send li {
    width: 100%;
    margin: 0 0 10px 0;
	}
}
@media screen and (max-width: 335px) {
	.open div.sp-logo a {
    width: 88%;
	}
}



/* ------------------------------ h2 */
h2 {
	position: relative;
	width: 100%;
	max-width: 1280px;
	color: #a37b52;
	font-size: 1.3em;
	border-bottom: solid 2px #b4b3b3;
	padding: 0 0 8px 0;
	margin: 0 auto 24px auto;
}
h2:after {
	position: absolute;
	content: "";
	display: block;
	border-bottom: solid 2px #a37b52;
	bottom: -2px;
	width: 8%;
}
h2 span {
	display: flex;
	align-items: center;
}
h2 span:before ,
h2 span:after {
	display: block;
	content: "";
	width: 2px;
	height: 20px;
	background-color: #a37b52;
}
h2 span:before {
	transform: rotate(-30deg);
	margin: 0 16px 0 8px;
}
h2 span:after {
	transform: rotate(30deg);
	margin: 0 0 0 16px;
}



/* ------------------------------ item_thumb */
li.item-thumb:hover img {
	opacity: 0.8;
	transform: scale(1.12);
}
li.item-thumb figure {
	position: relative;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}
li.item-thumb figure img {
	position: relative;
	max-width: 100%;
	min-height: 100%;
	transition: opacity 0.35s, transform 0.35s;
	transform: scale(1);
}
li.item-thumb figure figcaption {
	color: #333;
	text-align: left;
	backface-visibility: hidden;
}
li.item-thumb figure figcaption::after {
	pointer-events: none;
}
li.item-thumb figure figcaption,
li.item-thumb figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
li.item-thumb figure figcaption > a {
	font-size: 0;
	text-indent: 200%;
	white-space: nowrap;
	z-index: 1000;
	opacity: 0;
}

li.item-thumb figure figcaption span ,
li.item-thumb figure figcaption img {
	position: absolute;
	transform: none;
}
li.item-thumb:hover figure figcaption img {
	transform: none;
}
li.item-thumb figure figcaption span {
	top: 8px;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	word-spacing: -0.15em;
	padding: 2px 6px 2px 6px;
}
li.item-thumb.ring figure figcaption span {
	background-color: #3fa9f5;
}
li.item-thumb.case figure figcaption span {
	background-color: #7ac943;
}
li.item-thumb.name figure figcaption span {
	background-color: #ff931e;
}
li.item-thumb.original figure figcaption span {
	background-color: #ff7bac;
}



li.item-thumb figure figcaption img.category {
	top: 40px;
	left: 8px;
	width: 40px;
	height: 40px;
	min-height: 40px;
}
li.item-thumb figure figcaption img.arrow {
	right: 0;
	bottom: 0;
	width: 56px;
	height: 56px;
	min-height: 56px;
}
li.item-thumb figure figcaption img.size {
	left: 0px;
	bottom: 0px;
	width: 84px;
	height: 32px;
	min-height: 32px;
}
li.item-thumb figure figcaption img.label {
	top: 0;
	right: 0px;
	width: 75px;
	height: 75px;
	min-height: 75px;
}

li.item-thumb a p {
	color: #4e4d4d;
	font-size: 1.0em;
}
li.item-thumb a p.name {
	font-weight: bold;
	padding:  4px 0 0 0;
}
li.item-thumb a p.size {
	font-size: 0.9em;
}
li.item-thumb a p.tanka {
	position: relative;
	padding: 0 0 0 0;
}
li.item-thumb a p.subtxt {
	font-size: 0.9em;
}
li.item-thumb a p span {
	color: red;
	font-size: 1.2em;
	font-weight: bold;
}

li.item-thumb a.button {
	width: 100%;
	color: #909090;
	font-size: 0.9em;
	text-align: center;
	border: 1px solid #909090;
	padding: 4px 0;
	margin: 8px 0 0 0;
	transition: 0.2s;
}
li.item-thumb a.button:hover {
	color: #fff;
	background-color: #909090;
}




/* ------------------------------ footer */
footer {
	width: 100%;
	font-size: 0.8em;
	background-color: #f5f0e7;
	margin-top: auto;
}

footer p {
	width: 100%;
	text-align: center;
	line-height: 32px;
	background-color: #fff;
}

footer div.info {
	width: 40%;
	padding: 16px 0 16px 0;
}
footer div.info div {
	align-items: flex-start;
}
footer div.info img.logo {
	width: 100%;
	max-width: 440px;
	margin: 0 auto 16px auto;
}
footer div.info img.tel {
	width: 200px;
	margin: 0 8px 0 8px;
}
footer div.info a.contact {
	width: 200px;
	margin: 0 8px 0 8px;
}
footer div.info a.contact:hover > img {
	opacity: 0.6;
	transition: 0.2s;
}
footer div.info a.contact p {
	background-color: transparent;
}

footer ul.category {
	width: 18%;
	border-left: 1px solid #909090;
	padding: 16px 0 16px 16px;
	margin: 16px 16px 16px 0;
}
footer ul.category li {
	position: relative;
	width: 100%;
	line-height: 28px;
}
footer ul.category li:before {
	position: absolute;
	top: 7px;
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	margin: 0 4px 0 0;
}
footer ul.category li:nth-child(1):before {
	border-left: 10px solid #3fa9f5;
}
footer ul.category li:nth-child(2):before {
	border-left: 10px solid #7ac943;
}
footer ul.category li:nth-child(3):before {
	border-left: 10px solid #ff931e;
}
footer ul.category li:nth-child(4):before {
	border-left: 10px solid #ff7bac;
}
footer ul.category li a {
	line-height: 2em;
  margin-left: 1.2em;
	color: #333;
}

footer ul.about {
	width: 18%;
	border-left: 1px solid #909090;
	padding: 16px 0 16px 16px;
	margin: 16px 16px 16px 0;
}
footer ul.about li {
	position: relative;
	width: 100%;
	line-height: 28px;
}
footer ul.about li:before {
	position: absolute;
	top: 7px;
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 6px solid transparent;
	border-left: 10px solid #ccc;
	border-bottom: 6px solid transparent;
	margin: 0 4px 0 0;
}
footer ul.about li a {
	line-height: 2em;
  margin-left: 1.2em;
	color: #333;
}

@media screen and (max-width: 768px) {
	footer div.info {
		width: 100%;
	}
	footer ul.category, 
	footer ul.about {
		width: 42%;
	}

}
@media screen and (max-width: 431px) {
	footer div.info img.tel {
    margin: 0 auto;
	}
}



































/* ------------------------------ end margin */

.m-top30 {
	margin-top: 30px !important;
}

.m-bottom16 {
	margin-bottom: 16px !important;
}

















































