@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/09/12
    0.00.00 All Setting
        0.01.00 @keyfream
	1.00.00 PC_media screen
		1.01.00 #header 設定
	2.00.00 TB_media screen
		2.01.00 #main_photo 設定
	3.00.00 SP_media screen
		3.01.00 #main_photo 設定

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

/* ==========================================
    0.01.00 @keyfream
========================================== */
/* ==========================================
	1.01.00 #info 設定
========================================== */
#info {
  display: flex;
  align-items: flex-end;
  max-width: 1600px;
  padding: 75px 50px 35px;
}
#info div:first-child {
  width: calc(100% - 260px);
}
#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;
  padding: 0 0 0 30px;
}
#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 h3 span {
  display: inline-block;
  font-size: 17px;
  letter-spacing: 0.1rem;
}
#info div:first-child div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#info div:first-child div a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 60px;
  width: 165px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1rem;
  background-color: #6879F9;
  color: #FFFFFF;
  border-radius: 3px;
}
#info div:first-child div a span {
  display: block;
  width: 22px;
  margin: 0 5px 0 0;
}
#info div:first-child div a:nth-child(n+2) {
  margin: 0 0 0 12px;
}
#info div:first-child div a:hover {
  transform: scale(1.05);
}
#info div:first-child p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 25px 0 0;
}
#info div:first-child p span {
  display: block;
  position: relative;
}
#info div:first-child p span:first-child {
  color: #FFFFFF;
  font-size: 17px;
  letter-spacing: 0.1rem;
  line-height: 1;
  box-sizing: border-box;
  padding: 10px 15px;
  margin: 0 10px 0 0;
  border-radius: 100px;
  width: 465px;
}
#info div:first-child p span:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 37.5%;
  height: 100%;
  background: #FF3D01;
  z-index: -1;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
}
#info div:first-child p span:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F2F5F9;
  z-index: -2;
  border-radius: 100px;
}
#info div:first-child p span:last-child {
  display: block;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.1rem;
  line-height: 1;
  color: #FF3D01;
}
#info div:first-child p span:last-child i {
  font-style: normal;
  font-size: 14px;
  color: #000000;
  padding: 0 0 0 3px;
}
#info div:first-child p.normal span:first-child::after {
  background: #00C9AD;
}
#info div:first-child p.normal span:last-child {
  color: #00C9AD;
}
#info div:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 260px;
  box-sizing: border-box;
  padding: 0 0 62px;
}
#info div:last-child a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  border-radius: 3px;
  height: 70px;
}
#info div:last-child a:first-child {
  flex-flow: column;
  background: #2F3243;
  width: 70px;
  font-size: 14px;
  position: relative;
  padding: 35px 0 0;
  box-sizing: border-box;
}
#info div:last-child a:first-child::after {
  content: "";
  position: absolute;
  background: url("../img/common/tel_icon.svg") no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;
  left: 50%;
  top: 15px;
  transform: translate(-50%, 0);
}
#info div:last-child a:last-child {
  background: #E60012;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.1rem;
  width: 165px;
  margin: 0 0 0 10px;
}
#info div:last-child a:hover {
  transform: scale(1.05);
}

/* ==========================================
	1.02.00 #st_detail 設定
========================================== */
#st_detail {
  display: block;
  max-width: 1600px;
  padding: 0 50px 35px;
}
#st_detail h3 {
  display: block;
  position: relative;
  padding: 0 0 0 22px;
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.1rem;
  line-height: 1;
}
#st_detail h3::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border-top: solid thin #000000;
  border-bottom: solid thin #000000;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#st_detail h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 10px;
  height: 1px;
  background: #000000;
}
#st_detail ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#st_detail ul li {
  display: flex;
  flex-flow: column;
  width: 37%;
}
#st_detail ul li:nth-child(n+4) {
  margin: 10px 0 0;
}
#st_detail ul li:nth-child(2) {
  width: 40%;
}
#st_detail ul li:nth-child(5) {
  width: 40%;
}
#st_detail ul li:nth-child(8) {
  width: 40%;
}
#st_detail ul li:nth-child(3n) {
  width: 15%;
}
#st_detail ul li p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #000000;
  font-size: 15px;
}
#st_detail ul li p:first-child {
  letter-spacing: 0.1rem;
}
#st_detail ul li p:first-child span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6879F9;
  color: #FFFFFF;
  padding: 2px 30px;
  border-radius: 100px;
  font-size: 14px;
}
#st_detail ul li p:last-child {
  display: block;
  width: 100%;
  background: #F2F5F9;
  box-sizing: border-box;
  padding: 12px;
  margin: 10px 0 0;
  font-size: 15px;
}

