@charset "UTF-8";
/* CSS Document */


#contact{
    margin: 0 auto;
    width: 1000px;
}

@media only screen and (max-width: 768px) {
#contact{
    margin: 0 auto;
    width: 90%;
}
}


#contact .caution {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 50px;
    margin: 0 auto 0;
    width: calc(100% - 220px);
    border-top: 4px solid #4d5355;
    padding: 30px 110px;
}
#contact .caution .ico {
    width: 117px;
    flex-shrink: 0;
}
#contact .caution .ico img {
    width: 117px;
}
#contact .caution .text {
    flex: 1;
}
#contact .caution .text p {
    font-size: 15px;
    color: #4d5355;
    line-height: 1.8em;
    margin: 0;
    padding: 0;
}
#contact .caution .text a {
    font-size: 15px;
    color: #009bdd;
    line-height: 1.8em;
    margin: 0;
    padding: 0;
}
#contact .caution .text a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
#contact .caution {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    margin: 0 auto 20px;
    width: calc(100% - 10px);
    border-top: 4px solid #4d5355;
    padding: 20px 5px 0;
}
#contact .caution .ico {
    width: 80px;
    flex-shrink: 0;
}
#contact .caution .ico img {
    width: 80px;
}
#contact .caution .text {
    flex: 1;
}
#contact .caution .text p {
    font-size: 15px;
    color: #4d5355;
    line-height: 1.7em;
    margin: 0;
    padding: 0;
    font-weight: 500;
}
#contact .caution .text a {
    font-size: 15px;
    color: #009bdd;
    line-height: 1.7em;
    margin: 0;
    padding: 0;
    font-weight: 500;
}
#contact .caution .text a:hover {
    text-decoration: underline;
}
}

#contact .title {
    font-size: 22px;
    color: #4d5355;
    line-height: 1.6em;
    font-weight: 600;
    text-align: center;
    margin: 0 0 35px 0;
    padding: 45px 0 0 0;
    border-top: 4px solid #4d5355;
}
#contact p.lead {
    font-size: 16px;
    color: #4d5355;
    line-height: 1.6em;
    font-weight: normal;
    text-align: center;
    margin: 0 0 35px 0;
    padding: 0;
}
#contact p.lead_b {
    font-size: 16px;
    color: #4d5355;
    line-height: 1.6em;
    font-weight: normal;
    text-align: center;
    margin: 0 0 35px 0;
    padding: 0;
}

@media only screen and (max-width: 768px) {
#contact .title {
    font-size: 22px;
    color: #4d5355;
    line-height: 1.6em;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 35px 0 0 0;
    border-top: 4px solid #4d5355;
}
#contact p.lead {
    font-size: 16px;
    color: #4d5355;
    line-height: 1.6em;
    font-weight: 500;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
}
#contact p.lead_b {
    font-size: 16px;
    color: #4d5355;
    line-height: 1.6em;
    font-weight: 500;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 0;
}
}



#contact .flow {
    margin: 0 auto 35px auto;
    padding: 30px 0;
    width: 395px;
    background: url(../img/common/ico-wave.gif) center center repeat-x; background-size: 80px 3px; 
    display: flex;
    justify-content: space-between;
}
#contact .flow .status {
    margin: 0;
    padding: 0;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    font-size: 13px;
    color: #4d5355;
    line-height: 1em;
    font-weight: normal;
    text-align: center;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
}
#contact .flow .status.active {
    color: #fff;
    background-color: #009bdd;
}

@media only screen and (max-width: 768px) {
#contact .flow {
    margin: 0 auto 5px auto;
    padding: 30px 0;
    width: 100%;
    background: url(../img/common/ico-wave.gif) center center repeat-x; background-size: 80px 3px; 
    display: flex;
    justify-content: space-between;
}
#contact .flow .status {
    margin: 0;
    padding: 0;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    font-size: 14px;
    color: #4d5355;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
}
#contact .flow .status.active {
    color: #fff;
    background-color: #009bdd;
}
}

#contact .formwrap {
    margin: 0 0 45px 0;
    padding: 35px 0 1px;
    width: 100%;
    border-radius: 60px;
    background-color: #f7f7f7;
}
#contact .formwrap ul {
    margin: 0 auto;
    padding: 0;
    width: 730px;
}
#contact .formwrap li {
    margin: 0 0 35px 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
