@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@media print, screen and (min-width: 768px) {
  ._sp:not(._pc) {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  ._pc:not(._sp) {
    display: none !important;
  }
}
.tachinoki-contact p {
  font-size: 1.6rem;
  line-height: 1.875;
}

/*--------------------------------------
共通
--------------------------------------*/
.en {
  font-family: "Lexend Deca", sans-serif;
}

main:not(.sitetop) #mv {
  height: 300px;
  background: url(/assets/images/individual/top_mv.jpg) no-repeat center center/cover;
}
main:not(.sitetop) #title {
  margin-top: -50px;
  z-index: 2;
}
main:not(.sitetop) #title .t_inner {
  display: inline-block;
  background: url(/assets/images/common/texture.jpg) no-repeat center top/cover;
  min-width: calc(50% - 160px);
  height: 100px;
  text-align: right;
  position: relative;
}
main:not(.sitetop) #title .t_inner_inner {
  display: inline-flex;
  height: 100%;
  min-width: 340px;
  padding-right: 20px;
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
main:not(.sitetop) #title .t_inner_inner .category {
  font-size: 18px;
  font-weight: bold;
}
main:not(.sitetop) #title .t_inner_inner .category::after {
  width: 26px;
  height: 1px;
  display: inline-block;
  content: "";
  background: #fff;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -0.1em;
}
main:not(.sitetop) #title .t_inner_inner .pagettl {
  font-size: 28px;
  font-weight: normal;
  margin-top: 0.2em;
  line-height: 1.3;
  display: flex;
}
main:not(.sitetop) #title .t_inner_inner .pagettl .small_right {
  font-size: 14px;
  line-height: 1.2857142857;
  text-align: left;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #fff;
}
main:not(.sitetop) .topicpath {
  background: #F1F1F1;
  margin: auto;
  padding-top: 70px;
  margin-top: -50px;
}
main:not(.sitetop) .topicpath.white {
  background: #fff;
}
main:not(.sitetop).column .topicpath {
  background: #fff;
  margin: auto;
  padding-top: 10px;
}
main:not(.sitetop).column #mv {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  main:not(.sitetop) .table_wrapper {
    padding-bottom: 0;
    overflow: scroll;
  }
  main:not(.sitetop) .table_wrapper table {
    margin-bottom: 20px;
  }
  main:not(.sitetop) .table_wrapper table td, main:not(.sitetop) .table_wrapper table th {
    white-space: nowrap;
  }
  main:not(.sitetop) #mv {
    height: 145px;
  }
  main:not(.sitetop) #title .t_inner {
    background: url(/assets/images/common/texture.jpg) no-repeat center top/cover;
    width: 100%;
    height: 62px;
    margin-top: 0;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  main:not(.sitetop) #title .t_inner_inner {
    display: inline-flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  main:not(.sitetop) #title .t_inner_inner .category {
    font-size: 12px;
    font-weight: bold;
  }
  main:not(.sitetop) #title .t_inner_inner .category::after {
    width: 18px;
    height: 1px;
    display: inline-block;
    content: "";
    background: #fff;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -0.1em;
  }
  main:not(.sitetop) #title .t_inner_inner .pagettl {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0.2em;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main:not(.sitetop) #title .t_inner_inner .pagettl .small_right {
    font-size: 12px;
    line-height: 1.2857142857;
    text-align: left;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #fff;
  }
  main:not(.sitetop) .topicpath {
    background: #F1F1F1;
    margin: auto;
    padding-top: 60px;
    margin-top: -50px;
  }
}

section.regular p a {
  color: #9D2A31;
  text-decoration: underline;
}
section.regular p a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  section.regular + section.regular {
    margin-top: 50px;
  }
}

section.sec_gray {
  padding-top: 40px;
  padding-bottom: 100px;
  background: #F1F1F1 !important;
}
@media screen and (max-width: 767px) {
  section.sec_gray {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

section.regular + section.sec_gray {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  section.regular + section.sec_gray {
    margin-top: 60px;
  }
}

section.lead, section#lead {
  padding-top: 30px;
  padding-bottom: 80px;
  background: #F1F1F1;
}
section.lead p + p, section#lead p + p {
  margin-top: 1.3em;
}
@media screen and (max-width: 767px) {
  section.lead, section#lead {
    padding-top: 35px;
  }
}

