@charset "utf-8";

#tab5 {
  width: 100%;
  text-align: center;
  padding-bottom: 60px;
  
}

.no-eigyo {
    box-sizing: border-box;
    padding: 5px; 
    width: 70%;
    margin: 0 auto;
    border: solid 1px red;
    color: red;


}

.title {
    font-size: 14px;
 }
.tel {
    font-size: 36px;
}
#tab5 input[type="tel"],
#tab5 input[type="number"],
#tab5 input[type="text"],
#tab5 input[type="email"]  {
	width: 98%;
	height: 25px;
  padding-top: 10px;
	padding-bottom: 10px;
  padding-left: 10px;
  padding-right: -10px;
  margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
  color: black;
	background-color: #f8f8ff;
	border-bottom: solid 1px #f5f5f5;
	border-top: solid 1px #FFF;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
}
#tab5 textarea {
	width: 98%;
	height: 200px;
	font-size: 16px;
  padding-top: 10px;
  padding-left: 10px;
	padding-right: -10px;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: black;
	background-color: #f8f8ff;
	border: solid 1px  #f5f5f5;
}
	
#tab5 input[type="submit"] {
  -webkit-appearance : none;
	display: block;
    width: 300px;
    max-width: 400px;
    height: 50px;
    margin: 30px auto 80px;
    padding: 10px;
    background: #0C398A;
    color: white;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.3s ease 0s;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3); 
    border: none;
}
#tab5 input[type="submit"]:hover {
    background-color: white;
    border: 1px solid #0C398A;
    color: #0C398A;

}
::placeholder {
    color: #e0e0e0;
    font-size: 14px;
}



.btns {
	margin: 50px auto;

}

.caution {
    display: block;
    margin-top: -15px;
    margin-bottom: 15px;
    text-align: left;
    font-size: 12px;
}


.span {
	color: red;
	font-size: 0.8em;
	margin-right: 5px;
  padding-top: 15px;
}

 
.tbl-r02 {
  margin: 20px auto;
  border-collapse: collapse;

}
.tbl-r02 th {
  padding-top: 10px;
  padding-bottom: 10px;

  width: 35%;
}



 
@media screen and (max-width: 681px) {

#tab5 textarea,
#tab5 input[type="tel"],
#tab5 input[type="number"],
#tab5 input[type="text"],
#tab5 input[type="email"]  {

	padding-top: 3px;
	padding-bottom: 3px;
  padding-left: 2%;
  margin-top: 5px;
  margin-bottom: 20px;

}

.tel {
  font-size: 24px;
}
.tbl-r02 th {
  background: #d3d3d3;

	}


  .last td:last-child {
    /*border-bottom: solid 1px #ccc;*/
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
 .tbl-r02 tr {

  	border-bottom: none;
  }

}

@media screen and (max-width:682px){


    
}

