@media screen and (max-width: 420px) {
	.contens_wrap{
		width:100%;
		margin:0 auto;
	}
	.chiiki_menu{
		width: 100%;
	} 
	.navMenu,
	.ft-Nav {
		display: none;
	}
	.subNav {
		padding: 15px 0 15px 30px;
		background: rgba(129, 129, 129, 0.5);
	}
	.ft-Nav > ul {
		padding-top: 5px;
    	padding-bottom: 5px;
	}
	
	.chiiki_menu p {
		padding: 15px 0;
		/* margin-top: 4em !important; */
		text-align: left;
		font-weight: 100 !important;
		box-sizing: border-box;
		letter-spacing: 2px;
		position: relative;
		margin: 10px 0 0;
		padding-left: 20px;
		border-bottom: 1px solid #676868;
    	font-size: 15px;
	}
	.chiiki_menu p a {
		color: #fff;
	}
	.chiiki_menu ul a{
		text-decoration:none;
		color: #fff;
	}
	.chiiki_menu .bold::before{
		content: none !important;
	}
	.chiiki_menu ul li ul{
		display: none;
		margin: 0 auto;
		margin-bottom: 5px;
    	padding-bottom: 0px;
		background: none;
	}
	.chiiki_menu ul li ul li ul{
		display: none;
		width: 90%;
		margin: 0 auto;
		background: #333333;
		border-radius: 5px;
	}
	#sitemap h2 {
		padding: 1em;
		color: #fff;
		text-align: center;
		background: #444;
		position: relative;
	}	
	#sitemap h2:before {
		content: "";
		display: block;
		width: 17px;
		height: 17px;
		background-size: 100% !important;
		position: absolute;
		top: 50%;
		margin-top: -12px;
		background: url(../images/common/ico_arrow03_bottom.png) no-repeat;
		left: 14px;
	}
	#sitemap h2.open:before {
		width: 17px;
		height: 17px;
		margin-top: -9px;
		background: url(../images/common/ico_close01.png) no-repeat;
		position: absolute;
		left: 14px;
	}
	.navMenu p.open-nav:after {
		content: "";
		display: block;
		width: 10px;
		height: 12px;
		background-size: 100% !important;
		position: absolute;
		top: 50%;
		margin-top: -6px;
		background: url(../images/common/ico_arrow02_down.png) no-repeat center left;
		right: 25px;
	}
	.navMenu p.open-nav.open:after {
		content: "";
		display: block;
		width: 12px;
		height: 12px;
		background-size: 100% !important;
		position: absolute;
		top: 50%;
		margin-top: -6px;
		background: url(../images/common/ico_close01.png) no-repeat center;
		right: 25px;
	}
	.subNav {
		position:relative;
	}
	.subNav .open.link-Nav:after {
		display: block;
		width: 12px;
		height: 12px;
		background-size: 100% !important;
		position: absolute;
		top: 50%;
		margin-top: -6px;
		background: url(../images/common/ico_close01.png) no-repeat center;
		right: 25px;
	}
	.subNav li.bold {
		position: relative;
		padding: 10px 20px 10px 0;
		color: #fff;
		letter-spacing: 0.05em;
		font-size: 15px;
	}
	.subNav li.d-down a:before {
		content: "";
		display: block;
		width: 10px;
		height: 12px;
		background-size: 100% !important;
		position: absolute;
		margin-top: 8px;
		background: url(../images/common/ico_arrow02_down.png) no-repeat center left;
		right: 25px;
		pointer-events: none;
	}	
	.subNav li.bold ul li a:before {
		background:none;
	}
	.subNav li.subNav-li {
		color:#fff;
	}
	.navMenu .closeBtn {
		width: 22px;
		margin: 0 auto;
		padding: 30px 0;
		cursor: pointer;
	}	
}