/*FLメニュー*/
.fl-container{
	width: 100%;
	text-align: left;
	position: absolute;
	top: 2rem;
}
.fl-container label{
	padding-top: 0.5rem;
	padding-left: 0.75rem;
	padding-bottom: 0.5rem;
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
	color: #4d4d4d;
	line-height: 1.5rem;
	font-size: 1rem;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
/*	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 1px 0px rgba(0,0,0,0.0);
	width: 100%;*/
}
.fl-container input:checked + label,
.fl-container input:checked + label:hover{
	color: #4d4d4d;
	height: 4rem;
}
.fl-container label:after,
.fl-container input:checked + label:after{
/*	content: '\ff0B';*/
	position: absolute;
	width: 24px;
	right: 1.5rem;
	top: 7px;
	color: #adadad;
}
.fl-container input:checked + label:after{
/*	content: '\ff0D';*/
}
.fl-container input{
	display: none;
	width: 100%;
	height: 4rem;
}
.fl-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.fl-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.fl-container input:checked ~ article.fl-small{
	height: 10rem;
}

.mb-border{
	border-bottom: 1px solid #cccccc;
}
div .fl-small ul{
	width: 100%;
	height: 5rem;

}
.fl-small ul li{
	width: 100%;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.7rem;
	border-bottom: 1px dotted #cccccc;
	display: block;
}

.fl-small ul li:after{
	content: '\3009';
	color: #adadad;
	float: right;
	padding-right: 1.2rem;
}



/*irメニュー*/


.ac-container{
	width: 100%;
	text-align: left;
	border-top: 2px solid #c90724;
}
.ac-container label{
	padding-top: 0.5rem;
	padding-left: 0.75rem;
	padding-bottom: 0.5rem;
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
	color: #4d4d4d;
	line-height: 1.5rem;
	font-size: 1rem;
	background: #EDEBEB;

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 1px 0px rgba(0,0,0,0.0);
	width: 100%;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #EDEBEB;
	color: #4d4d4d;
}
.ac-container label:after,
.ac-container input:checked + label:after{
	content: '\ff0B';
	position: absolute;
	width: 24px;
	right: 1.5rem;
	top: 7px;
	color: #adadad;
}
.ac-container input:checked + label:after{
	content: '\ff0D';
}
.ac-container input{
	display: none;
	width: 100%;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 10rem;
}
.ac-container input:checked ~ article.ac-medium{
	height: 7.8rem;
}
.ac-container input:checked ~ article.ac-large{
	height: 13rem;
}
/*.ac-container div label {
	border-bottom: 1px solid #cccccc;
}*/
.mb-border{
	border-bottom: 1px solid #cccccc;
}
div .ac-small ul,
div .ac-medium ul,
div .ac-large ul
{
	width: 100%;
	height: auto;
}
.ac-small ul a li,
.ac-medium ul a li,
.ac-large ul a li
{
	width: 100%;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.7rem;
	border-bottom: 1px dotted #cccccc;
	display: block;
	color: #0071B5;
}

.ac-small ul li:after,
.ac-medium ul li:after,
.ac-large ul li:after
{
	content: '\3009';
	color: #adadad;
	float: right;
	padding-right: 1.2rem;
}
.accordion-ir2 {
	width: 100%;
	display: block;
	background-color: #EDEBEB;
}

.accordion-ir2 li a{
	color: #4d4d4d;
	font-size: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background-color: #EDEBEB;
	border-bottom: 1px solid #cccccc;
	padding-left: 0.75rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
	/* padding-right: 70%; */
}

.accordion-ir2 li a:after{
	content: "\3009";
	color: #ADADAd;
	font-size: 1rem;
	display: inline-block;
	/* float: right; */
	padding-right: 1.5rem;
}
