@charset "UTF-8";
/* isfw_branch */

.isfw_branch {
  border: 1px solid #dee2e6;
  background-color: #f8f9fa;
  margin-top: 40px;
  padding: 20px;
}

.isfw_branch #q2 {
  display: block !important;
}

.isfw_branch .branch-ttl {
  border-left: 5px solid #666;
  margin-bottom: 20px;
  padding: 3px 0 1px 10px;
  position: relative;
}

.isfw_branch .branch-ttl .branch-ttl-item {
  font-size: 20px;
  font-weight: bold;
}

.isfw_branch .tree-question + .tree-question {
  margin-top: 20px;
}

.isfw_branch .tree-question input {
  display: none;
}

.isfw_branch .tree-question label {
  background: #fff;
  border: 2px solid #ccc;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: .5em .75em;
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
}

.isfw_branch .tree-question label:hover {
  opacity: 0.6;
}

.isfw_branch .tree-question .branch-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.isfw_branch .tree-question .branch-list .branch-item {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0;
  line-height: 1.5;
  width: calc((100% - 20px) / 2);
  vertical-align: top;
}

.isfw_branch .tree-question .branch-list .branch-item:before {
  display: none;
}

.isfw_branch .tree-question .branch-list .branch-item:nth-child(even) {
  margin-left: 10px;
}

.isfw_branch .tree-question .branch-list .branch-item:nth-child(-n+2) {
  margin-bottom: 0;
}

.isfw_branch .tree-question .branch-list .branch-item.checked label {
  border: 2px solid #666;
  color: #666;
}

.isfw_branch .tree-answer {
  background-color: #fff;
  border-left: 5px solid #868e96;
  margin: 10px 0;
  padding: 20px;
}

.isfw_branch .tree-answer p {
  margin: 0;
}

.isfw_branch .tree-answer p + p {
  margin-top: 20px;
}

.isfw_branch .branch-reset {
  margin-top: 20px;
  text-align: right;
}

.isfw_branch .branch-reset .isfw_btn input {
  display: none;
}

.isfw_branch input[type="submit"],
.isfw_branch input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

.isfw_branch input[type="submit"]::-webkit-search-decoration,
.isfw_branch input[type="button"]::-webkit-search-decoration {
  display: none;
}

.isfw_branch input[type="submit"]::focus,
.isfw_branch input[type="button"]::focus {
  outline-offset: -2px;
}
