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

#sec-input {
	padding: 50px 0;
	border-top: 1px solid #ddd;
}

#sec-input .title-form {
	font-size: 3.7rem;
	text-align: center;
	color: #005bac;
	margin: 0 0 40px 0;
	font-weight: 700;
}

#sec-input .text-form {
	margin: 0 0 40px 0;
	text-align: center;
}

#sec-input .title-contact {
	font-size: 2.5rem;
	text-align: center;
}


#sec-input .acms-admin-table-admin-edit {
	border: 0;
}

#sec-input .acms-admin-table-admin-edit tr {
	height: 55px;
	border-bottom: #DEDEDE solid 1px;
}
#sec-input .acms-admin-table-admin-edit tr:first-child {
	border-top: #DEDEDE solid 1px;
}

#sec-input .acms-admin-table-admin-edit th {
	line-height: 160%;
	width: 250px;vertical-align: middle;
	background-color: #ECF4FB;
}
#sec-input .acms-admin-table-admin-edit tr td,
#sec-input .acms-admin-table-admin-edit tr th,
#sec-input .acms-admin-table-admin-edit tr:first-child td,
#sec-input .acms-admin-table-admin-edit tr:first-child th {
    padding: 10px 20px ;
}
#sec-input .acms-admin-table-admin-edit tr:last-child td,
#sec-input .acms-admin-table-admin-edit tr:last-child th {
    padding: 10px 20px 20px 20px ;
}
#sec-input form .btn-next {
	display: block;
	font-size: 1.6rem;
	color: #fff;
	width: 300px;
	padding: 15px 0;
	margin: 40px auto 20px auto;
	background-color: #00a0e9;
	border-radius: 5px;
	border: 0;
	font-weight: 600;
}

#sec-input form:last-child .btn-next {
	margin: 5px auto 0 auto;
}

#sec-input form:first-child .btn-next {
	margin: 40px auto 20px auto;
}

#sec-input .table-confirm {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#sec-input .table-confirm .adjust-table {
	display: flex;
}

#sec-input .table-confirm .adjust-table .title-table {
	flex: 0 0 250px;
	padding: 10px;
	margin: 0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background-color: #ECF4FB;
	text-align:right;
	font-weight: 600;
}

#sec-input .table-confirm .adjust-table .text-table {
	width: 100%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 10px;
	margin: 0;
}

#sec-input .mark-required {
	color: #fff;
	background-color: #e40077;
	border-radius: 4px;
	padding: 5px;
	margin-left: 10px;
}

#sec-input .acms-admin-text-error {
	color: #e40077;
}
.acms-admin-text-error {
	color: #e40077;
}
#sec-input .height-0 {
	height: 0;
}
.kaiga_box04 {
	border:  1px #DDDDDD solid;
}
/*
#sec-input .postal-code-01 {
	display: inline-block;
	width: 50px;
}

#sec-input .postal-code-02 {
	display: inline-block;
	width: 68px;
}
*/

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

#sec-input {
    padding: 20px 0;
}
	#sec-input .title-form {
	font-size: 2.7rem;
}
#sec-input .acms-admin-table-admin-edit tr {
	height: 55px;
	border-bottom: none;
}
#sec-input .acms-admin-table-admin-edit tr:first-child {
	border-top: none;
}

#sec-input .acms-admin-table-admin-edit th {
	width: 250px;vertical-align: middle;
	background-color: #ECF4FB;
}
#sec-input .acms-admin-table-admin-edit tr td,
#sec-input .acms-admin-table-admin-edit tr th,
#sec-input .acms-admin-table-admin-edit tr:first-child td,
#sec-input .acms-admin-table-admin-edit tr:first-child th,
#sec-input .acms-admin-table-admin-edit tr:last-child th{
	padding: 10px ;
	margin-bottom: 10px;
}
#sec-input .acms-admin-table-admin-edit tr:last-child td {
    padding: 0 10px 0 10px ;
		margin-bottom: 10px;

}
#sec-input form .btn-next {
	margin: 20px auto 5px auto;
	width: 100%;

}

#sec-input form:last-child .btn-next {
	margin: 15px auto 0 auto;
}

#sec-input form:first-child .btn-next {
	margin: 20px auto 5px auto;
}
	
	
#sec-input .table-confirm .adjust-table .title-table {
	flex: 0 0 40%;
}
}























