/* ------------------------------
 width: all
------------------------------ */
body {
	background-position: top -60px center;
	background-image: url(../../images/bg_re.webp);
}

main section.ttlsection .wrapper {
	background-image: url(../../images/bg_ttl_re.webp);
}

main section.s01 {
	padding: 100px 30px 0;
}

main section.s01 .wrapper {
	max-width: 1400px;
	margin: 0 auto;
}

main section.s01 .wrapper h3 {
	text-align: center;
	font-weight: bold;
	font-size: 42px;
	color: #ff0000;
}

main section.s01 .wrapper .list01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	justify-content: center;
	gap: 3.2vw 3.2%;
	margin-top: 70px;
}

main section.s01 .wrapper .list01 li {
	width: 48.4%;
}

main section.s01 .wrapper .list01 li .btn03 p span {
	display: inline-block;
	background-color: #fff;
	border-radius: 50px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	color: #ff0000;
	padding: 9px 25px;
	margin: 8px 0 8px 30px;
}

main section.s01 .wrapper .btnlist02 {
	margin-top: 100px;
}

main section.s02 {
	padding: 150px 30px 0;
}

main section.s02 .wrapper {
	max-width: 1400px;
	margin: 0 auto;
}

main section.s02 .wrapper h4 {
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	color: #ff0000;
}

main section.s02 .wrapper .t01 {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 2.2;
	margin-top: 40px;
}

main section.s02 .wrapper .smalltxt {
	display: block;
	margin-top: 90px;
	margin-bottom: 1em;
	font-size: 75%;
}

main section.s02 .wrapper .smalltxt em {
	color: #ff0000;
}

main section.s02 .wrapper .t01 a {
	display: inline-block;
	font-size: 24px;
	color: #ff0000;
	font-weight: 500;
	text-decoration: none;
	border-bottom: 1px solid #ff0000;
	line-height: 1.3;
}

main section.s02 .wrapper .t01 a img {
	width: 16px;
	vertical-align: top;
	margin: 10px 0 0 3px;
}

main section.s02 .wrapper .dl01 {
	/*margin-top: 90px;*/
}

main section.s02 .wrapper .dl01+.dl01 {
	margin-top: 35px;
}

