.gw-text-container{
	max-width: 1200px;
    width: 90%;
    height: 40px;
    margin: 0 auto;
    background-color: #ea8100;
	transition: 0.3s;
	box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 20%);
}
.gw-text{
	padding-left: 20px;
    line-height: 40px;
	font-size: 13px;
    color: #fff;
	font-weight: 600;
}

.position-fixed{
	max-width: 100%;
	width: 100%;
    position: fixed;
    top: 0;
	right: 0;
	left: 0;
	z-index: 1001;
	transition: 0.3s;
}

[v-cloak]{
	display: none;;
}

#section-1{
	padding-top: 2em;
}

.sec1-h2-title h2{
	text-align: center;
	padding-bottom: 1em;
    font-size: min(5vw, 24px);
}

.sec1-text{
	text-align: center;
    font-size: min(3.7vw, 19px)
}

#section-2{
	padding: 3em 0;
	margin: 0 2%;
}
.status-summary{
	width: 100%;
	min-height: 80px;
	background-color: #ffffff;
	border: 1px solid;
	border-color: #e5e3e4;
	border-radius: 5px 5px 5px 5px;
}

.status-summary{
	padding: 0.5rem 0px;
}

.status-summary > span{
	margin-left: 20px;
}

.about-status-color{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0.4em;
	float: left;
	margin-left: 20px;
}

.about-status-color ul{
	width: 450px;
	justify-content: space-between;
}

.about-status-color ul li{
	width: 130px;
    display: inline-flex;
	line-height: 20px;
    font-size: 14px;
    color: #555;
}
.about-status-color ul li:first-child{
	width: 100px;
}

.about-status-color .available, .about-status-color .unavailable, .about-status-color .stopping{
	margin-right: 7px;
    margin-top: 1px;
}
.about-status-color ul li div{
	width: 13px;
	height: 13px;
	border-radius: 10px;
}
/* .about-status-color .available a::after{
	width: 13px;
}
.about-status-color .unavailable a::after{
	height: 18px;
}
.about-status-color .stopping a::after{
	height: 20px;
} */

#app-status-table{
    max-width: 993px;
    margin: 0 auto;
    border-collapse:collapse;
	overflow: hidden;
}

#app-status-table tbody{
    font-size: 13px;
}

#app-status-table tbody tr td{
    border: 1px solid #eee;
	border-right-style: none;
	background-color: #fcfcfc;
}

.month-name{
    margin-right: -55%;
	font-size: 15px;
	font-weight: 600;
}

.month-row{
    width: 30%;
}

.th-date{
    width: 100px;
    height: 15px;
}

.th-day{
    margin-left: -105%;
	font-size: 15px;
	font-weight: 600;
}

.line-th{
	width: 100px;
    height: 15px;
    border-left: 1px solid #eee;
}

#app-status-table tbody .app-status-ruler .td-service-name{
    padding: 0 10px;
	position: relative;
	z-index: 99;
	background-color: #fff;
	border-left-style: none;
}

.app-status-ruler{
    position: relative;
    height: 50px;
}

#app-status-table tbody tr .for-now-status{
	background-color: #fff;
	border: none;
	width: 1.3%;
}

.status-bar{
    position: absolute;
	z-index: 10;
	cursor: pointer;
    width: 1.7%;
	min-width: 15px;
    height: 15px;
    border-radius: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#now-status{
	position: absolute;
	z-index: 999;
    width: 15px;
	min-width: 15px;
    height: 15px;
    border-radius: 10px;
    top: 50%;
    left: 98.5%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#this-status{
    width: 15px;
	min-width: 15px;
    height: 15px;
	border-radius: 10px;
}

.available{
	background-color: #53e54f;
	border: 1.5px solid #3cae39;
}
.unavailable{
	background-color: #f3ed54;
	border: 1.5px solid #bfba44;
}
.stopping{
	background-color: #f15252;
	border: 1.5px solid #ae3939;
}

.infrastructure-summary{
	width: 100%;
	min-height: 30px;
	background-color: #ffffff;
	border: 1px solid;
	border-color: #e5e3e4;
	border-radius: 5px 5px 5px 5px;
	padding: 0.5rem 0px;
	margin-bottom: 40px;
}
.infrastructure-summary > span{
	margin-left: 20px;
}


