@charset "utf-8";


/*--------------------フッダー_アコーディオン--------------------*/
.child {
    display: none;
}
.menu:after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -14px;
    content: '>';
    font-size: 14px;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}
 
.menu.active:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.switch .menu:after {
  position: absolute;
  top: 60%;
  right: 10px;
  margin-top: -1.4rem;
  content: '＞';
  font-size: 1.4rem;
  font-weight: bold;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear; }
.switch .menu.active:after {
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }


.switch ul {
	width: 100%;
	text-decoration:none;
}
.switch ul li {
	text-decoration:none;
}
.switch ul li .toggle.menu {
	font-size: 1em;
	color: #FFF;
	background-color: #358BBD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	text-align: center;
}
.menu {
	display: block;
	position: relative;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 3%;
}
.acc_menu .menu {
  background: #2cd;
  color: #fff;
}
.acc_menu .menu:hover {
  background: #1997a4;
  text-decoration: none; 
}
.switch.acc_menu ul li .inner.child.child01 li {
	font-size: 1em;
	color: #333;
	background-color: #dcf0fa;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
.right_line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
