@charset "utf-8";
@media screen and (max-width:768px){
body {
	font-size:14px;
}
img{
	max-width:100%;
}
.only_pc{
	display:none !important;
}
.only_smart{
	display:block !important;
}
.only_smart_i{
	display:inline-block !important;
}
#wrapper{
	min-width:auto;
	min-width:initial;
}

/* header */
header{
}

header img{
	width: 200px;
	/* height: 20px; */
}

header > div{
	width:100%;
	height:50px;
	margin:auto;
	padding:0 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	position:fixed;
	z-index:100;
	background-color:#fff;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
}
header > a{
	width:160px;
}
header > div nav{
	width:100%;
	position:fixed;
	z-index:101;
	background-color:#fff;
	box-shadow:3px 0 3px rgba(0,0,0,0.3);
	top:50px;
	left:0;
	display:none;
	padding-top:0;
}
header > div nav ul{
	display: block;
}
header > div nav ul li{
	line-height:1.2;
	border-bottom:1px dotted #999;
}
header > div nav ul li:last-child{
	border:none;
}
header > div nav ul li a{
	color:#29273c;
	font-weight:500;
	display:block;
	line-height:40px;
	text-align:left;
	padding:0 5%;
}
header > div nav ul li a br{
	display:none;
}


/* smart_nav */
#btnmenu{
	width:40px;
	height:42px;
	margin:0;
	padding:0;
	position:relative;
	cursor:pointer;
}

#btnmenu span{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 28px;
	height: 3px;
	margin: -3px 0 0 -14px;
	background: #666;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
#btnmenu span:before,
#btnmenu span:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 28px;
	height: 3px;
	background: #666;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#btnmenu span:before{
	margin-top: -11px;
}

#btnmenu span:after{
	margin-top: 7px;
}

#btnmenu .close{
	background: transparent;
	width:42px;
	height:40px;
	margin-top:-20px;
	margin-left:-20px;
}

#btnmenu .close:before,
#btnmenu .close:after{
	margin-top: 0;
}

#btnmenu .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);
}
#btnmenu .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);
}
/* article */
article{
	padding-top:50px;
}



/* .cont */
.cont{
	padding:40px 0;
}
.cont h2{
	margin-bottom:40px;
	padding-bottom:15px;
	font-size:20px;
	font-weight:500;
	letter-spacing:0.05em;
	text-indent:0.05em;
	background:url(../images/h2_bottom.png)no-repeat center bottom;
	background-size:30px auto;
}
.cont ul.list{
	width:94%;
}
.cont ul.list li{
	width:49%;
	margin:0 0.5% 10px;
	padding:3%;
	text-align:left;
}
.cont ul.list li h3{
	margin-bottom:10px;
	font-size:14px;
}
.cont ul.list li p{
	margin-top:10px;
	font-size:12px;
}
.cont ul.list li a{
	font-size:12px;
}

/* footer */
footer{
	padding:40px 0;
	background-color:#eaeaea;
}
footer p{
	font-size:10px;
}
}

@media screen and (max-width:540px){

h1{
	height:200px;
	background-size:cover;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 4vw;
}
.cont h2{
	font-size:18px;
	font-weight:bold;
}
.cont ul.list li h3{
	margin-bottom:10px;
	font-size:10px;
}
.cont ul.list li p{
	margin-top:10px;
	font-size:8px;
}
.cont ul.list li a{
	font-size:8px;
}
}

@media screen and (max-width:350px){

.cont{
	padding:20px 0;
}
.cont h2{
	font-size:15px;
}
}

