#wizard  {
	margin:50px 0 0;
	padding:30px 10px 60px;
	background: rgba(130,144,138,0.1);
	background:#BDE4DD;
}
#wizard   .app-theme p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;	
	color:#000;
  }
#wizard   .app-theme p span{
	font-size:14px;
}
#wizard .choose_box {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 40px;
  }

 #wizard  .q_box,
  #wizard  .result {
	  display:none;
    margin-bottom: 0;
  }
 #wizard #q_01{
	 display:block;
 }
#wizard   p {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
#wizard .h_qmark{
	color:#748084;
  }
#wizard .h_qtext{
	font-size:20px;
	font-weight:bold;
	margin:0 0 30px;
}
#wizard   ul {
    list-style: none;
    padding: 0;
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items: center;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
  }

 #wizard  li {
    margin-bottom: 10px;
  }

 #wizard  .q_box a.btn,
 #wizard  .result a.btn_detail {
    display: block;
  padding: 0.8em 2em;
background-color: #61b0e2;
box-shadow: 0 5px 0 #369ada;
  border-radius: 100px;
  line-height:1 !important;
  color: #fff;
  font-size:18px;
  cursor: pointer;
  text-decoration: none; /* 文字の下線を消す */
  }
 #wizard  .result a.btn_detail {
	 display:inline-block;
 }
 #wizard  a.btn:first-child{
	 margin-right:30px;
 }

 #wizard  .q_box a.btn:hover,
 #wizard  .result a.btn_detail:hover {
  box-shadow: none;
  transform: translateY(5px);
  }

 #wizard  .result h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #10b981;
  }

 #wizard  .result .pic img{
	 width:300px; 
 }
 #wizard  .result p {
    font-size: 1rem;
    line-height: 1.6;
  }
 #wizard  .result p.result_title{
	color:#748084;
	font-size:15px;
 }
 #wizard  .result p.prod_copy{
	 font-size:16px;
	 margin:0;
 }
 #wizard  .result h3{
	 color:#000;	 
 }
 #wizard  .return-btn {
    text-align: center;
    margin-top: 20px;
  }
#wizard   .return {
    background-color: #6b7280;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.9rem;
  }

#wizard   .return:hover {
    background-color: #4b5563;
  }

  @media (max-width: 768px) {
	  #wizard {
  padding:30px 10px 30px;
}
#wizard   .choose_box {
      padding: 20px;
    }

#wizard   .app-theme p {
      font-size: 1rem;
    }
#wizard   .app-theme p span{
      font-size:0.7rem;
    }
	

#wizard  p {
      font-size: 1rem;
    }

#wizard  .btn {
      padding: 10px;
      font-size: 0.95rem;
    }

#wizard  .result h3 {
      font-size: 1.2rem;
    }
#wizard .h_qtext {
  font-size: 17px;
}
#wizard  .result p {
      font-size: 0.95rem;
    }
	
	#wizard .q_box a.btn, #wizard .result a.btn_detail {
  display: block;
  padding:0.8em 1.5em;
  background-color: #61b0e2;
  box-shadow: 0 5px 0 #369ada;
  font-size: 14px;
}
#wizard a.btn:first-child {
  margin-right: 10px;
}
  }