/* font type
----------------------------------------------------------- */
.e__eng {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  letter-spacing: 0.075em; }

/* title type
----------------------------------------------------------- */
.e__title1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  color: #092AA3;
  background-color: #EDEDED;
  border-bottom: solid 1px;
  border-top: solid 1px; }
  @media screen and (max-width: 414px) {
    .e__title1 {
      padding: 5px 0 7px; } }
  @media screen and (min-width: 415px) {
    .e__title1 {
      padding: 20px 0 30px; } }
  .e__title1 .main {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1; }
  .e__title1 .sub {
    display: block;
    line-height: 1; }
  @media screen and (max-width: 414px) {
    .e__title1 .main {
      font-size: 22.5px;
      margin-bottom: 5px; }
    .e__title1 .sub {
      font-size: 12.5px; } }
  @media screen and (min-width: 415px) {
    .e__title1 .main {
      font-size: 65px;
      margin-bottom: 20px; }
    .e__title1 .sub {
      font-size: 30px; } }

/* button
----------------------------------------------------------- */
.e__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #092AA3;
  border: solid 1px #092AA3;
  transition: color 0.5s ease-in-out, background 0.5s ease-in-out; }
  @media screen and (max-width: 414px) {
    .e__btn {
      width: 50%;
      height: 25px;
      font-size: 12.5px; }
      .e__btn.small {
        width: 33.33333%; }
      .e__btn.reverse {
        color: #FFFFFF;
        background-color: #092AA3; } }
  @media screen and (min-width: 415px) {
    .e__btn {
      width: 240px;
      height: 55px;
      font-size: 20px; }
      .e__btn.small {
        width: 160px;
        height: 35px; } }
  .e__btn:hover {
    color: #FFFFFF;
    background-color: #092AA3; }
  .e__btn.eng {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.05em; }

/* form
----------------------------------------------------------- */
/* end */
