@charset "UTF-8";

#menu_tuijuu {
position:relative;
z-index:11111;
}

#acd_main{
width:100%;
max-width:750px;
display:flex;
align-items:center;
justify-content:space-between;
position:relative;
height:150px;
margin:0;
}

.acd-label {
margin: 0 auto;
transition: all .2s;
padding:10px 10px;
}

.acd-label .menu_a2{
    color:#000;
	border-bottom:rgba(255,255,255,0) solid 3px;
	transition: all .4s;
}
.acd-label:hover{
    cursor: pointer;
	
}
.acd-label:hover .menu_a2{
border-bottom:rgba(0,98,177,1) solid 3px;	
}

.menu_a2{
cursor: pointer;
margin:0;
height:auto;
word-break: break-all;
position:relative;
font-size:20px;
font-weight:bold;
padding-bottom:5px;

}
	
.acd-content p {
margin: 0;
word-break: break-all;
font-size:18px;
}


@media screen and (max-width: 1000px) {
.acd-label {
width: 95%;
}

.acd-content {
width: 95%;
}

.acd-check:checked + .acd-label + .acd-content {
padding: 10px 0;
}
	
#menu_tuijuu {
display:none;
}
#menu_tuijuu_2 {
display:none;
}
}

@media screen and (max-width: 770px) {
#menu_tuijuu {
display:none;
}
}