.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  transform: translate(0,-25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}
.modal-dialog {
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter:alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter:alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.43px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:after,
.modal-footer:before {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}
.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}
@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width:992px) {
  .modal-lg {
    width: 900px;
  }
}

.modal-dialog {
  background: #FFF;
  padding: 20px;
  position: relative;
  z-index: 1060;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial,sans-serif;
  font-size: 14px;
}
.vn .modal-dialog {
  font-family: 'Roboto', 'sans-serif';
}

@media (min-width:992px) {
  .modal-dialog {
    border: 1px solid #E3E3E3;
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.modal-dialog .form {
  padding-bottom: 0;
}
.modal-dialog .form h2 {
  color: #000;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
@media (min-width:992px) {
  .modal-dialog .form h2 {
    text-align: left;
  }
}
.modal-dialog .form p {
  margin-bottom: 0;
}
@media (min-width:992px) {
  .modal-dialog .form input,
  .modal-dialog .form select,
  .modal-dialog .form textarea {
    max-width: 200px;
  }
}
.modal-dialog .form-title {
  color: #F39800;
  font-size: 16px;
  text-align: center;
}
@media (min-width:992px) {
  .modal-dialog .form-title {
    text-align: left;
  }
}
.modal-dialog .form-title span {
  color: #000;
  display: block;
  font-size: 12px;
}
@media (min-width:992px) {
  .modal-dialog .form-title span {
    display: inline-block;
    margin-left: 10px;
  }
}
.modal-dialog .form-title+p {
  margin-top: 20px;
  margin-bottom: 15px;
}
.modal-dialog .form-title+p+table.table th {
  padding-top: 0;
}
.modal-dialog table.table.responsive {
  background: 0 0;
  border: none;
  margin-bottom: 0;
  margin-top: 0;
}
.modal-dialog table.table.responsive+.notice {
  margin-top: 20px;
  text-align: center;
}
.modal-dialog table.table.responsive tr+tr {
  border-top: none;
}
.modal-dialog table.table.responsive td,
.modal-dialog table.table.responsive th {
  padding: 10px 0 0;
  border: none;
}
.modal-dialog table.table.responsive th {
  background: 0 0;
  border-bottom: none;
  padding-top: 20px;
}
@media (min-width:992px) {
  .modal-dialog table.table.responsive th {
    line-height: 26px;
    padding-top: 10px;
    width: 180px;
    vertical-align: top;
  }
}
.modal-dialog table.table.responsive td {
  border: none;
  text-align: right;
}
@media (min-width:992px) {
  .modal-dialog table.table.responsive td {
    text-align: left;
  }
}
.modal-dialog table.table.responsive td+td {
  border: none;
}
.modal-dialog a {
  display: block;
  margin-top: 10px;
  text-decoration: underline;
}
.modal-dialog a.btn-primary {
  margin-top: 20px;
  padding-left: 10px;
  text-align: center;
  text-decoration: none;
}
.modal-dialog a.btn-primary [class^=icon] {
  height: 25px;
  position: static;
}
.modal-dialog a.btn-primary+p {
  margin-top: 10px;
}
.modal-dialog .notice {
  background: #FFD;
  border: 1px solid #E0DEA4;
  padding: 20px;
}
.modal-dialog .notice .btn-default {
  color: #000;
  font-size: 14px;
  text-shadow: none;
  margin-top: 0;
  min-height: 35px;
  min-width: 172px;
}
.modal-dialog .notice.error {
  margin-bottom: 20px;
  padding-left: 61px;
  position: relative;
}
.modal-dialog .notice.error:before {
  content: "";
  background: url("../images/icon-error.png") no-repeat;
  display: block;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 31px;
  height: 31px;
}
.modal-dialog .notice.error p {
  color: #E70000;
}

.modal-daialog .form::after, .form::before {
  content: " ";
  display: table;
}

.modal-dialog label{
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
}

.modal-dialog th{
  text-align: left;
}

.modal-dialog input[type="email"], .modal-dialog input[type="password"], .modal-dialog input[type="text"]{
  width: 100%;
  border: 1px solid #C6C6C6;
  border-radius: 2px;
  font-size: 14px;
  padding: 3px 5px;
  line-height: 20px;
}

.modal-dialog .notice .submit{
  color: #000;
  font-size: 14px;
  text-shadow: none;
  margin-top: 0;
  min-height: 35px;
  min-width: 172px;
  border: none;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 2px #DB6005;
  display: inline-block;
  font-weight: 600;
  line-height: 16px;
  padding: 20px 10px 20px;
  background-size: 100%;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDcwMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNzQyNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#ffd701),color-stop(100%,#ff7427));
  background-image: -moz-linear-gradient(#ffd701,#ff7427);
  background-image: -webkit-linear-gradient(#ffd701,#ff7427);
  background-image: linear-gradient(#ffd701,#ff7427);
  background-color: #fff;
  -webkit-appearance: button;
  cursor: pointer;
}

.modal-dialog .notice .submit:hover{
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiNjAwNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNzQyNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#db6005),color-stop(100%,#ff7427));
  background-image: -moz-linear-gradient(#db6005,#ff7427);
  background-image: -webkit-linear-gradient(#db6005,#ff7427);
  background-image: linear-gradient(#db6005,#ff7427);
  text-decoration: none;
}