#modal {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    min-height:500px;
    z-index:11;
    display:none;
}
.modalBack {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 12;
    background:rgba(255,255,255,0.9);
}
.modalContOutWrap {
    width:100%;
    height:100%;
    display:none;
}
.modalContWrap {
    z-index: 13;
    width: 90%;
    max-width: 760px;
    height: 100%;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
}
.content-modal .section {
    padding:10px;
}
@media screen and (max-width:760px) {
    .modalContWrap {
        width: calc(100% - 30px);
        box-sizing: border-box;
    }
}
.modalCont {
    position: absolute;
    z-index: 13;
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 613px;
}
@media screen and (max-width:760px) {
    .modalCont {
        max-height: 483px;
        height: calc(100vh - 77px);
        min-height: 353px;
    }
}
.modalCont .modalContInner {
    z-index: 14;
    background:#fff;
    border:solid 1px #e0e0e0;
    max-height: 611px;
}
@media screen and (max-width:760px) {
    .modalCont .modalContInner {
        max-height: 481px;
        height: calc(100vh - 80px);
        min-height: 351px;
    }
}
.modalCont .title {
    z-index: 14;
    display: flex;
    vertical-align: middle;
    align-items: center;
    height: 60px;
    font-size:20px;
    text-align:center;
    background:#7f8c8d;
    color:#fff;
    letter-spacing:0.2em;
}
.modalCont .title p {
    width: 100%;
}

.content-modal{
    z-index: 14;
    padding:30px 30px 40px;
}
@media screen and (max-width:760px) {
    .content-modal{
        padding:20px 20px 20px;
    }
}
.content-modal .section {
    max-height: 380px;
    z-index: 14;
    min-height: 200px;
    height: calc(100vh - 220px);
}
@media screen and (max-width:760px) {
    .content-modal .section{
        height: calc(100vh - 280px);
        max-height: 280px;
        min-height: 150px;
    }
}
.content-modal .mailImg{
    z-index: 14;
    text-align:center;
}
.content-modal .mailImg img{
    z-index: 14;
    padding: 10px 5px 0;
    border: solid 1px #e0e0e0;
    background: #fafafa;
}
.content-modal .step2{
    display:none;
}
.content-modal .fund-name{
    font-size:24px;
    line-height:1.4;
    text-align:center;
    margin-bottom:15px;
    padding:0 15px 15px;
    border-bottom:solid 1px #c4c4c4;
    position:relative;
}
.content-modal .fund-name span {
    display: inline-block;
    text-align: left;
}
.content-modal .fund-name:before{
    content:"";
    display:block;
    width:1px;
    height:10px;
    background:#c4c4c4;
    position:absolute;
    bottom:0;
    left:0;
}
.content-modal .fund-name:after{
    content:"";
    display:block;
    width:1px;
    height:10px;
    background:#c4c4c4;
    position:absolute;
    bottom:0;
    right:0;
}
.content-modal .text{
    font-size:18px;
    line-height:1.7;
    text-align:center;
}
.content-modal .text .notice{
    font-size:14px;
    line-height:1.7;
    margin-top:35px;
    text-align:left;
}
.content-modal .text .notice span{
    display: inline-block;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
}
.content-modal .selectBtn{
    border-top:solid 1px #e0e0e0;
    padding-top:20px;
    margin-top:30px;
    position: relative;
}
.content-modal .selectBtn ul{
    float:left;
    position: relative;
    left: 50%;
}
.content-modal .selectBtn li{
    float:left;
    width:200px;
    margin:0 5px;
    text-align:center;
    position: relative;
    left: -50%;
}
@media screen and (max-width:760px) {
    .content-modal .selectBtn li{
        width:104px;
    }
}
.content-modal .selectBtn li a{
    display:block;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    padding: 13px 0 16px;
    background: #fafafa;
    border-radius: 3px;
    border: solid 1px #e0e0e0;
    box-sizing: border-box;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.content-modal .selectBtn li a:hover{
    background:#f0f0f0;
    border-color:#d0d0d0;
}
.content-modal .selectBox li,
.content-modal .selectBox li a{
    width: 224px;
}
#modal .price{
    text-align:center;
    margin:15px 0px 20px;
}
#modal .price span{
    font-size:24px;
    margin:0 5px;
}
#modal .price-input{
    padding: 15px 0;
}
#modal .price dd{
    border:none;
}
#modal .price-input dl{
    margin: 0 auto 10px;
}
#modal .content .price-low{
    border:none;
    margin-bottom:0px;
}
#kiyaku .content-modal .section h2,
#privacy .content-modal .section h2,
#personal .content-modal .section h2{
    margin: 15px 0px 5px;
}
#kiyaku .content-modal .section ul li,
#privacy .content-modal .section ul li,
#personal .content-modal .section ul li{
    margin-left: 14px;
    text-indent: -12px;
}
#kiyaku .content-modal .section ul li ul li,
#privacy .content-modal .section ul li ul li,
#personal .content-modal .section ul li ul li{
    text-indent: 0px;
    margin-left: 0px;
}

@media screen and (max-width: 1024px){
.modalCont .modalContInner {
    padding-bottom: 20px;
}
}