@charset "utf-8";
@media screen and (max-width:768px){
html {
	-webkit-text-size-adjust: 100%;
}
body {
}
html.close {
	overflow:hidden;
	height:100%;
}

.only_smart,
.view_sp{
	display:block !important;
}
.only_smart_i{
	display:inline-block !important;
}
.only_pc,
.view_pc{
	display:none !important;
}
img{
	max-width:100%;
}


#wrapper{
}


article{
	padding-top:50px;
}


/* header */
header{
	width:100%;
	min-height:50px;
	margin:auto;
	padding:0 10px;
	display: block;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	position:fixed;
	top:0;
	z-index:105;
	background-color:#fff;
}

header > div:first-child{
	width:auto;
	height:50px;
	padding:0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin: 0.8rem 0;
}
header > div:first-child:after{
	content:none;
}
header > div:first-child > a{
	display:block;
/*	width: 100%;*/
	margin: 0 auto;
}

header > div:first-child > a > img{
	width: 150px !important;
	margin-top: 14px;
	margin-left: 2rem;
}
header > div:first-child > nav{
	display:none;
	margin:0;
	padding-top:0;
	position:absolute;
	top: calc(50px + 1.6rem);
	left:0;
	width:100%;
	background-color:#fff;
	border-top:1px solid #ccc;
	box-shadow:0 2px 2px rgba(0,0,0,0.2);
}
header > div:first-child nav > ul{
}
header > div:first-child nav > ul > li{
	display:block;
	margin:0;
	font-size:15px;
	position:relative;
	border-top:1px dotted #ccc;
	cursor:pointer;
	padding: 1rem 0;
}
header > div:first-child nav > ul > li:first-child{
	border-top:none;
}
header > div:first-child nav > ul > li > a{
	color:#1a1a1a;
	font-weight:normal;
	display:block;
	line-height:32px;
	padding-left:20px;
}

#topicpath{
	margin-top: 1.6rem !important;
}
header > div:first-child nav > ul > li.accordion > a{
	pointer-events:none;
}
header > div:first-child nav > ul > li div{
	display:none;
	position:static;
	top:auto;
	left:auto;
}
header > div:first-child nav > ul > li div ul{
	width:auto;
	background-color:#f1f1f1;
	box-shadow:none;
	border-top:1px dotted #999;
}
header nav > ul > li div ul li{
	text-align:left;
}
header nav > ul > li div ul li:last-child{
	border-bottom:none;
}
header nav > ul > li div ul li a{
	line-height:32px;
	font-size:15px;
	color:#1a1a1a;
	display:block;
	padding-left:30px;
}
header > div:last-child{
	display:none;
}


/* catalog */
header > div:first-child > a.catalog{
	background-color: #075E1D;
	border-radius: 5px;
	color: #fff;
	display: block;
	float: right;
	font-size: 10px;
	margin: 0 0 0 2.5%;
	padding: 5px;
	text-align: center;
	width: 30%;
}


/* smart_nav */
#smart_nav{
	display:inline-block;
	vertical-align:middle;
	width:42px;
	height:42px;
	margin:0;
	padding:0;
	position:relative;
	cursor:pointer;
}
#smart_nav span{
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 28px;
	height: 3px;
	margin: -1px 0 0 -14px;
	background-color:#1a1a1a;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
#smart_nav span:before,
#smart_nav span:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 28px;
	height: 3px;
	background-color:#1a1a1a;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#smart_nav span:before{
	margin-top: -11px;
}

#smart_nav span:after{
	margin-top: 7px;
}

#smart_nav .close{
	background: transparent;
	width:42px;
	height:40px;
	margin-top:-20px;
	margin-left:-20px;
}

#smart_nav .close:before,
#smart_nav .close:after{
	margin-top: 0;
}

#smart_nav .close:before{
	width: 28px;
	height: 3px;
	margin: -2px 0 0 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#smart_nav .close:after{
	width: 28px;
	height: 3px;
	margin: -2px 0 0 6px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}



/* .cont */
.cont{
	margin:auto;
	padding:20px 5% 0;
	border-top:1px solid #929292;
}
.cont h2{
	margin-bottom:25px;
	font-size:24px;
	transform: scale(0.6, 1);
	line-height:1.5;
	letter-spacing:0.1em;
	text-indent:0.1em;
}
.cont h2 span{
	display:block;
	font-size:12px;
	transform: scale(1.6, 1);
	letter-spacing:0;
	text-indent:0;
}
.cont h2 + p{
	margin:-10px 0 25px;
}



