/* contact_header */
body {
  margin: 0;
}
/* body::-webkit-scrollbar{
  display: none;
} */
.question {
  background-color: #131313;
  border-radius: 50%;
  margin-right: 3px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.c_mainvisual {
  background-image: url(/html/user_data/assets/img/images/info.png);
  position: relative;
  top: 0;
}

.c_mainvisual h3 {
  font-family: "新ゴ DB";
  font-size: 20px;
  margin: 0;
}

.c_mainvisual h1 {
  font-size: 48px;
  margin-top: 0;
  font-family: "新ゴ U";
}

.try_form ul {
  display: flex;
  padding-left: 5%;
}

.try_form ul li a {
  text-decoration: none;
  color: #333333;
}
.try_form ul li {
  font-family: "新ゴ DB";
  color: #333333;
  list-style: none;
}

section ul {
  padding: 0 !important;
  margin-bottom: 0;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}

td {
  border: 1px solid #CCCCCC;
  padding: 10px;
}

li.disc {
  list-style: disc;
}

.start-button {
  font-family: "新ゴ DB" !important;
  font-size: 15px !important;
  cursor: pointer;
  transition: all 0.6s;
  color: #222222;
  background-color: #F5CE00;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.start-button:hover {
  color: #FFFFFF;
  background-color: #333333;
}
.start-button:disabled {
  background-color: #CCCCCC;
  color: #FFFFFF;
  cursor: not-allowed;
}

.back-button {
  font-family: "新ゴ DB" !important;
  font-size: 15px !important;
  cursor: pointer;
  transition: all 0.6s;
  color: #FFFFFF;
  background-color: #333333;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.back-button:hover {
  color: #222222;
  background-color: #F5CE00;
}

.in_top {
  min-height: 100%;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 45vh;
}

.in_top::before {
  content: "";
  position: absolute;
  right: 85%;
  top: 0;
  width: 110%;
  height: 45vh;
  z-index: 1;
  background: rgba(245, 206, 0, .8);
  -webkit-transform: skew(-45deg, 0);
  transform: skew(-45deg, 0);
}

.in_top::after {
  content: "";
  position: absolute;
  right: 97%;
  top: 0;
  width: 110%;
  height: 45vh;
  z-index: 1;
  background: rgba(245, 206, 0, .4);
  -webkit-transform: skew(60deg, 0);
  transform: skew(60deg, 0);
}

.in_top_text {
  z-index: 2;
  color: #fff;
  padding-left: 5%;
  padding-top: 10em;
  letter-spacing: 0.1em;
}

.in_top_text h1 {
  font-size: 45px;
}

.in_top_text h1 span {
  font-size: 18px;
}
.contct_header {
  position: fixed;
  z-index: 999;
  width: 100%;
}
.close-btn {
  cursor: pointer;
}
.info-item {
    padding: 0;
}
/* ------------------------------------ */

/* ---------------contact-page---------------  */
.slush {
  margin: 0;
}
.try_form {
  height: 65px;
}

.try_form ul {
  margin: 0;
  line-height: 50px;
  font-size: 13px;
}

.try_form_container {
  width: 100%;
  text-align: left;
  color: #333333; 
}

.try_form_area,
.try_form_complete_area {
  /* width: 70%; */
  max-width: 1130px;
  margin: 0 auto;
  margin-top: 0;
}

.try_form_inquiry h1 {
  font-size: 40px;
  border-bottom: 1px solid rgb(197, 197, 197);
  margin-bottom: 20px;
  font-family: '新ゴ U';
}

.try_form_cell {
  margin-top: 50px;
}

.try_form_cell dl dt label {
  font-size: 20px;
  font-family: "新ゴ U"; 
}

.try_form_cell dl {
  margin-bottom: 20px;
}

.try_form_cell dl dd {
  margin: 5px 0;
}

.try_form_input input {
  width: 100%;
  height: 38px;
  border-radius: 5px;
  border: 1px solid rgb(197, 197, 197);
  font-family: "新ゴ DB";
  padding-left: 10px;
}
.try_form_input input[type="radio"] {
  width: auto;
  height: auto;
  margin-right: 10px;
}
.try_form_input input::placeholder, .zip-zipInput input::placeholder {
  font-family: "Noto Sans JP" !important;
  font-size: 14px;
  color: #CCCCCC;
}
.try_form_input textarea{
  font-family: "新ゴ DB";
  border-radius: 5px;
  border: 1px solid rgb(197, 197, 197);
  padding-left: 10px;
  padding-top: 10px;
}
.try_form_input textarea:focus{
  outline: none;
}
.try_form_input select{
  font-family: "新ゴ DB";
  border-radius: 5px;
  border: 1px solid rgb(197, 197, 197);
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #333333;
}
.try_form_input select:focus{
  outline: none;
}

.zip-zipInput input{
  font-family: "新ゴ DB";
}
/* .try_form_input input::-webkit-input-placeholder{
    font-weight: bold;
} */
.try_form_required {
  color: red;
  margin-left: 6px;
}

.industry-region-id,
.prefecture-region-id {
  width: 170px;
  height: 38px;
  border-radius: 5px;
  border: 1px solid rgb(197, 197, 197);
  text-align: center;
  font-size: 17px;
  background-color: rgb(241, 241, 241);
  font-family: "新ゴ DB";
  color: #333333;
}

.zip_item {
  display: flex;
  margin-bottom: 25px;
}

.zip_item_formsultation p {
  margin: 0;
  font-family: "新ゴ DB"; 
}

.input-error {
  border-color: #ff6666 !important;
}

.prefecture-select,
.street-address {
  margin-bottom: 25px;
}

.prefecture-select_confirm {
  margin-bottom: 25px;
  margin-top: 0;
  display: flex;
}

.zip-zipInput {
  border-radius: 1px solid rgb(197, 197, 197);
}

.zip-zipInput span {
  font-size: 18px;
  font-family: "新ゴ DB"; 
}


.zip-postal-code {
  width: 140px;
  height: 35px;
  text-align: center;
  font-size: 17px;
  border-radius: 5px;
  border: 1px solid rgb(197, 197, 197);
  margin-right: 30px;
}

.zip_icon {
  height: 35px;
  line-height: 35px;
}

.zip_icon a {
  text-decoration: none;
  color: rgb(85, 85, 255);
}

.try_form_input textarea {
  width: 70%;
  height: 100px;
  resize: none;
  border: 1px solid rgb(197, 197, 197);
}

.try_form_input select {
  /* width: 70%; */
  width: auto;
  border: 1px solid rgb(197, 197, 197);
}

.try_form_input select[name='prefecture'] {
  width: 20%;
  min-width: 140px;
}

/*ボタン：送信する*/

/*.fa-circle-chevron-right{*/
.fa-caret-right {
  position: absolute;
  top: calc(31% - 10px);
  right: 35px;
  line-height: initial;
}
.form_cell_btn {
  text-align: center;
  margin-bottom: 100px;
}
.form_cell_btn button{
  cursor: pointer;
  font-size: 15px; 
  width: 270px;
}
.transfer-btn {
  color: #ffffff;
  background-color: #f5ce00;
  font-weight: bold;
  margin-top: 0px;
  border: initial;
  font-size: 20px;
  width: 35%;
  height: 57px;
  line-height: 57px;
  position: relative;
  z-index: 1;
}

.transfer-btn::after {
  background: #000000;
  color: #f5ce00;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.transfer-btn:hover {
  color: #f5ce00;
  background-color: #f5ce00;
}

.transfer-btn:hover::after {
  transform: scale(1, 1);
}

/* ------------------------------------------- */

/* ---------------confirm-page---------------  */
.try_form_confirm_label {
  display: flex;
  border-bottom: 1px solid rgb(218, 218, 218);
}

.try_form_confirm_label dd p {
  margin: 0;
  margin-left: 20px;
  font-family: "新ゴ DB"; 
}

.back-btn {
  color: #ffffff;
  font-weight: bold;
  margin-top: 0px;
  background-color: #131313;
  border: initial;
  font-size: 20px;
  width: 35%;
  height: 57px;
  line-height: 57px;
  position: relative;
  z-index: 1;
  margin-right: 50px;
}

/* ------------------------------------------- */

/* ---------------complete-page---------------  */
.try_form_complete {
  width: 100%;
  margin-bottom: 50px;
}

.complete_pageHeader h1 {
  font-size: 33px;
  border-bottom: 1px solid rgb(197, 197, 197);
  margin: 80px 0 70px 0;
}

.complete_cell {
  width: 45%;
  margin: 0 auto;
}

.complete-reportHeading h2 {
  font-size: 33px;
}

.complete-reportHeading p {
  font-size: 13px;
  font-family: "新ゴ DB"; 
}

.top-page {
  width: 50%;
  height: 45px;
  margin: 0 auto;
  margin-top: 50px;
  background-color: black;
  text-align: center;
}

.top-page a {
  line-height: 45px;
  color: white;
  font-family: '新ゴ DB';
  font-size: 13px;
  text-decoration: none;
}

.mail-inquiry h1 {
  margin-bottom: 0;
}

/* ------------------------------------------- */
/* バリデーション */
.errors {
  text-align: left;
  color: red;
  font-size: 15px;
  font-family: '新ゴ DB';
}

/*電話で相談する*/
.tell-inquiry {
  margin-bottom: 96px;
}

.tell-inquiry h1 {
  margin: 0;
  font-family: '新ゴ U';
}

.tell-inquiry p {
  font-family: '新ゴ DB';
  margin: 0;
}

.t-inquiry-flex {
  display: flex;
  align-items: baseline;
  margin-top: 20px;
  font-size: 28px;
}

.t-inquiry-flex h2 {
  font-size: 28px;
}

.tel-font {
  font-size: 26px;
  margin-left: 5px;
  font-family: "新ゴ U";
}

/*チェックボックス*/
.ECM_CheckboxInput {
  padding: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: "新ゴ DB";
}

.ECM_CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}

