@charset "UTF-8";

.service_box {
  max-width: 1088px;
  width: 100%;
  margin: 40px auto 104px auto;
}
.main_block {
  width: 812px;
  margin: 40px auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #d24663;
  background-color: rgba(210, 70, 99, 0.05);
}
.icon_customer_service {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 102px;
  height: 102px;
  margin: 31px 0 26px 0;
}
.conversation {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 90px;
  height: 103px;
  margin: 31px 0 26px 0;
}
.service_title {
  font-size: 32px;
  font-weight: bold;
  line-height: 0.72;
  color: #d24663;
  margin-bottom: 25px;
}
.service_info, .commercial_info {
  width: 600px;
  height: 136px;
  font-size: 16px;
  line-height: 1.45;
  color: #4b4b4b;
  margin-bottom: 16px;
}
.commercial_info {
  height: 205px;
}
.service_info a, .service_info a:hover, .check_box_block a, .check_box_block a:hover {
  color: #4b4b4b;
  text-decoration: underline;
}
.service_info ul, .commercial_info ul {
  list-style: none;
  padding: 0;
}
.service_info ul li:before {
  content: "※ ";
}
.hightlight_text {
  font-weight: bold;
}
.marginBottom {
  margin-bottom: 25px;
}
.form_box {
  width: 600px;
}
.form_row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 24px 0;
}
.form_row .title {
  width: 125px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.44;
  color: #4b4b4b;
  margin-top: 9px;
}
.form_row input[type="text"], .form_row input[type="email"], .form_row textarea {
  width: 409px;
  min-height: 40px;
  border-radius: 5px;
  border: solid 1px #9f9f9f;
}
.form_row textarea {
  height: 200px;
}
.selPart {
  position: relative;
  border-radius: 5px;
  border: solid 1px #9f9f9f;
  background-color: #ffffff;
  width: 409px;
  min-height: 40px;
}
.form_row select {
  position: relative;
  width: 407px;
  min-height: 40px;
  box-sizing: border-box;
  border: none;
  outline: none;
  padding: 0px 39px 0px 0px;
  background-color: transparent;
  background-image:url('data:image/svg+xml;utf8,<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23d24663" d="M6.34317 7.75732L4.92896 9.17154L12 16.2426L19.0711 9.17157L17.6569 7.75735L12 13.4142L6.34317 7.75732Z"/></svg>');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 46px 30px;
  appearance: none;
}
.form_row select:focus {
  outline: none;
}
#shortcut, #pdf {
  display: none;
}
.upload_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 35px;
  padding: 7px 5px;
  border: solid 1px #707070;
  background-color: #d8d6d6;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.44;
  color: #4b4b4b;
  cursor: pointer;
  position: relative;
  top: 0;
  margin-left: 16px;
}
.upload_btn:hover {
  filter: brightness(110%);
}
.upload_btn:active {
  top: 2px;
}
.check_box_block {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.check_box_block input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: solid 1.5px #d24663;
  background-color: rgba(210, 70, 99, 0.05);
}
/* On mouse-over, add a grey background color */
.check_box_block:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.check_box_block input:checked ~ .checkmark {
  /* background-color: #d24663; */
  /* color: #d24663; */
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.check_box_block input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.check_box_block .checkmark:after {
  left: 5px;
  top: 2px;
  width: 7px;
  height: 10px;
  border: solid #d24663;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check_box_block .text {
  font-size: 16px;
  line-height: 1.44;
  color: #4b4b4b;
  width: 520px;
}
.submit_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  cursor: pointer;
  margin-bottom: 31px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.31;
  color: #fff;
  background-color: #d24663;
}
.submit_btn:hover {
  filter: brightness(110%);
}
.hide_for_business, .hide_for_cs {
  display: none;
}
.image_form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .service_box {
    max-width: auto;
    width: 100%;
    /* margin: 40px auto 104px auto; */
  }
  .main_block {
    width: 100%;
  }
  .card-body {
    padding: 8px;
  }
  .ind_magt30 {
    margin-top: 45px;
  }
  .service_info, .commercial_info {
    width: 300px;
  }
  .commercial_info {
    height: 251px;
  }
  .form_box {
    width: 310px;
    margin-top: 120px;
  }
  .form_for_business {
    margin-top: 0px;
  }
  .form_row input[type="text"], .form_row input[type="email"], .form_row textarea {
    width: 185px;
    min-height: 40px;
    border-radius: 5px;
    border: solid 1px #9f9f9f;
  }
  .form_row textarea {
    height: 180px;
  }
  .selPart {
    width: 185px;
  }
  .form_row select {
    width: 183px;
  }
  .check_box_block {
    align-items: flex-start;
  }
  .check_box_block .text {
    width: 260px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1000px) {
  .main_block {
    zoom: 90%;
  }
}
@media screen and (min-width: 500px) and (max-width: 769px) {
  .main_block {
    zoom: 150%;
  }
}
@media screen and (min-width: 480px) and (max-width: 499px) {
  .main_block {
    zoom: 140%;
  }
}
@media screen and (max-width: 320px) {
  .main_block {
    zoom: 80%;
  }
}
@media screen and (max-width: 240px) {
  .main_block {
    zoom: 60%;
  }
}
