@charset "UTF-8";
/** 20210603 リスティングLPプレゼントバナー設置  **/

.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.7);
}

.modal_open {
    cursor: pointer;
    display: inline-block;
    margin: 5px 0;
}

.modal_box {
    position: fixed;
    z-index: 7777;
    display: none;
	height: 90%;
    width: 80%;
    overflow-y: auto;  /* scroll */
    max-width: 840px;
    margin: 0;
    padding: 0;
    background: #fff;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

.modal-header {border-bottom: none;}

.modal-head {
	/* background-color: #ffa507; */
	background-color: #3dc6e8;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

.modal-body {
	font-size: 90%;
	text-align: left;
	padding: 5px;
}

.modal-body p {
	margin-left: 20px;
	margin-right: 10px;
}

.modal-body ul {
	list-style-type: disc;
	padding-left: 40px;

}

.camp-sub {
	color: #1f2678;
	font-weight: bold;
}

#modal1 a, #modal1 a:hover, #modal1 a:active {
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
}

.modal-footer {
	border-top: none;
    padding: 0 15px;
}

.footer_btn {
    padding: 20px;
    text-align: center;
}

.footer_btn_account, .footer_btn_document {
    display: block;
    margin: 0;
}

a.modal_close, a.modal_close:hover, a.modal_close:active, a.modal_close:visited {
	color: #fff;
	text-decoration: none;
}

.footer_btn_account .btn {
    color: #fff;
    /* background-color: #3dc6e8; */
    background-color: #ff6e07;
    background-position: right 16px top -386px;
    border: none;
    font-size: 2.0rem;
    width: 100%;
    padding: 18px 10px;
    border-radius: 4px;
    line-height: 1.5;
    background-image: url(/common_images/icon_sprite.png);
    background-size: 30px auto;
    background-repeat: no-repeat;
}

.modal_close {
    display: block;
    width: 62px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #1f2678;
    margin-left: auto;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media screen and (max-width: 769px) {
	.modal_close {
		width: 80px;
		line-height: 25px;
		font-size: 16px;
	  }
}

@media screen and (min-width: 769px) {
	.modal-head {
		font-size: 2.5rem;
	}

	.footer_btn_account, .footer_btn_document {
		margin: 10px;
	}

	.modal-footer { margin-bottom: 0;}


}

@media (min-width: 992px) {
	.pc_970 {
		width: 970px;
	}

	.footer_btn_account, .footer_btn_document { display: inline-block;}

	.footer_btn_account .btn {
		font-size: 3.5rem;
    	background-position: right 16px top -386px;
    	padding: 15px 60px 15px 40px;
	}
}

/** 20210603 リスティングLPプレゼントバナー設置  ここまで**/