@charset "UTF-8";





/* --YouTubeサイズ調整-- */
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.modal_btn{
font-size:18px;
text-align: center;
width:450px;
margin:0px auto;
padding:14px 0;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
border-radius: 15px;
cursor: pointer;
}

.modal_btn a{
display:block;
}


#mordal{
-moz-border-radius: 6px;
background: #eef2f7;
-webkit-border-radius: 6px;
border: 1px solid #536376;
-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
-moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
padding: 14px 22px;
width: 600px;
height: 100%;
  overflow-y: auto;
  max-height: 800px;
position: relative;
display: none;

}


/* --------------
<!-- ▼モーダルウインドウ -->
-------------- */
.modal_close {
    position: absolute;
    top: 10px;
    right: 11px;
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/modal_close.png);
    z-index: 2;
}
#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}