/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
.u-box-content {
  margin-top: 30px;
  /*
	&[data-gs-tab="2"] {
		@include viewTab() {
			@include grid(12,8,20px);
		}
	}
*/
}

@media print, screen and (min-width: 768px) {
  .u-box-content {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-content[data-gs="12"][data-gs-tab="2"] > [data-gs-col="4"]:not([data-gs-col="12"]) {
    width: calc(100% / 3);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-content[data-gs="12"][data-gs-tab="2"] > [data-gs-col="8"]:not([data-gs-col="12"]) {
    width: calc((100% / 3) * 2);
  }
}

.u-stepttl {
  text-align: left;
  display: -ms-grid;
  display: grid;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-grid-columns: auto 4.0rem 1fr;
      grid-template-columns: auto 4.0rem 1fr;
  margin-top: 35px;
}

.u-stepttl_step {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #0FB9B1;
}

.u-stepttl_num {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border: 5px solid #0FB9B1;
  border-radius: 50%;
  color: #0FB9B1;
  height: 40px;
  height: 4.0rem;
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.u-stepttl_text {
  padding-left: 12px;
  text-align: start;
}

.m-box-cont.cont-flow.u-stepflow {
  box-shadow: none;
  border: 1px solid #B8B8B8;
}

.m-box-cont.cont-flow.u-stepflow .cont-body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.m-box-cont.cont-flow.u-stepflow .cont-body:after {
  display: none;
}

.m-box-cont.cont-flow.u-stepflow .cont-body .m-txt-frame-ttl:first-child {
  margin-top: 0;
}
