@charset "utf-8";

/*-----------------------------
  				contact
-----------------------------*/
.mainTitle{
  background: url("../images/contact_title.jpg") no-repeat center top / cover;
}
@media screen and (max-width: 768px) {
.mainTitle{
	background: url("../images/contact_title.jpg") no-repeat left top / cover;
}
}/* //end for SP */


.footContact > p{
    padding-left: 5.5%;
    padding-right: 5.5%;
}


.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: #f7f8fa
}
.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{
  border-radius: 10px;
  line-height: 24px;
  box-shadow: none;
  max-width: 160px;
  margin-left: 10px;
  transform: translateY(2px);
}
.tb_cont td .addres02 {
  display: flex;
}
.tb_cont td .addres02 input[type="text"]{
  flex: 1;
}
.tb_cont td .checkList li{
  display: inline-block;
  padding-right: 1em;
}
input[type="submit"].bgBlue{
  border:none;
  color: #fff;
}
input[type="submit"].btnL{
  padding: 30px 20px 30px 20px;
  max-width: 480px !important;
}
input[type="submit"].btnL:hover{
  cursor: pointer;
}
@media screen and (max-width: 768px) {  
  .tb_cont td .zipWrap .btn{
    display: inline-block;
    padding: 11px 34px 11px 17px;
    transform: translateY(0);
  }
  .tb_cont td .addres02{
    display: block;
  }
  .tb_cont td .addres02 input[type="text"]{
    width: 100%;
  }
  .tb_cont td .checkList li{
    display: block;
  }
  form#mailformpro .confirm label{
    white-space: normal;
  }
  input[type="submit"].btnL{
    line-height: 24px;
    border-radius: 20px;
  }
}/* //end for SP */


.hissu::before,
.ninni::before{
  margin-left: 10px;
  display: block;
  float: right;
  width: 40px;
  border-radius: 3px;
  padding: 2px 4px 2px 4px;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
}
.hissu::before {
  content: "必須";
  background-color: #970e31;
}
.ninni::before {
  content: "任意";
  background: var(--blue);
}



#privacypolicy{/*
	border: 1px solid #ccc;
	padding: 20px;
	height: 200px;
	overflow-y: scroll;*/
	margin-bottom: 30px;
  background: rgba(171,182,206,.5);
  padding: 40px;
}/*
#privacypolicy h3.h3Tit{
  font-size: 3rem
}
#privacypolicy h4.h4Tit{
  font-size: 2rem
}*/
#privacypolicy p,
#privacypolicy ul{
	margin-bottom: 20px;/*
  font-size: 1.4rem;*/
}
#privacypolicy ul li{
  margin-left: 1em;
  text-indent: -1em;
}

#privacypolicy .h5Tit{
	font-size: .9rem;
}
#privacypolicy p a,
#privacypolicy p a:link {
  text-decoration: underline;
}

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