@charset "utf-8";
.form {
	padding-top: calc(80 / 1920* 100vw);
	padding-bottom: calc(80 / 1920* 100vw);
}
.form-ttl {
	padding-bottom: calc(60 / 1920* 100vw);
	width: calc(310 / 1920* 100vw);
	margin: 0 auto;
}
.form-table {
	margin: 0 auto;
	width: calc(900 / 1920* 100vw);
}
input[name="user_name"],input[name="company_name"],input[name="tel"],input[name="user_email"],textarea {
	width: 100%;
	padding: 12px;
}
.form-table table {
	width: 100%;
	margin-bottom: calc(30 / 1920* 100vw);
}
.form-table table tr{
    display: flex;
    border-collapse: collapse;
	padding-bottom: calc(30 / 1920* 100vw);
}
.form-table table th {
    width: 30%;
    vertical-align: middle;
    text-align: left;
	font-weight: bold;
	margin-right: 2%;
	padding: 10px;
}
.form-table table td {
    width: 62%;
}
.must {
    padding: 2px 4px;
    background: #f17410;
    color: #fff;
    font-size: 12px;
	margin-left: 10px;
}
.form-table .privacy-box td {
	width: 60%;
	line-height: 1.5;
	margin: 0 auto;
}
.checkbox {
	display: flex;
    align-items: center;
	justify-content: center;
	cursor: pointer;
}
input[name="checkbox_input"] {
	margin: 0;
}
.checkbox_inputtext {
	margin-left: 12px;
	font-size: 13px;
}

.checkbox_inputtext a {
	text-decoration-line:underline;
}

.submit div {
	width: calc(250 / 1920* 100vw);
	margin: 0 auto;
}

.submit input[type="submit"] {
    width: 100%;
    letter-spacing: 1px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
    appearance: none;
    padding: 15px;
    border-radius: 100px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    background: #f17410;
    transition: 0.5s;
	cursor: pointer;
}
.submit input[type="submit"]:hover {
	background: #f49d58;
}

/*backbtn*/
.backbtn {
	padding-top: calc(30 / 1920* 100vw);
	text-align: center;
	text-decoration-line:underline;
}
.backbtn a {
	color: #1a1a1a;
	font-weight: bold;
}

@media screen and (max-width: 1400px) {
	.form-table {
		width: calc(800 / 1400* 100vw);
	}
	.submit div {
		width: calc(250 / 1400* 100vw);
	}
}
@media screen and (max-width: 1100px) {
	.form-table {
		width: calc(700 / 1100* 100vw);
	}
	.form-table table th {
		width: 40%;
	}
	.form-table table td {
		width: 48%;
	}
	.form-table .privacy-box td {
		width: 80%;
	}
	.submit div {
		width: calc(350 / 1100* 100vw);
	}
}
@media screen and (max-width: 768px) {
	.form {
		padding-top: calc(100 / 768* 100vw);
		padding-bottom: calc(100 / 768* 100vw);
	}
	.form-ttl {
		padding-bottom: calc(80 / 768* 100vw);
		width: calc(380 / 768* 100vw);
	}
	.form-table {
		width: calc(700 / 768* 100vw);
	}
	.form-table table {
		margin-bottom: calc(30 / 768* 100vw);
	}
	.form-table table tr{
		flex-wrap: wrap;
		padding-bottom: calc(30 / 768* 100vw);
	}
	.form-table table th {
		width: 100%;
	}
	.form-table table td {
		width: 93%;
	}
	.form-table .privacy-box td {
		width: 100%;
	}
	.submit div {
		width: calc(500 / 768* 100vw);
	}
	.backbtn {
		padding-top: calc(30 / 768* 100vw);
	}
}

/*----------confirmation----------*/
.form-confirmation {
	padding-top: calc(160 / 1920* 100vw);
	padding-bottom: calc(80 / 1920* 100vw);
}
.form-confirmation-ttl {
	padding-bottom: calc(60 / 1920* 100vw);
	width: calc(420 / 1920* 100vw);
	margin: 0 auto;
}
.submit02 {
	width: calc(250 / 1920* 100vw);
	padding-top: 10px;
	margin: 0 auto;
}

.submit_btn02 {
    width: 100%;
    letter-spacing: 1px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
    appearance: none;
    padding: 15px;
    border-radius: 100px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    background: #969696;
    transition: 0.5s;
	cursor: pointer;
}
.submit_btn02:hover {
	background: #bfbfbf;
}
.form-confirmation .form-table td {
    border: solid 1px #969696;
    border-radius: 2px;
    padding: 10px;
}

@media screen and (max-width: 1400px) {
	.submit02 {
		width: calc(250 / 1400* 100vw);
	}
}
@media screen and (max-width: 1100px) {
	.submit02{
		width: calc(350 / 1100* 100vw);
	}
}
@media screen and (max-width: 768px) {
	.form-confirmation {
		padding-top: calc(200 / 768* 100vw);
		padding-bottom: calc(80 / 768* 100vw);
	}
	.form-confirmation-ttl {
		padding-bottom: calc(60 / 768* 100vw);
		width: calc(500 / 768* 100vw);
	}
	.submit02 {
		width: calc(500 / 768* 100vw);
	}
}

/*----------finish----------*/
.form-finish {
	padding-top: calc(160 / 1920* 100vw);
	padding-bottom: calc(80 / 1920* 100vw);
}
.form-finish-ttl {
	padding-bottom: calc(60 / 1920* 100vw);
	width: calc(420 / 1920* 100vw);
	margin: 0 auto;
}
.form-finish_txt {
	margin: 0 auto;
	width: calc(900 / 1920* 100vw);
	text-align: center;
}
.form-finish_txt p {
	margin-top: 20px;
}
.form-finish_txt a {
	color: #000;
	text-decoration: underline;
}
.form-finish-logo {
	padding-top: calc(60 / 1920* 100vw);
	padding-bottom: calc(60 / 1920* 100vw);
	width: calc(320 / 1920* 100vw);
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.form-finish {
		padding-top: calc(200 / 768* 100vw);
		padding-bottom: calc(80 / 768* 100vw);
	}
	.form-finish-ttl {
		padding-bottom: calc(60 / 768* 100vw);
		width: calc(500 / 768* 100vw);
	}
	.form-finish_txt {
		width: calc(700 / 768* 100vw);
		text-align: left;
	}
	.form-finish-logo {
		padding-top: calc(60 / 768* 100vw);
		padding-bottom: calc(60 / 768* 100vw);
		width: calc(400 / 768* 100vw);
	}
}