#contact .formwrap .art {
    margin: 0;
    padding: 7px 0 0 0;
    display: flex;
    justify-content: flex-end;
    flex: 1;
    align-items: center;
    gap: 15px; 
}
#contact .formwrap .art label {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 500;
    text-align: right;
}
#contact .formwrap .art .req {
    margin: 0;
    padding: 2px 0 3px;
    font-size: 13px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 500;
    text-align: center;
    width: 3em;
    background-color: #ffdc3f;
    border-radius: 5px;
}
#contact .formwrap .formtxt {
    margin: 0;
    padding: 0;
    width: 500px;
    flex-shrink: 0;
}


#contact .formwrap input  {
    margin: 0;
    padding: 0;
    width: calc(100% - 30px);
    padding: 10px 15px;
    background-color: #fff;
	border: none;
	border-radius: 0;
    font-size: 16px;
    color: #4d5355;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#contact .formwrap input::placeholder {
  color: #c5cbcd;
}
#contact .formwrap textarea  {
    margin: 0;
    padding: 0;
    width: calc(100% - 30px);
    height: 17em;
    padding: 10px 15px;
    background-color: #fff;
	border: none;
	border-radius: 0;
    font-size: 16px;
    color: #4d5355;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#contact .checktxt {
    font-size: 13px;
    color: #4d5355;
    line-height: 1.2em;
    margin: 15px 0 10px 0;
}

#contact .btnwrap {
    margin: 0 auto 85px auto;
    padding: 0;
    width:  100%;
    display: flex;
    justify-content: center;
    gap: 30px;
}
#contact .contact-submit {
    margin: 0;
    padding: 22px 0;
    width:  220px;
    font-size: 15px;
    color: #fff;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    border-radius: 25px;
    background-color: #4d5355;
    box-shadow: none;
    border: none;
    cursor: pointer;
    transition: 0.2s ease;
}
#contact .contact-back {
    margin: 0;
    padding: 22px 0;
    width:  220px;
    font-size: 15px;
    color: #4d5355;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: none;
    border: none;
    cursor: pointer;
    transition: 0.2s ease;
    border: 1px solid #4d5355;
}
#contact .contact-submit:hover {
    background-color: #009bdd;
}
#contact .contact-back:hover {
    background-color: #ffe100;
}

@media only screen and (max-width: 768px) {
#contact .formwrap {
    margin: 0 0 45px 0;
    padding: 40px 0 1px;
    width: 100%;
    border-radius: 40px;
    background-color: #f7f7f7;
}
#contact .formwrap ul {
    margin: 0 auto;
    padding: 0;
    width: 90%;
}
#contact .formwrap li {
    margin: 0 0 35px 0;
    padding: 0;
    display: block;
}
#contact .formwrap .art {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    display: flex;
    justify-content: space-between;
    flex: 1;
    align-items: center;
    gap: 0; 
}
#contact .formwrap .art label {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 600;
    text-align: right;
}
#contact .formwrap .art .req {
    margin: 0;
    padding: 3px 0 4px;
    font-size: 12px;
    color: #4d5355;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
    width: 3em;
    background-color: #ffdc3f;
    border-radius: 5px;
}
#contact .formwrap .formtxt {
    margin: 0;
    padding: 0;
    width: 100%;
    flex-shrink: 0;
}

#contact input  {
    margin: 0;
    padding: 0;
    width: calc(100% - 24px);
    padding: 12px 12px;
    background-color: #fff;
	border: none;
	border-radius: 0;
    font-size: 16px;
    color: #4d5355;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
::placeholder {
  color: #c5cbcd;
}
#contact textarea  {
    margin: 0;
    padding: 0;
    width: calc(100% - 30px);
    height: 17em;
    padding: 10px 15px;
    background-color: #fff;
	border: none;
	border-radius: 0;
    font-size: 16px;
    color: #4d5355;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#contact .checktxt {
    font-size: 13px;
    color: #4d5355;
    line-height: 1.2em;
    margin: 15px 0 10px 0;
    font-weight: 500;
}

#contact .btnwrap {
    margin: 0 auto 55px auto;
    padding: 0;
    width:  100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}
#contact .contact-submit {
    margin: 0;
    padding: 22px 0;
    width:  60%;
    font-size: 20px;
    color: #fff;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    border-radius: 25px;
    background-color: #4d5355;
    box-shadow: none;
    border: none;
    cursor: pointer;
    transition: 0.2s ease;
}
#contact .contact-back {
    margin: 0;
    padding: 22px 0;
    width:  60%;
    font-size: 20px;
    color: #4d5355;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: none;
    border: none;
    cursor: pointer;
    transition: 0.2s ease;
    border: 1px solid #4d5355;
}
#contact .contact-submit:hover {
    background-color: #009bdd;
}
#contact .contact-back:hover {
    background-color: #ffe100;
}
}



