@charset "UTF-8";


main .btn-wrapper .btn {
  width: 300px;
}

/* #question */
section#question {
  padding: 0 0 40px;
}
section#question h2 {
  margin-bottom: 40px;
}
section#question h3 {
  width: 300px;
  padding: 10px 0 0 35px;
  margin: 0 auto 10px;
  color: #f60;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-align: center;
}
section#question .block {
  padding: 40px 70px 50px;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #fff2e9;
}
section#question li {
  line-height: 36px;
  margin-bottom: 30px;
}
section#question li:last-child {
  margin-bottom: 0;
}
section#question li label {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 50px;
  cursor: pointer;
  width: auto;
}
section#question li input[type="checkbox"] {
  display: none;
}
section#question input[type="checkbox"]:checked + span.question-list::after {
  position: absolute;
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../../images/2/icon_check_on.png)no-repeat 0 0/36px auto;
}
section#question li label::before {
  position: absolute;
  content: '';
  width: 36px;
  height: 36px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../../images/2/icon_check_off.png)no-repeat 0 0/36px auto;
}
section#question .btn.btn-g {
  display: block;
  padding: 9px 10px;
  border-radius: 50px;
  font-size: 22px;
  border: solid 4px #00a478;
  background-color: #00a478;
  color: #fff;
  font-weight: bold;
  text-align: center;
  transition: all 0.5s;
}
section#question .btn.btn-g span {
  display: inline-block;
  padding-left: 30px;
  margin-right: 15px;
}
section#question .btn.btn-g:hover {
  background-color: #fff;
  color: #00a478;
  cursor: pointer;
}
/* #result */
section#result {
  display: none;
  padding-bottom: 0;
}
section#result .bg-gray {
  padding: 40px 0;
}
section#result .block {
  padding: 45px 50px 50px;
  margin-bottom: 50px;
  border-radius: 10px;
}
section#result .block.type-lion {
  background: #e4f2eb url(../../images/2/bg_result_lion.png)no-repeat 0 0;
}
section#result .block.type-ox {
  background: #fef2d0 url(../../images/2/bg_result_ox.png)no-repeat 0 0;
}
section#result .block.type-man {
  background: #d9e3f0 url(../../images/2/bg_result_man.png)no-repeat 0 0;
}
section#result .block.type-eagle {
  margin-bottom: 30px;
  background: #f5e0e0 url(../../images/2/bg_result_eagle.png)no-repeat 0 0;
}
section#result .block h3 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
section#result .block h3 span {
  display: block;
  font-size: 14px;
  color: #3a9468;
  letter-spacing: 0.05em;
}
section#result .block.type-ox h3 span {
  color: #ffb400;
}
section#result .block.type-man h3 span {
  color: #004199;
}
section#result .block.type-eagle h3 span {
  color: #b00000;
}
section#result .point {
  margin-bottom: 40px;
}
section#result .point .block {
  position: relative;
  width: 170px;
  padding: 20px 10px;
  margin: 0 10px;
  border-radius: 5px;
  background: #e4f2eb url(../../images/2/bg_point_lion.png)no-repeat 0 bottom;
  text-align: center;
}
section#result .point .block.point-ox {
  background: #fef2d0 url(../../images/2/bg_point_ox.png)no-repeat 0 bottom;
}
section#result .point .block.point-man {
  background: #d9e3f0 url(../../images/2/bg_point_man.png)no-repeat 0 bottom;
}
section#result .point .block.point-eagle {
  background: #f5e0e0 url(../../images/2/bg_point_eagle.png)no-repeat 0 bottom;
}
section#result .point .type {
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #3a9468;
}
section#result .point .point-ox .type {
  color: #ffb400;
}
section#result .point .point-man .type {
  color: #004199;
}
section#result .point .point-eagle .type {
  color: #b00000;
}
section#result .point .point-num {
  font-weight: bold;
}
section#result .point .point-num span {
  display: block;
  font-size: 36px;
  line-height: 1.8;
}
section#result .type-txt {
  font-weight: bold;
  text-align: center;
}
section#result .block .cap {
  width: 160px;
  font-weight: bold;
}
section#result .block .txt-wrapper:first-of-type {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #a4d5bd;
}
section#result .block.type-ox .txt-wrapper {
  border-color: #fabf12;
}
section#result .block.type-man .txt-wrapper {
  border-color: #004199;
}
section#result .block.type-eagle .txt-wrapper {
  border-color: #b00000;
}
section#result .btn {
  width: 300px;
  margin: 0 0 30px auto;
}
section#result .btn a {
  padding: 13px 10px;
  font-size: 18px;
}
section#result .block.question-type {
  padding: 0 20px;
  margin-bottom: 0;
}
section#result .question-type h3 {
  margin-bottom: 40px;
  letter-spacing: 0.025em;
}
section#result .question-type li {
  margin-bottom: 30px;
}
section#result .question-type li:last-child {
  margin-bottom: 0;
}
section#result .question-type li span {
  display: inline-block;
  width: 55px;
  padding: 0 5px;
  margin-right: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  letter-spacing: 0.025em;
  background-color: #3a9468;
}
section#result .question-type li span.question-ox {
  background-color: #ffb400;
}
section#result .question-type li span.question-man {
  background-color: #004199;
}
section#result .question-type li span.question-eagle {
  background-color: #b00000;
}
#link-area {
  padding: 45px 0;
  text-align: center;
}

