@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
	z-index: 2;
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 50px;
    border: 1px solid #888;
    border-radius: 1em;
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 999;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
    position: relative;
    z-index: 4;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.sp {
	display: none;
}
@media screen and (max-width: 960px){
.close {
	font-size: 20px;
}
.modal-content {
    padding: 16px;
    width: 95%;
    height: 57%;
    border-radius: 10px;    
	}
	.modal-content .has-text-align-center {
    font-size: .7em!important;
	}
	.modal-content .u-mb-40, .modal-content .u-mb-30 {
	    margin-bottom: .5em!important;
	}
	.pc {
		display: none;
	}
	.sp {
	display: block;
}
}
