@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/10/06
    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(5) {
  color: #6879F9;
}
div#header div#h_navi div.in_box > a:nth-child(5)::after {
  background: #6879F9;
  opacity: 1;
}
div#header div#h_navi div.in_box > a:nth-child(5):hover {
  color: #6879F9;
}
div#header div#h_navi div.in_box > a:nth-child(5):hover::after {
  background: #6879F9;
}

/* ==========================================
    0.01.00 @keyfream
========================================== */
/* ==========================================
	1.01.00 #info 設定
========================================== */
div#info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1600px;
  padding: 75px 50px;
}
div#info > div:first-child {
  width: calc(100% - 750px);
}
div#info > div:first-child h2 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: #231815;
  position: relative;
}
div#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;
}
div#info > div:first-child h2 span.nomal {
  background: #00C9AD;
}
div#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;
}
div#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 28px;
}
div#info > div:first-child h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 22px;
  height: 22px;
  border-radius: 100px;
}
div#info > div:first-child h3.anomaly::after {
  background: #FF3D01;
}
div#info > div:first-child h3.normal::after {
  background: #00C9AD;
}
div#info > div:first-child h3 span {
  font-size: 17px;
}
div#info > div:first-child h3::after {
  background: #F39800;
}
div#info > div:first-child h3.high::after {
  background: #00C9AD;
}
div#info > div:first-child h3.low::after {
  background: #FF3D01;
}
div#info > div:first-child h4 {
  display: flex;
  align-items: center;
}
div#info > div:first-child h4 span:first-child {
  display: flex;
  align-items: center;
  width: 465px;
  height: 35px;
  border-radius: 100px;
  background: #F2F5F9;
  position: relative;
  color: #000000;
  box-sizing: border-box;
  font-size: 17px;
  letter-spacing: 0.05rem;
  line-height: 1;
  padding: 0 20px;
  margin: 0 10px 0 0;
}
div#info > div:first-child h4 span:first-child::after {
  content: "";
  position: absolute;
  border-radius: 100px;
  height: 100%;
  width: 37.5%;
  left: 0;
  top: 0;
  background: #F39800;
  mix-blend-mode: multiply;
}
div#info > div:first-child h4 span:last-child {
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.05rem;
  line-height: 1;
}
div#info > div:first-child h4 span:last-child i {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05rem;
  line-height: 1;
  color: #F39800;
}
div#info > div:first-child h4.high span:first-child::after {
  background: #00C9AD;
}
div#info > div:first-child h4.low span:first-child::after {
  background: #FF3D01;
}
div#info > div:first-child h4.high span:last-child i {
  color: #00C9AD;
}
div#info > div:first-child h4.low span:last-child i {
  color: #FF3D01;
}
div#info > div:first-child ul {
  display: flex;
  margin: 20px 0 0;
}
div#info > div:first-child ul li {
  display: flex;
  flex-flow: column;
  width: 185px;
}
div#info > div:first-child ul li:not(:first-child) {
  margin: 0 0 0 15px;
}
div#info > div:first-child ul li p {
  display: block;
  font-size: 15px;
  letter-spacing: 0.05rem;
  box-sizing: border-box;
  color: #000000;
}
div#info > div:first-child ul li p:last-child {
  background: #F2F5F9;
  padding: 10px 15px;
  margin: 5px 0 0;
}
div#info > div:last-child {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  width: 750px;
}
div#info > div:last-child > a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background: #2F3243;
  padding: 20px 0;
  border-radius: 5px;
  width: 205px;
}
div#info > div:last-child > a span {
  display: block;
  width: 17px;
  line-height: 1;
  margin: 0 5px 0 0;
}
div#info > div:last-child > a:hover {
  background: #6879F9;
  transform: scale(1.05);
}
div#info > div:last-child > div {
  display: flex;
  align-items: flex-end;
  margin: 10px 0 0;
}
div#info > div:last-child > div 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 25px;
  background: #FFFFFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
div#info > div:last-child > div div h3 {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1rem;
}
div#info > div:last-child > div 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#info > div:last-child > div div h4 span {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1rem;
  padding: 0 0 0 5px;
}
div#info > div:last-child > div 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#info > div:last-child > div 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#info > div:last-child > div 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#info > div:last-child > div div p.low {
  color: #FF3D01;
}
div#info > div:last-child > div 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#info > div:last-child > div div p.high {
  color: #00C9AD;
}
div#info > div:last-child > div 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#info > div:last-child > div 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#info > div:last-child > div div h6 {
  display: flex;
  align-items: center;
  font: 400 22px "Bebas Neue", Arial, Helvetica, "sans-serif";
  letter-spacing: 0.2rem;
  line-height: 1;
}
div#info > div:last-child > div div h6 span {
  display: block;
}
div#info > div:last-child > div div h6 span:first-child {
  font-size: 16px;
  font-weight: 600;
  padding: 0 5px 2px 0;
  line-height: 1;
  letter-spacing: 0.05rem;
}
div#info > div:last-child > div div h6 span:last-child {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05rem;
  padding: 0 0 2px 5px;
}
div#info > div:last-child > div div:first-child p:last-child img {
  width: 26px;
}
div#info > div:last-child > div div:last-child p:last-child img {
  width: 22px;
}

