@charset "utf-8";
/*=============================
		common
===============================*/
/* clearfix */
.clearfix:after {
 content: ".";
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}
.clearfix {
 	min-height: 1px;
	overflow: hidden;
}
* html .clearfix {
 height: 1px;
 overflow: hidden;
}
/* flex */
.flex_wrap{
	display: flex;
}
/* wrap */
.wrap{
	position: relative;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 1;
}

/* view */
.pc_view {
	display: block!important;
}
.sp_view {
	display: none!important;
}