@charset "UTF-8";
/*=============================
　common → 共通★骨組み
　style → 共通★修飾
■pagename* → 各ページ
　2020.11.20........... ver0.1
=============================*/


#page-title .ttl_txt01 {
    font-size: 1.2rem!important;
    letter-spacing: 0!important;
    width: 7em!important;
    margin: auto!important;
}
@media (min-width: 576px) {
  #page-title .ttl_txt01 {
     font-size: 1.5rem!important; 
    width: 7em!important;
    margin: auto!important;
  } 
}

.contact-box .container {
  width: 840px;
}
p {
  text-align: inherit;
}
#contact .ttl_txt02 .ttl_img {
  width: 70px;
}
.page_title {
  letter-spacing: .2em;
}
.form-control {
  background-color: #ced4da;
}
form button {
  border: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
  width: 100% !important;
  background-color: inherit !important;
}
@media (max-width: 575px) {
  .page_title {
    font-size: 2.5rem;
    letter-spacing: .4em;
  }
  #home main > section:first-child {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
form .form-check input {
  display: block;
}
.introTxt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .introTxt {
    text-align: left;
  }
}
form .form-group {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
  border-bottom: 1px solid #969696;
  align-items: center;
  justify-content: space-between;
}
form .form-group:first-child {
  border-top: 1px solid #969696;
}
form .form-group.check, form .form-group.btn_line01 {
  border-bottom: none;
}
form .form-group.align_start {
  align-items: flex-start;
  margin-bottom: 5rem;
}
form .form-group input[type="text"], form .form-group input[type="tel"], form .form-group input[type="email"], form .form-group textarea {
  font-size: 1.6rem;
  height: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-radius: 0;
}
.labe_required {
  color: red;
  font-size: 1.3rem;
  font-weight: bold;
}
form .form-group.check {
  text-align: center;
}
form .form-group.check a {
  color: #646464;
}
@media screen and (min-width: 768px) {
  form .form-check {
    margin-right: 4rem;
  }
}
@media screen and (max-width: 767px) {
  form {
    margin-left: 15px;
    margin-right: 15px;
  }
  form .form-group [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  form .form-group.align_start {
    margin-bottom: calc(5rem * .7);
  }
}
@media screen and (max-width: 575px) {
  form .form-group.check .attention + p .labe_required {
    display: block;
  }
}
.btn-info {
  color: #fff;
  background-color: #333;
  border-color: #333;
  padding: 1em;
  display: block;
  margin: 10px auto 20px;
  text-align: center;
}
.btn-info:hover {
  color: #fff;
  background-color: rgba(51, 51, 51, 0.8);
  border-color: #333;
}
/*checkbox custom*/
.checkbox input[type="checkbox"] {
  /*display: none;*/
	display: block;
	position: relative;
	top: -8px;
	left: -10px;
	margin: 30px 0 0 0;
}
.checkbox input[type="checkbox"] + .checkbox-icon {
  color: #646464;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.checkbox input[type="checkbox"] + .checkbox-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
}
.checkbox input[type="checkbox"]:checked + .checkbox-icon {
  color: #646464;
}
.checkbox input[type="checkbox"]:checked + .checkbox-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 10px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 4px solid #00125e;
  border-right: 4px solid #00125e;
}