html {
  margin: 0px;
  padding: 0px;
}

body {
  background-color: white;
  padding: 0px;
  margin: 0px;
  color: #2d2d2d;
  line-height: 145%;
  font-size: 100%;
  text-align: center;
}

* {
  margin: 0px;
  box-sizing: border-box;
}

.clear {
  clear: both;
}

.red {
  color: #be0022;
}

.small {
  line-height: 130%;
  font-size: 75%;
}

a {
  text-decoration: none;
  color: #006699;
}

p {
  margin-bottom: 10px;
}

header {
  padding: 20px 10px;
  background-color: #f1f1f1;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
}

header h1 {
  font-size: 16px;
  color: #2c2c2c;
  font-style: normal;
  font-weight: normal;
  line-height: 1em;
  margin: 0px;
  margin-bottom: 7px;
}

header h1 .logo_head {
  margin-bottom: 5px;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  width: 220px;
}

header h2 {
  color: #303030;
  letter-spacing: 1px;
  font-size: 90%;
  font-style: normal;
  font-weight: normal;
}

#wrapper {
  max-width: 650px;
  padding-left: 15px;
  padding-bottom: 50px;
  padding-right: 15px;
  padding-top: 25px;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}

.comm {
  text-align: center;
  font-size: 80%;
  padding: 1px;
  margin-bottom: 15px;
}

.telNum {
  letter-spacing: 1px;
  font-size: 130%;
}

dl {
  padding-right: 5px;
  padding-left: 5px;
  text-align: left;
  font-size: 90%;
  border-bottom-color: #c6c6c6;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
}

dl.last {
  /* border-style: none;
	border-bottom-width: 0px; */
  margin-bottom: 35px;
}

dl dt {
  color: black;
  font-style: normal;
  font-weight: normal;
  padding-bottom: 5px;
  vertical-align: middle;
}

dl dt:before {
  font-family: "FontAwesome";
  padding-right: 10px;
  content: "";
}

dl dd {
  color: #686868;
  line-height: 1.8em;
  padding-top: 3px;
  font-size: 100%;
  vertical-align: top;
}

dt.hissu:after {
  font-style: normal;
  font-weight: normal;
  line-height: 1em;
  margin-left: 10px;
  display: inline-block;
  content: "必 須";
  padding-right: 9px;
  padding-left: 9px;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 11px;
  color: white;
  background-color: #2d2d2d;
}

.txt {
  margin-bottom: 3px;
  margin-top: 3px;
  font-size: 16px;
  color: #535353;
  background-color: #f3f3f3;
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
  border-radius: 4px;
}

input::placeholder {
  color: #a7a7a7;
}

textarea::placeholder {
  color: #a7a7a7;
}

.txtArea {
  height: 160px;
  width: 100% !important;
  font-size: 16px;
  color: #535353;
  line-height: 1.7em;
  background-color: #f3f3f3;
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
  padding: 20px;
  border-radius: 4px;
}

.txtArea-s {
  height: 60px;
  width: 100% !important;
  font-size: 16px;
  color: #535353;
  line-height: 1.7em;
  background-color: #f3f3f3;
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
  padding: 20px;
  border-radius: 4px;
}

.txtArea.mid {
  height: 100px;
}

label {
  color: #a7a7a7;
  padding-bottom: 5px;
  padding-top: 5px;
  letter-spacing: 1px;
  margin-right: 20px;
  display: inline-block;
}

.cBox-input {
  display: none;
}

.cBox-parts {
  padding-left: 28px;
  position: relative;
  margin-right: 15px;
}

.cBox-parts::before {
  background-color: white;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  border-radius: 4px;
}

.cBox-input:checked + .cBox-parts {
  color: #535353;
}

.cBox-input:checked + .cBox-parts::after {
  border-bottom-width: 4px;
  border-right-width: 4px;
  border-bottom-color: #535353;
  border-right-color: #535353;
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 6px;
  width: 8px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: solid;
  border-right: solid;
}

.btn_send {
  background-image: url(/form/images/harf15.png);
  background-position: 0 center;
  background-repeat: repeat-x;
  text-shadow: 0px 1px 1px #7f7f7f;
  text-decoration: none;
  border-width: 0px;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  font-size: 110%;
  color: white;
  background-color: #2d2d2d;
  border-radius: 5px;
  transition: all 0.3s ease-out;
}

.btn_send:hover {
  background-color: #c6c6c6;
}

.pPolicy {
  color: #686868;
  border-width: 1px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: left;
  border-style: solid;
  line-height: 1.5em;
  font-size: 75%;
  background-color: #fafafa;
  border-color: #c6c6c6;
  margin-right: auto;
  margin-left: auto;
  height: 150px;
  width: 100%;
  overflow-x: auto;
}

.pPolicy h4 {
  padding-top: 20px;
  font-size: 14px;
  margin-bottom: 12px;
}

.pPolicy_chk {
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fffcff;
  margin-bottom: 35px;
  text-align: center;
}

footer {
  background-color: #f3f3f3;
  text-align: center;
  padding: 15px;
}

footer .copyright {
  letter-spacing: 1px;
  color: #7f7f7f;
  font-size: 11px;
}

.thx_comm {
  color: #535353;
  line-height: 1.5em;
  font-size: 80%;
}

h3 {
  padding: 0px;
  margin-bottom: 15px;
  margin-top: 0px;
  font-size: 120%;
}

.btn_close {
  color: white;
  background-color: #535353;
  padding-right: 25px;
  padding-left: 25px;
  display: inline-block;
  padding-bottom: 12px;
  padding-top: 12px;
  border-radius: 5px;
}

.border {
  border-bottom-color: #535353;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.waku {
  margin-bottom: 30px;
  padding-left: 25px;
  padding-bottom: 15px;
  padding-right: 25px;
  padding-top: 25px;
  line-height: 1.7em;
  font-size: 0.8rem;
  background-color: #f2f1eb;
}

.waku .tel {
  line-height: 1.3em;
  display: block;
  letter-spacing: 1px;
  font-size: 18px;
}

.center {
  text-align: center;
}

.fairTitle {
  color: black;
  letter-spacing: 1px;
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
}

.waku2 {
  padding-left: 15px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-top: 10px;
  background-color: #fbfaf4;
}

.waku2 .title {
  letter-spacing: 1px;
  padding-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}

.waku2 ul {
  margin-bottom: 12px;
  padding-left: 22px;
}
