.contact_wrap dt:not([class]) {
  /* display: flex;
  align-items: center; */
}
.contact_wrap dt:not([class]) label {
  display: flex;
  align-items: center;
}
.contact_wrap dd p {
  text-align: left;
}
.contact_label {
  line-height:22px;
}
.contact input {
  /* border: 2px solid #e0e0e0;
  width: 100%; */
}


/** バリデーション */
.contact_wrap dd span[class$="-not-valid-tip"] {
  font-size: 1.4rem !important;
  padding-top: 4px;
  color: #B70000;
  display: block;
}

#shinsa-more-block{
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: all .5s;
}
#shinsa-more-block.active{
	max-height: 1200px;
	visibility: visible;
	opacity: 1;
}
#shinsa-more-block.open-shinsa{
	transition: all 0s;
}


#bottom_content,
#footer {
  text-align: center;
}


@charset "utf-8";
/* --------------------------
  共通設定
-------------------------- */
main a {
  text-decoration: none;
}

/* --------------------------
  表示切替（PC/SP）
-------------------------- */
@media screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

/* --------------------------
  お問い合わせ（共通）
-------------------------- */
/* .showcase {
  background: #fafafa;
  padding: 0 !important;
} */
.contact .container {
  width: calc(100% - 40px);
  max-width: 944px;
  padding: 56px 20px 104px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 16px 16px;
  line-height: 1.4;
  justify-content: center;
}
.contact .container .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 10px;
  text-align: left;
  background: #fff;
  padding: 32px 40px;
}
.contact .container .item_big {
  grid-column: 1 / 4;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
}
.contact .container h3 {
  font-size: 28px;
  line-height: 1.6;
  font-weight: bold;
  color: #005BAC;
}
.contact .container h4 {
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
  color: #005BAC;
}
.contact .container .item h4 {
  white-space: nowrap;
}
.contact .container p {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 14px;
  margin-bottom: 24px;
}
.contact .container .text-bold {
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
}
.contact .container .text-normal {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}


/* ボタン */
.contact .container .contact_btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 16px 11px 32px;
  background-color: #005bac;
  color: #fff;
  font-size: 13px;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-top: auto;
}
.contact .container .contact_btn:hover {
  background-color: #0071ce;
  opacity: 0.8;
  text-decoration: none;
}

.contact .container a.contact_btn p {
  margin: 0;
}
/*
.d2c_contact .contact_btn {
  display: block;
  box-shadow: none;
  background: transparent;
} */
/* ボタンの擬似要素 */
/* .material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
} */
.contact .container a.btn_arrow:after {
  font-family: "Material Symbols Outlined";
	content: "\e5c8";
  font-size: 24px;
}
.contact .container a.btn_opennew:after {
  font-family: "Material Symbols Outlined";
	content: "\e89e";
  font-size: 24px;
}
.contact .container a.btn_big {
  width: 264px;
  font-size: 16px;
  padding: 14px 16px 14px 32px;
  margin: 0;
}


/* --------------------------
  レスポンシブ：SP（幅896px以下）
-------------------------- */
@media screen and (max-width: 896px) {
  /* .pc {
    display: none !important;
  } */

  .contact .container {
    width: calc(100% - 8.52vw);
    display: flex;
    flex-direction: column;
    gap: 4.26vw;
    padding: 8.53vw 4.26vw 21.33vw;
  }
  .contact .container .item {
    padding: 6.4vw;
  }
  .contact .container .item_big {
    flex-direction: column;
    align-items: flex-start;
    padding: 6.4vw;
  }
  .contact .container h3 {
    font-size: 22px;
  }
  .contact .container h4 {
    font-size: 18px;
  }
  .contact .container p {
    font-size: 13px;
    margin-top: 12px;
    margin-bottom: 24px;
  }
  .contact .container .text-bold {
    font-size: 16px;
    font-weight: bold;
  }
  .contact .container .text-normal {
    font-size: 13px;
    margin-bottom: 24px;
  }
  /* ボタン */
  .contact .container a.contact_btn,
  .contact .container a.btn_big {
    width: 100%;
    font-size: 13px;
    padding: 11px 16px 11px 32px;
  }
}

/* --------------------------
  お問い合わせ（共通）
-------------------------- */
.contact {
  padding: 50px 0;
}

@media screen and (min-width: 769px){
  .contact .inner {
    width: 50%;
    min-width: 700px;
  }
}

/* --------------------------
  送信完了画面
-------------------------- */
.contact.complete .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 60px 5vw;
}
.contact .complete_text {
  color: #333;
  line-height: 1.7;
}
.contact .complete_text.ttl {
  font-size: 20px;
  font-weight: 500;
}
.contact .complete_text.text {
  font-size: 14px;
}
.contact a.complete_link {
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 26px;
  width: 300px;
  max-width: 90vw;
  text-align: center;
  margin-top: 40px;
  transition: .2s ease;
  font-size: 14px;
}
.contact a.complete_link:hover {
  border: 1px solid #bbb;
}
