
#mainImg {
  background: url(../img/melancholy_diag/bg_mainimg01.jpg) top center no-repeat
}

#secSelfcheck .green {
  color: #007563
}

#secSelfcheck .note {
  line-height: 1.53;
  margin-top: 5px
}

#secSelfcheck .cvBox {
  overflow: hidden;
  margin: 40px 0 40px;
  padding: 40px;
  border-radius: 5px;
  background: #e6f3ef
}

#secSelfcheck .cvBox {
  overflow: hidden;
  margin: 40px 0 40px;
  padding: 40px;
  border-radius: 5px;
  background: #e6f3ef
}

#secSelfcheck .cvBox .title {
  color: #007563;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.53;
  text-align: center;
  margin-bottom: 30px;
}

#secSelfcheck .cvBox .img {
  float: left
}

#secSelfcheck .cvBox .txt {
  margin-left: 360px
}

.toggleTit01 {
  margin-top: 30px;
  margin-bottom: 0;
  padding-right: 90px;
  padding-left: 90px;
  position: relative;
  cursor: pointer
}

.toggleTit01 .tit {
  font-weight: bold
}

.toggleTit01:before {
  content: '+';
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 50%;
  background-color: #007563;
  color: #fff;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  line-height: 1.7em;
  border-radius: 4em;
  overflow: hidden;
  vertical-align: middle;
  margin: -0.9em 0 0;
  -webkit-transition: all .25s ease;
  transition: all .25s ease
}

.toggleTit01.is_active {
  border-bottom: 1px dotted #007563
}

.toggleTit01.is_active:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.toggleCont01 {
  display: none;
  border-bottom: 1px solid #007563;
  padding: 30px 0
}

#examineecheckBox {
  margin-top: 30px;
  background-color: #ecf1f5;
  opacity: 0
}

.toggleTit01.is_active+.toggleCont01 #examineecheckBox {
  -webkit-animation: animation-exam 0.8s ease 0.2s forwards;
  animation: animation-exam 0.8s ease 0.2s forwards
}

@-webkit-keyframes animation-exam {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes animation-exam {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.checkArea {
  overflow: hidden;
  border: 1px solid #a0c340;
  border-radius: 5px;
}

.checkArea .checkAreaIn {
  position: relative;
  height: 100%;
  min-height: 480px;
}

.checkArea .mainTit {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  background: #a0c340;
  padding: 8px 0;
}

.checkArea .supervision {
  position: absolute;
  display: block;
  width: 100%;
  line-height: 1;
  text-align: center;
  left: 0;
  bottom: 15px;
  color: #4d4d4d;
  font-size: 1.2rem;
  font-weight: 700;
  z-index: 10;
  padding: 0 10px;
  box-sizing: border-box
}

.checkArea .supervision .note {
  display: block;
  color: #4d4d4d;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 5px
}

.first {
  position: absolute;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
  /*
	background: url(../img/melancholy_diag/bg_first01.png) top center no-repeat;
	background-size: cover;
	*/
  text-align: center;
  box-sizing: border-box;
  z-index: 2;
  transition: all 0.5s ease
}

.first.is-hidden {
  opacity: 0;
  visibility: hidden
}

.first .tit {
  color: #5a9769;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-top: -29px;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 20px;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff, 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff
}

.first .text {
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  font-size: 1.8rem
}

.first .startBtn {
  display: table;
  margin-top: 20px;
  color: #fff;
  background-color: #5a9769;
  height: 50px;
  position: relative;
  border: 3px solid #fff;
  border-right-width: 0;
  box-sizing: border-box;
  z-index: 10;
  padding: 0px 10px;
}

.first .startBtn:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 20px;
  border-color: transparent transparent transparent #5a9769;
  z-index: 12
}

.first .startBtn:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 25px;
  border-color: transparent transparent transparent #fff;
  z-index: 1
}

.first .startBtn:hover {
  opacity: 0.7;
  cursor: pointer
}

.first .startBtn .btnText {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle
}

.question {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  background-color: #fff;
  /*
	background: url(../img/melancholy_diag/bg_question01.png) top center no-repeat;
	background-size: cover;
	*/
  text-align: center;
  box-sizing: border-box;
  opacity: 0;
  z-index: 1
}

.question.is-hidden {
  opacity: 0;
  visibility: hidden
}

.question.is-view {
  opacity: 1;
  visibility: visible
}

.question .numList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  counter-reset: number 0;
  width: 190px;
  margin: 30px auto;
}

