@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Yu Gothic','ヒラギノ角ゴ Pro W3','Noto Sans JP',serif
}

/*----------------------------------
header
----------------------------------*/
#movie {
  text-align: center;
  width: 100%;
}
video {
  width: 100%;
}

/*----------------------------------
contact
----------------------------------*/
.contact {
  background: url(./images/contact/bg_contact.png) no-repeat center top;
  height: 325px;
}
#contact_top {
  width: 686px;
  margin: 0 auto 44px;
  min-height: 280px;
  background: url(./images/contact/bg_post.png) no-repeat right 20px;
}
#contact_top h2 {
  padding: 70px 0 30px;
}
#contact_top h3 {
  padding: 0 0 20px;
}
#contact_mail {
	width: 686px;
	margin: 0 auto;
	padding: 50px 0 0;
}
#contact_mail p {
	margin: 15px 0 30px 30px;
}
#contact_mail p span {
	color: #ff6d1e;
}

div#trust-form.contact-form ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px 30px;
    width: 100%;
}

div#trust-form.contact-form table tr:last-child ul{
    grid-template-columns: 1fr 1fr 1fr;
    width: 50%;
}

div#trust-form.contact-form ul li label{
    display: flex;
    flex-direction: row;
    align-items: center;
	word-break: keep-all;
}

#form_step {
    text-align: center;
    margin: 0 0 40px;
    display: flex;
    justify-content: center;
}

#form_step ul{
	display: inline-flex !important;
    gap: 0 120px !important;
    justify-content: center;
}

#form_step ul li{
	position: relative;
}

#form_step ul li::after{
    border-bottom: 1px dotted #C3C3C3;
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    bottom: 2.5rem;
    left: 3.3rem;
}

#form_step ul li:last-child::after{
	display: none;
}

#form_step ul li p{
	font-family: "Inter", sans-serif;
    border-radius: 50%;
    background: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid #C3C3C3;
    margin-bottom: 5px;
    font-weight: bold;
	color: #C3C3C3;
}

#form_step ul li span{
	font-size: 13px;
    font-weight: bold;
	color: #C3C3C3;
}

#form_step ul li.now_step p{
	border: 2px solid #000;
	color: #000;
}

#form_step ul li.now_step span{
	color: #000;
}

/*----------------------------------
contact_retouch_banner
----------------------------------*/
.retouch_free {
	margin-bottom: 80px;
}
.retouch_free img {
	width: 980px;
}
@media screen and (max-width: 667px) {
	.retouch_free {
		padding: 0 20px;
		margin-bottom: 30px;
	}
}

/*----------------------------------
contact_form
----------------------------------*/
#contact_form {
	position: relative;
	margin: 0 auto 40px;
}
#contact_form h2 {
	color: #757575;
	font-size: 14px;
	font-weight: 400;
	text-align:center;
	padding: 40px 0;
}
#must_txt,#send_txt {
	text-align: center;
	font-size: 12px;
}
#must_txt span {color: #ff6d1e;}
#send_txt {
	margin-top: 50px;
}
form {
	max-width: 600px;
	margin: 0px auto;
}
div#trust-form.contact-form table{
	margin-bottom: 1em !important;
	text-align: center;
}

div#trust-form.contact-form table tbody{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px 0;
}

div#trust-form.contact-form span.require {
    background: #DE1919;
	color: #fff !important;
	border-radius: 2px;
	font-size: 10px !important;
	order: 1;
	padding: 1px 5px !important;
	margin-left: 0 !important;
	margin-right: 5px;
	font-family: 'ヒラギノ角ゴ Pro W3','Noto Sans JP',serif;
}

div#trust-form.contact-form label{
	font-size: 16px;
}

div#trust-form.contact-form table tr:hover{
	background: none !important;
}

div#trust-form.contact-form table tr{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
	width: 100%;
}

form th {
	width: 160px;
	font-size: 12px;
	color: #222;
	text-align:left;
	vertical-align: top;
	background: url(./images/contact/ico_square.png) no-repeat left 9px;;
}

div#trust-form.contact-form table th {
    padding: 0 !important;
    border-bottom: none !important;
    font-weight: normal !important;
    background: none;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	width: 100%;
}
.step2 table tr td div{
	font-size: 16px;
	background: #F1F1F1;
	padding: 10px !important;
	min-height: 25px;
    display: flex;
    align-items: center;
}

