/*--------------------------------------------------------------------------
main
--------------------------------------------------------------------------*/
#is-contact main {
  background: #F8F8F8;
}
main #visual h1 span {
  display: block;
  font-size: 45px;
}
main section {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
main #visual {
  background-image: url(../images/contact/visual.jpg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: cover;
  height: 20vw;
  text-align: center; }
  main #visual .inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center; }
  main #visual h1 {
    color: #fff;
    font-family: "Maven Pro", "YuGothic", sans-serif;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 auto;
    text-align: center; }
    main #visual h1 span {
      display: block;
}
main #crumbs {
  background-color: #F8F8F8; }
main .inner .head {
  margin-bottom: 40px;
}
main .text {
  background-color: #FFFFFF;
  padding: 40px;
  text-align: left;
  border: 1px solid #AAAAAA;
  border-radius: 4px; }
  main .text h3 {
    color: #434343;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  main .text ul {
    margin-bottom: 20px;
  }
  main .text ul li {
    padding-left: 1.2em;
    font-size: 0.95rem;
    list-style: disc;
    list-style-position: inside;
    line-height: 1.8;
    text-indent: -1.0em;
  }
main .text ul li a {
	color: #212681;
	font-weight: bold;
	text-decoration: underline;	
}
  main .text .info {
    padding: 28px 40px;
    font-size: 16px;
    line-height: 1.8;
    background: #EDEDED;
    border-radius: 4px;
  }
main .head {
  border-top: solid 2px #BA0021;
  border-bottom: solid 1px #ddd;
  color: #BA0021;
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0 0;
  padding: 10px 0 10px;
  width: 100%;
}



/* form */
/* ============================================ */
.contact-form {
  max-width: 1028px;
  margin: 0 auto;
  font-size: 0.95rem;
}
@media (max-width:768px) {
  .contact-form {
    padding: 0 25px;
    width: 100%;
  }
}

@media (max-width: 896px) {
  .form__item dd {
      padding: 15px !important;
      width: 100% !important;
  }
}
.form input[type=text], .form input[type=email], .form input[type=tel], .form select, .form textarea {
  width: 100% !important;
}
form input[type="text"], form input[type="email"], form input[type="url"], form input[type="tel"], form input[type="number"], form input[type="date"], form textarea {
  width: 100% !important;
}


