@charset "utf-8";
/* land-investment ask */
img {
  max-width: 100%;
}

input, textarea, select {
  /* 最小値、推奨値、最大値の順に指定 */
  font-size: clamp(16px, 0.882rem, 24px); 
}

select {
  -webkit-appearance: none;
  appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"] {
    -webkit-appearance: none;
}

input[type="date"]::-webkit-date-and-time-value,
input[type="time"]::-webkit-date-and-time-value {
    text-align: left;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.wrapper {
  overflow: hidden;
}

/*============================
	ask_ttl
============================*/
.ask_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../request/image/bg-ttl.jpg) 50% 50% / cover no-repeat;
  color: #000;
  text-align: center;
}

/* SP */
@media screen and (max-width: 767px) {
  .ask_ttl {
    height: 13.954vw;
    font-size: 1.294rem;
  }
}

/* PC */
@media print, screen and (min-width: 768px) {
  .ask_ttl {
    height: 90px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.15em;
  }

}


/*============================
	flow
============================*/
ul#flow {
  border: 1px solid #2A2F58;
}
ul#flow li:not(:last-child)::before {
  background: #2A2F58;
}
ul#flow li.current {
  background: #2A2F58;
  color: #fff;
}
ul#flow li.current:not(:last-child)::after {
  background: #2A2F58;
}

/* SP */
@media screen and (max-width: 767px) {
  ul#flow {
    display: flex;
    margin: 1.396vw 1.396vw 0;
    overflow: hidden;
  }
  ul#flow li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 33.139%;
    height: 11.628vw;
    padding: 0 0.5em 0 1.9em;
    font-size: 0.882rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-indent: -1em;
  }
  ul#flow li:not(:last-child)::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 100%;
    width: 3.954vw;
    height: 12.559vw;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    z-index: 1;
  }
  ul#flow li:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: calc(100% - 1px);
    width: 3.954vw;
    height: 12.559vw;
    background: #fff;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    z-index: 2;
  }
  ul#flow li:nth-child(2) {
    padding-left: 2.8em;
  }
  ul#flow li:last-child {
    flex-grow: 1;
  }
  ul#flow li.current:not(:last-child)::before {
    background: #fff;
  }
  ul#flow li.before {
    color: #c3c3c3;
  }
}

/* PC */
@media print, screen and (min-width: 768px) {
  ul#flow {
    display: flex;
    width: 100%;
    margin: 30px auto 0;
    overflow: hidden;
  }
  ul#flow li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 33.139%;
    height: 50px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.78;
    letter-spacing: 0.1em;
  }
  ul#flow li:not(:last-child)::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 100%;
    width: 17px;
    height: 54px;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    z-index: 1;
  }
  ul#flow li:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: calc(100% - 1px);
    width: 17px;
    height: 54px;
    background: #fff;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    z-index: 2;
  }
  ul#flow li:last-child {
    flex-grow: 1;
  }
  ul#flow li.current:not(:last-child)::before {
    background: #fff;
  }
  ul#flow li.before {
    color: #c3c3c3;
  }
}


/*============================
	ask_section
============================*/
.ask_section {
    line-height: 1.5;
}
/* SP */
@media screen and (max-width: 767px) {
  .ask_section {
    margin: 7vw 0 14vw;
  }
  .ask_subttl {
    margin: 0 1.5em;
    text-align: center;
    font-size: 1.176rem;
    font-weight: 500;
    line-height: 1.6;
  }
  .ask_section div.explanation_text {
    margin: 0 1.75em;
  }
  .ask_section div.explanation_text p {
    margin-top: 1.5em;
    font-size: 0.941rem;
    line-height: 1.8;
  }
}

/* PC */
@media print, screen and (min-width: 768px) {
  .ask_section {
    margin: 55px 0 62px;
  }
  .ask_subttl {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;
  }
  .ask_section  div.explanation_text {
    width: 793px;
    margin: 26px auto 0;
  }
  .ask_section  div.explanation_text p {
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
  }
}