div#trust-form.contact-form table tr th div{
	padding: 0 !important;
}

div#trust-form.contact-form table .subject{
    display: flex;
    align-items: center;
	font-size: 14px;
	background: none !important;
}

.step2 table .subject{
	position: relative;
	flex-direction: row;
}



.step2 table tr:first-of-type th .subject::before,
.step2 table tr:nth-of-type(2) th .subject::before,
.step2 table tr:nth-of-type(3) th .subject::before,
.step2 table tr:nth-of-type(4) th .subject::before,
.step2 table tr:last-of-type th .subject::before{
	content: "必須";
    background: #DE1919;
    color: #fff !important;
    border-radius: 2px;
    font-size: 10px !important;
    padding: 1px 5px !important;
    margin-left: 0 !important;
    margin-right: 5px;
    font-family: 'ヒラギノ角ゴ Pro W3','Noto Sans JP',serif;
}

div#trust-form.contact-form table th span {
    font-size: 14px;
	font-weight: 600;
}

div#trust-form.contact-form table th span.content{
	order: 2;
}

div#trust-form.contact-form table tr:nth-of-type(9) td ul li:nth-child(2),
div#trust-form.contact-form table tr:nth-of-type(9) td ul li:nth-child(4),
div#trust-form.contact-form table tr:nth-of-type(9) td ul li:nth-child(6),
div#trust-form.contact-form table tr:nth-of-type(7) td ul li:nth-child(2),
div#trust-form.contact-form table tr:nth-of-type(7) td ul li:nth-child(4),
div#trust-form.contact-form table tr:nth-of-type(7) td ul li:nth-child(6){
	margin-left: 20px;
}

form td {
	padding: 8px 0;
	font-size: 12px;
	color: #797979;

	width: 420px;

}
div#trust-form.contact-form table td {
	padding: 8px 0 !important;
    border-bottom: none !important;
    vertical-align: middle;
	width: 100%;
}

/*都道府県*/
/* div#trust-form.contact-form table tr:nth-of-type(5) td div{
	position: relative;
	width: 300px;
} */


#trust-form ul li {
	float: left;
    font-size: 12px;
}


form input[type=text] {
	width: 100%;
	padding: 0px 10px;
	font-size: 16px;
	min-height: 44px;
    border: 1px solid #D5D6D8;
	border-radius: 3px;
	font-family: 'ヒラギノ角ゴ Pro W3','Noto Sans JP',serif;
}

form input[type=text]::placeholder{
	color: #B5B5B5;
	font-size: 16px;
}

form textarea {
	width: 100%;
	max-width: 600px;
	min-height: 200px;
	font-size: 14px;
	padding: 5px 8px;
	border: 1px solid #D5D6D8;
	border-radius: 3px;
	font-family: 'ヒラギノ角ゴ Pro W3','Noto Sans JP',serif;
}

form select{
	border: 1px solid #D5D6D8;
	border-radius: 3px;
	background: #fff;
	width: 300px;
	min-height: 44px;
	padding-top: 12px;
	padding-left: 15px;
	position: relative;
}

form select::after{
    content: "";
    position: absolute;
    top: 18px;
    right: 16px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #707070;
    border-bottom: 2px solid #707070;
    transform: rotate(45deg);
}

form select::picker-icon{
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select,
::picker(select) {
    appearance: base-select;
    background: #fff;
}

::picker(select) {
  border-radius: 3px;
  border: 1px solid #D5D6D8;
  background: #fff;
  position: relative;
  min-width: 300px;
}

select {
  color:#B5B5B5;
}

/* option要素のスタイル */
option {
  margin: 0;
  padding: 0 16px;
  min-height: 28px;
  font-size: 14px;
  cursor: pointer;
  border-bottom: 1px solid #f2f2f2;
}

option:first-of-type{
	color: #B5B5B5;
}

option::checkmark{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: none;
}

.step1 #confirm-button{
	margin: 40px 0 60px !important;
}

div#trust-form #confirm-button {
	clear: both;
	margin: 150px 0 0;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px 0;
	position: relative;
}
div#trust-form #confirm-button input {
    background: #FFFFFF;
    padding: 15px 130px;
    font-size: 18px;
    cursor: pointer;
    color: #00978E;
    border-radius: 50px;
    border: 1px solid #00978E;
	transition: 0.4s all;
	font-family: 'ヒラギノ角ゴ Pro W3','Noto Sans JP',serif;
}

