:root{
  --main-orange-color:#EF9408;
  --main-orange-hover-color:#d67407;
  --main-lightgray-color:#c8ced3;
}

body {
  font-family:'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height:100vh;
}

header{
  background-image:url(../../images/logo_back.svg);
  background-repeat:no-repeat;
  background-size:cover;
  height:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
}
header div.container{
  text-align:right;
  padding-top:104px;
  padding-bottom:104px;
}
header div.container img{
  width:200px;
}

#Breadcrumb{
  background-color:#b1c1c8;
  font-size:small;
}
#Breadcrumb a{
  color:inherit;
  text-decoration:underline;
}
#Breadcrumb span{
  margin-right:5px;
  margin-left:5px;
}

@media (max-width: 575px){
  #Error{
    padding-top:52px;
  }
}

#Error a{
  display:block;
  margin-top:52px;
}

#Search{
  background-color:#4E3E37;
  color:white;
  padding-top:15px;
  padding-bottom:20px;
}
#Search .container{
  position:relative;
}
#Search .city{
  position:relative;
}
#Search .city .annotation{
  position:absolute;
  left:0;
  bottom:-15px;
  white-space: nowrap;
}
#Search div.prefecture-and-so-on{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px){
  #Search div.prefecture-and-so-on{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 776px){
  #Search div.prefecture-and-so-on{
    display:block;
  }
}
@media (max-width: 387px){
  #Search div.prefecture-and-so-on{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#Search div.prefecture-and-so-on > div{
  margin-right:10px;
}
@media (max-width: 776px){
  #Search div.prefecture-and-so-on > div{
    margin-right:0px;
    margin-bottom:10px;
  }
  #Search div.prefecture-and-so-on .order-close{
    margin-top:20px;
    float:left;
  }
}
@media (max-width: 387px){
  #Search div.prefecture-and-so-on .order-close{
    width:100%;
  }
}

#Search div.prefecture-and-so-on > div:last-of-type{
  margin-right:0;
}
@media (max-width: 776px){
  #Search div.prefecture-and-so-on > div:last-of-type{
    text-align:right;
    margin-top:22px;
  }
  #Search div.prefecture-and-so-on > div:last-of-type:after{
    clear:both;
  }
}
#Search div.prefecture-and-so-on > div:nth-of-type(2){
  -webkit-box-flex:  1;
  -ms-flex-positive: 1;
  flex-grow:         1;
}
@media (max-width: 991px){
  #Search div.prefecture-and-so-on .above-btn-box{
    width:100%;
    text-align:right;
    margin-top:10px;
  }
}
@media (max-width: 387px){
  #Search div.prefecture-and-so-on .above-btn-box{
    width:100%;
    text-align:center !important;
    margin-top:25px;
  }
}

#Search div.prefecture-and-so-on .above-btn-box button:first-of-type{
  margin-right:3px;
}
#Search div.prefecture-and-so-on .above-btn-box button:last-of-type{
  margin-left:3px;
}
#Search div.more{
  position:absolute;
  top:58px;
  left:0;
  font-size:0.8rem;
  background-color:#4E3E37;
  padding:5px 10px;
  border-radius: 0 0 10px 10px;
  cursor:pointer;
  width:180px;
  text-align:center;
}
@media (max-width: 991px){
  #Search div.more{
    top:106px;
  }
}
@media (max-width: 776px){
  #Search div.more{
    top:176px;
  }
}
@media (max-width: 575px){
  #Search div.more{
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 387px){
  #Search div.more{
    top:218px;
  }
}