#contact .inputtxt {
    font-size: 18px;
    color: #009bdd;
    line-height: 1.6em;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 768px) {
#contact .inputtxt {
    font-size: 17px;
    color: #009bdd;
    line-height: 1.5em;
    font-weight: 500;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
}
}


#contact .formwrap-done {
    margin: 0 0 85px 0;
    padding: 0;
    width: 100%;
}
#contact .formwrap-done p {
    font-size: 15px;
    color: #4d5355;
    line-height: 1.8em;
    font-weight: normal;
    text-align: center;
    margin: 0 0 100px 0;
    padding: 0;
}

@media only screen and (max-width: 768px) {
#contact .formwrap-done {
    margin: 0 0 55px 0;
    padding: 0;
    width: 100%;
}
#contact .formwrap-done p {
    font-size: 15px;
    color: #4d5355;
    line-height: 1.8em;
    font-weight: 500;
    text-align: left;
    margin: 0 0 50px 0;
    padding: 0;
}
}


#contact .btn-index a {
    margin: 0 auto;
    padding: 25px 10px 25px 0;
    width: calc(240px - 10px);
    border-radius: 30px;
    border: 2px solid #4d5355;
    font-size: 16px;
    color: #4d5355;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    cursor: pointer;
    transition: 0.2s ease;
    background: url(../img/common/ico-vect-more.png) right 20px center no-repeat; background-size: 31px 31px; 
    display: block;
}
#contact .btn-index a:hover {
    margin: 0 auto;
    padding: 25px 10px 25px 0;
    width: calc(240px - 10px);
    border-radius: 30px;
    border: 2px solid #4d5355;
    font-size: 16px;
    color: #4d5355;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    cursor: pointer;
    background: #ffe100 url(../img/common/ico-vect-more.png) right 20px center no-repeat; background-size: 31px 31px; 
    display: block;
}

@media only screen and (max-width: 768px) {
#contact .btn-index a {
    margin: 0 auto;
    padding: 25px 30px 25px 0;
    width: calc(240px - 30px);
    border-radius: 30px;
    border: 2px solid #4d5355;
    font-size: 19px;
    color: #4d5355;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
    transition: 0.2s ease;
    background: url(../img/common/ico-vect-more.png) right 20px center no-repeat; background-size: 31px 31px; 
    display: block;
}
#contact .btn-index a:hover {
    margin: 0 auto;
    padding: 25px 30px 25px 0;
    width: calc(240px - 30px);
    border-radius: 30px;
    border: 2px solid #4d5355;
    font-size: 19px;
    color: #4d5355;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
    background: #ffe100 url(../img/common/ico-vect-more.png) right 20px center no-repeat; background-size: 31px 31px; 
    display: block;
}
}


#contact .caution_b {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px;
    margin: 0 auto 50px;
    width: calc(100% - 100px);
    border-top: 4px solid #4d5355;
    padding: 30px 50px;
}
#contact .caution_b .ico {
    width: 301px;
    flex-shrink: 0;
}
#contact .caution_b .ico img {
    width: 301px;
}
#contact .caution_b .text {
    flex: 1;
}
#contact .caution_b .text p {
    font-size: 15px;
    color: #4d5355;
    line-height: 1.8em;
    margin: 0;
    padding: 0;
}
#contact .caution_b .text a {
    font-size: 15px;
    color: #009bdd;
    line-height: 1.8em;
    margin: 0;
    padding: 0;
}
#contact .caution_b .text a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
#contact .caution_b {
    display: block;
    margin: 0 auto 25px;
    width: calc(100% - 20px);
    border-top: 4px solid #4d5355;
    padding: 20px 10px;
}
#contact .caution_b .ico {
    width: 70%;
    flex-shrink: 0;
    margin: 0 auto 20px;
}
#contact .caution_b .ico img {
    width: 100%;
}
#contact .caution_b .text {
    flex: 1;
}
#contact .caution_b .text p {
    font-size: 15px;
    color: #4d5355;
    line-height: 1.8em;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
#contact .caution_b .text a {
    font-size: 15px;
    color: #009bdd;
    line-height: 1.8em;
    margin: 0;
    padding: 0;
}
#contact .caution_b .text a:hover {
    text-decoration: underline;
}
}


