@charset "utf-8";

.applyList {
	text-align: left;
	margin: 0 0 40px 20px;
}
.applyList li {
	list-style: disc;
}
.copyrightBox {
	margin-bottom: 40px;
}
.copyrightBtn {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 15px;
	font-size: 20px;
    margin: 0;
    padding: 15px;
    position: relative;
    top: 1px;
    border: 1px solid #e1e1e1;
    color:#666666;
    border-radius: 2px 2px 2px 2px;
}
.copyrightBtn.active {
    border-radius: 2px 2px 0 0;
}
.copyrightBtn:hover {
	background:#fcfcfc;
}
.copyrightBtn span {
	display: inline-block;
	position: relative;
	width: 15px;
    height: 15px;
    border: solid 1px #e1e1e1;
    box-sizing: border-box;
    margin-right: 10px;
}
.copyrightBtn span:before {
	display: block;
	content:'';
	position: absolute;
    left: 5px;
    top: 1px;
    height: 11px;
    width: 3px;
    background: #e1e1e1;
}
.copyrightBtn.active span:before {
	display: none;
}
.copyrightBtn span:after {
	display: block;
	content:'';
    position: absolute;
    top: 5px;
    left: 1px;
    height: 3px;
    width: 11px;
    background: #e1e1e1;
 }
.copyrightContents.active {
	display: block;
 }
.copyrightContents {
 	display: none;
    padding: 25px 30px 20px 30px;
    margin: 0px 0 5px 0;
    border: 1px solid #e1e1e1;
    border-top: none;
    border-radius: 0 0 2px 2px;
    overflow: hidden;
	background:#fcfcfc;
 }
.copyrightContents p {
 	font-size: 13px;
 	line-height: 21px;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////ここからスマホ////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 767px){

}
