@charset "UTF-8";
/* ==========================================
	extend.css
	Last Up Date 2022/08/30
 --------------------------------------------
	INDEX
 --------------------------------------------
	0.00.00 base
========================================== */
/* ==========================================
0.00.00 base
========================================== */
/* ==========================================
	extend.css
	Last Up Date 2022/08/31
 --------------------------------------------
	INDEX
 --------------------------------------------
	0.01.00 parts
	0.01.00 pagination
========================================== */
/* ==========================================
0.01.00 parts
========================================== */
/* ==========================================
0.02.00 pagination
========================================== */
/* ==========================================

	Last Up Date 2022/08/30
    0.00.00 All Setting
        0.01.00 @keyfream
	1.00.00 PC_media screen
		1.01.00 #header 設定

========================================== */
/* ==========================================
0.00.00 All Setting
========================================== */
div#header div#h_navi div.in_box > a:first-child {
  color: #6879F9;
}
div#header div#h_navi div.in_box > a:first-child::after {
  background: #6879F9;
  opacity: 1;
}
div#header div#h_navi div.in_box > a:first-child:hover {
  color: #6879F9;
}
div#header div#h_navi div.in_box > a:first-child:hover::after {
  background: #6879F9;
}

/* ==========================================
    0.01.00 @keyfream
========================================== */
@-webkit-keyframes alert_fl02 {
  0%, 70%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes alert_fl02 {
  0%, 70%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/* ==========================================
	1.01.00 #info 設定
========================================== */
#info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1600px;
  padding: 75px 50px;
}
#info > div:first-child h2 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: #231815;
  position: relative;
}
#info > div:first-child h2 span {
  display: inline-block;
  background: #FF3D01;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05rem;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 100px;
  margin: 0 0 0 47px;
  -webkit-animation: alert_fl 3s linear infinite;
          animation: alert_fl 3s linear infinite;
}
#info > div:first-child h2 span.nomal {
  background: #00C9AD;
}
#info > div:first-child h2::after {
  content: "";
  position: absolute;
  left: 125px;
  top: calc(50% - 9.5px);
  background: url("../../../img/index/ar_icon.svg") no-repeat;
  background-size: contain;
  width: 28px;
  height: 19px;
}
#info > div:first-child h3 {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  color: #000000;
  padding: 0 0 0 23px;
  margin: 25px 0;
}
#info > div:first-child h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 22px;
  height: 22px;
  border-radius: 100px;
}
#info > div:first-child h3.anomaly::after {
  background: #FF3D01;
}
#info > div:first-child h3.normal::after {
  background: #00C9AD;
}
#info > div:first-child h4 {
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
#info > div:first-child h4 span {
  display: inline-block;
  font-size: 17px;
  letter-spacing: 0.1rem;
}
#info > div:first-child div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 5px 0 0;
}
#info > div:first-child div p:first-child {
  display: block;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1rem;
}
#info > div:first-child div p:nth-child(2) {
  display: flex;
  align-items: center;
  position: relative;
  width: 500px;
}
#info > div:first-child div p:nth-child(2) span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1rem;
}
#info > div:first-child div p:nth-child(2) span:nth-child(2) {
  color: #FF3D01;
}
#info > div:first-child div p:nth-child(2) span.many {
  color: #00C9AD;
}
#info > div:first-child div p:nth-child(2) span.normal {
  color: #F39800;
}
#info > div:first-child div p:nth-child(2) span.few {
  color: #FF3D01;
}
#info > div:first-child div p:nth-child(2) span:last-child {
  display: block;
  width: 160px;
  height: 20px;
  background: #F2F5F9;
  position: relative;
  margin: 0 0 0 20px;
}
#info > div:first-child div p:nth-child(2) span:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 28%;
  background: #00C9AD;
}
#info > div:first-child div p:nth-child(2) span:last-child.normal::after {
  background: #F39800;
}
#info > div:first-child div p:nth-child(2) span:last-child.few::after {
  background: #FF3D01;
}
#info > div:last-child {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
#info > div:last-child div {
  display: flex;
  align-items: center;
  margin: 0 -10px 0 0;
}
#info > div:last-child div p {
  display: flex;
  flex-flow: column;
  margin: 0 10px 0 0;
}
#info > div:last-child div p input[type=radio] {
  display: none;
}
#info > div:last-child div p input[type=radio]:checked + label {
  background: #6879F9;
}
#info > div:last-child div p label {
  display: flex;
  justify-content: center;
  background: rgba(158, 161, 178, 0.3);
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05rem;
  border-radius: 100px;
  width: 120px;
  padding: 14px 0;
  margin: 0 0 4px;
  cursor: pointer;
}
#info > div:last-child div p label:hover {
  transform: scale(1.05);
}
#info > div:last-child div p:nth-child(n+4) {
  width: 165px;
  color: #9EA1B2;
  font-size: 13px;
}
#info > div:last-child div p:nth-child(n+4) input {
  padding: 14px;
  box-sizing: border-box;
  border: none;
  background: #F2F5F9;
  margin: 5px 0 0;
  border-radius: 3px;
}
#info > div:last-child > p:first-of-type {
  display: flex;
  margin: 15px 0;
}
#info > div:last-child > p:first-of-type span {
  display: block;
  font-size: 17px;
  letter-spacing: 0.1rem;
}
#info > div:last-child > p:first-of-type span:last-child {
  display: block;
  background: #6879F9;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.1rem;
  padding: 5px 15px;
  margin: 0 0 0 10px;
}
#info > div:last-child > p:last-child {
  display: flex;
  align-items: center;
}
#info > div:last-child > p:last-child span {
  display: block;
  letter-spacing: 0.1rem;
  font-size: 14px;
}
#info > div:last-child > p:last-child span:last-child {
  padding: 0 0 0 20px;
  position: relative;
}
#info > div:last-child > p:last-child span:last-child::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url("../img/common/time_icon.svg") no-repeat;
  background-size: contain;
  left: 4px;
  top: 2.5px;
}