#contact .flow_b {
    margin: 0 auto 55px auto;
    padding: 25px 0 0 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #4d5355;
}
#contact .flow_b .status {
    margin: 0;
    padding: 0;
    width: 33%;
    height: 60px;
    font-size: 17px;
    color: #4d5355;
    line-height: 1em;
    font-weight: 600;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #4d5355;
}
#contact .flow_b .status.active {
    color: #254195;
}
#contact .flow_b .status:last-child {
    border-right: 1px solid #4d5355;
}

@media only screen and (max-width: 768px) {
#contact .flow_b {
    margin: 0 auto 0px auto;
    padding: 15px 0 0 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #4d5355;
}
#contact .flow_b .status {
    margin: 0;
    padding: 0;
    width: 33%;
    height: 40px;
    font-size: 12px;
    color: #4d5355;
    line-height: 1em;
    font-weight: 700;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: none;
    border-right: 1px solid #4d5355;
}
#contact .flow_b .status.active {
    color: #254195;
}
#contact .flow_b .status:last-child {
    border-right:  none;
}
}


#contact .flow_b .status .inner {
    border-bottom: 7px solid #ededef;
    width: 90%;
    height: calc(50px - 15px);
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}
#contact .flow_b .status.active .inner {
    border-bottom: 7px solid #254195;
    width: 90%;
    height: calc(50px - 15px);
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}
#contact .flow_b .inner span {
    font-size: 20px;
    padding-right: 15px;
    font-weight: 600;
    vertical-align: middle;
    display: inline-block;
    transform: translateY(-3px)
}

@media only screen and (max-width: 768px) {
#contact .flow_b .status .inner {
    border-bottom: 5px solid #ededef;
    width: 90%;
    height: calc(40px - 15px);
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}
#contact .flow_b .status.active .inner {
    border-bottom: 5px solid #254195;
    width: 90%;
    height: calc(40px - 15px);
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}
#contact .flow_b .inner span {
    font-size: 16px;
    padding-right: 5px;
    font-weight: 600;
    vertical-align: middle;
    display: inline-block;
    transform: translateY(-3px)
}
}



#contact .formwrap_b {
    margin: 0 0 45px 0;
    padding: 35px 0 1px;
    width: 100%;
    border-bottom: 1px solid #4d5355;
}
#contact .formwrap_b ul {
    margin: 0 auto;
    padding: 0;
    width: 950px;
}
#contact .formwrap_b li {
    margin: 0 0 35px 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
#contact .formwrap_b .art {
    margin: 0;
    padding: 7px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex: 1;
    align-items: center;
    gap: 15px; 
}
#contact .formwrap_b .art label {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 500;
}
#contact .formwrap_b .art .req {
    margin: 0;
    padding: 2px 0 3px;
    font-size: 13px;
    color: #fff;
    line-height: 1.2em;
    font-weight: 500;
    text-align: center;
    width: 3em;
    background-color: #4d5355;
}
#contact .formwrap_b .formtxt {
    margin: 0;
    padding: 0;
    width: 675px;
    flex-shrink: 0;
}


#contact .formwrap_b input  {
    margin: 0;
    width: calc(100% - 30px);
    padding: 10px 15px;
    background-color: #f7f7f7;
	border: 1px solid #4d5355;
	border-radius: 0;
    font-size: 16px;
    color: #4d5355;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#contact .formwrap_b input::placeholder {
  color: #94999b;
}

#contact .formwrap_b textarea  {
    margin: 0;
    width: calc(100% - 30px);
    height: 17em;
    padding: 10px 15px;
    background-color: #f7f7f7;
	border: 1px solid #4d5355;
	border-radius: 0;
    font-size: 16px;
    color: #4d5355;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#contact select {
    width: 100%;
    padding: 12px 40px 12px 15px;
    font-size: 16px;
    color: #999;
	border: 1px solid #4d5355;
    background-color: #f7f7f7;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
}

#contact .select-container {
    position: relative;
}

#contact .select-container::after {
    content: '▲\A▼';
    white-space: pre;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 10px;
    line-height: 1.2;
    color: #333;
}

#contact select option:first-child {
    color: #999;
}

#contact select option:not(:first-child) {
    color: #333;
}


