.displayNone {
display: none;
}
.accordion li {
border-bottom: 1px solid #ccc;
padding: 10px;
}
.accordion a {
display: block;
}
.contentWrap {
margin: 10px;
}
.switch {
cursor:pointer;
font-weight: bold;
padding:6px 40px 6px 10px;
font-size: 14px;
background: #eee;
border-bottom: 1px solid #ccc;
position: relative;
color:#333;
margin-bottom:0;
}

.switch:after {
content: ">";
position: absolute;
right: 10px;
top: -100%;
bottom: -100%;
margin: auto;
font-size: 16px;
height: 16px;
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
font-family: sans-serif;
}
.switch.open:after {
content: "x";
}




/****加筆分*****/

.acc_list ul{
	display:inline-block !important;
	padding-left:0px;
	vertical-align: top;
}

.acc_list ul li{
	display:inline-block !important;
	vertical-align: top;
	 display: flex;        /* Flex繧ｳ繝ｳ繝�リ蛹� */
   flex-direction: row; /* 讓ｪ蜷代″縺ｫ驟咲ｽｮ */
	flex-wrap:wrap;
}


.acc_clear{
	clear:both;
}


.acc_fc_green{
	
	color:#14a64b;

}


.acc_fc_pink{
	
	color:#f864aa;

}


.acc_fc_pp{
	
	color:#b61596;

}





/*================================================
 *  PC向けデザイン
 ================================================*/
 
 
 
@media print, screen and (min-width:768px) {
	
.acc_list ul li{
	width:115px;
	height:auto;
	vertical-align: top;
	
	
}

.acc_list_text01{
	font-size:14px;
	line-height:22px;
}





}




/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.displayNone img{
		display:block;
		padding-left:0px;
	}
	



.acc_list ul li{
	width:30%;
	padding:0 10px 10px 0;
	margin-bottom:10px;
	
}



.acc_list_text01{
	font-size:14px;
	line-height:22px;
	padding:5px 0 0 2px;
}
	
	
	
	
}


