.thanks-form span {
	display: block;
    font-size: 60px;
    font-weight: bold;
}

.thanks-form.error p {

    text-align: center;
}

.sagashi-form {
max-width: 1000px;
    margin: 120px auto 100px;
    line-height: 2;
    font-size: 15px;
    letter-spacing: 0;
	padding: 0 15px;
}

.sagashi-form ul ul {
	display: flex;
	margin-bottom: 20px;
	padding-right: 30px;
}

.sagashi-form ul ul li:first-child {
    width: 40%;
	font-weight: 400;
}

.sagashi-form ul ul li:first-child span {
	background: red;
    font-size: 12px;
    color: #fff;
    padding: 0px 5px 2px;
    border-radius: 4px;
    margin-left: 15px;
    position: relative;
    top: -2px;
}

.sagashi-form ul ul li:last-child {
    width: 60%;
}

.sagashi-form ul ul li:last-child select,
.sagashi-form ul ul li:last-child input,
.sagashi-form ul ul li:last-child textarea {
width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #ccc;
}

.dis-none {
	display: none;
}

.form-2 {
	display: flex;
	flex-wrap: wrap;
}


.form-2 > li{
	width: 50%;
}

.form-2 > li ul li:nth-child(even){
	width: 40%;
}

.form-2 > li ul li:nth-child(odd){
	width: 60%;
}

.form-2 > li ul:nth-child(even){
	width: 40%;
}

.sub-next {
text-align: center;
    margin-top: 40px;
}

.sub-next input {
    display: inline-block;
    width: 300px;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    padding: 15px 0;
    background: #FF9305;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
	cursor: pointer;
}

.sub-next input:hover {
	opacity: .7;	
}

.sagashi-form .form-ladio ul ul li:first-child {
    width: 28%;
}

.sagashi-form .form-ladio ul ul li:last-child {
    width: 72%;
}

.sagashi-form .form-ladio ul ul li:last-child input[type="checkbox"]{
	width: initial;
}

.sagashi-form .form-ladio ul ul li:last-child textarea {
	height: 100px;
}

.sagashi-form .situmon {
	margin-bottom: 50px;
}

.sagashi-form .situmon .pd {
    padding: 0;
}

.sagashi-form .situmon .pd .ttlcard {
	max-width: 85%;
}

.form-step {
	margin-bottom: 50px;
	text-align: center;
}

.form-step img {
	width: 70%;	
}

.thanks-form img {
	max-width: 300px;
}

.thanks-form {
	text-align: center;
}

.thanks-form h2 {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 2px;
    color: var(--main-color);
}

.thanks-form p {
text-align: left;
    max-width: 750px;
    margin: 50px auto;
    font-size: 16px;
    letter-spacing: 2px;
}

.thanks-form a {
    width: 300px;
    background: #f5f5f5;
    display: inline-block;
    padding: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    border-radius: 4px;
}

@media (max-width: 1000px) {
	
.form-2 {
    display: block;
    max-width: 700px;
    margin: 0 auto;
}
	
.form-2 > li {
    width: 100%;
}
	
.sagashi-form .form-ladio ul ul li:first-child {
    width: 100%;
}
	
.sagashi-form .form-ladio ul ul li:last-child {
    width: 100%;
}
	
	.form-ladio {
    max-width: 700px;
    margin: 0 auto;
	}
	
.under-nav .inner .nav ul li {
    margin-left: 20px;
	font-size: 13px;
}
	
.sagashi-form ul ul {
    display: block;
    padding-right: 0;
}
	
.form-2 > li ul li:nth-child(odd) {
    width: 100%;
}
	
.form-2 > li ul li:nth-child(even) {
    width: 100%;
}
	
}


@media (max-width: 500px) {

.sagashi-form .situmon .pd .ttlcard {
    max-width: 100%;
}
	
.situmon .pd .ttlcard .text .desc {
    font-size: 3.38vw;
}
	
.situmon .pd .ttlcard h2 span {
    font-size: 4vw;
}
	
	.form-step img {
		width: 100%;
	}

.sagashi-form {
    margin: 100px auto 50px;
}

	.sub-next input {
    font-size: 16px;
}
	
.thanks-form p {
    margin: 30px auto;
    font-size: 14px;
    letter-spacing: 1px;
}
	
.thanks-form h2 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.8;
}
	
.thanks-form.error span {
    font-size: 30px;
}
	
.thanks-form.error h2 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.8;
}
	
.thanks-form.error p {
    text-align: justify;
}
	
	.thanks-form.error p br {
    display: none;
}

}