/*CONTACT---------------------------------------------------------------------------------*/

.inner-ttl > ul > li:nth-child(2){
   background: #fff url("../images/ttl-bg@2x.jpg") no-repeat center center;
	background-size: cover;
}

label.error {
	display: block;
	color: red;
}

@media screen and (max-width:767px) {
.inner-ttl > ul > li:nth-child(2){
	background: none;
	background-color: #fff;
}
	}

.contact-block{
	margin: 0 auto 80px;
	padding: 0 1.5rem;
	box-sizing: border-box;
	display: flex;
	position: relative;
}
.contact-block table{
	width: 100%;
	margin: 30px 0;
	border-collapse:collapse;
	border: 1px solid #907C7C;
	background: #fff;
}
.contact-block table th{
	width: 30%;
	padding: 2rem;
	border-collapse:collapse;
	border: 1px solid #907C7C;
}
.contact-block table th.required::before{
	content: "必 須";
	color: #fff;
	margin-right: 8%;
	margin-left: 0;
	padding: 4%;
	background:#C33434;
	border-radius: 5px;
	font-weight: normal;
	font-size: 15px;
}
.contact-block table td{
	width: 70%;
	padding: 2rem 3rem;
	border-collapse:collapse;
	border: 1px solid #907C7C;
}
.contact-block .b-btm-n{
	border-bottom: none;
}
.contact-block .b-top-n{
	border-top: none;
}

/*SELECT ---------------------------------------------------------------------------------*/

.contact-block select{
	min-width: 250px;
	padding: 2% 10% 2% 4rem;
	background: #f4f4f4;
   border: 1px solid #999;
	border-radius: 5px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
	color: #4D4D4D;
}
.contact-block .selectWrap{
  position: relative;
  display: inline-block;
}
.contact-block .selectWrap::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 17px;
  left: 15px;
  margin-top: -4px;
}
.post{
	width: 20%;
}

/*INPUT TEXT-AREA---------------------------------------------------------------------------------*/

.contact-block input,
.contact-block textarea{
   width: 90%;
	padding: 2% 3%;
	background: #f4f4f4;
   border: 1px solid #999;
	border-radius: 5px;
   outline: none; /*フォーカス時の枠線非表示*/
   box-sizing: border-box;
	font-size: 16px;
	color: #4D4D4D;
}
.contact-block textarea{
	height: 200px;
}

/*SUBMIT-BTN---------------------------------------------------------------------------------*/

