@charset "utf-8";
/* CSS Document */
.contact .sec_form {
	padding: 100px 40px;
	background: #f2f2f2;
}
.contact .wrap_1680 {
	max-width: 1680px;
	margin: auto;
	padding: 100px 40px;
	background: #fff;
}
.contact .contents_title {
	background: url(../images/contact/main_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center right;
	min-height: 250px;
	display: flex;
}
.contact table.form {
	width: 100%;
	margin-bottom: 40px;
}
#input input[type="text"],
#input input[type="email"] {
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 10px 15px;
	width: 100%;
	max-width: 600px;
	font-size: 18px;
}
#input input[type="radio"] {
	margin-right: 8px;
	width: 20px;
	height: 20px;
	position: relative;
	top: 3px;
}
#input .item_radio label {
	margin-right: 30px;
}
#input input#address {
	max-width: 100%;
}
#input input::placeholder {
	color: #ddd;
	font-weight: 400;
	font-size: 18px;
}
.contact .list_step {
	display: flex;
	justify-content: center;
}
.contact .list_step li {
	font-size: 24px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	border: 1px solid #008cd2;
	color: #008cd2;
}
.contact .list_step li:not(:last-child) {
	margin-right: 100px;
	position: relative;
}
.contact .list_step li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -50px;
	margin: auto;
	width: 15px;
	height: 15px;
	border-top: 2px solid #008cd2;
	border-right: 2px solid #008cd2;
	transform: rotate(45deg);
}
.contact .list_step li.current {
	background: #008cd2;
	color: #fff;
}
.contact .explanation {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin: 70px 0;
}
.contact .explanation a {
	font-weight: inherit;
}
.contact tr {
	border-bottom: 1px solid #e6e6e6;
	display: flex;
}
.contact tr:first-child {
	border-top: 1px solid #e6e6e6;
}
.contact th {
	width: 32.5%;
	min-width: 350px;
	background: #fafafa;
	padding: 20px;
	text-align: left;
}
.contact th label {
	font-size: 16px;
	font-weight: 500;
}
.contact th label small {
	font-weight: 500;
	font-size: 15px;
}
.contact th span {
	font-size: 13px;
	color: #fff;
	background: #ed1c24;
	padding: 3px 14px 4px;
	border-radius: 4px;
	line-height: 1.2;
	margin-right: 20px;
	position: relative;
	bottom: 2px;
}
.contact th span.any {
	background: #aaa;
}
.contact td {
	width: calc(100% - 32.5%);
	padding: 20px;
}
.contact td,
.contact td p,
.contact td label {
	font-size: 16px;
	font-weight: 500;
}
.contact .contents_policy {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 20px;
}
.contact .contents_policy p {
	font-size: 15px;
}
.contact .title_policy {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#input .button-form {
	max-width: 360px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-items: center;
	margin: 80px auto 20px;
	border-radius: 10px;
	overflow: hidden;
}
#input .btn-submit {
	width: 100%;
	height: 100%;
	font-size: 24px;
	font-weight: bold;
	background-image: linear-gradient(90deg, #ef5a24, #eb1c24);
	color: #fff;
	cursor: pointer;
	transition: .5s ease-in-out;
}
#input .btn-submit:hover {
	opacity: 0.7;
}
#confirm .wrap_btn-form {
	display: flex;
	justify-content: center;
	margin-top: 80px;
}
#confirm .button-form input,
#confirm .btn-formback input {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	cursor: pointer;
}
#confirm .btn-formback input {
	background: #b3b3b3;
	color: #fff;
	transition: .5s ease-in-out;
}
#confirm .button-form input {
	background-image: linear-gradient(90deg, #ef5a24, #eb1c24);
	color: #fff;
	transition: .5s ease-in-out;
}
#confirm .btn-formback input:hover,
#confirm .button-form input:hover {
	opacity: 0.7;
}
#confirm .button-form,
#confirm .btn-formback {
	width: calc((100% - 60px) / 2);
	max-width: 360px;
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	overflow: hidden;
}
#confirm .btn-formback {
	margin-right: 60px;
}
.dotted {
	border: 1px dashed #ccc;
	width: 100%;
	margin: 10px 0;
	max-width: 700px;
}
#thanks h2.title_thanks {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin-top: 70px;
}
.contact#thanks .explanation {
	margin-top: 10px;
	margin-bottom: 40px;
}
#thanks .btn_sale_lp {
	width: 100%;
	max-width: 265px;
	min-height: 60px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	color: #008cd2;
	border: 1px solid #008cd2;
	border-radius: 10px;
	transition: .5s ease-in-out;
}
#thanks .btn_sale_lp:hover {
	color: #fff;
	background: #008cd2;
}
.flex_label {
	display: flex;
}
.flex_label label {
	margin-right: 20px;
}
.flex_label label:last-of-type {
	margin-right: 0;
}
.contact td label {
	display: block;
}
#input input[type="checkbox"] {
	margin-right: 6px;
}
#input #zip {
	width: 30%;
}
#input .zip-button {
	background: #008cd2;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	padding: 16px 30px;
	margin-left: 20px;
	position: relative;
	top: -2px;
	cursor: pointer;
	transition: .5s ease-in-out;
}
#input .zip-button:hover {
	opacity: 0.7;
}
#input select {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 12px 15px;
	appearance: none;          /* 標準プロパティ */
	-webkit-appearance: none;  /* Safari / Chrome */
	-moz-appearance: none;     /* Firefox */
	background: none;
	min-width: 300px;
	position: relative;
	z-index: 2;
	color: #333;
}
#input .wrap_select {
  position: relative;
  display: inline-block;
}
#input .wrap_select::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	position: absolute;
	right: 20px;
	top: 20px;
	margin: auto;
	transform: rotate(135deg);
}
/* Edge・IE の矢印（pseudo-element）を消す */
#input select::-ms-expand {
  display: none;
}
#input #age {
	width: 100px;
}
.contact .box_tel {
	background: #d4eef9;
	padding: clamp(20px, 2.083vw, 40px);
	position: relative;
}
.contact .box_tel::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/contact/bg_tel.jpg) no-repeat;
	background-position: right center;
	width: 50%;
	height: 100%;
}
.contact .box_tel::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(90deg, rgba(212, 238, 249, 1), rgba(212, 238, 249, 0.3));
	z-index: 2;
	width: 50%;
	height: 100%;
}
#input textarea {
	border-radius: 10px;
	border: 1px solid #ccc;
	width: 100%;
	padding: 10px 15px;
}
.contact .box_tel .wrap_tel {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
}
.contact .box_tel p {
	margin-top: 10px;
	position: relative;
	z-index: 2;
}
.contact .box_tel h2 {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5;
	margin-right: 34px;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt12 {
	margin-top: 12px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt55 {
	margin-top: 55px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt65 {
	margin-top: 65px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt75 {
	margin-top: 75px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt85 {
	margin-top: 85px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mt95 {
	margin-top: 95px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mt105 {
	margin-top: 105px !important;
}
.mt110 {
	margin-top: 110px !important;
}
.mt115 {
	margin-top: 115px !important;
}
.mt120 {
	margin-top: 120px !important;
}
.mt125 {
	margin-top: 125px !important;
}
.mt130 {
	margin-top: 130px !important;
}
.mt135 {
	margin-top: 135px !important;
}
.mt140 {
	margin-top: 140px !important;
}
.mt145 {
	margin-top: 145px !important;
}
.mt150 {
	margin-top: 150px !important;
}
.mt155 {
	margin-top: 155px !important;
}
.mt160 {
	margin-top: 160px !important;
}
.mt180 {
	margin-top: 180px !important;
}
.mt200 {
	margin-top: 200px !important;
}
.mr3 {
	margin-right: 3px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr55 {
	margin-right: 55px !important;
}
.mr60 {
	margin-right: 60px !important;
}
.mr70 {
	margin-right: 70px !important;
}
.mr75 {
	margin-right: 75px !important;
}
.mr80 {
	margin-right: 80px !important;
}
.mr90 {
	margin-right: 90px !important;
}
.mr110 {
	margin-right: 110px !important;
}
.mb3 {
	margin-bottom: 3px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mb120 {
	margin-bottom: 120px !important;
}
.mb130 {
	margin-bottom: 130px !important;
}
.mb150 {
	margin-bottom: 150px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml100 {
	margin-left: 100px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.pt0 {
	padding-top: 0 !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pt55 {
	padding-top: 55px !important;
}
.pt60 {
	padding-top: 60px !important;
}
.pt70 {
	padding-top: 70px !important;
}
.pt75 {
	padding-top: 75px !important;
}
.pt80 {
	padding-top: 80px !important;
}
.pt85 {
	padding-top: 85px !important;
}
.pt90 {
	padding-top: 90px !important;
}
.pt95 {
	padding-top: 95px !important;
}
.pt100 {
	padding-top: 100px !important;
}
.pt110 {
	padding-top: 110px !important;
}
.pt120 {
	padding-top: 120px !important;
}
.pt130 {
	padding-top: 130px !important;
}
.pt135 {
	padding-top: 135px !important;
}
.pt140 {
	padding-top: 140px !important;
}
.pt145 {
	padding-top: 145px !important;
}
.pt150 {
	padding-top: 150px !important;
}
.pt160 {
	padding-top: 160px !important;
}
.pt170 {
	padding-top: 170px !important;
}
.pt185 {
	padding-top: 180px !important;
}
.pr55 {
	padding-right: 55px !important;
}
.pr80 {
	padding-right: 80px !important;
}
.pr150 {
	padding-right: 150px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pb55 {
	padding-bottom: 55px !important;
}
.pb60 {
	padding-bottom: 60px !important;
}
.pb70 {
	padding-bottom: 70px !important;
}
.pb75 {
	padding-bottom: 75px !important;
}
.pb80 {
	padding-bottom: 80px !important;
}
.pb85 {
	padding-bottom: 85px !important;
}
.pb100 {
	padding-bottom: 100px !important;
}
.pb110 {
	padding-bottom: 110px !important;
}
.pb120 {
	padding-bottom: 120px !important;
}
.pb125 {
	padding-bottom: 125px !important;
}
.pb130 {
	padding-bottom: 130px !important;
}
.pb140 {
	padding-bottom: 140px !important;
}
.pb150 {
	padding-bottom: 150px !important;
}
.pb160 {
	padding-bottom: 160px !important;
}
.pb200 {
	padding-bottom: 200px !important;
}
.pb220 {
	padding-bottom: 220px !important;
}
.pl45 {
	padding-left: 45px !important;
}
.pl80 {
	padding-left: 80px !important;
}
.pl150 {
	padding-left: 150px !important;
}

@media screen and (max-width: 1024px) {
	.contact th,
	.contact td {
		display: block;
		width: 100%;
		min-width: auto;
	}
	.contact .sec_form {
		padding: 50px 40px;
	}
	.contact .box_tel::before {
		background-image: linear-gradient(90deg, rgba(212, 238, 249, 1), rgba(212, 238, 249, 0.9));
		width: 100%;
	}
	.contact .box_tel::after {
		width: 100%;
	}
	.contact .wrap_1680 {
		padding: 40px 0;
	}
	.contact th, .contact td {
		display: block;
		width: 100%;
	}
	.contact tr {
		flex-direction: column;
	}
	.contact .explanation {
		text-align: left;
	}
	.mt15 {
		margin-top: 10px !important;
	}
	.mt20 {
		margin-top: 15px !important;
	}
	.mt25 {
		margin-top: 18px !important;
	}
	.mt30 {
		margin-top: 20px !important;
	}
	.mt35 {
		margin-top: 25px !important;
	}
	.mt40 {
		margin-top: 30px !important;
	}
	.mt45 {
		margin-top: 30px !important;
	}
	.mt50 {
		margin-top: 35px !important;
	}
	.mt55 {
		margin-top: 35px !important;
	}
	.mt60 {
		margin-top: 40px !important;
	}
	.mt65 {
		margin-top: 40px !important;
	}
	.mt70 {
		margin-top: 40px !important;
	}
	.mt75 {
		margin-top: 50px !important;
	}
	.mt80 {
		margin-top: 55px !important;
	}
	.mt95 {
		margin-top: 65px !important;
	}
	.mt100 {
		margin-top: 70px !important;
	}
	.mt110 {
		margin-top: 75px !important;
	}
	.mt115 {
		margin-top: 80px !important;
	}
	.mt120 {
		margin-top: 80px !important;
	}
	.mt125 {
		margin-top: 80px !important;
	}
	.mt130 {
		margin-top: 80px !important;
	}
	.mt135 {
		margin-top: 80px !important;
	}
	.mt140 {
		margin-top: 85px !important;
	}
	.mt145 {
		margin-top: 90px !important;
	}
	.mt150 {
		margin-top: 100px !important;
	}
	.mt155 {
		margin-top: 100px !important;
	}
	.mt160 {
		margin-top: 100px !important;
	}
	.mt180 {
		margin-top: 100px !important;
	}
	.mt200 {
		margin-top: 100px !important;
	}
	.mt85 {
		margin-top: 60px !important;
	}
	.mr55 {
		margin-right: 35px !important;
	}
	.mr70 {
		margin-right: 45px !important;
	}
	.mr90 {
		margin-right: 60px !important;
	}
	.mr110 {
		margin-right: 75px !important;
	}
	.mb40 {
		margin-bottom: 30px !important;
	}
	.mb60 {
		margin-bottom: 40px !important;
	}
	.ml20 {
		margin-left: 15px !important;
	}
	.pt50 {
		padding-top: 35px !important;
	}
	.pt55 {
		padding-top: 35px !important;
	}
	.pt60 {
		padding-top: 40px !important;
	}
	.pt70 {
		padding-top: 45px !important;
	}
	.pt75 {
		padding-top: 50px !important;
	}
	.pt80 {
		padding-top: 55px !important;
	}
	.pt85 {
		padding-top: 60px !important;
	}
	.pt90 {
		padding-top: 60px !important;
	}
	.pt95 {
		padding-top: 65px !important;
	}
	.pt100 {
		padding-top: 70px !important;
	}
	.pt110 {
		padding-top: 80px !important;
	}
	.pt120 {
		padding-top: 80px !important;
	}
	.pt130 {
		padding-top: 80px !important;
	}
	.pt135 {
		padding-top: 80px !important;
	}
	.pt140 {
		padding-top: 80px !important;
	}
	.pt145 {
		padding-top: 90px !important;
	}
	.pt150 {
		padding-top: 100px !important;
	}
	.pt160 {
		padding-top: 100px !important;
	}
	.pt170 {
		padding-top: 100px !important;
	}
	.pt185 {
		padding-top: 100px !important;
	}
	.pr80 {
		padding-right: 55px !important;
	}
	.pb50 {
		padding-bottom: 30px !important;
	}
	.pb55 {
		padding-bottom: 35px !important;
	}
	.pb60 {
		padding-bottom: 40px !important;
	}
	.pb70 {
		padding-bottom: 50px !important;
	}
	.pb75 {
		padding-bottom: 50px !important;
	}
	.pb40 {
		padding-bottom: 30px !important;
	}
	.pb80 {
		padding-bottom: 50px !important;
	}
	.pb85 {
		padding-bottom: 55px !important;
	}
	.pb110 {
		padding-bottom: 75px !important;
	}
	.pb120 {
		padding-bottom: 80px !important;
	}
	.pb125 {
		padding-bottom: 80px !important;
	}
	.pb130 {
		padding-bottom: 80px !important;
	}
	.pb140 {
		padding-bottom: 90px !important;
	}
	.pb150 {
		padding-bottom: 100px !important;
	}
	.pb160 {
		padding-bottom: 100px !important;
	}
	.pb200 {
		padding-bottom: 100px !important;		
	}
	.pl80 {
		padding-left: 50px !important;
	}
	.md_pt30 {
		padding-top: 30px !important;
	}
}
@media screen and (max-width: 767px) {
	.contact .contents_title {
		min-height: 180px;
	}
	.contact .contents_title p {
		font-size: 28px;
	}
	.contact .contents_title h1 {
		font-size: 32px;
	}
	.contact .wrap_1680 {
		padding: 50px 0;
	}
	.contact#thanks .wrap_1680 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.contact .sec_form {
		padding: 20px;
	}
	.contact .list_step li {
		width: 60px;
		height: 60px;
		min-width: 60px;
		min-height: 60px;
		font-size: 18px;
	}
	.contact .list_step li:not(:last-child) {
		margin-right: 50px;
	}
	.contact .list_step li:not(:last-child)::after {
		right: -28px;
		width: 7.5px;
		height: 7.5px;
	}
	.contact .explanation {
		font-size: 15px;
		margin: 30px 20px;
	}
	.contact#thanks .explanation {
		margin-left: 0;
		margin-right: 0;
	}
	.contact th label {
		font-size: 15px;
	}
	.contact th span {
		padding: 1px 7px 2px;
		font-size: 11px;
		margin-right: 10px;
	}
	.contact th label small {
		font-size: 12px;
	}
	.contact th {
		padding: 10px;
	}
	.contact td {
		padding: 20px 0;
	}
	#input input[type="text"],
	#input input[type="email"],
	#input input::placeholder,
	.contact td p, .contact td label {
		font-size: 15px;
	}
	#input input[type="text"],
	#input input[type="email"],
	#input textarea,
	#input select {
		padding: 10px;
		border-radius: 5px;
	}
	#input .item_radio label {
		margin-right: 15px;
	}
	.contact table.form {
		margin-bottom: 20px;
	}
	.contact .contents_policy {
		font-size: 13px;
		padding: 10px;
		border-radius: 5px;
	}
	.contact .contents_policy p {
		font-size: 13px;
	}
	.dotted {
		margin: 15px 0;
	}
	#input .btn-submit {
		margin: 40px 0;
		font-size: 20px;
		min-height: 60px;
	}
	#confirm .wrap_btn-form {
		flex-direction: column;
		margin-top: 40px;
	}
	#confirm .btn-formback {
		margin-right: auto;
		margin-bottom: 30px;
	}
	#input .button-form {
		height: 60px;
		margin-top: 40px;
		margin-bottom: 30px;
	}
	.recaptcha_policy {
		margin-top: 30px !important;
	}
	#confirm .button-form, #confirm .btn-formback {
		width: 100%;
		height: 60px;
		min-height: 60px;
		margin-right: auto;
		margin-left: auto;
	}
	#confirm .button-form input, #confirm .btn-formback input {
		font-size: 20px;
	}
	#thanks h2.title_thanks {
		font-size: 17px;
		margin-top: 30px;
	}
	#thanks h2.title_thanks,
	#thanks p.explanation {
		text-align: left;
	}
	.contact .wrap_1680 {
		padding: 20px 0;
	}
	.contact .box_tel .wrap_tel {
		flex-direction: column;
		align-items: flex-start;
	}
	.contact .box_tel h2 {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.flex_label {
		flex-direction: column;
	}
	.flex_label label {
		margin-right: 0;
		margin-bottom: 4px;
	}
	#input .zip-button {
		padding: 14px;
		border-radius: 5px;
		margin-left: 10px;
	}
	#input #age {
		width: 80px;
	}
	#input #zip {
		width: 120px;
	}
	.contact th,
	#input select {
		min-width: auto;
	}
	#input select {
		padding-right: 40px;
	}
	.contact .box_tel::after {
		background-position: center;
	}
}

