@charset "utf-8";
/* CSS Document */


.red{
 color:#C1272D;
}

.container {
 background-color: #fff6d3;
 padding: 12rem 0;
}

.sec-headline {
 width: 100%;
 max-width: min(90%, 92rem);
 margin: 0 auto 6rem;
}

.sec-headline__copy {
 font-size: 3rem;
 font-weight: 600;
 text-align: center;
 margin-bottom: 8rem;
}

.sec-headline__text {
 margin-bottom: 6rem;
}

.sec-headline__text p {
 margin-bottom: 2rem;
}

.sec-headline__text ul {
 margin: 0 0 6.0rem;
 padding-left: 0;
}

.sec-headline__text li {
 position: relative;
 /* display: inline-flex; */
 margin-left: 2rem;
 /* list-style-type: none; */
 text-align: justify;
}

.sec-headline__text li:before {
 /* position: absolute;
 content: "・";
 left: 0; */
}

.sec-headline__text a {
 font-size: 2.2rem;
 text-decoration: none;
 color: #ff820c;
 font-weight: 700;
}

.sec-headline__text span {
 font-size: 2.2rem;
 color: #ff820c;
 font-weight: 700;
}

.sec-headline__telbox {
 background-color: #fff;
 padding: 3.0rem;
 border: solid 1.2px #DCDCDC;
 border-radius: 1rem;
 margin: 0 auto;
 width: 100%;
 max-width: min(100%, 70rem);
 display: flex;
 justify-content: space-between;
 align-items: center;
}

.telbox-flex-telno {
 width: calc(320 / 620 * 100%);
}

.telbox-flex-telno span {
 color: #ff820c;
 font-size: 4.0rem;
 font-weight: 700;
 line-height: 1;
 display: flex;
 align-items: center;
 gap: 2rem;
}

.telbox-flex-telno span::before {
 content: "";
 display: inline-block;
 width: 3rem;
 height: 5.2rem;
 background-image: url(../img/icon-tel.svg);
 background-size: contain;
 background-repeat: no-repeat;
 vertical-align: middle;
}

.telbox-flex-time {
 width: calc(300 / 620 * 100%);
 font-size: 2.0rem;
 font-weight: 600;
 text-align: right;
}

.sec-contact {
 width: 100%;
 max-width: min(90%, 123rem);
 border-radius: 1rem;
 padding: 4rem;
 margin: 0 auto;
 background-color: #fff;
}

@media screen and (max-width: 767px) {

 .container {
  padding: 6rem 0;
 }

 .sec-headline__copy {
  font-size: 2.8rem;
  margin-bottom: 2rem;
 }

 .sec-headline__text {
  margin-bottom: 4rem;
 }

 .sec-headline__text ul {
  margin: 0 0 4.0rem;
 }

 .sec-headline__text a {
  font-size: 1.8rem;
 }

 .sec-headline__text span {
  font-size: 1.8rem;
 }

 .sec-contact {
  max-width: 100%;
  border-radius: 1rem;
  padding: 2rem;
 }

 .sec-headline__telbox {
  padding: 2.0rem;
  flex-direction: column;
 }

 .telbox-flex-telno {
  width: 100%;
  margin-bottom: 1rem;
  text-align: center;
 }

 .telbox-flex-telno span::before {
  width: 3rem;
  height: 3.46rem;
 }

 .telbox-flex-telno span {
  justify-content: center;
  font-size: 3rem;
  gap: 0.5rem;
 }

 .telbox-flex-time {
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
 }
}



/* Table
  ----------------------------------------------------------------------------------------------------*/
.sec-form {
 width: 100%;
 max-width: 92rem;
 margin: 0 auto;
}

.sec-form table {
 width: 100%;
 border-spacing: 0;
 margin-bottom: 3rem;
}

.sec-form th .label {
 padding: 0.3rem 1rem;
 font-size: 1.6rem;
 background-color: #e6001f;
 color: #fff;
 margin-right: 1.0rem;
 border-radius: 0.4rem;
 line-height: 1.0;
}

