@charset "UTF-8";
/* CSS Document */

/* ===== modal ===== */
.pd1{
	padding: 0 1em;
}
.lock {
	overflow:hidden;
}
.modal-btn{
	cursor: pointer;
	padding: 0;
	text-align: center;
}
.modal-content {
	overflow:auto;
	position:relative;
	display:none;
	margin: 8rem 30px 30px 30px;
	border:2px solid #aaa;
	background:#fff;
}
.modal-overlay {
	z-index:200;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}
.modal-wrap {
	z-index:300;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
}
.modal_index{
	background-color: #e0e0e0;
	color: #e05837;
	font-size: 1.3em;
	font-weight: bold;
	padding: .5em 0;
	text-align: center;
}
.modal_lead{
	margin-bottom: 2em;
	text-align: left;
}
.modal-open:hover {
	cursor:pointer;
}
.modal-close-a {
	color: #2151a2;
    cursor: pointer;
	text-align: center;
    text-decoration: underline;
}
.modal-close-a:hover {
	cursor:pointer;
	color:#2151a2;
}
.modal-close{
	font-size: 1.2em;
	margin-bottom: 2em;
	text-align: center;
}
.modal_pd label{
	color: #e05837;
	display: inline-block;
    max-width: 100%;
/*    margin: 0 0 5px 5px;*/
	padding: .5rem 1rem .5rem 2.5rem;
    font-weight: 700;
	vertical-align: middle;
	text-indent: -1.4rem;
}
.modal_pd .checkbox{
	text-align: left;
}

.modal_pd .checkBoxes {
	margin: .3rem;
}

.modal_pd .form_caution{
	padding: .5em .5em 0 .5em;
	text-align: left;
}
.modal_pd li{
	background-color: #f2f2f2;
	border: #e0e0e0 1px solid;
	border-radius: 10px;
	list-style: none;
	margin: 0 0 1em;
	padding: .5em 1em 0;
}

/*pc*/
@media (min-width: 768px) {
	.modal_pd {
	padding: 2em;
	}
	.modal-content{
	width:50%;
	max-height:90%;
	}
}
/*sp*/
@media (max-width: 767px) {
	.modal_pd {
	padding: 1em;
	}
	.modal-content{
	margin: auto;
	max-height:85%;
	max-width: 100%;
	}
}
