@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "sans-seif", "Avenir", "Helvetica Neue",
 "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "BIZ UDPGothic",
 "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #333333;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
  color: #333333;
}

a:hover {
  opacity: 0.8;
}

.br-sp,
.br-tab,
.table-sp {
  display: none;
}

.br-pc {
  display: block;
}

.sp_view {
  display: none;
}

.txt_red {
  color: #f84259;
}

.fwb {
  font-weight: bold;
}

.txt_center {
  text-align: center;
}

header {
  max-width: 1120px;
  margin: 0 auto;
}

header .navi-box #pc_gnav {
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
  padding-top: 40px;
}

header .navi-box #pc_gnav .pc_gnavWrapper {
  max-width: 1120px;
  margin: auto;
  display: flex;
  align-items: flex-end;
  padding-bottom: 15px;
}

header .navi-box #pc_gnav .pc_gnavWrapper li {
  border-left: #f84259 1px solid;
  text-align: center;
  transition: all 0.3s ease;
}

header .navi-box #pc_gnav .pc_gnavWrapper li:first-child {
  border-left: none;
}

header .navi-box #pc_gnav .pc_gnavWrapper li:last-child {
  border-right: #f84259 1px solid;
}

header .navi-box #pc_gnav .pc_gnavWrapper li a {
  display: block;
  color: #333;
  text-decoration: none;
  text-align: center;
  font-size: 1.6rem;
  line-height: 0.9;
  letter-spacing: 0.2em;
}

header .navi-box #pc_gnav .pc_gnavWrapper li img {
  padding: 0 10px;
}

header .navi-box #pc_gnav .pc_gnavWrapper .company {
  width: 70%;
  display: flex;
  align-items: self-end;
  justify-content: flex-start;
}

header .navi-box #pc_gnav .pc_gnavWrapper .company img {
  padding: 0 10px 0 0;
}

header .navi-box #pc_gnav .pc_gnavWrapper .company .company-name {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  width: 50%;
}

header .navi-box #pc_gnav .pc_gnavWrapper .h_tel {
  font-size: 2.6rem;
  font-family: "Shippori Antique B1";
  font-weight: bold;
  line-height: 0.9;
}

header .navi-box #pc_gnav .pc_gnavWrapper .h_tel span {
  font-size: 1.6rem;
  font-weight: normal;
}

header .navi-box #pc_gnav .pc_gnavWrapper .company-menu {
  width: 15%;
  padding: 12px 0;
}

header .navi-box #pc_gnav .pc_gnavWrapper .company-menu a:hover {
  color: #f84259;
}

header .navi-box #sp_gnav {
  display: none;
}

main .outbox1 {
  max-width: 1120px;
  margin: 70px auto 0;
}

main .outbox1 h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 23px;
  letter-spacing: 0.2em;
  color: #333333;
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 7px #f84259;
  border-bottom: solid 1px #f84259;
}

main .outbox1 h2 span {
  font-size: 1.7rem;
}

main .outbox1 .subbox1 {
  margin: 0 auto;
  padding: 0 0 25px 0;
}

main .outbox1 .subbox1 h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 23px;
  letter-spacing: 0.2em;
  color: #f84259;
  padding: 0.25em 0.5em;
  margin: 20px 0;
  background: transparent;
  border-left: solid 2px #f84259;
}

main .outbox1 .subbox1 h4 {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  margin: 0 0 1.5em 0;
}

main .outbox1 .subbox1 .wrap-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

main .outbox1 .subbox1 .wrap-box .item {
  width: 32%;
}

main .outbox1 .subbox1 .wrap-box .item img {
  width: 360px;
}

main .outbox1 .subbox1 figure {
  margin-top: 10px;
}

main .outbox1 .subbox2 {
  margin: 0 auto;
  padding: 0 0 50px 0;
}

main .outbox1 .subbox2 h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 23px;
  letter-spacing: 0.2em;
  color: #f84259;
  padding: 0.25em 0.5em;
  margin: 20px 0;
  background: transparent;
  border-left: solid 2px #f84259;
}

main .outbox1 .subbox2 h4 {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  margin: 0 0 1.5em 0;
}

