@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansJP-Black.otf);
  src: url(../fonts/NotoSansJP-Bold.otf);
  src: url(../fonts/NotoSansJP-Light.otf);
  src: url(../fonts/NotoSansJP-Medium.otf);
  src: url(../fonts/NotoSansJP-Regular.otf);
  src: url(../fonts/NotoSansJP-Thin.otf);
}

:root {
  --fcolor: #39a79c;
  --fcolor-border: #39a79c;
  --fcolor-light: #639994;
  --fcolor-light-border: #c3ead5;
  --fcolor-heavy: #258279;
  --fcolor-heavy-border: #c3ead5;
  --fcolor-req-bg: #39a79c0f;
}

html {
  overflow-x: hidden !important;
}
html,
body {
  scroll-behavior: smooth;
  width: 100%;
  /* height: 100%; */
  padding: 0;
  margin: 0 auto;
  /* font-size: 10px; */
  font-family: "noto-sans-jp", sans-serif;
  font-style: normal;
  font-weight: 500;
  /* line-height: 1.3; */
  /* overflow-x: hidden; */
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  opacity: 1;
}

p {
  /* font-size: 16px; */
  margin-bottom:0;
}

input[type='text'],
input[type='email'],
input[type='tel'],
textarea,
select {
  font-family: "Noto Sans JP", sans-serif;
  font-size:14px;
  font-weight:500;
}

textarea {
  resize: vertical;
}

.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f24 {
  font-size: 24px;
}

.pt {
  font-size: 16px;
  text-align: center;
}

.bold {
  font-weight: bold;
}

.hide {
  /* display: none !important; */
  display: none;
}

.show {
  display: inline-block;
}

/* header {
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 26px 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header img {
  width: 133px;
  height: 49px;
  float: left;
  padding: 0;
  margin: 0;
} */

#header_inner h1 {
  font-weight:500;
}


.contact_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: var(--fcolor);
  font-size: 12px;
  line-height: 1.6;
}

.contact_info .time {
  padding-right: 23.5px;
}

.contact_info .phone_number {
  border-left: 2px solid var(--fcolor);
  padding-left: 19.5px;
}

.contact_info .phone_number span:nth-of-type(1) {
  font-size: 19px;
}
.contact_info .phone_number span:nth-of-type(2) {
  font-size: 31px;
  font-weight: 700;
}

main {
  position: relative;
  margin-bottom:100px;
}

.page_desc {
  margin-top: 19px;
  margin-left: 33px;
  width: 398px;
  font-size: 14px;
  white-space: nowrap;
  color: red;
  padding: 18px 125px;
  border: 1px solid red;
  text-align: center;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0px;
  overflow: hidden;
}

.wrap {
  padding: 45px 0 0;
  max-width: 900px;
  width: calc(100% - 36px);
  margin: auto;
}

h2 {
  text-align: center;
  font-size: 26px;
  color: var(--fcolor);
  font-weight:bold;
  /* line-height: 3.5; */
}

.inqiry_pro_table {
  max-width: 900px;
  width: calc(100% - 36px);
  margin: auto;
}

.pro_table h2 {
  font-size:30px;
  margin-bottom:30px;
}

.condition h2,
.client_info h2 {
  margin-bottom:15px;
}

.pro_table table {
  text-align: center;
  font-size: 17px;
  /* height: 108px; */
  margin:0 auto;
  /* overflow: hidden; */
}

.pro_table table span {
  font-weight: bold;
}

.pro_table table tr td:nth-of-type(1) {
  margin-top: 10px;
  width: 95px;
  height: 36px;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/btnbg.svg);
}

.pro_table table tr td:nth-of-type(2) {
  border: none;
}

.pro_table table tr td:nth-of-type(3) {
  text-align: left;
  width: 308.5px;
  /* border: none; */
}
.pro_table table tr td:nth-of-type(4) {
  text-align: left;
  min-width: 50px;
}

