@charset "UTF-8";
.mainVisual {
  background-image: url("../images/contact/bg_header.png");
}

@media (max-width: 575px) {
  .mainVisual {
    letter-spacing: .05em;}
  #home main > section:first-child {
    padding-bottom: 0;}
}
#intro {
  margin-top: 30px;
}
#intro .ttl_main a {
  padding: 20px 0;
  width: 100%;
  font-size: 34px;
  text-align: center;
  color: #FF4B2D;
  border: 1px solid #FF4B2D;
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 768px) {

}
#intro .ttl_main a i {
  font-size: .6em;
}
#intro .ttl_main a span {
  font-size: 14px;
  padding-bottom: 10px;
  display: block;
  font-weight: normal;
}
@media (min-width: 576px) {
  #intro  .ttl_main {
    width: 26em;
    margin: auto;
  }
  @media (min-width: 992px) { 
    #intro .ttl_main {
      width: 24em;
      margin: 40px auto 20px;
    }
}
    #intro .ttl_main a {
      font-size: 50px;
    }
    #intro .ttl_main a span {
      font-size: 16px;
      padding-bottom: 15px;
    }
 
}
@media (min-width: 768px) {
    #intro .ttl_main a {
      font-size: 48px;
    }
}
@media (min-width: 992px) { 
    #intro .ttl_main a {
      font-size: 54px;
    }
}

#form {
  padding-top: 30px;
  padding-bottom: 0;
}





@media (min-width: 992px){
  #form {
    padding-top: 60px;
  }
  .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="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;
	}
}


/*checkbox custom*/

.checkbox input[type="checkbox"] {
	display: none;
}

.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;
}