#Search div.more-conditions{
  margin-top:70px;
  border-top:1px dotted #857974;
  display:none;
}
#Search div.more-conditions .product-categories{
  margin-top:30px;
  border-bottom:1px dotted #857974;
  padding-bottom:30px;
}
#Search div.more-conditions .product-categories .form-group{
  margin-bottom:0;
}
#Search div.more-conditions .product-categories .form-group .pretty{
  width:33%;
  margin-right:0;
}
@media (max-width: 991px){
  #Search div.more-conditions .product-categories .form-group .pretty{
    width:49%;
    margin-right:0;
  }
}
@media (max-width: 767px){
  #Search div.more-conditions .product-categories .form-group .pretty{
    width:100%;
    margin-right:0;
  }
}
#Search div.more-conditions .sectors{
  margin-top:30px;
  border-bottom:1px dotted #857974;
  padding-bottom:30px;
}
#Search div.more-conditions .sectors .form-group{
  margin-bottom:0;
}
#Search div.more-conditions .sectors .form-group .pretty{
  width:10%;
  margin-right:0;
}
@media (max-width: 1199px){
  #Search div.more-conditions .sectors .form-group .pretty{
    width:12%;
    margin-right:0;
  }
}
@media (max-width: 991px){
  #Search div.more-conditions .sectors .form-group .pretty{
    width:16%;
    margin-right:0;
  }
}
@media (max-width: 767px){
  #Search div.more-conditions .sectors .form-group .pretty{
    width:24%;
    margin-right:0;
  }
}
@media (max-width: 415px){
  #Search div.more-conditions .sectors .form-group .pretty{
    width:32%;
    margin-right:0;
  }
}
@media (max-width: 375px){
  #Search div.more-conditions .sectors .form-group .pretty{
    width:49%;
    margin-right:0;
  }
}
#Search div.more-conditions .keyword{
  margin-top:30px;
  padding-bottom:30px;
}
#Search div.more-conditions .below-btn-box{
  text-align:center;
}
#Search div.more-conditions .below-btn-box button:first-of-type{
  margin-right:3px;
}
#Search div.more-conditions .below-btn-box button:last-of-type{
  margin-left:3px;
}

main{
  margin-bottom:52px;
  -webkit-box-flex:  1;
  -ms-flex-positive: 1;
  flex-grow:         1;
}

@media (max-width: 575px){
  #PrivacyPolicy{
    padding-top:52px;
  }
}

#PrivacyPolicy .privacy-list{
  list-style:none;
  margin-top:52px;
  margin-bottom:0;
  padding-left:0;
}
#PrivacyPolicy .privacy-list .privacy-list-item .privacy-list-heading{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .04em;
    border-bottom: 2px solid #181818;
    padding-bottom: 8px;
    margin-bottom: 29px;
}
#PrivacyPolicy .privacy-list .privacy-list-item .privacy-list-desc {
    font-size: 14px;
    letter-spacing: .05em;
}

#PrivacyPolicy .privacy-list .privacy-list-item .privacy-list-inner {
    list-style: none;
    padding-left:0;
}

#PrivacyPolicy .privacy-list .privacy-list-item .privacy-list-inner .privacy-list-item-inner {
    padding-bottom: 18px;
}
#PrivacyPolicy .privacy-list .privacy-list-item .privacy-list-inner .privacy-list-item-inner .heading{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 18px 0;
}
#PrivacyPolicy .privacy-list .privacy-list-item .privacy-list-inner .privacy-list-item-inner .heading h3{
  font-size: 20px;
  font-weight: 700;
  position: relative;
  display: block;
  padding: 0 0 0 20px;
  font-size: 16px;
  -webkit-flex-basis: 600px;
  -ms-flex-preferred-size: 600px;
  flex-basis: 600px;
  line-height: 1.1;
  letter-spacing: .05em;
}
#PrivacyPolicy .privacy-list .privacy-list-item .privacy-list-inner .privacy-list-item-inner .heading h3:before{
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  font-size: 0;
  letter-spacing: 0;
  background: #181818;
}
#PrivacyPolicy .privacy-list .privacy-list-item .privacy-list-inner .privacy-list-item-inner .privacy-list-data{
  margin-top: 5px;
  padding-left: 13px;
}
#PrivacyPolicy .privacy-list .privacy-list-item .privacy-list-inner .privacy-list-item-inner .privacy-list-data .privacy-list-text{
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .055em;
  padding: 0 0 15px 10px;
}
#PrivacyPolicy .privacy-list .privacy-list-item .privacy-list-inner .privacy-list-item-inner .privacy-list-data .privacy-list-text .privacy-list-data-inner-title{
  margin-top: 22px;
}
#PrivacyPolicy .privacy-list .privacy-list-item .privacy-list-inner .privacy-list-item-inner .privacy-list-data .privacy-list-text .privacy-list-data-inner{
  list-style-type: lower-alpha;
  margin-top: 22px;
  padding-left: 23px;
}
#PrivacyPolicy .privacy-list .privacy-list-item .privacy-list-inner .privacy-list-item-inner .privacy-list-data .privacy-list-text .privacy-list-data-inner .privacy-list-text-inner{
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .02em;
  padding: 0 0 6px 7px;
}
#PrivacyPolicy .agreement{
  border:solid 1px var(--main-lightgray-color);
  border-radius:5px;
  padding:10px;
  margin-top:52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#PrivacyPolicy .agreement .pretty{
  margin-right:5px;
}
#PrivacyPolicy .agreement .agreement-label{
  margin-bottom:0;
  cursor:pointer;
}
#PrivacyPolicy .btn-box{
  text-align:center;
  margin-top:52px;
}

