@charset "utf-8";

/*-----------------------------
  				contact
-----------------------------*/
.mainTitle{
  background: url("../common/images/contact_title.jpg") no-repeat center top / cover;
}
#contact2026 select {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}
#contact01 .telNum {
  font-size: 4.6rem;
  line-height: 52px;
}
#contact01 .telNum a{
  color: var(--green);
}
#contact01 .telNum::before {
  width: 39px;
  height: 52px;
}
@media screen and (max-width: 768px) {
   #contact01 .telNum {
    font-size: 3.3rem;
    height: 30px;
  }
   #contact01 .telNum::before {
    width: 23px;
    height: 30px;
  }
}/* //end for SP */

#contact02 div > p a,
#contact02 div > p a:link{
  text-decoration: underline;
  color: #0000EE;
}

.tb_cont{
	width: 100%;
	margin-bottom: 50px;
}
.tb_cont tr{
	border-bottom: 1px solid rgba(150,150,150,1.00);
	
}

.tb_cont th,
.tb_cont td{
	padding: 15px;
}
.tb_cont th{
	width: 30%;
  background: #fdf9ef;
}
.tb_cont td{
	width: 70%;
}
.tb_cont td input[type="text"],
.tb_cont td input[type="email"],
.tb_cont td textarea{
	width: 100%;
	
}
.tb_cont td input[type="text"],
.tb_cont td input[type="email"],
.tb_cont td select{
	height: 3em;
  padding: 0.5em;
}
.tb_cont td input[type="file"]{
	margin-bottom: .8em;
}
.tb_cont td .zipWrap input[type="text"]{
  width: 8em;
}
.tb_cont td .zipWrap .btn{
  line-height: 47px;
  box-shadow: none;
  max-width: 160px;
  margin-left: 10px;
  transform: translateY(2px);
}
.tb_cont td .addres02 input[type="text"]{
  width: calc(100% - 6.3em - 10px);
}
.tb_cont td .checkList li{
  display: inline-block;
  padding-right: 1em;
}
input[type="submit"].bgGGreen{
  border:none;
  color: #fff;
}
input[type="submit"].btnL{
  padding: 14px 20px 14px 20px;
  max-width: 480px !important;
}
input[type="submit"].btnL:hover{
  cursor: pointer;
}
@media screen and (max-width: 768px) {  
  .tb_cont td .zipWrap .btn{
    padding: 0 34px 0 17px
  }
  .tb_cont td .addres02 input[type="text"]{
    width: 100%;
  }
  .tb_cont td .checkList li{
    display: block;
  }
  form#mailformpro .confirm label{
    white-space: normal;
  }
}/* //end for SP */


#privacypolicy{
}

#privacypolicy h4{
}
#privacypolicy p,
#privacypolicy ul{
	margin-bottom: 20px
}

#privacypolicy .h5Tit{
  font-size: 2rem;
}
.privacypolicyList{
  border: 4px solid var(--green);
}
.privacypolicyList li{
  margin-left: 12px;
  text-indent: -12px;
}
.privacypolicyList li + li{
  margin-top: 0.5em;
}
.privacypolicyList li::before{  
    display: inline-block;
    content: "";
    border-style: solid;
    border-color: transparent transparent transparent var(--green);
    border-width: 4px 4px 4px 8px;
    width: 0;
    height: 0;
}

#contact02 input.btn,
#estimate input.btn{
	margin: 0 auto;
  border: none;
} 

@media screen and (max-width: 768px) {
	#estimate01{
		padding-top: 0;
	}
  .tb_cont th,
  .tb_cont td{
    display: block;
    width: 100%
  }
	.tb_cont th{
	}
}/* //end for PC */


#privacypolicy p a,
#privacypolicy p a:link{
  text-decoration: underline;
  color: #0000EE;
}
#privacypolicy p a[href^="tel:"],
#privacypolicy p a[href^="tel:"] :link{
  color: #333333;
  text-decoration: none;
}
#securityMeasures img{
  display: inline-block;
}
#securityMeasures li{
  margin-left: 1em;
  text-indent: -1em;
}
#securityMeasures li .emTxt{
  display: block;
  font-weight: 700;
}

.bdrT{
	border-top: 1px solid #ccc;
}


.wpcf7-list-item {
  margin: 0 1em 0 0 !important;
}

.wpcf7-list-item label {
  border-radius: 3px;
  margin: 3px;
  display: inline-block;
  white-space: nowrap;
}

.tb_cont td .wpcf7-text,
.tb_cont td .wpcf7-emal,
.tb_cont td .wpcf7-select {
  height: 3em;
  padding: 0.5em;
  border: solid 1px #CCC;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #CCC inset;
  padding: 3px 8px;
  margin: 2px;
  vertical-align: middle;
}

.tb_cont td .wpcf7-text,
.tb_cont td .wpcf7-email,
.tb_cont td .wpcf7-textarea {
  width: 100%;
  border: solid 1px #CCC;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #CCC inset;
  padding: 3px 8px;
  margin: 2px;
  vertical-align: middle;
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

.wpcf7-list-item label {
  white-space: normal !important;
}

.center {
  text-align: center;
  margin: auto;
}