/* ==========================================
	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;
}

/* ==========================================
	1.02.01 #breadcrumbs 設定
========================================== */
#breadcrumbs {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1500px;
  padding: 25px 0;
}
#breadcrumbs div {
  display: flex;
  align-items: center;
}
#breadcrumbs div:first-child p {
  display: block;
}
#breadcrumbs div:first-child p:first-child {
  display: flex;
  flex-flow: column;
  margin: 0 10px 0 0;
  width: 165px;
  color: #9EA1B2;
  font-size: 13px;
  width: 200px;
}
#breadcrumbs div:first-child p:first-child input {
  padding: 14px;
  box-sizing: border-box;
  border: none;
  background: #F2F5F9;
  margin: 5px 0 0;
  border-radius: 3px;
}
#breadcrumbs div:first-child p:first-child input {
  border: solid thin #9EA1B2;
  background: #FFFFFF;
}
#breadcrumbs div:first-child p:nth-child(2) {
  display: block;
  width: 15px;
  line-height: 1;
  margin: 0 20px 0 10px;
}
#breadcrumbs div:first-child p:last-child {
  display: flex;
  flex-flow: column;
  margin: 0 10px 0 0;
  width: 165px;
  color: #9EA1B2;
  font-size: 13px;
  width: 200px;
}
#breadcrumbs div:first-child p:last-child input {
  padding: 14px;
  box-sizing: border-box;
  border: none;
  background: #F2F5F9;
  margin: 5px 0 0;
  border-radius: 3px;
}
#breadcrumbs div:first-child p:last-child input {
  border: solid thin #9EA1B2;
  background: #FFFFFF;
}
#breadcrumbs div:last-child a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  background: #6879F9;
  color: #FFFFFF;
  font-size: 15px;
  letter-spacing: 0.1rem;
  line-height: 1;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 18px;
  min-height: 54px;
}
#breadcrumbs div:last-child a span {
  display: block;
  width: 12px;
  margin: 0 5px 0 0;
}
#breadcrumbs div:last-child a:hover {
  transform: scale(1.05);
}
#breadcrumbs div:last-child a:last-child {
  background: #00C9AD;
  margin: 0 0 0 15px;
}
#breadcrumbs div:last-child a:last-child span {
  width: 15px;
}

/* ==========================================
	1.02.01 ul 設定
========================================== */
div#main_ct > ul {
  display: block;
  max-width: 1500px;
  padding: 25px 0;
  margin: 0 auto;
}
div#main_ct > ul li {
  display: flex;
  width: 100%;
  padding: 25px 20px;
  box-sizing: border-box;
}
div#main_ct > ul li p {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.05rem;
  box-sizing: border-box;
  padding: 0 20px;
  width: 10%;
}
div#main_ct > ul li p:nth-child(4) {
  width: 50%;
}
div#main_ct > ul li p a {
  display: flex;
  border-radius: 100px;
  color: #FFFFFF;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  margin: 5px 10px 5px 0;
  background: #2F3243;
}
div#main_ct > ul li p a:last-child {
  background: #6879F9;
  margin: 5px 0;
}
div#main_ct > ul li p a:hover {
  transform: scale(1.05);
  opacity: 0.8;
}
div#main_ct > ul li:not(:first-child) {
  background: #FFFFFF;
  border-bottom: solid thin #E3E4E9;
}
div#main_ct > ul li:not(:first-child) p {
  display: flex;
  align-items: center;
  font-size: 17px;
}
div#main_ct > ul li:not(:first-child) p:last-child {
  justify-content: flex-end;
}

/* ==========================================
	1.02.02 .pagination 設定
========================================== */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 75px 50px;
  padding: 30px 50px 75px;
}
.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;
}
.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%;
}
.pagination a:first-child::after {
  left: calc(50% - 2.5px);
  transform: translate(-50%, -50%) rotate(45deg);
}
.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);
}
.pagination a:nth-child(2)::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.pagination a:nth-of-type(3)::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.pagination a:last-child::after {
  left: calc(50% + 2.5px);
  transform: translate(-50%, -50%) rotate(-135deg);
}
.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);
}
.pagination a:hover {
  transform: scale(1.1);
  opacity: 0.7;
}
.pagination p {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05rem;
  margin: 0 3.5px;
}
.pagination p span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1rem;
  margin: 0 0 0 4px;
}
.pagination div {
  height: 40px;
  min-width: 100px;
  background: #FFFFFF;
  margin: 0 4px;
  position: relative;
  border-radius: 3px;
}
.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;
}
.pagination div:hover::after {
  transform: scale(1.2) rotate(-135deg);
}
.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;
}