/*============================
	form
============================*/
.ask_section form {
  background: #E9E9E9;
}
.ask_section form section h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2A2F58;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.1em;
}
.ask_section form table tr td div.input_wrap input {
  background: #fff;
  color: #000;
  border: 2px solid #C3C3C3;
}
.ask_section form table tr td button.postal-search {
  border: none;
}
.ask_section form table tr td div.input_wrap i.fa-solid.fa-circle-check,
.ask_section form table tr td div.select_wrap i.fa-solid.fa-circle-check {
  position: absolute;
  top: 0;
  right: 0.75em;
  bottom: 0;
  display: none;
  width: 1em;
  height: 1em;
  margin: auto 0;
  font-size: 141%;
  color: #13AE1E;
  pointer-events: none;
}
.ask_section form table tr td div.input_wrap.ok i.fa-solid.fa-circle-check,
.ask_section form table tr td div.select_wrap.ok i.fa-solid.fa-circle-check {
  display: block;
}
.ask_section form table tr td div.select_wrap select {
  width: 100%;
  font-weight: 700;
  border: 2px solid #C3C3C3;
  box-sizing: border-box;
  background: #fff;
  color: #000;
}
.ask_section form table tr td div.select_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.25em;
  bottom: 0;
  margin: auto 0;
  display: block;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
  transform-origin: 100% 50%;
}
.ask_section form table tr td div.input_wrap.i_date::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto 0;
  background: url(../image/ico_cal.png) 0 0/ 100% auto no-repeat;
  pointer-events: none;
}
.ask_section form table tr td .checkbox_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.6em 0;
}
.ask_section form table tr td .radio_wrap label,
.ask_section form table tr td .checkbox_wrap label {
  cursor: pointer;
}
.ask_section form table tr td .checkbox_wrap label {
  position: relative;
  padding-left: 1.8em;
  font-weight: 500;
}
.ask_section form table tr td .radio_wrap input[type="radio"] {
  accent-color: #2A2F58;
  inline-size: 1.5rem;
  block-size: 1.5rem;
  /*transform: scale(1.75);
  transform-origin: 0 50%;*/
}
.ask_section form table tr td .checkbox_wrap input[type="checkbox"] {
  position: absolute;
  top: 0.5em;
  left: 0;
  accent-color: #2A2F58;
  transform: scale(1.5);
  transform-origin: 0 50%;
}
.ask_section form ul.kome li {
  padding-left: 1em;
  margin-bottom: 0.3em;
  text-indent: -1em;
}
#textCounter var {
    font-style: normal;
}
/* SP */
@media screen and (max-width: 767px) {
  .ask_section form {
    margin: 7vw 0 0;
  }
  .ask_section form section h3 {
    height: 2em;
    font-size: 1.176rem;
  }
  .ask_section form table {
    width: 100%;
    border-collapse: separate;
  }
  .ask_section form table tr th {
    position: relative;
    width: 7em;
    padding: 0.8em 0.5em 0.8em 1em;
    font-size: 1.059rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.05em;
    color: #333;
    box-sizing: border-box;
    text-align: left;
  }
  .ask_section form table tr th.v-top {
    padding-top: 30px;
    vertical-align: top;
  }
  .ask_section form table tr th.required::after {
    content: "必須";
    display: block;
    width: 3.2em;
    height: 1.8em;
    margin: 0.8em 0 0;
    font-size: 0.765rem;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.05em;
    background: #E73A3A;
    border-radius: 0.3em;
  }
  .ask_section form table tr th span.f_small {
    font-size: 0.647rem;
    font-weight: 700;
    line-height: 1.71;
  }
  .ask_section form table tr td {
    position: relative;
    padding: 1em 1.2em 1em 0;
  }
  .ask_section form table tr:first-child th,
  .ask_section form table tr:first-child td {
    padding-top: 1.6em;
  }
  .ask_section form table tr:not(:last-child) th,
  .ask_section form table tr:not(:last-child) td {
    border-bottom: 2px solid #fff;
  }
  .ask_section form table tr:not(:last-child) th.bb0,
  .ask_section form table tr:not(:last-child) td.bb0 {
    border-bottom: none;
  }
  .ask_section form table tr td div.input_wrap {
    position: relative;
  }
  .ask_section form table tr td div.input_wrap::after {
    width: 1.5em;
    height: 1.5em;
  }
  .ask_section form table tr td div.input_wrap input {
    width: 100%;
    padding: 1.022em 1.1em;
    border-radius: 1.861vw;
    box-sizing: border-box;
  }
  .ask_section form table tr td div.input_wrap input[type="date"] {
    position: relative;
    height: 3.82em;
  }
  .ask_section form table tr td p.caution_msg {
    position: absolute;
    top: calc(100% + 0.7em);
    left: 2.5%;
    width: 16.8em;
    padding: 0.5em 0.5em 0.5em 0.6em;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
    background: #E73A3A;
    border-radius: 0.5em;
    z-index: 1;
  }
  .ask_section form table tr:first-child td p.caution_msg {
    top: calc(50% + 2.7em);
  }
  .ask_section form table tr td p.caution_msg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 15%;
    border-style: solid;
    border-width: 0 1.512vw 2.56vw 1.512vw;
    border-color: transparent transparent #E73A3A;
    translate: -50% -100%;
  }
  
  .ask_section form table tr.post td {
    display: flex;
    align-items: center;
  }
  .ask_section form table tr.post td div.input_wrap {
    width: 10em;
  }
  .ask_section form table tr td button.postal-search {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 7em;
    height: 13vw;
    margin-left: 0.6em;
    padding: 0 0.5em;
    border-radius: 1.861vw;
    background: #DE1F4B;
    color: #fff;
    font-size: 0.882rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .ask_section form .address .input_flex {
    margin-bottom: 0.85em;
  }
  .ask_section form .address .input_flex .select_wrap {
    margin-bottom: 0.85em;
  }
  .ask_section form table tr td div.select_wrap {
    position: relative;
    width: 10em;
  }
  .ask_section form table tr td div.select_wrap::after {
    width: 11px;
    height: 11px;
  }
  .ask_section form table tr td div.select_wrap select {
    padding: 1.0203em 1.1em;
    border-radius: 1.861vw;
  }
  .ask_section form p.kome {
    margin: 0.3em 0 1.3em;
    font-size: 0.706rem;
  }
  .ask_section form ul.kome {
    margin: 0.8em 0 1.3em;
    font-size: 0.706rem;
  }
  .ask_section form table tr td ul li label {
    display: block;
    margin-bottom: 0.3em;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.56;
  }
  .ask_section form table tr td ul li:not(:first-child) label {
    margin-top: 1.3em;
  }
  .ask_section form .choice .input_flex {
    position: relative;
    display: flex;
    gap: 0.6em;
  }
  .ask_section form table tr td div.input_wrap.i_date {
    width: 9em;
  }
  .ask_section form table tr td div.input_wrap.i_date::after {
    right: 0.75em;
  }
  .ask_section form table tr td div.select_wrap.i_time {
    width: 7.3em;
  }
  .ask_section form table tr td div.input_wrap.i_date input {
    font-weight: 700;
  }
  .ask_section form table tr td ul.notes {
    width: 22em;
    margin: 0 0 0 1.5em;
  }
  .ask_section form table tr td ul.notes li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    line-height: 1.57;
  }
  .ask_section form table tr td ul.notes li:not(:last-child) {
    margin-bottom: 1em;
  }
  .ask_section form table tr td textarea {
    width: 100%;
    height: 12em;
    padding: 0.5em 1.1em;
    border-radius: 1.861vw;
    border: 2px solid #C3C3C3;
    box-sizing: border-box;
  }
  .ask_section form table tr td div.input_wrap.area {
    display: inline-block;
    width: 10em;
    margin-left: 1em;
  }
  .ask_section form table tr td .input_flex_middle .radio_wrap {
    display: flex;
    margin-top: 1em;
  }
  .ask_section form table tr td .radio_wrap label {
    display: flex;
    gap: 0.6em;
    margin-right: 2.2em;
  }
  #textCounter {
    font-size: 0.706rem;
    text-align: right;
  }
}