main .outbox1 .subbox2 .table-box1 .table1 {
  width: 740px;
  font-size: 1.5rem;
  line-height: 2.5;
  border-bottom: solid 1px #333333;
}

main .outbox1 .subbox2 .table-box1 .table1 th {
  text-align: center;
  width: 64%;
}

main .outbox1 .subbox2 .table-box1 .table1 td:nth-child(2n + 1),
main .outbox1 .subbox2 .table-box1 .table1 th:nth-child(2n + 1) {
  border-right: solid 1px #333333;
}

main .outbox1 .subbox2 .table-box1 .table1 th,
main .outbox1 .subbox2 .table-box1 .table1 tr:nth-child(2n + 1) {
  background-color: #e6e6e6;
}

main .outbox1 .subbox2 .table-box1 .table1 th,
main .outbox1 .subbox2 .table-box1 .table1 td {
  padding: 0 1em;
}

main .outbox1 .subbox2 .table-box2 {
  display: flex;
}

main .outbox1 .subbox2 .table-box2 .table2 {
  width: 550px;
  font-size: 1.5rem;
  line-height: 2.5;
  border-bottom: solid 1px #333333;
  margin-right: 20px;
}

main .outbox1 .subbox2 .table-box2 .table2 th {
  text-align: center;
}

main .outbox1 .subbox2 .table-box2 .table2 th,
main .outbox1 .subbox2 .table-box2 .table2 tr:nth-child(2n + 1) {
  background-color: #e6e6e6;
}

main .outbox1 .subbox2 .table-box2 .table2 th,
main .outbox1 .subbox2 .table-box2 .table2 td {
  padding: 0 0.5em;
  border-right: solid 1px #333333;
}

main .outbox1 .subbox2 .table-box2 .table2 td:nth-child(4),
main .outbox1 .subbox2 .table-box2 .table2 th:nth-child(4) {
  border-right: none;
}

main .outbox1 .subbox2 .table-box2 .table2:nth-child(2) {
  margin-right: 0;
}

main .outbox1 .subbox2 .row-list {
  max-width: 1120px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
}

main .outbox1 .subbox2 .row-list li {
  width: calc(100% / 3);
  font-size: 1.7rem;
  line-height: 3;
}

main .outbox1 .subbox2 .link-box {
  text-align: center;
  margin: 150px auto 50px;
}

main .outbox1 .subbox2 .link-box .balloon {
  position: relative;
  display: inline-block;
  margin: 0 0 1.5em 0;
  padding: 7px 35px;
  min-width: 120px;
  max-width: 100%;
  color: #f84259;
  background: #fff;
  border: solid 3px #f84259;
  box-sizing: border-box;
}

main .outbox1 .subbox2 .link-box .balloon:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

main .outbox1 .subbox2 .link-box .balloon:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #f84259;
  z-index: 1;
}

main .outbox1 .subbox2 .link-box .balloon p {
  margin: 0;
  padding: 0;
  color: #f84259;
  font-size: 1.8rem;
  letter-spacing: 2px;
}

main .outbox1 .subbox2 figure {
  margin-top: 10px;
}

main .outbox1 .subbox3 {
  margin: 0 auto;
  padding: 0 0 25px 0;
}

main .outbox1 .subbox3 h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 23px;
  letter-spacing: 0.2em;
  color: #f84259;
  padding: 0.25em 0.5em;
  margin: 20px 0;
  background: transparent;
  border-left: solid 2px #f84259;
}

main .outbox1 .subbox3 h4 {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  margin: 0 0 1.5em 0;
}

main .outbox1 .subbox4 {
  margin: 0 auto;
  padding: 0 0 35px 0;
}

main .outbox1 .subbox4 h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 23px;
  letter-spacing: 0.2em;
  color: #f84259;
  padding: 0.25em 0.5em;
  margin: 20px 0;
  background: transparent;
  border-left: solid 2px #f84259;
}

main .outbox1 .subbox4 .row-list {
  max-width: 1120px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
}

main .outbox1 .subbox4 .row-list li {
  width: calc(100% / 3);
  font-size: 1.7rem;
  line-height: 3;
}