@media screen and (max-width: 480px) {
	.maxw480none {
		display: none;
	}
	.mt10 {
		margin-top: 5px !important;
	}
	#input .mt10 {
		margin-top: 10px !important;
	}
	.mt12 {
		margin-top: 6px !important;
	}
	.mt15 {
		margin-top: 7px !important;
	}
	.mt20 {
		margin-top: 10px !important;
	}
	.mt25 {
		margin-top: 10px !important;
	}
	.mt30 {
		margin-top: 15px !important;
	}
	.mt35 {
		margin-top: 15px !important;
	}
	.mt40 {
		margin-top: 20px !important;
	}
	.mt45 {
		margin-top: 20px !important;
	}
	.mt50 {
		margin-top: 25px !important;
	}
	.mt55 {
		margin-top: 25px !important;
	}
	.mt60 {
		margin-top: 30px !important;
	}
	.mt65 {
		margin-top: 30px !important;
	}
	.mt70 {
		margin-top: 35px !important;
	}
	.mt75 {
		margin-top: 35px !important;
	}
	.mt80 {
		margin-top: 40px !important;
	}
	.mt85 {
		margin-top: 40px !important;
	}
	.mt90 {
		margin-top: 45px !important;
	}
	.mt95 {
		margin-top: 45px !important;
	}
	.mt100 {
		margin-top: 50px !important;
	}
	.mt110 {
		margin-top: 50px !important;
	}
	.mt115 {
		margin-top: 50px !important;
	}
	.mt120 {
		margin-top: 50px !important;
	}
	.mt125 {
		margin-top: 50px !important;
	}
	.mt130 {
		margin-top: 50px !important;
	}
	.mt135 {
		margin-top: 50px !important;
	}
	.mt140 {
		margin-top: 50px !important;
	}
	.mt150 {
		margin-top: 50px !important;
	}
	.mt155 {
		margin-top: 50px !important;
	}
	.mt160 {
		margin-top: 50px !important;
	}
	.mt180 {
		margin-top: 50px !important;
	}
	.mt200 {
		margin-top: 80px !important;
	}
	.mr55 {
		margin-right: 25px !important;
	}
	.mb10 {
		margin-bottom: 5px !important;
	}
	.mb20 {
		margin-bottom: 10px !important;
	}
	.mb30 {
		margin-bottom: 15px !important;
	}
	.mb40 {
		margin-bottom: 20px !important;
	}
	.mb50 {
		margin-bottom: 25px !important;
	}
	.mb60 {
		margin-bottom: 30px !important;
	}
	.mb70 {
		margin-bottom: 35px !important;
	}
	.mb80 {
		margin-bottom: 40px !important;
	}
	.mb90 {
		margin-bottom: 45px !important;
	}
	.mb100 {
		margin-bottom: 50px !important;
	}
	.mb120 {
		margin-bottom: 60px !important;
	}
	.mb150 {
		margin-bottom: 70px !important;
	}
	.ml20 {
		margin-left: 10px !important;
	}
	.ml100 {
		margin-left: 50px !important;
	}
	.pt50 {
		padding-top: 25px !important;
	}
	.pt55 {
		padding-top: 25px !important;
	}
	.pt60 {
		padding-top: 30px !important;
	}
	.pt70 {
		padding-top: 35px !important;
	}
	.pt75 {
		padding-top: 35px !important;
	}
	.pt80 {
		padding-top: 40px !important;
	}
	.pt90 {
		padding-top: 45px !important;
	}
	.pt100 {
		padding-top: 50px !important;
	}
	.pt110 {
		padding-top: 50px !important;
	}
	.pt120 {
		padding-top: 50px !important;
	}
	.pt130 {
		padding-top: 50px !important;
	}
	.pt135 {
		padding-top: 50px !important;
	}
	.pt140 {
		padding-top: 50px !important;
	}
	.pt145 {
		padding-top: 50px !important;
	}
	.pt150 {
		padding-top: 50px !important;
	}
	.pt160 {
		padding-top: 50px !important;
	}
	.pt185 {
		padding-top: 50px !important;
	}
	.pb30 {
		padding-bottom: 15px !important;
	}
	.pb40 {
		padding-bottom: 20px !important;
	}
	.pb55 {
		padding-bottom: 25px !important;
	}
	.pb50 {
		padding-bottom: 25px !important;
	}
	.pb60 {
		padding-bottom: 30px !important;
	}
	.pb70 {
		padding-bottom: 35px !important;
	}
	.pb75 {
		padding-bottom: 35px !important;
	}
	.pb80 {
		padding-bottom: 40px !important;
	}
	.pb85 {
		padding-bottom: 45px !important;
	}
	.pb100 {
		padding-bottom: 50px !important;
	}
	.pb110 {
		padding-bottom: 50px !important;
	}
	.pb120 {
		padding-bottom: 50px !important;
	}
	.pb125 {
		padding-bottom: 50px !important;
	}
	.pb130 {
		padding-bottom: 50px !important;
	}
	.pb140 {
		padding-bottom: 50px !important;
	}
	.pb150 {
		padding-bottom: 50px !important;
	}
	.pb160 {
		padding-bottom: 50px !important;
	}
	.pb200 {
		padding-bottom: 80px !important;
	}
	.pb220 {
		padding-bottom: 110px !important;
	}
	.sp_mb0 {
		margin-bottom: 0 !important;
	}
}
@media screen and (max-width: 374px) {
	.contact .list_step li {
		width: 50px;
		height: 50px;
		min-width: 50px;
		min-height: 50px;
	}
	.contact .list_step li:not(:last-child) {
		margin-right: 30px;
	}
	.contact .list_step li:not(:last-child)::after {
		right: -17px;
	}
	header .tel, .contact .box_tel .tel {
		font-size: clamp(20px, 8.021vw, 30px);
	}
}
@media screen and (max-width: 319px) {
	.contact .list_step li {
		width: 40px;
		height: 40px;
		min-width: 40px;
		min-height: 40px;
		font-size: 16px;
	}
}