div#trust-form #confirm-button input:hover{
	color: #fff;
	background: #00978E;
}

div#trust-form.contact-form input[type="radio"]{
	position: relative;
	width: 24px;
	height: 24px;
	border: 1px solid #D5D6D8;
	background: #fff;
	border-radius: 50%;
	vertical-align: -2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-right: 5px;
}

div#trust-form.contact-form input[type="radio"]:checked::before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #00978E;
	content: '';
}

div#trust-form.contact-form input[type="checkbox"]{
	position: relative;
	width: 20px;
	height: 20px;
	border: 1px solid #D5D6D8;
	border-radius: 3px;
	background: #fff;
	vertical-align: -2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

div#trust-form.contact-form input[type="checkbox"]:checked{
	background: #00978E;
	position: relative;
	border-color: #00978E;
}

div#trust-form.contact-form input[type="checkbox"]:checked::before{
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 0.3rem;
    height: 0.65rem;
    border-right: 0.2rem solid #fff;
    border-bottom: 0.2rem solid #fff;
    border-radius: 3px;
    transform: rotate(45deg);
}

.step2 #confirm-button input[name=return-to-input]{
    color: #757575 !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    border: none !important;
    background: none !important;
    position: relative;
    padding: 0 !important;
    text-decoration: underline;
}

.step2 #confirm-button::before{
	content: "";
	background: url(../votec.jp/images/contact/back_btn.svg)no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
    transform: translateX(-2rem);
}

.step2 ul li{
	font-size: 16px !important;
}

.step3 h2{
	font-size: 16px !important;
	color: #222222 !important;;
	padding-bottom: 0 !important;;
}

.back_top{
    display: flex;
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
}

.step3 #send_txt{
	margin-top: 10px;
	font-size: 14px;
	color: #757575;
}

.step3 .back-button{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.step3 .back-button .back-top{
    background: #165798;
    font-size: 14px;
    color: #fff;
    border-radius: 50px;
    padding: 12px 30px;
    margin-bottom: 40px;
	border: 1px solid #165798;
	transition: all 0.4s;
	font-family: 'ヒラギノ角ゴ Pro W3','Noto Sans JP',serif
}

.step3 .back-button .back-top:hover{
	background: #fff;
	color: #165798;
}

.step3 .back-button .back-contact{
    font-size: 14px;
    text-decoration: underline;
    color: #757575;
	font-family: 'ヒラギノ角ゴ Pro W3','Noto Sans JP',serif
}

div#trust-form.contact-form div.error {
	clear: both;
}

#contact_inner{
    background: #F8F8F8;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
	/* min-height: 430px; */
	margin-bottom: 50px;
}

#contact_inner .page-title{
	font-size: 24px;
    margin-bottom: 40px;
	font-weight: bold;
}

#contact_inner .sub-title{
    color: #757575;
    font-size: 14px;
}

#contact_inner h3,#contact_inner h2,
#contact_inner span, #contact_inner p,
#contact_inner label, #contact_inner div{
	font-family: 'ヒラギノ角ゴ Pro W3','Noto Sans JP',serif
}

.contact_choose{
    display: inline-flex;
    gap: 0 30px;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 20px;
}