.pro_table table tr td {
  padding: 6px 27.5px;
  border-left: 1px solid #aaaaaa;
}

.pro_table table tr {
  display: inline-block;
  padding: 12px 0;
  border-bottom: 2px solid var(--fcolor);
}

/* .pro_table table tr:first-child {
  border-top: 2px solid var(--fcolor);
} */

@media (max-width: 768px) {
  .inqiry_pro_table {
    width: 100%;
  }
  .pro_table table {
    font-size: 12px;
    margin-top: 20px;
  }
  .pro_table table tr {
    padding: 3px 0;
  }
  .pro_table table tr td {
    padding: 6px;
    word-break: keep-all;
  }
  .pro_table table tr td:nth-of-type(1) {
    background-size: cover;
    width: 30px;
  }
}

.col3 {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 1500px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blocks {
  margin-top:60px;
}
.blocks .ttlbox {
  margin-bottom:50px;
}

/* .inquiry_info {
  margin-top: 30px;
} */

.info_form {
  /* box-shadow: 0 3px 6px rgb(0, 0, 0, 0.35); */
  /* clip-path: inset(0px -6px 0px -6px); */
}

.inquiry_info .info_header ul li {
  box-sizing: content-box;
  text-decoration: none;
  font-size: 18px;
  color: white;
  flex: 1;
  text-align: center;
  background-color: var(--fcolor);
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}

.inquiry_info .info_header ul li a {
  font-size: 16px;
  color: white;
  text-decoration: none;
}

.inquiry_info .info_header ul li:nth-of-type(1) {
  background-color: var(--fcolor);
  border-left: 1px solid var(--fcolor);
  border-bottom: 1px solid var(--fcolor);
}
.inquiry_info .info_header ul li:nth-of-type(2) {
  background-color: var(--fcolor-light);
}

.inquiry_info .info_header ul li:nth-of-type(3) {
  background-color: var(--fcolor-heavy);
  border-right: 1px solid var(--fcolor-heavy);
}

.inquiry_info .bar {
  height: 17px;
  background-color: var(--fcolor);
}

.form_content {
  /* max-width: 800px; */
  /* width: calc(100% - 36px); */
  width:100%;
  margin: 0 auto;
  /* padding: 57px 0 90px; */
  padding:0;
  text-align: center;
}

.req_mark {
  padding-left: 4px;
  margin: 0;
  text-align: left;
}

.req_mark + dl {
  margin-top: 13px;
}
.req_mark::before {
  content: url(../images/require.svg);
  width: 16px;
  height: 16px;
  top: 5px;
  left: -4px;
  position: relative;
}

.req_mark_rgt::before {
  /* content: "SD"; */
  content: url(../images/require.svg);
  right: -5px;
  top: -10px;
  width: 16px;
  height: 16px;
  float: right;
  position: relative;
}

dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  row-gap: 13px;
  text-align: center;
  position: relative;
  padding: 0;
  margin: 0;
  margin-top: 27px;
}

dl dd {
  -webkit-box-flex: 1 1 0%;
  -moz-box-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  font-size: 16px;
  line-height: 2;
  padding-left: 13px;

  margin: 0;
  text-align: left;
}

/* .condition .inq_content {
  margin-top: 15px !important;
} */
.main-page {
  margin-top: 77px;
  box-shadow: 0 3px 6px #aaaaaa;
}

dl dt {
  /* background-color: rgba(57, 167, 156, 0.2); */
  background-color:#f1f1f1;
  width: 290px;
  height: 50px;
  margin: 0;
  padding: 0;
  font-weight:bold;
}
dl.require dt {
  background-color: rgba(57, 167, 156, 0.2);
}


