body {
  position: relative;
  font-family: 'Noto Sans JP';
  color: rgb(34, 71, 93);
  margin: 0;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 75px;
  /* letter-spacing: 1.1px; */
  font-weight: 300;
}

a {
  color: rgb(34, 71, 93);
}

button:focus {
	outline:0;
}

.header-initial {
  z-index: 500;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.5s ease 0s;
}

.header-scrolled {
  z-index: 500;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px 0px;
  transition: all 0.5s ease 0s;
}

.main {
  width: 100%;
  height: 500px;
}

.reco-img {
  width: 150px;
  position: relative;
  top: 50px;
}

.main-text {
  position: relative;
  top: 100px;
}

.main-title {
  position: relative;
  top: 100px;
}

.trial {
  position: relative;
  top: 80px;
}

.text-large {
  font-size: 32px;
  font-weight: bold;
}

.text-middle {
  font-size: 20px;
}

.blue {
  color: rgb(85, 115, 154);
}

.purple {
  color: rgb(84, 83, 113);
}

.bg-water {
  background-color: rgb(239, 247, 249)
}

.middle-text {
  line-height: 36px;
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  font-size: 24px;
}

@media screen and (max-width:767px) {
  .middle-text {
    font-size: 20px;
  }
}

.card {
  border: none !important;
}

.company-profile .key {
  text-align: left;
  width: 20%;
  min-width: 80px;
  vertical-align: top;
}

.company-profile .value {
  text-align: left;
  width: 80%;
  padding-left: 30px;
  vertical-align: top;
}

.text-shadow {
  text-shadow: 
    white 1px 1px 0, white -1px -1px 0,/*右下、左上*/
    white -1px 1px 0, white 1px -1px 0,/*右上、左下*/
    white 0px 1px 0, white  0-1px 0,/*右、左*/
    white -1px 0 0, white 1px 0 0;/*上、下*/
}

.oswald {
  font-family: 'Oswald',sans-serif;
}

.fullscreen .modal-dialog {
  margin: 0 0 0 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;;
}
  
.fullscreen .modal-content {
  height: 100%;
  min-height: 100%;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.75);
  overflow:auto;
  font-size: 14px;
}

.fullscreen .modal-header {
  border: 0px;
}
    
.fullscreen .modal-content button {
  opacity: 1;
}

.fullscreen .modal-content button span {
  color: #fff;
  font-weight: 1;
  font-size: 26px;
  text-shadow: none;
}

.fullscreen .modal-body .modal-logo img {
  width: 158px;
  padding-bottom: 84px;
}

.fullscreen .modal-body ul {
  padding: 0 0 0 0;
}

.fullscreen .modal-body li {
  padding-bottom: 30px;
}

.fullscreen .modal-body a {
  color: #fff;
  font-size: 14px;
}

.modal-header .close {
  padding: 1rem 2rem !important;
}

footer {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.btn-red {
  color: white;
  background-color: #ef5e4b;
  border-color: #ef5e4b;
  font-weight: bold;
}

.btn-blue {
  color: white;
  background-color: rgb(17, 24, 150);
  border-color: rgb(17, 24, 150);
  font-weight: bold;
}

.btn.btn-red:hover {
  color: white;
}

.btn.btn-blue:hover {
  color: white;
}

.form-control::placeholder{
  color: #cccccc;
}

form label.required:after {
  content:" *";
  color:red;
}

.deep-blue { color: rgb(17, 24, 150); }
.c-light-blue-50 { color: #03a9f4; }
.c-blue-500 { color: #2196f3; }
.c-deep-orange-500 { color: #ff5722; }
.c-green-500 { color: #4caf50; }
.c-brown-500 { color: #795548; }
.c-yellow-500 { color: #ffeb3b; }
.c-orange-500 { color: #ff9800; }
.c-deep-purple-500 { color: #673ab7; }
