/* Entry 共通部分 */
footer{
  width: 100%;
  bottom: 0; /*下に固定*/
  height: 50px;
}

.footer > section {
  padding-bottom: 0px !important;
}

.button{
  width: 250px;
  height: 80px;
  border-radius:50px;
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  background-color: #FEDD62;
  color: #627275;
  border-style: none;
  border-radius:50px;
  opacity: 1.0;
  cursor:pointer
}

.typeBack{
  background-color: #EFEADA;
}

.inline-ele > .button{
  margin-left: 5px;
  margin-right: 5px;
}

.inline-button > form > .button{
  margin-left: 5px;
  margin-right: 5px;
}

.button > span > a{
  text-decoration: none;
  color: #627275;
}

.mouseOver:hover{
  opacity: 0.7;
}

#confirm:disabled {
  background-color: #ccc;
  border-color: #ccc;
  opacity: 1.0;
}

/* Global Header */
#global_header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.3s 0.2s;
}

#global_header.scrolled {
  background-color: rgba( 255, 255, 255, 0.85 );
  height: 5rem;
}

#global_header > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  min-width: 940px;
  background-color: #FFFFFF;
}

.logo {
  list-style: none;
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 54px;
  color: #4AAE9E;
  text-decoration-line: none;
}

.LogoLink{
  position:relative;
}

.LogoLink .Link{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#Btn-area{
  display: flex;
  justify-content: center;
}

#item-area,#to-confirm-area{
  text-align: center;
}

/* タイトルロゴ */
.sectionTitle {
  position: relative;
  color: #666;
  text-align: center;
  padding-top: 100px;
  letter-spacing: 1px;
}

.sectionTitle > div {
  text-align: center;
  margin: 0 0 30px 0;
}

.sectionTitle > div > div {
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  text-decoration-line: underline;
  color: #627275;
}

.sectionTitle > div > span {
  font-family: Yu Gothic;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  align-items: center;
  text-align: center;
}

/* 登録内容記入 */

.ErrorMessage{
  display: none;
  color:#cc3333;
}

#complete-message{
  text-align: center;
}

#main-content{
  max-width: 600px;
  margin: 0 auto;
  min-height: calc(100vh - 200px);
}

.center-element {
  display: flex;
  justify-content: space-between;
}

.inline-ele{
  display: inline-block;
}

#name-area{
  padding-top: 20px;
  padding-bottom: 20px;
}

.input-area{
  width: 300px;
}

#freelance-privacy-area{
  text-align: center;
  margin: 0 auto;
  padding-top: 30px;
}

#freelance-privacy > h2{
  padding-top: 15px;
}

#agreement-area{
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* 登録内容確認 */
#entry-name,#entry-address{
  display: flex;
  justify-content: center;
}

#entryinfo-area > #entry-name > div{
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  width: 500px;
}

#entryinfo-area > #entry-address > div{
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  width: 500px;
}

#entry-name > div > .info{
  width: 250px;
  word-break: break-all;
}

#entry-address > div > .info{
  width: 250px;
  word-break: break-all;
}

#entryinfo-area > #entry-address{
  padding-top: 30px;
}

.inline-button{
  display: inline-block;
}

#button-area{
  padding-top: 60px;
  display: flex;
  justify-content: center;
}

/* 登録完了 */
#message-area{
  padding-top: 30px;
  width: 80%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}

#in-complete-message{
  text-align: left;
}

#in-complete-message > div{
  padding-top: 10px;
}

#warning-text{
  padding-top: 30px;
  text-align: left;
}

#toTopBtn{
  padding-top: 40px;
}

#returnBtn{
  padding-top: 40px;
}