@charset "UTF-8";
/*
ベース：モバイルサイト用
*/
* {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 18px;
  background-image: none; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
button:hover {
  opacity: 0.85;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

a {
  text-decoration: none; }
a:hover {
  opacity: 0.85;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

body {
  background-color: #ffffff;
  color: #5D5D5D;
  height: 100%;
  min-height: 100vh;
  position: relative;
  padding-bottom: 77px; }

img {
  border: 0; }

input {
  border-width: 0;
  padding-left: 10px;
  padding-right: 10px; }

#footer {
  width: 100%;
  font-size: 10px;
  color: #ffffff;
  background: #01409A;
  text-align: center;
  margin-top: 10px;
  height: 77px;
  line-height: 77px;
  vertical-align: middle;
  position: absolute;
  bottom: 0; }
@media only screen and (min-width: 769px) {
  #footer {
    min-width: 980px; } }

/*
ログイン画面上部
*/
#login_top {
  color: #ffffff;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(/design/image/back_top.jpg);
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px; }

#login_top_postcard {
  color: #ffffff;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(/design/image/back_top_postcard.png);
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px; }


#top_logo {
  width: 100%;
  text-align: center;
  padding: 20px 0; }
#top_logo img {
  width: 120px;
  height: auto; }

.image_login_step {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  height: auto; }

.div_login1 {
  width: calc(100% - 60px);
  padding: 20px 0;
  margin: 20px 30px;
  text-align: center; }

.div_login2 {
  width: calc(100% - 60px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  margin: 20px 30px;
  text-align: center;
  }

.postcard_login_text {
  color: #555;
}

#div_login2 {
  text-align: center;
  margin: 20px auto; }

.input_login {
  width: calc(100% - 60px);
  margin-left: 30px;
  margin-bottom: 10px; }
.input_login span {
  display: inline-block;
  width: 110px;
  text-align: left; }
.input_login input {
  /*width: calc(100% - 110px);*/
  width: 100%;
  height: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#login_message {
  background-color: rgba(202, 47, 78, 0.5);
  padding: 15px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 30px; }

.button {
  font-size: 14px;
  color: #ffffff;
  background: #01409A;
  text-align: center;
  padding: 15px 0; }

#button_login {
  width: calc(100% - 60px);
  margin: 20px 30px; }

a.button-anker {
  margin: 20px 30px;
  display: block;
  background: #01409A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  padding-top: 22px;
  padding-bottom: 22px; }
a.button-anker:hover {
  color: #fff;
  text-decoration: none; }
@media only screen and (min-width: 769px) {
  a.button-anker {
    margin-left: 0;
    margin-right: 0; } }

/*
ログイン画面下部
*/
#longin_under {
  width: 100%;
  padding: 10px 0 10px 0;
  margin-left: auto;
  margin-right: auto; }

#longin_under p, strong {
  margin: 10px 40px 20px 40px; }


#form_main .button {
  margin: 20px 30px;
  display: block;
  padding: 0 !important;
  background: none; }
#form_main .button button {
  display: block;
  width: 100%;
  padding: 22px 0;
  background: #01409A; }
#form_main .button button:hover {
  opacity: 0.85;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

#longin_under h3 {
  width: calc(100% - 60px);
  font-size: 14px;
  color: #01409A;
  text-align: center;
  padding: 15px 0;
  margin: 40px 30px 20px 30px;
  border-top: 1px dashed #01409A;
  border-bottom: 1px dashed #01409A; }

#longin_under h1 {
  width: calc(100% - 60px);
  font-size: 20px;
  color: #01409A;
  text-align: center;
  padding: 15px 0;
  margin: 20px 30px 20px 30px;

}



/*
ログイン画面以外の画面
*/
#form_main {
  width: 100%;
  padding: 20px 0 10px 0;
  margin-left: auto;
  margin-right: auto; }

#form_step {
  margin: 10px 0 20px 0; }

.step_pc {
  display: none; }

.step_m {
  text-align: center;
  width: calc(100% - 60px);
  height: auto;
  margin-left: 30px; }

#form_main h3 {
  width: calc(100% - 60px);
  font-size: 16px;
  color: #01409A;
  text-align: center;
  padding: 20px 0;
  margin: 30px 30px 0 30px;
  border-top: 1px dashed #01409A; }

#form_main h4 {
  width: calc(100% - 60px);
  font-size: 16px;
  color: #01409A;
  text-align: center;
  margin: 30px 30px; }

