@charset "utf-8";

/* CSS Document */

h2.pagetitle {
  margin-bottom: 0px;
  background-image: url(../images/pagetitle.jpg);
}

.contents01 {
  background-position: top;
  width: 460px;
  margin: 25px auto 50px;
}

.contents01 h3.contentsTitle {
  color: #fff;
  background-color: #0080A3;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.contents01 .lead {
  margin-bottom: 15px;
}

.contents01 .lead h3 {
  color: #fff;
  background-color: #0080A3;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
}


.contents01 .lead p {
  line-height: 1.4em;
  margin-bottom: 12px;
}

.contents01 .lead p > a {
  line-height: 1.4em;
}

span.emphasis {
  color: #c00;
}
span.detail {
  color: #666;
  line-height: 1.2em;
}

span.detail.under {
  display: block;
  margin-top: 5px;
}

table {
  border-collapse: collapse;
}
table .radio-type input {
  width: auto;
}
.radio-type  {
  display: flex;
  flex-wrap: wrap;
}
.radio-type .radio-type-item {
  padding: 6px;
}


form table {
  width: 460px;
  margin-bottom: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

form th,
form td {
  padding: 6px;
  border-bottom: 1px solid #333;
}

form td.no-line {
  border-bottom: none;
}

form th {
  width: 110px;
  background-color: #f3f3f5;
}
form th .vt-form-label {
  font-weight: bold;
}

table input {
  width: 320px;
}

table input#zipcode {
  width: 80px;
}
table input#birth-bate {
  width: 80px;
}
table input#blood-type {
  width: 80px;
}
table input#tel,
table input#fax {
  width: 140px;
}

table input#email {
  width: 200px;
}

table textarea#message {
  width: 320px;
  height: 100px;
  padding: 2px;
  resize: vertical;
}

#privacy,
#pledge,
#membership {
  margin-bottom: 24px;
}

#privacy p {
  margin-bottom: 12px;
}

#privacy p.vt-form-privacy-title {
  color:#a80259;
  padding: 5px 0 0;
  font-size: 13px;
  font-weight: bold;
}


#pledge h4,
#membership h4 {
  margin-bottom: 12px;
  color:#a80259;
  padding: 5px 0 0;
  font-size: 13px;
  font-weight: bold;
}

#pledge h5 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 6px;
}

#pledge ol {
  margin-bottom: 12px;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 0.5em;
  counter-reset: item;
}

#pledge ol li {
  counter-increment: item;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5em;
  line-height: 1.6;
}

#pledge ol li::before {
  content: counter(item) ".";
  min-width: 1em;         /* 桁数に合わせて固定幅 */
  text-align: right;
  margin-right: 0.25em;
  flex-shrink: 0;
  line-height: 1.6;
}

#privacy a{
  line-height: 1.4;
}

p.button {
  text-align: center;
}

button {
  padding: 4px;
  padding: 10px;
}

button#submit {
  margin-right: 12px;
}

.vt-form-button-container {
  text-align: center;
}


/* completion */

#completion {
  padding: 10px;
}


/* error */

#error {
  padding: 10px;
}


/* Program Copyright Hidden */
.wtn_copyright {
  display: none;
}

.size-section {
  display: none;
  /* margin-top: 1em; */
}

.size-section.active {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
}

.size-section p {
  margin: 0.5em 0;
  font-weight: bold;
  width: 100%;
}
