@charset "UTF-8";
@media screen and (max-width: 801px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 802px) {
  .sp {
    display: none !important;
  }
}
.cta-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 650px;
  margin: auto;
}
@media screen and (max-width: 801px) {
  .cta-box {
    display: block;
  }
}
.cta-box img {
  max-width: 100%;
}
.cta-box .item {
  display: block;
  float: none !important;
  width: 50%;
  box-sizing: border-box;
  margin: 0 !important;
}
@media screen and (max-width: 801px) {
  .cta-box .item {
    width: 100%;
    margin: 0 auto !important;
  }
}

header {
  padding-top: 2.5%;
}
header h1 {
  max-width: 970px;
  margin: auto;
  width: 90%;
}
header.conf {
  background: #B2E3E3;
  padding: 2% 0;
}
@media screen and (max-width: 801px) {
  header.conf {
    padding: 5% 0;
  }
}
header.conf h1 {
  background-color: #B2E3E3;
  text-align: center;
  font-size: 36px;
}
@media screen and (max-width: 801px) {
  header.conf h1 {
    font-size: 7vw;
    line-height: 1.5;
  }
}

#form.form {
  background-color: #F7F6F3;
  padding-bottom: 50px;
  font-size: 16px;
}
@media screen and (max-width: 801px) {
  #form.form {
    font-size: 3.5vw;
  }
}
#form.form p {
  margin-bottom: 0;
}
#form.form h2 {
  background-color: #5DB1DE;
  color: #fff;
  text-align: center;
  padding: 1em 0;
  font-size: 36px;
}
@media screen and (max-width: 801px) {
  #form.form h2 {
    font-size: 7vw;
    line-height: 1.5;
    padding: 10px 0;
  }
}
#form.form p.txt {
  text-align: center;
  font-size: 16px;
  margin: 2em 0 0 0;
}
@media screen and (max-width: 801px) {
  #form.form p.txt {
    font-size: 3.5vw;
    padding: 0 5%;
    text-align: left;
  }
}
#form.form #message {
  background: #fff;
  text-align: left;
}
#form.form form {
  width: 90%;
  max-width: 800px;
  margin: auto;
}
#form.form form h3 {
  text-align: center;
  font-size: 24px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 2em;
}
@media screen and (max-width: 801px) {
  #form.form form h3 {
    font-size: 5vw;
    margin-top: 1em;
    margin-bottom: 10px;
  }
}
#form.form form h3 span {
  display: inline-block;
  background-color: #F7F6F3;
  padding: 0 1em;
  position: relative;
}
#form.form form h3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #333;
  top: 50%;
  left: 0;
}
#form.form form p.exp {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 801px) {
  #form.form form p.exp {
    font-size: 3.2vw;
    text-align: left;
  }
}
#form.form form p.exp span {
  color: #f30;
  text-decoration: underline;
}
#form.form form .row {
  width: 100%;
  padding-bottom: 15px;
  font-size: 16px;
}
#form.form form .row:after {
  content: "";
  clear: both;
  display: block;
}
#form.form form .row .col-sm-6 {
  width: 50%;
  float: left;
}
@media screen and (max-width: 801px) {
  #form.form form .row .col-sm-6 {
    width: 100%;
    margin-bottom: 2.5%;
  }
}
#form.form form .row .col-sm-3 {
  width: 25%;
  float: left;
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 801px) {
  #form.form form .row .col-sm-3 {
    width: 50%;
    padding: 0;
  }
}
#form.form form .row .form_rowheader {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 801px) {
  #form.form form .row .form_rowheader {
    font-size: 4vw;
  }
}
#form.form form .row .input-group {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 801px) {
  #form.form form .row .input-group {
    justify-content: flex-start;
  }
}
#form.form form .row .input-group .input-group-addon {
  display: block;
  white-space: nowrap;
  padding-left: 1em;
  padding-right: 10px;
}
@media screen and (max-width: 801px) {
  #form.form form .row .input-group .input-group-addon {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 801px) {
  #form.form form p.p1 {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 801px) {
  #form.form form p.p2 {
    font-size: 3vw !important;
  }
}
#form.form form .flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 10px 0;
}
@media screen and (max-width: 801px) {
  #form.form form .flex {
    flex-direction: column;
  }
}
#form.form form .flex .alertgroup {
  width: 100%;
  color: #f30;
}
#form.form form .flex .col-sm-3 {
  float: none;
  padding: 5px 0;
  width: 250px;
}
@media screen and (max-width: 801px) {
  #form.form form .flex .col-sm-3 {
    width: 100%;
  }
}
#form.form form .flex .col-sm-3 span.must {
  display: inline-block;
  background-color: #f30;
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
  padding: 5px 5px;
  margin-left: 5px;
  font-weight: normal;
}
@media screen and (max-width: 801px) {
  #form.form form .flex .col-sm-3 span.must {
    font-size: 3.25vw;
  }
}
#form.form form .flex .col-sm-9 {
  width: calc(100% - 250px);
}
@media screen and (max-width: 801px) {
  #form.form form .flex .col-sm-9 {
    width: 100%;
  }
}
#form.form form .flex .col-sm-9 p {
  font-size: 14px;
}
#form.form form .flex .col-xs-9 {
  width: 30%;
}
@media screen and (max-width: 801px) {
  #form.form form .flex .col-xs-9 {
    width: 100%;
  }
}
#form.form form .block {
  display: block;
}
#form.form form .block .item {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
#form.form form .block .item.it2 {
  padding: 0;
}
#form.form form .block .item div {
  padding-right: 20px;
}
@media screen and (max-width: 801px) {
  #form.form form .block .item div {
    font-size: 3.5vw;
    padding-right: 10px;
  }
}
#form.form form .block .col-sm-3 {
  width: 100%;
}
#form.form form .block .col-sm-9 {
  width: 100%;
}
#form.form form .block .col-sm-9 p {
  font-size: 14px;
}
#form.form form .btn_add {
  text-align: center;
}
@media screen and (max-width: 801px) {
  #form.form form .btn_add {
    margin-bottom: 10%;
  }
}
#form.form form .btn_add span {
  display: inline-block;
  background-color: #6BBEBE;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px 7px 10px;
}
@media screen and (max-width: 801px) {
  #form.form form .btn_add span {
    font-size: 3.5vw;
    padding: 5px 20px;
  }
}
#form.form form input[type=text],
#form.form form input[type=tel],
#form.form form input[type=email] {
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px !important;
  box-sizing: border-box;
}
@media screen and (max-width: 801px) {
  #form.form form input[type=text],
  #form.form form input[type=tel],
  #form.form form input[type=email] {
    padding: 10px 10px !important;
  }
}
#form.form form input[type=tel].short {
  width: 70px;
}
@media screen and (max-width: 801px) {
  #form.form form input[type=tel].short {
    width: 100px;
  }
}
#form.form form .selectbox {
  display: inline-flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 801px) {
  #form.form form .selectbox {
    width: 100%;
  }
}
#form.form form .selectbox:after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
#form.form form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px 30px 10px 10px !important;
  box-sizing: border-box;
  cursor: pointer;
  color: #333;
}
@media screen and (max-width: 801px) {
  #form.form form select {
    width: 100%;
    padding: 10px 30px 10px 10px !important;
  }
}
#form.form form textarea {
  border: 1px solid #ccc;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}
