@charset "utf-8";
/* CSS Document */

/*body{
	background-color:beige;
}*/
table a{
	color: #337ab7 !important;
	text-decoration: underline !important;
}
.stepbar {
  margin: 0 auto;
  width: 45%;/*80%,30%*/
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
  width: 400px;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: block;/*inline-block*/
  width: 1.2em;
  height: 1.2em;
  content: "";
  border-radius: 50%;
  background-color: #C00;
  /*border: 5px solid #C00;*/
}

.stepbar .stepbarwrap .steptitle .stepcircleYet {
  display: inline-block;/*inline-block*/
  width: 1.2em;
  height: 1.2em;
  content: "";
  border-radius: 50%;
  background-color: #CCC;
  /*border: 5px solid #CCC;*/
}
.stepbar .stepbarwrap .steptitle .stepnum {
  padding-left: 1em;
  font-size: 1em;
  color: #333;
  font-weight: 700;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 8em;
}

.stepbar .stepbarwrap .steptxt .title {
  margin: 0.5em 0;
  font-weight: bold;
  font-size: 1em;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 1em;
	position: absolute;
	top:50%;
	left:190px;
}

.stepbar .stepbarwrap .stepline {
  width: 3px;
  height: calc(100% + 1.5em);
  background-color: #C00;
  position: absolute;
  top: 1em;
  left: 0.5em;
  z-index: -1;
}

.stepbar .stepbarwrap .steplineYet {
  width: 3px;
  height: calc(100% + 1.5em);
  background-color: #CCC;
  position: absolute;
  top: 1.6em;
  left: 0.5em;
  z-index: -1;
}
.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 750px) {
  .stepbar {
    width: 100%;/*40%*/
  }
}/*end*/

.telNum{
	font-size: 1em;
	font-weight: nomal;
	margin-top: 10px;
}
.linkbox3 > .bottomlink{
	padding-bottom: 15px !important;
}

.deliIcon:after {
    font-family: "yubin";
	content: "\e990";
    font-size: 80px;
    color: #cc0000;
    position: absolute;
    left: 4em;
    right: 0;
    height: 44px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: normal;
}
.deliTxt{
	font-size:1.8em;
	color: #C00;
	font-weight: 700;
}
.txtStatus{
	font-size:1.8em;
	color: #C00;
	font-weight: 700;
}
.deliTxtS{
	font-size:1em;
	color: #C00;
	font-weight: 700;
}
.deliTxtM{
	font-size:1.2em;
	color: #006DD9;
	font-weight: 700;
}
@media screen and (max-width: 750px) {
	.deliIcon:after {
    font-size: 80px;
    left: 3em;
}
}/*end*/


/*Horizontal*/
.progressbar {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 33.333%;
    color: #999999;
    font-weight: bold;
}
.progressbar li:before {
    display: block;
    width: 18px;
    height: 18px;
    margin: 7px auto 20px auto;
    content: '';
    text-align: center;
    border-radius: 50%;
    background-color: #999;
}
.progressbar li:after {
    position: absolute;
    z-index: -1;
    top: 15px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #999;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active,
.progressbar li.complete{
    color: #C00;
}
.progressbar li.active:before,
.progressbar li.complete:before {
    background-color: #C00;
}
.progressbar li.active:after,
.progressbar li.complete:after {
    background-color: #C00;
}
.deliTxt:after{
    font-family: "yubin";
	content: "\e990";
    font-size: 60px;
    color: #cc0000;
    position:relative;
    left: 20px;
    top: 15px;
    bottom: 0;
    margin: auto;
    font-weight: normal;
}

.timeline dl:first-child {
    border-top: 1px solid #ccc;
}
.timeline dl {
    border-bottom: 1px solid #ccc;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 2%;
}
ul, dl {
    list-style-type: none;
}
.timeline dl dd {
    width: 18em;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", メイリオ, Meiryo, sans-serif;
}
.timeline dl dd .date {
    color: #676767;
    margin-right: 1em;
    margin-left: 1em;
}
.timeline dl dd .cat {
    display: inline-block;
    color: #cc0000;
    border: 1px solid #cc0000;
	border-radius: 5px;
    padding: 0.3em 0.8em;
    font-size: 0.8rem;
    line-height: 1;
    font-weight: 500;
    min-width: 5em;
    text-align: center;
}
.timeline dl dd .catyet {
    display: inline-block;
    color: #666;
    border: 1px solid #666;
	border-radius: 5px;
    padding: 0.3em 0.8em;
    font-size: 0.8rem;
    line-height: 1;
    font-weight: 500;
    min-width: 5em;
    text-align: center;
}

@media screen and (max-width: 750px) {
	.timeline dl{
		display: block;
	}
		.timeline dt{
		margin-top: 5px;
	}
}/*end*/

/* for vertical*/

.steptxt.icon_on:before{
    font-family: "yubin";
	content: "\e990";
    font-size: 80px;
    color: #cc0000;
    height: 44px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: normal;	
}
.steptxt.icon_off:before{
    font-family: "yubin";
	content: "\e990";
    /*font-size: 80px;*/
    color: #FFFFFF;
    height: 44px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: normal;	
}
@media screen and (max-width: 750px) {
	.stepbar .stepbarwrap .steptxt{
		padding-left: 1.5em;
	}
	.stepbar .stepbarwrap .steptxt .txt{
		left:135px;
		}
}/*end*/

.blink{
	animation: blinking 1s ease-in-out infinite alternate;
}
@keyframes blinking {
	0% {opacity: 0.3;}
	100% {opacity: 1;}
}
.sp-t9{
	margin-top: 9px;
}

/*20231010*/
@media screen and (min-width:750px) and (max-width:1055px) {
  .stepbar {
    width: 400px;
  }
}/*end*/

@media screen and (max-width:395px) {
  .station {
	  /*font-weight: 100;*/
	  font-size: 0.88em;
  }
}/*end*/

@media screen and (max-width: 750px) {
.stepbar .stepbarwrap {
  width: 100%;
}
}/*end*/