/*--------------------------
bootstrap.css 上書き
----------------------------*/
.bg-info {
  background-color: #d9edf7!important;
}
.bg-info-in {
  background-color: #a0d8ef!important;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee!important;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

.btn-primary {
  color: #fff;
  background-color: #123d61;
  border-color: #2e6da4;
  /* font-weight: bold; */
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.form-check-label{
  cursor: pointer;
  margin-right: 20px;
}

/* ★ */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #55606E;
  background-color: #afd9ee;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #e8e8e8;
}

/*--------------------------
基本のスタイル mypage base.css
----------------------------*/
/* align */
.alignL {
    text-align: left !important;
}
.alignC {
    text-align: center !important;
}
.alignR {
    text-align: right !important;
}

/* font*/
.txBold {
    font-weight: bold !important;
}
.txBlue {
    color: #22304f !important;
}
.txRed {
    color: red !important;
}


/* padding */
.pt30 {
    padding-top: 30px !important;
}
.pb30 {
    padding-bottom: 30px !important;
}
.pr20{
	padding-right: 20px !important;
}

.p8 {
  padding: 8px !important;
}

.p0 {
  padding: 0px !important;
}

/* margin */
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml20 {
    margin-left: 10px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml62 {
    margin-left: 62px !important;
}

.ml70 {
    margin-left: 70px !important;
}

.ml110 {
    margin-left: 110px !important;
}

.ml150 {
    margin-left: 150px !important;
}

.ml170 {
    margin-left: 170px !important;
}

.ml230 {
    margin-left: 230px !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr-auto {
    margin-right: auto !important;
}

/*--------------------------
カスタマイズ ordia.css
----------------------------*/

/* フッター 画面最下部に表示 */
html {
  position: relative;
  min-height: 100%;
  padding-bottom: 150px;
  box-sizing: border-box;
}

body {
  overflow-y: scroll;
}

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 84px;
}


.label {
  padding: .3em .6em .2em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label-primary {
  background-color: #337ab7;
}
.div-padding{
  padding: 8px;
}
.div-padding-2{
  padding-top: 3px;
  padding-bottom: 3px;
  }
.div-padding20{
  padding: 20px;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e8e8e8;
}

.error{
  font-size: 93%;
  color: #dc3545;
}

.progress{
  height: 30px;
  background: white;
}
.progress-bar{
  width:25%;
  border: 1px solid white;
  border-radius: .3rem;
  background:#e8e8e8;
  color: #55606E;
}

.progress-bar.bar-2{
  width:50%;
  border: 1px solid white;
  border-radius: .3rem;
  background:#e8e8e8;
  color: #55606E;
}

.progress-bar.bar-3{
  width:33%;
  border: 1px solid white;
  border-radius: .3rem;
  background:#e8e8e8;
  color: #55606E;
}

.progress-bar.active{
  background:#afd9ee;
}

.bg-exclusion{
  background:#AFB6BC;
}


@media (min-width: 577px) {
  /* スマホ以外 */
  .bt-ml30{
    margin-left: 30px !important;
  }
}

@media (max-width: 576px) {
  /* スマホ表示 */
  .bt-ml30{
    margin-left:0 !important;
  }
}



/* 一覧 */
.search-list>ul{
  padding-left: 2%;

}
.search-list>ul>li{
    width: 47%;
    display: inline-block;
  margin-top: 4.375%;
  border: solid 1px #ddd;;
  border-radius: .2rem;
  vertical-align: top;
}
.search-list>ul>li:nth-child(even){
  margin-left: 3.5%;
}
.search-list>ul>li>dl{
  display: flex;
  align-items: center;
  margin: 2% 1% 2%;
  overflow: hidden;
}
.search-list>ul>li>dl>dt{
  float: left;
  width: 33%;
  padding: 2.656% 3.188%;
  font-weight: normal;
  font-size: .875rem;
  border-radius: .2rem;
}

.search-list>ul>li>dl>dd{
  width: 67%;
    margin-left: 5.263%;
}

.search-list.ya>ul{
  padding-left: 15%;
}
.search-list.ya>ul>li{
  width: 85%;
  display: inline-block;
  border: solid 1px #ddd;
  padding: 2% 5%;
}
.display-solid {
  flex-wrap: wrap;
  border: 1px solid #e8e8e8;
}

.search-list.ya_ul>ul{
  padding-left: 3%;
}
.search-list.ya_ul>ul>li{
  width: 97%;
  display: inline-block;
  border: solid 1px #ddd;
  padding: 2% 5%;
}
.display-solid {
  flex-wrap: wrap;
  border: 1px solid #e8e8e8;
}

/* 一覧 スマホ表示*/
@media only screen and (max-width: 750px) {

  .search-list.phone>ul{
    padding: 0;
  }
  .search-list.phone>ul>li:nth-child(1){
    margin-top: 8.667%;
  }
  .search-list.phone>ul>li{
    width: 100%;
    display: block;
    margin-top: 11.268%;

  }
  .search-list.phone>ul>li:nth-child(even){
    margin-left: 0;
  }
  .search-list.phone>ul>li>dl{
    margin: 2.82% 2.114% 0;
  }
  .search-list.phone>ul>li>dl>dt{
    padding: 2.95% 5%;
    border-radius: .5rem;
  }
  .search-list.phone>ul>li>dl>dd{
    margin-left: 3.678%;
  }

  .search-list.phone>ul>li>div{
    margin-top: 0 !important;
  }

  .search-list.phone>ul>li>div>button{
    margin-left: 0 !important;
  }

}

.display-step{
    font-size:120%;
    font-weight: bold !important;
}

.add-comment{
    text-align: center !important;
    padding: 8px;
    font-size:100%;
}

.box-comment{
    text-align: left !important;
    padding: 5px;
    border: solid 1px #ddd;
    font-size:90%;
}

/* ステップ一覧 */
/* 入力可能 */
.enable-step{
}
.enable-step dt{
	cursor : pointer;
	color : white;
	background-color : #70d039;
}
/*
.enable-step dt:hover{
	background-color : #adff2f;
}
*/
/* 入力済 */
.complete-step{
	pointer-events : none;
}
.complete-step dt{
	background-color : #4884d5;
	color : white;
}

/* 入力不可 */
.disable-step{
	pointer-events : none;
}
.disable-step dt{
	background-color : #c0c0c0;
}

.tooltip-container {
  position: relative;
}

.tooltip-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  color: #a65d03;
  font-size: 13px;
}

.tooltip-link:hover {
  color: #a65d03 !important;
  text-decoration: none;
}

.tooltip-icon {
  display: inline-block;
  position: relative;
  margin-left: 6px;
  background: #f39c12;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #e67e22;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
}

.tooltip-popup {
  position: absolute;
  top: -4px;
  left: 80%;
  transform: translateY(-50%);
  background: #fff5e6;
  color: #a65d03;
  border: solid 1px #f0ad4e;
  padding: 8px 12px;
  border-radius: 6px;
  z-index: 100;
  white-space: nowrap;
  box-shadow: 4px 4px 4px rgba(160, 82, 45, 0.2);
  min-width: 200px;
}