/* PC */
@media print, screen and (min-width: 768px) {
  .ask_section form {
    width: 920px;
    margin: 65px auto 0;
  }
  .ask_section form section h3 {
    height: 50px;
    font-size: 22px;
  }
  .ask_section form table {
    width: 100%;
    border-collapse: separate;
  }
  .ask_section form table tr th {
    position: relative;
    width: 250px;
    padding: 14px 1.5em 14px 1em;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #333;
    box-sizing: border-box;
    text-align: left;
  }
  .ask_section form table tr th.v-top {
    padding-top: 30px;
    vertical-align: top;
  }
  .ask_section form table tr.comments th {
    line-height: 1.5;
  }
  .ask_section form table tr th.required::after {
    content: "必須";
    position: absolute;
    top: 0;
    right: 2.4em;
    bottom: 0;
    display: block;
    width: 3.2em;
    height: 1.8em;
    margin: auto 0;
    font-size: 13px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.05em;
    background: #E73A3A;
    border-radius: 0.3em;
  }
  .ask_section form table tr:first-child th.required::after {
    top: 0.75em;
  }
  .ask_section form table tr th.v-top.required::after {
    top: 2.4em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .ask_section form table tr:first-child th.v-top.required::after {
    top: 3em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .ask_section form table tr th.v-top.required::after {
    top: 2em;
  }
  .ask_section form table tr th span.f_small {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.71;
  }
  .ask_section form table tr td {
    position: relative;
    padding: 14px 0;
  }
  .ask_section form table tr:first-child th,
  .ask_section form table tr:first-child td {
    padding-top: 28px;
  }
  .ask_section form table tr:not(:last-child) th,
  .ask_section form table tr:not(:last-child) td {
    border-bottom: 2px solid #fff;
  }
  .ask_section form table tr:not(:last-child) th.bb0,
  .ask_section form table tr:not(:last-child) td.bb0 {
    border-bottom: none;
  }
  .ask_section form table tr td div.input_wrap {
    position: relative;
    width: 640px;
  }
  .ask_section form table tr td div.input_wrap::after {
    width: 30px;
    height: 30px;
  }
  .ask_section form table tr td div.input_wrap input {
    width: 100%;
    padding: 0.81em 1.1em;
    font-size: 18px;
    border-radius: 8px;
    box-sizing: border-box;
  }
  .ask_section form table tr td div.input_wrap input[type="date"] {
    height: 3.32em;
  }
  .ask_section form table tr td p.caution_msg {
    position: absolute;
    top: 96%;
    left: 37%;
    width: 24.5em;
    padding: 0.5em 1.1em;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
    background: #E73A3A;
    border-radius: 0.5em;
    z-index: 1;
  }
  .ask_section form table tr td p.caution_msg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 15%;
    border-style: solid;
    border-width: 0 6.5px 11px 6.5px;
    border-color: transparent transparent #E73A3A;
    translate: -50% -100%;
  }
  
  .ask_section form table tr.post td div.input_wrap {
    display: inline-block;
    width: 240px;
  }
  .ask_section form table tr td button.postal-search {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 60px;
    margin-left: 0.8em;
    border-radius: 8px;
    background: #DE1F4B;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
  }
  .ask_section form .input_flex {
    display: flex;
    gap: 0.8em;
  }
  .ask_section form .address .input_flex {
    margin-bottom: 0.85em;
  }
  .ask_section form table tr td div.select_wrap {
    position: relative;
    width: 240px;
  }
  .ask_section form table tr td div.select_wrap::after {
    width: 11px;
    height: 11px;
  }
  .ask_section form table tr td div.select_wrap select {
    padding: 0.78em 1.1em;
    font-size: 18px;
    border-radius: 8px;
  }
  .ask_section form table tr td div.input_wrap.municipalities {
    width: 385px;
  }
  .ask_section form p.kome {
    margin: 0.3em 0 1.3em;
    font-size: 12px;
  }
  .ask_section form ul.kome {
    margin: 0.8em 0 1.3em;
    font-size: 12px;
  }
  .ask_section form table tr td ul li label {
    display: block;
    margin-bottom: 0.3em;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.56;
  }
  .ask_section form table tr td ul li:not(:first-child) label {
    margin-top: 1.3em;
  }
  .ask_section form table tr td div.input_wrap.i_date {
    width: 270px;
  }
  .ask_section form table tr td div.select_wrap.i_time {
    width: 160px;
  }
  .ask_section form table tr td div.input_wrap.i_date input {
    font-weight: 700;
  }
  .ask_section form table tr td ul.notes {
    width: 740px;
    margin: 0 auto;
  }
  .ask_section form table tr td ul.notes li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    line-height: 1.57;
  }
  .ask_section form table tr td ul.notes li:not(:last-child) {
    margin-bottom: 1em;
  }
  .ask_section form table tr td textarea {
    width: 640px;
    height: 14em;
    padding: 0.5em 1.1em;
    font-size: 18px;
    border-radius: 8px;
    border: 2px solid #C3C3C3;
    box-sizing: border-box;
  }
  .ask_section form table tr td .input_flex_middle {
    display: flex;
    align-items: center;
    gap: 0.5em;
    font-size: 18px;
  }
  .ask_section form table tr td div.input_wrap.area {
    width: 200px;
  }
  .ask_section form table tr td .input_flex_middle .radio_wrap {
    display: flex;
  }
  .ask_section form table tr td .radio_wrap label {
    display: flex;
    gap: 0.6em;
    margin-left: 2.2em;
  }
  #textCounter {
    width: 640px;
    font-size: 12px;
    text-align: right;
  }
}


