.e__ttl-en {
  display: block;
  font-family: 'Economica', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: auto;
  letter-spacing: 0.17em;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .e__ttl-en.-sm1 {
      font-size: 5.8666666667vw; }
    .e__ttl-en.-sm2 {
      font-size: 4.5333333333vw; } }
  @media screen and (min-width: 769px) {
    .e__ttl-en.-md1 {
      font-size: 26px; }
    .e__ttl-en.-md2 {
      font-size: 19px; } }
  .e__ttl-en.-sm1, .e__ttl-en.-md1 {
    letter-spacing: 0.3em; }
  .e__ttl-en.-sm2, .e__ttl-en.-md2 {
    letter-spacing: 0.17em; }

.e__prg {
  letter-spacing: 0.12em; }
  @media screen and (max-width: 768px) {
    .e__prg.-sm1 {
      font-size: 4vw; }
    .e__prg.-sm2 {
      font-size: 3.7333333333vw; }
    .e__prg.-sm3 {
      font-size: 3.4666666667vw; } }
  @media screen and (min-width: 769px) {
    .e__prg.-md1 {
      font-size: 16px; }
    .e__prg.-md2 {
      font-size: 14px; }
    .e__prg.-md3 {
      font-size: 13px; } }

.e__btn {
  position: relative;
  display: inline-block; }
  .e__btn:focus {
    outline: none; }
  .e__btn.-arrow {
    min-width: 80px;
    text-align: left;
    line-height: 1.6;
    letter-spacing: 0.33em;
    padding: 0 1.25em 0.15em 0.2em; }
    @media screen and (max-width: 768px) {
      .e__btn.-arrow {
        font-size: 4.2666666667vw; } }
    @media screen and (min-width: 769px) {
      .e__btn.-arrow {
        font-size: 16px; } }
    .e__btn.-arrow::before, .e__btn.-arrow::after {
      content: "";
      position: absolute;
      display: block;
      height: 1px;
      background-color: #000000;
      transition: 0.5s; }
    .e__btn.-arrow::before {
      left: 0;
      bottom: 0;
      width: 100%; }
    .e__btn.-arrow::after {
      right: 0;
      bottom: 0;
      transform: rotate(45deg);
      transform-origin: right bottom; }
      @media screen and (max-width: 768px) {
        .e__btn.-arrow::after {
          width: 3.2vw; } }
      @media screen and (min-width: 769px) {
        .e__btn.-arrow::after {
          width: 12px; } }
    @media screen and (min-width: 769px) {
      .e__btn.-arrow:hover::after {
        right: -30px; }
      .e__btn.-arrow:hover::before {
        width: calc( 100% + 30px ); } }

.e__fld {
  background-color: #f4f4f4;
  border: solid 1px #f4f4f4;
  vertical-align: top;
  border-radius: 0;
  -webkit-appearance: none;
  transition: 0.3s; }
  @media screen and (max-width: 768px) {
    .e__fld {
      width: 100%;
      padding: 1.0em 1.5em; } }
  @media screen and (min-width: 769px) {
    .e__fld {
      padding: 9px 15px; } }
  .e__fld:focus {
    outline: none; }
  .e__fld.-alert {
    border-color: #ff0000;
    background-color: #ffc8c8; }

.e__fld_message {
  display: block;
  line-height: 1em;
  transition: 0.5s;
  max-height: 0em;
  overflow: hidden; }
  .e__fld_message.-error {
    color: #ff0000; }
  .e__fld_message.-show {
    max-height: 1em; }

.e__radio {
  position: relative; }
  @media screen and (max-width: 768px) {
    .e__radio {
      padding-left: 8vw;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } }
  @media screen and (min-width: 769px) {
    .e__radio {
      padding-left: 30px; } }
  .e__radio input {
    display: none; }
  .e__radio span {
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .e__radio span {
        line-height: 5.3333333333vw; } }
    @media screen and (min-width: 769px) {
      .e__radio span {
        line-height: 20px; } }
  .e__radio span::before,
  .e__radio span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    transition: 0.3s; }
    @media screen and (max-width: 768px) {
      .e__radio span::before,
      .e__radio span::after {
        width: 5.3333333333vw;
        height: 5.3333333333vw; } }
    @media screen and (min-width: 769px) {
      .e__radio span::before,
      .e__radio span::after {
        width: 20px;
        height: 20px; } }
  .e__radio span::before {
    background-color: #f4f4f4; }
  .e__radio span::after {
    background-color: #000000;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left top; }
  .e__radio input:checked + span::after {
    opacity: 1;
    transform: scaleX(1); }

/*# sourceMappingURL=element.css.map */