@media (max-width: 575px){
  #SignupForm{
    padding-top:52px;
  }
}

#SignupForm .btn-box{
  text-align:center;
  margin-top:52px;
}

@media (max-width: 575px){
  #SignupFormConfirm{
    padding-top:52px;
  }
}

#SignupFormConfirm .btn-box{
  text-align:center;
  margin-top:52px;
}
#SignupFormConfirm .btn-box button{
  margin-left:20px;
  margin-right:20px;
}

@media (max-width: 575px){
  #SignupFormComplete{
    padding-top:52px;
  }
}

#SignupFormComplete article > div:last-of-type{
  margin-top:52px;
  text-align:center;
}

#HomeIndex .recent-view{
  background-color:var(--main-lightgray-color);
}
#HomeIndex .recent-view article{
  padding-top:49px;
  padding-bottom:20px;
}
@media (max-width: 575px){
  #HomeIndex .recent-view article{
    padding-left:35px;
    padding-right:35px;
  }
}

#HomeIndex .recent-view article h2{
  font-size:inherit;
}
#HomeIndex .recent-view article .recent-view-store-box{
  position:relative;
}
#HomeIndex .recent-view article .recent-view-store-box .btn-left-box{
  position:absolute;
  top:0;
  left:-30px;
  height:100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color:#4E3E37;
  padding-left:5px;
  padding-right:5px;
  color:white;
  cursor:pointer;
}
#HomeIndex .recent-view article .recent-view-store-box .btn-right-box{
  position:absolute;
  top:0;
  right:-30px;
  height:100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color:#4E3E37;
  padding-right:5px;
  padding-left:5px;
  color:white;
  cursor:pointer;
}
#HomeIndex .recent-view article .recent-view-store-box .recent-view-store-inner-box{
  overflow:hidden;
}
#HomeIndex .recent-view article .recent-view-store-box .recent-view-store-inner-box .recent-view-store-scroll-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position:relative;
}
#HomeIndex .recent-view article .recent-view-store-box .recent-view-store-inner-box .recent-view-store-scroll-box .recent-view-store{
  width:100px;
  margin-right:20px;
}
#HomeIndex .recent-view article .recent-view-store-box .recent-view-store-inner-box .recent-view-store-scroll-box .recent-view-store{
  width:100px;
  margin-right:20px;
}
#HomeIndex .recent-view article .recent-view-store-box .recent-view-store-inner-box .recent-view-store-scroll-box .recent-view-store:last-of-type{
  margin-right:0px;
}
#HomeIndex .recent-view article .recent-view-store-box .recent-view-store-inner-box .recent-view-store-scroll-box .recent-view-store .image{
  width:100px;
  height:100px;
}
#HomeIndex .recent-view article .recent-view-store-box .recent-view-store-inner-box .recent-view-store-scroll-box .recent-view-store img{
  width:100%;
  height:100%;
  object-fit:cover;
}
#HomeIndex .recent-view article .recent-view-store-box .recent-view-store-inner-box .recent-view-store-scroll-box .recent-view-store a{
  text-decoration:none;
  color:inherit;
}
#HomeIndex .recent-view article .recent-view-store-box .recent-view-store-inner-box .recent-view-store-scroll-box .recent-view-store .store-name{
  font-size:0.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#HomeIndex .recent-view article .recent-view-store-box .recent-view-store-inner-box .recent-view-store-scroll-box .recent-view-store .address{
  font-size:0.6rem;
  color:#7e7e7e;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#HomeIndex .list{
  margin-top:20px;
}
#HomeIndex .list .list-header{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#HomeIndex .list .list-header .total-count{
  font-size:1.2rem;
  margin-left:5px;
  margin-right:5px;
}
#HomeIndex .list .list-body{
  margin-top:10px;
}
#HomeIndex .list .list-body .store-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color:#eee;
  padding:20px;
  margin-bottom:20px;
}
@media (max-width: 575px){
  #HomeIndex .list .list-body .store-box{
    display:block;
  }
}

#HomeIndex .list .list-body .store-box .left{
  width:30%;
  margin-right:5px;
}
@media (max-width: 575px){
  #HomeIndex .list .list-body .store-box .left{
    width:100%;
    margin-right:0;
  }
}

#HomeIndex .list .list-body .store-box .left img{
  width:100%;
}

