@charset "UTF-8";
/* contact */
/* ---- Forms ---- */
.hform {
  display: block;
  width: 100%;
  border: 1px solid rgba(179, 218, 197, 1.00);
  border-radius: 10px;
  padding: 3%;
  margin-bottom: 5%;
  background-color: rgba(238, 245, 239, 1.00)
}
.hform {
  margin-bottom: 20px;
}
.hform label {
  position: relative;
  width: 30%;
  margin: 0 1%;
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
  display: block;
  text-align: left;
  background-color: none;
  padding: 0;
}
/* ----必須項目---- */
.required {
  position: absolute;
  top: 4px;
  right: 0;
  width: 40px;
  align-items: center;
  text-align: center;
  background-color: #43A856;
  font-size: 10px;
  color: white;
  padding: 5px;
  line-height: 1;
  margin-right: 10px;
  border-radius: 4px;
}
.hform textarea, .hform input[type="text"], .hform input[type="password"], .hform input[type="datetime"], .hform input[type="datetime-local"], .hform input[type="date"], .hform input[type="month"], .hform input[type="time"], .hform input[type="week"], .hform input[type="number"], .hform input[type="email"], .hform input[type="url"], .hform input[type="tel"], .hform input[type="color"], .hform select {
  width: 70%;
}
.hform textarea, .hform input[type="text"], .hform input[type="password"], .hform input[type="datetime"], .hform input[type="datetime-local"], .hform input[type="date"], .hform input[type="month"], .hform input[type="time"], .hform input[type="week"], .hform input[type="number"], .hform input[type="email"], .hform input[type="url"], .hform input[type="tel"], .hform input[type="color"], .hform select, .hform input[type=file] {
  display: block;
  background: white;
  vertical-align: middle;
  outline: none;
  border-radius: 5px;
  transition: border linear 0.4s, box-shadow linear 0.4s;
  font-size: 16px;
  line-height: 24px;
  padding: 1.6%;
  border: 1px solid rgba(178,218,196,1.00);
}
.hform textarea:focus, .hform input[type="text"]:focus, .hform input[type="password"]:focus, .hform input[type="datetime"]:focus, .hform input[type="datetime-local"]:focus, .hform input[type="date"]:focus, .hform input[type="month"]:focus, .hform input[type="time"]:focus, .hform input[type="week"]:focus, .hform input[type="number"]:focus, .hform input[type="email"]:focus, .hform input[type="url"]:focus, .hform input[type="search"]:focus, .hform input[type="tel"]:focus, .hform input[type="color"]:focus {
  /*border: 1px solid;
  border-color: rgba(82, 168, 236, 0.8);*/
  color: #444;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(81, 168, 236, 0.5);
}
.hform textarea {
  min-height: 120px;
  /*margin-left: 50px*/
}
.hform fieldset {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  clear: both;
  /*background-color: white;*/
  border-bottom: 1px dotted #ccc
}
.hform input[type="file"] {
  overflow: none;
}
/* conjoined inputs */
.hform span.pre, .hform span.post {
  display: block;
  background-color: #f2f2f2;
  border: 1px solid #8C8C8C;
  color: #222222;
  font-size: 16px;
  line-height: 18px;
  height: 30px;
  position: relative;
  padding: 5px 10px;
}
.hform span.pre {
  margin-right: -1px;
  float: left;
}
.hform span.post {
  margin-left: -1px;
  float: left;
}
.hform input.post, .hform span.pre {
  /*border-radius: 4px 0 0 4px;*/
}
.hform input.pre, .hform span.post {
  /* border-radius: 0 4px 4px 0;*/
}
.hform input.pre, .hform input.post {
  width: 45%;
  float: left;
}
.hform input.pre-post {
  width: 40%;
  height: 30px;
  border-radius: 0;
}
.hform span[type="submit"].post, .hform span[type="submit"].pre {
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: linear-gradient(top, #f9f9f9, #efefef);
  background-image: -ms-linear-gradient(top, #f9f9f9, #efefef);
  background-image: -moz-linear-gradient(top, #f9f9f9, #efefef);
  background-image: -webkit-linear-gradient(top, #f9f9f9, #efefef);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#efefef');
}
.hform span[type="submit"].post:hover, .hform span[type="submit"].pre:hover {
  background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#f8f8f8));
  background: -moz-linear-gradient(top, #eee, #f8f8f8);
}
/* ---- radioBtn ---- */
.hform .raiobox {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
  border: none;
}
.hform .raiobox p {
  margin-bottom: 0;
  padding-top: .8em;
}
.hform .raiobox input {
  margin-right: 5px;
}
.hform .raiobox input[type=radio] {
  transform: scale(1.5);
  margin-right: 10px;
}
/* ---- Buttons ---- */
.btn {
  background-color: var(--main);
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
  color: #fff !important;
  font-size: 18px;
  padding: 10px 38px;
  text-decoration: none !important;
  border: none;
  margin: 1em
}
.btn:hover {
  color: #fff;
  opacity: .5
}
.btn:active {
  position: relative;
}
.btn2 {
  background-color: #A4A4A0;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
  color: #fff !important;
  font-size: 18px;
  padding: 10px 38px;
  text-decoration: none !important;
  border: none;
  margin: 1em
}
.btn2:hover {
  background-color: #666;
}
.btn2:active {
  position: relative;
}
.select1 {
  width: 20%;
  float: left;
}
.select1 p {
  text-align: left;
}
.select1 input[type="text"] {
  width: 80%;
  float: left;
}
.select1 span {
  float: left;
}
.select2 {
  width: 25%;
  float: left;
}
.select2 select {
  width: 60%;
  float: left;
  margin-right: 5px;
}
.select2 input[type="text"] {
  width: 25%;
  float: left;
}
.form_r {
  width: 80%;
  float: left;
}
.select3 {
  width: 32%;
  float: left;
}
.col_red_b {
  color: #C00;
  font-size: 14px;
}
.inline li {
  float: left;
  margin-left: 1em;
  padding: 0.5em 0
}
.check {
  width: 60%;
  float: left;
  margin: 0 5px 10px 0;
}
/* ----アンケート用---- */
.hform label.quest {
  width: 100%;
  margin: 0 1% 1% 0;
}
.hform label.quest {
  float: none;
  text-align: left;
  background-color: #FFF;
  padding: 0;
  border-radius: 0px;
  border-bottom-width: 5px;
  border-bottom-style: double;
  border-bottom-color: #FCC;
}
.quest span {
  margin-right: 1em
}
/* -----------------------------------------------
Table
-------------------------------------------------- */
#contact table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 1em;
}
#contact table th {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  color: #444;
  background-color: #F6F6F6;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#contact table td {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
  vertical-align: middle;
}
#contact table tr td p {
  font-size: 14px;
  margin-bottom: 0
}
.sendok {
  width: 90%;
  text-align: center;
  margin: 20px auto 10px auto;
  padding: 5%;
  display: block;
  border: 1px solid rgba(179,218,196,1.00);
  border-radius: 10px;
  margin-bottom: 5%;
}
.sendok h2, .sendok p {
  text-align: center;
  border: 0;
  padding-left: 0
}
.sendok i {
  display: block;
  color: var(--main);
  font-size: 80px;
  margin-bottom: 20px
}
@media screen and (max-width: 1024px) {
  /* ---- Forms ---- */
  .hform {
    width: 100%;
  }
  .hform fieldset {
    position: relative;
    display: block;
  }
  .hform label {
    width: 100%;
    margin-left: 0
  }
  .hform label {
    font-size: 16px;
    line-height: 2;
    vertical-align: middle;
    display: block;
    text-align: left;
    padding-left: 55px;
    border-bottom: 0;
    margin-bottom: 10px
  }
  /* ----必須項目---- */
  .required {
    position: absolute;
    top: 7px;
    left: 0;
  }
  .hform label.non_req {
    padding-left: 0;
  }
  .hform textarea, .hform input[type="text"], .hform input[type="password"], .hform input[type="datetime"], .hform input[type="datetime-local"], .hform input[type="date"], .hform input[type="month"], .hform input[type="time"], .hform input[type="week"], .hform input[type="number"], .hform input[type="email"], .hform input[type="url"], .hform input[type="tel"], .hform input[type="color"], .hform select {
    width: 100%;
    padding: 10px;
  }
  .select1 {
    width: 100%;
    float: none;
  }
  .select1 p {
    width: 100%;
    float: left;
    line-height: 1;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
  }
  .select1 input[type="text"] {
    width: 90%;
    float: left;
  }
  .select1 span {
    float: left;
  }
  .select2 {
    width: 100%;
    float: none;
  }
  .select2 select {
    width: 60%;
    float: left;
  }
  .select2 input[type="text"] {
    width: 25%;
    float: left;
  }
  .form_r {
    width: 100%;
    float: none;
  }
  .select3 {
    width: 100%;
    float: left;
  }
  .select3 select {
    width: 80%;
  }
  .check {
    width: 100%;
  }
  .hform .raiobox {
    width: 100%;
  }
  .hform textarea {
    margin-left: 0
  }
}
@media screen and (max-width: 576px) {
  /* ---- Forms ---- */
  .hform {
    width: 100%;
    padding: 0;
  }
}