/* .cont ul.news */
.cont ul.news{
	text-align:left;
	letter-spacing:-0.4em;
}
.cont ul.news li{
	width:auto;
	display:block;
	letter-spacing:normal;
	padding:0 0 20px;
	position:static;
	overflow:hidden;
}
.cont ul.news li a{
	display:block;
	color:#1a1a1a;
}
.cont ul.news li a img{
	width:50%;
	max-width:140px;
	position:static;
	left:auto;
	top:auto;
	float:left;
	margin-right:10px;
}
.cont ul.news li a h3{
	margin-bottom:10px;
	font-size:14px;
}


/* .cont ul.service */
.cont ul.service{
	text-align:left;
	letter-spacing:-0.4em;
}
.cont ul.service li{
	width:48%;
	padding-bottom:30px;
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	position:relative;
}
.cont ul.service li:nth-child(3n+2){
	margin:0;
}
.cont ul.service li:nth-child(odd){
	margin-right:4%;
}
.cont ul.service li a{
	display:block;
	color:#1a1a1a;
}
.cont ul.service li img{
	width:100%;
}
.cont ul.service li h3{
	margin:10px 0 5px;
	font-size:14px;
	letter-spacing:-0.03em;
	line-height:1.2;
}


/* .cont .link_btn */
.cont .link_btn{
	display:inline-block;
	width:260px;
	line-height:50px;
	margin-top:30px;
	font-size:16px;
	font-weight:bold;
	color:#1a1a1a;
	border:1px solid #333;
	border-radius:5px;
	
}



/* footer */
footer .f_wrapper{
	width:100%;
	margin:auto;
}
footer > nav{
	width:100%;
	padding:10px 0;
	background-color:#ece3e2;
	border-bottom:none;
	position:fixed;
	bottom:0;
	left:0;
	z-index:102;
}
footer > nav ul li{
	display:inline-block;
	width:30%;
	margin:0 1%;
}


footer > nav ul li a{
	display:block;
	padding:5px 0;
	line-height:1.5;
	color:#1a1a1a;
	font-size:13px;
	font-weight:bold;
	border-radius:5px;
	background:url(../images/bottom_nav_bg.png)repeat-x center center;
	box-shadow:1px 1px 3px rgba(0,0,0,0.5);
}
footer > nav ul li:last-child a{
	font-size:14px;
}
footer > nav ul li a img{
	margin:0 auto 5px;
	display:block;
	height:20px;
}
footer dl{
	padding:20px 10px 0;
	background-color:#d0cece;
}
footer dl dt{
	display:block;
	width:auto;
	margin:0 0 10px;
}
footer dl dt img{
	width:180px;
}
footer dl dt p{
	padding:10px 0 0;
	font-size:16px;
	font-weight:bold;
	line-height:1.2;
		text-align:center;
}
footer dl dt p a{
	display:block;
	font-size:21px;
	margin-top:5px;
}
footer dl dt p a span{
	font-size:14px;
	text-decoration:underline;
}
footer dl dd{
	width:auto;
	display:block;
	text-align:left;
}
footer dl dd a{
	color:#1a1a1a;
	display:block;
	line-height:30px;
	padding:0 5%;
	border-top:1px dotted #1a1a1a;
	text-align: left;
}

footer > ul{
	margin: 0;
	padding:15px 0;
	background:#484848;
}
footer > ul li{
	display:inline-block;
	margin:0 3%;
}
footer > ul li a{
	color:#fff;
}
footer > ul li a img{
	margin-right:0;
	width:20px;
}
footer > p{
	line-height:1.5;
	padding:10px 5%;
	color:#fff;
	background-color:#000;
}
footer > p span{
	display:inline-block;
	text-align:left;
}
footer ul {
	margin: 0;
}
footer > dl {
	margin-bottom: 0;
}

/* top_top */
#topbtn{
	display:none;
}



}



@media screen and (max-width:480px){
/* .cont ul.four */
.cont ul.four li{
	width:47%;
	margin-right:6%;
	padding-bottom:20px;
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	position:relative;
}
.cont ul.four li:nth-child(2n+2){
	margin-right:0;
}
.cont ul.four li a{
	display:block;
	color:#1a1a1a;
}
.cont ul.four li img{
	width:100%;
}
.cont ul.four li figure figcaption{
	line-height:1.5;
	margin:5px 0 0;
	font-size:14px;
	font-weight:bold;
}


}
