/* Global Header */
.headerImg {
  width: 64px;
  height: 75px;
  top: 2px;
  position: relative;
}
#global_header > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  min-width: 500px;
  background-color: #FFFFFF;
}
#topSection {
  position: relative;
  color: #666;
  text-align: center;
  letter-spacing: 1px;
  margin: 80px 0 0 0;
}

#flowSection {
  position: relative;
  color: #666;
  text-align: center;
  letter-spacing: 1px;
}
#flowSection > div {
  text-align: center;
}
#flowSection > div > div {
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  text-decoration: underline;
  color: #627275;
}
#flowSection > div > span {
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  align-items: center;
  text-align: center;
}
#flowSectionDiv {
  position: relative;
  text-align: left;
  letter-spacing: 1px;
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  align-items: center;
  color: #627275;
  margin: 50px 20px 0 20px;
}
#flowSectionDiv > div {
  position: relative;
  text-align: center;
  margin: 30px 0 30px 0;
}
#flowSectionDiv > div > table {
  text-align: center;
  margin: auto;
}
.flowTitleTd {
  text-align: left;
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #627275;
  padding-left: 10px;
}
.flowDetailTd {
  text-align: left;
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #627275;
  padding-left: 10px;
  padding-top: 10px;
}
#flowSpan {
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  border-bottom: solid 6px #4AAE9E;
}
#copyright > div > img {
  width: 80px;
  height: 80px;
}
button.entryBtn {
  font-size: 30px;
  width: 264px;
  height: 71px;
}