* + p {
  margin-top: 1.5em;
}

section.regular {
  background: #fff;
  padding-top: 80px;
}
section.regular .body {
  width: 647px;
  min-height: 300px;
  position: relative;
}
section.regular .body .column_pic {
  position: absolute;
  top: 0;
  left: 706px;
  width: 495px;
}
section.regular .column_txt p + p {
  margin-top: 1.5em;
}
section.regular .column_txt .subheading {
  font-size: 18px;
  font-weight: bold;
  margin-top: 3em;
}
section.regular .column_txt .subheading + p {
  margin-top: 0.8em;
}
@media screen and (max-width: 767px) {
  section.regular {
    padding-top: 50px;
  }
  section.regular .body {
    width: auto;
    min-height: 3px;
  }
  section.regular .body .column_pic {
    position: static;
    width: auto;
    margin-bottom: 25px;
  }
  section.regular .body .column_txt p + p {
    margin-top: 1.5em;
  }
}

.column_narrow {
  max-width: 650px;
  margin: auto;
  margin-top: 60px;
}

p + .lnum_block {
  margin-top: 50px;
}

.lnum_block + .lnum_block {
  margin-top: 30px;
}
.lnum_block + p {
  margin-top: 50px;
}
.lnum_block .h_lnum {
  border-bottom: 1px solid #B9B9B9;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.lnum_block .h_lnum .lnum {
  font-size: 80px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  color: #9D2A31;
}
.lnum_block .h_lnum .lnum.small {
  font-size: 32px;
  padding-bottom: 8px;
}
.lnum_block .h_lnum .main {
  font-size: 18px;
  font-weight: bold;
  margin-left: 15px;
  padding-bottom: 8px;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .lnum_block + .lnum_block {
    margin-top: 30px;
  }
  .lnum_block .h_lnum {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
  .lnum_block .h_lnum .lnum {
    font-size: 60px;
  }
  .lnum_block .h_lnum .lnum.small {
    font-size: 60px;
    padding-bottom: 1px;
  }
  .lnum_block .h_lnum .main {
    font-size: 18px;
    margin-left: 15px;
    padding-bottom: 1px;
  }
  .lnum_block .h_lnum .lnum.small + .main {
    padding-bottom: 5px;
  }
}

.qa_area {
  margin-top: 50px;
}

.qa_block + .qa_block {
  margin-top: 40px;
}
.qa_block .qa_q {
  border-bottom: 1px solid #9D2A31;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.qa_block .qa_q .lnum {
  font-size: 40px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  color: #9D2A31;
  padding-bottom: 5px;
}
.qa_block .qa_q .main {
  font-size: 18px;
  font-weight: bold;
  margin-left: 15px;
  line-height: 1.6666666667;
}

@media screen and (max-width: 767px) {
  .qa_area {
    margin-top: 30px;
  }
  .qa_block + .qa_block {
    margin-top: 40px;
  }
  .qa_block .qa_q {
    border-bottom: 1px solid #9D2A31;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .qa_block .qa_q .lnum {
    font-size: 40px;
    font-family: "Lexend Deca", sans-serif;
    font-weight: 400;
    color: #9D2A31;
  }
  .qa_block .qa_q .main {
    font-size: 15px;
  }
}
.flow_detail {
  margin-top: 40px;
}
.flow_detail:not(:last-child) {
  margin-bottom: 60px;
}
.flow_detail li {
  background: #fff;
  position: relative;
  padding: 15px 30px 30px;
}
.flow_detail li.border {
  border: 3px solid #9D2A31;
}
.flow_detail li + li {
  margin-top: 24px;
}
.flow_detail li:not(:last-child)::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 22.5px 0 22.5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -24px;
  left: calc(50% - 22.5px);
}
.flow_detail p.num {
  text-align: center;
  font-size: 36px;
  font-family: "Lexend Deca", sans-serif;
  color: #9D2A31;
  line-height: 1;
}
.flow_detail h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #9D2A31;
  margin-bottom: 15px;
}
.flow_detail h3.ml {
  font-size: 22px;
  margin-bottom: 0;
}
.flow_detail.flow_type2 li {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding: 20px;
  align-items: center;
}
.flow_detail.flow_type2 li .hgroup {
  width: 240px;
  min-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url(/assets/images/common/texture_red_1.jpg) left top no-repeat;
}
.flow_detail.flow_type2 li .hgroup .num {
  color: #fff;
  font-size: 34px;
}
.flow_detail.flow_type2 li .hgroup h3 {
  color: #fff;
  font-size: 18px;
}
.flow_detail.flow_type2 li .txt {
  width: calc(100% - 280px);
}
@media screen and (max-width: 767px) {
  .flow_detail {
    margin-top: 30px;
  }
  .flow_detail:not(:last-child) {
    margin-bottom: 60px;
  }
  .flow_detail li {
    background: #fff;
    position: relative;
    padding: 15px 10px 10px;
  }
  .flow_detail li.border {
    border: 3px solid #9D2A31;
  }
  .flow_detail li + li {
    margin-top: 24px;
  }
  .flow_detail li:not(:last-child)::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 22.5px 0 22.5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -24px;
    left: calc(50% - 22.5px);
  }
  .flow_detail p.num {
    text-align: center;
    font-size: 18px;
    font-family: "Lexend Deca", sans-serif;
    color: #9D2A31;
    line-height: 1;
  }
  .flow_detail h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #9D2A31;
    margin-bottom: 15px;
    margin-bottom: 0;
  }
  .flow_detail h3.ml {
    font-size: 15px;
    margin-bottom: 0;
  }
  .flow_detail.wide li {
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .flow_detail.wide li p.num {
    font-size: 36px;
  }
  .flow_detail.wide li h3 {
    margin-bottom: 8px;
  }
  .flow_detail.wide li p.tac {
    text-align: left;
  }
  .flow_detail.flow_type2 li {
    display: block;
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding: 20px;
    align-items: center;
  }
  .flow_detail.flow_type2 li .hgroup {
    width: auto;
    min-height: 60px;
    padding: 10px;
  }
  .flow_detail.flow_type2 li .hgroup .num {
    font-size: 27px;
  }
  .flow_detail.flow_type2 li .hgroup h3 {
    margin-top: 8px;
    font-size: 16px;
  }
  .flow_detail.flow_type2 li .txt {
    margin-top: 10px;
    width: auto;
  }
}

