  @charset "utf-8";
/* CSS Document */

.grid{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.grid::after{
	display: none;
}
.grid--single{
	width: 760px;
	margin: 0 auto;
}
.grid--single .col2 .c-col{
	width: 48%;
}

/*==================
 Foundation
====================*/



/*==================
 Object
====================*/

/* --
  Component
--*/

.c-col{
	flex: 0 0 auto;
}

.col2 .c-col{
	width: 468px;
}

.col3 .c-col{
	width: 304px;
}

/* --
  Projecct
--*/

/* --
  Utility
--*/

.u-mb{ margin-bottom: 1.5rem; }
.u-mb--2{ margin-bottom: 2.5rem; }


/*-----------------------
sp
---------------------------*/
.sp .grid--single{
	width: 100% !important;
}
.sp .c-col{
	width: 100% !important;
}
