@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
変数
----------------------------------------*/
/*----------------------------------------
サイト共通 スタイルシート
----------------------------------------*/
.widthmax {
  width: 100%;
}

.widthHalf {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .widthHalf {
    width: 50%;
  }
}

/* 見出し */
.title01 {
  padding: 5rem 0 4rem;
}
@media screen and (max-width: 768px) {
  .title01 {
    padding: 4rem 0 2rem;
  }
}

.contact .inner, .entry .inner {
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .contact .inner, .entry .inner {
    margin-bottom: 8rem;
  }
}

/* パンくず */
@media screen and (min-width: 769px) {
  #roadnavWrap {
    margin-bottom: 3rem;
  }
}

/* ボタン
---------------------------------------------- */
button {
  cursor: pointer;
}

.backBtn a svg {
  right: auto;
  left: 4rem;
  transform: rotateY(180deg);
}
@media screen and (max-width: 768px) {
  .backBtn a svg {
    left: 2.5rem;
  }
}

.btnBox {
  display: flex;
}
@media screen and (max-width: 768px) {
  .btnBox {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .btnBox .btn {
    flex-direction: column;
  }
}
.btnBox .btn.backBtn, .btnBox .btn.greenBtn {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .btnBox .btn.backBtn {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .btnBox .btn.backBtn {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 769px) {
  .btnBox .btn.greenBtn {
    width: 62%;
  }
}

/* フォーム
---------------------------------------------- */
#contactForm .contactTable {
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  #contactForm .contactTable {
    margin-bottom: 3rem;
  }
}
#contactForm .contactTable caption {
  display: inline-block;
  font-size: 2.2rem;
  text-align: left;
  border-bottom: #707070 3px double;
}
#contactForm .contactTable tr {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #707070;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  #contactForm .contactTable tr {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.75rem 0;
  }
}
#contactForm .contactTable tr th,
#contactForm .contactTable tr td {
  font-size: 1.75rem;
  letter-spacing: 0.05rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #contactForm .contactTable tr th,
  #contactForm .contactTable tr td {
    font-size: 1.5rem;
  }
}
#contactForm .contactTable tr th {
  position: relative;
}
@media screen and (min-width: 769px) {
  #contactForm .contactTable tr th {
    min-width: 210px;
    margin-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  #contactForm .contactTable tr th {
    margin-bottom: 1rem;
  }
}
#contactForm .contactTable tr th label {
  cursor: pointer;
  padding-left: 0;
}
#contactForm .contactTable tr th .requiredIcon:after {
  position: absolute;
  content: "必須";
  display: inline-block;
  background-color: #9d7f25;
  color: #fff;
  top: calc(50% - 1.4rem);
  right: 0;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  padding: 0.6rem 1rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #contactForm .contactTable tr th .requiredIcon:after {
    right: -5.5rem;
    top: calc(50% - 1rem);
    font-size: 1.4rem;
    padding: 0.4rem 0.8rem;
  }
}
#contactForm .contactTable tr th#commtentTitle {
  vertical-align: middle;
}
#contactForm .contactTable tr td {
  width: 100%;
}
#contactForm .contactTable tr td input,
#contactForm .contactTable tr td textarea,
#contactForm .contactTable tr td select {
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.6;
  padding: 1rem;
  border: 1px solid #707070;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  #contactForm .contactTable tr td input,
  #contactForm .contactTable tr td textarea,
  #contactForm .contactTable tr td select {
    padding: 0.8rem;
  }
}
#contactForm .contactTable tr td select {
  height: 4.8rem;
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 768px) {
  #contactForm .contactTable tr td select {
    height: 4.4rem;
  }
}
#contactForm .contactTable tr td textarea {
  resize: none;
}
#contactForm .contactTable tr td .caution {
  display: block;
  font-size: 1.2rem;
  margin-top: 1rem;
}
#contactForm .contactTable tr#postalCode input {
  max-width: 150px;
  width: 100%;
}
#contactForm .contactTable tr#postalCode span {
  margin: 0 1.2rem 0 1.5rem;
}
#contactForm .contactTable tr label.error {
  display: block;
  font-size: 1.4rem;
  color: #DE0517;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #contactForm .contactTable #contactTypeBox td {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  #contactForm .contactTable #contactTypeBox td {
    position: relative;
  }
}
#contactForm #privacy .requiredIcon:after {
  top: 4.5rem;
}
@media screen and (max-width: 768px) {
  #contactForm #privacy .requiredIcon:after {
    top: calc(50% - 2rem);
  }
}
#contactForm #privacy th {
  vertical-align: middle;
}
#contactForm #privacy #privacyCheck {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  #contactForm #privacy #privacyCheck {
    margin: 0.3rem 0 0.2rem 0.5rem;
  }
}
#contactForm #privacy #privacyCheck > label {
  cursor: pointer;
}
#contactForm #privacy #privacyCheck > label input {
  margin-right: 1rem;
  vertical-align: -0.1rem;
  transform: scale(1.4);
  cursor: pointer;
}
#contactForm #privacy #privacyContent {
  border: 1px solid #000;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  #contactForm #privacy #privacyContent {
    padding: 1rem;
  }
}
#contactForm #privacy #privacyContent #privacyScroll {
  height: 15rem;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  #contactForm #privacy #privacyContent #privacyScroll {
    padding-right: 0.5rem;
  }
}
#contactForm #privacy #privacyText {
  line-height: 1.6;
  padding-right: 1.9rem;
}
@media screen and (max-width: 768px) {
  #contactForm #privacy #privacyText {
    padding-right: 0.5rem;
  }
}
#contactForm #privacy #privacyText dt {
  font-size: 1.8rem;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 768px) {
  #contactForm #privacy #privacyText dt {
    font-size: 1.7rem;
  }
}
#contactForm #privacy #privacyText dd {
  font-size: 1.6rem;
}
#contactForm #privacy #privacyText dd:not(:last-of-type) {
  padding-bottom: 1.5rem;
}
#contactForm #privacy #privacyText dd ul {
  padding-top: 0.5rem;
}
#contactForm #privacy #privacyText dd ul li {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
#contactForm #privacy #privacyText dd h3 {
  font-size: 1.7rem;
  font-weight: 700;
  padding-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  #contactForm #privacy #privacyText dd h3 {
    font-size: 1.6rem;
  }
}
#contactForm #privacy #privacyText dd span {
  padding-top: 0.5rem;
  font-weight: 700;
  display: block;
}
#contactForm #privacy label.error {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  max-width: 207px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #contactForm #privacy label.error {
    left: 13rem;
    bottom: 0.5rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 320px) {
  #contactForm #privacy label.error {
    left: 0;
    white-space: nowrap;
    font-size: 1.3rem;
    letter-spacing: -0.1rem;
    bottom: 0;
    left: 0.2rem;
  }
}
#contactForm #assignment {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 4rem;
}
#contactForm ::-webkit-scrollbar {
  width: 0.8rem;
}
#contactForm ::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
#contactForm ::-webkit-scrollbar-track {
  background-color: #fff;
}