@media (max-width: 767px) {



main .btn-wrapper .btn {
  width: 186px;
}

/* #question */
section#question {
  padding: 0 0 40px;
  text-align: left;
}
section#question h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
section#question h3 {
  width: 186px;
  padding: 50px 0 0 5px;
  margin: 0 auto 10px;
  color: #f60;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
}
section#question .block {
  padding: 40px 23px;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #fff2e9;
}
section#question li {
  line-height: 36px;
  margin-bottom: 20px;
}
section#question li:last-child {
  margin-bottom: 0;
}
section#question li label {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 50px;
  cursor: pointer;
  width: auto;
}
section#question li input[type="checkbox"] {
  display: none;
}
section#question input[type="checkbox"]:checked + span.question-list::after {
  position: absolute;
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../../../images/2/icon_check_on.png)no-repeat 0 0/36px auto;
}
section#question li label::before {
  position: absolute;
  content: '';
  width: 36px;
  height: 36px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../../../images/2/icon_check_off.png)no-repeat 0 0/36px auto;
}
main .btn.btn-g {
  display: block;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 22px;
  border: solid 4px #00a478;
  background-color: #00a478;
  color: #fff;
  font-weight: bold;
  text-align: center;
  transition: all 0.5s;
}
main .btn span {
  display: inline-block;
  padding-left: 10px;
  margin-right: 15px;
}
main .btn.btn-g:hover {
  background-color: #fff;
  color: #00a478;
  cursor: pointer;
}
/* #result */
section#result {
  display: none;
  padding-bottom: 0;
}
section#result .bg-gray {
  padding: 40px 0;
}
section#result .block {
  margin-bottom: 30px;
  border-radius: 10px;
}
section#result .block.type-lion {
  background: #e4f2eb url(../../../images/2/bg_result_lion.png)no-repeat -130px 0;
}
section#result .block.type-ox {
  background: #fef2d0 url(../../../images/2/bg_result_ox.png)no-repeat -130px 0;
}
section#result .block.type-man {
  background: #d9e3f0 url(../../../images/2/bg_result_man.png)no-repeat -130px 0;
}
section#result .block.type-eagle {
  margin-bottom: 30px;
  background: #f5e0e0 url(../../../images/2/bg_result_eagle.png)no-repeat -130px 0;
}
section#result .block h3 {
  position: relative;
  padding: 30px 0 20px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
section#result .block h3 span.icon {
  position: absolute;
  height: 23px;
  right: 30px;
  top: 35px;
  font-size: 23px;
}
section#result .block h3:hover {
  cursor: pointer;
}
section#result .block .open-area {
  display: none;
  padding: 0 30px 30px;
}
section#result .block h3 span {
  display: block;
  font-size: 14px;
  color: #3a9468;
  letter-spacing: 0.05em;
}
section#result .block.type-ox h3 span {
  color: #ffb400;
}
section#result .block.type-man h3 span {
  color: #004199;
}
section#result .block.type-eagle h3 span {
  color: #b00000;
}
section#result .point {
  width: 360px;
  margin: 0 auto 20px;
}
section#result .point .block {
  position: relative;
  width: 170px;
  padding: 20px 10px;
  margin: 0 5px 10px;
  border-radius: 5px;
  background: #e4f2eb url(../../../images/2/bg_point_lion.png)no-repeat 0 bottom;
  text-align: center;
}
section#result .point .block.point-ox {
  background: #fef2d0 url(../../../images/2/bg_point_ox.png)no-repeat 0 bottom;
}
section#result .point .block.point-man {
  background: #d9e3f0 url(../../../images/2/bg_point_man.png)no-repeat 0 bottom;
}
section#result .point .block.point-eagle {
  background: #f5e0e0 url(../../../images/2/bg_point_eagle.png)no-repeat 0 bottom;
}
section#result .point .type {
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #3a9468;
}
section#result .point .point-ox .type {
  color: #ffb400;
}
section#result .point .point-man .type {
  color: #004199;
}
section#result .point .point-eagle .type {
  color: #b00000;
}
section#result .point .point-num {
  font-weight: bold;
}
section#result .point .point-num span {
  display: block;
  font-size: 36px;
  line-height: 1.8;
}
section#result .type-txt {
  font-weight: bold;
  text-align: center;
}
section#result .block .cap {
  width: 100%;
  font-weight: bold;
}
section#result .block .txt-wrapper:first-of-type {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #a4d5bd;
}
section#result .block.type-ox .txt-wrapper {
  border-color: #fabf12;
}
section#result .block.type-man .txt-wrapper {
  border-color: #004199;
}
section#result .block.type-eagle .txt-wrapper {
  border-color: #b00000;
}
section#result .btn {
  width: 300px;
  margin: 0 0 30px auto;
}
section#result .btn a {
  padding: 13px 10px;
  font-size: 18px;
}
section#result .block.question-type {
  padding: 0;
  margin-bottom: 0;
}
section#result .question-type h3 {
  padding: 0;
  margin-bottom: 20px;
  letter-spacing: 0.025em;
}
section#result .question-type li {
  margin-bottom: 20px;
}
section#result .question-type li:last-child {
  margin-bottom: 0;
}
section#result .question-type li span {
  display: inline-block;
  width: 55px;
  padding: 0 5px;
  margin-right: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  letter-spacing: 0.025em;
  background-color: #3a9468;
}
section#result .question-type li span.question-ox {
  background-color: #ffb400;
}
section#result .question-type li span.question-man {
  background-color: #004199;
}
section#result .question-type li span.question-eagle {
  background-color: #b00000;
}
#link-area {
  padding: 35px 0;
  line-height: 1.666;
  text-align: center;
}
}