/* status */
#app-status-table-1{
	width: 100%;
	height: 400px;
	background-color: #ffffff;
	border: 1px solid;
	border-color: #e5e3e4;
	border-radius: 5px 5px 5px 5px;
	position: relative;
	margin-top: 25px;
	margin-bottom: 25px;
}


.date-header{
	height: 40px;
	width: 30%;
	float: left;
}

.date-header > div{
	height: 40px;
	border-bottom: 1px solid #e5e3e4;
	line-height: 40px;
}

.today-header{
	height: 100%;
	border-bottom: 1px solid #e5e3e4;
	text-align: center;
	font-weight: bold;
}

.gw-status-table > div > div.today-header{
	background-color: #e5f1f8;
}

.ms-status-table > div > div.today-header{
	background-color: #f8eae5;
}

.right-content{
	overflow-x: scroll;
	display: flex;
  flex-direction: row;
	width: 70%;
	float: left;
	box-sizing: border-box;
	border-left: 1px solid #e5e3e4;
}

#small-scroll{
	box-shadow: -3px 0 20px #dcdcdc inset;
}

#small-scroll::-webkit-scrollbar-track{
  background-color: #fefefe
}
#small-scroll::-webkit-scrollbar{
  width: 10px;
  height: 13px
}
#small-scroll::-webkit-scrollbar-thumb{
  background-color: #939393;
  border: 2px solid #f9f9f9;
	border-radius: 10px;
}
.right-content > div{
	height: 100%;
}

.right-content > div > div.days-header{
	border-bottom: 1px solid #e5e3e4;
	border-left: 1px solid #e5e3e4;
	text-align: center;
	line-height: 40px;
}

.gw-status-table > div.right-content > div > div.days-header{
	background-color: #e5f1f8;
}

.ms-status-table > div.right-content > div > div.days-header{
	background-color: #f8eae5;
}

.right-content > div > div{
	height: 40px;
	width: 60px;
	border-bottom: 1px solid #e5e3e4;
	border-left: 1px solid #e5e3e4;
	position: relative;
}

.right-content > div > div > div{
	width: 13px;
	height: 13px;
	position: absolute;
	left: 22px;
	top: 12px;
	border-radius: 50%;
}

.service-name{
	position: relative;
}

.service-name:last-child{
	border: none;
}

.service-name > div{
	width: 13px;
	height: 13px;
	position: absolute;
	left: 20px;
	top: 12px;
	border-radius: 50%;
}
.service-name > span{
	margin-left: 45px;
}

/* モーダルウィンドウ */
.modal-window {
	display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 550px;
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 11;
  padding: 5rem 3rem 1rem 3rem;
	overflow-y: scroll;
}
.modal-window::-webkit-scrollbar-track{
  background-color: #fefefe
}
.modal-window::-webkit-scrollbar{
  width: 10px;
  height: 13px
}
.modal-window::-webkit-scrollbar-thumb{
  background-color: #939393;
  border: 2px solid #f9f9f9;
	border-radius: 10px;
}
/* 閉じるボタン */
.button-close {
  position: absolute;
  top: 5%;
  right: 5%;
  transform: translate(-50%, -50%);
  width: 20px;
  padding: 1em;
  background-color: #c96931;
  color: #eaeaea;
  border-radius: 20rem;
  cursor: pointer;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
}

.modal-content{
	position: relative;
}

#pro-name{
	top: 20px;
	position: absolute;
	font-weight: bold;
	font-size: 24px;
}

.gw-status-table div#pro-name{
	color: #0071bc;
}

.ms-status-table div#pro-name{
	color: #b93001;
}

#summary-element{
	padding-top: 5px;
	font-size: 20px;
	margin-bottom: 25px;
}

#date-element{
	padding-top: 10px;
	margin-bottom: 15px;
	border-top: 1px solid #e5e3e4;
}

#description-element{
	margin-bottom: 15px;
	margin-left: 20px;
}

#description-element > p{
	margin-top: -10px;
}

.js-close{
	position: absolute;
  top: 5%;
  right: 5%;
  cursor: pointer;
	font-size: xx-large;
	color: #555555;
}

.button-open{
	cursor: pointer;
}
