.sp_head__logo {
	float: left; width: 240px; margin-bottom: 5px;
}
.sp_head__title {
	float: left; width: 650px; color: #000; padding: 4px 0 0 0;
}

h1 {
	display: inline; font-size: 14px;
}


table.request {
	margin: 30px 0;
	border-collapse: separate;
	border-spacing: 0px;
}

input[type="text"] {
	font-size: 16px;
	padding: 10px;
	margin-right: 10px;
	border: solid 1px #000;
	border-radius: 5px;
}
.caution-form {
	color: #ff0000;
}

.bt_submit {
    max-width: 250px;
    margin: 60px auto 0;
}
.bt_submit--conf {
	display: flex;
    max-width: 600px;
    justify-content: space-between;
    gap: 20px;
}

.bt_submit .submit {
    display: block;
    width: 250px;
    padding: 20px;
    font-size: 18px;
    color: #fff;
    background: #0e68bb;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}
.bt_submit .submit:hover {
    background: #1e90ff;
}

.bt_submit .back {
    display: block;
    width: 250px;
    padding: 20px;
    font-size: 18px;
    color: #fff;
    background: #666;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}
.bt_submit .back:hover {
    background: #a9a9a9;
}


.bt_gotop a {
    display: block;
    width: 250px;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #0e68bb;
    border: 0;
    border-radius: 10px;
    margin: 60px auto 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    text-align: center;
}
.bt_gotop a:hover {
	text-decoration: none;
    background: #1e90ff;
}

.bt_gotop--second a {
    margin: 30px auto 0;
}

.end__box {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	margin-top: 60px;
}
.end__box__title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.end__box__text-s {
	font-size: 14px;
	margin-top: 20px;
}


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

body {
	padding: 0 5%;
}

.bt_submit--conf {
    max-width: 300px;
}

.bt_submit.bt_submit--conf .submit , .bt_submit.bt_submit--conf .back {
    width: 120px;
}

}