.page-visual {
	margin: 0 auto 50px;
	min-height: inherit;
}
@media (max-width: 960px) {
	.page-visual {
		min-height: inherit;
	}
}
@media (max-width: 768px) {
	.page-visual {
		min-height: inherit;
	}
}
@media (max-width: 480px) {
	.page-visual {
		min-height: inherit;
        margin: -60px auto 30px;
    }
}
/* --------------------------------------------------- */
#sec01 {
	max-width: 1000px;
	width: 95%;
	margin: 0 auto 50px;
}
#sec01 .tel-block {
	background-color: #fff;
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
#sec01 .tel-block h3,
#sec01 .tel-block p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 30px 10px;
}
#sec01 .tel-block h3 {
	background-color: #E33C0B;
	color: #fff;
	width: 40%;
}
#sec01 .tel-block p {
	width: 60%;
	line-height: 160%;
}
#sec01 .tel-block p a {
	display: inline-block;
	font-size: 2.3em;
	font-weight: 500;
	letter-spacing: 3px;
	padding-top: 8px;
	pointer-events: none;
}
#sec01 .tel-block p a .material-symbols-outlined {
	font-variation-settings: 'FILL' 1, 'wght' 600, 'opsz' 40;
	margin-right: 10px;
	background-color: #E33C0B;
	color: #fff;
	display: inline-block;
	padding: 5px 5px 3px 4px;
	border-radius: 4px;
}
#sec01 .tel-block p span.time {
	display: block;
	text-align: center;
	font-size: 12px;
}
#sec01 form {
	background-color: #fff;
	padding: 60px;
}
#sec01 form dl {
	width: 100%;
	display: table;
	margin-bottom: 30px;
}
#sec01 form dt,
#sec01 form dd {
	display: table-cell;
	vertical-align: top;
}
#sec01 form dt {
	width: 230px;
}
#sec01 form dt span {
	display: inline-block;
	margin-right: 10px;
	font-size: 10px;
	background-color: #E33C0B;
	color: #fff;
	line-height: 100%;
	padding: 3px 4px 5px;
}
#sec01 form dt span.off {
	background-color: #bbb;
}
#sec01 form dd {
}
#sec01 form dd textarea,
#sec01 form dd input,
#sec01 form dd select {
	width: 100%;
	padding: 13px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #F9F8F6;
	box-shadow:2px 2px 6px -6px #333 inset;
	margin-bottom: 10px;
}
#sec01 form dd input.siz-s,
#sec01 form dd select.siz-s {
	max-width: 200px;
}
#sec01 form dd textarea::placeholder,
#sec01 form dd input::placeholder {
	color: #bbb;
}
#sec01 form dd textarea:hover,
#sec01 form dd input:hover,
#sec01 form dd select:hover {
}
input[type="submit"] {
  -webkit-appearance: none;
}
input.form_btn {
	font-weight:400;
	display: block;
	max-width: 350px;
	width: 100%;
	margin: 0px auto;
	background-color: #E33C0B;
	text-align: center;
	border: none;
	font-size: 110%;
	line-height: 100%;
	padding: 30px 0;
	letter-spacing: 2px;
	font-weight: 500;
	color: #fff;
	border-radius:6px;
	transition: .4s;
}
input.form_btn:hover {
	cursor: pointer;
	background-color: #972807;
}
#privacy {
	border: #E33C0B 1px solid;
	padding: 20px 20px 10px;
	line-height: 170%;
	font-size: 90%;
	height: 200px;
	overflow: auto;
	margin: 40px 0 30px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#privacy li {
	margin-bottom: 15px;
}
#privacy li strong {
	display: block;
	font-weight: 500;
	font-size: 110%;
	margin-bottom: 5px;
}
#privacy li ol {
	list-style: outside disc;
	margin-left: 25px;
}
#privacy li ol li {
	margin-bottom: 0;
}
#thanks {
	max-width: 700px;
	width: 90%;
	margin: 100px auto 80px;
}
#thanks dt {
	text-align: center;
	font-size: 150%;
	font-weight:400;
	margin-bottom: 25px;
	letter-spacing: 4px;
}
#thanks dd {
}
#thanks dd p {
	margin-bottom: 30px;
}
#thanks dd a {
	font-weight:400;
	display: block;
	max-width: 350px;
	width: 100%;
	margin: 0px auto;
	background-color: #E33C0B;
	text-align: center;
	border: none;
	font-size: 110%;
	line-height: 100%;
	padding: 25px 0 28px;
	letter-spacing: 2px;
	font-weight: 500;
	color: #fff;
	border-radius:6px;
	transition: .4s;
}
#thanks dd a:hover {
	background-color: #972807;
}
@media (max-width: 960px) {
	#sec01 form {
        padding: 40px;
    }
}
@media (max-width: 768px) {
	#sec01 .tel-block {
        background-color: #fff;
        display: table;
        width: 100%;
        margin-bottom: 20px;
    }
    #sec01 .tel-block h3,
    #sec01 .tel-block p {
        display: block;
        padding: 30px 10px;
    }
    #sec01 .tel-block h3 {
        width: 100%;
		text-align: center;
        font-size: 1.1em;;
        font-weight: 600;
        padding: 10px 0;
    }
	.ttl-style05 {
		padding: 10px 0;
	}
	#sec01 .tel-block p {
        width: 100%;
        line-height: 160%;
    }
	#sec01 .tel-block p a {
        font-size: 1.8em;
        padding-top: 0;
		pointer-events: auto;
    }
    #sec01 .tel-block p a .material-symbols-outlined {
        font-variation-settings: 'FILL' 1, 'wght' 600, 'opsz' 30;
    }
    #sec01 .tel-block p span.time {
        font-size: 11px;
    }
	
	#sec01 form {
        padding: 40px;
    }
    #sec01 form dl {
        display: block;
    }
    #sec01 form dt,
    #sec01 form dd {
        display: block;
    }
    #sec01 form dt {
        width: 100%;
    }
}
@media (max-width: 580px) {
	#sec01 form {
        padding: 20px;
    }
	#sec01 form dl {
        margin-bottom: 10px;
    }
	#thanks {
        margin: 40px auto 50px;
    }
}
/* --------------------------------------------------- */