

/*-----------------共通設定---------------------------- */
.primary-color {
  color:#eb5c02;
}
body {
  padding-top: 40px;
  font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}
/* disabled cookie/script/sessiontimeout 
 * and conrim
 */
/*.comment {
  margin-top: 2.2rem;
}*/
.comment, .comment2 {
  background-color:white;
  color: black;
}

body, #AllContent{
  display: flex;
  flex-direction: column;
  min-height: 76vh;
}
.middle-height {
  min-height: 76vh;
}

#push{
  height: 0; 
}

#content-wrap, .content-wrap {
  padding-top: 3rem;
  padding-bottom: 0;
}

/*----------フッター設定------------------------------*/
#footer-wrap {
  padding-top: 1rem;
  text-align: left;
  width:100%;
  margin-top:auto;
}
footer {
  border-top: 0px solid #eb5c02;
}
.top {
  box-shadow: 0 -5px 5px -5px #eb5c02;
}
.flogo{
  width: 100%;
}

.copy-light {
  color: black;
}
address ul{list-style:none;}


/*-----------------題名---------------------------------*/
.title-h	{
  margin-top: 0;
	margin-bottom: 0.5rem;
	padding-left: 0.5rem;
  border-left: solid 0.7rem #eb5c02;
}

.subtitle-h	{
  margin-top: 0;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  border-left: solid 0.2rem #eb5c02;
}
.title-h, .subtitle-h{
  padding-top:6px;
}

/*-----------------トップページのヘッダ CONFIG----------- */
.header-bar {
  padding: .5rem 2rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
  border-bottom:  1px solid #eeeeee;
  background-color: #ffffff;
}
.navbar-section .fa-bars {
  color: #000000;
  font-size: 1rem;
  text-decoration: none;
}

.navbar .navbar-brand {
  	color: #000000;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
}

.navbar-section > .btn{
  margin-right: 0.5rem;
}

.navbar-section > .fa-angle-double-right{
  margin-right: 0.5rem;
}

.navbar-section > .fa-angle-double-right{
  font-size: 1rem;
}

#setting-wrap {
  padding-top: 2rem;
  padding-bottom: 1.6rem;
}

#moushikomi_new_form{
  font-size: 0.65rem;
}

/*-----------------ページ上部へ戻るボタンスタイル----------- */

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#page-top a {
    display: inline-block;
    background: #eb5c02;
    color: #fff;
    width: 50px;
    height: 50px;
    padding: 25% 0;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2);
    box-shadow:0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2);
}

#page-top a:hover {
    background: #c84e02;
    text-decoration: none;
}

/*--エラー画面サイズ--------------------------*/
#error-wrap {
  padding-top: 60px;
  min-height: 480px;
}

@media screen and (max-width: 840px) {
  #page-top {
    position: fixed;
    bottom: 0;
    right: .3rem;
  }
  
  #page-top a {
    display: inline-block;
    background: #eb5c02;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 14% 0;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2);
  }
  #page-top a:hover {
    background: #c84e02;
    text-decoration: none;
  }
  /**
   * ステップ
   */
  .step .step-item a {
    padding:0;
    padding-top: 1rem;
  }
  
  /**
    直後の要素のみ
  */
  div#setting-wrap + div.col-md-1{display:none;}
  /**
    下部のボタンの調整
  */
  .btn-container button.btn-primary {
    width: 100%;
  }

}/*End Of media query*/

/*-- Step 上書き ---------------------*/
.step .step-item {
  /** https://github.com/philipwalton/flexbugs#4-flex-shorthand-declarations-with-unitless-flex-basis-values-are-ignored */
  -ms-flex: 1 1 0px;
}
.step-item.returnable a {
  color:#000000;
}
.step-item.deactive a{
  color: lightgray;
}
.step-item.deactive a:hover {
  cursor: default;
}

/*--その他--------------------------*/

.req {
  color:#FF0000;
}

.hr {
  border-width: .05rem 0 0 0;
  border-style: solid;
  border-color: rgba(255,99,71, 0.4);
}

.margin20 {
  margin-bottom:20px;
  margin-top:20px;
}

.underline {
  text-decoration: underline;
}

 /* loading icon wrapper */
 /* 大きめ用 */
.wrap-loading-lg {
  padding: 1em;
}
 /* 小さめ用 */
.wrap-loading-sm {
  padding: 1em; font-size:12px;
}

/**
*   下部ボタンの調整
*/
.btn-container button {
  margin-top: 10px;
}
