ol {
  list-style: none;
}

input {
  display: none;
}

.diagnosis * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-orange {
  display: inline-block;
  width: 100%;
  padding: 22px 0;
  background-color: #ff7800;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 380px) {
  .btn-orange {
    font-size: 14px;
  }
}

@media only screen and (min-width: 600px) {
  .btn-orange {
    font-size: 24px;
  }
}

@media only screen and (max-width: 599px) {
  .btn-orange + .btn-orange {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 600px) {
  .btn-orange + .btn-orange {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 600px) {
  .btn-orange:hover {
    background-color: #ffa800;
    -webkit-box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.3);
    -webkit-animation: bounce 0.3s;
            animation: bounce 0.3s;
  }
}

.btn-orange--arrow::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  margin-right: 8px;
  background: url(/resource/common/img/top-style/icon_arrow_white_right.svg) 0 center no-repeat;
  background-size: 8px;
}

@media only screen and (min-width: 600px) {
  .btn-orange--arrow::before {
    width: 12px;
    height: 20px;
    margin-right: 10px;
    background-size: 12px;
  }
}

@media only screen and (min-width: 600px) {
  .btn-orange--arrow:hover::before {
    background: url(/resource/common/img/top-style/icon_arrow_white_right.svg) 0 center no-repeat;
    background-size: 12px;
  }
}

.label-yellow {
  position: relative;
}

.label-yellow::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff600;
}

.list-check li {
  position: relative;
  padding-left: 1.71em;
  font-size: 14px;
  line-height: 1.5;
}

@media only screen and (min-width: 600px) {
  .list-check li {
    font-size: 16px;
  }
}

.list-check li:not(:first-child) {
  margin-top: 1em;
}

.list-check li::before, .list-check li::after {
  content: "";
  position: absolute;
  display: block;
}

.list-check li::before {
  top: 1px;
  left: 0;
  width: 1.16em;
  height: 1.16em;
  background-color: #086905;
  border-radius: 50%;
}

.list-check li::after {
  top: 5px;
  left: 4px;
  width: 7px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (min-width: 600px) {
  .list-check li::after {
    top: 7px;
  }
}

.list-arrow li {
  position: relative;
  padding-left: 1.71em;
  font-size: 14px;
  line-height: 1.5;
}

@media only screen and (min-width: 600px) {
  .list-arrow li {
    font-size: 16px;
  }
}

.list-arrow li:not(:first-child) {
  margin-top: 1em;
}

@media only screen and (min-width: 600px) {
  .list-arrow li:not(:first-child) {
    margin-top: 30px;
  }
}

.list-arrow li::before, .list-arrow li::after {
  content: "";
  position: absolute;
  display: block;
}

.list-arrow li::before {
  top: 1px;
  left: 0;
  width: 1.16em;
  height: 1.16em;
  background-color: #1262b2;
  border-radius: 50%;
}

.list-arrow li::after {
  top: 6px;
  left: 3px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (min-width: 600px) {
  .list-arrow li::after {
    top: 7px;
    left: 4px;
  }
}

.list-arrow a {
  color: #1262b2;
}

@media only screen and (min-width: 600px) {
  .list-arrow a {
    text-decoration: none;
    -webkit-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
  }
}

@media only screen and (min-width: 600px) {
  .list-arrow a:hover {
    opacity: .7;
  }
}

.mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12% 0;
  background: url(../img/bg_top01_sp.jpg) no-repeat 50% 50%;
  background-size: cover;
}

@media only screen and (min-width: 600px) {
  .mv {
    padding: 60px 0;
    background: url(../img/bg_top01_pc.jpg) repeat-x 50% 50%;
  }
}

.mv__inner {
  width: 72.8%;
  min-width: 273px;
  padding: 7.3%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(9, 101, 6, 0.9)), to(rgba(60, 196, 82, 0.9)));
  background: linear-gradient(left, rgba(9, 101, 6, 0.9), rgba(60, 196, 82, 0.9));
  background: -ms-linear-gradient(left, rgba(9, 101, 6, 0.9), rgba(60, 196, 82, 0.9));
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .mv__inner {
    width: 700px;
    padding: 52px 0 48px;
  }
}

.mv__txt {
  margin-bottom: 7.3%;
}

@media only screen and (min-width: 600px) {
  .mv__txt {
    margin-bottom: 26px;
  }
}

.mv__btn {
  display: inline-block;
}

@media only screen and (min-width: 600px) {
  .mv__btn {
    width: 420px;
  }
}

.mv img {
  max-width: 100%;
  vertical-align: top;
}

.main {
  padding: 40px 20px;
}

@media only screen and (max-width: 380px) {
  .main {
    padding: 30px 10px;
  }
}

@media only screen and (min-width: 600px) {
  .main {
    padding: 40px calc((100% - 970px) / 2);
  }
}

.main__catch {
  margin-bottom: 30px;
  text-align: center;
  font-size: 23px;
  line-height: 1.4;
  font-weight: normal;
}

@media only screen and (max-width: 380px) {
  .main__catch {
    font-size: 21px;
  }
}