/*============================
.submit
============================*/
.privacy a,
.privacy a:visited {
  color: #0062FF;
  text-decoration: underline;
}
.privacy a:hover {
  text-decoration: none;
}
.submit button {
  position: relative;
  width: 100%;
  padding: 0 0.25em 0 0;
  border: none;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  background: #9f9f9f;
  border-radius: 3em;
  box-sizing: border-box;
  pointer-events: none;
}
.submit.all_ok button {
  background: #ED533C;
  pointer-events: auto;
  cursor: pointer;
}
.submit button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto 0;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .privacy {
    margin: 8vw 0 4vw;
    text-align: center;
    font-size: 0.941rem;
  }
  .submit {
    width: 92%;
    margin: 0 auto;
  }
  .submit button {
    padding-bottom: 0.93vw;
    line-height: 3;
    font-size: 1.235rem;
  }
  .submit button::after {
    width: 3.26vw;
    height: 3.26vw;
  }
}
@media print, screen and (min-width: 768px) {
  .privacy {
    margin: 50px 0 25px;
    text-align: center;
    font-size: 16px;
  }
  .submit {
    width: 440px;
    margin: 0 auto;
  }
  .submit button {
    padding-bottom: 4px;
    line-height: 64px;
    font-size: 22px;
  }
  .submit button::after {
    width: 12px;
    height: 12px;
  }
}