main .outbox2 {
  max-width: 1120px;
  margin: 25px auto 0;
}

main .outbox2 h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 23px;
  letter-spacing: 0.2em;
  color: #333333;
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 7px #f84259;
  border-bottom: solid 1px #f84259;
}

main .outbox2 h2 span {
  font-size: 1.7rem;
}

main .outbox2 .subbox1 {
  margin: 0 auto;
  padding: 0 0 50px 0;
}

main .outbox2 .subbox1 h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 23px;
  letter-spacing: 0.2em;
  color: #f84259;
  padding: 0.25em 0.5em;
  margin: 20px 0;
  background: transparent;
  border-left: solid 2px #f84259;
}

main .outbox2 .subbox1 h4 {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  margin: 0 0 1.5em 0;
}

main .outbox2 .subbox1 .table-box3 .table3 {
  width: 740px;
  font-size: 1.5rem;
  line-height: 2.5;
  border-bottom: solid 1px #888;
  margin: 0 auto;
}

main .outbox2 .subbox1 .table-box3 .table3 th {
  padding: 1.4em 0.5em;
  vertical-align: middle;
  width: 170px;
}

main .outbox2 .subbox1 .table-box3 .table3 .bg_gry {
  background: #dddddd;
  border-bottom: solid 1px #fff;
}

main .outbox2 .subbox1 .table-box3 .table3 td {
  padding: 1.4em 0.5em;
  vertical-align: middle;
  border-right: solid 1px #888;
  border-top: solid 1px #888;
  border-left: solid 1px #fff;
}

main .outbox2 .subbox1 .table-box3 .table3 td:nth-child(4),
main .outbox2 .subbox1 .table-box3 .table3 th:nth-child(4) {
  border-right: none;
}

main .outbox2 .subbox2 {
  margin: 0 auto 120px;
  padding: 0 0 25px 0;
}

main .outbox2 .subbox2 h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 23px;
  letter-spacing: 0.2em;
  color: #f84259;
  padding: 0.25em 0.5em;
  margin: 20px 0;
  background: transparent;
  border-left: solid 2px #f84259;
}

main .outbox2 .subbox2 h4 {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  margin: 0 0 1.5em 0;
}

main .outbox2 .subbox2 .map {
  position: relative;
  width: 930px;
  height: 0;
  padding-top: 56.25%;
  margin: 0 0 0 auto;
}

main .outbox2 .subbox2 .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main .outbox2 .subbox2 .map p {
  font-size: 1.5rem;
  border-left: solid 2px #f84259;
  padding: 0 0 0 0.5em;
}

footer {
  background: #e6e6e6;
}

footer .footer-content {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 0 85px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
}

footer .footer-content .footer-box {
  width: calc(1120px / 3);
  padding-right: 20px;
}

footer .footer-content .footer-box:last-child {
  padding-right: 0;
}