#list_template,
#list_photo {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  margin-left: 20px;
  margin-right: 20px; }
#list_template li,
#list_photo li {
  display: block;
  margin: 10px 0;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left; }
#list_template li img,
#list_photo li img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

#list_photo li .thumb {
  background-color: #fff6ef;
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%; }
#list_photo li .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
  height: auto;
  max-height: 120px;
  max-width: 120px}
@media only screen and (min-width: 375px) {
  #list_photo li .thumb img {
    width: auto;
    height: auto;
    max-height: 146px;
    max-width: 146px;} }
@media only screen and (min-width: 500px) {
  #list_photo li .thumb img {
    width: auto;
    height: auto;
    max-height: 216px;
    max-width: 216px;} }
@media only screen and (min-width: 650px) {
  #list_photo li .thumb img {
    width: auto;
    height: auto;
    max-height: 280px;
    max-width: 280px;} }
@media only screen and (min-width: 700px) {
  #list_photo li .thumb img {
    width: auto;
    height: auto;
    max-height: 306px;
    max-width: 306px;} }

#list_photo li label {
  width: 100%; }
#list_photo li label input[type="file"] {
  display: none; }

#list_photo li .checkbox_button {
  cursor: pointer; }

#list_photo li .upload_button {
  cursor: pointer; }

#list_template {
  text-align: center; }
#list_template li {
  float: left; }

#upload_photo li,
#select_template li,
#select_photo li {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#upload_photo img, #select_template img, #select_photo img {
  width: 100%;
  height: auto; }

.radio, .checkbox {
  /*display: none;*/ }

input.radio + .radio_button, input.checkbox + .checkbox_button {
  color: #ffffff;
  width: 100%;
  background: #231815;
  text-align: center;
  padding: 15px 0; }

.upload_button {
  color: #ffffff;
  width: 100%;
  background: #231815;
  text-align: center;
  padding: 15px 0; }

.change_button {
  color: #ffffff;
  width: 100%;
  background: #231815;
  text-align: center;
  padding: 15px 0;
  display: block;
  cursor: pointer; }
.change_button:hover {
  opacity: 0.85;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

input.radio:checked + .radio_button, input.checkbox:checked + .checkbox_button {
  color: #ffffff;
  width: 100%;
  background: #01409A;
  text-align: center;
  padding: 15px 0; }

/*#form_main select {*/
#form_main .select-month {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% - 60px);
  background-color: #EDECEB;
  color: #5D5D5D;
  border-width: 0;
  height: 48px;
  padding-left: 20px;
  margin-left: 30px;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url(image/select_button.png);
  background-size: auto 100%; }
#form_main select::-ms-expand {
  /*display: none; */}

#form_main .select-prefecture {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background-color: #EDECEB;
  color: #5D5D5D;
  border-width: 0;
  height: 32px;
  padding-left: 20px;
  margin-left: 0px;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url(image/select_button.png);
  background-size: auto 100%; }
#form_main select::-ms-expand {
  /*display: none;*/ }

.select_photo {
  text-align: center;
  margin: -10px 0 30px 0; }

#form_main .form_input {
  width: 100%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
#form_main .form_input .form-item {
  padding: 10px 0;
  position: relative;
  padding-bottom: 20px; }
#form_main .form_input .form-item span.form-item__label {
  display: block;
  width: 30%;
  height: 32px;
  line-height: 32px;
  vertical-align: baseline;
  float: left; }
#form_main .form_input .form-item input {
  /*width: 70%;*/
  width: 100%;
  display: block;
  height: 32px;
  border: 1px solid #E2E0DF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px; }

.checklist {
  width: calc(100% - 60px);
  margin: 30px auto; }
.checklist .checkinput {
  margin: 20px 0; }
.checklist .change_button {
  margin-top: 30px; }
.checklist div span {
  display: inline-block;
  width: 160px; }

.done1 {
  width: calc(100% - 60px);
  border: 2px solid #01409A;
  font-size: 12px;
  line-height: 22px;
  color: #01409A;
  text-align: center;
  margin: 25px 30px 20px 30px;
  padding: 40px 0; }
@media only screen and (min-width: 480px) {
  .done1 {
    font-size: 14px; } }

.done2 {
  width: calc(100% - 60px);
  margin: 0 30px; }

