/*
/sogyotecho_inquiry/のみで使用する独自スタイル
*/

/*
フォーム部分の一部CSSはcommon.bizceed.jp/css/inquiry_basic_form.cssのスタイルが適用されている。
自フェース改修時は、上記ファイルを削除の上改修する必要あり。
以下の「ここから旧スタイル」から「ここまで旧スタイル」の記載までを次フェーズ改修時に削除し、新しい命名ので調整する。
*/

/*
ここから旧スタイル
*/
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

#page, .wrap1024 {
  width: 100%;
  max-width: 1024px;
  clear: both;
  padding: 10px 0 0 0;
  margin: 0 auto;
  overflow: hidden;
  font-size: 14px;
}

.referrer-form {
  display: none;
}

.c-form_title {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 1px;
  display: inline-block;
}

.error_msg {
  color: #E90000;
}

form input[type="checkbox"], form input[type="radio"] {
  margin: 5px;
}

form input[type=text], form input[type=password], form input[type=email], form input[type=checkbox], form input[type=radio], form textarea, form select {
  font-size: 1.25em;
}

form input[type="text"], form input[type="password"], form input[type="email"], form input[type="checkbox"], form input[type="radio"], form textarea, form select {
  background-color: #ffffff;
}

.address_attention {
  margin: 0px;
  color: red;
  font-size: 0.85rem !important;
  font-weight: bold;
}

.lsd {
  list-style-type: disc;
  margin-left: 20px;
}

ol, ul {
  list-style: none;
  padding: 0;
}

.add_bt {
  margin: 20px auto;
  text-align: center;
  clear: both;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

/* 汎用ボタン群 */
.basic_btn {
  webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #e1e1e1;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #e1e1e1));
  background: -webkit-linear-gradient(top, #fafafa, #e1e1e1);
  background: -moz-linear-gradient(top, #fafafa, #e1e1e1);
  background: -o-linear-gradient(top, #fafafa, #e1e1e1);
  background: linear-gradient(top, #fafafa,#e1e1e1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e1e1e1', GradientType=0)";
  background: linear-gradient(to bottom, #fafafa,#e1e1e1);
  color: #333!important;
  text-shadow: 1px 1px 1px #fff;
  text-decoration: none;
  padding: 5px;
  cursor: pointer;
  cursor: hand;
}

.wpcf7-submit,
.basic_btn--cnv {
  font-size: 18px;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #febb5f;
  background: -webkit-gradient(linear, left top, left bottom, form(#febb5f), bottom(#fa9102));
  background: -webkit-linear-gradient(top, #febb5f 0%, #fa9102 100%);
  background: linear-gradient(to bottom, #febb5f 0%,#fa9102 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary_color', endColorstr='$secondary_color',GradientType=0 )";
  border: 1px solid #fa9000;
  color: #fff !important;
  text-shadow: 1px 1px 1px #b26904;
  cursor: pointer;
}

.basic_btn__orange {
  background: #febb5f;
  background: -webkit-gradient(linear, left top, left bottom, form(#febb5f), bottom(#fa9102));
  background: -webkit-linear-gradient(top, #febb5f 0%, #fa9102 100%);
  background: linear-gradient(to bottom, #febb5f 0%,#fa9102 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary_color', endColorstr='$secondary_color',GradientType=0 )";
  border: 1px solid #fa9000;
  color: #fff !important;
  text-shadow: 1px 1px 1px #b26904;
}

.basic_btn--large {
  font-size: 18px;
}

input.wpcf7-submit:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.c-lp_form_area .add_bt input.wpcf7-submit {
  font-size: 14px;
}

.c-inquiry_company {
  margin-top: 10px;
  margin-left: 20px;
  border: 1px dashed #cccccc;
  display: inline-block;
}

.c-inquiry_company__title {
  background-color: #cccccc;
  font-weight: bold;
  text-indent: 5px;
  margin-bottom: 0;
}

.c-inquiry_company__detail {
  padding: 0 5px;
}

.inquiry_basic_form input, .inquiry_basic_form textarea, .inquiry_basic_form select {
  font-size: 1.1em;
  padding: 4px 10px;
  color: #222222;
  border: 1px solid #D1D1D1;
  border-radius: 1px;
}

.ml3 {
  margin-left: 3px;
}
/*
ここまで旧スタイル
*/

.p_lpContent_width {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10px;
}

.p_lp_title {
  color: #fff;
  background-color: #003399;
  font-size: 1.8rem;
  text-align: center;
}

.p_lpBlock_row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  overflow-x: auto;
}

.p_lp_card {
  width: 300px;
  min-width: 300px;
  background-color: #fff;
  overflow: hidden;
}

.p_lp_band {
  padding: 30px 0px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.p_lpSquare_title {
  display: flex;
  color: #003399;
  font-size: 1.1rem;
  font-weight: 600;
  border-bottom: 2px solid #379fff;
}

.p_lp_boldMarker {
  font-weight: 600;
  background: linear-gradient(
    transparent 60%,
    #ff6 60%
  );
}

.p_lpInterview_midashi {
  font-weight: 600;
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
  max-width: 700px;
  margin: 10px auto;
}

.p_lpInterview_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.p_lpUserVoice {
  position: relative;
  overflow-x: auto;
}

.p_lpUserVoice_midashi {
  position: absolute;
  top: 10%;
  text-align: center;
  width: 100%;
}

.p_lpUserVoice_card {
  width: 330px;
  min-width: 330px;
  background-color: #fff;
  border-radius: 10px;
  margin: 2rem auto 2rem;
  padding: 1rem 1.4rem;
}

.p_lpUserVoice_img {
  margin-top: -2rem;
}

.p_lpUserVoice_name {
  margin-top: 1rem;
  color: #000;
  font-weight: 600;
  font-size: 1.3rem;
  text-align: center;
}

.p_lpUserVoice_content {
  border-top: 1px dashed #005bac;
  padding-top: 0.3rem;
  text-align: left;
}

.p_lpReason {
  font-size: 1.2rem;
  font-weight: 600;
}

.p_lpReasonc_card {
  width: 300px;
  min-width: 300px;
  background-color: #003399;
  overflow: hidden;
  border-radius: 5px;
  color: #fff;
  padding: 1rem;
}

.p_lpContent_grid2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.p_lpContent_grid4 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.p_lp_fontBoldWhite {
  font-weight: 600;
  color: #fff;
}

.p_lpBlock_xScroll {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.p_lpBorder_bottomlightBlue {
  border-bottom: 1px solid #379fff;
}

.p_lpBorder_bottom {
  border-bottom: 1px solid;
  display: inline-block;
}

.c_band_triangleBottom {
  height: calc(60px / 2);
  width: 60px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-top: -1px;
}

@media (min-width: 768px) {
  /*
  ここから旧スタイル
  */
  .basic_btn--large {
    font-size: 24px;
  }

  .c-form_title {
    font-size: 16px;
    padding-bottom: 3px;
  }

  .inquiry_basic_form input, .inquiry_basic_form textarea, .inquiry_basic_form select {
    padding: 4px 8px;
  }
  /*
  ここまで旧スタイル
  */

  .p_lp_interviewGrid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .p_lpContent_grid2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .p_lpContent_grid4 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .p_lpUserVoice_img {
    width: 50%;
  }

  .p_lpBlock_xScroll {
    bottom: 5%;
  }
}

@media (min-width: 1024px) {
   /*
    ここから旧スタイル
    */
  .basic_btn--large {
    font-size: 34px;
  }
  /*
  ここまで旧スタイル
  */
}