@charset "utf-8";
/*modaal調整*/
.modaal-content-container{
	padding: 0;
}
.modaal-inner-wrapper{
	padding: 10px 10px 80px;
}
.modaal-wrapper .modaal-close{
    position: absolute;
	right: 4px;
    top: 6px;
}
.modaal-close:after, .modaal-close:before{
    width: 2px;
    height: 20px;
    background: #333;
}
.modaal-close:focus,.modaal-close:hover{
	background:transparent;
}
.modaal-close:hover:after,.modaal-close:hover:before{
	background:#fff;
}

/*PC用（画面サイズ768px以上～）*/
@media only screen and (min-width: 768px) {
.modaal-inner-wrapper{
	padding: 80px 10px;
}
.modaal-wrapper .modaal-close{
    right: 0px;
    top: -50px;
}
.modaal-close:after,.modaal-close:before{
    height: 22px;
    background: #fff;
}
}