.done3 {
  width: calc(100% - 60px);
  /*border: 1px dashed #01409A;*/
  font-size: 14px;
  line-height: 22px;
  color: #01409A;
  text-align: center;
  margin: 10px 30px;
  padding: 10px 0; }

.done4 {
  width: calc(100% - 60px);
  font-size: 18px;
  color: #01409A;
  text-align: center;
  margin: 30px 30px 10px 30px; }

.done5 {
  width: calc(100% - 60px);
  font-size: 14px;
  color: #01409A;
  text-align: center;
  margin: 10px 30px 30px 30px; }

/*
PCサイト用
*/
@media screen and (min-width: 769px) {
  * {
    font-size: 14px;
    line-height: 20px; }
  #top_logo {
    padding: 40px 0; }
  /*
  ログイン画面上部
  */
  #login_top {
    padding-top: 40px;
    padding-bottom: 40px;
    min-width: 960px; }
  .login_top_main {
    width: 960px;
    height: 480px;
    margin: 20px auto 60px auto; }
  .div_login1 {
    border-width: 0;
    position: relative;
    top: 0px;
    left: 0px;
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    margin: 0; }
  .div_login1:first-line {
    font-size: 32px;
    line-height: 52px; }
  .div_login2 {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: 0px;
    left: 0px;
    width: 440px;
    height: 320px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    line-height: 28px; }
  #div_login2 {
  /*  display: none;*/
  }
  .step_login {
    position: relative;
    top: -440px;
    left: 480px;
    width: 480px;
    /*height: 440px;*/
    height: 440px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2); }
  .image_login_step {
    width: 412px;
    height: auto;
    margin: 40px 0 20px 0; }
  #box_login_input {
    position: absolute;
    top: 210px;
    left: 34px;
    width: 412px;
    height: 200px; }
  .input_login {
    width: 412px;
    margin-left: 0;
    margin-bottom: 10px; }
  .input_login label {
    display: inline-block;
    width: 140px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left; }
  .input_login input {
    width: 271px;
    height: 36px; }
  #login_message {
    /*position: absolute;*/
    /*bottom: 58px;*/
    bottom: 1px;
    width: 100%;
    margin: 0;
    text-align: center; }
  /*#login_message li{*/
  /*margin-top: 0;*/
  /*margin-bottom: 0;*/
  /*}*/
  /*#login_message ul{*/
  /*margin-bottom: 0;*/
  /*}*/

  #button_login {
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    bottom: 150px;
  }
  /*
  ログイン画面下部、注意ページ
  */
  #longin_under {
    min-width: 960px;
    width: 960px;
    padding: 20px 10px 50px 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #longin_under p, strong {
    margin: 5px 0 30px 0; }
  #longin_under a.button {
    margin: 50px 0 20px 0;
    padding: 22px 0;
    width: 100%;
    display: block; }
  #form_main .button {
    margin: 50px 0 20px 0;
    padding: 22px 0; }
  #longin_under h3 {
    font-size: 16px;
    display: block;
    width: 100%;
    color: #01409A;
    text-align: center;
    padding: 15px 0;
    margin: 50px 0 10px 0;
    border-top: 1px dashed #01409A;
    border-bottom: 1px dashed #01409A;  }

  #longin_under h1 {
    font-size: 20px;
    display: block;
    width: 100%;
    color: #01409A;
    text-align: center;
    padding: 15px 0;
    margin: 20px 0 10px 0;
  }


  /*
  ログイン画面以外の画面
  */
  #form_main {
    width: 960px;
    padding: 20px 0 50px 0;
    margin-left: auto;
    margin-right: auto; }
  #form_step {
    margin: 20px 0 20px 0; }
  .step_pc {
    display: block;
    text-align: center;
    width: 960px;
    height: auto; }
  .step_m {
    display: none; }
  #form_main h3 {
    width: 960px;
    font-size: 18px;
    color: #01409A;
    text-align: center;
    padding: 25px 0;
    margin: 50px 0 10px 0;
    border-top: 1px dashed #01409A; }
  #form_main h4 {
    width: 960px;
    font-size: 18px;
    color: #01409A;
    text-align: center;
    margin: 50px 0; }
  ul {
    text-align: center; }
  li {
    display: inline-block;
    margin: 10px 5px; }
  #list_template,
  #list_photo {
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #list_template li,
  #list_photo li {
    width: 33.3%;
    display: inline-block;
    float: left; }
  #list_template {
    text-align: center; }
  #list_template li {
    width: 33%;
    float: none; }
  #upload_photo li {
    width: 480px; }
  #select_template li, #select_photo li {
    width: 600px; }
  .radio, .checkbox {
    /*display: none;*/ }
  input.radio + .radio_button, input.checkbox + .checkbox_button {
    color: #ffffff;
    width: 100%;
    background: #231815;
    text-align: center;
    padding: 20px 0;
    cursor: pointer; }
  input.radio + .radio_button:hover, input.checkbox + .checkbox_button:hover {
    opacity: 0.85;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }

  .upload_button {
    color: #ffffff;
    width: 100%;
    background: #231815;
    text-align: center;
    padding: 20px 0;
    cursor: pointer; }
  .upload_button:hover {
    opacity: 0.85;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }



  .change_button {
    color: #ffffff;
    width: 100%;
    background: #231815;
    text-align: center;
    padding: 20px 0; }
  input.radio:checked + .radio_button, input.checkbox:checked + .checkbox_button {
    color: #ffffff;
    width: 100%;
    background: #01409A;
    text-align: center;
    padding: 20px 0; }
  /*#form_main select {*/
  #form_main .select-month {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 960px;
    background-color: #EDECEB;
    color: #5D5D5D;
    border-width: 0;
    height: 66px;
    padding-left: 20px;
    margin-left: 0;
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url(image/select_button.png);
    background-size: auto 100%;
    cursor: pointer; }
  #form_main .select-prefecture {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    background-color: #EDECEB;
    color: #5D5D5D;
    border-width: 0;
    height: 48px;
    padding-left: 20px;
    position:relative;
    top: -15px;
    left: 145px;
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url(image/select_button.png);
    background-size: auto 100%;
    cursor: pointer; }

  .select_photo {
    text-align: center;
    margin: -10px 0 30px 0; }
  #form_main .form_input {
    background: #F8F9F8;
    width: 100%;
    padding: 30px 30px 20px;
    margin: 0; }
  #form_main .form_input .form-item {
    height: 48px;
    width: 100%;
    display: block;
    position: relative;
    margin: 10px 0;
    height: 74px; }
  #form_main .form_input .form-item span.form-item__label {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 50px;
    width: 20%; }
  #form_main .form_input .form-item input {
    /*width: 80%;*/
    width: 90%;
    height: 48px;
    border-width: 0;
    top: 0;
    left: 30%;
    padding: 5px;
    position: absolute;

  }
  .checklist {
    width: 600px;
    margin: 10px auto; }
  .checklist .checkinput {
    margin: 10px;
    padding: 10px; }
  .checklist .change_button {
    margin-top: 50px; }
  .checklist div span {
    display: inline-block;
    width: 200px; }
  .done1 {
    width: 960px;
    border: 2px solid #01409A;
    font-size: 18px;
    line-height: 28px;
    color: #01409A;
    text-align: center;
    margin: 50px auto 30px auto;
    padding: 60px 0; }
  .done2 {
    width: 960px;
    margin: 20px auto; }
  .done3 {
    width: 960px;
    /*border: 1px dashed #01409A;*/
    font-size: 18px;
    line-height: 28px;
    color: #01409A;
    text-align: center;
    margin: 30px auto;
    padding: 30px 0; }
  .done4 {
    width: 960px;
    font-size: 24px;
    color: #01409A;
    text-align: center;
    margin: 30px auto 15px auto; }
  .done5 {
    width: 960px;
    font-size: 18px;
    color: #01409A;
    text-align: center;
    margin: 15px auto 30px auto; } }

