@charset "UTF-8";

.aco_filed{ display:none;}	

@media screen and (max-width: 800px) {
	
.aco_filed{ display:inherit;}	
	
.aco_filed ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-width:1000px;
  margin:30px auto 0; }
  
  
  .aco_filed ul a{
	  text-decoration:none; }




.text {
  margin: 0; }

.sub {
  font-size: 1.15rem; }

.aco_filed {
  margin: 0 16px 30px; }
  .aco_filed a {
    display: block; }
  .aco_filed .child {
    display: none;
    margin: 0 0 -1px;
    padding: 0;
    background: #fff;
    border: 1px solid #bbb; }
    .aco_filed .child .menu_aco,
	.aco_filed .child .menu_aco02 {
      background: #eaeaea;
      color: #5e5e5e; }
      .aco_filed .child .menu_aco:hover,
	  .aco_filed .child .menu_aco02:hover  {
        background: #d0d0d0; }
    .aco_filed .child > li {
      margin: 4px 0;
      padding: 10px;
      border-bottom: 1px dotted #bbb;
	  width:50%;
	  float:left;
	  box-sizing:border-box;}
      .aco_filed .child > li:last-child{
        border-bottom: 0; }
		
	      .aco_filed .child > li.aco_no_border{
        border-bottom:none; }
		
	      .aco_filed .child > li:nth-child(odd) {
			  border-right:1px dotted #bbb;}	
			  
		  
			  

.switch .menu_aco:after{
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -1.4rem;
  content: '＋';
  font-size: 1.4rem;
  font-weight: bold;

  -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_aco.active:after{
	  content: '－';
}

.switch .menu_aco02:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -1.4rem;
  content: '>';
  font-size: 1.4rem;
  font-weight: bold;

  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear; 
}	

.child01 {
  border: 1px solid #eaeaea; }

.child02 {
  color: #5e5e5e; }

.menu_aco,
 .menu_aco02 {
  display: block;
  position: relative;
  margin: 1px 0 0;
  padding: 10px; }
  


.source {
  margin: 0;
  padding: 30px 0 0; }



.aco_filed .menu_aco,
.aco_filed .menu_aco02{
  background: #31845f;
  color: #fff; }
.aco_filed .menu_aco:hover,
.aco_filed .menu_aco02:hover{
    background: #2a7050;
    text-decoration: none; }
	
	
 .aco_filed ul li ul li a{
	 color:#fe8429;
	 text-align:center;
	 box-sizing:border-box;
	 font-weight:bold;

 
 }	
 .aco_filed ul li ul li a:hover{
	 text-decoration:underline;	
 
 }
	
	