@media only screen and (max-width: 768px) {
#contact .formwrap_b {
    margin: 0 0 45px 0;
    padding: 35px 0 1px;
    width: 100%;
    border-bottom: 1px solid #4d5355;
}
#contact .formwrap_b ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
#contact .formwrap_b li {
    margin: 0 0 35px 0;
    padding: 0;
    display: block;
}
#contact .formwrap_b .art {
    margin: 0 0 10px 0;
    padding: 7px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex: 1;
    align-items: center;
    gap: 0; 
}
#contact .formwrap_b .art label {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 500;
}
#contact .formwrap_b .art .req {
    margin: 0;
    padding: 2px 0 3px;
    font-size: 13px;
    color: #fff;
    line-height: 1.2em;
    font-weight: 500;
    text-align: center;
    width: 3em;
    background-color: #4d5355;
}
#contact .formwrap_b .formtxt {
    margin: 0;
    padding: 0;
    width: 100%;
    flex-shrink: 0;
}

#contact .formwrap_b input  {
    margin: 0;
    width: calc(100% - 30px);
    padding: 10px 15px;
    background-color: #f7f7f7;
	border: 1px solid #4d5355;
	border-radius: 0;
    font-size: 16px;
    color: #4d5355;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#contact .formwrap_b input::placeholder {
  color: #94999b;
}

#contact .formwrap_b textarea  {
    margin: 0;
    width: calc(100% - 30px);
    height: 17em;
    padding: 10px 15px;
    background-color: #f7f7f7;
	border: 1px solid #4d5355;
	border-radius: 0;
    font-size: 16px;
    color: #4d5355;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#contact select {
    width: 100%;
    padding: 12px 40px 12px 15px;
    font-size: 16px;
	border: 1px solid #4d5355;
    background-color: #f7f7f7;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
}

#contact .select-container {
    position: relative;
}

#contact .select-container::after {
    content: '▲\A▼';
    white-space: pre;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 10px;
    line-height: 1.2;
    color: #333;
}


#contact select option:first-child {
    color: #999;
}

#contact select option:not(:first-child) {
    color: #333;
}
}



.date-range-container {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.date-input-wrapper {
    flex: 1;
    position: relative;
}

#contact .date-input-wrapper input[type="text"],
#contact .date-input-wrapper input[type="date"] {
    width: 100%;
    height: 50px;
    padding: 0 0 0 40px !important;
    font-size: 16px;
    background-color: #f7f7f7;
	border: 1px solid #4d5355;
    cursor: pointer;
    box-sizing: border-box;
}

.calendar-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    pointer-events: none;
    z-index: 1;
}

.separator {
    font-size: 24px;
    color: #333;
    flex-shrink: 0;
}

.calendar-icon img {
    width: 17px;
    height: 17px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button {
    display: none;
}

#start-date-hidden,
#end-date-hidden {
    position: absolute;
    left: 0 !important;
    top: 20px;
    opacity: 0;
    pointer-events: none;
    width: 1px;
    height: 1px;
}


@media only screen and (max-width: 768px) {
#contact p.lead_b2 {
    font-size: 16px;
    color: #4d5355;
    line-height: 1.6em;
    font-weight: 500;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 30px 0 0 0;
    border-top: 3px solid #4d5355;
    width: 100%;
}
}



#contact .title_b {
    font-size: 22px;
    color: #4d5355;
    line-height: 1.6em;
    font-weight: 600;
    text-align: center;
    margin: 0 0 35px 0;
    padding: 0 0 0 0;
    border-top: none;
}

@media only screen and (max-width: 768px) {
#contact .title_b {
    font-size: 22px;
    color: #4d5355;
    line-height: 1.6em;
    font-weight: 700;
    text-align: center;
    margin: 50px 0 30px 0;
    padding: 0 0 0 0;
    border-top: none;
}
}

    

#contact .flow_b_donewrap {
    margin-top: 80px;
}
@media only screen and (max-width: 768px) {
#contact .flow_b_donewrap {
    margin-top: 50px;
}
}



#contact .required {
    color: #ff0000;
}



#contact .contact-submit-ng {
    margin: 0;
    padding: 22px 0;
    width:  220px;
    font-size: 15px;
    color: #fff;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    border-radius: 25px;
    background-color: #e9e9e9;
    box-shadow: none;
    border: none;
    cursor: default;
    transition: 0.2s ease;
}

@media only screen and (max-width: 768px) {
#contact .contact-submit-ng {
    margin: 0;
    padding: 22px 0;
    width:  60%;
    font-size: 20px;
    color: #fff;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    border-radius: 25px;
    background-color: #e9e9e9;
    box-shadow: none;
    border: none;
    cursor: default;
    transition: 0.2s ease;
}
}