.width {
  max-width: 980px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.form__wrapper {
  margin-top: 80px;
}
.form .formLayout.input_now .display_check {
  display: none;
}
.form .formLayout.check_now .display_input {
  display: none;
}
.form__txt {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-weight: bold;
}
.form__inner {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .form__inner {
    margin-top: 30px;
  }
}
.form__error {
  background: #fff;
  border: 2px solid #BA0021;
  padding: 10px;
  color: #BA0021;
  margin-bottom: 20px;
}
.form__block {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 896px) {
  .form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form__item dt,
.form__item dd {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.form__item dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 15px 20px;
  width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 10px;
  background: #EDEDED;
  color: #000;
  font-weight: 500;
  position: relative;
}
@media all and (max-width: 896px) {
  .form__item dt {
    padding: 10px 15px;
    width: 100%;
  }
}
.form__item dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
}
@media all and (max-width: 896px) {
  .form__item dd {
    padding: 15px;
    width: 100%;
  }
}
.form label {
  margin-right: 20px;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form select,
.form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #CCC;
  margin: 5px 10px 5px 0;
}
.form input[type=text].form__short,
.form input[type=email].form__short,
.form input[type=tel].form__short,
.form select.form__short,
.form textarea.form__short {
  max-width: 200px;
}
.form input[type=text].form__middle,
.form input[type=email].form__middle,
.form input[type=tel].form__middle,
.form select.form__middle,
.form textarea.form__middle {
  max-width: 300px;
}
.form textarea {
  height: 200px;
}
.form input[type=radio],
.form input[type=checkbox] {
  margin-right: 5px;
}
.form__mark {
  margin-right: 5px;
}
.form__search {
  text-align: center;
  padding: 4px 10px;
  color: #fff;
  font-optical-sizing: auto;
  font-style: 400;
  background: #2B883A;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.form__required {
  display: inline-block;
  background: #BA0021;
  padding: 2px 8px;
  color: #fff;
}
.form__submit {
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .form__submit {
    margin-top: 30px;
  }
}
.form__submit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.form__submit-list + .form__submit-list {
  margin-top: 20px;
}
.form__submit-list > li {
  width: calc((100% - 20px) / 2);
  max-width: 300px;
}
@media all and (max-width: 480px) {
  .form__submit-list > li {
    width: 100%;
  }
}
.form__submit-list > li.prev .form__submit-btn {
  background: #595C5A;
}
.form__submit-btn {
  text-align: center;
  padding: 15px;
  width: 100%;
  background: #BA0021;
  color: #fff;
  margin-top: 16px;
  font-optical-sizing: auto;
  font-style: 400;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .form__submit-btn:hover {
    opacity: 0.6;
  }
}

.formLayout .area_form table {
  width: 100%;
}
@media all and (max-width: 896px) {
  .formLayout .area_form table {
    display: block;
  }
}
@media all and (max-width: 896px) {
  .formLayout .area_form table thead,
  .formLayout .area_form table tbody {
    display: block;
  }
}
@media all and (max-width: 896px) {
  .formLayout .area_form table tr {
    display: block;
  }
}
.formLayout .area_form table tr th {
  background: #2B883A;
  color: #fff;
  padding: 15px;
  width: 250px;
  border-bottom: 1px solid #efefef;
  position: relative;
  vertical-align: middle;
}
@media all and (max-width: 896px) {
  .formLayout .area_form table tr th {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.formLayout .area_form table tr th .notice {
  background: #FB695B;
  color: #fff;
  font-weight: 700;
  padding: 3px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50px;
  position: absolute;
  right: 15px;
  top: calc(50% - 12px);
  text-align: center;
  border-radius: 5px;
}
@media all and (max-width: 896px) {
  .formLayout .area_form table tr th .notice {
    right: 10px;
  }
}
.formLayout .area_form table tr td {
  padding: 15px;
  width: calc(100% - 250px);
  border-bottom: 1px solid #efefef;
}
@media all and (max-width: 896px) {
  .formLayout .area_form table tr td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.formLayout .area_form table tr td:first-of-type {
  border-top: 1px solid #efefef;
}
@media all and (max-width: 896px) {
  .formLayout .area_form table tr td:first-of-type {
    border-bottom: none;
  }
}
.formLayout .area_form table tr td label {
  display: block;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formLayout .area_form table tr td input[type=text],
.formLayout .area_form table tr td input[type=email],
.formLayout .area_form table tr td input[type=tel],
.formLayout .area_form table tr td select,
.formLayout .area_form table tr td textarea {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #D8D6D6;
  width: 100%;
  margin-right: 5px;
}
.formLayout .area_form table tr td input.yubin {
  width: 200px;
  margin: 0 10px;
}
.formLayout .area_form table tr td .btn_postal {
  padding: 4px 8px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #fff;
  background: #2B883A;
  letter-spacing: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .formLayout .area_form table tr td .btn_postal:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  .formLayout .area_form table tr td .btn_postal {
    margin-top: 8px;
  }
}
.formLayout .area_form table tr td textarea {
  height: 200px;
}
.formLayout .area_form table tr td .display_input {
  margin-top: 5px;
  display: inline-block;
}

.form-txt-wrap {
  margin-top: 40px;
  text-align: center;
}

.form-img {
  width: 90%;
  margin: 80px auto 0;
}

.check-wrap input {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-bottom: 4px;
}

.txt_form {
  margin-left: 40px;
}
@media (max-width: 480px) {
  .txt_form {
    margin: 0 0 28px 0;
  }
}
.top-back {
  width: 200px;
  margin: 0 auto;
  background: #2B883A;
  color: white;
  text-align: center;
}
.top-back a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.container__bottom-txt {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid gray;
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
}


.txt_flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title_txt {
  font-size: 20px;
  margin:40px 0 20px 0;
  text-align: center;
}
.required_txt {
  font-size: 16px;
  margin:40px 0 10px 0;
}
.red {
  color: #BA0021;
}
.ta_l {
  text-align: left;
}
.radio {
  justify-content: space-between;
  text-align: left;
}
.radio label {
  margin:0 20px 0 10px;
}
.mt_80 {
  margin-top:80px !important;
}
.textarea textarea{
  height: 200px;
}
.bus_count {
  display: flex;
}
.bus_count input {
  max-width: 20% !important;
  justify-content: left;
  display: flex;
  margin-right: 10px;
}
.bus_count p {
  padding-top: 2px;
}

@media(min-width:1028px){
  .title_txt {
    margin-left: 80px;
  }
}
@media (max-width:768px){
  .radio {
    text-align: center;
  }
}