footer .footer-content .footer-box h5 {
  border-bottom: 1px solid #f84259;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

footer .footer-content .footer-box p {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}

footer .footer-content .footer-box p .txt_middle,
footer .footer-content .footer-box p .txt_large,
footer .footer-content .footer-box p .txt_xlarge {
  font-family: "Shippori Antique B1";
  vertical-align: sub;
}

footer .footer-content .footer-box p .txt_middle {
  font-size: 2.3rem;
}

footer .footer-content .footer-box p .txt_large {
  font-size: 2.5rem;
}

footer .footer-content .footer-box p .txt_xlarge {
  font-size: 3.2rem;
}

footer .footer-content .footer-box a[href*="tel:"] {
  pointer-events: none;
}

@media (max-width: 1024px) {
  .br-tab,
  .table-sp {
    display: block;
  }
  .br-sp,
  .br-pc,
  .table-pc {
    display: none;
  }
  .sp_view {
    display: block;
  }
  .bar1 {
    top: 0;
  }
  .bar2 {
    top: 10px;
  }
  .bar3 {
    bottom: 15px;
  }
  .bar1.bar_change {
    top: 10px;
    transform: rotate(45deg);
  }
  .bar2.bar_change {
    opacity: 0;
  }
  .bar3.bar_change {
    top: 10px;
    transform: rotate(-45deg);
  }
  header .navi-box {
    position: relative;
  }
  header .navi-box figure img {
    max-width: 100%;
  }
  header .navi-box #hamburger {
    margin-top: 15px;
    height: 50px;
  }
  header .navi-box #hamburger .btn_menu {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    width: 45px;
    height: 39px;
    box-sizing: border-box;
    margin-left: auto;
    z-index: 100;
  }
  header .navi-box #hamburger .btn_menu span {
    display: block;
    width: 30px;
    height: 3px;
    background: #333333;
    position: absolute;
    left: 10px;
    transition: all 0.5s ease;
  }
  header .navi-box #pc_gnav {
    display: none;
  }
  header .navi-box #sp_gnav {
    position: absolute;
    z-index: 1000;
    opacity: 0.95;
    width: 100%;
  }
  header .navi-box #sp_gnav .sp_gnavWrapper {
    background: #f84259;
    border-bottom: #fff;
  }
  header .navi-box #sp_gnav .sp_gnavWrapper li {
    padding: 0.8em 0;
    text-align: center;
    border-bottom: solid 1px #fff;
  }
  header .navi-box #sp_gnav .sp_gnavWrapper li a {
    text-decoration: none;
    color: white;
    font-size: 1.4rem;
  }
  header .navi-box .sp_company {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.3rem;
  }
  header .navi-box .sp_company h1 {
    padding: 1em;
    font-family: "Noto Sans JP";
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  header .navi-box .sp_company .h_tel {
    font-size: 1.6rem;
    font-family: "Shippori Antique B1";
    font-weight: bold;
    line-height: 1.5;
  }
  header .navi-box .sp_company .h_tel span {
    font-size: 1.6rem;
    font-weight: normal;
  }
  main .outbox1 {
    margin: 40px auto 0;
    padding: 0 10px;
  }
  main .outbox1 .subbox1 {
    max-width: 100%;
    padding: 0 0 20px 0;
  }
  main .outbox1 .subbox1 .wrap-box {
    width: 740px;
  }
  main .outbox1 .subbox1 .wrap-box .item {
    width: 48%;
  }
  main .outbox1 .subbox1 .wrap-box::after {
    display: block;
    content: "";
    width: 47%;
  }
  main .outbox1 .subbox2 {
    max-width: 100%;
    padding: 0 0 20px 0;
  }
  main .outbox1 .subbox2 .table-box2 {
    display: flex;
    flex-direction: column;
  }
  main .outbox1 .subbox2 .table-box2 .table2 {
    width: 100%;
    margin-right: 0;
  }
  main .outbox1 .subbox2 .table-box2 .table2:nth-child(2) {
    margin-top: 20px;
  }
  main .outbox1 .subbox2 .link-box {
    text-align: center;
    margin: 100px auto 20px;
  }
  main .outbox1 .subbox3 {
    padding: 0 0 20px 0;
  }
  main .outbox1 .subbox3 h4 {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    margin: 0;
  }
  main .outbox1 .subbox4 {
    padding: 0 0 5px 0;
  }
  main .outbox2 {
    margin: 10px auto 0;
    padding: 0 10px;
  }
  main .outbox2 .subbox1 {
    padding: 0 0 20px 0;
  }
  main .outbox2 .subbox1 .table-box3 .table3 {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  main .outbox2 .subbox1 .table-box3 .table3 th {
    width: 30%;
  }
  main .outbox2 .subbox2 {
    margin: 0 auto 70px;
  }
  main .outbox2 .subbox2 h4 {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    margin: 0;
  }
  main .outbox2 .subbox2 .map {
    width: 100%;
  }
  main .outbox2 .subbox2 .map p {
    font-size: 1.2rem;
    border-left: solid 2px #f84259;
    margin: 0.5em 0;
    padding: 0 0 0 0.5em;
  }
  footer .footer-content {
    max-width: 100%;
    padding: 40px 10px;
  }
  footer .footer-content .footer-box {
    width: calc(100% / 3);
    padding-right: 10px;
  }
  footer .footer-content .footer-box:last-child {
    padding-right: 0;
  }
  footer .footer-content .footer-box h5 {
    border-bottom: 1px solid #f84259;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  footer .footer-content .footer-box figure img {
    max-width: 100%;
  }
  footer .footer-content .footer-box p {
    font-size: 1.2rem;
    font-weight: bold;
  }
  footer .footer-content .footer-box p .txt_middle,
  footer .footer-content .footer-box p .txt_large,
  footer .footer-content .footer-box p .txt_xlarge {
    font-family: "Shippori Antique B1";
    vertical-align: sub;
  }
  footer .footer-content .footer-box p .txt_middle {
    font-size: 1.8rem;
  }
  footer .footer-content .footer-box p .txt_large {
    font-size: 1.8rem;
  }
  footer .footer-content .footer-box p .txt_xlarge {
    font-size: 1.8rem;
  }
  footer .footer-content .footer-box a[href*="tel:"] {
    pointer-events: initial;
  }
}

@media (max-width: 599px) {
  body {
    letter-spacing: 0;
  }
  .br-sp,
  .br-tab,
  .table-sp {
    display: block;
  }
  .br-pc,
  .table-pc {
    display: none;
  }
  .spview {
    display: none;
  }
  #pc_gnav {
    display: none;
  }
  header .navi-box .sp_company {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-family: "Noto Sans JP 700";
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  header .navi-box .sp_company h1 {
    padding: 0 0 0 20px;
    line-height: 1;
  }
  header .navi-box .sp_company .h_tel {
    padding: 0 0 0 20px;
    font-size: 1.3rem;
    font-family: "Shippori Antique B1";
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  header .navi-box .sp_company .h_tel span {
    font-size: 1rem;
    font-weight: normal;
  }
  main .outbox1 .subbox1 figure {
    text-align: center;
  }
  main .outbox1 .subbox1 .wrap-box {
    max-width: 100%;
  }
  main .outbox1 .subbox1 .wrap-box .item {
    width: 48%;
  }
  main .outbox1 .subbox1 .wrap-box .item img {
    width: 100%;
  }
  main .outbox1 .subbox1 .wrap-box h4 {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  main .outbox1 .subbox2 figure {
    text-align: center;
  }
  main .outbox1 .subbox2 .center_box {
    text-align: center;
  }
  main .outbox1 .subbox2 .center_box h4 {
    display: inline-block;
    text-align: left;
    width: 360px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  main .outbox1 .subbox2 .table-box1 .table1 {
    width: 100%;
    font-size: 1.2rem;
    line-height: 2.5;
  }
  main .outbox1 .subbox2 .table-box1 .table1 th {
    width: 50%;
  }
  main .outbox1 .subbox2 .table-box2 {
    display: flex;
  }
  main .outbox1 .subbox2 .table-box2 .table2 {
    width: 100%;
    font-size: 1.2rem;
  }
  main .outbox1 .subbox2 .row-list {
    max-width: 100%;
    padding-left: 20px;
  }
  main .outbox1 .subbox2 .row-list li {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2;
  }
  main .outbox1 .subbox2 .link-box {
    text-align: center;
    margin: 50px auto 10px;
  }
  main .outbox1 .subbox2 .link-box .balloon p {
    font-size: 1.4rem;
  }
  main .outbox1 .subbox3 figure {
    text-align: center;
  }
  main .outbox1 .subbox3 .center_box {
    text-align: center;
  }
  main .outbox1 .subbox3 .center_box h4 {
    display: inline-block;
    text-align: left;
    width: 360px;
    font-size: 1.2rem;
  }
  main .outbox1 .subbox4 .row-list {
    max-width: 100%;
    padding-left: 20px;
    flex-direction: column;
  }
  main .outbox1 .subbox4 .row-list li {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2;
  }
  main .outbox2 {
    margin: 10px auto 0;
  }
  main .outbox2 .subbox2 {
    margin: 0 auto 40px;
  }
  main .outbox2 .subbox2 figure {
    text-align: center;
  }
  main .outbox2 .subbox2 .center_box {
    text-align: center;
  }
  main .outbox2 .subbox2 .center_box h4 {
    display: inline-block;
    text-align: left;
    width: 360px;
    font-size: 1.2rem;
  }
  main .outbox2 .subbox2 .map p {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    border-left: solid 2px #f84259;
    margin: 0.5em 0;
    padding: 0 0 0 0.5em;
  }
  footer .footer-content {
    padding: 30px 50px 40px;
    flex-direction: column;
  }
  footer .footer-content .footer-box {
    width: 100%;
    padding: 0;
  }
  footer .footer-content .footer-box h5 {
    margin: 10px 0;
  }
  footer .footer-content .footer-box p,
  footer .footer-content .footer-box figure {
    padding-left: 24px;
  }
}

/***************  お問い合わせフォームのCSS ***************/

.text-block{font-size:1.2rem;}

/* レイアウト調整 */
#formWrap{
width:950px;
margin-top:6rem!important;
margin-bottom:8rem!important;
margin:0 auto;
color:#555;
line-height:120%;
font-size:90%;
}

/* テキストの調整 */
#contact .text-block-1{
font-size: 1.25rem;
list-style: none;
padding-left: 0;
margin-bottom:4rem;
}
#contact .text-block-2{
display:inline-block;
text-align: left;
list-style: none;
padding-left: 0;
margin-top:0;
margin-bottom:3.6rem;
padding: 1rem 2rem;
}
#contact .info-block{
font-size: 1.25rem;
margin-bottom:5rem;
text-align: center;
line-height:3.0;
border: 1px solid #777;
}
#contact .info-block p{
text-align:center;
font-weight:bold;
font-size:1rem;
margin-bottom:0;
margin-top:4rem;
font-size:1.6rem;
}
#contact .text-danger{
color:#f84259;
}