.ECM_CheckboxInput-Input:checked+.ECM_CheckboxInput-DummyInput {
  background: #333333;
}

.ECM_CheckboxInput-Input:checked+.ECM_CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #FFFFFF;
}

.ECM_CheckboxInput-Input:checked+.ECM_CheckboxInput-DummyInput::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #FFFFFF;
}

.ECM_CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  border: solid 2px transparent;
  background: rgba(0, 0, 0, .1);
  border-radius: 4px;
}

.ECM_CheckboxInput-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 16px;
}

/* *(必須アイコン) */
.ec-required {
  margin-left: 0.5em;
  color: red;
}

dt {
  /* margin-top: 30px; */
}

label {
  margin: 0;
  font-family: "新ゴ U";
}

.bd imput {
  font-family: "新ゴ DB";
}

.ec-RegisterRole__actions {
  margin-bottom: 146px;
}

.t-inquiry-flex a {
  color: #333333; 
  text-decoration: none;
}

@media (max-width: 1200px) {
 
}
@media (max-width: 928px) {
  .try_form_complete_area {
    width: 80%;
    margin: 0 auto;
    margin-top: 100px;
  }
  .complete_cell {
    width: 70%;
    margin: 0 auto;
  }
  .complete-reportHeading h2 {
    font-size: 25px;
  }
  .in_top_text h1 {
    font-size: 40px;
  }

  .in_top_text h1 span {
    font-size: 16px;
  }

  .try_form_container,
  .try_form_container {
    width: 100%;
  }

  .c_mainvisual {
    background-image: url(/html/user_data/assets/img/images/info_sp.png);
  }

  /* .try_form_area {
    width: 90%;
  } */

  .try_form_input input,
  .try_form_input textarea,
  .try_form_input select,
  .try_form_confirm_label dt {
    width: 100%;
  }

  .try_form_inquiry h1 {
    font-size: 25px;
    border-bottom: 1px solid rgb(197, 197, 197);
    font-family: "新ゴ U";
  }

  .mail-inquiry {
    font-size: 12px;
  }

  /*文字*/
  .inquiry-area h2 {
    font-size: 25px;
  }

  .tell-inquiry p {
    margin: 0;
    font-size: 13px;
  }

  .t-inquiry-flex {
    font-size: 20px;
  }

  .t-inquiry-flex p {
    font-size: 20px;
    margin-left: 5px;
  }

  .try_form_cell dl dt label {
    font-size: 15px;
  }

  .ECM_CheckboxInput-LabelText {
    line-height: initial;
    font-size: 15px;
  }
}