.contact_choose li{
    width: 240px;
    height: 190px;
    border: 2px solid;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact_choose li:first-child{
    background: #F0FDFF;
    border-color: #2EAEB3;
}

.contact_choose li:nth-child(2){
    background: #F2FAFF;
    border-color: #165798;
}

.contact_choose li:last-child{
    background: #FFFBFC;
    border-color: #EF8DB1;
}

.contact_choose li a{
    font-size: 16px;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
	transition: 0.4s all;
}

.contact_choose li:first-child a{
	color: #2EAEB3;
}

.contact_choose li:first-child a:hover{
	background: #2EAEB3;
}

.contact_choose li:nth-child(2) a{
	color: #165798;
}

.contact_choose li:nth-child(2) a:hover{
	background: #165798;
}

.contact_choose li:last-child a{
	color: #EF8DB1;
}

.contact_choose li:last-child a:hover{
	background: #EF8DB1;
}

.contact_choose li a:hover{
	color: #fff;
}

.contact_choose li a span{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.contact_choose li a span::before{
    content: "";
    display: block;
    width: 80px;
    height: 70px;
    margin-bottom: 5px;
}

.contact_choose li:first-child a span::before{
    background: url(../votec.jp/images/contact/hp_contact.svg) no-repeat;
    background-size: contain;
}

.contact_choose li:first-child a:hover span::before{
    background: url(../votec.jp/images/contact/hp_contact_hover.svg) no-repeat;
    background-size: contain;
}

.contact_choose li:nth-child(2) a span::before{
    background: url(../votec.jp/images/contact/banner_contact.svg) no-repeat;
    background-size: contain;
}

.contact_choose li:nth-child(2) a:hover span::before{
    background: url(../votec.jp/images/contact/banner_contact_hover.svg) no-repeat;
    background-size: contain;
}

.contact_choose li:last-child a span::before{
    background: url(../votec.jp/images/contact/retouch_contact.svg) no-repeat;
    background-size: contain;
}

.contact_choose li:last-child a:hover span::before{
    background: url(../votec.jp/images/contact/retouch_contact_hover.svg) no-repeat;
    background-size: contain;
}

.step1 table div{
	padding: 0 !important;
}

/*----------------------------------
pre_area
----------------------------------*/
#pre_area {
  background: url(./images/flow/bg_pre.png) no-repeat center top;
  width: 884px;
  height: 544px;
  margin: 0 auto;
}
#pre_area h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 30px 0 0;
}
#pre_area h4 {
  color: #006d62;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  padding: 0 0 15px;
}
#prebox_l {
  float: left;
  padding: 15px 0 0;
  width: 440px;
}
#prebox_l .prebox_p {
  padding: 0 40px 15px;
  line-height: 1.6;
  font-size: 12px;
}
#prebox_r {
  float: right;
  padding: 15px 0 0;
  width: 444px;
}
.hearing1, .hearing2, .hearing3 {
  width: 296px;
  margin: 0 auto;
}
.hearing3 {
	margin-top: 10px;
}
.hearing1 .seat, .hearing2 .seat {
  /* background: url(./images/flow/bg_seat1.png) no-repeat center top; */
  width: 296px;
  height: 63px;
  color: #fff;
  /* font-size: 16px; */
  font-weight: bold;
  /* text-shadow: 0px 1px 0px rgba(196, 41, 41, 1); */
}
.hearing2 .seat {
  /* background: url(./images/flow/bg_seat2.png) no-repeat center top; */
  /* text-shadow: 0px 1px 0px rgba(54, 148, 44, 1); */
}
.seat {
  /* padding: 19px 0 0; */
}
.seat a {
  /* margin: 0 20px 0 20px; */
}
.temp_p {
  color: #a35d4a;
  width: 280px;
  padding: 10px 0 10px 100px;
  font-size: 12px;
}
#prebox_r .prebox_p {
  padding: 0 35px;
  line-height: 1.6;
  font-size: 12px;
}
#prebox_r .fax_p {
  padding: 0;
	display: none;
}
.phone_p {
	margin-top: 30px;
}

#flowbtn_box {
  margin: 50px auto;
  width: 514px;
}
#flowbtn_box ul {
  overflow: hidden;
}
#flowbtn_box li {
  float: left;
}
#flowbtn_box li:last-child {
  float: right;
}
#flowbtn_box li a {
  display: block;
  width: 207px;
  height: 47px;
  -webkit-transition: 0.3s ease-in-out;  
  -moz-transition: 0.3s ease-in-out;  
  -o-transition: 0.3s ease-in-out;  
  transition: 0.3s ease-in-out;  
}  
#flowbtn_box li a:hover {  
  opacity: 0.6;  
  filter: alpha(opacity=60); 
}


/*----------------------------------
price_plan
----------------------------------*/
#price_plan {
  background: url(./images/flow/bg_price_plan.png) no-repeat center top;
  width: 980px;
  height: 286px;
  margin: 80px auto 50px;
}
#price_plan h3 {
  padding: 36px 0 0 50px;
}
#price_plan .price {
  float: left;
  width: 490px;
  height: 286px;
}
#price_plan .plan {
  float: right;
  width: 490px;
  height: 286px;
}
#price_plan .price_p, #price_plan .plan_p {
  padding: 25px 0 0 50px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}