.form_content dl dt > p {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.condition dl dt span {
  min-width: 290px;
  min-height: 50px;
  margin: 0;
  padding: 0;
}

.condition dl:nth-of-type(1) dd,
.condition dl:nth-of-type(2) dd {
  margin: 0;
  padding-left: 13px;
  text-align: left;
  display:flex;
  flex-wrap:wrap;
  /* display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between; */
  /* background-color: #258279; */
  line-height: 1.6;
}

.condition dl:nth-of-type(2) dd {
  /* row-gap: 23px; */
  row-gap: 10px;
}

.condition dl dd#inqs > span {
  width:30%;
}

.condition dl.desire_textarea > dd {
  line-height:1.6;
}

@media (max-width: 768px) {
  .condition dl:nth-of-type(1) dd,
  .condition dl:nth-of-type(2) dd {
    padding-left:0;
  }
  .condition dl dd#inqs > span {
    width:33%;
    font-size:85%;
  }
  .condition dl dd.schedules .p33 {
    width:50%;
    font-size:85%;
  }
}

input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border: 1px solid #4d4d4d;
  vertical-align: middle;
}

.condition dl dd .lblcheckbox {
  /* top: -8px; */
  position: relative;
  display:flex;
  align-items:center;
  gap:7px;
}
.condition dl dd span.lblcheckbox {
  font-size:85%;
}

.condition dl:nth-of-type(2) dd select {
  width: 130px;
  height: 50px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0 14px 19px;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background-image: url(../images/dropdown.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-position-x: calc(100% - 14px);
  background-size: auto;
  /* Add custom arrow */
}

.condition dl:nth-of-type(3) dd select {
  width: 100%;
  height: 50px;
  padding: 15px 30px 14px 20px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/dropdown.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-position-x: calc(100% - 23px);
}

.condition dl:nth-of-type(4) dd textarea {
  width: 100%;
  height: 131px;
  text-align: left;
  box-sizing: border-box;
  padding: 15px;
}

.btn input#submit-button,
.btn input.conf-submit-button,
.btn input.conf-submit-button-back {
  border: none;
  border-radius: 30px;
  color: white;
  /* box-shadow: 3px 3px 6px; */
  font-size: 20px;
  padding: 17px 103px 16px 100px;
  font-weight: bold;
  background-color: var(--fcolor);
  cursor:pointer;
  transition: background-color 0.3s;
}

.btn input#submit-button:disabled {
  background-color: #aaaaaa;
  cursor:default;
}

.btn input.conf-submit-button:hover {
  background-color:var(--fcolor-heavy);
}
.btn input.conf-submit-button-back {
  background-color: white;
  color: var(--fcolor);
  border:2px solid var(--fcolor);
}
.btn input.conf-submit-button-back:hover {
  background-color:var(--fcolor-light-border);
}

.btn p {
  font-size: 12px;
  margin-top: 30px;
  margin-bottom: 0;
}

.btn p span {
  color: var(--fcolor);
}

/* .inquiry_header {
  padding: 85px 190px 0 190px;
} */

.inquiry_header .mem_img {
  width: 100%;
  max-height: 245px;
  object-fit: contain;
}

.to_page {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  padding: 0;
}

.inquiry_header a {
  margin-top: 6px;
  font-weight: bold;
  color: black;
  right: 0;
  position: relative;
}

.intextstyle {
  font-size: 16px;
  width: 100%;
}

.intextstyle input {
  overflow: hidden;
  width: 100%;
  height: 50px;
  padding: 15px 0 15px 15px;

  border: 1px solid #4d4d4d;
}

.inmailstyle input {
  width: 100%;
  height: 50px;
  padding: 15px 0 15px 15px;

  border: 1px solid #4d4d4d;
}
.inmailstyle p {
  font-size: 12px;
  color: #d55757;
  padding-right: 88px;
}

.require .intextstyle input,
.require .inmailstyle input {
  background-color:var(--fcolor-req-bg);
}


