span.require {
	color: red;
	font-size: 14px;
	margin-left: 10px;
}

div.upper-note{
	font-size:16px;
	line-height:1.6;
	margin:10px 0;
}
div.require-note {
	font-size:16px;
	line-height:1.6;
	color:red;
	margin:10px 0;
}

p.confirm-error-message {
	font-size:16px;
	color:#ff0000;
	margin:10px 0;
	font-weight:bold;
	text-align:center;
}


.name-and-age-table-tr table {
	width:100%;	
}
p.error-message-top {
	font-size:16px;
	text-align:center;
	line-height:1.6;
	font-weight:bold;
	color:#ff0000;
	margin:20px 0;
}
p.error-message {
	font-size:16px;
	color:#ff0000;
	margin:5px 0 0;
	font-weight:bold;
}
.name-and-age-table-tr table th {
	display:table-cell;
}
.name-and-age-table-tr tr {
	width:100%;
}
th.name ,td.name {
	width:80%!important;
}
td.name {
	font-size:20px;
	font-weight:bold;
}
th.age, td.age {
	width:15%!important;
}
.name-and-age-table-tr table td{
	display:table-cell;
	vertical-align:top;
}
#f_name, #g_name {
	width:40%;
}
html, body {
	height: 100%;
}
.entry {
	display: none;
}
footer {
	padding: 80px 0;
	background: #000;
	position: sticky;
  top: 100vh;
  width: 100%;
}
footer::before {
	display: none;
	content: none;
}

.form {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}
.form th, .form td {
	width: 100%;
	display: block;
	text-align: left;
	word-break: break-word;
}
.form tr.tel input {
	width: 20%;
	display: inline-block;
	margin: 0 10px;
}
.form tr.tel td {
	font-size: 16px;
}
.form tr.tel td input:first-child {
	margin: 0 10px 0 0;
}
.form th {
	font-size: 20px;
	line-height: 1.6;
	padding: 30px 0 10px;
}
.form input {
    height: 57px;
    width: 100%;
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #000 inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    font-size: 16px;
}
.form-text02 {
    height: 57px;
    width: 95%;
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #000 inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    box-sizing: border-box;
}
.form select {
    height: 57px;
    width: 100%;
    padding: 0 8px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #000 inset;
    cursor: pointer;
    font-size: 16px;
    background: #fff;
}
.form textarea {
    display: block;
    width: 100%;
    padding: 4px 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #000 inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: vertical;
    box-sizing: border-box;
    min-height: 300px;
    font-size: 16px;
}
input[type=checkbox] {
    margin: 0px 5px 7px;
    height: 25px; width: 25px;
}
p.privacy_txt {
	font-size: 20px;
	color: #000;
	line-height: 1.6;
	text-align: center;
	margin: 80px 0 30px;
}
.form-submit-button {
	display: block;
	width: 476px;
	padding: 25px 0;
	border: 2px solid #ff0000;
	border-radius: 40px;
	color: #ff0000;
	font-weight: bold;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	font-size: 24px;
	background: #fff;
	margin: 0 auto;
}
.form-submit-button:hover {
	background-color: #ff0000;
	color: #fff;
}
.file_area {
	width: 100%;
	background: #000;
	padding: 30px 0;
	text-align: center;
	margin: 40px 0;
}
.file_area p {
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 1.6;
}
.file_area p.small {
	font-size: 14px;
}
.file_area p span {
	color: #ff0000;
	font-size: 14px;
	margin-left: 10px;
}
.file_upper_text div {
	padding: 15px 0;
}
#attachment label {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 24px;
	padding: 25px 0;
	border-radius: 40px;
	transition: all 0.3s;
	border: 2px solid #fff;
	width: 60%;
	margin: 30px auto;
}
#attachment label:hover {
	background: #fff;
	transition: all 0.4s;
	color: #000;
}
#attachment label input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}
.privacy_box {
	width: 100%;
	margin: 80px 0 0;
}
.privacy_box h4 {
	font-size: 20px;
	line-height: 1.6;
	text-align: left;
	margin-bottom: 30px;
	font-weight: bold;
}
.privacy_box p {
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
	margin-top: 10px;
}

.privacy_box ol{
	padding-left: 2em;
}

.privacy_box ol li{
	font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    list-style-type: auto;
}
.privacy_box ol li:first-child{
	margin-top: 0;
}

.privacy_box ol li p{
	font-weight: normal;
}

@media screen and (max-width:767px) {
	
	div.upper-note{
		font-size:13px;
	}
	div.require-note {
		font-size:13px;
	}
	
	.form tr.tel input {
		width: 25%;
	}
	td.name{
		font-size: 13px;
		font-weight: bold;
	}
    .form th{
    	font-size: 13px;
    	padding: 20px 0 10px;
    	
    }
    span.require{ 
    	font-size: 11px;
    	margin-left: 5px;
    }
    .form input {
        height: 45px;
        padding: 0 8px;
        border-radius: 2px;
        font-size: 13px;
    }
    .form-text02 {
        height: 45px;
        padding: 0 8px;
        border-radius: 2px;
        font-size: 13px;
    }
    .form select {
        height: 45px;
        font-size: 13px;
    }
    .form textarea {
        padding: 4px 8px;
        border-radius: 4px;
        min-height: 200px;
        font-size: 13px;
    }
    input[type=checkbox] {
        height: 20px; width: 20px;
      }

    p.privacy_txt {
		font-size: 13px;
		margin: 20px 0;
	}
    .form-submit-button {
        width: 80%;
        padding: 15px 0;
        font-size: 18px;
    }
    .file_area {
    	padding: 20px 0;
    	margin: 20px 0;
    }
    .file_area p {
    	font-size: 13px;
    }
    .file_area p.small {
    	font-size: 11px;
    }
    .file_area p span {
    	font-size: 11px;
    	margin-left: 5px;
    }
    #attachment label {
    	font-size: 18px;
    	padding: 15px 0;
    	width: 70%;
    	margin: 15px auto;
    }
    .privacy_box {
    	margin: 40px 0 0;
    }
    .privacy_box h4 {
    	font-size: 16px;
    }
    .privacy_box ol li{
    	font-size: 13px;
    }
    .privacy_box p {
    	font-size: 13px;
    }
    tr.tel span.notice {
    	display: block;
    	width: 100%;
    	font-size: 13px;
    	margin: 10px 0;
    }
    p.error-message-top {
		font-size:11px;
		text-align:center;
		line-height:1.6;
		font-weight:bold;
		color:#ff0000;
		margin:20px 0;
	}
	p.error-message {
		font-size:11px;
		color:#ff0000;
		margin:5px 0 0;
		font-weight:bold;
	}
 ｝   