.question .numList .item {
  position: relative;
  background-color: #7ABB9A;
  height: 28px;
  width: 45px;
  margin-right: -2px;
  border: 2px solid #fff
}

/* .question .numList .item:nth-of-type(n+6) {
  margin-top: 10px
}

.question .numList .item:nth-of-type(7n) {
  margin-right: 0px
} */

.question .numList .item.is-active {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #5a9769
}

.question .numList .item.is-active:after {
  color: #fff
}

.question .numList .item.is-active:before {
  border-color: transparent transparent transparent #5a9769
}

.question .numList .item:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1.1;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  padding-left: 5px;
  content: counter(number);
  counter-increment: number 1;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.question .numList .item:before {
  content: "";
  position: absolute;
  display: block;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 10px;
  border-color: transparent transparent transparent #7ABB9A;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.question .numList .item span {
  content: "";
  position: absolute;
  display: block;
  right: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 10px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.question .textWrap {
  position: relative;
  width: 100%
}

.question .textWrap .textArea {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.question .textWrap .textArea.is-show {
  opacity: 1;
  visibility: visible
}

.question .textWrap .textArea.is-hidden {
  opacity: 0;
  visibility: hidden
}

.question .textWrap .tit {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 15px;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.6)
}

.question .textWrap .itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.question .textWrap .itemWrap .input_radio {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: none
}

.question .textWrap .itemWrap .input_radio+label {
  display: block;
  color: #fff;
  box-sizing: border-box;
  background-color: #A0C340;
  border-radius: 5px;
  font-weight: 700;
  font-size: 1.6rem;
  width: 150px;
  letter-spacing: 0.1em;
  padding: 6px 15px;
  border: 3px solid #fff
}

.question .textWrap .itemWrap .input_radio+label:nth-of-type(n+2) {
  margin-left: 10px
}

.question .textWrap .itemWrap .input_radio+label:hover {
  cursor: pointer
}

.last {
  position: absolute;
  visibility: hidden;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  /*
	background: url(../img/melancholy_diag/bg_last01.png) 40% -200% no-repeat;
	background-size: 100%;
	*/
  transition: all 0.5s ease
}

.last.is-show {
  opacity: 1;
  visibility: visible
}

.last .resultArea {
  position: relative;
  height: 100%;
  top: 0;
  box-sizing: border-box
}

.last .resultArea .level {
  position: relative;
  height: 0;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden
}

.last .resultArea .level.is_view {
  opacity: 1;
  visibility: visible;
  height: auto
}

.last .resultArea .levelTit {
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #5a9769;
  text-align: center;
  font-size: 2rem;
  padding: 30px 20px;
}

.last .resultArea .levelTit .num {
  position: relative;
  display: block;
  max-width: 500px;
  margin: auto;
  padding: 8px 14px;
  background-color: #fff;
  font-weight: 700
}

.last .resultArea .levelTit .num:after {
  content: "";
  position: absolute;
  bottom: -9px;
  right: 50%;
  margin-right: -5px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #fff transparent transparent transparent
}

.last .resultArea .levelTit .tit {
  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: 78px;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.5
}

.last .resultArea .txtArea {
  line-height: 1.8;
  padding: 0 25px 20px;
  background-color: rgba(255, 255, 255, 0.7);
  min-height: 65px;
  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
}

.last .resultArea .levelTxt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500
}

.last .resultArea .evocation {
  position: relative;
  width: 100%;
  padding: 18px 0 50px;
  box-sizing: border-box;
  background-color: #EFF5EE;
  border-radius: 0 0 5px 5px
}

.last .resultArea .evocation .txt {
  text-align: center;
  line-height: 1.8
}

.last .resultArea .evocation .txt .mainTxt {
  color: #5a9769;
  font-size: 1.7rem;
  font-weight: 700
}

.last .resultArea .evocation .btn {
  margin-top: 10px
}

.last .resultArea .evocation .btn a {
  box-shadow: 0 0 #ebebeb
}

#secGlobal .secGlobalTit01 {
  margin-top: 30px;
  margin-bottom: 0;
  padding-right: 90px;
  padding-left: 90px
}

#secGlobal .secGlobalTit01 .tit {
  font-weight: bold
}

#secGlobal .secGlobalCont01 {
  padding: 30px 0 10px
}

#secTable01 {
  margin: 30px 50px 0
}

#secTable01 .table01 {
  table-layout: fixed
}

#secTable01 .table01 th {
  width: 25%
}