@charset "utf-8";

/* CSS Document */

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

.contents01 {
  /* margin-top: 25px; */
  /* margin-left: 20px;
  margin-right: 20px; */
  /* margin-bottom: 25px; */
  background-position: top;
  width: 460px;
  margin: 25px auto;
}

.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;
  /* padding-bottom: 15px;
  border-bottom: 1px dotted #ccc; */
}

.contents01 .lead h3 {
  color: #fff;
  background-color: #0080A3;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
}
/*
.contents01 .lead h3 span {
  color: #fff;
  background-color: #0081a3;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
} */

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

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

span.emphasis {
  color: #c00;
}
.is-required span.detail {
  color: #666;
  display: block;
  margin-top: 5px;
  line-height: 1.2em;
}
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 {
  width: 460px;
  margin: 0 auto;
} */

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#tel,
table input#fax {
  width: 140px;
}

table input#email {
  width: 200px;
}

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

#privacy {
  margin-bottom: 12px;
}

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

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

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;
}