@media only screen and (min-width: 600px) {
  .main__catch {
    font-size: 30px;
  }
}

@media only screen and (min-width: 600px) {
  .main__pcFlexWrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.main__inner {
  border: 2px solid #e8f2ed;
}

@media only screen and (max-width: 599px) {
  .main__inner + .main__inner {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 600px) {
  .main__inner {
    width: calc((100% - 40px) / 2);
  }
}

.main__heading {
  position: relative;
  margin-bottom: 4px;
  padding: .2em;
  background-color: #e8f2ed;
  text-align: center;
  font-size: 17px;
  line-height: 1.8;
  font-weight: normal;
  color: #086905;
}

@media only screen and (max-width: 380px) {
  .main__heading {
    font-size: 15px;
  }
}

@media only screen and (min-width: 600px) {
  .main__heading {
    font-size: 20px;
  }
}

.main__heading::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  background-color: inherit;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.main__body {
  padding: 20px;
}

@media only screen and (max-width: 380px) {
  .main__body {
    padding: 10px;
  }
}

@media only screen and (min-width: 600px) {
  .main__body {
    padding: 20px 40px;
  }
}

.question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 534px;
  padding: 10% 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(9, 101, 6, 0.85)), to(rgba(60, 196, 82, 0.85))), url(../img/bg_top01_sp.jpg) no-repeat 50% 50%;
  background: linear-gradient(left, rgba(9, 101, 6, 0.85), rgba(60, 196, 82, 0.85)), url(../img/bg_top01_sp.jpg) no-repeat 50% 50%;
  background: -ms-linear-gradient(left, rgba(9, 101, 6, 0.85), rgba(60, 196, 82, 0.85)), url(../img/bg_top01_sp.jpg) no-repeat 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 380px) {
  .question {
    min-height: 490px;
  }
}

@media only screen and (min-width: 600px) {
  .question {
    min-height: auto;
    height: 479px;
    padding: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(9, 101, 6, 0.85)), to(rgba(60, 196, 82, 0.85))), url(../img/bg_top01_pc.jpg) repeat-x 50% 50%;
    background: linear-gradient(left, rgba(9, 101, 6, 0.85), rgba(60, 196, 82, 0.85)), url(../img/bg_top01_pc.jpg) repeat-x 50% 50%;
    background: -ms-linear-gradient(left, rgba(9, 101, 6, 0.85), rgba(60, 196, 82, 0.85)), url(../img/bg_top01_pc.jpg) no-repeat 50% 50%;
  }
}

.question form {
  width: 72.8%;
  min-width: 273px;
}

@media only screen and (min-width: 600px) {
  .question form {
    width: 700px;
  }
}

.question__inner {
  width: 100%;
  padding: 10% 7.3%;
  background-color: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 600px) {
  .question__inner {
    padding: 38px 60px 40px;
  }
}

.question__title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 2;
}

@media only screen and (max-width: 380px) {
  .question__title {
    font-size: 14px;
  }
}

@media only screen and (min-width: 600px) {
  .question__title {
    font-size: 24px;
  }
}

.question__title span {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 6px;
  padding-left: 2px;
  background-color: #086905;
  border-radius: 50%;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}

@media only screen and (min-width: 600px) {
  .question__btnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.questionItem:not(:first-child) {
  display: none;
}

.questionItem .btn-orange {
  -ms-flex: 0 1 auto;
}

.questionBtnBack {
  display: inline-block;
  margin-top: 24px;
  text-decoration: underline;
  font-size: 14px;
  color: #1262b2;
}

@media only screen and (min-width: 600px) {
  .questionBtnBack {
    margin-top: 36px;
    font-size: 16px;
  }
}

.questionBtnBack::before {
  content: "";
  display: inline-block;
  width: .5em;
  height: .5em;
  border-left: 2px solid #1262b2;
  border-top: 2px solid #1262b2;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.questionProgress {
  width: 100%;
  margin-top: 24px;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .questionProgress {
    margin-top: 10px;
  }
}

.questionProgress li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background-color: #ccc;
  border-radius: 50%;
}

@media only screen and (min-width: 600px) {
  .questionProgress li {
    width: 14px;
    height: 14px;
  }
}

.questionProgress li.is-current {
  background-color: #086905;
}