/*============================
.confirm
============================*/
.confirm_contents .ask_section form section h3 {
  justify-content: flex-start;
  padding: 0 0.9em;
}
.confirm_contents .ask_section form table tr:not(:last-child) th,
.confirm_contents .ask_section form table tr:not(:last-child) td {
  border-bottom: none;
}
.confirm_contents .ask_section form table tr td li:not(:last-child) {
  margin-bottom: 0.6em;
}
.confirm_contents .btns li.submit button {
  padding: 0 0 4px;
  background: #DE1F4B;
  pointer-events: auto;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .confirm_contents .ask_section {
    margin-top: 10vw;
  }
  .confirm_contents .ask_section .ask_subttl {
    font-size: 1.647rem;
  }
  .confirm_contents .ask_section .still_text {
    margin: 4vw 1em 0;
  }
  .confirm_contents .ask_section .still_text p {
    line-height: 1.8;
    text-align: center;
  }
  .confirm_contents .ask_section .still_text p .still {
    font-size: 1.235rem;
  }
  .confirm_contents .ask_section form {
    margin-top: 10vw;
  }
  .confirm_contents .ask_section form table tr th {
    padding: 0.8em 0.5em 0.8em 1em;
  }
  .confirm_contents .ask_section form table tr td {
    padding: 0.8em 1.5em 0.8em 0;
  }
  .confirm_contents .ask_section form table tr:first-child th,
  .confirm_contents .ask_section form table tr:first-child td {
    padding-top: 1.3em;
  }
  .confirm_contents .ask_section form table tr.comments th,
  .confirm_contents .ask_section form table tr.comments td {
    padding-bottom: 1.3em;
  }
  .confirm_contents .ask_section form#privacy {
    padding-top: 1.3em;
  }
  .confirm_contents .ask_section form#privacy p {
    padding: 1.3em 0 1.3em 7.4em;
  }
  .confirm_contents .btns {
    position: relative;
    padding-bottom: 14vw;
    margin: 6vw auto 0;
    width: 94%;
  }
  .confirm_contents .btns li.back {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 13.8em;
    margin: 0 auto;
  }
  .confirm_contents .btns li.back a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 2.4em;
    padding-left: 1.4em;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.05em;
    background: #E8E5E5;
    box-sizing: border-box;
    border-radius: 3em;
  }
  .confirm_contents .btns li.back a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 1.3em;
    bottom: 0;
    margin: auto 0;
    display: block;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #C6075B;
    border-left: 1px solid #C6075B;
    transform: rotate(45deg);
  }
  .confirm_contents .btns li.submit {
    width: 70%;
    margin: 0 auto;
  }
  .confirm_contents .btns li.submit button::after {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .confirm_contents .ask_section {
    margin-top: 55px;
  }
  .confirm_contents .ask_section .ask_subttl {
    font-size: 32px;
  }
  .confirm_contents .ask_section .still_text {
    margin-top: 20px;
  }
  .confirm_contents .ask_section .still_text p {
    font-size: 20px;
    line-height: 2;
    text-align: center;
  }
  .confirm_contents .ask_section .still_text p .still {
    font-size: 24px;
  }
  .confirm_contents .ask_section form {
    margin-top: 55px;
  }
  .confirm_contents .ask_section form {
    background: #F3F3F3;
  }
  .confirm_contents .ask_section form table tr th {
    padding: 9px 1.5em 9px 1em;
  }
  .confirm_contents .ask_section form table tr td {
    padding: 15px 4em 15px 0;
    font-size: 20px;
  }
  .confirm_contents .ask_section form table tr:first-child th,
  .confirm_contents .ask_section form table tr:first-child td {
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .confirm_contents .ask_section form table tr.comments th,
  .confirm_contents .ask_section form table tr.comments td {
    padding-bottom: 36px;
  }
  .confirm_contents .btns {
    position: relative;
    margin: 70px auto 0;
    width: 100%;
  }
  .confirm_contents .btns li.back {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 240px;
  }
  .confirm_contents .btns li.back a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 38px;
    padding-left: 1.4em;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.05em;
    background: #E8E5E5;
    box-sizing: border-box;
    border-radius: 3em;
  }
  .confirm_contents .btns li.back a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 1.3em;
    bottom: 0;
    margin: auto 0;
    display: block;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #C6075B;
    border-left: 1px solid #C6075B;
    transform: rotate(45deg);
  }
  .confirm_contents .btns li.submit {
    width: 320px;
    margin: 0 auto;
  }
  .confirm_contents .btns li.submit button::after {
    display: none;
  }
}
@media (hover: hover) {
  .confirm_contents .btns li.back a:hover {
    background: #d3d0d0;
  }
  .confirm_contents .btns li.submit button:hover {
    opacity: 0.75;
  }
}