#HomeIndex .list .list-body .store-box .left .main-image-box{
  width:100%;
  position:relative;
}
#HomeIndex .list .list-body .store-box .left .main-image-box:before{
  content: "";
  display: block;
  padding-top: 100%;
}
#HomeIndex .list .list-body .store-box .left .main-image-box img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

#HomeIndex .list .list-body .store-box .left .sub-image-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top:10px;
}
#HomeIndex .list .list-body .store-box .left .sub-image-box > div:first-of-type{
  margin-right:5px;
}
#HomeIndex .list .list-body .store-box .left .sub-image-box > div:last-of-type{
  margin-left:5px;
}

#HomeIndex .list .list-body .store-box .right{
  width:70%;
  margin-left:5px;
}
@media (max-width: 575px){
  #HomeIndex .list .list-body .store-box .right{
    width:100%;
    margin-left:0;
    margin-top:5px;
  }
}

#HomeIndex .list .list-body .store-box .right .store-kind{
  font-size:0.8rem;
}
#HomeIndex .list .list-body .store-box .right .store-name{
  margin-bottom:20px;
}
@media (max-width: 575px){
  #HomeIndex .list .list-body .store-box .right .store-name{
    text-align:center;
    margin-top:10px;
  }
}
#HomeIndex .list .list-body .store-box .right .store-name .store-name-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 575px){
  #HomeIndex .list .list-body .store-box .right .store-name .store-name-box{
    display: block;
  }
}
#HomeIndex .list .list-body .store-box .right .store-name .store-name-box h2{
  margin-bottom:0;
  -webkit-box-flex:  1;
  -ms-flex-positive: 1;
  flex-grow:         1;
}
@media (max-width: 575px){
  #HomeIndex .list .list-body .store-box .right .store-name .store-name-box h2{
    margin-top:3px;
    margin-bottom:3px;
  }
}
#HomeIndex .list .list-body .store-box .right .store-name .store-name-box .btn-box a{
  cursor:pointer;
}

#HomeIndex .list .list-body .store-box .right .info-box{
  border-top:1px solid var(--main-lightgray-color);
  margin-bottom:20px;
}
#HomeIndex .list .list-body .store-box .right .info-box .info-header-box{
  position:relative;
  top:-11px;
}
@media (max-width: 575px){
  #HomeIndex .list .list-body .store-box .right .info-box .info-header-box{
    text-align:center;
  }
}
#HomeIndex .list .list-body .store-box .right .info-box .info-header-box > div{
  background-color:#eee;
  display:inline-block;
  padding-left:8px;
  padding-right:8px;
  margin-left:20px;
}
@media (max-width: 575px){
  #HomeIndex .list .list-body .store-box .right .info-box .info-header-box > div{
    margin-left:0px;
  }
}

#HomeIndex .list .list-body .no-data{
  text-align:center;
  margin-top:20px;
}
#HomeIndex .list .list-body .no-data i{
  margin-right:5px;
  color: var(--yellow);
}

#HomeIndex .list .spinner-box{
  text-align:center;
}

#HomeIndex .map{
  margin-top:20px;
  display:none;
}
#HomeIndex .map .map-header{
  text-align:right;
}
#HomeIndex .map .map-body{
  position: relative;
  width:100%;
  padding-top:56.25%;
  margin-top:10px;
}
#HomeIndex .map .loader{
  position: absolute;
  top:0;
  z-index:20;
  width:100%;
  height:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color:rgba(0,0,0,0.5);
}
#HomeIndex .map .map-body .map-box{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index:10;
}

#StoreDetail .store-box{
  margin-top:52px;
}
#StoreDetail .store-box .store-header-box .store-kind{
}
#StoreDetail .store-box .store-body-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color:#eee;
  padding:20px;
}
@media (max-width: 575px){
  #StoreDetail .store-box .store-body-box{
    display: block;
  }
}
#StoreDetail .store-box .store-body-box .left{
  width:30%;
  margin-right:5px;
}
@media (max-width: 575px){
  #StoreDetail .store-box .store-body-box .left{
    width:100%;
    margin-right:0;
  }
}
#StoreDetail .store-box .store-body-box .left img{
  width:100%;
}
#StoreDetail .store-box .store-body-box .left .main-image-box{
  width:100%;
  position: relative;
}
#StoreDetail .store-box .store-body-box .left .main-image-box:before{
  content: "";
  display: block;
  padding-top: 100%;
}
#StoreDetail .store-box .store-body-box .left .main-image-box img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

