h1 {
  text-align: center;
  margin-right: 20px;
  margin-left: 20px;
}



.intro {
  max-width: 800px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  vertical-align: top;
}

.intro .contain {
  width: 320px;
  margin: 90px;
  padding: 20px;
  background-color: #ffffff27;
  border: 5px solid #fff;
  border-radius: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

.intro .contain img {
  width: 200px;
  height: 200px;
  margin: 10px;
}

.intro .contain h2 {
  margin: 20px;
}

.intro .contain h5 {
  margin-bottom: 25px;
}



.button-apply {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-bottom: 100px;
  width: 100%;
}

.button-apply button, .agreement-letter-untap .agreement-letter .paragraph-con .button-apply-start a button {
  border: 0px;
  border-radius: 10px;
  background-color: var(--button);
  font-size: 1.2rem;
  font-weight: bold;
  height: 50px;
  transition-duration: .2s;
  width: 200px;
}
.button-apply button:hover, .agreement-letter-untap .agreement-letter .paragraph-con .button-apply-start a button:hover {
  background-color: var(--button-hover);
}
.button-apply button:active, .agreement-letter-untap .agreement-letter .paragraph-con .button-apply-start a button:active {
  background-color: var(--button-active);
  transform: scale(.9);
}

.button-apply button ::selection, .agreement-letter-untap .agreement-letter .paragraph-con .button-apply-start a button::selection {
  background-color: var(--link-selection);
}
.button-apply button ::-moz-selection, .agreement-letter-untap .agreement-letter .paragraph-con .button-apply-start a button::-moz-selection {
  background-color: var(--link-selection);
}



.condition {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.condition .border {
  max-width: 500px;
  margin: 0px 20px 0px 20px;
  padding: 20px;
  border: 5px solid #fff;
  border-radius: 30px;
}

.condition .border .title {
  margin-bottom: 20px;
}

.condition .border .button-int-bounce {
  display: flex;
  width: 50px;
  height: 50px;
  margin: 20px 0px 0px auto;
  justify-content: center;
  align-items: center;
}

.condition .border .button-int-bounce .button-int {
  display: flex;
  border-radius: 10px;
  width: auto;
  height: auto;
  cursor: pointer;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  justify-content: center;
  align-items: center;
}
.condition .border .button-int-bounce .button-int:hover {
  transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
}
.condition .border .button-int-bounce .button-int:active {
  transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
}

.condition .border .button-int-bounce .button-int .button {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
}

.condition .border .button-int-bounce .button-int .button .selection {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.condition .border .button-int-bounce:active .button-int:active .button .selection {
  width: 45px;
  height: 45px;
  transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
}

.condition .border .button-int-bounce .button-int .button .selection img {
  width: 30px;
  height: 30px;
}

.condition .border .button-int-bounce:active .button-int:active .button .selection img {
  width: 28px;
  height: 28px;
}



.agreement-letter-untap {
  align-items: center;
  background-color: #00000054;
  display: none;
  height: 100%;
  justify-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

.agreement-letter-untap .agreement-popup-close {
  height: 100%;
  width: 100%;
}

.agreement-letter-untap .agreement-letter {
  background-color: var(--popup-modal);
  border-radius: 50px;
  margin: 20px;
  max-height: 800px;
  max-width: 500px;
  overflow: hidden;
  position: absolute;
  z-index: 1;

  /* for fallback */
  height: 600px;
  height: 100vh;
  width: 300px;
  width: 100vh;
}

.agreement-letter-untap .agreement-letter .close-header {
  display: flex;
  height: 100px;
  justify-content: flex-end;
  padding: 15px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.agreement-letter-untap .agreement-letter .close-header .close-popup {
  align-items: center;
  background-color: var(--popup-modal-close);
  border: 1px solid #fff;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  height: 70px;
  justify-content: center;
  margin-left: auto;
  transition-duration: .2s;
  transition-timing-function: ease-out;
  width: 70px;
}
.agreement-letter-untap .agreement-letter .close-header .close-popup:hover {
  background-color: var(--popup-modal-close-hover);
}
.agreement-letter-untap .agreement-letter .close-header .close-popup:active {
  background-color: var(--popup-modal-close-hover);
  transform: scale(0.9);
}

.agreement-letter-untap .agreement-letter .paragraph-con {
  align-items: flex-start;
  display: flex;
  height: 100%;
  justify-content: center;
  margin-top: -100px;
  width: 100%;
}

.agreement-letter-untap .agreement-letter .paragraph-con .paragraph {
  height: 100%;
  overflow-y: scroll;
  padding: 100px 20px 0px;
  scrollbar-color: var(--scrollbar-color-white);
  width: 100%;
}

.agreement-letter-untap .agreement-letter .paragraph-con .paragraph h1 {
  line-break: anywhere;
  margin: 0px 0px 30px 0px;
  text-align: left;
}

.agreement-letter-untap .agreement-letter .paragraph-con .paragraph p, .agreement-letter-untap .agreement-letter .paragraph-con .paragraph li.last {
  margin-bottom: 30px;
}
.agreement-letter-untap .agreement-letter .paragraph-con .paragraph p:last-child {
  margin-bottom: 60px;
}

.agreement-letter-untap .agreement-letter .paragraph-con .paragraph p.headlines {
  font-size: 1.3rem;
  font-weight: bold;
}

.agreement-letter-untap .agreement-letter .paragraph-con .paragraph li {
  margin-bottom: 10px;
}

.agreement-letter-untap .agreement-letter .paragraph-con .button-apply-start {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 100%;
}

.agreement-letter-untap .agreement-letter .paragraph-con .button-apply-start {
  margin: 60px 0px;
}






@media only screen and (max-width: 820px) {
  .intro {
    flex-direction: column;
  }
}






@media only screen and (min-width: 820px) {
  .intro {
    align-items: flex-start;
    flex-direction: row;
  }

  .intro .contain {
    margin: 55px;
  }
}
