body {
  padding-top: 0px !important;;
  background-color: #f5f5f5;
  font-size: 14px !important;
  line-height:initial!important;
  color:#808080!important;
}
a {
  color: #009688;
}

/* フォームの設定 */
.use-appli-container {
  max-width: 100%; 
  background-color: #FFFFFF;
  padding-top: 40px;
}
.form-use-appli {
  width: 100%;
  max-width: 650px;
  padding: 15px;
  margin: auto;
}

/* ステップ表示 */
.introduction-step {
  margin-bottom: 16px;
  overflow: hidden;
  list-style: none;
  display: flex;
  padding-left: 0;
}
.introduction-step-item {
  position: relative;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  word-wrap: break-word;
}
.introduction-step .left {
  width: 47%;
  color: #ffffff;
  background-color: #198754;
  z-index: 11;
}
.introduction-step .right {
  width: 53%;
  color: #74758b;
  background-color: #f6f6f6;
}
.introduction-step .left::after, 
.introduction-step .left::before {
  content: "";
  position: absolute;
  margin-top: -31px;
  top: 50%;
  width: 62px;
  height: 62px;
  transform: rotate(45deg);
}
.introduction-step .left::before {
  right: -20px;
  background-color: #f6f6f6;
  z-index: 10;
}
.introduction-step .left::after {
  right: -6px;
  background-color: #198754;
  z-index: 12;
}

/* ボタン設定 */
.btn-primary {
  min-width:200px;
  background-color: #198754;
  border-color: #198754;
}

.btn-primary:hover, .btn-primary:focus{
  color: #198754;
  background-color: #fff;
  border-color: #198754;
}

.btn-primary:active,
.btn-primary:disabled {
  background-color: #198754 !important;
  border-color: #198754 !important;
  color: #fff !important;
}

/* 行設定 */
.row {
  margin: 0 0 15px 0;
}  

/* サイトシールの設定 */
.site-seal {
  padding-top: 50px;
}
.site-seal-explanation {
  text-align:left;
  padding-left:120px;
}

/* 説明欄の設定 */
.explanation {
  text-align:left;
  padding-left:100px;
}

.checkTermsLeft,
.checkPolicyLeft{
  float:left;
  margin-top: 0.2rem;
}

.checkTermsLeft-label,
.checkPolicyLeft-label{
  float:left;
  font-weight: initial !important;
  padding-left: 0.5rem;
}

@media (max-width: 550px) {

  /* サイトシールの設定 */
  .site-seal-explanation {
    padding-left:0px;
  }

  /* 説明欄の設定 */
  .explanation {
    padding-left:0px;
  }

}


/* 申込みボタン非活性 */
.opacity40 {
  opacity: 0.4 !important;
  pointer-events: none;
}


.useappli_border {
  border: 1px #C8C8C8 solid;
  padding: 24px;
  border-radius: 0.3rem;
}


.modal-header {
  background-color: #198754 !important;
  /* border-top: 3px solid #198754; */
  color: #fff;
} 

.flp {
  .ch {
      color: #aaa;
      top: -3px;
  }
}

@media screen and (min-width: 701px){
	/* 701pxよりも大きい画面幅の場合 */
  .contractId-width{
    width: 60%;
  }
}

@media screen and (max-width: 700px){
	/* 700pxよりも小さい画面幅の場合 */
  .contractId-width{
    width: 100%;
  }
}