@charset "utf-8";

/* ------------------------------------------------------------------------------------------------
 * RESPONSIVE
 * ------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 1024px) {

 /* allergy */
 .l-allergy_inner {
  background: #fff;
  padding: 30px;
 }
 .l-allergy_text {
  display: block;
  width: 100%;
  padding-right: 0;
 }
 .l-allergy_text .e-title {
  text-align: center;
 }
 .l-allergy_text .e-text {
  font-size: 1.3rem;
  margin-bottom: 0;
 }
 .l-allergy_img {
  display: block;
  width: 100%;
  padding: 0 10%;
  margin-bottom: 15px;
 }
 .l-allergy_img.u-hide_media {
  display: none !important;
 }
 
 
 /* project */
 .l-project {
  height: auto;
  margin: 50px auto 60px;
 }
 .l-project a {
  background-image: none;
  display: block;
 }
 .l-project_inner {
  display: block;
  padding: 0;
 }
 .l-project_text {
  width: 100%;
  padding: 20px;
 }
 .l-project_text .e-title {
  margin-bottom: 10px
 }
 .l-project_text .e-text {
  line-height: 1.5;
 }
 .l-project_text .e-btn {
  font-size: 1.2rem;
  text-align: right;
  position: relative;
  right: 0;
  bottom: 0;
  margin-top: 10px;
 }


 /* 装飾 */
 .c-about_text_wrap:after {
  right: 0%;
  bottom: 14%;
 }
 
} /* END RESPONSIVE 1024px */
