@charset "utf-8";
.Main__body a:hover img {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
}
.Cheating_survey__box {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}
.Cheating_survey__box h3 {
    margin-top: 5%;
    margin-bottom: 2%;
}

.Cheating_survey__box .box-01 {
    width: 98%;
    margin-right: auto;
    margin-left: auto;
}
.Cheating_survey__box .img-mg-01 {
    float: right;
    width: 30%;
    margin-left: 15px;
}
.Cheating_survey__box .txt-box-01 {
    text-align: left;
}
.Cheating_survey__box h4 {
    margin-top: 2%;
    margin-bottom: 2%;
    font-weight: bold;
}




.ac-container{
    width: 100%;
    text-align: left;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}
.ac-container div {
    margin-bottom: 25px;
}

.ac-container label{
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    color: #FFF;
    line-height: 33px;
    font-size: 14px;

	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 2px 2px rgba(0,0,0,0.1);
    background-color: #8DC21F;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-weight: bold;
}
.ac-container label:hover{
    background-color: #8DC21F;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    color: #FFFFFF;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
    background-color: #8DC21F;
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background-image: url(../img/arrow_down.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.ac-container input:checked + label:hover:after{
    background-image: url(../img/arrow_up.png);
    background-repeat: no-repeat;
}
.ac-container input{
	display: none;
}
.ac-container article{
    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;
    background-color: #8DC21F;
}
.ac-container article p{
    color: #FFF;
    line-height: 23px;
    font-size: 14px;
    padding: 20px;
    font-weight: bold;
}
.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: 700px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 700px;
}
.ac-container input:checked ~ article.ac-large{
	height: 160px;
}
.ac-container input:checked ~ article.ac-large2{
	height: 700px;
}