.inselectstyle_lft {
  width: 100%;
  height: 50px;
  vertical-align: middle;
  /* font-size: 16px; */
  font-size: 14px;
  font-weight: bold;
  padding: 14px 30px 15px 20px;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/dropdown.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-position-x:  calc(100% - 15px);
  background-size: auto;
}

.inselectstyle_rgt {
  width: 100%;
  height: 50px;
  vertical-align: middle;
  /* font-size: 16px; */
  font-size: 14px;
  font-weight: bold;
  padding: 14px 14px 14px 19px;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background-image: url(../images/dropdown.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-position-x: calc(100% - 14px);
  background-size: auto;
  /* Add custom arrow */
}

.intextareastyle {
  width: 100%;
  height: 131px;
  padding: 14px 13px 0 15px;
  /* font-size: 16px; */
  font-size: 14px;
  border: 1px solid #4d4d4d;
}

.curOfficeAds {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 14px;
  align-items: start;
}

.curOfficeAds label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  font-size: 14px;
  gap: 17px;
}

.curOfficeAds .postnumber {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
}

.curOfficeAds .postnumber input[type="text"] {
  width: 100%;
  height: 50px;
  padding: 14px 60px 15px 15px;
  border: 1px solid #4d4d4d;
}

.curOfficeAds .postnumber input[type="button"] {
  height: 50px;
  background-color: var(--fcolor);
  border: none;
  font-size: 16px;
  color: white;
  font-weight: 500;
  padding: 14px 16px 15px 16px;
}

.curOfficeAds .prefecture label {
  gap: 17px;
}

.curOfficeAds .prefecture select {
  padding: 10px 47px 14px 30px;
  height: 50px;
  font-size: 16px;
  font-weight:500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/dropdown.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-position-x:  calc(100% - 17px);
  border: 1px solid #888;
}

.curOfficeAds .getAddressFromPost:hover {
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.3s;
}

.flex {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-between {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-row {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* height: 50px; */
}

.flex-row-center {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* height: 50px; */
}

.flex-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.flex-col-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-align-st {
  align-items: start;
}

.com_secret label {
  gap: 9px;
  font-size: 16px;
}

/* .desire_condition {
  margin-top: 93px;
  font-size: 16px;
} */

.desire_condition h2 {
  margin-bottom: 50px;
}

.desire_condition .area {
  vertical-align: middle;
  position: relative;
  margin-right:10px;
}

.desire_condition .areazone dd {
  line-height: 1.3;
  justify-content: start;
  margin-right:10px;
}

.desire_condition .limit select {
  width:180px;
  height: 50px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 30px 15px 20px;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/dropdown.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-position-x: calc(100% - 15px);
  background-size: auto;
  background-color: #fff;
  border: 1px solid #888;
}

#desiredTime select#period {
  width:100%;
  height: 50px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 30px 15px 20px;
  border: 1px solid #888;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/dropdown.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-position-x: calc(100% - 15px);
  background-size: auto;
  background-color: #fff;
}
#desiredTime select#period option span {
  color:#ccc;
}

.desire_condition .optarea {
  margin-left:20px;
}
.desire_condition .optarea .flex-between {
  gap: 9px;
  position: relative;
}

.desire_condition .budget {
  display: flex;
  height: 50px;
  gap: 10px;
  justify-content:start;
}

.desire_condition .spaces {
  margin:0 10px;
}

.desire_condition .userRateBox,
.desire_condition .userRentBox {
  display:flex;
  align-items:center;
}

.budget .undecided {
  margin-left:10px;
}
.budget .undecided input {
  margin-right:10px;
}

.h50 {
  height: 50px;
}