/* ==========================================
	1.02.00 #main_ct 設定
========================================== */
div#main_ct {
  width: 100%;
  padding: 50px 50px 0;
  background: #F2F5F9;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
}
div#main_ct ul {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
}
div#main_ct ul li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
div#main_ct ul li:not(:first-child) {
  margin: 30px 0 0;
}
div#main_ct ul li div:first-child {
  width: calc(100% - 300px);
}
div#main_ct ul li div:first-child p {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.1rem;
  color: #000000;
}
div#main_ct ul li div:first-child p span:first-child {
  display: block;
  font-size: 14px;
  letter-spacing: 0.1rem;
  position: relative;
  padding: 0 0 0 20px;
}
div#main_ct ul li div:first-child p span:first-child::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url("../img/common/time_icon.svg") no-repeat;
  background-size: contain;
  left: 4px;
  top: 2.5px;
}
div#main_ct ul li div:first-child p span:nth-child(2) {
  display: inline-block;
  color: #FFFFFF;
  font: 400 12px "Jost", sans-serif;
  line-height: 1;
  letter-spacing: 0.1rem;
  border-radius: 100px;
  background: #FF3D01;
  padding: 5px 10px;
  margin: 0 0 0 10px;
  -webkit-animation: alert_fl02 3s linear infinite;
          animation: alert_fl02 3s linear infinite;
}
div#main_ct ul li div:first-child h3 {
  display: block;
  font-size: 17px;
  letter-spacing: 0.1rem;
}
div#main_ct ul li div:first-child h3 span {
  display: inline-block;
  padding: 5px 30px;
  color: #FFFFFF;
  font-size: 15px;
  background: #6879F9;
  border-radius: 100px;
  margin: 0 0 0 10px;
}
div#main_ct ul li div + div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 300px;
}
div#main_ct ul li div + div p:first-child {
  display: flex;
  align-items: center;
  font-size: 15px;
  letter-spacing: 0.1rem;
}
div#main_ct ul li div + div p:first-child span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background: #9EA1B2;
}
div#main_ct ul li div + div p:first-child span.active {
  background: #6879F9;
}
div#main_ct ul li div + div p:first-child span:not(:first-child) {
  margin: 0 0 0 7px;
}
div#main_ct ul li div + div p + p {
  display: block;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.1rem;
  margin: 0 0 0 10px;
}
div#main_ct ul li div + div button {
  display: inline-block;
  background: #28282D;
  color: #FFFFFF;
  font-size: 15px;
  letter-spacing: 0.1rem;
  line-height: 1;
  border-radius: 3px;
  padding: 7px 15px;
  margin: 0 0 0 15px;
  cursor: pointer;
}
div#main_ct ul li div + div button:hover {
  transform: scale(1.05);
}
div#main_ct ul li > p {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: 86px;
  border: solid thin #E3E4E9;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 30px 20px;
  margin: 10px 0 0;
}
div#main_ct ul li > p span.system {
  display: inline-block;
  color: #000000;
  font-size: 15px;
  position: relative;
  padding: 5px 25px;
}
div#main_ct ul li > p span.system i {
  display: inline-block;
  font-style: normal;
  font-size: 15px;
  color: #6879F9;
  padding: 0 5px;
}
div#main_ct ul li > p span.system::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: url("../img/common/st_icon.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 6px;
}
div#main_ct ul li > p span.system::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: url("../img/common/st_icon.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 6px;
}

