@charset "utf-8";
/* company
----------------------------------------------------------------------------------------------------*/
.main {
  width: min(90%, 1140px);
  margin: 0 auto;
  /*font-feature-settings: "palt"1;*/
  -webkit-text-size-adjust: 100%;
}
/* Page Title
----------------------------------------------------------------------------------------------------*/
.page-title {
  width: 100%;
  height: 10rem;
  background-color: #0081BB;
  margin-bottom: 8rem;
}
.page-title h3 {
  display: flex;
  align-items: center;
  width: 41.2rem;
  height: 10rem;
  background-color: #FFF;
  border: 1px solid #0081BB;
  padding-left: 3rem;
  color: #000;
  font-size: 3.2rem;
  font-weight: 700;
}
.page-body__copy {
  margin-bottom: 3rem;
  font-size: 3.2rem;
  font-weight: 600;
}
.page-body__text {
  font-size: 1.8rem;
  line-height: 1.75;
}
.page-body__text p {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .page-title {
    margin-bottom: 3rem;
  }
  .page-title h3 {
    width: 100%;
    padding-left: 3rem;
    font-size: 2.6rem;
  }
}
/* Page Headline
----------------------------------------------------------------------------------------------------*/
.company__headline {
  margin-bottom: 6.5rem;
}
.page-body__title {
  margin-bottom: 1rem;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-body__title {
    font-size: 2.6rem;
  }
}
/* Page SubTitle
----------------------------------------------------------------------------------------------------*/
.page-subtitle {
  width: 100%;
  background-color: #0081BB;
  margin-bottom: 5rem;
}
.page-subtitle h4 {
  padding: 2rem;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-subtitle h4 {
    padding: 1rem;
    font-size: 2rem;
  }
}
/* Page Body
----------------------------------------------------------------------------------------------------*/
.company__body {
  margin-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .company__body {
    margin-bottom: 5rem;
  }
}
/* Section - Contact
----------------------------------------------------------------------------------------------------*/
.sec-form-header {
  /*width: min(90%, 1140px);*/
  margin: 0 auto 6rem;
}
.sec-form-header p {
  font-size: 2.4rem;
}
.sec-form-header p small {
  font-size: 1.6rem;
}
.sec-form-header a, .form-item__text a {
  color: #006cb8;
  font-weight: 500;
  transition: all 0.4s;
  text-decoration: none;
}
.sec-form-header a:hover, .form-item__text a:hover {
  opacity: 0.5;
}
.contact-body {
  font-size: 2rem;
  /*width: min(90%, 1300px);*/
  margin: 0 auto;
  line-height: 1.75
}
.sec-form .label.warning {
  font-size: 1.4rem;
  padding: 0.4rem 0.8rem;
  margin-left: 2rem;
  border-radius: 0;
}
.sec-contact {
  width: min(90%, 1300px);
  margin: 0 auto 8rem;
  line-height: 1.75
}
.sec-contact a {
  text-decoration: none;
}
.txt__areaBox {
  padding: 0 0 20px 0;
}
.sec-contact input {
  width: 100%;
  border-radius: 0.4rem;
  padding: 1rem;
  background-color: #f2f2f2;
  border: none;
  outline: none;
}
.sec-contact input::placeholder {
  color: #999999;
  font-size: 1.8rem;
}
.sec-contact input[type='checkbox'] {
  width: auto;
}
.sec-contact select {
  padding: 2.5rem 10rem 2.5rem 1.2rem;
  background-color: #f2f2f2;
  border: none;
  border-radius: 1rem;
  font-size: 1.8rem;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-select {
  position: relative;
  display: inline-block;
}
.form-select::after {
  content: "";
  position: absolute;
  bottom: 45%;
  right: 2rem;
  width: 1.5rem;
  height: 1.5rem;
  border-right: 0.2rem solid #999999;
  border-bottom: 0.2rem solid #999999;
  transform: rotate(45deg);
  pointer-events: none;
}
.sec-contact textarea {
  width: 100%;
  border-radius: 1rem;
  padding: 2.5rem 1.2rem;
  background-color: #f2f2f2;
  border: none;
  outline: none;
}
.sec-contact textarea::placeholder {
  color: #B3B3B3;
  font-size: 1.8rem;
}
.form-item__type input[type="checkbox"] {
  accent-color: #13579D;
}
@media screen and (max-width: 767px) {
  .sec-contact {
    margin: 0 auto 9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .sec-form-header p {
    font-size: 2rem;
  }
  .contact__txt {
    border-top: 0;
  }
  .sec-contact input {
    padding: 1.2rem;
  }
  .sec-contact input::placeholder {
    font-size: 1.6rem;
  }
  .sec-contact select {
    font-size: 1.6rem;
  }
  .sec-contact textarea {
    padding: 1.2rem;
  }
  .sec-contact textarea::placeholder {
    font-size: 1.6rem;
  }
}
/* Section - Table
----------------------------------------------------------------------------------------------------*/
table.sec-contact {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 6rem;
  vertical-align: middle;
}
.contact__row th {
  width: calc(412 / 1140 * 100%);
  padding: 2rem;
  margin: 0;
  border-top: 0.1rem solid #DCDCDC;
  text-align: left;
  font-weight: 500;
}
.contact__row td {
  width: calc(728 / 1140 * 100%);
  padding-left: 1.3rem;
  margin: 0;
  border-top: 0.1rem solid #DCDCDC;
  padding: 2rem;
}
.sec-contact th label {
  padding-right: 5.5rem;
}
.sec-contact th label.label-off {
  padding-right: 1.5rem;
}
.sec-contact th span {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  text-align: center;
}
.sec-contact th .label {
  padding: 0.2rem 0.5rem;
  font-size: 1.2rem;
}
.contact__row:first-child th, .contact__row:first-child td {
  border-top: none;
}
@media screen and (max-width: 1023px) {
  .sec-contact tr {
    display: flex;
    flex-direction: column;
  }
  .sec-contact th {
    width: 100%;
    padding: 2rem 0 1rem;
    text-align: left;
    font-size: 1.8rem;
  }
  .sec-contact th label {
    padding-left: 0;
  }
  .sec-contact td {
    width: 100%;
    padding: 1.2rem 0;
    border-top: none;
    font-size: 1.6rem;
  }
}
/* Section - Button
----------------------------------------------------------------------------------------------------*/
.form-item__button {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 10rem;
}
.sec-link__button {
  width: 30rem;
  height: 8rem;
}
.form-item__button-reset, .form-item__button-submit {
  width: 100%;
  height: 100%;
  font-size: 2rem;
  color: #FFF;
  border: none;
  cursor: pointer;
  position: relative;
  padding: 0 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-item__button-reset {
  background-color: #B3B3B3;
}
.form-item__button-submit {
  background-color: #0081BB;
}
.form-item__button-reset:hover, .form-item__button-submit:hover {
  background-color: #323232;
  color: #FFF;
}
.form-item__button-reset::before {
  content: '';
  position: absolute;
  left: 2rem;
  top: 50%;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(-135deg);
}
.form-item__button-submit::after {
  content: '';
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .form-item__button {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    margin: 2rem auto 3rem;
  }
  .sec-link__button {
    width: 100%;
    height: 8rem;
  }
}
/* Section - text
----------------------------------------------------------------------------------------------------*/
.form-item__text {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .form-item__text {
    font-size: 1.4rem;
  }
}
/* Thanks
----------------------------------------------------------------------------------------------------*/
.sec-contact__head {
  font-size: 3rem;
  font-weight: 700;
}
.contact-item p {
  margin-bottom: 2rem;
  font-size: 2rem;
}
.contact-item__home {
  display: flex;
  justify-content: center;
  margin-top: 0;
}
.sec-link__button2 {
  margin: 4rem auto;
}
.hero-button {
  position: relative;
  display: inline-block;
  width: 30rem;
  height: 8rem;
  background-color: #0081BB;
  color: #FFF;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 8rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.hero-button:hover {
  background-color: #323232;
  color: #FFF;
}
.hero-button .arrow {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .contact-item p {
    font-size: 1.6rem;
  }
}


/*-----------------------------------------
ガンショップSHOWA
-----------------------------------------*/

.sec-form-header a,
.form-item__text a {
	color: #ff4b3e;
}
.form-item__button-submit {
	background-color: #4CAF50;
	border-radius: 0.5em;
}
.form-item__button-reset {
	border-radius: 0.5em;
}
.form-item__button-reset:hover,
.form-item__button-submit:hover {
	background-color: #3c2c1d;
}
.checkWindows__fontsize {
  font-size: 2.0rem;
}




























