/*inq*/
.inq_wrap {
  margin-bottom: 100px;
}
.inq_wrap p {
  font-size: 1.2rem;
  color: #333;
  line-height: 2;
  letter-spacing: 1px;
}
.inq_wrap a {
  text-decoration: underline;
}
.inq_wrap p.title1 {
  font-weight: bold;
  text-align: center;
  color: #9cd5e9;
  font-size: 2rem;
  margin: 0 0 30px 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #ccc;
  letter-spacing: 2px;
  line-height: 1.6;
}
.inq_wrap .attention {
  color: #ff3535;
}
.inq_wrap .attention.errorbox {
  margin: 30px auto;
  border: 1px dotted #ff3535;
  padding: 30px 0;
  width: 80%;
}
.inq_wrap .inq_table {
  font-size: 1.2rem;
  color: #333;
  line-height: 2;
  text-align: left;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin: 40px 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.inq_wrap .inq_table tr {
  border-bottom: 1px solid #ccc;
}
.inq_wrap .inq_table tr.is_none {
  border-bottom: none;
}
.inq_wrap .inq_table th {
  width: 25%;
  padding: 28px 0 0 20px;
}
.inq_wrap .inq_table.conf_table th {
  padding: 20px 0 0 20px;
}
.inq_wrap .inq_table td {
  width: 75%;
  padding: 20px 0 20px 20px;
}
.inq_wrap .inq_table.conf_table td {
  padding: 20px;
  font-size: 1.6rem;
}
.inq_wrap .form_line {
  display: flex;
  align-items: center;
}
.inq_wrap input[type='submit'] {
  font-size: 2rem;
  display: block;
  border: none;
  border-radius: 20px;
  outline: 0;
  cursor: pointer;
  color: #fff;
  background: #a9d5e8;
  font-weight: bold;
  height: 2em;
  line-height: 2em;
  width: 270px;
  padding-right: 1em;
  transition: 0.3s;
}
.inq_wrap input[type='text'],
.inq_wrap .selectbox select,
.inq_wrap textarea {
  padding: 8px;
  margin: 0 5px;
  font-size: 1.6rem;
  line-height: 1.2;
  border-radius: 3px;
  border: 2px solid #ddd;
  box-sizing: border-box;
}
.selectbox select {
  width: 130%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: url(../images/arrow3.png) right no-repeat;
  background-size: 25%;
}
.inq_wrap input[type='text'].w95,
.inq_wrap textarea.w95 {
  width: 95%;
}
.inq_wrap input[type='text'].w86 {
  width: 86%;
}
.inq_wrap input[type='text'].w70 {
  width: 70%;
}
.button_wrap {
  color: #fff;
  position: relative;
  line-height: 2.8em;
  width: 270px;
  transition: 0.5s;
  margin: 30px auto;
}
.button_wrap::after {
  transition: 0.3s;
  content: url('../images/arrow2.png');
  height: 2.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.button_wrap.back input[type='submit'] {
  background: #cccccc;
  padding-left: 1em;
}
.button_wrap.back::after {
  transform: rotate(180deg);
  right: auto;
  left: 20px;
}
input[type='submit']:hover {
  background: #c6e0eb;
}
.button_wrap.back input[type='submit']:hover {
  background: rgb(224, 224, 224);
}
p.exe_text {
  font-weight: bold;
  text-align: center;
  color: #333;
  font-size: 2rem;
  margin: 0 0 30px 0;
  padding: 0 0 20px;
  letter-spacing: 2px;
  line-height: 1.6;
}
.inq_wrap .data {
  font-size: 1.4rem;
  background-color: #e8e7e5;
  margin: 50px 0 100px;
  padding: 20px 0;
  line-height: 2.4;
  letter-spacing: 1px;
}