/* ==========================================
	1.03.00 #main_ct 設定
========================================== */
div#main_ct {
  width: 100%;
  padding: 50px 50px 0;
  background: #F2F5F9;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
  padding: 0;
}

/* ==========================================
	1.03.01 #map 設定
========================================== */
div#map {
  position: relative;
}
div#map > div:first-child {
  display: block;
  width: 100%;
  background: #2F3243;
}
div#map > div:first-child div {
  display: flex;
  align-items: center;
  max-width: 1500px;
  padding: 25px 50px;
  margin: 0 auto;
  color: #FFFFFF;
}
div#map > div:first-child div h3 {
  position: relative;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.1rem;
  padding: 0 0 0 25px;
  margin: 0 20px 0 0;
}
div#map > div:first-child div h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: url("../img/common/map_icon.svg") no-repeat;
  background-size: contain;
  width: 17px;
  height: 24px;
}
div#map > div:first-child div p {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  box-sizing: border-box;
  border-radius: 100px;
  background: #A8AFB9;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05rem;
}
div#map > div:first-child div p span {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05rem;
  padding: 0 0 0 10px;
}
div#map > div:first-child div p:last-child {
  margin: 0 0 0 10px;
}
div#map > a {
  display: block;
  position: absolute;
  width: 115px;
  height: 85px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  bottom: 0;
  right: 50px;
  z-index: 5;
  cursor: pointer;
}
div#map > a::after {
  content: "";
  position: absolute;
  left: calc(50% - 6px);
  top: calc(50% - 2px);
  transform: rotate(-135deg);
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border-top: solid 4px #FFFFFF;
  border-left: solid 4px #FFFFFF;
}
div#map > a:hover {
  transform: scale(1.1);
}
div#map div#googlemap {
  width: 100%;
  height: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
div#map div#googlemap.action {
  height: 500px;
}
div#map div#googlemap.action + a {
  background: #2F3243;
}
div#map div#googlemap.action + a::after {
  transform: rotate(45deg);
}

/* ==========================================
	1.03.02 #plant_data 設定
========================================== */
div#plant_data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1600px;
  padding: 25px 50px 45px;
}
div#plant_data div {
  display: block;
  position: relative;
  width: 350px;
  height: 150px;
  box-sizing: border-box;
  border: solid 1px #0AFDD5;
  -o-border-image: linear-gradient(to right, #0AFDD5 0%, #082DFE 100%);
     border-image: linear-gradient(to right, #0AFDD5 0%, #082DFE 100%);
  border-image-slice: 1;
  padding: 30px;
  margin: 25px 0 0;
  background: #FFFFFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
div#plant_data div h3 {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1rem;
}
div#plant_data div h4 {
  display: flex;
  align-items: center;
  line-height: 1;
  letter-spacing: 0.2rem;
  font: 400 35px "Bebas Neue", Arial, Helvetica, "sans-serif";
  margin: 5px 0;
}
div#plant_data div h4 span {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1rem;
  padding: 0 0 0 5px;
}
div#plant_data div h4 + p {
  display: flex;
  align-items: center;
  position: relative;
  font: 400 22px "Bebas Neue", Arial, Helvetica, "sans-serif";
  letter-spacing: 0.2rem;
  line-height: 1;
  padding: 0 0 0 20px;
}
div#plant_data div h4 + p span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1rem;
  padding: 0 0 0 3px;
  color: #000000;
}
div#plant_data div h4 + p::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 15px;
  left: 0;
  top: 45%;
  transform: translate(0, -50%);
  background: url("../img/common/same_icon.svg") no-repeat;
  background-size: contain;
}
div#plant_data div p.low {
  color: #FF3D01;
}
div#plant_data div p.low::after {
  width: 15px;
  height: 18px;
  top: 45%;
  padding: 0 0 0 18px;
  background: url("../img/common/down_icon.svg") no-repeat;
  background-size: contain;
}
div#plant_data div p.high {
  color: #00C9AD;
}
div#plant_data div p.high::after {
  width: 15px;
  height: 18px;
  top: 50%;
  padding: 0 0 0 18px;
  background: url("../img/common/up_icon.svg") no-repeat;
  background-size: contain;
}
div#plant_data div p:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 20px;
  box-sizing: border-box;
  background: #6879F9;
  border-radius: 100px;
  height: 60px;
  width: 60px;
}
div#plant_data div h5 {
  display: block;
  position: relative;
  background-color: #F2F5F9;
  border-radius: 100px;
  height: 15px;
  width: 180px;
}
div#plant_data div h5::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #0AFDD5, #082DFE);
  z-index: 2;
  height: 100%;
  width: 37.5%;
  border-radius: 100px;
}
div#plant_data div h6 {
  display: flex;
  align-items: center;
  font: 400 22px "Bebas Neue", Arial, Helvetica, "sans-serif";
  letter-spacing: 0.2rem;
  line-height: 1;
}
div#plant_data div h6 span {
  display: block;
}
div#plant_data div h6 span:first-child {
  font-size: 16px;
  font-weight: 600;
  padding: 0 5px 2px 0;
  line-height: 1;
  letter-spacing: 0.05rem;
}
div#plant_data div h6 span:last-child {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05rem;
  padding: 0 0 2px 5px;
}
div#plant_data div:first-child p:last-child img {
  width: 35px;
}
div#plant_data div:nth-child(2) p:last-child img {
  width: 36px;
  margin: -5px 0 0 -5px;
}
div#plant_data div:nth-child(3) p:last-child img {
  width: 26px;
}
div#plant_data div:last-child p:last-child img {
  width: 22px;
}