.column_1 {
  display: inline-block;
  border-left: 4px solid #9D2A31;
  border-right: 4px solid #9D2A31;
  padding: 0 4px;
}
.column_1 .c_inner {
  border-left: 1px solid #9D2A31;
  border-right: 1px solid #9D2A31;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .column_1 .c_inner {
    padding: 0px 15px;
  }
}

.list_security {
  display: flex;
}
.list_security li {
  width: 50%;
  padding: 0 60px;
}
.list_security li + li {
  border-left: 1px solid #B9B9B9;
}
.list_security li figure {
  height: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .list_security li {
    width: 50%;
    padding: 0 10px 0 0;
  }
  .list_security li + li {
    padding: 0 0 0 10px;
    border-left: 1px solid #B9B9B9;
  }
  .list_security li figure {
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .list_security li p.small {
    font-size: 10px;
  }
}

.list_column_1 {
  max-width: 650px;
  margin: auto;
}
.list_column_1 li + li {
  margin-top: 50px;
}
.list_column_1 li .texture_ac + p {
  margin-top: 1em;
}
.list_column_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.list_column_2 + p {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .list_column_2 {
    grid-template-columns: auto;
    gap: 2px;
  }
}

.texture_ac {
  width: 100%;
  height: 86px;
  background: url(/assets/images/common/texture_red_1.jpg) left top no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
.texture_ac.tex_2 {
  background-image: url(/assets/images/common/texture_red_2.jpg);
}
.texture_ac.tex_3 {
  background-image: url(/assets/images/common/texture_red_3.jpg);
}
.texture_ac.tex_4 {
  background-image: url(/assets/images/common/texture_red_4.jpg);
}
@media screen and (max-width: 767px) {
  .texture_ac {
    height: 58px;
    font-size: 16px;
  }
}

.btn_wrapper + .btn_wrapper {
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .btn_wrapper + .btn_wrapper {
    margin-top: 26px;
  }
}

.btn_bnr {
  background: url(/assets/images/common/texture.jpg) 200px top/cover;
  width: 746px;
  height: 160px;
  justify-content: flex-end;
  padding-right: 60px;
}
.btn_bnr + .btn_bnr {
  margin-top: 26px;
}
.btn_bnr::after, .btn_bnr div.fig {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 160px;
  display: block;
  content: "";
  background: url(/assets/images/common/bnr_evacuation_ph.jpg) center center/cover;
}
.btn_bnr.divorce::after {
  background-image: url(/assets/images/common/bnr_divorce_ph.jpg);
}
.btn_bnr.divorce.divorce_2::after {
  background-image: url(/assets/images/common/bnr_divorce_2_ph.jpg);
}
.btn_bnr.land::after {
  background-image: url(/assets/images/common/bnr_land_ph.jpg);
}
.btn_bnr::before {
  background: rgba(255, 255, 255, 0.2);
}
.btn_bnr .txt {
  width: 400px;
  color: #fff;
}
.btn_bnr .txt .large {
  font-size: 24px;
  font-weight: bold;
}
.btn_bnr .txt .small {
  display: block;
  font-size: 20px;
  font-weight: normal;
  margin-top: 10px;
}
.btn_bnr .ul::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .btn_bnr.btn_column {
    width: 680px;
    height: 160px;
    padding-right: 20px;
  }
  .btn_bnr.btn_column .txt {
    padding-left: 20px;
  }
}
.btn_bnr.btn_column::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .btn_bnr {
    background: url(/assets/images/common/texture.jpg) 200px top/cover;
    width: auto;
    margin-left: -25px;
    margin-right: -25px;
    height: 150px;
    justify-content: flex-end;
    padding-right: 10px;
  }
  .btn_bnr::after, .btn_bnr div.fig {
    top: 0;
    left: 0;
    width: 130px;
    height: 100%;
    background: url(/assets/images/common/bnr_evacuation_ph_sp.jpg) right center/cover;
  }
  .btn_bnr.divorce::after {
    background-image: url(/assets/images/common/bnr_divorce_ph.jpg);
  }
  .btn_bnr::before {
    background: rgba(255, 255, 255, 0.2);
  }
  .btn_bnr .txt {
    width: calc(100vw - 0px);
    padding-left: 150px;
    padding-right: 40px;
  }
  .btn_bnr .txt .large {
    font-size: 17px;
  }
  .btn_bnr .txt .small {
    font-size: 14px;
  }
  .btn_bnr .c_arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.cathcopy_1 {
  font-size: 18px;
  line-height: 1.7777777778;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cathcopy_1 {
    font-size: 14px;
  }
}

table {
  margin: 20px auto 50px;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
table caption {
  padding: 15px 15px 15px 0;
  text-align: left;
  font-weight: bold;
  opacity: 0.75;
}
table th {
  border-top: 1px solid rgba(41, 41, 41, 0.2);
  background: rgba(41, 41, 41, 0.1);
  color: #9D2A31;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 15px;
}
table th + th, table td + td {
  border-left: 1px solid #ccc;
}
table td {
  border-top: 1px solid #ccc;
  background: #fff;
  padding: 13px 15px;
}
table td:not(:last-child) {
  border-right: 1px solid #ccc;
}
table th.cel_white, table td.cel_white {
  border-top: 1px solid #ccc;
  background: #fff;
  color: #222;
}
table th.cel_blue {
  border-top: 1px solid #ccc;
  background: #eee;
  color: #222;
}
table td.cel_blue {
  background: #f8f8f8;
  color: #222;
}
table td.cel_red {
  background: rgba(157, 42, 42, 0.05);
}

/*--------------------------------------
お問い合わせ
--------------------------------------*/
.essential {
  vertical-align: middle;
  padding: 3px 6px;
  display: inline-block;
  background: #9D2A31;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

main.contact #mv {
  background-image: url(/assets/images/contact/mv.jpg);
}
main.contact section#lead {
  padding-bottom: 30px;
}
main.contact.thanks section#lead {
  padding-bottom: 100px;
}
main.contact section.contact {
  padding-top: 1;
}
main.contact section.contact .inner {
  padding: 50px 80px 100px;
  background: #fff;
}
main.contact form.custom-wpcf7c-confirmed table.inputform tr td input, main.contact form.custom-wpcf7c-confirmed table.inputform tr td select, main.contact form.custom-wpcf7c-confirmed table.inputform tr td textarea {
  border-left: 1px solid #9D2A31 !important;
  box-shadow: 0 0 0px 999px #fff inset;
  border-radius: 0;
}
main.contact table.inputform {
  border: none;
  margin: auto;
}
main.contact table.inputform tr {
  border: none;
}
main.contact table.inputform tr th {
  padding: 25px 0;
  background: none;
  border: none;
  text-align: left;
  width: 250px;
  vertical-align: middle;
}
main.contact table.inputform tr th .txt {
  display: inline-block;
  min-width: 130px;
  font-size: 15px;
  font-weight: bold;
  color: #292929;
  line-height: 1;
  vertical-align: middle;
}
main.contact.bonds main.contact table.inputform tr th .txt {
  min-width: 300px;
}
main.contact table.inputform tr th .essential {
  vertical-align: middle;
  padding: 3px 6px;
  display: inline-block;
  background: #9D2A31;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}
main.contact table.inputform tr td {
  padding: 25px 0;
  border: none;
  width: calc(100% - 250px);
  vertical-align: middle;
  position: relative;
}
main.contact table.inputform tr td .wpcf7-not-valid-tip {
  display: block;
  position: absolute;
  top: auto !important;
  left: 0;
  padding-top: 5px;
}
main.contact table.inputform tr td input, main.contact table.inputform tr td span.input {
  display: inline-block;
  border: none;
  font-size: 16px;
  padding: 12px 20px;
  outline: 0;
  padding: 20px 25px 20px 20px;
  border: 1px solid #ccc;
  width: 100%;
  color: #303339 !important;
  border-radius: 4px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, "Noto Sans JP", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
main.contact table.inputform tr td select {
  min-width: 300px;
  position: relative;
  font-size: 16px;
  padding: 20px 25px 20px 20px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/common//select.png) center right no-repeat;
  border-radius: 4px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, "Noto Sans JP", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@keyframes onAutoFillStart {}
main.contact table.inputform tr td textarea {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, "Noto Sans JP", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  font-size: 16px;
  padding: 12px 20px;
  padding: 20px 25px 20px 20px;
  border: 1px solid #ccc;
  outline: 0;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  height: 185px;
  color: #303339;
  line-height: 2.125;
  border-radius: 4px;
  font-weight: normal;
}
main.contact table.inputform tr td input::-moz-placeholder, main.contact table.inputform tr td textarea::-moz-placeholder {
  color: #A3A3A3;
  font-weight: normal;
}
main.contact table.inputform tr td input::placeholder, main.contact table.inputform tr td textarea::placeholder {
  color: #A3A3A3;
  font-weight: normal;
}
main.contact table.inputform tr td.zip .mark {
  display: inline-block;
  width: 30px;
}
main.contact table.inputform tr td.zip input {
  width: 270px;
}
main.contact .check_wrap {
  margin-top: 30px;
  padding-left: 250px;
  font-size: 1.6rem;
}
main.contact .check_wrap input[type=checkbox] {
  margin: 3px 3px 3px 4px;
}
main.contact .check_wrap a {
  color: #9D2A31;
}
main.contact .check_wrap label {
  padding-left: 10px;
}
main.contact .sbmt_btn {
  margin-top: 50px;
  text-align: center;
}
main.contact .sbmt_btn button:not(:disabled) {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  main.contact section#lead {
    padding-bottom: 30px;
  }
  main.contact.thanks section#lead {
    padding-bottom: 60px;
  }
  main.contact section.contact {
    padding-top: 1;
    padding-bottom: 0;
  }
  main.contact section.contact .inner {
    padding: 20px 25px 50px;
  }
  main.contact table.inputform {
    margin: auto;
    display: block;
  }
  main.contact table.inputform tbody {
    width: 100%;
  }
  main.contact table.inputform tr {
    width: calc(100vw - 50px);
    display: block;
  }
  main.contact table.inputform tr th {
    display: block;
    padding: 25px 0 0;
    background: none;
    border: none;
    text-align: left;
    width: 100%;
  }
  main.contact table.inputform tr th .txt {
    display: inline-block;
    min-width: 130px;
    font-size: 15px;
    font-weight: bold;
    color: #292929;
    line-height: 1;
    vertical-align: middle;
  }
  main.contact table.inputform tr th .essential {
    vertical-align: middle;
    padding: 3px 6px;
    display: inline-block;
    background: #9D2A31;
    color: #fff;
    font-size: 10px;
    line-height: 1;
  }
  main.contact table.inputform tr td {
    padding: 10px 0 25px;
    width: 100%;
    display: block;
  }
  main.contact table.inputform tr td input, main.contact table.inputform tr td span.input {
    display: inline-block;
    border: none;
    font-size: 16px;
    padding: 12px 20px;
    outline: 0;
    padding: 15px 20px 15px 15px;
    border: 1px solid #ccc;
    width: 100%;
    color: #303339 !important;
    border-radius: 4px;
  }
  main.contact table.inputform tr td select {
    min-width: 10px;
    width: 100%;
    position: relative;
    font-size: 16px;
    padding: 15px 30px 15px 15px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/common//select.png) center right no-repeat;
    border-radius: 4px;
  }
  main.contact table.inputform tr td textarea {
    display: inline-block;
    font-size: 16px;
    padding: 15px 20px 15px 15px;
    border: 1px solid #ccc;
    outline: 0;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    height: 185px;
    color: #303339;
    line-height: 2.125;
    border-radius: 4px;
    font-weight: normal;
  }
  main.contact table.inputform tr td input::-moz-placeholder, main.contact table.inputform tr td textarea::-moz-placeholder {
    color: #A3A3A3;
    font-weight: normal;
  }
  main.contact table.inputform tr td input::placeholder, main.contact table.inputform tr td textarea::placeholder {
    color: #A3A3A3;
    font-weight: normal;
  }
  main.contact table.inputform tr td.zip .mark {
    display: inline-block;
    width: 30px;
  }
  main.contact table.inputform tr td.zip input {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
  main.contact .check_wrap {
    margin-top: 30px;
    padding-left: 0px;
    text-align: center;
  }
  main.contact .check_wrap a {
    color: #9D2A31;
  }
  main.contact .check_wrap label {
    padding-left: 10px;
  }
  main.contact .sbmt_btn {
    margin-top: 20px;
    text-align: center;
  }
  main.contact .sbmt_btn button {
    cursor: pointer;
  }
}

main.contact.bonds table.inputform tr th {
  width: 260px;
}
main.contact.bonds table.inputform tr th .txt {
  min-width: 190px;
}
main.contact.bonds table.inputform tr td {
  width: calc(100% - 260px);
}

.wpcf7-response-output {
  text-align: center;
  border: none !important;
  color: #f00;
  font-size: 16px;
}

.wpcf7c-conf {
  background: none !important;
  border: none !important;
}

.tachinoki-contact main,
.tachinoki-thanks main {
  padding-top: 0;
}/*# sourceMappingURL=t_contact.css.map */