html {
  font-size: 62.5%;
}

rt {
  /*
  position: relative;
  top: -.5em;
  transform: translateY(-.5em);
  */
}

.inlineBlock {
  display: inline-block;
}

body {
  margin: 0 auto;
  padding: 10px;
  max-width: 350px;
  font-size: 1.6rem;
  background-image: url("../img/bg_body.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
body #AppTtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FF1E85;
  text-align: center;
}
body #AppTtitle h1 {
  margin: 1em auto 1em auto;
  font-size: 1.8em;
  line-height: 1.8em;
  font-weight: 400;
}
body #AppTtitle #TypeH1 {
  margin: 1em auto 0 auto;
}
body #TitleImg,
body #TypeTytleImg {
  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,
body #TypeTytleImg #TitleContainer {
  position: absolute;
  top: -25px;
  right: -5px;
  width: 110px;
  height: 100px;
  z-index: 1;
}
body #TitleImg #TitleContainer img,
body #TypeTytleImg #TitleContainer img {
  width: auto;
  height: auto;
  max-width: 100%;
}
body #TypeTytleImg {
  margin: 0 15px;
}
body #Contents {
  position: relative;
  background-color: #FFF;
  margin: 0;
  padding: 10px;
  border-width: 2px;
  border-style: solid;
  border-radius: 10px;
  /* Top ----------------------------------------------------------------- */
  /* /Top ---------------------------------------------------------------- */
  /* Question ------------------------------------------------------------ */
  /* /Question ----------------------------------------------------------- */
  /* Type ---------------------------------------------------------------- */
  /* /Type --------------------------------------------------------------- */
}
body #Contents #TopWrapper1,
body #Contents #TopWrapper2 {
  position: absolute;
  top: 30px;
  left: 30px;
  width: calc(100vw - 60px);
  height: calc(100vh - 60px);
  mix-blend-mode: multiply;
  border-radius: 15px;
}
body #Contents #TopWrapper1 {
  background-color: #FF1E85;
}
body #Contents #TopWrapper2 {
  background-color: #27C1FA;
}
body #Contents #TopWrapperInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body #Contents #TopWrapperInner a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
body #Contents #TopWrapperInner #TopTitleContainer {
  margin: 65px 50px 15px 50px;
  text-align: center;
}
@media (min-height: 800px) {
  body #Contents #TopWrapperInner #TopTitleContainer {
    margin: 130px 50px 50px 50px;
  }
}
body #Contents #TopWrapperInner #TopTitleContainer h1 {
  margin: -5px auto 10px auto;
  color: #FFF;
  font-weight: 400;
  font-size: 1.8em;
  letter-spacing: 0.1em;
}
body #Contents #TopWrapperInner #TopTitleContainer #TopSubtitleContainer {
  display: inline-block;
  background-color: #FF0;
  border-radius: 999px;
}
body #Contents #TopWrapperInner #TopTitleContainer #TopSubtitleContainer #TopSubtitle {
  margin: 0 auto;
  padding: 4px 10px 2px 10px;
  color: #000;
}
body #Contents #TopWrapperInner #TopTitleContainer img {
  width: auto;
  height: auto;
  max-width: 100%;
}
body #Contents #TopWrapperInner #TopTitleImg {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
body #Contents #TopWrapperInner #TopTitleImg #TitleImg1 {
  width: 220px;
  height: auto;
}
body #Contents #TopWrapperInner #TopTitleImg #TitleImg2 {
  width: 265px;
  height: auto;
}
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: 1em 0;
  padding: 0;
  height: 11em;
  justify-content: center;
  align-items: center;
}
body #Contents #QuestionBody p {
  margin: 0;
  color: #000;
  font-size: 1.6em;
  line-height: 1.8em;
  text-align: center;
  font-weight: 700;
}
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;
}
body #Contents #QuestionButton #YesNo #No {
  flex: 1 1 50%;
  text-align: center;
}
body #Contents #QuestionButton #YesNo #No img {
  width: 100px;
  height: auto;
}
body #Contents #QuestionButton #Deciding {
  text-align: center;
  margin-top: -15px;
}
body #Contents #QuestionButton #Deciding img {
  width: 80px;
  height: auto;
}
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 #TypeHeader #TypeName,
body #Contents #TypeHeader #TypePercent {
  text-align: center;
  font-weight: 700;
}
body #Contents #TypeHeader #TypeName {
  margin: 1em auto 0.5em auto;
  font-size: 1.1em;
}
body #Contents #TypeHeader #TypePercent {
  margin: 0.5em auto 1em auto;
  font-size: 2.0em;
}
body #Contents #TypeBody {
  margin: 1em 0;
  padding: 0 10px;
}
body #Contents #TypeBody #TypePersonality #PersonalityHeader {
  font-weight: 700;
}
body #Contents #TypeBody #TypePersonality .personality {
  margin-right: 1em;
}
body #Contents #TypeBody p {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.8em;
  font-weight: 400;
}
body #Contents #TypeBody #TypeImg {
  margin: 1em auto;
  padding: 0;
  text-align: center;
}
body #Contents #TypeBody #TypeImg img {
  width: 150px;
  height: auto;
}
body #Contents #TypeBody #TypeJob {
  margin-bottom: 1em;
}
body #Contents #TypeBody #TypeJob #JobHeader {
  margin-bottom: 0.5em;
  font-weight: 700;
}
body #Contents #TypeBody #TypeJob #JobList .jobName {
  margin: 0;
  padding-right: 0.2em;
  font-size: 1.2em;
  line-height: 1.8em;
  font-weight: 400;
  letter-spacing: -0.01em;
}
body #Contents #TypeBody #TypeJob #JobList .jobName .jobSublist {
  padding: 0 0 0 1em;
}
body #Contents #TypeBody #TypeJob #JobList .jobName .jobSublist .subName {
  padding-right: 0.2em;
  letter-spacing: -0.01em;
}
body #Contents #TypeBody #TypeAdvice p {
  color: #000;
  font-size: 0.75em;
  line-height: 1.5em;
}
body #AppFooter {
  color: #000;
  text-align: center;
  font-size: 0.8em;
}
body .textRed {
  color: #FF0000;
}

body #Contents #FormBody input {
  width: 100%;
  margin: 0.5em 0;
}
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 #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 #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;
}
