  @media print, screen and (min-width: 768px) {
  .sub_mv h1.type01 {
    font-size: 30px;
  }
}

.contact_box .contact_text01 {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .contact_box .contact_text01 {
    text-align: left;
  }
}
.contact_box .f-red {
  color: #eb0000;
}
.contact_box .contact_content {
  width: 100%;
  border-top: 1px solid #c7c8c8;
  border-bottom: 1px solid #c7c8c8;
  margin-bottom: 30px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .contact_box .contact_content {
    border-top: none;
    border-bottom: none;
    margin-bottom: 0;
  }
  .contact_box .contact_content.sp td {
    padding: 15px 10px 20px 10px;
    box-sizing: border-box;
  }
}
.contact_box .contact_content th {
  background: #f4f4f4;
  vertical-align: middle;
  width: 35%;
  box-sizing: border-box;
  border-top: #e2e2e2 1px solid;
  padding: 30px 0;
  font-size: 16px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .contact_box .contact_content th {
    display: block;
    width: 100%;
    padding: 3px 0;
    border-top: none;
  }
}
.contact_box .contact_content td {
  padding: 30px 10px 30px 24px;
  box-sizing: border-box;
  width: 75%;
  border-top: #e2e2e2 1px solid;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .contact_box .contact_content td {
    display: block;
    width: 100%;
    border-top: none;
    padding: 15px 0 35px 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact_box .contact_content td .contact_radio {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
  }
}
.contact_box .contact_content .radio01-input {
  display: none;
}
.contact_box .contact_content .radio01-parts {
  padding-left: 28px;
  position: relative;
  margin-right: 20px;
  display: block;
}
.contact_box .contact_content .radio01-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #bebebe;
  border-radius: 50%;
}
.contact_box .contact_content .radio01-input:checked + .radio01-parts {
  color: #009ad6;
}
.contact_box .contact_content .radio01-input:checked + .radio01-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #009ad6;
  border-radius: 50%;
}
.contact_box .contact_content .select01::-ms-expand {
  display: none;
}
.contact_box .contact_content .select01 {
  width: 100%;
  padding: 10px;
  padding: 16px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px 4px 4px 4px;
  background-repeat: no-repeat;
  background-image: url(/common/img/arrow01.png);
  background-position: bottom 50% right 20px;
  background-size: 14px, 9px;
}
.contact_box .contact_content .ulCaution01 {
  font-size: 14px !important;
  margin-top: 15px;
}
.contact_box .contact_content .form400 {
  background: #fbfbfb;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 4px 4px 4px 4px;
}
@media only screen and (max-width: 767px) {
  .contact_box .contact_content .form400 {
    background: none;
  }
}
.contact_box .contact_content textarea {
  background: #fbfbfb;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 4px 4px 4px 4px;
  height: 200px;
}
@media only screen and (max-width: 767px) {
  .contact_box .contact_content textarea {
    background: none;
  }
}
.contact_box .contact_content textarea:focus {
  box-shadow: 0 0 6px 0 rgba(194, 194, 194, 0.5);
  border: 1px solid #64d9f0;
}
.contact_box .contact_content input[type=text]:focus {
  box-shadow: 0 0 6px 0 rgba(194, 194, 194, 0.5);
  border: 1px solid #64d9f0;
}
.contact_box .lead_text {
  margin-bottom: 30px;
}
.contact_box input[type=text] {
  background: #fbfbfb;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .contact_box input[type=text] {
    background: none;
  }
}
.contact_box input[type=radio] {
  width: 14px;
  height: 14px;
  margin-right: 0.5em;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: pointer;
}
.contact_box input[type=radio] + label {
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .contact_box input[type=radio]:hover + label {
    color: #00aaff;
  }
}
.contact_box input[type=radio]:checked {
  background: #00aaff;
  box-shadow: 0 0 0 2px #fff inset;
}
.contact_box input[type=radio]:checked + label {
  color: #00aaff;
}
.contact_box select {
  width: 100%;
  padding: 10px;
  padding: 16px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px 4px 4px 4px;
  background-repeat: no-repeat;
  background-image: url(/common/img/arrow02_blue_down.svg);
  background-position: bottom 50% right 20px;
  background-size: 14px, 9px;
}
.contact_box .error {
  color: #eb0000;
}
.contact_box .error:not(:empty) {
  margin-top: 0.5em;
}
.contact_box #agreewrap {
  text-align: left;
  padding: 0;
  margin-bottom: 20px;
  border: 1px solid #CCC;
  height: 180px;
  overflow: auto;
}
.contact_box #agreewrap div {
  padding: 20px;
}
.contact_box #agreewrap div h3 {
  font-size: 140%;
  border: none;
  padding: 0;
  margin: 0px 0 20px;
  clear: both;
  color: #333;
}
.contact_box #agreewrap div h4 {
  margin: 30px 0 15px;
  font-size: 100%;
  border: none;
}
.contact_box #agreewrap div h4.first {
  margin: 0px 0 15px;
  font-weight: normal;
}
.contact_box #agreewrap p {
  margin-bottom: 20px;
}
.contact_box #agreewrap ul,
.contact_box #agreewrap ol {
  padding-left: 20px;
  margin: 0 20px;
}
.contact_box #agreewrap li {
  margin-bottom: 7px;
  line-height: 1.4;
}
.contact_box #agreewrap ul li ul,
.contact_box #agreewrap ol li ul {
  padding-top: 10px;
  margin: 0;
}
.contact_box #agreewrap ul li ul li,
.contact_box #agreewrap ol li ul li {
  list-style: none;
}
.contact_box #agreewrap ol li ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.contact_box #agreewrap p.contact {
  padding: 10px 30px;
  border: 1px solid #CCC;
  margin-top: 20px;
}
.contact_box .doui {
  width: 100%;
  margin: 40px auto 0 auto;
  text-align: center;
}
.contact_box .contact_btns {
  display: flex;
  justify-content: center;
  position: relative;
  gap: 5px;
}
@media only screen and (max-width: 767px) {
  .contact_box .contact_btns {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_box .contact_btns {
    margin-top: 30px;
  }
}
.contact_box .contact_btns input {
  background: #0068af;
  color: #fff;
  cursor: pointer;
  border: 1px solid #0068af;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .contact_box .contact_btns input {
    width: 100%;
    height: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_box .contact_btns input {
    width: 240px;
    height: 50px;
    transition: 0.4s;
  }
  .contact_box .contact_btns input:hover {
    background: #fff;
    color: #0068af;
  }
}
.contact_box .contact_btns input[type=hidden] {
  position: absolute;
  top: 0;
  left: 0;
}
.contact_box .thanks {
  border: 1px dotted #ccc;
  padding: 40px 0;
  box-sizing: border-box;
  background: #f4f4f4;
  text-align: center;
}
.contact_box .thanks img {
  width: 25%;
}
.contact_box .thanks p {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 35px;
}

/*# sourceMappingURL=index.css.map */