@charset "UTF-8";
/*------------------------------------------------------------
	compliance_form
------------------------------------------------------------*/
#gNavi > ul > li.navi01 > a:after {
  transform: scale(1, 1);
}

.comVisual {
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url(../img/corp/compliance_form/bg_main_pc.png) no-repeat center center;
  background-size: cover;
}
.comVisual h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.67;
  text-align: center;
  color: #000;
  letter-spacing: 0.1em;
}

#main {
  margin-bottom: 80px;
}
#main * {
  box-sizing: border-box;
}
#main .box {
  padding: 25px;
  border: 1px solid #ddd;
  margin-bottom: 80px;
}
#main .box li {
  font-style: 16px;
  line-height: 2;
  padding-left: 1.5em;
  position: relative;
}
#main .box li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#main .box li + li {
  margin-top: 0.75em;
}
#main h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  margin-bottom: 35px;
  position: relative;
}
#main h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 2px;
  background-color: #e60012;
  display: block;
}
#main p {
  font-size: 16px;
  line-height: 2;
}
#main p a {
  text-decoration: underline;
}
#main .thanks {
  text-align: center;
}
#main .thanks p {
  line-height: 1.3;
}
#main .note {
  font-size: 14px;
  line-height: 1.57;
  font-weight: normal;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1.1em;
  letter-spacing: 0.05em;
}
#main .asterisk {
  font-size: 0.875em;
  vertical-align: top;
}
#main .required {
  width: 54px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e60012;
  border-radius: 4px;
  background-color: #fff;
  color: #e60012;
  font-size: 14px;
  font-weight: 700;
}
#main .required.conditional {
  background-color: #e60012;
  color: #fff;
}
#main p .required {
  display: inline-flex;
  margin-left: 14px;
  margin-right: 2px;
}
#main table {
  width: 100%;
  border-collapse: collapse;
}
#main table .required {
  position: absolute;
  left: 15px;
  top: 38px;
}
#main table .required.hidden {
  display: none;
}
#main table + p {
  margin-top: 16px;
}
#main p + table {
  margin-top: 58px;
}
#main th,
#main td {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  vertical-align: top;
}
#main th {
  background-color: #f7f7f7;
  padding: 40px 40px 40px 80px;
  width: 415px;
  line-height: 1em;
  letter-spacing: 0.05em;
  position: relative;
}
#main td {
  padding: 25px 30px;
  line-height: 2;
  text-align: justify;
}
#main .middle {
  vertical-align: middle;
}
#main .confirm th {
  padding-left: 30px;
}
#main .confirm td {
  vertical-align: middle;
  padding-top: 15px;
  padding-bottom: 15px;
}
#main input[type=text],
#main input[type=tel],
#main input[type=email],
#main input[type=number],
#main textarea {
  width: 100%;
  padding: 0 20px;
  height: 50px;
  font-size: 16px;
  line-height: 1.75;
  border-radius: 4px;
  border: 1px solid #ddd;
  transition: 0.3s;
}
#main input[type=text]:focus,
#main input[type=tel]:focus,
#main input[type=email]:focus,
#main input[type=number]:focus,
#main textarea:focus {
  border-color: #005fcc;
  outline: 0;
  box-shadow: 0 0 3px 1px rgba(90, 220, 250, 0.15);
}
#main input::-webkit-outer-spin-button,
#main input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#main input::placeholder {
  color: #999;
}
#main input[type=radio],
#main input[type=checkbox] {
  margin-right: 10px;
  accent-color: #e60012;
}
#main input[type=radio] + label {
  width: 155px;
  display: inline-block;
}
#main textarea {
  padding: 15px 20px;
  display: block;
  resize: none;
}
#main #contract {
  height: 150px;
}
#main #report {
  height: 280px;
}
#main p + input {
  margin-top: 4em;
}
#main .controls {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 520px;
  margin: 80px auto 0;
}
#main .button {
  min-width: 230px;
  height: 50px;
  border: 1px dotted #000;
  display: flex;
  padding: 0 62px 0 17px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: url(../img/common/arrow_btn_black.svg) no-repeat right 18px center;
  background-size: 18px 9px;
  transition: .3s;
}
#main .button.primary {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  background-image: url(../img/common/arrow_btn_white.svg);
}

@media (min-width: 897px) {
  #main p a:hover {
    text-decoration: none;
  }
  #main .narrow {
    letter-spacing: 0;
  }
  #main .controls {
    gap: 60px;
  }
  #main .button:hover {
    color: #fff;
    background: #000 url(../img/common/arrow_btn_white.svg) no-repeat right 10px center;
    background-size: 18px 9px;
  }
  #main .button.primary:hover {
    color: #000;
    border: 1px dotted #000;
    background-color: transparent;
    background-image: url(../img/common/arrow_btn_black.svg);
  }
}
@media (max-width: 896px) {
  .comVisual {
    height: 160px;
    background-image: url(../img/corp/compliance_form/bg_main_sp.png);
    background-size: cover;
    margin-bottom: 40px;
  }
  .comVisual h2 {
    font-size: 1.8rem;
    line-height: 1.39;
  }

  #main {
    margin-bottom: 40px;
  }
  #main .box {
    padding: 15px;
    margin-bottom: 37px;
  }
  #main .box li {
    font-style: 1.2rem;
    line-height: 1.67;
    padding-left: 1.5em;
  }
  #main h3 {
    font-size: 1.6rem;
    padding-bottom: 15px;
    margin-bottom: 28px;
  }
  #main p {
    font-size: 1.2rem;
    line-height: 1.67;
  }
  #main .thanks p {
    line-height: 1.67;
    text-align: justify;
  }
  #main .note {
    font-size: 1.2rem;
    line-height: 1.57;
    margin-top: 0.5em;
  }
  #main .required {
    width: 38px;
    height: 16px;
    border-radius: 3px;
    font-size: 0.98rem;
  }
  #main .indent {
    padding-left: 60px;
    position: relative;
  }
  #main p .required {
    position: absolute;
    left: 0;
    top: 2px;
  }
  #main table {
    border-top: 1px solid #ddd;
  }
  #main table .required {
    left: 14px;
    top: 21px;
  }
  #main table + p {
    margin-top: 12px;
  }
  #main p + table {
    margin-top: 25px;
  }
  #main th,
  #main td {
    border-top: none;
    font-size: 1.2rem;
    display: block;
    width: 100%;
  }
  #main th {
    padding: 20px 20px 20px 60px;
    width: 100%;
    line-height: 1.5;
  }
  #main td {
    padding: 12px 15px;
    line-height: 1.75;
    vertical-align: middle;
  }
  #main .confirm th {
    padding-left: 15px;
  }
  #main .confirm td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #main input[type=text],
  #main input[type=tel],
  #main input[type=email],
  #main input[type=number],
  #main textarea {
    padding: 0 10px;
    height: 35px;
    font-size: 1.2rem;
    line-height: 1.67;
  }
  #main input[type=radio],
  #main input[type=checkbox] {
    margin-right: 5px;
  }
  #main input[type=radio] + label {
    width: 85px;
    display: inline-block;
  }
  #main textarea {
    padding: 7px 10px;
  }
  #main #contract {
    height: 115px;
  }
  #main #report {
    height: 195px;
  }
  #main p + input {
    margin-top: 1em;
  }
  #main .controls {
    width: auto;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 20px;
  }
  #main .button {
    min-width: 0;
    max-width: 250px;
    width: calc(100% - 20px * 2);
    height: 50px;
    padding: 0 10px;
    font-size: 1.2rem;
  }
}
