@charset "UTF-8";
/* Eric Meyer's CSS Reset
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   This is a Sass partial
*/
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
*/
/* HTML5 display-role reset for older browsers */
/*
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 10px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', arial, helvetica, sans-serif; }

a {
  text-decoration: none; }

textarea,
input[type=text] {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent; }

textarea {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', arial, helvetica, sans-serif; }
*/

/* PC版ワイド化ここから */
.Stage,
#mainScreen {
  width: auto;
  padding: 0;
  margin: 10px auto;
  text-align: left;
  position: relative;
}
/*
.Stage {
  background: url(../images/background.png);
}
*/
div#content {
  margin-left: auto;
  margin-right: auto;
  width: 950px;
}
/* PC版ワイド化ここまで */

#mainScreen::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
  height: 100%;
  z-index: -1;
  background: url(../images/background.png);
}

#mainScreen li {
	line-height: 1;
}

#mainScreen .header {
  width: 100%;
  height: 158px;
  text-align: center;
  background: url(../images/header.png) top center no-repeat; }

#mainScreen .container {
  line-height: 1;/*adjust*/
  padding: 0 0px 60px;
  width: 100%;
  /*background: url(../images/background.png);*/
  box-sizing: border-box; }
  @media screen and (max-width: 0px) {
   #mainScreen .container {
      padding-bottom: 24px; } }

#mainScreen .container__footer {
  margin: 0 auto -60px;
  padding-right: 132px;
  box-sizing: border-box;
  max-width: 950px;
  height: 150px;
  position: relative;
  *zoom: 1; }
#mainScreen .container__footer:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 0px) {
   #mainScreen .container__footer {
      margin-bottom: -24px;
      padding-right: 0; } }

#mainScreen .contents {
  margin: 0 auto;
  padding-top: 60px;
  max-width: 950px; }
  @media screen and (max-width: 0px) {
    #mainScreen .contents {
      padding-top: 24px; } }

#mainScreen .footer {
  width: 100%;
  height: 260px;
  text-align: center;
  background: url(../images/footer.png) top center no-repeat; }

#mainScreen .progress {
  width: 100%; }

#mainScreen .progress__indicator {
  width: 100%;
  position: relative;
  top: 62px; }
  #mainScreen .progress__indicator img {
    width: 100%; }
  @media screen and (max-width: 0px) {
    #mainScreen .progress__indicator {
      top: 22px; } }
  #mainScreen .progress__indicator img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }

#mainScreen .progress__bar {
  width: 0;
  height: 14px;
  background-color: #409683;
  border-radius: 7px;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1; }

#mainScreen .progress__background {
  width: 100%;
  height: 14px;
  background-color: #fef480;
  border-radius: 7px;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 0; }

#mainScreen .sample {
  width: 100px;
  height: 100px;
  display: table;
  position: absolute;
  top: 25px;
  right: 0; }
#mainScreen .sample a {
    background-color: #409683;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    vertical-align: middle;
    display: table-cell;
    text-decoration: none; }
  @media screen and (max-width: 0px) {
    #mainScreen .sample {
      width: 100%;
      height: auto;
      top: 50px; }
      #mainScreen .sample a {
        margin-right: -20px;
        padding: 15px 33px 15px 0;
        width: 50%;
        font-size: 25px;
        font-weight: bold;
        background-color: #409683;
        color: #fff;
        border-radius: 7px;
        text-align: center;
        cursor: pointer;
        float: left;
        position: relative;
        box-sizing: border-box;
        float: none;
        line-height: 1; }
        #mainScreen .sample a:after {
          content: url(../images/nextArrow.png);
          position: absolute;
          right: 16px;
          top: 13px; }
        #mainScreen .sample a:hover {
          opacity: 0.8; } }
    @media screen and (max-width: 0px) and (max-width: 0px) {
      #mainScreen .sample a {
        font-size: 18.5px; }
        #mainScreen .sample a:after {
          top: 8px; }
        #mainScreen .sample a:hover {
          opacity: 1; } }

