@charset "utf-8";

.error {
  color: red;
}
[data-validon-errorholder="pref"] {
  margin-left: 120px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  [data-validon-errorholder="pref"] {
    margin-left: inherit;
    margin-top: inherit;
    margin-bottom: 10px;
  }
}
button.edit {
  border: none;
  padding: 10px 20px;
  margin-right: 100px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  button.edit {
    margin-right: inherit;
    margin-bottom: 10px;
    width: 80% !important;
    max-width: 320px !important;
  }
}

input[disabled]+.radioBox {
  color: #ddd;
}
  input[disabled]+.radioBox::before {
  border: 1px solid #ddd;
}

a.strong-link {
  color: #40a8e2;
  text-decoration: underline;
}

section.notice h6 {
  margin: 30px 0 20px 0;
  background: #df0729;
  color: #FFF;
  padding: 8px 0;
  text-align: center;
}
section.notice > ul {
  display: flex;
  justify-content: space-between;
}
section.notice > ul > li + li {
	padding-left: 20px;
}
section.notice > ul > li > img {
  width: 100%;
}
p.check {
  text-align: center;
}
p.check label {
  font-size: 1.375rem;
  font-weight: bold;
}