@charset "utf-8";

/* --- base ---*/
* {
  box-sizing:border-box;
}
body {
  margin:0;
  font-family:"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 15px;
}
img {
  max-width:100%;
  height:auto;
  vertical-align:bottom;
}
a:link {
  text-decoration:none;
}

/* --- main -- */

header {
  padding:15px;
  border-bottom: 4px solid #ff0033;
  }
#CompanyNameSelect {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display:none;
  font-size: 100%;
  padding:8px;
  margin-bottom: 20px;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #BBB;
  font-size: 10px;
  margin: 0px auto 50px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.not-found-message{
  display:none;
  padding-left:5px;
  color:#ff0033;
  font-size:11px;
}
.loading-element {
  text-align:center;
  color: #999;
  font-size:14px;
}
.dvHeader,
.contents,
.copyright {
  max-width: 600px;
  margin: 0 auto;
}
.uiContents {
  padding:0 0 30px;
  box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}
.panel-body {
  margin:15px;
}
.uiFormgroup {
  margin:20px 0 30px;
  padding:20px 0 0;
  border-top:1px solid #eeeeee;
}
.form-group {
  margin:0 0 20px;
}
.label {
  padding-left:5px;
}
.textSmall {
  font-size:11px;
}
.labelRequired {
  float:right;
  text-align:right;
  margin-right:5px;
  padding:1px 5px;
  font-size:10px;
  font-weight:bold;
  color:#ffffff;
  background-color:#ff0033;
  border-radius:3px;
}
.labelRequired:after {
  dislay:block;
  clear:both;
  content:"";
}
.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width:100%;
  height:45px;
  margin:2px 0 0;
  padding:0 15px;
  border:1px solid #c9c9c9;
  border-radius:5px;
  transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  rtl-ordering: logical;
  cursor: text;
  font-size:15px;
}
input.form-control {
  line-height: 45px;
}
.form-control::placeholder {
  color:#cccccc;
}
.form-control::-webkit-input-placeholder {
  font-size: 15px;
}
.form-control:focus {
  padding:0 14px;
  border:2px solid #2196f3;
  outline:none;
}
select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(https://image.paypay.ne.jp/page/-business/merchant_request/images/ico_select.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: right 15px center;
}
select::-ms-expand {
  display: none;
}
.visualstrap-select {
  cursor:default;
}
.requestButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display:block;
  margin:0 auto;
  height:55px;
  width:290px;
  font-size:18px;
  font-weight:bold;
  color:#ffffff;
  background-color:#ff0033;
  border:0;
  border-radius:5px;
  cursor: pointer;
  transition: ease-in-out .15s, box-shadow ease-in-out .15s;
}
.requestButton:hover {
  opacity:0.7;
}
.hero-text {
  font-size:11px;
  margin:30px 0 0;
}
footer {
  padding:40px 15px 40px;
}
.copyright {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  text-align:center;
  font-size:12px;
  color: #3c3a39;
}