.upload_photo__btn__file,
.upload_photo__btn__size {
  width: 50%;
  float: left;
  display: block;
  background: #231815;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 20px 0; }

.upload_photo__btn__file {
  border-right: 1px solid #fff; }

.form_input .form-group {
  width: 70% !important;
  display: inline-block;
  margin: 0 !important;
  position: absolute;
  left: 30%;
  top: 3px; }
@media only screen and (min-width: 769px) {
  .form_input .form-group {
    /*left: 20%;*/
    left: 0%;
    top: 0;
    width: 80% !important;
    padding-top: 16px;
    position: absolute; } }

#datetimepicker {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  margin: 0 !important; }
@media only screen and (min-width: 769px) {
  #datetimepicker {
    padding-left: 0;
    padding-right: 0; } }
#datetimepicker input.form-control {
  background: #fff;
  width: 100% !important;
  border-radius: 0;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0;
  top: 0;
  left: 0 !important;
  position: absolute;
  padding-left: 10px;
  padding-right: 10px; }
#datetimepicker .input-group-addon {
  border: none;
  border-radius: 0;
  width: 32px !important;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999; }
@media only screen and (min-width: 769px) {
  #datetimepicker .input-group-addon {
    width: 48px !important;
    height: 48px; } }
#datetimepicker .input-group-addon .glyphicon-calendar::before {
  line-height: 20px;
  margin-left: -2px; }