/* セレクトボタンのスタイル */
#contact select{
border-radius:0!important;
}

/* ボタンの調整 */
#contact .submitBtn{
width:32%;
height: 5rem;
background:#f9233c;
border-color:initial;
color: #fff;
font-size: 1.6rem;
border-width:0;
border-radius:0!important;
}
#contact .btn_block{
text-align:center;
list-style:none;
padding-left:0;
}
#contact .submitBtn:hover{
background:#ce3131;
}
@media screen and (max-width:425px) {
#contact .submitBtn{
width:100%!important;}
}

/* resetCSSの解除 */
textarea{border:1px solid #999;vertical-align: middle;}
#contact table th{font-weight:bold;vertical-align: middle;}

/* テーブルの基本サイズ */
#contact td input{
width:61%;height:3rem;
font-size: 1.25rem;
border: 1px solid #777;
}
#contact select{
width:61.5%;height:3.7rem;
font-size: 1.25rem;
background: #fff!important;
border: 1px solid #777;
}
#contact textarea{
width:100%;height:18rem;
font-size: 1.3rem;
border: 1px solid #777;
}
#contact table.formTable{
width:100%;
margin:0 auto;
border-collapse:collapse;
margin-bottom:6rem;
}
#contact table.formTable td,table.formTable th{
border:1px solid #ccc;
padding:1.8rem;
}
#contact table.formTable th{
width:32%;
background:#dddddd;
text-align:left;
font-size: 1.4rem;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}
#contact form input[type="submit"]{
display:block;
padding: 1rem 5rem!important;
}

/*　スマホ用・タブレットのCSS　*/
@media screen and (max-width:850px) {
#formWrap {
width:95%;
margin:0 auto;}
}
@media screen and (min-width:px) and (max-width:850px) {
#formWrap {
width:95%;
margin:0 auto;}
table.formTable th{
width:35%;}
}
@media screen and (max-width:572px) {
#formWrap {
width:95%;
margin:0 auto;
}
#contact select{
width:99.5%;
height:4.2rem;
}
@media screen and (max-width:425px) {
#contact textarea {
width: 96%;}
}
#contact table.formTable th, table.formTable td {
width:auto;
display:block;
}
#contact table.formTable th {
border-bottom:0;
}
#contact form input[type="text"], form textarea {
width:95%;
padding:5px;
font-size:150%;
display:block;
border-radius:0!important;
}
#contact form input[type="submit"], form input[type="reset"], form input[type="button"] {
display:block;
width:100%;
height:40px;}
}