.u-center {
  text-align: center;
}
.contactform dt {
  font-weight: bold;
  padding-top: 1.6rem;
  margin-bottom: 0.8rem;
  font-size:1.2em;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.contactform  dd {
  padding-bottom: 1.6rem;
  line-height: 1.4;
}
.hissu {
  display: inline-block;
  font-weight: normal;
  font-size: 0.9em;
  width: 3em;
  padding: 0.1em;
  text-align: center;
  background: #B3B3B3;
  color: #fff;
  margin-left: 0.6em;
  font-size:0.8rem;
}
.hissu.req {
  background: #F58271;
}
.contctcheck li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.contctcheck label {
  display: block;
  border: 1px solid #CED1D2;
  border-radius: 6px;
  padding: 1rem;
}

@media only screen and (min-width:1080px) {
  .contctcheck {
    display: flex;
    flex-wrap: wrap;
  }
  .contctcheck li {
    width: 50%;
  }
  .contctcheck li:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 1.6rem;
  }
  .contctcheck label {
    display: inline-block;
    border: none;
    padding: 0;
  }
}
.conctcradio li:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media only screen and (min-width:1080px) {
  .conctcradio {
    display: flex;
    flex-wrap: wrap;
  }
  .conctcradio li {
    margin-right: 3.2rem;
  }
  .conctcradio li:not(:last-child) {
    margin-bottom: 0;
  }
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  box-sizing: border-box;
  max-width: 100%;
  color: inherit;
  font-family: inherit;
  font-size: 1.2rem;
  line-height: 1.6;
  border-radius: 6px;
  border: 1px solid #CED1D2;
  background: #F9FAFA;
  outline: none;
}

input[type=text], input[type=number], input[type=tel], input[type=email], input[type=password] {
  padding: 1rem 1.2rem;
  width: 20em;
}

textarea {
  padding: 1rem 1.2rem;
  width: 100%;
  height: 10em;
}

input[type=text].iserrorcl, input[type=number].iserrorcl, input[type=tel].iserrorcl, input[type=email].iserrorcl, input[type=password].iserrorcl, select.iserrorcl, textarea.erroco {
  border: 1px solid #F58271;
  background: #FEF2F0;
}

select {
  padding: 1rem 3.6rem 1rem 1.2rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.532%22%20height%3D%2214%22%20viewBox%3D%220%200%2025.532%2014%22%3E%3Cpath%20d%3D%22M82.249%2C82.431l.875.851%2C12.25-11.915h0l.875-.851-.875-.851h0L83.124%2C57.75l-.875.851L94.5%2C70.516Z%22%20transform%3D%22translate(83.282%20-82.249)%20rotate(90)%22%20fill%3D%22%23999%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) center;
  background-size: 14px 8px;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  visibility: hidden;
}

:-ms-input-placeholder {
  color: #9EA3A5;
}

::-webkit-input-placeholder {
  color: #9EA3A5;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

label {
  cursor: pointer;
}

.cntcheckbox {
  display: inline-flex;
  align-items: center;
  text-align: left;
  line-height: 1.2;
  cursor: pointer;
}
.cntcheckbox:before {
  content: "";
  display: block;
  margin-right: 0.6rem;
  border: 1px solid #CED1D2;
  border-radius: 3px;
  background: #F9FAFA;
  width: 22px;
  height: 22px;
  flex: 1 0 auto;
}

:checked + .cntcheckbox {
  position: relative;
}
:checked + .cntcheckbox:before {
  border: 1px solid #008EC1;
  background: #008EC1;
}
:checked + .cntcheckbox:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2024%2016%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22m24%202.8-14.1%2013.2-9.9-9.3%202.6-2.8%207.2%206.8%2011.5-10.7z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cntradio {
  display: inline-flex;
  align-items: center;
  text-align: left;
  line-height: 1.2;
  cursor: pointer;
}
.cntradio:before {
  content: "";
  display: block;
  margin-right: 0.6rem;
  border: 1px solid #CED1D2;
  border-radius: 50%;
  background: #F9FAFA;
  width: 22px;
  height: 22px;
  flex: 1 0 auto;
}

:checked + .cntradio {
  position: relative;
}
:checked + .cntradio:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #008EC1;
  position: absolute;
  left: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.atte{color:#339933; font-size:0.9em;}
.confirm{
  padding: 1rem 1.2rem;
  width: 20em;
  border-bottom: 1px solid #708090;
  background: #F9FAFA;
  font-size:1.2em;
}
.confirmtext{
padding: 1rem 1.2rem;
  box-sizing: border-box;
  max-width: 100%;
  color: inherit;
  font-family: inherit;
  font-size: 1.2rem;
  line-height: 1.6;
  border-radius: 6px;
  border: 1px solid #CED1D2;
  background: #F9FAFA;
  outline: none;
  font-size:1.2em;
}