/* ==========================================
	1.03.03 #statistics 設定
========================================== */
div#statistics {
  width: 100%;
  position: relative;
}
div#statistics::after {
  content: "";
  position: absolute;
  background: #FFFFFF;
  width: 100%;
  height: 200px;
  left: 0;
  bottom: 0;
}
div#statistics div.in_box {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
}
div#statistics div.in_box h3 {
  display: block;
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.1rem;
  line-height: 1;
}
div#statistics div.in_box h3::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 14px;
  box-sizing: border-box;
  background: url("../img/common/statistics_icon.svg") no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
div#statistics div.in_box > div:first-of-type {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
}
div#statistics div.in_box > div:first-of-type div {
  display: flex;
  align-items: center;
}
div#statistics div.in_box > div:first-of-type div:first-child p {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1rem;
  padding: 0 0 0 25px;
}
div#statistics div.in_box > div:first-of-type div:first-child p::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
div#statistics div.in_box > div:first-of-type div:first-child p:first-child::after {
  background: #6879F9;
}
div#statistics div.in_box > div:first-of-type div:first-child p:nth-child(2)::after {
  background: #FF3D01;
}
div#statistics div.in_box > div:first-of-type div:first-child p:nth-child(3)::after {
  background: #00C9AD;
}
div#statistics div.in_box > div:first-of-type div:first-child p:nth-child(4)::after {
  background: #FFFD54;
}
div#statistics div.in_box > div:first-of-type div:last-child {
  margin: 0 0 0 auto;
}
div#statistics div.in_box > div:first-of-type div:last-child p:not(:last-child) {
  margin: 0 20px 0 0;
  width: 60px;
  height: 60px;
}
div#statistics div.in_box > div:first-of-type div:last-child p:not(:last-child) input[type=radio] {
  display: none;
}
div#statistics div.in_box > div:first-of-type div:last-child p:not(:last-child) input[type=radio] + label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #D8D9DC;
  cursor: pointer;
}
div#statistics div.in_box > div:first-of-type div:last-child p:not(:last-child) input[type=radio] + label img {
  width: 33px;
}
div#statistics div.in_box > div:first-of-type div:last-child p:not(:last-child) input[type=radio] + label:hover {
  background: #2F3243;
}
div#statistics div.in_box > div:first-of-type div:last-child p:not(:last-child) input[type=radio]:checked + label {
  background: #2F3243;
}
div#statistics div.in_box > div:first-of-type div:last-child p:not(:last-child) input[type=radio]:checked + label:hover {
  background: #2F3243;
}
div#statistics div.in_box > div:first-of-type div:last-child p:last-child {
  height: 60px;
  min-width: 190px;
  position: relative;
}
div#statistics div.in_box > div:first-of-type div:last-child p: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#statistics div.in_box > div:first-of-type div:last-child p:last-child select {
  height: 60px;
  background: #FFFFFF;
  min-width: 100%;
  box-sizing: border-box;
  padding: 20px;
  cursor: pointer;
}
div#statistics div.in_box > div:last-child {
  background: #FFFFFF;
  min-height: 480px;
  box-sizing: border-box;
  border: solid thin #E3E4E9;
}

