@charset "utf-8";
/* CSS Document */

.form h2{
	font-size: 130%;
	border-bottom: solid 1px #B4B4B4;
	padding:0 20px 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

.statu-wrap{
	width: 90%;
	margin: 0 auto 20px;
}
.status{
	width: 26%;
	font-size: 110%;
	font-weight: bold;
	float: left;
	text-align: center;
	border: solid 1px #6aa7cd;
	height: 40px;
	vertical-align: middle;
	padding-top: 5px;
}
.off{
	color: #C1C1C1;
	border-color: #C1C1C1;
}
.triangle{
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #6aa7cd;
	float: left;
	margin: 0 3%;
}

.col-head-type1 {
  border-collapse: collapse;
  width: 90%;
	margin: 0 auto 0px;
}
 
.col-head-type1 th,
.col-head-type1 td {
  border: 1px solid #a7a7a7;  
  padding: 12px;
}
 
.col-head-type1 th {
  background:#DBF3FF;
  text-align: left;
  width: 200px;
}

.agree{
	text-align: center;
	padding: 20px 20px 0;
}
.agree p{
	margin-bottom: 0px;
}
.btn_check{
	text-align: center;
	font-size: 15px;
	margin:20px auto 0px;
	clear: both;
	
}
.btn_check span{
	display: block;
  width: 268px;
  text-align: center;
  background-color: #51abea;
  font-size: 16px;
	font-weight: bold;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  border-bottom: 4px solid #2f84c0;
	margin: 0 auto 70px;	
}
.btn_check a:hover{
	text-decoration: none !important;
}
.btn_check span.disab{
	color: #ccc;
	background:#8DC2E7 ;
}
 
.error{
	color: #FF0004;
	margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {
  .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td {
    display: block;
    width: auto;
  }
  
  .col-head-type1 tr:first-child {
    border-top: 1px solid #a7a7a7;  
  }
  
  .col-head-type1 th,
  .col-head-type1 td {
    border-top: none;
  }
}

.form input{
	padding:3px 7px;
}
.form label{
	font-weight: normal;
}

.first, .fam{
	float: left;
	margin-right: 10px;
}
.ad{
	width: 90%;
}
.postal{
	width: 50px;
	margin-right: 5px;
}
.postal-sub{
	width: 75px;
	margin-left: 5px;
}
.phone{
	width: 300px;
}
.name{
	width: 200px;
}

.btnForm{
	padding:0;
	margin:40px 0 ;
	text-align:center;
}
.btnForm .mod_form_btn input{
	margin: 20px 0 0;
}
.btnForm .btnCmn{
	display:inline;
	cursor:pointer;
	width:;
	height:51px;
	font-size:16px !important;
	font-weight: bold !important;
	padding:0 50px;
	margin:0 10px;
	text-align: center;
	line-height:50px;
	background: #fff;
	border:solid 1px #CCCCCC;
	border-radius: 0.5em;
}
.btnForm .btnCmn02{
	display:inline;
	cursor:pointer;
	width:;
	height:51px;
	font-size:16px !important;
	font-weight: bold !important;
	padding:0 50px;
	margin:0 10px;
	text-align: center;
	line-height:50px;
	background:#51abea ;
	color: #fff;	
  border-bottom: 4px solid #2f84c0;
	border-top:none;
	border-right: none;
	border-left:none;
	border-radius: 0.5em;
}

.completed{
	border: solid 1px #B9B9B9;
	padding: 20px;
	margin:50px auto 100px;
	font-size: 110%;
	line-height: 2.2;
}

@media (max-width: 800px) {
	.first, .fam{
		float: none;
			margin-bottom: 10px;
		clear: both;
	}
	.ad{
		width: 100%;
	}
	.status{
		width: 25%;
		font-size: 100% !important;
		font-weight: bold;
		float: left;
		text-align: center;
		border: solid 1px #6aa7cd;
		height: 40px;
		vertical-align: middle;
		padding-top: 5px;
	}
	.triangle{
	  border-top: 10px solid transparent;
	  border-bottom: 10px solid transparent;
	  border-left: 15px solid #6aa7cd;
		float: left;
		margin: 10px 3% 0;
	}
}

@media (max-width: 374px){
		.btnForm .btnCmn{
			font-size:14px !important;
			padding:0 30px;
		}
		.btnForm .btnCmn02{
			font-size:14px !important;
			padding:0 30px;
		}
}