.price_btn, .plan_btn {
  height: 43px;
  padding: 45px 0 0;
  width: 382px;
  margin: 0 auto;
}
.price_btn a {
  background: #e46350 url(./images/common/arrow01.png) no-repeat 115px 10px;
	padding: 11px 130px 11px 154px;
	color: #fff;
	font-weight: bold;
}
.price_btn .button {
  border-radius:1px;
}
.plan_btn a {
  background: #404040 url(./images/common/arrow01.png) no-repeat 115px 10px;
	padding: 11px 113px 11px 147px;
	color: #fff;
	font-weight: bold;
}
.plan_btn .button {
  border-radius:1px;
}
div#trust-form #confirm-button input:disabled {
	background: #979797;
	color: #fff;
	border: 1px solid #979797;
	cursor: not-allowed;
}
.g-recaptcha{
    margin: 30px auto 0;
    width: fit-content;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 8rem;
}

/*----------------------------------
ipad縦
----------------------------------*/
@media screen and (max-width:960px){
	#contact_form {
		width: 100%;
	}
	#pre_area {
	  background: #fff;
	  border: 4px solid #e9e5d7;
	  width: 96%;
	  height: auto;
	  overflow: hidden;
	}
	#prebox_l, #prebox_r {
		width: 50%;
	}
	#prebox_l .prebox_p, #prebox_r .prebox_p {
	  padding: 0 20px 15px;

	}
	#prebox_r .fax_p,
	#prebox_r .phone_p {
	  width: 100%;
	}
	#prebox_r .fax_p img,
	#prebox_r .phone_p img {
		width: 90%;
		height: auto;
	}	
	#price_plan {
		background: #f2f2f2 url(./images/common/bg_price_plan_s.png) no-repeat 0 70%;
		background-size: contain;
		border: #e6e6e6 5px solid;
		width: 96%;
	}
	#price_plan .price {
	  width: 50%;
	}
	#price_plan .plan {
	  width: 50%;
	}
	.price_btn, .plan_btn {
	  width: 248px;
	  margin: 0 0 0 10%;
	}
	.price_btn a {
	  background: #e46350 url(./images/common/arrow01.png) no-repeat 25px 10px;
	  padding: 11px 70px 11px 80px;
	}
	.plan_btn a {
	  background: #404040 url(./images/common/arrow01.png) no-repeat 25px 10px;
	  padding: 11px 63px 11px 73px;
	}

}