/* ==========================================
	1.03.04 #other 設定
========================================== */
div#other {
  width: 100%;
  background: #FFFFFF;
  padding: 55px 0 80px;
}
div#other div.in_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
  /*alert*/
  /*generator*/
  /*maintenance*/
}
div#other div.in_box > div {
  width: 32%;
}
div#other div.in_box > div > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 85px;
  background: #2F3243;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  box-sizing: border-box;
  padding: 0 20px;
}
div#other div.in_box > div > div:first-child h3 {
  display: block;
  position: relative;
  padding: 0 0 0 25px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.1rem;
  line-height: 1;
  color: #FFFFFF;
}
div#other div.in_box > div > div:first-child h3::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 14px;
  box-sizing: border-box;
  background: url("../img/common/statistics_icon_w.svg") no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
div#other div.in_box > div > div:first-child p {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #FF3D01;
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 0.05rem;
  padding: 5px 15px;
}
div#other div.in_box > div > div:first-child p span {
  display: block;
  font: 400 16px "Bebas Neue", Arial, Helvetica, "sans-serif";
  line-height: 1;
  letter-spacing: 0.2rem;
  padding: 0 5px;
  margin: 0 0 -2px;
}
div#other div.in_box div.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 75px 50px;
  min-height: 110px;
  width: 100%;
  background: #2F3243;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0 20px;
  box-sizing: border-box;
  color: #FFFFFF;
}
div#other div.in_box div.pagination a {
  display: block;
  font-size: 0;
  line-height: 1;
  letter-spacing: 0.05rem;
  margin: 0 4px;
  position: relative;
  background: #FFFFFF;
  border-radius: 3px;
  height: 40px;
  width: 40px;
}
div#other div.in_box div.pagination a::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-left: solid 2.5px #000000;
  border-bottom: solid 2.5px #000000;
  left: 50%;
  top: 50%;
}
div#other div.in_box div.pagination a:first-child::after {
  left: calc(50% - 2.5px);
  transform: translate(-50%, -50%) rotate(45deg);
}
div#other div.in_box div.pagination a:first-child::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-left: solid 2.5px #000000;
  border-bottom: solid 2.5px #000000;
  top: 50%;
  left: calc(50% + 7px);
  transform: translate(-50%, -50%) rotate(45deg);
}
div#other div.in_box div.pagination a:nth-child(2)::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
div#other div.in_box div.pagination a:nth-of-type(3)::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}
div#other div.in_box div.pagination a:last-child::after {
  left: calc(50% + 2.5px);
  transform: translate(-50%, -50%) rotate(-135deg);
}
div#other div.in_box div.pagination a:last-child::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-left: solid 2.5px #000000;
  border-bottom: solid 2.5px #000000;
  top: 50%;
  left: calc(50% - 7px);
  transform: translate(-50%, -50%) rotate(-135deg);
}
div#other div.in_box div.pagination a:hover {
  transform: scale(1.1);
  opacity: 0.7;
}
div#other div.in_box div.pagination p {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05rem;
  margin: 0 3.5px;
}
div#other div.in_box div.pagination p span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1rem;
  margin: 0 0 0 4px;
}
div#other div.in_box div.pagination div {
  height: 40px;
  min-width: 100px;
  background: #FFFFFF;
  margin: 0 4px;
  position: relative;
  border-radius: 3px;
}
div#other div.in_box div.pagination div::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-left: solid 2.5px #000000;
  border-bottom: solid 2.5px #000000;
  transform: rotate(-135deg);
  height: 5px;
  width: 5px;
  right: 15px;
  top: calc(50% - 4.5px);
  z-index: 2;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
