@charset "UTF-8";
input, textarea, select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*============================
radio
============================*/
/*----------------------------radio*/
.radio-1 {
    display: flex;
    flex-wrap: wrap;
    gap: .3em 2em;
    border: none;
}
.radio-1 label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
    line-height: 1.95;
}
.radio-1 label::before, .radio-1 label:has(:checked)::after {
    border-radius: 50%;
    content: '';
}
.radio-1 label::before {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: solid 1px #EC6813;
}
.radio-1 label:has(:checked)::after {
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #EC6813;
}
.contact-submit_red label, .contact-submit_red input:checked + label {
    display: block;
    text-decoration: none;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 100vh;
    margin: 2em auto;
    padding: 1em;
}
.contact-submit_red input:checked + label {
    width: 14em;
    color: #FFF;
    text-align: right;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 2em auto;
    padding: 1em 4em;
    font-size: 1.6rem;
}
.contact-submit_red input:checked + label::before, .contact-submit_red input:checked + label::after {
    content: " ";
    position: absolute;
    left: 0
}
.contact-submit_red input:checked + label::before {
    width: 1em;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 20px;
    left: 31px;
}
.contact-submit_red input:checked + label::after {
    width: 0.6em;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 19px;
    left: 25px;
}
.contact-submit_kakunin label, .contact-submit_red input:checked + label {
    display: block;
    text-decoration: none;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 100vh;
    margin: 2em auto;
    padding: 1em;
}
.contact-submit_kakunin input:checked + label {
    width: 14em;
    background: #1E90FF;
    color: #FFF;
    text-align: right;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 auto 4em auto;
    padding: 1em 4em;
    font-size: 1.6rem;
}
.contact-submit_kakunin input:checked + label::before, .contact-submit_kakunin input:checked + label::after {
    content: " ";
    position: absolute;
    left: 0
}
.contact-submit_kakunin input:checked + label::before {
    width: 1em;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 20px;
    left: 31px;
}
.contact-submit_kakunin input:checked + label::after {
    width: 0.6em;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 19px;
    left: 25px;
}
.el_input_text:not(:first-of-type) {
    margin-top: .5em;
}
.el_input_text_big {
    background-color: #fff;
    padding: 0.4em 0.8em;
    width: 100%;
    border: 1px solid #C6C8C8;
    border-radius: 5px;
    font-size: 3rem;
    margin: 0.5em 0;
}
.el_input_text {
    width: 100%;
    background-color: #fff;
    padding: 0.4em 0.8em;
    border: 1px solid #006934;
    border-radius: 5px;
    font-size: clamp(1rem, 1.6vw, 1.8rem);
    margin: 0.5rem 0;
}
.el_input_text2 {
    width: 100%;
    background-color: #fff;
    border: 1px solid #006934;
    border-radius: 5px;
    font-size: 1.8rem;
    margin: 0.5rem 0;
}
.el_input_text::-webkit-input-placeholder {
    color: #C6C8C8;
}
.el_input_text::-moz-placeholder {
    color: #C6C8C8;
}
.el_input_text:-ms-input-placeholder {
    color: #C6C8C8;
}
.el_input_text::-ms-input-placeholder {
    color: #C6C8C8;
}
.el_input_text::placeholder {
    color: #C6C8C8;
}
.el_input_text_big::-webkit-input-placeholder {
    color: #80CFDC;
}
.el_input_text_big::-moz-placeholder {
    color: #80CFDC;
}
.el_input_text_big:-ms-input-placeholder {
    color: #80CFDC;
}
.el_input_text_big::-ms-input-placeholder {
    color: #80CFDC;
}
.el_input_text_big::placeholder {
    color: #80CFDC;
}
.el_input_textaea {
    background-color: #fff;
    padding: 0.8em;
    width: 100%;
    border: 1px solid #006934;
    border-radius: 5px;
    min-height: 6em;
    /*margin-top: .5em;*/
}
.el_input_text2 {
    width: 100%;
}
.el_input_text2::-webkit-input-placeholder {
    color: #C6C8C8;
}
.el_input_text2::-moz-placeholder {
    color: #C6C8C8;
}
.el_input_text2:-ms-input-placeholder {
    color: #C6C8C8;
}
.el_input_text2::-ms-input-placeholder {
    color: #C6C8C8;
}
.el_input_text2::placeholder {
    color: #C6C8C8;
}
.el_input_textaea2 {
    background-color: #fff;
    padding: 0.8em;
    width: 100%;
    border: 1px solid var(--c-orange);
    border-radius: 5px;
    min-height: 6em;
    margin-top: 1.2em;
}
.btn {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0.4em 0.2em;
    border: solid 1px #ccc;
    border-radius: 5px;
    font-weight: 500;
    font-size: clamp(0.9rem, 0.9vw, 1.2rem);
    /* -webkit-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.2); */
    margin: 1em 0;
    /* box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.2); */
    text-decoration: none;
}

 span .btn  {margin: 0 .4em;}    
