@charset "UTF-8";

.organizations-hero {
  margin: 0 calc(50% - 50vw) 40px;
  background: #efefef;
  text-align: center;
}

.organizations-hero img {
  display: block;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}

.border_box {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #ccc;
}

.border_box > p:first-child {
  margin-bottom: 15px;
  font-weight: bold;
}

.border_box ul {
  margin-bottom: 10px;
  padding-left: 25px;
}

.border_box li + li {
  margin-top: 8px;
}

.selection-conditions-note {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.4rem;
}

.paints {
  position: relative;
  margin: 0 0 10px;
  padding: 10px 10px 0;
  border: 2px solid #148fc2;
  border-radius: 5px;
  background: transparent;
  box-shadow: 0 3px 5px -5px gray;
}

.paints h4 {
  margin: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.paints-toggle {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 5px 30px 15px 0;
  border: 0;
  background: transparent;
  color: #333;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}

.paints-toggle::before {
  position: absolute;
  top: calc(0.96rem + 5px);
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #148fc2;
  color: #fff;
  content: "＋";
  font-size: 1.6rem;
  line-height: 1;
  transform: translateY(-50%);
}

.paints.is-open .paints-toggle::before {
  content: "－";
}

.paints-toggle:hover {
  opacity: 0.4;
}

.paints-toggle:focus-visible {
  outline: 2px solid #148fc2;
  outline-offset: 2px;
}

.paints-content {
  margin: 0;
  padding: 5px 10px 20px;
}

.paints-content table {
  margin-bottom: 0;
}

.paints-content table th {
  padding: 3px 5px;
  border: 1px solid #adb5ba;
  background: #f7f7f7;
}

.paints-content table td {
  padding: 3px 5px;
  border: 1px solid #adb5ba;
  background: #fff;
}

@media screen and (max-width: 764px) {
  .organizations-hero {
    margin-bottom: 30px;
  }

  .border_box {
    padding: 10px;
  }

  .border_box ul {
    padding-left: 20px;
  }

  .paints-content {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print {
  .paints-content {
    display: block !important;
  }
}