div#other div.in_box div.pagination div:hover::after {
  transform: scale(1.2) rotate(-135deg);
}
div#other div.in_box div.pagination div select {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1rem;
}
div#other div.in_box div.alert {
  display: flex;
  flex-flow: column;
}
div#other div.in_box div.alert ul {
  width: 100%;
  margin: 0 0 auto;
}
div#other div.in_box div.alert ul li {
  width: 100%;
}
div#other div.in_box div.alert ul li:nth-child(even) a {
  background: #F2F5F9;
}
div#other div.in_box div.alert ul li a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
  color: #000000;
}
div#other div.in_box div.alert ul li a:hover {
  transform: scale(1.05);
}
div#other div.in_box div.alert ul li a div {
  width: calc(100% - 50px);
}
div#other div.in_box div.alert ul li a div p:first-child {
  display: flex;
  align-items: center;
  color: #A8AFB9;
  line-height: 1;
}
div#other div.in_box div.alert ul li a div p:first-child span {
  display: block;
  width: 14px;
  height: auto;
  padding: 0 3px 0 6px;
}
div#other div.in_box div.alert ul li a div p:last-child {
  display: flex;
  align-items: center;
  font-size: 15px;
  letter-spacing: 0.05rem;
}
div#other div.in_box div.alert ul li a div p:last-child span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  padding: 1px 10px;
  background: #000000;
  color: #FFFFFF;
  font-size: 13px;
  letter-spacing: 0.1rem;
  margin: 0 10px 0 0;
}
div#other div.in_box div.alert ul li a div h4 {
  display: block;
  font-size: 16px;
  letter-spacing: 0.05rem;
  position: relative;
  padding: 0 0 0 18px;
  margin: 6px 0;
}
div#other div.in_box div.alert ul li a div h4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: url("../img/common/atention_icon.svg") no-repeat;
  background-size: contain;
  width: 15px;
  height: 13px;
}
div#other div.in_box div.alert ul li a > p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  width: 42px;
  height: 42px;
  background: #FF3D01;
  color: #FFFFFF;
  border-radius: 100px;
  margin: 0 0 0 auto;
}
div#other div.in_box div.alert ul li a > p.compose {
  background: #00C9AD;
}
div#other div.in_box div.generator {
  display: flex;
  flex-flow: column;
}
div#other div.in_box div.generator ul {
  width: 100%;
  margin: 0 0 auto;
}
div#other div.in_box div.generator ul li {
  display: flex;
}
div#other div.in_box div.generator ul li p {
  display: block;
  box-sizing: border-box;
  padding: 20px 10px;
  font-size: 15px;
  letter-spacing: 0.05rem;
  width: 30%;
}
div#other div.in_box div.generator ul li p:nth-child(2) {
  width: 40%;
}
div#other div.in_box div.generator ul li p:last-child {
  display: flex;
  justify-content: flex-end;
  width: 30%;
}
div#other div.in_box div.generator ul li:first-child {
  background: #F2F5F9;
}
div#other div.in_box div.generator ul li:not(:first-child) {
  border-bottom: solid thin #F2F5F9;
}
div#other div.in_box div.maintenance {
  display: flex;
  flex-flow: column;
}
div#other div.in_box div.maintenance > div:nth-child(2) {
  display: flex;
  width: 100%;
}
div#other div.in_box div.maintenance > div:nth-child(2) p {
  width: 50%;
}
div#other div.in_box div.maintenance > div:nth-child(2) p input[type=radio] {
  display: none;
}
div#other div.in_box div.maintenance > div:nth-child(2) p input[type=radio] + label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 10px;
  width: 100%;
  background: #F2F5F9;
  color: #A8AFB9;
  font-size: 15px;
  letter-spacing: 0.05rem;
  cursor: pointer;
  box-sizing: border-box;
}
div#other div.in_box div.maintenance > div:nth-child(2) p input[type=radio] + label:hover {
  background: #6879F9;
  color: #FFFFFF;
}
div#other div.in_box div.maintenance > div:nth-child(2) p input[type=radio]:checked + label {
  background: #6879F9;
  color: #FFFFFF;
}
div#other div.in_box div.maintenance > div:nth-child(2) p:first-child label {
  border-bottom-left-radius: 5px;
}
div#other div.in_box div.maintenance > div:nth-child(2) p:last-child label {
  border-bottom-right-radius: 5px;
}
div#other div.in_box div.maintenance ul {
  width: 100%;
  margin: 0 0 auto;
}
div#other div.in_box div.maintenance ul li {
  display: block;
  width: 100%;
  margin: 5px 0 0;
}
div#other div.in_box div.maintenance ul li a {
  display: flex;
  align-items: center;
  color: #000000;
  background: #F2F5F9;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
}
div#other div.in_box div.maintenance ul li a:hover {
  transform: scale(1.05);
}
div#other div.in_box div.maintenance ul li a div p {
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.05rem;
}
div#other div.in_box div.maintenance ul li a div p span {
  display: block;
  width: 10px;
  line-height: 1;
  margin: 0 10px -7px;
}
div#other div.in_box div.maintenance ul li a div h4 {
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.05rem;
  margin: 5px 0 0;
}
div#other div.in_box div.maintenance ul li a div h4 span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.1rem;
  padding: 5px 15px;
  background: #6879F9;
  border-radius: 5px;
  margin: 0 7px 0 0;
}
div#other div.in_box div.maintenance ul li a p {
  display: block;
  font-size: 16px;
  margin: 0 0 0 auto;
}