@charset "UTF-8";

/* コンテンツータイトル 
h2 {
	background:url(../img/title/title_qa.png) no-repeat;
	text-indent:-9999px;
	height:40px;
}
*/


ul.qalist {
  display: none;
  list-style: none;
}

span.cate1 {
  cursor: pointer;
  display: block;
  text-align:left;
  margin:30px 0 20px;
  padding:10px 20px;
  border:1px dotted  #F37B90;
  color: #F37B90;
  border-radius: 6px;    
}

ul.qalist li {
  cursor: pointer;
}

ul li.cate2 {
	color:  #F37B90;
	font-size: 1.2em;
	font-weight: bold;
	margin: 20px 0 0 10px;
}

ul li.cate3 {
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0 0 10px;
}

ul.cate4 {
	font-weight: normal;
	margin: 5px 0 0 10px;
}


/* コンテンツーよくあるご質問：開閉型*/
.qa_list {
  margin:40px auto 0;
  background: #fff;
}

label {
  text-align:left;
  margin:30px 0;
  padding:10px 20px;
  border:1px dotted #F482AA;	
  color:#F482AA;
  display: block;
  cursor: pointer;
  border-radius: 6px;  
}

label:hover {
  background: #F8C1D9;
}

input[type="checkbox"].on-off{
  display: none;
}

.qa_list dl {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}


input[type="checkbox"].on-off + dl{
  display: none;
}

input[type="checkbox"].on-off:checked + dl{
  display: block;
}


/* コンテンツーよくあるご質問：質問内容 */
.qa_list tdl {
	margin: 20px 0;
}
.qa_list dl dt {
	color:#F482AA;
	margin:20px 0 0 10px;
}
.qa_list dl dt.ttl {
	font-size: 1.5em;
	font-weight: bold;
	margin: 40px 0 0;
}
.qa_list dl dd {
	color:#555;
	margin:0px 10px 0 30px;
}
.qa_list dl dd.in {
	margin:0;
}

/* コンテンツーよくあるご質問：メニュー 
section>ul {
	margin:30px 0;
	width:100%;
}
section>ul li {
	list-style:none;
	text-align:left;
	margin:20px 0;
	padding:10px 20px;
	border:1px solid #F482AA;
}
section>ul li a {
	text-decoration: none;
	color:#F482AA;
	display:block;
}
@media screen and (min-width : 769px) {
section>ul li {
	width:49%;
	box-sizing:border-box;
	float:left;
	margin-bottom:5px;
}
section>ul li:nth-child(odd) {
	margin-right:2%;
}		
}*/

/* コンテンツーよくあるご質問：トップに戻る
p.link_top {
	text-align:right;
	margin:10px 0 0;
	padding:0;
}
p.link_top a, p.link_top a:visited {
	text-decoration: none;
	color:#F482AA;
}*/