/* -----------------------------------------------お問い合わせフォーム用*/

.cmpglInquiryBtn input{
font-weight: bold;
}

.cmpglInquiryBox{
margin: 0px 0px 100px 0px;
}



/* -----------------------------------------------お問い合わせ規約 ボタン*/


.ok,
a.ok{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 13px;
    color: #fff;
    background: rgba(34,34,34, .9);
    border: 2px solid transparent;
    font-size: 11px;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 2px;
     
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
     
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.ok:hover,
.ok:focus,
a.ok:hover,
a.ok:focus{
    font-weight: 400;
    color: rgba(255,255,255, .85);
    background: rgba(0,0,0, .7);
    text-decoration: none;
    outline: none;
}
.ok:active{
    cursor: pointer !important;
}

/* ---------------------------------------------------ボタンサイズ */

.ok{
    width: 100%;
    padding: 30px 45px;
    font-size: 16px;
    text-align:center;
    color: #1e1e1e;
    background-color: #fff;
    border: 2px solid #a1a1a1;
}


/* ---------------------------------------------------スクロール表示 */


<!--
.scr {
  overflow: scroll;   /* スクロール表示 */
  width: 100%;
  height: 240px;
  background-color: #e0e0e0;
  font-size: 14px;
}

-->