/* ==========================================
	1.02.01 #chat 設定
========================================== */
div#chat {
  width: calc(100% + 100px);
  padding: 60px 50px;
  background: #28282D;
  box-sizing: border-box;
  margin: 50px 0 0 -50px;
  color: #9EA1B2;
}
div#chat div.in_box {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
div#chat div.in_box p {
  display: flex;
  flex-wrap: wrap;
  width: 230px;
}
div#chat div.in_box p span {
  position: relative;
}
div#chat div.in_box p span:first-child {
  display: block;
  font-size: 16px;
  letter-spacing: 0.1rem;
  line-height: 1;
  position: relative;
  margin: 0 0 10px;
  width: 100%;
}
div#chat div.in_box p select {
  font-size: 15px;
  letter-spacing: 0.1rem;
  padding: 15px;
  border: solid thin #9EA1B2;
  background: #FFFFFF;
  color: #2F3243;
  width: 190px;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 57px;
}
div#chat div.in_box p input[type=datetime-local] {
  font-size: 15px;
  letter-spacing: 0.1rem;
  padding: 15px;
  border: solid thin #9EA1B2;
  background: #FFFFFF;
  color: #2F3243;
  width: 190px;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 57px;
}
div#chat div.in_box p:first-child span:last-child::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-left: solid 2.5px #000000;
  border-bottom: solid 2.5px #000000;
  right: 20px;
  transform: rotate(-45deg);
  top: calc(50% - 3px);
  width: 5px;
  height: 5px;
}
div#chat div.in_box p:nth-child(3) {
  width: 400px;
}
div#chat div.in_box p:nth-child(3) span:nth-child(n+2) {
  margin: 0 10px 0 0;
}
div#chat div.in_box p:nth-child(3) span:nth-child(n+2) input[type=radio] {
  display: none;
}
div#chat div.in_box p:nth-child(3) span:nth-child(n+2) input[type=radio]:checked + label {
  background: #6879F9;
}
div#chat div.in_box p:nth-child(3) span:nth-child(n+2) label {
  display: flex;
  justify-content: center;
  background: rgba(158, 161, 178, 0.3);
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05rem;
  border-radius: 100px;
  width: 120px;
  padding: 14px 0;
  margin: 0 0 4px;
  cursor: pointer;
}
div#chat div.in_box p:nth-child(3) span:nth-child(n+2) label:hover {
  transform: scale(1.05);
}
div#chat div.in_box p:last-of-type {
  width: 100%;
  margin: 25px 0 0;
}
div#chat div.in_box p:last-of-type textarea {
  display: block;
  width: 100%;
  background: #FFFFFF;
  border: solid thin #9EA1B2;
  font-size: 15px;
  letter-spacing: 0.1rem;
  padding: 15px;
  min-height: 175px;
}
div#chat div.in_box p:last-of-type textarea::-moz-placeholder {
  color: #A8AFB9;
}
div#chat div.in_box p:last-of-type textarea::placeholder {
  color: #A8AFB9;
}
div#chat div.in_box button {
  display: flex;
  justify-content: center;
  width: 210px;
  padding: 22px 0;
  border-radius: 3px;
  color: #FFFFFF;
  background: #6879F9;
  font-size: 17px;
  letter-spacing: 0.1rem;
  line-height: 1;
  cursor: pointer;
  margin: 35px 0 0;
}
div#chat div.in_box button:hover {
  transform: scale(1.05);
}