@charset "utf-8";
@media screen and (max-width: 750px){

/*-children-*/

#head {
	z-index: 99;
	margin: 0 auto;
	position: relative;
	width: 100%;
	}
#container {
	/zoom: 1;
	display: block;
	padding: 5%;
	width: 90%;
	height: auto;
	}
#footer {
	text-align: left;
	margin: 0 auto;
	width: 100%;
	height: auto;
	}


/* drawer menu */
#wrapper {
	z-index: 0;
	position: relative;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	}
#wrapper.open {
	-webkit-transform: translate3d(240px, 0, 0);
	-moz-transform: translate3d(240px, 0, 0);
	transform: translate3d(240px, 0, 0);
	} 

/* drawer menu overlay */
#drawer {
	z-index: 99;
	position: fixed;
	top: 0;
	left: -240px;
	width: 240px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	background-color: #27252d;
	}
#drawer.open {
	-webkit-transform: translate3d(240px, 0, 0);
	-moz-transform: translate3d(240px, 0, 0);
	transform: translate3d(240px, 0, 0);
	}
#drawer ul li a {
	background-size: 30px;
	border-bottom: 1px solid #403e46;
	text-align: left;
	padding: 15px;
	display: inline-block;
	font-size: 12px;
	width: 100%;
	color: #fff;
	}
#drawer ul li .fa {
	display: none;
	}

/* common */
/* header */

#head {
	position: relative;
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #edeeef;
	}
#head h1 a {
	display: block;
	position: absolute;
	top: 20px;
	left: 50%;
	display: block;
	overflow: hidden;
	text-indent: -30000px;
	background: url(../img/common/logo.png) no-repeat;
	margin-left: -40px;
	width: 80px;
	height: 30px;
	background-size: 80px auto;
	}
p#drawer-toggle {
	z-index: 999;
	float: left;
	padding: 22px;
	font-size: 25px;
	}
.menu {
	display: none;
	}
.slick-prev {
	z-index: 99;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	overflow: hidden;
	text-indent: -30000px;
	border: none;
	background: url(../img/common/prev.png) no-repeat;
	background-size: 30px 58px;
	margin-top: -29px;
	width: 30px;
	height: 58px;
	}
.slick-next {
	z-index: 99;
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	overflow: hidden;
	text-indent: -30000px;
	border: none;
	background: url(../img/common/next.png) no-repeat;
	background-size: 30px 58px;
	margin-top: -29px;
	width: 30px;
	height: 58px;
	}
.slick-prev:focus ,
.slick-next:focus {
	outline: none;
	}
.slider dl {
	position: relative;
	width: 100%;
	background-color: #f0f0f0;
	font-family: Arial, Helvetica, sans-serif;
	}
.slider img {
	width: 100%;
	}
.slider dl dt {
	padding: 15px 0;
	font-size: 20px;
	line-height: 1.2em;
	}
.slider dl dt span {
	display: block;
	font-size: 14px;
	}
	
/* container */

dl.copy {
	padding: 25px 0 35px;
	}
dl.copy dt {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	}
.work_infor h2 {
	padding: 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	}
.work_infor dl dt {
	font-size: 70px;
	}
.work_infor dl dd {
	text-align: left;
	padding: 15px 0 30px;
	}
.work_infor li:nth-child(2) dl dt {
	font-size: 80px;
	}

/* footer */

#footer {
	text-align: center;
	width: 100%;
	}
#footer dl {
  border-top: 1px solid #e1e4e8;
  margin-bottom: 50px;
  padding-top: 50px;
	}
#footer dl dd {
	margin: 5px 20px;
	padding: 5px 0;
	font-size: 16px;
	}
#footer dl dd a {
	display: block;
	border: 1px solid #e1e4e8;
	width: 100%;
	padding: 15px 0;
	color: #1e2225;
	}
#footer dl dd:nth-child(3) {
	font-size: 13px;
	}
#footer ul {
	border-top: 1px solid #e1e4e8;
	width: 100%;
	}
#footer ul li a {
	display: block;
	text-align: left;
	border-bottom: 1px solid #e1e4e8;
	padding: 10px 20px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #1e2225;
	}
#footer p.truste {
  padding: 15px 0 5px;
 }
#footer p.truste img {
  width: 50%;
 }
#footer p small {
	margin: 0 auto;
	color: #a2a6aa;
	padding: 30px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	}

/* container */

h2 {
	margin: 30px 0 20px;
	font-size: 18px;
	font-weight: bold;
	}
h3 {
	padding: 15px 0;
	font-size: 13px;
	font-weight: bold;
	}
.right_column {
	display: none;
	}
.left_column {
	text-align: left;
	}

/* sub */

.company  {
	margin-bottom: 40px;
	}
.company td span {
	display: block;
	font-size: 8px;
	color: #999;
	}
.work_list {
	margin: 20px 0 40px;
	}
.link {
	margin: 20px 0;
	}
.link a {
	text-decoration: underline;
	}
.infor p.text {
	display: none;
	}
.infor {
	text-align: center;
	margin-bottom: 20px;
	}
.infor p.tel a ,
.infor p.mail a {
	text-align: center;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 15px 0;
	width: 100%;
	}
.infor p.tel {
	margin-bottom: 10px;
	font-size: 11px;
	}
.infor p.tel a {
	font-size: 16px;
	}
.infor p.mail .fa-fw {
	font-size: 19px;
	}
.privacy li {
	list-style-type: circle;
	margin: 20px 0 20px 20px;
	}
table.truste th {
	text-align:  center;
	}
table.truste th img {
	width: 100%;
	}