/*----------------------------------
smartphone
----------------------------------*/
@media screen and (max-width:667px){
	#contact_top h2 img,
	#contact_top h3 img,
	#contact_top p img,
	#contact_mail h3 img,
	#price_plan h3 img {
		width: 100%;
		height: auto;
	}
	/*contact*/
	.contact {
		height: auto;
		padding: 10px 5px 20px;
	}
	#contact_top {
		width: 100%;
		background: url(./images/contact/bg_post.png) no-repeat center 25px;
		background-size: 60%;
		min-height: 100px;
		margin: 0;
	}
	#contact_top h2 {
		width: 60%;
		padding: 0 0 80px;
		margin: 0 auto;
	}
	#contact_top h3 {
		width: 70%;
		margin: 0 auto;
		padding: 0 0 5px;
	}
	/*form*/
	#contact_mail {
		padding: 20px 0;
		width: 100%;
	}
	#contact_mail h3 {
		width: 60%;
		margin: 0 auto;
	}
	#contact_mail p {
		margin: 10px;
		font-size: 12px;
	}
	#form_step {
		margin: 0 0 10px;
	}
	#contact_form {
		height: auto;
	}
	#contact_form h2 {
		padding: 20px 20px 0;
		font-size: 13px;
		text-align: left;
	}
	form {
		width: 100%;
		max-width: 100%;
	}
	div#trust-form.contact-form table td {
		width: 100%;
		padding: 5px 0 0% !important;
		display: block;
	}
	div#trust-form.contact-form table th {
		width: 100% !important;
		display: block;
		padding: 0 !important;
	}
	form input[type=text], form textarea {
		width: 95%;
		min-height: 35px;
	}
	form textarea{
		min-height: 160px;
	}
	div#trust-form #confirm-button input {
        padding: 10px 60px;
        font-size: 16px;
		background: #00978E;
		color: #fff;
		transition: none;
	}
	/*pre_area*/
	#pre_area h3 {
		padding: 10px 5px;
		font-size: 14px;
	}
	#prebox_l, #prebox_r {
		padding: 0;
		width: 100%;
		float: none;
	}
	#prebox_r {
		margin-top: 10px;
	}
	#pre_area h4 {
		font-size: 14px;
		padding: 0 10px 10px;
		text-align: left;
	}
	#prebox_l .prebox_p, #prebox_r .prebox_p {
		padding: 0 10px;
	}
	.hearing1 {
		margin-top: 10px;
	}
	.temp_p {
		padding: 10px 10px 15px;
	}
	/*price_plan*/
	#price_plan {
		height: auto;
		overflow: hidden;
		padding: 0 0 15px;
		margin-top: 30px;
	}
	#price_plan h3 {
		padding: 10px 5px;
		width: 80%;
	}
	#price_plan .price, #price_plan .plan {
		height: auto;
	}
	#price_plan .price_p, #price_plan .plan_p {
		padding: 10px 5px;
		font-size: 10px;
	}
	.price_btn, .plan_btn {
		width: 150px;
		height: auto;
		margin: 0 auto;
		padding: 10px 0 0;
	}
	.price_btn a, .plan_btn a {
		padding: 5px 20px;
		font-size: 12px;
		background: #e46350;
	}
	.plan_btn a {
		background: #404040;
	}
	#contact_inner .page-title{
		font-size: 16px;
    	margin-bottom: 20px;
	}
	#contact_inner .sub-title{
		font-size: 13px;
	}
	#contact_inner .contact_choose{
		flex-direction: row;
		gap: 0px 5px;
	}
	.contact_choose li{
		width: 108px;
		height: 122px;
		border-radius: 5px;
	}
	.contact_choose li a{
		line-height: 1.3;
		font-size: 12px;
		transition: none;
	}
	.contact_choose li a:hover{
		transition: none;
	}

	.step3 h2{
		font-size: 15px !important;
	}
	.contact_choose li a span::before{
		width: 50px;
    	height: 44px;
	}
	.step3 #send_txt{
		font-size: 13px;
		padding: 0 20px;
		text-align: left;
	}
	#form_step ul{
		flex-direction: row !important;
		gap: 0 100px !important;
	}
	#form_step ul li::after{
		width: 85px;
	}
	#form_step ul li span{
		font-size: 10px;
	}
	#form_step ul li p{
		font-size: 15px;
	}
	.step3 .back-button .back-top{
		margin-bottom: 20px;
		font-size: 13px;
	}
	.step3 .back-button .back-contact{
		font-size: 13px;
	}
	#contact_inner{
		padding: 40px 0 40px;
		margin-bottom: 30px;
		min-height: 14rem;
	}
	#contact_form{
		margin: 0 auto;
	}
	div#trust-form table{
		border: none !important;
	}
	div#trust-form.contact-form ul{
		display: flex;
		flex-direction: column;
	}
	div#trust-form.contact-form table th span{
		font-size: 13px;
	}
	div#trust-form.contact-form label{
		font-size: 15px;
	}
	.step1 table div{
		padding: 0 !important;
	}
	div#trust-form.contact-form table tbody{
		padding: 0 20px;
	}
	form select{
		width: 100%;
		height: 44px;
		padding-top: 0px;
		padding-left: 10px;
		font-size: 16px;
	}
	option{
		width: 80vw;
	}
	div#trust-form table ul li{
		line-height: 2em !important;
	}
	div#trust-form.contact-form input[type="checkbox"]{
		margin-right: 5px !important;
	}
	div#trust-form.contact-form table tr:last-child ul{
		flex-direction: row;
		width: 100%;
	}
	div#trust-form.contact-form table .subject{
		font-size: 13px !important;
	}
	.step2 table div{
		padding-left: 10px !important;
        font-size: 15px !important;
	}
	div#trust-form.contact-form table tr:nth-of-type(9) td ul li:nth-child(2),
	div#trust-form.contact-form table tr:nth-of-type(9) td ul li:nth-child(4),
	div#trust-form.contact-form table tr:nth-of-type(9) td ul li:nth-child(6),
	div#trust-form.contact-form table tr:nth-of-type(7) td ul li:nth-child(2),
	div#trust-form.contact-form table tr:nth-of-type(7) td ul li:nth-child(4),
	div#trust-form.contact-form table tr:nth-of-type(7) td ul li:nth-child(6){
		margin-left: 0px;
	}
	.step1 #confirm-button{
		margin: 40px 0 10px !important;
	}
}