.question00 {
  *zoom: 1;
  border: 5px solid #409683;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box; }
  .question00:after {
    content: "";
    display: table;
    clear: both; }

.question00__col01 {
  padding: 0 71px;
  margin: 60px 0;
  width: 50%;
  float: left;
  box-sizing: border-box; }
  .question00__col01 img {
    width: 100%; }
  @media screen and (max-width: 0px) {
    .question00__col01 {
      margin: 28px 0 35px;
      padding: 0 24px;
      width: 100%; } }

.question00__col02 {
  padding: 0 46px 0 0;
  margin: 60px 0;
  width: 50%;
  float: left;
  box-sizing: border-box; }
  .question00__col02 img {
    width: 100%; }
  @media screen and (max-width: 0px) {
    .question00__col02 {
      margin: 0 0 20px;
      padding: 0 24px 0;
      width: 100%; } }

.question00__title {
  margin-bottom: 36px; }
  @media screen and (max-width: 0px) {
    .question00__title {
      margin-bottom: 22px; } }

.question00__lead {
  margin-bottom: 33px;
  font-size: 19px;
  line-height: 1.789;
  text-align: center; }
  @media screen and (max-width: 0px) {
    .question00__lead {
      margin-bottom: 22px;
      font-size: 14px; } }

.question00__next {
  margin-right: -20px;
  padding: 15px 33px 15px 0;
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  background-color: #feea00;
  color: #409683;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  float: left;
  position: relative;
  box-sizing: border-box; }
  .question00__next:after {
    content: url(../images/nextArrow.png);
    position: absolute;
    right: 16px;
    top: 13px; }
  .question00__next:hover {
    opacity: 0.8; }
  @media screen and (max-width: 0px) {
    .question00__next {
      font-size: 18.5px; }
      .question00__next:after {
        top: 8px; }
      .question00__next:hover {
        opacity: 1; } }

.question01 {
  border: 5px solid #409683;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box; }

.question01__title {
  margin: 55px 70px 64px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #3f9683; }
  @media screen and (max-width: 0px) {
    .question01__title {
      margin: 33px 24px 32px;
      font-size: 30px; } }

.question01__list {
  margin: 0 70px 70px;
  padding-right: 26px;
  text-align: center;
  *zoom: 1; }
  .question01__list:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 0px) {
    .question01__list {
      margin: 0 24px 15px; } }
  .question01__list > li {
    margin-right: 13px;
    float: left;
    width: 33.33%; }
    .question01__list > li:last-child {
      margin-right: -26px; }
    .question01__list > li > input[type=radio],
    .question01__list > li > input[type=checkbox] {
      display: none; }
      .question01__list > li > input[type=radio]:checked + label,
      .question01__list > li > input[type=checkbox]:checked + label {
        border-color: #409683;
        background-color: #409683;
        color: #fff; }
    .question01__list > li > label {
      padding: 17px 0;
      display: block;
      border: 1px solid #ababab;
      border-radius: 28px;
      text-align: center;
      font-size: 19px;
      cursor: pointer; }
      .question01__list > li > label:hover {
        border: 1px solid #ddd;
        color: #c6c6c6; }
      @media screen and (max-width: 0px) {
        .question01__list > li > label {
          font-size: 16px; }
          .question01__list > li > label:hover {
            border: 1px solid #ababab;
            color: #333; } }
  @media screen and (max-width: 0px) {
    .question01__list {
      margin-bottom: 22px;
      padding-right: 0; }
      .question01__list li {
        margin: 0 0 13px;
        width: 100%;
        float: none; } }

.question01__buttons {
  margin: 0 70px 64px;
  padding-right: 20px;
  *zoom: 1; }
  .question01__buttons:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 0px) {
    .question01__buttons {
      margin: 0 24px 32px; } }

.question01__prev {
  margin-right: 20px;
  padding: 15px 0 15px 33px;
  width: 50%;
  font-size: 25px;
  font-weight: bold;
  background-color: #c5dfda;
  color: #409683;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  float: left;
  position: relative;
  box-sizing: border-box; }
  .question01__prev:after {
    content: url(../images/prevArrow.png);
    position: absolute;
    left: 16px;
    top: 13px; }
  .question01__prev:hover {
    opacity: 0.8; }
  @media screen and (max-width: 0px) {
    .question01__prev {
      font-size: 18.5px; }
      .question01__prev:after {
        top: 8px; }
      .question01__prev:hover {
        opacity: 1; } }

.question01__next {
  margin-right: -20px;
  padding: 15px 33px 15px 0;
  width: 50%;
  font-size: 25px;
  font-weight: bold;
  background-color: #e8f2f1;
  color: #409683;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  float: left;
  position: relative;
  box-sizing: border-box; }
  .question01__next:after {
    content: url(../images/nextArrow.png);
    position: absolute;
    right: 16px;
    top: 13px; }
  .question01__next:hover {
    opacity: 0.8; }
  @media screen and (max-width: 0px) {
    .question01__next {
      font-size: 18.5px; }
      .question01__next:after {
        top: 8px; }
      .question01__next:hover {
        opacity: 1; } }

.question02 {
  border: 5px solid #409683;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box; }

.question02__title {
  margin: 55px 70px 64px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #3f9683;
  margin-bottom: 25px; }
  @media screen and (max-width: 0px) {
    .question02__title {
      margin: 33px 24px 32px;
      font-size: 30px; } }

.question02__point {
  margin-bottom: 40px;
  font-size: 18px;
  color: #3f9683;
  line-height: 1.8125;
  text-align: center; }
  @media screen and (max-width: 0px) {
    .question02__point {
      font-size: 15px; } }

.question02__list {
  margin: 0 58px 70px;
  text-align: center;
  *zoom: 1; }
  .question02__list:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 0px) {
    .question02__list {
      margin: 0 0 15px; } }
  .question02__list li {
    margin-bottom: 20px;
    padding: 0 6px;
    display: inline-block;
    box-sizing: border-box; }
    .question02__list li:last-child {
      display: block;
      width: 100%; }
      .question02__list li:last-child .other {
        display: block;
        width: 100%;
        height: 158px;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 0 0 14px 14px;
        border: 1px solid #fff;
        font-size: 14px; }
      .question02__list li:last-child label {
        padding: 0;
        display: block;
        border-radius: 14px; }
    .question02__list li input[type=radio],
    .question02__list li input[type=checkbox] {
      display: none; }
      .question02__list li input[type=radio]:checked + label,
      .question02__list li input[type=checkbox]:checked + label {
        border-color: #409683;
        background-color: #409683;
        color: #fff; }
    .question02__list li label {
      padding: 0 17px;
      display: inline-block;
      border: 1px solid #ababab;
      border-radius: 28px;
      text-align: center;
      font-size: 17px;
      line-height: 1.8235;
      cursor: pointer; }
      .question02__list li label:hover {
        border: 1px solid #ddd;
        color: #c6c6c6; }
      @media screen and (max-width: 0px) {
        .question02__list li label:hover {
          border: 1px solid #ababab;
          color: #333; } }

.question02__buttons {
  margin: 0 70px 64px;
  padding-right: 20px;
  *zoom: 1; }
  .question02__buttons:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 0px) {
    .question02__buttons {
      margin: 0 24px 32px; } }

.question02__prev {
  margin-right: 20px;
  padding: 15px 0 15px 33px;
  width: 50%;
  font-size: 25px;
  font-weight: bold;
  background-color: #c5dfda;
  color: #409683;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  float: left;
  position: relative;
  box-sizing: border-box; }
  .question02__prev:after {
    content: url(../images/prevArrow.png);
    position: absolute;
    left: 16px;
    top: 13px; }
  .question02__prev:hover {
    opacity: 0.8; }
  @media screen and (max-width: 0px) {
    .question02__prev {
      font-size: 18.5px; }
      .question02__prev:after {
        top: 8px; }
      .question02__prev:hover {
        opacity: 1; } }

.question02__next {
  margin-right: -20px;
  padding: 15px 33px 15px 0;
  width: 50%;
  font-size: 25px;
  font-weight: bold;
  background-color: #e8f2f1;
  color: #409683;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  float: left;
  position: relative;
  box-sizing: border-box; }
  .question02__next:after {
    content: url(../images/nextArrow.png);
    position: absolute;
    right: 16px;
    top: 13px; }
  .question02__next:hover {
    opacity: 0.8; }
  @media screen and (max-width: 0px) {
    .question02__next {
      font-size: 18.5px; }
      .question02__next:after {
        top: 8px; }
      .question02__next:hover {
        opacity: 1; } }

.question03 {
  border: 5px solid #409683;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box; }

.question03__title {
  margin: 55px 70px 64px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #3f9683;
  margin-bottom: 25px; }
  @media screen and (max-width: 0px) {
    .question03__title {
      margin: 33px 24px 32px;
      font-size: 30px; } }

.question03__point {
  margin-bottom: 40px;
  font-size: 18px;
  color: #3f9683;
  line-height: 1.8125;
  text-align: center; }
  @media screen and (max-width: 0px) {
    .question03__point {
      font-size: 15px; } }

.question03__content {
  margin: 0 70px 70px; }
  @media screen and (max-width: 0px) {
    .question03__content {
      margin: 0 24px 35px; } }

.question03__select--pseudo {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  position: relative;
  border: 1px solid #aaa;
  background-color: #fff;
  box-sizing: border-box; }
  .question03__select--pseudo:after {
    position: absolute;
    top: 23px;
    bottom: 0;
    right: 20px;
    width: 20px;
    display: block;
    font-size: 15px;
    content: "▼";
    color: #9fcac1;
    pointer-events: none; }
  @media screen and (max-width: 0px) {
    .question03__select--pseudo:after {
      top: 17px;
      right: 10px; } }

.question03__select {
  width: 110%;
  padding: 17px;
  border-radius: 0;
  border: 0;
  margin: 0;
  background: none;
  vertical-align: middle;
  box-sizing: content-box;
  font-size: 2em;
  line-height: 1;
  -webkit-appearance: none;
  appearance: none; }
  @media screen and (max-width: 0px) {
    .question03__select {
      font-size: 15px; } }

.question03__buttons {
  margin: 0 70px 64px;
  padding-right: 20px;
  *zoom: 1; }
  .question03__buttons:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 0px) {
    .question03__buttons {
      margin: 0 24px 32px; } }

.question03__prev {
  margin-right: 20px;
  padding: 15px 0 15px 33px;
  width: 50%;
  font-size: 25px;
  font-weight: bold;
  background-color: #c5dfda;
  color: #409683;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  float: left;
  position: relative;
  box-sizing: border-box; }
  .question03__prev:after {
    content: url(../images/prevArrow.png);
    position: absolute;
    left: 16px;
    top: 13px; }
  .question03__prev:hover {
    opacity: 0.8; }
  @media screen and (max-width: 0px) {
    .question03__prev {
      font-size: 18.5px; }
      .question03__prev:after {
        top: 8px; }
      .question03__prev:hover {
        opacity: 1; } }

.question03__next {
  margin-right: -20px;
  padding: 15px 33px 15px 0;
  width: 50%;
  font-size: 25px;
  font-weight: bold;
  background-color: #e8f2f1;
  color: #409683;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  float: left;
  position: relative;
  box-sizing: border-box; }
  .question03__next:after {
    content: url(../images/nextArrow.png);
    position: absolute;
    right: 16px;
    top: 13px; }
  .question03__next:hover {
    opacity: 0.8; }
  @media screen and (max-width: 0px) {
    .question03__next {
      font-size: 18.5px; }
      .question03__next:after {
        top: 8px; }
      .question03__next:hover {
        opacity: 1; } }

.question03__button {
  margin: 0 70px 64px;
  display: none; }
  @media screen and (max-width: 0px) {
    .question03__button {
      margin: 0 24px 32px; } }

.question03__complete {
  margin: 0 auto 50px;
  padding: 15px 0;
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  background-color: #feea00;
  color: #409683;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box; }
  .question03__complete:after {
    content: url(../images/nextArrow.png);
    position: absolute;
    right: 16px;
    top: 13px; }
  @media screen and (max-width: 0px) {
    .question03__complete {
      font-size: 18.5px; }
      .question03__complete:after {
        top: 8px; } }

.question04 {
  border: 5px solid #409683;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box; }

.question04__title {
  margin: 55px 70px 64px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #3f9683; }
  @media screen and (max-width: 0px) {
    .question04__title {
      margin: 33px 24px 32px;
      font-size: 30px; } }

.question04__distance {
  margin: 0 70px 40px;
  padding-right: 50px;
  position: relative;
  *zoom: 1; }
  .question04__distance:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 0px) {
    .question04__distance {
      margin: 0 24px 35px;
      padding-right: 0; } }
  .question04__distance:before {
    margin-left: -10px;
    position: absolute;
    top: 19px;
    left: 50%;
    content: "〜";
    font-size: 2em; }
    @media screen and (max-width: 0px) {
      .question04__distance:before {
        margin-left: -1em;
        display: block;
        content: "から";
        top: 65px; } }

.question04__separator {
  margin-left: 50%;
  width: 50px;
  float: left;
  display: inline-block;
  text-align: center;
  font-size: 2em; }

@media screen and (max-width: 0px) {
  .question04__from {
    margin-bottom: 40px; } }

.question04__to,
.question04__from {
  margin-right: 50px;
  padding-right: 15px;
  width: 50%;
  float: left;
  box-sizing: border-box;
  *zoom: 1; }
  .question04__to:after,
  .question04__from:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 0px) {
    .question04__to,
    .question04__from {
      margin-right: 0;
      width: 100%; } }
  .question04__to:last-child,
  .question04__from:last-child {
    margin-right: -50px; }

.question04__pseudo {
  margin-right: 15px;
  float: left;
  width: 50%;
  overflow: hidden;
  display: inline-block;
  position: relative;
  border: 1px solid #aaa;
  background-color: #fff;
  box-sizing: border-box; }
  .question04__pseudo:after {
    position: absolute;
    top: 23px;
    bottom: 0;
    right: 20px;
    width: 20px;
    display: block;
    font-size: 15px;
    content: "▼";
    color: #9fcac1;
    pointer-events: none; }
  @media screen and (max-width: 0px) {
    .question04__pseudo:after {
      top: 17px;
      right: 10px; } }
  .question04__pseudo:last-child {
    margin-right: -15px; }

.question04__fromYear,
.question04__fromMonth,
.question04__toYear,
.question04__toMonth {
  width: 110%;
  padding: 17px;
  border-radius: 0;
  border: 0;
  margin: 0;
  background: none;
  vertical-align: middle;
  box-sizing: content-box;
  font-size: 2em;
  line-height: 1;
  -webkit-appearance: none;
  appearance: none; }
  @media screen and (max-width: 0px) {
    .question04__fromYear,
    .question04__fromMonth,
    .question04__toYear,
    .question04__toMonth {
      font-size: 15px; } }

.question04__sentence {
  margin-bottom: 40px;
  font-size: 20px;
  display: none;
  text-align: center; }

.question04__buttons {
  margin: 0 70px 64px;
  padding-right: 20px;
  *zoom: 1; }
  .question04__buttons:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 0px) {
    .question04__buttons {
      margin: 0 24px 32px; } }

.question04__prev {
  margin-right: 20px;
  padding: 15px 0 15px 33px;
  width: 50%;
  font-size: 25px;
  font-weight: bold;
  background-color: #c5dfda;
  color: #409683;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  float: left;
  position: relative;
  box-sizing: border-box; }
  .question04__prev:after {
    content: url(../images/prevArrow.png);
    position: absolute;
    left: 16px;
    top: 13px; }
  .question04__prev:hover {
    opacity: 0.8; }
  @media screen and (max-width: 0px) {
    .question04__prev {
      font-size: 18.5px; }
      .question04__prev:after {
        top: 8px; }
      .question04__prev:hover {
        opacity: 1; } }

.question04__next {
  margin-right: -20px;
  padding: 15px 33px 15px 0;
  width: 50%;
  font-size: 25px;
  font-weight: bold;
  background-color: #e8f2f1;
  color: #409683;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  float: left;
  position: relative;
  box-sizing: border-box; }
  .question04__next:after {
    content: url(../images/nextArrow.png);
    position: absolute;
    right: 16px;
    top: 13px; }
  .question04__next:hover {
    opacity: 0.8; }
  @media screen and (max-width: 0px) {
    .question04__next {
      font-size: 18.5px; }
      .question04__next:after {
        top: 8px; }
      .question04__next:hover {
        opacity: 1; } }

.question04__button {
  margin: 0 70px 64px;
  display: none; }
  @media screen and (max-width: 0px) {
    .question04__button {
      margin: 0 24px 32px; } }

.question04__complete {
  margin: 0 auto 50px;
  padding: 15px 0;
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  background-color: #feea00;
  color: #409683;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box; }
  .question04__complete:after {
    content: url(../images/nextArrow.png);
    position: absolute;
    right: 16px;
    top: 13px; }
  @media screen and (max-width: 0px) {
    .question04__complete {
      font-size: 18.5px; }
      .question04__complete:after {
        top: 8px; } }

.question05 {
  border: 5px solid #409683;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box; }

.question05__title {
  margin: 55px 70px 64px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #3f9683;
  margin-bottom: 25px; }
  @media screen and (max-width: 0px) {
    .question05__title {
      margin: 33px 24px 32px;
      font-size: 30px; } }

.question05__point {
  margin-bottom: 40px;
  font-size: 18px;
  color: #3f9683;
  line-height: 1.8125;
  text-align: center; }
  @media screen and (max-width: 0px) {
    .question05__point {
      font-size: 15px; } }

.question05__list {
  margin: 0 58px 70px;
  text-align: center;
  *zoom: 1; }
  .question05__list:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 0px) {
    .question05__list {
      margin: 0 0 15px; } }
  .question05__list li {
    margin-bottom: 20px;
    padding: 0 6px;
    display: inline-block;
    box-sizing: border-box; }
    .question05__list li:last-child {
      display: block;
      width: 100%; }
      .question05__list li:last-child .other {
        display: block;
        width: 100%;
        height: 158px;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 0 0 14px 14px;
        border: 1px solid #fff;
        font-size: 14px; }
      .question05__list li:last-child label {
        padding: 0;
        display: block;
        border-radius: 14px; }
    .question05__list li input[type=radio],
    .question05__list li input[type=checkbox] {
      display: none; }
      .question05__list li input[type=radio]:checked + label,
      .question05__list li input[type=checkbox]:checked + label {
        border-color: #409683;
        background-color: #409683;
        color: #fff; }
    .question05__list li label {
      padding: 0 17px;
      display: inline-block;
      border: 1px solid #ababab;
      border-radius: 28px;
      text-align: center;
      font-size: 17px;
      line-height: 1.8235;
      cursor: pointer; }
      .question05__list li label:hover {
        border: 1px solid #ddd;
        color: #c6c6c6; }
      @media screen and (max-width: 0px) {
        .question05__list li label:hover {
          border: 1px solid #ababab;
          color: #333; } }

.question05__buttons {
  margin: 0 70px 64px;
  padding-right: 20px;
  *zoom: 1; }
  .question05__buttons:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 0px) {
    .question05__buttons {
      margin: 0 24px 32px; } }

.question05__prev {
  margin-right: 20px;
  padding: 15px 0 15px 33px;
  width: 50%;
  font-size: 25px;
  font-weight: bold;
  background-color: #c5dfda;
  color: #409683;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  float: left;
  position: relative;
  box-sizing: border-box; }
  .question05__prev:after {
    content: url(../images/prevArrow.png);
    position: absolute;
    left: 16px;
    top: 13px; }
  .question05__prev:hover {
    opacity: 0.8; }
  @media screen and (max-width: 0px) {
    .question05__prev {
      font-size: 18.5px; }
      .question05__prev:after {
        top: 8px; }
      .question05__prev:hover {
        opacity: 1; } }

.question05__next {
  margin-right: -20px;
  padding: 15px 33px 15px 0;
  width: 50%;
  font-size: 25px;
  font-weight: bold;
  background-color: #e8f2f1;
  color: #409683;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  float: left;
  position: relative;
  box-sizing: border-box; }
  .question05__next:after {
    content: url(../images/nextArrow.png);
    position: absolute;
    right: 16px;
    top: 13px; }
  .question05__next:hover {
    opacity: 0.8; }
  @media screen and (max-width: 0px) {
    .question05__next {
      font-size: 18.5px; }
      .question05__next:after {
        top: 8px; }
      .question05__next:hover {
        opacity: 1; } }

.question05__button {
  margin: 0 70px 64px;
  display: none; }
  @media screen and (max-width: 0px) {
    .question05__button {
      margin: 0 24px 32px; } }

.question05__complete {
  margin: 0 auto 50px;
  padding: 15px 0;
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  background-color: #feea00;
  color: #409683;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box; }
  .question05__complete:after {
    content: url(../images/nextArrow.png);
    position: absolute;
    right: 16px;
    top: 13px; }
  @media screen and (max-width: 0px) {
    .question05__complete {
      font-size: 18.5px; }
      .question05__complete:after {
        top: 8px; } }

.question06 {
  border: 5px solid #409683;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box; }

.question06__title {
  margin: 55px 70px 64px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #3f9683;
  margin-bottom: 25px; }
  @media screen and (max-width: 0px) {
    .question06__title {
      margin: 33px 24px 32px;
      font-size: 30px; } }

.question06__point {
  margin: 0 auto 40px;
  min-height: 88px;
  padding-left: 108px;
  width: 55%;
  font-size: 16px;
  line-height: 1.8125;
  box-sizing: border-box;
  background: url(../images/point01.png) 0 0 no-repeat; }
  @media screen and (max-width: 0px) {
    .question06__point {
      width: 90%; } }

.question06__list {
  margin: 0 70px 70px;
  padding-right: 26px;
  text-align: center;
  *zoom: 1;
  padding-right: 0; }
  .question06__list:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 0px) {
    .question06__list {
      margin: 0 24px 15px; } }
  .question06__list > li {
    margin-right: 13px;
    float: left;
    width: 33.33%; }
    .question06__list > li:last-child {
      margin-right: -26px; }
    .question06__list > li > input[type=radio],
    .question06__list > li > input[type=checkbox] {
      display: none; }
      .question06__list > li > input[type=radio]:checked + label,
      .question06__list > li > input[type=checkbox]:checked + label {
        border-color: #409683;
        background-color: #409683;
        color: #fff; }
    .question06__list > li > label {
      padding: 17px 0;
      display: block;
      border: 1px solid #ababab;
      border-radius: 28px;
      text-align: center;
      font-size: 19px;
      cursor: pointer; }
      .question06__list > li > label:hover {
        border: 1px solid #ddd;
        color: #c6c6c6; }
      @media screen and (max-width: 0px) {
        .question06__list > li > label {
          font-size: 16px; }
          .question06__list > li > label:hover {
            border: 1px solid #ababab;
            color: #333; } }
  @media screen and (max-width: 0px) {
    .question06__list {
      margin: 0 0 15px; } }
  .question06__list > li {
    margin-right: 0;
    margin-bottom: 13px;
    width: 100%; }
    .question06__list > li > label {
      margin: 0 auto;
      width: 50%; }
      @media screen and (max-width: 0px) {
        .question06__list > li > label {
          width: 85%; } }

.question06__childList {
  margin: 0 58px 70px;
  text-align: center;
  *zoom: 1;
  margin-top: 20px;
  margin-bottom: 0;
  display: none; }
  .question06__childList:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 0px) {
    .question06__childList {
      margin: 0 0 15px; } }
  .question06__childList li {
    margin-bottom: 20px;
    padding: 0 6px;
    display: inline-block;
    box-sizing: border-box; }
    .question06__childList li:last-child {
      display: block;
      width: 100%; }
      .question06__childList li:last-child .other {
        display: block;
        width: 100%;
        height: 158px;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 0 0 14px 14px;
        border: 1px solid #fff;
        font-size: 14px; }
      .question06__childList li:last-child label {
        padding: 0;
        display: block;
        border-radius: 14px; }
    .question06__childList li input[type=radio],
    .question06__childList li input[type=checkbox] {
      display: none; }
      .question06__childList li input[type=radio]:checked + label,
      .question06__childList li input[type=checkbox]:checked + label {
        border-color: #409683;
        background-color: #409683;
        color: #fff; }
    .question06__childList li label {
      padding: 0 17px;
      display: inline-block;
      border: 1px solid #ababab;
      border-radius: 28px;
      text-align: center;
      font-size: 17px;
      line-height: 1.8235;
      cursor: pointer; }
      .question06__childList li label:hover {
        border: 1px solid #ddd;
        color: #c6c6c6; }
      @media screen and (max-width: 0px) {
        .question06__childList li label:hover {
          border: 1px solid #ababab;
          color: #333; } }
  @media screen and (max-width: 0px) {
    .question06__childList {
      margin: 10px 0 5px; } }
  .question06__childList li {
    margin-bottom: 20px;
    float: none;
    width: auto;
    display: inline-block; }
    .question06__childList li:last-child {
      display: inline-block;
      width: auto; }
      .question06__childList li:last-child label {
        padding: 0 17px;
        display: inline-block; }
    .question06__childList li label {
      padding: 0 17px;
      font-size: 17px;
      line-height: 1.8235;
      display: inline-block; }

.question06__buttons {
  margin: 0 70px 64px;
  padding-right: 20px;
  *zoom: 1; }
  .question06__buttons:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 0px) {
    .question06__buttons {
      margin: 0 24px 32px; } }

.question06__prev {
  margin-right: 20px;
  padding: 15px 0 15px 33px;
  width: 50%;
  font-size: 25px;
  font-weight: bold;
  background-color: #c5dfda;
  color: #409683;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  float: left;
  position: relative;
  box-sizing: border-box; }
  .question06__prev:after {
    content: url(../images/prevArrow.png);
    position: absolute;
    left: 16px;
    top: 13px; }
  .question06__prev:hover {
    opacity: 0.8; }
  @media screen and (max-width: 0px) {
    .question06__prev {
      font-size: 18.5px; }
      .question06__prev:after {
        top: 8px; }
      .question06__prev:hover {
        opacity: 1; } }

.question06__next {
  margin-right: -20px;
  padding: 15px 33px 15px 0;
  width: 50%;
  font-size: 25px;
  font-weight: bold;
  background-color: #feea00;
  color: #409683;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  float: left;
  position: relative;
  box-sizing: border-box; }
  .question06__next:after {
    content: url(../images/nextArrow.png);
    position: absolute;
    right: 16px;
    top: 13px; }
  .question06__next:hover {
    opacity: 0.8; }
  @media screen and (max-width: 0px) {
    .question06__next {
      font-size: 18.5px; }
      .question06__next:after {
        top: 8px; }
      .question06__next:hover {
        opacity: 1; } }

.question06__button {
  margin: 0 70px 64px;
  display: none; }
  @media screen and (max-width: 0px) {
    .question06__button {
      margin: 0 24px 32px; } }

.question06__complete {
  margin: 0 auto 50px;
  padding: 15px 0;
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  background-color: #feea00;
  color: #409683;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box; }
  .question06__complete:after {
    content: url(../images/nextArrow.png);
    position: absolute;
    right: 16px;
    top: 13px; }
  @media screen and (max-width: 0px) {
    .question06__complete {
      font-size: 18.5px; }
      .question06__complete:after {
        top: 8px; } }

.question07 {
  border: 5px solid #409683;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box; }

.question07__title {
  margin: 55px 70px 64px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #3f9683;
  margin-bottom: 25px; }
  @media screen and (max-width: 0px) {
    .question07__title {
      margin: 33px 24px 32px;
      font-size: 30px; } }

.question07__point {
  margin-bottom: 40px;
  font-size: 18px;
  color: #3f9683;
  line-height: 1.8125;
  text-align: center; }
  @media screen and (max-width: 0px) {
    .question07__point {
      font-size: 15px; } }

.question07__list {
  margin: 0 70px 70px;
  padding-right: 26px;
  text-align: center;
  *zoom: 1;
  padding-right: 0; }
  .question07__list:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 0px) {
    .question07__list {
      margin: 0 24px 15px; } }
  .question07__list > li {
    margin-right: 13px;
    float: left;
    width: 33.33%; }
    .question07__list > li:last-child {
      margin-right: -26px; }
    .question07__list > li > input[type=radio],
    .question07__list > li > input[type=checkbox] {
      display: none; }
      .question07__list > li > input[type=radio]:checked + label,
      .question07__list > li > input[type=checkbox]:checked + label {
        border-color: #409683;
        background-color: #409683;
        color: #fff; }
    .question07__list > li > label {
      padding: 17px 0;
      display: block;
      border: 1px solid #ababab;
      border-radius: 28px;
      text-align: center;
      font-size: 19px;
      cursor: pointer; }
      .question07__list > li > label:hover {
        border: 1px solid #ddd;
        color: #c6c6c6; }
      @media screen and (max-width: 0px) {
        .question07__list > li > label {
          font-size: 16px; }
          .question07__list > li > label:hover {
            border: 1px solid #ababab;
            color: #333; } }
  .question07__list li {
    margin-bottom: 20px;
    float: none;
    width: 100%; }
    .question07__list li:last-child {
      margin-right: auto;
      display: block;
      width: 100%; }
      .question07__list li:last-child label {
        display: block;
        text-align: center; }
      .question07__list li:last-child input[type="checkbox"]:checked + label {
        padding: 0;
        line-height: 2.5; }
      .question07__list li:last-child .other {
        display: block;
        width: 100%;
        height: 158px;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 0 0 11px 11px;
        border: 1px solid #fff;
        font-size: 14px; }
    .question07__list li label {
      padding: 17px;
      text-align: left;
      border-radius: 11px; }

.question07__buttons {
  margin: 0 70px 64px;
  padding-right: 20px;
  *zoom: 1; }
  .question07__buttons:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 0px) {
    .question07__buttons {
      margin: 0 24px 32px; } }

.question07__prev {
  margin-right: 20px;
  padding: 15px 0 15px 33px;
  width: 50%;
  font-size: 25px;
  font-weight: bold;
  background-color: #c5dfda;
  color: #409683;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  float: left;
  position: relative;
  box-sizing: border-box; }
  .question07__prev:after {
    content: url(../images/prevArrow.png);
    position: absolute;
    left: 16px;
    top: 13px; }
  .question07__prev:hover {
    opacity: 0.8; }
  @media screen and (max-width: 0px) {
    .question07__prev {
      font-size: 18.5px; }
      .question07__prev:after {
        top: 8px; }
      .question07__prev:hover {
        opacity: 1; } }

.question07__next {
  margin-right: -20px;
  padding: 15px 33px 15px 0;
  width: 50%;
  font-size: 25px;
  font-weight: bold;
  background-color: #e8f2f1;
  color: #409683;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  float: left;
  position: relative;
  box-sizing: border-box; }
  .question07__next:after {
    content: url(../images/nextArrow.png);
    position: absolute;
    right: 16px;
    top: 13px; }
  .question07__next:hover {
    opacity: 0.8; }
  @media screen and (max-width: 0px) {
    .question07__next {
      font-size: 18.5px; }
      .question07__next:after {
        top: 8px; }
      .question07__next:hover {
        opacity: 1; } }

.question07__button {
  margin: 0 70px 64px;
  display: none; }
  @media screen and (max-width: 0px) {
    .question07__button {
      margin: 0 24px 32px; } }

.question07__complete {
  margin: 0 auto 50px;
  padding: 15px 0;
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  background-color: #feea00;
  color: #409683;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box; }
  .question07__complete:after {
    content: url(../images/nextArrow.png);
    position: absolute;
    right: 16px;
    top: 13px; }
  @media screen and (max-width: 0px) {
    .question07__complete {
      font-size: 18.5px; }
      .question07__complete:after {
        top: 8px; } }

.question08 {
  border: 5px solid #409683;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box; }

.question08__title {
  margin: 55px 70px 64px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #3f9683; }
  @media screen and (max-width: 0px) {
    .question08__title {
      margin: 33px 24px 32px;
      font-size: 30px; } }

.question08__point {
  margin: 0 auto 40px;
  min-height: 88px;
  padding-left: 108px;
  width: 70%;
  font-size: 16px;
  line-height: 1.8125;
  box-sizing: border-box;
  background: url(../images/point01.png) 0 0 no-repeat; }
  @media screen and (max-width: 0px) {
    .question08__point {
      width: 90%; } }

.question08__performance {
  margin-bottom: 70px;
  padding: 0 70px; }
  @media screen and (max-width: 0px) {
    .question08__performance {
      margin-bottom: 35px;
      padding: 0 24px; } }

.question08__text {
  padding: 10px;
  width: 100%;
  height: 330px;
  border-radius: 12px;
  border: 1px solid #aaa;
  font-size: 14px;
  box-sizing: border-box; }

.question08__buttons {
  margin: 0 70px 64px;
  padding-right: 20px;
  *zoom: 1; }
  .question08__buttons:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 0px) {
    .question08__buttons {
      margin: 0 24px 32px; } }

.question08__prev {
  margin-right: 20px;
  padding: 15px 0 15px 33px;
  width: 50%;
  font-size: 25px;
  font-weight: bold;
  background-color: #c5dfda;
  color: #409683;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  float: left;
  position: relative;
  box-sizing: border-box; }
  .question08__prev:after {
    content: url(../images/prevArrow.png);
    position: absolute;
    left: 16px;
    top: 13px; }
  .question08__prev:hover {
    opacity: 0.8; }
  @media screen and (max-width: 0px) {
    .question08__prev {
      font-size: 18.5px; }
      .question08__prev:after {
        top: 8px; }
      .question08__prev:hover {
        opacity: 1; } }

.question08__next {
  margin-right: -20px;
  padding: 15px 33px 15px 0;
  width: 50%;
  font-size: 25px;
  font-weight: bold;
  background-color: #feea00;
  color: #409683;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  float: left;
  position: relative;
  box-sizing: border-box; }
  .question08__next:after {
    content: url(../images/nextArrow.png);
    position: absolute;
    right: 16px;
    top: 13px; }
  .question08__next:hover {
    opacity: 0.8; }
  @media screen and (max-width: 0px) {
    .question08__next {
      font-size: 18.5px; }
      .question08__next:after {
        top: 8px; }
      .question08__next:hover {
        opacity: 1; } }

.question08__button {
  margin: 0 70px 64px;
  display: none; }
  @media screen and (max-width: 0px) {
    .question08__button {
      margin: 0 24px 32px; } }

.question08__complete {
  margin: 0 auto 50px;
  padding: 15px 0;
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  background-color: #feea00;
  color: #409683;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box; }
  .question08__complete:after {
    content: url(../images/nextArrow.png);
    position: absolute;
    right: 16px;
    top: 13px; }
  @media screen and (max-width: 0px) {
    .question08__complete {
      font-size: 18.5px; }
      .question08__complete:after {
        top: 8px; } }

.result__image {
  text-align: center; }
  @media screen and (max-width: 0px) {
    .result__image img {
      width: 85%;
      vertical-align: bottom; } }

.result__frame {
  border: 5px solid #409683;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
  *zoom: 1;
  margin-top: 0; }
  .result__frame:after {
    content: "";
    display: table;
    clear: both; }

.result__title {
  margin: 55px 70px 64px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #3f9683;
  margin: 35px 0;
  font-size: 18px;
  line-height: 2; }
  @media screen and (max-width: 0px) {
    .result__title {
      margin: 33px 24px 32px;
      font-size: 30px; } }
  @media screen and (max-width: 0px) {
    .result__title {
      font-size: 14px; } }

.result__point {
  margin-bottom: 40px;
  font-size: 15px; }

.result__output {
  margin-bottom: 44px;
  padding: 0 70px; }
  @media screen and (max-width: 0px) {
    .result__output {
      margin-bottom: 20px;
      padding: 0 24px; } }

.result__text {
  padding: 17px;
  width: 100%;
  border-radius: 11px;
  border: 1px solid #ababab;
  background-color: #ecf4f2;
  font-size: 14px;
  color: #545454;
  box-sizing: border-box; }

.result__annotation {
  margin-bottom: 12px;
  text-align: center;
  color: #409683;
  font-size: 18px;
  line-height: 2; }

.result__back {
  margin: 0 60px 50px;
  *zoom: 1; }
  .result__back:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 0px) {
    .result__back {
      margin: 0 14px 16px; } }
  .result__back li {
    padding: 0 10px 20px;
    width: 16.666%;
    height: 115px;
    float: left;
    box-sizing: border-box;
    display: table; }
    @media screen and (max-width: 0px) {
      .result__back li {
        padding: 0 5px 20px;
        width: 33.333%;
        height: 100px; } }

.result__back--box {
  height: 100%;
  border-radius: 9px;
  text-align: center;
  background-color: #409683;
  color: #fff;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle; }

.result__back--number {
  font-size: 25px;
  display: block; }
  @media screen and (max-width: 0px) {
    .result__back--number {
      padding-bottom: 5px;
      font-size: 19px; } }

.result__back--value {
  font-size: 14px;
  line-height: 1.5; }
  @media screen and (max-width: 0px) {
    .result__back--value {
      font-size: 10px; } }

.result__copy {
  margin-bottom: 41px;
  padding: 0 70px; }
  @media screen and (max-width: 0px) {
    .result__copy {
      display: none; } }

.result__copy--sp {
  display: none; }
  @media screen and (max-width: 0px) {
    .result__copy--sp {
      display: block; } }

@media screen and (max-width: 0px) {
  .result__copyTitle--sp {
    text-align: center;
    color: #409683;
    font-size: 13px;
    font-weight: bold;
    line-height: 2; } }

@media screen and (max-width: 0px) {
  .result__copyAnnotation--sp {
    margin-bottom: 30px;
    text-align: center;
    line-height: 2; } }

.result__copyAnnotation {
  padding-top: 20px;
  font-size: 14px;
  color: #409683;
  line-height: 2;
  text-align: center; }

.result__button {
  margin-right: -20px;
  padding: 15px 33px 15px 0;
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  background-color: #feea00;
  color: #409683;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  float: left;
  position: relative;
  box-sizing: border-box;
  padding-right: 0;
  float: none; }
  .result__button:after {
    content: url(../images/nextArrow.png);
    position: absolute;
    right: 16px;
    top: 13px; }
  .result__button:hover {
    opacity: 0.8; }
  @media screen and (max-width: 0px) {
    .result__button {
      font-size: 18.5px; }
      .result__button:after {
        top: 8px; }
      .result__button:hover {
        opacity: 1; } }
  .result__button:after {
    content: none; }

.result__start {
  margin: 0 70px 50px;
  float: right;
  font-size: 24px;
  color: #3f9683;
  cursor: pointer; }
  @media screen and (max-width: 0px) {
    .result__start {
      margin-bottom: 33px;
      margin-right: 24px; } }
  .result__start:before {
    margin-right: 10px;
    content: "▶︎";
    font-size: 13px;
    vertical-align: middle; }

.howto {
  border: 5px solid #409683;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box; }

.howto01__col {
  margin-bottom: 76px;
  padding: 0 70px;
  box-sizing: border-box;
  *zoom: 1; }
  .howto01__col:after {
    content: "";
    display: table;
    clear: both; }
  .howto01__col img {
    width: 100%; }
  @media screen and (max-width: 0px) {
    .howto01__col {
      padding: 0 24px; } }
  @media screen and (max-width: 0px) {
    .howto01__col {
      margin-bottom: 40px; } }

.howto__col01 {
  width: 50%;
  float: left; }
  @media screen and (max-width: 0px) {
    .howto__col01 {
      width: 100%;
      float: none; } }

.howto__title {
  margin: 63px 76px 44px 0; }
  @media screen and (max-width: 0px) {
    .howto__title {
      margin: 25px 0 20px; } }

.howto__lead {
  font-size: 15px;
  font-weight: bold;
  line-height: 2; }
  @media screen and (max-width: 0px) {
    .howto__lead {
      font-size: 11px;
      text-align: center; } }

.howto__col02 {
  margin-top: 47px;
  width: 50%;
  float: left; }
  @media screen and (max-width: 0px) {
    .howto__col02 {
      margin-top: 20px;
      width: 100%;
      float: none; } }

.howto02__col {
  margin-bottom: 76px;
  padding: 0 70px;
  box-sizing: border-box;
  *zoom: 1; }
  .howto02__col:after {
    content: "";
    display: table;
    clear: both; }
  .howto02__col img {
    width: 100%; }
  @media screen and (max-width: 0px) {
    .howto02__col {
      padding: 0 24px; } }

.howto02__title {
  margin-bottom: 30px;
  font-size: 40px;
  color: #409683;
  text-align: center; }
  .howto02__title span {
    padding-bottom: 13px;
    border-bottom: 5px solid #409683;
    display: inline-block; }
  @media screen and (max-width: 0px) {
    .howto02__title {
      font-size: 24px; }
      .howto02__title span {
        padding-bottom: 5px;
        border-bottom: 3px solid #409683; } }

.howto02__col01 {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-right: 19px; }
  @media screen and (max-width: 0px) {
    .howto02__col01 {
      margin-bottom: 40px;
      padding-right: 0;
      width: 100%;
      float: none; } }

.howto02__col02 {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-left: 19px; }
  @media screen and (max-width: 0px) {
    .howto02__col02 {
      padding-left: 0;
      width: 100%;
      float: none; } }

.howto02__subTitle {
  margin-bottom: 40px;
  font-size: 27px;
  color: #409683;
  text-align: center; }
  @media screen and (max-width: 0px) {
    .howto02__subTitle {
      margin-bottom: 19px;
      font-size: 17px; } }

.howto02__lead {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625; }
  @media screen and (max-width: 0px) {
    .howto02__lead {
      font-size: 12px; } }

.howto02__additional {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.846;
  color: #666; }
  @media screen and (max-width: 0px) {
    .howto02__additional {
      font-size: 9px; } }

.howto02__point01 {
  min-height: 190px;
  *zoom: 1; }
  .howto02__point01:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 0px) {
    .howto02__point01 {
      margin-bottom: 15px;
      min-height: 0; } }

.howto02__point01Image {
  width: 36%;
  float: right; }
  .howto02__point01Image img {
    width: 100%; }

.howto02__point02 {
  min-height: 190px;
  *zoom: 1; }
  .howto02__point02:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 0px) {
    .howto02__point02 {
      margin-bottom: 15px;
      min-height: 0; } }

.howto02__point02Image {
  width: 50%;
  float: right; }
  .howto02__point02Image img {
    width: 100%; }

.howto03__title {
  margin-bottom: 30px;
  font-size: 40px;
  color: #409683;
  text-align: center; }
  .howto03__title span {
    padding-bottom: 13px;
    border-bottom: 5px solid #409683;
    display: inline-block; }
  @media screen and (max-width: 0px) {
    .howto03__title {
      font-size: 24px; }
      .howto03__title span {
        padding-bottom: 5px;
        border-bottom: 3px solid #409683; } }

.howto03__col01 {
  margin-bottom: 44px;
  padding: 0 70px; }
  @media screen and (max-width: 0px) {
    .howto03__col01 {
      padding: 0 24px; } }
  .howto03__col01 textarea {
    padding: 17px;
    width: 100%;
    height: 608px;
    border-radius: 11px;
    border: 1px solid #ababab;
    background-color: #ecf4f2;
    font-size: 14px;
    color: #545454;
    box-sizing: border-box; }

.howto03__text {
  border: 1px solid #489a88;
  padding: 15px;
  border-radius: 7px;
  font-size: 14px;
  background-color: #ecf4f2;
  line-height: 1.3; }

.howto03__image {
  margin-bottom: 64px;
  text-align: center; }
  @media screen and (max-width: 0px) {
    .howto03__image {
      padding: 0 24px; }
      .howto03__image img {
        width: 100%; } }

.howto__buttons {
  padding: 0 70px; }
  @media screen and (max-width: 0px) {
    .howto__buttons {
      padding: 0 24px; } }

.howto__complete {
  margin: 0 auto 50px;
  padding: 15px 0;
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  background-color: #feea00;
  color: #409683;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  padding-left: 33px;
  display: block; }
  .howto__complete:after {
    content: url(../images/nextArrow.png);
    position: absolute;
    right: 16px;
    top: 13px; }
  @media screen and (max-width: 0px) {
    .howto__complete {
      font-size: 18.5px; }
      .howto__complete:after {
        top: 8px; } }
  .howto__complete:after {
    content: "×";
    right: auto;
    left: 16px;
    top: 13px;
    font-size: 30px; }
  @media screen and (max-width: 0px) {
    .howto__complete:after {
      top: 8px; } }

#mainScreen .js-clickable {
  background-color: #feea00;
  color: #409683; }

#mainScreen .break {
  display: none; }
  @media screen and (max-width: 0px) {
    #mainScreen .break {
      display: block; } }

#mainScreen .break__sp {
  display: block; }
  @media screen and (max-width: 0px) {
    #mainScreen .break__sp {
      display: none; } }