::-moz-placeholder {
  opacity: 1;
  color: #9FA0A0;
}

::placeholder {
  opacity: 1;
  color: #9FA0A0;
}
@media screen and (max-width: 768px) {
  ::-moz-placeholder {
    font-size: 1.4rem;
  }
  ::placeholder {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  _::-webkit-full-page-media, _:future, :root #contactForm #privacy #privacyCheck > label input {
    vertical-align: 0.2rem;
  }
}

/* 確認画面
---------------------------------------------- */
#form_Confirm #formArea {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  #form_Confirm #formArea {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #form_Confirm #contactForm .contactTable tr {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 769px) {
  #form_Confirm #contactForm .contactTable tr th {
    min-width: 180px;
  }
}
@media screen and (max-width: 768px) {
  #form_Confirm #contactForm .contactTable tr th {
    margin-bottom: 0.5rem;
  }
}
#form_Confirm #contactForm .contactTable tr td {
  width: 100%;
}

/* メール送信完了画面
---------------------------------------------- */
#resultWrap h2 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #resultWrap h2 {
    margin-bottom: 2rem;
  }
}
#resultWrap h3 {
  font-size: 1.7rem;
  margin-bottom: 2rem;
}
#resultWrap p {
  font-size: 1.5rem;
  line-height: 1.7;
}
#resultWrap > p {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #resultWrap > p {
    margin-bottom: 1.5rem;
  }
}
#resultWrap #contactAddress {
  display: flex;
  align-items: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  #resultWrap #contactAddress {
    margin-bottom: 4rem;
  }
}
#resultWrap #contactAddress p {
  margin-right: 1rem;
}
#resultWrap #contactAddress a {
  font-size: 1.6rem;
}

/*----------------------------------------
新規会員登録
----------------------------------------*/
/* SPのみ */
@media screen and (max-width: 768px) {
  .entry {
    overflow-x: hidden;
  }
  .entry input {
    width: 100%;
  }
  .entry input[type=date] {
    background-color: #fff;
    padding: 0 0.8rem;
  }
  /* 業種 */
  #industry td span {
    display: block;
  }
  #industry td span:first-of-type {
    margin-bottom: 1rem;
  }
  #industry td span select {
    display: block;
    width: 100%;
    margin-top: 0.5rem;
  }
  .entry_confirm #industry td span:first-of-type {
    margin-bottom: 0.5rem;
  }
  /* 資本金と年商 */
  .tdFlex {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .widthm {
    max-width: 200px;
  }
  label.error {
    order: 3;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #industry {
    padding-bottom: 1rem !important;
  }
  #industry td {
    display: flex;
    flex-wrap: wrap;
  }
  #industry td span {
    margin-bottom: 1rem;
  }
  #industry td span:first-of-type {
    margin-right: 1.5rem;
  }
}/*# sourceMappingURL=index.css.map */