.accordionbox{
	width: 100%;
	margin-bottom: 1%;
}
.accordionlist dt{
	width: 100%;
	height: auto;
	display:block;
	padding: 1.4%;
	background-color: #fd8a86;
}
.title h3{
	color: #FFF;
	font-size: 130%;
	line-height: 200%;
	font-weight: bold;
}
.q{
	color: #f07787;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FFF;
  text-align:center;
  line-height: 50px;
	margin-right: 1.2%;
}
.accordionlist dt:first-child{
    border-top: none !important;
}
.accordionlist dt .title{
	width: 90%;
  padding-left: 10px;
	float: left;
}
.accordionlist dd{
	width: 100%;
  display:none;
	padding:2%;
	overflow: hidden;
	background-color: #FFF;
}
.qaBoxLeft{
	width: 6%;
	float: left;
}
.qaBoxRight{
	width: 94%;
	float: left;
	text-align: left;
}
.apb{
	padding-bottom: 2%;
}
.accordionlist .a:first-letter {
  font-size: 150%;
	font-weight: bold;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-top: 1.6%;
}
.accordion_icon span {
	position: absolute;
  left: 6px;
  width: 50%;
	height: 3px;
  background-color: #FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
/* 幅1200px以下のスタイル*/
@media screen and (max-width: 1200px) {
.accordion_icon {
	width: 20px;
	height: 20px;
	margin-right: 2%;
	margin-top: 5%;
}
.accordionlist dt{
	padding: 0;
}
.title h3{
	font-size: 1.2em;
	line-height: 2em;
}
.qaBoxLeft{
	width: 8%;
}
.qaBoxRight{
	width: 92%;
}
.accordion_icon span {
	height: 4px;
}
}
/* 幅768px以下のスタイル*/
@media screen and (max-width: 768px) {
.q,.a{
	color: #f07787;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #FFF;
  text-align:center;
  line-height: 30px;
	margin-right: 1.2%;
}
.title h3{
	font-size: 0.94em;
	line-height: 1.4em;
}
.accordionlist dd{
	font-size: 0.9em;
}
.qaBoxLeft{
	width: 10%;
}
.qaBoxRight{
	width: 90%;
}
.accordion_icon {
	margin-top: 6%;
}
.accordion_icon span {
	height: 3px;
}
}