#StoreDetail .store-box .store-body-box .left .sub-image-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top:10px;
}
#StoreDetail .store-box .store-body-box .left .sub-image-box > div{
  position: relative;
  width:100%;
}
#StoreDetail .store-box .store-body-box .left .sub-image-box > div:before{
  content: "";
  display: block;
  padding-top: 100%;
}
#StoreDetail .store-box .store-body-box .left .sub-image-box > div:first-of-type{
  margin-right:5px;
}
#StoreDetail .store-box .store-body-box .left .sub-image-box > div:last-of-type{
  margin-left:5px;
}
#StoreDetail .store-box .store-body-box .left .sub-image-box > div img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

#StoreDetail .store-box .store-body-box .right{
  width:70%;
  margin-left:5px;
}
@media (max-width: 575px){
  #StoreDetail .store-box .store-body-box .right{
    width:100%;
    margin-left:0px;
    margin-top:20px;
  }
}
#StoreDetail .store-box .store-body-box .right .hr{
  width:100%;
  height:1px;
  background-color:var(--main-lightgray-color);
  margin-bottom:10px;
}
#StoreDetail #MapBox{
  position: relative;
  width:100%;
  padding-top:56.25%;
}
#StoreDetail #Map{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#StoreDetail .store-box .store-body-box .right .info-box{
  border-top:1px solid var(--main-lightgray-color);
  margin-bottom:20px;
}
#StoreDetail .store-box .store-body-box .right .info-box .info-header-box{
  position:relative;
  top:-11px;
}
@media (max-width: 575px){
  #StoreDetail .store-box .store-body-box .right .info-box .info-header-box{
    text-align:center;
  }
}
#StoreDetail .store-box .store-body-box .right .info-box .info-header-box > div{
  background-color:#eee;
  display:inline-block;
  padding-left:8px;
  padding-right:8px;
  margin-left:20px;
}
@media (max-width: 575px){
  #StoreDetail .store-box .store-body-box .right .info-box .info-header-box > div{
    margin-left:0px;
  }
}
#StoreDetail .store-box .store-body-box .right .info-box .info-body-box .sector-box,
#StoreDetail .store-box .store-body-box .right .info-box .info-body-box .product-category-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom:5px;
}
#StoreDetail .store-box .store-body-box .right .info-box .info-body-box .sector-box > div,
#StoreDetail .store-box .store-body-box .right .info-box .info-body-box .product-category-box > div{
  background-color:var(--main-lightgray-color);
  margin-right:5px;
  margin-bottom:5px;
  padding:2px 4px;
  border-radius:5px
}

footer{
  text-align:center;
  background-color:#eee;
  padding:52px;
}
footer img{
  width:100px;
}
footer small{
  display:block;
  margin-top:26px;
}

.jumbotron{
  background-color:inherit;
  text-align:center;
}
.jumbotron .lead{
  letter-spacing:5px;
  font
}

.catch{
  line-height:2;
  font-weight:lighter;
}
.catch ul{
  margin:0;
}
.catch div{
  margin-bottom:1em;
}

.pretty.p-orange input:checked~.state label:after,
.pretty.p-orange.p-toggle .state label:after {
  background-color:var(--main-orange-color) !important;
}

.btn-orange{
  background-color:var(--main-orange-color);
  border-color:var(--main-orange-color);
  color:white;
}
.btn-orange:hover{
  background-color:var(--main-orange-hover-color);
  border-color:var(--main-orange-hover-color);
  color:white !important;
}
.btn-orange i{
  margin-right:5px;
}

input::placeholder {
  color:#ccc !important;
  font-weight:lighter;
}

.form-group+.hr{
  height:1px;
  background-color:#eee;
  margin-bottom:1rem;
}

.formError{
  position:static !important;
  opacity:1 !important;
}
.formError .formErrorContent{
  -moz-box-shadow: none !important; 
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  display:inline-block !important;
  width:auto !important;
  border-radius:0px !important;
  background-color:var(--danger) !important;
  margin-bottom:2px !important;
}

span.attention{
  font-size:10px;
  color:var(--danger);
  border:solid 1px var(--danger);
  padding:2px;
  border-radius:3px;
  margin-left:10px;
  position:relative;
  top:-1px;
}

.form-error{
  display:none;
}
.form-error span{
  border:1px solid var(--danger);
  background-color:var(--danger);
  color:white;
  padding:0 5px;
  font-size:small;
  border-radius:3px;
  margin-bottom:2px;
  width:auto;
}

.annotation{
  font-size:0.5rem;
}

#StockCaution{
  color:var(--red);
  margin-top:40px;
  margin-bottom:40px;
  text-align:center;
}
