

#searchform2 {
    position: relative;
}
#keywords2  {
    width: 188px;
    height: 18px;
    background: #FFF;
    border: 1px solid #CCC;
    padding: 4px;
    color: #FFF;
    margin-right: 4px;
    margin-top: 2px;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #6B6B6B;
}
#searchBtn2 {
    position: absolute;
    top: 0;
    margin-left: 10px;
    margin-top: 2px;
}
*:first-child + html #searchBtn2    {
    top: 1px;
}

/*プライバシーポリシー同意ダイアログポップアップ*/
.dialog_gdpr {
    position: fixed;
    bottom: 0px;
    height: auto;
    width: 50%;
    display: none;
    overflow: hidden;
    border: 1px solid #aaa;
    z-index: 100000;
    font-size: 14px;
    font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ", "Meiryo",sans-serif;
}
.dialog_gdpr-header {
  background: #919191;
  color: #ffffff;
  font-weight: bold;
  overflow: hidden;
  padding:5px;
}
.dialog_gdpr-close {
    float: right;
    border: 1px solid #d3d3d3;
    background: #333333;
    font-weight: normal;
    color: #ffffff;
    margin-left: 4px;
}
.dialog_gdpr-content {
    position: relative;
    border: 0;
    padding-top: 1em;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 1em;
    background: #333333;
    color: #ffffff;
    overflow: auto;
    width: auto;
    height: auto;
    text-align: left;
    line-height: 1.6em;

}
.dialog_gdpr-content a {
    color: #FFFFFF;
    text-decoration: underline;
    font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ", "Meiryo",sans-serif;

}
.btn5 {
    color: #fff;
    background-color: rgba(69,176,248,0.50);
    padding-top: 0.6em;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 0.6em;
    border-radius: 1.2em;
    text-align: center;
    display: table;
    cursor: pinter;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    margin-top: 0.9em;
    font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ", "Meiryo",sans-serif;

}
.btn5:hover {
    cursor: pinter; 
}
.btn5:active {
    background: rgb(127, 194, 239);
}
.txtor{

}

@media only screen and (max-width: 750px) {
  .dialog_gdpr {
    width: 90% !important;
    bottom: 55px;
  }
}
