@charset "utf-8";
@import url("../../common/styles/common.css");
@import url("sp.css") only screen and (max-width: 736px);
@import url("pc.css") only screen and (min-width: 737px);

/*==============================================

	電子食品流通研究所
	Story

==============================================*/

/*================================
	
================================*/

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
    margin: 80px auto 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


.note a {
    text-decoration: underline;
}