/*============================
.sent
============================*/
.go_hp a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.8em 0 0;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  background: #DE1F4B;;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sent_contents .ask_section {
    margin-top: 10vw;
  }
  .sent_contents .ask_section .ask_subttl {
    font-size: 1.647rem;
    line-height: 1.5;
  }
  .sent_contents .bg_gray {
    margin-top: 12vw;
  }
  .sent_contents .sent_text {
    margin: 5vw 1em 0;
    line-height: 1.8;
  }
  .sent_contents section.contact {
    width: 90.7%;
    margin: 10vw auto 0;
    padding: 0 0 8vw;
    background: #f0f0f0;
  }
  .sent_contents section.contact h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.4em;
    margin-bottom: 1.5em;
    font-size: 1.235rem;
    font-weight: 600;
    color: #fff;
    background: #2A2F58;
  }
  .sent_contents section.contact .tel {
    margin: 0 1.5em 0;
    text-align: center;
    color: #2A2F58;
    font-size: 1.765rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .sent_contents section.contact .tel img {
    position: relative;
    top: -0.04em;
    display: inline-block;
    width: 8vw;
    height: auto;
    margin-right: 0.4em;
  }
  .sent_contents section.contact .time {
    margin: 1.5em 1.5em 0;
    text-align: center;
    font-size: 0.882rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .sent_contents section.contact .mail {
    margin: 5.4vw 1.5em 0;
    text-align: center;
    font-size: 1.235rem;
    font-weight: 600;
  }
  .sent_contents section.contact .text {
    max-width: 53em;
    padding: 0 1.5em;
    margin: 1.4em auto 0;
    font-size: 0.941rem;
    line-height: 1.88;
    letter-spacing: 0.05em;
  }
  .go_hp {
    margin: 40px 0 0;
  }
  .go_hp a {
    width: 320px;
    height: 83px;
    font-size: 20px;
    border-radius: 8px;
  }
  .go_hp a .fa-chevron-right {
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: 1em;
    height: 1em;
    margin: auto 0;
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .sent_contents .ask_section {
    margin-top: 55px;
  }
  .sent_contents .ask_section .ask_subttl {
    font-size: 32px;
    line-height: 1.5;
  }
  .sent_contents .bg_gray {
    margin-top: 85px;
  }
  .sent_contents .sent_text {
    width: 838px;
    margin: 32px auto 0;
    font-size: 20px;
    line-height: 1.8;
  }
  .sent_contents .sent_text_lead {
    font-size: 21px;
    line-height: 1.8;
  }
  .sent_contents .sent_text p:not(:last-child) {
    margin-bottom: 0.9em;
  }
  
  .sent_contents section.contact {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 92%;
    max-width: 950px;
    margin: 55px auto 0;
    padding: 0 0 40px;
    background: #f0f0f0;
  }
  .sent_contents section.contact h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 44px;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #2A2F58;
  }
  .sent_contents section.contact .tel {
    margin: 24px 1.5em 0;
    text-align: center;
    color: #2A2F58;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .sent_contents section.contact .tel img {
    position: relative;
    top: -0.07em;
    display: inline-block;
    width: 42px;
    height: auto;
    margin-right: 0.4em;
    vertical-align: middle;
  }
  .sent_contents section.contact .time {
    margin: 28px 1.5em 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .sent_contents section.contact .mail {
    margin: 20px 1.5em 0;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
  }
  .sent_contents section.contact .text {
    max-width: 53em;
    padding: 0 1.5em;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.88;
    letter-spacing: 0.05em;
  }
  .go_hp {
    margin: 70px 0 0;
  }
  .go_hp a {
    width: 320px;
    height: 83px;
    font-size: 20px;
    border-radius: 8px;
  }
  .go_hp a .fa-chevron-right {
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: 1em;
    height: 1em;
    margin: auto 0;
    font-size: 20px;
  }
}
@media (hover: hover) {
  .go_hp a:hover {
    opacity: 0.75;
  }
}


/*============================
	search_zipcode 
============================*/
.search_zipcode {
  background: #e0e8eB;
}

.search_zipcode_select_item:not(:first-child) {
  margin-top: 1em;
}

.search_zipcode_select_parts {
  width: 100%;
  font-weight: 700;
  border: 2px solid #C3C3C3;
  box-sizing: border-box;
  background: #fff;
  color: #000;
}

.search_zipcode_select_parts_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.25em;
  bottom: 0;
  margin: auto 0;
  display: block;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
  transform-origin: 100% 50%;
}

.search_zipcode_result_number {
  display: inline-block;
  background: #FFFECD;
  font-weight: 700;
  margin: 0 0.5em;
}

.search_zipcode_btn {
  display: block;
  width: fit-content;
  border: 0;
  background: #9f9f9f;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
}

.search_zipcode_btn.all_ok {
  cursor: pointer;
  background: #ED533C;
}


/* SP */
@media screen and (max-width: 767px) {
  .search_zipcode {
    padding: 20px 0 25px;
  }

  .search_zipcode_select {
    width: 90%;
    margin: 0 auto;
  }

  .search_zipcode_select_parts_wrap {
    position: relative;
    width: 100%;
  }

  .search_zipcode_select_parts_wrap::after {
    width: 11px;
    height: 11px;
  }

   .search_zipcode_select_parts_wrap select {
    padding: 1.0203em 1.1em;
    border-radius: 1.861vw;
  }

  .search_zipcode_result {
    width: 90%;
    margin: 24px auto;
    font-size: 16px;
  }

  .search_zipcode_result_number {
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 18px;
  }

  .search_zipcode_btn {
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
  }

}

/* PC */
@media print, screen and (min-width: 768px) {
  .search_zipcode {
    padding: 48px 0 58px;
  }

  .search_zipcode_select {
    width: 480px;
    margin: 0 auto;
  }

  .search_zipcode_select_parts_wrap {
    position: relative;
    width: 100%;
  }
  .search_zipcode_select_parts_wrap::after {
    width: 11px;
    height: 11px;
  }
  .search_zipcode_select_parts {
    padding: 0.78em 1.1em;
    font-size: 18px;
    border-radius: 8px;
  }

  .search_zipcode_result {
    width: 480px;
    margin: 34px auto;
    font-size: 18px;
  }

  .search_zipcode_result_number {
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 22px;
  }

  .search_zipcode_btn {
    padding: 20px;
    border-radius: 8px;
    font-size: 18px;
  }
}


/*============================
	itembox
============================*/
.itembox {
  border: 1px solid #505050;
}

.itembox_table {
  border-collapse: collapse;
  table-layout: fixed;
}

.itembox_table_cell {
  padding: 0;
}

.itembox_table_small {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.itembox_text_em {
  color: #C6075B;
}

/* SP */
@media screen and (max-width: 767px) {
  .itembox {
    margin: 0 1em;
  }

  .itembox_img {
    width: calc(100% + 2px);
    transform: translate(-1px, -1px);
    text-align: center;
  }

  .itembox_table_wrap {
    padding: 10px 0;
  }

  .itembox_table_cell {
    display: block;
  }

  .itembox_table_small_head {
    padding: 4px 12px;
    width: 120px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.3;
  }

  .itembox_table_small_cell {
    padding: 4px 12px;
    font-size: 15px;
    line-height: 1.3;
  }
}

/* PC */
@media print, screen and (min-width: 768px) {
  .itembox {
    width: 920px;
    margin: 65px auto 0;
    display: grid;
    grid-template-columns: 250px 1fr;
  }

  .itembox_img {
    width: 250px;
    min-height: 188px;
    height: 100%;
  }

  .itembox_img img {
    width: calc(100% + 1px);
    height: calc(100% + 2px);
    object-fit: cover;
    transform: translate(-1px, -1px);
  }

  .itembox_table_wrap {
    padding: 10px;
    align-self: center;
  }

  .itembox_table td,
  .itembox_table tbody,
  .itembox_table tr {
    height: 100%;
  }

  .itembox_table_cell:first-child {
    width: 400px;
  }

  .itembox_table_small_head {
    padding: 5px 20px;
    width: 140px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
  }

  .itembox_table_small_cell {
    padding: 5px 0;
    font-size: 18px;
    line-height: 1.3;
  }
  
}
