/* [ variable ]
-------------------------------------------------*/
/* element */
/* font */
/* [ font style ]
-------------------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ easing style ]
-------------------------------------------------*/
/* [ Hover Motion style ]
-------------------------------------------------*/
/* [ icon style ]
-------------------------------------------------*/
/* [ form parts ]
-------------------------------------------------*/
/* Modal Style
-------------------------------------------------- */
/* line 8, ../_sass/registration.scss */
#modal_wrap {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 151;
  display: none;
  border: 1px solid #e8e7e1;
  box-sizing: border-box;
  background-color: #f7f7f5;
}
/* line 17, ../_sass/registration.scss */
#modal_wrap .modal_inner {
  border: 1px solid #e8e7e1;
  position: relative;
}
/* line 20, ../_sass/registration.scss */
#modal_wrap .modal_inner .arrow {
  border-right: 1px solid #5e673c;
  border-bottom: 1px solid #5e673c;
  position: absolute;
}
/* line 24, ../_sass/registration.scss */
#modal_wrap .modal_inner .arrow:before {
  content: "";
  position: absolute;
  background-color: #5e673c;
  height: 1px;
  right: 0;
  top: 0;
}
/* line 31, ../_sass/registration.scss */
#modal_wrap .modal_inner .arrow:after {
  content: "";
  position: absolute;
  background-image: url(../img/registration/icon_arrow_left.svg);
}

@media only screen and (min-width: 751px) {
  /* line 41, ../_sass/registration.scss */
  #modal_wrap {
    width: 540px;
    height: 620px;
    padding: 50px 110px 50px;
  }
  /* line 45, ../_sass/registration.scss */
  #modal_wrap .modal_inner .arrow {
    width: 48px;
    height: 324px;
    right: -40px;
    bottom: -34px;
  }
  /* line 48, ../_sass/registration.scss */
  #modal_wrap .modal_inner .arrow:before {
    width: 78px;
  }
  /* line 51, ../_sass/registration.scss */
  #modal_wrap .modal_inner .arrow:after {
    width: 7px;
    height: 12px;
    right: 73px;
    top: -5.5px;
  }
  /* line 57, ../_sass/registration.scss */
  #modal_wrap p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  /* line 64, ../_sass/registration.scss */
  #modal_wrap {
    width: 88%;
    padding: 4% 4% 0;
  }
  /* line 67, ../_sass/registration.scss */
  #modal_wrap .modal_inner {
    width: 250px;
    margin: 0 auto;
  }
  /* line 70, ../_sass/registration.scss */
  #modal_wrap .modal_inner .arrow {
    width: 61px;
    height: 266px;
    right: 8px;
    bottom: -36px;
  }
  /* line 75, ../_sass/registration.scss */
  #modal_wrap .modal_inner .arrow:before {
    width: 23px;
  }
  /* line 78, ../_sass/registration.scss */
  #modal_wrap .modal_inner .arrow:after {
    width: 7px;
    height: 12px;
    right: 18px;
    top: -5.5px;
  }
  /* line 84, ../_sass/registration.scss */
  #modal_wrap p {
    width: 250px;
    margin: 10px auto 0;
    padding-bottom: 25px;
  }
}
