html {
  font-size: 62.5%;
}

body {
  margin: 0 auto;
  padding: 10px;
  max-width: 350px;
  font-size: 1.6rem;
}
body #AppTtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
}
body #AppTtitle h1 {
  margin: 0 auto 1em auto;
  font-size: 1.8em;
  line-height: 1.5em;
}
body #TitleImg {
  overflow: visible;
  position: relative;
  margin: 0 5px 0 0;
  padding: 0;
  width: auto;
  height: 32px;
  background-image: url("../img/bg_heart.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: contain;
}
body #TitleImg #TitleContainer {
  position: absolute;
  top: -25px;
  right: -5px;
  width: 110px;
  height: 100px;
}
body #TitleImg #TitleContainer svg {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
body #TitleImg #TitleContainer svg #HeartImg {
  fill: #FFF;
  stroke-width: 16px;
}
body #TitleImg #TitleContainer #AppName {
  position: absolute;
  top: 20px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  color: #000;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: -0.1em;
}
body #TitleImg #TitleContainer #AppName span {
  font-size: 0.6em;
  vertical-align: top;
}
body #TitleImg #TitleContainer #Division {
  position: absolute;
  bottom: 30px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}
body #Contents {
  background-color: #FFF;
  margin: 0;
  padding: 10px;
  border-radius: 10px;
  /* Question ------------------------------------------------------------ */
  /* /Question ----------------------------------------------------------- */
  /* Form ---------------------------------------------------------------- */
  /* /Form --------------------------------------------------------------- */
}
body #Contents #QuestionHeader {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
  align-items: baseline;
}
body #Contents #QuestionHeader #QuestionNo {
  display: inline-block;
  font-size: 2.5em;
  line-height: 1em;
}
body #Contents #QuestionHeader #QuestionCount {
  display: inline-block;
  color: #000;
  font-weight: bold;
  line-height: 1em;
}
body #Contents #QuestionBody {
  display: flex;
  margin: 0;
  padding: 0;
  height: 14em;
  justify-content: center;
  align-items: center;
}
body #Contents #QuestionBody p {
  color: #000;
  font-size: 1.6em;
  line-height: 1.5em;
  text-align: center;
}
body #Contents #QuestionButton #YesNo {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  margin: 0 auto;
}
body #Contents #QuestionButton #YesNo #Yes {
  flex: 1 1 50%;
  text-align: center;
}
body #Contents #QuestionButton #YesNo #Yes img {
  width: 100px;
  height: auto;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
}
body #Contents #QuestionButton #YesNo #No {
  flex: 1 1 50%;
  text-align: center;
}
body #Contents #QuestionButton #YesNo #No img {
  width: 100px;
  height: auto;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
}
body #Contents #QuestionButton #Deciding {
  text-align: center;
  margin-top: -15px;
}
body #Contents #QuestionButton #Deciding img {
  width: 80px;
  height: auto;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
}
body #Contents #QuestionReset {
  text-align: center;
  margin: 0;
  padding: 2em 0;
}
body #Contents #QuestionReset a {
  display: inline-block;
  margin: 0 auto;
  padding: 0.5em 1em 0.3em 1em;
  border: 1px solid #000;
  border-radius: 1em;
  color: #000;
  text-decoration: none;
  font-size: 0.8em;
}
body #Contents #FormBody span,
body #Contents #FormBody select {
  display: inline-block;
}
body #Contents #FormBody input {
  width: 100%;
  margin: 0.5em 0;
}
body #Contents #FormBody #SelectForm {
  margin: 1em 0 2em 0;
  padding: 0;
}
body #Contents #FormBody #SelectForm span {
  font-size: 0.9em;
  font-weight: bold;
}
body #Contents #FormBody #SelectForm select {
  margin: 4px 4px 4px 0;
  font-size: 1.1em;
}
body #Contents #FormBody #InputName {
  margin: 2em 0;
  padding: 0;
}
body #Contents #FormBody #InputName input {
  font-size: 1.1em;
}
body #Contents #FormBody #InputName span {
  font-weight: bold;
}
body #Contents #FormBody #Advice {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}
body #Contents #FormBody #Advice p {
  margin-bottom: 0;
  color: #000;
  font-size: 1.6em;
  text-align: center;
  line-height: 1.5em;
}
body #Contents #FormBody #InputMail {
  margin: 2em 0;
  padding: 0;
}
body #Contents #FormBody #InputMail input {
  font-size: 1.1em;
}
body #Contents #FormBody #InputMail span {
  font-weight: bold;
}
body #Contents #FormBody #InputMail span:last-of-type {
  font-size: 0.9em;
}
body #Contents #FormBody #FormSubmit {
  text-align: center;
  margin: 2em 0;
  padding: 0;
}
body #Contents #FormBody #FormSubmit input {
  display: inline-block;
  margin: 0 auto;
  padding: 0.2em 1em;
  width: auto;
  background-color: #F00;
  border-width: 0;
  border-style: none;
  border-radius: 1em;
  color: #FFF;
  text-decoration: none;
  font-size: 1.4em;
}
body #Contents #FormBody #FormReset {
  text-align: center;
  margin: 2em 0;
  padding: 0;
}
body #Contents #FormBody #FormReset input {
  display: inline-block;
  margin: 0 auto;
  padding: 0.2em 1em;
  width: auto;
  border: 1px solid #000;
  border-radius: 1em;
  color: #000;
  text-decoration: none;
  font-size: 0.8em;
}
body #AppFooter {
  color: #FFF;
  text-align: center;
  font-size: 0.6em;
}
body .textRed {
  color: #FF0000;
}