main section.s02 .wrapper .dl01 .dt01 {
	font-size: 26px;
	line-height: 1.2;
	padding: 5px 25px;
	border-radius: 21px;
	font-weight: bold;
	color: #fff;
	background: -webkit-gradient(linear, left top, right top, from(#656565), to(#989898));
	background: linear-gradient(90deg, #656565 0%, #989898 100%);
}

main section.s02 .wrapper .dl01 .dt01 span {
	font-size: 22px;
	display: inline-block;
	vertical-align: top;
	margin: 3px 0 0 10px;
}

main section.s02 .wrapper .dl01 .dt01 em {
	color: #ff3333;
	padding-left: .25em;
}

main section.s02 .wrapper .dl01 .dd01 {
	padding: 20px 25px;
}

main section.s02 .wrapper .dl01 .dd01 input[type=text] {
	border: 1px solid #999999;
	border-radius: 10px;
	width: 100% !important;
	display: block !important;
	font-size: 20px;
	line-height: 1;
	padding: 15px 25px;
}

main section.s02 .wrapper .dl01 .dd01 input[type=text]::-webkit-input-placeholder {
	color: #ccc;
}

main section.s02 .wrapper .dl01 .dd01 input[type=text]::-moz-placeholder {
	color: #ccc;
}

main section.s02 .wrapper .dl01 .dd01 input[type=text]:-ms-input-placeholder {
	color: #ccc;
}

main section.s02 .wrapper .dl01 .dd01 input[type=text]::-ms-input-placeholder {
	color: #ccc;
}

main section.s02 .wrapper .dl01 .dd01 input[type=text]::placeholder {
	color: #ccc;
}

main section.s02 .wrapper .dl01 .dd01 .list03 {
	font-size: 0;
	letter-spacing: 0;
}

main section.s02 .wrapper .dl01 .dd01 .list03 li {
	display: inline-block;
	vertical-align: top;
}

main section.s02 .wrapper .dl01 .dd01 .list03 li+li {
	margin-left: 30px;
}

main section.s02 .wrapper .dl01 .dd01 .list03 li label {
	display: block;
	font-size: 22px;
	line-height: 24px;
	cursor: pointer;
}

main section.s02 .wrapper .dl01 .dd01 .list03 li label input {
	width: 24px;
	height: 24px;
	vertical-align: top;
	margin-right: 10px;
}

main section.s02 .wrapper .dl01 .dd01 .list04 {
	display: flex;
	flex-wrap: wrap;
}

main section.s02 .wrapper .dl01 .dd01 .list04+.list04 {
	margin-top: 20px;
}

main section.s02 .wrapper .dl01 .dd01 .list04.list0402 li {
	width: calc(50% - 35px);
}

main section.s02 .wrapper .dl01 .dd01 .list04.list0402 li:nth-child(even) {
	width: calc(50% + 35px);
}

main section.s02 .wrapper .dl01 .dd01 .list04.list0402 li:nth-child(even) dl dt {
	width: 170px;
	text-align: right;
	padding-right: 20px;
}

main section.s02 .wrapper .dl01 .dd01 .list04.list0402 li:nth-child(even) dl dd {
	width: calc(100% - 170px);
}

main section.s02 .wrapper .dl01 .dd01 .list04 li {
	width: calc(50% - 15px);
}

main section.s02 .wrapper .dl01 .dd01 .list04 li.long {
	width: 100%;
}

main section.s02 .wrapper .dl01 .dd01 .list04 li:nth-child(even) {
	width: calc(50% + 15px);
}

main section.s02 .wrapper .dl01 .dd01 .list04 li:nth-child(even) dl dt {
	width: 130px;
	text-align: right;
	padding-right: 20px;
}

main section.s02 .wrapper .dl01 .dd01 .list04 li:nth-child(even) dl dd {
	width: calc(100% - 130px);
}

main section.s02 .wrapper .dl01 .dd01 .list04 li dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

main section.s02 .wrapper .dl01 .dd01 .list04 li dl dt {
	width: 100px;
	font-size: 22px;
}

main section.s02 .wrapper .dl01 .dd01 .list04 li dl dd {
	width: calc(100% - 100px);
}

main section.s02 .wrapper .dl01 .dd01 select {
	width: 560px !important;
	display: block !important;
	border: 1px solid #999999;
	border-radius: 10px;
	background-color: #eee;
	height: 60px;
	padding: 0 40px;
	font-size: 22px;
}

main section.s02 .wrapper .dl01 .dd01 textarea {
	width: 100% !important;
	height: 460px !important;
	resize: vertical;
	display: block !important;
	border: 1px solid #999999;
	border-radius: 10px;
	padding: 22px 25px;
	font-size: 22px;
	line-height: 1.7;
}

main section.s02 .wrapper .caution {
	text-align: center;
	margin-top: 20px;
}

main section.s02 .wrapper .caution label {
	cursor: pointer;
}

main section.s02 .wrapper .caution label *+* {
	margin-left: 10px;
}

main section.s02 .wrapper .caution label p {
	display: inline-block;
	font-size: 22px;
	line-height: 1;
	vertical-align: top;
}

main section.s02 .wrapper .caution label input {
	width: 24px;
	height: 24px;
	vertical-align: top;
}

main section.s02 .wrapper .submitbtn {
	margin: 80px auto 0;
	display: block !important;
	text-align: left;
	background-color: #fff;
	position: relative !important;
	cursor: pointer;
}

div#mfp_thanks {
	display: none !important;
}

/* ------------------------------ */

@media screen and (max-width: 1400px) {
	main section.s01 .wrapper .list01 li .btn03 p {
		font-size: 27px;
	}

	main section.s01 .wrapper .list01 li .btn03 p span {
		font-size: 16px;
		padding: 9px 15px;
		margin: 8px 0 8px 10px;
	}
}

@media screen and (max-width: 1200px) {
	main section.s01 .wrapper .list01 {
		width: 100%;
		max-width: 660px;
		margin: 50px auto 0;
		display: block;
	}

	main section.s01 .wrapper .list01 li {
		width: 100%;
	}

	main section.s01 .wrapper .list01 li+li {
		margin-top: 30px;
	}

	main section.s01 .wrapper .list01 li .btn03 p {
		font-size: 30px;
	}

	main section.s01 .wrapper .list01 li .btn03 p span {
		font-size: 22px;
		padding: 9px 25px;
		margin: 8px 0 8px 30px;
	}
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 768px) {
	body {
		background-position: top 150px center;
		background-image: url(../../images/bg_re_sp.webp);
	}

	main section.ttlsection .wrapper {
		background-image: url(../../images/bg_ttl_re.webp);
	}

	main section.s01 {
		padding: 20px 25px 0;
	}

	main section.s01 .wrapper {
		max-width: 1400px;
		margin: 0 auto;
	}

	main section.s01 .wrapper h3 {
		text-align: center;
		font-weight: bold;
		font-size: 17px;
		color: #ff0000;
	}

	main section.s01 .wrapper .list01 {
		max-width: 310px;
		margin-top: 20px;
	}

	main section.s01 .wrapper .list01 li+li {
		margin-top: 20px;
	}

	main section.s01 .wrapper .list01 li .btn03 p {
		font-size: 15px;
	}

	main section.s01 .wrapper .list01 li .btn03 p span {
		font-size: 11px;
		padding: 5px 10px;
		margin: 0 0 0 10px;
	}

	main section.s01 .wrapper .btnlist02 {
		margin-top: 35px;
	}

	main section.s02 {
		padding: 55px 25px 0;
	}

	main section.s02 .wrapper {
		max-width: 1400px;
		margin: 0 auto;
	}

	main section.s02 .wrapper h4 {
		text-align: center;
		font-size: 17px;
		font-weight: bold;
		color: #ff0000;
	}

	main section.s02 .wrapper .t01 {
		font-size: 12px;
		font-weight: 500;
		line-height: 2.2;
		margin-top: 10px;
	}

	main section.s02 .wrapper .t01 a {
		display: inline-block;
		font-size: 12px;
		color: #ff0000;
		font-weight: 500;
		text-decoration: none;
		border-bottom: 1px solid #ff0000;
		line-height: 1.3;
	}

	main section.s02 .wrapper .t01 a img {
		width: 8px;
		vertical-align: top;
		margin: 5px 0 0 3px;
	}

	main section.s02 .wrapper .dl01 {
		margin-top: 25px;
	}

	main section.s02 .wrapper .dl01+.dl01 {
		margin-top: 5px;
	}

	main section.s02 .wrapper .dl01 .dt01 {
		font-size: 13px;
		line-height: 1;
		padding: 4px 0 4px 18px;
		border-radius: 21px;
		font-weight: bold;
		color: #fff;
		background: -webkit-gradient(linear, left top, right top, from(#656565), to(#989898));
		background: linear-gradient(90deg, #656565 0%, #989898 100%);
	}

	main section.s02 .wrapper .dl01 .dt01 span {
		font-size: 10px;
		display: inline-block;
		vertical-align: top;
		margin: 2px 0 0 5px;
	}

	main section.s02 .wrapper .dl01 .dd01 {
		padding: 10px 15px;
	}

	main section.s02 .wrapper .dl01 .dd01 input[type=text] {
		border: 1px solid #999999;
		border-radius: 5px;
		width: 100% !important;
		display: block !important;
		font-size: 16px;
		line-height: 1;
		padding: 5px 12px;
	}

	main section.s02 .wrapper .dl01 .dd01 input[type=text]::-webkit-input-placeholder {
		color: #ccc;
	}

	main section.s02 .wrapper .dl01 .dd01 input[type=text]::-moz-placeholder {
		color: #ccc;
	}

	main section.s02 .wrapper .dl01 .dd01 input[type=text]:-ms-input-placeholder {
		color: #ccc;
	}

	main section.s02 .wrapper .dl01 .dd01 input[type=text]::-ms-input-placeholder {
		color: #ccc;
	}

	main section.s02 .wrapper .dl01 .dd01 input[type=text]::placeholder {
		color: #ccc;
	}

	main section.s02 .wrapper .dl01 .dd01 .list03 {
		font-size: 0;
		letter-spacing: 0;
	}

	main section.s02 .wrapper .dl01 .dd01 .list03 li {
		display: inline-block;
		vertical-align: top;
	}

	main section.s02 .wrapper .dl01 .dd01 .list03 li+li {
		margin-left: 30px;
	}

	main section.s02 .wrapper .dl01 .dd01 .list03 li label {
		display: block;
		font-size: 11px;
		line-height: 12px;
		cursor: pointer;
	}

	main section.s02 .wrapper .dl01 .dd01 .list03 li label input {
		width: 12px;
		height: 12px;
		vertical-align: top;
		margin-right: 5px;
	}

	main section.s02 .wrapper .dl01 .dd01 .list04 {
		display: block;
	}

	main section.s02 .wrapper .dl01 .dd01 .list04+.list04 {
		margin-top: 10px;
	}

	main section.s02 .wrapper .dl01 .dd01 .list04.list0402 li {
		width: 100% !important;
	}

	main section.s02 .wrapper .dl01 .dd01 .list04.list0402 li:nth-child(even) dl dt {
		width: 50px;
		text-align: left;
		padding-right: 0;
	}

	main section.s02 .wrapper .dl01 .dd01 .list04.list0402 li:nth-child(even) dl dd {
		width: calc(100% - 50px);
	}

	main section.s02 .wrapper .dl01 .dd01 .list04 li {
		width: 100% !important;
	}

	main section.s02 .wrapper .dl01 .dd01 .list04 li+li {
		margin-top: 10px;
	}

	main section.s02 .wrapper .dl01 .dd01 .list04 li.long {
		width: 100%;
	}

	main section.s02 .wrapper .dl01 .dd01 .list04 li:nth-child(even) dl dt {
		width: 50px;
		text-align: left;
		padding-right: 0;
	}

	main section.s02 .wrapper .dl01 .dd01 .list04 li:nth-child(even) dl dd {
		width: calc(100% - 50px);
	}

	main section.s02 .wrapper .dl01 .dd01 .list04 li dl {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	main section.s02 .wrapper .dl01 .dd01 .list04 li dl dt {
		width: 50px !important;
		font-size: 11px;
	}

	main section.s02 .wrapper .dl01 .dd01 .list04 li dl dd {
		width: calc(100% - 50px);
	}

	main section.s02 .wrapper .dl01 .dd01 select {
		width: 100% !important;
		display: block !important;
		border: 1px solid #999999;
		border-radius: 5px;
		background-color: #eee;
		height: 30px;
		padding: 0 20px;
		font-size: 11px;
	}

	main section.s02 .wrapper .dl01 .dd01 textarea {
		width: 100% !important;
		height: 300px !important;
		display: block !important;
		border: 1px solid #999999;
		border-radius: 5px;
		padding: 10px 15px;
		font-size: 16px;
		line-height: 1.7;
	}

	main section.s02 .wrapper .caution {
		text-align: center;
		margin-top: 10px;
	}

	main section.s02 .wrapper .caution label {
		cursor: pointer;
	}

	main section.s02 .wrapper .caution label *+* {
		margin-left: 5px;
	}

	main section.s02 .wrapper .caution label p {
		letter-spacing: 0;
		display: inline-block;
		font-size: 12px;
		line-height: 1;
		vertical-align: top;
	}

	main section.s02 .wrapper .caution label input {
		width: 14px;
		height: 14px;
		vertical-align: top;
	}

	main section.s02 .wrapper .submitbtn {
		width: 310px;
		margin: 25px auto 0;
		display: block !important;
		text-align: left;
		background-color: #fff;
		position: relative !important;
		cursor: pointer;
	}
}