@media (max-width: 824px) {
  .flex824-column {
    flex-direction: column;
  }
  .flex824-i-start {
    align-items: flex-start;
  }
}

@media (max-width: 576px) {
  .try_form {
    font-size: 10px;
  }
  .try_form_complete_area {
    width: 80%;
    margin: 0 auto;
    margin-top: 100px;
  }
  .complete_cell {
    width: 70%;
    margin: 0 auto;
  }
  .complete-reportHeading h2 {
    font-size: 25px;
  }
  .in_top_text h1 {
    font-size: 30px;
  }

  .in_top_text h1 span {
    font-size: 15px;
  }

  .in_top::after {
    right: 110%;
    transform: skew(57deg, 0);
  }

  .t-inquiry-flex {
    display: inherit;
  }

  .try_form_container {
    width: 100%;
  }

  .try_form_area {
    width: 90%;
  }

  .try_form_input input,
  .try_form_input select,
  .try_form_input textarea {
    width: 95%;
    font-size: 16px;
    /* transform: scale(0.8); */
  }

  .try_form_inquiry h1 {
    font-size: 25px;
    border-bottom: 1px solid rgb(197, 197, 197);
    font-family: "新ゴ U";
  }

  .mail-inquiry {
    font-size: 12px;
  }

  .zip_icon {
    display: none;
  }

  .tel-font {
    font-size: 20px;
    font-family: "新ゴ U";
  }

  /*文字*/
  .inquiry-area h2 {
    font-size: 25px;
  }

  .tell-inquiry p {
    margin: 0;
    font-size: 13px;
  }

  .t-inquiry-flex {
    font-size: 20px;
  }

  .t-inquiry-flex p {
    font-size: 20px;
    margin-left: 5px;
  }

  .try_form_cell dl dt label {
    font-size: 15px;
    font-family: "新ゴ DB";
  }

  .ECM_CheckboxInput-LabelText {
    line-height: initial;
    font-size: 15px;
  }

  /*チェックボックス*/
  .ECM_CheckboxInput-LabelText {
    width: 85%;
  }

  .slush {
    display: none;
  }
  
}

/*お名前入力ボックスの幅*/
@media only screen and (min-width: 768px) {
  .ec-halfInput input[type=text] {
    margin-left: 15px;
    width: 100%;
  }
}



/* 2025/077/08追加　ここから */

@media screen and (max-width: 768px) {
  
  .try_form_area {
    width: 100%;
  }
  .ec-layoutRole__contents {
    padding-top: 40px !important;
  }
  nav.breadcrumb {
    height: 48px;
    line-height: 2;
    align-items: center;
  }
  .breadcrumb ul {
    margin-bottom: 0 !important;
  }

  .start-button, .back-button {
    height: 52px;
    margin-left: 10px;
    margin-right: 10px;
    width: 350px;
    max-width: calc(100% - 20px);
    display: flex;
  }
}




.card-display {
  font-family: monospace;
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
}