@charset "utf-8";
/* CSS Document */
html{
  margin-top: 0px !important;
}
.checkbox04-parts {
    position: relative;
    padding: 10px 0;
    transition: .3s;
    color: #444;
    background: #f9f7f3;
    display: inline-block;
    line-height: 1.7;
    width: 100%;
    border-radius: 5px;
  font-size: 16px;
}
@media screen and (min-width: 736px) {
    .checkbox04-parts {
        padding: 15px 2px 15px 45px;
        line-height: 1.5;
    }
}
.wpcf7-form-control-wrap {
    /* position: relative; */
    position: relative;
    padding: 10px 0;
    transition: .3s;
    color: #444;
    background: #f9f7f3;
    display: inline-block;
    line-height: 1.7;
    width: 100%;
    border-radius: 5px;
}
.scroll-box {
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  height: 200px;       /* 高さを固定 */
  overflow-y: scroll;  /* 縦スクロールを有効にする */
  background: #fff;
  font-size: 14px;
}
.btn{
  width: 100%;
    margin: auto;
    padding: 20px 0;
    color: #b39c74;
    font-size: 18px;
    background: #fff;
    -moz-border-radius: 20vw;
    -webkit-border-radius: 20vw;
    border-radius: 20vw;
    position: relative;
    border: 1px solid;
    cursor: pointer;
}