@charset "UTF-8";
/* CSS Document */
#gnav li:nth-of-type(6) a{
  color:#A63365;
  text-decoration:underline;
}

.faq_txt{
  width:48%;
  float:left;
}
.faq_img{
  width:50%;  
  float:right;
}
.faq_img02 li{
  width:49%;  
  float:left;
}
.faq_img02 li:first-child{
	margin-right:2%;
}
#main2 dt{
  font-size:18px;
  font-weight:bold;
  border: 1px solid #E8E5E3;
  border-bottom:none;
  padding:5px;
  background:url(/life/health-new/faq/img/dt_bg_close.gif) no-repeat 98% 50%;
  cursor:pointer;
  margin-top:20px;
}
#main2 dt span:first-of-type{
  display:inline-block;
  color:#A43665;
  font-weight:normal;
  background:url(/life/health-new/faq/img/dt_bg.gif) no-repeat 0 50%;
  width:70px;
  height:70px;
  line-height:70px;
  text-align:center;
  margin-right:20px;
}
#main2 dt span:nth-of-type(2){
  display:inline-block;
  width:80%;
  height:auto;
  text-align: left;
  line-height: 1.4em;
  vertical-align: middle;
}
#main2 dd{
  border:1px solid #E8E5E3;
  border-top:none;
  padding:15px;
  box-sizing:border-box;
  overflow:hidden;
}
#main2 dd a{
  color:#3179F0;
}

@media screen and (max-width : 768px) { /* ここからはスマホデザイン */
.faq_txt{
  width:100%;
  float:none;
}
.faq_img,
.faq_img02 li{
  width:100%;  
  float:none;
  text-align:center;
}
.faq_img02 li:first-child{
	margin-right:0;
}
#main2 dt{
  font-size:22px;
}
#main2 dd p{
  font-size:20px;
}
#main2 dt span:nth-of-type(2){
width:75%;
}


}
