@charset "utf-8";

.questionnaire_vis .contents {
  padding-bottom: 70px;
}

.page_questionnaire .contents {
  min-height: 800px;
  background: #C2E0F0;
}

.nagoya.page_questionnaire .contents {
  background-color: #f0c2c2;
}

.comp_send .container h4,
.info_title,
.container .info {
  text-align: center;
}

.comp_send .container h4,
.info_title {
  font-weight: 700;
}

.info_title {
  margin-top: 3em;
}

.subnote span {
  background: var(--cl-red);
  padding: 0.5em 1em;
  font-size: 0.9rem;
  color: #fff;
  margin-left: 1em;
  border-radius: 5px;
}

.cp_iptxt {
  width: 100%;
  max-width: 800px;
  align-items: center;
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
}

.cp_iptxt h3 {
  display: block;
  margin-bottom: 0.5em;
  font-size: 20px;
  font-weight: 700;
}

.cp_iptxt h3 span {
  background: var(--cl-red);
  padding: 0.5em 1em;
  font-size: 0.9rem;
  color: #fff;
  margin-left: 1em;
  border-radius: 5px;
}

.cp_iptxt label {
  padding-right: 2em;
  font-size: 1.2em;
}

.cp_iptxt input[type="text"] {
  height: 2.5em;
  width: 100%;
  padding: 0 16px;
  border-radius: 7px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
}

.cp_iptxt textarea {
  width: 100%;
  height: 10em;
  padding: 1em;
  border-radius: 7px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
}

.cp_iptxt select {
  overflow: hidden;
  width: 100%;
  vertical-align: middle;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  box-shadow: none;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 7px;
  background: #ffffff;
  padding: 0.5em;
  font-size: 16px;
  height: 50px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/asset/images/sort-down-solid.svg) 98% 0% no-repeat, #fff;
  background-size: 20px, 100%;
}

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

.cp_iptxt label {
  position: relative;
}

.cp_iptxt input[type="checkbox"] {
  position: relative;
  margin: 0 0.5em 0 0;
  cursor: pointer;
}

.cp_iptxt input[type="checkbox"]:before {
  position: absolute;
  z-index: 1;
  top: -0.25em;
  left: 0.3em;
  width: 0.75em;
  height: 0.75em;
  content: "";
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  border: 2px solid #da3c41;
  border-top-style: none;
  border-right-style: none;
}

.cp_iptxt input[type="checkbox"]:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}

.cp_iptxt input[type="checkbox"]:after {
  position: absolute;
  top: -0.3em;
  left: 0;
  width: 1.3em;
  height: 1.3em;
  content: "";
  cursor: pointer;
  border: 1px solid #ffffff;
  background: #ffffff;
}

.cp_iptxt input[type="radio"] {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
}

.cp_iptxt input[type="radio"]:after {
  position: absolute;
  top: -0.55rem;
  left: -0.125rem;
  width: 1.3em;
  height: 1.3em;
  content: "";
  border: 2px solid #ccc;
  border-radius: 50%;
  background: #ffffff;
}

.cp_iptxt input[type="radio"]:before {
  position: absolute;
  z-index: 1;
  top: -0.1em;
  left: 0.3rem;
  width: 1em;
  height: 1em;
  content: "";
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  border-radius: 50%;
  background: #da3c41;
}

.cp_iptxt input[type="radio"]:checked:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

p.btn {
  text-align: center;
  color: #fff;
  margin-top: 3em;
}

.search_area p.btn {
  margin-top: 0em;
}

p.btn input {
  padding: 1em 2em;
  color: #fff;
}

p.err {
  color: #ffffff;
  line-height: 2em;
  padding-left: 1em;
  background-color: rgba(235, 30, 30, 0.5);
  display: none;
}

p.err_flag {
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  color: #ffffff;
  text-align: center;
  line-height: 3em;
  background-color: rgba(235, 30, 30, 0.5);
}
