@charset "utf-8";
/* CSS Document */

html {
    scroll-padding-top: 110px;
}

.ope01 {
margin-bottom: 10px;
margin-left: -2%;
}

.ope01 .ope01_info {
width: 100%;
position: relative;
float: left;
}


.ope01 .ope01_info ul {
height: 120px;
box-sizing: border-box;
border-radius: 0 5px 5px 0;
display: flex;
justify-content: flex-start;
align-items: center;
}

.ope01 .ope01_info li {
flex-grow: 1;
width: 100%;
margin-right: 1%;
}

.ope01 .ope01_info li:first-child {
margin-left: 3%;
}

.ope01 .ope01_info li:last-child {
margin-right: 0;
}

.ope01 .ope01_info li.bus {
border: solid 1px #0066ff;
border-radius: 3px;
}

.ope01 .ope01_info li.nanboku {
border: solid 1px #238759;
border-radius: 3px;
}

.ope01 .ope01_info li.tozai {
border: solid 1px #00acd1;
border-radius: 3px;
}

.ope01 .ope01_info li.bus dd {
background: #EBFFF8;
}

.ope01 .ope01_info li.nanboku dd {
background: #FFFFEB;
}

.ope01 .ope01_info li.tozai dd {
background: #F2F2F2;
}

.ope01 .ope01_info li.bus dt {
height: 22px;
padding: 6px 5px 2px;
background: linear-gradient(180deg, #0066ff 0%, #0066ff 90%, #FFC000 90%, #FFC000 100%);
border-radius: 3px 3px 0 0;
font-size: clamp(0.625rem, 0.502rem + 0.61vw, 0.963rem);
line-height: 140%;
text-align: center;
color: #FFFFFF;
font-weight: bold;
}

.ope01 .ope01_info li.bus dt:before {
content: '';/*何も入れない*/
  display: inline-block;
  width: 13px;/*画像の幅*/
  height: 16px;/*画像の高さ*/
  background-image: url(../images/ope_bus.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 7px;
  padding-bottom: 4px;
}

.ope01 .ope01_info li.nanboku dt {
height: 22px;
padding: 6px 5px 2px;
background: linear-gradient(180deg, #238759 0%, #238759 90%, #78BE20 90%, #78BE20 100%);
border-radius: 3px 3px 0 0;
font-size: clamp(0.625rem, 0.502rem + 0.61vw, 0.963rem);
line-height: 140%;
text-align: center;
color: #FFFFFF;
font-weight: bold;
}

.ope01 .ope01_info li.tozai dt {
height: 22px;
padding: 6px 5px 2px;
background: linear-gradient(180deg, #00acd1 0%, #00acd1 90%, #737477 90%, #737477 100%);
border-radius: 3px 3px 0 0;
font-size: clamp(0.625rem, 0.502rem + 0.61vw, 0.963rem);
line-height: 140%;
text-align: center;
color: #FFFFFF;
font-weight: bold;
}

.ope01 .ope01_info li.nanboku dt:before,
.ope01 .ope01_info li.tozai dt:before {
content: '';/*何も入れない*/
  display: inline-block;
  width: 15px;/*画像の幅*/
  height: 19px;/*画像の高さ*/
  background-image: url(../images/ope_chikatetsu.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
  padding-bottom: 3px;
}

.ope01 .ope01_info li dd {
padding: 5px;
background: #FFFFFF;
border-radius: 0 0 3px 3px;
position: relative;
}

.ope01 .ope01_info li dd div {
width: calc(100% - 62px);
height: 78px;
padding: 0 5px;
box-sizing: border-box;
font-size: clamp(0.563rem, 0.426rem + 0.68vw, 0.938rem);
line-height: 140%;
font-weight: bold;
text-align: center;
float: right;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
}

.ope01 .ope01_info li dd:before {
content: "";
position: absolute;
top: 0;
  bottom: 0;
  margin: auto 0;
left: 4px;
background: url(../images/ope_normal.png) no-repeat;
background-size: 50px;
background-position: center;
width: 60px;
height: 60px;
}

.ope01 .ope01_info li dd.ope_down:before {
  background-image: url(../images/ope_down.png);
}

.ope01 .ope01_info li dd.ope_lag:before {
  background-image: url(../images/ope_lag.png);
}

.ope01 .ope01_info li dd p {
width: 100%;
max-width: 160px;
box-sizing: border-box;
margin-top: 3px;
text-align: center;
font-size: 80%;
line-height: 140%;
background: #333333;
border-radius: 3px;
color: #FFFFFF;
}

.ope01 .ope01_info li dd p a {
text-decoration: none;
color: #FFFFFF;
padding: 4px 10px 2.5px;
display: block;
width: 100%;
box-sizing: border-box;
}


.ope01 .ope01_info li dd.ope_down p {
width: 100%;
max-width: 160px;
box-sizing: border-box;
margin-top: 3px;
text-align: center;
font-size: 80%;
line-height: 140%;
background: #D24C4C;
border-radius: 3px;
color: #FFFFFF;
}

.ope01 .ope01_info li dd.ope_down p a {
text-decoration: none;
color: #FFFFFF;
padding: 4px 10px 2.5px;
display: block;
width: 100%;
box-sizing: border-box;
}

.ope01 .ope01_info li dd.ope_lag p {
width: 100%;
max-width: 160px;
box-sizing: border-box;
margin-top: 3px;
text-align: center;
font-size: 80%;
line-height: 140%;
background: #458DE4;
border-radius: 3px;
color: #FFFFFF;
}

.ope01 .ope01_info li dd.ope_lag p a {
text-decoration: none;
color: #FFFFFF;
padding: 4px 10px 2.5px;
display: block;
width: 100%;
box-sizing: border-box;
}

.ope01 .ope01_info li dd.ope_normal p {
width: 100%;
max-width: 160px;
box-sizing: border-box;
margin-top: 3px;
text-align: center;
font-size: 80%;
line-height: 140%;
background: #55A158;
border-radius: 3px;
color: #FFFFFF;
}

.ope01 .ope01_info li dd.ope_normal p a {
text-decoration: none;
color: #FFFFFF;
padding: 4px 10px 2.5px;
display: block;
width: 100%;
box-sizing: border-box;
}

.bus_unkou_box{
	border:1px solid #0066ff;
border-radius: 3px;
}

.nanbokusen_unkou_box{
	border:1px solid #238759;
border-radius: 3px;
}

.touzaisen_unkou_box{
	border:1px solid #00acd1;
border-radius: 3px;
}

.bus_unkou_box dd {
background: #EBFFF8;
}

.nanbokusen_unkou_box dd {
background: #FFFFEB;
}

.touzaisen_unkou_box dd {
background: #F2F2F2;
}

.bus_unkou_box dt {
padding: 10px;
background: linear-gradient(180deg, #0066ff 0%, #0066ff 90%, #FFC000 90%, #FFC000 100%);
border-radius: 3px 3px 0 0;
font-size: 1.2rem;
line-height: 140%;
text-align: center;
color: #FFFFFF;
font-weight: bold;
}

.bus_unkou_box dt:before {
content: '';/*何も入れない*/
  display: inline-block;
  width: 13px;/*画像の幅*/
  height: 16px;/*画像の高さ*/
  background-image: url(../images/ope_bus.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 7px;
  padding-bottom: 4px;
}

.nanbokusen_unkou_box dt {
padding: 10px;
background: linear-gradient(180deg, #238759 0%, #238759 90%, #78BE20 90%, #78BE20 100%);
border-radius: 3px 3px 0 0;
font-size: 1.2rem;
line-height: 140%;
text-align: center;
color: #FFFFFF;
font-weight: bold;
}

.touzaisen_unkou_box dt {
padding: 10px;
background: linear-gradient(180deg, #00acd1 0%, #00acd1 90%, #737477 90%, #737477 100%);
border-radius: 3px 3px 0 0;
font-size: 1.2rem;
line-height: 140%;
text-align: center;
color: #FFFFFF;
font-weight: bold;
}

.nanbokusen_unkou_box dt:before,
.touzaisen_unkou_box dt:before {
content: '';/*何も入れない*/
  display: inline-block;
  width: 15px;/*画像の幅*/
  height: 19px;/*画像の高さ*/
  background-image: url(../images/ope_chikatetsu.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
  padding-bottom: 3px;
}

.bus_unkou_box dd, 
.nanbokusen_unkou_box dd,
.touzaisen_unkou_box dd{
padding: 15px;
border-radius: 0 0 3px 3px;
position: relative;
}

.bus_unkou_box dd div,
.nanbokusen_unkou_box dd div,
.touzaisen_unkou_box dd div{
width: calc(100% - 64px);
padding: 5px 0 10px;
box-sizing: border-box;
font-size: 1.1rem;
line-height: 140%;
font-weight: bold;
text-align: center;
float: right;
/*display: flex;
flex-flow: column;
align-items: center;
justify-content: center;*/
}

.bus_unkou_box dd:before,
.nanbokusen_unkou_box dd:before,
.touzaisen_unkou_box dd:before{
content: "";
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
left: 20px;
background: url(../images/ope_normal.png) no-repeat;
background-size: 40px;
background-position: top;
width: 40px;
height: 40px;
}

.bus_unkou_box dd.ope_down:before,
.nanbokusen_unkou_box dd.ope_down:before,
.touzaisen_unkou_box dd.ope_down:before{
content: "";
position: absolute;
top: 15px;
bottom: auto;
margin: 0;
left: 20px;
  background-image: url(../images/ope_down.png);
background-size: 40px;
background-position: top;
width: 40px;
height: 40px;
}

.bus_unkou_box dd.ope_lag:before,
.nanbokusen_unkou_box dd.ope_lag:before,
.touzaisen_unkou_box dd.ope_lag:before{
content: "";
position: absolute;
top: 15px;
bottom: auto;
margin: 0;
left: 20px;
background-image: url(../images/ope_lag.png);
background-size: 40px;
background-position: top;
width: 40px;
height: 40px;
}

.bus_unkou_box p,
.nanbokusen_unkou_box p,
.touzaisen_unkou_box p{
/*display: block;
padding-left:55px;*/
width: calc(100% - 64px);
text-align: left;
float: right;
}

.chien_btn{
	margin-top:15px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	width:140px;
background: #333333;
border-radius: 5px;
color:#FFF;
text-align: center;
font-weight: bold;
}

.chien_btn a {
width: 100%;
display: block;
padding:7px 10px 5px;
box-sizing: border-box;
text-decoration: none;
}

.ope01_info .bus a,
.ope01_info .bus a:visited,
.ope01_info .bus a:hover,
.ope01_info .bus a:active {
color:#FFF;
}

.ope01_info .nanboku a,
.ope01_info .nanboku a:visited,
.ope01_info .nanboku a:hover,
.ope01_info .nanboku a:active {
color:#FFF;
}

.ope01_info .tozai a,
.ope01_info .tozai a:visited,
.ope01_info .tozai a:hover,
.ope01_info .tozai a:active {
color:#FFF;
}

.chien_btn a,
.chien_btn a:visited,
.chien_btn a:hover,
.chien_btn a:active {
color:#FFF;
}

.unkou_delay_item {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 6px 10px;
}

.unkou_delay_item time {
width: 12em;
flex: 0 0 12em;
white-space: nowrap;
}

.unkou_delay_line {
width: 110px;
flex: 0 0 110px;
white-space: nowrap;
}

.unkou_delay_text {
flex: 1 1 auto;
min-width: 0;
}

.unkou_delay_button {
width: 90px;
flex: 0 0 90px;
display: inline-block;
padding: 2px 6px;
box-sizing: border-box;
text-align: center;
background: #333333;
border-radius: 5px;
color: #FFFFFF;
font-weight: bold;
font-size: 0.75rem;
line-height: 1.2;
text-decoration: none;
}

.unkou_delay_button:visited,
.unkou_delay_button:hover,
.unkou_delay_button:active {
color: #FFFFFF;
text-decoration: none;
}

/* タブレットレイアウト : 768 px ～ 1080 px*/
@media screen and (max-width:1080px)
{


}


/* タブレットレイアウト : 768 px ～ 959 px*/
@media screen and (max-width:959px)
{

.ope01 .ope01_info {
width: 100%;
margin-bottom: 10px;
}

}


/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{
.ope01 .ope01_info {
width: 100%;
}


.ope01 .ope01_info ul {
height: 210px;
padding: 0 0 0 7%;
flex-flow: column;
}

.ope01 .ope01_info li {
margin-right: 0;
margin-top: 2%;
height: 31.3%;
}

.ope01 .ope01_info li:first-child {
margin-left: 0;
margin-top: 0;
}

.ope01 .ope01_info li dl {
display: flex;
height: 100%;
}

.ope01 .ope01_info li dt {
display: flex;
flex-flow: column;
justify-content: center;
}

.ope01 .ope01_info li.bus dt {
width: 30%;
height: 100%;
border-radius: 3px 0 0 3px;
font-size: 0.8rem;
box-sizing: border-box;
background: linear-gradient(90deg, #0066ff 0%, #0066ff 95%, #FFC000 95%, #FFC000 100%);
}

.ope01 .ope01_info li.bus dt:before {
  display: block;
  margin: 0 auto;
}

.ope01 .ope01_info li.nanboku dt {
width: 30%;
height: 100%;
border-radius: 3px 0 0 3px;
font-size: 0.8rem;
box-sizing: border-box;
background: linear-gradient(90deg, #238759 0%, #238759 95%, #78BE20 95%, #78BE20 100%);
}

.ope01 .ope01_info li.tozai dt {
width: 30%;
height: 100%;
border-radius: 3px 0 0 3px;
font-size: 0.8rem;
box-sizing: border-box;
background: linear-gradient(90deg, #00acd1 0%, #00acd1 95%, #737477 95%, #737477 100%);
}

.ope01 .ope01_info li.nanboku dt:before,
.ope01 .ope01_info li.tozai dt:before {
  display: block;
  margin: 0 auto;
  padding-bottom: 3px;
}

.ope01 .ope01_info li dd {
width: 70%;
height: 100%;
border-radius: 0 3px 3px 0;
box-sizing: border-box;
}

.ope01 .ope01_info li dd div {
width: calc(100% - 62px);
height: 100%;
font-size: 0.9rem;
}

.unkou_delay_item {
flex-wrap: wrap;
padding: 8px 10px;
border: 1px solid #DDDDDD;
border-radius: 5px;
background: #FFFFFF;
gap: 4px 10px;
margin-bottom: 10px;
}

.unkou_delay_item:last-child {
margin-bottom: 0;
}

.unkou_delay_line,
.unkou_delay_button {
width: 100%;
flex: 0 0 100%;
}

.unkou_delay_text {
width: 100%;
}

}

.unkou_detail_text{
  margin: 16px auto;
  text-align: center;
}