.selectbox-4 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 0 2rem 0;
}
.selectbox-4::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.selectbox-4 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
    border: 1px solid #ccc;
}
.contact-submit_top {
    width: 55%;
    background-color: #F7931E; /* 背景色 */
    font-weight: bold; /* 文字の太さ */
    display: block; /* インライン要素をブロック要素に変更 */
    margin: 0 auto; /* 中央寄せ */
    font-size: 1.4em; /* 文字の大きさ */
    padding: 1em 2em; /* 内側の余白 */
    border-radius: 3vh; /* 角丸指定 */
    -webkit-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.2);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.submit_top {
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.submit_top li {
    text-align: center;
    margin-top: 2em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1em;
}
.submit_top li label {
    text-align: center;
    margin-top: 1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 auto;
}
.contact-submit_red label, .contact-submit_red input:checked + label {
    display: block;
    text-decoration: none;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 100vh;
    margin: 2em auto;
    padding: 1em;
}
.contact-submit_red label {
    width: 14em;
    background: #fff;
    color: #503A00;
    text-align: center;
    -webkit-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.2);
    margin: 0 auto 4em auto;
    padding: 1em;
    font-size: 1.6rem;
}
.contact-submit_red input:checked + label {
    width: 14em;
    background: #1E90FF;
    color: #FFF;
    text-align: right;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 2em auto;
    padding: 1em 4em;
    font-size: 1.6rem;
}
.contact-submit_red input:checked + label::before, .contact-submit_red input:checked + label::after {
    content: " ";
    position: absolute;
    left: 0
}
.contact-submit_red input:checked + label::before {
    width: 1em;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 20px;
    left: 31px;
}
.contact-submit_red input:checked + label::after {
    width: 0.6em;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 19px;
    left: 25px;
}
.contact-submit_kakunin label, .contact-submit_red input:checked + label {
    display: block;
    text-decoration: none;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 100vh;
    margin: 2em auto;
    padding: 1em;
}
.contact-submit_kakunin label {
    width: 14em;
    background: #fff;
    color: #503A00;
    text-align: center;
    -webkit-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.2);
    margin: 0 auto 4em auto;
    padding: 1em;
    font-size: 1.6rem;
}
.contact-submit_kakunin input:checked + label {
    width: 14em;
    background: #1E90FF;
    color: #FFF;
    text-align: right;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 auto 4em auto;
    padding: 1em 4em;
    font-size: 1.6rem;
}
.contact-submit_kakunin input:checked + label::before, .contact-submit_kakunin input:checked + label::after {
    content: " ";
    position: absolute;
    left: 0
}
.contact-submit_kakunin input:checked + label::before {
    width: 1em;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 20px;
    left: 31px;
}
.contact-submit_kakunin input:checked + label::after {
    width: 0.6em;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 19px;
    left: 25px;
}
.button-050, .contact-submit, .contact-submit_brown, .contact-submit_red, .contact-submit_bege, .submit_orange, .submit_lightorange, .submit_green {
    width: 180px; /* 横幅指定 */
    font-weight: bold; /* 文字の太さ */
    display: block; /* インライン要素をブロック要素に変更 */
    font-size: 1.6rem; /* 文字の大きさ */
    padding: 9px; /* 内側の余白 */
    border-radius: 100vh; /* 角丸指定 */
    -webkit-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.2);
    appearance: none;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.submit_orange {
    background-color: #EC6813; /* 背景色 */
    margin: 0 auto;
}
.submit_green {
    background-color: #006934; /* 背景色 */
    margin: 0 auto;
}
.submit_lightorange {
    margin: 0 auto;
    color: #503A00;
    background-color: #fdf5d5;
}
.submit_lightorange_sm {
    margin: 0 auto;
    color: #22AC38;
    padding: 1rem 1.5rem;
}
@keyframes anim-radio-1 {
    0% {
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        box-shadow: 0 0 0 10px #fe9b1033;
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}
::-webkit-input-placeholder {
    font-weight: normal;
    color: #ccc;
}
::-moz-placeholder {
    font-weight: normal;
    color: #ccc;
}
:-ms-input-placeholder {
    font-weight: normal;
    color: #ccc;
}
::-ms-input-placeholder {
    font-weight: normal;
    color: #ccc;
}
::placeholder {
    font-weight: normal;
    color: #ccc;
}
/*----------------------------*/
.sm_ttl {
    font-size: 1.6rem;
    line-height: 1.7;
}
.el_form_ttl {
    font-size: clamp(1.2rem, 1.3vw, 1.3rem);
    line-height: 1.55;
    margin: .5em .5em .5em 0;
}
/*Styling Selectbox*/
.pulldown {
    /*width: 6em;*/
    margin: auto .5em auto 0em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.dropdown, .dropdown_blue, .dropdown_red {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px rgb(204, 204, 204);
    box-shadow: 0 0 2px rgb(204, 204, 204);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    color: #474747;
    height: 3em;
    text-align: left;
    border: 1px solid #22AC38;
    margin: 1rem 0rem;
}
.dropdown .select, .dropdown_blue .select, .dropdown_red .select {
    cursor: pointer;
    display: block;
    padding: 15px 57px 15px 27px;
}
.dropdown .select > i, .dropdown_blue .select > i, .dropdown_red .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px;
}
.dropdown:hover, .dropdown_blue:hover, .dropdown_red:hover {
    -webkit-box-shadow: 0 0 4px rgb(204, 204, 204);
    box-shadow: 0 0 4px rgb(204, 204, 204);
}
.dropdown:active, .dropdown_blue:active, .dropdown_red:active {
    background-color: #f8f8f8;
}
.dropdown.active:hover, .dropdown.active, .dropdown_blue.active:hover, .dropdown_blue.active, .dropdown_red.active:hover, .dropdown_red.active {
    -webkit-box-shadow: 0 0 4px rgb(204, 204, 204);
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 2px 2px 0 0;
    background-color: #f8f8f8;
}
.dropdown.active .select > i, .dropdown_blue.active .select > i, .dropdown_red.active .select > i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.dropdown .dropdown-menu, .dropdown_blue .dropdown-menu, .dropdown_red .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    -webkit-box-shadow: 0 1px 2px rgb(204, 204, 204);
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9;
}
.dropdown .dropdown-menu li, .dropdown_blue .dropdown-menu li, .dropdown_red .dropdown-menu li {
    padding: 10px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.dropdown .dropdown-menu, .dropdown_blue .dropdown-menu, .dropdown_red .dropdown-menu {
    padding: 0;
    list-style: none;
}
.dropdown .dropdown-menu li:hover, .dropdown_blue .dropdown-menu li:hover, .dropdown_red .dropdown-menu li:hover {
    background-color: #f2f2f2;
}
.dropdown .dropdown-menu li:active, .dropdown_blue .dropdown-menu li:active, .dropdown_red .dropdown-menu li:active {
    background-color: #e2e2e2;
}
.dropdown::before, .dropdown::after, .dropdown_blue::before, .dropdown_blue::after, .dropdown_red::before, .dropdown_red::after {
    position: absolute;
    content: '';
    pointer-events: none;
}
.dropdown::before {
    display: inline-block;
    right: 0;
    width: 2.8em;
    height: 3em;
    border-radius: 0 3px 3px 0;
    background-color: var(--c-orange);
}
.dropdown_blue::before {
    display: inline-block;
    right: 0;
    width: 2.8em;
    height: 2.9em;
    background-color: #22AC38;
}
.dropdown_red::before {
    display: inline-block;
    right: 0;
    width: 2.8em;
    height: 3em;
    border-radius: 0 3px 3px 0;
    background-color: #f05660;
}
.dropdown::after, .dropdown_blue::after, .dropdown_red::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    -ms-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
}
.dropdown select, .dropdown_blue select, .dropdown_red select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em 3.6em .4em .8em;
    border: none;
    border-radius: 3px;
    background-color: #f2f2f2;
    color: #333;
    font-size: 1em;
    cursor: pointer;
}
.dropdown select:focus, .dropdown_blue select:focus, .dropdown_red select:focus {
    outline: 2px solid #2589d0;
}
.select2 {
    appearance: none; /* ① */
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #aaa; /* ② ここから */
    border-radius: 4px;
    padding: 5px 25px 5px 10px;
    font-size: 1.2rem;
    cursor: pointer; /* ② ここまで */
    height: 30px;
    background-color: #fff;
}
.select:disabled {
    pointer-events: none;
    background-color: #f1f1f1;
    color: #aaa;
}
.select-wrapper {
    position: relative;
    display: inline-block;
}
.select-wrapper::after {
    content: '';
    position: absolute;
    border: 4px solid #333;
    border-bottom: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    top: calc(50% - 3px);
    right: 10px;
    width: 0;
    height: 0;
}
.select-wrapper--disabled::after {
    border-top-color: #aaa;
}
.search-form-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 1px solid #7ad025;
    border-radius: 3px;
}