#form.form form .rowその他 p {
  font-size: 14px;
}
@media screen and (max-width: 801px) {
  #form.form form .rowその他 p {
    font-size: 3.2vw;
  }
}
#form.form form .rowその他 textarea {
  margin: 10px 0;
}
#form.form form div.blank {
  height: 1px;
  font-size: 1px;
  overflow: hidden;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  clear: both;
}
#form.form form dl.pri {
  background-color: #fff;
  padding: 20px 25px;
  margin-top: 40px;
}
#form.form form dl.pri dt {
  font-weight: 700;
}
@media screen and (max-width: 801px) {
  #form.form form dl.pri dt {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 801px) {
  #form.form form dl.pri dd {
    font-size: 3vw;
  }
}
#form.form form .bun {
  background-color: #fff;
  padding-bottom: 40px;
}
#form.form form .bun button {
  background-color: #6BBEBE;
  border: none;
  color: #fff;
  font-size: 18px;
  display: block;
  max-width: 300px;
  height: 55px;
  width: 100%;
  margin: auto;
  border-radius: 6px;
  background-image: url(../img/yjrs2.png);
  background-size: 20px;
  background-position: right 20px center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 801px) {
  #form.form form .bun button {
    font-size: 4vw;
  }
}

.conf {
  background-color: #F7F6F3;
  font-size: 16px;
}
@media screen and (max-width: 801px) {
  .conf {
    font-size: 3.5vw;
  }
}
.conf .container {
  width: 90%;
  max-width: 900px;
  margin: auto;
}
.conf .container h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0;
}
@media screen and (max-width: 801px) {
  .conf .container h3 {
    font-size: 5vw;
  }
}
.conf .container h3:before {
  content: "";
  background-image: url(../img/icon2.png);
  background-size: cover;
  width: 44px;
  height: 40px;
  display: block;
  margin: auto;
}
.conf .container .table {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
}
.conf .container .table th, .conf .container .table td {
  background-color: #fff;
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.conf .container .table th {
  width: 30%;
  background: #FAFAFA;
  font-weight: 700;
}
.conf .container #block_doublecheck {
  margin: 2.5em 0;
  background-color: #FFF5F5;
  border: 1px solid #CC0C00;
  border-radius: 3px;
}
.conf .container #block_doublecheck h4 {
  margin: 0 0 5px;
  padding: 10px;
  background-color: #CC0C00;
  color: white;
}
@media screen and (max-width: 801px) {
  .conf .container #block_doublecheck h4 {
    font-size: 3.5vw;
    letter-spacing: 0;
    text-align: center;
  }
}
.conf .container #block_doublecheck ul {
  padding: 10px 15px 20px 30px;
  font-size: 13px;
}
@media screen and (max-width: 801px) {
  .conf .container #block_doublecheck ul {
    font-size: 3vw;
    letter-spacing: 0;
  }
}
.conf .container #block_doublecheck ul li {
  list-style: disc;
}
.conf .container #block_doublecheck strong {
  color: #CC0C00;
}
.conf .container form ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 801px) {
  .conf .container form ul {
    flex-direction: column;
    align-items: center;
  }
}
.conf .container form ul li {
  max-width: 300px;
  width: 45%;
}
@media screen and (max-width: 801px) {
  .conf .container form ul li {
    width: 100%;
  }
}
.conf .container input[type=submit],
.conf .container input[type=button] {
  background-color: #6BBEBE;
  border: none;
  color: #fff;
  font-size: 18px;
  display: block;
  max-width: 300px;
  height: 55px;
  width: 100%;
  margin: auto;
  border-radius: 6px;
  background-image: url(../img/yjrs2.png);
  background-size: 20px;
  background-position: right 20px center;
  background-repeat: no-repeat;
}
.conf .container input[type=button] {
  background-color: #999;
  background-image: url(../img/yjrs3.png);
  background-size: 20px;
  background-position: left 20px center;
  background-repeat: no-repeat;
}
.conf .container p.aR.xs_aL.small {
  text-align: right;
  font-size: 13px;
  margin: 0.5em 0 2.5em 0;
}
@media screen and (max-width: 801px) {
  .conf .container p.aR.xs_aL.small {
    font-size: 3vw;
    margin: 1em 0 2em 0;
  }
}
.conf .container dl.pri {
  background-color: #fff;
  padding: 20px 25px;
  margin: 2.5em 0 10% 0;
}
.conf .container dl.pri dt {
  font-weight: 700;
}
@media screen and (max-width: 801px) {
  .conf .container dl.pri dt {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 801px) {
  .conf .container dl.pri dd {
    font-size: 3vw;
  }
}
.conf .container .telephonenumber {
  text-align: center;
}
.conf .container .telephonenumber a {
  color: #0D8ED6;
  border: 1px solid #0D8ED6;
  border-radius: 5px;
  background-color: white;
  display: inline-block;
  padding: 15px 25px 12px;
  font-size: 18px;
  margin-top: 1em;
}
.conf .container p.thk {
  text-align: center;
}

@media screen and (max-width: 801px) {
  .zopim {
    display: none !important;
  }
}/*# sourceMappingURL=add.css.map */