.col2 {
  display: grid;
  grid-template-columns: auto auto;
  gap: 13px;
}
ul.ks-cboxtags {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.ks-cboxtags li {
  display: inline;
}
ul.ks-cboxtags li label {
  text-align: center;
  width: 100%;
  display: inline-block;
  background-color: white;
  border: 1px solid #4d4d4d;
  color: black;
  border-radius: 25px;
  white-space: nowrap;
  font-size: 16px;
}

ul.ks-cboxtags li label {
  padding: 8px 12px;
  cursor: pointer;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
  border: 1px solid var(--fcolor);
  background-color: var(--fcolor);
  color: #fff;
  transition: all 0.2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 1px solid #4d4d4d;
}

.moveoutAds .radOffice_1:checked .curOfficeAds {
  display: none;
}
.moveoutAds .curOfficeAds {
  margin-top: 22px;
}

.container {
  /* display: block; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-left: 15px;
  margin-bottom: 17px;
  cursor: pointer;
  top: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap:8px;
}

/* Hide the browser's default checkbox */
/* .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
} */

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: -9px;
  height: 20px;
  width: 20px;
  background-color: white;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: white;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 0px;
  /* top: 5px; */
  width: 18px;
  height: 13px;
  content: url(../images/redtick.svg);
  /* border: solid white;
  border-width: 0 3px 3px 0; */
  /* -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); */
}

/* .useterm {
  margin-top: 89px;
} */

.useterm .term_desc {
  text-align: left;
  margin-top: 30px;
  padding: 22px 26px;
  width: 100%;
  height: 187px;
  overflow: auto;
  font-size: 14px;
  background-color: #f5f5f5;
  line-height: 1.9;
}

.useterm .agree_desc {
  width: 100%;
  background-color: #aaaaaa;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-align: center;
  padding: 10px 0;
}

.useterm .btn {
  margin-top: 67px;
  text-align: center;
}

.useterm .btn .refuseSentence {
  margin: 0;
  margin-bottom: 25px;
}

.qmakrModal {
  position: relative;
}

.openAskModal {
  right: 0px;
  top: -63px;
  right: 11px;
  width: 16px;
  height: 16px;
  float: right;
  position: relative;
  z-index: 100;
}

.answerModal {
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  width: 363px;
  top: -50px;
  right: 15px;
  padding: 25px;
  color: white;
  /* white-space: nowrap; */

  background-color: rgb(248, 160, 49, 0.9);
}

.answerModal .closeAnswerModal {
  position: absolute;
  right: 11px;
  top: 11px;
}

.answerModal.active {
  visibility: visible;
  opacity: 1;
}

.manage_com .openAskModal {
  top: -70px;
  right: -5px;
  z-index: 999;
}

.manage_com .answerModal {
  top: -55px;
  left: 290px;
  z-index: 100;
  width: 486px;
}

.freemember {
  max-width: 628px;
  margin: 50px auto;
  border: 1px solid #f8a031;
}
.freemember .free_title {
  background-color: #f8a031;
  padding: 15px 0;
  gap: 24px;
}

.freemember .free_title ._left {
  font-size: 18px;
  color: white;
  font-weight: bold;
  gap: 9px;
}

.freemember .free_title ._right {
  font-size: 14px;
  font-weight: medium;
  background-color: white;
  color: #f8a031;
  padding: 4px 36px;
  border-radius: 13px;
}

.freemember .freeContent {
  gap: 28px;
}

.freemember .freeContent ._left {
  background-image: url(../images/bgstar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 75px;
  height: 75px;
  text-align: center;
  font-size: 14px !important;
  color: #f8a031;
}

.freemember .freeContent ._right {
  padding: 18px 0;
  line-height: 2;
  font-size: 14px !important;
}

@media (max-width: 768px) {
  .freemember .freeContent {
    gap: initial;
  }
  .freemember .freeContent ._right {
    padding: 18px;
    row-gap:10px;
  }
  .meritchk {
    font-size: 90%;
    width: 100%;
  }
  .meritchk > span {
    text-align:left;
    line-height:1.3;
  }

  .curOfficeAds,
  .curOfficeAds label {
    gap:10px;
  }
}


footer {
  background-color: var(--fcolor);
  /* padding: 39px 190px 29px 190px; */
  padding: 39px 0;

  color: white;
  margin: 0 auto;
}

footer .footer_wrap {
  max-width: 900px;
  width: calc(100% - 36px);
  margin: auto;
}

footer .footer_wrap .flex {
  justify-content: space-between;
  flex-wrap: nowrap;
}

footer .foot_left {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

footer .foot_left p {
  font-size: 12px;
}

footer .foot_right {
  font-size: 10px;
  text-align: right;
  white-space: nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.row-gap13 {
  row-gap: 13px;
}

@media (max-width: 768px) {
  /* html {
    font-size: 1.30208333vw;
  } */
  
  .req_mark {
    margin-bottom: 25px;
  }

  dl dt {
    /* background-color: rgba(57, 167, 156, 0.2); */
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
  }

  dl dd {
    -webkit-box-flex: 1 1 0%;
    -moz-box-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    font-size: 16px;
    line-height: 2;
    padding-left: 0;

    /* margin-top: 13px !important; */
    text-align: left;
  }

  .qmakrModal {
    position: relative;
  }

  .openAskModal {
    right: 0px;
    top: -63px;
    right: 11px;
    width: 16px;
    height: 16px;
    float: right;
    position: relative;
    z-index: 100;
  }

  .answerModal {
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    transition: all 0.5s;
    position: absolute;
    top: -50px;
    right: 15px;
    padding: 25px;
    color: white;
    text-align: left;
    background-color: rgb(248, 160, 49, 0.9);
  }

  .answerModal .closeAnswerModal {
    position: absolute;
    right: 11px;
    top: 11px;
  }

  .answerModal.active {
    visibility: visible;
    opacity: 1;
  }

  .manage_com .qmakrModal {
    position: relative;
  }
  .manage_com .openAskModal {
    top: -70px;
    left: -5px;
    z-index: 999;
    float: left;
  }

  .manage_com .answerModal {
    width: 100%;
    max-width: 486px;
    top: -55px;
    left: 0px;
    z-index: 100;
    position: absolute;
  }


  .curOfficeAds .postnumber input[type="text"] {
    padding:15px;
  }
  .desire_condition .limit select {
    width:120px;
    padding-left:30px;
  }
  .desire_condition .budget {
    height:auto;
    flex-wrap:wrap;
  }
  .desire_condition .budget span.price{
    flex-direction:row;
    justify-content:start:
  }
  .desire_condition .budget span.price label{
    margin-right:15px;
  }

  .pt {
    font-size: 12px;
  }

}

.require_chk12_sign_col{
  border: 2px solid red;
  /* padding:10px 10px 0 10px !important; */
  padding:10px !important;
 }
 

.require_sign_col{
  border: 2px solid red !important;
  background-color: rgba(255 , 0 , 0 , 0.3);
}

.require_sign::before {
  content: "必須項目です";
  color: red;
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  top: -25px;
  font-family: 'Noto Sans JP', sans-serif;
}
/* メールアドレスNGコメント */
.require_sign_inputng::before {
  content: "メールアドレスの形式が正しくありません";
}
.require_sign_already::before {
  content: "このメールアドレスは既に登録されています";
}
.require_sign_addng::before {
  content: "このメールアドレスでは登録できません";
}
.require_sign_inqng::before {
  content: "このメールアドレスは使用できません";
}
/* tel NGコメント */
.require_sign_telnumng::before {
  content: "電話番号は市外局番を含めた10桁又は11桁でご入力ください";
}


/* div,p,span,a,input,button,label {
  transition:all 0.3s;
} */

a {
  transition:opacity 0.3s,background-color 0.3s;
}
nav a:hover,
header a:hover {
  opacity:0.75s;
}


#footer h2 {
  font-size:100%;
  text-align:left;
}

/* completion */
.thanks__message .fintxt {
  background-color: #877B50;
}