.sec-form th {
 width: calc(300 / 920 * 100%);
 padding: 3rem;
 margin: 0;
 text-align: right;
 border-top: 0.1rem solid #DCDCDC;
}

.sec-form th label {
 font-size: 2.0rem;
}

.sec-form td {
 width: calc(620 / 920 * 100%);
 padding: 3rem 0;
 margin: 0;
 border-top: 0.1rem solid #DCDCDC;
}

.sec-form tr:first-of-type th,
.sec-form tr:first-of-type td {
 border-top: none;
}

.sec-form tr:last-of-type th,
.sec-form tr:last-of-type td {
 border-bottom: 0.1rem solid #DCDCDC;
}

.sec-form input {
 width: 100%;
 border-radius: 1rem;
 padding: 2.5rem 2.0rem;
 background-color: #f2f2f2;
 border: none;
 outline: none;
}

.sec-form textarea {
 width: 100%;
 border-radius: 1rem;
 padding: 2.5rem 1.2rem;
 background-color: #f2f2f2;
 border: none;
 outline: none;
}

@media screen and (max-width: 1023px) {
 .sec-form tr {
  display: flex;
  flex-direction: column;
 }


 .sec-form th label {
  font-size: 1.8rem;
 }

 .sec-form th .label {
  font-size: 1.4rem;
  background-color: #e6001f;
  margin-right: 0.5rem;
 }

 .sec-form th {
  width: 100%;
  padding: 2rem 0 1rem;
  text-align: left;
  font-size: 1.8rem;
 }

 .sec-form tr:last-of-type th {
  border-bottom: none;
 }

 .sec-form td {
  width: 100%;
  padding: 1.2rem 0;
  border-top: none;
  font-size: 1.6rem;
 }
}

.form-item__text {
 font-size: 1.8rem;
}

.form-item__text a {
 font-size: 1.8rem;
}

.form-item__text span a {
 color: #ff820c;
 font-weight: 700;
}


@media screen and (max-width: 767px) {

 .sec-form input,
 .sec-form textarea {
  padding: 1.8rem;
 }
}

/* Button
  ----------------------------------------------------------------------------------------------------*/

.form-item__button {
 display: flex;
 justify-content: space-between;
 width: 100%;
 max-width: 69.5rem;
 margin: 0 auto;
}

.sec-link__button {
 margin: 0;
 text-align: center;
}

.sec-error .sec-link__button {
 width: 100%;
}

.sec-link__button button,
.sec-link__button .btn,
.sec-link__button input.btn {
 width: 30rem;
 padding: 2.5rem 9.6rem;
 background-color: #ff820c;
 border: 1px solid #ff820c;
 border-radius: 5rem;
 color: #FFF;
 font-size: 2rem;
 font-weight: 400;
 text-decoration: none;
 cursor: pointer;
 transition: 0.5s ease;
}

.sec-link__button button.secondary,
.sec-link__button input.secondary {
 width: 30rem;
 padding: 2.5rem 9.6rem;
 background-color: #cccccc;
 border: 1px solid #cccccc;
 border-radius: 5rem;
 color: #000;
 font-size: 2rem;
 font-weight: 400;
 text-decoration: none;

}

.sec-link__button button:hover,
.sec-link__button .btn:hover {
 opacity: 0.7;
}

.form-item__text {
 width: 100%;
 max-width: 65rem;
 margin: 0 auto 6rem;
 font-size: 1.8rem;
}

.form-item__text span a {
 color: #ff820c;
 font-weight: 700;
}

@media screen and (max-width: 767px) {

 .form-item__button {
  flex-direction: column;
  gap: 0.1rem;
  margin-bottom: 2rem;
 }

 .sec-link__button button,
 .sec-link__button button.secondary,
 .sec-link__button .btn {
  width: 100%;
  max-width: 30rem;
  padding: 2rem 7rem;
  font-size: 1.8rem;
 }

 .sec-link__button button.secondary,
 .sec-link__button input.secondary {
  margin-bottom: 2rem;
 }

 .form-item__text {
  font-size: 1.6rem;
  margin-bottom: 3rem;
 }
}