@charset "utf-8";

.sectiontitle {
font-weight:400;
}
.svdispnon{
display:none;
}
img{
width:auto;
}

/* 2020.10.30追加 */
hr {
visibility: visible;
border-top: 5px solid #ccc;  
}

/*-- ダミーデータ --*/
div#dummy_name[class="contact"],
div#dummy_mail[class="contact"] {
    display: none !important;
}

/*--.contact label {
color: black;
}--*/

select {
color: #5a6b6d;
}

.contact input[type="checkbox"]+label::before {
border-color: #ccc !important;
}

/**
 * Q11立寄った時間帯用
 */
.hour-input {
  width: 50px;              /* 入力欄の幅 */
  margin: 0 4px;            /* 左右の余白 */
  text-align: center;       /* 数字を中央寄せ */
  border: 1px solid #ccc;   /* 枠線をしっかり表示 */
  padding: 2px;             /* 内側の余白 */
  box-sizing: border-box;   /* 幅計算を安定させる */
}

[id^="Q11-"][id*="-4-"]  {
  display: none;
}