@media only screen and (min-width: 769px) {
  #datetimepicker .input-group-addon .glyphicon-calendar::before {
    line-height: 36px;
    margin-left: -2px; } }

.cf::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

#list_template li a,
#list_template .checkinput a,
#select_template li a,
#select_template .checkinput a,
#list_photo li a,
#list_photo .checkinput a,
#select_photo li a,
#select_photo .checkinput a,
#checklist li a,
#checklist .checkinput a {
  color: #ffffff;
  width: 100%;
  background: #231815;
  text-align: center;
  padding: 20px 0;
  display: block;
  text-decoration: none; }

#list_template li a.selected,
#list_template .checkinput a.selected,
#select_template li a.selected,
#select_template .checkinput a.selected,
#list_photo li a.selected,
#list_photo .checkinput a.selected,
#select_photo li a.selected,
#select_photo .checkinput a.selected,
#checklist li a.selected,
#checklist .checkinput a.selected {
  background-color: #01409A; }

form .help-block-error {
  color: red;
  position: absolute;
  /*left: 30%;*/
  left: 0;
  top: 28px;
  /*bottom: 0;*/
}
@media only screen and (min-width: 769px) {
  form .help-block-error {
    top: 50px;
    left: 30%;
    /*margin: 0;*/
    /*padding: 0;*/
  } }

#upload_photo .help-block-error,
#list_photo .help-block-error{
  position: static;
}
@media only screen and (min-width: 769px) {
  #upload_photo .help-block-error,
  #list_photo .help-block-error{
    position: static;
  } }

#box_login_input .help-block-error {
  display: none;
}
#login_message ul{
  margin-bottom: 0;
}
#login_message li{
  margin-top: 0;
  margin-bottom: 0;
}

#lookup-address {
  margin-left: 58%;
  position: absolute;
  z-index: 1000;
  top:5px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
}
@media only screen and (min-width: 375px) {
  #lookup-address {
    margin-left: 60%;
  }
}

@media only screen and (min-width: 500px) {
  #lookup-address {
    margin-left: 64%;
  }
}

@media only screen and (min-width: 650px) {
  #lookup-address {
    margin-left: 64%;
  }
}

@media only screen and (min-width: 769px) {
  #lookup-address {
    top:8px;
    margin-left: 90%;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}


@media only screen and (max-width: 1000px) {
  .text-info {

    text-align: center!important;
    display: inline-block;
  }

  .text-info-input{

    margin-left: 270px;
    margin-bottom: 150px;
  }

  .alert-success{

    margin-left: 270px;
  }
}

.fix-width{
  width: 500px;

}
.fix-width-shipping{

  width: 100%;

}

.fix-width-left{

  width: 900px;
  align-content: center;

}

.margin-top{

  margin-top: 20px;
}

.div-top-margin{

  align-content: center;
}

.div-alert-pos{

  margin-left: -70px;
  width: 50%;
}

.div-text-pos{
  margin-top: 70px;
}

.div-input-pos{
  width: 80%;
}

.text-left {
  text-align: left;
}

hr {

  border-top: dotted 1px;
  border-color: #01409A;
  margin-bottom: 20px;
  margin-top: 20px;

}

.radio-vertical {

  flex-direction: column;
  display: inline-flex;
  width: 100%;

}

.radio-vertical  input {
  display: none;
}

.radio-vertical label {

  color: #aaa;
  margin: 10px;
  padding: 20px;
  border: 1px gray solid;

}

.radio-vertical label:hover
{
  color: #333333;
  background: #eeeeee;

}

.radio-vertical input[type="radio"]:checked + label{
  color: #333333;
  background: #bbdffb;

}
.expandable {
  display: none;
}
#destination4:checked ~ * .expandable {
  display: block;
}

/*# sourceMappingURL=style.css.map */