.contact-block input[type="submit"],
.contact-block input[type="button"]{
	/*width: 300px;
	height: 60px;*/
	text-align: center;
	font-size: 3rem;
	border-radius: 5px;
	background: #861A00;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmODU4NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NjFhMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ef8585 0%, #861a00 100%);
background: -webkit-linear-gradient(top,  #ef8585 0%,#861a00 100%);
background: linear-gradient(to bottom,  #ef8585 0%,#861a00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8585', endColorstr='#861a00',GradientType=0 );

	color: #fff;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
	display: block;
	margin: 1vh auto;
	font-family: toppan-bunkyu-midashi-min-st, serif;
   font-weight: 900;
   font-style: normal;
}
.contact-block input[type="submit"]::-webkit-search-decoration {
  display: none;
}
.contact-block input[type="submit"]:hover {
  background: #000;
}
.contact-block input[type="submit"].conf {
	width: 45%;
   margin: 1vh auto;
	float: left;
}
.contact-block input[type="submit"].back {
	width: 45%;
	background: #bfa282;
	margin: 1vh 2% 0 4%;
	float: left;
}

/*CHECKBOX---------------------------------------------------------------------------------*/

.checkbox-block{
	display: flex;
	justify-content: center;
}
.checkbox-input{
  display: none;
}
.checkbox-parts{
  margin-right: 3rem;
  padding-top: -2rem;
  padding-left: 3.5rem;
  position:relative;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 5px;
}
.checkbox-input:checked + .checkbox-parts{
  color: #192460;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 8px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #3a7c2a;
  border-right: 3px solid #3a7c2a;
}

/*PRIVACY---------------------------------------------------------------------------------*/

iframe{
	width: 800px;
	height: 300px;
	border: 1px solid #dcd8d7;
	display: block;
	margin: 0 auto;
}

/*THANX---------------------------------------------------------------------------------*/

.contact-block .thanx{
	height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
}
.contact-block .thanx-txt{
	text-align: center;
	font-size: 2vh;
	font-family: toppan-bunkyu-midashi-min-st, serif;
   font-weight: 900;
   font-style: normal;
}
.requ {
	color: #a03924;
	font-weight: bold;
}


/* 768px以下：タブレットの場合
=========================================================================================*/

/*@media screen and (min-width:641px) and (max-width:768px){*/
@media screen and (max-width:768px){

.container{
	width: 100%;
}
/*img{
		max-width: 100%;
		height: auto;
}*/
	
.contact-block{
	margin: -35px auto 30px;
	display: flex;
	position: relative;
/*	background: #FA393C;*/
}
.contact-block table{
	width: 100%;
}
.contact-block table th{
	width: 30%;
}
.contact-block table td dl.contact-info dt{
	width: 8%;
	margin-left: 50px;
}
	
/*INPUT TEXT-AREA---------------------------------------------------------------------------------*/

.contact-block input,
.contact-block textarea{
   width: 100%;
}

/*SUBMIT-BTN---------------------------------------------------------------------------------*/
	
.contact-block input[type="submit"].conf {
	width: 90%;
   margin: 1vh 0 2vh 5%;
	padding: 2.5vh 0;
	float: none;
	font-size: 5vw;
}
.contact-block input[type="submit"].back {
	width: 90%;
	margin: 1vh 0 2vh 5%;
	padding: 2.5vh 0;
	float: none;
	font-size: 5vw;
}

/*SELECT ---------------------------------------------------------------------------------*/

.contact-block select{
	min-width: 250px;
	margin-bottom: 1rem;
}
.contact-block .selectWrap::after {
  position: absolute;
  top: 17px;
  left: 15px;
}

/*PRIVACY---------------------------------------------------------------------------------*/

iframe{
	width: 100%;
}
	}
	
/* 640px以下：スマホの場合
=========================================================================================*/

@media screen and (max-width:640px){
	
.contact-block{
	width: 100%;
	margin-top: 4rem;
}
.contact-block table {
   margin-top: -20px;	
	overflow: hidden;
	border: none;
  }
.contact-block table th {
    width: 80%;
	 border-bottom: 3px solid #192460;
  }
.contact-block table th,
.contact-block table td{
    border-left: none;
	border-right: none;
  }
.contact-block table th.required::before{
	padding: 2% 4%;
	margin-right: 4%;
}
.contact-block table th,
.contact-block table td{
	 border-top: none;
    display: block;
    width: 100%;
	 padding: 5% 5% 3% 5%;
 }
.contact-block table td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
.contact-block table td dl.contact-info dd{
	 width: 8%;
	 margin-left: 5%;
	 border: none;
}
.contact-block span{
	border: none;
}
.contact-block span p{
	padding-left: 0;
	padding-right: 5%;
}
	
/*INPUT TEXT-AREA---------------------------------------------------------------------------------*/

.contact-block input,
.contact-block textarea{
   width: 100%;
	margin-left: 0;
	margin-bottom: 1rem
	}
.contact-block textarea{
	height: 200px;
}

/*SELECT ---------------------------------------------------------------------------------*/

.contact-block select{
	min-width: 250px;
	margin-left: 0;
}
.contact-block .selectWrap::after {
  position: absolute;
  top: 22px;
  left: 15px;
  margin-top: -8px;
}
	
/*CONTACT_INFO ---------------------------------------------------------------------------------*/
	
.contact-block table td dl.contact-info{
	width: 100%;
	display: flex;
	align-items: center;
}
.contact-block table td dl.contact-info dt{
	width: 8%;
	margin-left: 0;
}
.contact-block table td dl.contact-info dd{
	width: 100%;
	padding-left: 0;
	padding-right: 15px;
}
	
/*RADIO-BTN ---------------------------------------------------------------------------------*/
	
.radio-btns label {
  margin-left: 0;
  padding-left: 35px;
	line-height: 1.8;
}
.radio-btns input[type=text] {
  width: 50%;
	margin-left: -40px;
}

/*SUBMIT-BTN---------------------------------------------------------------------------------*/

.contact-block input[type="submit"],.contact-block input[type="button"]{
	/*width: 300px;
	height: 60px;*/
	font-size: 5vw;
	margin: 1vh auto 1vh 0;
	padding: 5% 0;
}

}