.answer {
  padding: 8% 4%;
  background: -webkit-gradient(linear, left top, right top, from(#096506), to(#3cc452));
  background: linear-gradient(left, #096506, #3cc452);
  background: -ms-linear-gradient(left, #096506, #3cc452);
}

@media only screen and (min-width: 600px) {
  .answer {
    padding: 60px calc((100% - 980px) / 2);
  }
}

.answer__heading {
  margin-bottom: 5%;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
}

@media only screen and (max-width: 380px) {
  .answer__heading {
    font-size: 20px;
  }
}

@media only screen and (min-width: 600px) {
  .answer__heading {
    margin-bottom: 60px;
    font-size: 30px;
  }
}

.answer__heading .color {
  color: #fff600;
}

.answer__inner {
  padding: 4%;
  background-color: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 600px) {
  .answer__inner {
    padding: 40px;
  }
}

.answer__inner + .answer__inner {
  margin-top: 15px;
}

@media only screen and (min-width: 600px) {
  .answer__inner + .answer__inner {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .answer__inner--bg {
    padding-bottom: 60%;
  }
}

@media only screen and (min-width: 600px) {
  .answer__inner--bg {
    min-height: 216px;
  }
}

.answer__inner--bg.bg01 {
  background: url(/resource/maker/diagnosis/img/bg_answer_01_sp.png) center bottom -10% no-repeat;
  background-size: 100% auto;
  background-color: #fff;
}

@media only screen and (min-width: 600px) {
  .answer__inner--bg.bg01 {
    background: url(/resource/maker/diagnosis/img/bg_answer_01_pc.png) center right no-repeat;
    background-size: auto 100%;
    background-color: #fff;
  }
}

.answer__inner--bg.bg02 {
  background: url(/resource/maker/diagnosis/img/bg_answer_02_sp.png) center bottom -10% no-repeat;
  background-size: 100% auto;
  background-color: #fff;
}

@media only screen and (min-width: 600px) {
  .answer__inner--bg.bg02 {
    background: url(/resource/maker/diagnosis/img/bg_answer_02_pc.png) center right no-repeat;
    background-size: auto 100%;
    background-color: #fff;
  }
}

@media only screen and (min-width: 600px) {
  .answer__inner--bg .list-arrow {
    padding-right: 230px;
  }
}

.answer__title {
  position: relative;
  z-index: 1;
  margin-bottom: 4%;
  text-align: center;
  font-size: 17px;
  line-height: 2;
}

@media only screen and (max-width: 380px) {
  .answer__title {
    font-size: 15px;
  }
}

@media only screen and (min-width: 600px) {
  .answer__title {
    margin-bottom: 30px;
    font-size: 26px;
  }
}

.answer__btnWrap {
  width: 80%;
  margin-top: 8%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .answer__btnWrap {
    width: 400px;
    margin-top: 60px;
  }
}

.answer__btnWrap a {
  width: 100%;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  color: #0066af;
  text-align: center;
  text-decoration: none;
  padding: 12px 0;
  font-size: 12px;
  position: relative;
}

@media only screen and (min-width: 600px) {
  .answer__btnWrap a {
    padding: 14px;
    font-size: 14px;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
  }
}

.answer__btnWrap a::before {
  content: "";
  display: inline-block;
  background: url(/resource/common/img/top-style/icon_arrow_blue_right.svg) 0 center no-repeat;
  background-size: 6px;
  width: 6px;
  height: 10px;
  margin-right: 5px;
}

@media only screen and (min-width: 600px) {
  .answer__btnWrap a:hover {
    background-color: #0066af;
    color: #fff;
  }
  .answer__btnWrap a:hover::before {
    background: url(/resource/common/img/top-style/icon_arrow_white_right.svg) 0 center no-repeat;
    background-size: 6px;
  }
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 599px) {
  .card li {
    width: 50%;
  }
  .card li:not(:nth-child(-n+2)) {
    margin-top: 4%;
  }
  .card li:nth-child(odd) {
    padding-right: 2%;
  }
  .card li:nth-child(even) {
    padding-left: 2%;
  }
}

@media only screen and (min-width: 600px) {
  .card li {
    width: calc((900px - (40px * 2)) / 3);
  }
  .card li:not(:nth-child(-n+3)) {
    margin-top: 40px;
  }
  .card li:not(:nth-child(3n)) {
    margin-right: 40px;
  }
}

.card a {
  font-size: 12px;
  line-height: 1.4;
  color: #1262b2;
}

@media only screen and (max-width: 380px) {
  .card a {
    font-size: 10px;
  }
}

@media only screen and (min-width: 600px) {
  .card a {
    font-size: 14px;
    text-decoration: none;
  }
}

.card a > *:nth-child(1) {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(84vw / 2 * .64);
  margin-bottom: 4px;
}

@media only screen and (min-width: 600px) {
  .card a > *:nth-child(1) {
    height: 173px;
    margin-bottom: 7px;
  }
}

.card a > *:nth-child(1) img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
}

@media only screen and (min-width: 600px) {
  .card a > *:nth-child(1) img {
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
  }
}

@media only screen and (min-width: 600px) {
  .card a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
            transform: translate(-50%, -50%) scale(1.1, 1.1);
    opacity: 0.6;
  }
}

.adviser {
  padding: 8% 4%;
}

@media only screen and (min-width: 600px) {
  .adviser {
    padding: 60px calc((100% - 980px) / 2);
  }
}

.adviser__heading {
  margin-bottom: 2%;
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
  color: #fb7800;
}

@media only screen and (min-width: 600px) {
  .adviser__heading {
    font-size: 20px;
  }
}

@media only screen and (max-width: 380px) {
  .adviser__heading {
    font-size: 14px;
  }
}

.adviser__btnWrap {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .adviser__btnWrap {
    width: 540px;
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  33% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  33% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.visually-hidden {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 4px;
  height: 4px;
  opacity: 0;
  overflow: hidden;
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  visibility: visible;
}