.search-form-1 input {
        width: 220px;
    height: 22px;
    padding: 17px 16px;
    border: none;
    box-sizing: border-box;
    font-size: 0.8em;
    outline: none;
}

.search-form-1 input::placeholder{
    color: #777777;
}

.search-form-1 button {
    display: flex;
    justify-content: center;
    align-items: center;
       width: 32px;
    height: 34px;
    border: none;
    background-color: #7ad025;
    cursor: pointer;
}

.search-form-1 button::after {
    width: 22px;
    height: 19px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}
.checkbox-1 {
    display: flex;
    flex-wrap: wrap;
    gap: .5em 2em;
    border: none;
}
.checkbox-1 label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
    margin: 0.2em 0;
}
.checkbox-1 label::before, .checkbox-1 label:has(:checked)::after {
    content: '';
}
.checkbox-1 label::before {
    width: 17px;
    height: 17px;
    border-radius: 3px;
    background-color: #fff;
    border: solid 1.5px #006934;
}
.checkbox-1 label:has(:checked)::before {
    background-color: #006934;
}
.checkbox-1 label:has(:checked)::after {
    position: absolute;
    top: 3px;
    left: 6px;
    transform: rotate(45deg);
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
}
.checkbox-1 input {
    display: none;
}
.selectbox-2 {
    position: relative;
}
/*セレクトボックス*/
.selectbox-2::before, .selectbox-2::after {
    position: absolute;
    content: '';
    pointer-events: none;
}
.selectbox-2::before {
    right: 0;
    display: inline-block;
    width: 2.8em;
    height: 2.8em;
    border-radius: 0 3px 3px 0;
    background-color: #22AC38;
    content: '';
}
.selectbox-2::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
}
.selectbox-2 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 2.8em;
    padding: .4em 2.6em .4em 0.8em;
    border: 1px solid #22AC38;
    border-radius: 3px;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
    background-color: #fff;
    width: 100%;
}
.selectbox-2 select:focus {
    outline: 1px solid #22AC38;
}
.list_select {
    margin: .5em 0;
}
/*----------------------------radio*/
input[type="radio"] + span::before {
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid #503A00;
    width: 16px;
    height: 16px;
}
input[type="radio"] + span::after {
    content: " ";
    position: absolute;
    left: 3px;
    display: block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
input[type="radio"] + span {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-indent: 0.5em;
}
input[type="radio"]:checked + span::after {
    content: " ";
    position: absolute;
    left: -moz-calc(8px - 5px);
    left: calc(8px - 5px);
    display: block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #503A00;
}
::-webkit-full-page-media, :future, :root input[type="radio"]:checked + span::after {
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 959px) {
    .search-form-1 button {
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        cursor: pointer;
        padding: 4px 8px 4px 8px;
    }
    .search-form-1 input {
        padding: 8px 0px 8px 16px;
        border: none;
        box-sizing: border-box;
        outline: none;
        background-color: #fff;
    }
    .dropdown, .dropdown_blue, .dropdown_red {
        width: 100%;
        display: inline-block;
        background-color: #fff;
        border-radius: 2px;
        -webkit-box-shadow: 0 0 2px rgb(204, 204, 204);
        box-shadow: 0 0 2px rgb(204, 204, 204);
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        position: relative;
        color: #474747;
        height: 2.4em;
        text-align: left;
    }
    .dropdown .select, .dropdown_blue .select, .dropdown_red .select {
        cursor: pointer;
        display: block;
        padding: 10px 38px 10px 8px;
        font-size: 1.2rem;
    }
    .dropdown_blue::before {
        display: inline-block;
        right: 0;
        width: 2em;
        height: 2.3em;
    }
    .dropdown::after, .dropdown_blue::after, .dropdown_red::after {
        position: absolute;
        top: 50%;
        right: 1em;
        -webkit-transform: translate(50%, -50%) rotate(45deg);
        -ms-transform: translate(50%, -50%) rotate(45deg);
        transform: translate(50%, -50%) rotate(45deg);
        width: 6px;
        height: 6px;
        border-bottom: 3px solid #FFFFFF;
        border-right: 3px solid #FFFFFF;
    }
    .submit_lightorange_sm {
        margin: 0 auto;
        padding: 1rem;
        font-size: 1rem;
    }
    .submit_lightorange {
        margin: 1em 2em 1em 0;
        color: #503A00;
        background-color: #fdf5d5;
    }
}
@media (max-width : 559px) {
  
     span .btn  {margin: 0 .4em 0 0;}    
    
}