@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

html {
  font-size: 62.5%;  /* フォントサイズを10pxに設定 */
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;  /* 14px */
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;  /* 16px */
  }
}


/* CSS Document */

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

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

h4 {
  color:#a80259;
  padding: 5px 0 0;
  margin: 14px 0 10px;
  font-size: 13px;
  font-weight: bold;
}
.lead {
  width: 460px;
  margin: 0 auto 15px;
}
.lead p {
  margin-bottom: 15px;
}
#main ul {
  width: 460px;
  margin: 0 auto;
}

#main span {
  color: #c00;
}
.contents01 {
  width: 460px;
  margin: 25px auto;
}

form {
  width: 460px;
  margin: 10px auto 24px 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 th {
  width: 110px;
  background-color: #f3f3f5;
  font-weight: bold;
}
form th .vt-form-label {
  font-weight: bold;
}
table {
  border-collapse: collapse;
}
table input {
  width: 280px;
}

table input#zipcode {
  width: 80px;
}

table input#tel,
table input#fax {
  width: 140px;
}

table input#email {
  width: 200px;
}

table textarea#message {
  width: 280px;
  height: 100px;
  padding: 2px;
}
#business_rights,
#privacy {
  margin-bottom: 12px;
}
#business_rights p,
#privacy p {
  margin-bottom: 12px;
}

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


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