@charset "UTF-8";

html {
  height: 100%;
  font-size: 100%;
}
body {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 10px;
  line-height: 1.7;
  height: 100%;
  margin: 0;
  background-color: #ffffff;
}

section {
  text-align: center;
}

ol, ul {
  list-style: none;
}

.container{
  width:1000px;
  margin:0 auto;
}
@media screen and (max-width: 1000px){
  .container {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
}
header {
  background: #1e3135;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
}

footer {
  text-align: center;
  background: #d6d6d6;
  color: #333;
  font-size: 8px;
  padding-top: 20px;
  padding-bottom: 0px;
  margin-top: 30px;
  width: 100%;
  position: absolute;
	bottom: 0;
}

.footer-fixed{
  min-height: 100%;
  position: relative;
  padding-bottom: 60px;
  box-sizing: border-box;
}

.footer-table {
  font-size: 85%;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  display: table;
  text-indent: initial;
  border-color: gray;
}

.footer-border {
  border-right: 1px solid #555;
  border-left: 1px solid #555;
}

.footer-brand {
  text-align: center;
  padding: 20px 0 10px;
  font-size: 90%;
  margin-bottom: 0;
}

.footer-a {
  color: #555;
  text-decoration: underline;
}

/*------------Button------------*/
#main-button-area {
  margin: 30px 5%;
}
@media screen and (max-width: 700px){
  #main-button-area {
    margin: 20px 3%;
  }
}

.entry-button{
	color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 40px;
  white-space: pre-line;
}

.entry-before-button {
  background-color: #cc0033;
}
.entry-before-button:hover,
.entry-before-button:focus {
  background-color: #a9022b;
}
.entry-before-button:active {
  background-color: #790a1c;
}

.entry-after-button {
  background-color: #262dff;
}
.entry-check-button {
  background-color: #caaeb1;
}

.watch-button {
  border-radius: 5px;
  background-color: #c93a40;
  padding: 5px 100px;
  text-decoration: none;
  color: #ffffff;
}

/*------------card block------------*/
.custom-card-block {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 20px;
  padding: 0 20px;
  margin: 0 auto;
}

.custom-card-header {
  display: block;
  font-weight: bold;
  padding-top: 0.9em;
  font-size: 2.0em;
}

.custom-card-body {
  display: block;
  padding: 0.5em 1.0em;
  font-size: 1.5em;
}

.message-block {
  color: red;
  font-weight: bold;
  font-size: 1.5em;
  white-space: pre-line;
}

/*------------progress bar------------*/
.progress {
  border-radius: 10px;
  position: relative;
  height: 20px;
  width: 100%;
  background-color: #ddd;
}
.progress-bar {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #29c70a;
  width: 0;
  will-change: transform;
  transition: width 1s ease-in-out;
}
.walking-person {
  position: absolute;
  left: -11px;
  top: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 18px;
  width: 11px;
  will-change: transform, left;
  transition: left 1s ease-in-out;
}

/*------------description------------*/
.main-description-attention {
  margin-top: 6%;
  margin-bottom: 6%;
  font-size: 1.7em;
  line-height: 1.5em;
}
.description-title {
  margin-top: 4%;
  font-size: 3em;
  font-weight: bold;
  line-height: 1.3em;
}
.description-subtitle {
  font-size: 1.9em;
  line-height: 1.3em;
}
.description-body {
  margin-top: 6%;
  margin-bottom: 6%;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.3em;
}
.sub-description-attention {
  margin-top: 0%;
  margin-bottom: 5%;
  font-size: 1.3em;
  line-height: 1.5em;
}
@media screen and (max-width: 600px){
  .main-description-attention {
    margin-top: 7%;
    margin-bottom: 8%;
    font-size: 1.2em;
    line-height: 1.3em;
  }
  .description-title {
    margin-top: 4%;
    font-size: 2.3em;
    font-weight: bold;
    line-height: 1.2em;
  }
  .description-subtitle {
    font-size: 1.4em;
    line-height: 1.3em;
  }
  .description-body {
    margin-top: 6%;
    margin-bottom: 6%;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1.2em;
  }
  .sub-description-attention {
    margin-top: 0%;
    margin-bottom: 5%;
    font-size: 1.0em;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 400px){
  .main-description-attention {
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 1.4em;
    line-height: 1.1em;
  }
  .description-title {
    margin-top: 6%;
    margin-bottom: 6%;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.1em;
  }
  .description-body {
    margin-bottom: 6%;
    font-size: 1.4em;
    line-height: 1.1em;
  }
  .sub-description-attention {
    margin-top: 0%;
    margin-bottom: 5%;
    font-size: 1.4em;
    line-height: 1.1em;
  }
}