.btn {
    background-color: #f7f2e6;
    color: #8b8471;
    border: solid 3px #8b8471;
    border-radius: 10px;
    padding: 15px 20px;
    text-decoration: none;
    margin: 5px 5% 10px;
    /* width: 90%; */
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
}
.modal-content_kokoku {
    position:relative;
    display:none;
    width:100%;
    padding:0px 20px;
    background:#f6f2e5;
}


.modal-overlay_kokoku {
    z-index:10001;
    display:none;
    position:fixed;
    top:0;
    right:-400px;
    width:100%;
    height:120%;
    background-color:rgba(246,242,229,1.00);
}
.modal-overlay2 {
    z-index: 10001;
    display: none;
    position: fixed;
    top: 0;
    right: 0px;
    width: 100%;
    height: 120%;
    background-color:#000000;
	opacity: 0.6;
}

.modal-wrap {
    z-index:10002;
    display:none;
    position:fixed;
    top:0;
    right:-400px;
    width:100%;
    height:100%;
    overflow:auto;
	padding-top: 80px;
	padding-bottom: 40px;
}
.modal-wrap2 {
    z-index:10002;
    display:none;
    position:fixed;
    top:0px;
    right:0px;
    width:100%;
    height:100%;
    overflow:auto;
}

#con1.modal-content {
background-color: #f7f2e6;
    height: auto;
    min-height: 1060px;
}
#conex.modal-content {
background-color: transparent;
    height: auto;
padding: 30px 0%;
	width: 400px;
}
#conex.modal-content .popbox{
	background-color: #fff;
	border-radius: 10px;
    overflow: hidden;
	text-align: center;
    position: relative;
}
#conex2.modal-content {
background-color: transparent;
    height: auto;
padding: 30px 0%;
	width: 400px;
}
#conex2.modal-content .popbox{
	background-color: #fff;
	border-radius: 10px;
    overflow: hidden;
	text-align: center;
    position: relative;
}
.modal-open {
}

.modal-open:hover {
}

.modal-close {
    background-color: #333;
    color: #fff;
    padding: 0px 65px 0px 0px;
    border-radius: 50%;
    text-align: center;
    width: 200px;
    height: 200px;
    font-size: 70px;
    line-height: 4;
    font-weight: bold;
    position: fixed;
    top: -105px;
    right: -90px;
}

 .modal-close_kokoku.p2{
background-color: #333;
    color: #fff;
    padding: 0px 0px 0px 0px;
    border-radius: 50%;
    text-align: center;
    width: 45px;
    height: 45px;
    font-size: 26px;
    line-height: 1.8;
    border: solid 3px #fff;
    font-weight: bold;
    position: absolute;
    top: 6px;
    right: -38px;
}

#con1.modal-content ul li{
	background-color: #fff;
	border-left:solid 3px #8b8471; 
	border-right:solid 3px #8b8471;
	border-bottom:solid 3px #8b8471;
	padding:20px;
	width: 90%;
	margin:0 5%;
	list-style: none;
	position: relative;
}
.bblack .kanbai{
    position: absolute;
    top: 30%;
    right: 16px;
    font-size: 25px;
    color: #989898;
    padding: 10px;
}
#con1.modal-content ul li input[type=radio] {
    content: '';
    position: absolute;
    top: 36%;
    right: 14px;
    width: 50px;
    height: 50px;
    border: 5px solid #ddd;
    border-radius: 100%;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    -webkit-appearance: none;

}
#con1.modal-content ul li label {
    width: 100%;
    height: 100%;
	display: table-cell;
    vertical-align: middle;
}

#con1.modal-content ul li label[type=radio]:before {

}
#con1.modal-content ul li input[type=radio]:checked:after,
#con1.modal-content ul li input[type="radio"]:not(:checked):after{
    content: '';
    width: 30px;
    height: 30px;
    background: #F87DA9;
    position: absolute;
    top: 12%;
    right: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#con1.modal-content ul li input[type=radio]:not(:checked):after{
    -webkit-transform: scale(0);
    transform: scale(0);
}
#con1.modal-content ul li input[type=radio]:checked:after{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#con1.modal-content ul li input {
}
#con1.modal-content ul li:first-child{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top:solid 3px #8b8471; 
}
#con1.modal-content ul li:last-child{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}