@charset "utf-8";
.form_content,.form_content1{
    background-color: #7ecef4;
}
input[type=checkbox], input[type=radio]{
	vertical-align: middle;
	margin: 0px;
}
.finish_width p{
	text-align: center;
}
.check{
    margin-top: 10px;
    font-weight: bold;
}
.finish{
	padding-top: 40px;
	padding-bottom: 60px;
}
.finish_title{
	text-align: center;
	font-size: 150%;
    letter-spacing: 3px;
	color: #007bc6;
	font-weight: bold;
	padding-bottom: 20px;
}
.finish_back div div p{
	font-size: 110%;
}
label{
	margin-right: 5px;
}
.finish_back{
	background: #fff8f8;
    padding: 20px;
    box-shadow: 2px 2px 30px 1px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
	width: 70%;
	margin: auto;
}
.th{
	vertical-align: top;
}
table,.title{
	width: 70%;
	margin: auto;
}
.errar{
	margin-top: 30px;
	text-align: center;
}
.title{
	padding-top: 60px;
    text-align: center;
    padding-bottom: 40px;
}
.title p{
    text-align: left;
    display: inline-block;
}
.alpha{
	padding-top: 30px;
	margin-top: 30px;
}
.th{
	text-align: right;
}
form{
	margin-bottom: 0px;
}
input[type="text"],input[type="tel"],input[type="mail"],input[type="birth"]{
	width: 50%;
	border: 1px solid #333;
}
textarea{
	width: 100%;
	border: 1px solid #333;

}
tr{
	clear: both;
	overflow: hidden;
	display: block;
	margin-bottom: 15px;
	padding-top: 5px;
}
th,td{
	display: block!important;
	float: left!important;
}
.required{
	background-color: red;
	padding:0px 10px;
	border-radius: 15px;
	color: #fff;
}
.agree{
	text-align: center;
	padding-top: 15px;
}
.finish_btn{
	text-align: center;
}
.margin1{
	padding-bottom: 95px;
	padding-top: 15px;
}
.margin_form{
    padding-top: 15px;
    padding-bottom: 30px;
}
.td1{
    width: 15%;
}
.td2{
    width: 21%;
}
.td3,.td4{
    width: 30%;
}
.access_table{
    width: 75%;
    margin-right: 0;
    font-weight: bold;
}
.form_return{
    text-align: center;
    font-weight: bold;
    font-size: 110%;
}
.margin_return{
    padding-top: 30px;
    padding-bottom: 30px;
}
input[type="submit"],input[type="button"]{
	background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    /* font-weight: bold; */
    width: 150px;
    /* height: 30px; */
    color: #333;
    /* display: inline-block; */
    color: white;
	background-color: #007bc6;
	max-width: 300px;
    width: 100%;
    margin: 0 auto;
    line-height: 40px;
    border-radius: 5px;
    box-shadow: 0 5px 3px -3px #777777;
    /* margin-top: 40px; */
    opacity: 1;
	font-size: 115%;
}
input[type="submit"]:hover,input[type="button"]:hover{
	opacity: 1.0;
	color: #FFF;
	background-color: #0090e8;
}
#sub_btn1{
	background-image: url("../images/arrow1.png");
	background-repeat: no-repeat;
	background-position: 10%;
}
#sub_btn{
	background-image: url("../images/arrow2.png");
	background-repeat: no-repeat;
    background-position: 90%;
}
.conf{
	margin-bottom: 30px;
}
.access_table tr td a{
    color: #337ab7;
}
.access_table tr td a:hover,.access_table tr td a:active,.access_table tr td a:focus,.access_table tr td a:visited{
    color: #23527c;
}
.access_table tr{
    margin-bottom: 3px;
}
@media only screen and (max-width: 991px){
    .check{
        width: 96%;
    }
}
@media only screen and (max-width: 767px){
    .check{
        width: 100%;
    }
    .access_table tr{
        margin-bottom: 5px;
    }
    .access_table{
        width: 90%;
        margin: auto;
    }
    .td1,.td2,.td3,.td4{
        width: 100%;
    }
    .margin_return{
        padding-top: 20px;
        padding-bottom: 20px;
    }
	.finish_width p{
		text-align: left;
	}
	input[type="text"],input[type="tel"],input[type="mail"],input[type="birth"]{
		width: 100%;
	}
	table, .title{
		width: 90%;
	}
	.th{
		text-align: left;
	}
	.title {
    	padding-top: 30px;
        padding-bottom: 10px;
	}
	.margin1{
		padding-bottom: 40px;
	}
	.finish_title{
		font-size: 120%;
	}
	.finish_back{
		width: 90%;
	}
	.finish_width{
		width: 100%;
	}
	.alpha tr th .visible-xs{
		display: inline!important;
	}
}
@media only screen and (min-width: 992px){
    .access_table {
        width: 65%;
        margin-right: 10%;
        font-weight: bold;
    }
}
@media only screen and (min-width: 1200px){
    .access_table {
        width: 55%;
        margin-right: 15%;
        font-weight: bold;
    }
}
